 
 
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
 

img {
  max-width: 100%;
}

 
/*btn btn-primary*/
.btn {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  border: none;
  padding: 15px 30px;
  border-radius: 0;
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
  background: #0d1028;
  position: relative;
  z-index: 1;
}
.btn-primary::before, .btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  width: 51%;
  background: #FF2D55;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}
.btn-primary::before {
  left: 0;
}
.btn-primary::after {
  right: 0;
}
.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {
  width: 0;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #0d1028;
  color: #ffffff;
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: #0d1028;
  color: #ffffff;
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 1;
  background: #0d1028;
}

.btn-secondary {
  color: #ffffff;
  background: #0d1028;
  position: relative;
  z-index: 1;
}
.btn-secondary::before, .btn-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  width: 51%;
  background: #00acee;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}
.btn-secondary::before {
  left: 0;
}
.btn-secondary::after {
  right: 0;
}
.btn-secondary:hover::before, .btn-secondary:hover::after, .btn-secondary:focus::before, .btn-secondary:focus::after {
  width: 0;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #0d1028;
  color: #ffffff;
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #0d1028;
  color: #ffffff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 1;
  background: #0d1028;
}
 
/*owl-carousel-btn*/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -40px;
  line-height: 0.01;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 0px;
  background: transparent;
  border: 1px solid #dfdfdf;
  display: block;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}
.owl-theme .owl-dots .owl-dot:hover, .owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  box-shadow: unset !important;
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
  background: #00acee;
  border-color: #00acee;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #FF2D55;
  border-color: #FF2D55;
}
 
/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  height: 760px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner::before {
 /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0.77;*/
}
/* .owl-carousel .owl-item img { width: auto; max-width: none;  height: auto;} */
.slideshow-banner::before {
  z-index: 1;
}
.slideshow-banner .main-banner-content::before {
  display: none;
}
.slideshow-banner .slideshow {
  z-index: -1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slideshow-banner .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  backface-visibility: hidden;
  animation: imageAnimation 24s linear infinite 0s;
}
.slideshow-banner .slideshow li:nth-child(1) span {
  background-image: url(../../assets/img/slideshow-bg1.jpg);
}
.slideshow-banner .slideshow li:nth-child(2) span {
  background-image: url(../../assets/img/slideshow-bg2.jpg);
  animation-delay: 6s;
}
.slideshow-banner .slideshow li:nth-child(3) span {
  background-image: url(../../assets/img/slideshow-bg3.jpg);
  animation-delay: 12s;
}
.slideshow-banner .slideshow li:nth-child(4) span {
  background-image: url(../../assets/img/slideshow-bg4.jpg);
  animation-delay: 18s;
}
.slideshow-banner .event-countdown {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: left;
}
.slideshow-banner .event-countdown #days {
  margin-left: 0;
}

.video-banner {
  overflow: hidden;
}
.video-banner .video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

.item-bg1 {
  background-image: url(../../assets/img/main-bg1.jpg);
}

.item-bg2 {
  background-image: url(../../assets/img/main-bg2.jpg);
}

.item-bg3 {
  background-image: url(../../assets/img/main-bg3.jpg);
}

.item-bg4 {
  background-image: url(../../assets/img/main-bg4.jpg);
}

.item-bg5 {
  background-image: url(../../assets/img/main-bg5.jpg);
}

.main-banner-content {
  max-width: 850px;
  position: relative;
  z-index: 1;
}
.main-banner-content::before {
  content: "";
  position: absolute;
  top: -75px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  height: 500px;
  left: 18%;
  margin-left: -190px;
  z-index: -1;
  border: 18px solid rgba(104, 89, 222, 0.24);
  box-sizing: border-box;
  box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.3);
}
.main-banner-content h1 {
  color: #ffffff;
  margin: 0;
  font-weight: 900;
  font-size: 65px;
}
.main-banner-content h1 span {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #FF2D55 80%);
  background-size: 100px 1.2em !important;
}
.main-banner-content h1 strong:nth-of-type(1) {
  color: #efa506;
}
.main-banner-content h1 strong:nth-of-type(2) {
  color: #FF2D55;
}
.main-banner-content h1 strong:nth-of-type(3) {
  color: #ffffff;
  animation: colorchange 20s;
}
.main-banner-content h1 strong:nth-of-type(4) {
  color: #00acee;
}
.main-banner-content ul {
  padding: 0;
  margin: 15px 0 35px;
  font-family: "Oswald", sans-serif;
  list-style-type: none;
}
.main-banner-content ul li {
  color: #dddddd;
  margin-right: 12px;
  font-size: 17px;
  display: inline-block;
}
.main-banner-content ul li i {
  margin-right: 3px;
  color: #FF2D55;
}
.main-banner-content ul li:last-child {
  margin-right: 0;
}
.main-banner-content p {
  color: #efa506;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.main-banner-content p span {
  color: #00acee;
}
.main-banner-content .button-box a {
  display: inline-block;
}
.main-banner-content .button-box .video-btn {
  margin-left: 20px;
  color: #dddddd;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.main-banner-content .button-box .video-btn i {
  width: 50px;
  display: inline-block;
  height: 50px;
  line-height: 51px;
  text-align: center;
  background-color: #00acee;
  border-radius: 50%;
  font-size: 17px;
  margin-right: 8px;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}
.main-banner-content .button-box .video-btn i::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  animation: ripple 1.6s ease-out infinite;
  animation-delay: 3s;
  opacity: 0;
  border-radius: 50%;
  background: rgba(51, 102, 204, 0.5);
}
.main-banner-content .button-box .video-btn:hover, .main-banner-content .button-box .video-btn:focus {
  color: #00acee;
}
.main-banner-content .button-box .video-btn:hover i, .main-banner-content .button-box .video-btn:focus i {
  background-color: #FF2D55;
  color: #ffffff;
}
.main-banner-content.banner-content-center {
  margin: 50px auto 0;
  text-align: center;
}
 
 
 
.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: 0.01;
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 63px;
  background-color: #00acee;
  border-radius: 0;
  color: #ffffff;
  transition: 0.5s;
  opacity: 0.7;
  margin-top: -50px;
  font-size: 28px;
}
.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #FF2D55;
  color: #ffffff;
  opacity: 1;
  outline: 0;
  box-shadow: unset;
}

.banner-form {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 25px;
  position: relative;
}
.banner-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: 0.62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}
.banner-form form .form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
  border-radius: 2px;
}
.banner-form form label {
  color: #707070;
  margin-bottom: 8px;
  font-size: 15px;
}
.banner-form form select.form-control {
  height: 50px;
  cursor: pointer;
}
.banner-form form .btn {
  margin-top: 10px;
}

.banner-with-speaker {
  overflow: hidden;
}
.banner-with-speaker .main-banner-content {
  max-width: 630px;
}
.banner-with-speaker .container {
  position: relative;
}

.banner-image {
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
}
.banner-image img { opacity: 0.7;}
.owl-dot {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 15px;
  position: relative;
  z-index: 1;
}

.owl-dot.active::before {
  border: 1px solid #c31f45;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 9;
}