/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Oswald:wght@500&display=swap");

/* Modify as needed start ----------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
body {
  font-weight: 400;
}
strong {
  font-weight: 800;
}
.post, .page {
  margin: 0;
  background-color: #002E8C;
}
.ty_page{
	    margin-top: 10%;
    color: #fff;
    text-align: center;
}
.main {
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  padding-bottom: 300px;
}

.main-logo {
  display: block;
  margin: auto;
  margin-top: 20px;
}
.flag-icn {
  position: absolute;
  max-width: 600px;
  left: 0;
}

.main .info {
  color: #fff;
  background-color: #002e8d;
  border-radius: 10px;
  padding: 20px;
  border: solid 2px #ffffffab;
}
.main .info h1 {
  font-size: 50px;
  font-weight: 600;
}

.main .info h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 38px;
}

.main .info p {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.main .form {
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 20px;
  border-radius: 5px;
  height: 100%;
  display: grid;
  align-items: center;
}

.end{
  border-top: 2px solid #fb6528;
  width: 100%;
  height: 80px;
}
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="file"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement {
  height: 50px;
  border-radius: 5px;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 10px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  background: #fb6528;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: #333;
  color: #fff;
}
.with_frm_style .frm_form_fields > fieldset {
  padding: 0px;
}

@media (max-width: 1200px) {
  .flag-icn {
    max-width: 400px;
  }
}

@media (max-width: 992px) {
  .flag-icn {
    max-width: 200px;
  }

  #a0058 {
    padding-top: 40px !important;
    padding-bottom: 30px;
  }

  .a0058-head {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .main {
    padding: 0px 0px;
    padding-bottom: 40px;
  }

  .main .info h1 {
    font-size: 30px;
  }
  .main .info p {
    font-size: 20px;
  }
  .main .info {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .flag-icn {
    max-width: 150px;
  }

  .a0058-head {
    font-size: 37px !important;
  }

  .a0058-sub-head {
    font-size: 26px !important;
  }

  .a0058-grid {
    margin-top: 30px !important;
  }
}
/* Modify as needed end ----------------------------------- */


/* A0058 Start --------------------------------------------------------*/
#a0058 {
  padding-top: 70px;
  padding-bottom: 30px;
}
.a0058-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px , 1fr));
  margin: auto;
  padding: 0px;
  grid-gap: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.a0058-head {
  text-align: center;
  color: #fff;
  font-size: 43px;
  margin-bottom: 15px;
}

.a0058-sub-head {
  text-align: center;
  color: #fff;
  font-size: 35px;
}

.a0058-grid img {
  border: 2px solid #FEBD17;
  width: 100%;
}
.a0058-grid h3 {
  width: 100%;
  font-family: 'MONTSERRAT';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #054ca7;
}

.a0058-item {
  background: #fff;
  padding: 25px 10px;
  border-radius: 10px;
}

.header_bottom{
  color: #fff;
  text-align: center;
  font-size: 24px;
}


@media (max-width: 992px) {

}
/* A0058 End ----------------------------------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
