﻿body {
    font-size: 14px;
}


.loading-fullscreen{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-top: 50vh;
    overflow: hidden;
    display: none;
}
    .loading-fullscreen img {
        margin-top: -60px;
    }
footer{
    background-color: #0D4C8F;
}
    footer p {
        color: #fff;
    }
#about-heading {
    color: #fff !important;
    background-image: url(img/BUILDING.png);
    background-size: cover;
}
    #about-heading .breadcrumbs-custom-path li,
    #about-heading .breadcrumbs-custom-path li::after,
    #about-heading .breadcrumbs-custom-path li a,
    #about-heading .heading-1,
    #about-heading .heading-1:before,
    #about-heading .heading-1:after{
        color: #fff;
    }
        #about-heading .heading-1:before,
        #about-heading .heading-1:after {
            background-color: #fff;
        }

#strategy-heading {
    color: #fff !important;
    background-image: url('img/strategy.png');
    background-size: cover;
}

    #strategy-heading .breadcrumbs-custom-path li,
    #strategy-heading .breadcrumbs-custom-path li::after,
    #strategy-heading .breadcrumbs-custom-path li a,
    #strategy-heading .heading-1,
    #strategy-heading .heading-1:before,
    #strategy-heading .heading-1:after {
        color: #fff;
    }

        #strategy-heading .heading-1:before,
        #strategy-heading .heading-1:after {
            background-color: #fff;
        }

#services-heading {
    color: #fff !important;
    background-image: url('img/DEVELOPMENT_ADVISORY_2.png');
    background-size: cover;
}

    #services-heading .breadcrumbs-custom-path li,
    #services-heading .breadcrumbs-custom-path li::after,
    #services-heading .breadcrumbs-custom-path li a,
    #services-heading .heading-1,
    #services-heading .heading-1:before,
    #services-heading .heading-1:after {
        color: #fff;
    }

        #services-heading .heading-1:before,
        #services-heading .heading-1:after {
            background-color: #fff;
        }

#contact-heading {
    color: #fff !important;
    background-image: url('img/Contact.png');
    background-size: cover;
}

    #contact-heading .breadcrumbs-custom-path li,
    #contact-heading .breadcrumbs-custom-path li::after,
    #contact-heading .breadcrumbs-custom-path li a,
    #contact-heading .heading-1,
    #contact-heading .heading-1:before,
    #contact-heading .heading-1:after {
        color: #fff;
    }
        #contact-heading .heading-1:before,
        #contact-heading .heading-1:after {
            background-color: #fff;
        }

ul.paragraph-list{
    list-style: square;
}
ul.paragraph-list li{
    padding-left: 20px;
    list-style: square;
}
    ul.paragraph-list li:before {
        content: "";
        display: inline-block;
        float: left;
        width: 8px;
        height: 8px;
        background-color: #0D4C8F;
        margin-left: -20px;
        margin-top: 0.5em;
    }

.desktop .swiper-main-section{
    padding-top: 80px;
    padding-bottom: 80px;
}

h3, .heading-3{
    font-size: 18px;
}

h5, .heading-5{
    font-size: 16px;
}

.tabs-horizontal.tabs-line .tab-content{
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {
    .swiper-slider_height-1 {
        min-height: 180px;
    }

}

@media (min-width: 992px){
    .tabs-horizontal.tabs-line:not(.tabs-line-small) .nav-tabs > li:not(:last-child){
        margin-right: 30px;
    }
    .tabs-custom.tabs-line:not(.tabs-line-small) .nav-tabs > li > a{
        font-size: 16px;
    }
    .swiper-slider_height-1 {
        min-height: 240px;
    }
 
}

@media (min-width: 1200px) {
    .section-lg, .section-custom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    html.lt-ie-10 * + .range-md, * + .range-md{
        margin-top: 15px;
    }
    .swiper-slider_height-1{
        min-height: 360px;
    }

    #ui-to-top {
        transform: translateY(120px);
        bottom: 80px;
    }

        #ui-to-top.active {
            transform: translateY(0);
        }
    .page {
        padding-bottom: 90px;
    }
    footer {
        position: fixed;
        width: 100%;
        z-index: 2;
        bottom: 0px;
    }
}

    .rd-navbar-corporate .rd-navbar-static .rd-navbar-nav > li > a {
        padding: 15px 0px;
    }

.rd-navbar-corporate .rd-navbar-fullwidth .rd-navbar-panel{
    width: auto;
}