* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Poppins';
}

.body__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.body__container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner {
  background: url("../images/banner.jpg");
  min-height: 500px;
  position: relative;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.thanks__banner {
  background: url("../images/banner.jpg") no-repeat -55px 0px;
  min-height: 100px;
  position: relative;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus {
  border-color: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: #eeeeee auto .5px;
}

.registation {
  background-color: #e9ecef;
  padding: 20px 0px;
}

.reg__form {
  margin: 0px auto;
  background-color: white;
  width: 55%;
  padding: 30px;
  border-radius: 10px;
   -webkit-box-shadow: 0 13px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 13px 25px rgba(0, 0, 0, 0.2);
}

.submit__form {
  background-color: rosybrown;
  border-radius: 5px;
  padding: 10px 50px !important;
  background-color: #00E676 !important;
  border: none;
  display: block;
  margin-top: 20px !important;
  color: #213837 !important;
  font-weight: 700 !important;;
  cursor: pointer;
}

.submit__form:hover {
  background-color: #00E676;
  cursor: pointer;
}

.custom__forms_fileds {
  background: #F0F0F5;
  border: 1px solid #E6E6EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 45px;
}

.heading__title {
  color: #213837;
  font-weight: 800;
}

label {
  color: #89898d;
}

img {
  width: 100%;
  text-align: center;
  display: block;
   
}

 

.containe_section{

    display: grid;
    place-items: center;
    height:70vh;
    margin-top: 20px;

}
.contact__section{
    
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
    width: 50%;
    padding: 30px;
    border-radius:10px;
    box-shadow: 0 13px 25px rgba(0,0,0,.2);
    
}
address{
    font-size: 20px;
}

.contact_title{
    font-size:25px;
    font-weight: 700;
    color: #213837;
}

.bg-dark {
  background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link , .all_res {
  color: #ffffff !important;
}

.thanks__img {
  background-color: #00E676;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 10px #ccc;
          box-shadow: 0px 0px 5px 10px #ccc;
  margin: 35px auto;
  font-weight: 800;
  color: #FFF;
  font-size: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thanks__section {
  margin: 0px auto;
  background-color: white;
  width: 50%;
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
            -webkit-box-shadow: 0 13px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 13px 25px rgba(0, 0, 0, 0.2);
}

.thanks_text {
  color: #213837;
}

.thanks__text_btn {
  color: #213837;
   line-height: 35px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload_btn {
  border: 2px solid #213837;
  color: #FFF;
  background-color: #213837;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 5px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper-mbl input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper-mbl {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload_btn_mbl {
  border: 2px solid #213837;
  color: white;
  background-color: #213837;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: pointer;
}

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

}



@media screen and (max-width: 768px) {
  .reg__form {
    width: 70%;
  }
  .banner {
    background: url(../images/banner.jpg);
    min-height: 250px;
    position: relative;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .thanks__section {
    margin: 0px auto;
    background-color: white;
    width: 100%;
    display:block;
  }
  .body__container1 {
    min-height: 90vh;
    display: -ms-grid;
    display: grid;
    place-content: center;
    -ms-grid-columns: 75%;
        grid-template-columns: 75%;
  }
  .body__container {
    min-height: 90vh;
  }
    .thanks__text_btn {
  color: #213837;
      line-height: 30px;
    font-size: 20px;
}
 
 
}

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

 
   
  .reg__form {
    width: 100%;
  }
  .heading__title {
    color: #213837;
    font-weight: 800;
    font-size: 25px;
  }
  .thanks__text_btn {
  color: #213837;
      line-height: 25px;
    font-size: 15px;
}
  .banner {
    background: url(../images/banner.jpg);
    min-height: 250px;
    position: relative;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  thanks__section {
    margin: 0px auto;
    background-color: white;
    width: 100%;
    display:block;
  }
  .thanks__img {
    background-color: #00E676;
    height: 250px;
    width: 250px;
  }
  .body__container {
    min-height: 85vh;
  }
  .body__container1 {
    min-height: 85vh;
    display: -ms-grid;
    display: grid;
    place-content: center;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .registation {
    background-color: #e9ecef;
    padding: 0px;
  }
}
.upload-btn-wrapper-mbl input[type="file"]{
    cursor: pointer;
}
/*# sourceMappingURL=style.css.map */