.container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
    background-repeat: no-repeat;
    background-size: auto;
    background: linear-gradient(-45deg, #07afd5, #035f80, #053d91);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
   
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.navbar-header {
font-style: normal;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: larger;
color: azure;
}
.navbar-nav  li a:hover {
    color: #282929 !important;
}

.footer-padding {
	padding-bottom: 10px;
}

.footer {
	position:relative;
	text-align: center;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #021d36;
 
}

.footer p {
	margin-top: 25px;
	font-size: 12px;
  color: #fff;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #ccc;
  font-size: 16px;
  resize: none;
}

.jumbotron{
  background-color: #14141400!important;
  padding-top: 30px;
  padding-bottom: 15px;
  border-radius: 0%;
  color: rgb(241, 237, 237);
  background-image: url("...");
    background-repeat: no-repeat;
    background-size: auto;
  text-align: center;
  
}

.card-background {
  
  background-color: #f2f2f291;
  border-radius: 0px;
  box-shadow: rgb(69, 69, 69);
  border-top-left-radius: 1%;
  border-top-right-radius: 1%;
  border-bottom-left-radius: 1%;
  border-bottom-right-radius: 1%;
}

.carousel {
  background-color: #2b466d02;
  border-radius: 10px;
  box-shadow: #e2e2e2;
 
  
}

/* Logo-6 */
.logo-6 h1 {
  color: #f8f6f6;
  font-family: 'Cinzel', serif;
  font-weight: 300;
  font-size: 30px;
  line-height:1.3;
  font-weight:bold;
 
}
.logo-6 h1 span {
  background: #42ac05;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  display: inline-block;
  line-height: 1.8;
  padding: 0 10px;
  padding-top: 0px;
  border-radius: 6px;
  font-style:normal;
  font-weight:bold;
  
}

.menu-background{
  color: #c4dfea;
  background-repeat: no-repeat;
  background-size: auto;
  background: linear-gradient(-45deg, #2188b1, #035a95, #1b8ebb);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

/*----  Main Style  ----*/
#cards_landscape_wrap-2{
  text-align: center;
  background: linear-gradient(90deg, #67a10f2a 50%, #3498db27 50%);
  background-repeat: no-repeat;
  background-size: contain;
}
#cards_landscape_wrap-2 .container{
  padding-top: 5px; 
  padding-bottom: 30px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{

  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}



/* styles reset */
.card {
 
  border-radius: 0px;;
}


/* card group aka PRIMARY */
HTML CSSResult Skip Results Iframe
EDIT ON
/* FontAwesome for working BootSnippet :> */

#team {
    background: rgb(210, 210, 211) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #033c57;
    border-color: #033c57;
    box-shadow: none;
    outline: none;
}



section {
    padding: 50px 0;
}

section .section-title {
    text-align: center;
    color: #033c57;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background-color: #f5f5f5;;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(24, 119, 170);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #033c57 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #033c57 !important;
}

.frontside .card .card-body img {
    width: 200px;
    height: 250px;
    border-radius: 10%;
}


/* login page */
.gradient-custom {
  /* fallback for old browsers */
  background: #6a11cb;
  
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
  
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
  }

  .registration{
    padding-top: 0%;
  }

  .login{
    padding-top: 0%;
  }

  .profile{
    padding-top: 0%;
  }

  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}


/*partners css */


.square-holder {
  padding:5px;
  
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:5px;
  
  min-height:125px
}

.square-holder img {
  max-width:100%;
  filter: grayscale(50%);
  transition: all 0.3s;
}

.square-holder:hover img{
  filter:none;
}


/* Background css*/


@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}




.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 40px;
}


.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


/* Style the tab */
.tab {
  float: left;
  border: 1px solid #c5c5c54a;
  background: linear-gradient(-45deg, #c5dae030, #c4dfea28);
  width: 30%;
  height: auto;
  margin-bottom: 2%;

}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: rgb(4, 60, 82);
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background: linear-gradient(-45deg, #043d64, #055184, #1bbbb3);

  color: #c4dfea;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background: linear-gradient(-45deg, #043d64, #055184, #1bbbb3);

  color: #d4d3d3;
}

/* Style the tab content */
.tabcontent {
  float: right;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  border-right: none;
  border-top: none;
 border-bottom: none;
  height: auto;
}


