/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase{
	min-height: 90vh;
  background-size: cover;
      background: url(../img/nasscom_banner.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 40px 4% 40px 14%;
    position: relative;
}


.showcase:before{
content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(255, 255, 255, 0.92);*/
    z-index: 9;
}

.login-div{
	min-height: 380px;
    background: #1a303d;
    box-shadow: 0px 0px 34px rgba(0,0,0,0.7);
    border-radius: 14px;
}

.header-top{
	padding:14px 8%;
}

.about-home{
	padding:50px 8%;
	background: #f1f1f1;
}

.about-home h5{
	font-weight: 600;
    font-size: 16px;
}

.homeheadin{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
	color:#b70000;
}

.homeheadin:before,
.homeheadin:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.homeheadin:after {
    margin: 0 0 0 20px;
}

	
.showcase .showcase-text {
  padding: 3rem;
}
.showcase .container-fluid{
position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}


/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #39ace7;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text], input[type=password] {
  background-color: #ffffff;
  border: none;
  color: #333333;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 2px solid rgba(0,0,0,0.4);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder, input[type=password]:placeholder {
  color: #cccccc;
}



/* 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%;
}

.form-div{
	padding:0px 40px;
}



/* OTHERS */

*:focus {
    outline: none;
} 

.login-text{
	font-weight:400;
	font-size:20px;
}

#icon{
	width:110px;
}

.content-login h4{
	color:#000000;
	text-transform:uppercase;
	text-align:left;
	font-size:40px;
	font-weight: 600;
}
.content-login h4>span{
	color:#981c26;
	display:block;
	
}

.content-login{
	padding-right:40px;
}

.content-login h5{
	font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 26px;
}

.content-login h6{
	    font-size: 14px;
    color: #333333;
    font-weight: 500;
    line-height: 22px;
}

.form-div .card-header{
	padding: 0;
    background: none;
    border: none;
}

.form-div .card-header h3{
	font-size: 20px;
    font-weight: 500;
}
.form-div .login-button{
    background: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.card-inner-home{
	background:#f9f9f9;
	border:1px solid #f1f1f1;
	    box-shadow: 1px 4px 16px rgba(0,0,0,0.1);
	padding:20px;
	border-radius:16px;
}

.card-inner-home img{
	border-radius:10px;
}

.card-inner-home .card-body{
		padding: 14px 10px;
}

.card-inner-home .card-body .dash-cour-summ p{
	font-size:14px;
	margin-bottom:0px;
	min-height:126px;
}

.dash-cour-summ a{
	color:#97312D;
	font-weight:600;
	transition-duration:0.3s;
}
.dash-cour-summ a:hover{
	color:#000000;
	transition-duration:0.3s;
	text-decoration:none;
}
.dash-cour-summ a:hover i{
	right: -4px;
	transition-duration:0.3s;
}

.dash-cour-summ a>i{
top: 2px;
    position: relative;
	transition-duration:0.3s;
}

.forgetpass p{
	font-size:14px;
	margin-bottom:0px;
}

.card-inner-home .card-body .coursename{
	font-size:18px;
	color:#97312D;
}

#back-to-top {
    background-color: #000;
    background-color: rgba(0,0,0,.25);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
    color: #fff;
    padding: 5px 12px;
    position: fixed;
    right: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 85%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 1.1em;
    cursor: pointer;
}

#page-footer .info {
    line-height: 21px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
    font-size: 90%;
    color: #fff;
}

#page-footer {
    background-color: #424242;
    margin: 10px 0 0;
    text-align: left;
    color: #fff!important;
    border-top: 0;
    font-size: 110%;
    word-wrap: break-word;
}

.pass-fiel{
	position:relative;
}

.sho-hide{
	position: absolute;
    top: 9px;
    right: 12px;
    color: #333333;
    font-size: 14px;
}


