/* Footer Area Start */

.home {
	min-height: 1170px;
	height: 100%;
	background: #00376A;
}

.pass {
	min-height: 1000px;
	height: 100%;
}

@media (min-width: 800px) {
    .home {
        min-height: 1000px;
    }
    
    .pass {
        min-height: 800px;
    }
}

@media (min-width: 980px) {
    .home {
        min-height: 800px;
    }
    
    .pass {
        min-height: 700px;
    }
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
}

.footer-area {
  background: #222222;
}

.footer-area h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 50px;
}

.footer-area ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #064682;
}

.footer-area .footer-social li {
  display: inline-block;
}

.footer-area .footer-social li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.footer-area .footer-social li a:hover {
  color: #fff;
}

.footer-area .footer-social li .facebook:hover {
  background: #3B5998;
}

.footer-area .footer-social li .instagram:hover {
  background: #a50f8b;
}

.footer-area .footer-social li .linkedin:hover {
  background: #0073b1;
}

.footer-area .footer-social li .twitter:hover {
  background: #0073b1;
}

.footer-area .footer-social li .foursqare:hover {
  background: #25a0ca;
}

.footer-area .footer-social li .youtube:hover {
  background: #df2f2f;
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #064682;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #064682;
}

.section-padding {
    padding: 60px 0;
}

#copyright {
    background: #0b0b0b;
    text-align: center;
}

#copyright p {
    line-height: 42px;
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

#copyright p a:hover {
    color: #064682;
}

#copyright p a {
    color: #fff;
}

.footer-area ul li, ol li {
    list-style: none;
}