@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
html,
body,
#container {
  margin: 0;
  height: 100%;
}
.body-width {
  width: 1200px;
  height: 170px;
}
.title-name {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #085296;
}
.sub-title-name {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #6f9000;
}
.sub-title-name2 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #6f9000;
}
.date-box {
  background-color: #085296;
  padding: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: "Oswald", sans-serif;
  color: #55ad2e;
  text-align: center;
}

.welcome-text {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #085296;
}
.body-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-align: justify;
}
.red-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #f00;
}
.red-text a {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #f00;
}
.heading {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #085296;
}
.heading2 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #085296;
}

.banner-strip-bg-color {
  background-color: #085296;
  height: 300px;
}

.footer-strip {
  background-color: #085296;
}
.footer-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #fff;
}
span.heading2w {
  font-weight: bold;
  color: #085296;
}

.apply-online-side {
  display: none !important;
}

/* Start - Anchor tag style */
.link a {
  text-decoration: none;
  color: #000;
  display: block;
}
.link a:hover {
  text-decoration: none;
  color: #000;
  display: block;
}
/* Start - Anchor tag style */

/* MSGS */
.success_msg {
  background-color: #eaffea;
  border: 1px #eaffea solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #006600;
  text-decoration: none;
  height: 19px;
  padding: 2px;
  vertical-align: middle;
}

.error_msg {
  background-color: #fbd0d0;
  border: 1px #990000 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #990000;
  text-decoration: none;
  height: 18px;
  padding: 2px;
  vertical-align: middle;
}

.warning_msg {
  background-color: #ffffd9;
  border: 1px #ffcc00 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #cc9900;
  text-decoration: none;
  height: 18px;
  padding: 2px;
  vertical-align: middle;
}
/* END MSGS */

/*form style*/
.form-style-1 li {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
  text-align: center;
}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 input[type="email"],
.form-style-1 input[type="password"],
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #bebebe;
  padding: 10px 20px 10px 24px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border-radius: 3px;
}
.form-style-1 select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #bebebe;
  padding: 10px 23px 10px 23px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border-radius: 3px;
}
.form-style-1 select:focus {
  -moz-box-shadow: 0 0 8px #0075bb;
  -webkit-box-shadow: 0 0 8px #0075bb;
  box-shadow: 0 0 8px #0075bb;
  border: 1px solid #0075bb;
}
.form-style-1 input[type="text"]:focus,
.form-style-1 input[type="date"]:focus,
.form-style-1 input[type="datetime"]:focus,
.form-style-1 input[type="number"]:focus,
.form-style-1 input[type="search"]:focus,
.form-style-1 input[type="time"]:focus,
.form-style-1 input[type="url"]:focus,
.form-style-1 input[type="email"]:focus,
.form-style-1 input[type="password"]:focus,
.form-style-1 textarea:focus {
  -moz-box-shadow: 0 0 8px #0075bb;
  -webkit-box-shadow: 0 0 8px #0075bb;
  box-shadow: 0 0 8px #0075bb;
  border: 1px solid #0075bb;
}
.form-style-1 .field-divided {
  width: 80%;
}

.form-style-1 .field-long {
  width: 100%;
}
.form-style-1 .field-select {
  width: 100%;
}
.form-style-1 .field-textarea {
  height: 100px;
}
.form-style-1 input[type="submit"],
.form-style-1 input[type="button"] {
  background: #1d2226;
  padding: 10px 20px 10px 20px;
  border: none;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}
.submitbtn {
  background: #55ad2e;
  padding: 10px 20px 10px 20px;
  border: none;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.form-style-1 input[type="submit"]:hover,
.form-style-1 input[type="button"]:hover {
  background: #085296;
  box-shadow: none;
  -moz-box-shadow: none;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
}
.form-style-1 .required {
  color: red;
}
/*form style end*/

.tables-partners {
  display: flex;
  justify-content: space-between;
}
.tables-table-partners {
  width: 40%;
}

.knowledge-partners-main {
  width: 60%;
  text-align: center;
}
.knowledge-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}

.logo-holder {
  width: 20%;
}

.logo-holder > img {
  object-fit: cover;
  width: 100%;
}
