@font-face {
    font-family: "Cambria";
    src: url("/fonts/cambria.ttc");
}

.ff-cambria {
    font-family: "Cambria" !important;
}

.ff-open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.btn-style-one {
    background-color: #FBB03B;
    color: #0F4F72;
}

.btn-style-two {
    background-color: #FBB03B;
}

.btn-style-two:before {
    background-color: #0E4F72;
}

.services-block .inner-box:hover h4 a {
    color: #FBB03B;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #FBB03B;
}

.main-footer .contact-widget ul li a:hover {
    color: #FBB03B;
}

.main-menu .navigation>li>a {
    font-weight: 400;
}

.banner-section .slide::before {
    background-color: rgba(0, 32, 76, 0.0);
}

.services-block .inner-box .content {
    height: 150px;
}


.flaticon-file-custom:before {
    content: "";
}

.inner-box {
    box-shadow: 0px 10px 20px -16px #222;
}

.sec-title h2 {
    color: #0F4F72;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: initial;
}

.services-block .inner-box h4 {
    position: relative;
    color: #0F4F72;
    text-transform: capitalize;
    font-weight: 600;
}

.services-block .inner-box:hover .arrow:after {
    background-color: #0F4F72;
}

.services-section {
    background: #fff;
}

.text {
    line-height: 1.3;
}

p {
    color: #808080;
    font-size: 16px;
    line-height: 1.3;
}

.sec-title h2:before {
    content: none;
}

.welcome-section {
    background-color: #fff;
}

.form-control {
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #ced4da;
}

.welcome-section .content-column .inner-column {
    padding-top: 160px;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.main-footer {
    background-color: #0F4F72;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"] {
    border: none;
    border-bottom: 1px solid;
    padding: 0px;
    font-size: 20px;
    color: #FFF;
}

.main-footer .contact-widget ul li {
    padding-left: 0px;
}

.main-footer .widgets-section {
    padding-top: 100px;
}

.main-footer .logo-widget .text {
    color: #FFF;
    font-weight: 300;
}

.main-footer .contact-widget ul li a {
    color: #FFF;
    font-weight: 300;
}

.banner-section .content-column h1 {
    text-transform: capitalize;
}

.banner-section .content-column .title:before {
    content: none;
}

.banner-section .content-column .title {
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 25px;
}

.mobile-menu .menu-backdrop {
    background-color: #0E4F72 !important;
}

.mobile-menu .nav-logo {
    background-color: #0E4F72 !important;
}

.mobile-menu .navigation li>a {
    color: #FFF;
}

.mCustomScrollBox {
    background-color: #0E4F72 !important;
}

.mobile-menu .navigation li {
    border-bottom: 1px solid #FFF;
}

.page-title:before {
    background-color: rgba(0, 32, 76, 0.0);
}

.practice-section .inner-container:after {
    content: none;
}

.practice-block .inner-box {
    box-shadow: none;
}

.practice-block .inner-box h5 {
    text-transform: capitalize;
}

.practice-block .inner-box h5 {
    font-weight: 600;
    text-transform: capitalize;
}

.practice-block .inner-box h5 a {
    position: relative;
    color: #0E4F72;
}

.practice-block .inner-box:before {
    background-color: #FBB03B;
}

.inner-box:hover>p {
    color: #fff;
}
label.error {
    font-size: 12px;
    color: red;
}

.inner-box p {
    font-size: 14px;
    height: 300px;
}

.welcome-section.style-two:before {
    background-color: #FFF;
}

.welcome-section.style-two .inner-container {
    box-shadow: none;
}

@media only screen and (max-width: 425px) {
    .services-block .inner-box .content {
        height: 225px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-section .content-column .title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .main-header {
        background-color: #0E4F72 !important;
    }
}