/**
* Template Name: MyResume - v4.0.1
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Light.eot');
	src: local('Segoe UI Light'), local('SegoeUI-Light'),
		url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Light.woff') format('woff'),
		url('../fonts/SegoeUI-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-BoldItalic.eot');
	src: local('Segoe UI Bold Italic'), local('SegoeUI-BoldItalic'),
		url('../fonts/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-BoldItalic.woff') format('woff'),
		url('../fonts/SegoeUI-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-SemiBold.eot');
	src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
		url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
		url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI.eot');
	src: local('Segoe UI'), local('SegoeUI'),
		url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI.woff') format('woff'),
		url('../fonts/SegoeUI.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Bold.eot');
	src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
		url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Bold.woff') format('woff'),
		url('../fonts/SegoeUI-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Italic.eot');
	src: local('Segoe UI Italic'), local('SegoeUI-Italic'),
		url('../fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Italic.woff') format('woff'),
		url('../fonts/SegoeUI-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: 'Penta-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Penta-Light'), local('Penta-Light-Normal'),
        url('../fonts/Penta-Light.woff') format('woff'),
        url('../fonts/Penta-Light.ttf') format('truetype');
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Segoe UI", sans-serif;
  color: #29353c;
  background-color: #f5f5f5;
}

a {
  color: #85000a;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Raleway", sans-serif;*/
}

.form-control:focus, .form-select:focus {
	border-color: #85000a;
    box-shadow: 0 0 0 0.25rem rgb(133 0 10 / 25%);
}

.modal {
    z-index: 100000;
}
.lightboxOverlay {
    z-index: 999999;
}
.lightbox {
    z-index: 1000000;
}

.mt-a {
	margin-top: auto;
}
@media (min-width: 992px) {
	.mt-md-n1 {
		margin-top: -10px !important;
	}
}

.btn-sp1 {
    color: #fff !important;
    background-color: rgba(3,55,143,0.5);
    border-color: rgba(3,55,143,0.5);
	border-radius: 0;
}
.btn-sp2 {
    color: #fff !important;
    background-color: rgba(133,0,10,0.5);
    border-color: rgba(133,0,10,0.5);
	border-radius: 0;
}
.btn-sp3 {
    color: #fff !important;
    background-color: rgba(3,55,143,0.85);
    border-color: rgba(3,55,143,0.85);
	border-radius: 0;
}
.btn-sp1:hover, .btn-sp2:hover, .btn-sp3:hover {
    color: #fff;
    background-color: rgba(41,53,60,0.85);
    border-color: rgba(41,53,60,0.85);
}
.btn-sp1:focus, .btn-sp2:focus, .btn-sp3:focus {
    color: #fff;
    background-color: rgba(41,53,60,0.85);
    border-color: rgba(41,53,60,0.85);
    box-shadow: 0 0 0 0.25rem rgb(41 53 60 / 50%);
}
.btn-sp1:active, .btn-sp2:active, .btn-sp3:active {
    color: #fff;
    background-color: rgba(41,53,60,0.85);
    border-color: rgba(41,53,60,0.85);
}

.btn-video {
	display: block;
	position: relative;
}
.btn-video i {
	color: #fff;
	font-size: 7em;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity:0.5;
	transform: translate(-40%, -50%);
	transition: opacity ease-in-out .5s;
}
.btn-video:hover i {
	opacity: 1;
}

img.is-m200 {
	max-width: 200px;
}
img.is-mh100 {
	max-height: 100px;
}
img.is-w100 {
	max-width: initial;
	width: 100%;
}

.is-link {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #85000a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #29353c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #85000a;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
  transition: opacity 0.5s;
  
}
.is-canvi-open #header {
	opacity: 0;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 185px;
  }
  #header.is-event {
	  padding-top: 120px;
  }
  #header.is-event .nav-menu .nav-logo {
	  opacity: initial;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #ededed;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #45505b;
}


.nav-menu .nav-logo img {
    display: block;
    margin: 0 auto;
	max-width: 150px;
}
@media (min-width: 992px) {
  .nav-menu .nav-logo {
	opacity: 0;
	transition: opacity 1s;
  }
  .page-in-view .nav-menu .nav-logo {
	opacity: 1;
  }
}

.nav-menu a:hover, .nav-menu .active, .nav-menu li:hover > a {
  color: #fff;
  background: #85000a;
}

.nav-menu a:hover span, .nav-menu .active span, .nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #85000a;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/bgg_1.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
#hero.is-video {
	min-height: initial;
	padding-top: 70px;
	padding-bottom: 70px;
}
#hero.is-event {
	min-height: initial;
	padding-top: 10px;
	padding-bottom: 50px;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

/*
#hero:before {
  content: "";
  background: rgba(245, 245, 245, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero--logo {
	max-height: 210px;
}*/
@media (min-width: 992px) {
	#hero .hero--logo {
		margin-left: -100px;
	}
}
#hero h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
}

#hero p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}

#hero p span {
  color: #85000a;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  /*color: #45505b;*/
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #85000a;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

#tx, .tx {
	color: white;
	font-size: 1.35em;
}
.tx.is-sm {
	font-size: 1em !important;
}
.tx.is-pl {
	font-family: 'Penta-Light', arial;
}
@media (min-width: 991px) {
	.tx.is-under-logo {
		margin-left: 12%;
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}
section.has-big-offset {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #85000a;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}*/

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .content ul.is-flat li {
  margin-bottom: 10px;
}

.about .content ul strong {
  margin-right: 10px;
}
.about .content ul span + strong {
	margin-left: 10px;
	margin-right: 0;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #85000a;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 15px 25px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  border: 1px solid #cfcfcf;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #85000a;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  .facts .count-box {
	min-height: 155px;
    display: flex;
    align-items: center;
  }
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #85000a;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}
.resume .resume-title small {
	font-size: .65em;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #85000a;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #85000a;
  margin-bottom: 10px;
}

.resume .resume-item h5,
.resume .resume-item .h5 {
  font-size: 16px;
  background: #f7f8f9;
  color: inherit;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item .h5 i.bi {
  color: #85000a;
  font-size: 0.85em;
}
.resume .resume-item a.h5:hover {
  color: #85000a;
}

.resume .resume-item h5:first-child,
.resume .resume-item .h5:first-child  {
	margin-top: -5px;
}
.resume .resume-item h5:last-child,
.resume .resume-item .h5:last-child {
	margin-bottom: 0;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #85000a;
}
.resume .resume-item.no-dot::before {
  content: none;
}
.resume .resume-item.no-dot h4 {
	margin-left: 15px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #85000a;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #85000a;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #85000a;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-plus {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 3em;
	line-height: 1;
}
.services .icon-box {
  text-align: center;
  padding: 50px 20px 60px 20px;
  transition: all ease-in-out 0.3s;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  
  display: flex;
  flex-direction: column;
  color: inherit;
  text-transform: none;
  outline: none;
  position: relative;
}
.services .icon-box.is-simple {
	padding: 20px;
}


.services .icon-box .icon-box__actions {
	margin-top: auto;
	padding-top: 2rem;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box .services-title {
  font-weight: 600;
  margin: 10px 0;
  font-size: 18px;
}
.services .icon-box .services-small {
  color: #728394;
  font-size: .85em;
}
.services .icon-box .services-title.has-nodate {
	margin-top: 51px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.services .icon-box .mt-auto {
	margin-top: auto;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box .icon-box__loading {
	display: none;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}
.services .icon-box.is-loading .icon-box__loading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.services .iconbox-red i {
  color: #85000a;
}

.services .iconbox-red:hover .icon i,
.services .iconbox-red.is-selected .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path,
.services .iconbox-red.is-selected .icon path {
  fill: #85000a;
}

.icon-box__wrapper {
	background: #fff;
	padding: 1em;
	height: 100%;
}
.icon-box__wrapper .icon-box {
	background: transparent;
    box-shadow: none;
    border: 1px solid rgba(69, 80, 91, 0.15);
}
.icon-box__wrapper .icon-box:hover {
	border-color: rgba(69, 80, 91, 0.25);
    box-shadow: none;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #85000a;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #85000a;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #85000a;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #85000a;
  float: left;
  width: 44px;
  height: 44px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #85000a;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form.is-success .is-success-hidden {
	display: none;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #85000a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.contact .social-links a:hover {
  background: #29353c;
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer.is-seamless,
#hero + #footer {
  padding-top: 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #85000a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #29353c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
  padding-top: 30px;
}

#footer .credits {
  font-size: 13px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  text-align: left;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1em;
  color: #777777;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #85000a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  padding: 0;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #85000a;
}


/** ddd */
.btn-landing {
    color: #fff;
    background-color: #85000a;
	border: 1px solid #85000a;
	outline: none;
	overflow: hidden;
	position: relative;
}
.btn-landing:hover {
	color: #fff;
}
.btn-landing span {
  z-index: 20;
}
.btn-landing:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.btn-landing.is-self-hover:hover:after,
.services .icon-box.is-bubble:hover .btn-landing:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.in-section-divider {
	padding: 30px 0;
}

.section-line-title {
    letter-spacing: normal;
	text-transform: uppercase;
	margin: 1.5rem 0;
	line-height: 1.15;
}
.section-line-title:first-child {
	margin-top: 0;
}
.section-line-title.is-big + .section-line-title.is-big {
	margin-top: -1rem;
}

.section-line-title.is-big {
	color: #85000a;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
}
.section-line-title.is-medium {
	color: #85000a;
    font-size: 32px;
    font-weight: 600;
    line-height: .88;
}
.section-line-title.is-small {
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    color: #29353c;
}
.section-line-title.is-mini {
    font-size: 24px;
    font-weight: 900;
    line-height: .85;
    color: #29353c;
}
.section-line-title.is-mini-s {
	font-size: 20px;
    font-weight: 900;
    line-height: .85;
    color: #29353c;
	margin: 0 0 .5em;
}
.section-line-title.is-xs {
    font-size: 16px;
    font-weight: 900;
    color: #29353c;
	margin: 0 0 .5em;
}
@media (min-width: 480px) {
	.section-line-title.is-big {
		font-size: 48px;
		line-height: .88;
	}
	.section-line-title.is-medium {
		font-size: 32px;
		line-height: .88;
	}
	.section-line-title.is-small {
		font-size: 32px;
		line-height: .95;
	}
}

.section-line-title.is-red {
    color: #85000a;
}
.section-line-title.is-gray {
    color: #a9adb0;
}
.section-line-title.is-link {
	color: #85000a;
	display: inline-block;
    line-height: 30px;
	text-transform: none;
}
.section-line-title.is-link:hover {
	color: #29353c;
}
.section-line-title.is-link span {
	font-size: 16px;
    display: inline-block;
    background: #85000a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.section-line-title.is-link:hover span {
	background: #29353c;
}

.section-line-title.modal-title {
	margin: 0;
}

.section-line-title .title-img {
    margin-left: 1rem;
	max-width: 170px;
}
@media (min-width: 480px) {
  .section-line-title .title-img {
	margin-top: -47px;
  }
}
@media (min-width: 992px) and (max-width: 1210px) {
  .section-line-title .title-img {
	margin-top: 0;
  }
}

.section-line-title i {
	color: inherit !important;
}

.section-line-title.is-flat {
    color: inherit;
    font-size: 42px;
	margin: 0.5rem 0;
    font-weight: 300;
    text-transform: none;
}
.section-line-title.is-flat + .section-line-title {
	margin-top: 0.5rem;
}

.speaker--card {
	display: block;
	color: inherit;
    margin-bottom: 25px;
    cursor: pointer;
}

.speaker--card--image {
    border-radius: 10px;
    position: relative;
    z-index: -1;
    display: block;
    overflow: hidden;
	background-color: #85000a;
	transition: transform 0.25s ease-in-out;
}
.speaker--card--image img {
	width: 100%;
    display: block;
	filter: opacity(70%) grayscale(80%);
	transition: filter 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.speaker--card--info h3 {
    font-size: 20px;
    font-weight: 400;
    word-spacing: 400px;
    margin: -100px 5px 10px;
    padding: 20px 15px;
	min-height: 106px;
    line-height: 22px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
	transition: background-color 0.25s ease-in-out;
}

.speaker--card:hover {
	color: inherit;
}
.speaker--card:hover .speaker--card--image {
	transform: scale(1.05) translateY(-10px);
}
.speaker--card:hover .speaker--card--image img {
	filter: none;
	transform: scale(1.1);
}
.speaker--card:hover .speaker--card--info h3 {
	background-color: rgba(133,0,10,0.5);
}

.speaker--card--details {
    min-height: 70px;
}
.speaker--card--details span {
    font-weight: 300;
    line-height: 1.12;
    display: block;
    margin-left: 20px;
}
.speaker--card--details span.slide--info--company {
    font-weight: 700;
    color: #45505b;
    margin-bottom: 5px;
}

@media (min-width: 576px) {
	.speaker--card .speaker--card--image img {
		object-fit: cover;
		height: 200px;
	}
}

.speakers-row > div:nth-child(n+19) {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 1s linear;
}
.speakers-row.is-full > div:nth-child(n+19) {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.partners--title {
	font-size: 0.85em;
    line-height: .85;
    color: #29353c;
    margin: 0 0 -5px;
	text-transform: uppercase;
}
.partners--column {
    margin-bottom: 10px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners--column img {
	max-height: 100%;
	transition: all .25s ease-out;
}
.partners--column.is-50 img {
	height: 50px;
}
.partners--column:hover img {
	transform: scale(1.1);
}
.partners--column.is-small img {
	max-width: 70%;
    max-height: 70%;
}

.hero--vertical--title {
	font-size: 32px;
	font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: .91;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
	margin: 0 0 0.5em;
}
@media (min-width: 992px) {
  .hero--vertical--title {
	font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .hero--vertical--title {
	font-size: 42px;
  }
}
.hero--vertical--title span {
	display: block;
}
.hero--vertical--title span.anim-words {
	overflow: hidden;
	padding: 5px 0;
	white-space: nowrap;
}
.hero--vertical--title em {
	display: inline-block;
}

.hero--paragraph--title h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    display: block;
    position: relative;
    color: #29353c;
}

#hero .logo {
	margin: -100px 0 2rem;
}
#hero .logo img {
	max-height: 100px;
}


.countdown {
	width: auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5);
    border: 4px solid rgba(255,255,255,0.8);
    width: 140px;
    height: 140px;
    border-radius: 99px;
    margin: 0.25em;
	position: relative;
	color: #fff;
}
.countdown div span {   
	display: block;
	font-size: 2.25rem;
	font-weight: 600;
	color: #85000a;
}
.countdown div .countdown-svg {
	position: absolute;
	top: -4px;
	left: -4px;
    width: 140px;
    height: 140px;
}

.hero--countdown {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.hero--countdown--wrapper {
	display: inline-block;
	text-align: center;
}
.hero--video--wrapper {
	margin-top: 1em;
	text-align: center;
}

@media (min-width: 992px) {
  .hero--countdown--wrapper {
	  margin-left: -20%;
	  max-width: 296px;
  }
  .hero--video--wrapper {
	  margin-top: 0;
	  margin-left: -20%;
  }
}

@media (min-width: 1230px) {
  .hero--countdown--wrapper {
    margin-left: -40%;
	max-width: initial;
	text-align: left;
  }
  .hero--video--wrapper {
	  margin-left: -40%;
	  text-align: left;
	  width: 100%;
  }
  .hero--video--wrapper .btn-hero {
	margin-left: 150px;
  }
  .countdown {
	flex-wrap: nowrap;
  }
}


@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}


.btn-hero {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: auto;
  height: auto;
}
.btn-hero .circle {
  transition: all 0.45s cubic-bezier(0.65,0,.076,1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #85000a;
  border-radius: 1.625rem;
}
.btn-hero .circle .icon {
  transition: all 0.45s cubic-bezier(0.65,0,.076,1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.btn-hero .circle .icon.arrow {
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.btn-hero .circle .icon.arrow:before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.btn-hero .button-text {
  display: block;
  transition: all 0.45s cubic-bezier(0.65,0,.076,1);
  position: relative;
  z-index: 10;
  padding: 0 2rem 0 3.5rem;
  margin-top: -3rem;
  color: #85000a;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 2.65;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 480px) {
	.btn-hero .button-text {
	  font-size: 1.45rem;
	  line-height: 2;
	}
}


.btn-hero.is-white .button-text {
	color: #fff;
}

.btn-hero[disabled] .circle {
	background: #ededed;
}
.btn-hero[disabled] .button-text {
	color: #45505b;
}

.btn-hero:hover .circle,
.btn-hero.is-active .circle,
.icon-box.is-bubble:hover .btn-hero .circle,
.icon-box.is-bubble.is-selected .btn-hero .circle {
  width: 100%;
}
.btn-hero:hover .circle .icon.arrow,
.btn-hero.is-active .circle .icon.arrow,
.icon-box.is-bubble:hover .btn-hero .circle .icon.arrow,
.icon-box.is-bubble.is-selected .btn-hero .circle .icon.arrow  {
  background: #fff;
  transform: translate(1rem, 0);
}
.btn-hero:hover .button-text,
.btn-hero.is-active .button-text,
.icon-box.is-bubble:hover .btn-hero .button-text,
.icon-box.is-bubble.is-selected .btn-hero .button-text  {
  color: #fff;
}

@media (min-width: 992px) {
	.btn-hero .button-text {
	  font-size: 1.65rem;
	  line-height: 1.75;
	}
}

.btn-program {
    display: inline-block;
	margin: 0.5em 1em;
}
.btn-program.is-simple {
	margin: 0;
}
.btn-program img {
	max-width: 100%;
	height: 60px;
    transition: all .25s ease-out;
}
.btn-program:hover img {
    transform: scale(1.2);
}
@media screen and (min-width: 992px) {
  .btn-program {
	margin: 0 5em;
  }
}

.btn-choise {
    background: transparent;
    border: 2px solid #85000a;
    border-radius: 25px;
    color: #85000a;
	display: inline-block;
    font-size: 1.5em;
    font-weight: 300;
    font-size: 1.85rem;
    line-height: 1.75;
    margin: 0.5em 1em;
    min-width: 100px;
    padding: 0 1em;
    transition: all 0.45s;
}
.btn-choise:hover {
    transform: scale(1.15);
}

.btn-sticky {
    background: #85000a;
    padding: 6px 30px 8px 30px;
    color: #fff;
    border: 2px solid #eceefe;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 250px;
	font-size: 1.5em;
    line-height: 1;
    position: fixed;
    right: -106px;
    top: 30%;
    transform: rotate(270deg);
    z-index: 100;
}
.btn-sticky:hover {
    background: #29353c;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.btn-sticky {
		display: none;
	}
}

.support-logos {
	display: flex;
	justify-content: space-between;
	margin: 0 2em;
}
.support-logos__title {
	font-weight: 400;
	color: #85000a;
	line-height: 70px;
    white-space: nowrap;
    min-width: 35vw;
    text-align: right;
    padding: 0 20px;
}
.support-logos__list {
	display: flex;
    justify-content: space-between;
    flex: 1;
}
.support-logos__item {
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px;
}
.support-logos__item img {
	max-height: 70px;
    max-width: 100px;
    transition: all .25s ease-out;
}
.support-logos__item.is-big img {
    max-width: 125px;
}
.support-logos__item.is-mini img {
	max-height: 35px;
}
.support-logos__item:hover img {
	transform: scale(1.1);
}
@media (max-width: 992px) {
	.support-logos {
		flex-direction: column;
		justify-content: center;
	}
	.support-logos__title {
		line-height: 1.5;
		min-width: 100%;
		text-align: center;
	}
	.support-logos__list {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.support-logos.is-full {
	margin: 0;
}
.support-logos.is-full .support-logos__item {
	flex: 1;
	background: rgba(237, 237, 237, 0.5);
}
.support-logos.is-full .support-logos__item:nth-child(even) {
	background: rgba(237, 237, 237, 0.25);
}
.support-logos.is-full .support-logos__item.is-big img {
    max-width: 150px;
}

.section-line-icon {
  display: inline-block;
  min-height: 30px;
  min-width: 30px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: flex-start;
}
.section-line-icon.is-666001 {
  background-image: url(../img/icons/666001.png);
}
.section-line-icon.is-666002 {
  background-image: url(../img/icons/666002.png);
}
.section-line-icon.is-666003 {
  background-image: url(../img/icons/666003.png);
}
.section-line-icon.is-666004 {
  background-image: url(../img/icons/666004.png);
}
.section-line-icon.is-666005 {
  background-image: url(../img/icons/666005.png);
}
.section-line-icon.is-666006 {
  background-image: url(../img/icons/666006.png);
}
.section-line-icon.is-666007 {
  background-image: url(../img/icons/666007.png);
}
.section-line-icon.is-666008 {
  background-image: url(../img/icons/666008.png);
}
.section-line-icon.is-666009 {
  background-image: url(../img/icons/666009.png);
}
.section-line-icon.is-666010 {
  background-image: url(../img/icons/666010.png);
}
.section-line-icon.is-pdf {
  background-image: url(../img/icons/pdf_2.png);
}
.section-line-icon.is-web {
  background-image: url(../img/icons/web.png);
}
.section-line-icon.is-visit {
  background-image: url(../img/icons/visit.png);
}

.c-teacher {
	display: flex;
	align-items: center;
    margin-bottom: 1rem;
}
.c-teacher__img {
    margin-right: 2rem;
}
.c-teacher__img img {
    max-height: 70px;
}

.c-teacher-big {
    margin-bottom: 2.85714rem
}
.c-teacher-big__img {
    border-radius: 5px;
    overflow: hidden
}
.c-teacher-big__img img {
    height: auto;
    width: 100%
}
@media screen and (max-width:63.99875em) {
    .c-teacher-big__img {
        margin-bottom: 1.42857rem
    }
}
@media print, screen and (min-width:64em) {
    .c-teacher-big {
        margin-right: -.71429rem;
        margin-left: -.71429rem
    }
}
@media print, screen and (min-width:64em) and (min-width:40em) {
    .c-teacher-big {
        margin-right: -1.07143rem;
        margin-left: -1.07143rem
    }
}
@media print, screen and (min-width:64em) and (min-width:64em) {
    .c-teacher-big {
        margin-right: -1.07143rem;
        margin-left: -1.07143rem
    }
}
@media print, screen and (min-width:64em) {
    .c-teacher-big::after, .c-teacher-big::before {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .c-teacher-big::after {
        clear: both
    }
    .c-teacher-big__img {
        width: 44.44444%;
        float: left;
        padding-right: .71429rem;
        padding-left: .71429rem
    }
}
@media print, screen and (min-width:64em) and (min-width:40em) {
    .c-teacher-big__img {
        padding-right: 1.07143rem;
        padding-left: 1.07143rem
    }
}
@media print, screen and (min-width:64em) {
    .c-teacher-big__img, .c-teacher-big__img:last-child:not(:first-child) {
        float: left;
        clear: none
    }
    .c-teacher-big__img:last-child:not(:first-child) {
        float: right
    }
    .c-teacher-big__info {
        width: 55.55556%;
        float: left;
        padding-right: .71429rem;
        padding-left: .71429rem
    }
}
@media print, screen and (min-width:64em) and (min-width:40em) {
    .c-teacher-big__info {
        padding-right: 1.07143rem;
        padding-left: 1.07143rem
    }
}
@media print, screen and (min-width:64em) {
    .c-teacher-big__info, .c-teacher-big__info:last-child:not(:first-child) {
        float: left;
        clear: none
    }
    .c-teacher-big__info:last-child:not(:first-child) {
        float: right
    }
}
.c-teacher-big h1 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.14286rem
}
.c-teacher-big__post {
    color: #6d7a7e;
    margin-bottom: 2.5rem
}
.c-teacher-big__quote {
    font-style: italic;
    font-size: 1.14286rem;
    font-weight: 600;
    margin-bottom: 1.78571rem;
    min-height: 50px;
    padding-right: 65px;
    background: url(../img/quote.png) no-repeat right 0
}

/** charts */
.c-chart {
    margin-bottom: 2.14286rem
}
.c-chart__title {
    font-size: 1.1em;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 900;
    color: #29353c;
}
.c-chart__info {
    margin-top: 1.42857rem
}
@media print, screen and (min-width:40em) {
    .c-chart__info {
        padding-left: 40px
    }
    .c-chart__info--mobile-only {
        display: none
    }
}
.c-chart__info-item {
    margin-bottom: 5px;
    min-height: 21px;
    padding-left: 30px;
    position: relative;
	font-size: .85em;
}
.c-chart__info-color {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    position: absolute;
    left: 0;
    height: 2.5em;
    width: 2.5em;
    vertical-align: text-top
}
.c-chart__info-color--a {
    background: rgba(133, 0, 10, .75)
}
.c-chart__info-color--b {
    background: rgba(170, 145, 159, .75)
}
.c-chart__info-color--c {
    background: rgba(109, 122, 126, .75)
}
.c-chart__info-color--d {
    background: rgba(41, 53, 60, .75)
}
.c-chart__info-color--e {
    background: rgba(28, 29, 30, .75)
}
.c-chart__info-color--f {
    background: rgba(90, 0, 8, .75)
}
.c-chart__info-color--g {
    background: rgba(74, 71, 86, .75)
}
.c-chart__info-color--h {
    background: rgba(19, 29, 35, .75)
}
.c-chart__info-color--i {
    background: rgba(5, 7, 9, .75)
}
.c-chart__info-color--j {
    background: rgba(133, 0, 10, .75)
}
.c-chart__info-color--k {
    background: rgba(170, 145, 159, .75)
}
.c-chart__info-color--l {
    background: rgba(109, 122, 126, .75)
}
.c-chart__info-color--m {
    background: rgba(41, 53, 60, .75)
}
.c-chart__info-color--n {
    background: rgba(28, 29, 30, .75)
}
.c-chart__info-color--o {
    background: rgba(90, 0, 8, .75)
}
.c-chart__info-color--p {
    background: rgba(133, 0, 10, .75)
}
.c-chart__info-color--q {
    background: rgba(170, 145, 159, .75)
}
.c-chart__info-color--r {
    background: rgba(109, 122, 126, .75)
}
.c-chart__info-color--s {
    background: rgba(41, 53, 60, .75)
}
.c-chart__info-color--t {
    background: rgba(28, 29, 30, .75)
}
.c-chart__info-color--u {
    background: rgba(90, 0, 8, .75)
}
.c-chart__info-color--v {
    background: rgba(74, 71, 86, .75)
}
.c-chart__info-color--w {
    background: rgba(19, 29, 35, .75)
}
.c-chart__info-color--x {
    background: rgba(5, 7, 9, .75)
}
.c-chart__info-color--y {
    background: rgba(133, 0, 10, .75)
}
.c-chart__info-color--z {
    background: rgba(170, 145, 159, .75)
}
.c-chart__actions {
    margin-top: 1.42857rem;
    text-align: center
}
.c-chart.is-big .ct-chart {
    height: 550px
}
@media print, screen and (min-width:64em) {
    .c-chart.is-inline {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .c-chart.is-inline .c-chart__title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .c-chart.is-inline .ct-chart {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .c-chart.is-inline .c-chart__info {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 15px
    }
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: rgba(133, 0, 10, .75)
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
    fill: rgba(133, 0, 10, .75)
}
.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: rgba(170, 145, 159, .75)
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
    fill: rgba(170, 145, 159, .75)
}
.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: rgba(109, 122, 126, .75)
}
.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
    fill: rgba(109, 122, 126, .75)
}
.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
    stroke: rgba(41, 53, 60, .75)
}
.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
    fill: rgba(41, 53, 60, .75)
}
.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
    stroke: rgba(28, 29, 30, .75)
}
.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
    fill: rgba(28, 29, 30, .75)
}
.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
    stroke: rgba(90, 0, 8, .75)
}
.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
    fill: rgba(90, 0, 8, .75)
}
.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
    stroke: rgba(74, 71, 86, .75)
}
.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
    fill: rgba(74, 71, 86, .75)
}
.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
    stroke: rgba(19, 29, 35, .75)
}
.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
    fill: rgba(19, 29, 35, .75)
}
.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
    stroke: rgba(5, 7, 9, .75)
}
.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
    fill: rgba(5, 7, 9, .75)
}
.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
    stroke: rgba(133, 0, 10, .75)
}
.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
    fill: rgba(133, 0, 10, .75)
}
.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
    stroke: rgba(170, 145, 159, .75)
}
.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
    fill: rgba(170, 145, 159, .75)
}
.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
    stroke: rgba(109, 122, 126, .75)
}
.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
    fill: rgba(109, 122, 126, .75)
}
.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
    stroke: rgba(41, 53, 60, .75)
}
.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
    fill: rgba(41, 53, 60, .75)
}
.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
    stroke: rgba(28, 29, 30, .75)
}
.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
    fill: rgba(28, 29, 30, .75)
}
.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
    stroke: rgba(90, 0, 8, .75)
}
.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
    fill: rgba(90, 0, 8, .75)
}
.ct-series-p .ct-bar, .ct-series-p .ct-line, .ct-series-p .ct-point, .ct-series-p .ct-slice-donut {
    stroke: rgba(133, 0, 10, .75)
}
.ct-series-p .ct-area, .ct-series-p .ct-slice-donut-solid, .ct-series-p .ct-slice-pie {
    fill: rgba(133, 0, 10, .75)
}
.ct-series-q .ct-bar, .ct-series-q .ct-line, .ct-series-q .ct-point, .ct-series-q .ct-slice-donut {
    stroke: rgba(170, 145, 159, .75)
}
.ct-series-q .ct-area, .ct-series-q .ct-slice-donut-solid, .ct-series-q .ct-slice-pie {
    fill: rgba(170, 145, 159, .75)
}
.ct-series-r .ct-bar, .ct-series-r .ct-line, .ct-series-r .ct-point, .ct-series-r .ct-slice-donut {
    stroke: rgba(109, 122, 126, .75)
}
.ct-series-r .ct-area, .ct-series-r .ct-slice-donut-solid, .ct-series-r .ct-slice-pie {
    fill: rgba(109, 122, 126, .75)
}
.ct-series-s .ct-bar, .ct-series-s .ct-line, .ct-series-s .ct-point, .ct-series-s .ct-slice-donut {
    stroke: rgba(41, 53, 60, .75)
}
.ct-series-s .ct-area, .ct-series-s .ct-slice-donut-solid, .ct-series-s .ct-slice-pie {
    fill: rgba(41, 53, 60, .75)
}
.ct-series-t .ct-bar, .ct-series-t .ct-line, .ct-series-t .ct-point, .ct-series-t .ct-slice-donut {
    stroke: rgba(28, 29, 30, .75)
}
.ct-series-t .ct-area, .ct-series-t .ct-slice-donut-solid, .ct-series-t .ct-slice-pie {
    fill: rgba(28, 29, 30, .75)
}
.ct-series-u .ct-bar, .ct-series-u .ct-line, .ct-series-u .ct-point, .ct-series-u .ct-slice-donut {
    stroke: rgba(90, 0, 8, .75)
}
.ct-series-u .ct-area, .ct-series-u .ct-slice-donut-solid, .ct-series-u .ct-slice-pie {
    fill: rgba(90, 0, 8, .75)
}
.ct-series-v .ct-bar, .ct-series-v .ct-line, .ct-series-v .ct-point, .ct-series-v .ct-slice-donut {
    stroke: rgba(74, 71, 86, .75)
}
.ct-series-v .ct-area, .ct-series-v .ct-slice-donut-solid, .ct-series-v .ct-slice-pie {
    fill: rgba(74, 71, 86, .75)
}
.ct-series-w .ct-bar, .ct-series-w .ct-line, .ct-series-w .ct-point, .ct-series-w .ct-slice-donut {
    stroke: rgba(19, 29, 35, .75)
}
.ct-series-w .ct-area, .ct-series-w .ct-slice-donut-solid, .ct-series-w .ct-slice-pie {
    fill: rgba(19, 29, 35, .75)
}
.ct-series-x .ct-bar, .ct-series-x .ct-line, .ct-series-x .ct-point, .ct-series-x .ct-slice-donut {
    stroke: rgba(5, 7, 9, .75)
}
.ct-series-x .ct-area, .ct-series-x .ct-slice-donut-solid, .ct-series-x .ct-slice-pie {
    fill: rgba(5, 7, 9, .75)
}
.ct-series-y .ct-bar, .ct-series-y .ct-line, .ct-series-y .ct-point, .ct-series-y .ct-slice-donut {
    stroke: rgba(133, 0, 10, .75)
}
.ct-series-y .ct-area, .ct-series-y .ct-slice-donut-solid, .ct-series-y .ct-slice-pie {
    fill: rgba(133, 0, 10, .75)
}
.ct-series-z .ct-bar, .ct-series-z .ct-line, .ct-series-z .ct-point, .ct-series-z .ct-slice-donut {
    stroke: rgba(170, 145, 159, .75)
}
.ct-series-z .ct-area, .ct-series-z .ct-slice-donut-solid, .ct-series-z .ct-slice-pie {
    fill: rgba(170, 145, 159, .75)
}

.chartist-tooltip {
    background: #29353c;
    color: #fff;
}
.chartist-tooltip:before {
    border-top-color: #29353c;
}

/** event */
[x-cloak] { display: none; }

.quotes .card {
	background: transparent;
	height: 100%;
}
.quotes .card-body {
	padding: 1.25rem 40px;
}
.quotes .card-title {
	color: #29353c;
    font-size: 1rem;
	font-weight: bolder;
    line-height: 1.2;
}
.quotes .card-title + .card-title {
	color: #45505b;
	font-size: 0.85em;
	font-weight: normal;
}

.carousel-3d {
    padding: 20px;
    -webkit-perspective: 500px;
    perspective: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.carousel-3d > * {
    flex: 0 0 auto;
}
.carousel-3d figure {
    margin: 0;
    width: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel-3d figure img,
.carousel-3d figure div {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.carousel-3d figure div:not(:first-of-type),
.carousel-3d figure img:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}
.carousel-3d nav {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
.carousel-3d nav button {
    flex: 0 0 auto;
    margin: 0 5px;
    cursor: pointer;
    color: #337AB7;
    background: #BFE2FF;
    border: 1px solid #337AB7;
    padding: 5px 10px;
    font-weight: bold;
    transition: all .3s ease;
}
.carousel-3d nav button:hover {
    color: #FFF;
    background: #337AB7;
}

/** c-news */
.smi-container .splide__arrow.splide__arrow--prev {
	left: -45px;
}
.smi-container .splide__arrow.splide__arrow--next {
	right: -45px;
}
.c-news-item {
	color: inherit;
    display: block;
    margin-bottom: 30px
}
.c-news-item:hover {
	color: inherit;
}
.c-news-item__img {
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px
}
.c-news-item__img img {
    object-fit: cover;
    height: 300px;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%
}
@media print, screen and (min-width:40em) {
    .c-news-item__img {
        height: 220px
    }
    .c-news-item__img img {
        height: 220px
    }
}
@media print, screen and (min-width:64em) {
    .c-news-item__img {
        height: 160px
    }
    .c-news-item__img img {
        height: 160px
    }
}
.c-news-item__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.c-news-item__title {
    font-weight: 600;
    margin-bottom: 16px
}
.c-news-item__date {
    font-size: .85714rem;
    line-height: 2
}