* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0.01px;
}

@font-face {
    font-family: 'Chivo';
    src: url('../fonts/ChivoRegular.eot');
    src: url('../fonts/ChivoRegular.eot') format('embedded-opentype'), url('../fonts/ChivoRegular.woff2') format('woff2'), url('../fonts/ChivoRegular.woff') format('woff'), url('../fonts/ChivoRegular.ttf') format('truetype'), url('../fonts/ChivoRegular.svg#ChivoRegular') format('svg');
}

.field-validation-error {
    color: #cc3333;
    margin-top: 5px;
    font-size: 14px;
}

.input-validation-error {
    border: 1px solid #990000;
}


html {
    font-size: 15px;
}

img[data-sizes=auto] {
    display: block;
    width: 100%;
}

img.lazyload:not([src]) {
    visibility: hidden;
    outline: none;
}

img {
    max-width: 100%;
}

.lazyload, .lazyloading {
    opacity: 0;
    outline: none;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.noscroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

h1, .h1 {
    font-size: 32px
}

h2, .h2 {
    font-size: 26px;
}

h3, .h3 {
    font-size: 22px;
}

h4, .h4 {
    font-size: 16px
}

h5, .h5 {
    font-size: 18px;
}

h1.borderstyle, h2.borderstyle, h3.borderstyle {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

    h1.borderstyle:after, h2.borderstyle:after, h3.borderstyle:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 4px;
        width: 70px;
        display: block;
        content: "";
    }

a {
    transition: all 0.3s ease;
}

p {
    line-height: 1.5rem;
}

    p.intro {
        font-size: 19.5px;
        line-height: 1.8rem;
    }

b,
strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.addpadding {
    padding-top: 35px;
    padding-bottom: 35px;
}

.addpaddingtop {
    padding-top: 35px;
}

.addpaddingbottom {
    padding-top: 35px;
}

.addpaddingtoplg {
    padding-top: 25px;
}

.addpaddingbottomsml {
    padding-bottom: 25px;
}



.btn {
    text-transform: capitalize;
    font-size: 0.95rem;
}

.btn-green {
    background-color: #00a886;
    color: #ffffff;
    border: 2px solid #00a886;
    font-size: 16.5px;
    letter-spacing: 1.5px;
}

    .btn-green:hover {
        background-color: #182d4c;
        color: #ffffff;
        border: 2px solid #182d4c;
        font-size: 16.5px;
        letter-spacing: 1.5px;
    }

.checkbox-outline-primary .custom-control-label:before {
    border: 1px solid #ccc;
}

.checkbox-outline-primary .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #ccc;
}

.bg-image {
    position: relative;
}

.bg-image-holder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    overflow: hidden;
}

    .bg-image-holder img {
        display: none;
    }

.content-above {
    z-index: 2;
    position: relative;
}

ul {
    list-style: none;
    padding: 0;
}

iframe {
    width: 100%;
}

.bg-image {
    background: url(img/list-bg.jpg) center/cover no-repeat;
    padding: 6rem;
}

    .bg-image ul {
        margin: 0;
    }


.page-text ul, .tab-content ul, .accordion-contents ul, .links-list ul, .card-body ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 3px;
    padding-top: 6px;
    margin-bottom: 15px;
}

    .page-text ul li, .tab-content ul li, .accordion-contents ul li, .links-list ul li, .card-body ul li {
        line-height: 1.5rem;
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        padding-top: 1px;
    }

        .page-text ul li:before, .tab-content ul li:before, .accordion-contents ul li:before, .card-body ul li:before {
            position: absolute;
            top: 2.5px;
            left: 0;
            font-family: 'gcicons';
            content: "\f111";
            font-size: 10px;
        }

        .links-list ul li:before {
            position: absolute;
            top: 2.5px;
            left: 0;
            font-family: 'gcicons';
            content: "\f006";
            font-size: 8px;
            color: #fff;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            padding: 1.5px 0 0 5.5px;
        }

.page-text ol li:before, .tab-content ol li:before, .accordion-contents ol li:before {
    content: "." counter(li);
    display: inline-block;
    width: 1em;
    text-align: left;
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight:600;
}

.page-text ol li, .tab-content ol li, .accordion-contents ol li {
    counter-increment: li;
    margin-bottom: .66rem;
    position: relative;
    padding-left: 16px;
    line-height:1.5rem;
}

.page-text ol.split, .tab-content ol.split, .accordion-contents ol.split {
    list-style: none;
    counter-reset: any-name;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 6px;
    margin-bottom: 15px;
}

    .page-text ol.split li, .tab-content ol.split li, .accordion-contents ol.split li {
        counter-increment: any-name;
        width: 50%;
        margin-bottom: 25px;
        position: relative;
        padding-right: 15px;
        padding-left: 35px;
        line-height: 1.5rem;
    }

        .page-text ol.split li:before, .tab-content ol.split li:before, .accordion-contents ol.splot li:before {
            content: counter(any-name);
            font-size: 40px;
            font-weight:600;
            margin-right: 15px;
            position: absolute;
            top: 8px;
            left: 0;
            font-family: Chivo,sans-serif,sans-serif;
        }



.custom-radio {
    margin-bottom: 1rem;
    padding-left: 10px;
}

    .custom-radio:last-child {
        margin-bottom: 0;
    }

    .custom-radio input:active {
        background: none;
    }

    .custom-radio .custom-control-label {
        padding-left: 2rem;
        position: relative;
        min-width: 100px;
    }

        .custom-radio .custom-control-label:before {
            width: 1.2rem;
            height: 1.2rem;
            background-color: #fff;
            box-shadow: none;
            border: 0.33333rem solid #cbd0e3;
            top: 1px;
            left: 0;
        }

        .custom-radio .custom-control-label:after {
            width: auto;
            height: auto;
            background-image: none;
        }

        .custom-radio .custom-control-label span {
            position: relative;
            top: 0rem;
        }


.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-radio-three .custom-control-label:before {
    border: 1px solid #cbd0e3;
    width: 1.2rem;
    height: 1.2rem;
}

.custom-radio-three .custom-control-input:checked ~ .custom-control-label::after {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    left: 0.4rem;
    top: 0.46667rem;
}

.form-control {
    box-shadow: none;
    resize: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-margin {
    margin-bottom: 15px;
}

.form-block {
    margin-bottom: 30px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-group {
    margin-bottom: 2rem;
}

    .form-group:last-child {
        margin-bottom: 0;
    }

.input-group-light .form-control {
    border-radius: 3px !important;
}

.input-group-light span {
    position: absolute;
    top: 10px;
    z-index: 10;
    font-size: 1.2rem;
}

    .input-group-light span.icon-left {
        left: 0;
    }

        .input-group-light span.icon-left + .form-control {
            padding-left: 3rem;
        }

.custom-checkbox {
    margin-bottom: 2.33333rem;
}

    .custom-checkbox:last-child {
        margin-bottom: 0;
    }

    .custom-checkbox .custom-control-label {
        min-width: 6.66667rem;
        padding-left: 2.33333rem;
        position: relative;
    }

        .custom-checkbox .custom-control-label::before {
            box-shadow: none;
            width: 1.46667rem;
            height: 1.46667rem;
            border-radius: 2px;
            top: 0;
            left: 0;
        }

        .custom-checkbox .custom-control-label::after {
            width: 1.4rem;
            height: 1.4rem;
            top: 0;
        }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background-image: none;
        content: "\e801";
        font-family: "gcicons";
        left: 0;
        font-size: 0.86667rem;
        text-align: center;
        top: 2px;
        font-weight: 900;
    }

.checkbox-outline .custom-control-label:before {
    background: none;
}

.checkbox-outline .custom-control-input:checked ~ .custom-control-label::before {
    background: none;
}

.checkbox-outline .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: "\e801";
    font-family: "gcicons";
    left: 0;
    font-size: 0.86667rem;
    text-align: center;
    top: -2px;
    font-weight: 900;
}

select.form-control {
    min-height: 3rem;
    color: #999;
}

.select-basic {
    position: relative;
}

    .select-basic select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .select-basic:before {
        position: absolute;
        content: "\f004";
        right: 1rem;
        font-size: 0.8rem;
        top: 50%;
        transform: translateY(-50%);
        font-family: "gcicons";
        font-weight: 900;
    }

select[multiple]::-webkit-scrollbar-track {
    background-color: rgba(32, 36, 40, 0.05);
}

select[multiple]::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

select[multiple]::-webkit-scrollbar-thumb {
    background-color: #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


textarea.form-control {
    padding-top: 1rem;
}


.easy-autocomplete input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    margin: 0;
    width: 250px;
    padding: 7px 10px 7px 30px;
}

.easy-autocomplete-container {
    margin: -3px 0 0 30px;
}

    .easy-autocomplete-container ul {
        background: none repeat scroll 0 0 #ffffff;
        display: block !important;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        position: relative;
    }

        .easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
            background: inherit;
            border: 0;
            display: block !important;
            font-weight: normal;
            margin-bottom: 5px;
        }

            .easy-autocomplete-container ul li.selected {
                background: none;
                cursor: pointer;
            }

.card {
    border-radius: 0.26667rem;
    overflow: hidden;
}

.card-margin {
    margin-bottom: 30px;
}

.card.card-standard-card {
    margin-bottom: 2rem;
}

.card figure {
    margin: 0;
}

.card .card-body {
    position: relative;
}

.card .card-body.card-padding {
    padding-bottom: 50px;
}

.card p.card-category {
    margin-bottom: 1px;
    padding-bottom: 1px;
}

.card-style-article .card .card-body {
    position: relative;
    padding-bottom: 0;
}

.card .card-body .card-body-link {
    position: absolute;
    bottom: 10px;
}

    a.card-link:hover {
        text-decoration: underline;
    }

a.arrow-right {
    position: relative;   
}

    a.arrow-right:after {
        content: "\e803";
        font-family: "gcicons";
        position: absolute;
        top: -1px;
        right: -25px;
        transition: all 0.3s ease-in-out;
    }

    a.arrow-right:hover:after, a.card-link:hover:after {
        transition: all 0.3s ease-in-out;
        right: -30px;
    }

a.card-link:after {
    content: "\e803";
    font-family: "gcicons";
    position: absolute;
    bottom: 15px;
    right: -25px;
    transition: all 0.3s ease-in-out;
}

.card .card-footer {
    padding: 1.66667rem 2rem;
}

    .card .card-footer ul {
        margin: 0;
    }

.card.card-shadow {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.card.card-article-margin, .card-article-margin {
    margin-bottom: 35px;
}

.card-article .card-footer ul {
    display: flex;
    flex-wrap: wrap;
}

    .card-article .card-footer ul li {
        padding-right: 1rem;
        margin-right: 1rem;
        position: relative;
    }

        .card-article .card-footer ul li:before {
            position: absolute;
            content: '|';
            right: 0;
            top: 0;
        }

        .card-article .card-footer ul li:last-child {
            margin-right: 0;
        }

            .card-article .card-footer ul li:last-child:before {
                content: none;
            }
      

.card-team-block {
    border: 0 none;
    box-shadow: 0 5px 20px rgba(105, 106, 119, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

    .card-team-block .card-thumbnail img {
        width: 100%;
    }

    .card-team-block .card-body {
        padding: 1.6rem 2rem;
    }

    .card-team-block h5 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .card-team-block .card-body > p {
        margin-bottom: 25px;
    }

    .card-team-block .card-body .subtitle {
        display: block;
        margin-bottom: 1rem;
        font-size: 0.93333rem;
    }

.card.card-article-list {
    margin-bottom: 2rem;
    flex-direction: row;
    align-items: center;
}

    .card.card-article-list .team-image {
        flex: none;
    }

    .card.card-article-list p {
        margin: 0;
    }

.card-style-article .card-article {
    margin-bottom: 2rem;
}

.card .card-image {
    overflow: hidden;
}

    .card .card-image a img {
        transition: transform .25s, visibility .25s ease-in;
    }

    .card .card-image.news a img:hover {
        opacity: .9;
    }


.alphabet {
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 18.5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight:600;
}

.atoz {
    margin-bottom: 30px;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
}

.social .jssocials-share a {
    line-height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 33.33333rem;
    border-radius: 33.33333rem;
    color: #fff;
    font-size:14px;
}


    .social a {
        line-height: 2.53333rem;
        width: 2.53333rem;
        display: inline-block;
        text-align: center;
        -webkit-border-radius: 33.33333rem;
        border-radius: 33.33333rem;
        color: #fff;
    }

        .social a:hover, .jssocials-share a:hover {
            color: #fff;
        }

        .social a:hover, .jssocials-share a:hover {
            opacity: .8;
        }

        .social a.facebook, .jssocials-share-facebook a {
            background: #576fa4;
        }

        .social a.twitter, .jssocials-share-twitter a {
            background: #26bbef;
        }

        .social a.linkedin, .jssocials-share-linkedin a {
            background: #0072b1;
        }

        .social a.youtube {
            background: #e6252d
        }

        .social a.instagram {
            background: rgb(239,122,53);
            background: linear-gradient(90deg, rgba(239,122,53,1) 0%, rgba(226,54,99,1) 38%, rgba(148,54,188,1) 71%);
        }

        .social a.pinterest {
            background: #e71a21;
        }

.social ul li {
    margin-right: 0.66667rem;
}

    .social ul li:last-child {
        margin-right: 0;
    }


.banner {
    overflow: hidden;
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 60;
    color: #fff;
}

    .banner-content h1, .banner-content h2, .banner-content h3 {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 3px;
        padding-bottom: 3px;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .banner-content h2 {
        font-size: 26px;
    }

    .banner-content h3 {
        font-size: 24px;
    }

.overlay {
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .overlay:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
    }






ul {
    margin: 0;
}


.block-full-width, .block-full-width-second {
    min-height: 37.66667rem;
    position: relative;
    display: flex;
    align-items: center;
}



    .block-full-width .img, .block-full-width-second .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }

.block-full-width-second {
    background: none;
}

    .block-full-width-second .img {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        width: 50%;
        height: 100%;
    }




.header-top-bar {
    min-height: 3.33333rem;
}

    .header-top-bar .header-contact .header-contact-information + .header-contact-information {
        margin-left: 2rem;
    }

    .header-top-bar .header-contact .header-contact-information span {
        font-size: 1.8rem;
        margin-right: 11px;
        margin-top: 3px;
    }

    .header-top-bar .header-contact .header-contact-information .info {
        line-height: 1.7rem;
    }

        .header-top-bar .header-contact .header-contact-information .info p {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .header-top-bar .header-contact .header-contact-information .info small {
            font-size: 15px;
        }

    .header-top-bar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header-top-bar.top-bar-lg {
        padding: 1.33333rem 0;
    }

    .header-top-bar.top-bar-sm {
        border-bottom: 1px solid #efefef;
        background: #00a886;
    }

        .header-top-bar.top-bar-sm .header-contact-information li {
            display: inline-block;
            margin: 5px 0 0 0;
            vertical-align: middle;
        }
          

                .header-top-bar.top-bar-sm .header-contact-information li + li {
                    margin-left: 2rem;
                }


        .header-top-bar.top-bar-sm .social ul li {
            border: 0;
            display: inline-block;
            line-height: 2.6rem;
        }

        .header-top-bar.top-bar-sm .social a {
            line-height: 1.8rem;
            width: 1.8rem;
            font-size: 13px !important;
        }


.header-menu-area {
    box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1);
    position: relative;
    z-index: 40;
}

    .header-menu-area .nav-right-content .nav-right-area {
        background: transparent;
    }

        .header-menu-area .nav-right-content .nav-right-area + .nav-right-area {
            padding-left: 1.6rem;
        }

        .header-menu-area .nav-right-content .nav-right-area:last-child {
            padding-right: 0;
        }

    .header-menu-area .navbar {
        padding: 1rem;
    }

        .header-menu-area .navbar .navbar-nav .nav-item {
            position: relative;
        }

            .header-menu-area .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
                font-size: 15px;
            }

            .header-menu-area .navbar .navbar-nav .nav-item .nav-link:after {
                position: absolute;
                width: 100%;
                content: '';
                height: 1rem;
                bottom: -1.06667rem;
                left: 0;
            }





            .header-menu-area .navbar .navbar-nav .nav-item.dropdown .nav-link {
                position: relative;
            }

                .header-menu-area .navbar .navbar-nav .nav-item.dropdown .nav-link:before {
                    position: absolute;
                    content: '\f004';
                    font-size: 0.66667rem;
                    font-family: "gcicons";
                    color: rgba(0, 0, 0, 0.5);
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    font-weight: 900;
                }

    .header-menu-area .navbar-nav .nav-link {
        font-weight: 600;
        text-transform: capitalize;
        padding: 1.2rem 1rem;
    }

    .header-menu-area.menu-detailed {
        box-shadow: 0 0.33333rem 1.33333rem rgba(87, 87, 87, 0.1);
        border-top: 1px solid #e4e8ed;
    }

        .header-menu-area.menu-detailed .nav-right-content .nav-right-area {
            padding: 0 1.6rem;
        }


            .header-menu-area.menu-detailed .nav-right-content .nav-right-area:last-child {
                padding-right: 0;
            }

.header-menu-sticky.sticky--on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.3s ease;
    background: #fff !important;
    box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1) !important;
}


.nav-right-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-social ul, .navbar-collapse .nav-right-area.cta-btn {
    display: none;
}

.nav-right-content .search-area {
    position: relative;
    z-index: 3;
    background: #fff;
}

    .nav-right-content .search-area .search-form-area {
        position: absolute;
        width: 300px;
        right: -10px;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        transition: all 0.3s ease;
        top: calc(100% + 40px);
        border-radius: 4px;
        box-shadow: 0 5px 30px rgba(105, 106, 119, 0.2);
        background: #fff;
    }

        .nav-right-content .search-area .search-form-area.active {
            top: calc(100% + 19px);
            opacity: 1;
            visibility: visible;
        }

        .nav-right-content .search-area .search-form-area .search-field {
            border: 0;
        }

    .nav-right-content .search-area > span {
        font-size: 1.33333rem;
        cursor: pointer;
        line-height: 2rem;
    }

footer h1, footer h2, footer h3 {
    letter-spacing: .5px;
}

footer .footer-top {
    padding: 35px 0 25px 0;
}

    footer .footer-top p {
        line-height: 1.6rem;
        margin-bottom: 1.33333rem;
    }

    footer .footer-top ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 2px;
        padding-top: 4px;
    }

    footer .footer-top li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 7px;
    }

    footer .footer-top .links-list li:before {
        position: absolute;
        top: 2.5px;
        left: 0;
        font-family: 'gcicons';
        content: "\f006";
        font-size: 10px;
        background: none;
        padding: 0;
        border-radius: 0;
    }


footer .footer-base p {
    margin: 0;
    padding: 30px 0;
}

footer .footer-top .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    footer .footer-top .social ul li {
        border: 0;
        display: inline-block;
        line-height: 2.6rem;
    }


    footer .footer-top .social ul li {
        margin-right: 0.66667rem;
        padding: 0;
    }

footer .footer-top .social li:before {
    display: none;
}

footer .footer-top .social ul li:last-child {
    margin-right: 0;
}





.dropdown .dropdown-toggle:focus {
    box-shadow: none !important;
}

.dropdown .dropdown-menu {
    top: 0.66667rem !important;
    min-width: 16.66667rem;
    margin: 0;
    padding: 0;
    box-shadow: 0 5px 30px rgba(41, 41, 59, 0.1);
    border: 0 none;
}

    .dropdown .dropdown-menu .dropdown-item:hover {
        background: none;
        border-radius: 0;
    }



.subscribe-form-two > div {
    position: relative;
}

.subscribe-form-two .form-control {
    height: 4.66667rem;
    box-shadow: 0 10px 30px rgba(105, 106, 119, 0.15);
    border: 0 none;
    border-radius: 0.2rem;
    padding-right: 12.33333rem;
    padding-left: 2rem;
}

.subscribe-form-two .btn {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
}

.subscribe-contents h2 {
    line-height: 3.2rem;
    font-size: 1.6rem;
}

    .subscribe-contents h2 span {
        font-size: 2.4rem;
    }

.subscribe-contents img {
    margin-top: 4.66667rem;
}



.pager {
    padding: 30px;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
        padding-left: 0;
    }

        .pager li:before {
            display: none !important;
        }


        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            color: #fff;
        }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #eeeeee;
            border-radius: 0;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin: 2px;
        }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #fff;
        cursor: not-allowed;
    }

    .article-filter
    {
        margin-bottom:30px;
    }

.article-wrapper .article-details img {
    width: 100%;
}

.article-wrapper .article-details .article-content .article-header {
    margin-bottom: 2rem;
}

    .article-wrapper .article-details .article-content .article-header h3 {
        margin-bottom: 1.33333rem;
    }

    .article-wrapper .article-details .article-content .article-header ul {
        position:relative;
        display: flex;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e4e8ed;
    }

        .article-wrapper .article-details .article-content .article-header ul:after {
            position: absolute;
            bottom: -1px;
            left: 0;
            height: 4px;
            width: 70px;
            background: #00a886;
            display: block;
            content: "";
        }

        .article-wrapper .article-details .article-content .article-header ul li {
            margin-right: 1.33333rem;
        }

            .article-wrapper .article-details .article-content .article-header ul li:last-child {
                margin-right: 0;
                margin-top:-5px;
            }

.article-wrapper .article-base {
    align-items: center;
    padding: 2rem 0;
    margin: 3rem 0 4.66667rem 0;
}

    .article-wrapper .article-base .tags, .tags {
        flex: 1;
    }

        .article-wrapper .article-base .tags ul li, .tags ul li {
            margin-right: 0.66667rem;
        }

            .article-wrapper .article-base .tags ul li:last-child, .tags ul li:last-child {
                margin-right: 0;
            }

            .article-wrapper .article-base .tags ul li a, .tags ul li a {
                line-height: 1.86667rem;
                display: block;
                border: 1px solid #e4e8ed;
                border-radius: 0.2rem;
                padding: 0 0.8rem;
                transition: all 0.3s ease;
                color: #5a6671;
                font-size: 0.93333rem;
            }



                .article-wrapper .article-base .tags ul li a:hover, .tags ul li a:hover {
                    color: #fff;
                }

    .article-wrapper .article-base .social-share {
        flex: 1;
        justify-content: flex-end;
    }

        .article-wrapper .article-base .social-share .share {
            margin-right: 15px;
        }

.card-event-date {
    display: block;
    float: right;
    position: absolute;
    text-align: center;
    left: 15px;
    top: 15px;
    min-width: 60px;
    padding: 5px;
}

    .card-event-date h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin-bottom: 5px;
    }

    .card-event-date p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
        margin-bottom: 0px;
    }



.sidepanel {
    -webkit-border-radius: .26667rem;
    border-radius: .26667rem;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 10%);
    background: #fff;
    padding: 30px 23px;
    margin-bottom: 2rem;
}

    .sidepanel .categories ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 2px;
        padding-top: 4px;
    }

    .sidepanel .categories li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 7px;
    }

        .sidepanel .categories li:before {
            position: absolute;
            top: 2.5px;
            left: 0;
            font-family: 'gcicons';
            content: "\f006";
            font-size: 10px;
            padding: 0;
        }

.contentpanel {
    -webkit-border-radius: .26667rem;
    border-radius: .26667rem;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 10%);
    background: #fff;
    padding: 30px 23px;
    position: relative;
}

a .contentpanel:hover {
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 15%);
}

    a .contentpanel:hover:after {
        content: "\e803";
        font-family: "gcicons";
        position: absolute;
        bottom: 5px;
        right: 10px;
    }


.twitter-list i {
    color: #26bbef;
    margin-right: 3px;
}

.twitter-feed i {
    color: #26bbef;
    display: block;
    font-size: 22px;
}

.tweet {
    margin-bottom: 15px;
}



.webimage, .webimage.angleoverlay {
    position: relative;
}

    .webimage.angleoverlay:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
        position: absolute;
        bottom: -34px;
        right: -7px;
        z-index: 20;
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg );
    }


@media (max-width: 1199.98px) {
    .nav-right-content .search-area {
        padding: 0 0.6rem 0 0.33333rem;
    }
}

@media (min-width: 992px) {
    .simple .header-menu-area .navbar-expand-lg .navbar-collapse {
        margin-right: 25px;
        justify-content: flex-end;
    }

    .detailed .header-menu-area .nav-nopad-left .nav-link {
        padding-left: 0;
        margin-left: 0;
    }

    .header-menu-area .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        top: 6.66667rem !important;
        border-radius: 0;
        transition: all 0.3s ease;
        box-shadow: 0 0 30px rgba(41, 41, 59, 0.1);
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }

        .header-menu-area .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
            padding: 7.5px 18.5px;
            border-bottom:1px solid #efefef;
        }

            .header-menu-area .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
                border-bottom:0;
            }

    .header-menu-area .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        top: 4.66667rem !important;
        opacity: 1;
        visibility: visible;
    }
}


@media (max-width: 991.98px) {
    .header-menu-area .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 20px;
        font-weight: bold;
    }

    .navbar .navbar-toggler {
        font-size: 1.66667rem;
        box-shadow: none;
        border: none;
        padding-left: 0;
        outline: none;
    }

    .nav-right-area.social, .header.simple .nav-right-content .nav-right-area.cta-btn {
        display: none;
    }

    .nav-social ul {
        display: flex;
        list-style: none;
        margin-top: 20px;
        margin-left: 20px;
    }

    .navbar-collapse .nav-right-area.cta-btn {
        display: block;
        margin: 20px 0 20px 20px;
    }

    .navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus {
        outline: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 50000;
        overflow-y: scroll !important;
    }

        .navbar-collapse.collapsing {
            left: -100%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .header-top-bar .header-contact .header-contact-information {
        flex-basis: 0;
        flex-grow: 1;
    }

        .header-top-bar .header-contact .header-contact-information + .header-contact-information {
            margin-left: 25px;
        }

    .card-body {
        padding: 2.3rem;
    }

    .card .card-footer {
        padding: 2rem;
    }
}

.mobile_brand {
    display: none;
}

@media (max-width: 991px) {
    .header-menu-area .navbar .navbar-nav .nav-item.dropdown .nav-link:before {
        content: '';
        font-family: none;
    }

    .mobile_brand {
        padding: 1.33333rem 15px;
        border-bottom: 1px solid #e4e8ed;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
    }

    .header-menu-area .navbar .navbar-nav .nav-item.dropdown .nav-link:before {
        right: 20px;
        font-size: 13px;
    }

    .header-menu-area .dropdown-menu a.dropdown-item {
        padding: 4px 15px;
    }

    .header-menu-area .dropdown-menu {
        width: 100%;
        box-shadow: 0 0 0;
        background: #fff;
        left: auto;
        position: initial;
        padding: 0 20px;
        display: block !important;
    }

        .header-menu-area .dropdown-menu ul {
            flex: initial;
            padding: 0 15px;
        }

            .header-menu-area .dropdown-menu ul + ul {
                margin-top: 7px;
            }

            .header-menu-area .dropdown-menu ul li {
                margin-bottom: 8px;
            }

    .header-top-bar .header-contact {
        display: none !important;
    }

        .header-top-bar .header-contact .header-contact-information span {
            display: none;
        }

    .block-full-width:before, .block-full-width-second:before, .block-full-width-second:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 1;
    }

    .block-full-width .img, .block-full-width-second .img, .block-full-width-second .img {
        width: 100%;
    }

    #accordion-border {
        padding: 2rem 2.66667rem;
    }   

    .card.card-article-list {
        flex-wrap: wrap;
    }

        .card.card-article-list .team-info {
            flex-wrap: wrap;
        }

            .card.card-article-list .team-info .m-bottom-25 {
                margin-bottom: 15px;
            }

            .card.card-article-list .team-info .social-basic {
                margin-bottom: 25px;
            }

        .card.card-article-list .team-image {
            align-self: center;
            flex: 1 0 100%;
        }

            .card.card-article-list .team-image img {
                width: 100%;
            }
}


@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 14.5px;
    }

    .video {
        margin: 0 !important;
    }
}


@media screen and (max-width: 767px) {
    .card-body {
        padding: 2rem;
    }

    .gallery-grid figure img {
        width: 100%;
    }

    .card figure img {
        width: 100%;
    }

    .article-wrapper .article-base {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: start;
    }

        .article-wrapper .article-base .social-share {
            margin-top: 1.33333rem;
        }

    textarea.form-control {
        height: 200px;
    }

    html {
        font-size: 14px;
    }

    .nav-right-content .search-area {
        position: initial;
    }

        .nav-right-content .search-area .search-form-area {
            width: 100%;
            right: 0;
        }

            .nav-right-content .search-area .search-form-area.active {
                top: 100%;
            }

    .video {
        margin: 0 !important;
    }
}


@media (min-width: 320px) and (max-width: 575.98px) {
    .block-full-width, .block-full-width-second {
        min-height: auto;
        padding-bottom: 50px;
    }

    .block-full-width-second {
        padding-top: 50px;
    }

    footer h1, footer h2, footer h3 {
        margin-top: 25px;
    }

    .video {
        margin: 0 !important;
    }
}

@media screen and (max-width: 479px) {
    html {
        font-size: 13px;
    }

    body {
        font-size: 14px;
    }

    .card .card-body {
        padding: 2rem;
    }

    .card .card-footer {
        padding: 1.66rem;
    }

    .subscribe-form-two {
        padding: 0;
    }

        .subscribe-form-two .btn {
            position: static;
            top: 0;
            transform: none;
            margin-top: 15px;
        }

        .subscribe-form-two .form-control {
            padding: 0 15px;
        }

    .video {
        margin: 0 !important;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    html {
        font-size: 14px;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-control {
        padding: 0.5rem 1.2rem 1rem;
    }

    .block-full-width, .block-full-width-second {
        padding-top: 30px;
    }
}







/*BLOCK BACKGROUNDS*/
.navy {
    position: relative;
}

.grey-pattern {
    background: #f5f5f5 url('../Images/bg-grey.png') repeat repeat;
}

.light-grey .webimage.angleoverlay:after {
    border-left: 45px solid #f5f5f5;
}

.webimage.angleoverlay:after, .white .webimage.angleoverlay:after {
    border-left: 45px solid #fff;
}

.navy .webimage.angleoverlay:after {
    border-left: 45px solid #182d4c;
}







#referral-form p {
    margin-top: 1rem;
}

input[type=radio] {
    margin-right: 10px;
}

.field-validation-error {
    color: red;
    font-size: 80%;
    display: block;
}

.required {
    color: red;
    padding-left: 5px;
}

#refugee-form {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    padding: 40px;
}

#refugee-form label {
    font-weight: bold;
}

#refugee-form #submit-controls {
    text-align: center;
}

@media (min-width: 992px) {
    #refugee-form {
        width: 70%;
        margin: 0 auto;
    }
}