﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

body {
    padding-top: 120px;
    font-weight: 400
}

body, html {
    min-height: 100%;
    height: 100%;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #eee;
        cursor: pointer;
    }

    body::-webkit-scrollbar {
        width: 10px;
        cursor: pointer;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #444;
    }

        body::-webkit-scrollbar-thumb:hover {
            background-color: #000;
        }

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.scrollup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 9;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.scrollup {
    -webkit-animation: slideInRight 800ms ease;
    -moz-animation: slideInRight 800ms ease;
    -ms-animation: slideInRight 800ms ease;
}

a.scrollup {
    background: #790001;
    color: #fff;
    text-decoration: none;
    border-radius: 100%;
}

    a.scrollup:hover {
        background: #000;
        color: #fff
    }

.heading {
    color: #790001;
    font-size: 1.5rem
}



/* breadcrumb */
.breadcrumb-panel {
    padding: 20px 15px;
    margin: 0;
    background: transparent;
    border-top: 1px solid #f2f2f2;
}

.breadcrumb-item {
    font-size: .85rem;
    color: #333
}

    .breadcrumb-item a {
        color: #333 !important;
    }

    .breadcrumb-item.active {
        color: #94231e;
        font-weight: 600;
    }

/* wrapper */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

/*.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    min-height: 70px;
    clear: both;
}

@media (min-width:767.99px) {
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -94px;
    }

    .footer, .push {
        min-height: 94px;
        clear: both;
    }
}
*/
/* Header */
header {
    border-bottom: 4px solid #7e7e7e;
    background: #fff;
}

.bg-navbar {
    background: #790001;
    width: 100%;
    border-bottom: 2px solid #333;
    margin-bottom: 2px;
}

.top-nav-collapse {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: #790001;
        background: rgba(255,255,255,0.8)
    }

.navbar-btns .btn {
    color: #fff;
    font-weight: 600;
}


@media (max-width:991.98px) {
    .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.85rem 1rem;
    }

    .navbar-btns {
        margin-top: auto;
    }

        .navbar-btns .btn {
            color: #333;
            font-weight: 600;
            width: 50%;
            padding: 15px;
            border-radius: 0px;
            background: #eb2350;
            color: #fff;
        }

            .navbar-btns .btn + .btn {
                border-left: 1px solid #fff;
            }

    .offcanvas .container {
        padding: 0;
        height: 100%;
        display: flex;
        flex-flow: column;
    }

    .offcanvas .navbar-nav {
        width: 100%;
    }

    .offcanvas .container div {
        width: 100%;
    }

    body {
        padding-top: 80px;
    }
}

@media (min-width:992px) {
    .navbar-light .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #f5f5f5;
        line-height: 27px;
    }

        .navbar-light .navbar-nav .nav-link:hover {
            color: #fff;
        }

        .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
            color: #790001;
            background: rgba(255,255,255,0.8)
        }

    .offcanvas {
        visibility: visible;
        position: relative;
        background: transparent;
        border: none;
        justify-content: end;
        color: red;
        width: 100% !important;
        transform: none !important;
    }
}
/* Footer */

footer {
    background: #000;
    padding: 25px 0;
    /*  border-top: #790001 2px solid;*/
}

    footer p, a {
        margin-bottom: 0;
        color: #fff;
        font-size: 1rem;
    }

    footer a:hover {
        color: #ddd;
    }

    footer p.font-weight-bold {
        font-size: 22px;
        text-transform: uppercase;
    }

    footer p.font-weight-bold,
    .footer-navigations ul li {
        margin-bottom: 8px;
    }

.footer-navigations ul li {
    position: relative;
    padding-left: 10px;
}

    .footer-navigations ul li:before {
        content: '\f0da';
        color: #fff;
        margin-right: 5px;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
    }

    .footer-navigations ul li > a {
        color: #fff;
        text-decoration: none !important;
    }

        .footer-navigations ul li > a:hover {
            color: #DDD;
        }

ul.footer-quick-links li:before {
    display: none;
}

ul.footer-quick-links li a {
    font-weight: bold;
}

.bottom-footer {
    border-top: #DDD 1px solid;
    padding: 20px 0;
    margin-top: 15px;
}

    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        font-size: 1rem;
        color: #ddd;
    }

        .bottom-footer ul.list-inline li {
            border-right: #a4a4a4 solid 1px;
            padding: 0 5px;
        }

            .bottom-footer ul.list-inline li:last-child {
                border: 0;
            }

            .bottom-footer ul.list-inline li a {
                color: #a4a4a4;
            }

@media (min-width:768px) {
    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        display: inline;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .footer-navigations ul.list-inline {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

/*.breadcrumb {
    border-top: #DDD 1px solid;
}

    .breadcrumb li {
        font-size: 9pt;
        text-transform: uppercase;
    }*/

@media (max-width:480px) {
    ul.list-inline li {
        display: inline-block;
        vertical-align: top;
    }

        ul.list-inline li a {
            font-size: 11pt;
            text-transform: uppercase;
            font-weight: bold;
        }

    ul.list-inline li {
        width: 100%;
    }

    .bottom-footer p, .bottom-footer a {
        font-size: 9pt;
    }
}



.hero-panel {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.card-common {
    background: #f4f4f4;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: block;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
}

    .card-common:hover {
        background: #eee;
        border-color: #790001
    }

a.card-common:hover, a.card-common:hover h3 {
    color: #790001
}

{
    color: #790001
}

.card-common h3 {
    font-size: 19px;
    font-weight: bold;
    color: #000
}

.acc-title {
    font-size: 19px;
}

.input-search {
    position: relative;
}

    .input-search .form-control {
        padding-right: 40px;
    }

    .input-search .btn {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        color: #790001;
        outline: none;
        box-shadow: none
    }

        .input-search .btn:hover {
            color: #000
        }

.heading-line {
    border-bottom: 2px solid #790001;
    position: relative;
    height: 7px;
    margin-bottom: 15px;
}

    .heading-line:before {
        content: "";
        height: 5px;
        width: 100px;
        display: block;
        background: #790001;
        position: absolute;
        top: 0;
        left: 0
    }

.list-journal li {
    /*margin-bottom: 15px;*/
}

.list-journal p {
    margin-bottom: 0
}

.row-articles .card {
    background: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 0;
}

    .row-articles .card:hover {
        background: #eee;
        border-color: #790001;
    }

    .row-articles .card .card-footer {
        background: #f4f4f4;
        border: 0;
        border-radius: 0;
    }

    .row-articles .card .card-title {
        font-weight: bold;
        color: #000;
        font-size: 1.1rem;
    }

a.btn-toggle[aria-expanded="true"] .text-more {
    display: none
}

a.btn-toggle[aria-expanded="false"] .text-less {
    display: none
}

.list-label label {
    margin-left: 5px;
}

.accordion-back-issues .accordion-item {
    border: 0;
    background: #f4f4f4;
    margin-bottom: 2rem;
}

.accordion-back-issues .accordion-button {
    background: #f4f4f4;
    font-weight: 500
}

    .accordion-back-issues .accordion-button:not(.collapsed) {
        color: #790001;
        background-color: transparent;
        box-shadow: none;
    }

.list-issues {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-issues li {
        padding: 5px 10px;
        margin: 10px 0px;
        list-style: none;
        border-bottom: 1px solid #b5b5b5;
    }

        .list-issues li a {
            display: flex;
            -webkit-display: flex;
            text-decoration: none;
            color: #000
        }

            .list-issues li a:hover {
                color: #790001;
            }

            .list-issues li a .fa {
                display: none;
                float: right
            }

            .list-issues li a:hover .fa {
                display: block;
            }

        .list-issues li .issuemonth {
            width: 25%;
        }

        .list-issues li .issueyear {
            width: 75%;
        }

.accordion-about .accordion-body {
    background: #f4f4f4;
}

.accordion-about .accordion-button:not(.collapsed) {
    color: #790001;
    background-color: transparent;
    box-shadow: none;
    font-weight: bold
}

.fixed-top {
    padding-top: 10px !important;
}

.form-label {
    font-weight: 600;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .button:hover {
        background: #06D85F;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    /* padding: 20px; */
    background: #fff;
    border-radius: 5px;
    width: 35%;
    top: -10%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.no-text-decoration {
    text-decoration: none !important;
}

.key-features li::marker {
    content: '✓';
    color: #790001;
}

.key-features li {
    padding: 0px 0px 0px 10px;
}

/*
=====================================================================================================================================================
TESTIMONIALS
=====================================================================================================================================================
*/
.testimonials {
    padding: 50px 0px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

    .testimonials li {
        margin-bottom: 50px;
        width: 80%;
        float: left;
    }

        .testimonials li:nth-child(even) {
            float: right;
        }

    .testimonials .tm-data {
        position: relative;
        background: #d3d3d3;
        border-radius: 15px;
        padding: 30px;
    }

        .testimonials .tm-data:before {
            content: "\f10d";
            font-family: FontAwesome;
            color: #790001;
            background: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            display: block;
            font-size: 20px;
            position: absolute;
            top: -20px;
        }

        .testimonials .tm-data:after {
            content: "";
            border-top: 10px solid #d3d3d3;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            bottom: -10px;
        }

    .testimonials .tm-title {
        padding: 5px 5px 5px 30px;
    }

@media (max-width:767px) {
    .testimonials li {
        width: 100%;
        float: left;
    }

        .testimonials li:nth-child(even) {
            float: left;
        }
}

.text-grey {
    color: #747474;
}

.navbar-brand h6 {
    font-size: 13px;
}

.mob-width2 h4 {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .card-common h3 {
        font-size: 16px;
    }

    .card-common b {
        font-size: 14px;
    }

    .card-common p {
        font-size: 13px;
    }

    .row-articles .card .card-title {
        font-size: 16px;
    }

    .mob-width1 {
        width: 20% !important;
    }

        .mob-width1 img {
            width: 50px !important;
        }

    .mob-width2 h2 {
        font-size: 22px;
        margin-top: 9px;
    }

    .mob-width2 h5 {
        font-size: 15px;
    }

    .mob-width2 h4 {
        font-size: 13px;
    }

    .mob-width2 {
        width: 80% !important;
    }

    .navbar-brand h2 {
        font-size: 15px;
    }

    .navbar-brand h6 {
        font-size: 10px;
    }

    .navbar-brand .logo {
        width: 200px !important;
    }
}

.text-unbold {
    font-weight: 400;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    backdrop-filter: blur(4px);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e600;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header {
    border: 0;
    padding 0;
    position: relative;
}

    .modal-header .close {
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 23px;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    z-index: 10;
    line-height: 17px;
}