﻿body {
}
.page-title .content {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #e84723 !important;
}
.contact-page-section .inner-container h2 span {
    font-style: italic;
    color: #e84723;
    font-family: 'Playfair Display', serif;
}
.modal {
    top:120px !important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #e84723;
    border-color: #e84723;
}
.main-header .header-lower {
    position: relative;
    background-color: rgb(1 26 85);
}
.main-header .header-lower {
    position: relative;
    background-color: rgb(1 26 85 / 39%) !important;
}
.main-header .header-upper .info-box {
    position: relative;
    color: #333333;
    font-weight: 600;
    padding: 22px 0px;
    padding-left: 30px;
    padding-right: 28px;
    margin-right: 15px !important;
    display: inline-block;
    border-right: 1px solid #ecebeb;
}
    .blog-cat-two li.active a, .blog-cat-two li a:hover {
        color: #e84723;
    }
    .team-block-two.style-two .inner-box .lower-content:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    display: block;
    background: -ms-linear-gradient(top, #e84723 0%, #e73723 100%);
    background: -moz-linear-gradient(top, #e84723 0%, #e73723 100%);
    background: -o-linear-gradient(top, #e84723 0%, #e73723 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e84723), color-stop(100, #e73723));
    background: -webkit-linear-gradient(top, #e84723 0%, #e73723 100%);
    background: linear-gradient(to bottom, #e84723 0%, #e73723 100%);
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/custom/Fin_Bridge_logo.png);
    background-size: 100px;
}

