button:focus {
  box-shadow: none !important;
}
button:visible-focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  box-shadow: none;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: none !important;
}
.sc-title {
  font-size: 50.33px;
  font-family: "Trajan Pro";
  text-transform: capitalize;
  color: #cf1f25;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
p {
  font-size: 16.67px;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
}
body {
  font-family: "Montserrat", sans-serif;
}
.cs_btn {
  background: #c40b0a;
  font-size: 14.58px;
  color: #fff;
  padding: 13px 33px;
  border-radius: 50px;
  border: 1px solid;
}
body,
html {
  overflow-x: hidden;
}
.cs_btn:hover {
  background: #fff;
  color: #c40b0a;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
header.header_main {
  background: #fff;
}
#navbarSupportedContent {
  justify-content: end;
  width: 80%;
}
#menu .upper_header_row button {
  background: #b21311;
  background: linear-gradient(
    -90deg,
    rgba(178, 19, 17, 1) 0%,
    rgba(211, 3, 4, 1) 100%
  );
  border-radius: 50px;
  border: 0;
  font-size: 15px;
  padding: 10px 20px;
}
#menu nav.navbar ul.navbar-nav li.nav-item a {
  font-family: "Metropolis";
  color: #cf1f25;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
}
li.nav-item.EnquireNow a.nav-link {
  background: #fff;
  color: #ff0a00 !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
}
#menu nav.navbar ul.navbar-nav li.nav-item a.active {
  color: #fff;
  font-weight: 500;
  border-bottom: 3px solid;
}
#menu nav.navbar ul.navbar-nav li.nav-item:hover a {
  color: #dc3545;
  box-shadow: 0 3px 0 0 #fff;
}
#menu nav.navbar.navbar-expand-lg.navbar-light {
  padding: 0;
}
header.header_main {
  min-height: 86px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
}
li.nav-item.EnquireNow:after {
  content: "";
  box-shadow: 0 0 0 1px #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 5px;
  right: -7px;
}
li.nav-item.EnquireNow {
  position: relative;
}
#menu
  nav.navbar
  ul.navbar-nav
  li.nav-item
  ul.dropdown-menu.show
  a.dropdown-item {
  color: #cf1f25;
  border: 0 !important;
  padding-left: 15px;
}
#menu
  nav.navbar
  ul.navbar-nav
  li.nav-item
  ul.dropdown-menu.show
  a.dropdown-item:hover {
  background: #cf1f25;
  color: #fff;
}
#menu nav.navbar.navbar-expand-lg.navbar-light a.navbar-brand.p-0 {width: 15%;transition: 0.7s;margin: 0;}
#hero-slider {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-slider_inner {
    height: 100%;
}
#hero-slider img{width: 100%; height: 100%; object-fit: cover;}
.hero-slider_inner img.banner_img {
  width: 75%;
}
.float_sc {
	font-family: "Metropolis";
    position: absolute;
    top: 60%;
    transform: translate(0%, -50%);
    left: 15px;
    right: 15px;
    max-width: 100%;
    padding: 0px;
    margin: auto;
    text-align: center;
}
.float_sc .sc-title {
    color: #fff;
    text-shadow: 2px 2px 2px #303030;
    margin-bottom: 25px;
}
.float_sc h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 450;
}
.float_sc span {
  color: #00000091;
  font-weight: 500;
  font-size: 50px;
}
.float_sc span strong {
  font-size: 28px;
  margin-right: 10px;
}
.float_sc p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.btn_grp {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
}

.btn_grp a {
  box-shadow: 0 0 0 2px #fff;
  border-radius: 5px;
  transition: 0.7s;
  color: #fff;
  background: #cf1f25;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 16.51px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
}
.btn_grp a:hover {
  transition: 0.7s;
  background: #cf1f25;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
}
.social_links ul li i {
  border-radius: 5px;
  background: #fff;
  width: 30px;
  height: 30px;
  padding: 8px;
  color: red;
}
.social_links ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}
.social_links ul li:first-child {
  margin-left: 0;
}
.social_links {
  color: #fff;
  font-family: "Metropolis";
  margin-top: 0;
  text-align: center;
}
.social_links p {
  text-transform: uppercase;
  margin-bottom: 5px;
}
a.cta_line {
  background: #fff;
  color: #cf1f25 !important;
}
.float_sc p span {
  font-weight: 600;
  font-size: 20px;
}

.header_main.sticky a.navbar-brand.p-0 {
  width: 13% !important;
  transition: 0.7s;
}
.header_main.sticky {
  height: 75px;
}
.sticky {
  z-index: 9;
  position: fixed;
  top: 0;
  width: 100%;
}
button.slick-prev.slick-arrow:before {
  content: "";
  background: url(../../assets/img/pre-arrow.png);
  position: absolute;
  top: 7px;
  left: 4px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
button.slick-next.slick-arrow:before {
  content: "";
  background: url(../../assets/img/next-arrow.png);
  position: absolute;
  top: 7px;
  left: 4px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.below_slider {
  padding: 75px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.below_sliders {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.pt-10 {
  padding-top: 80px !important;
}
.below_slider_img_icon {
  position: relative;
}
.below_slider_box a i {
  background: #fff;
  font-size: 35px;
  color: #bf0d0c;
  border-radius: 100%;
  width: 29px;
  height: 30px;
  transition: 0.7s;
}
.below_slider_box a {
  position: absolute;
  top: -15px;
  right: 10px;
}
.below_slider_box h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20.83px;
}
.below_slider_box:hover {
  border-radius: 5px;
  background: transparent;
  transition: 0.7s;
  color: #000;
  border: 2px solid #cc1316;
}
.below_slider_box {
  overflow: hidden;
  transition: 0.7s;
  padding: 30px !important;
  border-radius: 5px;
  background: #cc1316;
  transition: 0.7s;
  color: #fff;  
}
.below_slider_box:hover .below_slider_img_icon a i {background: #cc1316;color: #fff;transition: 0.7s;}
.below_slider_img_icon img {width: 100%;/*filter: grayscale(1);*/transition: 0.7s;}
.below_slider_box:hover .below_slider_img_icon img {/*filter: unset;*/transition: 0.7s;}
.about_us_main span {font-size: 42.49px;font-family: "Metropolis";font-weight: 600;}
.below_slider_box .btn_grp a {position: unset;margin-top: 20px;box-shadow: 0 0 0 1px;color: #fff;background: transparent;}
.below_slider_box .btn_grp a:hover {box-shadow: 0 0 0 1px;color: #cc1316;background: #fff;}
.below_slider_box .btn_grp {position: relative;}
.below_slider_box:hover .btn_grp {bottom: 0;justify-content: center;}
.below_slider_box:hover .btn_grp a {box-shadow: 0 0 0 2px #cc1316;color: #000;}


.projects {
  padding: 33px 0;
  font-family: "Metropolis";
  font-weight: 600;
  background: #cc1316;
  color: #fff;
}
.projects ul li {
  text-align: center;
  list-style: none;
}
.projects ul li p {
  font-size: 24.12px;
  margin-bottom: 0;
}
.projects ul li h2 {
  margin-bottom: 0;
  font-size: 59.15px;
}
.projects ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#academic_excellence
  .academic_excellence.slick-initialized.slick-slider
  button.slick-prev.slick-arrow {
  font-size: 0;
  border: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: -35px;
  box-shadow: 0 0 15px 3px #00000078;
}
#academic_excellence
  .academic_excellence.slick-initialized.slick-slider
  button.slick-next.slick-arrow {
  font-size: 0;
  border: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: -35px;
  box-shadow: 0 0 15px 3px #00000078;
}
button.slick-prev.slick-arrow:before {
  content: "";
  background: url(../../assets/img/pre-arrow.png);
  position: absolute;
  top: 7px;
  left: 4px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
button.slick-next.slick-arrow:before {
  content: "";
  background: url(../../assets/img/next-arrow.png);
  position: absolute;
  top: 7px;
  left: 4px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
#academic_excellence .slick-slide img {
  width: 100%;
  padding: 3px;
  filter: grayscale(1);
  transition: 0.7s;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}
#academic_excellence .slick-slide:hover img {
  filter: unset;
  transition: 0.7s;
}
#academic_excellence .slick-slide {
  margin: 0 10px;
  position: relative;
}
#academic_excellence
  .academic_excellence.slick-initialized.slick-slider
  button.slick-arrow:hover:before {
  filter: invert(1);
}
#academic_excellence
  .academic_excellence.slick-initialized.slick-slider
  button.slick-arrow:hover {
  background: red;
  background: #fff;
}
#academic_excellence .slick-slide h3 {
  margin-top: 20px;
  transition: 0.7s;
  font-family: "Trajan Pro";
  font-weight: 500;
  font-size: 25px;
  color: #ca080b;
  text-transform: uppercase;
  padding: 5px 15px;
  font-family: Roboto, sans-serif;
}
#academic_excellence .slick-slide:hover h3 {
  transition: 0.7s;
  color: #000;
}
#academic_excellence .slick-slide p {
  font-size: 15.5px;
  font-weight: 100;
  padding: 5px 15px 30px;
}
.academic_excellence .slick-track {
  padding: 25px 0;
}
.academic_excellence_box_content_inner {
  text-align: center;
}
#academic_excellence h2.sc-title {
  font-size: 65px;
  color: #fff;  
}
.academic_excellence_box_content_inner .btn_grp {
  justify-content: space-evenly;
}
.academic_excellence_box_content .btn_grp {
  justify-content: space-evenly;
}
.map {background: #cc1316;}

.education_work_main_box_left ul li span {
  font-size: 12.5px;
  color: #746b6b;
  position: relative;
  left: -25px;
}
.education_work_main_box_left ul {
  padding: 0;
}
.education_work_main_box_left ul li {
  list-style: none;
  position: relative;
  margin: 40px 0;
}
.education_work_main_box_left ul li h4 {
  font-size: 20.83px;
  font-weight: 500;
  text-transform: capitalize;
  width: 120px;
}
.education_work_1 {
  padding: 100px 0 !important;
  background: #000000a6 url(../../assets/img/banner1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-blend-mode: overlay;
}
.education_work_2 {
  padding: 100px 0 !important;
  background: #000000a6 url(../../assets/img/banner_animado_2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-blend-mode: overlay;
}
.education_work_3 {
  padding: 100px 0 !important;
  background: #000000a6 url(../../assets/img/banner_animado_3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-blend-mode: overlay;
}
.education_work h2.sc-title {
  font-size: 54.17px;
}
.education_work_main_box_left ul li a {
  text-decoration: none;
  color: #c30b0a;
}
.education_work_parallax,
.education_work_parallax span,
.education_work_parallax a {
  color: #fff !important;
}
.education_work_main_box_left ul li.big_heading a h4 {
  font-size: 36px;
}
.education_work_main_box_left ul li.big_heading span {
  font-size: 26px;
  box-shadow: 0 0 0 1px #fff;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: -15px;
}
#scrolling_edution {
  height: 600px;
  overflow-y: scroll;
}
#scrolling_edution::-webkit-scrollbar {
  width: 0;
}
#scrolling_edution::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
#scrolling_edution::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
#scrolling_edution::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
#hear_from_our_community h2 {
  font-size: 54.17px;
}
#hear_from_our_community
  .slick-initialized.slick-slider
  button.slick-prev.slick-arrow {
  font-size: 0;
  border: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: -35px;
  box-shadow: 0 0 15px 3px #00000078;
}
#hear_from_our_community
  .slick-initialized.slick-slider
  button.slick-next.slick-arrow {
  font-size: 0;
  border: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: -35px;
  box-shadow: 0 0 15px 3px #00000078;
}
.hear_from_our_community_item_inner {
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  padding: 20px;
  align-items: center;
}
.hear_from_our_community_item .hear_from_our_community_content {
  width: 50%;
  padding: 50px 0 0 20px;
}
.hear_from_our_community_item .hear_from_our_community_img-and-heading img {
  width: 100%;
}
#hear_from_our_community ul#myTab {
  justify-content: center;
}
#hear_from_our_community ul#myTab li button:hover {
  color: #cf1f25;
  border: 0;
  border-bottom: 2px solid #cf1f25;
}
#hear_from_our_community ul#myTab li button.active {
  color: #cf1f25;
  border: 0;
  box-shadow: none !important;
  border-bottom: 2px solid #cf1f25;
}
#hear_from_our_community ul#myTab li button {
  color: #3e3e3e;
  font-size: 20.83px;
  border: 0;
}
.hear_from_our_community_item .hear_from_our_community_content a {
  border-radius: 5px;
  width: 70%;
  text-align: center;
  line-height: 30px;
  background: #cf1f25;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  font-family: "Metropolis";
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
}
.hear_from_our_community_item .hear_from_our_community_content p {
  line-height: 24.08px;
  font-size: 15px;
  font-style: italic;
}
.hear_from_our_community_box-heading {
  background: #fff;
  padding: 30px;
  position: relative;
  bottom: 78px;
  width: 70%;
  margin: 0 auto;
  box-shadow: 0 0 15px 5px #00000063;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hear_from_our_community_box-heading p {
  margin-bottom: 0;
  width: 75%;
  color: #5a4e4e;
  font-family: "Metropolis";
}
.hear_from_our_community_box-heading h5 {
  color: #cf1f25;
  font-size: 16.67px;
  font-family: "Trajan Pro";
  font-weight: 400;
}
#hear_from_our_community button.slick-prev.slick-arrow:before {
  height: 44px;
  width: 44px;
  background: url(../../assets/img/pre-arrow-gold.png);
}
#hear_from_our_community button.slick-next.slick-arrow:before {
  height: 44px;
  width: 44px;
  background: url(../../assets/img/next-arrow-gold.png);
}
#hear_from_our_community button {
  box-shadow: none !important;
  box-shadow: none !important;
}
#academic_excellence button.slick-prev.slick-arrow:before {
  height: 44px;
  width: 44px;
  background: url(../../assets/img/pre-arrow-gold.png);
}
#academic_excellence button.slick-next.slick-arrow:before {
  height: 44px;
  width: 44px;
  background: url(../../assets/img/next-arrow-gold.png);
}
#academic_excellence button {
  box-shadow: none !important;
  box-shadow: none !important;
}
footer {
  font-family: "Metropolis";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cc1316;
}
.footer-logo img {max-width: 100%;}
.footer-logo {position: relative;/*top: -110px;*/}
.footer-nav li {
  list-style: none;
  display: inline;
}
.footer-nav a {
  text-decoration: none;
  color: #fff;
  padding: 5px 22px;
  font-family: "Metropolis";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14.58px;
}
.footer-nav ul {
  margin: 0 auto;
  display: inline-block;
  padding: 0;
  font-size: 20px;
}

.footer-row.footer-row-lower.text-center {
  padding-bottom: 15px;
  border-bottom: 1px solid #ff6464;
}
.footer-nav a:hover {
  text-decoration: underline;
  color: #000;
}
footer p {
  color: #fff;
  font-size: 18.83px;
  margin-bottom: 0;
}
.icon-contact {
  display: flex;
  flex-direction: column;
}
.footer-row-address-inner {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.icon-contact figure {
  margin-right: 15px;
  margin-bottom: 0;
}
.social-media a:last-child figure {
  margin-right: 0;
}
.footer-row.footer-row-address {
  border-bottom: 1px solid #ff6464;
  padding: 20px 0;
}
.copy-right p {
  font-size: 14.58px;
}
.copy-right ul li a {
  color: #fff;
  font-size: 14.58px;
  padding: 0 10px;
  border-right: 1px solid #fff;
  text-decoration: none;
}
.copy-right ul {
  padding: 0;
  margin: 0;
}
.copy-right ul li {
  float: left;
  list-style: none;
}
.copy-right {
  padding: 15px 15px 0pc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ff6464;
  margin-top: 20px;
}
.copy-right ul li a:hover {
  color: #000;
}
.footer-row-address-inner .icon-contact .social_links {
  position: unset;
}
button.btn.btn-primary {
  background: #cf1f25;
  border: #cf1f25;
}
section.inner-banner {
  height: 550px;
  overflow: hidden;
  margin-bottom: 30px;
}
section.SolutionsFit {
  padding: 30px 0;
  margin-top: 30px;
  background: #ffede7;
}
section.SolutionsFitcolor {
  padding: 30px 0;
}
.Solutions-head {
  margin-bottom: 40px;
}
.Solutions-head h2 {
  color: #cf1f25;
  font-size: 32px;
  font-family: "Roboto";
}
.Solutions-boxs {
  box-shadow: 4px 4px 15px #000;
  border-radius: 48px 8px;
  height: 100%;
  border: 1px solid #e2e2e2;
  padding: 30px 20px;
  background: #fff;
}
.Solutions-boxs h3 {
  color: #cf1f25;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Roboto";
}
.cookies-info p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
}
.cookies-info {
  position: fixed;
  bottom: 2vw;
  right: 3vw;
  background: #fff;
  padding: 72px 33px 34px 41px;
  width: 34vw;
  box-shadow: 5px 10px 30px #c00;
  border-radius: 10px;
  z-index: 999;
}
button.btn.btn-secondary.bg-light.close-info {
  color: #cf1f25;
  border: 1px solid #cf1f25;
}
button.btn-close.close-info {
  position: relative;
  top: -56px;
  right: 0;
  float: right;
}
.Phone_no .countrycode {
  width: 33%;
  display: inline-block;
  padding: 1px;
  margin: 0 1%;
  height: 38px !important;
  padding: 0 6px;
}
.Phone_no .mobile_no {
  width: 63%;
  display: inline-block;
}
.Programs-sec label {
  display: block;
}
.Programs-sec .form-group {
  margin-bottom: 20px;
}
.navbar-brand img {max-width: 100%;}
.high_schl_sc .below_slider_box {
  box-shadow: 0 0 15px 10px #00000024;
  border-radius: 10px;
}
#enquireModal .modal-dialog.modal-dialog-with {
  max-width: 1000px;
}
#enquireModal .row {
  margin-bottom: 15px;
}
#enquireModal .modal-dialog.modal-dialog-with {
  max-width: 85%;
  margin: 0 auto;
}
#enquireModal {
  padding-right: 0 !important;
}
#enquireModal .row .form-group {
  margin-bottom: 15px;
}
#enquireModal .row .form-group:last-child {
  margin-bottom: 0;
}

.why-maple-text a {
  border: 2px solid #cf1f25;
  padding: 8px 34px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background: #cf1f25;
}
.flex_center {
  display: flex;
  align-items: center;
}
.hear_from_our_community_img-and-heading {
  position: relative;
}
.hear_from_our_community_img-and-heading h3 {
  z-index: 9;
  background: #fff;
  position: absolute;
  bottom: 0;
  min-height: 40px;
  padding: 10px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 60%;
  text-align: center;
  box-shadow: 0 0 10px 3px #0000002b;
  font-size: 24px;
}
div#myTabContent .slick-list {
  padding: 35px 0;
}
#scrolling_edution .education_work {
  padding: 60px 0 !important;
}
.why-maple-sec h2.sc-title {
  text-transform: uppercase;
  font-size: 30px;
}


.footer h3 {font-family: Roboto, sans-serif;color: #fff;font-size: 23px;}
.f_item {margin: 10px 0;}
.f_item a {text-decoration: none;display: flex;align-items: center;gap: 15px;}
.ftext {width: 33px;height: 33px;display: flex;border: 1px solid #fff;border-radius: 100%;text-align: center;vertical-align: middle;color: #fff;align-items: center;justify-content: center;}
.ficon {color: #fff;text-decoration: none;}
.ficon {width: 88%;}
.ftext i.fa.fa-envelope {font-size: 15px;}
















@media (min-width: 992px) {
  footer .footer-container .social-media.mobile-only {
    display: none;
  }
}
@media (max-width: 1199px) {
  #scrolling_edution .education_work {
    padding: 60px 30px !important;
  }
}
@media (max-width: 991px) {

  .education_work_main_box_left ul li span {
    left: 0;
  }
  #menu nav.navbar.navbar-expand-lg.navbar-light {
    padding: 5px 10px;
  }
  #navbarSupportedContent {
    padding-top: 15px;
  }
  .float_sc {
    max-width: unset;
    width: 100%;
    transform: translate(-50%, 0%);
    left: 50%;
    padding: 20px;
    text-align: center;
    bottom: 0;
    top: unset;
  }

  .below_slider {padding: 50px 0 !important;}
  .below_slider_box {
    padding: 10px !important;
    margin-bottom: 30px;
  }
  .copy-right {
    flex-direction: column;
  }
  #hear_from_our_community .slick-initialized.slick-slider button.slick-next.slick-arrow {right: -10px;}
  section.inner-banner {height: unset;margin-bottom: 20px;}
}
@media (max-width: 767px) {
  #academic_excellence
    .academic_excellence.slick-initialized.slick-slider
    button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 99;
  }
  #academic_excellence
    .academic_excellence.slick-initialized.slick-slider
    button.slick-next.slick-arrow {
    right: 10px;
    z-index: 999;
  }

  #hear_from_our_community
    .slick-initialized.slick-slider
    button.slick-next.slick-arrow {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  #hear_from_our_community
    .slick-initialized.slick-slider
    button.slick-prev.slick-arrow {
    width: 20px;
    height: 20px;
    left: -16px;
  }
  #hear_from_our_community .nav-link {
    display: block;
    padding: 0.5rem;
  }
  .header_main .navbar-light .navbar-toggler {
    color: red;
    border-color: rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0;
    margin-right: 15px;
  }
  .projects ul li h2 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .projects ul li p {
    font-size: 14px;
    margin-bottom: 0;
  }
  ul.navbar-nav.mb-2.mb-lg-0.w-100 {
    padding: 15px;
  }
  .cookies-info {
    bottom: 0;
    right: inherit;
    padding: 60px 15px 15px;
    width: 100%;
  }
  .cookies-info p {
    margin-bottom: 14px;
  }
  header.header_main {
    height: auto;
  }
  .hero-slider_inner img.banner_img {
    width: 100%;
  }
  .float_sc h2 {
    font-size: 25px;
  }

  .sc-title {
    font-size: 26.33px;
  }
  .w-75 {
    width: 100% !important;
  }
  .below_slider {
    padding: 40px 0 0 !important;
  }
  .below_slider_box {
    padding: 15px !important;
  }
  #academic_excellence h2.sc-title {
    font-size: 26px;
  }
  .academic_excellence_box_content_iner img {
    width: 100%;
  }
  .our-schools-sec .col-md-6 {
    margin-bottom: 15px;
  }
  .education_work h2.sc-title {
    font-size: 26px;
  }
  .education_work_main_box_left ul li span {
    left: 0;
  }
  #hear_from_our_community h2 {
    font-size: 26px;
  }
  #hear_from_our_community_item_inner {
    width: 100% !important;
    display: inherit !important;
    justify-content: space-between;
    padding: 20px;
  }
  .hear_from_our_community_item .hear_from_our_community_img-and-heading {
    width: 100% !important;
  }
  .hear_from_our_community_box-heading {
    background: #fff;
    padding: 8px;
    position: relative;
    bottom: inherit;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 15px 5px #00000063;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .hear_from_our_community_item .hear_from_our_community_content {
    width: 100%;
    padding: 10px 0 0 10px;
  }
  .footer-nav li {
    list-style: none;
    display: inline-block;
  }
  .footer-nav a {
    text-decoration: none;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
  }
  .icon-contact figure {
    margin-right: 3px;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .copy-right {
    padding: 15px 15px 0pc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ff6464;
    margin-top: 20px;
  }
  .copy-right ul li a {
    padding: 0 5px;
  }
  .academic_excellence .slick-slide h3 {
    margin-top: 10px;
    font-size: 20px;
    padding: 5px 3px;
  }
  .investment_details p {
    padding: 0 !important;
  }
  .destinations_boxs ul.nav.nav-tabs li.nav-item {
    display: inline-block !important;
    padding: 0 4px !important;
  }
  .destinations_boxs ul.nav.nav-tabs li.nav-item a.nav-link {
    font-size: 18px !important;
  }
  .col-md-2.pisa_icon {
    text-align: center;
  }
  .pisa_icon img.img-fluid {
    width: 120px;
  }
  section.SolutionsFitcolor {
    padding: 0 0 30px !important;
    margin-top: 0;
  }
  .h-100.d-flex.flex-column.justify-content-center.p-5 {
    padding: 15px !important;
  }
  a.cta_line {
    margin-right: 0;
  }
  .float_sc span {
    font-size: 25px;
  }
  #enquireModal .modal-dialog.modal-dialog-with {
    max-width: 90%;
  }
  .footer-row.footer-row-upper {
    max-height: 35px;
  }

  .hear_from_our_community.about_us_main {
    margin-bottom: 25px !important;
  }
  .map {
    padding-top: 30px !important;
  }
  .map h2.sc-title {
    margin-bottom: 15px !important;
  }
  .education_work {
    padding: 20px 0 !important;
  }
  .education_work_main_box_left ul li h4 {
    font-size: 18.83px;
    width: 100%;
  }
  .education_work_main_box_left ul li.big_heading a h4 {
    font-size: 30px;
    width: 100%;
  }
  .education_work_main_box_right p {
    font-size: 18px !important;
  }
  .education_work_main_box_left ul li {
    margin: 30px 0;
  }
  #academic_excellence .slick-slide p {
    padding: 5px 15px 0;
  }
  #academic_excellence button {
    display: none !important;
  }
  .academic_excellence .slick-track {
    padding: 0 0 30px;
  }
  .about_us_main.mb-5 {
    margin-bottom: 20px !important;
  }
  .pt-10 {
    padding-top: 0 !important;
  }
  #below_slider .col-md-4.pt-5 {
    padding-top: 0 !important;
  }
  .why-maple-text {
    padding: 25px 5px;
  }
  .why-maple-sec .row.flex_center:nth-child(even) {
    flex-direction: column-reverse;
  }
  .banquet_content iframe {
    height: unset;
    margin: 30px 0 20px;
  }

  #hero-slider {

  height: 50vh;
}
}
@media (max-width: 480px) {
  .hero-slider_btn a {
    margin-right: 10px;
    font-size: 11px;
    padding: 5px;
  }
  footer p {
    font-size: 16px;
  }
  .float_sc h2 {
    font-size: 18px;
  }
  .float_sc span {
    font-size: 18px;
  }
  #scrolling_edution .education_work {
    background-attachment: unset;
  }
  #hear_from_our_community button.slick-prev.slick-arrow:before {
    height: 30px;
    width: 30px;
    background-size: cover;
  }
  #hear_from_our_community button.slick-next.slick-arrow:before {
    height: 30px;
    width: 30px;
    background-size: cover;
  }
  #hear_from_our_community
    .slick-initialized.slick-slider
    button.slick-next.slick-arrow {
    right: 20px;
    background: transparent;
  }
  #hear_from_our_community
    .slick-initialized.slick-slider
    button.slick-prev.slick-arrow {
    left: 0;
    z-index: 1;
    background: transparent;
  }
  #hear_from_our_community ul#myTab li button {font-size: 14px;}
  div#myTabContent .slick-list {padding: 0 0 50px;}
  .hear_from_our_community_img-and-heading h3 {transform: translate(-50%, 80%);width: 70%;font-size: 14px;}
  .float_sc p {font-size: 20px;line-height: 1.2;}
  #menu nav.navbar.navbar-expand-lg.navbar-light a.navbar-brand.p-0 {width: auto;max-width: 190px;}
  .hero-slider_inner video {height: 36vh;width: 100%;object-fit: cover;object-position: center;}
}
