body{
	margin:0;
  font-family: sans-serif;
  scroll-behavior: smooth;
}
*{
  box-sizing: border-box;
  margin: 0;
}
.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
}
.bg-top-black{
  background-color: rgb(255, 59, 59);
  color: aliceblue;
}
.bg-top-black i{
  color: aliceblue;
}
.navbar{
  background-color: rgb(117, 117, 241);
}
.navbar i{
  color: rgb(243, 243, 250);
}
.navbar .collapse .navbar-nav .nav-item a{
  color:rgb(250, 244, 244);
  font-size: 20px;
  padding-right: 15px;
}
.navbar .collapse .navbar-nav .nav-item a:hover{
  color:rgb(243, 14, 232);
}
.navbar .navbar-brand img{
  height: 70px;

}
/*******donate btn******/
.navbar .collapse .navbar-nav .Donate_btn:hover{
  color: #000;
  background-color: #fff;
  border: 1px solid #e93e20;
  transition: all .3s ease-in;
}
/****scroll top btn ****/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  scroll-behavior: smooth;
}

#myBtn:hover {
  background-color: rgb(231, 8, 157); /* Add a dark-grey background on hover */
}
/****end ********/
.fixed-top img{
  height: 50px; 
  transition: all .20s ease;
}
.fixed-top {
  background-color:rgb(78, 106, 231);
  box-shadow: 6px 0px 2px 1px #000;
  color: #000;
}

/**end navbar**
.float-panel {
  width:100%;
  background:white;
  z-index:300;
  padding:10px 0; 
  transform: translateZ(0);
  transition:all 0.5s;
}
.float-panel .content-area {
  margin:10px 10px;
}
.float-panel a {
  font-size:16px;
  text-decoration:none;
  color:#000;
  display:inline-block;
  padding-top:20px ;
  }  
  .float-panel a:hover {
   color: gold;
    }                 
.float-panel .fa-gg {                  
  color:#F0595C;
  font-size:30px;
  vertical-align:middle;                  
  transition:all 1s;                  
}
.float-panel img {
  width:auto;
  height:100px; 
  padding-bottom: 20px;   
  } 
.fixed img {
  width:100%;
  height:60px;    
  }  
.fixed {
  box-shadow:0 2px 6px rgba(0,0,0,0.2);  
  padding:4px 0;
  animation:slide-down 0.7s;
  opacity:0.9;    
}                  
.fixed .fa-gg {                  
  transform: rotate(360deg);      
}

@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 0.9;
      transform: translateY(0);
  } 
}
/**end nav**/
.deep-purple{border-bottom:1px solid red;}
/**footer*/
.page-footer{
  padding-top:30px;
  background-color: #0e0101!important;
  color: rgba(121, 110, 110, 0.966);
}
.page-footer a{
  color: rgba(121, 110, 110, 0.966);
}
.page-footer a:hover{
  color: rgb(245, 16, 16);
  text-decoration: none;
}
.page-footer .footer-copyright h6{
  color: rgba(116, 104, 104, 0.912);
}
.page-footer .footer-copyright i{
    color: rgba(116, 104, 104, 0.912);
}
.page-footer .footer-copyright i:hover{
  color: rgba(252, 248, 248, 0.912);
}
.page-footer p{
  text-align: justify;
}
.page-footer p span{
  text-align: justify;
}
.page-footer .fa-arrow-right{
  font-size: small;
  color: rgba(225, 196, 37, 0.842);
  padding-right: 5px;
}
.owl-img{
  margin: 40px auto;
}
/**carousel*/
.carousel .carousel-inner .carousel-item img{
  width: 100%;
  height:400px;
  background: rgba(116, 110, 110, 0.912);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
top: 20%;
}
.carousel .carousel-inner .carousel-item .carousel-caption h5{
 color: rgb(248, 244, 244);
 font-weight: bold;
 font-size: 50px;
 top:20px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p{
    color: rgb(245, 239, 239);
    font-weight: bold;
    font-size: 40px;
    top:20px;
     }
     .carousel .carousel-inner .carousel-item .carousel-caption .Donate_slider_btn{
      font-size: 20x;
      color:#fff;
    }
 
.footer-donate-bg{
  background-color: #ff2600;
  color: #fff;
  padding: 30px 0px;
}
.footer-donate-bg h1{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.footer-donate-bg span{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.footer-donate-bg .Donate_footer_btn{
  align-items: center;
  border: 1px solid #fff;
  padding: 10px;
  margin-left: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.footer-donate-bg .Donate_footer_btn:hover{
color: #fff;
}

/******end of smart ******/
.welcome h2{
  margin: 50px 30px;
  font-size: 60px;
  text-align: center;
  font-weight: 500;
  text-shadow: 2px 0px 1px #000;
}
.welcome p{
  margin: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing:1.2px;
  line-height: 30px;
  text-align: justify;
  color: #6a6666ee;
}
.welcome .mission h2{
  color: rgb(80, 74, 74);
  font-size: 40px;
}

.welcome .mission p{
  color: rgb(80, 74, 74);
  font-size: 15px;
  text-align: justify;
}
.welcome .vition h2{
  color: rgb(80, 74, 74);
  font-size: 40px;
}

.welcome .vition p{
  color: rgb(80, 74, 74);
  font-size: 15px;
  text-align: justify;
}
/**services index ***/
.services{
  align-items: center;
  justify-content: center;
  margin: 30px;
}
.services h1{
  color: rgb(219, 38, 38);
  padding: 10px;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 2px 5px 1px #000;
  text-align: center;
  margin-bottom: 30px;
}

.services .box:hover > img{
  margin-top: -10px;
  transition: all .8s ease;
  }
.services .box h3{
  margin: 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: rgb(106, 99, 99);
  }
  .services .box p{
    color: rgb(126, 115, 115);
    justify-content: center;
    }
    .services  .box{
      width: 100%;
      float: left;
      padding:10px;
      text-align: center;
      position: relative;
}


.services  .box ::before{
	content: '';
	position: absolute;
	left:0;
	bottom:0;
	width:0;
	box-sizing: border-box;
	height: 0;
	border-bottom:3px solid transparent;
	border-left: 3px solid transparent;
	transition: all .8s ease;
}
.services  .box ::after{
	content: '';
	position: absolute;
	right:0;
	top:0;
	width:0;
	box-sizing: border-box;
	height:0;
	border-top:3px solid transparent;
	border-right: 3px solid transparent;
	transition: all .8s ease;
}
.services  .box:hover ::after,
.services  .box:hover ::before{
   border-color: #e93e20;
   width: 100%;
   height: 100%;
}
.bgimg img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/***testimonial**/

.wrapper{
  width: 100%;
  background-color: tomato;
  padding: 30px;
}
.section-padding{
  padding: 60px 0;
}
.testmonial-carousel{
  margin: 5% auto 0;
}
.img-area{
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.img-area img{
  width: 100%;
}
.single-testi{
  background: #fff;
  padding: 10%;
  text-align: center;
  border-radius: 100px 0 100px 0;
}
.img-text h2{
  text-transform: uppercase;
  margin: 20px 0 -15px;
  color: #100f0f;
}
.img-text p{
  text-transform: uppercase;
  margin: 20px 0 -15px;
  color: #131212;
}
.img-text i{
  color: gold;
}
hr{
  color:#ff5257;
}
.testmonial-carousel .owl-dots{
  text-align: center;
}
.testmonial-carousel .owl-dot{
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: rgb(240, 14, 14);
  opacity: 0.8;
  border-radius: 50%;
  margin: 50px 5px 0;
}
.testmonial-carousel .owl-dot.active{
  background-color: #ff5257!important;
}

@media only screen and (min-width:768px) and (max-width:991px){
   .wrapper{
     width: 100%;
   }
}
@media only screen and  (max-width:767px){
  .wrapper{
    width: 100%;
  }
}
@media only screen and (min-width:480px) and (max-width:767px){
  .wrapper{
    width: 100%;
  }
}
/****about page*****/
 .heading-bgimg{
     background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.6)),url(../img/1.jpg);
     background-position: center center;
     background-size: cover;
     width: 100%;
     height: 400px;
 }
 .heading-bgimg h1{
   color: #fff;
   padding-top: 10%;
   font-weight: 500;
   font-size: 60px;
   text-align: center;
 }
 .about-heading{
   margin: 20px;

 }
  .about-heading h1{
   font-size: 60px;
   font-weight: bold;
   padding: 10px;
   color: rgb(10, 96, 224);
 }
 .about-heading p{
   font-weight: unset;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 25px;
  color: rgb(68, 63, 63);
 justify-content: center;
  
}             
.about-visin-mission{
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.about-visin-mission h1{
  padding: 30px;
}
.about-visin-mission .text-Vision-mission p,
.about-visin-mission .text-Vision-mission ul{
  justify-content: center;
  line-height: 24px;
  letter-spacing: 1px;
  font-size: 15px;
  color: rgb(56, 54, 54);
}
.about-visin-mission .running p{
  line-height: 30px;
  color: rgb(71, 65, 65);
  font-size: 22px;
  padding-top: 0px;
}
.about-visin-mission .complete p{
  color: rgb(71, 65, 65);
  font-size: 22px;
  padding-top: 0px;
}
.about-visin-mission .Our-Vision h2{
  color: rgb(233, 41, 41);
 }
.about-visin-mission .Our-Vision p{
 color: rgb(78, 73, 73);
 font-size: 16px;
 align-items: center;
}

/*******contact********/
.contact_form{
  margin: 60px 50px;
  
}
.contact_form .address_form h5,
.contact_form .address_form h3,
.contact_form .address_form h4{
  color: rgb(100, 99, 96);
  padding: 10px 0px;
  text-align: justify;
}
.contact_form .address_form i{
  color: gold;
  font-weight: bold;
}

/**smart project card **/
.smart-project{
  margin: 10px;
  }
.smart-project .card{
margin:0px 5px;
}
.smart-project .card .card-body .card-title{
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}
.smart-project .card .card-body .card-text{
  font-size: 15px;
  color: rgb(92, 83, 83);
  text-align: justify;
}
.smart-project .card .card-body a{
margin-top: 5px;
}
.smart-project .card:hover{
  box-shadow: 1px 3px 3px 2px #000;
  }

.gallary{
 margin: 10px 50px;
}

.gallary img{
  transition: 1s;
   padding: 15px;
   width: 300px;
}
.gallary img:hover{
filter: grayscale(100%);
transform: scale(1.1);
}
.bgimg-totalproject{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(http://lorempixel.com/800/600/nature/2);
  background-size:cover;
  height: 200px;
  width: 100%;
  color: #fff;
}

/**** table*********/
.table-heading{
  margin-top: 5rem;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  background-color: rgba(27, 27, 230, 0.63);
  color: #fff;
  padding: 10px;
  position: relative;
}


.dtHorizontalExampleWrapper {
max-width: 600px;
margin: 0 auto;
}
#dtHorizontalExample th, td {
white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}
.table tr th{
    background-color: rgb(224, 72, 12);
    padding: 10px;
    color: #fff;
    font-weight: 100;
}

/*****msg****/
.message{
  color:red;
  padding:5px;
  text-align:center;
  font-size: bold;
}