﻿body {
    
    letter-spacing: 0.5px;
}
    h1 {
    color: #C8D400 !important;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 1px;
}

.h1-style {
    color: #C8D400 !important;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 48px;
}

h2 {
    color: #C8D400;
    letter-spacing: 1px;
    font-size: 24px;
}

h3 {
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-bottom: 6px;
    margin-top: 40px;
    color: #002f3c !important;
}


h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: 600;
}

.h2-categories {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: 600;
    color: #004D60;
    margin-bottom: 10px;
    margin-top: 0px;
}

h6 {
    font-size: 14px;
}




p {
    line-height: 22px;
    font-size: 15px;
    font-weight: 200;
    margin: 0px 0 15px 0;
    color: #323232;
    letter-spacing: 0.5px;
}

ul li {
    line-height: normal;
    font-size: 15px;
    font-weight: 200;
    margin: 0px 0px 8px 0px;
    color: #323232;
    letter-spacing: 0.5px;
}



.light-green {
    color: #C8D400;
}
.green {
    color: #C8D400;
}

.white {
    color: #ffffff;
}

.petrol {
    color: #002f3c;
}

.fs22 {font-size:22px !important;
}
.fs28 {
    font-size: 28px !important;
}

.mt0 {
    margin-top: 0px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}


.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}



.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt120 {margin-top:120px;
}

.mb120 {
    margin-bottom: 120px;
}



.p60 {
    padding: 60px;
}

.pt0 {
    padding-top: 0px;
}
.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}


.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}


.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}



.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}



.pt200 {
    padding-top: 200px;
}

.pb200 {
   padding-bottom: 200px;
}



@media (max-width: 768px) {

    .header .header-nav {
        margin-top: 20px;
    }
}

    .logo a {
        width: 160px;
        height: 62px;
    }

    .fixed .logo a {
        height: 40px;
    }


    .overlay-video {
        position: relative;
        z-index: 1;
    }

        .overlay-video:before {
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            z-index: 1;
        }

        .overlay-video:before {
            background-color: rgba(0,47,60,.80);
        }

    @media (max-width: 768px) {

        .overlay-video:before {
            z-index: -1;
        }


        .overlay-video {
            z-index: -1;
        }
    }




    .intro-content-inner .header-a {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 23px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #C8D400;
    }

    @media (max-width: 768px) {
        .intro-content-inner .header-a {
            visibility: hidden;
        }
    }

    .intro-content-inner .header-b {
        font-size: 43px;
        letter-spacing: 2px;
        line-height: 70px;
        margin-bottom: 20px;
    }


    @media (max-width: 768px) {
        .intro-content-inner .header-b {
            font-size: 40px;
            letter-spacing: 2px;
            line-height: 50px;
            margin-bottom: 20px;
        }
    }


    .inner-intro .banner-title {
        font-size: 27px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: 6px;
        margin-top:50px;
    }

@media (max-width: 768px) {
    .inner-intro .banner-title {
        margin-top:100px;
    }
}


.secion-nav-box {
    background: #f7f7f7;
     
    margin: 25px 0px 25px 0px;
    color: #C8D400;
}

    .secion-nav-box ul li {
        margin-left:-18px;
    }

    .secion-nav-box a {
        color: #323232;
        text-decoration: none !important;
    }

        .secion-nav-box a:hover {
            color: #C8D400 !important;
            text-decoration: underline !important;
        }
    .secion-nav-box .h-link {
        font-size: 18px;
        color: #C8D400;
        font-weight:normal;
        line-height:normal;

    }

        .secion-nav-box .h-link:hover {
            color: #323232;
        }

.secion-nav-box-back  {margin-top:30px; }
    .secion-nav-box-back a {
        color: #C8D400 !important;
    }
        .secion-nav-box-back a:hover {
            color: #323232 !important;
        }


.accordion-content {
    padding: 0 20px 0px;
}

.btn-light-green {
    color: #004D60;
    background: #C8D400;
}

        .btn-light-green:hover {
            color: #fff;
            background: #004D60;
        }

    .btn-dark-green {
        color: #fff;
        background: #C8D400;
    }

        .btn-dark-green:hover {
            color: #fff;
            background: #004D60;
        }


    .btn-blue {
        color: #fff !important;
        background: #004D60;
        text-decoration:none;
    }

        .btn-blue:hover {
            color: #fff;
            background: #C8D400;
        }

        .bnt-no-line {text-decoration:none !important}


    .bg-light-grey {
        background-color: #f7f7f7;
        color: #323232;
    }



    .bg-light-green {
        background-color: #C8D400;
        color: #323232;
    }

        .bg-light-green p {
            color: #323232;
        }


    .bg-dark-green {
        background-color: #C8D400;
        color: #fff !important;
    }

        .bg-dark-green h2 {
            margin-top: 0px;
            color: #fff !important;
        }


        .bg-dark-green p {
            color: #fff !important;
        }



    .bg-petrol {
        background-color: #002f3c;
        color: #fff !important;
    }

        .bg-petrol h2 {
            margin-top: 0px;
            color: #fff !important;
        }


        .bg-petrol p {
            color: #fff !important;
        }

    .bg-charcoal {
        background-color: #323232;
        color: #fff !important;
    }

        .bg-charcoal h2 {
            margin-top: 0px;
            color: #fff !important;
        }


        .bg-charcoal p {
            color: #fff !important;
        }


    .bg-01 {
        background: url(../../images/billboard_1920x1080_02.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg-02 {
        background: url(../../images/billboard_1920x1080_02.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg-03 {
        background: url(../../images/billboard_1920x1080_03.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg-04 {
        background: url(../../images/billboard_1920x1080_04.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg-05 {
        background: url(../../images/billboard_1920x1080_05.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-06 {
        background: url(../../images/billboard_1920x1080_06.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg-07 {
        background: url(../../images/billboard_1920x1286_07.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg-08 {
        background: url(../../images/billboard_1920x1286_08.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg-09 {
        background: url(../../images/billboard_1920x1286_09.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-10 {
        background: url(../../images/billboard_1920x1286_10.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-11 {
        background: url(../../images/billboard_1920x1286_11.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-07 {
        background: url(../../images/billboard_1920x1286_07.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-12 {
        background: url(../../images/billboard_1920x1286_12.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-13 {
        background: url(../../images/billboard_1920x1286_13.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-14 {
        background: url(../../images/billboard_1920x1286_14.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-15 {
        background: url(../../images/billboard_1920x1286_15.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-16 {
        background: url(../../images/billboard_1920x1286_16.jpg) no-repeat center center;
        background-size: cover;
    }


    .bg-17 {
        background: url(../../images/billboard_1920x1286_17.jpg) no-repeat center center;
        background-size: cover;
    }


.bg-HITH {
    background: url(../../images/billboard_HITH-01.jpg) no-repeat center center;
    background-size: cover;
}

.bg-GTM {
    background: url(../../images/GTM-services-banner.jpg) no-repeat center center;
    background-size: cover;
}

.bg-HCM-MVP {
    background: url(../../images/HCM-Moving-Beyond-MVP-Implementation-banner-01.jpg) no-repeat center center;
    background-size: cover;
}

.bg-Managed-Services {
    background: url(../../images/Managed-Services-banner.jpg) no-repeat center center;
    background-size: cover;
}

.bg-OFSA {
    background: url(../../images/Fusion-Accelerator-banner.jpg) no-repeat center center;
    background-size: cover;
}



.page-content {
    margin-top: 80px;
    margin-bottom: 100px;
}


.page-content h1 {   
    margin-bottom: 20px;
}

        .page-content a {
            text-decoration:underline;
        }


 

    .page-contact h2 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 17px;
        font-weight: 600;
    }


    #service h3 {
        font-weight: 400;
        color: #004d60 !important;
    }

    .service-detail .bg-light-grey {
        padding: 20px 40px 20px 40px;
    }

    .service-detail h2 {
        margin-top: 0px;
        font-weight: 600;
        color: #004d60 !important;
        font-size: 30px;
        letter-spacing: 0.5px;
        line-height: 32px;
        margin-bottom: 16px;
        font-weight:normal;
    }


    .service-detail .col-md-6 {
        margin-bottom: 30px;
    }

    .partner-detail {
    }


.solution-body a {text-decoration:underline;
}

.solution-body h2 {
    font-size: 34px;
    font-weight:normal;
}

.solution-body h3 {
}


/* insights-content*/

.insights-content h3 {font-weight:normal; font-size:20px; margin-top:20px;
}


/* Staff list*/
.people-view {
    color: #fff;
}

    .people-name p {
        font-size: 12px;
    }

    .people-name a {
        color: #004D60;
    }

        .people-name a:hover {
            color: #C8D400;
        }

    .people-name h5 {
        text-align: center;
        color: #004D60;
        margin-bottom: 2px;
        margin-top: 10px;
        font-size: 17px;
        line-height: normal;
        font-weight: 600;
        text-transform: none;
    }



    .sector-name {
        color: #004D60;
        margin-bottom: 8px;
        margin-top: 20px;
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
        text-transform: uppercase;
    }


    /* Staff detail */

    .st-pd {
        padding: 100px 60px 100px 60px;
    }

    @media (max-width: 768px) {
        .st-pd {
            padding: 60px 20px 100px 20px;
        }
    }

    .team-name h1 {
        margin-bottom: 3px;
    }

    .team-title {
        margin-bottom: 20px;
    }

    .team-contact {
        margin: 10px 0px;
        font-size: 14px;
    }


        .team-contact a {
            font-size: 14px;
            text-transform: none;
            letter-spacing: 1px;
            font-weight: normal;
            color: #C8D400;
        }

            .team-contact a:hover {
                color: #323232;
            }


    .team-description h2:first-child {
        margin-top: 0px;
    }

    .team-description h2 {
        color: #004d60;
    }

    .team-description h3 {
        font-size: 17px;
        color: #004d60;
        margin-top: 10px;
    }



    .team-description blockquote {
        border-left: none;
        background: #f7f7f7;
        font-size: 15px;
        font-weight: 400;
        padding: 25px 25px;
        margin: 20px 0px 00px 0px;
        color: #888;
        font-weight: 300;
    }


        .team-description blockquote:after {
            content: "";
            font-family: FontAwesome;
            padding-left: 7px;
            font-size: 12px;
        }

        .team-description blockquote:before {
            content: "";
            font-family: FontAwesome;
            padding-right: 7px;
            font-size: 12px;
        }


    .team-skils .bg-light-grey {
        padding: 20px 50px 20px 50px;
        margin-bottom: 20px;
    }

    .team-skils .bg-light-green {
        padding: 20px 30px;
        margin-bottom: 20px;
    }

        .team-skils .bg-light-green h2 {
            font-size: 20px;
            margin-top: 0px;
            margin-bottom: 5px;
            color: #fff !important;
        }

        .team-skils .bg-light-green h3 {
            font-size: 16px;
            margin-top: 15px;
            color: #323232 !important;
            line-height: normal;
        }







    /* News list*/
    .blog-post .post-header h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        letter-spacing: 0px;
        font-weight: 600;
    }

        .blog-post .post-header h2 a {
            color: #004d60;
            text-decoration: none;
        }

            .blog-post .post-header h2 a:hover {
                color: #C8D400;
            }


    .post-list-media {
        margin-bottom: 20px;
    }

    .blog-post .post-entry {
        margin-bottom: 10px;
    }

    .blog-post .post-more-link {
        font-size: 11px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .blog-post .post-more-link a {
            font-weight: 600;
            color: #C8D400;
        }

            .blog-post .post-more-link a:hover {
                color: #323232;
            }
    /* News list home page */

    .news-home {
        margin-bottom: 30px;
    }


    .news-home-image {
        margin-bottom: 10px;
    }

    .news-home h2 {
        margin-bottom: 5px;
        margin-top: 0px;
        font-size: 17px;
        line-height: normal;
        color: #323232 !important;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

        .news-home h2 a {
            color: #004D60 !important;
        }

            .news-home h2 a:hover {
                color: #C8D400 !important;
                
            }


    .news-home a {
        color: #C8D400 !important;
    }

        .news-home a:hover {
            color: #323232 !important;
        }



    /* News detail */


    .news-article h1 {
        margin-bottom: 20px;
    }

.news-article ol {
    font-weight: 200;
}

    .news-teaser {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: normal;
    }

    .item-share {
        margin-bottom: 20px;
    }

        .item-share a {
            text-decoration:none;
        }


    .news-image {
        margin-bottom: 20px;
    }

    .news-story {
        margin-bottom: 40px;
    }

.article-list-rhs p {font-size:13px; color:#323232}
.article-list-rhs a {
    text-decoration: none;     
}
.article-list-rhs a:hover {
    text-decoration: underline;
}




/*testimonials */
#testimonial h2 {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 80px;
    color: #C8D400 !important;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 1px;
}


    .ptb-testimonials {
        padding-top: 200px;
        padding-bottom: 250px;
    }

    /*footer */


.footer h2 {
    color: #C8D400;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
    margin-top:0px;
}

.footer h6 {
    color: #C8D400;
    
}

.footer h2 {
    color: #C8D400;
}

    .footer .link a.brandlink {
        color: #C8D400;
    }

        .footer .link a.brandlink:hover {
            color: #fff;
        }


.footer ul li {
    margin-bottom: 10px;
}

    .news-footer a {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        color: #C8D400;
    }

        .news-footer a:hover {
            color: #323232;
        }



    /* Social Share */
    .btn-share {
        line-height: 1.4;
        font-size: 12px !important;
        padding: 0.2rem 1.0rem;
        border-radius: .0rem;
        font-weight: normal !important;
        color: #fff;
        background-color: #002f3c;
        border-color: #002f3c;
        transition: none;
        border: none;
    }

        .btn-share:hover {
            background-color: #C8D400;
            border-color: #C8D400;
            color: #fff;
        }

/* Form Styles */

.form-styles input, textarea {
    margin-bottom: 1.2rem;
}

.form-styles select {
    margin-bottom: 1.2rem;
}

.form-styles label {
    font-weight: bold;
}

.form-styles .checkbox label {
    font-weight: normal;
}

.form-styles label {
    display: unset;
    margin-bottom: .5rem;
    font-size: 16px;
}


/* boxes */



.bg-blue {
    background-color: #004D60;
    color: #ffffff;
    padding: 20px 40px 20px 40px;
}

 
    
.bg-blue ul {
        margin-left: -20px;
    }

    .bg-blue h3 {font-size:18px;
        margin-top: 0px;
        color: #ffffff;
    }

    .bg-blue li  {
        color: #ffffff;
    }

/* SYTSEM */

.system_page .system_table td:last-child {
    text-align: left !important;
    padding: 10px 10px 0 5px;
}



.pagination {
    font-size: 18px;
    margin-left: -40px;
}

    .pagination li {
        display: inline;
        margin-right: 10px;
    }

    .pagination .active a {
        color: #000;
    }


.scroll-top {
    padding: 0px 0px 0px 5px;
    border-radius: 0px;
}


/* call to action bar top */

.call-to-action-top {
    padding: 6px 0px;
    margin-bottom: 0px;
    background: #f2f2f2;
    color: #323232;
    font-size: 12px;
}



@media (min-width: 768px) {
    .call-to-action-top {
       margin-left:-25px;
    }
}

    .call-to-action-top a {
        text-decoration: underline;      
        color: #323232;
    }

        .call-to-action-top a:hover {
            text-decoration: none;            
            color: #C8D400;
        }