/**
* Template Name: Butterfly - v4.6.0
* Template URL: https://bootstrapmade.com/butterfly-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  padding-top:74px !important;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a#textCN{
    font-size:16px;
}
.EN{
  font-weight:900;
  color: #fba214;
  font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
     font-family: Bebas Neue !important;
}

.eventTitle {
    padding-top:30px;
    font-size:60px;
    font-family: Bebas Neue;
    
}  

 
#text{
        font-family: Bebas Neue !important;
}
@media(max-width: 992px){
    
    body{
        padding-top:56px !important;
    }
}


@media(max-width:577px){
    
    div#homepageModal-content.modal-content{
    width:70% !important;
}
.modalContentDesc{
    font-size:13px;
}
}
/*--------------------------------------------------------------
# Slide Section
--------------------------------------------------------------*/
body{
	margin:0;
	font-family: sans-serif;
	overflow-x: hidden;
}

*{
	box-sizing: border-box;
}

.home{
	height: 510px;
	overflow:hidden;
	position: relative;

	
}

.home .slide{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 800px;
	background-size: cover;
	background-position: center;
	z-index:1; 
	display:none;
	animation: slide 2s ease;
	background-color:white;
}
.home .slide.active{
	display: flex;
}




.home .indicator{
	position: absolute;
	left:50%;
	bottom:30px;
	z-index: 2;
	transform: translateX(-50%);
}

.home .indicator div{
	display: inline-block;
	width:10px;
	height: 10px;
	color:	#D3D3D3;
	background-color: 	#D3D3D3;
	border-radius:50%;
	text-align: center;
	line-height: 25px;
	margin:0 3px;
	font-size:0;
}

.home .indicator div.active{
 background-color: #A9A9A9;
}


.home .controls .prev,
.home .controls .next{
 position: absolute;
 z-index:2;
 top:50%;
 height:40px;
 width: 40px;
 margin-top: -20px;
 color:#ffffff;

 text-align: center;
 line-height: 40px;
 font-size:20px;
 cursor:pointer;

}
.home .controls .prev:hover,
.home .controls .next:hover{
	color: #fba214;
}
.home .controls .prev{
 left:0;
}
.home .controls .next{
 right:0;
}

/*responsive*/

@media(min-width:1201px){
    .home .indicator{

	bottom:6px;

}
}
@media(max-width: 1200px){
     .home{
    	height: 530px;
    }

    .home .slide{
    	height: 550px;
    }

    .home .controls .prev,
    .home .controls .next{
     top:48%;
    }
}

@media(max-width: 768px){

     .home{
    	height: 330px;
    }

    .home .slide{
    	height: 400px;
    }

    .home .controls .prev,
    .home .controls .next{
     top:50%;
    }
        .home .indicator{

	bottom:6px;

}
}
@media(max-width: 500px){
    
  
    .home{
    	height: 230px;
    	padding-top:0px;
    	padding-bottom:10px;
    	margin-top: 8px;
    }

    .home .slide{
    	height: 250px;
    }

  
}
/*--------------------------------------------------------------
# Youtube video intro Section
--------------------------------------------------------------*/
section.introVideoSection {
    -webkit-text-align: center;
    -webkit-height: 600px; 
    text-align: center;
    height: 753px;
}
iframe.introVideo {
     -webkit-height: 486px;
     -webkit-width: 864px;
   height: 90%;
    width: 1044px;
    
}
@media(max-width:1120px){
    section.introVideoSection {
        -webkit-text-align: center;
        -webkit-height: 660px; 
        text-align: center;
        height: 660px;
    }
    iframe.introVideo {
         
          height: 89%;
    width: 886px;
        
    }
}
@media(max-width:980px){
    section.introVideoSection {
        -webkit-text-align: center;
        -webkit-height: 660px; 
        text-align: center;
        height: 570px;
    }
    iframe.introVideo {
         
    height: 401px;
    width: 712px;
        
    }
}

@media(max-width:788px){
    section.introVideoSection {
        -webkit-text-align: center;
        -webkit-height: 660px; 
        text-align: center;
        height: 510px;
    }
    iframe.introVideo {
         
      height: 325px;
    width: 577px;
        
    }
}

@media(max-width:628px){
    section.introVideoSection {
        -webkit-text-align: center;
        -webkit-height: 660px; 
        text-align: center;
        height: 390px;
    }
    iframe.introVideo {
         
   height: 267px;
    width: 472px;
        
    }
}

@media(max-width:516px){
    section.introVideoSection {
        -webkit-text-align: center;
        -webkit-height: 660px; 
        text-align: center;
        height: 300px;
    }
    iframe.introVideo {
height: 206px;
    width: 366px;
        
    }
}
@media(max-width:400px){
    section.introVideoSection {
        -webkit-text-align: center;
        -webkit-height: 660px; 
        text-align: center;
        height: 255px;
    }
    iframe.introVideo {
height: 163px;
    width: 288px;
        
    }
}
/*--------------------------------------------------------------
# Event Section
--------------------------------------------------------------*/

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}

/* Slideshow container */
.slideshow-container {
  position: relative;
 
}

/* Slides */
.mySlides {
    width:70%;
    height:370px;
    background: #e5e5e5;
    margin-left:15%;
    margin-right:15%;
    margin-bottom:5%;

}

div.eventCol{
    height: 410px !important;
    width: 80%;
    margin: auto;
    margin-bottom: 4%;
    background: lightgrey
}



img.eventSideNav{
    height:250px;
    width:310px;
}

div.descRatio{
    height:350px;
}
/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}



.eventSideNav{
  width: 260px;
  height:200px;
  float:left;
  margin-right: 28px;
}

.bgrnd {
  width: 100%;
  font-family:Fira Sans, san-serif;
  font-size:52px;   
  padding:15px 50px 0 50px;
      height:40%;
      margin-bottom:0px;
  
}
.bgrnd2 {
  width: 100%;
  padding:0 50px 20px 50px;
  word-wrap: break-word;
  font-family: Bebas Neue;
 font-size:33px; 
 margin:0;
 height:60%;
}



.divEventBtn{
    height:15%;
}



.eventBtn {
    color:#fff;
    background:#000000;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 25px;
    border:none;
    width:10%;
    height:45px;
    text-align:center;
     
}
.eventBtn:hover
{
    background-color:#fba214;
}

/*responsive*/

@media(max-width:1654px)
{
    .bgrnd {
      height: 35%;
  font-size:46px;   
  
  
}
.bgrnd2 {
  
 font-size:26px; 

}

div.eventCol{
    height: 400px !important;
}

.divEventBtn{
    height:15%;
}


}

@media(max-width:1450px)
{
    div.eventCol {
            height: 400px !important;
    }
    div.descRatio {
    height: 400px;
}
    .bgrnd {
  height:25%;
  font-size:45px;  
  margin-bottom:14px;
  
  
}
.bgrnd2 {
  
 font-size:29px; 

}



.divEventBtn{
    height:15%;
}


}
@media(min-width:1400px)
{
.imgRatio{
        width:34% !important;
        
    }
}
@media(max-width:1295px)
{
    div.eventCol {
            height: 400px !important;
    }
    div.descRatio {
    height: 400px;
}
    .bgrnd {
  
  font-size:38px;  
  margin-bottom:14px;
  
  
}
.bgrnd2 {
  
 font-size:26px; 

}



.divEventBtn{
    height:15%;
}


}
@media(max-width:1148px)
{
    div.eventCol {
            height: 400px !important;
            width:85%;
    }
    div.descRatio {
    height: 400px;
}
    .bgrnd {
  
  font-size:38px;  
  margin-bottom:14px;
  
  
}
.bgrnd2 {
  
 font-size:25px; 

}



.divEventBtn{
    height:15%;
    width: 110%;
}


}
@media(max-width: 872px){

  div.eventCol {
            height: 1300px !important;
            width:70%;
    }
.imgRatio{
width:100% !important;
height:55% !important;
}


    div.descRatio{
    width:90% !important;
    height:45%;
    }
    
    .bgrnd {
    font-size: 40px;
    margin-bottom: 9px;
    padding:20px;
    width:110%;
}
.bgrnd2 {
  
font-size: 30px;
    margin-bottom: 14px;
    padding: 20px;
    width: 110%;
}

}

@media(max-width: 697px){

  div.eventCol {
            height: 1300px !important;
            width:80%;
    }
.imgRatio{
width:100% !important;
height:48% !important;
}



.bgrnd2 {
  
font-size: 31px;
    margin-bottom: 14px;
    padding: 20px;
    width: 110%;
    height:70%;
}
.divEventBtn{
    
    height:5%;
}

}


@media(max-width: 566px){

  div.eventCol {
            height: 1150px !important;
            width:80%;
    }
.imgRatio{
width:100% !important;
height:40% !important;
}

.bgrnd{
    height:26%;
}

.bgrnd2 {
  
font-size: 29px;
    margin-bottom: 14px;
    padding: 20px;
    width: 110%;
    height:92%;
}
.divEventBtn{
    
    height:5%;
}

}

@media(max-width: 427px){

  div.eventCol {
            height: 1150px !important;
            width:80%;
    }
.imgRatio{
width:100% !important;
height:35% !important;
}

.bgrnd{
    height:31%;
    font-size: 35px;
}

.bgrnd2 {
  
font-size: 25px;
    margin-bottom: 14px;
    padding: 20px;
    width: 110%;
    height:100%;
}
.divEventBtn{
    
    height:5%;
}

}


@media(max-width: 329px){

  div.eventCol {
            height: 1150px !important;
            width:80%;
    }
.imgRatio{
width:100% !important;
height:35% !important;
}

.bgrnd{
    height:29%;
    font-size: 31px;
}

.bgrnd2 {
  
font-size: 23px;
    margin-bottom: 14px;
    padding: 20px;
    width: 110%;
    height:100%;
}
.divEventBtn{
    
    height:5%;
}

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fba214;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 40px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #fba214;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: black;
  transition: all 0.5s;
  padding: 0 0 0.4%;
  margin-left:0;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);

}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding:0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
span.headerTitle{
    vertical-align:-14px;
   font-weight:0;
   
    font-size: 17px;
        padding-left: 9px;
}
#header .logo a {
  color: #0f394c;
}
#header .logo img {
margin-top:18px;
 max-height:70px;
}

 .enCN, .enCN1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom:5px;
}
a.enCN1 {
    font-size: 16px !important;
}


@media (max-width: 1089px) {
    
    a#textCNphone {
        font-size:17px;
    }
        .EN{

  font-size:17px;

}
    
}

@media (max-width: 990px) {
    .enCN{
        display:inline !important;

    }
    a#textCNphone {
        font-size:12px;
    }
        .EN{

  font-size:12px;

}
   
}

@media (max-width: 991px) {
    #header .logo img {
        margin-top:10px;
        margin-bottom:5px;
        max-height:40px;
    }
}
@media (max-width: 600px) {
    #header{
        height:65px;
       
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: flex-end !important;
  margin-bottom: 5px;
}
.navbar li {
  position: relative;
}
li.CNli{
    margin-right:18px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: flex-end !important;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: white;
  white-space: nowrap;

  text-transform: uppercase;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
 
  margin-left: 5px;
}
.navbar a:hover, .navbar li:hover > a {
    color: #fba214;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  color:#fba214;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: black;
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
  
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #fba214;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

a#talkToUs{
    padding:10px 13px 10px 13px;
    color:black;
    margin-left:30px;
    background: #ffc35d;
    border-radius: 6px;
    width: 84px;
    justify-content: center;
   


}

a#talkToUs\ CNtalkToUs {
    padding: 10px 13px 10px 13px;
    color: black;
    margin-left: 30px;
    background: #ffc35d;
    border-radius: 6px;
    width: 84px;
    justify-content: center;
    margin-right: -20px;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

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

@media (max-width: 1088px) {
  .mobile-nav-toggle {
    display: block;
    padding-bottom:20%;
    padding-right:10px;
  }

  .navbar ul {
    display: none;
  }
  a#talkToUs{
    padding:10px 13px 10px 30px;
    color:black;
    margin-left:0px;
    background: white;
    border-radius: 6px;

}

a#talkToUs\ CNtalkToUs{
    padding: 10px 13px 10px 30px;
    color: black;
    margin-left: -14px;
    background: white;
    border-radius: 6px;
    font-size:16px
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 25, 33, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #ffffff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color:black;
}
.navbar-mobile .active  {
   color: #fba214;
}

.navbar-mobile a:hover, .navbar-mobile li:hover > a{
    color: #fba214;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 0;
  border:none;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #e5e5e5;;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fba214;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4fbfe;
}

.section-title {
  text-align: center;

}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0f394c;
}
.section-title p {
  margin-bottom: 30px;
}
/* Sections Header
--------------------------------*/
.section-header {
 
  position: relative;
  padding-bottom: 20px;
}

.section-header h2 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .section-header h2 {
  font-size: 37px;
  text-transform: uppercase;
  text-align: center;
  
  margin-bottom: 10px;
}
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  
}

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0f394c;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d0ecf9;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #49b5e7;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #49b5e7;
  border-color: #49b5e7;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color:#fba214;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media (min-width: 1200px) {
  .about .video-box {
    margin-left: 15px;
    margin-right: -15px;
  }
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(73, 181, 231, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #49b5e7;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

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

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
h1.ENaboutUs{
      font-family:'Bebas Neue' !important;
      
}

h1.CNaboutUs{
   
      font-family:Verdana, sans-serif !important;
}
div.aboutUscontainer{
    margin-left:auto;
    margin-right:auto;
    padding-bottom:50px;

}
.aboutUsBtn {
    color:#ffffff;
    background:#000000;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 25px;
    border:none;
    width:10%;
    height:45px;
    text-align:center;
     
}
.aboutUsBtn:hover
{
    background-color:#fba214;
}

#hero{
    padding:150px;
    padding-bottom:60px;
    padding-top:60px;
}
#hero h1
{
    text-align:center;
    font-size:60px;
   
   text-transform:uppercase;
   font-weight:400;
}
#hero h2
{
    text-align:center;
    font-size:30px;
    line-height:40px;
}

@media (max-width: 1200px) {
  #hero {
    height: 370px;
    text-align: center;
    padding:40px;
    
  }
  #hero h1 {
    font-size: 37px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 33px;
    width:90%;
    margin:auto;
  }
}
@media (max-width: 768px) {
      #hero h1 {
        font-size: 28px;
        line-height: 36px;
      }
      #hero h2 {
        font-size: 18px;
        line-height: 24px;
      }
     
}
@media(max-width: 500px){
   #hero {
    height: 440px;
    text-align: center;
    padding:40px;
    
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
 .section-header h2 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
   
}



}

@media(max-width: 368px){
   #hero {
    height: 440px;
    text-align: center;
    padding:40px;
    
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 23px;
    width:100%;
  }
 .section-header h2 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
   
}



}
/*--------------------------------------------------------------
# Class Section
--------------------------------------------------------------*/
.post-slider .post-wrapper {
    height: 465px;
}
#buy-tickets {
    padding: 20px;
    padding-top: 40px;
    background-color: #efefef;
    height: 710px;
}
   .ourClassesTitle{
     text-align: center;
      padding: 10px;
    padding-top: 22px;
   font-size: 37px;
    margin-bottom: 0;
    height:20%;
    font-weight: 500;
   
      font-family: Bebas Neue !important
   }  
   .ourClassesDesc{
     text-align: center;
      padding: 10px;
    padding-top: 20px;
    padding-bottom:10px;
   font-size: 28px;
    margin-bottom: 0;
    height:235px;
    width: 90%;
     text-align: center;
     margin: auto;
   }  
.post-slider {
  position: relative;
}

.post-slider .slider-title {
  text-align: center;
  margin: 30px auto;
}

.post-slider .next {
  position: absolute;
  top: 60%;
  right: 0%;
  font-size: 2em;
  color: #ffc35d;
  cursor: pointer;
}

.post-slider .prev {
  position: absolute;
  top: 60%;
  left: 0%;
  font-size: 2em;
  color: #ffc35d;
  cursor: pointer;
}
@media(min-width:600px){
    .post-slider .next {


  right: 4%;

}

.post-slider .prev {

  left: 4%;

}
  
}

.post-slider .post-wrapper {
  width: 80%;
  height: 380px;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}

/* each post */
.post-slider .post-wrapper .post {
 
  height: 360px;
  margin: 0px 10px;
  display: inline-block;
  background: white;
  border: none;
  
}
.post-slider .post-wrapper .post .card:hover {
    /* box-shadow: 0 10px 35px 0 rgb(6 12 34 / 20%); */
}



.post-slider .post-wrapper .post .post-info {
   padding: 0px 5px;
  height: 400px;
  background-color: white;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 25px 0 rgb(6 12 34 / 10%);
}


.post-slider .post-wrapper .post .slider-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
   

button.classBtn {
    color:#fff;
    background:#000000;
  
    padding-left:20px;
    padding-right:20px;
    border-radius: 25px;
    border:none;
    width:130px;
    height:40px;
    text-align:center;
     
}
button.classBtn:hover
{
    background-color:#fba214;
}
.classBtnCenter{
     text-align:center;
}


@media(max-width:1600px){
    .ourClassesDesc{
        font-size:25px;
        font-weight:normal;
    }
    .ourClassesTitle{
        font-size:32px;
        height:28%;
    }
    .post-slider .post-wrapper .post .post-info{
        height:375px;
    }
    .post-slider .post-wrapper .post {
 
  height: 390px;
  margin: 0px 10px;
  display: inline-block;
  background: white;
  border: none;
  
   }
}
@media(max-width:1450px){
    .ourClassesDesc{
        font-size:22px;
        font-weight:normal;
        height:223px;
    }
    .ourClassesTitle{
           font-size: 37px;
          
            display: flex;
            flex-direction: column;
            align-items: center;
                margin-top: -8px;
                text-align:center;
                line-height:1;
               
    }
     .post-slider .post-wrapper {
  
    height: 465px;
    }
    .post-slider .post-wrapper .post .post-info{
        height:450px;
    }
   
    .post-slider .post-wrapper .post {
 
  height: 390px;
  margin: 0px 10px;
  display: inline-block;
  background: white;
  border: none;
  
   }
   img.ourClassesLogo {
    width: 75px;
    height: 75px;
        margin-bottom: 10px;
}


.ourClassesTop {
    height: 37% !important;
}
}

@media(max-width:1200px){
     .ourClassesDesc{
        font-size:28px;
     
        height:231px;
    }
    .ourClassesTitle{
           font-size: 42px;
          
            display: flex;
            flex-direction: column;
            align-items: center;
                margin-top: -8px;
                text-align:center;
                line-height:1;
                margin-left:2%;
               
    }
    .ourClassesTop {
    height: 38% !important;
}
   .post-slider .post-wrapper {
  
    height: 460px;
    }
    .post-slider .post-wrapper .post .post-info{
        height:460px;
    }
}

@media(max-width:991px){
         .ourClassesDesc{
        font-size:35px;
        font-weight:normal;
        height:231px;
    }
    .ourClassesTitle{
           font-size: 63px;
          
            display: flex;
            flex-direction: column;
            align-items: center;
                margin-top: -8px;
                text-align:center;
                line-height:0.9;
               
    }
        .ourClassesTop {
    height: 34% !important;
}
}

@media(max-width:770px){
    #buy-tickets{
        height:780px;
    }
         .ourClassesDesc{
        font-size:31px;
        font-weight:normal;
        height:310px;
    }
    .ourClassesTitle{
           font-size: 47px;
          
            display: flex;
            flex-direction: column;
            align-items: center;
                margin-top: -8px;
                text-align:center;
                line-height:0.9;
               
    }
        .ourClassesTop {
    height: 34% !important;
}
 .post-slider .post-wrapper {
  
    height: 560px;
    }
    .post-slider .post-wrapper .post .post-info{
        height:560px;
    }
}
@media(max-width:460px){
    .ourClassesDesc{
        font-size:24px;
        font-weight:normal;
        height:265px;
    }
    .ourClassesTitle{
           font-size: 35px;
          
            display: flex;
            flex-direction: column;
            align-items: center;
                margin-top: -8px;
                text-align:center;
                line-height:1;
               
    }

 .post-slider .post-wrapper {
  
    height: 460px;
    }
    .post-slider .post-wrapper .post .post-info{
        height:460px;
    
    }
       img.ourClassesLogo {
        width: 50px;
        height: 50px;
    }


    .ourClassesTop {
        height: 30% !important;
    }
}

@media(max-width:376px){
    .ourClassesDesc{
        font-size:20px;
     
        height:230px;
    }
    .ourClassesTitle{
           font-size: 30px;
          
       
               
    }

 .post-slider .post-wrapper {
  
    height: 400px;
    }
    .post-slider .post-wrapper .post .post-info{
        height:400px;
    
    }


}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  background-color:#efefef;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery .btn-get-started {
  
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-color:#f6b024;
}
.gallery .btn-get-started:hover {
  background: #fba214;

  text-decoration: none;
}
.galleryBtn {
    color:#fff;
    background:#000000;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 25px;
    border:none;
    width:10%;
    height:45px;
    text-align:center;
     
}
.galleryBtn:hover
{
    background-color:#fba214;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background-color: #efefef;
}
.contact .info {
  width: 500px;
  background:#efefef;
  padding: 15px;
}
.contact .info i {
  font-size: 20px;
  color: #49b5e7;
  float: left;
  width: 44px;
  height: 44px;
  background: #ebf7fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  font-family: "Dosis", sans-serif !important;
  padding: 0 0 0 60px;
  font-size: 18px;
  
  margin-bottom: 5px;
  color: #0f394c;
}
.contact .info p {
 font-family: -webkit-body !important;
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 17px;
 
}
.contactUsLink{
    color:black;
}

.contactUsLink:hover{
    color:#fba214;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #49b5e7;
  color: #fff;
}

div.map{
    float:left;
}
iframe{
    width:100%;
    height:250px;
}
 .info p{
 width:250px;
 }

 .phone p{
 width:250px;
 }
  .address p{
 width:250px;
 
 }
div.row.mt-5{
    padding-left:30px;
   
}

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

.contactBtn {
    color:#fff;
    background:#000000;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 25px;
    border:none;
    width:10%;
    height:45px;
    text-align:center;
    margin-top:20px;
   
     
}

.contactBtn:hover
{
   background-color:#fba214;
}

@media(min-width:1200px)
{
    .iframe{
        width:600px;
        height:425px;
     
        margin:auto;
    }
    .contact .info{
        padding:12px;
        margin-left:20px;
    }
    .info p{
        width:310px;
    }
    .phone1{
        padding:11px;
    }
    .email1{ 
        padding:11px;
        
    }
    .address1{
         padding:11px;
    }
 
   
  div.divContactBtn{
  
      margin-left: 800px;
    width: 20%;
    margin-top:70px;
  }
    
    .contactBtn{
    margin-right:0px;
    }

}
@media(max-width:1200px) and (min-width:1000px)
{
    .iframe{
        width:500px;
        height:500px;
     
       
    }
    .contact .info{
        padding:12px;
        margin-left:10px;
    }
    .info p{
        width:310px;
    }
    .phone1{
        padding:11px;
    }
    .email1{ 
        padding:11px;
        
    }
    .address1{
         padding:11px;
    }
 
   
  div.divContactBtn{
  
      margin-left: 580px;
    width: 20%;
    margin-top:30px;
  }
    
    .contactBtn{
    margin-right:0px;
    }

}
@media(max-width:1000px) and (min-width:890px)
{
    .iframe{
        width:400px;
        height:400px;
     
       
    }
    .contact .info{
        padding:12px;
        margin-left:10px;
    }
    .info p{
        width:310px;
    }
    .phone1{
        padding:11px;
    }
    .email1{ 
        padding:11px;
        
    }
    .address1{
         padding:11px;
    }
 
   
  div.divContactBtn{
  
      margin-left: 580px;
    width: 20%;
    margin-top:30px;
  }
    
    .contactBtn{
    margin-right:0px;
    }
 
}
@media(max-width:890px) and (min-width:777px)
{
    .iframe{
        width:700px;
        height:350px;
     
       
    }
    .contact .info{
        padding:12px;
        margin-left:-60px;
    }
 
 
   
  div.divContactBtn{
      margin-top:30px;
      margin-left:280px;
  }
    
    .contactBtn{
    margin-right:0px;
    }

}

@media(max-width:777px)and (min-width:700px)
{
    .iframe{
       
        height:350px;
     
       
    }
div.divContactBtn{
      margin-top:50px;
   
  }
  div.row.mt-5 {
    padding-left: 0px;
}

}

@media(max-width:700px)
{
    .wholeContact{
       display: flex;
       flex-direction: column;
    }
    .iframe{
        width:400px;
        height:350px;
       
       
    }
div.map{
    margin:auto;
}
 
   
  div.divContactBtn{
      margin-top:50px;
      margin-left:0px;
      
  }
    
    .contactBtn{
    margin-right:0px;
    }

}

@media(max-width:500px)
{
    .wholeContact{
       display: flex;
       flex-direction: column;
    }
    .iframe{
        width:100%;
        height:350px;
       
       
    }
div.map{
    margin:auto;
}
 
   
  div.divContactBtn{
      margin-top:50px;
      margin-left:0px;
      
  }
    
    .contactBtn{
    margin-right:0px;
    }
   .contact .info{
        padding:12px;
        margin-left:-7%;
    }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f9fd;
  margin-top: 84px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #175977;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  
 
  color: black;
  font-size: 14px;
  background: black;
  bottom:0;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f0f9fd;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #0f394c;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #49b5e7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #1da2e0;
}
#footer .footer-top {
  padding-top: 35px;
  background: black;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-family: "Dosis", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::first-letter {
  font-size: 16px;
  font-weight: bold;
  color: #ffc107;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #49b5e7;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fba214;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #fba214;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  float: left;
  color: white;
}
#footer .credits {
  float: right;
  font-size: 13px;
  color: #0f394c;
}
@media (max-width: 575px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
  }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  background-color: white;
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 50px 50px 50px;
  margin: 50px ;
  min-height: 200px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  width:400px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height:110px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
  top:20px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  width:100%;

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}
.swiper-slide{
   width: 700px; 
   margin: auto; 
}
.testimonialsBtn {
    color:#fff;
    background:#000000;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 25px;
    border:none;
    width:10%;
    height:45px;
    text-align:center;
     
}

.testimonialsBtn:hover
{
   background-color:#fba214;
}

@media(min-width:1261px)
{
    .swiper-slide{
        width:50%;
    }
    .testimonials .testimonial-item {

  width:70%;
    }
}

@media(max-width:1261px)
{
 
  .swiper-slide{
        width:50%;
    }
}

@media(max-width:1200px)
{
    .swiper-slide{
        width:50%;
    }
    .testimonials .testimonial-item {

  width:65%;
    }
}


@media(max-width:1000px)
{
    .swiper-slide{
        width:100%;
    }
    .testimonials .testimonial-item {

  width:75%;
    }
}

@media(max-width:768px)
{
   
    .testimonials .testimonial-item {
    width: 70%;
    }
}

@media(max-width:736px)
{
   
    .testimonials .testimonial-item {
    width: 65%;
    }
}

@media(max-width:580px)
{
    
    .testimonials .testimonial-item {
    width: 60%;
    height:300px;
    }

}

@media(max-width:500px)
{
    
    .testimonials .testimonial-item .testimonial-img {
        width: 80px;
        height: 95px;
        border-radius: 10px;
        border: 6px solid #fff;
        position: absolute;
        left: 10px;
        top: -60px;
    }
    
     .testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 50px 30px;
        margin: 50px 20px 50px 1px;
        min-height: 200px;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 8%);
        position: relative;
        background: #fff;
        width: 80%;
    }
    
    .swiper-slide {
    width: 99%;
    }

}



/*========================================================*/

span.error{
    font-size: 13px;
    font-style: italic;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}