*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    margin: 0;
}
#collegeinmoblie{
    display:none;
}
/*header section style start*/
#top{
    background-color: #503105;
    color: #fff;
       padding-top:0.2rem;
    
}
#top a{
  text-decoration:none;
  font-size:0.8rem;
  color: #fff;
}
#top-social-icon i{
  padding-left: 5px;
}
#second-top{
    background-color: #edbb24;
    color: #fff;
}
#brand{
    padding: 0.2rem;
    margin-top: 0.7%;
    color:#503105;
    text-align: center;
    justify-content: center;
    font-size: 1.5vw;
    font-weight: 500;
}
#trademark{
   border: 1.2px solid #503105;
  border-radius: 48%;
  font-size:small;
  padding: 0px 4px 0px 4px;
  
  
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:5px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:26px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:8px;
}
.block{
    width: 6rem;
    position: relative;
    height:6rem;
    margin-top: 2rem;
    margin-left: 1.9rem;
    z-index: 2;
    border-radius: 50%;

}
#logo{
    
    width:5rem;
    height:5rem;
    position: relative;
    z-index: 2;
    margin-top:0.5rem;
    margin-left: 0.5rem;
    border-radius: 50%;
}

#logo-box::before , #logo-box::after{
  content: "";
  position: absolute;
  margin-left: -1px;
  margin-top:-1px;
  border-radius: 50%;
  background-image: linear-gradient(45deg,rgb(213, 196, 214),rgb(14, 16, 158),rgb(225, 167, 52),rgb(52, 186, 22),rgb(175, 25, 168),rgb(82, 163, 207),rgb(8, 103, 8),rgb(139, 19, 39),rgb(13, 84, 115));
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index:1;
  animation:animate 20s linear infinite;
}
#logo-box::before , #logo-box::after{
    content: "";
    position: absolute;
    margin-left: -4px;
    margin-top:-4px;
    border-radius: 50%;
    background-image: linear-gradient(45deg,rgb(213, 196, 214),rgb(14, 16, 158),rgb(225, 167, 52),rgb(52, 186, 22),rgb(175, 25, 168),rgb(82, 163, 207),rgb(8, 103, 8),rgb(139, 19, 39),rgb(13, 84, 115));
    background-size: 400%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index:1;
    animation:animate 20s linear infinite;
}
#logo-box::after{
    filter: blur(400px);
    opacity: 0.99;
}
@keyframes animate{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 400% 0;
    }
    100%{
        background-position: 0 0;
    }
}
#trade-mark{
    border-radius: 50%;
    font-size: 1.2rem;
    padding:0px 4px 0px 4px;
    border:1px solid #021429;
}
#donate-btn{
    background-color: #503105;
    color: #fff;
    padding: 0.5rem;
    margin-top: 2.2rem;
}
#donate-btn {
  background-image: linear-gradient(45deg,rgb(171, 119, 14),rgb(68, 35, 3),rgb(100, 65, 9),rgb(118, 185, 11));
    padding: 0.5rem;
    margin: 2.5rem;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px rgba(40, 41, 39, 0.785);
  }
  
#donate-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  #donate-btn:hover {
    background: linear-gradient(-30deg, #6c6b68 50%, #503105 50%);
    box-shadow: inset 0 0 10px #000000;
  }
  
  #donate-btn span {
    position: absolute;
  }
  
  #donate-btn span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#e3dc0c));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #e3dc0c);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
   
  @-webkit-keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  #donate-btn span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#f4730a));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #f4730a);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @-webkit-keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  #donate-btn span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#f4730a));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #f4730a);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @-webkit-keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  #donate-btn span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#e3dc0c));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #e3dc0c);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @-webkit-keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  
 
#third-top{
    background-image: linear-gradient(-40deg,#503105 85%,#edbb24 15%);
    color: #fff;
    border-bottom:2px solid #3f2602 ;
    padding-left: 15%;
    z-index: 1;
}

#navbarSupport ul li{
    font-size: 1rem;
    font-weight: 600;
    padding-left: 2.5vw;
}
#navbarSupport ul li:hover{
    background-color: transparent;
    color: #0b4a70;

}
.active {
    color: #FFF;
    transition: all 0.3s;
    position: relative;
  }
  .active span {
    transition: all 0.3s;
  }
  .active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255, 255, 255, 0.977);
    border-bottom-color: rgba(255, 255, 255, 0.952);
    transform: scale(0.1, 1);
  }
  .active:hover span {
    letter-spacing: 2px;
  }
  .active:hover::before {
    opacity: 1; 
    transform: scale(1, 1); 
  }
  .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.007);
  }
  .active:hover::after {
    opacity: 0; 
    transform: scale(0.1, 1);
  }
  


@media screen and (max-width: 867px) and (min-width: 250px){
    #collegeinmoblie{
    display:block;
    background-color:black;
}
    .block{
    width: 5rem;
    right:20px;
    position: relative;
    height:5rem;
    z-index: 2;
    border-radius: 50%;

}
  #logo{
    
    width:4rem;
    height:4rem;
    margin-top:0.5rem;
    margin-left: 0.5rem;
    border-radius: 50%;
}

#logo-box::before , #logo-box::after{
  content: "";
  position: absolute;
  margin-left: -1px;
  margin-top:-1px;

  width: calc(100% + 2px);
  height: calc(100% + 2px);

}
#logo-box::before , #logo-box::after{
    margin-left: -2px;
    margin-top:-2px;

    width: calc(100% + 4px);
    height: calc(100% + 4px);
   
}
    #third-top{
        background:#021429;
        color: #fff;
    }
    #top{
      display: none;
    }
   #email-icon{
    margin-left: -50px;
   }
    #health-col-1{
      font-size: 0.7rem;
      height: auto;
      width: auto;
    }
  
    #brand{
      margin:5% -20% -10% 16%;
      color:#503105;
      font-weight: 300;
  }
  #brand h1{
    font-size: 6vw;
    
  }
  #brand h3{
    font-size: 4vw;
   
  }
  #donate-btn{
    background-color: #503105;
    color: #fff;
    font-size: 1.7vw;
    padding: 0.5rem;
    margin:5% 0% -15% 70%;
}
#menuBtn{
  margin-right: 80%;
}
}
#latestrow{
    padding:0px;
height:5vh;
}
#latest{
        width:11.5%;
        background-color:#475609;
        font-size:1rem;
}

#latestmarquee{
    width:88.5%;
        background-color:#EEF0E8;
font-size:1.1rem;
font-weight:700;
color:#475609;
padding-top:3px;
}

.text-white{
    font-size:1.2rem;
    font-weight:600;
}
/*header section style end*/
/*footer section style start*/
#footer{
    padding: 1.3rem;
    text-align: start;
}
#foot-logo{
    height: 7rem;
    width:7rem;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    align-item:center;
    
}
#footer-para{
    margin-right: 2.5%;
    margin-left:2.5%;
    text-align: justify;
}
#footerlogo-box{
    width: 7rem;
    position: relative;
    height: 7rem;
    margin:2rem 1rem auto 2rem;
    z-index:2;
    border-radius: 50%;

}
#footerlogo-box::before , #footerlogo-box::after{
    content: "";
    position: absolute;
    margin-left: -10px;
    margin-top:-10px;
    border-radius: 50%;
    background-image: linear-gradient(45deg,rgb(213, 196, 214),rgb(14, 16, 158),rgb(225, 167, 52),rgb(52, 186, 22),rgb(175, 25, 168),rgb(82, 163, 207),rgb(8, 103, 8),rgb(139, 19, 39),rgb(13, 84, 115));
    background-size: 400%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index:1;
    animation:animate 20s linear infinite;
}
#footerlogo-box::after{
    filter: blur(400px);
}
#footer li a{
    text-decoration: none;
    
}
/*footer section style end*/
/*programme section style start*/
#donate{
  margin: 0;
  height:82vh;
  background-size:cover;
  background-repeat:no-repeat;
  width: 100%;
  color: #000000;
}

#donate-img{
    margin-top:6%;
  margin-bottom: -20%;
  margin-left: 4%;
  box-shadow: 2px 0 10px #000000;
  height: 100vh;
  width: 40%;
}
#bank-detail{
 margin-top:30%;
  margin-bottom: -25%;
  margin-left: 25%;
  box-shadow: 2px 0 10px #000000;
  height: 60vh;
  width: 70%;
}

#donate-support{
     margin-top:15%;
  box-shadow: inset 0 0 8px gray;
}
#donate-support h1{
    margin-top:2%;
}
#donate-support.card{
  background-color: #b2b1ad33;
  box-shadow:0 0 10px gray;
  border: none;
  border-radius: 10px;
}
#donate-support.card-img-top{
     width: 50%;
     margin:4% 12% 0px 12%;
     border-radius: 50%;
     height: 20vh;
}

.donate-h2{
  font-size: 0.8rem;
}
#enquiry{
  background-image: url('/img/enquiry.png');
  background-size:cover;
  padding: 20px;
}
#enquiry-form{
  background-color: #ffc361;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 0 15px rgb(21, 128, 170);
  margin-top: 6%;
}

#donate-img{
    height:100vh;
    width:100%;
}
#card-donate{
    width:6rem;
}

@media screen and (max-width: 850px) and (min-width: 300px){
  
#card-donate{
    width:6rem;
    border:none;
    background:#000000;
}
 #donate-img{
    height:70vh;
    width:100%;
    margin-left:20px;
}
#donate{
  margin: 0;
  height: 80vh;
  width: 80%;
  color: #000000;
}
#donate-col-1{
  margin-top: -20%;
  margin-left: 4%;
  box-shadow: 2px 0 10px #000000;
  height: 80vh;
  width: 100%;
}

#donate-col-2{
  margin:5% 0% 0% 0%;
  box-shadow:inset 0 2px 10px #000000;
  height: 80vh;
  width: 45%;
}
#donate-support{
  box-shadow: inset 0 0 10px gray;
  margin:5px;
  width:120%;
}
#donate-support.card{
  background-color: #b2b1ad33;
  box-shadow:0 0 10px gray;
  border: none;
  border-radius: 10px;
}
#donate-support.card-img-top{
     width: 80%;
     margin:4% 12% 0px 12%;
     border-radius: 50%;
     height: 20vh;
}

.donate-h2{
  font-size: 0.8rem;
}
#enquiry{
  background-image: url('/img/enquiry.png');
  background-size:cover;
  padding: 20px;
}
#enquiry-form{
  background-color: #ffc361;
  border-radius: 30px;
  padding:20px;
  box-shadow: 0 0 15px rgb(21, 128, 170);
  margin-top: 80%;
width:100%;
}
#latestrow{
height:3vh;
}
#latest{
    width:16%;
        background-color:#414729;
        font-size:0.7rem;

}
#latestmarquee{
    width:84%;
    background-color:#edbb24;
font-size:1rem;
font-weight:700;
color:#503105;
padding-top:3px;
}
.text-white{
    padding-top:5px;
    font-size:0.9rem;
    font-weight:600;


}}
/*donate section style end */

/*programme section style start here*/

/*programme health section*/
#health{
  background-image: url('/img/health.jpg');
  height:88vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-right:10px ;
  margin-left: 0;
}


#health-col-1{
  background-color: rgba(61, 59, 92, 0.918);
  color: white;
  padding: 10px;
  width: 70%;
  margin: 12% 0% 5% 5%;
  box-shadow: 20px 20px 20px gray;
}

#health-p{
  text-align: justify;
  font-size:1em;
}

/*programme education section*/

#education{
  margin: 16% 0% 0% 0%;
  background-image: url('/img/education.webp');
  background-size: cover;
  background-position: center;
  padding-right: 20px;
}
#education-col-1{
  background-color: rgb(46 71 43 / 77%);
  color: white;
  margin-top: 4%;
  margin-left: 2%;
  padding-top: 2%;
}
#education-p{
  text-align: justify;
}

/*programme women empowerment section*/

#women{
    
  margin-top: 0.5%;
}

#women-col-1{
  background-color: rgba(131, 68, 67, 0.95);
  margin: 3% -4% 0% 3%;
  color: white;
  box-shadow: 10px  10px 10px rgba(131, 68, 67, 0.95);
  

}

#women-col-2{
  margin-left: 0%;
  z-index: -1;
 
}


#women-emp{
  background-image: url('/img/women.jpeg');
  background-size: cover;
  box-shadow: 4px 4px 19px rgba(131, 68, 67, 0.95);
  width: 70%;
  margin-left: 30%;
  background-repeat: no-repeat;
}
#women-content{
  background-color: rgba(131, 68, 67, 0.95);
  margin: 5% 0% 5% -38%;
  color: white;
  box-shadow:inset 0  10px 10px rgba(131, 68, 67, 0.95);
  box-shadow: inset 0 2px 10px #0b1306;
  border-radius: 4px;
  
}


/*help section style*/

#help{
  margin: 10% 0 0 0;
}

#help2{
  margin-top: 15%;
}
#help-col-1 img{
  border-radius: 20px;
  box-shadow: 2px 2px 10px gray;
  height:65vh ;
  width: 100%;
}

#help-col-2{
  background-color:rgba(131, 68, 67, 0.95);
  color: white;
  width: 26%;
  height:55vh ;
  font-size: 0.9rem;
  margin-left: 4%;
  transform: rotate(45deg);
  box-shadow: inset 0 2px 10px #000000;
  border-radius: 40px 40px 40px 0;
}


.content{
  transform: rotate(-45deg);
  text-align: justify;
  padding: 10% 15% 0% 6%;
  border-radius:20%;
}
.content h2{
  text-align: center;
}

@media screen and (max-width: 800px) and (min-width: 250px){
    
    #education{
  margin: 40% 0% 0% 0%;
}
  #help-col-2{
    background-color:rgba(79, 27, 26, 0.95);
    color: white;
    width: 72%;
    height:130vh ;
    margin:15% 0 0 10%;
  
    transform: rotate(45deg);
    box-shadow: inset 0 2px 10px #000000;
    border-radius: 2px 40px 40px 40px;
  }
  .content{
    transform: rotate(-45deg);
    text-align: justify;
    font-size: 0.7rem;
    padding: 10% 14% 0% 0%;
    border-radius:20%;
  }
  .content h2{
    text-align: center;
  }

}

#help-col-3{
  background-color:rgba(61, 59, 92, 0.918);
  color: white;
  width: 26vw;
  height:55vh ;
  margin:5% 0 0 12%;
  font-size: 0.8rem;
  transform: rotate(45deg);  
  box-shadow: inset 0 2px 10px #000000; 
  border-radius: 40px 0 40px 40px;
}
#help-col-4 img{
  border-radius: 20px;
  box-shadow: 2px 2px 10px gray;
  height:65vh ;
  width: 100%;
  margin:5% 0 0 0%
}
#help-col-6{
  background-color:rgb(46 71 43 / 77%);
  color: white;
  width: 28vw;
  height:60vh ;
  margin:0 0 0 12%;
  transform: rotate(45deg);
  box-shadow: inset 0 2px 10px #000000;
  border-radius: 40px 40px 40px 0;
  
}




/*support donate section */

#support{
  background-image: linear-gradient(-45deg, rgba(239, 215, 215, 0.623),rgba(241, 184, 184, 0.071));
  margin: 0;
}
#support .col-lg-4{
  box-shadow: inset 0 0 10px;
  margin-top: 0.5%;
  padding:1.8rem;
}

#support .card{
  box-shadow:inset 0px 0px 10px gray;
}

#work{
  margin: 0;  
}

#work .col-lg-4{

  margin-top: 7%;
  padding:1.8rem;
}
#work .card{
  box-shadow:0px 0px 10px gray;
  text-align: justify;
}

#work img{
  height: 34vh;
  margin: -20% 0% 0% 6%; 
  box-shadow:inset 0px 0px 10px #000000;
  box-shadow:0px 0px 10px gray;
  border-radius: 20px;

}

/*our partner section*/
#partner{
  background-image: url('/img/partner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  
}

#partner-col{
  background-color: #0000009f;
  color: #fff;
  padding: 25px;
  margin: 0%  0% 0% 0%;
  box-shadow: inset 0 0 10px gray;
}

#partner2{
  width: 100%;
  align-items: center;
  justify-content: center;
 
}
#partner2 .p2:hover{
      transform: translateY(-20px);
}

#child-help{
   background-image: url(/img/edu.jpeg);
   background-size:cover;
   background-repeat: no-repeat;
   height: auto;
   box-shadow: inset 0px 0px 10px #0000;
   width: 100%;
   text-align:justify ;
   justify-content: center;
}

#helpCard{
width: 100%;
font-size: larger;
padding: 4%;
height: auto;
box-shadow: none;
border: none;
text-align: justify;
}
#child-help-col1{
  background-color: #032d34c7;
  color: #fff;
  padding: 8%;
  font-size: larger;
  border-radius:5%;
  margin: 5% auto 5% auto;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #ff9966; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  width: 100%;
  margin: 50px 10px 90px 10px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 50vh;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}

#owl-demo .item{
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}


