
/* BASIC */



/* body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
} */

a {
  color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}




/* STRUCTURE */
/* 
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  
} */

#formContent {
    margin: 15px auto;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    width: 100%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/


input[type=email] {
  transition: width 0.4s ease-in-out;
}

input[type=email]:focus {
  width: 100%;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
} 

 
  .btn-color 
  {
  background-color:#4f2d7f;color:#fff;
  }
  
  .nav-item{
  
	font-size:14px;
    text-transform: uppercase;

  }
  
  .dropdown-item{
  color:#4f2d7f;
  
  }
  
.header-top{position:fixed;width:100%;top:0;z-index:1050;}  
.header-top ul{padding:0;margin:0;}
.header-top ul li{list-style:none;display:inline-block;font-size:12px;padding:10px;}
.header-top ul li a{color:#adb5bd;}
.bg-purple{color:#fff;background-color:#4f2d7f;}
 
 
 .footer {
    /* color:#FFF; */
        background-color: #fafcff;
        padding-top:40px;
        padding-bottom:20px;

		
    }


.footer .footer-column-item h5 {
        color:#222;
        font-weight: bold;
        font-size: 1.2rem;
    }
@media(max-width: 480px){


}
    .footer .footer-column-item ul {
        list-style: none;
        margin:0;
        padding :0;
        margin-top:20px; 
    }

    .footer .footer-column-item ul li {
        padding:5px;
        font-size:1rem;
        /* padding-left:15px; */
    }

    .footer .footer-column-item ul li a {
        color:#333;
        text-decoration:none;
        font-size:14px;
    }

    .footer .trending-course-list {
        margin-top:30px;
        margin-bottom:40px;
    }



    .footer .trending-course-list ul {
        list-style:none;
        margin-top:20px;
        
        
    }

    .footer .trending-course-list h5 {
    font-weight: bold;
    font-size: 1.2rem;
        
    }

    .footer .trending-course-list ul li {
        float: left;
        padding: 5px;
    }

    .footer .trending-course-list ul li a {
        color: #333;
        text-decoration:none;
        font-size:14px;
    }
	
	.social-links {
        margin-top:10px;
        padding-top:20px;
    }

    .social-links ul {
        list-style:none;
        margin:0;
        padding:0;
        display:flex;
        justify-content: center;
    }

  .social-links ul li {
        font-size:20px;
        padding:10px;
        width:40px;
        height:40px;
        display:block;
        text-align: center;
        line-height: 20px;
        border-radius:50%;
        margin-right:15px;
    }

    .social-links ul .facebook{
	background-color:#3b5998;
    }

    .social-links ul .linkedin{
        background-color:#0e76a8;
    }

    .social-links ul .twitter{
        background-color:#00acee;
    }

     .social-links ul .youtube{
        background-color:#c4302b;
    }

     .social-links ul .twitter{
        background-color: #00acee;
    }


     .social-links ul li a{
        color:#FFF;
    }
	

.row-menu{

    }

    .row-menu ul{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .row-menu ul li{
        padding: 5px 10px;
    }

    .row-menu ul li a{
        text-decoration: none;
        color: #222;
        font-size: 15px;

    }

    /*End of Footer CSS*/

	@media (max-width: 978px) {
    .container {
      padding:0;
      margin:0; 
    }

    body {
      padding:0;
    }
	.footer{
	 padding:0;
      margin:0; 
	}

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }
}
.table{
padding: 100px;
margin-left: 100px;
margin-right:100px;
}
tr{
margin-right:100px;

}

@media (max-width: 978px) {
    .table {
      padding:10px;
      margin:20px;
    }
	.tabledata{
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  }
}

