/*
  Theme Name: TheKML
  Author: Sweans.com
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-BookOblique.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/Avenir/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-MediumOblique.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-Oblique.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-LightOblique.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir/AvenirLTStd-Light.woff2') format('woff2'),
        url('../fonts/Avenir/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #2f3138;
  font-family: 'Avenir LT Std';
  overflow-x: hidden;
  font-weight: 300;
}
a {
  color: #f82249;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
    color: #252525;
    font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir LT Std';
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
  color: #001e33;
}
section {
  padding: 130px 0;
}
.btn {
    width: 210px;
    line-height: 46px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    outline: none!important;
    box-shadow: none!important;
}
.main-page {
  margin-top: 70px;
}
.wow {
  visibility: hidden;
}
.container-custom,.container-medium {
    width: 1634px;
    max-width: 90%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container-medium {
    width: 1474px;
}
/* Card */
.card {
  border: none;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  border-radius: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.card-left {
    float: left;
    width: 50%;
    padding: 40px 10px 0;
}
.card-right {
    float: left;
    width: 230px;
    padding: 65px 25px;
    background: #fff;
    height: 239px;
    box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
    -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
    -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
    margin-left: 40px;
}
.card-right p {
    color: #d8043d;
    text-align: center;
}
.card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
  -webkit-box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
  -moz-box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}
.card-body {
    padding: 75px 2.25rem;
}
.card-time {
    color: #d8043d;
    letter-spacing: 4px;
    margin-bottom: 0;
}
.card-day {
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -3px;
    word-spacing: 4px;
    margin-bottom: 0;
}
.card-month {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 18px;
    word-spacing: 5px;
}
/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.html") no-repeat center center;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #f82249;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}
.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}
.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2 {
    font-size: 66px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Avenir';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
    line-height: 86px;
}
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.section-with-bg {
  background-color: #f5f5f5;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 90px;
    padding: 35px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#header.header-scrolled, #header.header-fixed {
    height: 125px;
    padding: 15px 0;
    transition: all 0.5s;
    position: unset;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header.header-scrolled #logo, #header.header-fixed #logo {
  display: none;
}
#header #logo h1 span {
  color: #f82249;
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: 'Avenir LT Std';
  font-weight: 600;
  font-size: 14px;
  outline: none;
}
.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}
.nav-menu > li {
  margin-left: 8px;
}
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f82249;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}
.nav-menu li.latest-updates a {
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}
.nav-menu li.latest-updates a:hover {
  background: none;
}
.nav-menu li.latest-updates:hover a:before,
.nav-menu li.latest-updates.menu-active a:before {
  visibility: hidden;
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}
.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  margin: 20px 0 0 0;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  background: #d8043d;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-appearance: none;
  font-size:0;
}
#header.header-scrolled #mobile-nav-toggle {
    right: 15px;
    position: fixed;
    z-index: 99;
}
#mobile-nav-toggle.active {
    position: relative;
    z-index: 100;
    transition: opacity .25s ease;
    background: #fff;
}
#mobile-nav-toggle i {
  color: #fff;
  line-height: 55px;
  font-size: 24px;
}
#mobile-nav-toggle.active i {
  color: #d8043d;
}
.fa-times-thin:before {
  content: '\00d7';
}
i.fa.fa-times-thin {
    font-size: 50px;
    font-weight: bold;
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #f82249;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}
#mobile-nav ul .menu-item-active {
  color: #f82249;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}
/*Hamburger menu overlay*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, width .35s;
  z-index: 50;
}
.overlay:before {
  content: '';
  background: #D7043D;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: left .35s ease;
}
.overlay:after {
  content: '';
  background: #D7043D;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: all .35s ease;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
  position: relative;
  opacity: 0;
  margin-bottom: 1em;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-family: 'Avenir LT Std';
    font-size: 28px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
.owl-prev,.owl-next {
    float: left;
    width: 57px;
    line-height: 57px;
    background: #bb0032;
    color: #fff;
    margin: 0 5px;
    text-align: center;
}
.owl-prev:hover,.owl-next:hover {
    background: #fff;
    color: #bb0032;
    box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.owl-carousel .owl-stage-outer { 
    overflow: visible;
}
.owl-carousel .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/intro-bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.header-banner .btn-danger:hover,#about .btn:hover {
    background-color: #001e33;
    border-color: #001e33;
}
#intro .intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: 0 11px;
    width: 1634px;
    max-width: 90%;
    margin: 0 auto;
}
#intro h1 {
    color: #001e33;
    font-family: 'Avenir LT Std';
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    line-height: 84px;
    letter-spacing: -2px;
    word-spacing: 2px;
}
#intro h1 span {
  color: #f82249;
}
.header-banner p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}
.header-banner .btn-toolbar {
    margin-top: 50px;
    margin-left: 3px;
}
.header-banner .social {
    position: absolute;
    bottom: 65px;
    left: 0;
}
.header-banner .social a {
    color: #2f2f2f;
    font-size: 20px;
    float: left;
}
.header-banner .social .seperator {
  background: url("../img/social-sep.png") no-repeat center center;
  width: 15px;
  height: 25px;
  float: left;
  margin: 0 10px;
}
@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 230px 0 275px;
}
#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
#about h3 {
  font-size: 66px;
  text-transform: uppercase;
  margin-bottom: 45px;
  color: #fff;
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 3px;
}
#about p {
  font-size: 21px;
  margin-bottom: 42px;
  color: #fff;
  line-height: 42px;
}
#about .btn {
    background: #82002e;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
/*--------------------------------------------------------------
# Latest Videos Section
--------------------------------------------------------------*/
#videos {
  background: url("../img/videos-bg.jpg");
}
.play-btn {
    width: 84px;
    height: 84px;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 50%;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 31%;
    left: 42%;
}
.play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}
.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
#videos .video {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
}
#videos .video .details {
    background: #fff;
    padding: 42px 30px 20px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#videos .video img {
    height: 403px;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#videos .video .details h3 {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: -1px;
    word-spacing: 1px;
}
#videos .video .details p {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    word-spacing: 2px;
}
#videos .video .details .social {
  height: 30px;
}
#videos .video .details a {
  color: #fff;
}
#videos .video .details a:hover {
  color: #f82249;
}
#videos .video:hover .details {
  bottom: 0;
}
#videos-details {
  padding: 60px 0;
}
#videos-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#videos-details .details .social {
  margin-bottom: 15px;
}
#videos-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}
#videos-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}
#videos-details .details .social a i {
  font-size: 18px;
}
#videos-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}
.video-carousel .owl-nav {
    position: absolute;
    top: -150px;
    right: 0;
}
.video-carousel .owl-prev,.video-carousel .owl-next {
    float: left;
    width: 57px;
    line-height: 57px;
    background: #111;
    color: #fff;
    text-align: center;
}
.video-carousel .owl-prev:hover {
  background: #fff;
  color: #e03664;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.video-carousel .owl-next {
    margin-left: 10px;
    background: #fff;
    color: #e03664;
}
.video-carousel .owl-next:hover {
    background: #111;
    color: #fff;
}
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  background: url("../img/schedule-bg.jpg");
}
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}
#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}
#schedule .tab-pane {
  transition: ease-in-out .2s;
}
#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
  background-color: #fff;
}
#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#schedule .schedule-item .video {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#schedule .schedule-item .video img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
.event-item .card {
  background: url("../img/dots.png") no-repeat right center;
  background-size: 40% 100%;
}
.event-item h5 {
    color: #121212;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: 2px;
    margin-bottom: 42px;
}
.event-item .card-body {
    padding: 60px 50px;
}
.events-carousel .owl-nav {
    text-align: center;
    margin-top: 75px;
}
.events-carousel .owl-prev,.events-carousel .owl-next {
    float: none;
    display: inline-block;
}
.events-carousel .owl-next {
  color: #d8043d;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.events-carousel .owl-prev:hover {
  color: #d8043d;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.events-carousel .owl-next:hover {
  background: #d8043d;
  color: #fff;
}
.event-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.event-item a:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
  -webkit-box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
  -moz-box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}
/*--------------------------------------------------------------
# Latest News Section
--------------------------------------------------------------*/
#latest-news {
  background: url("../img/news-bg.jpg");
}
#latest-news .news {
  background: #fff;
  margin-bottom: 30px;
}
#latest-news .news:hover .news-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#latest-news .news-img {
  overflow: hidden;
  margin-bottom: 15px;
}
#latest-news .news-img img {
  transition: 0.3s ease-in-out;
  height: 260px;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#latest-news h3 {
    padding: 50px;
    width: 100%;
}
#latest-news h3 a {
    color: #272727;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    line-height: 42px;
    letter-spacing: -0.5px;
    word-spacing: 1px;
}
#latest-news a:hover {
  color: #f82249;
}
#latest-news .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}
#latest-news .stars i {
  color: #ffc31d;
}
#latest-news p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}
.news-carousel .owl-nav {
    top: -150px;
    position: absolute;
}
/* Equal Heights for OwlCarousel 2 */
.news-carousel.owl-carousel .owl-stage {
  display: flex;
}
.news-carousel.owl-carousel  .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.news-carousel.owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.news-carousel.owl-carousel  .flex-text {
  flex-grow: 1
}
.news-carousel.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.news-carousel .owl-next,.news-carousel .owl-prev {
  margin: 0;
}
.news-carousel .owl-next {
    background: #fff;
    color: #bb0032;
    margin-left: 7px;
}
.news-carousel .owl-next:hover {
    background: #bb0032;
    color: #fff;
}
/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/
#supporters {
  padding: 130px 0 260px;
  background: url(../img/supporters-bg.jpg);
}
.sponser-logo img {
  background: #fff;
  margin-bottom: 20px;
  height: 180px;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.sponser-logo img:hover {
 -webkit-filter: invert(1);
 filter: invert(1);
}
#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}
#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}
#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#supporters img {
  transition: all 0.4s ease-in-out;
}
.sponser-carousel {
    max-width: 1160px;
    margin: 0 auto;
}
.sponser-carousel .owl-nav {
    float: right;
}
.sponser-carousel .owl-nav::before {
    position: absolute;
    bottom: -117px;
    height: 1px;
    background: url(../img/dash-line.png) repeat-x;
    content: '';
    left: 0;
    right: 155px;
}
.sponser-carousel .owl-prev, .sponser-carousel .owl-next {
    color: #fff;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    float: left;
    margin-top: 60px;
    margin-right: 5px;
}
.sponser-carousel .owl-prev {
    background: #d8043d;
    margin-right: 10px;
}
.sponser-carousel .owl-prev:hover{
    background: #000;
}
#supporters .owl-next {
    background: #000;
}
#supporters .owl-next:hover {
    background: #d8043d;
}
/*--------------------------------------------------------------
# Upcoming Training Section
--------------------------------------------------------------*/
#upcoming-training {
   background: url(../img/training-bg.jpg);
   background-size: cover;
}
#upcoming-training .card {
   padding: 50px 30px;
}
#upcoming-training .card-body {
    padding: 50px 2.25rem;
}
#upcoming-training h5 {
    color: #080808;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}
#upcoming-training .card p {
    color: #323232;
    font-size: 21px;
    line-height: 36px;
    margin: 0;
    letter-spacing: 0.5px;
}
#upcoming-training a.btn {
    border: 1px solid;
    font-size: 16px;
    margin-top: 55px;
}
#upcoming-training a.btn:hover {
    background: #d8043d;
    color: #fff;
}
/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  background: url(../img/faq-bg.jpg);
}
#faq h2 {
    color: #1e1e1e;
}
#faq #faq-list {
  padding: 0;
  list-style: none;
  max-width: 785px;
}
#faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: 'Avenir LT Std';
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    color: #d8043d;
    letter-spacing: 2px;
}
ul#faq-list li {
    max-width: 90%;
    margin-bottom: 10px;
}
#faq #faq-list i {
    font-size: 13px;
    position: absolute;
    right: -75px;
    border: 1px solid #e3e3e3;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    top: 16px;
}
#faq #faq-list p {
    margin-bottom: 57px;
    color: #7c7c7c;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    word-spacing: -2px;
}
#faq #faq-list p a {
    float: none;
    display: inline;
    font-size: 18px;
    padding: 0;
    line-height: 30px;
}
#faq #faq-list a.collapse {
  color: #f82249;
}
#faq #faq-list a.collapsed {
  color: #000;
}
#faq #faq-list a.collapsed i::before {
  content: "\f067" !important;
}
/*--------------------------------------------------------------
# Latest Updates Section
--------------------------------------------------------------*/
#latest-updates .card {
  border: none;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  border-radius: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
#latest-updates .card:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #d8043d;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#latest-updates .card:hover:before {
    right: 0;
}
#latest-updates .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}
#latest-updates .card hr {
  margin: 25px 0;
}
#latest-updates .card .card-title {
    margin: 10px 0 35px;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #252525;
    line-height: 42px;
    word-spacing: 1px;
}
.card-content {
    padding: 10px 10px;
    line-height: 36px;
}
#latest-updates .card .card-price {
  font-size: 48px;
  margin: 0;
}
#latest-updates .card ul li {
  margin-bottom: 20px;
}
#latest-updates .card .text-muted {
  opacity: 0.7;
}
#latest-updates .card .btn {
    font-size: 16px;
    padding: 5px 45px;
    transition: all 0.2s;
    border: 1px solid #d8043d;
    color: #d8043d;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
}
#latest-updates .card .btn:hover {
    background-color: #d8043d;
    color: #fff;
}
#latest-updates .read-more-button {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}
#latest-updates #buy-ticket-modal input,
#latest-updates #buy-ticket-modal select {
  border-radius: 0;
}
#latest-updates #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}
#latest-updates #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #d8043d;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: url("../img/footer-bg.jpg");
  padding: 107px 0 97px;
  background-size: cover;
}
.footer-top p, .footer-top a {
    color: #fff;
    font-size: 21px;
    line-height: 42px;
}
.footer-top a {
    line-height: 21px;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
    max-width: 790px;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
    margin-bottom: 0;
    color: #fff;
    max-width: 575px;
    letter-spacing: 1px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}
#footer .footer-top h4 {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    line-height: 66px;
    letter-spacing: -1px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    width: 43%;
    float: left;
    padding-right: 10px;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    width: 45%;
    float: left;
    margin-right: 5%;
}
#footer .footer-top .footer-links ul a:hover {
  color: #000;
}
.footer-top .footer-contact p {
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.icon {
    padding-left: 48px;
    position: relative;
}
.icon:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 21px;
    left: 3px;
}
.map.icon:before {
    content: "\f041";
}
.phone.icon:before {
    content: "\f095";
}
.email.icon:before {
    content: "\f0e0";
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}
.footer-bottom {
  padding: 50px 0;
}
#footer .social-links {
    text-align: center;
    padding: 20px 0;
}
#footer .social-links a {
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    width: 52px;
    display: inline-block;
    height: 52px;
    text-align: center;
    line-height: 52px;
    margin: 0 8px;
}
#footer .social-links a i {
    font-size: 24px;
    line-height: 52px;
}
#footer .social-links a:hover {
    background: #000;
    border-color: #000;
}
#footer .copyright {
    text-align: center;
    padding-top: 16px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#footer .copyright a {
    color: #fff;
    font-size: 18px;
}
.footer-contact {
    padding-left: 5%;
}
#footer-minimal {
  background: url(../img/red-dot.png);
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer-minimal .copyright{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
#footer-minimal .copyright,#footer-minimal a {
    color: #fff;
}

/*--------------------------------------------------------------
#Forms
--------------------------------------------------------------*/
.form-control {
    border: 1px solid #d7d7d7;
    resize: none;
    border-radius: 0;
    line-height: 36px;
    padding: 17px 24px;
    color: #323232;
    font-size: 18px;
    outline: none!important;
    box-shadow: none!important;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
textarea.form-control {
    height: 209px;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: none;
}
form {
    margin-top: 10px;
}
/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
#page-banner {
    width: 100%;
    height: 455px;
    position: relative;
}
#page-banner .intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: bottom;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    padding: 0 11px;
    width: 1634px;
    max-width: 90%;
    margin: 0 auto;
}
.page-title h1 {
    font-size: 107px;
    letter-spacing: 5px;
    margin-bottom: 41px;
}
.container-large {
    width: 1634px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}
/*--------------------------------------------------------------
# Login . Register
--------------------------------------------------------------*/
.login-card,.register-card {
    margin-top: auto;
    margin-bottom: auto;
    width: 481px;
    max-width: 90%;
    background-color: #fff;
    z-index: 1;
    padding: 42px 65px;
    box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
    -webkit-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
    -moz-box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.register-card {
    width: 1160px;
    max-width: 100%;
}
.login-card a#signup{
    color: #575757;
    text-decoration: underline;
}
.vh-100 {
  height: 100vh!important;
}
.gray-bg {
  background: #f1f1f1;
}
.login-card .btn {
    width: 100%;
    line-height: 42px;
    margin-bottom: 15px;
}
.login-card-header,.register-card-header {
  margin-bottom: 35px;
}
.login-card-body .form-control,.register-card-body .form-control {
    background: #dcdcdc;
    border: none;
    padding: 10px 24px;
    margin-bottom: 17px;
}
.register-card .form-group {
    margin-bottom: 0;
}
.login-card p,.login-card a,.register-card p,.register-card a{
    font-size: 15px;
    color: #838383;
    margin: 0 0 4px;
}
.file-placeholder {
    width: 100%;
    background: #dcdcdc;
    padding: 16px 24px;
    margin-bottom: 17px;
    cursor: pointer;
}
.form-group.col .btn {
    width: 100%;
    outline: none!important;
    box-shadow: none!important;
}
input#activate {
    height: 56px;
}
.form-group .bootstrap-select>.dropdown-toggle {
    padding: 0 22px;
    background: #dcdcdc;
    outline: none!important;
    height: 57px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #6c757d;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    padding: 0;
    margin: 0;
    color: #212529;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li a {
    line-height: 40px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0F2A51;
}
span.input-group-append {
    background: #dcdcdc;
    padding: 0;
    height: 56px;
    width: 56px;
}
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 18px;
    left: 15px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: gainsboro;
    border-color: gainsboro;
    outline: none!important;
    box-shadow: none!important;
}
.gj-datepicker-bootstrap :active, .gj-datepicker-bootstrap :focus, .gj-timepicker-bootstrap :active, .gj-timepicker-bootstrap :focus {
    outline: none;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
    margin-right: 15px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ebebeb!important;
    cursor: not-allowed;
}
.form-sep {
    display: block;
    width: 100%;
    height: 1px;
    background: #f7cdd8;
    margin: 35px 0 55px;
}
.register-card .register-button {
    margin-top: 17px;
}
i.gj-icon,.dropdown-toggle::after {
    color: #0053a5;
}
.disabled .gj-datepicker [role=right-icon] {
  background-color: #ebebeb!important;
  border-color: #ebebeb!important;
  z-index: -1;
}
button.btn.btn-outline-secondary.border-left-0 {
    border: none;
}
input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #6c757d;
}
input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6c757d;
}
input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6c757d;
}
input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #6c757d;
}
/*--------------------------------------------------------------
# News Single
--------------------------------------------------------------*/
#news {
  background: #ededed;
  position: relative;
}
#news::before {
  background: url(../img/dots-news.png);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 253px;
}
#news::after {
  background: url(../img/dots-news.png);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
  height: 190px;
}
.news-left,.video-left {
    border-right: 1px solid #e8bac6;
}
.single-post {
    max-width: 990px;
}
.post-meta {
    margin-top: 45px;
}
.post-entry {
    margin-top: 18px;
}
.post-meta div {
    display: inline;
    color: #444;
}
.post-author span {
  color: #d8043d;
}
.title h1 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 1.7px;
    margin-bottom: 25px;
}
/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.widget-title h2 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    line-height: 23px;
    padding: 0 0 28px;
    letter-spacing: 1px;
}
.widget-title h2::after {
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 72px;
    height: 5px;
    background: #d8043d;
    content: '';
}
.news-thumbnail {
    flex: 0 0 217px;
    margin-top: 8px;
}
.news-thumbnail img {
  min-height: 140px;
}
.latest-news-entry {
  margin-left: 25px;
}
.sidebar {
    float: right;
    max-width: 450px;
}
.sidebar h3 a {
    color: #272727;
    font-size: 18px;
    line-height: 28px;
}
.latest-news-meta {
    float: left;
    width: 100%;
}
.latest-news-meta p {
    float: left;
    font-size: 16px;
    color: #444;
    margin-bottom: 22px;
}
p.latest-news-date {
  float: right;
}
.latest-news-item {
    display: flex;
    padding: 22px 0 0;
}
.latest-news-item+.latest-news-item {
    border-top: 1px solid #e9c1cc;
}

h3.latest-news-title {
    line-height: 0;
    margin-bottom: 9px;
}
.widget .play-btn {
    width: 49px;
    height: 49px;
    top: 28%;
    left: 40%;
}
.widget .play-btn:before {
    width: 65px;
    height: 65px;
}
.widget .play-btn:hover::after {
    -webkit-transform: scale(7);
    transform: scale(7);
}
.widget .play-btn::before {
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.widget .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    z-index: 999;
}
.sidebar .latest-video-entry h3 a {
    font-size: 28px;
    font-weight: 300;
    word-spacing: -2px;
}
.latest-video-item+.latest-video-item {
    border-top: 1px solid #e9c1cc;
}
.latest-video-entry {
    margin-left: 25px;
}
.sidebar .latest-video-entry h3 {
    margin: 0 0 15px;
}
.latest-video-entry .details p {
    padding-top: 0;
    letter-spacing: -1px;
    font-weight: 500;
}
.latest-video-item {
  display: flex;
  padding: 22px 0;
  flex-direction: row;
}
/*--------------------------------------------------------------
# Training
--------------------------------------------------------------*/
#training {
  position: relative;
}
#training::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 418px;
  height: 50%;
  content: '';
  background: url(../img/red-dot.png);
}
#training::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 465px;
  height: 480px;
  content: '';
  background: url(../img/dots-news.png);
}
.training-item {
    margin-bottom: 40px;
}
.training-item .card-body {
    padding: 35px 50px 40px;
}
h2.training-title {
    margin-bottom: 7px;
}
.training-item .card {
    height: 100%;
}
.card h2 a {
    color: #080808;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    word-spacing: -4px;
}
.card h2 a:hover {
    color: #d8043d;
}
.trainer-name {
    font-size: 21px;
    color: #323232;
    line-height: 36px;
    letter-spacing: 2px;
    padding-left: 4px;
}
.training-meta {
    margin-top: 20px;
}
.training-meta,.seat-info {
    display: flex;
}
.training-meta div {
  display: inline-flex;
}
.training-meta div+div {
    margin-left: 36px;
}
.training-meta i {
    margin-right: 20px;
    line-height: 36px;
    color: #d8043d;
    font-size: 24px;
}
.training-meta p {
    font-size: 18px;
    line-height: 36px;
    padding-top: 3px;
    margin-bottom: 27px;
}
.seat-info p {
    font-size: 16px;
    color: #070707;
    font-weight: 100;
    word-spacing: -1px;
    margin: 0 0 20px;
}
.seat-info p span {
    font-size: 24px;
    color: #269ff2;
    font-weight: 900;
    letter-spacing: -1px;
}
.available-seats {
    margin-left: 30px;
}
.training-buttons a {
  text-transform: uppercase;
  width: auto;
  min-width: 220px;
  padding: 5px 24px;
}
a.training-request-certificate {
  margin-left: 20px;
}

/*Pagination*/
#pagination {
    margin-top: 44px;
}
.pagination li a {
    color: #0b0b0b;
    font-size: 18px;
}
.pagination li.active {
    color: #d8043d;
}
.pagination li.active a {
    color: #fff;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #d8043d;
    border: none;
}
.page-link {
    position: relative;
    display: block;
    padding: 0 13px;;
    margin-left: 0;
    line-height: 40px;
    color: #0b0b0b;
    background-color: #fff;
    border: none;
}
li.append {
    padding: 0 13px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
/*--------------------------------------------------------------
# Video Single 
--------------------------------------------------------------*/
#video {
    position: relative;
}
#video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 285px;
    height: 250px;
    background: url(../img/dots-news.png);
}
#video::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 230px;
    height: 100px;
    background: url(../img/dots-news.png);
}
/*#video .single-post {
    max-width: 1030px;
}*/
#video iframe {
    max-width: 100%;
}
#video .video {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 30px;*/
    flex: 0 0 217px;
}
.video-frame h3 {
    font-size: 54px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.2px;
    color: #1b1b1b;
    margin: 30px 0 0;
}
.video-frame .details p {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    margin: 13px 0 0;
    letter-spacing: -3px;
    word-spacing: -4px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1680px) {
  #supporters {
      background-size: contain;
  }
  .faq-content {
      padding-left: 5%;
  }
  #footer .footer-top .footer-links ul li {
    width: 47%;
    margin-right: 3%;
  }
  #latest-news {
    background-size: contain;
  }
  #schedule {
    background-size: contain;
  } 
  #about h3 {
    font-size: 60px;
    letter-spacing: 2px;
  }
  .card h2 a {
    font-size: 26px;
    line-height: 32px;
  }
  .training-meta div+div {
    margin-left: 18px;
  }
  .training-meta i {
    margin-right: 15px;
  }
}
@media (max-width: 1600px) {
  #about {
    background-size: 100% 100%;
    padding: 75px 0;
  }
  .about-content {
    padding-left: 0;
  }
  #about h3 {
    font-size: 52px;
    letter-spacing: 1px;
  }
  .event-item .card-body {
    padding: 60px 2.5em;
  }
  .card-left {
    width: 60%;
  }
  .card-right {
    width: 200px;
    height: 200px;
    margin-left: 0;
  }
  .faq-content {
    padding-left: 10%;
  }
  #faq h2 {
    font-size: 60px;
    letter-spacing: 1px;
  }
  #footer .footer-top h4 {
    font-size: 38px;
  }
  #footer .footer-top .footer-links ul li {
    width: 49%;
    margin-right: 1%;
  }
  .footer-top p, .footer-top a {
    font-size: 20px;
  }
  .news-thumbnail {
    flex: 0 0 180px;
  }
  .sidebar h3 a {
    font-size: 17px;
    line-height: 26px;
  }
  .training-item .card-body {
    padding: 35px 40px 40px;
  }
  .card h2 a {
    font-size: 24px;
  }
  .training-meta i {
    margin-right: 10px;
  }
  .training-meta p {
    font-size: 16px;
  }
  #video .video {
    flex: 0 0 166px;
  }
}
@media (max-width: 1440px) {
  .latest-news-entry {
      margin-left: 20px;
  }
  .footer-top p, .footer-top a {
    letter-spacing: -1px;
  }
  .sidebar h3 a {
    font-size: 16px;
  }
  .sidebar .latest-video-entry h3 a {
    font-size: 26px;
  }
  .latest-video-entry .details p {
    font-size: 18px;
  }
  .news-thumbnail {
      flex: 0 0 175px;
  }
  .latest-news-meta p {
    font-size: 14px;
  }
  #about {
    background-size: 100% 100%;
  }
  .news-thumbnail {
    margin-top: 5px;
  }
  .about-content {
    margin-left: 55%;
  }
  #footer .footer-top .footer-info p {
    max-width: 95%;
  }
  #about h3 {
      font-size: 48px;
  }
  #videos .video .details h3 {
    font-size: 24px;
  }
  .event-item h5 {
    font-size: 28px;
  }
  .card-right {
    width: 190px;
    height: 190px;
    margin-left: 0;
    padding: 40px 0;
  }
  #upcoming-training h5 {
    font-size: 28px;
  }
  #footer .footer-top h4 {
    font-size: 36px;
  }  
  #intro .social {
      bottom: 30px;
  }
  .faq-content {
    padding-left: 13%;
  }
  .card h2 a {
    letter-spacing: 0;
    word-spacing: -2px;
  }
  .training-meta p {
    letter-spacing: 0.5px;
  }
  a.training-request-certificate {
    margin-left: 12px;
  }
  .training-buttons a {
    padding: 5px 15px;
  }
  .video-frame h3 {
    font-size: 50px;
  }
  .video-frame .details p {
    font-size: 40px;
  }
}
@media (max-width: 1365px) {
  .training-meta i {
    margin-right: 8px;
  }
  a.training-request-certificate {
    margin-left: 10px;
  }

}
@media (max-width: 1360px) {  
  .news-thumbnail {
    flex: 0 0 170px;
  }
  .news-thumbnail img {
    min-height: 130px;
  }
  #about h3 {
      font-size: 46px;
      margin-bottom: 10px;
  }
  .section-header h2 {
    font-size: 60px;
    line-height: 80px;
  }
  #latest-updates .card .card-title {
    font-size: 28px;
  }
  p {
    font-size: 19px;
  }
  #videos .video .details p {
    font-size: 26px;
  }
  #latest-news h3 a {
    font-size: 21px;
    line-height: 36px;
  }
  .event-item h5 {
    font-size: 26px;
  }
  .card-right {
    width: 180px;
    height: 180px;
  }
  #upcoming-training h5 {
    font-size: 24px;
  }
  #upcoming-training .card p {
    font-size: 18px;
    line-height: 32px;
  }
  #faq h2 {
    font-size: 56px;
    letter-spacing: 1px;
  }
  .footer-top p, .footer-top a {
    font-size: 19px;
  }
  .training-item .card-body {
    padding: 35px 35px 40px;
  }
  .card h2 a {
    font-size: 21px;
  }
  .training-meta p {
    font-size: 15px;
  }
  .training-buttons a {
    font-size: 15px;
  }
  .training-meta p {
    margin-bottom: 15px;
  }
  #video .video {
    flex: 0 0 150px;
  }
  .sidebar .latest-video-entry h3 a {
    font-size: 24px;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .container {
      max-width: 90%;
  }
}
@media (max-width: 1280px) {
  .latest-news-entry {
    margin-left: 15px;
  }
  .news-thumbnail {
    flex: 0 0 150px;
  }
  #intro h1 {
      font-size: 60px;
      line-height: 80px;
  }
  .about-content {
    padding-left: 0;
  }
  #about h3 {
    font-size: 40px;
  }
  .section-header h2 {
    font-size: 50px;
    line-height: 70px;
  }
  section {
    padding: 100px 0;
  }
  #supporters {
    padding: 100px 0 200px;
  }
  #latest-updates .card .card-title {
    font-size: 24px;
  }
  .card-body {
    padding: 50px 1.25rem;
  }
  p {
    font-size: 17px;
    line-height: 32px;
  }
  #videos .video .details h3 {
    font-size: 21px;
  }
  #videos .video .details p {
    font-size: 21px;
  }
  #latest-news h3 {
    padding: 30px;
  }
  .event-item .card-body {
    padding: 40px 1em;
  }
  .card-time {
    letter-spacing: 2px;
  }
  .event-item h5 {
    font-size: 21px;
    line-height: 36px;
  }
  .card-left {
    width: 58%;
  }
  .card-right {
    width: 150px;
    height: 150px;
  }
  .card-day {
    font-size: 40px;
    line-height: 50px;
  }
  .card-month {
    font-size: 16px;
    line-height: 21px;
  }
  #upcoming-training .card-body {
    padding: 0;
  }
  #faq h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #footer .footer-top .footer-links ul li {
    width: 100%;
    margin-right: 0;
  }
  .icon {
    padding-left: 30px;
  }
  .page-title h1 {
    font-size: 80px;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
  .training-meta p {
    font-size: 14px;
  }
  .training-meta div+div {
    margin-left: 10px;
  }
  .training-buttons a {
    padding: 0 12px;
    min-width: 0;
  }
  #video .video {
    flex: 0 0 100px;
  }
  .widget .play-btn {
    top: 11%;
    left: 27%;
  }
  .sidebar .latest-video-entry h3 a {
    font-size: 21px;
  }
  #video iframe {
    max-height: 500px;
  }
  .video-frame h3 {
    font-size: 40px;
  }
  .video-frame .details p {
    font-size: 36px;
    word-spacing: 0;
  }
}
@media (max-width: 1024px) {  
  .news-thumbnail img {
    min-height: 0;
  }
  .sidebar h3 a {
    font-size: 15px;
    line-height: 24px;
  }
  #about h3 {
      font-size: 38px;
  }
  .event-item h5 {
    font-size: 20px;
  }
  #upcoming-training h5 {
    font-size: 21px;
  }
  #footer .footer-top h4 {
    font-size: 32px;
  }
  .footer-contact {
    padding-left: 15px;
  }
  .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .latest-news-entry {
    margin-left: 12px;
  }
  .latest-news-meta p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .news-thumbnail {
    flex: 0 0 75px;
  }
  .training-meta i {
    margin-right: 8px;
    width: 100%;
    text-align: center;
  }
  .training-meta div {
    display: block;
  }
}
.d-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .training-meta {
      display: block;
  }
  .training-meta i {
    margin-right: 15px;
    width: auto;
  }
  .training-meta div {
    display: inline-flex;
    width: 100%;
  }
  .training-meta div+div {
    margin-left: 0;
  }
  .training-buttons a {
    width: 100%;
  }
  a.training-request-certificate {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #intro h1 {
      font-size: 50px;
      line-height: 70px;
  }
  .section-header {
    margin-bottom: 0;
  }
  .section-header h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .sponser-logo img {
    height: 150px;
  }
  .page-title h1 {
    font-size: 60px;
    letter-spacing: 3px;
  }
  .title h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .register-card {
    margin-top: 100px;
    margin-bottom: 100px;
    height: max-content;
  }
  .register .d-mobile {
    display: block;
    text-align: center;
    background: url(../img/red-dot.png);
    padding: 20px 0;
  }
  .register .d-mobile .copyright,.register .d-mobile a{
     color: #fff;
  }
  .register .vh-100 {
    height: 100%!important;
  }
  .file-placeholder {
    padding: 14px 24px;
  }
  input#activate {
    height: 52px;
  }
  span.input-group-append {
    height: 52px;
    width: 52px;
  }
  .bootstrap-select>.dropdown-toggle:after {
    margin-right: 0;
  }
  .register #footer-minimal {
    display: none;
  }
  .login-card, .register-card {
    padding: 40px 50px;
  }
  .form-group .bootstrap-select>.dropdown-toggle {
    height: 53px;
  }
  .training-item .card-body {
    padding: 35px 50px 40px;
  }
  h2.training-title {
      margin-bottom: 7px;
  }
  .card h2 a {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 1px;
      word-spacing: -4px;
  }
  .trainer-name {
      font-size: 21px;
      line-height: 36px;
      letter-spacing: 2px;
      padding-left: 4px;
  }
  .training-meta {
      margin-top: 20px;
  }
  .training-meta,.seat-info {
      display: flex;
  }
  .training-meta div {
    display: inline-flex;
  }
  .training-meta div+div {
      margin-left: 18px;
  }
  .training-meta i {
      margin-right: 10px;
      font-size: 20px;
  }
  .training-meta p {
      font-size: 18px;
      line-height: 36px;
      padding-top: 3px;
      margin-bottom: 27px;
  }
  .training-buttons a {
    width: auto;
    min-width: 220px;
    padding: 5px 24px;
  }
  a.training-request-certificate {
    margin-left: 20px;
    margin-top: 0;
  }
  .training-meta p {
    font-size: 15px;
    padding-top: 2px;
    margin-bottom: 20px;
  }
  #video .video {
    flex: 0 0 75px;
  }
  .latest-video-entry {
    margin-left: 15px;
  }
  .sidebar .latest-video-entry h3 a {
    font-size: 18px;
  }
  .sidebar .latest-video-entry h3 {
    line-height: normal;
  }
  .sidebar .latest-video-entry h3 {
    line-height: 0;
  }
  .widget .play-btn {
    width: 30px;
    height: 30px;
  }
  .play-btn::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #fff;
  }
  .widget .play-btn:hover::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #fff;
  }
  #video iframe {
    max-height: 300px;
  }
  .video-frame h3 {
    font-size: 32px;
    margin-top: 20px;
  }
  .video-frame .details p {
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media (max-width: 812px) and (orientation : landscape)  {
  #footer-minimal {
    display: none;
  }
  .d-mobile {
    display: block;
    text-align: center;
    background: url(../img/red-dot.png);
    padding: 20px 0;
  }
  .d-mobile .copyright,.d-mobile a{
    color: #fff;
  }
  .vh-100 {
    height: 100%!important;
  }
  .login-card {
      margin-top: 50px;
      margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }

}
@media (max-width: 767px) {
  #about {
    background-image : url('../img/about-mobile.jpg');
  }
  #faq {
    background-image : url('../img/faq-mobile.jpg');
  }
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
  #intro h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #about {
    background-size: cover;
  }
  .about-content {
    margin-left: 0;
  }
  .section-header h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .video-carousel .owl-nav {
    top: -130px;
  }
  .owl-prev, .owl-next {
    margin: 0;  
  }  
  .footer-top p, .footer-top a {
    letter-spacing: 0;
  }
  .section-header h2 {
    font-size: 24px;
    line-height: 36px;
  }
  #latest-updates .card,#videos .video .details,.news h3,#upcoming-training h5 {
    height: auto!important;
  }
  #latest-updates .read-more-button {
    position: unset;
  }
  #faq #faq-list i {
    right: -40px;
    top: 40px;
  }
  #intro {
    min-height: 500px;
  }
  .page-title h1 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
  #page-banner .social {
      bottom: 140px;
      right: 0;
      left: auto;
  }
  .form-control {
    line-height: 32px;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .latest-news-item {
    padding: 20px 0 0;
    flex-direction: column;
  }
  .latest-news-entry {
    margin-left: 0;
    margin-top: 10px;
  }
  .widget-title h2 {
    font-size: 21px;
    padding: 0 0 15px;
    margin-bottom: 5px;
  }
  .latest-news-meta p {
    margin-bottom: 10px;
    line-height: 16px;
  }
  p.latest-news-date {
    float: left;
  }
  .training-meta {
      display: block;
  }
  .training-meta i {
    margin-right: 15px;
  }
  .training-meta div {
    display: inline-flex;
    width: 100%;
  }
  .training-meta div+div {
    margin-left: 0;
  }
  .training-buttons a {
    width: 100%;
  }
  a.training-request-certificate {
    margin-left: 0;
    margin-top: 20px;
  }
  .card h2 a {
    font-size: 26px;
    line-height: 32px;
  }
  .latest-video-item {
    padding: 20px 0 0;
    flex-direction: column;
  }
  .latest-video-entry {
    margin-left: 0;
  }
  .sidebar .latest-video-entry h3 {
    margin: 0;
  }
  .widget .play-btn {
    top: 31%;
    left: 40%;
  }
  .sidebar .latest-video-entry h3 {
    margin: 10px 0 0;
  }
  .latest-video-entry .details p {
    margin-bottom: 15px;
  }
  .video-frame h3 {
    font-size: 24px;
  }
  .video-frame .details p {
    font-size: 21px;
    letter-spacing: 0;
    margin-top: 5px;
  }
  #video .video {
    flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  .dropdown.bootstrap-select {
    margin-bottom: 17px;
  }
  .sidebar {
    float: left;
  }
  p.latest-news-date {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .news-left {
    border-right: none;
  }
  .videos-left {
    border-right: none;
  }
  .latest-news-item {
    flex-direction: row;
  }
  .latest-news-entry {
    margin-left: 15px;
    margin-top: 0;
  }
  .title h1 {
    font-size: 24px;
  }
  #intro h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .btn {
    width: 125px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 16px;
  }
  #about .btn {
    width: 175px;
  }
  .news-carousel .owl-nav {
    top: -140px;
    right: 0;
  }
  .card-left {
    width: 100%;
  }
  #faq h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0;
  }
  .event-item .card-body {
    padding: 0;
    text-align: center;
    float: left;
  }
  .card-right {
    width: 150px;
    height: 150px;
    margin: 15px auto;
    display: inline-block;
    float: none;
  }
  .event-item h5,.event-item p {
    text-align: center!important;
    margin-bottom: 10px;
  }
  .mr-4, .mx-4 {
    margin-right: 10px!important;
  }
  .header-banner .social {
    bottom: 30px;
  }
  .page-title h1 {
      font-size: 36px;
      letter-spacing: 1px;
  }
  .login-card {
    padding: 50px 30px;
  }  
  .d-mobile {
    display: block;
    text-align: center;
    background: url(../img/red-dot.png);
    padding: 20px 30px;
  }
  .d-mobile .copyright,.d-mobile a{
    color: #fff;
  }
  .vh-100 {
    height: 100%!important;
  }
  #footer-minimal {
    display: none;
  }
  .login-card {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .training-item .card-body {
    padding: 50px 30px;
  }
  .card h2 a {
    font-size: 21px;
    line-height: normal;
  }
  .trainer-name {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    padding-left: 0;
  }
  .seat-info {
    display: block;
  }
  .available-seats {
    margin-left: 0;
  }
  .training-buttons {
    display: block;
    width: 100%;
    float: left;
  }
  .training-buttons a {
    width: 100%;
    font-size: 13px;
    padding: 10px;
  }
  li.append {
    padding: 0 5px;
  }
  .video-frame {
    margin: 0 0 50px;
  }
  .latest-video-item {
    display: flex;
    padding: 22px 0;
    flex-direction: row;
  }
  #video .video {
    flex: 0 0 100px;
  }
  .sidebar .latest-video-entry h3 a {
    font-size: 21px;
    font-weight: 300;
    word-spacing: -2px;
  }
  .latest-video-item+.latest-video-item {
      border-top: 1px solid #e9c1cc;
  }
  .latest-video-entry {
      margin-left: 25px;
  }
  .sidebar .latest-video-entry h3 {
    margin: 0 0 5px;
  }
  .latest-video-entry .details p {
    padding-top: 5px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: normal;
  }
  .widget .play-btn {
    top: 25%;
    left: 40%;
  }
}
@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
  .file-placeholder {
    font-size: 14px;
    height: 52px;
  }
}
@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
  a#forgot-password {
      width: 100%;
      margin-top: 20px;
  }

}
@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
  .page-title h1 {
      font-size: 32px;
  }
}
