* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

p{
    text-align:center;
}

a{
    text-decoration: none;
    color:rgb(124, 190, 110);
    font-weight: 500;
}

  .section-animation{
      padding-top: 50px;
      text-align:center;
      padding-bottom:50px;
  }


  form label{
    display: block;
    padding-bottom: 7px;
    padding-left: 5px;
  }
  form input{
    padding: 10px;
    width: 100%;
    margin-bottom: 40px;
    outline: none;
    border:  thin solid #d4d4d4;
    font-size: 16px;
  }

  .table-dark{
    padding: 15px;
  }
  
  
  [type=submit] {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
  
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  }


   [type=submit]:before,
   [type=submit]:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background: rgba(2,126,251,1);
    transition: all 0.3s ease;
  }
   [type=submit]:before {
    height: 0%;
    width: 2px;
  }
   [type=submit]:after {
    width: 0%;
    height: 2px;
  }
   [type=submit]:hover{
     background: transparent;
    box-shadow: none;
   border:1px solid rgba(2,126,251,1);
  }
   [type=submit]:hover:before {
    height: 100%;
  }
   [type=submit]:hover:after {
    width: 100%;
  }
   [type=submit] span:hover{
     color: rgba(2,126,251,1);
  }
   [type=submit] span:before,
   [type=submit] span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: rgba(2,126,251,1);
    transition: all 0.3s ease;
  }
   [type=submit] span:before {
    width: 2px;
    height: 0%;
  }
   [type=submit] span:after {
    width: 0%;
    height: 2px;
  }
   [type=submit] span:hover:before {
    height: 100%;
  }
   [type=submit] span:hover:after {
    width: 100%;
  }
  
  
















































































  /* video gallery */

  .btn-outline-primary:hover {
    color: #fff;
    background-color: #739b8e;
    border-color: #739b8e;
}
.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  border-color: #739b8e;
  border-radius: 0;
}


.col-md-8{
text-align: center;
  padding-top: 6%;
  }


.col-md-4{
  margin-left: 44%;
  padding-bottom: 50px;
  padding-top: 30px;
  }


/* ------cube----- */


.cube {
  position: relative;
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  transform: rotateX(-30deg);
  animation: animate 2s linear infinite;
}

@keyframes animate {
  0% {
    transform: rotateX(-30deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(-30deg) rotateY(180deg);
  }
}


.cube > div {
  
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.cube > div > span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#222, #0baeff);
  transform: rotateY(calc(90deg * var(--i))) translateZ(49px);
}

.up {
  position:absolute;
  inset: 0;
  width: 100px;
  height: 100px;
  background-color: #222;
  transform: rotateX(90deg) translateZ(50px);

}

.up::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100px;
  height: 100px;
  background-color: #00aaff;
  transform: translateZ(-130px);
  filter: blur(20px);
  box-shadow: 0 0 12px #00aaff, 0 0 200px #00aaff, 0 0 200px #00aaff,
    0 0 200px #00aaff;
}
/* ---------- */





/* REEL */
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}






@media(max-width:2560px){
  .col-md-4{
    margin-left: 46%;
   
    }

}

  
@media (min-width: 768px){
  .logo {
      margin-top: 5px;
  }
}


@media(max-width:1180px){
 
  
  .top ul li {
    position: relative;
    float: left;
    width: 25%; 
    height: 25%; 
    overflow: hidden;
}

}

@media(max-width:992px){
  .top ul li {
    position: relative;
    float: left;
    width: 50%; 
    height: 30%;  
    overflow: hidden;
}
}

@media(max-width:882px){
  .top ul li {
    position: relative;
    float: left;
    width: 50%; 
    height: 30%; 
    overflow: hidden;
}
}

@media(max-width:680px){
  .top ul li {
    position: relative;
    float: left;
    width: 50%; 
    height: 30%;  
    overflow: hidden;
    
}
.col-md-4{
  margin-left: 40%;
  padding-bottom: 50px;
  padding-top: 30px;
  }


}

@media(max-width:550px){
  .top ul li {
    position: relative;
    float: left;
    width: 100%; 
    height: auto; 
    overflow: hidden;
}
.col-md-4{
  margin-left: 35%;
  padding-bottom: 50px;
  padding-top: 30px;
  }

}
@media(max-width:450px){
  .top ul li {
    position: relative;
    float: left;
    width: 100%; 
    height: auto; 
    overflow: hidden;
}
     
}
@media(max-width:380px){
  .top ul li {
    position: relative;
    float: left;
    width: 100%; 
    height: auto; 
    overflow: hidden;
}
}
@media(max-width:360px){
   
  
  }