body {
  margin: 0;
  padding: 0;
  counter-reset: section;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  color: #35353f;
  line-height: 1.4 !important;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "industry", sans-serif;
  color: #35353f;
}

h1 {
  font-size: 60px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

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

svg {
  max-width: 100%;
}

input:focus,
select:focus-visible,
textarea:focus-visible {
  outline: none !important;
  outline-box-shadow: none !important;
}

::-moz-selection {
  background-color: #35353f;
}

::selection {
  background-color: #35353f;
}

:focus {
  outline: none !important;
}

path {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a {
  text-decoration: none;
  color: #35353f;
}

a:focus {
  outline: none;
}

a:hover {
  color: #eacca8;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a:visited {
  color: inherit;
}

a.btn {
  color: #ffffff;
}

p {
  margin-top: 0;
  line-height: 1.4;
}

p:empty {
  display: none;
}

.f-300 {
  font-weight: 300;
}

.padding-sec {
  padding: 70px 0;
}

a.btn,
.btn {
  background-color: #eacca8;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "industry", sans-serif;
  width: auto;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  color: #35353f;
  z-index: 9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a.btn:hover,
.btn:hover {
  background-color: #35353f !important;
  color: #eacca8;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a.btn svg,
.btn svg {
  margin-left: 10px;
}

a.btn:before,
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  left: 0;
  border-right: 55px solid transparent;
  border-bottom: 55px solid #35353f;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a.btn:hover:before,
.btn:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a.btn-border {
  border: 1px solid #35353f;
  background-color: transparent;
  color: #35353f;
  border-radius: 0;
  padding: 0 10px !important;
  text-transform: uppercase;
  margin-top: 10px;
}

a.btn-border:hover {
  background-color: #35353f;
  color: #eacca8;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

li {
  list-style: none;
}

.disk-list {
  padding-left: 20px;
}

.disk-list li {
  list-style-type: disc;
}

.number-list {
  padding-left: 20px;
}

.number-list li {
  list-style-type: decimal;
}

main {
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.my-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

a.text-white,
.text-white {
  color: #ffffff;
}

.primary-bg {
  background-color: #35353f;
}

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

.text-right {
  text-align: right;
}

.bg-white {
  background-color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: bold;
}

section {
  position: relative;
  z-index: 1;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group textarea.form-control {
  height: 140px;
  resize: none;
}

.form-group label {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.form-group .form-control {
  width: 100%;
  border: 1px solid;
  display: block;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 15px;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}

.form-group .form-control::-webkit-input-placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group .form-control::placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group select {
  background: #ffffff url(../images/dark_down_arrow.svg) no-repeat 97% center/16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group .btn {
  font-size: 16px;
  padding: 15px 45px;
}

.form-group .custom__file-input {
  opacity: 0;
  display: none;
}

.form-group .custom__file {
  position: relative;
}

.form-group .custom__file .file-custom-button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  padding: 26px 75px;
}

a.btn-arrow,
.btn-arrow {
  padding: 10px 20px;
  padding-left: 25px;
}

a.btn-arrow:hover svg path,
.btn-arrow:hover svg path {
  stroke: #eacca8;
}

.mc__student--name h6,
.mc__team--name h6 {
  line-height: 1.4;
}


@media (max-width: 1280px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .row {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .form-group {
    margin-bottom: 15px;
  }

  .form-group .form-control {
    font-size: 14px;
    padding: 15px 20px;
  }

  .form-group .custom__file .file-custom-button {
    font-size: 14px;
    padding: 14px 20px;
    height: 53px;
  }

  .form-group .custom__file .file-custom-text {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  a.btn,
  .btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .cIcon-list li {
    background-size: 12px;
    padding-left: 20px;
  }

  br {
    display: none;
  }
}

@media (max-width: 480px) {
  .cIcon-list li {
    background-size: 12px;
    padding-left: 20px;
  }

  br {
    display: none;
  }
}

.mc__bottom--bg {
  background-image: url(../image/bottom-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  z-index: -1111;
}

@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .form-group textarea.form-control {
    height: 150px;
  }

  .form-group select {
    background-size: 14px;
  }

  a.btn,
  .btn {
    font-size: 12px;
  }

  a.btn svg,
  .btn svg {
    margin-left: 8px;
    width: 14px;
    height: 14px;
  }
}

.foottext a {
  display: inline-flex;
  align-items: center;
}

.foottext a img {
  margin-right: 5px;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #241f45;
  -webkit-box-shadow: 0 0 0px 1000px #transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-weight: 600;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #e7413f !important;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #e7413f !important;
}

input.error::-ms-input-placeholder,
textarea.error::-ms-input-placeholder {
  color: #e7413f !important;
}

input.error::placeholder,
textarea.error::placeholder {
  color: #e7413f !important;
}

.checkbox_error.error,
.l_error-msg,
.error {
  color: #e7413f !important;
}

.api_ask_success_msg {
  color: #226311;
  font-size: 18px;
}

@media (max-width: 991px) {

  a.btn-arrow,
  .btn-arrow {
    padding-right: 50px;
  }
}

.mc__herosection {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mc__herosection:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(84, 84, 84, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(84, 84, 84, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -111;
}

.mc__herosection .row {
  position: relative;
  height: 100%;
}

.mc__herosection .mc__hero--text {
  position: absolute;
  top: 53%;
  left: 0;
  z-index: 1111;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 20px;
}

.mc__herosection .mc__text {
  font-size: 24px;
}

.mc__herosection .mc__main-text {
  font-size: 76px;
  line-height: 0.8;
}

.mc__pagecontrol {
  padding-bottom: 140px;
}

.mc__pagecontrol .row {
  position: relative;
}

.mc__pagecontrol .mc__tabs {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

.mc__pagecontrol ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mc__pagecontrol ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/4 - 30px);
  flex: 0 0 calc(100%/4 - 30px);
  max-width: calc(100%/4 - 30px);
}

.mc__pagecontrol .mc__tabblock {
  background-color: #35353f;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc__pagecontrol .mc__tabblock .mc__heading h5 {
  color: #eacca8;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
}

.mc__pagecontrol .mc__tabblock .mc__current-show {
  display: none;
}

.mc__pagecontrol .mc__tabblock .image {
  display: flex;
  min-height: 110px;
}

.mc__pagecontrol ul li.mc__current--tab .mc__tabblock,
.mc__pagecontrol ul li:hover .mc__tabblock {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc__pagecontrol ul li.mc__current--tab .mc__current-show,
.mc__pagecontrol ul li:hover .mc__current-show {
  display: block;
}

.mc__pagecontrol ul li.mc__current--tab .image .mc__default-show,
.mc__pagecontrol ul li:hover .image .mc__default-show {
  display: none;
}

.mc__pagecontrol ul li.mc__current--tab .mc__heading h5,
.mc__pagecontrol ul li:hover .mc__heading h5 {
  color: #35353f;
}

.mc__tab-content {
  display: none;
}

.mc__tab-content.current {
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding-top: 120px;
}

@media (max-width: 1199px) {
  .mc__pagecontrol ul li {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/4 - 0px);
    flex: 0 0 calc(100%/4 - 0px);
    max-width: calc(100%/4 - 0px);
  }
}

@media (max-width: 991px) {
  .mc__pagecontrol ul {
    padding: 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mc__pagecontrol ul li {
    padding: 0 10px;
  }

  .mc__pagecontrol ul li .mc__heading {
    display: none;
  }

  .mc__pagecontrol .mc__tabblock {
    min-height: auto;
  }

  .mc__pagecontrol .mc__tabblock .image {
    min-height: auto;
  }

  .mc__tab-content.current {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .mc__pagecontrol .mc__tabs {
    top: -70px;
  }

  .mc__herosection .mc__main-text {
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .mc__pagecontrol .mc__tabs {
    top: -70px;
  }

  .mc__herosection .mc__main-text {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .mc__pagecontrol ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 0px);
    flex: 0 0 calc(100%/2 - 0px);
    max-width: calc(100%/2 - 0px);
    margin-bottom: 15px;
  }

  .mc__tab-content.current {
    padding-top: 140px;
  }
}

/*Current Vaccancies*/
.mc__vacancies--content {
  max-width: 720px;
  margin: 0 auto 100px;
  background-color: #ffffff;
}

.mc__vacancies--content h4 {
  padding-bottom: 1rem;
}

/*student section*/
.mc__student--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 90px;
}

.mc__student--info .mc__student--desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56.5%;
  flex: 0 0 56.5%;
  max-width: 56.5%;
}

.mc__student--info .mc__student--image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
  padding-bottom: 22%;
  margin-right: 30px;
}

.mc__student--info .mc__student--image img {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mc__student--info .mc__student--image:after {
  content: '';
  background-color: #eacca8;
  width: 60%;
  height: 90%;
  position: absolute;
  bottom: 50px;
  right: -30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc__student--info .mc__students--content {
  margin-bottom: 56px;
}

.mc__border-heading {
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}

.mc__border-heading:after {
  content: '';
  width: 145px;
  height: 10px;
  background-color: #eacca8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mc__student--info:nth-child(odd) .mc__student--desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.mc__student--info:not(:nth-child(2)) .mc__student--image img {
  top: 0;
}

.mc__student--info:not(:nth-child(2)) .mc__student--image:after {
  bottom: -30px;
}

@media (min-width: 992px) {
  .mc__student--info .mc__student--image:hover:after {
    -webkit-transform: translate(-50px, -40px);
    transform: translate(-50px, -40px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .mc__work--info .mc__work--image:hover:after {
    -webkit-transform: translate(-50px, -40px);
    transform: translate(-50px, -40px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.mc__video--content {
  margin-bottom: 75px;
}

.mc__video--content .mc__video--heading {
  max-width: 800px;
  margin: 0 auto;
}

.mc__video--content .mc__video--heading p {
  font-size: 20px;
  font-weight: 500;
}

.mc__video--content .mc__video--heading p:after {
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 7px;
}

.mc__video--content .mc__video--frame {
  position: relative;
}

.mc__video--content .mc__video--frame .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mc__video--content .mc__video--frame .bg-video:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 111;
}

.mc__video--content .mc__video--frame .bt-play {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/play.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100px;
  width: 100%;
  height: 100%;
  z-index: 1111;
}

.mc__video--content .mc__video--frame .bt-play.open {
  z-index: -100;
}

iframe {
  width: 100%;
}

.mc__video--frame.open .bg-video {
  opacity: 0;
  visibility: hidden;
}

.mc__video--frame.open .bg-video:after {
  opacity: 0;
  visibility: hidden;
}

.mc__cta--content {
  background-image: url(/assets/images/AdobeStock_170853781_Preview.jpg);
  background-size: cover;
  padding: 140px 0 60px;
  position: relative;
  margin-bottom: 140px;
  z-index: 40;
}

.mc__cta--content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -21;
}

.mc__cta--content h3 {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .mc__student--info .mc__student--image {
    margin-right: 0;
    margin-left: 20px;
  }

  .mc__student--info .mc__student--image img {
    top: 0;
  }

  .mc__student--info .mc__student--image:after {
    bottom: -20px;
    left: -20px;
  }

  .mc__student--info:not(:nth-child(2)) .mc__student--image:after {
    bottom: -20px;
  }
}

@media (max-width: 767px) {
  .mc__student--info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
  }

  .mc__student--info .mc__student--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mc__student--info .mc__student--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 40px;
    padding-bottom: 35%;
  }

  .mc__cta--content {
    padding: 70px 0;
  }

  iframe {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .mc__student--info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
  }

  .mc__student--info .mc__student--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mc__student--info .mc__student--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 40px;
    padding-bottom: 35%;
  }

  .mc__cta--content {
    padding: 70px 0;
  }

  iframe {
    height: auto;
    width: 100% !important;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 480px) {
  .mc__student--info .mc__student--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    padding-bottom: 55%;
  }
}

.mc__team--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.mc__team--info .mc__team--desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.mc__team--info .mc__team--image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  position: relative;
  padding-bottom: 25%;
  margin-right: 30px;
}

.mc__team--info .mc__team--image img {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mc__team--info .mc__team--image:after {
  content: '';
  background-color: #eacca8;
  width: 90%;
  height: 90%;
  position: absolute;
  bottom: 50px;
  right: -30px;
  z-index: -11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc__team--info .mc__team--content {
  margin-bottom: 56px;
}

@media (min-width: 992px) {
  .mc__team--info .mc__team--image:hover:after {
    -webkit-transform: translate(-50px, -40px);
    transform: translate(-50px, -40px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

/*members section*/
.mc__members--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.mc__members--info .mc__member--image {
  position: relative;
  padding-top: 115%;
}

.mc__members--info .mc__member--image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mc__members--info .mc__member--desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(288px - 20px);
  flex: 0 0 calc(288px - 20px);
  max-width: calc(288px - 20px);
  position: relative;
  margin-bottom: 30px;
}

.mc__members--info .mc__member--name {
  position: absolute;
  bottom: 40px;
  right: 0;
  background-color: #eacca8;
  padding: 12px 10px;
}

.mc__members--info .mc__member--work {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 11111;
  padding: 40px 15px;
  height: 300px;
  overflow: auto;
}

.mc__members--info .mc__member--work::-webkit-scrollbar {
  width: 3px;
}

.mc__members--info .mc__member--work::-webkit-scrollbar-track {
  background: #57575F;
}

.mc__members--info .mc__member--work::-webkit-scrollbar-thumb {
  background: #eacca8;
}

.mc__members--info .mc__member--work::-webkit-scrollbar-thumb:hover {
  background: #eacca8;
}

.mc__members--info .mc__member--work p {
  font-size: 14px;
  line-height: 1.2;
}

.mc__members--info .mc__member--work .mc__proffesion {
  font-family: 'industry';
  font-weight: 600;
  color: #eacca8;
}

.mc__members--info .mc__member--desc:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.mc__members--info .mc__member--desc:hover .mc__member--name {
  display: none;
}

.mc__members--info .mc__member--desc:hover .mc__member--work {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc__members--info .mc__member--desc:not(:nth-child(4n+4)) {
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .mc__members--info .mc__member--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3 - 30px);
    flex: 0 0 calc(100%/3 - 30px);
    max-width: calc(100%/3 - 30px);
  }

  .mc__members--info .mc__member--desc:nth-child(4n+4) {
    margin-right: 25px;
  }

  .mc__members--info .mc__member--desc:not(:nth-child(3n+3)) {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .mc__team--info .mc__team--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-bottom: 35%;
  }

  .mc__team--info .mc__team--image:after {
    bottom: 60px;
    right: -20px;
  }
}

@media (max-width: 480px) {
  .mc__team--info .mc__team--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-bottom: 35%;
  }

  .mc__team--info .mc__team--image:after {
    bottom: 60px;
    right: -20px;
  }
}

@media (max-width: 991px) {
  .mc__members--info .mc__member--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mc__members--info .mc__member--desc:hover:before {
    content: none;
  }

  .mc__members--info .mc__member--image {
    padding-top: 35%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .mc__members--info .mc__member--name {
    display: none;
  }

  .mc__members--info .mc__member--work {
    display: block;
    opacity: 1;
    position: static;
    padding: 0 50px;
    text-align: left;
    height: auto;
  }

  .mc__members--info .mc__member--work p {
    font-size: 16px;
  }

  .mc__members--info .mc__member--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .mc__members--info .mc__member--work h6,
  .mc__members--info .mc__member--work p {
    color: #000000;
  }
}

@media (max-width: 575px) {
  .mc__team--info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mc__team--info .mc__team--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mc__team--info .mc__team--image {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 70%;
  }

  .mc__team--info .mc__team--image img {
    top: 0;
  }

  .mc__team--info .mc__team--image:after {
    bottom: -20px;
  }

  .mc__members--info .mc__member--desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mc__members--info .mc__member--work {
    padding: 10px 0;
  }

  .mc__members--info .mc__member--image {
    padding-top: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mc__members--info .mc__member--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*work section*/
.mc__work--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 90px;
}

.mc__work--info .mc__work--desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}

.mc__work--info .mc__work--image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  position: relative;
  padding-bottom: 22%;
  margin-right: 30px;
}

.mc__work--info .mc__work--image img {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mc__work--info .mc__work--image:after {
  content: '';
  background-color: #eacca8;
  width: 60%;
  height: 90%;
  position: absolute;
  bottom: 50px;
  right: -30px;
  z-index: -11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc__right--border {
  position: relative;
  padding: 10px 260px 10px 30px;
  font-weight: 500;
}

.mc__right--border:before {
  content: '';
  position: absolute;
  background-color: #000000;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
}

@media (max-width: 991px) {
  .mc__work--info .mc__work--image {
    margin-right: 20px;
  }

  .mc__work--info .mc__work--image img {
    top: 0;
  }

  .mc__work--info .mc__work--image:after {
    bottom: -20px;
    right: -20px;
  }

  .mc__right--border {
    padding: 10px 40px;
  }
}

@media (max-width: 767px) {
  .mc__work--info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .mc__work--info .mc__work--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mc__work--info .mc__work--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 40px;
    padding-bottom: 35%;
  }
}

@media (max-width: 480px) {
  .mc__work--info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .mc__work--info .mc__work--desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mc__work--info .mc__work--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 40px;
    padding-bottom: 35%;
  }
}

@media (max-width: 480px) {
  .mc__work--info .mc__work--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    padding-bottom: 55%;
  }

  .mc__right--border {
    padding: 10px 20px;
  }
}

.mc__more--section .mc__heading {
  max-width: 800px;
  margin: 0 auto;
}

.mc__more--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0;
}

.mc__more--content .mc__more--info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 90px);
  flex: 0 0 calc(100%/3 - 90px);
  max-width: calc(100%/3 - 90px);
  padding: 0 35px;
  margin-bottom: 50px;
}

.mc__more--content .mc__more--info .mc__more--image {
  position: relative;
}

.mc__more--content .mc__more--info .mc__more--image:before {
  content: '';
  background-color: #F0F0F0;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -25px;
  right: 50%;
  border-radius: 50%;
  z-index: -1111;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.mc__more--content .mc__more--info .mc__more--image img {
  margin: 40px auto;
  width: 40px;
}

.mc__more--content .mc__more--info .mc__more--desc p {
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 991px) {
  .mc__more--content .mc__more--info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3 - 30px);
    flex: 0 0 calc(100%/3 - 30px);
    max-width: calc(100%/3 - 30px);
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mc__more--content .mc__more--info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 30px);
    flex: 0 0 calc(100%/2 - 30px);
    max-width: calc(100%/2 - 30px);
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .mc__more--content .mc__more--info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 30px);
    flex: 0 0 calc(100%/2 - 30px);
    max-width: calc(100%/2 - 30px);
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .mc__more--content .mc__more--info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .mc__more--content .mc__more--info .mc__more--image:before {
    top: -18px;
    width: 70px;
    height: 70px;
  }

  .mc__more--content .mc__more--info .mc__more--image img {
    margin: 30px auto;
    width: 35px;
  }
}

/*.hero__video{
      position: relative;
      z-index: 1111;
      min-height: 500px;
      width: 100%;
  }*/

/*Modal Popup*/
/* Modal Popup CSS */

.popup-open {
  overflow: hidden;
}

.popup-open .modal {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.59);
  z-index: 1010;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.modal .modal__content {
  max-width: 1170px;
  margin: 1.75rem auto;
  min-height: calc(100% - (1.75rem * 2));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
}

.modal .modal__content .modal__body {
  background-color: #ffffff;
  position: relative;
  padding: 50px 80px;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal .modal-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}

.modal .close__modal {
  position: absolute;
  top: 50px;
  right: 90px;
  text-align: center;
  color: #020203;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}

.modal .close__modal:hover {
  color: #000000;
  transition: all 0.4s ease-in-out;
}

.modal .modal_shape--top {
  position: absolute;
  top: 0;
  right: 100px;
  width: auto;
  height: auto;
}

.modal .modal_shape--bottom {
  position: absolute;
  top: auto;
  bottom: -130px;
  left: 20px;
  right: auto;
}

.modal .modal_shape--bottom img {
  width: 300px;
}

.modal.video-modal .modal__content .modal__body {
  padding: 0;
}

.modal.video-modal .modal__content .modal__body .close__modal {
  top: 10px;
  right: 20px;
  color: #ffffff;
  background-color: #eacca8;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px !important;
}

.modal .cs__video--box {
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.modal .cs__video--box iframe,
.modal .cs__video--box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal .cs__video--box .cs__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  bottom: auto;
  z-index: 9;
}


/* Modal Popup CSS */
.video-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}

.be__video-icon {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  margin-left: -66px;
  margin-top: -66px;
}

.cs__play-button[data-click="1"] .play_icon {
  display: none;
}

.play_icon {
  width: 70px;
}

.cs__play-button[data-click="0"] .pause_icon {
  display: none;
}

.mc__student--comment p:before,
.mc__team--comment p:before {
  content: '';
  background-image: url(http://mcquillancompanies.com/wp-content/uploads/2022/05/quote-66.png);
  background-size: 20px;
  background-repeat: no-repeat;
  filter: opacity(0.2);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: -10px;
}

.mc__student--comment p,
.mc__team--comment p {
  position: relative;
}

.mc__student--comment p:after,
.mc__team--comment p:after {
  content: '';
  background-image: url(http://mcquillancompanies.com/wp-content/uploads/2022/05/quote-99.png);
  background-size: 20px;
  background-repeat: no-repeat;
  filter: opacity(0.2);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 0px;
}

/*04-05-2022*/
.page__wrapper {
  padding-top: 140px;
}

@media (max-width: 480px) {
  .page__wrapper {
    padding-top: 110px;
  }
}


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



/* ---------------------
   Our Goals Block CSS start
-----------------------*/

.mc__goals--block {
  background-color: #EACCA8;
  padding: 70px 0;
}

.mc__our--goals h5 {
  font-size: 18px;
  margin-bottom: 25px;
}

.mc__our--goals p {
  font-size: 24px;
}

.mc__goals--con {
  display: flex;
  justify-content: space-between;
}

.mc__goals--con>div {
  max-width: calc(100%/3 - 6%);
  flex: 0 0 calc(100%/3 - 6%);
  position: relative;
  /*padding-bottom: 30px;*/
}

.mc__our--goals p {
  line-height: 1.4;
}

.mc__our--goals:not(:last-child):before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background: #35353F;
  right: -40px;
}

@media(max-width:1280px) {
  .mc__our--goals p {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media(max-width:767px) {
  .mc__goals--con {
    flex-direction: column;
  }

  .mc__goals--con>div {
    max-width: calc(100% - 0%);
    flex: 0 0 calc(100% - 0%);
    padding-bottom: 50px;
  }

  .mc__our--goals:not(:last-child):before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 24px;
  }

  .mc__our--goals h5 {
    margin-bottom: 15px;
  }
}

/* ---------------------
   Our Goals Block CSS End
-----------------------*/

.mc__about_us--heading {
  color: #EACCA8;
  margin-bottom: 10px;
}

.about_video .mc_mp4 {
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}

.about_video .mc_mp4 video,
.about_video .mc_mp4 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_video {
  padding: 100px 0;
  background: #35353F;
}

@media(max-width:991px) {
  .about_video {
    padding: 60px 0;
  }
}

.banner_sub_title {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.banner_sub_title h4 span {
  display: block;
}

.banner_sub_title h4 {
  border-left: 5px solid #EECAA1;
  padding-left: 9px;
  text-transform: capitalize;
}

@media(max-width:575px) {
  .banner_sub_title {
    bottom: 20px;
  }

}

section.mc__students>h4 {
  text-align: center;
  padding-top: 40px;
  padding-inline: 15px;
}

/* ----------------------
    News Block Css Start
---------------------------*/

html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.mc__news--content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mc__news--img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mc__news--img {
  position: relative;
  /*padding-top: 30%;*/
  overflow: hidden;
}

.mc__news--content>div {
  max-width: 50%;
  flex: 0 0 50%;
}

.mc__rmore--con {
  padding: 60px 30px 30px 60px;
}

.mc__newsinn--con {
  position: relative;
  background: #35353F;
  color: white;
}

.mc__readmore--btn {
  position: absolute;
  bottom: 35px;
  right: 40px;
}

.mc__readmore--btn a {
  color: #EACCA8;
}

.mc__readmore--btn a svg {
  margin-left: 5px;
}

.mc__rmore--con h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.mc__rmore--con p {
  font-size: 18px;
  font-weight: 400;
}

.mc__readmore--btn a:hover svg {
  right: -8px;
  transition: .3s ease;
}

.mc__readmore--btn a svg {
  position: relative;
  right: 0;
  transition: .3s ease;
}

.mc__rmore--con p {
  padding-bottom: 45px;
}

@media(max-width:991px) {
  .mc__rmore--con {
    padding: 40px 30px 30px 35px;
  }
}

@media(max-width:767px) {
  .mc__news--content {
    flex-direction: column;
  }

  .mc__news--content>div {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /*.mc__news--img {*/
  /*    padding-top: 60%;*/
  /*}*/
}

.mc__rmore--con h2 {
  color: #ffffff;
}

.mc__news--block {
  margin: 70px 0px 20px;
}

/* ----------------------
    News Block Css End
---------------------------*/


/* ---------------------
   Our Goals Block CSS start
-----------------------*/

.mc__goals--block {
  background-color: #EACCA8;
  padding: 70px 0;
}

.mc__our--goals h5 {
  font-size: 18px;
  margin-bottom: 25px;
}

.mc__our--goals p {
  font-size: 24px;
}

.mc__goals--con {
  display: flex;
  justify-content: space-between;
}

.mc__goals--con>div {
  max-width: calc(100%/3 - 6%);
  flex: 0 0 calc(100%/3 - 6%);
  position: relative;
  padding-bottom: 30px;
}

.mc__our--goals p {
  line-height: 1.4;
}

.mc__our--goals:not(:last-child):before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background: #35353F;
  right: -40px;
}

@media(max-width:1280px) {
  .mc__our--goals p {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media(max-width:767px) {
  .mc__goals--con {
    flex-direction: column;
  }

  .mc__goals--con>div {
    max-width: calc(100% - 0%);
    flex: 0 0 calc(100% - 0%);
    padding-bottom: 50px;
  }

  .mc__our--goals:not(:last-child):before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 24px;
  }

  .mc__our--goals h5 {
    margin-bottom: 15px;
  }
}

.mc__athlete--img h1 {
  color: #000000 !important;
}

/* ---------------------
   Our Goals Block CSS End
-----------------------*/


/* ---------------------
   New Post CSS start
-----------------------*/

.mc__newpost--block h1 {
  text-align: center;
  font-size: 48px;
  padding: 30px 6%;
}

/*.mc__athlete--img.mc__news--img {*/
/*    padding-top: 40%;*/
/*}*/

.mc__herosec--bg {
  background: #35353F;
  max-width: 100%;
  width: 100%;
  padding: 12.1% 0;
}

.mc__newpost--block {
  margin-top: -18%;
}

.mc__athteam--img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mc__athteam--img>div {
  max-width: calc(100%/3 - 15px);
  flex: 0 0 calc(100%/3 - 15px);
  margin-bottom: 20px;
}

.mc__athteam--img>div {
  padding-top: 23%;
}

.mc__slider--arrow {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.npost-button-prev,
.npost-button-next {
  text-align: center;
}

.npost-button-prev span,
.npost-button-next span {
  display: block;
  color: #eacca8;
  font-size: 22px;
}

.npost-button-prev svg,
.npost-button-next svg {
  width: 24px;
}

.npost-button-prev,
.npost-button-next {
  cursor: pointer;
}

.npost-button-prev.swiper-button-disabled,
.npost-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.mc__athlete--slider {
  background: #35353F;
  color: white;
  padding: 50px 0 60px;
}

.mc__athlete--slider h3 {
  margin-bottom: 30px;
}

.newpost__slider p {
  padding-right: 50px;
}

@media(max-width:767px) {
  .newpost__slider p {
    padding-right: 0px;
  }

  .npost-button-prev svg,
  .npost-button-next svg {
    width: 20px;
  }

  .npost-button-prev span,
  .npost-button-next span {
    font-size: 20px;
  }

  .mc__athteam--img>div {
    max-width: calc(100%/2 - 15px);
    flex: 0 0 calc(100%/2 - 15px);
    padding-top: 34%;
  }
}

@media(max-width:575px) {
  .mc__athteam--img>div {
    max-width: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
    padding-top: 72%;
  }
}

.mc__newpost--block .mc__left--border p {
  padding: 10px 40px;
  font-size: 25px;
  position: relative;
  font-weight: 400;
}

.mc__newpost--block .mc__outdoor--heading {
  margin: 0 0 25px;
}

.mc__newpost--block .mc__left--border p {
  padding: 0;
  margin: 0;
}

.mc__athlete--slider h3 {
  color: #fff;
}

.news_video {
  padding: 100px 0;
}

.about_video.news_video {
  background: white;
  padding: 50px 0 35px;
}

.mc__athlete--team {
  margin-bottom: 40px;
}

.mc__newpost--block .description strong {
  font-weight: 400;
}

.mc__newpost--block .description h4 {
  margin: 25px 0 20px;
}

.mc__athlete--team>div,
.about_video.news_video>div {
  margin: 0 auto;
  max-width: 80rem;
}

.about_video.news_video .mc_mp4 {
  padding-top: 45%;
}

@media(max-width:991px) {
  .mc__newpost--block h1 {
    font-size: 32px;
  }

  .mc__outdoor--heading .mc__left--border {
    font-size: 22px;
  }
}

@media(max-width:575px) {
  .mc__outdoor--heading .mc__left--border {
    padding-right: 0;
    padding-left: 25px;
  }
}

.mc__athlete--slider h3 {
  font-size: 24px;
}

.mc__herosec--bg {
  padding: 0;
  height: 550px;
}

section.mc__newpost--block {
  margin-top: -360px;
}

/*.mc__athlete--img.mc__news--img {*/
/*    padding: 0;*/
/*}*/

.mc__athlete--img.mc__news--img img {
  position: relative;
}

@media(max-width:991px) {
  .mc__herosec--bg {
    padding: 0;
    height: 300px;
  }

  section.mc__newpost--block {
    margin-top: -150px;
  }

}

@media(max-width:575px) {
  .mc__herosec--bg {
    padding: 0;
    height: 250px;
  }

  section.mc__newpost--block {
    margin-top: -100px;
  }

}

@media(max-width:575px) {

  .news_deatils .npost-button-prev svg,
  .news_deatils .npost-button-next svg {
    width: 24px;
  }
}

/* ---------------------
   New Post CSS End
-----------------------*/

/* ---------------------
   MCQ OUTDOOR CSS End
-----------------------*/

.mcq__outdoor__service .mc__pagecontrol>div {
  max-width: 82rem;
}

.mcq__outdoor__service .mc__pagecontrol .mc__tabs ul li {
  max-width: calc(100%/5 - 15px);
  flex: 0 0 calc(100%/5 - 15px);
}

@media(max-width:1200px) {
  .mcq__outdoor__service .mc__pagecontrol .mc__tabs ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 45px;
  }

  .mcq__outdoor__service .mc__pagecontrol .mc__tabs ul li {
    max-width: calc(100%/3 - 15px);
    flex: 0 0 calc(100%/3 - 15px);
  }
}

@media(max-width:991px) {
  .mcq__outdoor__service .mc__pagecontrol .mc__tabblock {
    min-height: 190px;
  }

  /*	.mcq__outdoor__service .mc__pagecontrol{
		margin-bottom: 40px;
	}*/
}

@media(max-width:767px) {
  .mcq__outdoor__service .mc__pagecontrol .mc__tabs ul {
    justify-content: space-between;
    row-gap: 25px;
  }

  .mcq__outdoor__service .mc__pagecontrol .mc__tabs ul li {
    max-width: calc(100%/2 - 0px);
    flex: 0 0 calc(100%/2 - 0px);
  }
}

@media(max-width:575px) {
  .mcq__outdoor__service .mc__pagecontrol .mc__tabs ul li {
    max-width: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
  }
}

.mcq__outdoor__service .outdoor_touch {
  z-index: -1;
}

.mcq__outdoor__service .mc__outdoor--services .mc__service--content ul {
  flex-direction: column;
  margin-left: 0;
}

.mcq__outdoor__service .mc__main_env--block .mc__outdoor--services .mc__service--content ul li {
  max-width: 100%;
  flex: 0 0 100%;
}

.mcq__outdoor__service .mc__outdoor--services .mc__service--hidden.active ul {
  flex-direction: column;
}

.mcq__outdoor__service .mc__main_env--block .mc__content--wrapper {
  grid-gap: 35px;
}

.mcq__outdoor__service .mc__service--hidden img {
  margin-bottom: 15px;
}

.mcq__outdoor__service .mc__service--hidden.sb_color.active a {
  margin-top: 15px;
}

.mcq__outdoor__service .mc__main_env--block .mc__pagecontrol {
  padding-top: 0;
}

.mcq__outdoor__service .mc__outdoor--services {
  margin-bottom: 30px;
}

@media(max-width:767px) {
  .mcq__outdoor__service .mc__main_env--block .mc__content--wrapper {
    flex-direction: column;
  }

  .mcq__outdoor__service .mc__main_env--block .envi_large {
    max-width: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
  }
}

/* ---------------------
   About page
-----------------------*/


.new_about_content .banner_sub_title h4 {
  color: #EECAA1;
  line-height: 1.2;
  font-weight: 400;
}

.new_about_content .mc__outdoor--heading {
  margin: 50px 0 40px;
}

.new_about_content .mc__outdoor--wrapper h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.new_about_content .about_video>div {
  max-width: 81rem;
}

.new_about_content .mc__student--info .mc__student--image:after {
  z-index: -1;
}

.new_about_content .mc__student--info {
  margin-bottom: 0;
}

.new_about_content section.mc__students .mc__students--content {
  padding-bottom: 0px;
}

.new_about_content .mc__goals--con>div {
  padding-bottom: 0;
}

.new_about_content section.mc__students {
  padding-bottom: 0;
}

@media(min-width:1200px) {
  .new_about_content .mc__goals--con>div:nth-child(2) {
    padding: 0 20px;
  }

  .new_about_content section.mc__students>h4 {
    padding-top: 60px;
  }
}

@media(min-width:992px) {
  .new_about_content .mc__student--info .mc__student--image {
    max-width: 50%;
    flex: 0 0 50%;
    padding-bottom: 31%;
  }

  .new_about_content section.mc__students .mc__students--content:nth-child(even) .mc__student--desc {
    padding-left: 4rem;
  }

  .new_about_content .mc__students--content:nth-child(even) .mc__sun_block {
    padding-left: 43.5rem;
  }

  /*.new_about_content section.mc__students .mc__students--content:nth-child(odd) .mc__student--desc {*/
  /*    padding-right: 7vw;*/
  /*}*/

  @media (min-width: 992px) {
    .new_about_content section.mc__students .mc__students--content:nth-child(odd) .mc__student--desc {
      padding-right: 30px;
    }
  }

  .new_about_content section.mc__students .mc__students--content br {
    display: none;
  }

  .new_about_content .mc__student--info .mc__student--desc {
    flex: 0 0 46%;
    max-width: 46%;
  }

  .new_about_content .mc__student--info .mc__student--image:after {
    width: 47%;
    height: 68%;
    right: -26px;
    bottom: 60px;
  }
}

@media(max-width:991px) and (min-width:768px) {
  .new_about_content .mc__student--info .mc__student--image {
    margin-bottom: 60px;
    margin-top: -70px;
  }
}


@media(max-width:767px) {
  .new_about_content section.mc__students .mc__students--content {
    padding-bottom: 30px;
  }

  .new_about_content .mc__student--info {
    border: 0;
    justify-content: center;
    text-align: center;
  }

  .new_about_content .mc__sun_block {
    justify-content: center;
  }

  .new_about_content .mc__students--content .mc__border-heading:after {
    width: 100%;
  }

  .new_about_content .mc__student--info .mc__student--image {
    margin-bottom: 60px;
    margin-top: 10px;
  }
}

@media(max-width:767px) {
  .new_about_content .mc__goals--con>div {
    padding-bottom: 40px;
  }
}


/** New Post Page CSS Start **/


.mc__newpost--block h1 {
  padding-top: 45px;
}

@media(max-width:991px) {
  .news_deatils .mc__herosec--bg {
    padding: 180px 0 12.1%;
  }
}


/** News Page CSS Start **/

.mc__readmore--btn a {
  display: flex;
  transition: .2s ease;
  text-decoration: underline;
}

.mc__readmore--btn a img {
  position: relative;
  padding-left: 10px;
  transition: .2s ease;
  left: 0;
}

.mc__readmore--btn a:hover img {
  transition: .2s ease;
  left: 8px;
}

.mc__readmore--btn {
  right: 50px;
}

.mc__bottom--bg {
  z-index: -1;
}

.mcq__outdoor__service .outdoor_touch {
  z-index: 1;
}

.mc__main_env--block .mc__cta--section {
  max-width: 84rem;
  margin: 0 auto;
  padding: 80px 15px 8rem;
}

.mc__outdoor.mc__tab-content.current.mc__vacancies {
  position: relative;
  z-index: 9;
}

.mcq__outdoor__service .mc__service--hidden ul li {
  max-width: 100%;
}

/** Single Page css Start **/

.news_deatils .npost-button-prev {
  text-align: left;
}

.news_deatils .npost-button-next {
  text-align: right;
}

.news_deatils .npost-button-prev svg,
.news_deatils .npost-button-next svg {
  width: 33px;
}

.news_deatils p {
  font-size: 18px !important;
}


/** News Page css Start **/

.news_content .mc__herosection--outdoor {
  height: 48vh;
}

.news_content .mc__news--img {
  padding-top: 30%;
}

.news_content .mc__news--block {
  margin: 70px 0px 50px;
}

@media(max-width:767px) {
  .news_content .mc__news--img {
    padding-top: 40%;
  }
}

@media(max-width:575px) {
  .news_content .mc__herosection--outdoor {
    background-position: right 28% center;
  }

  .news_content .mc__rmore--con h2 {
    font-size: 24px;
  }

  .news_content .mc__news--block {
    margin: 40px 0px 20px;
  }
}


/** About Page css Start **/

.new_about_content .mc__herosection--outdoor {
  height: 48vh;
}

.new_about_content .mc__border-heading:after {
  height: 8px;
}

.new_about_content .mc__border-heading {
  padding-bottom: 25px;
}

@media(min-width:1366px) {

  .new_about_content .mc__sun_block,
  .new_about_content .mc__student--desc {
    position: relative;
    top: 60px;
  }
}

@media(max-width:1680px) {
  .new_about_content .about_video>div {
    max-width: 66rem;
  }
}

/* Quality page */

.mcq__job_advisor ul,
.mcq__job_advisor ul li {
  list-style: disc;
  margin: 0 12px;
}

.mcq__job_advisor ul {
  margin-bottom: 20px;
}

@media(max-width:479px) {

  .news_content .mc__herosection--outdoor,
  .new_about_content .mc__herosection--outdoor,
  .mcq__outdoor__service .mc__herosection--outdoor {
    height: 20vh;
    background-position: center center;
  }

  .news_content .mc__herosection--outdoor .mc__hero--text,
  .new_about_content .mc__herosection--outdoor .mc__hero--text,
  .mcq__outdoor__service .mc__herosection--outdoor .mc__hero--text {
    top: 70%;
  }
}

.mcq__outdoor__service h1 {
  text-transform: uppercase;
}

.new_about_content .banner_sub_title h4 {
  font-weight: 600;
}

.new_about_content .mc__our--goals p {
  font-weight: 400;
  font-size: 22px;
}

.new_about_content .mc__outdoor--heading p {
  font-weight: 400;
}

.new_about_content .mc__outdoor--heading p {
  font-size: 18px;
}

.mcq__outdoor__service .mc__main_env--block .mc__outdoor .mc__outdoor--wrapper p:not(p.mc__left--border) {
  font-size: 18px;
}

.news_content .mc__readmore--btn a {
  font-family: "industry", sans-serif;
}

.mcq__outdoor__service .mc__pagecontrol .mc__tabblock .mc__heading h5 {
  font-size: 20px;
}

.mcq__outdoor__service .mc__main_env--block .mc__outdoor--services .mc__service--content ul li {
  font-size: 18px;
}

.news_deatils p {
  font-weight: 400;
}

.news_deatils .mc__newpost--block .description strong {
  font-size: 22px;
  font-weight: 500;
}

.npost-button-prev span,
.npost-button-next span {
  font-style: italic;
}

@media(max-width:991px) {
  .news_deatils .mc__newpost--block .description strong {
    font-size: 18px;
  }

  .news_deatils p {
    font-size: 16px !important;
  }
}

.new_about_content .mc__our--goals p {
  font-family: 'industry';
  font-weight: 600;
  text-transform: uppercase;
}

.mcq__outdoor__service .mc__service--content .envi_large>p {
  font-size: 20px !important;
}

.news_deatils .mc__newpost--block .description strong {
  margin: 24px 0;
  display: block;
  font-style: italic;
}

.news_deatils .mc__newpost--block .description p {
  margin-bottom: 18px;
}

.new_about_content .banner_sub_title h4 {
  font-size: 35px;
}

@media (max-width: 1280px) {
  .new_about_content .banner_sub_title h4 {
    font-size: 20px;
  }
}

.menu>li>a {
  text-wrap: nowrap;
}

@media(max-width:1280px) {
  .menu>li>a {
    padding: 0.7rem 0.5rem;
  }
}

.mcq__outdoor__service .mc__pagecontrol .mc__tabs ul li a {
  display: block;
}


.video-container_youtube,
.video-container_you {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 2rem;
  padding: 2rem; */
  position: relative;

}

.video-container_youtube,
.video-container_you:hover {
  cursor: pointer;
}

.video-container_youtube,
.video-container_you:hover .play-button {
  filter: none;
}

.video-container_youtube,
.video-container_you .image-container {
  width: 100%;
  position: relative;
}

.video-container_youtube,
.video-container_you .image-container img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.play-button {
  width: 68px;
  height: 48px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.video-container_youtube,
.lazy-loading-content.image-container {
  width: 100%;
}

.video-thumbnail {
  max-height: 415px;
  width: 100% !important;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

.embed-responsive {
  width: 100%;
}

.mc__student--data {
  flex: 0 0 35% !important;
  max-width: 35% !important;
  gap: 0;
  display: flex;
  flex-direction: column;
}

.mc__student--data .mc__student--image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 60%;
  margin-right: 30px;
}

/* Start 16/09/2025 */
.mc__student--youtube .video-container_you {
  height: 245.69px;
}

.mc__student--youtube .image-container {
  position: relative;
}

.mc__student--youtube .image-container,
.mc__student--youtube .image-container img {
  height: 100% !important;
}

.mc__student--youtube .image-container img {
  top: 0;
}

.mc__student--image.mc__student--youtube {
  padding-bottom: 0;
}

.mc__student--image.mc__student--youtube:after {
  display: none;
}

@media(max-width: 767px) {
  .mc__student--data {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .video-thumbnail {
    aspect-ratio: 16 / 9;
  }
}

/* End 16/09/2025 */