@font-face {
  font-family: 'Antonio', sans-serif;
  src: url("../fonts/Antonio-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antonio', sans-serif;
  src: url("../fonts/Antonio-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antonio', sans-serif;
  src: url("../fonts/Antonio-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antonio', sans-serif;
  src: url("../fonts/Antonio-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
}

body {
  font-family: 'Antonio', sans-serif;
  color: #404040;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  background-color: #e0eae3;
}

img {
  max-width: 100%;
  height: auto;
}

.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.2;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: 0 solid;
}

@media (min-width: 1200px) {
  .header .container {
    max-width: 1300px;
  }
}
.header {
  padding: 25px 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header a {
  color: #1F2B5C;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  line-height: normal;
}

.get-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #E0EAE3;
}

.form-wrap h2 {
  color: #BA202A;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.form-wrap .input-group input {
  background: #d9d9d9;
  border-radius: 0px;
  min-height: 48px;
}

.row.g-0 {
  display: flex;
  flex-direction: column;
}

.form-wrap label {
  color: #BA202A;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.btn-submit {
  background: #BA202A;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 50px;
  border: 0px;
  min-height: 50px;
}

/*.hero {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/.hero-content {
  text-align: right;
  padding-top: 140px;
  padding-bottom: 100px;
  color: #fff;
}

.hero-content h2 span {
  display: block;
}

.hero-content h2 .white {
  color: #fff;
  text-align: right;
  font-size: 84px;
  font-style: normal;
  line-height: 1;
  padding-right: 40px;
  margin-bottom: -40px;
}

.hero-content h2 .pink {
  color: #BA202A;
  text-align: right;
  font-size: 156px;
  font-style: normal;
  line-height: 1;
}

.hero-content h2 .smaller {
  color: #fff;
  text-align: right;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
  max-width: 490px;
  margin-left: auto;
}*/

.hero-content h2 {
  color: var(--red, #ba202a);
  font-size: 125px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Antonio', sans-serif;
}

.hero-content h4 {
  color: var(--blue, #1f2b5c);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Antonio', sans-serif;
}
.hero-content {
  padding: 55px 0px 15px 0px;
}

.bordered-text {
  border: 1px solid #1F2B5C;
  color: #1F2B5C;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  line-height: normal;
  width: 60%;
  padding: 0px 10px;
}

.bordered-text p {
  max-width: 1080px;
  margin: 15px auto;
}

.bottom-text {
  color: #1F2B5C;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  margin: 30px 0px;
}
.heading {
  text-align: center;
}

.module-wrap {
  padding: 50px 0px 100px;
  background-color: #FFF;
}

.heading h2 {
  position: relative;
  color: #BA202A;
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  z-index: 1;
}

.heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #404040;
  border-radius: 5px;
  z-index: -1;
}

.heading h2 span {
  background: #fff;
  padding: 0px 20px;
  display: inline-block;
}

.heading.faculty {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.single-faculty {
  text-align: center;
}

.single-faculty img {
  max-width: 170px;
}

.single-faculty h4 {
  color: #050a32;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  padding-top: 15px;
}
#notification {
  margin-top: 10px;
  color: #ff0d0d;
}
.objectives {
  padding: 50px 0px;
  color: #050a32;
  font-family: 'Antonio', sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.objectives ol li {
  padding-bottom: 10px;
}

.objectives ol {
}

.objectives p.mb-0 {
  padding-bottom: 10px;
}

.single-module > h4 {
  color: #BA202A;
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: normal;
}

.single-module .video-wrap {
  padding-bottom: 20px;
}

.single-module p span {
  color: #BA202A;
  font-style: normal;
  line-height: normal;
}

.single-module p {
  color: #050a32;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-weight: 300;
}

.download-btn {
  color: #BA202A;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

.download-btn img {
  max-width: 20px;
  margin-right: 5px;
}

.single-module {
  margin-bottom: 50px;
}

.pink-btn {
  display: block;
  border-radius: 18px;
  background: #BA202A;
  padding: 15px;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: 'Antonio', sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  transition: all 0.3s ease;
  margin-top: 50px;
}

.pink-btn:hover {
  color: #fff;
}

.footer {
  background: #d9d9d9;
  padding: 40px 0px;
}

.footer p {
  margin-bottom: 0px;
  color: #050a32;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.btn-close {
  position: absolute;
  right: 0;
  top: -30px;
  filter: invert(1);
  font-size: 20px;
  opacity: 1;
}

.modal-content {
  margin-top: 25px;
}
.image-wrap {
  display: block;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.image-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/polygon.svg);
}

@media (min-width: 992px){
  .container{
    min-width: 1100px;
  }
}