/*
	Template Name: Eventor -  Conference & Event HTML Template
	Author: Themewinter
	Author URI: https://themeforest.net/user/themewinter
	Description: Eventor -  Conference & Event HTML Template
	Version: 1.0
*/

/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area
5.  Slider
6.	Countdown
7.  Features
8.  Facts
9.	Schedule
10.	Speakers
11.	Sponsors
12.	Pricing
13. Content area
14. Latest blog
15.	Venue
16. Footer
17. Sub Pages
18. Contact Us
19. News Listing
20. News Single
21. Sidebar
22. Error page
	
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Lato:400,400i,700,700i,900,900i);

/* Typography
================================================== */

body {
  background: #fff;
  color: #333;
}

body,
p {
  font-family: 'Roboto', sans-serif;
  line-height: 18px;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c24;
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
}
h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}

/* Global styles
================================================== */

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
}
.body-inner {
  position: relative;
  overflow: hidden;
}
a:link,
a:visited {
  text-decoration: none;
}
a {
  color: #ff0763;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.read-more {
  color: #ff0763;
  font-weight: 700;
  text-transform: uppercase;
}
a.read-more:hover {
  color: #222;
}
section,
.section-padding {
  padding: 80px 0;
  position: relative;
}
.gradient-bg {
  position: relative;
}
.gradient-bg .section-title {
  color: #1c1c24;
}
.gradient-bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  /* background: -moz-linear-gradient(0deg, rgba(255,215,0,1) 0%, rgba(0,87,184,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,215,0,1) 0%, rgba(0,87,184,1) 100%);
    background: -o-linear-gradient(0deg, rgba(255,215,0,1) 0%, rgba(0,87,184,1) 100%);
    background: -ms-linear-gradient(0deg, rgba(255,215,0,1) 0%, rgba(0,87,184,1) 100%);
    background: linear-gradient(0deg, rgba(255,215,0,1) 0%, rgba(0,87,184,1) 100%); */
  background-color: #0057b8;
}

.bg-overlay.gradient-bg:before {
  z-index: 1;
}

/* Bootstrap No gutter */

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.ts-container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.row.no-gutter > [class^='col-'],
.row.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}
.media > .pull-left {
  margin-right: 20px;
}
.gap-60 {
  clear: both;
  height: 60px;
}
.gap-40 {
  clear: both;
  height: 40px;
}
.gap-30 {
  clear: both;
  height: 30px;
}
.gap-20 {
  clear: both;
  height: 20px;
}
.mrb-30 {
  margin-bottom: 30px;
}
.mrb-80 {
  margin-bottom: -80px;
}
.mrt-0 {
  margin-top: 0 !important;
}
.pab {
  padding-bottom: 0;
}
a:focus {
  outline: 0;
}
img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ts-padding {
  padding: 60px;
}
.solid-bg {
  background: #f7f7f7;
  padding: 60px 0;
}
.solid-dark {
  background: rgba(0, 87, 184, 1);
  color: #fff;
  padding: 60px 0;
}

.solid-dark h2,
.solid-dark h3,
.solid-dark h4 {
  color: #fff;
}

.solid-dark h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.pattern-bg {
  padding: 80px 0;
  background: #eee;
  background: url(../images/pattern3.png);
}
.solid-row {
  background: #f0f0f0;
}
.bg-overlay {
  position: relative;
}
.bg-overlay .container {
  position: relative;
  z-index: 1;
}
.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.alert .icon {
  margin-right: 15px;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}
.dropcap.primary {
  background: #ff0763;
  color: #fff;
}
.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Section title */
.section-title,
.intro-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  color: rgba(0, 87, 184, 1);
}

.section-sub-title,
.intro-sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 0 0;
  color: #1c1c24;
  padding-bottom: 40px;
}
.section-title.title-white,
.section-sub-title.title-white {
  color: #fff;
}

.intro-sub-title {
  margin-bottom: 10px;
}

/* Title classic */

.title-classic {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.title-classic span {
  font-size: 16px;
  display: block;
  line-height: 20px;
  font-weight: 400;
}
.title-classic.left {
  margin-top: 0;
}

/* Features box */

.feature-box {
  margin-bottom: 30px;
}

.feature-box.last {
  margin-bottom: 0;
}

.feature-box .feature-box-media {
  float: left;
}

.feature-box-content {
  margin-left: 115px;
}

.feature-box-icon i {
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ff0763;
  border-radius: 100%;
  font-size: 28px;
  color: #fff;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.feature-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.feature-box-content .btn-primary {
  padding: 10px 20px;
  margin-top: 10px;
}
.feature-box:hover .feature-box-icon i {
  background: #eee;
  color: #ff0763;
}

/* Featur box center */

.feature-box-center {
  text-align: center;
}

.feature-box-center .feature-box-content {
  margin-left: 0;
}

/* Video responsive */

.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Input form */

.form-control {
  box-shadow: none;
  padding: 6px 12px;
  height: 34px;
  background: none;
  color: #737373;
  font-size: 12px;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 215, 0, 1);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}
blockquote {
  padding: 8px 20px;
  margin: 8px 0;
  font-size: 16px;
  border-left: 3px solid rgba(255, 215, 0, 1);
  font-style: italic;
  font-family: Lato;
}
cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
/* Button */

.btn.btn-primary,
.btn-dark,
.btn-border {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 18px;
  line-height: 1.33;
  border-radius: 15px;
  border: 0;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #ff0763;
}

.btn.btn-primary {
  background: linear-gradient(135deg, rgba(0, 87, 184, 0.8) 0%, rgba(0, 87, 184, 0.7) 100%);
  border: 2px solid transparent;
}

.btn-download {
  width: 30% !important;
}

.btn.btn-dark {
  background: #242427;
  border: 2px solid transparent;
}
.btn-border {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: linear-gradient(135deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 1) 100%);
  color: #fff;
}
.btn-border:hover {
  background: #ff0763;
  border: 2px solid transparent;
  color: #fff;
}
.general-btn {
  clear: both;
  margin-top: 60px;
}
.intro-content .btn-border {
  margin-right: 15px;
}
/* Ul, Ol */

.list-round,
.list-arrow,
.check,
.un-check {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 15px;
}
.list-round li {
  line-height: 28px;
}
.list-round li:before {
  font-family: FontAwesome;
  content: '\f138';
  margin-right: 10px;
  color: #ff0763;
  font-size: 12px;
}
.list-arrow {
  padding: 0;
}
ul.list-arrow li:before {
  font-family: FontAwesome;
  content: '\f105';
  margin-right: 10px;
  color: #ff0763;
  font-size: 16px;
}
.check:before {
  font-family: FontAwesome;
  content: '\f00c';
  margin-right: 10px;
  color: rgba(0, 87, 184, 1);
  font-size: 12px;
}

.un-check:before {
  font-family: FontAwesome;
  content: '\f00d';
  margin-right: 10px;
  color: #ff0763;
  font-size: 12px;
}

/* Bootstrap */

.nav-tabs {
  border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}
/* Header area
================================================== */

/* Header Standared */

.header {
  /* background: #6859de; */
  background: transparent;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 80px;
}

/* Header transparent */

.header.header-transparent {
  background: none;
  box-shadow: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: auto;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  height: 80px;
}
.header-transparent ul.navbar-nav > li > a {
  color: #fff;
}

.header-transparent .dropdown-menu.menu-center:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.header-transparent .navbar-nav > li > .dropdown-menu {
  border-radius: 3px;
}

/* Header dark */

.header-dark {
  background: #1c1c1c;
}

.header-dark ul.navbar-nav > li > a {
  color: #fff;
}

/*-- Logo --*/

.logo {
  padding: 5px 0;
}

/* .logo img{
    width: 55%;
} */

/* Main navigation */

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  /* height: 80px; */
}
.navbar-toggle {
  float: left;
  margin-top: 10px;
  padding: 10px;
  border-radius: 3px;
  margin-right: 5px;
  background: rgba(255, 215, 0, 1);
}
.navbar-toggle .icon-bar {
  background: #fff;
  width: 20px;
}
.navbar-toggle .i-bar {
  background: #fff;
}
ul.navbar-nav {
  float: left;
  display: inline-block;
}

ul.navbar-nav > li {
  float: none;
  display: inline-block;
  position: relative;
  padding: 0 0px;
  line-height: 20px;
}

@media (min-width: 768px) {
  ul.navbar-nav > li {
    padding: 0 5px;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}
ul.navbar-nav > li:last-child:after {
  background: none;
}
ul.navbar-nav > li > a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
  display: inline-block;
  padding: 6px 10px;
  line-height: normal;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}
ul.navbar-nav > li > a i {
  font-weight: 700;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border: 0;
}

ul.navbar-nav > li.active > a {
  color: #c7c3c5;
  position: relative;
}

ul.navbar-nav > li:hover > a {
  /* background: #c7c3c5; */
  color: #100d0d;
}

/* Dropdown */

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: '\f105';
  font-family: FontAwesome;
  float: right;
  margin-top: 0;
  margin-right: -5px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border: 0;
  padding: 20px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-menu.menu-center {
  left: -65px;
}

.dropdown-menu-large {
  min-width: 400px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}
.navbar-nav > li > .dropdown-menu a {
  background: none;
}
.dropdown-menu li a {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #333;
}
.dropdown-menu li:last-child > a {
  border-bottom: 0 !important;
}
.navbar-nav > li > .dropdown-menu > .active > a,
.navbar-nav > li > .dropdown-menu > .active > a:hover,
.navbar-nav > li > .dropdown-menu > .active > a:focus,
.navbar-nav > li > .dropdown-menu > .active > .dropdown-menu > .active > a {
  color: #ff0763;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ff0763;
  background: none !important;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 767px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
/* Get a quote */

.header-ticket .ticket-btn {
  color: #fff;
  background: #6859de;
}
.header-ticket .ticket-btn:hover,
.header-ticket .ticket-btn:focus {
  background: #ff0763;
  color: #fff;
}
/* Banner area
================================================== */

#banner {
  padding: 0;
}

.banner-item {
  min-height: 800px;
  color: #fff;
  background-attachment: fixed;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

.banner-content,
.banner-reg-form {
  padding: 240px 0;
  width: 100%;
  vertical-align: middle;
  position: relative;
  color: #fff;
  z-index: 1;
}
.banner-content.text-left {
  padding: 300px 0 260px;
}
.banner-content.text-left .countdown > div.counter-day {
  margin-left: 0;
}

.banner-content-wrap {
  position: relative;
}

.banner-content-wrap:before {
  content: '';
  position: absolute;
  top: -65px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  height: 500px;
  left: 50%;
  margin-left: -190px;
  z-index: -1;
  border: 18px solid #0057b8bf;
  box-sizing: border-box;
  box-shadow: 0 60px 40px -40px #0057b8bf;
}

.banner-title {
  color: #000;
  font-size: 48px;
  line-height: 72px;
  text-transform: uppercase;
}
.banner-subtitle {
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}
.banner-desc {
  font-size: 24px;
  color: #000;
}

.banner-btn {
  margin: 40px 0;
}
.banner-btn a {
  margin: 0 6px;
}

/* Hero big date */

.hero-big-date {
  padding: 20px 50px;
  color: #fff;
  background-color: rgba(255, 8, 86, 0.7);
  height: 250px;
}

.hero-big-date h3 {
  font-size: 130px;
  margin: 0;
  color: #fff;
}

.hero-big-date h4 {
  font-size: 32px;
  margin: 0;
  color: #fff;
}

.hero-big-date-content {
  padding: 50px;
  background-color: rgba(30, 30, 38, 0.7);
  height: 250px;
}

.hero-big-date-content .banner-title {
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}

.hero-big-date-content .banner-subtitle {
  font-size: 20px;
}

/* Banner title equal */

.banner-title-euqal {
  font-size: 62px;
  line-height: 76px;
  color: #fff;
}
/* Banner Registration form */

.banner-item.reg-form-area {
  padding: 280px 0;
}

.banner-item.reg-form-area .banner-content,
.banner-item.reg-form-area .banner-reg-form {
  padding: 0;
}

.banner-reg-form-inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.banner-reg-form-inner h3 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin-top: 0;
}
.banner-reg-form-inner .form-control {
  border: 1px solid #454545;
}
.banner-reg-form-inner textarea.form-control {
  height: 44px;
}
/* Event Info area
================================================== */

.event-info {
  background: #222;
  padding: 35px 0;
}
.event-info-icon {
  float: left;
  font-size: 36px;
  color: #fff;
}
.event-info-content {
  margin-left: 50px;
  color: #fff;
}
.event-info-title {
  font-size: 20px;
  color: #ff0763;
  margin: 0 0 5px;
}
.event-info-intro {
  margin: 0;
}
/* Slider
================================================== */
/*-- Main slide --*/

#main-slide .item {
  min-height: 800px;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}
#main-slide .item img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
#main-slide .slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-slide .slider-content.text-left {
  left: 10%;
  max-width: 800px;
}
#main-slide .slider-content.text-right {
  right: 10%;
}
.slider-content {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}

.slide-title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.slide-sub-title {
  font-style: normal;
  font-size: 24px;
  line-height: 38px;
  margin: 10px 0 20px;
  color: #fff;
  font-weight: 700;
}
.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}
.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}
.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}
.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}
.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

.slider.btn.btn-border {
  border: 2px solid #fff;
}

.slider.btn.btn-border:hover {
  border: 2px solid transparent;
}

.slider-description {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin: 20px 0 30px;
}
/* Carousel control */

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  margin: 1px !important;
  border-radius: 100% !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.5);
}
#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
  background: #ff0763;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators {
  opacity: 1;
  filter: alpha(opacity=100);
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-slide .carousel-control .fa-angle-left {
  left: 20px;
}
#main-slide .carousel-control .fa-angle-right {
  right: 20px;
}
#main-slide .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 36px;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
  background: #ff0763;
  color: #fff;
}
#main-slide .carousel-indicators {
  display: none !important;
}
/*-- Animation */

.carousel .item.active .animated1 {
}
.carousel .item.active .animated2 {
  -webkit-animation: slideInLeft 0.5s ease-in 300ms both;
  animation: slideInLeft 0.5s ease-in 300ms both;
}
.carousel .item.active .animated3 {
  -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
  animation: fadeInLeft 1.5s ease-in-out 300ms both;
}
.carousel .item.active .animated4 {
  -webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
  animation: lightSpeedIn 1.5s ease-in 300ms both;
}
.carousel .item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
  -webkit-animation: fadeInRight 1s ease-in 200ms both;
  animation: fadeInRight 1s ease-in 200ms both;
}
.carousel .item.active .animated7 {
  -webkit-animation: fadeInRight 1.5s ease-in 300ms both;
  animation: fadeInRight 1.5s ease-in 300ms both;
}
.carousel .item.active .animated8 {
  -webkit-animation: bounceInDown 1s ease-in 800ms both;
  animation: bounceInDown 1s ease-in 800ms both;
}

/* Countdown Default
================================================== */

.countdown > div {
  display: inline-block;
  margin: 0 50px;
  text-align: center;
  font-family: Lato, sans-serif;
}
.countdown div > span {
  line-height: 100%;
  font-size: 62px;
  font-weight: 700;
}
.countdown .smalltext {
  top: 0;
  line-height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 10px;
}
.countdown > div.counter-day {
  color: #0057b8;
}
.countdown > div.counter-hour {
  color: #ffd700;
}
.countdown > div.counter-minute {
  color: #096540;
}
.countdown > div.counter-second {
  color: #be2a2a;
}

/* Countdown col */

.countdown.countdown-col {
  border-left: 1px solid #dedede;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 25px;
}

.countdown.countdown-col > div {
  margin: 0 40px 0 0;
}

.countdown.countdown-col div > span {
  font-size: 48px;
}

.countdown.countdown-col .smalltext {
  font-size: 20px;
}

/* Countdown bg */

.countdown.bg-style > div {
  margin: 0 40px;
}

.countdown.bg-style div > span {
  font-size: 28px;
  width: 72px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  margin-bottom: 15px;
  display: block;
  color: #fff;
}

.countdown.bg-style div > .smalltext {
  font-size: 20px;
  text-transform: capitalize;
}

.countdown.bg-style > div.counter-day .days {
  background: linear-gradient(135deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 0.7) 100%);
  background: -moz-linear-gradient(135deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 0.7) 100%);
  background: -webkit-linear-gradient(135deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 0.7) 100%);
  background: linear-gradient(135deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 0.7) 100%);
}
.countdown.bg-style > div.counter-day .smalltext {
  color: #0057b8;
}

.countdown.bg-style > div.counter-hour .hours {
  background: linear-gradient(135deg, rgb(255, 153, 0) 0%, rgba(255, 215, 0, 0.7) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 153, 0) 0%, rgba(255, 215, 0, 0.7) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 153, 0) 0%, rgba(255, 215, 0, 0.7) 100%);
  background: linear-gradient(135deg, rgba(255, 153, 0) 0%, rgba(255, 215, 0, 0.7) 100%);
}
.countdown.bg-style > div.counter-hour .smalltext {
  color: #ff9d00;
}

.countdown.bg-style > div.counter-minute .minutes {
  background: linear-gradient(135deg, rgba(9, 101, 64, 0.7) 0%, rgba(9, 101, 64, 1) 100%);
  background: -moz-linear-gradient(135deg, rgba(9, 101, 64, 0.7) 0%, rgba(9, 101, 64, 1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(9, 101, 64, 0.7) 0%, rgba(9, 101, 64, 1) 100%);
  background: linear-gradient(135deg, rgba(9, 101, 64, 0.7) 0%, rgba(9, 101, 64, 1) 100%);
}
.countdown.bg-style > div.counter-minute .smalltext {
  color: #096540;
}

.countdown.bg-style > div.counter-second .seconds {
  background: linear-gradient(135deg, rgba(190, 42, 42, 0.7) 0%, rgba(190, 42, 42, 1) 100%);
  background: -moz-linear-gradient(135deg, rgba(190, 42, 42, 0.7) 0%, rgba(190, 42, 42, 1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(190, 42, 42, 0.7) 0%, rgba(190, 42, 42, 1) 100%);
  background: linear-gradient(135deg, rgba(190, 42, 42, 0.7) 0%, rgba(190, 42, 42, 1) 100%);
}
.countdown.bg-style > div.counter-second .smalltext {
  color: #be2a2a;
}

/* banner-content-left */

.banner-content-left .countdown > div {
  margin-left: 0;
  margin-right: 100px;
}

/* Intro Area 
================================================== */

.ts-intro {
  /* padding-bottom: 80px; */
  padding-bottom: 10px;
}

.ts-intro .btn-primary {
  margin-top: 15px;
}

.ts-intro-center .section-sub-title {
  margin-bottom: 15px;
}

.ts-intro-center .intro-desc {
  max-width: 850px;
  margin: 0 auto;
}

.intro-content {
  float: left;
}

.ts-intro .pull-right.btn-primary {
  margin-right: 20px;
}

/* Intro video */

.intro-video {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -60px;
}

.intro-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0deg, rgba(0, 87, 184, 0.7) 0%, rgba(36, 225, 242, 0.479) 100%);
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 87, 184, 0.7) 0%,
    rgba(36, 225, 242, 0.479) 100%
  );
  background: -o-linear-gradient(0deg, rgba(0, 87, 184, 0.7) 0%, rgba(36, 225, 242, 0.479) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 87, 184, 0.7) 0%, rgba(36, 225, 242, 0.479) 100%);
  background: linear-gradient(0deg, rgba(0, 87, 184, 0.7) 0%, rgba(36, 225, 242, 0.479) 100%);
}

.video-icon {
  text-align: center;
  color: #fff;
  display: block;
  top: 50%;
  margin-top: -50px;
  font-size: 32px;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 65px;
  border: 7px solid #fff;
  display: inline-block;
  border-radius: 100%;
}
.video-icon i {
  margin-left: 5px;
}
/*-- Featured Tab --*/

.featured-tab {
  padding-left: 15px;
}
.featured-tab .nav-tabs {
  border: 0;
}
.featured-tab .nav-tabs > li > a {
  color: #fff;
  background: #1c1c24;
  text-shadow: none;
  border-radius: 25px;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: 10px 25px;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}
.featured-tab .nav.nav-tabs {
  margin-bottom: 30px;
}
.featured-tab .nav-tabs > li.active > a {
  color: #fff;
  background: #ff0763;
}
.featured-tab .nav-tabs > li.active > a {
  position: relative;
}
.featured-tab .tab-pane img.pull-left {
  margin: 0 20px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
  margin: 0 0 0 20px;
}
.tab-content-title {
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 22px;
}
/* Intro single image */

.intro-content-area {
  padding-left: 30px;
}
.intro-person-img {
  margin-bottom: -100px;
  margin-top: -80px;
}
/* Facts
================================================== */

.facts-area {
  color: #ffffff;
  background-color: #1c1c24;
  background-image: url(../images/parallax1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  padding: 100px 0;
}
.facts-area.bg-color {
  background: #1c1c24;
  padding: 60px 0 40px;
}

.facts .intro-title {
  color: #fff;
  margin-top: 0;
}
.facts .btn-dark {
  margin-top: 15px;
}
.fact-text {
  padding-top: 10px;
}
.facts-wrapper .ts-facts {
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (min-width: 768px) {
  .solid-dark .facts-wrapper .ts-facts {
    border-right: 1px solid #dedede;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.facts-wrapper .ts-facts.last {
  border-right: 0;
  margin-right: 0;
}
.ts-facts .ts-facts-img {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}

.ts-facts .ts-facts-content {
  display: inline-block;
  min-width: 150px;
}
.ts-facts .ts-facts-content .ts-facts-num {
  font-size: 36px;
  margin: 0;
}
.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0;
}
/* Schedule
================================================== */

.schedule-tab,
.schedule-content .container {
  max-width: 960px;
  margin: 0 auto;
}
.schedule-tab .nav-tabs {
  text-align: center;
  margin-bottom: 40px;
}
.schedule-tab .nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}
.schedule-tab .nav-tabs > li > a {
  color: #fff;
  background: #1c1c24;
  border-radius: 3px;
  padding: 13px 30px;
  margin: 0 2px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.schedule-tab .nav-tabs > li.active > a {
  background: #ff0763;
  color: #fff;
}
/* Schedule listing */

.schedule-date {
  font-size: 24px;
  margin-bottom: 40px;
  color: #ff0763;
  text-align: center;
}
.schedule-listing {
  padding: 25px 40px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  position: relative;
  border-radius: 5px;
}
.schedule-listing.bg {
  background: #f5f5f5;
}
.schedule-slot-time {
  width: 20%;
  float: left;
  font-weight: 700;
}
.schedule-slot-info {
  width: 80%;
  display: inline-block;
}
.schedule-slot-speakers {
  width: 58px;
  height: 58px;
  border-radius: 5px;
  position: absolute;
  top: 15;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule-slot-info-content {
  margin-left: 100px;
}
.schedule-slot-speaker-name {
  color: rgba(0, 87, 184, 1);
  margin: 0;
  font-size: 16px;
}
.schedule-slot-title {
  margin: 5px 0;
  font-size: 20px;
}
/* Speakers
================================================== */

/* Speakers bg */

.ts-speakers-bg {
  background-color: #f5f5f5;
  background-image: url(../images/parallax1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
}

/* Speaker item */

.ts-speaker {
  background: #fff;
  box-shadow: 0 25px 35px -20px rgba(0, 0, 0, 0.35);
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ts-speaker:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.13);
}

/* Speaker img */

.ts-speaker-image {
  position: relative;
  text-align: center;
}

.ts-speaker-image:after {
  content: '';
  position: absolute;
  background: rgba(41, 41, 41, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ts-speaker-image .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -45px;
  z-index: 1;
  width: 96px;
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ts-speaker-image .social-links li {
  display: inline-block;
  margin: 0 -3px 0px -2px;
}
.ts-speaker-image .social-links li a i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  background: #2b2b2b;
  text-align: center;
}
.ts-speaker-image .social-links li a i.fa-facebook {
  background: #496daf;
}
.ts-speaker-image .social-links li a i.fa-twitter {
  background: #64acf1;
}
.ts-speaker-image .social-links li a i.fa-instagram {
  background: #d32a1e;
}
.ts-speaker-image .social-links li a i.fa-linkedin {
  background: #0077b5;
}
.ts-speaker-image .social-links li a i:hover {
  background: #1b1b1b;
}
.ts-speaker-info {
  padding: 10px 15px;
  color: #303030;
  height: 26vh;
}
.ts-speaker-info .ts-speaker-name {
  font-size: 18px;
  margin: 0 0 3px 0;
}
.ts-speaker-info .ts-speaker-name a {
  color: rgba(0, 87, 184, 1);
}
.ts-speaker-info .ts-speaker-designation {
  font-size: 14px;
}
.ts-speaker:hover .ts-speaker-image:after,
.ts-speaker:hover .ts-speaker-image .social-links {
  opacity: 1;
}

/* Speaker no gutter */

.row.no-gutter .ts-speaker {
  box-shadow: none;
}

.row.no-gutter .ts-speaker:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Speakers list */
.ts-speaker-details {
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
}

.ts-speaker-details-img {
  position: relative;
}

.ts-speaker-details-img img {
  border-radius: 5px 5px 0 0;
}

.ts-speaker-details-img:after {
  content: '';
  position: absolute;
  background: rgba(17, 17, 17, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.ts-speaker-details-social {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 1;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.ts-speaker-details:hover .ts-speaker-details-img:after,
.ts-speaker-details:hover .ts-speaker-details-social {
  opacity: 1;
}

.ts-speaker-details-social li {
  display: inline-block;
}
.ts-speaker-details-social li a {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

.ts-speaker-details .ts-speaker-info p {
  margin-bottom: 0;
}

.ts-speaker-details .ts-speaker-info .ts-speaker-name {
  font-size: 24px;
}
.ts-speaker-session.right {
  padding-left: 20px;
}

.ts-speaker-session.left {
  padding-right: 20px;
}

.ts-speaker-session .session-title {
  font-size: 24px;
  margin-top: 0;
}

/* Newsletter
================================================== */

.ts-newsletter {
  background: url(../images/pattern1.png);
  padding: 100px 0;
}

.newsletter-form {
  position: relative;
  z-index: 1;
  padding: 0 80px;
}

.newsletter-form h2 {
  color: #0057b8;
  margin-top: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.newsletter-form h3 {
  color: #fff;
  margin: 5px 0 0;
  font-size: 30px;
}

.newsletter-form form {
  margin-top: 25px;
}

.newsletter-form input {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  text-transform: inherit;
  height: 50px;
  /* margin-left: 20px; */
  padding-left: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #1d1c1c;
  /* transform: translate(20%); */
}

.newsletter-form button {
  /* position: absolute; */
  /* top: 5px; */
  /* right: -50px; */
  border-radius: 0 20px 20px 0;
  padding: 10px 30px;
  height: 45px;
  border: 0 !important;
  /* border-radius: 0 !important; */
}

@media (min-width: 768px) {
  .newsletter-form input {
    width: 50%;
    transform: translate(50%);
  }
}

/* Sponsors
================================================== */

.ts-sponsors .sponsor-padding {
  padding-left: 130px;
  padding-right: 130px;
  /* padding-bottom: 70px; */
}
.sponsor-title {
  max-width: 750px;
  margin: 0 auto;
}
.sponsor-logo {
  margin: 60px 0;
  background: #f5f5f5;
  min-height: 125px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* Sponsor details */

.sponsor-details {
  margin: 60px 0;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 25px;
}
.sponsor-details .sponsor-logo {
  margin: 0;
  background: none;
}
.sponsor-info .sponsor-name {
  font-size: 23px;
  margin-top: 20px;
  color: #ff0763;
}
.sponsor-web-link a i {
  font-size: 18px;
  color: #303030;
  border-radius: 100%;
  margin: 10px 3px 0 3px;
}
.sponsor-web-link a {
  color: #fff;
}
.sponsor-web-link a:hover i {
  color: #ff0763;
}
/* Pricing
================================================== */

.ts-pricing {
  /* background-color: #f5f5f5; */
  background-image: url(../images/balkan_img03.jpg);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  /* background-size: cover; */
  padding: 100px 0;
  min-height: 100px;
}
.ts-pricing-box {
  background: #fff;
  padding: 30px 22px;
  font-size: 16px;
  border-radius: 5px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

@media (min-width: 768px) {
  .ts-pricing-box {
    min-height: 470px;
    text-align: center;
  }
}

.ts-pricing-box.bg {
  background: #f9f9f9;
}
.ts-pricing-header {
  position: relative;
}
.ts-pricing-name {
  font-size: 21px;
  line-height: normal;
  margin: 0 0 20px 0;
}
.ts-pricing-price {
  font-size: 30px;
  margin: 15px 0 0;
  display: inline-block;
  position: relative;
}
.ts-pricing-price .currency {
  position: absolute;
  font-size: 18px;
  top: -10px;
  left: -12px;
}
.ts-pricing-price strong {
  display: inline-block;
  margin-right: 5px;
}
.ts-pricing-price > small {
  font-size: 16px;
  line-height: 16px;
}
.ts-pricing-features {
  padding: 25px 0 15px;
}
.ts-pricing-features > ul > li {
  padding: 5px 0;
}
.ts-pricing-features > ul > li:first-child {
  border-top: 0;
}
.ts-pricing-features > ul {
  padding: 0;
}
.plan-action .btn-primary {
  background: #1c1c24;
}

.plan-action {
  margin: 0 auto;
}
/* Pricing featured */

.ts-pricing-box.pricing-featured {
  color: #fff;
  background: -moz-linear-gradient(0deg, rgba(255, 215, 0, 1) 0%, rgb(24 17 3) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 215, 0, 1) 0%, rgb(24 17 3) 100%);
  background: -o-linear-gradient(0deg, rgba(255, 215, 0, 1) 0%, rgb(24 17 3) 100%);
  background: -ms-linear-gradient(0deg, rgba(255, 215, 0, 1) 0%, rgb(24 17 3) 100%);
  background: linear-gradient(0deg, rgba(255, 215, 0, 1) 0%, rgb(24 17 3) 100%);
}

.ts-pricing-box.pricing-featured h2,
.ts-pricing-box.pricing-featured .ts-pricing-price > small {
  color: #fff;
}

/* Content area
================================================== */
/* Accordion */

.panel-default > .panel-heading {
  background: none;
  border-radius: 0;
  position: relative;
  padding: 6px 20px;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 10px;
}
.panel-body {
  padding: 20px 20px 10px 20px;
}
.panel-body > img {
  max-width: 100px;
  margin-bottom: 10px;
}
h4.panel-title {
  font-size: 18px;
  background: none;
  border: 0;
  padding: 8px 0 8px 0;
  line-height: normal;
  border-radius: 0;
}
h4.panel-title a {
  color: #ff0763;
}
h4.panel-title span {
  float: right;
}
h4.panel-title a.collapsed {
  color: #333;
}
h4.panel-title a:before {
  background: #ff0763;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
h4.panel-title a.collapsed:before {
  background: #303030;
  color: #fff;
}
h4.panel-title a:before,
h4.panel-title a.collapsed:before {
  font-family: 'FontAwesome';
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 15px;
  padding: 0 5px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h4.panel-title a:before {
  content: '\f106';
}
h4.panel-title a.collapsed:before {
  content: '\f107';
}
/* Accordion classic */

.panel-classic .panel-heading {
  padding-left: 15px;
}
.panel-classic h4.panel-title a:before,
.panel-classic h4.panel-title a.collapsed:before {
  position: relative;
  content: '';
  font-size: 0;
}
/* Latest blog
================================================== */

.latest-post-media {
  position: relative;
}
.latest-post-media .post-item-date {
  position: absolute;
  background: #ff0763;
  color: #fff;
  top: 15px;
  left: 15px;
  text-align: center;
  padding: 8px 13px 4px;
  border-radius: 3px;
  width: 52px;
  height: 52px;
}
.latest-post-media .post-item-date .day {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -8px;
}
.latest-post .post-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 700;
}
.latest-post .post-title a {
  color: #303030;
}
.latest-post .post-title a:hover {
  color: #ff0763;
}
.latest-post .post-item-author {
  margin-left: 8px;
}
.latest-post .post-body {
  padding: 20px 0 5px;
}

/* Venue Info
================================================== */

.venu-info-content {
  padding: 0 10px;
  color: #fff;
}

.venu-info-content h3 {
  color: #fff;
}

.venu-info-content p {
  font-size: 20px;
  color: #fff;
}

.venu-info-img {
  margin-bottom: 15px;
  display: inline-block;
}

.venu-info-img img {
  height: 70px;
}

/* Venue Map
================================================== */

.venu-map .container-fluid {
  padding-right: 0;
  padding-left: 0;
  background: #1c1c24;
}

.bottom-contact {
  padding: 60px 50px 60px 140px;
}

.bottom-contact h3 {
  font-size: 28px;
  color: #fff;
  margin: 0 0 20px;
}

.contact-form-bottom .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #333;
}

.btn-full {
  width: 100%;
}

.map {
  height: 400px;
  z-index: 1;
}

.map-bottom {
  height: 575px;
}

/* Footer
================================================== */

.footer {
  background-color: #101015;
  color: #666666;
  padding: 50px 0;
  position: relative;
  background-attachment: fixed;
}

.footer h4 {
  color: #fff;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .footer h4 {
    color: #fff;
    padding-top: 10px;
  }
}

.footer .container {
  z-index: 10;
  position: relative;
}

/*-- Footer menu --*/

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #fff;
  padding: 10px 15px;
}

.footer-menu ul li a:hover {
  color: #fff;
}

/*-- Footer logo */

.footer-logo {
  margin: 30px 0;
}

.footer-logo img {
  height: 45px;
  object-fit: contain;
}

/* Footer social */

.footer-social {
  margin: 40px 0;
}
.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social ul li {
  margin: 0 15px;
  display: inline-block;
}
.footer-social ul li a i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
}

.footer-social ul li a i:after {
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.footer-social ul li a:hover i:after {
  border: 1px solid rgba(255, 215, 0, 1);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.footer-social ul li a i:hover {
  color: #fff;
}
.footer-social ul li a .fa-instagram {
  color: #d32a1e;
}
.footer-social ul li a .fa-facebook {
  color: #677fb5;
}
.footer-social ul li a .fa-twitter {
  color: #70c2e9;
}
.footer-social ul li a .fa-google-plus {
  color: #c53942;
}
.footer-social ul li a .fa-linkedin {
  color: #3daccf;
}

.footer-social ul li a .fa-youtube {
  color: #bb0000;
}

.footer-social ul li a .fa-instagram {
  color: #125688;
}

/*-- Copyright --*/

.copyright-info {
  margin: 40px 0 0;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
  bottom: 30px;
}
#back-to-top .btn.btn-primary {
  width: 48px;
  height: 48px;
  line-height: 44px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}
#back-to-top .btn.btn-primary:hover {
  color: #fff;
  background: #000;
}

/* Sub Pages
================================================== */

/* Page banner area */

.page-banner-area {
  position: relative;
  min-height: 450px;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}
.page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  margin-top: -40px;
}
.page-banner-title h2 {
  color: #fff;
  font-size: 60px;
}
.page-banner-title .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.page-banner-title .breadcrumb a:hover {
  color: #ccc;
}
.breadcrumb {
  padding: 0;
  background: none;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb > li {
  font-weight: 400;
}

/*-- About us page --*/

.about-img-2nd {
  margin-bottom: 25px;
}

/*-- Chart --*/

.percent-area {
  border-right: 1px solid #dedede;
  text-align: center;
}

.percent-area.last {
  border-right: 0;
}

.percent-area .chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
}

.percent-area .chart .percent {
  display: inline-block;
  line-height: 150px;
  z-index: 2;
  font-size: 32px;
  color: #333;
}

.percent-area .chart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 24px;
}

.percent-area .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent-area small {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}

/* Action */

.ts-action.bg-image {
  background-color: #f5f5f5;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}

.ts-action.bg-image h2 {
  color: #fff;
}

.ts-action.bg-image p.lead {
  max-width: 750px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 30px;
}

/* Gallery */

.gallery-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 300px;
}
.intro-gallary .gallery-container {
  height: auto;
  margin-bottom: 15px;
}

.gallery-container img {
  -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery-container:hover img {
  -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}
.gallery-container:after {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery-container:hover:after {
  opacity: 1;
}
.gallery-container .gallery-icon {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #ff0763;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
  transform: perspective(1px) scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
  transform: perspective(1px) scale3d(1, 1, 1);
}
/*-- Partners carousel --*/

.partner-logo {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.partner-logo img {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partner-logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
#partners-carousel .partner-logo {
  border: 0;
  border-right: 1px solid #eee;
  padding: 0 15px;
  margin-top: 20px;
}
#partners-carousel .partner-logo.last {
  border-right: 0;
}
/*-- Team page --*/

.ts-team-wrapper {
  position: relative;
  overflow: hidden;
}
.ts-team-content {
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}
.ts-team-content .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #ff0763;
}
.ts-team-content .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}
.team-social-icons a i {
  color: #fff;
  margin-right: 8px;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-social-icons a i:hover {
  color: #ff0763;
}
/* Team Classic */

.ts-team-content-classic .ts-name {
  font-size: 16px;
  margin-bottom: 5px;
}
.ts-team-content-classic .ts-designation {
  color: #888;
  margin-bottom: 5px;
  font-weight: 600;
}
.ts-team-content-classic .team-social-icons a i {
  color: #999;
}
.ts-team-content-classic .team-social-icons a i:hover {
  color: #ff0763;
}
/* Contact Us
================================================== */

.contact-info-box {
  margin-top: 20px;
}
.contact-info-box i {
  float: left;
  font-size: 24px;
  color: rgba(255, 215, 0, 1);
  margin-right: 10px;
}
.contact-info-box-content {
  padding-left: 40px;
}
.contact-info-box-content h4 {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
.contact-info-box-content p {
  margin-bottom: 0;
  text-align: left;
}
label {
  font-weight: 400;
}

.contact-info-box-content p a {
  text-decoration: none;
  color: #666666;
  font-weight: 400;
}

/* News Listing
================================================== */

.post {
  border-bottom: 1px solid #eee;
  padding: 0 0 30px;
  margin: 0 0 45px;
}
.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.post-body {
  padding: 20px 0;
}
.post-media {
  position: relative;
}
.post-meta-date {
  position: absolute;
  background: #ff0763;
  color: #fff;
  top: 15px;
  left: 15px;
  text-align: center;
  padding: 8px 13px 4px;
  border-radius: 3px;
  width: 52px;
  height: 52px;
}
.post-meta-date .day {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -8px;
}
.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
}
.entry-header .entry-title a {
  color: #303030;
}
.entry-header .entry-title a:hover {
  color: #ff0763;
}
/* Meta */

.post-meta {
  padding-bottom: 10px;
}
.post-meta a {
  color: #303030;
}
.post-meta a:hover {
  color: #ff0763;
}
.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  line-height: 12px;
  display: inline-block;
}
.post-meta i {
  color: #bbb;
  margin-right: 3px;
}
.post-meta .post-comment {
  border-right: 0;
}
.post-meta .post-comment .comments-link {
  margin-left: 5px;
}
.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
  padding: 12px 25px;
}
/* Pagination */

.paging {
  margin-bottom: -5px;
  text-align: center;
}
.pagination {
  margin: 0;
}
.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #ff0763;
  border: 1px solid transparent;
}
/* News Single
================================================== */

.tags-area {
  margin: 20px 0;
}
.post-tags a {
  border: 1px solid #eee;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
  border-radius: 3px;
}
.post-tags a:hover {
  background: #ff0763;
  color: #fff;
  border: 1px solid transparent;
}
/* Post social */

.post-social-icons > li {
  display: inline-block;
}
.post-social-icons a i {
  margin-left: 5px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
}
.post-social-icons a i.fa-facebook {
  background: #677fb5;
}
.post-social-icons a i.fa-twitter {
  background: #70c2e9;
}
.post-social-icons a i.fa-google-plus {
  background: #c53942;
}
.post-social-icons a i.fa-linkedin {
  background: #3daccf;
}

/* Author box */

.author-box {
  border: 1px solid #eee;
  padding: 20px 20px 15px;
  margin: 20px 0;
  border-radius: 5px;
}
.author-img img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  margin-right: 30px;
}
.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
.author-info h3 span {
  font-size: 14px;
  color: #959595;
  border-left: 1px solid #afafaf;
  padding-left: 8px;
  margin-left: 5px;
}

.author-info p {
  margin-bottom: 5px;
}

/* Comments area */

.comments-area {
  margin: 40px 0;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-reply {
  color: #303030;
  font-weight: 400;
}
.comments-list .comment-reply:hover {
  color: #ff0763;
}
.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #323232;
}
.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-body {
  margin-left: 110px;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}
.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}
.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}
.comments-form {
  margin-bottom: 0;
}
.comments-form .form-control {
  border: 1px solid #dedede;
  padding: 6px 12px;
}
.comments-form .title-normal {
  margin-bottom: 20px;
}
.comments-form .btn.btn-primary {
  margin-top: 20px;
}
/* Sidebar
================================================== */

.sidebar .widget-title {
  border-left: 3px solid #ff0763;
  padding-left: 15px;
  margin: 0 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

/* Widget common */

.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar-left .widget {
  margin-right: 20px;
}
.sidebar-right .widget {
  margin-left: 20px;
}
.sidebar .widget.box {
  padding: 25px;
}
.widget.box.solid {
  background: #f2f2f2;
}
.widget.box.red {
  background: #ec483b;
  color: #fff;
}
.widget.box.red .widget-title {
  color: #fff;
}
.widget ul li {
  line-height: 30px;
}
.sidebar .widget ul li a {
  color: #303030;
}
.sidebar .widget ul li a:hover {
  color: #ff0763;
}
.sidebar .widget ul li i {
  margin-right: 5px;
}
.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}
/* Sidebar nav */

.sidebar ul.nav-tabs {
  border: 0;
}
.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #ff0763;
}
.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}
.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}
/* Service menu */

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  font-family: 'Roboto Slab', serif;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #ff0763;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.sidebar ul.service-menu li a:before {
  content: '\f105';
  font-family: FontAwesome;
  padding-right: 10px;
  font-weight: normal;
}
/* Recent News */

.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}
.widget.recent-posts ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 65px;
}
.widget.recent-posts .post-info .entry-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.widget.recent-posts .entry-title a {
  color: #303030;
}
.widget.recent-posts .entry-title a:hover {
  color: #ff0763;
}
.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}
/* Widget tags */

.widget-tags ul > li {
  float: left;
  margin: 3px;
}
.sidebar .widget-tags ul > li a {
  border: 1px solid #eee;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .widget-tags ul > li a:hover {
  background: #ff0763;
  color: #fff;
  border: 1px solid transparent;
}
/* Error page
================================================== */

.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}
.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

.d-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .header .d-flex {
    flex-direction: row;
  }
}

/** project-inquiry **/

.project-inquiry {
  position: relative;
  padding-bottom: 50px;
  padding-top: 0px;
}

/* .project-inquiry .image-layer{
    position: absolute;
    width: 100%;
    height: 1110px;
    left: 0px;
    top: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  } */

.project-inquiry .image-inner {
  position: relative;
  margin-bottom: 180px;
}

.project-inquiry .image-inner .image-box {
  position: relative;
  display: block;
}

.project-inquiry .image-inner .image-box .image-1 {
  position: relative;
  float: left;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.project-inquiry .image-inner .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: -50px;
}

.project-inquiry .content-inner .top-content .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 44px;
}

.project-inquiry .content-inner .top-content .btn-box {
  position: relative;
  display: flex;
}

.project-inquiry .content-inner .top-content .btn-box .theme-btn {
  background: #fff;
}

.project-inquiry .content-inner .top-content .btn-box .theme-btn {
  text-transform: uppercase;
}

.project-inquiry .content-inner .top-content {
  margin-bottom: 115px;
}

.project-inquiry .content-inner .content-box {
  position: relative;
  padding-top: 80px;
}

.project-inquiry .content-inner .lower-content {
  position: relative;
  margin-left: 60px;
}

.project-inquiry .content-inner .single-item .inner-box {
  position: relative;
  /* background: #4527a4; */
  background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
  padding: 46px 30px 51px 35px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.project-inquiry .content-inner .single-item .inner-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.05);
  width: 470px;
  height: 470px;
  right: 20px;
  bottom: -470px;
  border-radius: 50%;
  transition: all 900ms ease;
}

.project-inquiry .content-inner .single-item .inner-box:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.05);
  width: 470px;
  height: 470px;
  right: 35px;
  bottom: -470px;
  border-radius: 50%;
  z-index: -1;
  transition: all 1500ms ease;
}

.project-inquiry .content-inner .single-item:hover .inner-box:before {
  bottom: -230px;
}

.project-inquiry .content-inner .single-item:hover .inner-box:after {
  bottom: -260px;
}

.project-inquiry .content-inner .single-item .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 37px;
}

.project-inquiry .content-inner .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 19px;
}

.project-inquiry .content-inner .single-item .inner-box h3 a {
  color: #fff;
}

.project-inquiry .content-inner .single-item .inner-box .text {
  position: relative;
  color: #fff;
}

.project-inquiry .content-inner .inner-content .single-item {
  margin-bottom: 60px;
}

.project-inquiry .content-inner .inner-content .single-column {
  padding: 0px 30px;
}

.project-inquiry .content-inner .inner-content {
  position: relative;
  margin: 0px -15px;
  padding-left: 90px;
}

.project-inquiry .content-inner .inner-content .single-column:last-child {
  padding-top: 90px;
}

.project-inquiry
  .content-inner
  .inner-content
  .single-column:first-child
  .single-item:first-child
  .inner-box {
  /* background: #ff0000; */
  background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
}

.project-inquiry
  .content-inner
  .inner-content
  .single-column:first-child
  .single-item:last-child
  .inner-box {
  /* background: #797276; */
  background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
}

.project-inquiry
  .content-inner
  .inner-content
  .single-column:last-child
  .single-item:first-child
  .inner-box {
  /* background: #10a500; */
  background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
}

.project-inquiry
  .content-inner
  .inner-content
  .single-column:last-child
  .single-item:last-child
  .inner-box {
  /* background: #0000ff; */
  background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
}

.project-inquiry .content-inner .inner-content .single-item .inner-box:before,
.project-inquiry .content-inner .inner-content .single-item .inner-box:after {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 992px) {
  .main-nav {
    /* margin: 0px -15px; */
    max-height: 0;
    overflow-y: hidden;
    background-color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img,
  .img-responsive,
  .thumbnail a > img,
  .thumbnail > img {
    /* min-width: 345px; */
  }

  .btn-download {
    width: 80% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .project-inquiry .content-inner .lower-content {
    margin-left: 0px;
  }

  .ts-speaker-info .ts-speaker-designation {
    font-size: 12px;
  }

  .project-inquiry .content-inner .inner-content {
    padding: 0px;
    margin: 0px;
  }

  .project-inquiry .content-inner .inner-content .single-column {
    padding: 0px 15px;
  }

  .project-inquiry .content-inner .content-box {
    padding-top: 15px;
  }

  .project-inquiry .content-inner .inner-content .single-column:last-child {
    padding-top: 0px;
  }
  .ts-speaker-info {
    height: 26vh;
  }
}

@media only screen and (max-width: 991px) {
  .project-inquiry .image-inner .image-box .image-1 {
    float: none;
    margin-bottom: 50px;
  }

  .project-inquiry .image-inner .image-box .image-1 img {
    width: 100%;
  }

  .project-inquiry .image-inner .image-box .image-2 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }

  .project-inquiry .image-inner {
    margin-bottom: 50px;
  }

  .project-inquiry .content-inner .single-item {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .project-inquiry .content-inner .top-content {
    margin-bottom: 50px;
  }
}

.project-inquiry .image-layer {
  /* position: absolute;
    width: 345px;
    height: 880px;
    left: 0px;
    bottom: -220px;
    background-repeat: no-repeat; */

  position: absolute;
  left: 0px;
  top: 70px;
  /* top: -100px; */
  width: 100%;
  height: 1200px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/** project-inquiry END**/

/** dashboard-feature **/

.dashboard-feature {
  position: relative;
  padding-top: 50px;
}

#content_block_22 .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #7000e0;
  margin-bottom: 31px;
}

#content_block_22 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 51px;
}

#content_block_22 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 68px;
}

#content_block_22 .content-box .theme-btn-two {
  padding: 15px 40px;
}

#content_block_23 .inner-content .feature-block-one .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fda700;
  margin-bottom: 32px;
  transition: all 500ms ease;
}

#content_block_23 .inner-content .feature-block-one:hover .icon-box {
  color: #fff !important;
}

#content_block_23
  .inner-content
  .feature-column:first-child
  .feature-block-one:last-child
  .icon-box {
  color: #fd00dc;
}

#content_block_23
  .inner-content
  .feature-column:last-child
  .feature-block-one:first-child
  .icon-box {
  color: #4527a4;
}

#content_block_23
  .inner-content
  .feature-column:last-child
  .feature-block-one:last-child
  .icon-box {
  color: #00b9fd;
}

#content_block_23 .inner-content .feature-block-one h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 500;
  margin-bottom: 28px;
  transition: all 500ms ease;
}

#content_block_23 .inner-content .feature-block-one:hover h3,
#content_block_23 .inner-content .feature-block-one:hover h3 a {
  color: #fff;
}

#content_block_23 .inner-content .feature-block-one h3 a {
  display: inline-block;
  color: #222;
}

#content_block_23 .inner-content .feature-block-one .inner-box {
  padding: 38px 35px 40px 30px;
}

#content_block_23 .inner-content .feature-block-one {
  margin-bottom: 50px;
}

.dashboard-feature .inner-content {
  position: relative;
  margin: 0px -10px;
}

#content_block_23 .inner-content .feature-column {
  padding: 0px 25px;
}

#content_block_23 .inner-content .feature-column:last-child {
  padding-top: 50px;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 68px 30px 62px 30px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one:hover .inner-box:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}

.feature-block-one .inner-box:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #6046b1;
  border-radius: 50%;
  position: absolute;
  top: -330px;
  left: -60px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-style-two .feature-block:nth-child(2) {
  padding-top: 80px;
}

.feature-style-two .feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #fe5681;
  margin-bottom: 62px;
  padding: 37px 64px 35px 53px;
  z-index: 1;
}

.feature-style-two .feature-block:nth-child(2) .feature-block-one .inner-box .icon-box {
  color: #4527a4;
}

.feature-style-two .feature-block:last-child .feature-block-one .inner-box .icon-box {
  color: #48d019;
}

.feature-style-two .feature-block-one .inner-box .icon-box .bg-layer {
  position: absolute;
  width: 165px;
  height: 146px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.feature-block-one .inner-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 500;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box h5 a {
  position: relative;
  display: inline-block;
  color: #222;
}

.feature-block-one .inner-box .text {
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.feature-block-one:hover .inner-box .text,
.feature-block-one:hover .inner-box h5,
.feature-block-one:hover .inner-box h5 a {
  color: #fff;
}

.feature-block-one .inner-box .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4527a4;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.feature-block-one .inner-box .hover-content:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #573cad;
  border-radius: 50%;
  position: absolute;
  top: -260px;
  left: -60px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box .hover-content:after {
  content: '';
  width: 602px;
  height: 602px;
  background: #4e32a9;
  border-radius: 50%;
  position: absolute;
  top: -295px;
  left: -110px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one:hover .hover-content {
  opacity: 1;
}

.feature-block-one:hover .hover-content:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}

.feature-block-one:hover .hover-content:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}

@media only screen and (max-width: 1200px) {
  .dashboard-feature .inner-content .feature-column,
  .service-style-three .single-column {
    padding: 0px 15px;
  }

  .reasons-section .inner-content,
  .dashboard-feature .inner-content,
  .service-style-three .inner-container {
    margin: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .dashboard-feature .content-box {
    margin-bottom: 30px;
  }

  .dashboard-feature .inner-content .feature-column:last-child {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-feature {
    padding-top: 70px;
  }

  .support_ukraine {
    right: 10px !important;
    top: -145px !important;
    rotate: 7deg !important;
    width: 70px;
  }
  .banner-content-wrap:before {
    box-shadow: 0 0px 40px -40px rgba(255, 215, 0, 0.9);
  }
  /* 
      .ts-pricing {
        background-position-x: 20%;
      } */
  .ts-pricing-features > ul {
    text-align: left;
  }
}

.dashboard-feature .image-layer {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 100%;
  height: 1145px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/** dashboard-feature **/

.schedule-slot-desc {
  font-size: 15px;
}

/* Yaroslav style  */

.logo img {
  height: 50px;
  object-fit: contain;
}

@media screen(min-width:768px) {
  .logo img {
    height: 50px;
  }
}

.banner-content-wrap h1 {
  letter-spacing: 3px;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  padding-left: 16px;
}

.banner-content-wrap p {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.banner-content-wrap .banner-subtitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}

.banner-content-wrap .banner-desc {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.banner-content-wrap .banner-btn {
  position: relative;
  top: -10px;
}

/*=========================================================
	REGISTRATION FORM
===========================================================*/
.registration {
  padding-bottom: 25px;
}

.reg_style {
  padding-top: 45px;
  padding-bottom: 45px;
}
.registration__header {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
.registration__header-left,
.registration__header-right {
  position: absolute;
  bottom: 5px;
}
.registration__header-left .arrow,
.registration__header-right .arrow {
  position: relative;
  bottom: 0;
  left: 0;
  -ms-transform: none;
  transform: none;
  width: auto;
}
.registration__header-left .arrow .arrow-first,
.registration__header-left .arrow .arrow-second,
.registration__header-right .arrow .arrow-first,
.registration__header-right .arrow .arrow-second {
  border-width: 3px;
}
.registration__header-left .arrow .arrow-first,
.registration__header-right .arrow .arrow-first {
  width: 12px;
  height: 12px;
}
.registration__header-left .arrow .arrow-second,
.registration__header-right .arrow .arrow-second {
  width: 25px;
  height: 25px;
}
.registration__header-left {
  left: 0;
}
.registration__header-left .arrow {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.registration__header-right {
  right: 0;
}
.registration__header-right .arrow {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.registration__container {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  /* padding-top:40px */
}

.arrow {
  position: absolute;
  bottom: 5vh;
  /* left:50%; */
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
/* .arrow .arrow-first,.arrow .arrow-second{
      display:block;
      border:2px solid #006bc0;
      border-left:0;
      border-top:0;
      -ms-transform:rotate(45deg);
      transform:rotate(45deg);
      animation:arrow 2s infinite
    }
    .arrow .arrow-first{
      width:10px;
      height:10px;
      animation-delay:-.5s
    }
    .arrow .arrow-second{
      width:16px;
      height:16px;
      animation-delay:0s
    } */

.header-tab {
  width: 100%;
  border: 1px solid #dbd9da;
}
.header-tab,
.header-tab__item {
  display: -ms-flexbox;
  display: flex;
}
.header-tab__item {
  cursor: pointer;
  position: relative;
  height: 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #041324;
  text-align: center;
  background-color: #fff;
  padding: 5px 15px;
  transition: background-color 0.3s, color 0.3s;
}
.header-tab__item:first-of-type {
  border-right: 1px solid #dbd9da;
}
.header-tab__item span {
  position: relative;
  display: block;
  pointer-events: none;
}
.header-tab__item span:after {
  position: absolute;
  content: '';
  top: 1px;
  left: -18px;
  display: block;
  width: 6px;
  height: 10px;
  border: solid #dd0a37;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s;
}
.header-tab__item.is-active {
  color: #dd0a37;
  background-color: #f3f3f3;
}
.header-tab__item.is-active span:after {
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.content-tab {
  display: none;
}
.content-tab.is-show {
  display: block;
}
.content-tab > p {
  text-align: center;
  color: #041324;
  font-weight: 500;
  margin: 25px 0;
  padding: 0 60px;
}
.content-tab form {
  width: 100%;
}
.content-tab .form-group2 {
  margin-top: 20px;
}
.content-tab .form-group2 label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 5px;
}
.content-tab .form-group2 label.radio {
  font-size: 16px;
  text-transform: none;
  color: #dd0a37;
  margin-bottom: 0;
}
.content-tab .form-group2 label.radio .sale {
  display: inline-block;
  color: #dd0a37;
  margin: 0 5px;
}
.content-tab .form-group2 .form-control {
  height: 40px;
  font-size: 14px;
  padding: 5px 10px;
}
.content-tab .form-group2 .custom-select {
  position: relative;
}
/* .content-tab .form-group2 .custom-select:after{
      position:absolute;
      content:"";
      top:49%;
      right:15px;
      display:block;
      border:6px solid transparent;
      border-top:6px solid #5f5e5f
    } */

.form-group2 + .form-group2 {
  margin-top: 20px;
}
.form-group2 .btn {
  height: 50px;
}
.form-group2 textarea {
  height: 120px;
}

.form-group textarea {
  resize: none;
}

.form-group2__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-group2__row > .form-group2 {
  width: 47%;
}

.form-group2__checkbox,
.form-group2__checkboxOffline {
  display: none;
}

.form-control {
  width: 100%;
  height: 45px;
  border: 1px solid #dbd9da;
  background-color: #f3f3f3;
  padding: 15px 20px;
}

.form-group__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__btns {
  margin-top: 40px;
}
.form__btns,
.form__btns .btn {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__btns .btn {
  width: 47%;
  height: 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
#selectQuantityOffline,
#selectQuantityOnline {
  display: none;
}

.response-form {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}
.response-form .error-data,
.response-form .success-data {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.response-form .error-data.is-active,
.response-form .success-data.is-active {
  position: relative;
  opacity: 1;
}
.response-form .success-data {
  color: green;
}
.response-form .error-data {
  color: red;
}

.day_group {
  display: none;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade2 {
  animation-name: fade;
  animation-duration: 0.5s;
}

/*------------------------------
  Thanks Page Start
  ------------------------------*/

.modal-success {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  padding: 30px 15px;
  overflow-y: auto;
}

.modal-success.is-block {
  display: block;
}
.modal-success__main {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 882px;
}
.modal-success__wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  padding: 100px 100px 150px;
}
.modal-success__wrapper .btn svg {
  position: relative;
  top: 2px;
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
}
.modal-success__wrapper-box {
  z-index: -1;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  width: calc(100% - 90px);
  height: 50px;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
}
.modal-success__title {
  max-width: 432px;
  margin: 0 auto 50px;
}
.modal-success__title svg {
  margin: 0 auto;
}
.modal-success__title p:first-of-type {
  font-size: 70px;
  font-weight: 700;
  color: #041324;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-success__title p:nth-of-type(2) {
  line-height: 1.75;
  font-size: 16px;
}

.btn,
.btn-header {
  z-index: 1;
  cursor: pointer;
  width: 250px;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  /* line-height:2.8; */
  text-align: center;
  color: #fff;
  background-color: #0057b8b3;
  border: 1px solid transparent;
  transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s;
  border-radius: 15px;
  border: 0px;
}

.btn:hover,
.btn-header:hover {
  background: linear-gradient(135deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 1) 100%);
}

.thp_btn:hover,
.thp_btn:focus {
  color: #fff;
}

.lang_btn {
  display: none;
}

.lang_btn-en {
  background-color: #dd0a37;
  font-weight: 700;
  border: 1px solid #dd0a37;
  opacity: 1;
}
.lang_btn-ru-active {
  /* background-color: #c0b9b9; */
  color: #dd0a37 !important;
  border: 1px solid #dd0a37;
  font-weight: 700;
}
.lang_btn-en:hover {
  background-color: #dd0a37 !important;
  color: #dadada !important;
  opacity: 0.8;
}

.legal_doc {
  text-align: left;
}

.speaker_info_wrap {
  width: 40% !important;
}

/* .form_display {
    display: none;
  } */

.about_wrapp {
  font-size: 16px !important;
  text-align: justify !important;
}

/*-------------------modal container-----------*/

.modal2 {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
}
.modal2.is-click {
  transition: background-color 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}
.modal2.is-active {
  transition: background-color 0.5s, opacity 0.5s;
  background-color: rgba(23, 37, 53, 0.9);
  opacity: 1;
  pointer-events: auto;
}
.modal2.is-active .modal__wrapper {
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.modal2.is-block {
  display: block;
}
.modal2.is-block .modal__wrapper {
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.modal2.is-translate {
  overflow-y: auto;
}
.modal2.is-translate .modal__wrapper {
  transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
  opacity: 1;
  -ms-transform: translate(0);
  transform: translate(0);
}
.modal__wrapper {
  width: 100%;
  padding: 30px 15px;
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
.modal__container {
  position: relative;
  width: 100%;
  max-width: 540px;
  text-align: center;
  background-color: #fff;
  /* box-shadow:0 0 50px 0 rgba(0,0,0,.68); */
  margin: 0 auto;
  padding: 50px 70px 60px;
}
.modal__container--error {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.modal__container--error.is-active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal__container--error .modal__title {
  color: #006bc0;
}
.modal__container--error .modal__sub-title {
  margin-bottom: 10px;
}
.modal__container--error .modal__sub-title ~ p {
  font-weight: 700;
}
#modal .modal__container.is-error {
  display: none;
}
.modal__header {
  margin-bottom: 25px;
}
.modal__title {
  font-size: 19px;
  font-weight: 700;
  color: #041324;
  margin-bottom: 15px;
}
.modal__sub-title {
  font-size: 14px;
  line-height: 1.5;
  color: #3d3d3d;
}
.modal__close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  display: block;
}
.modal__close:after,
.modal__close:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 22px;
  height: 3px;
  display: block;
  background-color: #dbd9da;
}
.modal__close:before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.partner-expo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.partners-block {
  max-width: 100%;
}

.partners-block > img {
  max-width: 100%;
  height: auto;
}

.partners-block2 > img {
  max-width: 100%;
  height: 180px;
}

.partner-title {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 60px;
}
/*=========================================================
      RESPONSIVE
  ===========================================================*/
@media (min-width: 992px) and (max-width: 1200px) {
  .our_advantage {
    height: 448px;
  }
  .navbar-header {
    /* display: flex; */
    /* width: 100%; */
    /* flex-direction: row;
      justify-content: space-between; */
  }
}

@media only screen and (max-width: 991px) {
  .contact-social {
    text-align: center;
  }

  .home-content h1 {
    font-size: 35px;
  }

  .copyright {
    display: block;
    text-align: center;
  }

  .legal_doc {
    text-align: center;
  }

  .btn_none {
    opacity: 0;
  }

  .navbar-header {
    /* display: flex; */
    width: 100%;
    /* flex-direction: row;
      justify-content: space-between; */
  }

  .main-lang-box {
    display: none;
  }

  .lang_btn {
    display: flex;
    align-items: center;
    /* background-color: #737373; */
    justify-content: center;
    padding-top: 40px;
    padding-right: 25px;
  }

  .lang_btn-en_mob {
    width: 50px;
    font-size: 19px;
    /* border: 1px solid #dd0a37; */
    background-color: transparent;
    text-align: center;
    color: #fff;
  }

  .our_advantage {
    height: 260px;
    min-height: 260px;
  }

  /* .lang_btn-en_mob:hover {
      font-size: 19px;
      color: #fff;
      
      background-color: #dd0a37;
    } */

  .lang_btn-ru_mob {
    text-align: center;
    width: 50px;
    font-size: 19px;
    /* border: 1px solid #dd0a37;
      background-color: #fff; */
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    display: block;
    flex-direction: row;
    justify-content: space-between;
  }

  .lang_btn {
    display: flex;
    align-items: center;
    /* background-color: #737373; */
    /* justify-content: center; */
    padding-top: 28px;
    padding-right: 80px;
  }

  .lang_btn-en_mob {
    width: 50px;
    font-size: 19px;
    /* border: 1px solid #dd0a37; */
    background-color: transparent;
    text-align: center;
    color: #fff;
  }

  /* .lang_btn-en_mob:hover {
      font-size: 19px;
      color: #fff;
      
      background-color: #dd0a37;
    } */

  .lang_btn-ru_mob {
    text-align: center;
    width: 50px;
    font-size: 19px;
    /* border: 1px solid #dd0a37;
      background-color: #fff; */
    color: #fff;
  }

  .legal_doc {
    text-align: center;
  }

  .our_advantage {
    height: 160px;
    min-height: 160px;
  }

  .partner-title {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 10px;
  }

  /* .lang_btn {
      display: flex;
      align-items: center;
      
    } */

  /* .lang_btn-en_mob {
      width: 50px;
      font-size: 19px;
      border: 1px solid #dd0a37;
      background-color: #dd0a37;
      text-align: center;
      
    }  */

  /* .lang_btn-en_mob:hover {
      font-size: 19px;
      color: #fff;
      border: 1px solid #dd0a37;
      background-color: #dd0a37;
    }
  
    .lang_btn-ru_mob {
      text-align: center;
      width: 50px;
      font-size: 19px;
      border: 1px solid #dd0a37;
      background-color: #fff;
    } */

  .btn_none {
    opacity: 0;
  }

  .speaker_info_wrap {
    width: 80% !important;
    margin: 0 auto;
  }

  .speaker-modal-content h2 {
    text-align: center;
  }

  .speaker-modal-content h3 {
    text-align: center;
  }

  .video_style {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .speaker .speaker-social {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .modal-success__title p:nth-of-type(2) {
    font-size: 14px;
  }

  .reg_style {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-content h1 {
    font-size: 28px;
  }
  .page-wrapper-content h1 {
    font-size: 31px;
  }
  .event .event-day {
    width: 90px;
    height: 90px;
  }
  .event .event-content {
    padding-left: 115px;
  }
  .event .event-day .day {
    font-size: 31px;
    line-height: 31px;
  }
  .event .event-hour {
    left: 47px;
  }
  .event:after {
    left: 45px;
  }
  .event + .event:before {
    left: 45px;
  }

  .registration {
    padding-bottom: 25px;
  }
  .registration__header-left,
  .registration__header-right {
    display: none;
  }

  .content-tab > p {
    padding: 0 15px;
  }
  .content-tab .form-group {
    margin-top: 15px;
  }
  .form-group__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-group2 + .form-group2 {
    margin-top: 15px;
  }
  .header-tab {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-tab__item:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #dbd9da;
  }
  .header-tab__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-tab > p {
    padding: 0 15px;
  }

  .form-group2__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-group2__row > .form-group2 {
    width: 100%;
  }

  .form-group__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-group__row > .form-group {
    width: 100%;
  }

  .form__btns {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .form__btns .btn {
    width: 100%;
  }
  .form__btns .btn + .btn {
    margin-top: 15px;
  }

  .contact_box {
    text-align: center;
    margin-bottom: 25px;
  }
  #contact.section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .modal-success__wrapper {
    padding: 15px 15px 25px;
  }
  .modal-success__wrapper .btn {
    width: 198px;
    height: 40px;
    font-size: 14px;
    line-height: 2.7;
    box-shadow: none;
    margin-right: 0;
  }
  .modal-success__wrapper-box {
    display: none;
  }
  .modal-success__title {
    margin-bottom: 20px;
  }
  .modal-success__title svg {
    width: 60px;
    height: 65px;
  }
  .modal-success__title p:first-of-type {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .modal-success__title p:nth-of-type(2) {
    font-size: 14px;
  }

  .partners-block {
    text-align: center;
  }
  .partners-block > img {
    max-width: 70%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }

  .speaker {
    margin-bottom: 25px;
  }

  .video_file {
    width: 100%;
    height: 100%;
  }

  .mu-video-close-btn {
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

/*=========================================================
	LOGO
===========================================================*/

.navbar-brand {
  padding: 0;
  padding-top: 10px;
  /* margin: 15px 0px; */
  display: flex;
  flex-direction: row;
}

.navbar-brand .logo {
  display: inline-block;
}

.navbar-brand .logo > img {
  max-height: 55px;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    margin: 0px 15px 15px 15px;
  }
}

#header.transparent-navbar:not(.fixed-navbar) .navbar-brand .logo .logo-img {
  display: none;
}

#header.fixed-navbar .navbar-brand .logo .logo-alt-img {
  display: none;
}

#header:not(.transparent-navbar) .navbar-brand .logo .logo-alt-img {
  display: none;
}

/*=========================================================
	NAVIGATION
===========================================================*/

#header {
  position: relative;
  background-color: #fff;
  /* border-bottom: 1px solid #0000001a; */
  z-index: 80;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header.transparent-navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  /* border-bottom: 1px solid #DADADA30; */
  border-bottom: none;
  height: 85px;
}

#header.fixed-navbar {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  background: #000000c7;
  -webkit-box-shadow: 0px 0px 3px #0003;
  box-shadow: 0px 0px 3px #0003;
  border-bottom: none;
  -webkit-animation: slide-in 0.3s;
  animation: slide-in 0.3s;
  height: 85px;
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.main-nav li a {
  position: relative;
  padding: 30px 15px;
  color: #0b0f28;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header.transparent-navbar .main-nav li a {
  color: #000;
}

#header.fixed-navbar .main-nav li a {
  color: #fff;
}

#header.fixed-navbar .lang_btn a {
  color: #fff;
}

#header.fixed-navbar .lang_btn span {
  color: #fff;
}

#header.fixed-navbar .main-lang-box span {
  color: #0b0f28;
}

.main-nav li.active:not(:last-child) a:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
  background: #0057b8;
}

.main-nav li a:hover,
.main-nav li a:focus {
  background-color: transparent;
  color: #dd0a37;
}

#header.transparent-navbar .main-nav li:not(:last-child) a:hover {
  color: rgba(22, 20, 20, 0.489) !important;
}

.navbar-toggle {
  display: none;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  margin: 15px;
  padding: 0;
  font-size: 32px;
  color: #0b0f28;
}

#header.transparent-navbar .navbar-toggle {
  color: #fff;
}

#header.fixed-navbar .navbar-toggle {
  color: #0b0f28 !important;
}

/*------------------LANGUAGE BTN-------------------*/

.main-lang-box {
  padding-top: 30px;
}

.lang-link-en {
  /* padding-left: 5px!important; */
}

.lang-link-ru {
  /* padding-right: 5px!important; */
}

.lang-delimiter {
  color: #fff;
}

.lang-is-active {
  color: #dd0a37 !important;
}

/* Mobile nav */

@media only screen and (max-width: 992px) {
  /* .main-nav {
    margin: 0px;
    max-height: 0;
    overflow-y: hidden;
    background-color: #FFF;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
  } */
  .main-nav.open {
    max-height: 500px;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .main-nav li.active a:after {
    display: none;
  }
  #header.transparent-navbar .main-nav li a {
    color: #0b0f28;
  }
  .main-nav li a:hover,
  .main-nav li a:focus,
  .main-nav li.active a {
    background-color: rgb(0, 87, 184);
    color: #fff !important;
  }
  .navbar-toggle {
    display: block;
  }
}

.modal__close {
  cursor: pointer;
  position: absolute;
  top: 15 px;
  right: 15 px;
  width: 22 px;
  height: 22 px;
  display: block;
}

.modal__close:before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after,
.modal__close:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 22 px;
  height: 3 px;
  display: block;
  background-color: #dbd9da;
}

.modal__close:after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close:after,
.modal__close:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 22 px;
  height: 3 px;
  display: block;
  background-color: #dbd9da;
}

.modal-open {
  margin-right: -16px;
}

.number-conference {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 215, 0, 1);
}

.white-number {
  color: #fff;
}

.mb-50 {
  margin-bottom: 50px;
}

.d-none {
  display: none;
}

.legal-info a {
  color: #666666;
}

.legal-info a:hover {
  color: rgb(82, 80, 80);
}

.contact-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-box-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}

.contact-info-box-content p {
  text-align: center;
}

@media (min-width: 768px) {
  .contact-info-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

.popup {
  width: 100%;
  height: auto;
}

.new-price p {
  font-size: 18px;
  color: #dd0a37;
}

.d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* custom css */

.support_ukraine {
  position: absolute;
  right: 70px;
  top: 160px;
  z-index: -1;
  rotate: 2deg;
}

.link-org {
  display: flex;
  width: 200px;
  height: 25px;
  position: absolute;
}

.reg_pp,
.reg_bc {
  display: flex;
  flex-direction: row;
  line-height: 1.4;
  font-family: 'Roboto';
  text-align: left;
}

.reg_pp > label,
.reg_bc > label {
  padding-left: 25px;
}

.reg_pp > input,
.reg_bc > input {
  position: absolute;
}

/* Testimonials  */
.testim {
  /* background-color: #AFAFAF; */
  width: 100%;
  /* position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%); */
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 30px 15px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #0056b8a6;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #0057b8cc;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #0057b8cc;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #0057b8cc;
  border-color: #0057b8cc;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
  min-height: 445px;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #0057b8cc;
  font-size: 19px;
  line-height: 23px;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 16px;
  line-height: 1.4;
  color: #323131;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #3673b9cc;
    box-shadow: 0px 0px 10px 5px #3673b9cc;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #3673b9cc;
    box-shadow: 0px 0px 0px 0px #3673b9cc;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #3673b9cc;
    box-shadow: 0px 0px 10px 5px #3673b9cc;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #3673b9cc;
    box-shadow: 0px 0px 0px 0px #3673b9cc;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #3673b9cc;
    box-shadow: 0px 0px 10px 5px #3673b9cc;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #3673b9cc;
    box-shadow: 0px 0px 0px 0px #3673b9cc;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #3673b9cc;
    box-shadow: 0px 0px 10px 5px #3673b9cc;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #3673b9cc;
    box-shadow: 0px 0px 0px 0px #3673b9cc;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #3673b9cc;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #3673b9cc;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}

.schedule-day {
  text-align: center;
}

.bg-sponsor {
  background-color: #f5f5f5;
  width: 100%;
}

.f-column {
  flex-direction: column;
}

.pt-20 {
  padding-top: 20px;
}

.subscribe-btn {
  background: linear-gradient(
    135deg,
    rgba(0, 87, 184, 0.8) 0%,
    rgba(0, 87, 184, 0.7) 100%
  ) !important;
  border: 2px solid transparent;
  width: 200px !important;
}

.subscribe-btn:hover {
  background: linear-gradient(135deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 1) 100%) !important;
  color: #fff;
  border: 2px solid transparent;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50 {
  padding-bottom: 70px;
}

.price-vat {
  font-size: 16px !important;
}

.red_text {
  color: red;
}

.section-second-title {
  font-size: 32px;
  color: white;
}

.btn.btn-ticket {
  padding: 15px 28px;
  line-height: 1.53;
}

.btn-ticket {
  width: 350px;
  height: 50px;
}
