body{background:#f8f9fa;
     font-family: 'Open Sans';
}
.card{border-radius:10px;}

.navbar-nav .nav-link.active{
color:#ffc107 !important;
}
.navbar-nav .nav-link{
margin-right:10px;
}


.submit-box{
max-width:600px;
margin:40px auto;
padding:30px;
background:#ffffff;
border-radius:10px;
box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.submit-box h3{
font-weight:600;
text-align:center;
}

.submit-box .form-control{
border-radius:6px;
border:1px solid #ddd;
padding:10px 12px;
font-size:14px;
transition:0.2s;
}

.submit-box .form-control:focus{
border-color:#0d6efd;
box-shadow:none;
}

.btn-submit{
width:100%;
background:#dc3545;
border:none;
padding:10px;
border-radius:6px;
font-weight:600;
color:white;
transition:0.3s;
}

.btn-submit:hover{
background:#bb2d3b;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 background: #646464;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 13px;
   font-family: 'Open Sans';
   
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #646464;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #eef2ff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #646464;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
   
  color: #ffffff;
}
#footer .footer-top h4 {
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #646464;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
   font-size: 14px;
    font-weight: 600;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #646464;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #646464;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #8da7b7;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}