@import url('https://fonts.googleapis.com/css?family=Maven+Pro');

body {
	font-family: 'Maven Pro', sans-serif;
  height:100%;
  margin:0;
  padding:0;
}

#magic-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: #34CCFF;
}

@media (min-width: 992px) {
    

    .pagewide {
        height: 50px;
        color: white;
        font-size: 13px;
        background-color: #163751;
        position: relative;
        z-index: 1;
    }
}

.item1 {
  display: inline-block;
  padding:0px 50px;
}
.item2 {
  display: inline-block;
  padding-bottom: 15px;
}

.navbar-custom {
  z-index:10;
  border-radius:0;
  margin: 0 auto;
  background-color: transparent;
}

.my-container{
	  position:absolute;
	  width: 100%;
    z-index: 1;
    
    }

.my-carousel {
  position: static;
  z-index: -1;
  top: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* change the link color */
.navbar-custom .navbar-nav .nav-link {
   color: #ffffff;
}


.custom-toggler.navbar-toggler {
    border-color: #FFFFFF;
    background-color: #34CCFF;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

hr {
	display:block;
	position: absolute;
	z-index:3;
	width:5%;
	margin-top: -20px;
}

hr#thread4{
	border-top: 3px solid #34CCFF;
	-webkit-animation: thread2 2s ;
  	-moz-animation:    thread2 2s ;
  	-o-animation:      thread2 2s ;
  	animation:         thread2 2s ;	
  	animation-delay: 3s;
  	animation-fill-mode: backwards;
}

@-webkit-keyframes thread2 {
	  0%   { width: 0%; }
	  50% { width: 5%; }
	  100%{ width:5%;}
	}
	@-moz-keyframes thread2 {
	  0%   { width: 0%; }
	  50% { width: 5%; }
	  100%{ width:5%;}
	}
	@-o-keyframes thread2 {
	  0%   { width: 0%; }
	  50% { width: 5%; }
	  100%{ width:5%;}
	}
	@keyframes thread2 {
	  0%   { width: 0%; }
	  50% { width: 5%; }
	  100%{ width:5%;}
}


.carousel-caption-right {
    text-align: right;
    z-index: 2;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 500px;
    position: absolute;

}


.carousel-caption-left {
    text-align: left;
    z-index: 2;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 500px;
    position: absolute;

}

.hstyle {
	padding-right: 80px;
  	padding-left: 80px;
  }

.hstyle-right {
  padding-right: 140px;
    padding-left: 80px;
    margin-right: 0;
    text-align: right;
    float: right;
  }


.hfloat {
	z-index: 3;
	position: relative;
}

@media (min-width: 768px) {
  .carousel-caption {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .carousel-caption {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    width: 1170px;
  }
}

.kotak {
	display: inline-block;
	background: #163751;
	opacity: .6;
	width: 500px;
	height: 350px;
	position: absolute;
	z-index: 1;
	margin-top: -150px;
	margin-left: 30px;
}

.kotak-right {
  display: inline-block;
  background: #163751;
  opacity: .6;
  width: 500px;
  height: 350px;
  position: absolute;
  z-index: 1;
  margin-top: -150px;
  margin-left: 600px;
}


.child
{
    display: block;

    -webkit-animation: fadeInFromNone 1s ease-out;
    -moz-animation: fadeInFromNone 1s ease-out;
    -o-animation: fadeInFromNone 1s ease-out;
    animation: fadeInFromNone 1s ease-out;
    animation-delay: 4s;
    animation-fill-mode: backwards;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: .6;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: .6;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: .6;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: .6;
    }
}

.jumbotronHome {
  color: white;
  background-image: url(../img/home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}


@media screen and (max-width: 767px) {   
    #home-img{
      background-image: url(../img/320home.jpg);
    } 
}

@media screen and (min-width: 768px) {      
    #home-img{      
      background-image: url(../img/768home.jpg);
    } 
} 
@media (min-width: 960px) {      
      #home-img{        
          background-image: url(../img/960home.jpg);
      } 
}
@media (min-width: 1200px) {    
     #home-img{         
         background-image: url(../img/home.jpg);
     } 
}

.jumbotronServices {
  color: white;
  background-image: url(../img/service.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}


@media screen and (max-width: 767px) {   
    #services-img{
      background-image: url(../img/320services.jpg);
    } 
}

@media screen and (min-width: 768px) {      
    #services-img{      
      background-image: url(../img/768services.jpg);
    } 
} 
@media (min-width: 960px) {      
      #services-img{        
          background-image: url(../img/960services.jpg);
      } 
}
@media (min-width: 1200px) {    
     #services-img{         
         background-image: url(../img/service.jpg);
     } 
}

.jumbotronCoach {
  color: white;
  background-image: url(../img/coach.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

@media screen and (max-width: 767px) {   
    #coach-img{
      background-image: url(../img/320coach.jpg);
    } 
}

@media screen and (min-width: 768px) {      
    #coach-img{      
      background-image: url(../img/768coach.jpg);
    } 
} 
@media (min-width: 960px) {      
      #coach-img{        
          background-image: url(../img/960coach.jpg);
      } 
}
@media (min-width: 1200px) {    
     #coach-img{         
         background-image: url(../img/coach.jpg);
     } 
}


.jumbotronBuy {
  color: white;
  background-image: url(../img/buyticket.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

@media screen and (max-width: 767px) {   
    #buy-img{
      background-image: url(../img/320ticket.jpg);
    } 
}

@media screen and (min-width: 768px) {      
    #buy-img{      
      background-image: url(../img/768ticket.jpg);
    } 
} 
@media (min-width: 960px) {      
      #buy-img{        
          background-image: url(../img/960ticket.jpg);
      } 
}
@media (min-width: 1200px) {    
     #buy-img{         
         background-image: url(../img/buyticket.jpg);
     } 
}


.jumbotronContact {
  color: white;
  background-image: url(../img/contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

@media screen and (max-width: 767px) {   
    #contact-img{
      background-image: url(../img/320contact.jpg);
    } 
}

@media screen and (min-width: 768px) {      
    #contact-img{      
      background-image: url(../img/768contact.jpg);
    } 
} 
@media (min-width: 960px) {      
      #contact-img{        
          background-image: url(../img/960contact.jpg);
      } 
}
@media (min-width: 1200px) {    
     #contact-img{         
         background-image: url(../img/contact.jpg);
     } 
}


hr.divider {
  border:1.5px solid;
  width: 50px;
  border-color: #35CCFF;
}

hr.dividerwhite {
  border:1.5px solid;
  width: 50px;
  border-color: #FFFFFF;
}

.counter {
    background-color:#35CCFF;
    padding: 20px 0;
}

.count-title {
    font-size: 60px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}

.count-text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}

.icon-counter {
  padding: 45px 0;
  text-align: right;
}

div.scrollicon {
  bottom: 5%;
  position: absolute;
  left: 50%;

}






.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.tab { 
  display:inline-block; 
  margin-left: 40px; 
}


/*faq*/

.card .card-header { cursor: pointer; }

[data-toggle="collapse"] .fa:before {  
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}

.card-header.collapsed {
    background:#fff;
}
.card-header:not(.collapsed) {
    background-color: #34CCFF;
    color: white;
}

.myaccordion {
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .btn {
  color: #000;
  text-align: left;
}

.myaccordion .card .card-header[aria-expanded="true"] span{
  color: #fff !important;
}

.myaccordion .card .card-body {
  color: #7F7F7F;
  padding-left: 30px;
}

.table-wrapper-scroll-y {
display: block;
max-height: 300px;
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 10px;
}

#style1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style1::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

#style1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #35CCFC;
}


/*map*/
.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


.btn-outline-primary{color:#34CCFF;background-color:transparent;background-image:none;border-color:#34CCFF}
.btn-outline-primary:hover{color:#FFF;background-color:#34CCFF;border-color:#34CCFF}
.btn-outline-primary:focus,
.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(52,204,255,1)}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled{color:teal;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#34CCFF;border-color:#34CCFF}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,204,255,1)}

