
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444444;
  font-family: "inter", sans-serif;
  font-size: 18px;
}
video {
    width: 100%;
    max-height: 100%;
}
a {
  /*color: #c4091c;*/
	  color: #5181b8;
  text-decoration: none;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
   color: #034898;
  outline: none;
  text-decoration: none;
}

.fag a {
  color: #5181b8;
  text-decoration: none;
  transition: 0.5s;
}
.fag a:hover {
  color: #034898;

}
.mb30 {
	margin-bottom: 30px;
	
}
.mb70 {
	margin-bottom: 70px;
	
}
.mb100 {
	margin-bottom: 100px;
	
}
.mb130 {
	margin-bottom: 130px;
	
}
.faq {
	  font-weight: 400;
	
}
.border-decor {
    border: 2px solid #444;
   /* padding: 50px;*/
}
.text-right {
	float: right;
	
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}
.roud-img {
    border-radius: 8px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "inter", sans-serif;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 0;
  color: #0a2929;
}

.main-page {
  margin-top: 70px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
.slade-wrap {
	margin: 0 auto;
	max-width: 800px;
	
}
/*--------------------------------------------------------------
# play-icon
--------------------------------------------------------------*/
/* Container needed to position the overlay. Adjust the width as needed */
.pv {
  position: relative;
  width: 100%;
 /* max-width: 400px;*/
}

/* Make the image to responsive */
.image-pv {
  width: 100%;
  height: auto;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay-pv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: .3s ease;
  background-color: #000;
	  border-radius: 8px;
}

/* When you mouse over the container, fade in the overlay icon*/
.pv:hover .overlay-pv {
  opacity: 0.5;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon-pv {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;

}

/* When you move the mouse over the icon, change color */
.icon-pv:hover {
	color:#fff;

  
	 
}
.gdesc-inner {
/*	display: none;*/
	
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
	border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
	 
	
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 42, 50, 1);
	/*text-align: center;*/
	 margin-bottom: 30px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}
.news_year {
	display: flex;
	gap:10px;
	margin-top: -35px;

	float: right;
	
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c4091c;
  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: #f94a6a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Sections Header
--------------------------------*/
.section-header {
	  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
  padding-bottom: 20px;
}
.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
 /* background: #c4091c;*/
  bottom: 0;
  left: calc(50% - 25px);
}
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-header p {
  text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.section-with-bg {
  background-color: #F0F5F9;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
	background:#fff;
	
}
#header.header-scrolled, #header.header-inner {
  /*background: rgba(6, 12, 34, 0.98);*/
background:#fff;
  height: 70px;
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2);

}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "inter", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo span {
  color: #444;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin-top: -40px;
  max-height: 75px;
	position: absolute;
	background-color: #fff;
}
@media (max-width: 992px) {
  #header #logo img {
    max-height: 70px;
  }
}
/*--------------------------------------------------------------
# feature-icon
--------------------------------------------------------------*/
.feature-icon {
	font-size: 28px;
	margin: 0px 10px 0px 10px;
	
}
.feature-details {
	margin: 5px 0px 0px 0px;
}
.feature-details span {
	    color: #a0a0a0;
        font-size: 15px;
	
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
#events {
	
	padding-top: 60px;
}
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.2);*/
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #8f8f8f;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c4091c;;
}
/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
#popular-courses {
	padding-bottom: 120px;
	padding-top: 60px;
	
}
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);


}

.courses .course-content {
  padding: 15px;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #5fcf80;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}

.courses .course-content h4 {
  font-size: 14px;
  background: #5fcf80;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #8f8f8f;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "inter", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: rgba(227, 0, 27, 1);
  color: #fff;
}

/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/
.buy-tickets {
  color: #fff;
  background: #c4091c;
  padding: 7px 22px;
  margin: 0 0 0 15px;
  border-radius: 50px;
  border: 2px solid #c4091c;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
}
.buy-tickets:hover {
  background: none;
  color: #fff;
}
.buy-tickets:focus {
  color: #fff;
}
@media (max-width: 992px) {
  .buy-tickets {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #444;
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #c4091c;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #000;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #c4091c;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
	
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
	
}

.navbar-mobile > ul > li {
	
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
	
  padding: 10px 20px;
  font-size: 20px;
  color: #060c22;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #c4091c;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #c4091c;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
	/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-image: linear-gradient(to left top, #051937, #1b2b59, #383c7c, #5a4d9e, #825dc0);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;*/
}
#hero2 {
  width: 100%;
  height: 40vh;
  background: url(../img/info-1_slider.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
	/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-image: linear-gradient(to left top, #051937, #1b2b59, #383c7c, #5a4d9e, #825dc0);
	background-size: 100% 100%;
	animation: gradient 15s ease infinite;*/
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media (min-width: 1024px) {
  #hero, #hero2 {
    background-attachment: fixed;
  }
}
#hero:before,#hero2:before {
  content: "";
  background: rgba(6, 12, 34, 0.2);
	/*background: rgba(0, 0, 0, 0.1);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container,#hero2 .hero-container {
  position: absolute;
  bottom: 0;
  left: 10%;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  text-align: left;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}
#hero h1 {
  color: #fff;
  font-family: "inter", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
	  text-align: left;
	
}
#hero2 h1 {
  color: #000000;
  font-family: "inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
	  text-align: center;
	
}

#hero h1 span, #hero2 h1 span  {
  color: #c4091c;
}
@media (max-width: 991px) {
  #hero h1, #hero2 h1 {
    font-size: 34px;

  }
}
#hero p, #hero2 p {
 
  font-weight: 400;
  font-size: 20px;
	color: #fff;
}
@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}
#hero .play-btn, #hero2 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e80001 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hero .play-btn::after, #hero2 .play-btn::after  {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hero .play-btn:before, #hero2 .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#hero .play-btn:hover::after, #hero2 .play-btn:hover::after {
  border-left: 15px solid #c4091c;
  transform: scale(20);
}
#hero .play-btn:hover::before, #hero2 .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
#hero .about-btn, #hero2 .about-btn {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #c4091c;
	  background: #c4091c;
}
#hero .about-btn:hover, #hero2 .about-btn:hover  {
  background: #c4091c;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# BTN botton
--------------------------------------------------------------*/
.about-btn {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #c4091c;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #c4091c;
	background: #fff;
}
.about-btn:hover {
  background: #c4091c;
  color: #fff;
}
.hero-btn {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #c4091c;
	  background: #c4091c;

}
.hero-btn:hover {
  background: #ff0000;
  color: #fff;
	  border: 2px solid #ff0000;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  padding: 60px 0 30px 0;	
}


.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: rgba(227, 0, 27, 1);
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  /*font-weight: 500;*/
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: rgba(0, 42, 50, 1);
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
 line-height: 24px;
font-family: "inter", sans-serif;
    font-size: 18px;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: rgba(227, 0, 27, 1);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}
@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}
#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
  padding: 60px 0 30px 0;
}
#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}
#speakers .speaker .details .social {
  height: 40px;
}
#speakers .speaker .details .social i {
  line-height: 0;
  margin: 0 2px;
}
#speakers .speaker .details a {
  color: #fff;
}
#speakers .speaker .details a:hover {
  color: #c4091c;
}
#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 70px 0;
}
#speakers-details .details h2 {
  color: #444444;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#speakers-details .details .social {
  margin-bottom: 15px;
}
#speakers-details .details .social a {
  background: #e9edfb;
  color: #444444;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#speakers-details .details .social a:hover {
  background: #c4091c;
  color: #fff;
}
#speakers-details .details .social a i {
  font-size: 18px;
  line-height: 0;
}
#speakers-details .details p {
  color: #444444;
  font-size: 18px;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# timeline Section
--------------------------------------------------------------*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
	  /*
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
	  */
  }
}
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0 60px 0;
}
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0a2929;
  color: #fff;
  padding: 10px 100px;
}
@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}
@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}
@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}
#schedule .nav-tabs a.active {
  background-color: #c4091c;
  color: #fff;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}
@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}
#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}
#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
  background-color: #fff;
}
#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item p {
  font-style: italic;
  color: #0a2929
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 70px 0;
}
#venue .container-fluid {
  margin-bottom: 3px;
}
#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}
#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}
#venue .venue-gallery-container {
  padding-right: 12px;
}
#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}
#venue .venue-gallery:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# materials Section
--------------------------------------------------------------*/
#materials {
  padding: 70px 0;
	padding-bottom: 120px;
	
}
#materials .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
#materials .hotel:hover .hotel-img img {
  transform: scale(1.1);
}
#materials .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}
#materials .hotel-img img {
  transition: 0.3s ease-in-out;
}
#materials h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}
/*
#materials a {
  color: #0a2929
}

#materials a:hover {
  color: #c4091c;
}
*/
#materials .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}
#materials .stars i {
  color: #ffc31d;
}
#materials p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
   font-size: 15px;
}
/*--------------------------------------------------------------
# news Section
--------------------------------------------------------------*/
#news {
  padding: 70px 0;
	padding-bottom: 120px;
	
}
#news .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
#news .hotel:hover .hotel-img img {
  transform: scale(1.1);
}
#news .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}
#news .hotel-img img {
  transition: 0.3s ease-in-out;
}
#news h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}
/*
#news a {
  color: #0a2929
}

#news a:hover {
  color: #c4091c;
}
*/
#news .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}
#news .stars i {
  color: #ffc31d;
}
#news p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
   font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 60px;
  overflow: hidden;
}
#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #c4091c;
}
#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c4091c;
}
#gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  #gallery .swiper-wrapper {
    padding: 40px 0;
  }
  #gallery .swiper-slide-active {
    border: 5px solid #c4091c;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.15);
    margin-top: 6px;
  }
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#supporters {
  padding: 70px 0;
}
#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}
#supporters .supporter-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}
#supporters .supporter-logo:hover img {
  transform: scale(1.2);
}
/*--------------------------------------------------------------
# Worldmap Section
--------------------------------------------------------------*/
#worldmap {
  padding: 0px 0;
}
.worldmap-wrap {

  margin-top: 5px; 
   align-items: center;
   vertical-align: top;
    text-align: center;
   
}
.worldmap-logo {
  margin-top: 30px; 
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;

  text-align: center;
  vertical-align: top;
}
.worldmap-logo:hover img {
  transform: scale(1.2);

}


/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 70px 0;
}
#faq .faq-list {
  padding: 0;
  list-style: none;
	font-size: 20px;
}
#faq .faq-list li {
  border-bottom: 1px solid #e9eaed;
  margin-bottom: 20px;
  padding-bottom: 10px;
	
}
#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #c4091c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #e0072f;
  transition: 0.3s;
	
}
/*
#faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
}
*/
#faq .faq-list p {
		font-size: 18px;
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
#faq .faq-list .icon-show {
  display: none;
}
#faq .faq-list .collapsed {
  color: black;
	
}
#faq .faq-list .collapsed:hover {
  color: #c4091c;
}
#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;

}
#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
#faq li {
    padding-left: 0px;
   list-style: none;
    margin-bottom: 10px;
	
}

/*--------------------------------------------------------------
# custom bullets
--------------------------------------------------------------*/
#buy-tickets li {
	  padding-left: 0px;
   list-style: none;
    margin-bottom: 10px;
	
}
.custom_bullets_info li:before {
    color: #ccc;
    font-family: 'icomoon';
     content: "\ea0c";
    display: inline-block;
    margin-right: 7px;
    margin-left: -20px;
    padding-right: 5px;
    font-size: 1.2em;
    vertical-align: middle;

}
.custom_bullets_check li:before {
    color: #c4091c;
    font-family: 'icomoon';
     content: "\f05d";
    display: inline-block;
    margin-right: 7px;
    margin-left: -20px;
    padding-right: 5px;
    font-size: 1.2em;
    vertical-align: middle;

}

.custom_bullets_arrow li:before {
    color: #444444 !important;
    font-family: 'icomoon';
     content: "\f519";
    display: inline-block;
    margin-right: 7px;
    margin-left: -20px;
    padding-right: 5px;
    font-size: 1.2em;
    vertical-align: middle;

}
/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
	padding-bottom: 120px;
	z-index: 1;
}
#subscribe:before {
  content: "";
  background: rgba(68, 68, 68, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
		z-index: -10;
}
@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}
#subscribe .section-header h2, #subscribe p {
  color: #fff;
}
#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}
@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

/*
#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #c4091c;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}
#subscribe button:hover {
  background: #e0072f;
}
@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

*/
/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/
#buy-tickets {
  padding: 70px 0;
}
#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}
#buy-tickets .card hr {
  margin: 25px 0;
}
#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
#buy-tickets .card .card-price {
 font-weight: 700;
  font-size: 30px;
	/*min-height: 78px;*/
  margin: 0;
  color: #8f8f8f;
}
#buy-tickets .price-content {
	min-height: 460px;
	margin: 0px 20px 20px 20px ;
	color: #8f8f8f;
}
#buy-tickets .card ul li {
  margin-bottom: 0px;
}
#buy-tickets .card .text-muted {
  opacity: 0.7;
}
#buy-tickets .card .btn {
  font-size: 15px;
  color: #c4091c;
	    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 10px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #c4091c;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #c4091c;

}
#buy-tickets .card .btn:hover {
  background-color: #E3001B;
	color: #fff;
}
#buy-tickets #buy-ticket-modal input, #buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}
#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #c4091c;
  border: 0;
  color: #fff;
}
#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

#special-block h6 {
font-weight: 700;
font-size: 30px;
min-height: 78px;
margin: 0;
}

/*--------------------------------------------------------------
# special prize
--------------------------------------------------------------*/
#special-prize {
  padding: 70px 0;
}
#special-prize h3 {
    font-weight: 700;
    font-size: 30px;
    min-height: 78px;
    margin: 0;
}
/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-content {
	padding: 20px 20px 20px;
	
}
/*--------------------------------------------------------------
# btn
--------------------------------------------------------------*/
.btn {
  font-size: 15px;
  color: #c4091c;
	    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 10px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #c4091c;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #c4091c;
	  background-color: #fff;

}
.btn:hover, .btn-primary:focus {
  background-color: #E3001B;
	color: #fff;
	border-color: #c4091c;
	 
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  /*background: #040919;*/
  padding: 70px 0;
	padding-bottom: 120px;
}
.contact .info {
 /* border-top: 3px solid rgba(227, 0, 27, 1);
  border-bottom: 3px solid rgba(227, 0, 27, 1);*/
  padding: 30px;
  background: #fff;
  width: 100%;
  /*box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);*/
}

/*
.contact .info i {
  font-size: 20px;
  color: rgba(227, 0, 27, 1);
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  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: rgba(0, 42, 50, 1);
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: rgba(227, 0, 27, 1);
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: rgba(227, 0, 27, 1);
  color: #fff;
}
.social-links-eps {
	width: 40px;
	margin-right: 10px;

	  display: inline-block;
	 
	
	
}
.info-vk {
 width: 30px;
}
.manager {
    border-radius: 50%;

}
.info-name{
	margin-top: 20px;
  font-size: 24px;
}
.info-phone{
  font-size: 20px;
}
.info-phone2 {
  font-size: 18px;
}


.contact .php-email-form {
  width: 100%;
  /*border-top: 3px solid rgba(227, 0, 27, 1);
  border-bottom: 3px solid rgba(227, 0, 27, 1);*/
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 16px;
}

.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 .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: rgba(227, 0, 27, 1);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: rgba(227, 0, 27, 1);
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ED0521;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 460px) {

.contact-ordering {
order: -1;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 /* background: #101522;*/
  padding: 0 0 25px 0;
  color: #444;
  font-size: 14px;
}
#footer .footer-top {
  /*background: #040919;*/
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "inter", sans-serif;
  font-weight: 700;
  color: #444;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "inter", sans-serif;
  color: #444;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #444;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #c4091c;
  color: #444;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  /*border-bottom: 2px solid #c4091c;*/
}
#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: 5px;
  color: #c4091c;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #444;
}
#footer .footer-top .footer-links ul a:hover {
  color: #c4091c;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #c4091c;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Error
--------------------------------------------------------------*/
.error {
  
 border: 2px solid rgba(0, 0, 0, 0.1);
  border-color: #F73859;
}

input.error, textarea.error {   border-color: #F73859; border-style: solid;/* background: #f0bebe; color: #a35959;*/ }
input.error:focus, textarea.error:focus {   border-color: #F73859;}

.success-msg {
  margin-top: 30%;
}
       .required-label {
                font-size: 13px;
                color: red;
                margin-top: 5px;
            }
            .message {
                color: #444444;
                margin-top: 20px;
            }
            .message .error {
                color: red;
            }
/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/

@keyframes grow1 {
  from {
    opacity: 0;
    transform: scale(2) rotate(-10deg); }
  to {
    opacity: 1;
    transform: scale(1) rotate(-10deg); } }

@keyframes grow2 {
  from {
    opacity: 0;
    transform: scale(2) rotate(50deg); }
  to {
    opacity: 1;
    transform: scale(1) rotate(50deg); } }

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }


.rectangle-transparent-1 {
  width: 500px;
  height: 500px;
  border: 15px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  left: -5%;
  bottom: -10%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite; }

.rectangle-transparent-2 {
  width: 600px;
  height: 600px;
  border: 15px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  right: -10%;
  top: 5%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite; }

.circle-1 {
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  left: 5%;
  top: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite; }

.circle-2 {
  width: 70px;
  height: 70px;
  top: 20%;
  left: 83%;
   border: 2px solid #000;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }

.circle-3 {
  top: 80%;
  right: 25%;
  width: 40px;
  height: 40px;
   border: 2px solid #000;
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }

@keyframes floating {
  0% {
    transform: translate(0%, 0%) rotate(25deg); }
  25% {
    transform: translate(5%, 15%) rotate(25deg); }
  50% {
    transform: translate(10%, 5%) rotate(25deg); }
  75% {
    transform: translate(0%, 15%) rotate(25deg); }
  100% {
    transform: translate(0%, 0%) rotate(25deg); } }

@keyframes floating-slow {
  0% {
    transform: translate(0%, 0%) rotate(25deg); }
  25% {
    transform: translate(1%, 3%) rotate(25deg); }
  50% {
    transform: translate(2%, 1%) rotate(25deg); }
  75% {
    transform: translate(0%, 3%) rotate(25deg); }
  100% {
    transform: translate(0%, 0%) rotate(25deg); } }

.triangle {
  position: absolute; }

.triangle-1 {
  right: 0;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite; }
  .triangle-1 img {
    height: 50px;
    width: 50px;
    transform: rotate(30deg); }

.triangle-2 {
  top: 25%;
  left: 12%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite; }
  .triangle-2 img {
    width: 75px;
    height: 75px;
    transform: rotate(15deg); }

.triangle-3 {
  top: 80%;
  left: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite; }
  .triangle-3 img {
    width: 45px;
    height: 45px;
    transform: rotate(40deg); }

.triangle-4 {
  top: 60%;
  right: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite; }
  .triangle-4 img {
    width: 45px;
    height: 45px;
    transform: rotate(-40deg); }
@media (max-width: 480px) {
  .triangle-3 img, .triangle-4 img, .triangle-2 img {
	  opacity: 0.3;
  }
	  .circle-2, .circle-1, .circle-3 {
	  opacity: 0.3!important;
  }
}

/*=====  End of FORM RECTANGLE ETC  ======*/


#lang_text{
 
 
    font-style: italic;
    line-height: 36px;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #555555;
    
 position: relative;
left:50px;
width:calc(100% - 50px);
top:-50px;
margin-bottom:-50px;
word-wrap: break-word;
}