/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    preload style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
*{
    letter-spacing: 1px;
    outline: none;
    font-family: poppins;
}
form{
    outline: none !important;
}
body,html{
    width: 100%;
    height: 100%;
}

h1{
    font-size: 85px;
    font-weight: bold;
}
h2{
    font-size: 48px;
    font-weight: bold;
    font-family: lexend;
}
h3{
    font-family: lexend;
}
.ql-align-center{
    text-align: center;
}
.ql-align-justify{
    text-align: justify;
}
.ql-align-left{
    text-align: left;
}
.mright,.mleft{
    margin-right: 3rem;
}
.mrightleftlarge:not(:last-child){
    margin-left: 3rem;
    margin-right: 3rem;
}
.righttext{
    text-align: right;
}
@media(max-width:970px){
    .removeAligncenter{
        align-items: initial !important;
        background-color: transparent !important;
    }
    .nav-item{
        margin-top: 10px ;
        margin-bottom: 10px ;
    }
    .rmarginTop{
        margin-top: 0 !important;
    }
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 28px;
    }
    .mright,.mleft{  
        margin-left:2rem !important;
        margin-right:2rem !important;
    }
    .mrightleftlarge{
        margin-left: 0rem;
        margin-right: 0rem;
    }
}
.pright{
    padding-right: 3rem;
}
.bgimageTop{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width:769px){    
    .textcenterSmallsc{  
        text-align: center;
    }
    .mcenter{
        margin: 1rem 2rem;
    }
    .mheight{
        margin: 2rem 0;
    }
    .centerItems{
        display: flex;
        justify-content: center;
    }
    .pright{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .removebg{
        background-image: none !important;
    }  
    .removepx {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }  
    .dnone{
        display: none;
    }
    .removeNegativemargin{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 991px) {
    .dnone {
        display: none;
    }
}
@media(min-width:769px){
    
    .removebgcolor{
        background-image: none !important;
    }  
}


ol, ul {
    padding-left: 0rem !important;
}
button{
    border-radius: 0;
}
img{
    width:100%;
    height:100%;
}
.max-height{
    max-height: 450px !important;
}
.border-radius_100per{
    border-radius: 100%;
}
.bg-height-40{
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@font-face {
    font-family: signaturefont;
    src: url('../font/signature.ttf');
}
.signature{
    font-family: signaturefont;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2em;
}
@keyframes preloadanimation {
    0%   {background-size:15%;}
    25%  {background-size:18%;}
    50%  {background-size:18%;}
    100% {background-size:15%;}
}
#preload{
    background: #7033a3 url('../img/trylogo.png') no-repeat center center;
}
#preload{
    height:100vh;
    width:100%;
    position:fixed;
    z-index: 100000001;
    animation-name: preloadanimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.offcanvas.show {
    background-color: black;
}
.partner_img{
    opacity: .45;
}
.partner_img:hover{
    opacity: 1;
}
@media(max-width:650px){
    @keyframes small_screem_preloadanimation {
    0%   {background-size:40%;}
    25%  {background-size:48%;}
    50%  {background-size:40%;}
    100% {background-size:40%;}
    }
    #preload{
        animation-name: small_screem_preloadanimation;
    }
}
section{
    padding: 70px 0px 70px 0 !important;
}
@media(max-width:770px){
    section {
        padding: 10px 0px 10px 0 !important;
    }
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   end preload style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    back to top button style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.back-to-top {
    position: fixed;
    width: 3rem;
    height: 3rem;
    right: 0.875rem;
    bottom: 2.875rem;
    z-index: 900;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    end back to top button style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    All backgroound image default style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.bg-image{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    start typography style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.card.main{
    background: #f6f6f69e url('../img/bg-pattern-dot.png') 0 0 repeat !important;
}
P{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
}
a{
    text-decoration: none;
    cursor: pointer;
    width: max-content;
}
ul{
    /* list-style: none; */
    width: fit-content;
}

.nav-btn{
    font-family: Alata;
    font-size: 14px;
}

h3 span{
    font-family: Alata;
    font-size: 16px;
    font-weight: 800;
}
.linehr{
    border-radius: 20px;
    height: 2px;
    width: 80px;
    background-image: linear-gradient(#7033a3,#7033a3);
}
.global-typography-primary-font-h1{
    font-family: Alata;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em;
}

.global-typography-secondary-font-h2{
    font-family: Alata;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3em;
}

.tertiary-font-P{
    font-family: Alata;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8em;
}

.global-button-link{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 800;
}
.global-button-size{
    padding: 15px 30px;
    border-radius: 0 !important;
    display: inline-block;
}

@media(max-width:1024px){
    
    .global-typography-primary-font-h1{
        font-size: 42px;
    }
     .global-typography-secondary-font-h2{
        font-size: 36px;
    }
    .tertiary-font-P{
        font-size: 16px;
        font-weight: 500;
    }
}

@media(max-width:768px){
    .global-typography-primary-font-h1{
         font-size: 32px;
         font-weight: 600;
    }
     .global-typography-secondary-font-h2{
         font-size: 26px;
    }
    .global-typography-footer-font-h2{
         font-size: 23px;
     }
    .tertiary-font-P{
        font-size: 16px;
        font-weight: 400;
    }
    .global-button-link{
        font-size: 13px;  
        font-weight: 500;   
    }
    P{
        font-size: 16px;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   end typography style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.hide{
    display: flex;
}
@media (max-width:820px){
    .hide{
        display: none;
    }
}
.i_size{
    width: 36px;
    height: 36px;
    padding: 5px 10px;
    display: inline-block !important;
    justify-content: center;
    align-items: center;
}
.text-weight-light{
    font-weight: 300;
}
.input_textfield_background_div{
    border-radius: 30px;
}
.input_textfield_background{
    border: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 26px;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 17px;
    padding-top: 17px;
    color: #7F7B7B;
}
@media(max-width:770px){
    .input_textfield_background{
        font-size: x-small;
    }
}
.slideIcon{
    width: 90px;
    height: 90px;
    color:#7033a3 ;
    background-image: linear-gradient(#ffffff,#ffffff);
    font-size: xx-large !important ;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    box-shadow:  0px 0px 15px #7133a39c;
}
.slideIcon_white{
    width: 90px;
    height: 90px;
    color:#7033a3 ;
    background-image: linear-gradient(#E1E1E1,#d6d3d3);
    font-size: xx-large !important ;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    box-shadow:  2px 5px 14px rgb(255 255 255 /60%);
}
.Donate_NavBtn{
    background-image: linear-gradient(#7033a3,#7033a3);
    color: #ffffff;
    border: 0;
    border-radius: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: x-small;
}
.Donate_NavBtn:hover{
    background-image: linear-gradient(#fff,#fff);
    color: #7033a3;
    box-shadow:  8px 10px 10px #7133a39c;
    transition: 1s;
}
.Learnmore_Btn{
    background-image: linear-gradient(#676767b2,#535151b5);
    box-shadow:  8px 10px 10px rgb(0 0 0 /16%);
    color: #ffffff;
    border: 0;
    border-radius: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: x-small;
}
.Learnmore_Btn:hover{
    background-image: linear-gradient(#000000b2,#000000b5);
    color: #ffffff;
    transition: 1s;
}
.Btn_white{
    background-image: linear-gradient(#ffffff,#ededed);
    color: #7033a3;
    border: 0;
    border-radius: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: x-small;
}
.Btn_white:hover{
    background-image: linear-gradient(#000,#000);
    box-shadow: 0px 5px 6px rgb(255 255 255 / 60%);
    color: #fff;
}

.btn-primary-backgroundcolor{
    background-image: linear-gradient(#7033a3,#7033a3);
}
.btn-primary-color{
    color: #ffffff;
}
.btn-primary-backgroundcolor:hover{
    background-image: linear-gradient(#7033a3,#7033a3);
    transition: 1s;
}
.btn-subscribe{
    border: 0;
    border-radius: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: medium;
}
.dropdown-toggle:hover .dropdown-menu {
    display: block;
}
@media(max-width:770px){
    .btn-subscribe{
        font-size: smaller;
        padding: 10px 0px;
    }
    .dropdown-item {
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        width: 100%;
        max-width: 300px;
    }
}
.nav_subMenu_border{
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
ul li{
    width: max-content;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 2rem;
    width: max-content;
}
.nav-link{
    font-weight: 600;
}
#firstContainCaroussel h1{
    /* mix-blend-mode: soft-light; */
}
#firstContainCaroussel{
    color: white;
    height: 80vh !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#secondContainCaroussel{
    color: white;
    height: 80vh !important;
}
#thirdContainCaroussel{
    color: white;
    height: 80vh !important;
}

/*color*/
.global-hover-link-color-accent-nav:hover{
    color: white;
    transition: 1s;
}
.nav_subMenu_border_radius{
    border: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.input_textfield_background,.input_textfield_background_div{
    background-color: #ECEBEB;
}
.global-color-primary{
    color: #151718;
}

.global-color-secondary{
    color: #F6F6F6;
}

.global-color-text{
    color: #7033a3;
}
.changecolorwhite span{
    color: #ffffff !important;
}
.underlinetext_hover:hover{
    text-decoration: underline;
}
/* color-accent */
.global-bg-color-black{
    background-color:#151718;
    background-image: linear-gradient(#00000000,#00000000), url('../img/icon/icons8_helping_hand_100px_1.png');
    background-position:left;
    background-repeat: no-repeat; 
}
.bg-image_news{
    background-image: linear-gradient(#000000f2,#3c3c3cd1), url('../img/pexels-cottonbro-6590928.jpg');
}
.global-color-purple-bg{
    background-image: linear-gradient(48deg,#7033a3,#7033a3)
}
.global-bg-color-white{
    background-color:#ffffff;
}
.global-color-accent{
    color: #7033a3;
}
.global-color-gray-bg{
    background-color: #1e1e1e;
}
.global-color-accent:hover{
    color: #7033a3;
    transition: 1s;
}

.global-bg-color-accent{
    background-color: #7033a3 !important;
    color: #F6F6F6;
}
.global-border-color-accent{
    border-color: #7033a3 !important;
}
.global-border-color-white{
    border-color: #ffffff ;
}
.global-border-hover-color:hover{
    border-color: #7033a3 !important;
    transition: 1s;
 }

.global-border-color-bg-trans-accent:hover{
    border-color: #7033a3 !important;
    background-color: transparent !important;
    transition: 1s;
}
.global-border-color-bg-trans-accent:hover i{
    color: #7033a3 !important;
    transition: 1s;
}
.card-hover-purple{
    background-image: linear-gradient(48deg,#ffff,#f4f4f4);;
    transition: 1s;
    box-shadow: 5px 6px 24px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f500;
    border-radius: 0px 0px 0px 0px;
}
.card-hover-purple-radius100px{
    background-image: linear-gradient(48deg,#7033a3,#7033a3);;
    transition: 1s;
    box-shadow: 5px 6px 24px 0px rgba(0, 0, 0, 0.059);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fff;
    border-radius: 100px 0px 100px 0px;
}
.card-hover-purple-radius100px:hover{
    background-image: linear-gradient(48deg,#fff,#f4f4f4);;
    transition: 1s;
    box-shadow: 5px 6px 24px 0px rgba(0, 0, 0, 0.059);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7033a3;
    border-radius: 0px 0px 0px 0px;
}
.card-hover-purple-radius100px h3{
    color: #fff !important;
}
.card-hover-purple-radius100px:hover h3{
    color: #7033a3 !important;
}
.card-hover-purple-radius100px .global-border-color-bg-trans-border-purple-text_white{
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;}
.card-hover-purple-radius100px:hover .global-border-color-bg-trans-border-purple-text_white{
    color: #7033a3;
    border-color: transparent !important;
}

.card-hover-purple:hover{
    background-image: linear-gradient(48deg,#fff,#fff);
    transition: .2s;
    box-shadow: 5px 6px 24px 0px rgba(0, 0, 0, 0.059);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7033a3;
    border-radius: 0px 0px 0px 0px;
}
.card-hover-purple:hover h3{
    color: #7033a3 !important;
}
.card-hover-purple:hover .global-border-color-bg-trans-border-purple-text_white{
    color: #7033a3;
    border-color: transparent !important;
}


.global-border-color-bg-trans-border-purple-text_white{
    border-color: #7033a3 !important;
    color: #7033a3;
    transition: 1s;
    border-width: 1px;
    border-style: solid;
    padding: 20px 40px;
}

.global-border-trans-bg-color-accent:hover{
    border-color: transparent !important;
    background-color: #7033a3 !important;
    color: #F6F6F6 !important;
}
.global-border-trans-bg-color-accent:hover i{
    color: #F6F6F6 !important;
    transition: 1s;
}
.global-color-accent-black:hover{
    color: #151718;
    transition: 1s;
}
.global-color-hover-accent-white:hover{
    color: #F6F6F6;
    transition: 1s;
}

/* hover-link-color-accent */
.global-hover-link-color-accent:hover{
    color: #7033a3 !important;
    opacity: 1 !important;
    transition: 1s;
}
/* color-accent */

/* border-radius */
.global-border-raduis-100{
    border-radius: 100%;
    border-style: solid;
}
.social-media-padding{
    padding: 5px 9px;
}

.remove-padding{
    padding: 0;
}
 
.global-padding-left{
    padding-left:70px !important;
}
.global-padding-right{
    padding-right:70px !important;
}

 @media(max-width:1200px){
    .global-center-text-medium{
        text-align: center;
    }
    .global-padding-right{
        padding-right:0 !important;
    }
}
@media(max-width:998px){
    .global-center-text-contact-medium{
        text-align: center;
    }    
    .global-padding-left{
        padding-left:0 !important;
    }
    .global-padding-right{
        padding-right:0 !important;
    }
}
@media(max-width:768px){
    .global-center-text{
        text-align: center;
    }
    .remove-display-flex{
        display:block !important;
    }
    .reduce-padding-top-20px{
        padding-top: 20px !important;
    }

}
.google-location-iframe{
    width:100% !important;
}

.global-center-text-md{
    text-align: center;
}
.opacity_hover:hover{
    opacity: 1 !important;
    transition: 1s;
}
.row {
    --bs-gutter-x: 0 !important;
}
.offcanvas-start {
    width: initial;

}
@media(max-width:991px){    
    .offcanvas-start {
        width: 400px;
    }    
}
.dropdown-menu{
    width: -webkit-fill-available;
}
.videoframe{
    background-color: #000000a6;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.youtube_frame{
    width: 870px !important;
    height: 489px !important;
}

@media(max-width:991px){    
    .youtube_frame{
        width:489px !important;
        height: 286px !important;
     }       
}
 @media(max-width:768px){    
    .youtube_frame {
        width: 90% !important;
        height: 181px !important;
    }
}
.centeredvideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulse{
    cursor: pointer;
    box-shadow: 0 0 0 rgb(107, 10, 113);
    animation: pulse 1.5s infinite;
  }
  .pulse:hover {
    animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #6b0a71c7
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px #d7a94200;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #d7a94200;
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #6b0a71c7;
      box-shadow: 0 0 0 0 #6b0a71c7;
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(215,169,66, 0);
        box-shadow: 0 0 0 20px rgba(215,169,66, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(215,169,66, 0);
        box-shadow: 0 0 0 0 rgba(215,169,66, 0);
    }
  }
  .negativemargin-top-3{
      margin-top: -24%;
  }


.causes-progress {
    margin-top: 10px;
    width: 100%;
 }
.causes-progress .causes-progress-bar {
    position: relative;
    height: 4px;
    background-color: rgb(230, 230, 234);
    margin-bottom: 10px;
    border-radius: 10px;
}
.causes-progress .causes-progress-bar > div {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 10px;
}
.causes-progress .causes-progress-bar > div span {
    position: absolute;
    right: 5px;
    top: -3px;
    transform: translate(50%, -100%);
    font-weight: 400;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #7033a3 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-body {
    color: #212529;
}
.accordion-button {
    background-color: #e9e4e442 !important;
}
.Error404_fs{
    font-size: 250px;
    font-family: Londrina Outline;
    letter-spacing: 36px;
}

@media(max-width:991px){    
    .Error404_fs{
        font-size: 150px;
        letter-spacing: 20px;
    }
}
@media(max-width:768px){    
    .Error404_fs{
        font-size: 100px;
        letter-spacing: 6px;
    }
}

.parallax-window {
	min-height: 400px;
}

.cookieframe{
    background-color: #7033a35b;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
}
.cookie_container{
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}
.cookie_container p,.cookie_container p a {
    font-size: 12px;
}
.causes_div{
    border-radius: 20px;
    box-shadow:  8px 10px 10px rgb(255 255 255 /16%);
}
.causes_div_black{
    border-radius: 30px;
    box-shadow:  8px 10px 10px rgb(255 255 255 /16%);
}
.causes_div h5{
    font-size: medium;
    font-weight: bold;
    text-transform: uppercase;
}
.causes_div p{
    color: #fff;
}
.causes-img-div{
    height: 280px;
}

.causes_div .btn-subscribe{
    border: 0;
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: x-small;
    text-align: center;
}
.causes_div .input_textfield_background{
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 26px;
    font-weight: bold;
    font-size: small;
    padding-bottom: 17px;
    padding-top: 17px;
    color: #7F7B7B;
}

.causes_div .donationfield_background_div{
    border: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #7F7B7B;
    background-color: #464545;
    box-shadow: 0px 5px 6px rgb(255 255 255 / 20%);
}
.causes_div .donationfield_background_div div p{
    color: #535353;
    text-align: center;
}
.causes_div .donationfield_background_div div p span{
    color: #ebebeb;
    display: block;
    text-align: center;
}
.btn-causes_subscription{
    border: 0;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
    text-align: center;
}
.btn-causes_subscription:hover{
    background-image: linear-gradient(#7033a3,#7033a3);
    color: #ffffff;
    transition: 1s;
}

.becomevolunteer_Div{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(84, 84, 84, 0.50)),url('../img/pexels-cottonbro-6590928.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
}
.becomevolunteer_Div h1{
    text-transform: uppercase;
}

.subcribeAD_Div{
    background-image: linear-gradient(rgba(0, 0, 0, 0.61),rgba(45, 3, 50, 1)),url('../img/children-jumping.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
}
.subcribeAD_Div h2{
    text-transform: uppercase;
}

.padding-10{
    padding: 10% 0 !important;   
}
.padding-5{
    padding: 5% 0 !important;   
}
.border-20{
    border-radius: 20px !important;
}
.events_card{
    background-image:linear-gradient(#535353,#111111);
}
.events_card:hover{
    transition: 1s;
    background-image:linear-gradient(#fff,#111111);
}
a:hover .events_card{
    background-image:linear-gradient(#fff,#111111);
}
.events_card_date{
    background-image:linear-gradient(#fff,#fff);
}
.edit_month{
    font-size: x-small;
    margin-top: -9px;
    padding-bottom: 6px;
}
.events_card:hover .events_card_date{
    background-image: linear-gradient(#7033a3,#7033a3);
    color: #fff;
}
.events_card:hover .events_card_date .global-color-text{
    color: #fff;
}
.events_thumbnail{
    height: 178px;
}
.events_thumbnail_article{

    height: 450px;
}
.events_thumbnail_article{
    border-radius:10px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width:1200px){
    .dflexnone{
        display: none !important;
    }
}
@media(max-width:1200px){
    .dsideitemNone{
        display: none;
    }
}
@media(max-width:770px){
    .events_thumbnail_article {
        height: 300px;
    }
}
.border-bottom-20{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sticker{
    padding: 14px 30px;
    width: fit-content;
    border-bottom-right-radius: 50px;
}
.sticker_success{
    padding: 7px 30px;
    width: fit-content;
    border-top-left-radius: 50px;
    height: fit-content;
    position: relative;
    bottom: -242px;
}
.dropdown-toggle:hover .dropdown-menu{
    display: block;
}
.imagegallery{
    height:90px;
}
.image_hover:hover{
    transform: scale(1.1);
    transition: 1s;
}

.box_shadow-purple{
    box-shadow:  0px 0px 15px rgb(137 9 147 /60%);
}

@-webkit-keyframes fadeIn { from { opacity:0;} to { opacity:1;z-index: 10000000; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1;z-index: 10000000; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1;z-index: 10000000; } }
.fade-in {
    z-index: -1;
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.fade-delay-5s{
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s;
}
.fade-delay-25s{
    -webkit-animation-delay: 120s;
    -moz-animation-delay: 120s;
    animation-delay: 120s;
}
.albumimageHeight{
    height: 300px;
    border-radius:10px;
    margin: 1rem;
}
@media(max-width:770px){
    .bg-height-40 {
        height: 30vh;
    }
    .albumimageHeight{
        height: 250px;
        border-radius:0px;
        margin: 1px !important;
    }    
}
@media(max-width:470px){
    .albumimageHeight{
        height: 115px;
        border-radius:0px;
        margin: 1px !important;
    }    
}

.purpleslide .slick-dots li button:before
{    
    color: #ffffff;
}
.purpleslide .slick-dots li.slick-active button:before
{
    color: #ffffff;
}

.programsSection{
    padding: 8% 5% !important;
}
.programSectiongb{
    background-color: #7033a3;
}
.programsDivImage{
    height: 800px;
}
.programsDetailsDiv{
    padding:6%;
}
.programsDetailEven{
    margin-left:-18%
}
.programsDetailOdd{
    margin-right:-18%
}
.ptop{
    margin: 5% 0;
}
@media(max-width:770px){
    .ptop{
        margin: 2% 0;
    }
    
    .programsDivImage{
        height: 340px;
    }
    .programsDetailsDiv{
        margin-top: -20%;
    }
    .programsDetailEven{
        margin-left:5%
    }
    .programsDetailOdd{
        margin-right:5%;
    }
}

.programsDetailsBtn{
    background-image: linear-gradient(#7033a3,#7033a3);
    color: #ffffff;
    border: 0;
    border-radius: 6px;
    padding: 3% 7%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
}
.programsDetailsBtn:hover{
    background-image: linear-gradient(#fff,#fff);
    color: #7033a3;
    box-shadow:  8px 10px 10px rgb(137 9 147 /60%);
    transition: 1s;
    background-position: center;
}
.iconsize_100px{
    width: 150px;
    height: 150px;
}
.btn-white-border-purple{
    background-color: #7033a3;
    border: 1px solid #7033a3;
    color:#fff;
    padding:20px 60px
}
.btn-white-border-purple:hover{
    background-color: transparent;
    color:#7033a3;
    transition: .8s;
}
.color-red{
    color: #D53f34;
}
.color-teal{
    color: teal;
}
.boxshadow{
    box-shadow: -2px 2px 10px rgb(71 64 64 / 22%);
}
.card-new{
    position: absolute;
    bottom: 30px;
    left: 10px;
}
.gallery_album{
    height:450px;
    border-radius:20px; 
    background-repeat:no-repeat; 
    background-position:center; 
    background-size:cover;
}