﻿/*
Theme Name: Pixelwood Ltd - LICI 2018
Author: Pixelwood Ltd
Author URI: https://www.pixelwood.co.uk
*/

#site_header #header-menu ul, section.block.block-cta .cta-button {
    text-align: right
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

    .referred_box .referred_box-warning, .wpcf7 .green-number-bar span, section.block.block-pricingbanner .pricingbanner .button, section.block.block-pricingbanner .pricingbanner .button img {
        vertical-align: middle
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    font-family: Montserrat,sans-serif;\
    color: #333
}

.btn-black, .btn-black i, .btn-blue, .btn-blue i {
    color: #fff
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.rainbow-horizontal {
    background: #002647;
    background: -moz-linear-gradient(left,#002647 0,#e60263 50%,#002647 100%);
    background: -webkit-linear-gradient(left,#002647 0,#e60263 50%,#002647 100%);
    background: linear-gradient(to right,#002647 0,#e60263 50%,#002647 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002647', endColorstr='#002647', GradientType=1 )
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox], input[type=radio] {
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25)
}

.btn {
    padding: .5rem 1rem;
    line-height: 2;
    cursor: pointer
}

.btn-small {
    line-height: 1;
    padding: .5rem .75rem
}

.btn-wide {
    display: block;
    width: 100%
}

.btn-tall {
    padding: 1rem;
    font-size: 25px;
    line-height: 1
}

.btn-icon-left i {
    margin-right: 10px
}

.btn-primary {
    background-color: #e60263;
    border-color: #e60263
}

    .btn-primary:hover {
        background-color: #c20a58;
        border-color: #c20a58
    }

.btn-blue {
    background-color: #0a4689;
    border-color: #0a4689
}

    .btn-blue:hover {
        background-color: #002647;
        border-color: #002647
    }

.btn-black {
    background-color: #000;
    border-color: #000
}

    .btn-black:hover {
        background-color: #002647;
        border-color: #002647;
        color: #fff
    }

.btn-arrow, .btn-arrow-blue, .btn-arrow-down, .btn-arrow-up {
    padding-right: 45px;
    position: relative
}

    .btn-arrow-blue:after, .btn-arrow-down:after, .btn-arrow-up:after, .btn-arrow:after {
        right: 10px;
        top: 50%;
        margin-top: -12px;
        position: absolute;
        display: block
    }

    .btn-arrow:after {
        content: url(img/btn-arrow.png)
    }

    .btn-arrow-blue:after {
        content: url(img/btn-arrow-blue.png)
    }

    .btn-arrow-down:after {
        content: url(img/btn-arrow-down.png)
    }

    .btn-arrow-up:after {
        content: url(img/btn-arrow-up.png)
    }

.btn-arrow-left {
    padding-left: 45px;
    position: relative
}

    .btn-arrow-left:before {
        left: 10px;
        top: 50%;
        margin-top: -12px;
        position: absolute;
        display: block;
        content: url(img/btn-arrow-left.png)
    }

b, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600
}

h1 {
    line-height: 1.2em
}

h3 {
    font-size: 32px
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

a, i {
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

    a:hover {
        text-decoration: none
    }

.pink {
    color: #e60263
}

#site_header {
    padding: 40px 0 30px
}

    #site_header #header-language {
        display: none;
        text-align: right;
        margin-bottom: 30px
    }

    #site_header #header-logo img {
        /*        max-width: 100%;
        width: 200px;*/
        width: 70%;
        height: auto
    }

    #site_header #header-menu {
        padding-top: 15px
    }

        #site_header #header-menu ul li {
            display: inline-block;
            margin-left: 20px;
            float: none;
        }

            #site_header #header-menu ul li a {
                color: #002647;
                font-size: 13px;
                margin-right: 0px;
            }

            #site_header #header-menu ul li.current-menu-item a {
                color: #e60263;
                font-weight: 700
            }

            #site_header #header-menu ul li a:hover {
                text-decoration: none;
                color: #e60263
            }

#site_header_rainbow {
    height: 7px
}

#site_header #header-menu-mobile-toggle {
    display: none;
    cursor: pointer;
    float: right;
    margin-top: 25px
}

    #site_header #header-menu-mobile-toggle i {
        font-size: 25px;
        color: #002647
    }

#header-menu-wrap .col-xs-12 {
    min-height: 0
}

#header-menu-mobile {
    background-color: #0a4689;
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 350px;
    display: none
}

    #header-menu-mobile ul li a {
        display: block;
        color: #fff;
        padding: 10px 12px;
        border-bottom: 1px solid #002647
    }

    #header-menu-mobile ul li.current-menu-item a {
        background-color: #002647;
        color: #e60263;
        font-weight: 600
    }

@media screen and (max-width:1199px) {
    #site_header {
        padding: 25px 0
    }

        #site_header #header-language, #site_header #header-menu {
            display: none
        }

        #site_header #header-menu-mobile-toggle {
            display: block
        }
}

@media screen and (max-width:575px) {
    #header-menu-mobile {
        width: 100%
    }
}

section.block.block-spacing .spacing-shell {
    width: 100%;
    clear: both
}

section.block.block-cta {
    background-color: #0a4689;
    padding: 10px 0;
    position: relative;
    border-bottom: 3px solid #e60263;
}

    section.block.block-cta .cta-title {
        line-height: 45px;
        color: #fff;
        font-size: 30px
    }

        section.block.block-cta .cta-title b, section.block.block-cta .cta-title strong {
            font-weight: 600
        }

    section.block.block-cta .cta-button .btn {
        font-size: 18px
    }

    section.block.block-cta.grey {
        background-color: #e6e6e6
    }

        section.block.block-cta.grey .cta-title {
            color: #333
        }

    section.block.block-cta.smalltext .cta-title {
        line-height: 45px;
        font-size: 24px
    }

@media screen and (max-width:1199px) {
    section.block.block-cta.smalltext .cta-title {
        line-height: 45px;
        font-size: 19px
    }
}

@media screen and (max-width:991px) {
    section.block.block-cta.smalltext .cta-title {
        line-height: 38px;
        font-size: 26px
    }
}

@media screen and (max-width:767px) {
    section.block.block-cta.smalltext .cta-title {
        line-height: 30px;
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    section.block.block-cta .cta-title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px
    }

    section.block.block-cta .cta-button {
        text-align: center
    }
}

section.block.block-primary {
    padding: 50px 0
}

    section.block.block-primary.grey {
        background-color: #e5e5e5
    }

    section.block.block-primary.extrapadding {
        padding: 100px 0
    }

    section.block.block-primary .primary-content h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px
    }

    section.block.block-primary .primary-content h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px
    }

    section.block.block-primary .primary-content h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }

    section.block.block-primary .primary-content h4, section.block.block-primary .primary-content h5, section.block.block-primary .primary-content h6 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px
    }

    section.block.block-primary .primary-content b, section.block.block-primary .primary-content strong {
        font-weight: 700
    }

    section.block.block-primary .primary-content em {
        font-style: italic
    }

    section.block.block-primary .primary-content pre {
        margin-bottom: 20px;
        padding: 20px;
        font-family: "Courier New"
    }

    section.block.block-primary .primary-content blockquote {
        margin-bottom: 20px;
        padding: 10px 20px;
        border-left: 4px solid #e60263
    }

    section.block.block-primary .primary-content ul {
        margin-bottom: 24px;
        padding-left: 35px
    }

        section.block.block-primary .primary-content ul li {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 6px;
            list-style: disc
        }

    section.block.block-primary .primary-content ol {
        margin-bottom: 24px;
        padding-left: 35px
    }

        section.block.block-primary .primary-content ol li {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 6px;
            list-style: decimal
        }

@media screen and (max-width:767px) {
    section.block.block-primary {
        padding: 30px 0
    }

        section.block.block-primary.extrapadding {
            padding: 50px 0
        }

        section.block.block-primary .primary-content h1 {
            font-size: 35px;
            line-height: 35px;
            margin-bottom: 15px
        }

        section.block.block-primary .primary-content h2 {
            font-size: 25px;
            line-height: 25px;
            margin-bottom: 10px
        }

        section.block.block-primary .primary-content h3 {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 10px
        }

        section.block.block-primary .primary-content h4, section.block.block-primary .primary-content h5, section.block.block-primary .primary-content h6 {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 10px
        }
}

section.block.block-quotebar .quotebar-inner {
    background-color: #0a4689;
    padding: 30px 0
}

    section.block.block-quotebar .quotebar-inner.stuck {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999
    }

section.block.block-quotebar .quotebar-title {
    line-height: 45px;
    color: #fff;
    font-size: 30px
}

    section.block.block-quotebar .quotebar-title b, section.block.block-quotebar .quotebar-title strong {
        font-weight: 600
    }

section.block.block-quotebar select {
    max-width: 100%;
    width: 100%;
    border: none;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 30px 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url(img/select.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff
}

    section.block.block-quotebar select::-ms-expand {
        display: none
    }

.deviceprompt {
    position: relative;
    background-color: #ddd;
    color: #333;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none
}

    .deviceprompt:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ddd;
        position: absolute;
        top: -10px;
        left: 15px
    }

@media screen and (max-width:1200px) {
    section.block.block-quotebar .quotebar-title {
        margin-bottom: 10px;
        font-size: 26px
    }
}

@media screen and (max-width:767px) {
    section.block.block-quotebar .quotebar-inner {
        padding: 10px 0
    }

    section.block.block-quotebar select {
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px
    }

    .deviceprompt {
        display: none !important;
        margin-bottom: 10px
    }

    section.block.block-quotebar .btn {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0
    }
}

section.block.block-iconpoints {
    padding: 50px 0;
    background-color: #e6e6e6
}

    section.block.block-iconpoints.white {
        background-color: #fff
    }

    section.block.block-iconpoints.heart {
        padding: 75px 0;
        background-image: url(img/bg_pointsmenu.png);
        background-repeat: no-repeat;
        background-position: center
    }

    section.block.block-iconpoints.tag {
        position: relative
    }

        section.block.block-iconpoints.tag:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            margin-top: -30px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 30px solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid #e6e6e6
        }

        section.block.block-iconpoints.tag.white:before {
            border-bottom: 30px solid #fff
        }

    section.block.block-iconpoints .iconpoints-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: 400;
        font-size: 30px
    }

    section.block.block-iconpoints .iconpoints-subtitle {
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 25px
    }

    section.block.block-iconpoints .iconpoint {
        margin: 15px 0
    }

        section.block.block-iconpoints .iconpoint .iconpoint-content {
            font-size: 16px;
            line-height: 24px;
            padding-top: 15px
        }

        section.block.block-iconpoints .iconpoint.style1 .iconpoint-title {
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            margin-bottom: 10px;
            position: relative;
            padding-left: 40px
        }

            section.block.block-iconpoints .iconpoint.style1 .iconpoint-title i {
                color: #e60263;
                font-size: 28px;
                position: absolute;
                left: 0;
                top: -5px
            }

        section.block.block-iconpoints .iconpoint.style2 .iconpoint-title {
            position: relative;
            padding-left: 60px;
            min-height: 50px
        }

            section.block.block-iconpoints .iconpoint.style2 .iconpoint-title .icon {
                width: 50px;
                height: 50px;
                border: 2px solid #0a4689;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                text-align: center;
                line-height: 50px;
                position: absolute;
                left: 0;
                top: 0
            }

                section.block.block-iconpoints .iconpoint.style2 .iconpoint-title .icon i {
                    color: #e60263;
                    font-size: 28px;
                    text-align: center;
                    line-height: 45px
                }

            section.block.block-iconpoints .iconpoint.style2 .iconpoint-title .point {
                font-size: 18px;
                font-weight: 600;
                line-height: 24px;
                position: relative;
                padding: 16px 0 0
            }

        section.block.block-iconpoints .iconpoint.style3 .iconpoint-title {
            text-align: center
        }

            section.block.block-iconpoints .iconpoint.style3 .iconpoint-title .icon {
                width: 80px;
                height: 80px;
                border: 2px solid #0a4689;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                text-align: center;
                line-height: 80px;
                display: inline-block
            }

                section.block.block-iconpoints .iconpoint.style3 .iconpoint-title .icon i {
                    color: #e60263;
                    font-size: 40px;
                    text-align: center;
                    line-height: 80px
                }

            section.block.block-iconpoints .iconpoint.style3 .iconpoint-title .point {
                font-size: 18px;
                font-weight: 600;
                line-height: 24px;
                position: relative;
                padding: 16px 0 0
            }

        section.block.block-iconpoints .iconpoint.style3 .iconpoint-content {
            text-align: center
        }

    section.block.block-iconpoints .menu-title {
        background-color: #0a4689;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 15px;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
    }

        section.block.block-iconpoints .menu-title i {
            margin-right: 10px
        }

    section.block.block-iconpoints .menu-content {
        border: 1px solid #b3b3b3;
        border-top: none;
        padding: 30px 20px
    }

        section.block.block-iconpoints .menu-content a {
            color: #000;
            font-weight: 600;
            font-size: 14px;
            padding: 10px 0;
            display: block;
            position: relative
        }

.post .content, section.block.block-faqs .faq, section.block.block-imagebanner .background-image .more, section.block.block-imagebanner_v2 .background-image .more, section.block.block-pricingbanner .pricingbanner .mobile-image {
    display: none
}

section.block.block-iconpoints .menu-content a:after {
    font-family: FontAwesome;
    content: '\f054';
    position: absolute;
    right: 0;
    top: 10px
}

section.block.block-iconpoints .menu-content a:hover {
    color: #e60263
}

    section.block.block-iconpoints .menu-content a:hover:after {
        right: 2px
    }

@media screen and (max-width:767px) {
    section.block.block-iconpoints {
        padding: 30px 0
    }

        section.block.block-iconpoints .iconpoints-title {
            display: none
        }

        section.block.block-iconpoints .iconpoint.style1 {
            margin: 0 0 30px
        }

        section.block.block-iconpoints .iconpoint.style2 .iconpoint-title {
            padding-left: 0
        }

            section.block.block-iconpoints .iconpoint.style2 .iconpoint-title .icon {
                position: relative;
                margin: 0 auto
            }

            section.block.block-iconpoints .iconpoint.style2 .iconpoint-title .point {
                text-align: center;
                padding-top: 5px
            }
}

section.block.block-faqs {
    padding: 70px 0 60px
}

    section.block.block-faqs .faqs-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: 400;
        font-size: 30px
    }

    section.block.block-faqs .faq {
        border-bottom: 2px dotted #bababa;
        padding: 10px 0
    }

        section.block.block-faqs .faq .q {
            font-size: 18px;
            font-weight: 600;
            position: relative;
            cursor: pointer;
            padding: 15px 40px 15px 0
        }

            section.block.block-faqs .faq .q i {
                position: absolute;
                right: 0;
                font-size: 20px
            }

                section.block.block-faqs .faq .q i.fa-plus {
                    color: #9f1b3c
                }

                section.block.block-faqs .faq .q i.fa-minus {
                    color: #0a4689
                }

        section.block.block-faqs .faq .a {
            display: none;
            padding: 0 0 15px;
            font-size: 14px;
            line-height: 20px
        }

    section.block.block-faqs .faq-more-wrap {
        text-align: center;
        padding-top: 50px
    }

    section.block.block-faqs .faq-more:focus {
        box-shadow: none
    }

@media screen and (max-width:767px) {
    section.block.block-faqs .faq {
        padding: 5px 0
    }

        section.block.block-faqs .faq .q {
            font-size: 16px
        }
}

section.block.block-testimonials {
    padding: 75px 0;
    background-color: #fff;
    position: relative
}

    section.block.block-testimonials .testimonials_logos {
        text-align: center;
        margin-bottom: 35px
    }

    section.block.block-testimonials .testimonial {
        text-align: center
    }

        section.block.block-testimonials .testimonial .quote {
            font-style: italic;
            position: relative;
            font-size: 25px;
            line-height: 32px;
            padding: 0 100px;
            margin-bottom: 25px
        }

            section.block.block-testimonials .testimonial .quote:before {
                line-height: normal;
                content: 'â€œ';
                color: #e60263;
                font-size: 110px;
                position: absolute;
                left: 0;
                top: -15px
            }

            section.block.block-testimonials .testimonial .quote:after {
                line-height: normal;
                content: 'â€';
                color: #e60263;
                font-size: 110px;
                position: absolute;
                right: 0;
                top: -15px
            }

input[type=checkbox] + label:before, input[type=radio] + label:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center
}

section.block.block-testimonials .testimonial .tag {
    font-weight: 600;
    font-size: 18px
}

@media screen and (max-width:767px) {
    section.block.block-testimonials .testimonial .quote {
        font-size: 20px;
        line-height: 28px;
        padding: 0 60px
    }
}

@media screen and (max-width:575px) {
    section.block.block-testimonials .testimonial .quote {
        font-size: 16px;
        line-height: 24px;
        padding: 0 30px
    }

        section.block.block-testimonials .testimonial .quote:after, section.block.block-testimonials .testimonial .quote:before {
            font-size: 75px
        }

    section.block.block-testimonials .testimonial .tag {
        font-weight: 600;
        font-size: 16px
    }
}

section.block.block-posts {
    background-color: #e6e6e6;
    padding: 80px 0 30px
}

    section.block.block-posts .posts-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: 400;
        font-size: 30px
    }

.post {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px
}

    .post .title {
        padding-top: 50px;
        padding-bottom: 30px;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600
    }

        .post .title a {
            color: #333
        }

            .post .title a:hover {
                color: #0a4689
            }

    .post .excerpt {
        margin-bottom: 16px
    }

@media screen and (max-width:991px) {
    .post .thumb, .post:nth-child(2n) .thumb {
        float: none;
        margin: 0;
        text-align: center
    }
}

@media screen and (max-width:575px) {
    .post .title {
        padding-top: 30px;
        padding-bottom: 15px
    }
}

section.block.block-imagebanner .background-image {
    padding: 100px 0 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

    section.block.block-imagebanner .background-image .title {
        font-size: 31px;
        line-height: 40px;
        margin-bottom: 30px
    }

    section.block.block-imagebanner .background-image .imagebanner-loadmore:focus {
        box-shadow: none
    }

@media screen and (max-width:991px) {
    section.block.block-imagebanner {
        text-align: center
    }

        section.block.block-imagebanner, section.block.block-imagebanner .content p, section.block.block-imagebanner .title, section.block.block-imagebanner .title b {
            color: #fff !important
        }

            section.block.block-imagebanner .background-image {
                background-image: url(img/pink-bg.jpg) !important;
                padding: 50px 0 35px !important
            }
}

section.block.block-imagebanner_v2 .background-image {
    padding: 100px 0 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

    section.block.block-imagebanner_v2 .background-image.imagebanner_v2_colour_white {
        background-color: #fff;
        color: #333;
    }

    section.block.block-imagebanner_v2 .background-image.imagebanner_v2_colour_grey {
        background-color: #ddd;
        color: #333;
    }

    section.block.block-imagebanner_v2 .background-image.imagebanner_v2_colour_pink {
        background-color: #e60263;
        color: #fff;
    }

    section.block.block-imagebanner_v2 .background-image.imagebanner_v2_colour_blue {
        background-color: #0a4689;
        color: #fff;
    }

    section.block.block-imagebanner_v2 .background-image .title {
        font-size: 31px;
        line-height: 40px;
        margin-bottom: 30px
    }

    section.block.block-imagebanner_v2 .background-image.imagebanner_v2_colour_pink .imagebanner-loadmore {
        background-color: #fff;
        color: #0a4689;
    }

    section.block.block-imagebanner_v2 .background-image .imagebanner-loadmore {
        box-shadow: none;
        border: none;
    }

        section.block.block-imagebanner_v2 .background-image .imagebanner-loadmore:focus {
            box-shadow: none;
            border: none;
        }

@media screen and (max-width:991px) {
    /*section.block.block-imagebanner_v2{text-align:center}*/

    section.block.block-imagebanner_v2 .imagebanner_v2_colour_white,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_white .content p,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_white .content li,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_white .title,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_white .title b,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_grey,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_grey .content p,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_grey .content li,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_grey .title,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_grey .title b {
        color: #333 !important
    }

    section.block.block-imagebanner_v2 .imagebanner_v2_colour_pink,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_pink .content p,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_pink .content li,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_pink .title,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_pink .title b,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_blue,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_blue .content p,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_blue .content li,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_blue .title,
    section.block.block-imagebanner_v2 .imagebanner_v2_colour_blue .title b {
        color: #fff !important
    }

    section.block.block-imagebanner_v2 .background-image {
        padding: 50px 0 30px 0 !important;
        background-image: none !important;
    }

    section.block.block-imagebanner_v2 .imageblock_v2_ci {
        margin-bottom: 20px;
    }

    section.block.block-imagebanner_v2 .content {
        margin-bottom: 40px;
    }

        section.block.block-imagebanner_v2 .content li {
            font-size: 14px !important;
        }
}






section.block.block-reviews_stats {
    padding: 50px 0;
    background-color: #e6e6e6;
}

    section.block.block-reviews_stats .left_col_title {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    section.block.block-reviews_stats .left_col_content {
        font-weight: 600;
    }

    section.block.block-reviews_stats .reviews-col-feefo {
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
    }

    section.block.block-reviews_stats .reviews_logo {
        text-align: center;
        margin-bottom: 20px;
    }

        section.block.block-reviews_stats .reviews_logo.trustpilot_logo {
            margin-top: 15px;
            margin-bottom: 40px;
        }

    section.block.block-reviews_stats .reviews_rating {
        text-align: center;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 20px;
    }

        section.block.block-reviews_stats .reviews_rating.feefo_rating {
            font-size: 60px;
            text-align: center;
            vertical-align: top;
        }

            section.block.block-reviews_stats .reviews_rating.feefo_rating span {
                font-size: 20px;
                vertical-align: top;
            }

        section.block.block-reviews_stats .reviews_rating.trustpilot_rating {
            font-size: 30px;
            font-weight: bold;
            line-height: 35px;
        }

            section.block.block-reviews_stats .reviews_rating.trustpilot_rating span {
                font-weight: normal;
                display: block;
            }

    section.block.block-reviews_stats .reviews_stars {
        text-align: center;
        margin-bottom: 20px;
    }

        section.block.block-reviews_stats .reviews_stars img {
            max-width: 200px;
            width: auto;
            height: auto;
        }

    section.block.block-reviews_stats .reviews_total {
        text-align: center;
    }

@media screen and (max-width:767px) {
    section.block.block-reviews_stats .left_col_title {
        text-align: center;
    }

    section.block.block-reviews_stats .left_col_content {
        text-align: center;
    }

    section.block.block-reviews_stats .reviews-col-feefo {
        border: none;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}




section.block.block-testimonials_list {
    padding: 75px 0;
    background-color: #fff;
    position: relative
}

    section.block.block-testimonials_list .testimonials_list_title {
        text-align: center;
        margin-bottom: 50px;
        font-size: 25px;
        font-weight: 600;
    }

    section.block.block-testimonials_list .testimonial {
        text-align: center;
        margin-bottom: 50px;
    }

        section.block.block-testimonials_list .testimonial .quote {
            font-style: italic;
            position: relative;
            font-size: 25px;
            line-height: 32px;
            padding: 0 100px;
            margin-bottom: 25px
        }

            section.block.block-testimonials_list .testimonial .quote:before {
                line-height: normal;
                content: 'â€œ';
                color: #e60263;
                font-size: 110px;
                position: absolute;
                left: 0;
                top: -15px
            }

            section.block.block-testimonials_list .testimonial .quote:after {
                line-height: normal;
                content: 'â€';
                color: #e60263;
                font-size: 110px;
                position: absolute;
                right: 0;
                top: -15px
            }

        section.block.block-testimonials_list .testimonial .tag {
            font-weight: 600;
            font-size: 18px
        }

@media screen and (max-width:767px) {
    section.block.block-testimonials_list .testimonial .quote {
        font-size: 20px;
        line-height: 28px;
        padding: 0 60px
    }
}

@media screen and (max-width:575px) {
    section.block.block-testimonials_list .testimonial .quote {
        font-size: 16px;
        line-height: 24px;
        padding: 0 30px
    }

        section.block.block-testimonials_list .testimonial .quote:after,
        section.block.block-testimonials_list .testimonial .quote:before {
            font-size: 75px
        }

    section.block.block-testimonials_list .testimonial .tag {
        font-weight: 600;
        font-size: 16px
    }
}





section.block.block-pricingbanner .pricingbanners {
    height: 510px;
    width: 100%;
    overflow: hidden;
    position: relative
}

    section.block.block-pricingbanner .pricingbanners .after,
    section.block.block-pricingbanner .pricingbanners .before {
        cursor: pointer;
        font-family: FontAwesome;
        position: absolute;
        z-index: 9999;
        color: #e60263;
        font-size: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    section.block.block-pricingbanner .pricingbanners .before {
        left: 20px
    }

    section.block.block-pricingbanner .pricingbanners .after {
        right: 20px
    }

section.block.block-pricingbanner .pricingbanner {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 85px 0 0;
    height: 510px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

    section.block.block-pricingbanner .pricingbanner .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
        font-weight: 400
    }

    section.block.block-pricingbanner .pricingbanner .content {
        margin-bottom: 40px
    }

        section.block.block-pricingbanner .pricingbanner .content p {
            font-size: 18px;
            line-height: 30px
        }

    section.block.block-pricingbanner .pricingbanner .button .btn {
        margin: 10px 15px 10px 0
    }

    section.block.block-pricingbanner .pricingbanner .button img.money {
        padding-top: 5px
    }

    section.block.block-pricingbanner .pricingbanner .price {
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        font-size: 14px;
        width: 145px;
        height: 145px;
        background-color: #0a4689;
        color: #fff;
        padding-top: 35px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #fff;
        float: right
    }

        section.block.block-pricingbanner .pricingbanner .price span {
            font-size: 30px;
            font-weight: 600;
            display: block;
            padding: 8px 0
        }

@media screen and (max-width:1300px) {
    section.block.block-pricingbanner .pricingbanners .after,
    section.block.block-pricingbanner .pricingbanners .before {
        top: unset;
        bottom: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media screen and (max-width:991px) {
    section.block.block-pricingbanner .pricingbanner .content p br,
    section.block.block-pricingbanner .pricingbanner .title br {
        display: none
    }

    section.block.block-pricingbanner .pricingbanners {
        height: auto
    }

    section.block.block-pricingbanner .pricingbanner {
        height: auto !important;
        padding: 20px 0;
        background: #e6e6e6 !important;
        position: relative
    }

        section.block.block-pricingbanner .pricingbanner .title {
            padding-right: 0;
            line-height: 28px;
            padding-bottom: 0;
            margin-bottom: 10px;
            color: #333 !important;
            font-size: 25px
        }

        section.block.block-pricingbanner .pricingbanner .content {
            margin-bottom: 10px
        }

            section.block.block-pricingbanner .pricingbanner .content li,
            section.block.block-pricingbanner .pricingbanner .content p {
                font-size: 14px;
                line-height: 20px;
                color: #333 !important;
            }

            section.block.block-pricingbanner .pricingbanner .content p {
                margin-bottom: 10px
            }

    section.block.block-pricingbanner .mobile-image {
        display: block;
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    section.block.block-pricingbanner .pricingbanner .price {
        top: -10px;
        right: 10px;
        font-size: 12px;
        width: 100px;
        height: 100px;
        padding-top: 20px
    }

        section.block.block-pricingbanner .pricingbanner .price span {
            font-size: 25px;
            padding: 2px 0
        }
}

@media screen and (max-width:767px) {
    section.block.block-pricingbanner .mobile-image {
        height: 200px
    }
}

@media screen and (max-width:500px) {
    section.block.block-pricingbanner .mobile-image {
        height: 150px
    }
}

@media screen and (max-width:450px) {
    section.block.block-pricingbanner .pricingbanner .button .btn {
        margin-right: 5px
    }

    section.block.block-pricingbanner .pricingbanner .button img {
        max-width: 200px
    }

        section.block.block-pricingbanner .pricingbanner .button img.money {
            max-width: 100%
        }
}

@media screen and (max-width:390px) {
    section.block.block-pricingbanner .pricingbanner .button img {
        max-width: 160px
    }
}

@media screen and (max-width:350px) {
    section.block.block-pricingbanner .pricingbanner .button img {
        max-width: 130px
    }
}



section.block.block-parallaxbanner .parallaxbanner {
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden
}

section.block.block-parallaxbanner .parallaxbanners_title {
    padding: 35px;
    background-color: #fff;
    z-index: 999;
    position: relative
}

    section.block.block-parallaxbanner .parallaxbanners_title:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9999
    }

    section.block.block-parallaxbanner .parallaxbanners_title h3 {
        margin-bottom: 10px
    }

    section.block.block-parallaxbanner .parallaxbanners_title p {
        margin-bottom: 0
    }

section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-mobile-title {
    display: none
}

section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    opacity: 0
}

section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-image {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0
}

    section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-image img {
        display: block
    }

section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-blocks {
    margin-top: 200px
}

section.block.block-parallaxbanner .parallaxbanner .iconpoint {
    margin: 0 0 50px
}

    section.block.block-parallaxbanner .parallaxbanner .iconpoint .iconpoint-content {
        font-size: 16px;
        line-height: 24px;
        padding-top: 15px
    }

    section.block.block-parallaxbanner .parallaxbanner .iconpoint .iconpoint-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 40px
    }

        section.block.block-parallaxbanner .parallaxbanner .iconpoint .iconpoint-title i {
            color: #e60263;
            font-size: 28px;
            position: absolute;
            left: 0;
            top: -5px
        }

@media screen and (max-width:991px) {
    section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-title {
        display: none !important
    }

    section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-mobile-title {
        display: block;
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 40px
    }

    section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-image {
        display: none !important
    }

    section.block.block-parallaxbanner .parallaxbanner {
        background: #e6e6e6 !important;
        color: #333;
        height: auto !important;
        padding: 50px 0 20px
    }

        section.block.block-parallaxbanner .parallaxbanner .parallaxbanner-blocks {
            margin-top: 0;
            position: relative;
            top: unset;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none
        }
}

.referred_box {
    background-color: rgba(255,255,255,.8);
    color: #333;
    padding: 30px;
    text-align: center
}

    .referred_box h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .referred_box .referred_box-item {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .referred_box .referred_box-warning {
        border-top: 1px solid #333;
        padding-top: 30px;
        margin-top: 30px;
        font-size: 15px;
        font-weight: 700
    }

        .referred_box .referred_box-warning i {
            color: #e60263;
            font-size: 28px;
            margin-right: 5px;
            vertical-align: middle
        }

.wpcf7 {
    margin-bottom: 60px;
    width: 500px;
    max-width: 100%
}

    .wpcf7 p {
        margin-bottom: 15px
    }

    .wpcf7 label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 5px;
        cursor: pointer;
        color: #333;
        text-align: left
    }

    .wpcf7 input.wpcf7-email, .wpcf7 input.wpcf7-tel, .wpcf7 input.wpcf7-text, .wpcf7 select, .wpcf7 textarea {
        border-radius: 4px;
        border: 1px solid #ccc;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 16px;
        width: 100%;
        max-width: 100%
    }

    .wpcf7 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background-image: url(../img/select.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer
    }

        .wpcf7 select::-ms-expand {
            display: none
        }

    .wpcf7 textarea {
        height: 114px;
        line-height: 20px;
        padding: 6px 10px
    }

    .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
        display: inline-block !important
    }

    .wpcf7 .green-number-bar {
        font-weight: 700;
        margin: 40px 0
    }

        .wpcf7 .green-number-bar span {
            background-color: #e60263;
            color: #fff;
            text-align: center;
            height: 30px;
            width: 30px;
            line-height: 30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            font-weight: 700;
            font-size: 18px;
            margin-right: 5px
        }

input[type=checkbox], input[type=radio] {
    display: none
}

    input[type=checkbox] + label:before {
        display: inline-block;
        height: 20px;
        width: 20px;
        background-image: url(/images/unchecked-box.png);
        margin-right: 10px;
        vertical-align: sub
    }

    input[type=checkbox]:checked + label:before {
        background-image: url(/images/checked-box.png)
    }

    input[type=radio] + label {
        margin-right: 20px
    }

        input[type=radio] + label:before {
            display: inline-block;
            height: 26px;
            width: 26px;
            background-image: url(/images/radio-unchecked.png);
            margin-right: 10px;
            vertical-align: bottom
        }

    input[type=radio]:checked + label:before {
        background-image: url(/images/radio-checked.png)
    }

.singlepost h1.singlepost-title {
    font-size: 30px;
    margin-bottom: 40px
}

.singlepost .singlepost-image {
    margin-bottom: 40px
}

.sidebar .widget {
    margin-bottom: 50px
}

    .sidebar .widget h3.widget-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .sidebar .widget ul li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        line-height: 18px
    }

        .sidebar .widget ul li:before {
            font-family: FontAwesome;
            content: '\f054';
            font-size: 14px;
            position: absolute;
            top: 0;
            left: 0;
            color: #0a4689
        }

        .sidebar .widget ul li a {
            color: #e60263
        }

        .sidebar .widget ul li:hover:before {
            left: 2px
        }

        .sidebar .widget ul li:hover a {
            color: #c20a58
        }

.sidebar.single-sidebar {
    padding-top: 25px
}

#category-title {
    background-color: #0a4689;
    padding: 30px 0;
    margin-bottom: 50px
}

    #category-title .cat_name {
        line-height: 45px;
        font-weight: bold;
        color: #fff;
        font-size: 30px
    }

        #category-title .cat_name a {
            color: #fff
        }

            #category-title .cat_name a:hover {
                color: #ccc
            }

            #category-title .cat_name a i {
                font-size: 25px;
                margin-right: 10px
            }

#category .post {
    padding: 0;
    margin-bottom: 50px
}

#site_footer_links {
    background-color: #000;
    padding: 70px 0
}

    #site_footer_links h4 {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 35px
    }

    #site_footer_links ul li a {
        display: block;
        color: #fff;
        margin-bottom: 15px
    }

        #site_footer_links ul li a:hover {
            color: #2f76c6
        }

@media screen and (max-width:767px) {
    #site_footer_links h4 {
        font-size: 22px
    }
}

@media screen and (max-width:575px) {
    #site_footer_links {
        padding: 30px 0
    }

        #site_footer_links > .container > .row > .col-sm-6:first-child {
            margin-bottom: 20px
        }

        #site_footer_links h4 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 18px
        }

        #site_footer_links ul li a {
            text-align: center;
            font-size: 13px;
            margin-bottom: 12px
        }
}

#site_footer {
    background-color: #6b6b6b;
    padding-bottom: 30px;
}

    #site_footer #footer-top {
        padding: 25px 0 25px
    }

    #site_footer #footer-socials a {
        color: #fff;
        display: inline-block;
        margin-right: 5px
    }

        #site_footer #footer-socials a:hover, #site_footer #footer-socials a:hover i {
            color: #e60263
        }

        #site_footer #footer-socials a i {
            color: #777777;
            font-size: 18px
        }

    #site_footer #footer-logos {
        text-align: right
    }

    #site_footer #footer-copyright {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        padding: 40px 0 60px;
        color: #fff;
        border-top: 1px solid #fff
    }
@media screen and (min-width: 575px) {
    #site_footer .footer-copyright-left {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 180px 10px 0;
        color: #fff;
        border-right: 1px solid #fff
    }

    #site_footer .footer-copyright-right {
        text-align: right;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 0 10px 40px;
        color: #fff;
    }
}
@media screen and (max-width: 575px) {
    #site_footer .footer-copyright-left {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 10px 10px 0;
        color: #fff;
        border-bottom: 1px solid #fff
    }

    #site_footer .footer-copyright-right {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 0 10px 10px;
        color: #fff;
    }
}

@media screen and (max-width:575px) {
    #site_footer #footer-socials {
        text-align: center;
        margin-bottom: 30px
    }

        #site_footer #footer-socials a {
            margin: 0 5px
        }

    #site_footer #footer-logos {
        text-align: center
    }
}
.footer-copyright-left a {
    border-bottom: 2px solid;
    font-weight: 600 !important;
    color: #ffffff;
}
.rcc-panel {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: auto !important;
    max-width: 400px
}

.rcc-wrapper:after {
    content: '';
    clear: both;
    display: table
}

.rcc-links {
    float: none !important
}

.rcc-panel p {
    width: auto !important;
    float: none;
    margin-bottom: 10px !important
}
#content_wrap {
    /*  background: #093b72; */
    background: linear-gradient(135deg, rgba(4,28,55,1) 0%, rgba(10,70,137,1) 100%);
    background-position: center;
/*    padding-top: 30px;*/
    padding-bottom: 30px;
    min-height: calc(100vh - 200px);
}
page-title-bar {
    margin-bottom: 30px;
}
.card {
    padding: 15px 0 20px 0;
    border: 0px;
}
.card-header {
    padding: 0 0 0;
}
.card-header h2 {
    background-color: #0a4689;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding: 0 0 0 20px;
    font-size: 24px;
    font-weight: normal;
}
.outer-content-wrap {
    min-height: calc(100vh - 200px);
}
.footer-bottom {
    min-height: 200px;
}
.form-group {
    margin-bottom: 15px;
}
.main-text-bold {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
}
