/****** PLACE YOUR CUSTOM STYLES HERE ******/

@font-face {
    font-family: 'PT_Sans-Web-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/PT_Sans-Web-Bold.ttf') format('truetype');
}
 @font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
} 

@font-face {
    font-family: 'Marion-Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Marion-Italic.ttf') format('truetype');
} 


@font-face {
    font-family: 'AvenirLTStd-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
} 



.header-title {
    font-family: 'PT_Sans-Web-Bold';
}

.custom-overlay.overlay:before {
    background: transparent;
    opacity: 1;
}

.custom-overlay {
    padding: 0;
    margin-top: -60px;
    padding-bottom: 16px;
}


.custom-feature-box img {
    width: 100px;
}

.custom-feature-box h4 {
    color: #000 !important;
    font-size: 30px;
    margin-bottom: 4px;
}

.custom-feature-box p {
    color: #267096 !important;
    font-size: 16px;
    text-align: center;
    /* font-family: roboto; */
    font-weight: 600;
}

.dashboard .col-sm-2:last-child {
    border-right: none;
}

@media all and (max-width: 768px) {
    .dashboard .col-sm-2 {
        border-right: none;
        border-bottom: 1px solid #267096;
        margin-bottom: 2em;
        margin-right: 0px !important;
    }
}

.dashboard .col-sm-2 {
    background: #fff;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.27);
    padding: 3em 0;
    margin-right: 4px;
}

.feature-1 h1,
.feature-1 h5 {
    color: #267096 !important;
    line-height: 33px;
    line-height: 24px;
}

.feature-1 h1 small {
    font-size: 12px;
    color: #267096 !important;
    font-family: sans-serif;
}

.v-align-transform.transform-top {
    top: 40%;
}

.mega-menu li a small {
    display: block;
    font-size: 11px;
    color: #c0c0c0;
}

/* overright theme css */


.fullscreen {
    height: 75vh;
}


.controls-inside .flex-control-nav {
    bottom: 100px;
}

@media (min-width:769px) and (max-width:1920px) {
    .nav-bar {
        height: 90px;
        max-height: 90px;
        line-height: 86px;
    }
    .nav-bar a {
        display: inline-block;
        height: 90px;
    }
    .menu>li ul {
        padding: 8px 0;
        background: #292929;
        position: fixed;
        z-index: 99;
        width: 100%;
        text-align: right;
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .cover.fullscreen.image-slider {
        padding: 90px 0;
    }
    .nav-bar a {
        display: block;
    }
}

.image-bg .feature.boxed {
    background: #f8f8f8;
    box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
}  
