* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat: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&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");

nav,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}
.login_popup,
.success_popup,
.register_popup,
.candidate_popup,
.terms_popup {
  display: none;
}
.common_width {
  width: 1300px;
  margin: 0rem auto;
}
.burger_icon {
  display: none;
}

body,
input,
button,
textarea,
select {
  font-family: "Montserrat", sans-serif;
}

.popup {
  background-color: #fff;
  height: 100vh;
  width: 50vw;
  position: fixed;
  right: 0px;
  top: 0px;
  overflow: auto;
  z-index: 99999;
  padding: 2rem;
}
.popup.active {
  display: block;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup .fetcher_button_wrapper {
  display: flex;
  justify-content: flex-end;
}

.popup .file_upload {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 140px;
  background-color: #f9fafb;
  margin-top: 2rem;
  cursor: pointer;
  cursor: pointer;
}
.popup .file_upload p {
  font-size: 12px;

  color: #444444;

  margin-top: 1rem;
}
.popup .fetcher_button_wrapper button {
  font-size: 17px;
  font-weight: 600;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #342a2a;
  outline: none;
}

.main_form_wapper {
  width: 80%;

  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.main_form_wapper .logo {
  width: 350px;
}
.main_form_wapper .logo_wrapper {
  display: flex;
  justify-content: center;
}

.main_form_wapper .main_title {
  margin-top: 3rem;
  font-size: 25px;
  font-weight: 300;
}
.main_form_wapper .main_title + p,
.success_popup p {
  font-size: 12px;
  color: #444444;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c6c8c8;
  margin-bottom: 3rem;
}
.popup h2 {
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}
.popup .input_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.popup .input_grid > * {
  margin: 0px !important;
}
.popup .input_grid .grid3 {
  grid-column: span 6;
}
.popup .input_grid .grid2 {
  grid-column: span 4;
}
.popup .input_grid .grid_half {
  grid-column: span 3;
}
.popup h2 + p {
  margin-bottom: 20px;
  color: #d21d1e;
  font-size: 12px;
  font-weight: 500;
}
.popup .checkbox_container {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.popup .checkbox_wrapper {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #d4d4d5;
  margin-right: 10px;
}
.popup .checkbox_container p {
  font-size: 12px;
  font-weight: 300;
  color: #444444;
}
.popup input:checked + .checkbox_wrapper {
  background-color: #d21d1e;
  border-color: #d21d1e;
}
.popup p.red {
  font-size: 16px;
  font-weight: 800;
}
.popup .terms_wrapper {
  height: 40vh;
  overflow: auto;
  padding-right: 30px;
}
.popup .terms_wrapper::-webkit-scrollbar {
  width: 3px;
  background-color: #c6c8c8;
}
.popup .terms_wrapper::-webkit-scrollbar-thumb {
  background-color: #d21d1e;
}
.popup .terms_wrapper p {
  margin-bottom: 1.5rem;
  font-size: 12px;
  color: #444444;
  line-height: 20px;
  font-weight: 500;
}
.main_form_wapper .main_title b {
  font-size: 40px;
  display: block;
}
.main_form_wapper .input_wrapper {
  display: flex;
  align-items: center;
  padding: 0rem 1rem;
  height: 53px;
  border: 1px solid #c6c8c8;
  border-radius: 10px;
  grid-column: span 2;
}
.main_form_wapper .input_wrapper input {
  flex: 1;
  height: 90%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.main_form_wapper .bottom_links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_form_wapper .bottom_links a,
.main_form_wapper .bottom_links p {
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.main_form_wapper .bottom_links a {
  color: #d21d1e;
}
.main_form_wapper .button_wrapper {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
}
.main_form_wapper .button_wrapper button {
  background-color: #d21d1e;
  border: none;
  outline: none;
  color: #fff;
  width: 220px;
  font-family: "Poppins", sans-serif;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 2rem;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #d21d1e;
}
.main_form_wapper .button_wrapper button img {
  margin-left: 5px;
}
.main_form_wapper .button_wrapper button.outline {
  background-color: transparent;
  color: #d21d1e;
}
.main_form_wapper_terms .button_wrapper {
  justify-content: space-between;
}
.main_form_wapper .line_break {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.main_form_wapper .line_break img {
  width: 100%;
}

.main_form_wapper .social_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_form_wapper .social_area > * + * {
  margin-left: 20px;
}
.success_popup .main_title {
  margin-bottom: 1rem !important;
}
.success_popup p {
  border: none !important;
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
}
.success_popup .success_pic {
  margin-top: 2rem;
  width: 100%;
}
.top_header nav {
  display: flex;
  align-items: center;
  height: 43px;
}
.top_header nav > * + * {
  margin-left: 2rem;
}
.top_header nav a {
  font-size: 12px;
  font-weight: 500;
  color: #1a1717;
}
.top_header nav > *:last-child {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
main {
  position: relative;
}
main .main_bg {
  width: 100%;
  /* filter: brightness(80%); */
}
main .presentation {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
main .presentation h1 {
  font-size: 28px;
  font-weight: 500;
}
main .presentation p {
  font-size: 12px;
  font-weight: 500;
  margin-top: 1rem;
}

main header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}
main header nav {
  height: 85px;
}
main header nav,
main header .inner_header {
  display: flex;
  align-items: center;
}
main header .inner_header {
  justify-content: space-between;
}

header li.button_wrapper button {
  border: none;
  outline: none;
  background-color: #d21d1e;
  color: #fff;
  height: 50px;
  padding: 0rem 1rem;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
main header nav li a, main header nav li a:link {
  color: #fff;
  font-size: 18px;
}
main header nav li a.active, main header nav li a:hover {
  font-weight: 600;
  position: relative;
  color: #fff;
}
main header nav li a.active::after, main header nav li a:hover::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 4px;
  width: 120%;
  background-color: #d21d1e;
  content: "";
  position: absolute;
}
main header nav > * + * {
  margin-left: 2rem;
}

.contact_banner {
  background-color: #fbfbfb;
  box-shadow: 4px 4px 20px #00000026;
  border-radius: 20px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: 6rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4rem;
}
.contact_banner > img {
  width: 100%;
}
.contact_banner h1 {
  font-size: 42px;
  font-weight: 800;
  text-align: right;
  color: #d21d1e;
}
.contact_banner .presentation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact_banner p {
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}
.contact_banner p span {
  font-weight: 800;
}
.contact_banner button {
  height: 64px;
  width: 239px;
  border: none;
  outline: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #d21d1e;
  margin-left: auto;
  margin-top: 4rem;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
}
.contact_banner button img {
  margin-left: 10px;
}

footer {
  background-color: #1c0404;
  padding: 6rem 0rem;
}
footer .content_area {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr 1fr 1fr;
  grid-gap: 30px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
footer .content_area iframe {
  width: 100%;

  height: 300px;
}
footer .content_area .head {
  font-size: 20px;
  font-weight: 600;
}
footer .content_area a {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
}
footer .content_area a img {
  margin-right: 10px;
}
footer .content_area .social {
  display: flex;
  align-items: center;
}
footer .content_area ul li + li {
  margin-top: 1rem;
}

footer .content_area ul .head {
  margin-bottom: 15px;
}
footer .content_area ul:first-child > * + * {
  margin-top: 2rem;
}
footer .content_area ul:first-child > *:nth-child(2) {
  width: 100%;
}
.bottom_last {
  text-align: center;
  background-color: #000;
  height: 54px;
  display: flex;
  align-items: center;
}
.bottom_last p {
  font-size: 14px;
  color: #fff;
}
.bottom_last p span {
  font-weight: 700;
}
.main_form_wapper .textarea_wrapper {
  height: 245px;
  align-items: flex-start;
  padding: 1rem;
}
.main_form_wapper select {
  width: 100%;
  border: none;
  outline: none;
  color: #444444;
}
.main_form_wapper .textarea_wrapper textarea {
  border: none;
  outline: none;
}
.saperate_area iframe {
  margin-top: 2rem;
  width: 100%;
}
.saperate_area ul {
  margin-top: 3rem;
}
.saperate_area ul li {
  display: flex;
  align-items: center;
}
.saperate_area ul > * + * {
  margin-top: 1rem;
}
.saperate_area ul li > * + * {
  margin-left: 10px;
}

@media screen and (max-width: 1350px) {
  .common_width {
    width: 90%;
  }
}
@media screen and (max-width: 1180px) {
  .main_form_wapper_terms .button_wrapper {
    flex-direction: column;
  }
  .main_form_wapper_terms .button_wrapper > * + * {
    margin-top: 10px;
  }
  .main_form_wapper_terms .button_wrapper button {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  footer .content_area {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 4rem;
  }

  footer .content_area > *:first-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 900px) {
  main header nav {
    position: fixed;
    left: 0;
    top: 0px;
    width: 200px;
    background-color: #fff;
    color: #000;
    height: 100vh;
    padding: 2rem 0rem;
    z-index: 999;
    left: -100%;
    flex-direction: column;
    transition: 0.3s ease all;
  }
  main header nav.active {
    left: 0px;
  }
  .burger_icon {
    display: block;
  }
  main header nav > * + * {
    margin-left: 0px;
    margin-top: 2rem;
  }
  main header nav li a {
    color: #000000;
  }
  main header nav li a.active, main header nav li a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 740px) {
  .popup {
    width: 100%;
  }
  footer .content_area > * {
    grid-column: span 2;
  }
  main header nav li a {
    color: #000000;
  }
  main header nav li a.active, main header nav li a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 550px) {
	main header nav li a {
    color: #000000;
  }
  main header nav li a.active, main header nav li a:hover {
    color: #000000;
  }
}

@media screen and (max-width: 450px) {
  footer .content_area > *:first-child li > img {
    width: 200px;
  }
  footer .content_area ul:first-child > *:nth-child(2) {
    width: 100%;
  }
  footer .content_area ul:first-child > *:nth-child(2) {
    font-size: 13px;
  }
  main .inner_header > a > img {
    width: 100px;
  }
  .top_header nav a {
    font-size: 10px;
  }
  .top_header nav > * + * {
    margin-left: 10px;
  }
  main header nav li a {
    color: #000000;
  }
  main header nav li a.active, main header nav li a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 490px) {
  .main_form_wapper {
    width: 100%;
  }
  .main_form_wapper .logo {
    width: 250px;
  }
  .main_form_wapper .main_title {
    font-size: 20px;
  }
  .main_form_wapper .main_title b {
    font-size: 30px;
  }
  .bottom_links {
    flex-direction: column;
  }
  main header nav li a {
    color: #000000;
  }
  main header nav li a.active, main header nav li a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 350px) {
  footer .content_area a {
    word-break: break-all;
  }
  .popup .input_grid > * {
    grid-column: span 6 !important;
  }
  main header nav li a {
    color: #000000;
  }
  main header nav li a.active, main header nav li a:hover {
    color: #000000;
  }
}

/* .candidate_popup */
