* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif !important;
}

a {
  text-decoration: none !important;
  font-family: "Source Sans Pro", sans-serif;
}

p {
  font-family: "Source Sans Pro", sans-serif !important;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600 !important;
  font-size: 35px !important;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
}

header {
  background-color: #223564;
}
header .upper-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header .upper-nav span {
  color: #fff;
}
header .upper-nav a {
  color: #fff;
  font-weight: "Source Sans Pro", sans-serif;
}
header .upper-nav .down-btn {
  padding: 10px;
  background-color: #f59d4c;
  color: #000;
  font-weight: 500;
}

.navbar .navbar-brand img {
  height: 100px;
  mix-blend-mode: multiply;
}
.navbar .nav-item {
  padding-right: 15px;
}
.navbar .nav-item a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000 !important;
}

.banner {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.banner .banner-heading {
  position: relative;
  top: 30%;
}
.banner .banner-bg {
  padding: 15px;
  background-color: #f59d4c;
}
.banner .banner-bg h2 {
  border-bottom: 2px solid #000;
}
.banner .banner-bg p {
  text-transform: uppercase;
  font-weight: 600 !important;
}

#banner-img .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
#banner-img .img-text-bg {
  background-color: #f59d4c;
  text-align: center;
  padding: 8px;
}
#banner-img .img-text-bg h4 {
  font-family: "Source Sans Pro", sans-serif;
}
#banner-img .img-text {
  background-color: #223564;
  padding: 8px;
  text-align: center;
}
#banner-img .img-text h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff !important;
}

.about-bg {
  background: url("../images/img4.jpg") center no-repeat;
  background-size: cover;
}

.about-text {
  text-align: center;
}
.about-text P {
  font-size: 18PX;
}
.about-text .about-btn {
  background-color: #223564;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 25px;
}
.about-text .about-btn a {
  color: #fff;
}
.about-text .acme-list {
  text-align: start;
}
.about-text .acme-list ul {
  padding-left: 0;
}
.about-text .acme-list ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  display: flex;
  gap: 20px;
  line-height: 40px;
  list-style: none;
}
.about-text .acme-list ul li img {
  height: 30px;
}

.courses-bg {
  background-color: #f59d4c;
}

.course-text {
  text-align: center;
}

.box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.event-bg {
  background: url("../images/img6.jpg") center no-repeat;
  background-size: cover;
}

.event-img {
  position: relative;
}
.event-img h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}
.event-img img {
  border-radius: 5px;
}
.event-img .event-text {
  padding: 15px;
  background-color: #223564;
  position: absolute;
  bottom: 0px;
  margin-right: 20px;
  border-radius: 5px;
}
.event-img .event-text p {
  color: #fff;
}

.carousel-bg {
  background: url("../images/img8.jpg") center no-repeat;
  background-size: cover;
}

.carousel-box {
  background-color: #223564;
  padding: 15px;
  margin-top: 20px;
}
.carousel-box p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.footer-bg {
  background-color: #f59d4c;
}

.footer-nav ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nav ul li {
  list-style: none;
  padding: 20px;
}
.footer-nav ul li a {
  color: #000;
  font-size: 18px;
}

.wrapper {
  background-color: #223564;
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.copy-right a {
  color: #fff;
}

.web-banner {
  background: url("../images/banner.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.web-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}
.web-heading h3 {
  color: #fff;
  font-size: 35px;
}

.web-video {
  padding: 10px;
  background-color: #F1F1F1 !important;
  border-bottom: 4px solid #223564;
}
.web-video h5 {
  padding-top: 15px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

.web-title h3 {
  font-size: 40px;
}
.web-title span {
  font-size: 28px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.contact-info h5 {
  font-size: 30px;
  color: #223564;
  margin-bottom: 40px;
  -webkit-text-decoration: underline #223564 2px;
          text-decoration: underline #223564 2px;
  text-underline-offset: 10px;
}
.contact-info ul {
  list-style: none;
  padding-left: 0 !important;
}
.contact-info ul li {
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
  vertical-align: middle !important;
}
.contact-info ul li span {
  background-color: #f59d4c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.contact-info ul li span i {
  font-size: 25px;
  color: #223564;
}
.contact-info ul li a {
  font-size: 18px;
  color: #000;
  margin-top: 12px;
}

.submit-btn {
  background-color: #223564;
  padding: 8px 15px;
  color: #fff;
  border: none;
}

.contact_bg {
  background: #f1f1f1;
}
.contact_bg .contact-form {
  background-color: #fff;
  padding: 25px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
}
.contact_bg .contact-form .form-title {
  text-align: center;
  padding-bottom: 30px;
}
.contact_bg .contact-form .form-group input {
  border: none;
  border-bottom: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact_bg .contact-form .submit-btn {
  padding: 10px 100px;
  background-color: #223564;
  color: #fff;
  border: none;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
}
.contact_bg .contact-form .submit-btn:hover {
  background-color: #f59d4c;
}

.news-letter-sec {
  background-color: #223564;
}
.news-letter-sec h2 {
  font-size: 25px;
}
.news-letter-sec .newsletter-form input {
  background-color: #F1F1F1;
  border-radius: 0;
}
.news-letter-sec .newsletter-form .newsletter-btn {
  background-color: #F1F1F1;
  padding: 7px 20px;
  border: none;
  font-size: 14px;
  border-radius: 5px;
}
.news-letter-sec .newsletter-form .newsletter-btn:hover {
  background-color: #f59d4c;
}/*# sourceMappingURL=style.css.map */