/* body {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(75, 160, 204, 0.9499999829033176) 100%
    );
} */
html {
    scroll-behavior: smooth;
}

.homebar {
    background-color: #083359;
}

.title {
    text-decoration-color: #083359;
    font-family: "Barlow", sans-serif;
}

.img {
    position: relative;
}

.cards {
    background-color: #d7e8fa;
    font-family: "Barlow", sans-serif;
    font-size: 1.17rem;
}

.hometext {
    font-family: "Barlow", sans-serif;
    height: 40px;
    width: 40%;
    position: absolute;
    top: 18%;
    left: 12%;
    z-index: 100;
}
.hometext h6 {
    text-shadow: 1px 1px 2px rgba(53, 53, 53, 0.6);
}
.profile-pic-min {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}
.mbr-text {
    font-style: normal;
    line-height: 1.6;
}
.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.mbr-overlay {
    z-index: 1;
}
.container .carousel-indicators {
    margin-bottom: 3px;
}
.carousel-caption {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    display: -webkit-flex;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-align-items: center;
}
.mbr-overlay {
    z-index: 1;
}
.container-slide.container {
    min-width: 100%;
    min-height: 100vh;
    padding: 0;
}
.carousel-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -o-transition: -o-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
        -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
@media (max-width: 576px) {
    .carousel-item .container {
        width: 100%;
    }
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mbr-slider .carousel-control {
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -1.5rem;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}
.mbr-slider .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}
.mbr-slider .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}
.mbr-slider .carousel-control .mbr-iconfont {
    font-size: 2rem;
}
@media (max-width: 767px) {
    .mbr-slider .carousel-control {
        top: auto;
        bottom: 1rem;
    }
}
.mbr-slider .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}
.mbr-slider .carousel-indicators li {
    max-width: 20px;
    width: 20px;
    height: 20px;
    max-height: 20px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s;
}
.mbr-slider .carousel-indicators li.active,
.mbr-slider .carousel-indicators li:hover {
    opacity: 0.9;
}
.mbr-slider .carousel-indicators li::after,
.mbr-slider .carousel-indicators li::before {
    content: none;
}
.mbr-slider .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
}
@media (max-width: 576px) {
    .mbr-slider .carousel-indicators {
        display: none !important;
    }
}
.mbr-slider > .container img {
    width: 100%;
}
.mbr-slider > .container img + .row {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mbr-slider > .container .carousel-indicators {
    margin-bottom: 3px;
}
@media (max-width: 576px) {
    .mbr-slider > .container .carousel-control {
        margin-bottom: 0;
    }
}
.mbr-slider .mbr-section {
    padding: 0;
    background-attachment: scroll;
}
.mbr-slider .mbr-table-cell {
    padding: 0;
}
.carousel-item .container.container-slide {
    position: initial;
    width: auto;
    min-height: 0;
}
.full-screen .slider-fullscreen-image {
    margin-bottom: -72px;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.full-screen .slider-fullscreen-image.active {
    display: -o-flex;
}
.full-screen .container {
    width: auto;
    padding-right: 0;
    padding-left: 0;
}
.full-screen .carousel-item .container.container-slide {
    width: 100%;
    min-height: 100vh;
    padding: 0;
}
.full-screen .carousel-item .container.container-slide img {
    display: none;
}
.mbr-background-video-preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mbr-overlay ~ .container-slide {
    z-index: auto;
}
/*! Media  */
.media-size-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
figure {
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

.info_card {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
.info_card .card {
    border: none;
    background-color: transparent;
}
.info_card h4 {
    text-align: left;
    font-weight: 500;
}
.info_card p {
    color: #767676;
    text-align: left;
    margin-bottom: 0;
}
.info_card .card-img {
    text-align: left;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
}
.info_card .card-img span {
    font-size: 72px;
    color: #083359;
}
.info_card .card-box {
    padding-left: 1rem;
    word-break: break-word;
    width: 100%;
}
@media (max-width: 991px) {
    .info_card .card-img {
        text-align: left;
        padding-bottom: 0.75rem;
    }
    .info_card .card-box {
        padding-left: 0;
    }
}
.info_card .card-title,
.info_card .card-img {
    color: #767676;
}
/* Links */
.links_module {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
.links_module .title {
    padding-bottom: 2.5rem;
}
.links_module .mbr-text {
    color: #767676;
    margin: 0;
    padding-top: 0.5rem;
}
.links_module .iconfont-wrapper {
    display: flex;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-right: 2rem;
}
.links_module .iconfont-wrapper .amp-iconfont {
    font-size: 2rem;
}
.links_module .wrapper {
    display: flex;
    padding: 1rem 0;
}
.links_module .wrapper .b-info {
    width: 100%;
}
@media (max-width: 767px) {
    .links_module .iconfont-wrapper {
        display: none;
    }
}
/* Footer */
.footer_black {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2e2e2e;
    color: #fff;
}
.footer_black .mbr-text {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .footer_black .content {
        text-align: center;
    }
    .footer_black .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .footer_black .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.footer_black .footer-lower .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.footer_black .footer-lower .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
}
.footer_black .footer-lower .social-list .soc-item {
    margin: 0 0.5rem;
}
.footer_black .footer-lower .social-list a {
    margin: 0;
    opacity: 0.5;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.footer_black .footer-lower .social-list a:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .footer_black .footer-lower .social-list {
        justify-content: center;
        -webkit-justify-content: center;
    }
}
