@charset "UTF-8";
/* * Basic Structure
 * ----------------------------------------------- */
@import url(../css/bootstrap.min.css);
@import url(../css/animate.min.css);
@import url(../css/font-awesome.min.css);
@import url(../css/linearicons.css);
@import url(../css/google-gallery.min.css);
/** FONT by FG **/
@font-face {
  font-family: 'univers-cond';
  src: url("../fonts/univers-cond.eot");
  src: local("☺"), url("../fonts/univers-cond.woff") format("woff"), url("../fonts/univers-cond.ttf") format("truetype"), url("../fonts/univers-cond.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* -----------------------------------------------
    #General Variables SCSS
   ----------------------------------------------- */
/*Text colors*/
/* Backgrounds*/
/* Border colors*/
/* FONTS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*======= #mixin ======= */
button {
  outline: 0;
  border: 0; }

.trans {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/*======= #BASIC ======= */
body {
  font-family: "BenchNine", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45rem; }

a {
  color: #8562a7; }
  a:hover {
    text-decoration: none; }

p {
  margin-bottom: 10px; }

img {
  max-width: 100%; }

/*Vars*/
.cl-primary {
  color: #8562a7; }

.cl-second {
  color: #f1911f; }

.font-style {
  font-family: "Pacifico", cursive; }

.form-control {
  border-radius: 0; }

.btn {
  font-size: 1.1rem;
  border-radius: 0; }

.btn-sm {
  font-size: .9rem;
  border-radius: 25px;
  padding: .18rem 1.5rem; }

.btn-lg {
  font-size: 1.25rem; }

.btn-primary {
  background-color: #8562a7;
  border-color: #8562a7; }
  .btn-primary:focus, .btn-primary:hover {
    background-color: #5c2c6c;
    border-color: #6e3880; }

.btn-outline-primary {
  color: #000000;
  border-color: #8562a7; }
  .btn-outline-primary:focus, .btn-outline-primary:hover {
    background-color: #5c2c6c;
    border-color: #6e3880;
    color: #fff; }

.btn-deanvote {
  border-color: #006fac;
  color: #006fac;
  font-weight: bold;
  font-size: 1.35rem;
  border-radius: 2px; }

.bt-outstyle-icon-right span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 260px; }

.bt-outstyle-icon-right span:after {
  font-family: "Linearicons";
  content: "\e87a";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 20px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  color: #fff; }

.bt-outstyle-icon-right:hover span {
  padding-right: 20px; }

.bt-outstyle-icon-right:hover span:after {
  opacity: 1;
  right: 10px; }

/*----------------------- HEAER Fixed ----------------------- */
.header-fixed-top {
  padding-top: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .header-fixed-top .navbar-brand img {
    width: 85px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .header-fixed-top .navbar {
    padding-bottom: 10px; }
  .header-fixed-top.sticky {
    background: rgba(12, 12, 12, 0.75);
    padding-top: 0; }
    .header-fixed-top.sticky .navbar-brand img {
      width: 45px; }

.navbar-main {
  width: 100%; }

.navbar-nav {
  border-bottom: 1px solid #fff; }
  .navbar-nav .nav-item.active > .nav-link {
    font-weight: bold;
    color: #fff; }
  .navbar-nav .nav-item:hover > .nav-link {
    color: #fff;
    text-shadow: 0px 0px 1px white; }
  .navbar-nav .nav-link {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    font-size: 1.25rem;
    letter-spacing: 0.02rem; }

.social-links {
  list-style: none;
  padding-bottom: 10px; }
  .social-links li {
    display: inline; }
    .social-links li a {
      overflow: hidden;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      color: #000;
      padding: 5px;
      background-color: #dfdcdc;
      width: 28px;
      height: 28px;
      border-radius: 10px;
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      margin-left: 2px; }
      .social-links li a:hover .fa {
        -moz-animation: 0.4s icon-move linear 0s;
        -webkit-animation: 0.4s icon-move linear 0s;
        animation: 0.4s icon-move linear 0s; }
      .social-links li a.icon-facebook {
        background-color: #81b9fe; }
      .social-links li a.icon-twitter {
        background-color: #81e0fe; }
      .social-links li a.icon-linkedin {
        background-color: #30a8e6; }
      .social-links li a.icon-google-plus {
        background-color: #ed676b; }
      .social-links li a.icon-instagram {
        background-color: #fde67b; }
      .social-links li a:hover {
        background-color: #fff; }

@-moz-keyframes icon-move {
  49% {
    -moz-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; }
  50% {
    -moz-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes icon-move {
  49% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes icon-move {
  49% {
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.navbar-main .nav-item--awards .nav-link {
  position: relative;
  color: #9f76c7;
  font-weight: bold; }
  .navbar-main .nav-item--awards .nav-link:after {
    content: ' ';
    display: block;
    width: 25px;
    height: 55px;
    background: url(../images/Palme_menu.png) 0 0 no-repeat;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -12px;
    background-size: 100%;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out; }

.navbar-main .nav-item--awards:hover .nav-link {
  color: #9f76c7;
  text-shadow: 0px 0px 1px #8562a7; }

.has-header-sticky .navbar-main .nav-item--awards .nav-link:after {
  width: 24px;
  height: 34px;
  top: -28px;
  margin-left: -12px; }

@media (max-width: 992px) {
  .has-header-sticky .navbar-main .nav-item--awards .nav-link,
  .navbar-main .nav-item--awards .nav-link {
    display: inline-block; }
    .has-header-sticky .navbar-main .nav-item--awards .nav-link:after,
    .navbar-main .nav-item--awards .nav-link:after {
      width: 24px;
      height: 34px;
      top: 0;
      margin-left: 40px;
      right: 0; } }

@media (min-width: 992px) {
  .navbar-toggler {
    display: none; }
  .navbar-main .nav-item {
    position: relative; }
    .navbar-main .nav-item:hover > .dropdown-menu {
      display: block; } }

.cover-header-underpage {
  height: 150px;
  position: relative;
  padding-top: 150px;
  text-align: center;
  background-size: cover; }
  .cover-header-underpage:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 48, 62, 0.5); }

/*----------------------- SUBU MENU ----------------------- */
.multi-level {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  min-width: 12rem;
  border-radius: 0;
  background: transparent;
  left: 15px;
  margin-top: -8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }
  .multi-level > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(50, 56, 60, 0.9); }
    .multi-level > li:last-child {
      border-bottom: 0; }
    .multi-level > li > a {
      text-transform: uppercase;
      padding: 5px 15px;
      display: block;
      color: #fff;
      position: relative; }
    .multi-level > li:hover {
      background: #414b50; }
  .multi-level .dropdown-menu {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 100%;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    border-left-color: transparent;
    background: rgba(57, 66, 72, 0.9); }
    .multi-level .dropdown-menu li {
      background-color: transparent; }
      .multi-level .dropdown-menu li a {
        line-height: 1.45em;
        padding: 3px 5px;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: .75rem;
        color: #fff; }
        .multi-level .dropdown-menu li a:hover {
          background-color: rgba(0, 0, 0, 0.3);
          color: #fff; }
  .multi-level .submenu-africa:hover {
    background-color: #f29400; }
  .multi-level .submenu-africa .dropdown-menu {
    background-color: #f29400; }
  .multi-level .submenu-america:hover {
    background-color: #581c64; }
  .multi-level .submenu-america .dropdown-menu {
    background-color: #581c64; }
  .multi-level .submenu-asia:hover {
    background-color: #9a0060; }
  .multi-level .submenu-asia .dropdown-menu {
    background-color: #9a0060; }
  .multi-level .submenu-europe:hover {
    background-color: #96bf0d; }
  .multi-level .submenu-europe .dropdown-menu {
    background-color: #96bf0d; }
  .multi-level .submenu-oceania:hover {
    background-color: #006dae; }
  .multi-level .submenu-oceania .dropdown-menu {
    background-color: #006dae; }

.div-columns-4 {
  width: 450px;
  -webkit-column-count: 4;
  column-count: 4; }

.div-columns-3 {
  width: 350px;
  -webkit-column-count: 3;
  column-count: 3; }

.div-columns-2 {
  width: 200px;
  -webkit-column-count: 2;
  column-count: 2; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-color: #FFF;
  margin-right: 0;
  opacity: 0;
  position: absolute;
  top: 11px;
  right: 5px;
  left: auto; }

.dropdown-submenu:hover > a:after {
  opacity: 1; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/*----------------------- TOP_ BANNER SERACH/Home ----------------------- */
.home-top-banner {
  height: 580px;
  position: relative;
  padding-top: 170px;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .home-top-banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 48, 62, 0.5); }
  .home-top-banner .rev-content {
    position: relative;
    max-width: 980px;
    margin: 0 auto; }
  .home-top-banner .well-heading {
    margin-bottom: 20px; }
    .home-top-banner .well-heading small {
      font-size: 2.2rem;
      margin-bottom: 12px;
      font-weight: bold;
      display: block;
      line-height: 1.5rem;
      font-family: "BenchNine", Helvetica, Arial, sans-serif; }
    .home-top-banner .well-heading big, .home-top-banner .well-heading h1 {
      font-size: 3rem;
      font-family: "Pacifico", cursive; }
  .home-top-banner .caption-top {
    color: #fff; }
    .home-top-banner .caption-top p {
      font-size: 2rem;
      font-weight: 300; }
  .home-top-banner .search-top {
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .home-top-banner .search-top .form-group {
      margin-bottom: 1.35rem; }
    .home-top-banner .search-top .form-control {
      background-color: rgba(255, 255, 255, 0.8);
      padding: .6rem .8rem;
      font-size: 1.1rem; }

.btn-search {
  cursor: pointer;
  padding: 10px 35px;
  text-transform: uppercase;
  font-size: 1.2rem; }
  .btn-search .iconbt {
    margin-left: 10px;
    margin-top: -3px; }

.icon-way {
  background: url(../images/icon-way.png) 0 0 no-repeat;
  display: inline-block;
  width: 20px;
  height: 27px;
  vertical-align: middle; }

.arrow-down {
  display: block;
  margin: 20px auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 16px; }

.icon-scroll-down {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 38px;
  margin-left: -12px;
  bottom: 20px;
  margin-top: -35px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6); }
  .icon-scroll-down:before {
    position: absolute;
    left: 50%;
    content: '';
    width: 1px;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    margin-left: 0;
    top: 10px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.main-content {
  padding-top: 40px; }

section {
  padding-top: 40px;
  padding-bottom: 40px; }

.title-lineup {
  font-size: 2.2rem;
  margin-top: 2.8rem;
  margin-bottom: .8rem;
  font-weight: 700;
  color: #000; }
  .title-lineup:before {
    content: " ";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #8562a7;
    margin-bottom: 1.5rem; }
  .title-lineup-sm {
    font-size: 2rem;
    margin-bottom: 1.25rem; }
  .title-lineup-lg {
    font-size: 2.8rem;
    margin-bottom: 1.25rem; }

.title-lineup-sub {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-weight: 700;
  color: #000;
  text-align: center; }
  .title-lineup-sub:before {
    content: " ";
    display: block;
    height: 1px;
    width: 25%;
    background-color: #000000;
    margin: 1.5rem auto; }

.post-content {
  font-size: 1.2rem;
  margin-bottom: 2rem; }
  .post-content h4 {
    font-weight: 700;
    font-size: 1.7rem; }
  .post-content h5 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: .25rem; }
  .post-content p {
    margin-bottom: 1.1rem;
    line-height: 1.35em; }

.heading-center {
  text-align: center;
  margin-bottom: 3rem; }
  .heading-center .title-lineup {
    display: inline-block; }
    .heading-center .title-lineup:before {
      margin-left: auto;
      margin-right: auto; }

.hr-small {
  display: block;
  max-width: 25%;
  margin-left: auto;
  margin-right: auto; }

/*----------------------- MAP/HOME ----------------------- */
.txt-intro {
  text-align: center;
  margin-bottom: 30px; }
  .txt-intro .tticon {
    margin-bottom: 20px; }
  .txt-intro h3 {
    font-size: 1.7rem;
    font-weight: 300; }

.sp-line-primary {
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: #8562a7;
  margin-top: 15px;
  margin-bottom: 20px; }

.sp-line-white {
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px; }

.light-list-schools {
  background-color: #f3f3f3;
  padding: 0 12%;
  list-style: none;
  margin-bottom: 1.5rem; }
  .light-list-schools .media-thumb-shool {
    width: 90px;
    height: 50px;
    position: relative;
    background-color: #fff;
    margin-right: 1rem; }
    .light-list-schools .media-thumb-shool img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .light-list-schools .media-body {
    padding-right: 20px; }
  .light-list-schools .tt-shool-name {
    font-size: 1.14em;
    color: #414042;
    font-weight: 400;
    margin-top: 3px; }
  .light-list-schools .tt-shool-palm {
    font-size: 1.14em;
    color: #8562a7;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 0; }
  .light-list-schools .lnr-arrow-right-circle {
    color: #dddedf;
    font-size: 38px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -19px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .light-list-schools li {
    border-bottom: 1px solid #fff;
    padding: 1rem .5rem;
    position: relative; }
    .light-list-schools li:last-child {
      border-bottom: none; }
    .light-list-schools li > a:hover .lnr-arrow-right-circle {
      right: -7px;
      color: #c3c3c3; }

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

.pos-list-country {
  list-style: none; }
  .pos-list-country.columns-2 {
    -webkit-columns: 2;
    columns: 2; }
  .pos-list-country.columns-3 {
    -webkit-columns: 3;
    columns: 3; }
  .pos-list-country.columns-4 {
    -webkit-columns: 4;
    columns: 4; }
  .pos-list-country.columns-5 {
    -webkit-columns: 5;
    columns: 5; }
  .pos-list-country.columns-6 {
    -webkit-columns: 6;
    columns: 6; }
  .pos-list-country.columns-7 {
    -webkit-columns: 7;
    columns: 7; }
  .pos-list-country li a {
    font-family: "Montserrat", sans-serif;
    padding: 0 5px;
    font-weight: 500;
    font-size: .75rem; }

.wp-map {
  width: 1110px;
  height: 584px;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.w-data {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 10px;
  padding: 15px;
  margin-left: -50px;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  opacity: .5;
  background: rgba(255, 255, 255, 0.7); }

.circle-btn {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 50%; }

.areas {
  position: relative;
  height: 100%;
  width: 100%; }

.area {
  position: absolute; }
  .area h5 {
    font-size: 1.7em;
    font-family: "Pacifico", cursive;
    margin-bottom: 10px; }
  .area:hover .circle-btn {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .area:hover .w-data {
    bottom: 10px;
    position: relative;
    visibility: visible;
    position: relative;
    z-index: 5;
    opacity: 1; }
  .area .pos-list-country li a:hover {
    color: #fff; }

.area-africa {
  top: 340px;
  left: 582px; }
  .area-africa .circle-btn {
    border-color: #f1911f; }
  .area-africa h5 {
    color: #f1911f; }
  .area-africa .pos-list-country li a {
    color: #f1911f; }
    .area-africa .pos-list-country li a:hover {
      background-color: #f1911f; }

.area-center_asia {
  left: 786px;
  top: 100px; }
  .area-center_asia .circle-btn {
    border-color: #980d61; }
  .area-center_asia h5 {
    color: #980d61; }
  .area-center_asia .pos-list-country li a {
    color: #980d61; }
    .area-center_asia .pos-list-country li a:hover {
      background-color: #980d61; }

.area-eastern_europe {
  left: 665px;
  top: 80px; }
  .area-eastern_europe .circle-btn {
    border-color: #96bf31; }
  .area-eastern_europe h5 {
    color: #96bf31; }
  .area-eastern_europe .pos-list-country li a {
    color: #96bf31; }
    .area-eastern_europe .pos-list-country li a:hover {
      background-color: #96bf31; }

.area-eurasia_middle_east {
  left: 715px;
  top: 190px; }
  .area-eurasia_middle_east .circle-btn {
    border-color: #f1911f; }
  .area-eurasia_middle_east h5 {
    color: #f1911f; }
  .area-eurasia_middle_east .pos-list-country li a {
    color: #f1911f; }
    .area-eurasia_middle_east .pos-list-country li a:hover {
      background-color: #f1911f; }

.area-far_east_asia {
  left: 915px;
  top: 190px; }
  .area-far_east_asia .circle-btn {
    border-color: #980d61; }
  .area-far_east_asia h5 {
    color: #980d61; }
  .area-far_east_asia .pos-list-country li a {
    color: #980d61; }
    .area-far_east_asia .pos-list-country li a:hover {
      background-color: #980d61; }

.area-latin_america {
  left: 243px;
  top: 387px; }
  .area-latin_america .circle-btn {
    border-color: #581c64; }
  .area-latin_america h5 {
    color: #581c64; }
  .area-latin_america .pos-list-country li a {
    color: #581c64; }
    .area-latin_america .pos-list-country li a:hover {
      background-color: #581c64; }

.area-north_america {
  left: 120px;
  top: 118px; }
  .area-north_america .circle-btn {
    border-color: #7334b1; }
  .area-north_america h5 {
    color: #7334b1; }
  .area-north_america .pos-list-country li a {
    color: #7334b1; }
    .area-north_america .pos-list-country li a:hover {
      background-color: #7334b1; }

.area-oceania {
  left: 980px;
  top: 428px; }
  .area-oceania .circle-btn {
    border-color: #006fac; }
  .area-oceania h5 {
    color: #006fac; }
  .area-oceania .pos-list-country li a {
    color: #006fac; }
    .area-oceania .pos-list-country li a:hover {
      background-color: #006fac; }

.area-western_europe {
  left: 519px;
  top: 52px; }
  .area-western_europe .circle-btn {
    border-color: #96bf31; }
  .area-western_europe h5 {
    color: #96bf31; }
  .area-western_europe .pos-list-country li a {
    color: #96bf31; }
    .area-western_europe .pos-list-country li a:hover {
      background-color: #96bf31; }

.area-far_east_asia {
  min-width: 255px; }

.area-oceania {
  min-width: 180px; }

/*----------------------- SLIDE HOMAE PAGE ----------------------- */
.heading-sm {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 1.75rem;
  color: #8562a7;
  font-weight: 300; }
  .heading-sm .ictt-sm {
    vertical-align: middle;
    margin-right: 16px;
    margin-top: -5px; }

/*----------------------- SLIDE HOMAE PAGE ----------------------- */
.cirle-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #8562a7; }
  .cirle-icon img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 76%;
    max-height: 76%; }

.intro-ft {
  text-align: center; }
  .intro-ft h4 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.1em;
    color: #561666; }

#carouselContent {
  height: 500px;
  margin-bottom: 30px; }

.bg-chrome {
  background: blue; }

.carousel-caption {
  border: 2px solid rgba(255, 255, 255, 0.7);
  max-width: 640px;
  left: 50%;
  margin-left: -320px;
  height: 250px;
  top: 50%;
  margin-top: -125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .carousel-caption .inner-full {
    width: 100%; }
  .carousel-caption h3 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    font-weight: 300;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); }
  .carousel-caption p {
    font-size: 2.8rem;
    font-family: "Pacifico", cursive;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); }

.carousel {
  overflow: hidden; }
  .carousel .carousel-inner {
    height: 100%; }
  .carousel .carousel-item {
    height: 100%;
    text-align: center; }
    .carousel .carousel-item img {
      width: 100%; }

.carousel-indicators {
  bottom: 60px; }
  .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent; }

/*----------------------- FOOTER ----------------------- */
#footer {
  background-color: #414042;
  color: #fff; }
  #footer h4 {
    font-family: "Pacifico", cursive;
    font-size: 1.2rem;
    margin-bottom: 1.2rem; }
  #footer .footer-top {
    padding-top: 1.7rem;
    padding-bottom: 1rem; }
  #footer .footer-bot {
    background-color: #303030;
    padding: .5rem 0; }
    #footer .footer-bot .list-inline .list-inline-item:last-child a {
      border-right: none; }
    #footer .footer-bot .list-inline .list-inline-item:not(:last-child) {
      margin-right: 2px; }
    #footer .footer-bot .list-inline .list-inline-item a {
      color: #fff;
      font-weight: 300;
      padding: 0;
      border-right: 1px solid #fff;
      line-height: 12px;
      display: inline-block;
      padding-right: 5px; }
      #footer .footer-bot .list-inline .list-inline-item a:hover {
        color: #f1911f; }
    #footer .footer-bot span {
      font-weight: 300; }
  #footer .container {
    position: relative; }
  #footer .arrow-up {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    z-index: 91; }
    #footer .arrow-up:hover {
      margin-top: -15px; }

.list-links-ft {
  list-style: none;
  -webkit-columns: 4;
  columns: 4; }
  .list-links-ft li a {
    color: #fff; }
    .list-links-ft li a:hover {
      color: #f1911f; }

.arrow-up {
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #000000; }

/*----------------------- CLASSMENT PAGE ----------------------- */
/**** section COVER  **************************/
.cover-top {
  height: 330px;
  position: relative;
  padding-top: 180px;
  text-align: center;
  background-position: center center;
  background-size: cover; }
  .cover-top:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 48, 62, 0.5); }
  .cover-top .rev-content {
    position: relative;
    max-width: 100%;
    margin: 0 auto; }
  .cover-top .well-heading {
    margin-bottom: 20px; }
    .cover-top .well-heading small {
      font-size: 2.2rem;
      margin-bottom: 10px;
      font-weight: bold;
      display: inline-block; }
    .cover-top .well-heading big {
      font-size: 3rem;
      font-family: "Pacifico", cursive; }
  .cover-top .caption-top {
    color: #fff; }
    .cover-top .caption-top p {
      font-size: 2rem;
      font-weight: 300; }

/**** section INFO  **************************/
.section-info-school {
  padding-top: 0;
  margin-top: -40px;
  padding-bottom: 0; }

.caption-top .school-heading p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase; }

.caption-top .school-heading h1 {
  font-size: 3rem;
  font-family: "Pacifico", cursive;
  position: relative;
  display: inline-block;
  clear: both; }

.caption-top .school-heading .h-small {
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  right: 28px;
  bottom: -25px;
  display: inline-block;
  top: auto;
  font-family: "BenchNine", Helvetica, Arial, sans-serif; }

.caption-top .school-heading .w-auto {
  position: relative;
  display: inline-block; }

.wflag {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 42px rgba(0, 0, 0, 0.08);
  box-shadow: 0 9px 42px rgba(0, 0, 0, 0.08); }
  .wflag img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.links-web {
  list-style: none;
  text-align: center;
  margin-bottom: 2rem; }
  .links-web li {
    display: inline; }
    .links-web li a {
      margin: 0 .3rem;
      text-transform: uppercase;
      min-width: 130px;
      display: inline-block;
      line-height: 1.2rem; }

.wdescription {
  font-size: 1.2rem;
  max-width: 585px;
  margin: 10px auto 2rem auto;
  text-align: center; }

/**** section LIST SCHOOL TABLEs  **************************/
.wrap_table_masonry {
  width: 100%; }
  .wrap_table_masonry table {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px; }

.wrap_table_masonry .tbl2 tr th {
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  padding: 0px;
  font-size: .8rem;
  padding: 15px 5px;
  line-height: 1.2rem; }

.wrap_table_masonry .tbl2 tr th:first-child p {
  padding-left: 30px;
  margin-left: 10px;
  margin-bottom: 0; }
  .wrap_table_masonry .tbl2 tr th:first-child p big {
    font-size: 1rem; }
  .wrap_table_masonry .tbl2 tr th:first-child p small {
    font-size: .85rem;
    font-weight: 400; }

.wrap_table_masonry .tbl2 tr div[class^="bg_palm"] {
  margin: 0;
  padding-top: 8px; }
  .wrap_table_masonry .tbl2 tr div[class^="bg_palm"] small {
    display: block; }

.wrap_table_masonry .tbl2 tbody {
  background-color: #f8f8f8; }

.wrap_table_masonry .tbl2 tbody tr {
  border-bottom: 1px solid #fff; }

.wrap_table_masonry .tbl2 tbody tr td {
  font-size: .82rem;
  font-weight: 400;
  padding: 10px; }
  .wrap_table_masonry .tbl2 tbody tr td p {
    margin-bottom: 0; }
  .wrap_table_masonry .tbl2 tbody tr td a {
    color: #000000; }
    .wrap_table_masonry .tbl2 tbody tr td a:hover {
      color: #006ca9; }
  .wrap_table_masonry .tbl2 tbody tr td:first-child {
    padding-left: 45px; }

.wrap_table_masonry .tbl2 tbody tr td a:hover {
  text-decoration: none; }

.wrap_table_masonry .tbl2 tr .bg_dark {
  background-color: #dedede; }

/*Number Palm*/
.bg_palm_5 {
  background: url(../images/ic_palm_5.png) 0 5px no-repeat; }

.bg_palm_4 {
  background: url(../images/ic_palm_4.png) 0 5px no-repeat; }

.bg_palm_3 {
  background: url(../images/ic_palm_3.png) 0 5px no-repeat; }

.bg_palm_2 {
  background: url(../images/ic_palm_2.png) 0 5px no-repeat; }

.bg_palm_1 {
  background: url(../images/ic_palm_1.png) 0 5px no-repeat; }

/*Table Background Heading*/
.cl-america th {
  color: #581c64;
  border-bottom: 1px solid #581c64; }

.cl-europe th {
  color: #96bf0d;
  border-bottom: 1px solid #96bf0d; }

.cl-africa th {
  color: #f29400;
  border-bottom: 1px solid #f29400; }

.cl-asia th {
  color: #9a0060;
  border-bottom: 1px solid #9a0060; }

.cl-oceania th {
  color: #006dae;
  border-bottom: 1px solid #006dae; }

.wlist-promiss {
  margin-top: 30px;
  margin-bottom: 12px; }

.txt-note {
  font-family: "Open Sans", sans-serif;
  font-size: .8rem;
  line-height: 1.3em;
  opacity: .6;
  padding-left: 40px; }

.head-promiss {
  padding: 5px;
  font-size: 1rem;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.cr-help {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-style: normal;
  border: 2px solid #222;
  border-radius: 50%; }

.cr-league {
  display: inline-block;
  height: 74px;
  width: 132px;
  background: url(../images/league2_2019.png) 0 0 no-repeat;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -3px;
  background-size: 100%; }

.list-promiss {
  font-family: "Open Sans", sans-serif;
  list-style: none;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px; }
  .list-promiss li {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #fff;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid; }
    .list-promiss li a, .list-promiss li span {
      color: #000000;
      font-size: .82rem;
      padding-left: 35px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
    .list-promiss li a:hover {
      color: #006ca9; }

.list-promiss-one-column {
  font-family: "Open Sans", sans-serif;
  list-style: none; }
  .list-promiss-one-column li {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #fff; }
    .list-promiss-one-column li a, .list-promiss-one-column li span {
      color: #000000;
      font-size: .82rem;
      padding-left: 35px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
    .list-promiss-one-column li a:hover {
      color: #006ca9; }

.view-profile:after {
  content: " ";
  display: inline-block;
  height: 30px;
  width: 24px;
  min-width: 24px;
  background: url(../images/icon-file-document.png) 0 0 no-repeat;
  margin-right: 15px;
  background-size: 100%;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 10px;
  margin-top: -4px; }

/***   styles more/less ***/
.dynamic-wrap {
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative; }

.height-active .dynamic-wrap:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 249, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 249, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff', GradientType=0 );
  z-index: 1; }

.height-active .style-remove-bg:before {
  background: transparent; }

.dynamic-max-height.height-active .dynamic-show-more {
  display: inline-block; }

.dynamic-max-height .btn {
  margin-top: 20px;
  padding-right: 2rem;
  padding-left: 2rem; }
  .dynamic-max-height .btn i {
    margin-left: 5px;
    vertical-align: middle; }

.dynamic-max-height .dynamic-show-more {
  display: none;
  padding-right: 2.75rem; }

.dynamic-show-more {
  position: relative; }
  .dynamic-show-more:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem; }
  .dynamic-show-more i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 1rem; }

/*----------------------- NOUVELLES ECOLES ----------------------- */
/**** Caption  **************************/
.newraking-heading {
  margin-top: -20px; }
  .newraking-heading .style-edu {
    font-size: 1.4rem;
    font-family: "BenchNine", Helvetica, Arial, sans-serif; }
  .newraking-heading .title-style-xs {
    font-size: 1.4rem;
    font-family: "Pacifico", cursive; }
  .newraking-heading .title-head-lg {
    font-size: 2rem;
    line-height: 1.05em;
    font-family: "univers-cond", Helvetica, Arial, sans-serif; }

.list-new-school {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 8px;
  margin-right: 8px; }
  .list-new-school li {
    font-size: 1rem;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%; }
    .list-new-school li .box-inner {
      font-weight: 300;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      padding: 12px;
      text-align: center;
      display: block;
      background-color: #fff;
      -webkit-box-shadow: 0 17px 84px rgba(0, 0, 0, 0.04);
      box-shadow: 0 17px 84px rgba(0, 0, 0, 0.04);
      border: solid 1px #e0e1e2;
      height: 100%; }
      .list-new-school li .box-inner:hover {
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
        .list-new-school li .box-inner:hover .school-name {
          color: #006ca9; }
  .list-new-school .thumbnail-logo {
    position: relative;
    text-align: center;
    height: 85px;
    margin: 0 auto 1rem auto; }
    .list-new-school .thumbnail-logo img {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .list-new-school .school-name {
    font-weight: 300;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #8562a7;
    font-size: 1.1rem;
    min-height: 42px; }
  .list-new-school .wpalms {
    min-height: 80px;
    max-width: 180px;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 auto 10px auto; }
  .list-new-school .p-palms {
    text-transform: uppercase;
    color: #000000; }
  .list-new-school .p-area {
    color: #777777;
    margin-bottom: 0; }

.wIntro {
  max-width: 820px;
  margin: 10px auto 2.5rem auto;
  text-align: center; }
  .wIntro p {
    line-height: 1.25em;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    font-weight: 300; }
  .wIntro .txt-intro-pri {
    color: #8562a7;
    font-size: 1.5rem; }

.panel-result {
  color: #8562a7;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px; }

.post-content .nav-pills {
  margin-bottom: 40px; }
  .post-content .nav-pills .nav-link {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    color: #000000; }
    .post-content .nav-pills .nav-link:hover {
      color: #8562a7; }
  .post-content .nav-pills .nav-link.active, .post-content .nav-pills .show > .nav-link {
    background-color: #8562a7;
    color: #fff; }

.post-content .list-docs {
  list-style: none;
  margin-bottom: 80px; }

.module-financial-docs {
  border-bottom: 1px solid #eaeaea;
  position: relative; }
  .module-financial-docs:first-child {
    border-top: 1px solid #eaeaea; }
  .module-financial-docs a {
    -webkit-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    padding: 25px 0 10px 4%;
    display: block; }
    .module-financial-docs a:hover {
      -webkit-transition: background .25s ease-in-out;
      -o-transition: background .25s ease-in-out;
      transition: background .25s ease-in-out;
      background-color: #ececec; }
  .module-financial-docs .details {
    margin: 0 0 15px;
    width: 32%;
    color: #7d7d7d;
    display: inline-block; }
    .module-financial-docs .details li {
      display: inline-block; }
    .module-financial-docs .details .icon {
      display: inline-block;
      width: 25px;
      height: 25px;
      font: normal normal normal 24px/1 FontAwesome; }
      .module-financial-docs .details .icon.icon-pdf:before {
        content: "\f1c1"; }
      .module-financial-docs .details .icon.icon-word:before {
        content: "\f1c2"; }
      .module-financial-docs .details .icon.icon-excel:before {
        content: "\f1c3"; }
      .module-financial-docs .details .icon .icon-text :before {
        content: "\f0f6"; }
    .module-financial-docs .details .weight:before {
      content: "";
      background: #7d7d7d;
      width: 1px;
      height: 8px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
    .module-financial-docs .details .lang:before {
      content: "-";
      display: inline-block;
      margin: 0 8px; }
  .module-financial-docs .icon-arrow {
    font-size: 28px;
    font-family: Linearicons;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #7d7d7d;
    right: 4%;
    display: inline-block;
    width: 18px;
    height: 18px; }
    .module-financial-docs .icon-arrow:before {
      content: "\e87a"; }
  .module-financial-docs .text-description {
    width: 60%;
    font-size: 1.25em;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    color: #7d7d7d; }

.accessibility {
  position: absolute;
  left: -9999em; }

/*----------------------- PAGE CONTACT & CALL ME BACK ----------------------- */
.form-control::-webkit-input-placeholder {
  color: rgba(65, 64, 66, 0.5); }

.form-control::-moz-placeholder {
  color: rgba(65, 64, 66, 0.5); }

.form-control:-ms-input-placeholder {
  color: rgba(65, 64, 66, 0.5); }

.form-control:-moz-placeholder {
  color: rgba(65, 64, 66, 0.5); }

.form-default {
  margin-bottom: 3rem; }
  .form-default .form-group {
    margin-bottom: 2rem; }
  .form-default .form-control {
    border-radius: 0.3rem; }
    .form-default .form-control:focus {
      border-color: rgba(133, 98, 167, 0.5);
      -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 98, 167, 0.25);
      box-shadow: 0 0 0 0.2rem rgba(133, 98, 167, 0.25); }
  .form-default label {
    color: #8562a7;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: .5rem; }
  @media (min-width: 1200px) {
    .form-default .form-control-lg,
    .form-default select.form-control-lg:not([size]):not([multiple]) {
      padding: .8rem 1rem;
      font-size: 1.25rem; }
    .form-default select.form-control-lg:not([size]):not([multiple]) {
      height: calc(3.5rem + 2px); } }
  .form-default .bt-outstyle-icon-right span {
    width: auto;
    padding-left: 2.7rem;
    padding-right: 2.7rem; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

.modal button.close {
  width: 45px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1; }

.title-modal {
  font-size: 2.2rem;
  margin: 0 0 2rem 0;
  font-weight: 700;
  color: #8562a7;
  text-align: center; }
  .title-modal:after {
    content: " ";
    display: block;
    height: 1px;
    width: 60px;
    background-color: #000000;
    margin-bottom: 1.5rem;
    margin: 1rem auto; }

.modal-content {
  border-radius: 0;
  width: 100%;
  font-size: 1.2rem;
  padding: 20px;
  border: none; }

@media (min-width: 576px) {
  .modal-dialog-centered {
    margin: auto;
    min-height: calc(100% - (1.75rem * 2)); } }

.modal-global-msg .modal-content {
  border-radius: 15px;
  background: #f7f7f7;
  padding: 0; }

.modal-global-msg .modal-body {
  padding: 30px 30px; }

.modal-global-msg .d_logo {
  text-align: center;
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
  border-radius: 20px 20px 0 0;
  padding: 12px;
  -webkit-box-shadow: 0 0 45px rgba(80, 80, 80, 0.1);
  box-shadow: 0 0 45px rgba(80, 80, 80, 0.1); }

@media (min-width: 576px) {
  .modal-global-msg .modal-dialog {
    max-width: 400px; } }

/*-----------------------ABOUT & METHODOLOGY  PAGE ----------------------- */
.reldiv {
  position: relative; }
  .reldiv-first {
    margin-top: -10px; }

.beforeicon {
  display: inline-block;
  width: 30px;
  height: 34px;
  margin-left: -20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin-bottom: -8px;
  verticle-align: midle; }

.icon-eduniversal-ranking {
  background-image: url(../images/logo-eduniversal-business-schools-ranking.png); }

.icon-best-masters {
  background-image: url(../images/logo-eduniversal-best-masters-ranking.png); }

.section-nav {
  padding: 35px 0;
  background-color: #fff;
  background-color: white;
  -webkit-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.08); }

.list-nav {
  padding-left: 0; }
  .list-nav li {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    max-width: 570px; }
    .list-nav li a {
      font-size: 1.2rem;
      position: relative;
      padding-left: 18px;
      display: inline-block;
      color: #000000; }
      .list-nav li a:before {
        position: absolute;
        left: 0;
        top: 4px;
        content: "\e876";
        font-size: .75rem;
        font-family: Linearicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .list-nav li a:hover {
        color: #8562a7; }
    .list-nav li.active > a {
      color: #8562a7; }
    .list-nav li:hover .list-nav-sub {
      display: block; }
  .list-nav .list-nav-sub {
    position: absolute;
    right: 0;
    top: -34px;
    z-index: 2;
    display: none; }
    .list-nav .list-nav-sub li a {
      font-style: italic; }

.block-isc {
  margin-bottom: 60px; }

.block-committee {
  margin-bottom: 60px; }
  .block-committee h4 {
    text-tranforme: uppercase;
    color: #8562a7;
    margin-bottom: 30px; }

.wp-grid {
  position: relative; }
  .wp-grid .orver-grid {
    margin-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .wp-grid .orver-grid {
        width: 60%; } }
    .wp-grid .orver-grid p {
      font-size: 1.45rem; }

#carouselISC .carousel-caption,
#carouselGallery .carousel-caption {
  max-width: 500px;
  margin-left: -250px;
  left: 50%; }

.grid .item {
  margin-bottom: 3.75rem; }

.grid .content {
  position: relative;
  display: block; }

.grid .profile img {
  display: block; }

.grid .caption {
  text-align: left;
  background-color: #f1911f;
  color: #fff;
  padding: .75rem 1.25rem;
  width: calc(100% - 2.25rem);
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1; }
  .grid .caption h5 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: uppercase; }
    .grid .caption h5:after {
      content: " ";
      display: block;
      height: 1px;
      width: 50px;
      background: #fff;
      margin-top: .35rem;
      margin-bottom: .35rem; }
  .grid .caption p {
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 300; }

.picflex .detailview {
  padding: 0; }

.picflex .detailview .resulttitle .controllers a {
  background-color: transparent;
  margin: 0; }
  .picflex .detailview .resulttitle .controllers a:hover {
    background-color: transparent; }
  .picflex .detailview .resulttitle .controllers a .lnr-cross {
    font-size: 24px; }

.metadata {
  text-align: justify; }

.picflex .resulttitle {
  border-bottom: none !important;
  margin-bottom: 0; }

.picflex .detailview {
  height: 360px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.45);
  box-shadow: 0 3px 6px rgba(128, 128, 128, 0.45);
  padding: 15px; }
  .picflex .detailview::-webkit-scrollbar {
    width: 8px;
    height: 10px; }
  .picflex .detailview::-webkit-scrollbar-track-piece {
    background-color: #f7f7f7; }
  .picflex .detailview::-webkit-scrollbar-thumb:vertical {
    height: 25px;
    background-color: #d2d2d2; }

.picflex .resultitem {
  height: 280px;
  width: 33.33% !important;
  max-width: 33.33% !important;
  margin: 0 0 50px 0;
  padding: 5px; }

.picflex .resultitem .box {
  height: 250px;
  overflow: inherit; }

.viewchange .resultitem > .box > .clickevent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 3; }

.picflex .resultitem.open:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  margin-left: -20px;
  top: 30px;
  border-color: #007bff transparent transparent transparent; }

.bg_america .caption {
  background: #581c64 !important; }

.bg_america.resultitem.open:after {
  border-top-color: #581c64 !important; }

.bg_europe .caption {
  background: #96bf0d !important; }

.bg_europe.resultitem.open:after {
  border-top-color: #96bf0d !important; }

.bg_africa .caption {
  background: #f29400 !important; }

.bg_africa.resultitem.open:after {
  border-top-color: #f29400 !important; }

.bg_asia .caption {
  background: #9a0060 !important; }

.bg_asia.resultitem.open:after {
  border-top-color: #9a0060 !important; }

.bg_oceania .caption {
  background: #006dae !important; }

.bg_oceania.resultitem.open:after {
  border-top-color: #006dae !important; }

/*-----------------------  METHODOLOGY EES PAGE ----------------------- */
.card-steps {
  text-align: center;
  margin-bottom: 2.75rem; }
  .card-steps .card {
    border-radius: 0; }
    .card-steps .card .card-body {
      background: #fff;
      -webkit-box-shadow: 0px 3px 128px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 3px 128px 0px rgba(0, 0, 0, 0.06); }
      @media (min-width: 1200px) {
        .card-steps .card .card-body {
          padding: 2rem 1.25rem; } }
  @media (max-width: 767px) {
    .card-steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem; }
      .card-steps .card {
        margin-bottom: 1.25rem;
        width: 320px;
        max-width: 100%; }
      .card-steps .box-center-sub {
        min-height: auto; } }

.step-count div {
  font-family: 'univers-cond'; }
  .step-count div small {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 0 10px; }
  .step-count div:after {
    content: " ";
    display: block;
    width: 100px;
    height: 1px;
    background: #d6d6d6;
    margin: -12px auto auto auto;
    padding: 0 10px; }

.step-count big {
  display: block;
  font-family: 'univers-cond';
  font-size: 72px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 40px; }

.box-center {
  font-size: 1.1rem;
  border: 2px solid #333;
  border-radius: 3px;
  text-align: center;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 215px;
  padding: 5px 15px;
  margin: 15px auto 0 auto; }

.box-center-sub {
  padding-top: 20px;
  position: relative;
  min-height: 110px;
  max-width: 160px;
  margin: 0 auto; }
  .box-center-sub h5 {
    font-weight: 700;
    margin-top: 20px;
    color: #000000;
    font-size: 1.1rem; }
  .box-center-sub.box--best-bs:before, .box-center-sub.box--best-bs:after {
    content: " ";
    display: inline-block;
    background-size: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0; }
  .box-center-sub.box--best-bs:before {
    background-image: url(../images/rec-01.png);
    width: 19px;
    height: 50px;
    left: 0; }
  .box-center-sub.box--best-bs:after {
    background-image: url(../images/rec-02.png);
    width: 19px;
    height: 88px;
    right: 0; }
  .box-center-sub.box--palmes-excellence:before {
    content: " ";
    display: inline-block;
    height: 32px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: rgba(133, 98, 167, 0.35); }

.card-step-01 {
  border-color: #980d61;
  color: #980d61; }
  .card-step-01 .box-center {
    border-color: rgba(152, 13, 97, 0.35); }
    .card-step-01 .box-center a, .card-step-01 .box-center span {
      color: #980d61; }

.card-step-02 {
  border-color: #8562a7;
  color: #8562a7; }
  .card-step-02 .box-center {
    border-color: rgba(133, 98, 167, 0.35); }
    .card-step-02 .box-center a, .card-step-02 .box-center span {
      color: #8562a7; }

.card-step-03 {
  border-color: #006fac;
  color: #006fac; }
  .card-step-03 .box-center {
    border-color: rgba(0, 111, 172, 0.35); }
    .card-step-03 .box-center a, .card-step-03 .box-center span {
      color: #006fac; }

.text-md {
  font-size: 1.45rem; }

/*-----------------------  METHODOLOGY EES PAGE ----------------------- */
.post-content .card-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(133, 98, 167, 0.35);
  border-radius: .75rem;
  background-color: white;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06); }
  .post-content .card-txt-title {
    font-size: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .75rem;
    text-transform: uppercase; }
  .post-content .card-txt .card-body {
    padding: 1rem; }

.post-content .card-txt-step-01 {
  border-color: rgba(152, 13, 97, 0.35); }

.post-content .card-txt-step-02 {
  border-color: rgba(133, 98, 167, 0.35); }

.post-content .card-txt-step-03 {
  border-color: rgba(0, 111, 172, 0.35); }

.tb-official {
  font-size: 1.15rem; }
  .tb-official thead tr th {
    background-color: #8562a7;
    color: #fff;
    font-weight: normal; }
  .tb-official tr th, .tb-official tr td {
    vertical-align: middle;
    text-align: center;
    border: 10px solid #fff; }
  .tb-official tr td {
    background-color: #f2f3f3;
    font-weight: bold; }

.ulI {
  list-style: none; }
  .ulI li {
    background-color: #8562a7;
    color: #fff;
    font-size: 1.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    border: 1px solid #8562a7;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: left; }
    .ulI li > div {
      padding: 10px 15px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      .ulI li > div[class^="text-"] {
        width: 45.5%; }
  .ulI .icon-palme {
    width: 10%;
    min-width: 45px;
    min-height: 78px;
    background: #fff url(../images/palmes/5-palme.png) center center no-repeat;
    background-size: 36px; }
    .ulI .icon-palme.palme--1 {
      background-image: url(../images/palmes/1-palme.png); }
    .ulI .icon-palme.palme--2 {
      background-image: url(../images/palmes/2-palme.png); }
    .ulI .icon-palme.palme--3 {
      background-image: url(../images/palmes/3-palme.png); }
    .ulI .icon-palme.palme--4 {
      background-image: url(../images/palmes/4-palme.png); }
    .ulI .icon-palme.palme--5 {
      background-image: url(../images/palmes/5-palme.png); }

/*-----------------------  AWARD PAGE ----------------------- */
.wrapper-list-bs-schools {
  position: relative; }
  .wrapper-list-bs-schools span[class^="laurel-icon"] {
    display: inline-block;
    width: 225px;
    height: 225px;
    background-image: url("../images/palmes/laurel-lg.png");
    background-size: 100%;
    background-repeat: no-repeat; }
    .wrapper-list-bs-schools span[class^="laurel-icon"].z-top {
      position: absolute;
      left: -110px;
      top: -100px; }
    .wrapper-list-bs-schools span[class^="laurel-icon"].z-center {
      position: absolute;
      right: -100px;
      top: 38%; }
    .wrapper-list-bs-schools span[class^="laurel-icon"].z-bottom {
      position: absolute;
      left: 25%;
      bottom: 0;
      margin-left: -115px; }

.wp-zone {
  margin-top: 2.75rem; }

.zone-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.35rem; }
  .zone-heading-icon {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 10px 50px 10px rgba(150, 150, 150, 0.1);
    box-shadow: 0px 10px 50px 10px rgba(150, 150, 150, 0.1);
    width: 60px;
    height: 60px;
    position: relative; }
    .zone-heading-icon img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      max-width: 40%; }
  .zone-heading-text {
    text-transform: uppercase;
    margin-left: 2rem;
    font-size: 1.2rem;
    font-weight: bold; }

.zone-list-school {
  list-style: none;
  border-bottom: 1px solid #8b898d;
  padding-bottom: 1.25rem; }
  .zone-list-school .school-item {
    margin-bottom: .25rem;
    displaY: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    padding: .5rem 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .zone-list-school .school-item-icon {
      font-family: "univers-cond", Helvetica, Arial, sans-serif;
      width: 44px;
      min-width: 44px;
      height: 44px;
      line-height: 44px;
      background: url(../images/palmes/laurel-md.png) center center no-repeat;
      background-size: 100%;
      text-align: center;
      margin-right: 1rem;
      font-size: 1rem;
      font-weight: normal; }
      .zone-list-school .school-item-icon.gold {
        background-image: url(../images/palmes/laurel-gold.png); }
    .zone-list-school .school-item-name {
      font-size: 1.075rem;
      margin-right: auto; }
      .zone-list-school .school-item-name a {
        color: #000000; }
        .zone-list-school .school-item-name a:hover {
          color: #8562a7; }
    .zone-list-school .school-item-country {
      margin-left: auto;
      width: 100px;
      text-align: left;
      border-left: 1px solid #b7b7b8;
      color: #000000;
      padding-left: 1.5rem; }
      .zone-list-school .school-item-country a {
        color: rgba(0, 0, 0, 0.4); }
        .zone-list-school .school-item-country a:hover {
          color: black; }
      @media (max-width: 991px) {
        .zone-list-school .school-item-country {
          padding-left: .5rem;
          text-align: right;
          min-width: 60px;
          width: 60px;
          margin-left: .5rem; } }

.america .zone-heading-text,
.america .school-item-icon {
  color: #581c64; }

.africa .zone-heading-text,
.africa .school-item-icon {
  color: #f29400; }

.asia .zone-heading-text,
.asia .school-item-icon {
  color: #9a0060; }

.europe .zone-heading-text,
.europe .school-item-icon {
  color: #96bf0d; }

.oceania .zone-heading-text,
.oceania .school-item-icon {
  color: #006dae; }

.north_america .zone-heading-text,
.north_america .school-item-icon {
  color: #7334b1; }

.slogan {
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Lora', Georgia, serif; }
  .slogan h3, .slogan .holder_h3 {
    position: relative;
    margin: 55px auto 15px auto; }
    .slogan h3:before, .slogan .holder_h3:before {
      content: " ";
      width: 2px;
      background-color: #8562a7;
      height: 30px;
      position: absolute;
      left: 50%;
      top: -55px; }
  .slogan-logo {
    margin: 0 auto 25px auto;
    width: 106px;
    height: 106px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 0 45px rgba(80, 80, 80, 0.1);
    box-shadow: 0 0 45px rgba(80, 80, 80, 0.1); }
    .slogan-logo img {
      max-width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .slogan-text {
    font-size: 22px;
    font-weight: nomal;
    letter-spacing: .025rem;
    font-family: "Pacifico", cursive; }
    .slogan-text p {
      margin-bottom: .5rem; }
      @media (min-width: 768px) {
        .slogan-text p {
          display: inline-block; } }
    .slogan-text small {
      font-family: "univers-cond", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .slogan .space {
      display: none; } }

.box-selected-school {
  text-align: center;
  font-weight: 300;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 1rem;
  text-align: center;
  display: block;
  margin-top: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 17px 84px rgba(0, 0, 0, 0.04);
  box-shadow: 0 17px 84px rgba(0, 0, 0, 0.04);
  border: solid 1px #e0e1e2;
  margin-bottom: 1.5rem; }
  .box-selected-school-logo {
    position: relative;
    text-align: center;
    height: 125px;
    margin: 0 auto .5rem auto; }
    .box-selected-school-logo img {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .box-selected-school-name {
    margin-bottom: 1.5rem;
    color: #8562a7;
    font-weight: bold; }
  .box-selected-school .selected-logo {
    max-width: 45%;
    margin-left: auto;
    margin-right: auto; }
  .box-selected-school hr {
    max-width: 60%;
    margin: .5em  auto; }
  .box-selected-school-location {
    color: #838487;
    margin-bottom: .5rem; }

.card-info-school .table-wrap {
  background-color: #f2f2f2;
  padding: 10px 0;
  margin-bottom: 1rem; }

.card-info-school .table {
  text-align: center; }
  .card-info-school .table td, .card-info-school .table th {
    padding: .25rem; }

.card-info-school .card {
  margin-bottom: 1.25rem;
  padding: 0;
  border: 1px solid transparent; }
  .card-info-school .card a {
    text-decoration: underline; }

@media (max-width: 992px) {
  .card-info-school {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word; } }

.post-content .title-card-head {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  padding: 6px 15px 5px 15px;
  font-size: 20px;
  margin-bottom: 1rem;
  color: #fff;
  background-color: #303030; }
  .post-content .title-card-head.bg-style-student {
    background-color: #8562a7; }
  .post-content .title-card-head.bg-style-academics {
    background-color: #4b4b4b; }
  .post-content .title-card-head.bg-style-president {
    background-color: #dadada;
    color: #8562a7; }
  .post-content .title-card-head.bg-style-campuses {
    background-color: #5f328c; }
  .post-content .title-card-head.bg-style-best-masters-ranking {
    background-color: #706f6f; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0; }

.logo-partnerships {
  margin-top: 1rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .logo-partnerships li .partner-thumnail {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 20px;
    height: 100px;
    max-width: 180px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 17px 84px rgba(0, 0, 0, 0);
    box-shadow: 0 17px 84px rgba(0, 0, 0, 0);
    border: solid 1px transparent; }
    @media (max-width: 576px) {
      .logo-partnerships li .partner-thumnail {
        height: 60px;
        max-width: 120px;
        padding: 5px 10px; } }
  .logo-partnerships li a.partner-thumnail:hover {
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: solid 1px #e0e1e2;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .logo-partnerships li img {
    max-height: 100%;
    max-width: 100%; }

.title-small {
  font-size: 1.4rem;
  color: #8562a7;
  font-weight: bold;
  margin-bottom: .5rem; }

/*----------------------- RESPONSIVE ----------------------- */
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none; }

@media (max-width: 1199px) {
  .header-social {
    display: none; }
  .wrapper_page {
    overflow: hidden; }
  #carouselContent {
    height: 380px; }
  .carousel-caption {
    margin-left: 0;
    width: 80%;
    left: 10%;
    max-width: inherit; }
  .block-map {
    margin-bottom: 0; }
  .wp-map {
    max-width: 100%;
    height: auto;
    position: static;
    background-image: inherit !important; }
    .wp-map .w-data {
      visibility: visible;
      position: static;
      background: transparent;
      opacity: 1;
      margin-left: 0; }
    .wp-map .area {
      position: static;
      border: 1px solid #d0d0d0;
      margin-bottom: 15px;
      border-radius: 12px; }
      .wp-map .area .circle-btn {
        display: none; }
      .wp-map .area h5 {
        text-right: center; }
      .wp-map .area:hover .w-data {
        bottom: auto; } }

@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .light-list-schools li > .d-flex {
    min-height: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 991px) {
  .menu-top {
    display: none; }
  .navbar-expand-md .navbar-collapse {
    display: none; }
  .header-fixed-top {
    max-height: 100%;
    overflow: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .header-fixed-top .navbar {
      padding-bottom: 0;
      max-height: calc(100% - 100px);
      overflow: auto;
      position: relative;
      padding: 0; }
  header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  header .navbar-toggler {
    float: right;
    padding: 0; }
  header .navbar-toggler-icon {
    font-size: 30px;
    color: #fff;
    height: auto; }
  header .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(50, 56, 60, 0.9); }
  header .nav-fill .nav-item {
    text-align: left; }
    header .nav-fill .nav-item .nav-link {
      padding-left: 15px;
      padding-right: 15px; }
  header .multi-level > li {
    padding-left: 15px; }
  header .multi-level .dropdown-menu {
    border: 0;
    padding: 0px 10px;
    margin-bottom: 15px;
    width: 100%; }
  header .dropdown-submenu > a:after {
    display: none; }
  header .multi-level .dropdown-menu.show {
    display: block; }
  header .header-social {
    display: none; }
  .home-top-banner .well-heading big,
  .home-top-banner .well-heading h1,
  .caption-top .school-heading h1 {
    font-size: 2rem; }
  .caption-top .school-heading p {
    font-size: 1.4rem; }
  .txt-intro {
    margin-bottom: 0; }
    .txt-intro h3 {
      font-size: 1.3rem; }
  .mb-flex-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .section-shools {
    padding-bottom: 0; }
    .section-shools .btn-outline-primary {
      margin-bottom: 40px; }
  #carouselContent {
    height: auto; }
  .wIntro .txt-intro-pri {
    font-size: 1.45em; }
  .wIntro p {
    line-height: 1.2em;
    font-size: 1.1rem;
    font-weight: 300; }
  .social-links {
    padding-bottom: 20px; }
  .list-links-ft {
    -webkit-columns: 3;
    columns: 3; }
  .grid .caption {
    width: 100%;
    padding: 5px; }
    .grid .caption h5 {
      font-size: .9rem; }
    .grid .caption p {
      font-size: .9rem; }
  .picflex .resultitem.open:after {
    border-width: 22px 22px 0 22px; } }

@media (max-width: 767px) {
  .wrap_table_masonry .tbl2 tbody tr td:first-child {
    padding-left: 15px;
    min-width: 160px; }
  .home-top-banner .well-heading {
    margin-bottom: 10px; }
    .home-top-banner .well-heading small {
      font-size: 1.2rem;
      margin-bottom: 5px; }
  .home-top-banner .caption-top p {
    font-size: 1.3rem; }
  .home-top-banner .well-heading big, .home-top-banner .well-heading h1 {
    font-size: 1.8rem;
    line-height: 1.2em; }
  .home-top-banner .search-top .form-control {
    padding: .3rem .8rem; }
  .home-top-banner .arrow-down {
    margin: 15px auto; }
  .home-top-banner .icon-scroll-down {
    display: none; }
  #carouselContent .carousel-indicators {
    display: none; }
  .carousel-caption {
    border: 0; }
    .carousel-caption h3 {
      font-size: 1.6rem;
      margin-bottom: 6px; }
    .carousel-caption p {
      font-size: 1.6rem; }
  .intro-ft h4 {
    font-size: 1.65rem; }
  .pos-list-country.columns-5 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
  .wIntro .txt-intro-pri {
    font-size: 1.25em; }
  .height-active .style-remove-bg:before {
    background: -moz-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 249, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 249, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff', GradientType=0 ); }
  .list-new-school li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .list-promiss {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
  .post-content .nav-pills {
    margin-bottom: 20px; }
    .post-content .nav-pills .nav-link {
      font-size: .85rem;
      padding: .25rem .6rem; }
  .module-financial-docs .details .icon {
    font-size: 20px; }
  .module-financial-docs .text-description {
    width: 94%;
    font-size: 1.3rem; }
  .module-financial-docs .details {
    width: 100%;
    margin-bottom: 2px;
    font-size: 1.2rem; }
  .module-financial-docs .icon-arrow {
    font-size: 18px; }
  .title-lineup-lg {
    font-size: 2.2rem; }
  .list-links-ft {
    -webkit-columns: 2;
    columns: 2; }
  .list-nav .list-nav-sub {
    position: relative;
    margin-left: 15px;
    top: 0; } }

@media (max-width: 576px) {
  .newraking-heading .title-head-lg {
    font-size: 1.35rem; }
  .links-web li a {
    margin-bottom: 10px;
    min-width: 200px; }
  .wdescription {
    margin-bottom: 0; }
  .wrap_table_masonry .tbl2 tr th {
    font-size: 10px;
    padding: 15px 5px;
    line-height: 1.2em; }
    .wrap_table_masonry .tbl2 tr th:first-child p big {
      font-size: 11px; }
    .wrap_table_masonry .tbl2 tr th:first-child p small {
      font-size: 9px;
      font-weight: 400; }
  .wrap_table_masonry .tbl2 tbody tr td {
    font-size: 13px;
    line-height: 1.3em; }
  .txt-note {
    padding-left: 0; }
  .wIntro .txt-intro-pri {
    font-size: 1.2em; }
  .footer-bot {
    text-align: center; }
    .footer-bot .text-right {
      text-align: center !important; }
  #footer .arrow-up {
    margin-top: -15px;
    top: -35px;
    left: 50%;
    right: auto;
    margin-left: -20px;
    border: 1px solid rgba(65, 64, 66, 0.03); }
  #footer h4 {
    margin-top: 20px; }
  .reldiv {
    padding-left: 25px; } }

@media (max-width: 480px) {
  .home-top-banner .well-heading big, .home-top-banner .well-heading h1 {
    font-size: 1.6rem; }
  .caption-top .school-heading h1 {
    font-size: 1.6rem; }
  .light-list-schools {
    padding: 0 5%; }
  .section-shools .mb-flex-column {
    margin: 0 -15px; }
  .light-list-schools .lnr-arrow-right-circle {
    font-size: 22px; }
  .list-new-school li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media (max-width: 420px) {
  .list-new-school {
    margin-left: 0;
    margin-right: 0; }
    .list-new-school > li {
      padding: 0; }
  .div-columns-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .newraking-heading .title-style-xs {
    font-size: 1.1rem; } }

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