.header {
    background-image: url(/assets/img/banner.jpg);
    border-bottom: 1px solid #f1f2f3;
}
.opacity-95 {
    opacity: .95 !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: inherit;
    background-image: linear-gradient(135deg, #fff 0%, #fff 40%, transparent 100%);
}
.lead-2 {
    font-size: 1.17188rem !important;
}
.lead-6 {
    font-size: 2.34375rem !important;
}
.sticky {
    box-shadow: 0 0 3px 1px rgba(59,29,132,.25);
    background-color: #fff;
}
.btn-round {
    border-radius: 10rem;
}
.btn-xl {
    padding: 10px 38px 10px;
}
.mw-200 {
    min-width: 200px !important;
}
.wf-50 {
    width:50px;
}
.content {
    background-image:url(/assets/img/bg.png);
}
.content-mt{
    margin-top: 59px;
}
section {
    position: relative;
    border-bottom: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.bg-gray {
    background-color: #fafbfb;
}
.text-gray {
    color: #fafbfb;
}
.text-gray-dark {
    color:#b0aeae;
}
.text-inherit {
    color:inherit;
}
.footer {
    border-top: 1px solid #f1f2f3;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.footer .nav-link{
    padding-left:0;
    color: #212529;
}
.footer-dark {
    font-size: 0.9rem;
}
.footer-dark ul {
    display: flex;
    margin-bottom: 0;
    float:right;
}
.footer-dark li{
    display: inherit;
}
.footer-dark li::after {
    content: "|";
    padding-right: 10px;
}
.footer-dark li:last-child::after {
    content: "";
    padding: 0;
}
.footer-dark a:hover {
    color: #d6d7d7;
}
.social-bordered a {
    border: 1px solid #dddedf;
    color: #212529;
}
.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
    color: #757575;
    font-size: 1rem;
    border-radius: 3px;
    opacity: 0.8;
    transition: .4s ease-out;
}
@media (max-width: 575px) {
    .display-4 {
    font-size: 2.5rem;
}
    .display-5 {
    font-size: 1.8rem;
}
    .display-6 {
    font-size: 1.5rem;
}
    .footer-dark {
    text-align:center;
    padding:10px 0;
}
.footer-dark ul {
    float:none;
    margin-top:10px;
}
.text-center-resp {
    text-align:center !important;
}
}
.media i {
    color: #007bff;
    border: solid 1px #007bff;
    border-radius: 50%;
    padding: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
}
nav .navbar-collapse.collapsing, nav .navbar-collapse.show{
    background-color:#fff;
}
.nav-bullet li {
    display: block;
    margin-left:25px;
    padding:5px 0;
    width: 100%;
}
.nav-bullet li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #007bff;
    float: left;
    margin-top: 2px;
    margin-left: -25px;
}
.footer .nav-bullet li:before {
    color: #bfbebe;
    margin-left: -20px;
}
.footer .nav-bullet li {
    margin-left: 20px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f1f2f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.panel-body::before {
    display: table;
    content: " ";
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}