@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
hr{
    padding: 2px;
    color: #003063;
    background-color: #003063;
}

/* navber code here */
.bg-light {
    background-color: #fff !important;
}
.navbar-ligh{
    margin-bottom: 90px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.4);
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #003063;
}


/* main css code here  */


.mainSecondSec{
    margin-top: -10px;
    height: auto;
    padding: 50px 0 50px ;
    width: 100%;
    background-color: #003063;
    color: #fff;
}

.mainThirdSec{
    margin-top: -10px;
    height: auto;
    padding: 100px 0 100px ;
    width: 100%;
}


.footer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px;
    background-color: #003063;
    color: #fff;
}

/* founder section  */
.founderSec{
    height: auto;
    width: 100%;
    padding: 80px 0 80px;
}

/* application form css code here  */


.contactForm{
    height: auto;
    width: 100%;
    padding: 100px 0px 100px 0px;
    background-color: #fff;
}
.contactH2Text{
    text-align: center; 
    color: #353535;
    margin-bottom: 30px;
    font-weight: bold; 
    letter-spacing: 0.5rem; 
    font-size: 2.5rem;
}


.form{
    height: 350px;
    width: 100%;
    margin-top: 50px;
    border-radius: 5px;
    z-index: 9999;
   
  }
  .form1{
    padding-top: 30px;
  
  }
  .form-control{
    height: 55px;
    padding-top: 10px;
  }
  input{
      box-shadow: none !important;
  }
  input:active, input:focus{
      border-color: gray !important;
  }
  .btn{
    height: 40px;
    width: 120px;
    background-color: #003063;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    float: left;
    border: none;
}
.btn:hover{
    color: #fff;
    background-color: #003063;
}




/* gallerie section here  */
.gallerieMainOne{
    height: auto;
    width: 100%;
    padding: 50px 0 50px;
    padding-top: 50px;
    margin-top: 50px;
}
.gallerieMainOne h2, h6{
    text-align: center;
    
}

/* partner section here  */
.partnersmain{
    height: auto;
    width: 100%;
    padding: 30px 0 80px;
    text-align: center;
}

/* mission section  */
.missionMain{
    height: auto;
    width: 100%;
    padding: 30px 0 70px;
}

/* contact section here  */

.contactForm2 {
    height: auto;
    width: 100%;
    padding: 50px 0px 100px 0px;
    background-color: #fff;
}
.form-control{
    box-shadow: none;
    border-color: #b9bbbd;
}
.form-control:focus{
    box-shadow: none;
    border-color: #b9bbbd;
}





#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: #003063be; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #003063; /* Add a dark-grey background on hover */
  }








  /* for mobile */
@media screen and (max-width: 767px){
    .space{
        margin-bottom: 20px;
    }
}