/*
Theme Name: Educell
Theme URI: http://www.hipergo.com/
Author: Hipergo
Author URI: http://www.hipergo.com/
Description: Hipergo
Version: 1.0
Text Domain: hipergo
*/
@font-face {
  font-family: 'DINCE-Bold';
  src: url("font/DINCE-Bold.eot");
  src: url("font/DINCE-Bold.eot?#iefix") format("embedded-opentype"), url("font/DINCE-Bold.woff2") format("woff2"), url("font/DINCE-Bold.woff") format("woff"), url("font/DINCE-Bold.ttf") format("truetype"), url("font/DINCE-Bold.svg#DINCE-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINCE-Light';
  src: url("font/DINCE-Light.eot");
  src: url("font/DINCE-Light.eot?#iefix") format("embedded-opentype"), url("font/DINCE-Light.woff2") format("woff2"), url("font/DINCE-Light.woff") format("woff"), url("font/DINCE-Light.ttf") format("truetype"), url("font/DINCE-Light.svg#DINCE-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINCE-Black';
  src: url("font/DINCE-Black.eot");
  src: url("font/DINCE-Black.eot?#iefix") format("embedded-opentype"), url("font/DINCE-Black.woff2") format("woff2"), url("font/DINCE-Black.woff") format("woff"), url("font/DINCE-Black.ttf") format("truetype"), url("font/DINCE-Black.svg#DINCE-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINCE-Medium';
  src: url("font/DINCE-Medium.eot");
  src: url("font/DINCE-Medium.eot?#iefix") format("embedded-opentype"), url("font/DINCE-Medium.woff2") format("woff2"), url("font/DINCE-Medium.woff") format("woff"), url("font/DINCE-Medium.ttf") format("truetype"), url("font/DINCE-Medium.svg#DINCE-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINCE-Regular';
  src: url("font/DINCE-Regular.eot");
  src: url("font/DINCE-Regular.eot?#iefix") format("embedded-opentype"), url("font/DINCE-Regular.woff2") format("woff2"), url("font/DINCE-Regular.woff") format("woff"), url("font/DINCE-Regular.ttf") format("truetype"), url("font/DINCE-Regular.svg#DINCE-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* - Body - */
body {
  font-family: "DINCE-Light", sans-serif;
  font-size: 16px;
  color: #000000;
  /*background: url('img/background-cells-bottom.svg') no-repeat;
    background-size: contain;
    background-position: center top;*/
  /* - Headings - */
  /* - Colors - */
  /* - Links - */
}

body.home {
  background: none;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "DINCE-Medium", sans-serif;
  color: #25348b;
  margin: 10px 0px 20px 0px;
}

body h1 {
  font-size: 36px;
  text-transform: uppercase;
}

body.parent-pageid-8932 h1, body.parent-pageid-9570 h1 {
  text-transform: none !important;
}

body h2 {
  font-size: 28px;
}

body h2.large {
  font-size: 36px;
  text-transform: uppercase;
}

body h3 {
  font-size: 24px;
}

body h4 {
  font-size: 20px;
}

body h5 {
  font-size: 18px;
}

body h6 {
  font-size: 16px;
}

@media (min-width: 992px) {
  body h1 {
    font-size: 50px;
  }
  body h2 {
    font-size: 32px;
  }
  body h2.large {
    font-size: 50px;
  }
  body h3 {
    font-size: 26px;
  }
  body h4 {
    font-size: 22px;
  }
  body h5 {
    font-size: 20px;
  }
  body h6 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  body h1 {
    font-size: 60px;
  }
  body h2.large {
    font-size: 60px;
  }
}

body .blue {
  color: #25348b;
}

body strong {
  color: #25348b;
}

body a {
  text-decoration: none;
  color: #939598;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

body a:hover {
  color: #25348b;
}

@media (min-width: 1400px) {
  body .container {
    max-width: 1600px;
  }
}

body header {
  color: #939598;
  background-color: #ffffff;
  position: relative;
  display: block;
}

body header .navbar-toggler-icon {
  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='rgba(17, 72, 95, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

body header .navbar-collapse {
  background: #ffffff;
}

@media (min-width: 992px) {
  body header .navbar-collapse {
    background: transparent;
  }
}

body header .navbar {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body header .navbar #menu-secondarymenu-1.navbar-nav .nav-link {
  margin: 2rem 2rem 0rem 0rem;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  body header .navbar #menu-secondarymenu-1.navbar-nav .nav-link {
    margin: 1.95rem 0rem 0rem 1.5rem;
    padding: 0;
  }
}

body header .navbar #menu-secondarymenu-1.navbar-nav .nav-link:before {
  content: "";
  display: none;
}

body header .navbar .navbar-nav .nav-link {
  color: #939598;
  margin: 2rem 2rem 0rem 0rem;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

body header .navbar .navbar-nav .nav-link:hover, body header .navbar .navbar-nav .nav-link:focus {
  color: #25348b;
}

body header .navbar .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#263488), to(#6F357C));
  background-image: linear-gradient(to left, #263488, #6F357C);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-link:hover:before {
  visibility: visible;
  width: 100%;
}

body header .navbar .navbar-nav .active .nav-link {
  color: #25348b;
}

body header .navbar .navbar-nav .wpml-ls-current-language .nav-link {
  color: #25348b;
}

body header .navbar .navbar-nav .show > .nav-link {
  color: #25348b;
}

body header .navbar .mobile .mobile-language-menu {
  display: inline-block !important;
}

body header .navbar .mobile .mobile-language-menu #menu-secondarymenu.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body header .navbar .mobile .mobile-language-menu #menu-secondarymenu.navbar-nav .nav-link {
  margin: 0rem .75rem 0rem 0rem;
}

body header .navbar .mobile .mobile-language-menu #menu-secondarymenu.navbar-nav .menu-item-object-custom, body header .navbar .mobile .mobile-language-menu #menu-secondarymenu.navbar-nav .menu-item-object-page {
  display: none;
}

@media only screen and (min-width: 1200px) {
  body header .navbar .mobile .mobile-language-menu {
    display: none !important;
  }
}

body header .navbar-light .navbar-nav .active a.nav-link,
body header .navbar-light .navbar-nav .current-page-ancestor a.nav-link {
  color: #939598;
}

body header .navbar-light .navbar-nav .active a.nav-link:before,
body header .navbar-light .navbar-nav .current-page-ancestor a.nav-link:before {
  content: "";
  position: absolute;
  visibility: visible;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#263488), to(#6F357C));
  background-image: linear-gradient(to left, #263488, #6F357C);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body header .navbar-brand img {
  max-width: 150px;
}

@media only screen and (min-width: 768px) {
  body header .navbar-brand img {
    max-width: 200px;
  }
}

body header .border-top {
  margin-top: 10px;
  border-top: 1px solid #ffffff;
  padding-top: 10px;
}

@media only screen and (min-width: 992px) {
  body header .border-top {
    margin-top: 0px;
    border-top: 0px solid #ffffff;
    padding-top: 0px;
  }
}

body header .navbar-toggler-icon {
  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='rgba(37, 52, 139, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

body header .navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
  padding: 0.25rem 0rem;
}

body header .navbar-collapse {
  background: -webkit-gradient(linear, right top, left top, from(#263488), to(#6F357C));
  background: linear-gradient(to left, #263488, #6F357C);
}

@media (min-width: 992px) {
  body header .navbar-collapse {
    background: transparent;
  }
}

body header .dropdown-menu {
  white-space: normal;
}

@media (min-width: 992px) {
  body header .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 100%;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
    min-height: 350px;
    left: 0;
  }
  body header li.current-page-ancestor > a {
    color: #25348b !important;
  }
  body header li.current-page-ancestor > a li.menu-item {
    color: #939598 !important;
  }
  body header li.current-page-ancestor > a li.menu-item.current_page_item > a {
    color: #25348b !important;
  }
  body header li.current_page_item > a {
    color: #25348b;
  }
  body header .dropdown-item:focus, body header .dropdown-item:hover {
    color: #25348b;
    background-color: transparent;
  }
  body header .dropdown:hover .dropdown-menu {
    display: block;
    padding-top: 20px;
  }
  body header .dropdown:hover .dropdown-menu > .dropdown .dropdown-menu {
    display: none;
  }
  body header .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: -20px;
    border-left: 1px solid #939598;
  }
}

body header .mobile-menu .modal-header {
  border-bottom: 0px solid #dee2e6;
  padding: 1.325rem 1rem;
}

body header .mobile-menu .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #EEEEEE;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  outline: 0;
}

body header .mobile-menu ul.navbar-nav li {
  opacity: 0;
  -webkit-animation: fadeIn .1s ease-in both;
          animation: fadeIn .1s ease-in both;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

body header .mobile-menu ul.navbar-nav li a {
  color: #939598;
  font-weight: bold;
  font-size: 18px;
}

body header .mobile-menu ul.navbar-nav li a:hover, body header .mobile-menu ul.navbar-nav li a.active {
  color: #25348b;
  background: none;
}

body header .mobile-menu ul#menu-secondarymenu-2 li a {
  color: #939598;
  font-weight: bold;
  font-size: 18px;
  padding: 2rem 2rem 0rem 0rem;
}

body header .mobile-menu ul#menu-secondarymenu-2 li a:hover, body header .mobile-menu ul#menu-secondarymenu-2 li a.active {
  color: #25348b;
}

body header .mobile-menu ul li.current-page-ancestor > a {
  color: #25348b !important;
}

body header .mobile-menu ul li.current-page-ancestor > a li.menu-item {
  color: #939598 !important;
}

body header .mobile-menu ul li.current-page-ancestor > a li.menu-item.current_page_item > a {
  color: #25348b !important;
}

body header .mobile-menu ul .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

body header .mobile-menu ul .dropdown-menu li a.dropdown-item {
  white-space: normal;
}

body header .mobile-menu ul .dropdown-menu li.current_page_item a {
  color: #25348b !important;
}

body header .mobile-menu ul .dropdown-menu .dropdown .dropdown-menu {
  display: block;
  padding-left: 10px;
}

body header .mobile-menu .btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 3em;
  padding: 0em 0em;
  color: #25348b;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  margin: .3rem .3rem 0rem 0rem;
  /*background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#25348b'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") center/1em auto no-repeat !important;*/
  /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#25348b'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");*/
}

body header .modalfade {
  animation: fadeIn .1s;
  -moz-animation: fadeIn .1s;
  /* Firefox */
  -webkit-animation: fadeIn .1s;
  /* Safari and Chrome */
  -o-animation: fadeIn .1s;
  /* Opera */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body .btn:focus, body a:focus {
  outline: none;
}

body .btn {
  padding: .375rem 2rem;
  font-size: 16px;
  border-radius: 4px !important;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

body .btn.btn-sm {
  padding: 0.175rem 0.5rem;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .btn-primary {
  color: #ffffff !important;
  background-color: #00ADEF !important;
  border-color: #00ADEF !important;
}

body .btn-primary .svg-inline--fa {
  margin-left: 6px;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

body .btn-primary:hover {
  color: #ffffff !important;
  background-color: #25348b !important;
  border-color: #25348b !important;
}

body .btn-primary:hover .svg-inline--fa {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

body .btn-secondary {
  color: #780D17 !important;
  background-color: #25348b !important;
  border-color: #780D17 !important;
}

body .btn-outline-primary {
  color: #00ADEF !important;
  background-color: #ffffff !important;
  border-color: #00ADEF !important;
}

body .btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #25348b !important;
  border-color: #25348b !important;
}

body .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: #939598;
}

body main {
  margin: 50px 0px 50px 0px;
  position: relative;
  /* - Accordion - */
  /* - Tabs - */
  /* - Forms - */
  /* - Carousel - */
  /* Link colors */
  /* Button colors */
  /* Button alt colors */
  /* - User profile - */
}

body main a {
  text-decoration: none;
  color: #25348b;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

body main a:hover {
  color: #000000;
}

body main.front-page {
  margin: 0px 0px 50px 0px !important;
}

body main .vc_row {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}

body main .vc_row .wpb_button, body main .vc_row .wpb_content_element, body main .vc_row ul.wpb_thumbnails-fluid > li {
  margin-top: 25px;
  margin-bottom: 25px;
}

body main .parallax-banner {
  min-height: 350px;
}

body main .gradient {
  background: -webkit-gradient(linear, right top, left top, from(#263488), to(#6F357C));
  background: linear-gradient(to left, #263488, #6F357C);
}

body main .front-page-header, body main .header-background {
  background: url("img/background-cells-home.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 50px 0px;
}

@media (min-width: 992px) {
  body main .front-page-header, body main .header-background {
    font-size: 20px;
  }
}

body main .front-page-header h1, body main .header-background h1 {
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px #3C1277;
}

@media (min-width: 1400px) {
  body main .front-page-header h1, body main .header-background h1 {
    font-size: 70px;
  }
}

body main .front-page-header h1 .blue, body main .header-background h1 .blue {
  color: #00ADEF;
}

body main .front-page-header strong, body main .header-background strong {
  color: #ffffff;
}

body main .front-page-header .vc_separator, body main .header-background .vc_separator {
  padding-top: 25px;
  padding-bottom: 25px;
}

body main .front-page-header .vc_separator .vc_sep_holder .vc_sep_line, body main .header-background .vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 0px solid #EBEBEB;
  background: #ffffff;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

body main .front-page-header .vc_separator .vc_sep_holder .vc_sep_line::before, body main .header-background .vc_separator .vc_sep_holder .vc_sep_line::before {
  content: '';
  height: 5px;
  background: #ffffff;
  position: absolute;
  width: 150px;
  display: block;
  border-radius: 10px;
  margin-top: -2px;
  left: 0%;
}

body main .front-page-header .vc_separator .vc_sep_holder .vc_sep_line::after, body main .header-background .vc_separator .vc_sep_holder .vc_sep_line::after {
  content: '';
  height: 7px;
  background: #ffffff;
  position: absolute;
  width: 7px;
  display: block;
  border-radius: 10px;
  margin-top: -3px;
  right: 0%;
}

body main .front-page-header .vc_separator .vc_sep_holder .vc_sep_line.w10::before, body main .header-background .vc_separator .vc_sep_holder .vc_sep_line.w10::before {
  left: 10% !important;
}

body main .banner {
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 50px;
}

body main .banner h2 {
  color: #939598;
}

@media (min-width: 768px) {
  body main .banner {
    background: url("img/osteoart-2.svg"), #EEEEEE;
    background-size: 50%;
    background-position: center right;
    background-repeat: no-repeat;
  }
}

body main .banner-project {
  background-image: -webkit-gradient(linear, right top, left top, from(#263488), to(#6F357C));
  background-image: linear-gradient(to left, #263488, #6F357C);
  border-radius: 4px;
  padding: 50px;
}

body main .banner-project h2 {
  color: #ffffff;
}

body main .vc_separator {
  padding-top: 25px;
  padding-bottom: 25px;
}

body main .vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 0px solid #EBEBEB;
  background: #25348b;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

body main .vc_separator .vc_sep_holder .vc_sep_line::before {
  content: '';
  height: 5px;
  background: #25348b;
  position: absolute;
  width: 150px;
  display: block;
  border-radius: 10px;
  margin-top: -2px;
  left: 0%;
}

body main .vc_separator .vc_sep_holder .vc_sep_line.w10::before {
  left: 10% !important;
}

body main .separator {
  height: 1px;
  background: #273489;
}

body main .separator::before {
  content: '';
  height: 5px;
  background: #273489;
  position: absolute;
  width: 10%;
  display: block;
  border-radius: 10px;
  margin-top: -2px;
}

body main .news-post {
  margin-bottom: 50px;
}

body main .news-post .post-img {
  height: 200px;
  margin-bottom: 25px;
}

body main .news-post .post-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

body main .publication-post {
  margin-bottom: 50px;
  display: block;
  /*align-items: stretch;
            justify-content: space-between;
            flex-direction: column;*/
  min-height: 250px;
  position: relative;
}

body main .publication-post h4 {
  font-size: 18px;
  font-weight: normal;
  min-height: 65px;
}

body main .publication-post a.custom-btn {
  background: url("img/link-background.svg") no-repeat;
  background-size: contain;
  background-position: top left;
  padding: 60px 54px 15px 28px;
  height: 110px;
  width: auto;
  margin-top: 10px;
  display: block;
  color: #ffffff;
  line-height: 16px;
  position: relative;
}

body main .publication-post a.custom-btn.more {
  padding: 60px 54px 15px 24px;
}

body main .publication-post a.custom-btn:hover {
  color: #bdbadb;
}

@media (min-width: 768px) {
  body main .publication-post {
    min-height: 350px;
  }
  body main .publication-post a.custom-btn {
    position: absolute;
    bottom: 0px;
    /*padding: 58px 54px 15px 28px;*/
    height: 140px;
    width: 110px;
  }
}

body main ul.pages-list {
  list-style-type: none;
  padding-left: 0rem;
}

body main ul.pages-list li a {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body main ul.pages-list li a {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  body main ul.pages-list li a {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  body main ul.pages-list li a {
    font-size: 50px;
  }
}

body main ul.pages-list li.normal a {
  text-transform: none;
}

body main .current-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

body main .current-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

@media (min-width: 768px) {
  body main .current-image {
    width: 400px;
    height: 400px;
  }
}

@media (min-width: 992px) {
  body main .current-image {
    width: 500px;
    height: 500px;
  }
}

@media (min-width: 1200px) {
  body main .current-image {
    width: 600px;
    height: 600px;
  }
}

@media (min-width: 1600px) {
  body main .current-image {
    width: 800px;
    height: 800px;
  }
}

body main .circle-image-small {
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: relative;
  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;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body main .circle-image-small .text {
  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;
  width: 150px;
  height: 50px;
  position: absolute;
  line-height: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #25348b;
  border-radius: 4px;
  background-color: #ffffff;
}

body main .circle-image-small img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

body main .circle-image-small:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.16);
}

body main .newsletter {
  color: #ffffff;
}

body main .newsletter h2 {
  color: #ffffff;
}

body main .newsletter img {
  max-width: 200px;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #25348b;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:hover .vc_tta-panel-title > a {
  color: #25348b;
}

body main .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
body main .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
body main .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 0px;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent;
  background-color: #ffffff;
  border-bottom: 1px solid #939598 !important;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: transparent;
  background-color: #ffffff;
  border-bottom: 1px solid #25348b !important;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:hover .vc_tta-panel-heading {
  border-color: transparent;
  background-color: #ffffff;
  border-bottom: 1px solid #25348b !important;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
body main .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #939598;
}

body main .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
body main .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
body main .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, body main .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 1px;
}

body main .vc_tta.vc_general .vc_tta-panel-title > a {
  background: 0 0;
  display: block;
  padding: 14px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  border: none;
}

body main .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}

body main .vc_tta .vc_tta-controls-icon {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  position: relative;
  font-size: inherit;
  margin: 0;
}

body main .vc_tta.vc_general .vc_tta-panel-body {
  border: solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 14px 0px;
  display: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
}

body main .vc_tta-panel-body .vc_row {
  margin-top: 25px;
  margin-bottom: 25px !important;
}

body main .vc_tta.vc_general .vc_tta-tab > a {
  padding: 10px 0px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid transparent;
  position: relative;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
  transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
  font-size: 22px;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: transparent;
  background-color: #ffffff;
  color: #25348b;
  border-bottom: 2px solid #ffffff;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: transparent;
  background-color: #ffffff;
  color: #25348b;
  border-bottom: 2px solid #25348b;
}

body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus,
body main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  background-color: #ffffff;
  border-bottom: 2px solid #25348b;
}

body main .form-control {
  margin-bottom: 15px;
}

body main .partners.owl-carousel .owl-item .item {
  height: 70px;
  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;
}

body main .partners.owl-carousel .owl-item .item img {
  display: block;
  width: auto;
  max-height: 60px;
  margin: 0 auto;
  padding: 10px;
}

body main .philosophy.owl-carousel .owl-item .item {
  text-align: center;
}

body main .owl-theme .owl-dots .owl-dot {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body main .owl-theme .owl-dots .owl-dot.active span, body main .owl-theme .owl-dots .owl-dot:hover span {
  background: #25348b;
}

body main .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #EEEEEE;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}

body main .um a.um-link,
body main .um .um-tip:hover,
body main .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
body main .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
body main .um .um-member-name a:hover,
body main .um .um-member-more a:hover,
body main .um .um-member-less a:hover,
body main .um .um-members-pagi a:hover,
body main .um .um-cover-add:hover,
body main .um .um-profile-subnav a.active,
body main .um .um-item-meta a,
body main .um-account-name a:hover,
body main .um-account-nav a.current,
body main .um-account-side li a.current span.um-account-icon,
body main .um-account-side li a.current:hover span.um-account-icon,
body main .um-dropdown li a:hover,
body main i.um-active-color,
body main span.um-active-color {
  color: #00ADEF !important;
}

body main .um a.um-link:hover,
body main .um a.um-link-hvr:hover {
  color: #25348b !important;
}

body main .um .um-field-group-head,
body main .picker__box,
body main .picker__nav--prev:hover,
body main .picker__nav--next:hover,
body main .um .um-members-pagi span.current,
body main .um .um-members-pagi span.current:hover,
body main .um .um-profile-nav-item.active a,
body main .um .um-profile-nav-item.active a:hover,
body main .upload,
body main .um-modal-header,
body main .um-modal-btn,
body main .um-modal-btn.disabled,
body main .um-modal-btn.disabled:hover,
body main div.uimob800 .um-account-side li a.current,
body main div.uimob800 .um-account-side li a.current:hover,
body main .um .um-button,
body main .um a.um-button,
body main .um a.um-button.um-disabled:hover,
body main .um a.um-button.um-disabled:focus,
body main .um a.um-button.um-disabled:active,
body main .um input[type=submit].um-button,
body main .um input[type=submit].um-button:focus,
body main .um input[type=submit]:disabled:hover {
  background: #00ADEF !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: .375rem .5rem !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16) !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  font-weight: 500 !important;
}

@media (min-width: 992px) {
  body main .um .um-field-group-head,
  body main .picker__box,
  body main .picker__nav--prev:hover,
  body main .picker__nav--next:hover,
  body main .um .um-members-pagi span.current,
  body main .um .um-members-pagi span.current:hover,
  body main .um .um-profile-nav-item.active a,
  body main .um .um-profile-nav-item.active a:hover,
  body main .upload,
  body main .um-modal-header,
  body main .um-modal-btn,
  body main .um-modal-btn.disabled,
  body main .um-modal-btn.disabled:hover,
  body main div.uimob800 .um-account-side li a.current,
  body main div.uimob800 .um-account-side li a.current:hover,
  body main .um .um-button,
  body main .um a.um-button,
  body main .um a.um-button.um-disabled:hover,
  body main .um a.um-button.um-disabled:focus,
  body main .um a.um-button.um-disabled:active,
  body main .um input[type=submit].um-button,
  body main .um input[type=submit].um-button:focus,
  body main .um input[type=submit]:disabled:hover {
    padding: .375rem 2rem !important;
  }
}

body main .um .um-field-group-head:hover,
body main .picker__footer,
body main .picker__header,
body main .picker__day--infocus:hover,
body main .picker__day--outfocus:hover,
body main .picker__day--highlighted:hover,
body main .picker--focused .picker__day--highlighted,
body main .picker__list-item:hover,
body main .picker__list-item--highlighted:hover,
body main .picker--focused .picker__list-item--highlighted,
body main .picker__list-item--selected,
body main .picker__list-item--selected:hover,
body main .picker--focused .picker__list-item--selected,
body main .um .um-button:hover,
body main .um a.um-button:hover,
body main .um input[type=submit].um-button:hover {
  background: #25348b !important;
}

body main .um .um-button.um-alt,
body main .um input[type=submit].um-button.um-alt {
  background: #939598 !important;
  color: #ffffff !important;
  border-radius: 4px;
  font-size: 16px;
}

body main .um .um-button.um-alt:hover,
body main .um input[type=submit].um-button.um-alt:hover {
  background: #25348b !important;
}

body main .um {
  text-align: left;
  color: #666;
  font-size: 16px;
}

body main .um-field-label label {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: bold;
  font-weight: 600;
}

body main .um-field-block {
  color: #777;
  font-size: 14px;
}

body main .um-account-profile-link {
  display: none;
}

body main .projects-logo {
  text-align: center;
}

body main .projects-logo img {
  width: auto;
  max-height: 80px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

body main ol.custom-list li {
  margin-bottom: 25px;
}

body main ol.custom-list li h4 {
  font-size: 16px;
}

body main ol.custom-list li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

body main ol.custom-list li ul li {
  margin-bottom: 0px;
}

body .fa-icon {
  width: 14px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: #25348b;
}

body footer {
  background: #EEEEEE;
  color: #939598;
  padding: 50px 0px;
}

body footer .footer .row div[class^="col"] {
  margin-bottom: 20px;
}

body footer a {
  color: #939598;
}

body footer a:hover {
  color: #25348b;
}

body footer #nav_menu-11 ul.menu li, body footer #nav_menu-5 ul.menu li, body footer #nav_menu-9 ul.menu li, body footer #nav_menu-10 ul.menu li {
  display: inline-block;
  margin-right: 10px;
}

body footer #nav_menu-11 ul.menu li a, body footer #nav_menu-5 ul.menu li a {
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: "DINCE-Medium", sans-serif;
}

body footer ul.menu .title {
  margin: 10px 0px 20px 0px;
}

body footer ul.menu .title a {
  font-size: 20px;
  font-weight: 500 !important;
  font-family: "DINCE-Medium", sans-serif;
}

body footer ul.menu#menu-socialmenu-1 li, body footer ul.menu#menu-socialmenuen-1 li {
  display: inline-block;
  margin-right: 10px;
}

body footer ul.menu li.current-menu-item > a {
  color: #25348b;
}

body footer ul {
  list-style: none;
  padding-left: 0rem;
}

body footer ul.sub-menu {
  padding-left: 20px;
}

body footer h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #939598;
  position: relative;
}

body footer h3.uppercase {
  text-transform: uppercase;
  position: relative;
  display: block;
}

body footer h3.uppercase::after {
  content: '';
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#3E7B8B), color-stop(#70557E), to(#F47D25));
  background: linear-gradient(to right, #3E7B8B, #70557E, #F47D25);
  position: absolute;
  width: 50px;
  display: block;
  margin-top: 5px;
}

body footer .btn {
  margin: 0 10px 10px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: .1rem 1rem;
  font-size: 16px;
  text-transform: none;
}

body footer .btn-outline-primary {
  color: #939598 !important;
  background-color: #EEEEEE !important;
  border-color: #939598 !important;
}

body footer .btn-outline-primary:hover {
  color: #25348b !important;
  background-color: #EEEEEE !important;
  border-color: #25348b !important;
}

body footer img {
  max-width: 150px !important;
  display: block;
}

body footer img.logo {
  max-width: 200px !important;
  margin-bottom: 16px;
}

body footer .copyright {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */