@font-face {
  font-family: captainAmerica;
  src: url('../fonts/American\ captain/American\ Captain.ttf');
}
@font-face {
  font-family: Ravenholm;
  src: url('../fonts/Ravenholm\ Bold/RavenholmBold.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
/* Whatsapp footer */
.wa-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:24px;
	left:12px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  transition: all 0.4s ease-in-out;
}
.wa-float:hover{
	transform: rotate(280deg);
}
.wa-float:hover i{
	transform: scale(1.1);
	color: #fff;
}
.my-float{
	margin-top:16px;
}
/* whatsapp footer end */
/* CTA btn */
.cta-btn {
  top: 0;
  left: 0;
  transition: all 0.15s linear 0s;
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  background-color: #ffcb09;
  text-transform: uppercase;
  color: #394544;
  font-family: arial;
  letter-spacing: 1px;
  box-shadow: -6px 6px 0 #394544;
  text-decoration: none;
}
.cta-btn:hover {
  top: 3px;
  left: -3px;
  box-shadow: -3px 3px 0 #394544;
}
.cta-btn:hover::after {
  top: 1px;
  left: -2px;
  width: 4px;
  height: 4px;
}
.cta-btn:hover::before {
  bottom: -2px;
  right: 1px;
  width: 4px;
  height: 4px;
}
.cta-btn::after {
  transition: all 0.15s linear 0s;
  content: '';
  position: absolute;
  top: 2px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: #394544;
  transform: rotate(45deg);
  z-index: -1;
}
.cta-btn::before {
  transition: all 0.15s linear 0s;
  content: '';
  position: absolute;
  bottom: -4px;
  right: 2px;
  width: 8px;
  height: 8px;
  background-color: #394544;
  transform: rotate(45deg);
  z-index: -1;
}
a.btn {
  position: relative;
}
a:active.btn {
  top: 6px;
  left: -6px;
  box-shadow: none;
}
a:active.btn:before {
  bottom: 1px;
  right: 1px;
}
a:active.btn:after {
  top: 1px;
  left: 1px;
}

/* CTA BTN END */
#navigationNew {
  background-color: #d6d5d5;
  padding: 10px 50px;
}
#navigationNew .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #1e1e1e;
  font-weight: 500;
  padding: 10px;
}
#navigationNew .navbar-collapse .navbar-nav .nav-item a {
  padding: 0;
}
#navigationNew .navbar-collapse .navbar-nav .nav-item a button {
  padding: 0px;
  font-weight: 500;
  text-transform: capitalize !important;
}
#navigationNew .navbar-collapse form a button {
  padding: 8px 12px;
  background-color: #df3728;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0px;
  font-weight: 600;
}
@media (max-width: 576px) {
  #navigationNew {
    padding: 10px !important;
  }
}
body,html {
  font-family: 'Lato', sans-serif;
  overflow: clip !important;
  overflow-y: auto !important;
  position: sticky !important;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
}
#maacCourses > div > div:nth-child(6) > div > div > a > h2{
  padding-bottom:50px !important;
}
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.courseDropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  max-width: 1000px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0;
  list-style-type: none;
}
.courseDropdown .dropdown-content .dropdownCourseContent {
  display: flex;
  padding: 25px;
  width: 100%;
}
.courseDropdown .dropdown-content .dropdownCourseContent .courseGroup {
  display: flex;
}
@media (max-width: 576px) {
  .courseDropdown .dropdown-content .dropdownCourseContent .courseGroup {
    flex-wrap: wrap;
  }
}
.courseDropdown .dropdown-content .dropdownCourseContent .allCourses {
  min-width: 200px;
  width: 25%;
}
.courseDropdown .dropdown-content .dropdownCourseContent .allCourses .nav-a {
  font-size: 18px;
  font-weight: bold;
  padding: 5px !important;
  color: #df3728;
}
.courseDropdown .dropdown-content .dropdownCourseContent .allCourses .nav-a:hover i{
  margin-left: 7px;
}
.courseDropdown .dropdown-content .dropdownCourseContent .allCourses .nav-a i{
  color:#f6ba12;
  transition: 0.3s all;
}
.courseDropdown .dropdown-content .dropdownCourseContent .allCourses .subCourses ul {
  list-style-type: circle;
}
.courseDropdown .dropdown-content .dropdownCourseContent .allCourses .subCourses ul li a {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .courseDropdown .dropdown-content .dropdownCourseContent {
    display: flex;
    flex-wrap: wrap;
  }
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.carousel .carouselImage .overlayBackground {
  position: relative;
  max-height: 1200px;
  height: 100vh;
  transition: all 180ms ease-out;
}
@media (max-width: 1440px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 680px;
  }
}
@media (max-width: 1024px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 570px;
  }
}
@media (max-width: 992px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 575px;
  }
}
@media (min-width: 992px) {
  .carousel-inner:hover  .carouselImage .overlayBackground {
    transform: scale(1.4) rotate(-10deg);
    backdrop-filter: blur(9px);
  }
   
}
@media (min-width: 991px) {
  .courseDropdown .dropdown-content{
    left: -11px;
    transform: translateY(11%) translateX(-11%);
  }
  
}
@media (max-width: 1201px) and (min-width: 991px){
  .courseDropdown .dropdown-content {
    transform: translateY(7%) translateX(-11%);
}
}
@media (max-width: 768px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 450px;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 400px;
  }
}
@media (max-width: 450px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 310px;
    min-height: 50vh;
  }
}
@media (max-width: 376px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 290px;
  }
}
@media (max-width: 350px) {
  .carousel .carouselImage .overlayBackground {
    max-height: 270px;
  }
}
.carousel .carouselImage .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Philosopher", sans-serif;
}
.carousel .carouselImage .overlay .overlayLogo {
  text-align: center;
}
.carousel .carouselImage .overlay .overlayContent {
  max-width: 800px;
  padding: 20px 40px;
  height: 100%;
  color: #c1c1c1;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel .carouselImage .overlay .overlayContent h2 {
  font-size: 90px;
  font-weight: 700;
  
  text-align: center;
  margin-bottom: 15px;
  animation: fadeInRight 1.2s ease-in-out;
  text-rendering: optimizeLegibility;
  color: #c1c1c1;
    letter-spacing: .03em;
    text-shadow: 
    -1px -1px 1px #efede3, 0px 1px 0 #4e4e4e, 0px 2px 0 #4e4e4e, 0px 3px 0 #4e4e4e, 0px 3px 0 #4e4e4e, 0px 5px 0 #4e4e4e, 0px 4px 0 #4e4e4e, 0px 2px 0 #4e4e4e, 0px 3px 0 #4e4e4e, 2px 5px 5px rgba(0, 0, 0, 0.9), 5px 5px 5px rgba(0, 0, 0, 0.3), 8px 8px 8px rgba(0, 0, 0, 0.5), 0px 10px 35px rgba(0, 0, 0, 0.9);
}

@media (max-width: 992px) {
  .carousel .carouselImage .overlay .overlayContent h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .carousel .carouselImage .overlay .overlayContent h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .carousel .carouselImage .overlay .overlayContent h2 {
    font-size: 34px;
  }
}
@media (max-width: 450px) {
  .carousel .carouselImage .overlay .overlayContent h2 {
    font-size: 24px;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
.carousel .carouselImage .overlay .overlayContent p {
  text-align: center;
  font-size: 26px;
  animation: fadeInRightTwo 1.4s ease-in-out;
}
@media (max-width: 992px) {
  .carousel .carouselImage .overlay .overlayContent p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .carousel .carouselImage .overlay .overlayContent p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .carousel .carouselImage .overlay .overlayContent p {
    font-size: 16px;
  }
}
@keyframes fadeInRightTwo {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
.carousel .carouselImage .overlay .overlayContent .overlayButton {
  animation: fadeInRightButton 1.7s ease-in-out;
}
.carousel .carouselImage .overlay .overlayContent .overlayButton a button {
  background-color: #3e8e41;
  color: white;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0px;
}
@media (max-width: 576px) {
  .carousel .carouselImage .overlay .overlayContent .overlayButton a button {
    padding: 10px 30px;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .carousel .carouselImage .overlay .overlayContent .overlayButton a button {
    padding: 8px 15px;
  }
}
@keyframes fadeInRightButton {
  from {
    opacity: 0;
    transform: translateX(500px);
  }
  to {
    opacity: 1;
  }
}

#enquiryForm {
  background-color: #000000;
  position: relative;
}
#enquiryForm .row {
  background-image: url("/assets/images/pattern_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  padding: 80px 60px;
}
#enquiryForm .row .formSectionImage {
  text-align: right;
  height: 100%;
}
#enquiryForm .row .formSectionImage img {
  position: absolute;
  bottom: 0;
  left: 14%;
  z-index: 1;
  height: 650px;
}
@media (max-width: 1400px) {
  #enquiryForm .row .formSectionImage img {
    height: 620px;
  }
}
@media (max-width: 1200px) {
  #enquiryForm .row .formSectionImage img {
    height: 540px;
  }
}
@media (max-width: 992px) {
  #enquiryForm .row .formSectionImage img {
    height: 430px;
  }
}
@media (max-width: 768px) {
  #enquiryForm .row .formSectionImage img {
    display: none;
  }
}
#enquiryForm .row .form {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
}
#enquiryForm .row .form form {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 45px 60px;
  margin: auto;
  width: 62%;
}
#enquiryForm .row .form form h3 {
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  #enquiryForm .row .form form h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #enquiryForm .row .form form h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
#enquiryForm .row .form form h6 {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #enquiryForm .row .form form h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  #enquiryForm .row .form form h6 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400 !important;
  }
}
#enquiryForm .row .form form input {
  border-radius: 0px;
  height: 45px;
}
@media (max-width: 1200px) {
  #enquiryForm .row .form form input {
    height: 40px;
  }
}
@media (max-width: 992px) {
  #enquiryForm .row .form form input {
    height: 35px;
  }
}
#enquiryForm .row .form form input:focus {
  box-shadow: none;
}
#enquiryForm .row .form form select {
  height: 45px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#enquiryForm .row .form form select option {
  color: #595c5f;
}
@media (max-width: 1200px) {
  #enquiryForm .row .form form select {
    height: 40px;
  }
}
@media (max-width: 992px) {
  #enquiryForm .row .form form select {
    height: 35px;
  }
}
#enquiryForm .row .form form p {
  color: white;
  font-size: 12px;
  line-height: 16px;
}
#enquiryForm .row .form form .formSubmitButton button {
  background-color: #df3728;
  color: white;
  border-radius: 0px;
  padding: 12px;
}
#enquiryForm .row .form form .formSubmitButton button:hover{
  background-color: #ffcb09;
  color: #1e1e1e;
}
@media (max-width: 992px) {
  #enquiryForm .row .form form .formSubmitButton button {
    padding: 8px;
  }
}
@media (max-width: 1600px) {
  #enquiryForm .row .form form {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  #enquiryForm .row .form form {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  #enquiryForm .row .form form {
    width: 90%;
    padding: 35px 50px;
  }
}
@media (max-width: 992px) {
  #enquiryForm .row .form form {
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  #enquiryForm .row .form form {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  #enquiryForm .row .form form {
    width: 75%;
  }
}
@media (max-width: 450px) {
  #enquiryForm .row .form form {
    width: 100%;
  }
}
@media (max-width: 400px) {
  #enquiryForm .row .form form {
    width: 95%;
  }
}
@media (max-width: 350px) {
  #enquiryForm .row .form form {
    width: 100%;
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  #enquiryForm .row {
    padding: 60px 10px;
  }
}

#aboutUs {
  padding: 80px 200px 30px 200px;
}
#aboutUs h1 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 900;
}
#aboutUs .aboutDetail .aboutIcon {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  padding: 15px;
  margin: auto;
}
#aboutUs .aboutDetail .aboutIcon img {
  height: 64px;
  width: 64px;
}
@media (max-width: 1200px) {
  #aboutUs .aboutDetail .aboutIcon img {
    height: 40px;
    width: 40px;
  }
}
#aboutUs .aboutDetail .redIcon {
  border: 2px solid #a50808;
}
#aboutUs .aboutDetail .blueIcon {
  border: 2px solid #082a65;
}
#aboutUs .aboutDetail .greenIcon {
  border: 2px solid #155704;
}
#aboutUs .aboutDetail .lightGreenIcon {
  border: 2px solid #a79808;
}
#aboutUs .aboutDetail .aboutContent h5 {
  text-align: center;
  font-size: 18px;
  padding-top: 18px;
}
#aboutUs .aboutDetail .aboutContent h5 .red {
  color: #a50808;
}
#aboutUs .aboutDetail .aboutContent h5 .blue {
  color: #082a65;
}
#aboutUs .aboutDetail .aboutContent h5 .green {
  color: #155704;
}
#aboutUs .aboutDetail .aboutContent h5 .aboutContent {
  color: #a79808;
}
@media (max-width: 1700px) {
  #aboutUs {
    padding: 80px 150px 30px 150px;
  }
}
@media (max-width: 1500px) {
  #aboutUs {
    padding: 80px 90px 30px 90px;
  }
}
@media (max-width: 1200px) {
  #aboutUs {
    padding: 80px 40px 30px 40px;
  }
}

#maacCourses {
  padding: 80px 200px 30px 200px;
}
#maacCourses h2 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 600;
}
#maacCourses .row {
  padding: 40px 80px;
  height: 100vh;
}
@media (max-width: 1400px) {
  #maacCourses .row {
    padding: 40px 0;
  }
}
@media(max-width:810px){
  #maacCourses .row{
    padding: 0;
    padding-top: 40px;
  }
}
#maacCourses .courseDetails .courseimage {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
#maacCourses .courseDetails .courseimage img {
  max-width: 380px;
  width: 100%;
  height: 380px;
  border-radius: 20%;
  animation: transformBack 500ms linear forwards;
}
#maacCourses .courseDetails .courseimage img:hover {
  transform: scale(1.1);
  animation: transform 500ms linear forwards;
}
.course-box{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 10%;
  max-width: 360px;
}
.overlay-box{
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #df3728b4;
  backdrop-filter: blur(2px);
  color: #fff !important;
  transition: all 400ms ease;
  transform: translateY(80%);
}
.overlay-box h5{
  font-size: 26px;
  padding-bottom: 10px;
}
.overlay-box p{
  font-size: 18px;
}
.course-box:hover .overlay-box{
  transform: translateY(0);
  border-radius: 8%;
  background-color: #ffca09d8;
  color: #333333 !important;
}
.course-box .image-box{
  position: absolute;
  width: 100%;
  height: 100%;
}
.course-box .image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:950px){
  #maacCourses .row{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
    height: 130vh;
    align-items: center;
  }
  .course-box{
    width: 320px;
    height: 360px;
  }
}
@media (max-width:900px){
  #maacCourses .row{
    padding-top: 30px !important;
  }
}
@media(max-width:400px){
  #maacCourses .row{
    width:100vw !important;
    transform: translateX(-10%);
  }
}
@media(max-width:810px){
  #maacCourses .courses-row{
    gap:0;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
  }
  .fadeInDownSmall{
    margin:auto;
    margin-right: 50%;
  }
}
@media(max-width:768px){
  #maacCourses .courses-row{
    gap:0;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
  }
  .fadeInDownSmall{
    margin:auto;
    margin-right: 20%;
  }
}
@media(max-width:700px){
  #maacCourses .courses-row{
    gap:0;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
  }
  .fadeInDownSmall{
    margin:auto;
    width: max-content;
  }
}
@media(max-width:576px){
  #maacCourses .courses-row{
    gap:0;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
  }
  .fadeInDownSmall{
    margin:auto;
  }
}

@media (max-width:730px){
  .course-box{
    width: 40vw;
  }
}
@media (max-width:560px){
  .course-box{
    width: 60vw;
  }
  #maacCourses .row{
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    height: 130vh;
  }
  #maacCourses .row .col-md-4{
    transform: translateX(15%);
  }
}
@media (max-width:400px){
  .course-box{
    width: 80vw;
  }
  #maacCourses .row .col-md-4{
    transform: translateX(10%);
  }
}
@media (max-width:950px) and (max-height:900px){
  #maacCourses .row{
    height: 200vh;
  }
}
@media (max-width:560px) and (max-height:1000px){
  #maacCourses .row{
    height: 330vh;
  }
}
@media (max-width:560px) and (max-height:800px){
  #maacCourses .row{
    height: 365vh;
  }
}
#maacCourses .image-box a:hover{
  color: #ffcb09 !important;
}
@media (max-width:951px){
  #maacCourses .row .morebtn{
    bottom: -12% !important;
  }
}
@keyframes transform {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@media (max-width: 1024px) {
  #maacCourses .courseDetails .courseimage img {
    height: 350px;
  }
}
@media (max-width: 350px) {
  #maacCourses .courseDetails .courseimage img {
    height: 300px;
  }
}
@keyframes transformBack {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
#maacCourses .courseDetails .courseimage .overlayText {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 30px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 67px 67px;
  overflow: hidden;
}
#maacCourses .courseDetails .courseimage .overlayText h5 {
  color: white;
}
#maacCourses .courseDetails .courseimage .overlayText ul {
  padding: 0px;
  margin-top: 20px;
  list-style-type: none;
}
#maacCourses .courseDetails .courseimage .overlayText ul li {
  color: white;
}
#maacCourses .courseDetails .courseimage .overlayText button {
  background-color: #3e8e41;
  border-radius: 0px;
}
#maacCourses .courseDetails .courseimage .overlayText button a {
  text-decoration: none;
  color: white;
}
#maacCourses .courseDetails .courseimage:hover .overlayText {
  height: 380px;
  transition: height 400ms ease-in-out;
  border-radius: 67px 67px 67px 67px;
}
@media (max-width: 350px) {
  #maacCourses .courseDetails .courseimage:hover .overlayText {
    height: 300px;
  }
}
@media (max-width: 1700px) {
  #maacCourses {
    padding: 80px 150px 30px 150px;
  }
}
@media (max-width: 1500px) {
  #maacCourses {
    padding: 80px 90px 30px 90px;
  }
}
@media (max-width: 1200px) {
  #maacCourses {
    padding: 80px 40px 30px 40px;
  }
}

#reasons {
  background-color: #000000;
  min-height: 600px;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
#reasons .reasonOverlay {
  padding: 0px 60px 30px 60px;
  position: absolute;
  right:0;
  left:0;
  margin:auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 550px;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #reasons .reasonOverlay {
    padding: 20px 30px 30px 30px;
  }
}
@media (max-width: 450px) {
  #reasons .reasonOverlay {
    padding: 30px 10px 30px 10px;
  }
}
#reasons h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #f6ba12;
  margin-bottom: 40px;
  border: 2px solid #df372857;
  padding: 10px;
}
#reasons #navigationTabs .nav-pills {
  background: black;
}
#reasons #navigationTabs .nav-pills .nav-link {
  margin-bottom: 0px !important;
  width: 350px;
  border-radius: 0px;
  padding: 12px 40px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
#reasons #navigationTabs .nav-pills .nav-link.active {
  background-color: #df3728;
  color: white;
}
#reasons #navigationTabs .nav-pills .nav-link i {
  font-size: 14px;
}
@media (max-width: 992px) {
  #reasons #navigationTabs .nav-pills .nav-link {
    width: 330px;
    padding: 12px 10px;
  }
}
@media (max-width: 768px) {
  #reasons #navigationTabs .nav-pills .nav-link {
    width: 280px;
  }
}
@media (max-width: 576px) {
  #reasons #navigationTabs .nav-pills .nav-link {
    padding: 12px 8px;
  }
}
@media (max-width: 450px) {
  #reasons #navigationTabs .nav-pills .nav-link {
    width: 280px;
  }
}
@media (max-width: 1920px) {
  #reasons #navigationTabs .nav-pills {
    width: 350px;
    border-right: 1px solid #df372899;
    border-bottom: 1px solid #df372899;
    border-left: 1px solid #df372899;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
}
@media (max-width: 768px) {
  #reasons #navigationTabs .nav-pills {
    width: 278px;
  }
}
#reasons #navigationTabs .tab-content {
  height: 100%;
}
#reasons #navigationTabs .tab-content .tab-pane {
  padding: 10px 50px;
  color: #e4e4e4;
  max-width: 1100px;
  text-align: justify;
}
#reasons #navigationTabs .tab-content .tab-pane h5 {
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
  color:fff;
}
.tabButton{
  text-align: center;
}
#reasons #navigationTabs .tab-content .tab-pane .tabButton {
  padding-top: 20px;
}
#reasons #navigationTabs .tab-content .tab-pane .tabButton button {
  color: #000;
  background-color: #f6ba12;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 500;
  transition: all 100ms ease-out;
}
#reasons #navigationTabs .tab-content .tab-pane .tabButton button:hover{
  color: #fff;
  background-color: #df3728;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #reasons #navigationTabs .tab-content .tab-pane {
    padding: 10px 30px;
  }
}
@media (max-width: 576px) {
  #reasons #navigationTabs .tab-content .tab-pane {
    padding: 20px 10px;
  }
}
@media (max-width: 450px) {
  #reasons #navigationTabs .tab-content .tab-pane {
    text-align: center;
  }
}
@media (max-width: 620px) {
  #reasons #navigationTabs {
    flex-direction: column;
  }
  #reasons {
    min-height: 790px;
  }
}
@media (max-width: 450px) {
  #reasons {
    min-height: 860px;
  }
}
@media (max-width: 350px) {
  #reasons {
    min-height: 900px;
  }
}

#recruiter {
  padding: 50px 200px 50px 200px;
  background-color: #ffcb09;
}
#recruiter h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  color: white;
}
@media (max-width: 1700px) {
  #recruiter {
    padding: 80px 150px 30px 150px;
  }
}
@media (max-width: 1500px) {
  #recruiter {
    padding: 80px 90px 30px 90px;
  }
}
@media (max-width: 1200px) {
  #recruiter {
    padding: 80px 40px 30px 40px;
  }
}

#placements {
  padding: 60px 60px 50px 60px;
}
@media (max-width:350px){
  #placements {
    padding: 60px 11px 50px 11px;
}
}
#placements .row .col{
  padding:24px;
}
.animate {
  animation-name: slide-in;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(10px);
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#placements h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}
#placements .placedStudent {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  padding: 15px;
  min-width: 245px;
  min-height: 100%;
  transition: all 0.1s ease;
}
#placements .placedStudent:hover , #placements .placedStudent:active{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px, rgba(0, 0, 0, 0.3) 0px 0px 13px -3px, rgba(0, 0, 0, 0.2) 0px 0px 0px inset;
}
#placements .placedStudent .studentImage {
  height: 180px;
  width: 180px;
  border: 3px solid #ffcb09;
  border-radius: 50%;
  padding: 10px;
  margin: auto;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
#placements .placedStudent .studentImage:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 0px 13px -3px, rgba(0, 0, 0, 0.2) 0px 0px 0px inset; 
}
#placements .placedStudent .studentImage img {
  height: 100%;
  border-radius: 50%;
}
#placements .placedStudent .studentName h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#placements .placedStudent .companyName h5 {
  font-size: 24px;
  font-weight: bold;
  color: #df3728;
  margin-bottom: 0px;
}
#placements .placedStudent .salary h4 {
  color: #3e8e41;
  font-size: 20px;
  font-weight: bold;
}

.studentWorkContainer {
  padding-top: 60px;
}
.studentWorkContainer h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}
.studentWorkContainer #studentWork {
  padding: 0px 200px 45px 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.studentWorkContainer #studentWork .workImage {
  padding: 5px;
  height: 350px;
  width: 350px;
  margin-bottom: 10px;
}
.studentWorkContainer #studentWork .workImage img,
.studentWorkContainer #studentWork .workImage iframe {
  height: inherit;
  width: 100%;
}
@media (max-width: 1700px) {
  .studentWorkContainer #studentWork .workImage {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 1600px) {
  .studentWorkContainer #studentWork .workImage {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1400px) {
  .studentWorkContainer #studentWork .workImage {
    height: 290px;
    width: 290px;
  }
}
@media (max-width: 1200px) {
  .studentWorkContainer #studentWork .workImage {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 768px) {
  .studentWorkContainer #studentWork .workImage {
    height: 330px;
    width: 330px;
  }
}
@media (max-width: 576px) {
  .studentWorkContainer #studentWork .workImage {
    width: 100%;
  }
}
@media (max-width: 1800px) {
  .studentWorkContainer #studentWork {
    padding: 0px 175px 45px 175px;
  }
}
@media (max-width: 1700px) {
  .studentWorkContainer #studentWork {
    padding: 0px 150px 45px 150px;
  }
}
@media (max-width: 1500px) {
  .studentWorkContainer #studentWork {
    padding: 0px 90px 45px 90px;
  }
}
@media (max-width: 1200px) {
  .studentWorkContainer #studentWork {
    padding: 0px 40px 45px 40px;
  }
}

#studentWorkContainer {
  padding-top: 60px;
}
#studentWorkContainer h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}
#studentWorkContainer .gallery {
  padding: 0px 200px 45px 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#studentWorkContainer .gallery a {
  height: 350px;
  width: 350px;
  padding: 5px;
}
#studentWorkContainer .gallery a img,
#studentWorkContainer .gallery a iframe {
  height: inherit;
  width: 100%;
}
@media (max-width: 1700px) {
  #studentWorkContainer .gallery a {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 1600px) {
  #studentWorkContainer .gallery a {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1400px) {
  #studentWorkContainer .gallery a {
    height: 290px;
    width: 290px;
  }
}
@media (max-width: 1200px) {
  #studentWorkContainer .gallery a {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 768px) {
  #studentWorkContainer .gallery a {
    height: 330px;
    width: 330px;
  }
}
@media (max-width: 576px) {
  #studentWorkContainer .gallery a {
    width: 100%;
  }
}
@media (max-width: 1800px) {
  #studentWorkContainer .gallery {
    padding: 0px 175px 45px 175px;
  }
}
@media (max-width: 1700px) {
  #studentWorkContainer .gallery {
    padding: 0px 150px 45px 150px;
  }
}
@media (max-width: 1500px) {
  #studentWorkContainer .gallery {
    padding: 0px 90px 45px 90px;
  }
}
@media (max-width: 1200px) {
  #studentWorkContainer .gallery {
    padding: 0px 40px 45px 40px;
  }
}
@media (max-width: 992px) {
  #studentWorkContainer .gallery {
    flex-wrap: wrap;
  }
}

.studentGallery {
  padding: 60px 200px 45px 200px;
}
@media (max-width: 1800px) {
  .studentGallery {
    padding: 0px 175px 45px 175px;
  }
}
@media (max-width: 1700px) {
  .studentGallery {
    padding: 0px 150px 45px 150px;
  }
}
@media (max-width: 1500px) {
  .studentGallery {
    padding: 0px 90px 45px 90px;
  }
}
@media (max-width: 1200px) {
  .studentGallery {
    padding: 0px 40px 45px 40px;
  }
}
.studentGallery h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}

.studentGallery > ul {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

.studentGallery > ul > li {
  margin-bottom: 15px;
  display: inline-block;
  list-style: outside none none;
}

.studentGallery > ul > li a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 350px;
  width: 350px;
}
@media (max-width: 1700px) {
  .studentGallery > ul > li a {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 1600px) {
  .studentGallery > ul > li a {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1400px) {
  .studentGallery > ul > li a {
    height: 270px;
    width: 270px;
  }
}
@media (max-width: 1200px) {
  .studentGallery > ul > li a {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 768px) {
  .studentGallery > ul > li a {
    height: 330px;
    width: 330px;
  }
}
@media (max-width: 576px) {
  .studentGallery > ul > li a {
    width: 100%;
  }
}

.studentGallery > ul > li a > img {
  transition: transform 500ms ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.studentGallery > ul > li a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.studentGallery > ul > li a:hover .studentGallery-poster > img {
  opacity: 1;
}

.studentGallery > ul > li a .studentGallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}

.studentGallery > ul > li a .studentGallery-poster > img {
  left: 50%;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

.studentGallery > ul > li a:hover .studentGallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.studentGallery .justified-gallery > a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.studentGallery .justified-gallery > a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.studentGallery .justified-gallery > a:hover .studentGallery-poster > img {
  opacity: 1;
}

.studentGallery .justified-gallery > a .studentGallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}

.studentGallery .justified-gallery > a .studentGallery-poster > img {
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

.studentGallery .justified-gallery > a:hover .studentGallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.studentGallery .video .studentGallery-poster img {
  height: 48px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.studentGallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.courseDropdown{
  position: relative;
  z-index: 999;
}
#footer {
  background-color: #000000;
  min-height: 350px;
  position: relative;
  padding: 80px 60px 80px 60px;
}
#footer .footerContent .footerLogo img {
  height: 100px;
}
#footer .footerContent .footerText {
  margin-top: 30px;
  margin-bottom: 30px;
}
#footer .footerContent .footerText p {
  color: white;
}
#footer .footerContent .socialLinks {
  display: flex;
}
#footer .footerContent .socialLinks .link {
  height: 45px;
  width: 45px;
  border-radius: 25px;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.addressSection .details i{
  padding-right: 0;
}
#footer .footerContent .socialLinks .link i{
  padding-right: 0;
}
@media(max-width:450px){
  #footer .footerContent .socialLinks .link{
    height: 42px;
  }
}
@media(max-width:506px){
  .addressSection .contactNumber{
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
#footer .footerContent .socialLinks .link a img {
  height: 20px;
}
#footer .links h5 {
  color: white;
  font-size: 20px;
}
#footer .links h6 {
  font-size: 18px;
  color: white;
}
#footer .links ul {
  padding: 5px 15px;
}
#footer .links ul li {
  list-style-type: none;
}
#footer .addressSection h5 {
  color: white;
  font-size: 20px;
}
#footer .addressSection h6 {
  color: white;
  margin-bottom: 0px;
}
#footer .addressSection .details {
  margin-top: 15px;
}
#footer .addressSection .details .contactNumber,
#footer .addressSection .details .emailAddress {
  display: flex;
  align-items: center;
  color: white;
}
#footer .addressSection .details .contactNumber span,
#footer .addressSection .details .emailAddress span {
  color: white;
}
@media (max-width: 992px) {
  #footer .addressSection .details .contactNumber,
  #footer .addressSection .details .emailAddress {
    flex-wrap: wrap;
  }
}
#footer .addressSection .details iframe {
  margin-top: 30px;
}
@media (max-width: 1500px) {
  #footer {
    padding: 50px 90px 30px 90px;
  }
}
@media (max-width: 1200px) {
  #footer {
    padding: 50px 90px 30px 90px;
  }
}

/* FAQ Section */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}

h2 {
  text-align: center;
}

.faq {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; /* added z-index value */
}

.question {
  width: 100%;
  padding: 10px;
  background-color: #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  color: #111;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  padding: 10px 20px;
  z-index: 8;
  box-sizing: border-box;
}

.answer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(#d6aa09, #ffe480) !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -1px 0px inset !important;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #212529;
  font-size: 1.1em;
  border: 1px solid #ccc;
  opacity: 0;
  transform-origin: top;
  transition: opacity 0.3s ease-in-out;
  z-index: 9; /* added z-index value */
  pointer-events: none;
}
.faq.active .answer {
  opacity: 1;
  z-index: 10;
}
.faq.active .answer a{
  pointer-events: all;
}
.faq.active .answer:hover{
  display: block;
}
.faq.active .question , .faq:hover .question{
  box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px, rgba(0, 0, 0, 0) 0px 7px 13px -3px, rgba(0, 0, 0, 0) 0px -3px 0px inset;
}
.faq.activeIndex{
  z-index: 10;
}

.faq:hover .answer {
  opacity: 1;
}
.faq .answer:hover{
  display: none;
}
.faq:hover {
  z-index: 11;
}

.faq:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #f1f1f1;
  z-index: -1;
  transform: translateZ(-1px);
}
.seemore {
  display: block;
  width: max-content;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  padding: 0.4em 1em;
  color: #cc1d17;
  border: 0.15em solid #cc1d17;
  border-radius: calc(0.75em + 0.5em + 0.15em);
  transition: 4s;
  margin: auto;
  margin-top: 10px;
}
.seemore:before, .seemore:after {
  content: '';
  position: absolute;
  top: -1.5em;
  z-index: -1;
  width: 200%;
  aspect-ratio: 1;
  border: none;
  border-radius: 40%;
  background-color: rgba(204, 29, 23, 0.25);
  transition: 4s;
}
.seemore:before {
  left: -80%;
  transform: translate3d(0, 5em, 0) rotate(-340deg);
}
.seemore:after {
  right: -80%;
  transform: translate3d(0, 5em, 0) rotate(390deg);
}
.seemore:hover, .seemore:focus {
  color: white;
}
.seemore:hover:before, .seemore:focus:before, .seemore:hover:after, .seemore:focus:after {
  transform: none;
  background-color: rgba(204, 29, 23, 0.75);
}
/* WHY MAAC */
.courseImageWrapper img , .bottom-shadow img{
  display: block;
  max-width: 100%;
  height: auto;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quick-links-space {
  padding-bottom: 2px;
  padding-top: 0
}

.study-with-maac-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  float: none
}
.courseLinkWrapper {
  z-index: 100;
  position: absolute;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 33%;
  max-width: 250px;
  float: right;
}
.courseImageWrapper {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width:1004px){
  .courseLinkWrapper ul li a {
    padding: 18px 20px;
  }
}
.courseLinkWrapper {
  z-index: 100;
  position: absolute;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 33%;
  max-width: 250px;
  float: right
}

.courseLinkWrapper ul {
  z-index: 100;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 250px
}

.courseLinkWrapper ul li a {
  background-color: #cacaca;
  text-align: center;
  padding: 23.5px 20px;
  cursor: pointer;
  /* border-bottom: 1px solid #333; */
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.courseLinkWrapper ul li.active a,.courseLinkWrapper ul li a:hover {
  background-color: #ffc912;
  text-decoration: none
}

.courseContentWrapper {
  /* background-color: #fff; */
  padding: 20px;
  display: flex;
  align-items: center;
}
.courseContentWrapper a{
  text-decoration: none;
}
.neumorphic-button {
cursor: pointer;
text-decoration: none;
color: #000;
border: 1px solid #b3b3b3;
box-shadow: -7px -13px 16px rgba(0, 0, 0, 0.2), -8px -8px 16px rgba(255, 255, 255, 0.8);
transition: box-shadow 0.3s ease;
}
.neumorphic-button:hover {
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
            -4px -4px 8px rgba(255, 255, 255, 0.5);
}
.neumorphic-button:first-of-type{
  box-shadow: none;
}
.neumorphic-image {
max-width: 65% !important;
border-radius: 50%;
aspect-ratio:1/1;
object-fit: cover;
background-color: #f2f2f2;
border: 1px solid #cacaca;
box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
transition: box-shadow 0.3s ease;
}
.neumorphic-image:hover {
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
            -4px -4px 8px rgba(255, 255, 255, 0.5);
}

@media (min-width: 1400px){
  .neumorphic-image{
      margin-left: 10%;
  }
}
@media (min-width: 1600px){
  .neumorphic-image{
      margin-left: 25%;
  }
}
@media (max-width: 1281px) {
  .neumorphic-image{
      margin-left: 1%;
  }
  .courseLinkWrapper ul li a {
      /* padding:30px 10px */
  }

  .circle-section {
      display: none!important
  }

  .student-speak-banner-content .text-big {
      font-size: 38px
  }

  .student-speak-banner-content .text-small {
      font-size: 20px
  }
}

@media (max-width: 992px) {
  .neumorphic-image{
      margin: auto;
      margin-top: 1.8%;
      margin-bottom: 1.8%;
  }
  .row.no-gutters{
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .row.no-gutters .col-md-7{
      width:100%;
  }

  .overlay-inner h3 {
      margin-top: 5px
  }

  .courseLinkWrapper,.courseImageWrapper,.courseLinkWrapper ul {
      position: relative;
      width: 100%;
      display: block;
      clear: both;
      float: left;
      max-width: 100%;
      height: auto!important;
      text-align: -webkit-center;
      text-align: -moz-center
  }

  .study-with-maac-wrapper {
      display: block
  }

  .courseLinkWrapper ul li {
      max-width: 25%;
      display: inline-block;
      vertical-align: top
  }

  .courseLinkWrapper ul li a {
      padding: 25px 32px;
      height: 100px
  }

  .courseContentWrapper {
      padding: 20px;
      height: auto!important;
      clear: both;
      display: block;
      width: 100%
  }

}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .courseLinkWrapper ul li {
      max-width:100%;
      display: block
  }

  .courseLinkWrapper ul li a {
      padding: 15px 0;
      height: auto
  }
}


.btn {
  white-space: initial !important;
}

.join-now-link {
  line-height: 35px;
}

@media (max-width: 420px) {
  #courses-overview.courses-overview h2 {
      font-size: 19px;
  }

  .btn-join-now {
      line-height: 25px;
  }
  #aboutUs h1 {
    font-size: 34px;
}
}
.neumorphic-page {
  background-color: #f2f2f2;
  border-radius: 20px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
  font-family: Arial, sans-serif;
  color: #444;
  text-align: center;
  max-width: 97vw;
  margin: auto;
  margin-top: 5px;
}
div.row.no-gutters.neumorphic-page > div.col-md-12.text-center.mb-30 > h2{
  padding: 20px 0;
}
.link-career-enquiry{
  background-color: rgba(0, 0, 0, 0.11);
  margin-right: 10px;
}
.neumorphic-page-hover{
  box-shadow: none;
}
