@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Playfair+Display:wght@700&display=swap');
html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: #fbf9f2;
}
/* navbar css */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
/*----------------------------------------------
 Banner
----------------------------------------------*/
/* section#banner {
      padding-top: 112px;
  } */
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.banner-text img {
  padding-bottom: 3rem;
}
.banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
  color: white;
  height: 100%;
  padding-top: 400px;
}
button.btn.btn-secondary {
  border-radius: 20px;
  background-color: #fb5f1b !important;
  color: #fff;
  border: none;
}
input.form-control {
  border-radius: 20px;
  padding: 5px 25px;
  height: 60px;
}
.input-group {
  width: 500px;
}
.hand {
  width: 100%;
  height: 100vh;
  background: url(../images/pen-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.objective {
  background-color: rgb(250 96 2);
  color: rgb(255, 255, 255);
  padding-left: 75px;
  padding-right: 60px;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
input#input_2_1 {
  margin: 12px 0px;
  width: 100%;
  padding: 3px 10px;
  border-radius: 2px;
  border: none;
  height: 30px;
}
section.national h3 {
  text-align: center;
  padding: 2rem;
  font-weight: 600;
  font-size: 2rem;
}
.objective h3 {
  font-size: 2rem;
}
section.national {
  background-color: #ffff;
}
.partner img {
  width: 120px;
  padding: 10px;
  cursor: pointer;
  margin-right: 5rem;
}
.partner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.companies {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.register-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px 35px;
  width: 400px;
  background: linear-gradient(181deg, #200a0394, #00000061);
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  display: inline-block;
  padding: 0;
}
.btn-sub {
  width: 100%;
  margin-top: 20px;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
input#gform_submit_button_6 {
  background-color: #fa6002;
  border: none;
  color: #ffff;
  padding: 3px 15px;
  height: 34px;
  border-radius: 4px;
  cursor: pointer;
}
.btn-sub button {
  width: 100%;
  background-color: #fa6002;
  color: #fff;
  border: none;
  outline: none;
  padding: 4px 12px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
}
select {
  width: 100%;
  border-radius: 3px;
  padding: 2px 12px;
}
select.job {
  margin-bottom: 2rem;
}
select#input_6_12 {
  font-size: 14px;
  height: 30px;
  padding: 0;
}
/*----------------------------------------------
 Footer
----------------------------------------------*/
/* Footer starts */
.bg-footer {
  text-align: center;
  height: 370px;
}
.bg-footer {
  width: 100%;
  height: 450px;
  background: url(../images/Footer-image-latest.jpg) no-repeat;
  background-size: cover;
}
h3.footer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  color: #fff;
  font-size: 28px;
}
.box {
  padding: 20px 0px;
  color: #131b2e;
  background-color: #ffff;
  border-radius: 12px;
  text-align: center;
  height: 200px;
}
.ginput_container.ginput_container_text input {
  height: 30px;
}
.ginput_container.ginput_container_phone input {
  height: 30px;
}
.ginput_container.ginput_container_email input {
  height: 30px;
}
.ginput_container.ginput_container_select select {
  height: 38px;
}
.footer-end {
  color: #fff;
  text-align: center;
  margin-top: 3rem;
}
.gform_wrapper .gfield_error label {
  color: #fff !important;
}
.gfield_validation_message {
  display: none;
}
.mobile-banner {
  position: relative;
  display: none;
}
/* Footer ends */
/*----------------------------------------------
8. Responsiveness Large screen  Mobile Devices - Phones/Tablets 
----------------------------------------------*/
/* Media Queries */
/* Mobile Devices - Phones/Tablets */
@media (max-width: 1920px) {
  .container {
    max-width: 1600px;
  }
  .product {
    padding-top: 20px;
  }
  .bg-footer {
    text-align: left;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1160px;
  }
}
@media (max-width: 1200px) {
  section h1 {
    font-size: 26px;
  }
  h3.footer-head {
    font-size: 26px
  }
  .bg-footer {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  section h1 {
    font-size: 24px;
  }
  h3.footer-head {
    font-size: 24px
  }
  .box h3 {
    font-size: 1.25rem;
  }
  .box h4 {
    font-size: 1rem;
  }
  .register-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 35px 35px;
    width: 330px;
    background: linear-gradient(181deg, #200a0394, #00000061);
  }
}
@media (max-width: 992px) {
  .register-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 35px 35px;
    width: 320px;
    background: linear-gradient(181deg, #200a0394, #00000061);
  }
}
@media screen and (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}
@media (max-width: 769px) {
  section h1 {
    font-size: 20px;
  }
  a.nav-link {
    font-size: 14px;
  }
  .partner img {
    width: 120px;
    padding: 10px;
    cursor: pointer;
    margin-right: 0;
  }
  .box {
    padding: 20px 0px;
    color: #131b2e;
    background-color: #ffff;
    border-radius: 12px;
    text-align: center;
    height: 200px;
    margin-top: 2rem;
  }
  h1.footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    color: #fff;
  }
  h3.footer-head {
    font-size: 20px
  }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    display: inline-block;
    padding: 0;
  }
  .hand {
    width: 100%;
    height: 135vh;
  }
  .register-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 35px 35px;
    width: 400px;
    background: linear-gradient(181deg, #200a0394, #00000061);
  }
  .objective {
    padding: 50px 65px;
  }
  #input_6_14 {
    font-size: 12px;
  }
  .objective h3 {
    font-size: 1.3rem;
  }
  section.national h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  section h1 {
    font-size: 18px;
  }
  h1.footer-head {
    font-size: 1.3rem;
  }
  @media (max-width: 375px) {}
  @media (max-width: 325px) {
    /* section#banner {
        padding-top: 109px;
    }
     */
    section h1 {
      font-size: 16px;
    }
    h3.footer-head {
      font-size: 16px
    }
    .all-rights {
      text-align: center;
      font-size: 11px;
      font-weight: 500;
    }
    .terms {
      text-align: center;
      font-size: 11px;
      font-weight: 500;
    }
  }
  @media only screen and (min-width: 0px) and (max-width: 480px) {
    .banner {
      display: none;
    }
  }
  @media only screen and (min-width: 0px) and (max-width: 480px) {
    .mobile-banner {
      display: block;
    }
  }
  @media (max-width: 400px) {
    .register-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #200a03;
      padding: 20px 35px 35px;
      border-radius: 17px;
      width: 260px;
    }
    footer.section.bg-footer h4 {
      font-size: 1rem;
    }
    footer.section.bg-footer h3 {
      font-size: 1.3rem;
    }
  }
  @media (max-width: 375px) {
    .hand {
      width: 100%;
      height: 170vh;
    }
  }