body {
    padding: 0;
    margin: 0;
    background-color: #dff2ee !important;
}

.jumbotron {
    padding: 10px
}

a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #b6fafc
}

p {
    text-align: justify;
    padding: 5px
}

.btn-link {
    color: #918d8d
}

.heading-3 {
    color: #00afc9;
    font-size: 36px
}

.heading-3 span {
    color: #47020a
}

.heading-3 small {
    font-size: 24px;
    display: inline-block;
}

.heading-4 {
    letter-spacing: 3px;
    text-transform: uppercase
}

.main {
    padding: 2rem 1rem;
}

.row-flex {
    display: flex;
    flex-wrap: wrap
}

.topnav {
    overflow: hidden;
    background-color: transparent
}

.topnav a {
    display: inline-block;
    color: #802f43;
    font-weight: 500;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
    font-size: .9rem
}

.topnav a:hover {
    color: #803457;
    transition: .3s;
    font-weight: 700
}

.topnav .icon {
    display: none
}

@media screen and (max-width:600px) {
    .topnav {
        display: none
    }
    .topnav a {
        display: none
    }
    .topnav a.icon {
        float: right;
        display: block
    }
}

@media screen and (max-width:600px) {
    .topnav.responsive {
        position: relative
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center
    }
}

.header-top {
    background: #2cb2f5
}

.header-top .top-left .social-links {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

@media (max-width:767px) {
    .header-top .top-left .social-links {
        padding-left: 0
    }
}

.header-top .top-left .social-links li {
    display: inline-block
}

.header-top .top-left .social-links li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -1px;
    font-size: 16px;
    color: #032b43;
    text-align: center;
    transition: .3s
}

.header-top .top-left .social-links li:hover i {
    color: #f0eedd;
    font-weight: 700
}

.header-uper {
    padding: 10px 0
}

@media (max-width:991px) {
    .header-uper .contact-info {
        text-align: center
    }
    .header-uper .contact-info .item {
        margin: 0 20px
    }
}

.header-uper .contact-info .item {
    position: relative;
    display: inline-block;
    padding-left: 60px;
    margin-right: 5px
}

.header-uper .contact-info .item span {
    font-size: .9rem
}

.header-uper .contact-info .item .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 2px solid #13b7ed
}

.header-uper .contact-info .item .icon-box i:before {
    color: #032b43;
    font-size: 1.25rem
}

@media screen and (max-width:600px) {
    .logo {
        min-height: 5rem
    }
    .header-uper .contact-info .item {
        position: relative;
        display: inline-block;
        padding-left: 60px;
        margin-right: 5px
    }
    .header-uper .contact-info .item span {
        font-size: .9rem
    }
    .header-uper .contact-info .item .icon-box {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #032b43
    }
    .header-uper .contact-info .item .icon-box i:before {
        font-size: 1rem
    }
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .5s
}

.navbar {
    margin-bottom: 0;
    background: #032b43;
    border: none;
    border-radius: 0;
    z-index: 999;
}

@media (max-width:991px) {
    .navbar .navbar-nav {
        padding: 5px 0
    }
}

.navbar .navbar-nav li>.nav-link {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 7px 18px !important;
    transition: .3s
}

@media (max-width:991px) {
    .navbar .navbar-nav li>.nav-link {
        padding: 6px 18px !important;
        text-align: center
    }
}

.navbar .navbar-nav li>.nav-link:hover {
    color: #fff;
    opacity: .7
}

.navbar .navbar-nav li.active>a:hover {
    background: 0 0
}

.dropdown-toggle::after {
    border: 0;
    margin-left: 6px;
    vertical-align: 1px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 11px;
    width: auto
}

@media (min-width:1200px) {
    .navbar .dropdown-menu {
        display: block;
        transition: .2s;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0;
        border: 0;
        background-color: #fff;
        z-index: 1;
        opacity: 0;
        visibility: hidden
    }
    .navbar .dropdown-menu .dropdown-item {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 8px
    }
}

.dropdown-menu {
    padding: 0 20px 0 5px;
    min-width: auto
}

@media (max-width:991px) {
    .dropdown-menu {
        padding: 0
    }
}

.dropdown-menu li:first-child {
    margin-top: 10px
}

.dropdown-menu li:last-child {
    margin-bottom: 10px
}

.dropdown-menu .dropdown-item {
    color: #333;
    font-size: 16px;
    transition: .3s
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: #922121;
    color: #f7ca21
}

.dropdown-menu .dropdown-item.active {
    text-decoration: underline;
    font-weight: 500
}

.dropdown-menu .dropdown-item:hover {
    opacity: .8
}

.dropdown-submenu a.dropdown-toggle {
    color: #333
}

.dropdown-submenu a.dropdown-toggle::after {
    margin-left: 7px;
    vertical-align: .255em !important;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.dropdown-submenu .dropdown-menu {
    -webkit-transform: initial;
    transform: initial;
    top: -15px
}

@media (max-width:991px) {
    .dropdown-submenu .dropdown-menu {
        margin: 0 10px !important
    }
}

.dropdown-submenu.dropright .dropdown-menu {
    left: calc(100% + 10px);
    margin-left: 0
}

.dropdown-submenu.dropleft .dropdown-menu {
    left: auto;
    right: 100%;
    margin-right: 0
}

@media (max-width:991px) {
    .dropdown-item {
        text-align: center
    }
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: #cef4f7;
    border-radius: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin: 6px auto
}


/**********************************************************/

.carousel-item img {
    height: 400px;
}

@media (max-width:767px) {
    .carousel-item img {
        height: 125px;
    }
}


/*********************************************************/

.quote {
    display: inline-block;
    margin: 1em;
    overflow: hidden;
}

.quote blockquote {
    background-color: transparent;
    border: solid 2px #032b43;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}

.quote blockquote:before {
    background-color: #e4f2f3;
    bottom: -10%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10%;
    transform: rotate(-15deg) skew(5deg);
}

.quote blockquote cite {
    display: block;
    font-style: italic;
    text-align: right;
}

.quote blockquote cite:before {
    content: "- ";
}

.quote blockquote>* {
    position: relative;
    z-index: 1;
}


/*******************************************/

.scrollbar {
    float: left;
    max-height: 675px;
    overflow-y: scroll
}

.scrollbar-primary::-webkit-scrollbar {
    width: 5px;
    background-color: #90c3c8
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #032b43
}

@media (max-width:767px) {
    .scrollbar {
        overflow-y: visible;
        max-height: 100%;
    }
}


/*********************************************/

#newshead {
    background: rgba(139, 170, 173, .3)
}

.newshead {
    position: relative;
    overflow: hidden;
    margin: 5px 0
}

.newshead:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 100%;
    background: #032b43;
    opacity: .0;
    -webkit-transform: skewX(-50deg) translateX(-100%);
    -ms-transform: skewX(-50deg) translateX(-100%);
    transform: skewX(-50deg) translateX(-100%)
}

.newshead .newshead-img {
    position: relative;
    background-color: transparent
}

.newshead .newshead-img>img {
    width: 100%;
    -webkit-transition: .2s all;
    transition: .2s all
}

.newshead:hover .newshead-img>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.newshead .newshead-body {
    position: absolute;
    top: 0;
    width: 75%;
    padding: .5rem;
    z-index: 10
}

.newshead .newshead-body h3 {
    color: #fcd29f;
    font-size: 16px;
    text-transform: uppercase
}

.newsheading {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1rem;
}

.newstext {
    font-size: 0.9rem;
    line-height: 1rem;
}

@media (max-width:767px) {
    .newshead .newshead-body h3 {
        font-size: 18px
    }
}


/****************************************************************/

.event-list {
    padding: 5px;
    margin: 0px 0px;
}

.event-cat {
    font-weight: bold;
    color: #90c3c8;
    text-transform: uppercase;
}

.event-list .title {
    font-weight: bold;
    color: #032b43;
    font-size: 1rem;
}

.event-list .title a {
    font-weight: bold;
    color: #032b43;
    font-size: 1rem;
}

.event-list .date {
    color: #6b0f1a;
    margin: 0px 0px;
}

.event-list .venue {
    font-size: 0.9rem;
    color: #6b0f1a;
    text-align: left;
    margin: 0px 0px;
}


/*****************************************************************************/

hr {
    border: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(3, 43, 67, 0), rgba(3, 43, 67, .75), rgba(3, 43, 67, 0))
}


/***********************************************************************/

#salam-quote {
    padding: 10vh 0;
    background: url(../imgs/backgrounds/ASalamQuote.jpg) no-repeat fixed;
    background-size: cover;
    border-top: 3px solid #6b0f1a;
    border-bottom: 3px solid #6b0f1a;
    color: #90c3c8;
    font-size: 24px;
}


/*********************************************************************/

#team {
    padding: 5vh 0;
    background: url(../imgs/backgrounds/background-1.jpg) no-repeat fixed;
}

#team .card {
    border: none;
    background: #90c3c8;
    min-height: 40vh;
    color: #032b43;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 10px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 40vh;
}


/*
.frontside .card .card-title,
.backside .card .card-title {
    color: #6b0f1a !important;
}*/

.middle {
    margin: 0 auto;
    padding-top: 7%;
}

.frontside .card .card-body img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}


/********************************************************/

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background: #6b0f1a;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fcd29f;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

@media (max-width: 575px) {
    .back-to-top {
        bottom: 15px;
        right: 15px;
    }
}

.back-to-top:hover {
    background-color: #90c3c8;
}


/**********************************************************/

#card-link {
    padding: 5vh 0;
    background: url(../imgs/backgrounds/background-2.jpg) no-repeat fixed;
    border-bottom: 2px solid #8baaad;
}

.card-link {
    width: 225px;
    height: 225px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: transparent;
    border: 2px solid #fcd29f;
    overflow: hidden;
    margin: 1rem 1rem;
    color: #fff;
}

.card-link .pic img {
    margin-top: 20%;
    width: 100px;
    height: 100px;
}

.card-link .content {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.card-link .content a {
    color: #fff;
    font-weight: bold;
}

.card-link .content a:hover {
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
}


/*********************************************************/

.footer-main {
    position: relative;
    background-image: url("../imgs/backgrounds/footer.jpg");
    background-size: cover;
    z-index: 1
}

.footer-main .footer-top {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-main .footer-top .footer-logo {
    padding-bottom: 10px;
}

.footer-main .footer-top p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #ababab;
}

.footer-main .footer-top h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.footer-main .footer-top .menu-link {
    padding-left: 0;
}

.footer-main .footer-top .menu-link li {
    padding-bottom: 15px;
}

.footer-main .footer-top .menu-link li a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #fcfcfc;
    letter-spacing: .5px;
    font-family: "Roboto", sans-serif;
}

.footer-main .footer-top .menu-link li a:hover {
    font-weight: 500;
    color: #f7ca21;
}

.footer-main .footer-top .menu-link li i {
    margin-right: 12px;
    font-size: 13px;
}

.footer-bottom {
    padding: 18px 0px;
    background: #032b43;
}

.footer-bottom .copyright-text {
    text-align: center;
}

.footer-bottom .copyright-text p {
    font-size: 15px;
    font-weight: 400;
    color: #fcd29f;
    line-height: 26px;
    margin-bottom: 0px;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.footer-bottom .copyright-text a {
    color: #6b0f1a;
}

.footer-bottom .footer-bottom-link {
    float: right;
    margin-bottom: 0px;
    padding-left: 0;
}

.footer-bottom .footer-bottom-link li {
    display: inline-block;
    margin-left: 32px;
}

@media (max-width:1200px) {
    .footer-bottom .footer-bottom-link li {
        margin-left: 15px;
        margin-right: 15px
    }
}

.footer-bottom .footer-bottom-link li a {
    font-size: 15px;
    line-height: 26px;
    color: #ababab;
    font-weight: 400
}

@media only screen and (max-width:1200px) {
    .footer-bottom .copyright-text {
        float: none !important;
        text-align: center;
        margin-bottom: 20px
    }
    .footer-bottom .footer-bottom-link {
        float: none !important;
        text-align: center
    }
}