
header .navbar{
    background-color: white;
    max-height: 100px;
    -webkit-box-shadow: 0 6px 6px -6px #999;
    -moz-box-shadow: 0 6px 6px -6px #999;
    box-shadow: 0 6px 6px -6px #999;
    
}
header .navbar .container{
  margin-top: 80px;
  
}
.small{
  position: relative;
  top:-38px;
  
}
.big-title{

 
 padding:29px 29px 29px;
 

 text-decoration: none;
 font-size: 16px;
 
}

/*navbar nav*/
.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
   
    
}
.navbar .collapse{
 position: relative;
 left: 40px;
}





#donate {
  background: #fe0000;
  height: 45px;
  width: 120px;
  border-radius: 100px;
  text-align: center;
}



.hidelogo{
  display: none;
}

.navbar .collapse img { 
  border-radius: 101%;


}


@media only screen and (max-width: 1000px){
 header .navbar{
    background-color: white;
    max-height: 800px;
    
}
header .navbar .container{
  margin-top: 0px  ;
  
}
  
}


@media screen and (max-width:768px) {
  .portfolio .card {
    width: 18rem;
    position: relative;
    left: -55px;

  }
  .carousel .carousel-inner .carousel-item img {
    width: 100%;
     padding-top:400px;
     height: 550px;
   

    object-fit: cover;


  }
}






/*carousel*/

.carousel .carousel-inner .carousel-item img{
  width: 100%;
   padding-top: 100px;

  object-fit: cover;
  
}
.carousel .carousel-inner .carl-color{
  background-color: #010066;
  height: 150px;
  color:white;
  position: relative;
  top:-40px;
}
.carousel .carousel-inner .carl-color h1{
  position: relative;
  top: 30%;
}
.carousel .carousel-inner .carousel-control-prev .carousel-control-prev-icon {
  background-color: #010066;
  font-weight: 900;
  border-radius: 100%;
  font-size: 18px;
  opacity: 2;

}
.carousel .carousel-inner .carousel-control-next .carousel-control-next-icon {
  background-color: #010066;
  font-weight: 900;
  border-radius: 100%;
  font-size: 18px;
  opacity: 2;

}

/* traingle shape start*/
.traingle {


    background-color: white;
    max-width: 100%;
    max-height: 50%;
    padding-bottom: 40px;
  
  
  
  }
  .traingle p{
    background: #ffffff !important;
    color: #666666;
    font-weight: normal;
    margin: 0px;
    font-weight: 500;
    text-align: justify;
    line-height: 50px; 
    font-size: 25px;
     text-decoration-style: solid 10px !important;
  }
  .traingle h1{
    color:#010066;
    font-size: 2.5rem;
    line-height: 1.875rem;
    font-weight: 900;
    margin-bottom: 1.5625rem;
  }

   
  .ok .container h1 {
    color: #010066;
    font-weight: 900;
  }
  .ok .container {
    padding-top: 80px;
  }
  #tri {
  
    position: relative;
  
  top:-40px;
 
  
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #010066;
    border-top: 50px solid transparent;
    transform: rotate(180deg);
    margin: 0 auto;
    z-index: 9;
    text-align: center;
  
  
  }
  
  
  /*traingle shape end*/



  /*blog section start*/



  .blog{
    background:linear-gradient(transparent, rgb(80, 80, 80) 100%),
    url('http://vedhatrust.com/assets/image/back.jpg');
    padding: 40px;
    color: rgb(255, 255, 255);
      width: 100%;
      background-position:center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
  } 
  .blog .shape {
                height: 200px;
                width: 200px;
             
                border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
                background: #010066;
                justify-content: center;
                text-align: center;
               margin: 0 auto;

             
            }
    
            .blog .shape:hover {
                
                border-radius: 70% 70% 70% 70% / 70% 70% 70% 70%;
                background: #010066;
            }
  

/*blog section end*/











/* portfolio section start*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .container h1{
  color:#010066;
    font-weight: 900;
}

.portfolio .card:hover {
  transform: scale(1.1);
}

.nav-tabs {
  border-bottom: 1px solid white;
}

  

  
  /* fortfolio section end*/



  /* contact section start*/
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
 .contact .col-md-8{
   padding-top: 100px;
 }


  /* contact section end*/






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #010066 ;

  color: rgb(255, 255, 255);

}

#footer .copyright{
  font-size: 20px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .section-title{
  padding-top: 60px;
  
}
.contact .section-title h1{
 color: #ffffff;
 font-size: 2.5rem;
 line-height: 1.875rem;
 font-weight: 900;
 margin-bottom: 1.5625rem;
}
.contact .container{
  padding-bottom: 40px;
}
.contact{
     background:linear-gradient(transparent, rgb(80, 80, 80) 100%),
     url('http://vedhatrust.com/assets/image/back.jpg');
     padding: 40px;
     color: rgb(255, 255, 255);
     width: 100%;
     background-position:center;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
  
}
.contact .info-box {
  color: #2d405f;
  text-align: center;
 
  padding: 20px 0 30px 0;
  background: #fff;
}
.contact .info-box i {
  font-size: 32px;
  color: #3b4ef8;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
 
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
 
  padding: 30px;
  background: #fff;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #8ea5ca;
}
.contact .php-email-form input {
  padding: 10px 15px;
  margin-top: 30px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #010066 ;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #0a22f6;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}














/* Volunteer section start*/


.Volunteer .container{
 
  background-color: rgb(250, 249, 249);
}
.Volunteer .shadow-sm{
 border: 1px solid;
 border-color: #dfdfdf;
 border-radius: 9px;
}
.Volunteer .container h1{
 font-size: 60px;
  font-weight: 800;
   color:#010066;
}

.Volunteer .container p{
  font-size: 30px; 
  color:#010066;
}
/*donation*/
.donation .container{
  padding-top: 60px;
  padding-bottom: 60px;
}
.donation .container h1 {
  color:#010066;
  font-weight: 900;
}
  .donation .dont{
     border: 1px dashed;
     border-color: #010066;
 
  }


  /*Activty Iamges pages*/
    /*AG-section1*/
  .AG-section1{
    width: 100%;
    height: 400px;
    background-color: #000000;
    
  }
  .AG-section1  h1{
position: relative;
top:225px;
text-align: center;
  }
  /*AG-section2*/
    .AG-section2 {
 padding-top:150px;
 padding-bottom: 60px;
    }
       .AG-section2 h3 {
         color:#010066;
         font-weight: 900;
         text-align: center;
       }
       .result_hover{
         background: linear-gradient(
        45deg,
        rgba(29, 236, 197, 0.5),
        rgba(91, 14, 214, 0.5) 100%
      );

       }



       















       /*slightbox*/


       
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  .close {
    color: white;
    position: absolute;
   bottom: 0px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    width: 50px;
  }
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }