body {
  overflow-x: hidden !important;
}

nav {
  background-color: black;
}
nav .bar-sizes {
  font-size: 30px;
  color: white;
}
nav img.img-fit {
  object-fit: cover;
  height: 50px;
  width: 100px;
}

.navbar-expanded-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: white;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 10px;
  font-size: 30px;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > .close-icon:hover {
  cursor: pointer;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 420px) {
  .navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items {
    display: flex;
    flex-direction: column;
  }
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li {
  padding: 15px;
  margin: 15px;
  display: block;
}
@media (max-width: 420px) {
  .navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li {
    padding: 5px;
    margin: 5px;
  }
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li > a {
  color: black;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li > a:hover {
  text-decoration: none;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li ul.dropdown {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li ul.dropdown > li {
  padding: 5px 5px 5px 0px;
  margin: 5px 5px 5px 0px;
  display: block;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li ul.dropdown > li > a {
  color: black;
}
.navbar-expanded-wrapper .navbar-expanded-conatiner > ul.menu-items > li ul.dropdown > li > a:hover {
  text-decoration: none;
}

.top-Wrapper {
  position: relative;
  height: 300px;
  width: 100%;
}

.top-Wrapper > .image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.top-Wrapper > .image > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.top-Wrapper > .content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.top-Wrapper > .content-wrapper > .content {
  position: absolute;
  color: white;
  text-transform: uppercase;
  bottom: 5%;
  left: 5%;
  letter-spacing: 5px;
}
.top-Wrapper > .content-wrapper > .content h3 {
  position: relative;
  padding: 10px;
}
.top-Wrapper > .content-wrapper > .content h3::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  height: 2px;
  width: 80%;
  background-color: white;
  bottom: 0;
  left: 20%;
}

#home .video {
  position: relative;
  height: 100vh;
  width: 100%;
}
#home .video > .video-resolution {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home .video > .content-wrapper-home {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#home .video > .content-wrapper-home > .content {
  position: absolute;
  top: 40%;
  color: white;
  text-transform: uppercase;
  left: 32%;
  text-align: center;
}
@media (max-width: 1024px) {
  #home .video > .content-wrapper-home > .content {
    left: 20%;
  }
}
@media (max-width: 420px) {
  #home .video > .content-wrapper-home > .content {
    left: 0;
  }
}
#home .video > .content-wrapper-home > .content > h2 {
  letter-spacing: 10px;
}
#home .video > .content-wrapper-home > .content > span {
  letter-spacing: 15px;
}
#home .video > .content-wrapper-home > .content .btn-home {
  border-radius: 0;
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: #2d3058;
}
#home .video > .content-wrapper-home > .content .btn-home::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: black;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}
#home .video > .content-wrapper-home > .content .btn-home:hover {
  cursor: pointer;
  color: #000000;
}
#home .video > .content-wrapper-home > .content .btn-home:hover::before {
  transform-origin: center bottom;
  transform: scaleY(1);
}

#about {
  height: auto;
}
@media (max-width: 420px) {
  #about {
    height: auto;
  }
}
#about .main-content-about {
  text-indent: 10%;
}
#about .vision > .vision-head, #about .vision > .mission-head, #about .mission > .vision-head, #about .mission > .mission-head {
  text-align: center;
}
#about .vision > .vision-head > img, #about .vision > .mission-head > img, #about .mission > .vision-head > img, #about .mission > .mission-head > img {
  height: 100px;
  width: 200px;
}
#about .vision > .vision-head > h4, #about .vision > .mission-head > h4, #about .mission > .vision-head > h4, #about .mission > .mission-head > h4 {
  text-transform: uppercase;
}
#about .vision > .vision-content > ul, #about .vision > .mission-content > ul, #about .mission > .vision-content > ul, #about .mission > .mission-content > ul {
  list-style: none;
  padding: 0;
}

#courses {
  min-height: 100vh;
}
#courses .card-row-wrapper .btn-custom {
  border-radius: 0;
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: #2d3058;
}
#courses .card-row-wrapper .btn-custom::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: black;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}
#courses .card-row-wrapper .btn-custom:hover {
  cursor: pointer;
  color: #000000;
}
#courses .card-row-wrapper .btn-custom:hover::before {
  transform-origin: center bottom;
  transform: scaleY(1);
}
#courses .card-row-wrapper .card {
  transition: 0.4s all;
}
#courses .card-row-wrapper .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media (max-width: 420px) {
  #courses .card-row-wrapper .card {
    margin: 10px;
  }
}
@media (max-width: 1320px) {
  #courses .card-row-wrapper .card .card-body {
    height: 340px;
  }
}
#courses .card-row-wrapper .card .card-body .card-text {
  list-style: none;
  padding: 0;
}
#courses .card-row-wrapper .card .card-body .margin-btm {
  margin-top: 29px;
}

#portfolio {
  height: auto;
}
@media (max-width: 1320px) {
  #portfolio {
    height: 115vh;
  }
}
@media (max-width: 420px) {
  #portfolio {
    height: 117vh;
  }
}
@media (max-width: 420px) {
  #portfolio .portfolio-carousel img {
    object-fit: cover;
    height: 300px;
    width: 300px;
  }
}

.course-container {
  padding: 15px;
}
.course-container p.paragraph {
  text-indent: 10%;
}

#contact {
  height: auto;
}
@media (max-width: 1320px) {
  #contact {
    height: auto;
  }
}
@media (max-width: 420px) {
  #contact {
    height: auto;
  }
}
#contact .btn-contact {
  border-radius: 0;
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: #2d3058;
}
#contact .btn-contact::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: black;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}
#contact .btn-contact:hover {
  cursor: pointer;
  color: #000000;
}
#contact .btn-contact:hover::before {
  transform-origin: center bottom;
  transform: scaleY(1);
}

#footer {
  background-color: #414141;
}
#footer .bg-footer {
  height: auto;
}
@media (max-width: 420px) {
  #footer .bg-footer {
    height: auto;
  }
}
#footer .bg-footer h3 {
  text-transform: uppercase;
  color: #ffffff;
}
#footer .bg-footer p {
  text-indent: 5%;
  color: #ffffff;
  text-align: justify;
}
#footer .bg-footer ul {
  list-style: none;
  padding: 0;
}
#footer .bg-footer ul > li > span {
  color: white;
  padding: 5px;
  font-size: 20px;
}
#footer .bg-footer ul > li > a {
  color: white;
  text-decoration: none;
}
#footer .bg-footer .align-m {
  padding: 5px;
  margin-right: 10px;
}
#footer .bg-footer ul.social-icons {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: center;
}
#footer .bg-footer ul.social-icons > li {
  display: block;
  padding: 10px;
  margin: 10px;
}
#footer .bg-footer ul.social-icons > li > a > span {
  font-size: 20px;
}

#credits .credit-size {
  padding: 15px;
  background-color: black;
}
#credits .credit-size > .footer-credits > p {
  margin-bottom: 0;
  color: white;
  text-align: center;
}
#credits .credit-size > .footer-credits > p > a {
  color: white;
  font-weight: bold;
  transition: 0.4s all;
}
#credits .credit-size > .footer-credits > p > a:hover {
  color: #414141;
  text-decoration: none;
}

.image-md {
  height: 300px;
}

/*# sourceMappingURL=style.css.map */


/*genie css*/

.my_card{
  height: 490px;
}

.bg-dark{
  background-color: crimson !important;
  color: white
}

.my_img{
  height: auto;
}

@media(max-width: 950px) {
  .my_img{
    height: 100vh;
  }

}

@media(max-width: 500px) {
  .top-Wrapper{
    height:100px;
  }
}