﻿body {font-family: 'Open Sans', Verdana, Arial, Helvetica; font-size: 100%; color: #000000; font-weight: 400; background: #FFFFFF;}

@font-face {
    font-family: 'darkwomanregular';
    src: url('../webfontkit/darkwoman-webfont.woff2') format('woff2'),
         url('../webfontkit/darkwoman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.range-carousel {
    margin: 1.5rem 0;
    max-width: 95vw;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

.slick-dots .slick-active {
    opacity: 1 !important;
}

/*.slick-arrow {
    border-radius: 100% !important;
    background-color: #3c7f80 !important;
    width: 60px !important;
    height: 60px !important;
    border: unset !important;
    cursor: pointer;
}
.slick-prev {
    position: absolute !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    right: 102% !important;
    z-index: 999 !important;
}
.slick-next {
    position: absolute !important;
    top: 50% !important;
    left: 102% !important;
    z-index: 999 !important;
    transform: translateY(-50%) !important;
}*/


.slick-prev-projects {
    background-color: #263e75 !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    right: 102% !important;
    z-index: 999 !important;
    margin-left: 5px;
}

.slick-next-projects {
    background-color: #263e75 !important;
    position: absolute !important;
    top: 50% !important;
    left: 102% !important;
    z-index: 999 !important;
    transform: translateY(-50%) !important;
    margin-right: 5px;
}

/*.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}*/

.range-image-caption {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.range-image-container {
    width: 85vw;
    background: #f3f3f3;
    padding: 1.4rem;
}

.range-image-container h2 {
    color: black;
    font-size: 1rem;
}

.gallery-item {
    width: 100%;
    aspect-ratio: 4/3;
}

.range-image-container img {
    object-fit: cover;
}

.btnReadMore {
    background: none;
    color: white;
    text-decoration: underline;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-size: 14px;
}

.hideText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.star {
    background-image: url('https://cdn.trustindex.io/assets/platform/Google/star/f.svg');
    width: 17px;
    height: 17px;
    background-size: contain;
    display: inline-block;
    margin-right: 1px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .range-image-container {
        width: 75vw;
    }

        .range-image-container h2 {
            font-size: 1.3rem;
        }

    .range-image-caption {
        font-size: 1.3rem;
    }
}

@media (min-width: 1100px) {
    .range-image-container h2 {
        font-size: 1.5rem;
    }

    .range-image-container {
        width: 55vw;
    }
}

    /*.slick-slide img {
        max-height: 700px;
        object-fit: cover;
    }*/

    label {
        font-size: 16px;
        color: #9A9A9A;
        font-weight: 600;
        padding: 6px 0 0 0;
    }

    input.form-control, textarea.form-control, select.form-control {
        font-size: 16px;
        border: none;
        border-radius: 0;
    }

    select {
        background: url(../img/arrow.png) 95% center no-repeat;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    h1, .heading-1 {
        font-family: 'Open Sans', Verdana, Arial, Helvetica;
        font-size: 40px;
        font-weight: 700;
        color: #263e75;
    }

    #title h1 {
        font-family: 'Open Sans', Verdana, Arial, Helvetica;
        font-size: 3rem;
        font-weight: normal;
        font-style: normal;
        padding-bottom: 1rem !important;
        color: #FFFFFF;
        margin: 0px;
    }

    h2 {
        font-family: 'Open Sans', Verdana, Arial, Helvetica;
        font-size: 20px;
        font-weight: 700;
        color: #808284;
    }

    h3 {
        font-family: 'Open Sans', Verdana, Arial, Helvetica;
        font-size: 24px;
        font-weight: 700;
        color: #263e75;
    }

    h4 {
        font-family: 'Open Sans', Verdana, Arial, Helvetica;
        font-size: 15px;
        font-weight: 600;
        color: #FFFFFF;
    }

    h5 {
        font-family: 'Open Sans', Verdana, Arial, Helvetica;
        font-size: 16px;
        font-weight: 700;
        color: #263e75;
    }

    /* OLD BLUE #263e75 - FONT #263e75 */

    #wrapperNav {
        background: #263e75;
    }

    #wrapperRed, .dft-red-bk {
        background: #AD1B30;
    }

    #wrapperHeader {
        background: url(../img/bg_header.png) left top no-repeat;
        background-image: linear-gradient(to right, rgb(8, 17, 53), rgba(38, 62, 117, 0.44));
    }

    #wrapperRed {
        background: #57678C;
    }

    #wrapperGrey {
        background: #808284;
    }

    #wrapperBlue {
        background: #263e75;
    }

    .gradientBlue {
        background-image: linear-gradient(to right, rgba(26, 27, 74, 1), rgba(38, 62, 117, 0.64));
        background-image: -moz-linear-gradient(to right, rgba(26, 27, 74, 1), rgba(38, 62, 117, 0.64));
        background-image: -webkit-linear-gradient(to right, rgba(26, 27, 74, 1), rgba(38, 62, 117, 0.64));
    }

    #wrapperFooter {
        background: #1d1e1f;
    }

    #wrapperCopyright {
        font-size: 13px;
        font-weight: 300;
    }

    #socialMedia {
        text-align: right;
    }

    #telephone {
        font-size: 14px;
        color: #FFFFFF;
    }

    #nav {
        height: 45px;
        list-style: none;
        margin: 0;
        padding: 10px 0 0 0;
    }

        #nav li {
            list-style: none;
            display: inline;
            font-size: 17px;
            font-weight: 600;
            padding: 0;
            margin: 0;
        }

            #nav li a:link {
                color: #FFFFFF;
                display: inline;
                text-decoration: none;
                padding: 0 2% 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a:visited {
                color: #FFFFFF;
                display: inline;
                text-decoration: none;
                padding: 0 2% 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a:active {
                color: #FFFFFF;
                display: inline;
                text-decoration: none;
                padding: 0 2% 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a:hover {
                color: #DDDDDD;
                display: inline;
                text-decoration: none;
                padding: 0 2% 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a.contact:link {
                color: #FFFFFF;
                float: right;
                background: url(../img/contact.png) right center no-repeat;
                display: inline;
                text-decoration: none;
                padding: 0 42px 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a.contact:visited {
                color: #FFFFFF;
                float: right;
                background: url(../img/contact.png) right center no-repeat;
                display: inline;
                text-decoration: none;
                padding: 0 42px 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a.contact:active {
                color: #FFFFFF;
                float: right;
                background: url(../img/contact.png) right center no-repeat;
                display: inline;
                text-decoration: none;
                padding: 0 42px 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a.contact:hover {
                color: #DDDDDD;
                float: right;
                background: url(../img/contact.png) right center no-repeat;
                display: inline;
                text-decoration: none;
                padding: 0 42px 0 0;
                margin: 0;
                text-transform: uppercase;
            }

            #nav li a.active {
                color: #DDDDDD;
                display: inline;
                text-decoration: none;
                padding: 0 2% 0 0;
                margin: 0;
                text-transform: uppercase;
            }

        #nav ul {
            padding: 0;
        }

    .container-fluid {
        padding: 0 !important;
    }

    .carousel-item img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1;
    }

    .carousel-control-prev, .carousel-control-next {
        filter: invert(100%);
    }

    #opening {
        text-align: right;
    }

    .range-carousel .card {
        height: auto !important;
    }

    .card {
        height: 176px;
        border: none;
    }

    .card-img-overlay {
        background: url(../img/bg_transparent.png) left top repeat-x;
        font-weight: 700;
        padding: 0.6rem;
    }

    .card-img-overlay:hover {
        background: url(../img/bg_transparent_hover.png) left top repeat-x;
        text-decoration: none;
    }

.map-card .card-img-overlay,
.map-card .card-img-overlay:hover {
    background-size: cover;
}

.card-img {
    border-radius: 0;
}

.card-title {
    background: url(../img/arrow_link.png) right center no-repeat;
}

.card .map {
    width: 100%;
    height: 100%;
}

.map .card {
    height: 180px;
    border: none;
}

.map .card-img-overlay {
    background: url(../img/bg_transparent.png) left top repeat-x;
    font-weight: 700;
    padding: 0.5rem;
}

.map .card-img-overlay:hover {
    background: url(../img/bg_transparent_hover.png) left top repeat-x;
}

.card .card-img-overlay {
    top: unset;
}

.card .card-title {
    margin: 0px;
    cursor: pointer;
}

#wrapperGrey p {
    color: #FFFFFF;
}

#wrapperFooter p {
    font-size: 14px;
    color: #FFFFFF;
}

img.guide {
    margin: 0 0 0 30px;
}

.newsArticles:hover {
    text-decoration: none;
}

.newsArticles p {
    font-size: 12px;
    margin: 0px;    
    color: #000;
}

.newsArticles p:last-child {
    color: #252424;
}

.dateCircle {
    float: left;
    width: 58px;
    height: 58px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #263e75;
    padding: 8px;
    margin: 5px 10px 0px 0;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}


h4.testimonailheader {
    font-family: 'darkwomanregular', Verdana, Arial, Helvetica;
    font-size: 3rem;
}

blockquote {
    border: none;
    margin: 50px 0 0 0;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: left;
    line-height: 30px;
    text-align: center;
}

blockquote p:before {
    content: open-quote;
    font-family: serif;
    font-weight: 700;
    font-size: 100px;
    color: #FFFFFF;
    display: block;
    text-align: left;
}

blockquote p:after {
    content: close-quote;
    font-family: serif;
    font-weight: 700;
    font-size: 100px;
    color: #FFFFFF;
    display: block;
    float: right;
    margin: 60px 0 0 0;
}

blockquote p span {
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
}

.btn {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 25px 10px 25px;
    border: none;
}

.btn-primary {
    background: #263e75;
}

.btn-primary:hover {
        color: #263e75;
        background: #FFFFFF;
    }

.btn-secondary {
    background: #263e75;
}

.btn-secondary:hover {
    background: #4069c4;
}

.btn.btnwhite {
    background: #ffffff;
}

.btn.btnwhite:hover {
    background: #eeeeee;
}

strong {
    font-weight: 700;
}

        strong.copyright {
            font-weight: 600;
            float: right;
        }

    .blue {
        color: #263e75;
    }

    .grey {
        color: #808284;
    }

    .white {
        color: #FFFFFF;
    }

    /*
a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:hover {color: #263e75; text-decoration: underline;}
    */

    a.btn:visited, a.btn:visited, a.btn:active, a.btn:hover {
    }

    a.showrooms:link {
        color: #000000;
        font-weight: 600;
        padding: 0 0 0 10px;
        text-decoration: underline;
    }

    a.showrooms:visited {
        color: #000000;
        font-weight: 600;
        padding: 0 0 0 10px;
        text-decoration: underline;
    }

    a.showrooms:active {
        color: #000000;
        font-weight: 600;
        padding: 0 0 0 10px;
        text-decoration: underline;
    }

    a.showrooms:hover {
        color: #263e75;
        font-weight: 600;
        padding: 0 0 0 10px;
        text-decoration: underline;
    }

    a.offer:link {
        float: right;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: 600;
        text-decoration: underline;
        line-height: 3em;
    }

    a.offer:visited {
        float: right;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: 600;
        text-decoration: underline;
        line-height: 3em;
    }

    a.offer:active {
        float: right;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: 600;
        text-decoration: underline;
        line-height: 3em;
    }

    a.offer:hover {
        float: right;
        font-size: 20px;
        color: #CCCCCC;
        font-weight: 600;
        text-decoration: underline;
        line-height: 3em;
    }

    a.footer:link {
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
    }

    a.footer:visited {
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
    }

    a.footer:active {
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
    }

    a.footer:hover {
        color: #b4c1de;
        font-size: 14px;
        text-decoration: none;
    }

    /* Style all font awesome icons */
    .fa {
        padding: 0 0 0 5px !important;
        font-size: 24px !important;
        color: #FFFFFF !important;
        width: 37px;
        text-align: center;
        text-decoration: none !important;
    }

        /* Add a hover effect if you want */
        .fa:hover {
            color: #005A9C !important;
            /* opacity: 0.7; */
        }

    /* Set a specific color for each brand */
    .fa-facebook, .fa-twitter, .fa-instagram {
        background: none;
        color: #FFFFFF;
    }

    #logo img {
        /*max-width:495px;*/
    }

    .homehead {
        position: relative;
        height: 100%;
        float: left;
        width: 100%;
    }

        .homehead item {
            display: none;
        }

        .homehead #wrapperRed {
            position: ABSOLUTE;
            z-index: 2;
            left: 0;
            right: 0;
        }

    /* Find out more */
    section.find-out-more {
        clear: both;
        background-color: #f3f3f3;
        margin-top: 15px;
        padding: 60px;
        text-align: center;
    }

    @media (max-width: 992px) {
        section.find-out-more {
            padding: 40px 10px;
        }
    }

    section.find-out-more h5 {
        font-size: 3em;
    }

    section.find-out-more p {
        font-weight: 400;
        margin: 15px auto;
        max-width: 700px;
    }

    section.find-out-more a, section.find-out-more a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
    }

    section.find-out-more .hr-text {
        line-height: 1em;
        position: relative;
        outline: 0;
        border: 0;
        color: black;
        text-align: center;
        height: 1.5em;
        opacity: .5;
        font-size: 20px;
    }

        section.find-out-more .hr-text:before {
            content: '';
            background: linear-gradient(to right, transparent, #818078, transparent);
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
        }

        section.find-out-more .hr-text:after {
            content: attr(data-content);
            position: relative;
            display: inline-block;
            color: black;
            padding: 0 .5em;
            line-height: 1.5em;
            color: #818078;
            background-color: #f3f3f3;
        }

    section.find-out-more .input {
        max-width: 500px;
        margin: 0 auto;
    }

    section.find-out-more .emailreturn {
        position: absolute;
        text-align: center;
        margin: 10px auto;
        left: 0;
        right: 0;
        color: #AA8A2C;
        font-weight: 600;
    }

    section.find-out-more.reverse {
        background: #ffffff;
    }

        section.find-out-more.reverse .hr-text:after {
            background-color: #ffffff;
        }

        section.find-out-more.reverse .input input, section.find-out-more.reverse .input .icon {
            background: #f3f3f3;
        }

        section.find-out-more.reverse .input .icon {
            color: #10133C;
        }
    /* Find out more end */

    section {
        float: left;
        width: 100%;
    }

    /* Main Banner */

    .main-banner {
        width: 100%;
        height: 30vh;
        float: left;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-color: #808284;
    }

        .main-banner.home {
            height: 100vh;
            height: 600px;
            height: calc(100vh - 234px);
        }

        .main-banner img {
            max-width: 100%;
        }

        .main-banner video {
            position: fixed;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1;
            background-color: #000001;
        }

        .main-banner ._overlay {
            position: relative;
            top: 100%;
            transform: translateY(-50%);
            margin-top: -100px;
            /*background: rgba(10, 10, 10, 0.4);*/
            padding: 50px;
            text-align: center;
        }

            .main-banner ._overlay h2, .main-banner ._overlay h1 {
                font-size: 3em;
                text-align: left;
                color: #ffffff;
            }

    @media (max-width: 768px) {
        .main-banner ._overlay {
            padding: 15px;
        }

            .main-banner ._overlay h2, .main-banner ._overlay h1 {
                font-size: 2.2em;
            }
    }

    .main-banner ._overlay h3 {
        font-size: 3em;
        color: #d6d6d6;
    }

    @media (max-width: 768px) {
        .main-banner ._overlay h3 {
            font-size: 2em;
        }
    }

    .main-banner ._buttons a {
        border-radius: 5px;
        text-decoration: none;
        padding: 8px 30px;
        text-transform: uppercase;
        margin-top: 20px;
        letter-spacing: 3px;
        display: inline-block;
        font-size: 0.75em;
        margin: 20px 5px 0px 5px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .main-banner ._buttons a .fas {
            font-size: 10px;
        }

        .main-banner ._buttons a.main-btn {
            background: #aa8a2c;
            color: #fff;
            border: 2px solid #aa8a2c;
        }

            .main-banner ._buttons a.main-btn:hover {
                color: #10133c;
            }

        .main-banner ._buttons a.secd-btn {
            color: #fff;
            border: 2px solid #aa8a2c;
        }

            .main-banner ._buttons a.secd-btn:hover {
                background: #aa8a2c;
                color: #10133c;
            }

    .main-banner ._scoll-indicator {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 999;
        background: #ffffff;
        background: rgba(240, 240, 240, 0.9);
        margin: 0 auto;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 22px;
        line-height: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        color: #AA8A2C;
        display: none;
        cursor: pointer;
    }

    @media (max-width: 992px) {
        .main-banner ._scoll-indicator {
            bottom: 40px;
        }
    }

    @media (max-width: 768px) {
        .main-banner ._scoll-indicator {
            bottom: 80px;
        }
    }

    /* Main Banner End */

    .largeheader {
        font-size: 2em;
    }

    .largeh3 {
        font-size: 3em;
    }

    #title {
        background: url(../img/bg_title.png) left center repeat-y;
        background-image: linear-gradient(to right, rgb(8, 17, 53), rgba(38, 62, 117, 0.44));
        padding: 20px 20px 0 20px;
    }

    .largeh3 {
        font-size: 3em;
    }


    .showrooms {
        padding: 30px inherit;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .findoutmore ._sticky {
        padding: 0px 20px;
        position: sticky;
        top: 30px;
        border-radius: 3px;
    }

    .findoutmore h5 {
        font-size: 22px;
        font-weight: 400;
        color: #BCC7CE;
        text-transform: uppercase;
        font-weight: 700;
    }

    .findoutmore ul {
        padding: 0;
        text-decoration: none;
        list-style-type: none;
        margin: 0px;
    }


        .findoutmore ul li > a {
            text-decoration: none;
            text-decoration: none;
            padding: 10px 0px;
            display: block;
            font-size: 16px;
            color: #263e75;
            border-bottom: 1px solid rgba(70, 76, 80, 0.1);
        }

        .findoutmore ul li > a {
            text-decoration: none;
            text-decoration: none;
            padding: 10px 0px;
            display: block;
            font-size: 16px;
            border-bottom: 1px solid rgba(70, 76, 80, 0.1);
        }

        .findoutmore ul li > a {
            text-decoration: none;
            text-decoration: none;
            padding: 10px 0px;
            display: block;
            font-size: 16px;
            border-bottom: 1px solid rgba(70, 76, 80, 0.1);
        }

        .findoutmore ul li .fa, .findoutmore ul li .fas {
            float: right;
            line-height: 25px;
            color: #263e75;
            margin-right: 15px;
        }

        .findoutmore ul li:last-child a {
            border-bottom: 0px;
        }

    .contact-form {
        margin-top: 30px;
        /*padding: 20px;*/
        margin-left: -15px;
        margin-right: -15px;
        /*background: #263e75;*/
    }

        .contact-form .input {
            margin: 10px 0px;
        }


            .contact-form .input .icon {
                display: none;
            }

        .contact-form input, .contact-form textarea {
            background: #eee;
        }


    .gallery ._item {
        background: #f3f3f3;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: center center;
    }

    .gallery ._block {
        margin-bottom: 30px;
    }

        .gallery ._item._hasarrow:before {
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
            border: 10px solid transparent;
        }


        .gallery ._item._hasarrow:before {
            border-left-color: #263e75;
            position: absolute;
            top: 50%;
            left: -20px;
            z-index: 2;
        }

        .gallery ._item._hasarrow:nth-child(1):before {
            content: '';
        }

        .gallery ._item p {
            display: none;
        }

        .gallery ._item span {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 0 auto;
            text-align: center;
            padding: 10px;
            font-size: 20px;
            background: rgba(38, 62, 117, 0.5);
            color: #fff;
            font-weight: 700;
        }

        .gallery ._label {
            font-family: 'darkwomanregular', Verdana, Arial, Helvetica;
            font-size: 2rem;
            text-align: center;
        }

    .small_testimonial {
        padding: 20px;
        margin: 20px auto;
        margin-top: 40px;
    }

        .small_testimonial blockquote {
            margin: 10px 0px;
        }

            .small_testimonial blockquote p {
                font-size: 12px;
            }

            .small_testimonial blockquote span {
                font-size: 20px;
                font-family: 'Handlee', cursive;
            }

            .small_testimonial blockquote p:before, .small_testimonial blockquote p:after {
                font-size: 50px;
            }

            .small_testimonial blockquote p:after {
                margin: 30px 0 0 0;
            }

    #wrapperFooter h5 {
        color: #b1b2b5;
    }


    #newspager {
        clear: both;
    }

    .news-page {
        clear: both;
    }

    .pagernums .itemp {
        display: inline-block;
        margin: 0px 5px;
        background: #d6d6d6;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

        .pagernums .itemp:hover {
            opacity: 0.6;
        }

        .pagernums .itemp.active {
            color: #AA8A2C;
        }

        .pagernums .itemp .fa {
            font-size: 17px;
            line-height: 30px;
            color: #000001;
        }

    .share_text i.fa.fa-share {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .news-grid-item.pageritem {
        display: none;
        color: #000000;
    }

        .news-grid-item.pageritem.active {
            display: block;
        }

    .news-inner {
        margin-bottom: 20px;
    }

    .news-grid-item:hover {
        text-decoration: none;
    }

    .news-grid-item .btn:hover {
        background: #818078;
    }

    .home-news {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        color: #fff;
        right: 20px;
        text-shadow: 1px 1px 1px #000;
        z-index: 2;
    }

    .owl-carousel .owl-nav button.owl-prev {
        font-size: 70px;
        position: absolute;
        top: 50%;
        color: #fff;
        left: 20px;
        z-index: 2;
        text-shadow: 1px 1px 1px #000;
    }

        .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
            font-size: 70px;
        }

    .owl-carousel button:focus {
        outline-color: transparent;
        outline-style: none;
    }

    .comment {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin: 10px 0px;
    }

    .quote-top, .quote-bottom {
        width: 100px;
        position: absolute;
        padding: 30px;
    }

    .quote-top {
        top: 0;
        left: 0;
    }

    .comment-inner {
        width: 567px;
        width: 100%;
        padding-left: 110px;
        padding-right: 110px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

        .comment-inner img {
            max-width: 100%;
        }

    .quote-bottom {
        bottom: 0;
        right: 0;
    }

    .addpadd {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .theproccess p {
        margin: 0px;
    }

    .theproccess {
        padding: 20px;
    }

        .theproccess .col-md-3, .theproccess .col-md-7 {
            display: flex;
            align-items: center;
        }

            .theproccess .col-md-3 p {
                font-size: 20px;
                font-weight: bold;
            }


        .theproccess img.guide {
            width: 30px;
            margin-top: -7px;
        }

    .bannermap {
        height: 100%;
        position: absolute !important;
        z-index: 1;
        left: 0;
        right: 0;
    }

    ._overlay {
        z-index: 2;
    }

    .news-text h3, .news-text h4 {
        min-height: 50px;
        color: #263e75;
        font-size: 24px;
    }

    .news-grid-item article {
        padding-bottom: 10px;
        box-shadow: 1px 1px 6px -4px #868686;
        border-radius: 5px;
        height: 100%;
    }

    .news-grid-item {
        margin-bottom: 20px;
    }


    .blue-back {
        background: #3c7f80;
    }


    .large-message-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #eee;
        z-index: 10;
        display: none;
    }

        .large-message-box p {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
        }

        .large-message-box span {
            font-size: 20px;
        }


        .large-message-box.message-success {
            background: #a9d2a2;
            display: block;
        }

        .large-message-box.message-error {
            background: #ecbcbc;
            display: block;
        }

    .section-banner {
        position: relative;
    }

    /* */
    .pr_left {
        display: inline-block;
        padding: 10px 1px;
        width: 20%;
    }

        .pr_left p {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 17px;
        }

    .pr_middle {
        display: inline-block;
        padding: 10px 1px;
        text-align: center;
        width: 60%;
    }

    .pr_right {
        text-align: right;
        width: 20%;
    }


    .covid-notice {
        position: absolute;
        z-index: 2;
        margin: 20px;
        background: #eee;
        max-width: 400px;
        border-radius: 5px;
        width: 90%;
        width: calc(100% - 80px);
        padding: 25px 30px 10px 30px;
    }

    #offer {
        font-size: 30px;
        color: #FFFFFF;
    }

    .aoffer {
        text-decoration: none;
        color: #ffffff;
        display: block;
        width: 100%;
    }

        .aoffer:hover {
            text-decoration: none;
            color: #ffffff;
        }


    a.aoffer h1, a.aoffer h2, a.aoffer h3, a.aoffer h4, a.aoffer h5, a.aoffer h6, a.aoffer p {
        text-decoration: none;
        color: #fff;
        margin: 0px;
    }

    .offer h2 {
        font-size: 2.5em;
    }

    .offer h3 {
        font-size: 2.2em;
    }


    .offer h5 {
        font-size: 1.4em;
    }


    .offer h6 {
        font-size: 14px;
        text-align: right;
    }

    .offer p {
        font-size: 13px;
    }

    .offer {
        padding: 20px 15px;
        text-align: center;
        min-height: 120px;
    }
    .chk-box-input {
        display: flex;
        align-items: center;
    }
    
    .chk-box-input .chk-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
        min-width: 50px;
    }
    
    .chk-box-input label {
        flex-grow: 1;
    }
    
    .chk-box input {
        width: 1.5rem;
        height: 1.5rem;
    }

    @media screen and (max-width: 600px) {
        .offer h6 {
            text-align: center;
        }
    }


    @media screen and (max-width: 767px) {
        .offer h2 {
            font-size: 2.3em;
        }

        .offer h3 {
            font-size: 2em;
        }


        .offer h3 {
            font-size: 1.6em;
        }


        .offer h5 {
            font-size: 1.4em;
        }




        .covid-notice {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            max-width: none;
            margin: 0;
            font-size: 88%;
        }
    }

    @media screen and (max-width: 575px) {
        .offer h2 {
            font-size: 2.1em;
        }

        .offer h3 {
            font-size: 1.8em;
        }


        .offer h3 {
            font-size: 1.4em;
        }


        .offer h5 {
            font-size: 1.2em;
        }
    }

    .forty-years {
        position: absolute;
        z-index: 2;
        max-width: 400px;
        width: 90%;
        width: calc(100% - 80px);
        margin-top: 20px;
    }

        .forty-years img {
            width: 190px;
            transform: rotate( 353deg );
            margin-top: -45px;
        }

    @media screen and (max-width: 575px) {
        .forty-years img {
            margin-top: -25px;
            width: 150px;
        }
    }


    @media screen and (max-width: 620px) {
        .forty-years img {
            margin-top: 10px;
            width: 120px;
        }
    }

#nav li a.dropdown-item:link {
    color: #212529;
    font-weight: 600 !important;
}

#nav li a.dropdown-item:visited {
    color: #212529;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: inherit;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #263e75;
    color: white !important;
}

.dropdown-menu .dropdown-item {
    padding: 10px !important;
    display: block !important;
}