*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    background-color:#ffffff;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    overflow-x: hidden !important;
}
@media screen and (max-width:991px){
    body{
        cursor: pointer !important;
    }
}
li{
    list-style: none;
}
a:hover,
a:focus,
a{
    text-decoration: none;
    color:#000000;
}
a,button{
    outline: none;
}
.row{
    width: 100% !important;
    height: auto !important;
}
.site-container{
    width:90%;
    margin-left:5%;
}
@media screen and (max-width:450px){
    .site-container{
    width:100% !important;
    margin-left:0% !important;
}
}
/*header-section*/
.header-section{
    width:100%;
    height:auto;
    position: relative;
    overflow: hidden;
}
.header-section:before{
    content: '';
    position: absolute;
    width: 1895px;
    height: 1528px;
    background:#f2faff;
    left: 593px;
    top:-630px;
    border-radius: 50%;
    z-index: -1000;
}
/*fixed-topNav*/
.fixed-topNav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height:100px;
    background: transparent;
    transition: all 0.5s ease-in-out;
    padding:0px 20px;
}
.fixed-topNav .site-container{
    height: 100%;
}
.scroll-fixed-top-nav.fixed-topNav{
    background: #ffffff;
    height:70px;
    box-shadow: 0 0 20px rgba(1, 3, 26, 0.09);
}
.top-navContent{
    width:100%;
    height: 100%;
    position: relative;
    background: inherit;
    display: flex;
    align-items: center;
}
.nav-brand img{
    max-width: 100px;
}
.site-nav{
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.site-nav ul{
    margin: 0;
    padding: 0;
}
.site-nav ul li{
    display: inline-block;
    padding: 5px;
}
.site-nav ul li a{
    display: inline-flex;
    width:auto;
    height: 40px;
    padding:0px 30px;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    text-transform: uppercase;
}
.site-nav ul li a span{
    position: relative;
    width:0%;
    height: 2px;
    background: linear-gradient(303.31deg, #B008FF -15.09%, #FF0844 92.92%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.active-navIcon span,
.site-nav ul li a:hover span{
    opacity: 1 !important;
    width: 100% !important;
}
.site-nav ul .nave-btn{
    margin-left: 150px;
    padding: 0px;
}
.site-nav ul .nave-btn a{
    background: linear-gradient(303.31deg, #B008FF -15.09%, #FF0844 92.92%);
    color: #ffffff;
    text-transform: none;
    transition: all 0.5s ease-in-out;
}
.site-nav ul .nave-btn a:hover{
   background: linear-gradient(303.31deg, #B008FF -35.09%, #FF0844 60.92%); 
}
/*hero-section*/
.hero-section{
    width: 100%;
    height: auto;
    position: relative;
    margin-top:100px;
}
.hero-intro{
    position:relative;
    width:100%;
    height: auto;
    margin-top: 140px;
}
.hero-intro h1{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Overpass, sans-serif;
}
.hero-intro p{
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.hero-intro a{
    display: inline-flex;
    width:auto;
    height: 40px;
    padding:0px 30px;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    margin-top: 20px;
      background: linear-gradient(303.31deg, #B008FF -15.09%, #FF0844 92.92%);
    color: #ffffff;
    text-transform: none;
    transition: all 0.5s ease-in-out;
}
.hero-intro a:hover{
   background: linear-gradient(303.31deg, #B008FF -35.09%, #FF0844 60.92%); 
}
.hero-intro:before{
    content: '';
    position: absolute;
    top: -50px;
    transform: translate(-50%, 0%);
    left: 30%;
    width: 18px;
    height: 18px;
    background:#ff0844;
    border-radius: 50%;
}
.hero-intro:after{
    content: '';
    position: absolute;
    bottom: -50px;
    transform: translate(-50%, 0%);
    left: 90%;
    width: 18px;
    height: 18px;
    background:#0066FF;
    border-radius: 50%;
}
/*hero-banner*/
.hero-banner{
    position: relative;
    width: 100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.hero-banner img{
    max-width:80%;
    object-fit: cover;
    animation: Animate 3s linear infinite;
}
@keyframes Animate{
    50%{
        transform: translateY(-5px);
    }
}

/*site-sections*/
.site-sections{
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
}
/*about-section*/
.about-section{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: block;
    padding-top:90px;
}
.about-banner{
    width: 100%;
    height: auto;
    position: relative;
}
.about-banner img{
    max-width:100%;
}
.about-text{
    width:80%;
    position: relative;
    height: auto;
    padding:30px;
    margin-top: 0px;
}
.about-text h1{
    padding: 0;
    margin: 0;
    position: relative;
    display:flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Overpass, sans-serif;
}
.about-text img{
    margin-right: 30px;
    max-width:50px;
}
.about-text p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 15px;
}
/*video-section*/
.video-section{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-top: 50px;
}
.video-section-header{
    position: relative;
    width: 100%;
    padding:20px;
    margin-bottom: 20px;
}
.video-section-header p{
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
     font-family: Overpass, sans-serif;
}
.video-intro{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    background: #000000;
}
.video-intro:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.video-intro video{
    width: 100%;
    height:auto;
    object-fit: cover;
}
.video-intro .video-control-btn{
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius:50%;
    background-color:#ffffff;
    outline: none;
    border:none;
    font-size: 17px;
    color: #000000;
}
.video-control-btn i{
    position: relative;
    z-index: 3;
}
.video-control-btn:after,
.video-control-btn:before{
    content: '';
    position: absolute;
    left:-10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    background-color: #ffffff;
    border-radius: inherit;
    opacity: 0;
    animation:animate 1.5s linear infinite;
}
@keyframes animate{
    0%{
        transform: scale(.5);
    }
   50%{
        opacity: 0.7;
    }
    100%{
        transform: scale(1.2);
    }
}
.video-control-btn:after{
    animation-delay: 0.5s;
}
.video-control-btn #pause{
    display: none;
}
.play-pause.video-control-btn{
    visibility: hidden;
}
.play-pause.video-control-btn #pause{
    display: inline-flex;
}
.play-pause.video-control-btn #play{
    display: none;
}

.display-play-pause.video-intro:hover .video-control-btn{
    visibility: visible;
}
/*video-section*/
.card-section{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 70px;
    background:#f2faff;
    padding-bottom: 50px;
}
.card-section-header{
    position: relative;
    width: 100%;
    padding:20px;
    margin-bottom: 20px;
}
.card-section-header p{
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
     font-family: Overpass, sans-serif;
}
.card-section .row{
    width: 100%;
    height:auto;
    margin: 0;
    padding: 0;
    margin-top:30px;
    margin-bottom: 10px;
}
.card-section .row .col-md-4{
      width: 100%;
    height:auto;
    margin: 0;
    padding: 0;
}
.card-main{
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding:50px;
}
.card-main p{
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    padding: 0;
}
.card-main span{
    display: block;
    width: 80px;
    height: 10px;
    background: #ffffff;
    margin-bottom: 20px;
}
.card-main-1{
    background: url(../img/card-img/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    columns: #ffffff;
    height:300px;
}
.card-main-2{
    background: url(../img/card-img/2.jpg);
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    columns: #ffffff;
    height:250px;
}
.card-main-3{
    background: url(../img/card-img/3.jpg);
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    columns: #ffffff;
    height:200px;
}

/*margazine-section*/
.margazine-section{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.margazine-section .container .row .col-md-5,
.margazine-section .container .row .col-md-7{
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.margazine-intro{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding:80px 50px;
   box-shadow: 0px 16px 47px 0px rgba(1, 3, 26, 0.09);
    border-radius: 20px;
    margin-top:70px;
    margin-bottom: 30px;
    z-index: 3;
    position: absolute;
    right: -40px;
}
.margazine-intro h1{
    font-size:48px;
    font-weight:800;
     font-family: Overpass, sans-serif;
     margin: 0;
     padding: 0;
     margin-bottom: 15px;
}
.margazine-intro p{
    margin: 0;
    padding: 0;
     font-size: 15px;
}
.margazine-book{
    width: 100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.margazine-book img{
   max-width: 100%;
}
.margazine-book p{
    position: absolute;
    bottom: 10px;
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #ffffff;
}


/*.donation-container*/
.donation-container{
    position: relative;
    width: 100%;
    height: auto;
    background: url(../img/main-dSec-bg.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 70px;
}
/*donation-section*/
.donation-section{
    position: relative;
    width: 100%;
    height: auto;
    padding:50px 0px;
    background: linear-gradient(303.31deg, #B008FF -15.09%, #FF0844 92.92%);
    color: #ffffff;
    margin-top: 100px;
}
.donation-cards{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.d-card{
    padding:40px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.d-card h3{
    margin: 0;
    padding: 0;
    font-size:3.5em;
    font-weight: 700;
    font-family: Overpass, sans-serif;
    margin-bottom: 10px;
}
.d-card p{
    margin: 0;
    padding: 0;
    font-size:24px;
    font-family: Overpass, sans-serif;
}
/*main-dSec*/
.main-dSec{
    position: relative;
    width: 100%;
    height: auto;
}


.top-main-dSec{
    background: #ffffff;
    box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.21);
    position: relative;
    margin-top:-80px;
    z-index: 2;
    padding:40px;
    border-radius:20px;
    text-align: center;
    font-size: 17px;
}
.top-main-dSec p{
    margin: 0;
    padding:0;
    margin-bottom: 20px;
}
.top-main-dSec span{
    display: block;
    margin: 0;
    padding: 0;
}
.top-main-dSec h6{
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-weight:700;
}
/*sub-main-dSec*/
.sub-main-dSec{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 70px;
    padding-top:70px;
}

.sub-main-dSec-header{
    width: 100%;
    height: auto;
    padding:20px 10px;
    text-align: center;
}
.sub-main-dSec-header h1{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Overpass, sans-serif;
}
.sub-main-dSec-header  p{
    margin: 0;
    padding: 0;
    font-size: 17px;
}
/*details-section*/
.details-section{
    width: 90%;
    height: auto;
    position: relative;
    margin-top: 50px;
    margin-left: 5%;
}
.details-card{
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px 0px rgba(47, 47, 47, 0.09);
    border-radius: 20px;
}
.details-card img{
    max-width:100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.details-card-txt{
    position: relative;
    width: 100%;
    height: auto;
    padding:10px 20px;
    padding-bottom: 30px;
}
.details-card-txt p{
    margin: 0;
    padding: 0;
}
.details-card-txt p span{
    font-weight: 700;
}
.details-card-txt a{
    position: relative;
    margin-top:30px;
    width: 150px;
    height:43px;
    border-radius:8px;
    border:none;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.details-card-txt a span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:148px;
    height:41px;
    background: #ffffff;
    border-radius:inherit;
}
.details-card-txt .d-tBtn{
    background:linear-gradient(276.53deg, #B008FF 9.78%, #FF0844 89.98%);
}
.details-card-txt .d-tBtn:hover span{
    color: #ffffff;
    background:linear-gradient(276.53deg, #B008FF 9.78%, #FF0844 89.98%);
}
.details-card-txt .d-sBtn{
   background: linear-gradient(303.31deg, #466707 -15.09%, #85AE27 92.92%);
}
.details-card-txt .d-sBtn:hover span{
    color: #ffffff;
    background: linear-gradient(303.31deg, #466707 -15.09%, #85AE27 92.92%);
}
.details-card-txt .d-thBtn{
    background: linear-gradient(118.72deg, #1265E9 6.56%, #062A61 79.61%);
}
.details-card-txt .d-thBtn:hover span{
    color: #ffffff;
    background: linear-gradient(118.72deg, #1265E9 6.56%, #062A61 79.61%);
}

/*gallery-section*/
.gallery-section{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-gap: 0px;
    grid-template-rows:auto;
    background: #f2f9ff;
    padding-top: 90px;
}
.gallery-card{
    width: 100%;
    height: auto;
}
.gallery-section img{
    width:100%;
   transition: all 0.8s ease-in-out;
}
.gallery-card:hover img{
    -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   transform: scale(0.97);
}
/*sub-footer*/
.sub-footer{
    width: 100%;
    height: auto;
    padding:70px 10px;
    position: relative;
    background: url(../img/sub-footer-bg.jpg);
    background-position: center;
    background-size: cover;
}
.sub-footer-content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sub-footer-content h3{
     position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 2em;
    margin-bottom: 15px;
    font-family: Overpass, sans-serif;
    text-transform: uppercase;
}
.sub-footer-txt{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.sub-footer-txt p{
    margin: 0;
    padding: 0;
    font-size:15px;
}
.sub-footer-txt a{
    padding:10px;
    width: 120px;
    height: 40px;
    border:none;
    outline: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(303.31deg, #B008FF -15.09%, #FF0844 92.92%);
    color: #ffffff;
    cursor: pointer;
    margin-top:20px;
}
.sub-footer-txt a:hover{
   background: linear-gradient(303.31deg, #B008FF -35.09%, #FF0844 60.92%); 
}
/*site-footer*/
.site-footer{
    width: 100%;
    height: auto;
    position: relative;
    padding:30px 10px;
    background: #000000;
    color: #ffffff;
}
.site-footer .site-container{
    position: relative;
    display: flex;
    align-items: center;
}
.site-footer p{
    margin: 0;
    padding: 0;
    font-size:14px;
}
.site-footer ul{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}
.site-footer ul li{
    display: inline-block;
    padding:5px;
}
.site-footer ul li a{
    background: #ffffff;
    width:30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}