@media print
{
    .container.content
    {
        margin-top: 5px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .collapse{
        display: block !important;
    }
    p {
        font-size: 10px;
    }
    .accordion-button { font-size: 20px; }

    .pagebreak { page-break-before: always; }

    img {
        max-height: 900px;
    }
}

body.design-superfish, a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 25px;
    word-wrap: normal;
}

.accordion-body p{
    font-size: 16px;
}
.accordion-body{
    font-size: 16px;
}

body.design-superfish,
body.design-superfish h1,
body.design-superfish h2,
body.design-superfish h3,
body.design-superfish h4,
body.design-superfish h5,
body.design-superfish h6, .design-superfish span {
    color: #000000;
}
ul li p{
    margin-bottom: 0px;
    line-height: 19px;
}

table tr td {
    line-height: 19px;
    vertical-align: middle;
}

body.boxcontainer{
    border: 1px solid #EFEFEF;
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}

body .forum-container{
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    margin-bottom: 30px;
}
.forum-header{
    padding: 10px 10px 10px 10px;
    background-color: rgba(239, 239, 239, 0.40);
}
.forum-content{
    margin: 10px 10px 10px 10px;
}

.container.content{
    margin-top: 30px;
}

.navbar-collapse{
    width: 100%;
}

#superfish-top-menu .sf-menu a {
    padding: 0.75em 0.75em;
}

#superfish-top-menu {
    margin-bottom: 0em;
}
#superfish-top-menu > li {
    background: #FFFFFF;
    outline: 0 none;
    min-width: 120px;
    padding: 0em;
}

#superfish-top-menu > li > a {
    font-size: 19px;
    color: #000000!important;
    text-align: center;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 0px;
}
#superfish-top-menu > li > a > .underline{
    color: #337ab7;
    display:block;
    content: '';
    border-bottom: solid 2px #337ab7;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
#superfish-top-menu > li:hover > a > .underline {
    transform: scaleX(1);
    transform-origin:  0% 50%;
}

#superfish-top-menu > li > ul.sub-menu > li > a > .underline{
    color: #337ab7;
    display:block;
    content: '';
    border-bottom: solid 2px #337ab7;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
#superfish-top-menu > li > ul.sub-menu > li:hover > a > .underline {
    transform: scaleX(1);
    transform-origin:  0% 50%;
}


#superfish-top-menu > li > a > .sf-sub-indicator{
    font-size: 15px;
    height: auto;
    transition: color .2s ease;
    margin-left: 15px;
    color: #000000;
}
#superfish-top-menu > .sfHover > a > .sf-sub-indicator{
    color: #337ab7;
    transition: color .2s ease;
    margin-left: 15px;
}
#superfish-top-menu > li > ul.sub-menu{
    background-color: rgba(255,255,255,100)!important;
    min-height: 150px;
    width:240px;
    color: #000000;
}
#superfish-top-menu > li > ul.sub-menu > li{
    background-color: rgba(255,255,255,100)!important;
    line-height: 22px;
}
#superfish-top-menu > li > ul.sub-menu > li > a{
    color: #000000;
    padding: 10px;
    font-size: 16px;
}
#superfish-top-menu > li > ul.sub-menu > li > a:hover{
    color: #337ab7;
}
.footer{
    margin-top: 150px;
}
.footer_list{
    list-style: none;
    padding: 0px;
}
.position-top{
    margin-top: 50px;
    margin-bottom: 30px;
}
.modules.position-bottom{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 100px;
    margin-top: 100px;
}

p {
    font-size: 19px;
    line-height: 25px;
    word-wrap: normal;
}

body .bottom-container{
    background-color: rgba(178, 178, 178, 0.66);
    margin-top: 30px;
}

@media (max-width: 1400px) {
    .navbar{
        display: block;
    }
    .navbar-collapse{
        width: 100%;
    }
    #superfish-top-menu > li > ul.sub-menu{
        background-color: rgba(255,255,255,100)!important;
        width:240px;
        color: #000000;
    }
    #superfish-top-menu > li {
        background: #FFFFFF;
        outline: 0 none;
        min-width: 100%;
        padding: 0em;
    }
    #superfish-top-menu > li > a {
        font-size: 16px;
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 30px;
    }
    .sf-menu ul.sub-menu {
        box-shadow: none;
        position: relative;
        display: none;
        z-index: unset;
    }
    #superfish-top-menu > li > ul.sub-menu > li > a {
        color: #000000;
        font-size: 16px;
        /* border-left: 1px solid #000; */
        margin-left: 20px;
    }
}

.design-superfish a.btn {
    color: white;
}
.design-superfish a:focus.btn {
    color: white;
    font-weight: normal;
}
.design-superfish a:visited.btn {
    color: white;
}
.design-superfish a:active.btn {
    color: white;
}

.design-superfish a {
    color: blue;
}

.design-superfish a:visited {
    color: purple;
}

.design-superfish a:hover {
    color: blue;
    text-decoration: none;
}

.design-superfish a:focus {
    color: blue;
    font-weight: bold;
}

.design-superfish a:active {
    color: blue;
}
.fs-6 a{
    font-size: 1rem!important;
}
.accordion-button.unread:is(.collapsed) {
    color: #0c63e4;
    background-color: #ff9c9c;
}
img.board_post_avatar {
    max-height: 35px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 70vh;
    background-color: rgba(59, 59, 59, 0.8);
    overflow: hidden;
    padding: 0;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}

#hero .carousel-item {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 120px;
}

#hero .carousel-content {
    text-align: center;
}

#hero h2 {
    color: #2e2e2e;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#hero h2 span {
    color: #7492ca;
}

#hero p {
    width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #7492ca;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 0.2;
}

#hero .carousel-indicators li.active {
    opacity: 1;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 2px solid #7492ca;
    background: #7492ca;
}

#hero .btn-get-started:hover {
    background: transparent;
    color: #7492ca;
    text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
    #hero {
        margin-bottom: 60px;
    }

    #hero .carousel-container {
        padding-bottom: 0;
    }

    #hero .carousel-indicators li {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 90vh;
    }

    #hero .carousel-item {
        height: 90vh;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 50%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}
.form-check-input {
    border: var(--bs-border-width) solid #6e6e6e;
}
