.page-navbar {
    min-height: 80px;
    background: #00000024;
    box-shadow: 0 3px 14px rgb(0 0 0 / 41%);
    background-image: linear-gradient(to top, rgb(172 172 172 / 93%), rgb(113 113 113 / 41%), #21252900);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}


/* footer */

.arrow {
    border: solid rgb(255, 255, 255);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.border-bottom {
    width: 100%;
}

.algin {
    text-align: left
}

.sizeFotter {
    margin: 16px;
    padding: 1%;
}


/* news mrkquee */

.ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.226);
    background-color: rgb(225, 228, 228);
}

.ticker-wrapper-h .heading {
    background-color: rgb(225, 228, 228);
    color: black;
    padding: 5px 10px;
    flex: 0 0 auto;
    z-index: 1000;
    padding: 20px;
    box-shadow: 0 3px 0px rgb(0 0 0 / 41%);
}

.ticker-wrapper-h .heading:after {
    content: "";
    position: relative;
    top: 0;
    border-right: 2px solid #000;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    margin-left: 30px;
    left: 0;
}

.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: -100%;
    z-index: 999;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 25s;
}

.news-ticker-h:hover {
    animation-play-state: paused;
}

.news-ticker-h li {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
}

.news-ticker-h li a {
    color: #000;
    font-weight: 600;
}

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0%);
    }
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.bcksectionOne {
    background-image: url(../imgs/backgroundwelcome.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.shadowsectionOne {
    box-shadow: 0 3px 14px rgb(0 0 0 / 41%);
    background-color: #f8f9fc;
}

.border-bottoms {
    border-bottom: 1px solid #939aa0!important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgb(26, 26, 27) !important;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}