@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-brands-400.woff2") format("woff2");
}

.page-title {
    padding: 180px 0 120px !important;
}

.page-title .content-box .title-box h1 .subheading {
    display: block !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-top: 10px !important;
    opacity: 0.9 !important;
}

.page-title .content-box .title-box h1 {
    position: relative !important;
    padding-bottom: 44px !important;
    margin-bottom: 30px !important;
}

.sidebar-page-container {
    padding: 25px 0 25px !important;
}

.scrollable-list-container {
    height: 340px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.main-footer .contact-widget .list li i {
    display: inline-block !important;
    width: 20px !important;
    margin-right: 10px !important;
    color: #414775 !important;
    font-size: 16px !important;
    text-align: center !important;
}

.main-footer .about-widget .social-links li i {
    display: inline-block !important;
    color: #414775 !important;
    font-size: 18px !important;
}

.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

.fas, .far, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.main-footer .footer-top {
    padding: 60px 0 40px !important;
}

.main-footer .image-layer {
    opacity: 1 !important;
}

.main-footer .bg-layer {
    opacity: 0.8 !important;
}

.sec-title h2 {
    color: #414775;
    margin-bottom: 30px;
}

/* main-header .logo img {
    max-height: 60px;
    margin-bottom: 10px;
    margin: 0px !important;
} */