/********** gofar CSS **********/
.back-to-top {
position: fixed;
display: none;
right: 45px;
bottom: 45px;
z-index: 99;
}

h1{
color:#17b57b;
}

/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}

#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}

/*** Button ***/
.btn {
font-family: 'Inter', sans-serif;
font-weight: 600;
transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
margin-bottom: 20px;
color: #15127a;
}

.btn-square {
width: 38px;
height: 38px;
}

.btn-sm-square {
width: 32px;
height: 32px;
}

.btn-lg-square {
width: 48px;
height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
border-radius: 2px;
}

/********** knowledge power and mentor  **********/
.card-body {
flex: 1 1 auto;
height:350px;
}

.btn-primary:hover,
.btn-primary:focus {
background-color: skyblue;
border-color: #20f9df;
box-shadow: none;
outline: none;
}

#card-mentor{
height: 400px;
}

.btn-primary {
color: #fff;
background-color:skyblue;
border-color: skyblue;
}

section {
padding: 60px 0;
}

section .section-title {
text-align: center;
color: #007b5e;
margin-bottom: 50px;
text-transform: uppercase;
}

 /********** founder&co founder section **********/
h1{
text-align:center;
color:white;
}

p{
text-align:center;
color:black;
}

.leftside {
background:#6de0c9;
}

.rightside {
background: #006999;
}

.leftside, .rightside {
color: rgba(255,255,255,.4);
padding: 2%;
  text-align: left;
}
@media screen and (min-width: 600px) {
 .flexbox  {
    width: 89%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    background: linear-gradient(90deg, #6de0c9 50%, #6ab0ee 50%);
  }
}
.leftside,
.rightside {
    -webkit-flex: 1;
    flex: 1;
    background: none;
}
.img{
    text-align:Center;
    border-radius:160px;
}
.foundertext{
    text-align:center;
    color:WHITE;
    margin-bottom: 10PX;
}
.heading{
    color:#0531b4;
    text-align:center;
}
table{
    text-align:center;
}
td,tr,th{
    text-align:center;
}
.founderimg{
    text-align:center;
    border-radius:40px;
    
}

.laptop{
    color:#0531b4;
    margin-right:15px;
}
.computer{
    color:#0531b4;
}
 /********** footer **********/
 @media screen and (min-width: 600px) {
.flex  {
   width: 100%;
   margin: 0 auto;
   display: -webkit-flex;
   display: flex;
  }
}
.footer {
    background:  linear-gradient(180deg,#2b87da 0%,#29c4a9 100%);
    padding-top: 1px;
    padding-bottom: 1px;
    
}
@media screen and (min-width: 600px) {
.subscribe  {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
}
}
.subs{
    background-color:white;
    
}
/********** Inspiration strory **********/
h2 {
  text-align: center;
}
.inspirationslider {
  background:white;
}
.inspirationtext {
  background: white;
  text-align:center;
}
.inspirationtext, .inspirationslider {
  color: rgba(255,255,255,.4);
  padding: 2%;
  text-align: left;
}
@media screen and (min-width: 600px) {
 .flexoinspiration {
   width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    height:430px;
  }
}

#far{
    margin-top: 10px;
    color: black;
    }
.inspirationslider,
.inspirationtext {
    -webkit-flex: 1;
    flex: 1;
    background: none;
  }
.instext{
    text-align:justify;
    padding-right:10px;
    padding-left:10px;
  }
.headingins{
    text-color:black;
  }
.background{
    background-color: #67dbcd;
    border-radius: 0px -9px 24px 24px;
    overflow: hidden;
    box-shadow: 6px 6px 18px 0px #0C71C3;
}
/*slider */
body{
  background:white;
}
#slider{
  width:80%;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:2px 5px 10px rgba(0,0,0,0.4);;
}

.slide{
  width:100%;
  
  display:none;
  animation-name:fade;
  animation-duration:1s;
  
}

@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}

.controls{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:1.5em;
  padding:15px 10px;
  border-radius:5px;
  
}

.controls:hover{
  background:white;
  transition:0.3s;
}

.controls:active{
  color:grey;
}

#left-arrow{
  left:10px;
}

#right-arrow{
  right:10px;
}

#dots-con{
  text-align:center;
}
.dot{
  display:inline-block;
  background:grey;
  padding:8px;
  border-radius:50%;
  margin:10px 5px;
}

.active{
  background:crimson;
}

@media (max-width:576px){
  #slider{width:100%;
  
  }
  
.controls{
    font-size:1em;
  }
  
#dots-con{
    display:none;
  }
}

/*AIM&VISION */
#tableaim{
    width:100%;
}
.aim{
    border-bottom: 2px solid #67dbcd;
    background:#67dbcd;
    color:#fff;
    display:inline-block;
    padding:3px 15px;
    margin-left:10px;
    text-align:center;
    width:400px;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    box-shadow:1px 1px 5px 0px #0C71C3;
}
#aimtext{
    color:dodgerblue;
    }
#delhi{
    text-align:center;
    color:#00ccff;
}
#delhitwo{
    text-align:center;
    color:#00ccff;
    padding-left:20px;
}
/*header*/
.main-div{
    width:100%;
    background-color:rgba(6,147,227,1);
}
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    box-shadow: 0px 5px 10px 0px #aaa;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}
#more {display: none;}
.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
 }
.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}
.navbar a{
    color: #0f97ff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}
.navbar a:hover{
    color: #117964;
}
@media (max-width: 768px){
.navbar{
    opacity: 0.95;
}
.navbar-container input[type="checkbox"],
.navbar-container .hamburger-lines{
    display: block;
}
.navbar-container{
    display: block;
    position: relative;
    height: 64px;
}
.navbar-container input[type="checkbox"]{
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.navbar-container .hamburger-lines{
    display: block;
    height: 28px;
    width: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
.navbar-container .hamburger-lines .line{
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
    }
    
.navbar-container .hamburger-lines .line1{
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
    }

.navbar-container .hamburger-lines .line2{
    transition: transform 0.2s ease-in-out;
    }

.navbar-container .hamburger-lines .line3{
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
    }

.navbar .menu-items{
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -66px;
    padding-left: 40px;
    transition: transform 0.5s ease-in-out;
    box-shadow:  5px 0px 10px 0px #aaa;
    overflow: scroll;
    }

.navbar .menu-items li{
        margin-right: 20px;
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
    }

.logo{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    }

.navbar-container input[type="checkbox"]:checked ~ .menu-items{
    transform: translateX(0);
    }

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
    transform: rotate(45deg);
    }

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
    transform: scaleY(0);
    }

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
    transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
.flex-container {
  height: 50px;
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.flex-item-left {
  background-color:  dodgerblue;
  font-size:20px;
  padding: 15px;
  flex: 50%;
  color:white;
}
.social-icons a {
  top: 15px;
  text-decoration: none;
  color:white;
  padding: 0px;
  font-size: 20px;
}
.social-icons__icons{
  margin-left: 350px;
}
.flex-item-right {
  background-color: dodgerblue;
  padding: 5px;
  flex: 50%;
  color:white;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
#headerimg{
    width:40px;
    height:40px;
}
#headimgr{
     width:30px;
    height:30px;
    
}
#headimg{
    width:30px;
    height:30px;
}
#donationimage{
  height: 400px;
    width:580px;
    max-width:100%;
}
#deltext{
  color: #0531b4;
}
#ustifyfgh{
    
 color: black;
text-align:justify;
}
#justify{
  margin-top: 28px;
  color: black;
  text-align:justify;
}
#myBtn{
    background-color:#0693e3;
    color:white;
}
.pt-5, .py-5{
    padding-top: -9rem!important;
}
/* vision$aim */
* {
    margin: 0;
    padding: 0;
}

.wrap {
    display: flex;
    flex-wrap: wrap;
}

.wrap > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 300px;
    min-height: 100px;
    margin: 10px;
    font-size: 20px;
    border-bottom: 2px solid #67dbcd;
  background:#67dbcd;
   border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    box-shadow:1px 1px 5px 0px #0C71C3;
}
.kt1{
    text-align:center;
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body, figure { 
  margin: 0; background: #101010;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}
#captioned-gallery { 
  width: 100%; 
  overflow: hidden; 
  margin-top: 55px ;
 
}
figure.slider { 
   
    background-color:white;
    position: relative; 
    width: 500%;
    font-size: 0; 
    animation: 30s slidy infinite; 
}
figure.slider figure { 
   width: 20%; height: auto;
   display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: skyblue;
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}



.myElement {
  animation: myAnimation 9s linear infinite;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

  
  

.py-5{
    padding-top: -9rem;
}

/*about*/
#abouthead{
  text-align: center;
  color: dodgerblue;
  margin-top: 10px;
}
#aboutpara{
  padding-left: 40px;
  padding-right: 40px;
  text-align: justify;
  font-size: 20px;
}
#aboutaim{
  color: dodgerblue;
  text-align: left;
  padding-left: 42px;
}
#about{
  background-color: white;
}

.social-menu ul{
  position: absolute;
  top: 10px;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  display: flex;
}

.social-menu ul li{
  list-style: none;
  margin: 0 15px;
}

.social-menu ul li .fab{
  font-size: 10px;
  line-height: 60px;
  transition: .3s;
  color: #000;
}

.social-menu ul li .fab:hover{
  color: #fff;
}

.social-menu ul li a{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
  transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
  background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
  background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
  background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
  background-color: #000;
}
.circular-img
	{
	display:inline-block;
	padding:10px;
	border-radius:50%;
	background:black;
	height:10px;
	width:10px;
				}
.circular-img img
{
	display:inline-block;
    bottom: 50px;
	margin-top:5px;
	margin-left:10px
}
/*for mobile view
@media only screen and (max-width: 640px) {
.circular-image{
        border-radius:50%;
}*/
.flex-donate {
  display: flex;
  background-color: #f1f1f1;
 
}
.jgjdjsl{
  background-color:blue;
   color:white;
    text-align:center;
}
.kfhjgh{
  width: 240px; 
  margin-top :10px;
  margin-left :15px;
}

.flex-donate> div {
  width: 280px;
  background-color: #f1f1f1;
  
  border-radius: 5px;
  
  font-size: 20px;
}
#menustyle{
  color:white;
  text-align:left;
  font-size:15px;
  position: absolute;
  left: 12%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  #menustyle {
    flex-direction: column;
     color:white;
  text-align:left;
  font-size:15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }
}
#tablestyle{
  width:100%;
}
#helptext{
  margin-bottom:10px; 
  color:#3366ff;
}
#Providetext{
  color:#3366ff; 
  padding-right:80px;
   padding-left:80px;
}
#knowledgetext{
  color:#007bff;  
  margin-top: -67px;
}
#partner{
  padding-top: 0rem!important;
}
.ktfooter{
  text-align:left;
}
#hfooter{
  text-align:center;
  color:#00ccff;
}
#hwfooter{
  text-align:left;
  color:white;
}
#footerterm{
  text-align:center;
  color:white;
}
.abouth{
  text-align:center;
  margin-top:20px;
}
#textrt{
  color:#007bff !important; 
  margin-top: 40px;
}
#imgass{
  height: 400px;
   border:0;
}
#message{
  height: 150px;
}
#cona{
  margin-top :4%;
}
.imgcon{
  height:25px;
}
.imgcall{
  height:20px;
}
#donationw{
  color:#007bff !important; 
  
}
#donationa{
  text-align:justify; 
  color:black;
}
#donw{
 text-align:justify; 
}
#domy{
max-width:100%;
width:550px;
background-color: whitesmoke;
box-shadow:  5px 8px 8px 8px  rgb(240, 240, 240) ; 
border-radius: 30px;
}

.london{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 47px;
margin-left: 27px;
}

#tyug{
  padding-top:10px;
}
.dohg{
  background-color:#e9ecef;
}
.jaypur{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 40px;
    margin-left: 40px;
}
}

#fhjj{
  width: 240px; 
  margin-top :10px;
  margin-left :15px;
}
.erett{
  background-color:blue; 
  color:white;
  text-align:center;
}
.whatone{
  color: #007bff ;
  text-align: center;
  margin-top: 20px;
}
.whattwo{
 
  text-align: center;
  color: #007bff ;
}
.imgwhat{
  padding-right: 10px;
  max-width:100%;
}
body{
  font-family:calibri light;
}

#table{
width:100%;
display:table;
border-spacing:5px;
}

#box{
width:50%;
height:200px;
background-image: white;
display:table-cell;

}

@media screen and (max-width:500px)
{

#box
{
width:100%;
display:block;
}


}

.flex-hide {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  width:100%;
}

.flex-item-square {
  background-color: gray;
  padding: 10px;
  flex: 50%;
   width:100%;
}

.flex-item-circle {
  background-color: #f1f1f1;
  padding: 10px;
  flex: 50%;
  width:100%;
}
.flex-item-mid {
  background-color: gray;
  padding: 10px;
  flex: 50%;
  width:100%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-hide {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .xam{
   max-width:100%;
  }
}
#whatres{
   max-width:100%; 
}


.flex-idgg {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.flex-item-fkdfk {
  background-color: #f1f1f1;
  padding: 10px;
  flex: 10%;
   height:50px;
}

.flex-item-jaskjk {
  background-color: dodgerblue;
  padding: 10px;
  flex: 10%;
  height:50px;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-idgg {
    flex-direction: column;
  }
}
#mumbai{
    margin-top:10px;
    width: 240px;
}
.pay{
   margin-top:-8px;
   color:white;
}


.flex-phone{
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.flex-item-zero{
  background-color:#0ac5ff;
  padding: 10px;
  flex: 50%;
  
}

.flex-item-score{
  background-color:#0ac5ff ;
  padding: 10px;
  flex: 50%;
  width:100%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-zero,flex-item-score{
    flex: 100%;
  }
}



.hero {
  width: 20%;
  height: -7vh;
  
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

h1 {
  font-size: 40px;
  margin-bottom: 100px;
  margin-top: -100px;
}

.social-links {
  display: flex;
  margin-right: -800px;
}
@media (max-width: 600px) {
  .social-links{
    margin-left: -510px;
     display: flex;
  }
}
@media (max-width: 600px) {
  .social-links a{
    width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 22px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
  }
}

.social-links a {
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
    color:white;
  font-size: 15px;
  line-height: 30px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: '';
  width: 50%;
  height:50%;
  top: -90px;
  left: 0;
  background: #000;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}


@media (max-width: 600px) {
 #exampleFormControlInput{
  max-width: 100%;
  
  }
}
@media (max-width: 600px) {
 .message{
 max-width: 100%;
}
}
.noidasec{
    text-align:center;
    font-size:15px;
    padding-right:10px;
    padding-left:10px;
}
.comyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
}
