/* CSS Document by Black meridian */

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   global                                       <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */
html {
  height: 100%;
  min-height: 100%;
  font: 0.625em/1em 'FarnhamDisplay', sans-serif;
  background: none;
}
#wrapper-meet-our-students .more.de-peretti a  span img{
  top: 0 !important;
}
.more.de-peretti{
  margin-top: 0 !important;

}
.What-our-students{
  display: none;
}
p.animation-scroll.animation-fade {
    margin-top: 20px;
}
.img_mob {
    height: 280px;  
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 599px) and (min-width: 481px) {
  .img_mob {
    height: 400px;  
  }
}
@media screen and (max-width: 480px) and (min-width: 375px) {
  .img_mob {
    height: 320px;  
  }
}

.form-group-wrapper input[type=radio]{
  position: relative;
}
.form-group-wrapper input[type=radio]:before {
    position: absolute;
    top: 1.5px;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: red;
    left: 1.3px;
}
/***************our -student page***************8*/
#wrapper-meet-our-students .more.de-peretti a  span img{
  top: 0 !important;
}
.more.de-peretti{
  margin-top: 0 !important;

}
/*********************Radio button css start*****************/
.list-booking.show-mobile .owl-carousel .owl-item img{
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.list-booking.show-mobile .owl-carousel .owl-item .yann-hoarau-img img{
    object-fit: fill;
}
.grecaptcha-badge{
  display: none !important;
}
.form-group-wrapper .radio {
  /*display: block;*/
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default. form-group-wrapper radio button */
.form-group-wrapper .radio input {
    position: absolute;
    opacity: 0;
    left: 3px;
    z-index: 10;
    cursor: pointer;
    top: 2px;

}

/* Create a custom. form-group-wrapper radio button */
.checkmark {
  position: absolute;
  top: 0;
  border: 1px solid #ff9832;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-group-wrapper .radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the. form-group-wrapper radio button is checked, add a blue background */
.form-group-wrapper .radio input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-group-wrapper .radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-group-wrapper .radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff9832;
}
/*********************Radio button css end*****************/




body {
  height: 100%;
  font: inherit;
  color: #424242;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'FarnhamDisplay', sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

p,
li {
  line-height: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: underline;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
}

a span,
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  /*min-height: 521px;*/
}

sub,
sup {
  font-size: 75%;
}

h2,
.h2 {
  margin-bottom: 20px;
  font: bold 30px/54px 'F37-Ginger', sans-serif;
  color: #f93;
}

h2:last-child,
.h2:last-child {
  margin-bottom: 0 !important;
}

h3,
.markdown h2 {
  margin: 28px 0 20px;
  font: bold 24px/28px 'F37-Ginger', sans-serif;
  color: #f93;
}

.h3 {
  margin: 28px 0 20px;
  font: bold 24px/28px 'F37-Ginger', sans-serif !important;
  color: #f93 !important;
}

h3:first-child,
.h3:first-child,
.markdown h2:first-child {
  margin-top: 0 !important;
}

h3:last-child,
.h3:last-child,
.markdown h2:last-child {
  margin-bottom: 0 !important;
}

h4,
.markdown h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #f93;
}

.h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #f93 !important;
}

hr {
  margin-top: 45px;
  margin-bottom: 45px;
}

p+p>strong>em>a {
  margin-top: 0;
}

p>strong>em>a {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 3px solid transparent;
  vertical-align: top;
  font: bold 24px/28px 'F37-Ginger', sans-serif;
  text-decoration: none;
  color: #f93 !important;
}

p>strong>em>a:after {
  content: " >>";
}

p>strong>em>a:hover,
p>strong>em>a:focus {
  border-bottom-color: currentColor;
  text-decoration: none;
}

li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

ul {
  margin-bottom: 15px;
}

ul:last-child {
  margin-bottom: 0 !important;
}

ul>li {
  padding-left: 22px;
}

ul>li:before {
  float: left;
  margin: 12px 0 0 -10px;
  width: 5px;
  height: 5px;
  content: "";
  background: #f93;
  position: relative;
  left: -12px;
}

ul>li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0 !important;
  margin-top: 20px !important; /*meet our students*/
}

p.author {
  margin-bottom: 14px;
  font: bold 22px/26px 'F37-Ginger', sans-serif;
}

p.sub-text {
  font: 18px/26px 'F37-Ginger', sans-serif;
}

blockquote {
  margin: 90px 0;
}

blockquote:first-child {
  margin-top: 0 !important;
}

blockquote:last-child {
  margin-bottom: 0 !important;
}

blockquote:before {
  display: block;
  margin-bottom: -45px;
  content: "“";
  font-size: 150px;
  line-height: 104px;
  color: #f93;
}

blockquote.noquote:before {
  content: none;
}

blockquote p {
  font-size: 20px;
  line-height: 32px;
}

.markdown blockquote {
  padding: 15px 20px;
  color: #ff9833;
  background: transparent;
  max-width: 660px;
  padding-left: 110px;
  margin: 70px auto 60px;
  background: url(../../images/quote-icon-color.png) no-repeat 0px 15px;
  background-size: 70px;
}

.markdown blockquote:before {
  display: none;
}

.markdown blockquote h2 {
  color: #333;
}

.markdown blockquote p,
.markdown blockquote li {
  font-size: 26px;
  line-height: 35px;
}

/*.markdown blockquote li:before {background: #333;}*/

h2+fieldset {
  margin-top: 30px;
}

/* fieldset {margin-bottom: 40px; padding:30px; border:2px solid #f93} */
fieldset {
  padding: 0px 0px 30px;
}

fieldset:last-child {
  margin-bottom: 0;
}

legend {
  display: block;
  margin-bottom: 0;
  padding: 0 10px;
  font: bold 24px/28px 'F37-Ginger', sans-serif;
  color: #f93;
}

fieldset fieldset legend {
  font-size: 20px;
  line-height: 24px;
  color: #424242;
}

.step-wrapper h2 {
  text-align: center;
  font: bold 32px/28px 'F37-Ginger', sans-serif;
  color: #000;
}

.toggle {
  display: none
}

.toggle:after {
  display: table;
  clear: both;
  content: "";
}

legend+fieldset {
  margin-top: 10px;
}

label {
  font: bold 18px/22px 'F37-Ginger', sans-serif;
  color: #424242;
}

label.error {
  display: none;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #f00;
}

label.error.big {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 22px;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/*.container {padding-left: 25px; padding-right: 25px;}*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.chapo {
  margin-bottom: 45px;
}

.chapo:last-child {
  margin-bottom: 0;
}

.chapo p {
  font-size: 19px;
  line-height: 28px;
}

.chapo+h3 {
  margin-top: -10px;
}

.more {
  margin: 10px 0px;
}

.more:first-child {
  margin-top: 0;
}

.more:last-child {
  margin-bottom: 0;
}

.more a,
.more .a {
  display: inline-block;
  vertical-align: top;
  font: bold 18px/22px 'F37-Ginger', sans-serif;
  text-decoration: none;
  color: #424242;
}

/* .hover .more a span,
.focus .more a span,
.more a:hover span,
.more a:focus span,
.hover .more .a span,
.focus .more .a span,
.more .a:hover span,
.more .a:focus span {
  -webkit-box-shadow: 0 -3px 0 currentColor inset;
     -moz-box-shadow: 0 -3px 0 currentColor inset;
          box-shadow: 0 -3px 0 currentColor inset;
} */

.more a.scrollTo,
.more .a.scrollTo {
  padding-bottom: 47px;
  font-size: 30px;
  line-height: 40px;
  color: #f93;
  background: url('images/arrow-bottom.png') no-repeat 50% 100%;
}

.links {
  margin-top: 20px;
}

/*.links .more a,
.links .more .a {text-transform: uppercase;}*/

.bg-grey {
  color: #fff;
  background: #424242;
}

.bg-grey .more a {
  color: inherit;
}

.bg-orange {
  background: #f93;
}

.bg-orange h2,
.bg-orange h3 {
  color: #43493c;
}

.bg-orange .more a,
.bg-orange .more .a {
  color: inherit;
}

.quote .illustration {
  padding-top: 40px;
}

.slider {
  position: relative;
}

.migx_slider {
  background: no-repeat 50% 50%;
}

.migx_slider {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.migx_slider+.migx_slider {
  position: absolute;
  top: 100%;
}

.bx-wrapper .migx_slider+.migx_slider {
  position: static;
  top: auto;
}

.bx-prev,
.owl-prev {
  position: absolute;
  z-index: 100;
  left: -100px;
  top: 0;
  bottom: 0;
  width: 86px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
}

.bx-prev:before,
.owl-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px -9px;
  width: 18px;
  height: 32px;
  content: "";
  background: url('images/slider-controls.png') no-repeat 0 -32px;
}

.bx-prev:before,
.owl-prev:before {
  -webkit-background-size: 36px auto;
  -moz-background-size: 36px auto;
  background-size: 36px auto;
}

.bx-prev:hover:before,
.owl-prev:hover:before {
  background-position-y: -32px;
}

.button:focus {
  outline: none !important;
}

html button:focus {
  outline: none;
  outline: none;
}

.bx-next,
.owl-next {
  position: absolute;
  z-index: 100;
  right: -100px;
  top: 0;
  bottom: 0;
  width: 86px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
}

.bx-next:before,
.owl-next:before {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -16px -9px;
  width: 18px;
  height: 32px;
  content: "";
  background: url('images/slider-controls.png') no-repeat -18px -32px;
}

.bx-next:before,
.owl-next:before {
  -webkit-background-size: 36px auto;
  -moz-background-size: 36px auto;
  background-size: 36px auto;
}

.bx-next:hover:before,
.owl-next:hover:before {
  background-position-y: -32px;
}

.bx-default-pager .bx-pager-item a {
  height: 15px;
  width: 15px;
  font-size: 0px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
}

.bx-default-pager .bx-pager-item .bx-pager-link.active {
  background-color: #ff9833;
}

.bx-default-pager {
  text-align: center;
  bottom: 60px;
  position: relative;
}

.bx-default-pager .bx-pager-item {
  display: inline-block;
}

.bx-default-pager .bx-pager-item+.bx-pager-item {
  margin-left: 14px;
}



.inner,
.content,
.illustration {
  position: relative;
}

.breadcrumb {
  padding: 45px 0;
  background: none;
}

.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.breadcrumb>li {
  font: 14px/18px 'F37-Ginger', sans-serif;
}

.breadcrumb>li+li:before {
  content: ">" !important;
  color: inherit !important;
}

.breadcrumb>li a {
  text-decoration: none;
}

.breadcrumb>li a:hover,
.breadcrumb>li a:focus {
  text-decoration: underline;
}

.breadcrumb>li.active {
  color: inherit;
}

.control-label {
  margin-bottom: 11px;
}

.form-group,
.form-group-wrapper {
  margin-bottom: 25px;
}

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

.form-control {
  padding: 11px 15px;
  border: 1px solid #d3d3d3 !important;
  background-color: #d3d3d3 !important;
  height: auto;
  font: 300 16px/20px 'F37-Ginger', sans-serif;
}

.form-control {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 11px;
  background: url(images/select-icon-down.png) right center / 6% no-repeat rgb(246, 246, 246);
}

textarea.form-control {
  height: 200px;
}

label {
  display: block;
  vertical-align: top;
}

label.radio-inline {
  display: inline-block;
  margin-right: 20px;
}

input[type="file"] {
  height: auto !important;
}

.check {
  margin-right: 10px;
  margin-bottom: 12px;
}

.form-check {
  margin-bottom: 5px;
  padding-left: 20px;
}

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

.form-check-input {
  margin-left: -20px;
  margin-top: 4px;
}

.form-actions {
  margin-top: 30px;
  text-align: right;
}

.form-actions button {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 3px solid transparent !important;
  font: bold 24px/28px 'F37-Ginger', sans-serif;
  color: #f93;
  background: none;
}

.form-actions button:hover,
.form-actions button:focus {
  border-bottom-color: currentColor !important;
}

.form-actions button.btn-prev {
  color: #424242;
}

.btn-add {
  display: inline-block;
  padding: 2px 0 0 0;
  border: 0;
  vertical-align: top;
  font: bold 18px/22px 'F37-Ginger', sans-serif;
  color: #424242;
  background: none;
}

.btn-add:focus {
  outline: 0;
}

.btn-add:before {
  display: inline-block;
  margin: -2px 10px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  content: "+";
  font: 36px/36px 'F37-Ginger', sans-serif;
  text-indent: -3px;
  color: #fff;
  background: #f93;
}

.btn-add:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.btn-remove {
  display: inline-block;
  padding: 2px 0 0 0;
  border: 0;
  vertical-align: top;
  font: bold 18px/22px 'F37-Ginger', sans-serif;
  color: #424242;
  background: none;
}

.btn-remove:focus {
  outline: 0;
}
.img_height2{
  max-height:452px !important ;
}
.btn-remove:before {
  display: inline-block;
  margin: -2px 10px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  content: "x";
  font: 36px/30px 'F37-Ginger', sans-serif;
  color: #fff;
  background: #f93;
}

.btn-remove:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.btn-delete {
  display: inline-block;
  margin: 2px 0 2px 20px;
  padding: 2px 0 0 0;
  border: 0;
  vertical-align: top;
  font: bold 18px/22px 'F37-Ginger', sans-serif;
  color: #424242;
  background: none;
}

.btn-delete:focus {
  outline: 0;
}

.btn-delete:before {
  display: inline-block;
  margin: -2px 10px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  content: "x";
  font: 36px/30px 'F37-Ginger', sans-serif;
  color: #fff;
  background: #f93;
}

.btn-delete:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.btn-primary {
  border: 2px solid #f93;
  padding: 5px 10px;
  background-color: #FFF;
  color: #f93 !important
}

.btn-primary:hover,
.btn-primary.active {
  border: 2px solid #f93;
  background-color: #f93;
  color: #FFF !important
}

.steps-nav {
  position: relative;
  margin: 0 auto 35px;
  max-width: 750px;
}

.steps-nav:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -1px;
  height: 2px;
  content: "";
  background: #c1c1c1;
}

.steps-nav-item {
  display: block;
  position: relative;
  border: 1px solid #c1c1c1;
  width: 66px;
  height: 66px;
  font: bold 30px/62px 'F37-Ginger', sans-serif;
  text-align: center;
  color: #424242;
  background: #fff;
}

.steps-nav-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.steps-nav-item.active {
  border-color: #f93;
  color: #fff;
  background: #f93;
}

.steps-nav-item.disabled {
  display: none !important;
}

.step-wrapper {
  display: none;
}

.step-wrapper.active {
  display: block;
}

.navbar-toggler {
  position: absolute;
  z-index: 20;
  right: 10px;
  top: 15px;
}

.navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 6h22M4 15h22M4 24h22'/%3E%3C/svg%3E");
}

.download a {
  font: bold 18px/22px 'F37-Ginger', sans-serif;
  text-decoration: none;
  color: #f93;
}

.download a:hover,
.download a:focus {
  -webkit-box-shadow: 0 -3px 0 currentColor inset;
  -moz-box-shadow: 0 -3px 0 currentColor inset;
  box-shadow: 0 -3px 0 currentColor inset;
}

.download a:before {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: 75px;
  content: "";
  background: url('images/download-icon.png') no-repeat 0 0;
}

.download a:before {
  -webkit-background-size: 120px auto;
  -moz-background-size: 120px auto;
  background-size: 120px auto;
}

.download a:hover:before,
.download a:focus:before {
  background-position-x: -60px;
}

h3+p.rating {
  margin-top: -10px;
}

p.rating {
  margin-bottom: 25px;
  font: 20px/24px 'F37-Ginger', sans-serif;
  color: #424242;
}

p.rating .stars {
  color: #f93;
}

ul.columns {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.columns>li {
  padding-right: 15px;
  max-width: 50%;
}

ul.columns>li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.pagetitle {
  margin-bottom: 45px;
}

.template13 .pagetitle .h2 {
  font-size: 40px;
  line-height: 44px;
}

.form-input-small label {
  padding-left: 20px;
  font-weight: normal;
}

.form-input-small input {
  padding-left: 10px;
  padding-right: 10px;
  width: 75px;
}

form h2 {
  margin-bottom: 60px;
}

.school {
  display: none;
}

.school:first-child {
  display: block;
}

/*.school .actions {padding-top: 35px;}*/
.school button {
  margin-right: 20px;
  margin-top: 35px;
}

.school button:last-child {
  margin-right: 0;
}

p.total {
  margin: 30px 0;
  font: bold 20px/24px 'F37-Ginger', sans-serif;
  text-align: center;
}

.package-summary {
  margin-bottom: 20px;
}

.iti {
  display: block !important;
}

.iti__country-list li {
  font-size: 16px;
  line-height: 24px;
}

.iti__country-list li:before {
  display: none !important;
}

.iti__selected-dial-code {
  font-size: 18px;
}



#phone::-webkit-input-placeholder {
  opacity: 0.5 !important;
}

#phone::-moz-placeholder {
  opacity: 0.5 !important;
}

#phone:-ms-input-placeholder {
  opacity: 0.5 !important;
}

#phone:-moz-placeholder {
  opacity: 0.5 !important;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   header                                       <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

#header {
  position: relative;
  z-index: 120;
  color: #fff;
}

#header-fixed {
  background: rgba(0, 0, 0, 0.5);
}

#header-fixed {

  -webkit-transition: background 400ms linear, color 400ms linear;
  -moz-transition: background 400ms linear, color 400ms linear;
  transition: background 400ms linear, color 400ms linear;
}

/*#header-fixed #logo a:after {position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; background: url('images/logo-admissions-key.svg') no-repeat 0 0;}
#header-fixed #logo a:after {
  -wewbkit-opacity: 0;
      -moz-opacity: 0;
           opacity: 0;
  -webkit-transition: all 400ms linear;
     -moz-transition: all 400ms linear;
          transition: all 400ms linear;
}*/
#header-fixed.fixed {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  background: #424242;
}

/*#header-fixed.fixed #logo a:after {
  -wewbkit-opacity: 1;
      -moz-opacity: 1;
           opacity: 1;
}*/

#header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  background: none;
}

#header.fix-header {
  background-color: #424242;
  position: relative;
}

#header.fix-header #header-fixed {
  background-color: transparent;
}

#header.fix-header #header-fixed.fixed {
  background-color: #424242;
}

.template10 #header-fixed {
  background: rgba(0, 0, 0, 0.5);
}

.template10 #header-fixed.fixed {
  background: #424242;
}

#topnav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 15px;
}

#topnav .nav {
  float: right;
}

#topnav .nav>li {
  margin-right: 10px;
}

#topnav .nav>li:last-child {
  margin-right: 0;
}

#topnav .nav>li>a {
  font: 300 13px/20px 'F37-Ginger', sans-serif;
  color: #ff9833;
  text-transform: uppercase;
}

#topnav .nav>li>a:hover,
#topnav .nav>li>a:focus {
  color: #f93;
}

#logo-nav {
  padding: 22px 0px 10px;
}

#logo {
  top: auto;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#logo a {
  display: block;
  position: relative;
  width: 200px;
  height: 62px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  background: url('images/logo-admissions-key.svg') no-repeat 0 0;
  background-size: 100% 100%;
}

#nav {
  margin-bottom: -10px;
  /*padding: 0 70px 0 0;*/
  position: initial;
}

#navbar>.nav>li {
  margin-right: 0px;
  position: inherit;
}

#navbar>.nav>li.list-btn {
  margin-left: 60px;
  margin-right: 30px;
}

#navbar>.nav>li:last-child {
  margin-right: 0;
}

#navbar>.nav>li>a {
  padding: 6px 16px 14px;
  font: 16px/20px 'F37-Ginger', sans-serif;
  text-align: center;
}

#navbar>.nav>li>a>.nav-link-inner:after {
  display: block;
  margin-top: 5px;
  height: 3px;
  content: "";
  background: transparent;
}

#navbar>.nav>li.active>a>.nav-link-inner:after,
#navbar>.nav>li:hover>a>.nav-link-inner:after,
#navbar>.nav>li>a:hover>.nav-link-inner:after,
#navbar>.nav>li>a:focus>.nav-link-inner:after {
  background: currentColor;
}

#navbar>.nav>li.active>a {
  color: #f93;
}

#navbar>.nav>li>a.btn,
#footer .footer-btn .btn {
  background-color: transparent;
  padding: 6px 25px;
  border: 1px solid #fff;
  border-radius: 50px;
}

#navbar>.nav>li>a.btn:hover,
#footer .footer-btn .btn:hover {
  background-color: #ff9833;
  color: #fff;
  border-color: #ff9833;
}

#navbar>.nav>li>a.btn.bg-btn,
#footer .footer-btn .btn.bg-btn {
  background-color: #ff9833;
  color: #fff;
  border-color: #ff9833;
}

#navbar>.nav>li>a.btn.bg-btn:hover,
#footer .footer-btn .btn.bg-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

#navbar>.nav>li>a.btn.bg-btn.btn-white,
#footer .footer-btn .btn.bg-btn.btn-white {
  background-color: #fff;
  color: #424242;
  border-color: #fff;
}

#navbar>.nav>li>a.btn.bg-btn.btn-white:hover,
#footer .footer-btn .btn.bg-btn.btn-white:hover {
  background-color: #ff9833;
  color: #fff;
  border-color: #ff9833;
}

#navbar>.nav>li>a.btn>.nav-link-inner:after {
  display: none;
}

#navbar>.nav>li>.navbar-toggler {
  right: 0;
  top: 8px;
}

#navbar>.nav>li>.navbar-toggler .navbar-toggler-icon {
  width: 20px;
  height: 20px;
}

#navbar>.nav>li>.nav-wrapper>ul {
  position: relative;
  margin: 0px auto;
  z-index: 10;
  left: -0px;
  top: 0%;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
}

#navbar>.nav>li.last>.nav-wrapper>ul {
  left: auto;
  right: 0;
}

#navbar>.nav>li>.nav-wrapper>ul li {
  margin-bottom: 0px;
}

#navbar>.nav>li>.nav-wrapper>ul li a:after {
  position: absolute;
  content: "";
  left: 100%;
  width: 1000%;
  height: 1px;
  bottom: 0px;
  background-color: #2c2725;
  opacity: 0;
}

#navbar>.nav>li>.nav-wrapper>ul li a:before {
  position: absolute;
  content: "";
  right: 100%;
  width: 1000%;
  height: 1px;
  bottom: -1px;
  background-color: #2c2725;
  opacity: 0;
}

/* #navbar > .nav > li > .nav-wrapper > ul li a:hover:before, #navbar > .nav > li > .nav-wrapper > ul li a:hover:after{ opacity: 1;} */
#navbar>.nav>li>.nav-wrapper>ul li:last-child {
  margin-bottom: 0;
}

#navbar>.nav>li>.nav-wrapper>ul li>a {
  padding: 5px 0;
  font: 300 16px/26px 'F37-Ginger', sans-serif;
  max-width: 250px;
  margin: 0px auto;
  position: relative;
  left: -38px;
}

#navbar>.nav>li#item55>.nav-wrapper>ul li a {
  left: 88px;
}

#navbar>.nav>li>.nav-wrapper>ul li a:hover {
  border-color: #2c2725;
}

#navbar>.nav>li>.nav-wrapper>ul li.active>a>.nav-link-inner,
#navbar>.nav>li>.nav-wrapper>ul li>a:hover>.nav-link-inner,
#navbar>.nav>li>.nav-wrapper>ul li>a:focus>.nav-link-inner {
  color: #ff9833;
}

#navbar>.nav>li>.nav-wrapper>ul ul {
  display: block;
  padding: 10px 0 0 15px;
}

#navbar>.nav>li>.nav-wrapper>ul ul .navbar-toggler {
  display: none !important;
}

#navbar>.nav>li>.nav-wrapper>ul ul li {
  margin-bottom: 5px;
}

#navbar>.nav>li>.nav-wrapper>ul ul li:last-child {
  margin-bottom: 0;
}

#navbar>.nav>li>.nav-wrapper>ul ul li>a {
  font-size: 15px;
  line-height: 22px;
}

#navbar>.nav>li>.nav-wrapper>ul ul li.active>a>.nav-link-inner,
#navbar>.nav>li>.nav-wrapper>ul ul li>a:hover>.nav-link-inner,
#navbar>.nav>li>.nav-wrapper>ul ul li>a:focus>.nav-link-inner {
  color: #666;
}

/* #navbar > .nav > li#item54 > .nav-wrapper > ul li > a{ left: 78px;} */

#navbar>.nav>li>.nav-wrapper .collapse {
  display: block;
}

#navbar>.nav>li>.nav-wrapper li#item50>.nav-wrapper,
#navbar>.nav>li>.nav-wrapper li#item51>.nav-wrapper,
#navbar>.nav>li>.nav-wrapper li#item116>.nav-wrapper {
  display: none !important;
}

#navbar>.nav>li#item52>.nav-wrapper,
#navbar>.nav>li#item129>.nav-wrapper {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 999;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   footer                                       <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

#footer {
  color: #fff;
  background: #424242;
}

#footer>.container {
  padding-top: 65px;
  padding-bottom: 40px;
}

#footer ul>li:before {
  display: none;
}

#footer p {
  font: 14px/20px 'F37-Ginger', sans-serif;
  line-height: 25px;
}

#footer li {
  font: bold 15px/22px 'F37-Ginger', sans-serif;
  list-style: none;
  margin-bottom: 15px;
}

#footer ul.footer-sub-menu {
  margin-top: 10px;
}

#footer ul.footer-sub-menu li {
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 0px;
}

#footer li a {
  display: inline-block;
  text-decoration: none;
}

#footer li a:after {
  display: block;
  margin-top: 1px;
  height: 2px;
  content: "";
  background: transparent;
}

#footer li a:hover:after,
#footer li a:focus:after {
  background: currentColor;
}

#footer .logo-site {
  display: block;
  margin: 0;
  width: 242px;
  height: 62px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  background: url('images/logo-admissions-key.svg') no-repeat 0 0;
}

#footer .footer-bottom {
  margin-top: 100px;
}

#footer .footer-bottom p {
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
}

#footer .footer-bottom li {
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
}

#footer .footer-bottom li:last-child {
  margin-right: 15px;
}

#footer p.address span {
  display: block;
  margin-bottom: 10px;
}

#footer .social li {
  margin-right: 10px;
}

#footer .social li:last-child {
  margin-right: 0;
}

#footer .social li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  background: url('images/social-icons.png') no-repeat 0 0;
}

#footer .social li a:after {
  content: none;
}

#footer .social li a:hover,
#footer .social li a:focus {
  background-position-y: -30px;
}

#footer .social li.facebook a {
  background-position-x: 0;
}

#footer .social li.twitter a {
  background-position-x: -30px;
}

#footer .social li.instagram a {
  background-position-x: -60px;
}

#footer .social li.youtube a {
  background-position-x: -90px;
}

#footer .button {
  width: 135px;
}

#footer .button+.button {
  margin-left: 5px;
}

#footer .btn {
  border: 1px solid #ff9833;
  font: 14px/22px 'F37-Ginger', sans-serif;
  text-decoration: none;
  color: #fff;
  background: #fff;
}

#footer .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#footer .btn:hover,
#footer .btn:focus {
  text-decoration: none;
  color: #fff !important;
  background: #424242;
}

.footer-btn {
  margin-bottom: 20px;
}

#footer ul.social-icon li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 0px;
  font-size: 50px;
}

#footer ul.social-icon li a::after {
  display: none;
}

.social-icon {
  margin-top: 0px;
}

.copy-right {
  font: 15px/22px 'F37-Ginger', sans-serif;
  line-height: 28px;
  color: #909090;
}

.copy-right a {
  text-decoration: none;
  text-decoration: none;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   maincontent                                  <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

#maincontent {
  position: relative;
  padding-bottom: 0px;
}

.template10 #maincontent {
  padding-bottom: 0;
}

.aside {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #424242;
  background: #f93;
}

.aside h3 {
  margin-bottom: 10px;
  color: inherit;
}

.aside:last-child {
  margin-bottom: 0;
}

#aside p>strong>em>a {
  display: block;
  text-align: right;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   wrapper                                      <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.wrapper {
  position: relative;
}

.wrapper .container {
  padding-top: 103px;
  padding-bottom: 80px;
}

.markdown .wrapper:first-child .container {
  padding-top: 0;
}

.markdown .wrapper:last-child .container {
  padding-bottom: 0;
}

/* .wrapper.wrapper-intro.about-banner .migx_slider{
	background-size:cover;
	height: 1100px;
} */

.wrapper.wrapper-intro .migx_slider {
  height: 660px;
}

.template10 .wrapper.wrapper-intro .migx_slider {
  height: 770px;
}

.template10 .wrapper.wrapper-intro .migx_slider .container {
  padding-top: 55px;
  border-top: 106px solid transparent;
}

#id52 .wrapper.wrapper-intro,
#id129 .wrapper.wrapper-intro {
  display: none;
}

.wrapper.wrapper-intro .migx_slider video {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.wrapper.wrapper-intro .home_slider .container {
  padding: 30px 0 100px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.wrapper.wrapper-intro .content {
  margin: 0 -30px;
  padding: 20px 30px 25px;
  max-width: 480px;
  min-height: 230px;
  color: #fff;
  background: #222;
  background-color: rgba(34, 34, 34, 0.4);
  text-align: left;
  position: relative;
 /* top: -80px;*/
}

.wrapper.wrapper-intro #carouselExampleIndicators .content {
  top: 0px;
}

.wrapper.wrapper-intro .content h2,
.wrapper.wrapper-intro .content .h2 {
  margin: 0 0 20px;
}

.wrapper.wrapper-intro #carouselHome .content .h2 {
  font-size: 35px;
}

.wrapper.wrapper-intro .content p {
  font-size: 18px;
  line-height: 28px;
  margin-right: 6px;
}

html[lang='fr'] .wrapper.wrapper-intro .content p {
  margin-right: 0px;
}

.wrapper.wrapper-slider {
  color: #fff;
}

.wrapper.wrapper-slider .container {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.wrapper-slider .title {
  position: absolute;
  z-index: 110;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 35px;
}

.wrapper.wrapper-slider .title h2 {
  color: inherit;
}

.wrapper.wrapper-slider .migx_slider {
  height: 800px;
}

.wrapper.wrapper-slider .migx_slider .content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 280px;
}

.wrapper.wrapper-slider .migx_slider .more a,
.wrapper.wrapper-slider .migx_slider .more .a {
  color: inherit;
}

.wrapper.wrapper-slider .migx_slider .more a:hover,
.wrapper.wrapper-slider .migx_slider .more a:focus,
.wrapper.wrapper-slider .migx_slider .more .a:hover,
.wrapper.wrapper-slider .migx_slider .more .a:focus {
  color: #f93;
}

.wrapper.wrapper-intro .migx_slider.migx_slider-student:before {
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #f93;
}

.wrapper.wrapper-intro .migx_slider.migx_slider-student:after {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: inherit;
}

.wrapper.wrapper-intro .migx_slider.migx_slider-student .content {
  margin: 0;
  padding: 30px 30px 30px 0;
  max-width: none;
  width: 50%;
  color: #000;
  background: #f93;
}

.wrapper.wrapper-intro .migx_slider.migx_slider-student .content h2,
.wrapper.wrapper-intro .migx_slider.migx_slider-student .content .h2 {
  color: #000;
}

.wrapper#wrapper-our-students {
  background: #fff;
}

.markdown .wrapper#wrapper-our-students {
  background: none;
}

.template12 .wrapper#wrapper-our-students {
  background: none;
}

.template12 #maincontent+.wrapper#wrapper-our-students .container {
  padding-top: 0;
}

.wrapper#wrapper-our-students h2 {
  color: inherit;
}

#wrapper-our-students .list-students {
  margin-top: 30px;
}

.list-students .row>[class*='col-'] {
  height: auto !important;
  position: initial;
}

.wrapper#wrapper-our-mba-experts {
  background: #f9f4ef;
}

.wrapper.contenu2 {
  background: #faf6f5;
}

.wrapper#wrapper-voir-aussi {
  padding-bottom: 0px;
}

.wrapper#wrapper-voir-aussi .migx_service .content h3 {
  margin-bottom: 0;
  color: #ffa406;
  font-size: 20px;
  line-height: 25px;
}

.wrapper#wrapper-voir-aussi .migx_service .content p,
.wrapper#wrapper-voir-aussi .migx_service .more {
  display: none;
}

.wrapper#wrapper-voir-aussi .row {
  margin: 0px -15px !important;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   french lang css                              <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */
html[lang='fr'] .help-content {
  min-height: 422px;
}

html[lang='fr'] #wrapper-our-mba-emba-packages .packages-box {
  min-height: 688px;
}

html[lang='fr'] .sign-up-box {
  font: 15px/36px 'F37-Ginger', sans-serif;
}

html[lang='fr'] .considered-box {
  min-height: 253px;
}

html[lang='fr'] .step-height .slider-inner-box {
  min-height: 527px;
}

html[lang='fr'] .wrapper.wrapper-intro .content {
  min-height: 230px;
}

html[lang='fr'] .admissions-content {
  min-height: 151px;
}

html[lang='fr'] #navbar>.nav>li>.nav-wrapper>ul li {
  margin-left: -317px;
}

html[lang='fr'] .wrapper#wrapper-voir-aussi .migx_service .content br {
  display: none;
}

html[lang='fr'] h2,
.h2 {
  margin-bottom: 20px;
  font: bold 30px/35px 'F37-Ginger', sans-serif;
  color: #f93;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   service                                      <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.migx_service .illustration {
  margin-bottom: 15px;
  align-self: center;
  overflow: hidden;
}

.migx_service .content {
  padding: 0 0px;
}

.migx_service .more {
  padding: 0 25px;
}

.migx_service.hover .illustration:after,
.migx_service.focus .illustration:after,
.migx_service:hover .illustration:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   expert                                       <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.list-experts>.row {
  margin-bottom: -85px;
}

.list-experts>.row>.col {
  margin-bottom: 60px;
}

.migx_expert .illustration {
  margin-bottom: 55px;
}

.migx_expert .content {
  padding: 0 10px;
}

.migx_expert .more {
  padding: 0 10px;
}

.migx_expert.hover .illustration:after,
.migx_expert.focus .illustration:after,
.migx_expert:hover .illustration:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   booking                                      <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.list-booking {
  margin-top: 0px;
}

.list-booking:first-child,
.list-booking.aside {
  margin-top: 0;
}


.list-booking.aside .migx_booking {
  margin-bottom: 30px;
}

.list-booking.aside .migx_booking:last-child {
  margin-bottom: 0;
}

.bg-grey .list-booking.aside .migx_booking:nth-child(3n+3),
.bg-grey .list-booking .col:nth-child(3n+3) .migx_booking {
  border: 0;
}

.list-booking-block>div+div {
  margin-top: 30px;
}

.migx_booking {
  padding: 10px 20px;
  min-height: 200px;
  color: #424242;
  background: #f93;
}

.migx_booking h3 {
  margin-bottom: 10px;
  color: inherit;
  min-height: 55px;
}

.migx_booking .more {
  margin-top: 25px;
}

.list-booking .book-2 .migx_booking {
  background-color: #e1c9bf;
}

.list-booking .book-3 .migx_booking {
  background-color: #fff;
  border: 1px solid #424242;
}

.row-enfants.row {
  margin: 50px 0;
}

.row-enfants.row .pdoResources_lien {
  padding-left: 0;
  padding-right: 0;
}

#carouselHome .carousel-caption {
  left: 0px;
  right: 0px;
}

#carouselHome .carousel-caption .content {
  top: -150px;
}

.help-content {
  padding: 30px 30px 45px 30px;
  min-height: 372px;
  color: #424242;
  background-color: #fff;
}

.help-content p {
  font-size: 17px;
}

.help-box:hover .help-content {
  background-color: #ffead6;
}

.btn-learnMore {
  padding: 10px;
  width: 100%;
  background: #ff9833;
  display: inline-block;
  position: relative;
  bottom: 0px;
  left: 0px;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 20px;
  color: #424242;
  text-decoration: none;
  font: bold 17px/22px 'F37-Ginger', sans-serif;

}

.btn-learnMore i {
  float: right;
  top: 3px;
  position: relative;
  right: 2px;
}

.help-box .btn-learnMore {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

#how-ca-we-help {
  position: relative;
}

#how-ca-we-help::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 380px;
  content: "";
  z-index: -1;
  background-color: #f9f4f2;
}

#how-ca-we-help .help-content h3 {
  min-height: 52px;
  font-size: 21px;
  line-height: 26px;
  /* font-weight: 400; */
  margin-right: 36px;
}

html[lang='fr'] #how-ca-we-help .help-content h3 {
  margin-right: 0px;
}

.wrapper#wrapper-our-students {
  position: relative;
  z-index: 0;
}

.wrapper#wrapper-our-students::after {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 600px;
  content: "";
  z-index: -1;
  background-color: #f9f4f2;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   student                                      <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.list-students .illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-students .content {
  padding: 30px 30px 35px;
   height: 100% !important; 
}

.list-students .bg-grey h3 {
  color: inherit;
}

.student-2 .more a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  line-height: 18px;
}

.student-3 .more a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  line-height: 18px;
}

.list-students .student-3 h3 {
  color: #f93;
}

.student-2 .more a:hover span,
.student-2 .more a:focus span {
  box-shadow: none;
}

.list-students .illustration.student-1 a {
  display: block;
  position: relative;
  height: 100%;
}

/*.list-students .illustration.student-1 a:before {position: absolute; left: 50%; top: 50%; margin: -42px -37px; border: solid transparent; border-width: 42px 0 42px 74px; border-left-color: rgba(255,255,255,0.4); content: "";}
.list-students .illustration.student-1 a:hover:before,
.list-students .illustration.student-1 a:focus:before {border-left-color: #fff;}*/

.list-students .illustration {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.list-students .illustration img,
.migx_student .illustration img {
  transform: scale(1.01);
  transition: all 0.4s ease-out;
}

.list-students .illustration:hover img,
.migx_student:hover .illustration img {
  transform: scale(1.12);
  transition: all 0.4s ease-out;
}

.list-students .description {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: rgba(68, 68, 68, 0.7);
}

.list-students .description {
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}

.list-students .description p {
  opacity: 1 !important;
}

.list-students .description p:before {
  content: "“ ";
  font-weight: bold;
  color: #f93;
}

.list-students .migx_student.hover .description,
.list-students .migx_student.focus .description,
.list-students .illustration.hover .description,
.list-students .illustration.focus .description {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

.list-students .illustration.student-1 .description {
  padding: 40px;
  font-size: 26px;
  line-height: 32px;
}

.list-students .content.student-1 h3 {
  color: inherit;
}

.list-students .more.text-right {
  margin-top: -2.4em;
  margin-right: 25px;
}

.list-students .more.text-right a,
.list-students .more.text-right .a {
  position: relative;
  z-index: 10;
}

.list-students .migx_student .row>[class*='col-'] {
  max-height: 226px;
}

/*.migx_student.hover .illustration:after,
.migx_student.focus .illustration:after,
.migx_student:hover .illustration:after {position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; background: rgba(0,0,0,0.1);}*/

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   news-section                                 <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */




.header-block {
  margin-bottom: 110px;
  max-width: 580px;
  color: #575756;
}

.header-block h2 {
  margin-bottom: 10px;
}

.header-block .chapo p {
  line-height: 44px;
}

.news-list>div:nth-child(odd),
.news-section:nth-child(odd) {
  background: #f9f4f0;
}

.news-section .hgroup {
  margin-bottom: 100px;
  text-align: center;
  color: #424242;
}

.news-section .hgroup h2 {
  margin: 0 0 15px;
}

.news-section .hgroup h2:last-child {
  margin-bottom: 0;
}

.news-section .hgroup .more {
  margin: 0;
}

.news-section .hgroup .more a {
  font: 300 30px/34px 'F37-Ginger', sans-serif;
  text-transform: uppercase;
}

.news-section .hgroup .more a:hover span,
.news-section .hgroup .more a:focus span {
  -webkit-box-shadow: 0 -2px 0 currentColor inset;
  -moz-box-shadow: 0 -2px 0 currentColor inset;
  box-shadow: 0 -2px 0 currentColor inset;
}

.news {
  position: relative;
}

.news h3 {
  margin: 0 0 45px;
}

.news p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

.news p.date {
  margin-bottom: 15px;
  font: bold 14px/18px 'F37-Ginger', sans-serif;
  color: #424242;
}

.news-blocks {
  margin-bottom: 100px;
}

.news-blocks-inner {
  margin: -20px;
}

.news-blocks .news-block-wrapper {
  padding: 20px;
}

.news-blocks .news-block {
  position: relative;
  padding-top: 100%;
}

.news-blocks .news-block .illustration {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.news-blocks .news-block .illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-blocks .news-block .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px 10px;
  color: #fff;
  background: rgba(29, 29, 27, 0.5);
}

.news-blocks .news-block .content .tag {
  margin: 0 0 10px;
  font: bold 14px/18px 'F37-Ginger', sans-serif;
}

.news-blocks .news-block .content h3 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  color: inherit;
}

.news-blocks .news-block.big .content {
  top: auto;
  padding: 45px 60px;
}

.news-blocks .news-block.big .content .tag {
  font-size: 18px;
  line-height: 22px;
  color: #fc3;
}

.news-blocks .news-block.big .content h3 {
  font-size: 30px;
  line-height: 34px;
  color: #f93;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   migx_contenu                                 <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

#wrapper-contenus {
  background: #ffead6;
}

#wrapper-contenus .bx-pager {
  display: none;
}

#wrapper-contenus .migx_contenu+.migx_contenu {
  position: absolute;
  top: 100%;
}

#wrapper-contenus .bx-wrapper .migx_contenu+.migx_contenu {
  position: static;
  top: auto;
}

#wrapper-contenus .bx-prev:before,
#wrapper-contenus .bx-next:before {
  background-position-y: 0px;
}

#wrapper-contenus .bx-prev:hover:before,
#wrapper-contenus .bx-next:hover:before {
  background-position-y: -64px;
}

.migx_contenu .surtitre {
  margin: 0;
  font: 400 20px/40px 'F37-Ginger', sans-serif;
}

.migx_contenu h2,
.migx_contenu .h2 {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 46px;
}

.migx_contenu .illustration {
  padding: 0px;
  width: 60px;
  display: inline-block;
  margin: 20px 10px 20px;
  height: 55px;
}

.migx_contenu .content {
  overflow: hidden;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   about us                                     <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

/* #id48 #maincontent,
#id112 #maincontent {display: none;} */

/* #id48 .wrapper.wrapper-intro .content,
#id112 .wrapper.wrapper-intro .content {display: none;} */

#id48 .wrapper.contenu2,
#id112 .wrapper.contenu2 {
  color: #424242;
}

#id48 .wrapper.contenu2 .markdown h2,
#id112 .wrapper.contenu2 .markdown h2 {
  font-size: 50px;
  line-height: 54px;
}

#id48 .wrapper.contenu2 .markdown h3,
#id112 .wrapper.contenu2 .markdown h3 {
  font-size: 24px;
  line-height: 28px;
  color: #424242;
}

#id48 .wrapper.contenu2 .markdown p,
#id48 .wrapper.contenu2 .markdown li,
#id112 .wrapper.contenu2 .markdown p,
#id112 .wrapper.contenu2 .markdown li {
  font-size: 22px;
  line-height: 28px;
}

#id48 .wrapper.contenu2 .markdown blockquote,
#id112 .wrapper.contenu2 .markdown blockquote {
  margin: 30px 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid currentColor;
  color: #f93;
  background: none;
}

#id48 .wrapper.contenu2 .markdown blockquote:before,
#id112 .wrapper.contenu2 .markdown blockquote:before {
  display: block;
  margin-bottom: -55px;
}

.migx1diaporamavignettes .illustration {
  margin-bottom: 10px;
}

.migx1diaporamavignettes .illustration:last-child {
  margin-bottom: 0;
}

.breadcrumbs+.wrapper.wrapper-intro-bottom .container {
  padding-top: 0;
}

.wrapper.wrapper-intro-bottom h2 {
  font-size: 30px;
  line-height: 34px;
}

.wrapper.wrapper-intro-bottom p {
  font-size: 24px;
  line-height: 28px;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   book                                         <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

#id90 .wrapper.wrapper-intro,
#id94 .wrapper.wrapper-intro {
  display: none;
}

.fullcalendar .fc-day-top {
  text-align: center;
}

.fullcalendar .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: none !important;
}

.fullcalendar .fc-event {
  padding: 2px 4px;
  border: 2px solid #f93 !important;
  color: #fff !important;
  background: #f93 !important;
}

.fullcalendar .fc-event .fc-content {
  padding-right: 16px;
  border: 0 !important;
  color: inherit !important;
  background: none !important;
}

.fullcalendar .fc-event.active {
  color: #f93 !important;
  background: #fff !important;
}

.fullcalendar .fc-event.active .fc-content:after {
  float: right;
  margin-right: -16px;
  content: "✓";
}

.fullcalendar .fc-button {
  font-size: 1.2rem !important;
}

.fullcalendar .fc-button-primary {
  border-color: #f93 !important;
  background: #f93 !important;
}

.swal2-container .swal2-content {
  font-size: 2rem;
}

.swal2-container .swal2-styled.swal2-confirm {
  font: 1.5rem 'F37-Ginger', sans-serif;
  background: #f93;
}

.swal2-container .swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.swal2-container .swal2-styled.swal2-cancel {
  font: 1.5rem 'F37-Ginger', sans-serif;
  background: #434343;
}

.swal2-container .swal2-styled.swal2-cancel:focus {
  box-shadow: none !important;
}

.radio.btn-primary:active {
  border-color: #f93 !important;
  color: #fff !important;
  background: #f93 !important;
  box-shadow: none !important;
}

.calendar-dates-wrapper {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

#checkout legend+h3 {
  margin-top: 0;
}

#checkout ul+h3 {
  margin-top: 8px;
}

#checkout .items+.items {
  margin-top: 18px;
}

.encart {
  margin: 30px 0;
  padding: 15px 20px;
  color: #fff;
  background: #424242;
}

.encart h3 {
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   student                                      <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.template13 #content .markdown:before {
  display: block;
  margin-bottom: -45px;
  content: "“";
  font-size: 150px;
  line-height: 104px;
  color: #f93;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   oldie                                        <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.oldie #header .nav {
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.oldie #header .nav>li {
  display: inline-block;
  vertical-align: top;
}

.oldie #logo-nav:after {
  display: table;
  clear: both;
  content: "";
}

.oldie #logo {
  float: left;
}

.oldie .navbar-collapse {
  display: block !important;
}

.oldie .row:after {
  display: table;
  clear: both;
  content: "";
}

.oldie .col {
  float: left;
  max-width: none !important;
}

.oldie .wrapper.wrapper-intro .content {
  position: absolute;
  bottom: 20px;
}

.oldie #wrapper-our-services .col {
  width: 25%;
}

.oldie #wrapper-our-students .col {
  width: 50%;
}

.oldie #wrapper-our-students .list-students>.row>.col.col-12.col-md-6:last-child {
  clear: both;
  width: 100%;
}

.oldie #wrapper-our-students .list-students>.row>.col.col-12.col-md-6:last-child:after {
  display: table;
  clear: both;
  content: "";
}

.oldie #wrapper-our-students .list-students>.row>.col.col-12.col-md-6:last-child .migx_student {
  float: left;
  padding-top: 25px;
  width: 50%;
}


.oldie #footer .col-md-4 {
  width: 33.333333%;
}

.oldie #footer .col-md-3 {
  width: 25%;
}

.oldie #footer .col-md-2 {
  width: 16.666667%;
}

.oldie #footer .nav.social,
.oldie #footer .footer-bottom .nav {
  font-size: 0;
  line-height: 0;
}

.oldie #footer .nav.social>li,
.oldie #footer .footer-bottom .nav>li {
  display: inline-block;
  vertical-align: top;
}

/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   media queries                                <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina XS SM MD LG */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones XS SM MD LG */
@media only screen and (min-width : 480px) {}
@media only screen and (min-width : 991px) {
  
   #navbar>.nav>li>.nav-wrapper {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0px;
  }

  #navbar>.nav>li:hover>.nav-wrapper {
    display: block;
  }
}
/* Small Devices, Tablets SM MD LG */
@media only screen and (min-width : 768px) {
  .h-md-100 {
    height: 100%
  }

 



  .list-students .content.student-1 {
    padding: 15px 25px 0;
  }

  .list-students .content p {
    max-width: 210px;
    font-size: 16px;
    line-height: 22px;
  }

  .list-students .content .flex-grow-1 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .animation-zoom {
    transform: scale(0.8);
    transform-origin: 25% 50%;
    transition: transform 0.4s linear;
  }

  .animation-zoom.animated {
    transform: scale(1);
  }

  .wrapper#wrapper-mea-dossier .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .wrapper#wrapper-voir-aussi .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .wrapper#wrapper-our-students .list-students {
    margin-left: -0px;
    margin-right: -0px;
  }

  .wrapper#wrapper-our-students .list-students.all {
    margin-left: 0;
    margin-right: 0;
  }

  .list-students.all .migx_student:nth-child(4n+1) .col+.col,
  .list-students.all .migx_student:nth-child(4n+2) .col+.col {
    order: -1;
  }

  .list-students.all .migx_student:nth-child(4n+2) .content,
  .list-students.all .migx_student:nth-child(4n+3) .content {
    color: #fff;
    background: #424242;
  }

  .row-enfants.row .pdoResources_lien .migx_booking {
    min-height: 200px;
  }

  .row-enfants.row .pdoResources_lien .migx_booking .more {
    margin-top: 0;
  }

  .row-enfants.row .pdoResources_lien:nth-child(4n+2) .migx_booking,
  .row-enfants.row .pdoResources_lien:nth-child(4n+3) .migx_booking {
    color: #fff;
    background: #424242;
  }

  .row-enfants.row .pdoResources_lien:nth-child(4n+2) .migx_booking .more a,
  .row-enfants.row .pdoResources_lien:nth-child(4n+2) .migx_booking .more .a,
  .row-enfants.row .pdoResources_lien:nth-child(4n+3) .migx_booking .more a,
  .row-enfants.row .pdoResources_lien:nth-child(4n+3) .migx_booking .more .a {
    color: #fff;
  }

  .template10 .wrapper.wrapper-intro .migx_slider {
    background-image: none !important;
  }

  .news-wrapper,
  .news {
    height: 100%;
  }
}

/* Medium Devices, Desktops  MD LG */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens LG */
@media only screen and (min-width : 1200px) {}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens XS SM MD */
@media only screen and (max-width : 1199px) {
  #navbar>.nav>li {
    margin-right: 15px;
  }

  #navbar>.nav>li>a {
    font-size: 14px;
  }

  .news-blocks-inner {
    margin: -10px;
  }

  .news-blocks .news-block-wrapper {
    padding: 10px;
  }

  .migx_contenu .illustration {
    padding-left: 0px;
  }

  .slider-inner-box {
    padding: 25px 20px;
  }
}


/* Medium Devices, Desktops XS SM */

@media only screen and (max-width : 991px) { 
  /*  #navbar>.nav>li>.nav-wrapper {
    background-color: transparent !important;
    width: 100%;
    height: auto;
    position: inherit;
    left: 0px;
  }*/
    .What-our-students{ 
    display: block;}
  #topnav {
    padding-top: 10px;
    display: none;
  }
  #navbar>.nav>li>a>.nav-link-inner:after {
    display: none;}

  #navbar>.nav>li {
    margin: 0px;
    position: relative;
  }
  #navbar>.nav>li>.nav-wrapper>ul {
    position: static;
    width: auto;
    overflow: hidden;
   }
  #navbar>.nav>li>.nav-wrapper>ul li>a {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 30px;
        max-width: 100%;
    left: 0 !important;
  }
    #navbar>.nav>li>a.btn {
    border-radius: 0px;
    padding: 10px 25px;
    border: none;
  }

    #nav {
    position: relative;
    z-index: 1;
    margin: 0;
    min-height: 1px;
    background-color: #3e3e3e;
    margin-left: -20px;
    margin-right: -20px;
   }
#navbar>.nav>li>.nav-wrapper>ul {
    position: static;
    width: auto;
    overflow: hidden;
    width: 100% !important;
   }

  #navbar>.nav>li:last-child {
    margin-bottom: 0;
  }

  #navbar>.nav>li>a {
    padding: 10px 25px 11px;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
    .What-our-students{ 
    display: block;
  }

  #nav {
    padding-right: 0;
  }

  #experts-our-name .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .col-profile-img {
    top: 8px !important;
  }

  #navbar>.nav>li>a {
    font-size: 14px;
  }

  #navbar>.nav>li>.nav-wrapper>ul {
    width: 200px;
  }

  #navbar>.nav>li>.nav-wrapper>ul li>a {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 60px;
  }

  .news-blocks-inner {
    margin: -5px;
  }

  .news-blocks .news-block-wrapper {
    padding: 5px;
  }

  .news-blocks .news-block .content .tag {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .news-blocks .news-block .content h3 {
    font-size: 15px;
    line-height: 18px;
  }

  .news-blocks .news-block.big .content {
    padding: 25px 30px;
  }

  #navbar>.nav>li>.navbar-toggler {
    right: 10px;
  }

  /* .migx_contenu .illustration {padding-left: 40px; width: 200px;} */
}

/* Small Devices, Tablets XS */
@media only screen and (max-width : 767px) {

  h2,
  .h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3,
  .markdown h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h3 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  p,
  li {
    font-size: 16px;
    line-height: 22px;
  }

  ul>li:before {
    margin-top: 8px;
  }

  blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  blockquote p {
    font-size: 18px;
    line-height: 30px;
  }

  p.author {
    font-size: 16px;
    line-height: 20px;
  }

  p.sub-text {
    font-size: 14px;
    line-height: 18px;
  }

  .breadcrumb {
    padding: 35px 0 20px;
  }

  .more {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .more a,
  .more .a {
    font-size: 14px;
    line-height: 18px;
  }

  .hover .more a span,
  .focus .more a span,
  .more a:hover span,
  .more a:focus span,
  .hover .more .a span,
  .focus .more .a span,
  .more .a:hover span,
  .more .a:focus span {
    -webkit-box-shadow: 0 -2px 0 currentColor inset;
    -moz-box-shadow: 0 -2px 0 currentColor inset;
    box-shadow: 0 -2px 0 currentColor inset;
  }

  legend {
    font-size: 24px;
    line-height: 28px;
  }

  label {
    font-size: 16px;
    line-height: 20px;
  }

  fieldset {
    padding-left: 15px;
    padding-right: 15px;
  }

  .steps-nav-item {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 46px;
  }

  .animation-fade {
    opacity: 1 !important;
  }

  .wrapper .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .chapo {
    margin-bottom: 20px;
  }

  .chapo p {
    font-size: 16px;
    line-height: 24px;
  }

 /* [class*='mt-']:first-child {
    margin-top: 0 !important;
  }*/

  .illustration img {
    width: 100%;
  }

  ul.columns {
    display: block;
  }

  ul.columns>li {
    padding-right: 0;
    max-width: none;
  }

  /*#header {position: absolute; left: 0; top: 0; right: 0; height: auto !important; background: none !important;}*/
  /* #header-fixed {position: static !important; color: inherit !important; background: none !important;}
  #header-fixed #logo a:after {display: none !important;} */

  #topnav {
    padding-top: 10px;
    display: none;
  }

  #topnav .nav>li>a {
    font-size: 12px;
    line-height: 16px;
  }

  #logo-nav {
    padding-bottom: 0;
  }

  #logo-nav .container {
    position: inherit;
  }

  #logo {
    margin-bottom: 20px;
  }

  #logo a {
    width: 200px;
    height: 51px;
    background-image: url('images/logo-admissions-key-m.svg');
  }

  #header-fixed#logo a:after {
    background-image: url('images/logo-admissions-key-grey-m.svg');
  }

  #nav {
    position: relative;
    z-index: 1;
    margin: 0;
    min-height: 1px;
    background-color: #3e3e3e;
    margin-left: -20px;
    margin-right: -20px;
  }

  /* #nav:before {position: absolute; left: -9999px; top: 1px; right: -9999px; bottom: 0; content: ""; background: #424242;} */
  #navbar>.nav>li>a>.nav-link-inner:after {
    display: none;
  }

  #navbar>.nav {
    padding: 5px 0;
  }

  #navbar>.nav>li {
    margin: 0px;
    position: relative;
  }

  #navbar>.nav>li:last-child {
    margin-bottom: 0;
  }

  #navbar>.nav>li>a {
    padding: 10px 25px 11px;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  #navbar>.nav>li>.nav-wrapper>ul {
    position: static;
    width: auto;
    overflow: hidden;
  }

  .navbar-toggler {
    top: 22px;
    right: 17px;
  }

  /* #maincontent {padding-bottom: 40px;} */

  #footer p,
  #footer li {
    font-size: 16px;
    line-height: 22px;
  }

  #footer .footer-bottom {
    margin-top: 20px;
  }

  #footer .footer-bottom p {
    margin-right: 0;
  }

  .copy-right {
    margin-top: -30px;
  }

  .pagetitle {
    margin-bottom: 25px;
  }

  .form-group-wrapper .col:not(:last-child) .form-group:last-child {
    margin-bottom: 25px;
  }

  .migx_service .content,
  .migx_service .more {
    padding-left: 0;
    padding-right: 0;
  }

  .list-booking {
    margin-top: 40px;
  }

  .list-booking.aside .migx_booking {
    margin-bottom: 15px;
  }

  .migx_booking .more {
    margin-top: 15px;
  }

  .quote .illustration {
    padding-top: 0;
  }

  .wrapper.wrapper-intro .migx_slider {
    height: 400px;
  }

  .template10 .wrapper.wrapper-intro .migx_slider {
    height: 400px;
  }

  .template10 #header+.wrapper.wrapper-intro {
    margin-top: 0 !important;
  }

  .wrapper.wrapper-intro .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.wrapper-intro .content {
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    min-height: 231px;
    padding: 30px 30px 25px;
    top: 35px;
  }
   .wrapper.wrapper-intro .isMobilecontent {
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    min-height: 231px;
    padding: 30px 30px 25px;
    top: 53px;
  }

  .wrapper.wrapper-intro .content h2,
  .wrapper.wrapper-intro .content .h2 {
    margin-bottom: 15px;
  }

  .wrapper.wrapper-intro .content p {
    font-size: 16px;
    line-height: 22px;
    max-width: 290px;
  }

  .wrapper.wrapper-slider .container {
    padding: 20px 30px 25px;
  }

  .wrapper.wrapper-slider .migx_slider .content {
    position: static;
    width: auto;
    height: 100%;
  }

  .wrapper.wrapper-slider .migx_slider .content .inner {
    padding: 20px 30px 25px;
    width: 100%;
    background: #222;
    background-color: rgba(34, 34, 34, 0.4);
  }

  .wrapper#wrapper-mea-dossier .col+.col {
    padding-top: 35px;
    border-top: 1px solid #ddd;
  }

  .wrapper#wrapper-why-choose-us .list-booking .pdoResources_lien+.pdoResources_lien {
    margin-top: 20px;
  }

  .wrapper#wrapper-why-choose-us .list-booking .migx_booking {
    height: 170px;
  }

  .wrapper#wrapper-our-mba-emba-packages [class*="col-"]+[class*="col-"] {
    margin-top: 20px;
  }

  /* .wrapper#wrapper-voir-aussi .migx_service .illustration {display: none;} */
  .wrapper#wrapper-voir-aussi .list-experts .col+.col {
    margin-top: 0 !important;
  }

  .wrapper#wrapper-voir-aussi .list-experts h3 {
    padding-left: 10px;
  }

  /* .wrapper#wrapper-voir-aussi .list-experts h3:before {float: left; margin: 12px 0 0 -10px; width: 5px; height: 5px; content: ""; background: #f93;}
  .wrapper#wrapper-voir-aussi .list-experts h3:before {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  } */

  .list-experts>.row,
  .list-experts>.row>.col {
    margin-bottom: 0;
  }

  .migx_expert .illustration {
    margin-bottom: 15px;
  }

  .migx_expert .content,
  .migx_expert .more {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper#wrapper-our-mba-emba-packages .col+.col {
    margin-top: 20px;
  }

  p.rating {
    margin-bottom: 10px;
  }

  .bx-prev,
  .bx-next {
    width: 46px;
  }

  .migx_slider.migx_quote {
    padding-left: 36px;
    padding-right: 36px;
  }

  .list-students .illustration .description {
    display: none !important;
  }

  .list-students.all .migx_student .h-100 {
    height: auto !important;
  }

  /* .wrapper.wrapper-intro .migx_slider video {display: none !important;} */

  #wrapper-contenus .slider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .migx_contenu {
    padding: 0 40px;
  }

  .migx_contenu p.surtitre {
    font-size: 16px;
    line-height: 20px;
  }

  .migx_contenu h2,
  .migx_contenu .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  /* .migx_contenu .illustration {float: none; margin-bottom: 20px; padding: 0; width: auto;} */
  .migx_contenu .illustration img {
    width: auto;
  }

  .header-block {
    margin-bottom: 50px;
  }

  .header-block .chapo p {
    line-height: 24px;
  }

  .news-blocks,
  .news-section .hgroup {
    margin-bottom: 50px;
  }

  .news h3 {
    margin-bottom: 10px;
  }

  .news-section .col+.col {
    margin-top: 20px;
  }

  .row-enfants.row .pdoResources_lien:nth-child(even) .migx_booking {
    color: #fff;
    background: #424242;
  }

  .row-enfants.row .pdoResources_lien .migx_booking .more {
    text-transform: none;
  }

  .row-enfants.row .pdoResources_lien .migx_booking .more a,
  .row-enfants.row .pdoResources_lien .migx_booking .more .a {
    color: inherit;
  }

  .wrapper.wrapper-intro .migx_slider.migx_slider-student {
    padding-top: 200px;
  }

  .wrapper.wrapper-intro .migx_slider.migx_slider-student:before {
    display: none;
  }

  .wrapper.wrapper-intro .migx_slider.migx_slider-student:after {
    left: 0;
    top: 0;
    bottom: auto;
    right: 0;
    height: 200px;
  }

  .wrapper.wrapper-intro .migx_slider.migx_slider-student .content {
    padding: 15px;
    width: auto;
  }

  .list-students.all .migx_student:nth-child(even) .content {
    color: #fff;
    background: #424242;
  }

  .row-enfants.row .pdoResources_lien:nth-child(even) .migx_booking {
    color: #fff;
    background: #424242;
  }

  .row-enfants.row .pdoResources_lien:nth-child(even) .migx_booking .more a,
  .row-enfants.row .pdoResources_lien:nth-child(even) .migx_booking .more .a {
    color: #fff;
  }

  .wrapper.wrapper-intro .container {
    height: auto !important;
  }

  .wrapper.wrapper-intro.aside_carrousel-personne .migx_slider {
    height: auto !important;
  }

  #navbar>.nav>li#item52>.navbar-toggler {
    display: none;
  }

  .wrapper.wrapper-intro .container {
    height: 100% !important;
  }

  .wrapper.wrapper-intro .content h2,
  .wrapper.wrapper-intro .content .h2 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 28px;
  }


  .wrapper#wrapper-contenus .row {
    display: block;
  }

  .wrapper#wrapper-contenus .col {
    display: block;
  }

  .wrapper#wrapper-contenus .col+.col {
    margin-top: 15px;
  }

  #id48 .wrapper.contenu2 .markdown h2 {
    font-size: 24px;
    line-height: 28px;
  }

  #id48 .wrapper.contenu2 .markdown h3 {
    font-size: 20px;
    line-height: 24px;
  }

  #id48 .wrapper.contenu2 .markdown p,
  #id48 .wrapper.contenu2 .markdown li {
    font-size: 16px;
    line-height: 20px;
  }

  #id48 .wrapper.contenu2 .markdown blockquote:before {
    margin-bottom: -30px;
    font-size: 100px;
    line-height: 54px;
  }

  .school button {
    margin-top: 0;
  }

  .school button+.button {
    margin-top: 15px;
  }

  #checkout .form-input-small input {
    width: 50px;
  }

  #checkout .price {
    text-align: right;
  }

  #checkout .btn-delete {
    margin-left: 15px;
  }

  #checkout .btn-delete:before {
    margin-right: 0;
  }

  #checkout .btn-delete .text {
    display: none;
  }
}

/* Extra Small Devices, Phones XS */
@media only screen and (max-width : 575px) {

  .migx1diaporamavignettes+.migx1diaporamavignettes {
    margin-top: 40px;
  }

  .markdown blockquote p,
  .markdown blockquote li {
    font-size: 22px;
    line-height: 30px;
  }

  .markdown blockquote {
    background-size: 50px;
    padding-left: 70px;
  }

  #wrapper-our-story .markdown p {
    margin-bottom: 20px;
  }

  #wrapper-our-story h3 {
    margin-bottom: 50px;
  }

}

/* Custom, iPhone Retina XS */
@media only screen and (max-width : 320px) {}

/*********************************************************************My css***/
.more .btn {
  padding: 10px;
  width: 100%;
  color: #424242;
  font-size: 16px;
  text-align: center;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #000000;
  font: bold 18px/28px 'F37-Ginger', sans-serif;
}

.more .bg-yellow {
  background-color: #f93;
}

.migx_booking:hover .btn {
  color: #fff;
  background-color: #424242 !important;
}

#wrapper-option-choose {
  background-color: #424242;
  text-align: center;
  color: #fff;
}

.btn.text-dark {
  color: #424242;
}

.btn {
  background-color: #ff9833;
  font-size: 16px;
  color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
  text-decoration: none;
  font: bold 18px 'F37-Ginger', sans-serif;
}

.btn.bg-white {
  background-color: #ff9833 !important;
  color: #424242;
}

.btn.bg-test {
  margin: 15px 38px 0px !important;
}

.btn:hover {
  background-color: #fff;
}

.btn.bg-white:hover,
.hover-dark:hover {
  background-color: #424242 !important;
  color: #fff !important;
}

#wrapper-option-choose .btn.bg-white:hover {
  background-color: #fff !important;
  color: #424242 !important;
}

#why-choose-us .migx_slider img {
  width: 100%;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

#why-choose-us .migx_slider .container {
  position: absolute;
  top: 186px;
  left: 110px;
}

.carousel .carousel-indicators .active {
  background-color: #ff9833;
}

.carousel .carousel-indicators li {
  height: 20px;
  width: 20px;
  opacity: 1;
  border-radius: 50%;
  margin-right: 8px;
}

.carousel .carousel-indicators {
  bottom: 20px;
}

#why-choose-us.wrapper.wrapper-intro .content h1 {
  margin-bottom: 7px;
}

#why-choose-us.wrapper.wrapper-intro .content p {
  margin-bottom: 20px;
}

#why-choose-us.wrapper.wrapper-intro .content {
  background: transparent;
  max-width: 560px;
}

.sign-up-box {
  padding: 15px;
  font-size: 16px;
  color: #fff;
  font: 18px/36px 'F37-Ginger', sans-serif;
  background-color: #ff9833;
  font-weight: 400;
  text-align: center !important;
}

.sign-up-box span {
  color: #424340;
  font-weight: bold;
}

.sign-up-btn {
  padding: 15px 19px;
  border: none;
  background: #ffead6;
  border-radius: 30px;
  line-height: 0;
  color: #424340;
  text-decoration: none;
  font-size: 15px;
  margin-left: 10px;
}

.sign-up-btn:hover {
  background-color: #424340;
  color: #fff;
}

a.link-learnMore:hover {
  color: #ff9833;
}

.back-btn {
  position: absolute;
  /* bottom: 11px; */
  left: 20px;
  font: bold 15px/22px 'F37-Ginger', sans-serif;
}

.back-btn a {
  text-decoration: none;
  font-size: 14px;
  color: #e58a37;
}

/*******************************************************************why-consult-us Start***********/

#why-consult-us {
  background: url(http://137.184.74.35/front/assets/images/static/home/banner_img_3new.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

#why-consult-us .inner-box {
  max-width: 400px;
}

#why-consult-us .inner-box a {
  margin-top: 50px;
  /* margin-bottom: 60px; */
}

#why-consult-us ul li {
  padding-bottom: 20px;
}

.our-approach .container {
  padding-top: 40px;
}

.application-preparation-approach .container {
  padding-top: 40px;
}

.step-height .slider-inner-box {
  min-height: 500px;
}

.slider-inner-box {
  padding: 25px;
  background-color: #fff;
  min-height: 525px;
}

.slider-inner-box p {
  font-size: 16px;
  color: #424242;
  line-height: 22px;
  min-height: 208px;
}

html[lang='fr'] .slider-inner-box p {
  min-height: 242px;
}

.slider-inner-box h3 {
  margin: 13px 0 20px;
  font: bold 20px/25px 'F37-Ginger', sans-serif;
  color: #f93;
  height: 50px;
}

html[lang='fr'] .slider-inner-box h3 {
  min-height: 70px;
}

html[lang='en'] .no-space-H3 .slider-inner-box h3 {
  height: auto;
}

#wrapper-our-mba-emba-packages {
  position: relative;
}

#wrapper-our-mba-emba-packages:after {
  position: absolute;
  left: 0px;
  content: "";
  bottom: 0px;
  height: 69%;
  width: 100%;
  z-index: -1;
  background-color: #f9f4f2;
}

#wrapper-our-mba-emba-packages .packages-box {
  padding: 20px 22px 72px;
  position: relative;
  min-height: 636px;
  background-color: #fff;
}

#wrapper-our-mba-emba-packages .packages-box h3 {
  font-size: 22px;
}

html[lang='en'] #wrapper-our-mba-emba-packages .packages-box h3 {
  min-height: 56px;
}

html[lang='fr'] #wrapper-our-mba-emba-packages .packages-box h3 {
  min-height: 56px;
}

ul.our-packages-list {
  margin-top: 22px;
  margin-bottom: 40px;
}

ul.our-packages-list li {
  font-weight: 400;
  list-style: none;
  position: relative;
  margin-bottom: 23px;
  padding-left: 20px;
  font-size: 17px;
}

ul.our-packages-list li::before {
  background-color: #000;
  left: -8px;
  position: relative;
}

.packages-box .prices-box {
  font-size: 21px;
  font: 400 21px/28px 'F37-Ginger', sans-serif;
  color: #424242;
  position: absolute;
  left: 18px;
  bottom: 52px;
}

.packages-box .prices-box span {
  font-size: 18px;
}

.packages-box .btn-learnMore {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.packages1 {
  border-top: 2px solid #ffa400;
}

.packages1 .btn-learnMore {
  background-color: #e0cabf;
  color: #42434e;
}

.packages2 {
  border-top: 2px solid #e0cabf;
}

.packages2 .btn-learnMore {
  background-color: #424242;
  color: #fff;
}

.packages3 {
  border-top: 2px solid #424242;
}

.packages3 .btn-learnMore {
  background-color: #ff9833;
  color: #fff;
}

#wrapper-selection-experts .row {
  margin-top: 50px;
  /* margin: 0px auto; */
  /* max-width: 1050px; */
}

#wrapper-selection-experts-bsc .row {
  margin-top: 50px;
  /* margin: 0px auto; */
  /* max-width: 1050px; */
}

#wrapper-selection-experts-msc .row {
  margin-top: 50px;
  /* margin: 0px auto; */
  /* max-width: 1050px; */
}

#wrapper-selection-experts-mba .row {
  margin-top: 50px;
  /* margin: 0px auto; */
  /* max-width: 1050px; */
}

#wrapper-selection-experts-phd .row {
  margin-top: 50px;
  /* margin: 0px auto; */
  /* max-width: 1050px; */
}

#wrapper-selection-experts .experts-box h2 {
  margin-bottom: 10px;
  margin-top: 13px;
}

#wrapper-selection-experts .experts-box h2 a {
  font-size: 27px;
}

#wrapper-selection-experts .experts-box h2 a {
  text-decoration: none;
}

.link-learnMore {
  color: #474242;
  text-decoration: none;
  font: 600 18px/54px 'F37-Ginger', sans-serif;
}

.test-preparation-top-col {
  padding-right: 120px;
}

/*****************************************************************************Our Services Css Start**********/
.services-box {
  padding: 120px 100px;
  margin-top: 50px;
  color: #fff;
  background-color: #ddd;
}

.services-box h2 {
  margin-bottom: 15px;
  font-size: 25px;
}

.services-box p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
  max-width: 500px;
}

.services-box .btn.bg-white:hover,
.services-box .hover-dark:hover {
  background-color: #fff !important;
  color: #3e3e3e !important;
}

.services-box .btn.bg-white {
  color: #fff;
}

#meet-our-experts .btn {
  margin-top: 50px;
}

#meet-our-experts .experts-text {
  padding-top: 60px;
}
.considered-box.min-height-box {
    min-height: 130px !important;
}

#meet-our-experts.wrapper-content .experts-text {
  padding-top: 0px;
}

#meet-our-experts {
  padding-bottom: 100px;
}

#meet-our-experts .container {
  padding-top: 40px;
}

/*****************************************************************************Application Preparation Css Start**********/
#top-content-box .container,
.why-consultUs-mba .container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.considered-box {
  padding: 25px 23px 60px;
  background-color: #faf7f5;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  min-height: 240px;
}

.considered-box p {
  font-size: 15px;
  line-height: 21px;
}

.considered-box h3 {
  color: #ff9833;
  font-size: 21px;
  text-align: center;
}

.select-package-btn {
  padding: 12px 20px;
  width: 100%;
  background: #ff9833;
  display: inline-block;
  position: relative;
  bottom: 0px;
  left: 0px;
  font-weight: 600;
  font-size: 15px;
  color: #424242;
  line-height: 1;
  text-decoration: none;
  font-family: 'F37-Ginger', sans-serif;
}

.select-package-btn i {
  float: right;
  top: 1px;
  position: relative;
  right: 2px;
  font-weight: 400;
  font-size: 13px;
}

.considered-box .select-package-btn {
  position: absolute;
}

.bg-color1 {
  background-color: #f3eae6 !important;
}

.bg-color2 {
  background-color: #ffead6 !important;
}

.bg-color3 {
  background-color: #ececec !important;
}

#why-consultUs-mba {
  background-color: #424242;
  color: #fff;
}

#why-consultUs-mba .col-mba-emba {
  padding-right: 118px;
}

#why-consultUs-mba p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.col-mba-emba h3 {
  font-size: 22px;
}

.packages-includes-box {
  background-color: #fff;
  padding: 20px 20px 56px;
  position: relative;
  color: #424242;
  margin-top: 40px;
}

.packages-includes-box .rowtest {
  min-height: 150px;
}

#why-consultUs-bs .packages-includes-box .row {
  min-height: auto;
}

#why-consultUs-bs .container {
  padding-top: 60px;
  padding-bottom: 90px;
}

.packages-includes-box h3 {
  font-size: 18px;
}

ul.packages-includes-list li {
  font-size: 14px;
  line-height: 23px;
  padding-left: 26px;
  font-weight: 400;
}

ul.packages-includes-list li:before {
  background-color: #424242;
  left: -17px;
  position: relative;
  top: -3px;
}

.packages-includes-box .icon-box img {
  width: 50px;
}

.packages-includes-box .icon-box {
  text-align: center;
  margin-top: 5px;
}

.packages-includes-box .icon-box span {
  margin-top: 15px;
  color: #f93;
  font-size: 16px;
  font-family: 'F37-Ginger', sans-serif;
  display: inline-block;
  padding: 0px;
  max-width: 90px;
  line-height: 18px;
}

.packages-includes-box .prices-box {
  font-size: 21px;
  font: 400 21px/28px 'F37-Ginger', sans-serif;
  color: #424242;
  margin-top: 15px;
  width: 100%;
  padding-left: 12px;
  display: inline-block;
}

.packages-includes-box .prices-box span {
  font-size: 18px;
}

.packages-includes-box .select-package-btn {
  position: absolute;
  padding: 15px 25px 15px 34px;
  font-size: 17px;
}

.packages-includes-box .select-package-btn i {
  font-size: 16px;
}

/*****************************************************************************Our Experts Css Start**********/

.our-experts-page .experts-box {
  margin-top: 90px;
  color: #000;
}

.our-experts-page {
  position: relative;
  z-index: 0;
}

.our-experts-page:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 83%;
  content: "";
  z-index: -1;
  background-color: #f9f4f2;
}

.our-experts-page .experts-box h2 {
  margin: 12px 0px;
}
#student-testi.student-testimonial{
  /*min-height: 865px !important;*/
  height: 100% !important;
}

#experts-our-students .student-testimonial {
  padding: 40px 30px 60px;
  color: #fff;
  margin-top: 10px;
  background-color: #424242;
/*  min-height: 862px;*/
  text-align: justify;
  text-justify: inter-word;

}

#experts-our-students .student-testimonial span {
  font-size: 13.5px;
  font-weight: bold;
  font-family: 'F37-Ginger', sans-serif;
}

.student-testimonial p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.student-img {
  position: relative;
  text-align: right;
  /*margin-bottom: 70px;*/
}

.student-img img.img-student {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
}

.student-img img.quote-icon {
  position: absolute;
  left: 0px;
  width: 60px;
  top: 0px;
}

/* #experts-our-students .container{
  max-width: 1066px;
} */
#experts-our-students [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

#experts-our-students .row {
  margin-left: -10px;
  margin-right: -10px;
}

#experts-our-students {
  position: relative;
  z-index: 0;
}

#experts-our-students:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 67%;
  content: "";
  z-index: -1;
  background-color: #f9f4f2;
}

/*****************************************************************Our experts Profile*******/
#experts-our-name {
  padding-top: 120px;
}

#experts-our-name .container {
  padding-bottom: 160px;
}

#experts-our-name h2 {
  line-height: 45px;
  font-size: 40px;
}

.experts-text {
  margin-top: 70px;
}

.experts-text .quote-icon {
  margin-bottom: 45px;
  width: 60px;
}

.col-profile-img {
  top: -355px;
  position: relative;
}

.span-profile-img {
  display: inline-block;
  width: 100%;
  height: 500px;
}

.span-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#experts-our-profile h3 {
  margin-bottom: 33px;
}

ul.education-list li {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 400;
}

ul.education-list {
  margin-bottom: 50px;
}

.font17 {
  font-size: 17px;
}

.experts-bottom-btn {
  margin-top: 95px;
}

.experts-bottom-btn .btn {
  width: 220px;
}

.experts-bottom-btn .btn.bg-dark:hover {
  background-color: #ff9833 !important;
  color: #fff !important;
}

.profile-our-students .container {
  padding-top: 0px;
  padding-bottom: 20px;
}

.profile-our-students#experts-our-students:after {
  bottom: auto;
  top: 0px;
  height: 37%;
}

#experts-our-profile {
  position: relative;
}

#experts-our-profile:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #f9f4f2;
}

/************************************************************Contact Page css Start****/
#wrapper-ContactForm .form-control {
  padding: 8px 15px;
  border-color: #ccc;
  background-color: #f6f6f6;
}

#wrapper-ContactForm label {
  font-size: 16px;
  margin-bottom: 10px;
}

#wrapper-ContactForm .form-row {
  margin-right: -15px;
  margin-left: -15px;
}

#wrapper-ContactForm .form-row>.col,
#wrapper-ContactForm .form-row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

#wrapper-ContactForm form {
  margin-top: 100px;
}

#wrapper-ContactForm textarea.form-control {
  height: 300px;
}

#wrapper-ContactForm .container {
  padding-bottom: 0px;
}

/********************************************************************About Page css Start ****/
#wrapper-mission .diaporama {
  padding-top: 50px;
  padding-bottom: 120px;
}

#wrapper-mission .all-services h3 {
  font-size: 22px !important;
}

#wrapper-mission .all-services p {
  font-size: 17px;
  padding-right: 2px;
}

#wrapper-mission {
  position: relative;
  padding-bottom: 30px;
}

#wrapper-mission:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  content: "";
  z-index: -1;
  background-color: #f9f4f2;
}

#wrapper-our-story {
  margin-bottom: 30px;
}

#wrapper-our-team .texte h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-top: 13px !important;
}

#wrapper-our-team .texte p {
  font-size: 17px;
  color: #fff;
  font-family: 'F37-Ginger', sans-serif;
  font-weight: 300;
  line-height: 23px;
}

#wrapper-our-story h2 {
  font-size: 40px;
}

#wrapper-our-story h3 {
  font-size: 38px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 120px;
}

#wrapper-our-story .markdown p {
  margin-bottom: 50px;
}

#wrapper-our-story .markdown h4 {
  color: #424242;
  font-family: 'F37-Ginger', sans-serif;
}

.bg-light {
  background-color: #f9f4f2;
}

/********************************************************************Meet Our Students Css Start****/
#wrapper-meet-our-students {
  position: relative;
}

#wrapper-meet-our-students:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 87%;
  content: "";
  z-index: -1;
  background-color: #f9f4f2;
}

#wrapper-meet-our-students .more a {
  border: none;
  width: 100%;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

#wrapper-meet-our-students .more a img {
  width: 16px;
  float: right;
  position: relative;
  top: 7px;
}

#wrapper-meet-our-students .illustration .more {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 9;
  padding: 0px 30px;
}

#wrapper-meet-our-students .student-3 .more a {
  text-transform: none;
}

#wrapper-meet-our-students .more.bigFont a {
  font-size: 27px;
}

#wrapper-meet-our-students .more.bigFont {
  bottom: 30px;
}

#wrapper-meet-our-students .content h3 {
  font-size: 20px;
  font-weight: 400;
}

#wrapper-our-students .migx_student h3 {
  font-size: 20px;
}

#wrapper-meet-our-students .migx_student p {
  font-size: 16px;
  max-width: 207px;
  line-height: 22px;
  min-height: 80px;
}

#wrapper-meet-our-students .content.h-auto,
#wrapper-meet-our-students .illustration.h-auto {
  height: 223px !important;
}

.bg-pink {
  background-color: #e0cabf;
}

#wrapper-meet-our-students .list-students .illustration {
  position: relative;
  z-index: 0;
}

#wrapper-meet-our-students .list-students .illustration::before {
  position: absolute;
  left: 0px;
  opacity: 0;
  content: "";
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 152, 51, 0.7);
}

#wrapper-meet-our-students .list-students .illustration:hover:before {
  opacity: 1;
}

.students-hover-box {
  background-color: #fff;
  padding: 100px 40px 90px;
  position: initial;
  /*z-index:999;*/
  width: 100%;
}

.students-hover-box h2 {
  margin-bottom: 3px;
}

.students-hover-box h3 {
  margin: 0 0px 25px;
  font-size: 25px;
  font-weight: 400;
  color: #424242;
  line-height: 35px;
}

.students-hover-box h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: 'F37-Ginger', sans-serif;
}

ul.list-school-low li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  padding-left: 35px;
}

ul.list-school-low li:before {
  position: relative;
  left: -23px;
  background-color: #424242;
  top: -1px;
}

.students-hover-box .close {
  position: initial;
  top: 20px;
  opacity: 1;
  right: 30px;
  font-size: 30px;
  color: #000;
}

.students-hover-box .close i {
  font-weight: 300;
}

/**************************************************************News page Css start*******/
#news-journal .container {
  padding-bottom: 30px;
}

#wrapper-news {
  background-color: #f9f4f2;
}

#wrapper-news .container {
  padding-top: 20px;
  padding-bottom: 50px;
}

#wrapper-news h2 {
  margin-bottom: 10px;
}

#wrapper-news h2 span a,
#wrapper-admissions h2 a {
  text-decoration: none;
}

#wrapper-news h2 span,
#wrapper-admissions span {
  float: right;
  font-size: 25px;
  font-weight: 300;
}

span i.fa-plus {
  font-weight: 300;
  margin-left: 7px;
}

.news-box-first .news-content {
  background-color: #ff9833;
  padding: 50px 50px 60px;
  min-height: 238px;
}

.news-box-first .news-content h3 {
  color: #fff;
}

.news-box-first .news-content .date {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  text-align: center;
  font-family: 'F37-Ginger', sans-serif;
}

.news-box .news-content .read-more {
  font-weight: bold;
  color: #424242;
  font-size: 17px;
  font-family: 'F37-Ginger', sans-serif;
}

.news-box .news-content .read-more:hover {
  color: #000;
}

.news-content {
  padding: 22px 20px;
  min-height: 112px;
  background-color: #fff;
}

.news-content h4 {
  margin-bottom: 10px;
  font-family: 'F37-Ginger', sans-serif;
}

.news-box+.news-box {
  margin-top: 30px;
}

#bg-imgContent {
  padding: 150px 0px;
  background-size: cover;
}

#bg-imgContent h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 38px;
}

#bg-imgContent p {
  color: #fff;
}

#bg-imgContent .inner-box {
  max-width: 550px;
}

#bg-imgContent a {
  font-weight: bold;
  color: #ff9833;
  font-size: 17px;
  font-family: 'F37-Ginger', sans-serif;
}

#bg-imgContent a:hover {
  color: #fff;
}

.admissions-content {
  padding: 20px 20px;
  min-height: 130px;
  margin-bottom: 20px;
  background-color: #ffefe0;
}

.admissions-content h4 {
  margin-bottom: 10px;
  color: #ff9933;
  font-family: 'F37-Ginger', sans-serif;
}

.admissions-box .admissions-content .read-more {
  font-weight: bold;
  color: #424242;
  font-size: 17px;
  font-family: 'F37-Ginger', sans-serif;
}

.admissions-box .admissions-content .read-more:hover {
  color: #ff9933;
}

#wrapper-news.wrapper-degree-programs .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

#wrapper-news.wrapper-degree-programs {
  background-color: #fff;
}

#wrapper-news.wrapper-degree-programs h2 {
  margin-bottom: 20px;
}

#wrapper-news.wrapper-degree-programs .news-content {
  background-color: #ffead6;
}

#wrapper-news.wrapper-degree-programs .news-box-first .news-content {
  background-color: #ff9833;
}

.wrapper-financial {
  background-color: #f9f4f2;
}

.wrapper-financial .container {
  padding-top: 40px;
  padding-bottom: 60px;
}

.wrapper-financial .admissions-content {
  background-color: #fff;
}

.studying-content {
  /* background-color: #fff; */
  padding: 15px 0px;
}

.studying-content .date {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  text-align: right;
  font-family: 'F37-Ginger', sans-serif;
}

.studying-content h3 {
  font-size: 19px;
}

.studying-content p {
  font-size: 17px;
  max-width: 400px;
}

.studying-content a {
  font-weight: bold;
  color: #424242;
  font-size: 17px;
  font-family: 'F37-Ginger', sans-serif;
}

.wrapper-school-rankings {
  background-color: #f9f4f2;
}

.wrapper-school-rankings .container {
  padding: 30px 0px 70px;
}

.considered-box:hover {
  background-color: #ffead6 !important;
}

.considered-box.activeCourse:hover {
  background-color: #424242 !important;
}

.cookies-box {
  position: fixed;
  top: 0;
  left: 0;
  padding: 27px;
  font-size: 17px;
  width: 100%;
  z-index: 9999;
  background-color: #f1f1f1;
  line-height: 20px;
}

.cookies-box .btn {
  border-radius: 50px;
  font-size: 14px;
  padding: 6px 25px;
  background-color: #424242;
  color: #fff;
}

.cookies-box .btn+.btn {
  background-color: transparent;
  padding: 6px 25px;
  border: 1px solid #424242;
  border-radius: 50px;
  color: #424242;
  margin-left: 10px;
}

.cookies-box .btn+.btn:hover,
.cookies-box .btn:hover {
  background-color: #ff9833;
  border-color: #fff;
  color: #fff;
}

.migx_contenu.owl-carousel .owl-nav.disabled {
  display: block;
}

.migx_contenu.owl-carousel button:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

/*free consultant by babloo*/
.row.wich-time-do {
  padding-top: 30px;
}

.form-card {
  padding: 40px 0px 40px 0px;
}

h3.text-ecnter {
  text-align: center;
  color: #000;
  font-weight: 400;
}

h5.form-card-h5 {
  font: bold 24px/28px 'F37-Ginger', sans-serif;
  padding-bottom: 20px;
  color: #f93;
}

.form-control.free-consultation-booking {
  padding: 8px 15px;
  border-color: #d3d3d3 !important;
  background-color: #d3d3d3 !important;
}

.submit-btn-booking {
  text-align: right;
  padding-bottom: 50px;
  margin-right: 100px;
}

.btn:hover {
  background-color: #fff;
  /*border: 1px solid #fff;*/
}

a.nav-link.active {
  color: #ff9833 !important;
}

/*.submit-btn-booking button:hover
{
   color: #000 !important; 
}*/




/*------------Responsive Start-----------*/
/*@media only screen and (max-width: 1025px) {
#why-choose-us .carousel-indicators {
    bottom: 15px !important;
}
@media only screen and (max-width: 800px) {
#why-choose-us .carousel-indicators {
    bottom: 145px !important;
}*/


/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  #navbar>.nav>li>a {
    padding: 6px 8px 14px;
  }

  /* #why-choose-us .migx_slider .container {
    top: 0px;
} */

  #why-choose-us .carousel-indicators li {
    height: 15px;
    width: 15px;
  }

  a#acceptAll {
    margin: 0px 10px 10px 10px;
  }

  #wrapper-our-mba-emba-packages .packages-box h3 {
    font-size: 18px;
  }

  ul.our-packages-list li {
    font-size: 14px;
  }

  .packages-includes-box .icon-box span {
    padding: 0px 10px;
  }

  #footer .logo-site {
    background-size: 180px 45px !important;
  }

  #logo a {

    background-size: 180px 55px !important;
  }

  #navbar>.nav>li>a.btn,
  #footer .footer-btn .btn {
    padding: 6px 20px;
  }

  .experts-text.aos-init.aos-animate {
    margin: 0px;
  }

  #meet-our-experts {
    padding-bottom: 0px;
  }

  #meet-our-experts .container {
    padding-top: 0px !important;
  }

  .migx_service .illustration {
    align-self: auto;
  }
  .carousel .carousel-indicators {
    bottom: 0px !important;
}
}



/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  #navbar>.nav>li>a {
    padding: 6px 8px 14px;
  }

  /* #why-choose-us .migx_slider .container {
    top: 0px;
} */

  #why-choose-us .carousel-indicators li {
    height: 15px;
    width: 15px;
  }

  a#acceptAll {
    margin: 0px 10px 10px 10px;
  }

  /* .migx_contenu .illustration {
    padding-left: 0px;
    width: 120px;
} */
  #wrapper-our-mba-emba-packages .packages-box h3 {
    font-size: 18px;
  }

  ul.our-packages-list li {
    font-size: 14px;
  }

  .packages-includes-box .icon-box span {
    padding: 0px 10px;
  }

  #footer .logo-site {
    background-size: 180px 45px !important;
  }

  #logo a {

    background-size: 180px 55px !important;
  }

  #navbar>.nav>li>a.btn,
  #footer .footer-btn .btn {
    padding: 6px 20px;
  }

  .experts-text.aos-init.aos-animate {
    margin: 0px;
  }

  #meet-our-experts {
    padding-bottom: 0px;
  }

  #meet-our-experts .container {
    padding-top: 0px !important;
  }

  .migx_service .illustration {
    align-self: auto;
  }
  .carousel .carousel-indicators {
    bottom: 0px !important;
}
}




/* mobile (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper.wrapper-intro .content {
    max-width: 354px;
  }

  .navbar-toggler:focus {
    outline: none;
  }


  .bx-default-pager {
    bottom: 30px;
  }

  .wrapper.wrapper-intro .container {
    height: 85% !important;
  }

  .back-btn {
    right: 0px;
    margin-top: 50px;
    position: relative;
    text-align: left;
    left: 0px;
    display: inline-block;
  }


  #carouselExampleIndicators .carousel-control-next,
  #carouselExampleIndicators .carousel-control-prev {
    display: none;
  }

  #why-choose-us .carousel-indicators li {
    height: 15px;
    width: 15px;
  }

  #why-choose-us .carousel-indicators {
    bottom: 15px !important;
  }

  .services-box {
    padding: 120px 40px;
  }

  a#acceptAll {
    margin: 10px 10px 10px 10px;
  }

  /* .cookies-box.cookiesAllow.show .col-3 {
    flex: 0 0 35% !important;
    max-width: 35% !important;
}
.cookies-box.cookiesAllow.show .col-9 {
    flex: 0 0 65% !important;
    max-width: 65% !important;
} */
  .packages-includes-box .icon-box span {
    font-size: 14px;
    padding: 0px 0px;
    line-height: 18px;
    margin-left: -15px;
  }

  #meet-our-experts {
    padding-bottom: 0px;
  }

  #meet-our-experts .container {
    padding-top: 0px !important;
  }

  #meet-our-experts.wrapper-content .experts-text {
    padding-bottom: 40px;
  }

  .carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
    opacity: 1;
    border-radius: 50%;
    margin-right: 5px;
}
.carousel .carousel-indicators {
    bottom: 0px !important;
}
}



/* mobile (portrait) ----------- */
@media only screen and (max-width: 479px) {
  .bx-default-pager {
    bottom: 30px;
  }

  .wrapper.wrapper-intro .container {
    height: 90% !important;
  }

  /* .back-btn {
    right: 15px;
    text-align: right;
} */
  #why-choose-us .migx_slider .container {
    top: -20px;
    left: 20px;
  }

  #why-choose-us .carousel-indicators li {
    height: 15px;
    width: 15px;
  }

  #why-choose-us .carousel-indicators {
    display: none !important;
  }

  .wrapper-school-rankings .container {
    padding: 20px !important;
  }

  h2.animation-scroll.animation-fade {
    font-size: 22px;
  }

  #wrapper-news h2 span a,
  #wrapper-admissions h2 a {
    text-decoration: none;
    font-size: 20px;
  }

  .services-box {
    padding: 50px 25px;
  }

  .cookies-box.cookiesAllow.show .col-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .cookies-box.cookiesAllow.show .col-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  a#acceptAll {
    margin: 15px 0px;
  }

  a#Customize {
    margin: 0px;
  }

  .packages-includes-box .icon-box span {
    font-size: 14px;
    padding: 0px 0px;
    line-height: 16px;
  }

  #meet-our-experts {
    padding-bottom: 0px;
  }

  #meet-our-experts .container {
    padding-top: 0px !important;
  }

  /* .wrapper.wrapper-intro .content {
    padding: 5px 20px 10px;
} */
  #meet-our-experts.wrapper-content .experts-text {
    padding-bottom: 40px;
  }

  .carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
    opacity: 1;
    border-radius: 50%;
    margin-right: 5px;
}
.carousel .carousel-indicators {
    bottom: 0px !important;
}
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.sign-up-box br {
  display: none;
}

/* .wrapper.wrapper-intro.banner-ourServices .migx_slider{
  background-size: cover;
  height: 850px;
} */
.fa-chevron-down {
  font-size: 18px;
  color: #fff;
}

#why-choose-us .carousel-item img,
.migx_service .illustration img {
  transform: scale(1.01);
  transition: all 0.4s ease-out;
}

#why-choose-us:hover .carousel-item img,
.migx_service:hover .illustration img {
  transform: scale(1.12);
  transition: all 0.4s ease-out;
}

.why-consultUs-mba li {
  font-weight: 400;
}

#why-choose-us .carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  /* position: absolute; */
}

#wrapper-ContactForm #inputState {
  background: url(./images/down-arrow.png) no-repeat right center;
  background-size: 33px;
  background-color: #f6f6f6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 80px;
}

.carousel-control-prev-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px -9px;
  width: 24px;
  height: 45px;
  content: "";
  background: url(images/slider-controls.png) no-repeat 0 -43px;
  background-size: 49px auto;
}

.carousel-control-next-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -16px -9px;
  width: 24px;
  height: 45px;
  content: "";
  background: url(images/slider-controls.png) no-repeat -24px -43px;
  background-size: 49px auto;
}

#carouselHome .carousel-inner {
  height: 660px;
}


/******************************************Responsive css start**/
@media only screen and (max-width: 1366px) {
  /* .wrapper.wrapper-intro.about-banner .migx_slider{ height: 800px;} */
}

@media only screen and (max-width: 1199px) {
  .slider-inner-box {
    padding: 25px 20px;
  }

  ul.our-packages-list li {
    padding-left: 14px;
  }

  #wrapper-our-mba-emba-packages .packages-box {
    padding: 20px 20px 72px;
    min-height: 663px;
  }

  .slider-inner-box p {
    min-height: 288px;
  }

  #navbar>.nav>li.list-btn {
    margin-left: 0px;
  }

  .help-content {
    padding: 30px 25px 45px 25px;
    min-height: 396px;
  }

  .help-content p {
    font-size: 16px;
  }

  .cookies-box .btn,
  .cookies-box .btn+.btn {
    padding: 6px 16px;
  }

  .slider .bx-viewport {
    height: 600px !important;
  }

  .considered-box {
    min-height: 250px;
  }

  .considered-box {
    padding: 25px 15px 60px;
  }

  .packages-box {
    padding: 30px 15px;
  }

  .list-students .content {
    padding: 35px 30px 40px;
  }

  .list-students .content .more {
    margin: 0px;
  }

  .considered-box p {
    margin-bottom: 10px;
  }

  .wrapper.wrapper-intro .content {
    margin: 0px;
  }
}

@media only screen and (max-width: 990px) {

  /* .wrapper.wrapper-intro .content{ top: 0px;} */
  #wrapper-our-mba-emba-packages .row.row-md-20>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }

  #why-consult-us .inner-box {
    max-width: 510px;
  }

  .navbar-expand-md .navbar-collapse {
    flex-direction: row-reverse;
  }

  .slider-inner-box p {
    min-height: 200px;
  }

  .wrapper-our-mba-emba-packages [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #wrapper-our-mba-emba-packages .packages-box {
    padding: 20px 15px 72px;
  }

  .experts-box {
    margin-bottom: 20px;
  }

  .packages-includes-box .row [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .packages-includes-box .icon-box {
    margin-top: 20px;
  }

  #wrapper-voir-aussi .container {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  #wrapper-voir-aussi .list-experts>.row>.col {
    margin-bottom: 20px;
  }

  .considered-box {
    margin-bottom: 20px;
    min-height: 200px;
  }

  /* .wrapper.wrapper-intro.about-banner .migx_slider{ max-height: 600px;} */
  .all-services [class*="col"] {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
  }

  #wrapper-mission {
    padding-bottom: 0px;
  }

  #wrapper-our-story h3 {
    margin-bottom: 70px;
  }

  #wrapper-news [class*="col"] {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  #wrapper-news .col-50 .news-box {
    width: 48%;
    float: left;
  }

  #wrapper-news .col-50 .news-box+.news-box {
    margin-left: 4%;
    margin-top: 0px;
  }

  #wrapper-studying-abroad .studying-content [class*="col"] {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  #wrapper-studying-abroad .studying-content [class*="col"]+[class*="col"] {
    position: absolute;
    top: 0px;
    padding: 0px;
    right: 0px;
  }

  .studying-content {
    padding-top: 30px;
    position: relative;
  }

  #experts-our-students [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  #experts-our-students .student-testimonial {
    padding: 40px 30px 50px;
  }

  #wrapper-voir-aussi .migx_service .illustration img {
    width: 100%;
  }

  /* .wrapper.wrapper-intro.banner-ourServices .migx_slider{ height: 660px;} */
  .list-students>.row>[class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .students-hover-box h3 {
    font-size: 20px;
  }

  .detail .row>[class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding-left: 15px !important;
  }

  .students-hover-box h4 {
    margin-bottom: 15px;
  }

  .students-hover-box .content p {
    font-size: 15px !important;
    max-width: 100% !important;
    margin-top: 0px;
    line-height: 22px;
  }

  #navbar>.nav>li>.nav-wrapper>ul li {
    /*border-bottom: 1px solid #ddd;*/
  }

  #navbar>.nav>li>.nav-wrapper>ul {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {

  img#img_banner {
    min-height: 320px;
 }


  .span-profile-img {
    height: auto;
  }

  #carouselExampleIndicators .carousel-control-next,
  #carouselExampleIndicators .carousel-control-prev {
    display: none !important;
  }

  .wrapper.wrapper-intro #carouselHome .content .h2 {
    margin-bottom: 25px;
  }

  #carouselHome .carousel-caption {
    left: 0px;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wrapper.wrapper-intro #carouselHome .content {
    max-width: 100%;
    top: -59px;
  }

  .wrapper.wrapper-intro .container {
    padding-left: 30px;
    padding-right: 30px;
  }

.content.isMobilecontent.content_new {
    left: -59px;
}

  .sign-up-box br {
    display: block;
  }

  .show-mobile {
    display: block;
  }



   .hide-mobile {
    display: none;
  }


/*mobile css*/

  .list-students.hide-mobile {
    display: none;
  }
  .container,
  .container-sm {
    max-width: 100%;
  }

  #navbar>.nav>li.list-btn {
    margin-left: 0px;
    margin-right: 0px;
  }

  #navbar>.nav>li>a.btn {
    border-radius: 0px;
    padding: 10px 25px;
    border: none;
  }

  #navbar>.nav>li>.nav-wrapper>ul li>a {
    max-width: 100%;
    left: 0 !important;
  }

  #why-choose-us.wrapper.wrapper-intro .migx_slider {
    height: 760px;
  }

  .quote .illustration {
    text-align: left;
  }

  .quote .illustration img {
    width: 100%;
  }

  .sign-up-btn {
    margin-left: 0px;
    position: relative;
    top: 9px;
    display: block;
    width: 110px;
    padding: 17px;
    margin: 0px auto;
  }

  .sign-up-box {
    line-height: 25px;
    padding: 20px 15px 30px;
  }

  #meet-our-experts {
    text-align: center;
  }

  #meet-our-experts p {
    max-width: 100% !important;
  }

  .help-content {
    min-height: 350px;
  }

  .cookies-box .row [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .cookies-box {
    padding: 15px;
  }

  #wrapper-our-mba-emba-packages .packages-box {
    min-height: auto;
  }

  .list-booking.show-mobile .owl-carousel .owl-item img {
    height: 260px;
  }

  .list-experts .row [class*="col-"] {
    margin-bottom: 50px;
    text-align: center;
  }

  .list-experts .migx_service .illustration {
    width: 100%;
  }

  .wrapper#wrapper-voir-aussi .migx_service .content h3 {
    font-size: 25px;
    line-height: 28px;
  }

  .considered-box {
    margin-bottom: 20px;
    min-height: auto;
  }

  .why-consultUs-mba .row [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #wrapper-contenus .owl-next {
    right: -33px;
  }

  #wrapper-contenus .owl-prev {
    left: -33px;
  }

  #wrapper-our-mba-emba-packages:after {
    height: 83%;
  }

  #wrapper-our-mba-emba-packages .row.row-md-20>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .packages-includes-box .rowtest {
    min-height: auto;
  }

  .btn.bg-test {
    margin: 25px 15px 0px !important;
  }

  .wrapper.wrapper-intro.about-banner .migx_slider {
    max-height: 100%;
    height: 450px;
  }

  #wrapper-mission .diaporama {
    padding-bottom: 50px;
  }

  .markdown blockquote {
    margin: 40px auto 30px;
  }

  .wrapper-school-rankings .container {
    padding: 30px 25px 70px;
  }

  #experts-our-students [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
  }

  #wrapper-selection-experts .row {
    margin-top: 0px;
  }

  .our-experts-page .experts-box {
    margin-top: 40px;
  }

  #wrapper-ContactForm form {
    margin-top: 40px;
  }

  .form-card {
    padding: 20px 0px;
  }

  #wrapper-meet-our-students .content.h-auto,
  #wrapper-meet-our-students .illustration.h-auto {
    height: auto !important;
  }

  /* .wrapper.wrapper-intro.banner-ourServices .migx_slider{ height: 500px; } */
  .students-hover-box {
    padding: 60px 40px 20px;
  }

  #why-choose-us.wrapper.wrapper-intro .content {
    padding: 50px 30px 95px;
  }

  #why-choose-us.wrapper.wrapper-intro .content {
    width: 100%;
  }

  #why-choose-us .migx_slider .container {
    top: auto;
    bottom: 0;
    left: 0;
    background-color: #424242;
    position: absolute;
    height: auto !important;
  }

  html #why-choose-us .carousel-item img {
    height: 72%;
  }

  .wrapper.wrapper-intro #carouselExampleIndicators .content {
    top: 0px;
  }

  #navbar>.nav>li {
    margin: 0px;
    position: relative;
  }


.slideshow-container .content .isMobilecontent {
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    min-height: 231px;
    padding: 30px 30px 25px;
    top: 52px;

}

@media only screen and (max-width: 767px) {
  #how-ca-we-help .help-content h3 {
    min-height: auto;
  }

  .list-students .migx_student .row>[class*='col-'] {
    height: auto !important;
    max-height: fit-content;
  }

  #wrapper-our-students {
    overflow: hidden;
  }

  .list-booking.show-mobile .owl-carousel .owl-item img {
   /* height: auto;*/
  }

  #why-choose-us .carousel-item {
    height: 750px;
  }
}

@media only screen and (max-width: 650px) {

  /* .wrapper.wrapper-intro .content{ width: 80%;} */
  .wrapper.wrapper-intro .home_slider .container {
    left: 50px;
    padding-bottom: 0px;
    bottom: -50px;
  }
}

@media only screen and (max-width: 599px) {
  #wrapper-voir-aussi .container {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .slider-inner-box p {
    min-height: 130px;
  }

  .slider-inner-box {
    min-height: auto;
  }

  #wrapper-contenus .owl-prev,
  #wrapper-contenus .owl-next {
    display: none;
  }

  .migx_contenu {
    padding: 0px 10px;
  }

  .all-services [class*="col"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #wrapper-mission:after {
    height: 72%;
  }

  #wrapper-news .col-50 .news-box {
    width: 100%;
  }

  #wrapper-news .col-50 .news-box+.news-box {
    margin-left: 0px;
  }

  .news-box-first .news-content {
    min-height: auto;
    padding: 20px 20px 20px;
  }

  /* .wrapper.wrapper-intro.banner-ourServices .migx_slider{ height: 400px; } */
}

@media only screen and (max-width: 479px) {
  #carouselHome .carousel-inner {
    height: 630px;
  }

  .list-booking.show-mobile .owl-carousel .owl-item img {
    height: auto;
  }

}

@media only screen and (max-width: 450px) {

  /* .wrapper.wrapper-intro .content{ width: 90%;} */
  .wrapper.wrapper-intro .content p br {
    display: none;
  }
}

@media only screen and (max-width: 430px) {
  ul.footer-menu li {
    padding-left: 0px;
  }

  #footer .pl-5 {
    padding-left: 15px !important;
  }

  #wrapper-our-story h3 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 400px) {
  .slider.home_slider .bx-viewport {
    height: 400px !important;
  }

  .student-img {
    margin-bottom: 30px;
  }

  .student-img img.img-student {
    height: 100px !important;
    width: 100px !important;
  }

  .student-testimonial p {
    font-size: 18px;
    line-height: 24px;
  }

  .wrapper.wrapper-intro.about-banner .migx_slider {
    height: 350px;
  }

  .markdown blockquote {
    background: none;
    padding: 0px;
  }

  #footer .footer-btn .btn {
    padding: 6px 10px;
  }

  .wrapper.wrapper-intro .home_slider .container {
    bottom: 50px;
    left: 0px;
  }

  #carouselHome .carousel-inner {
    height: 550px;
  }

  .wrapper.wrapper-intro #carouselHome .content {
    top: -120px;
  }
}

@media only screen and (max-width: 350px) {
  #why-choose-us.wrapper.wrapper-intro .content {
    padding: 40px 0px 60px;
  }

  .footer-btn {
    margin-bottom: 0px;
  }

  .back-btn {
    position: relative;
    bottom: 0px;
    left: 0px;
  }

  #footer [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #footer ul.social-icon {
    margin-top: 15px;
    margin-bottom: 15px !important;
  }
}
