/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section.a {
  padding: 120px 0;
}
section.b {
  padding: 150px 0;
}


.bg-blue{
  background-color: #415088;
}
.btn-orange{
  background-color: #ff4500;
  color:white
}
.btn-orange:hover{
  background-color: #ff4500aa;
  color:white
}
.upbutton{
  position:fixed;
  bottom:20px;
  right:20px;
  text-align:center;
  width:40px;
  height:40px;
  border:1px solid #ddd;
  padding:6px;
  border-radius:100%;
  background:whitesmoke;
}

ul, ol {
  padding: 0;
  margin: 0;
}
/* ---------------------------------------------------------------- */
/* 22.Footer
/* ---------------------------------------------------------------- */
.footer {
  background: #2a3458;
}


.footer .footer-top {
  padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-logo {
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-desc {
  opacity: 0.75;
  color: #fff;
  margin-bottom: 20px;
}



.footer .footer-top .footer-widget .footer-social-links a {
  padding: 5px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-top .footer-widget .footer-social-links a i {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.1);
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  border-color: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a:hover i {
  color: #fff !important;
  background: #ff4500;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li h6 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li p {
  color: #fff;
  opacity: 0.75;
  vertical-align: middle;
}

.footer-widget .footer-widget_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer-widget .footer-widget_menu li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-widget_menu li span {
  color: #fff;
}

.footer-widget .footer-widget_menus li a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-widget_menu li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.footer-widget .footer-widget_menu li:before {
  content: "\f054";
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
  color: #ff4500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Font Awesome 5 Free";
}

.footer .copyright {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  opacity: 0.75;
  line-height: 38px;
}

.footer .copyright .footer-payment ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer .copyright .footer-payment ul li:last-child {
  margin-right: 0;
}

.footer .copyright .footer-payment ul li i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .footer .copyright .footer-payment {
    margin-top: 30px;
  }
}

.footer-widget .footer-widget-html_content p {
    opacity: 0.75;
    color: #fff;
    margin-bottom: 20px;
}

.footer-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer-widget .widget-title:after {
    width: 50px;
    height: 2px;
    content: "";
    display: block;
    margin-top: 10px;
    background: #ff4500;
}


.footer .social-media li > a {
    color: #fff;
}