﻿body {
    overflow-x: hidden;
    color: #777;
    font-weight: 500;
    background: #fff;
    font-family: 'Quicksand',sans-serif;
    line-height: 2
}

img {
    margin-right: 10px;
    width: 100px;
    height: auto
}

h1, h2, h3, h4, h5, h6 {
    color: #031273
}

a {
    color: #031273;
    transition: .3s
}

    a:hover, a:active, a:focus {
        color: #8a181b;
        outline: none;
        text-decoration: none
    }

.btn.btn-custom {
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    border-radius: 0;
    border: 2px solid #8a181b;
    box-shadow: inset 0 0 0 0 #8a181b;
    transition: ease-out .3s;
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s
}

    .btn.btn-custom:hover {
        color: #0a0542;
        box-shadow: inset 0 0 0 30px #8a181b
    }

.btn:focus, .form-control:focus {
    box-shadow: none
}

.container-fluid {
    max-width: 2000px
}

.container- {
    max-width: 5000px
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0
}

h3 {
    font-family: "Saira",sans-serif
}

.product-item {
    position: relative;
    text-align: center;
    padding-bottom: 30px
}

h4 {
    font-family: "Saira",sans-serif
}

.product-item .product-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1
}

    .product-item .product-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        object-fit: cover;
        transform: scale(1.2);
        transition: .3s;
        z-index: -1
    }

.product-item:hover .product-img img {
    transform: scale(1)
}

.product-item .product-text {
    background: #fff;
    box-shadow: 0 0 45px rgba(0,0,0,.08);
    transition: .3s
}

.product-item:hover .product-text {
    background: #8a181b
}

.product-item .product-text h4, .product-item .product-text p {
    transition: .3
}

.product-item:hover .product-text h4 {
    color: #fff
}

.product-item:hover .product-text p {
    color: var(--light)
}

.product-item .product-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s
}

.product-item:hover .product-text .btn-square {
    background: var(--light)
}

.product-item .product-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s
}

.product-item:hover .product-text .btn {
    width: 112px
}

.founder {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    padding-bottom: 50px;
    padding-top: 50px
}

@media only screen and (max-width:767px) {
    .arc2-team-wrapper {
        padding-bottom: 10px !important
    }
}

@media only screen and (max-width:575px) {
    .arc2-team-wrapper {
        padding-bottom: 30px !important
    }
}

.wt-team-arc2 {
    padding: 20px;
    position: relative;
    z-index: 1
}

    .wt-team-arc2:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 3px solid #2f3b42;
        z-index: -1;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear
    }

    .wt-team-arc2:hover:after {
        width: 50%;
        border: 3px solid #256bb3
    }

    .wt-team-arc2 .wt-media {
        position: relative;
        overflow: hidden
    }

    .wt-team-arc2 .team-social-center {
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 2;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        height: 100%
    }

    .wt-team-arc2:hover .team-social-center {
        left: 0%
    }

    .wt-team-arc2 .team-social-icon {
        list-style: none;
        margin-bottom: 0;
        position: relative;
        left: 0%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .wt-team-arc2 .team-social-icon li {
            display: block;
            margin: 0 10px;
            background-color: #000
        }

            .wt-team-arc2 .team-social-icon li a {
                color: #fff;
                font-size: 14px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center
            }

                .wt-team-arc2 .team-social-icon li a:hover {
                    color: #f00
                }

    .wt-team-arc2 .wt-info {
        -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
        box-shadow: 0 0 15px 5px rgba(0,0,0,.1)
    }

        .wt-team-arc2 .wt-info p {
            font-weight: 400;
            margin-bottom: 0
        }

    .wt-team-arc2.team-style2 {
        margin-top: 100px
    }

    .wt-team-arc2:hover.team-style2 .team-social-center {
        bottom: -40px
    }

    .wt-team-arc2.team-style2 .wt-media:after {
        display: none
    }

    .wt-team-arc2.team-style2 .wt-media {
        padding: 0
    }

    .wt-team-arc2.wt-team-arc2-no-border {
        padding: 0
    }

        .wt-team-arc2.wt-team-arc2-no-border .wt-info {
            box-shadow: none
        }

        .wt-team-arc2.wt-team-arc2-no-border:after {
            display: none
        }

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out,visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out,visibility 0s linear .3s;
    transition: opacity .3s ease-out,visibility 0s linear .3s;
    z-index: 999
}

    #loader.show {
        -webkit-transition: opacity .6s ease-out,visibility 0s linear 0s;
        -o-transition: opacity .6s ease-out,visibility 0s linear 0s;
        transition: opacity .6s ease-out,visibility 0s linear 0s;
        visibility: visible;
        opacity: 1
    }

    #loader .loader {
        position: relative;
        width: 45px;
        height: 45px;
        border: 5px solid #ddd;
        border-top: 5px solid #8a181b;
        border-radius: 50%;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    display: none;
    background: #8a181b;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background .5s;
    z-index: 9
}

    .back-to-top i {
        color: #fff;
        padding-top: 10px
    }

    .back-to-top:hover {
        background: #031273
    }

        .back-to-top:hover i {
            color: #8a181b
        }

.top-bar {
    position: absolute;
    height: 45px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.3)
}

    .top-bar .top-bar-left {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .top-bar .top-bar-right {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .top-bar .text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        height: 45px;
        padding: 0 10px;
        text-align: center;
        border-left: 1px solid #8a181b
    }

        .top-bar .text:last-child {
            border-right: 1px solid #8a181b
        }

        .top-bar .text i {
            font-size: 16px;
            color: #8a181b;
            margin-right: 5px
        }

        .top-bar .text p {
            color: #000;
            font-size: 16px;
            font-weight: 500;
            margin: 0
        }

    .top-bar .social {
        display: flex;
        height: 45px;
        font-size: 0;
        justify-content: flex-end
    }

        .top-bar .social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 100%;
            font-size: 16px;
            color: #8a181b;
            border-right: 1px solid #8a181b
        }

            .top-bar .social a:first-child {
                border-left: 1px solid #8a181b
            }

            .top-bar .social a:hover {
                color: #fff;
                background: #8a181b
            }

@media(min-width:992px) {
    .top-bar {
        padding: 0 60px
    }
}

.bg-dark {
    background-color: rgba(10,5,66,.64) !important
}

.navbar {
    position: relative;
    transition: .5s;
    z-index: 999
}

    .navbar.nav-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0,0,0,.3);
        transition: .5s
    }

    .navbar .navbar-brand {
        margin: 0;
        color: #fff;
        font-size: 17px;
        line-height: 0;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: "Saira",sans-serif
    }

        .navbar .navbar-brand img {
            max-width: 100%;
            max-height: 80px;
            padding-right: 5px
        }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 15px 8px 15px;
    color: #fff;
    font-weight: 600;
    transition: all ease-in-out .3s
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
        color: #8a181b;
        transition: all ease-in-out .3s
    }

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa
}

.navbar .dropdown-item, .dropdown-item {
    color: #16181b;
    background-color: #fff;
    transition: all ease-in-out .3s
}

    .navbar .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #8a181b;
        transition: all ease-in-out .3s
    }

@media(min-width:992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 45px;
        padding: 20px 60px;
        background: #8a181b;
        border-bottom: 1px solid rgba(255,255,255,.3);
        z-index: 9
    }

        .navbar.nav-sticky {
            padding: 10px 60px;
            background: #0a0542 !important;
            border-bottom: none
        }

    .page .navbar {
        background: #0a0542 !important
    }

    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 16px;
        letter-spacing: 1px
    }
}

@media(max-width:991.98px) {
    .navbar {
        padding: 15px;
        background: #0a0542 !important
    }

        .navbar a.nav-link {
            padding: 5px
        }

        .navbar .dropdown-menu {
            box-shadow: none
        }
}

.tab-content {
    text-align: justify
}

.fund-raisers {
    text-align: justify
}

.about-section-three {
    padding-bottom: 50px;
    padding-top: 50px
}

.md-form {
    padding-top: 50px
}

.md-submit {
    padding-top: 40px
}

.about-max-three-media {
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #fff;
    margin-bottom: 45px
}

    .carousel .container-fluid {
        padding: 0
    }

    .carousel .carousel-item {
        position: relative;
        width: 100%;
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .carousel .carousel-img {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 300px;
        text-align: right;
        overflow: hidden
    }

        .carousel .carousel-img::after {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,.2);
            z-index: 1
        }

        .carousel .carousel-img img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .carousel .carousel-text {
        position: absolute;
        max-width: 700px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 2
    }

        .carousel .carousel-text h1 {
            text-align: center;
            color: #fff;
            font-size: 60px;
            font-weight: 700;
            margin-bottom: 20px
        }

        .carousel .carousel-text p {
            color: #fff;
            text-align: center;
            font-size: 20px;
            font-family: "Saira",sans-serif;
            margin-bottom: 25px
        }

    .carousel .carousel-btn .btn.btn-custom {
        color: #fff
    }

        .carousel .carousel-btn .btn.btn-custom:hover {
            color: #0a0542
        }

    .carousel .carousel-btn .btn:first-child {
        margin-right: 15px
    }

    .carousel .owl-nav {
        position: absolute;
        width: 100%;
        height: 60px;
        top: calc(50% - 30px);
        left: 0;
        display: flex;
        justify-content: space-between;
        z-index: 9
    }

        .carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-next {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #8a181b;
            background: rgba(256,256,256,.2);
            font-size: 22px;
            transition: .3s
        }

            .carousel .owl-nav .owl-prev:hover, .carousel .owl-nav .owl-next:hover {
                color: #fff;
                background: #8a181b
            }

        .carousel .owl-nav .owl-prev {
            margin-right: 2px
        }

    .carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s
    }

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto
}

#videoModal .modal-body {
    position: relative;
    padding: 0
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    background: #000;
    opacity: 1
}

@media(max-width:991.98px) {
    .carousel .carousel-text h1 {
        font-size: 35px
    }

    .carousel .carousel-text p {
        font-size: 16px
    }

    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0
    }
}

@media(max-width:767.98px) {
    .carousel .carousel-text h1 {
        font-size: 30px
    }

    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0
    }
}

@media(max-width:575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px
    }

    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0
    }
}

.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 210px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,.39),rgba(0,0,0,.39)),url(../img/banner.jpg);
    background-attachment: fixed;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.project {
    word-spacing: 20px
}

.page-header h2 {
    position: relative;
    color: #8a181b;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-family: "Saira",sans-serif
}

    .page-header h2::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 2px;
        left: calc(50% - 50px);
        bottom: 0;
        background: #8a181b
    }

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #fff;
    font-family: "Saira",sans-serif
}

    .page-header a:hover {
        color: #8a181b
    }

    .page-header a::after {
        position: absolute;
        content: "/";
        width: 8px;
        height: 8px;
        top: -2px;
        right: -7px;
        text-align: center;
        color: #fff
    }

    .page-header a:last-child::after {
        display: none
    }

@media(max-width:991.98px) {
    .page-header {
        padding: 60px 0
    }

        .page-header h2 {
            font-size: 45px
        }

        .page-header a {
            font-size: 20px
        }
}

@media(max-width:767.98px) {
    .page-header {
        padding: 45px 0
    }

        .page-header h2 {
            font-size: 35px
        }

        .page-header a {
            font-size: 18px
        }
}

.section-header {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px auto
}

    .section-header p {
        margin-bottom: 5px;
        position: relative;
        font-size: 25px;
        font-weight: 600;
        text-transform: capitalize;
        color: #8a181b;
        font-family: "Saira",sans-serif
    }

    .section-header h2 {
        margin: 0;
        font-size: 45px;
        font-weight: 700;
        font-family: "Saira",sans-serif
    }

@media(max-width:991.98px) {
    .section-header h2 {
        font-size: 45px
    }
}

@media(max-width:767.98px) {
    .section-header h2 {
        font-size: 40px
    }
}

@media(max-width:575.98px) {
    .section-header h2 {
        font-size: 35px
    }
}

.about {
    position: relative;
    width: 100%;
    padding: 45px 0
}

    .about .section-header {
        margin-bottom: 30px;
        margin-left: 0
    }

    .about .about-img {
        width: 100%;
        height: 100vh
    }

    .about .about-tab {
        width: 100%
    }

        .about .about-tab .nav.nav-pills .nav-link {
            padding: 8px;
            font-weight: 600;
            background: none;
            border-radius: 0;
            font-size: 20px;
            font-family: "Saira",sans-serif;
            border-bottom: 1px solid rgba(0,0,0,.15);
            transition: none
        }

            .about .about-tab .nav.nav-pills .nav-link:hover, .about .about-tab .nav.nav-pills .nav-link.active {
                color: #8a181b;
                padding-bottom: 7px;
                border-bottom: 3px solid #8a181b
            }

        .about .about-tab .tab-content {
            padding: 15px 0 0 0;
            background: transparent
        }

            .about .about-tab .tab-content .container {
                padding: 0
            }

@media(max-width:991.98px) {
    .about .section-header {
        margin-top: 30px
    }
}

.site-section.fund-raisers {
    padding-bottom: 30px;
    padding-top: 30px
}

.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

    .service .service-item {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 45px;
        transition: .3s
    }

    .service .service-icon {
        position: relative;
        width: 60px
    }

        .service .service-icon i {
            position: relative;
            display: block;
            color: #8a181b;
            font-size: 60px;
            line-height: 60px;
            margin-top: 5px
        }

    .service .service-text {
        position: relative;
        margin-left: 20px;
        padding-left: 20px
    }

        .service .service-text::before {
            position: absolute;
            content: "";
            width: 1px;
            height: calc(100% - 10px);
            top: 5px;
            left: 0;
            background: rgba(0,0,0,.1)
        }

        .service .service-text::after {
            position: absolute;
            content: "";
            width: 3px;
            height: 40px;
            top: calc(50% - 20px);
            left: -1px;
            background: #8a181b
        }

        .service .service-text h3 {
            margin-bottom: 10px;
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 1px
        }

        .service .service-text p {
            margin: 0
        }

.donate {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: rgba(0,0,0,.5)
}

    .donate .donate-content {
        padding: 45px 0 15px 0
    }

.container .donate {
    margin: 90px 0
}

    .container .donate .donate-content {
        padding: 45px 30px 15px 30px
    }

.donate .donate-content .section-header {
    margin-bottom: 30px
}

    .donate .donate-content .section-header h2 {
        color: #fff
    }

.donate .donate-text p {
    color: #fff;
    font-size: 18px
}

.donate .donate-form {
    padding: 90px 30px;
    background: #8a181b
}

    .donate .donate-form .control-group {
        margin-bottom: 15px
    }

    .donate .donate-form .form-control {
        height: 60px;
        color: #fff;
        padding: 0 15px;
        border-radius: 0;
        border: 1px solid #fff;
        background: transparent
    }

        .donate .donate-form .form-control::placeholder {
            color: #fff;
            opacity: 1
        }

        .donate .donate-form .form-control:-ms-input-placeholder, .donate .donate-form .form-control::-ms-input-placeholder {
            color: #fff
        }

    .donate .donate-form .btn-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px
    }

    .donate .donate-form .btn.btn-custom {
        padding: 15px 0;
        width: 100%;
        height: 60px;
        color: #fff;
        border: 1px solid #fff;
        box-shadow: inset 0 0 0 0 #fff
    }

        .donate .donate-form .btn.btn-custom:hover, .donate .donate-form .btn.btn-custom.active {
            color: #8a181b;
            border: 1px solid #fff;
            box-shadow: inset 0 0 0 30px #fff
        }

.causes {
    position: relative;
    width: 100%;
    padding: 45px 0
}

    .causes .causes-carousel {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }

    .causes .causes-item {
        margin: 0 15px;
        overflow: hidden;
        background: #f3f6ff
    }

    .causes .causes-img {
        overflow: hidden
    }

        .causes .causes-img img {
            width: 100%;
            transition: .3s
        }

    .causes .causes-item:hover img {
        transform: scale(1.1)
    }

    .causes .causes-progress {
        width: 100%;
        margin-top: 32px;
        padding: 30px 30px 20px 30px
    }

    .causes .progress {
        height: 10px;
        border-radius: 0;
        background: #ddd;
        overflow: visible
    }

        .causes .progress .progress-bar {
            position: relative;
            width: 0;
            background: #8a181b;
            overflow: visible;
            transition: 2s
        }

    .causes .progress-bar span {
        position: absolute;
        top: -32px;
        right: 0;
        height: 23px;
        display: inline-block;
        padding: 2px 6px;
        background: #8a181b;
        color: #0a0542
    }

        .causes .progress-bar span::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            top: 23px;
            left: calc(50% - 6px);
            border: 6px solid;
            border-color: #8a181b transparent transparent transparent
        }

    .causes .progress-text {
        margin-top: 5px;
        display: flex;
        justify-content: space-between
    }

        .causes .progress-text p {
            margin: 0
        }

    .causes .causes-text {
        padding: 0 30px
    }

        .causes .causes-text h3 {
            font-size: 22px;
            font-weight: 700
        }

        .causes .causes-text p {
            margin: 0
        }

    .causes .causes-btn {
        margin-top: 25px;
        display: flex;
        justify-content: space-between
    }

        .causes .causes-btn .btn {
            padding: 10px 0;
            width: 50%
        }

            .causes .causes-btn .btn:last-child {
                color: #0a0542;
                background: #8a181b
            }

                .causes .causes-btn .btn:last-child:hover {
                    color: #fff
                }

.facts {
    position: relative;
    width: 100%;
    min-height: 400px;
    margin: 45px 0;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.5)
}

    .facts .facts-item {
        display: flex;
        flex-direction: row;
        margin: 25px 0
    }

        .facts .facts-item i {
            margin-top: 10px;
            font-size: 60px;
            line-height: 60px;
            color: #8a181b
        }

    .facts .facts-text {
        padding-left: 20px
    }

        .facts .facts-text h3 {
            position: relative;
            display: inline-block;
            color: #fff;
            font-size: 45px;
            font-weight: 700
        }

            .facts .facts-text h3::after {
                position: absolute;
                top: 0;
                color: #fff;
                font-size: 25px;
                font-family: "Saira",sans-serif;
                font-weight: 900
            }

            .facts .facts-text h3.facts-plus::after {
                content: "";
                right: -25px
            }

            .facts .facts-text h3.facts-dollar::after {
                content: "";
                right: -18px
            }

        .facts .facts-text p {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            margin: 0
        }

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

    .team .team-item {
        position: relative;
        margin-bottom: 35px
    }

    .team .team-img {
        position: relative;
        overflow: hidden
    }

        .team .team-img img {
            width: 100%;
            transform: scale(1.1);
            margin-bottom: -15px;
            transition: .3s
        }

    .team .team-item:hover img {
        margin: -15px 0 0 0
    }

    .team .team-text {
        position: absolute;
        width: calc(100% - 40px);
        height: 96px;
        bottom: 0;
        left: 20px;
        padding: 22px 0;
        text-align: center;
        background: #fff;
        transition: .3s;
        overflow: hidden
    }

        .team .team-text h2 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px
        }

        .team .team-text p {
            margin-bottom: 20px
        }

    .team .team-social {
        position: relative;
        font-size: 0
    }

        .team .team-social a {
            display: inline-block;
            width: 35px;
            height: 35px;
            margin: 0 3px;
            padding: 5px 0;
            text-align: center;
            font-size: 14px;
            color: #031273;
            border: 2px solid #8a181b;
            transition: .3s
        }

            .team .team-social a:hover {
                color: #0a0542;
                background: #8a181b
            }

    .team .team-item:hover .team-text {
        height: 160px
    }

.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0
}

    .testimonial .testimonials-carousel {
        position: relative;
        width: calc(100% + 30px);
        margin: 0 -15px
    }

    .testimonial .testimonial-item {
        position: relative;
        width: 100%;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        overflow: hidden
    }

    .testimonial .testimonial-profile {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .testimonial .testimonial-profile img {
            width: 80px;
            margin-bottom: -1px
        }

    .testimonial .testimonial-name {
        padding-left: 15px;
        width: calc(100% - 95px)
    }

        .testimonial .testimonial-name h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px
        }

        .testimonial .testimonial-name p {
            margin: 0;
            font-style: italic
        }

    .testimonial .testimonial-text p {
        margin: 0
    }

    .testimonial .owl-dots {
        margin-top: 15px;
        text-align: center
    }

    .testimonial .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 0;
        background: #8a181b
    }

        .testimonial .owl-dot.active {
            background: #0a0542
        }

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

    .gallery .gallery-img .hover-style {
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: 1s
    }

    .gallery .gallery-img:hover .hover-style {
        width: auto;
        height: auto;
        border: 600px solid rgba(255,255,255,.3);
        opacity: 1
    }

    .gallery .gallery-img img {
        transition: .5s
    }

    .gallery .gallery-img:hover img {
        transform: scale(1.3)
    }

.gallery .gallery-item .gallery-overlay {
    transition: .5s
}

.gallery .gallery-item:hover .gallery-overlay {
    background: transparent !important;
    border: 0 !important
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .5s;
    opacity: 0;
    z-index: 2
}

.gallery .gallery-img:hover .search-icon {
    opacity: 1
}

.btn-primary {
    color: #fff;
    background-color: #8a181b;
    border-color: #0a0542
}

.volunteer {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.42)),url(../img/Volunteer-Programs1.jpg)
}

    .volunteer .volunteer-content {
        padding: 30px 0 45px 0
    }

.container .volunteer {
    margin: 90px 0
}

    .container .volunteer .volunteer-content {
        padding: 45px 30px 15px 30px
    }

.volunteer .volunteer-content .section-header {
    margin-bottom: 30px
}

    .volunteer .volunteer-content .section-header h2 {
        color: #fff
    }

.volunteer .volunteer-text p {
    color: #fff;
    font-size: 18px
}

.volunteer .volunteer-form {
    padding: 90px 30px;
    background: #8a181b
}

    .volunteer .volunteer-form .control-group {
        margin-bottom: 15px
    }

    .volunteer .volunteer-form .form-control {
        height: 60px;
        color: #fff;
        padding: 0 15px;
        border-radius: 0;
        border: 1px solid #fff;
        background: transparent
    }

    .volunteer .volunteer-form textarea.form-control {
        height: 120px;
        padding: 15px
    }

    .volunteer .volunteer-form .form-control::placeholder {
        color: #fff;
        opacity: 1
    }

    .volunteer .volunteer-form .form-control:-ms-input-placeholder, .volunteer .volunteer-form .form-control::-ms-input-placeholder {
        color: #fff
    }

    .volunteer .volunteer-form .btn.btn-custom {
        padding: 15px 0;
        width: 100%;
        height: 60px;
        color: #fff;
        border: 1px solid #fff;
        box-shadow: inset 0 0 0 0 #fff
    }

        .volunteer .volunteer-form .btn.btn-custom:hover {
            color: #8a181b;
            border: 1px solid #fff;
            box-shadow: inset 0 0 0 30px #fff
        }

.voluntee1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    color: #000;
    font-size: 18px;
    font-family: sans-serif;
    background-color: #fff;
    padding: 20px
}

    .voluntee1 input, .voluntee1 select, .voluntee1 textarea {
        border: none;
        padding: 5px;
        margin-top: 10px;
        font-family: sans-serif
    }

        .voluntee1 input:focus, .voluntee1 textarea:focus {
            outline: none;
            box-shadow: 0 0 10px #e4e4e4,0 0 10px #e0e0e0
        }

    .voluntee1 .submit {
        width: 100%;
        padding: 8px 0;
        font-size: 20px;
        font-weight: 600;
        color: #333;
        background-color: #fff;
        border-radius: 5px
    }

        .voluntee1 .submit:hover {
            box-shadow: 0 0 5px rgba(255,255,255,.5)
        }

.wt-bnr-inr {
    height: 500px;
    color: #8a181b;
    background: rgba(0,0,0,.5);
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    font-family: "Saira",sans-serif
}

    .wt-bnr-inr .container {
        display: table;
        height: 100%
    }

.wt-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

    .wt-bnr-inr-entry .banner-title-outer {
        position: relative
    }

        .wt-bnr-inr-entry .banner-title-outer h2 {
            font-size: 58px;
            font-weight: 700;
            color: #8a181b
        }

@media only screen and (max-width:991px) {
    .wt-bnr-inr {
        height: 330px;
        padding-top: 120px
    }

    .wt-bnr-inr-entry {
        text-align: center
    }
}

@media only screen and (max-width:540px) {
    .wt-bnr-inr-entry .banner-title-name h1, .wt-bnr-inr-entry .banner-title-name h2, .wt-bnr-inr-entry .banner-title-name h3 {
        font-size: 42px;
        line-height: normal
    }
}

.banner-inner-row h1, .banner-inner-row h2, .banner-inner-row h3, .banner-inner-row h4, .banner-inner-row h5, .banner-inner-row h6 {
    color: #fff
}

.event {
    position: relative;
    width: 100%;
    padding: px 0 15px 0
}

    .event .event-item {
        margin-bottom: 30px;
        background: #f3f6ff;
        transition: transform .3s ease
    }

.event-item img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 2px 1px #8a181b
}

.event .event-item img {
    width: 100%
}

.event .event-content {
    padding: 30px;
    display: flex
}

.event .event-meta {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column
}

    .event .event-meta p {
        position: relative;
        margin-bottom: 8px;
        padding-bottom: 8px;
        white-space: nowrap;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

        .event .event-meta p:last-child {
            border-bottom: none
        }

    .event .event-meta i {
        color: #031273;
        width: 25px
    }

.event .event-text {
    position: relative;
    margin-left: 20px;
    padding-left: 20px
}

    .event .event-text::before {
        position: absolute;
        content: "";
        width: 1px;
        height: calc(100% - 5px);
        top: 6px;
        left: 0;
        background: rgba(0,0,0,.15)
    }

    .event .event-text::after {
        position: absolute;
        content: "";
        width: 3px;
        height: 40px;
        top: calc(50% - 20px);
        left: -1px;
        background: #8a181b
    }

    .event .event-text h3 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .event .event-text p {
        margin: 0
    }

.event .btn.btn-custom {
    margin-top: 20px;
    padding: 8px 30px
}

@media(max-width:575.98px) {
    .event .event-content {
        flex-direction: column
    }

    .event .event-meta {
        flex-direction: row
    }

        .event .event-meta p {
            font-size: 14px;
            padding-right: 7px
        }

            .event .event-meta p:last-child {
                border-bottom: 1px solid rgba(0,0,0,.15)
            }

        .event .event-meta i {
            width: 18px
        }

    .event .event-text {
        margin: 0;
        padding: 0
    }

        .event .event-text::before, .event .event-text::after {
            display: none
        }
}

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

    .blog .blog-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: #f3f6ff;
    }

    .blog .blog-item1 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: #f3f6ff;
    }

    .blog .blog-img {
        width: 100%
    }

        .blog .blog-img img {
            width: 100%
        }

    .blog .blog-text {
        padding: 30px 30px 15px 30px
    }

        .blog .blog-text h3 {
            font-size: 22px;
            font-weight: 700
        }

            .blog .blog-text h3 a {
                color: #031273
            }

                .blog .blog-text h3 a:hover {
                    color: #8a181b
                }

        .blog .blog-text p {
            margin: 0
        }

    .blog .blog-meta {
        margin: 0 30px;
        padding-top: 15px;
        display: flex;
        border-top: 1px solid rgba(0,0,0,.15)
    }

        .blog .blog-meta p {
            margin: 0;
            color: #777;
            padding: 0 30px;
            border-right: 1px solid rgba(0,0,0,.15)
        }

            .blog .blog-meta p:first-child {
                padding-left: 0
            }

            .blog .blog-meta p:last-child {
                padding-right: 0;
                border: none
            }

        .blog .blog-meta i {
            color: #031273;
            margin-right: 8px
        }

    .blog .pagination {
        margin-bottom: 15px
    }

        .blog .pagination .page-link {
            color: #031273;
            border-radius: 0;
            border-color: #031273
        }

            .blog .pagination .page-link:hover, .blog .pagination .page-item.active .page-link {
                color: #8a181b;
                background: #031273
            }

        .blog .pagination .disabled .page-link {
            color: #999
        }

* --------------------------------------------- courses --------------------------------------------- */ section.our-courses {
    background-image: url(../images/meetings-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 130px;
}

.our-courses .item .down-content {
    background-color: #fff
}

    .our-courses .item .down-content h4 {
        padding: 25px;
        font-size: 18px;
        color: #1f272b;
        text-align: center;
        border-bottom: 1px solid #eee
    }

    .our-courses .item .down-content .info {
        padding: 25px
    }

        .our-courses .item .down-content .info ul li {
            display: inline-block;
            margin-right: 1px
        }

            .our-courses .item .down-content .info ul li i {
                color: #f5a425;
                font-size: 14px
            }

        .our-courses .item .down-content .info span {
            color: #a12c2f;
            font-size: 15px;
            font-weight: 600;
            text-align: right;
            display: inline-block;
            width: 100%
        }

.our-courses .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-45px)
}

.our-courses .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px
}

    .our-courses .owl-dots .owl-dot {
        transition: all .5s;
        width: 7px;
        height: 7px;
        background-color: #fff;
        margin: 0 5px;
        border-radius: 50%;
        outline: none
    }

    .our-courses .owl-dots .active {
        width: 24px;
        height: 8px;
        border-radius: 4px
    }

.our-courses .owl-nav .owl-prev {
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -80px
}

    .our-courses .owl-nav .owl-prev span, .our-courses .owl-nav .owl-next span {
        opacity: 0
    }

    .our-courses .owl-nav .owl-prev:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #1e1e1e;
        font-size: 25px;
        font-weight: 700;
        content: '';
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px
    }

.our-courses .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s
}

    .our-courses .owl-nav .owl-prev:hover {
        opacity: .9
    }

.our-courses .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s
}

    .our-courses .owl-nav .owl-next:hover {
        opacity: .9
    }

.our-courses .owl-nav .owl-next {
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -85px
}

    .our-courses .owl-nav .owl-next:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #1e1e1e;
        font-size: 25px;
        font-weight: 700;
        content: '';
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px
    }

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0
}

    .contact .contact-img {
        position: relative;
        width: 100%
    }

        .contact .contact-img img {
            width: 100%;
            height: 440px;
            object-fit: cover
        }

    .contact .contact-form {
        position: relative;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        margin-top: -220px;
        padding: 30px;
        background: #f3f6ff
    }

@media(max-width:991.98px) {
    .contact .contact-form {
        max-width: 600px
    }
}

@media(max-width:767.98px) {
    .contact .contact-form {
        max-width: 400px
    }
}

@media(max-width:575.98px) {
    .contact .contact-form {
        max-width: 300px
    }
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.1)
}

.contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.1)
}

.contact .contact-form .btn.btn-custom {
    width: 100%
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.voluntee1 {
    position: relative;
    width: 100%;
    padding: 45px 0
}

    .voluntee1 .voluntee1-img {
        position: relative;
        width: 100%
    }

        .voluntee1 .voluntee1-img img {
            width: 100%;
            height: 440px;
            object-fit: cover
        }

    .voluntee1 .voluntee1-form {
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 50px;
        padding: 30px;
        background: #f3f6ff
    }

@media(max-width:991.98px) {
    .voluntee1 .voluntee1-form {
        max-width: 600px
    }
}

@media(max-width:767.98px) {
    .voluntee1 .voluntee1-form {
        max-width: 400px
    }
}

@media(max-width:575.98px) {
    .voluntee1 .voluntee1-form {
        max-width: 300px
    }
}

.voluntee1 .voluntee1-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.1)
}

.voluntee1 .voluntee1-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.1)
}

.voluntee1 .voluntee1-form .btn.btn-custom {
    width: 100%
}

.voluntee1 .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.single {
    position: relative;
    padding: 45px 0
}

    .single .single-content {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden
    }

        .single .single-content img {
            margin-bottom: 20px;
            width: 100%
        }

    .single .single-tags {
        margin: -5px -5px 41px -5px;
        font-size: 0
    }

        .single .single-tags a {
            margin: 5px;
            display: inline-block;
            padding: 7px 15px;
            font-size: 14px;
            font-weight: 500;
            color: #031273;
            border: 1px solid #031273
        }

            .single .single-tags a:hover {
                color: #fff;
                background: #8a181b;
                border-color: #8a181b
            }

    .single .single-bio {
        margin-bottom: 45px;
        padding: 30px;
        background: #f3f6ff;
        display: flex
    }

    .single .single-bio-img {
        width: 100%;
        max-width: 100px
    }

        .single .single-bio-img img {
            width: 100%;
            border: 15px solid #fff
        }

    .single .single-bio-text {
        padding-left: 30px
    }

        .single .single-bio-text h3 {
            font-size: 20px;
            font-weight: 700
        }

        .single .single-bio-text p {
            margin: 0
        }

    .single .single-related {
        margin-bottom: 45px
    }

        .single .single-related h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 25px
        }

    .single .related-slider {
        position: relative;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

        .single .related-slider .post-item {
            margin: 0 15px
        }

    .single .post-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }

        .single .post-item .post-img {
            width: 100%;
            max-width: 80px
        }

            .single .post-item .post-img img {
                width: 100%
            }

        .single .post-item .post-text {
            padding-left: 15px
        }

            .single .post-item .post-text a {
                font-size: 16px;
                font-weight: 600
            }

                .single .post-item .post-text a:hover {
                    color: #8a181b
                }

        .single .post-item .post-meta {
            display: flex;
            margin-top: 8px
        }

            .single .post-item .post-meta p {
                display: inline-block;
                margin: 0;
                padding: 0 3px;
                font-size: 14px;
                font-weight: 500;
                font-style: italic
            }

                .single .post-item .post-meta p a {
                    margin-left: 5px;
                    color: #999;
                    font-size: 14px;
                    font-weight: 500;
                    font-style: normal
                }

    .single .related-slider .owl-nav {
        position: absolute;
        width: 90px;
        top: -55px;
        right: 15px;
        display: flex
    }

        .single .related-slider .owl-nav .owl-prev, .single .related-slider .owl-nav .owl-next {
            margin-left: 15px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #031273;
            background: #8a181b;
            font-size: 16px;
            transition: .3s
        }

            .single .related-slider .owl-nav .owl-prev:hover, .single .related-slider .owl-nav .owl-next:hover {
                color: #8a181b;
                background: #031273
            }

    .single .single-comment {
        position: relative;
        margin-bottom: 45px
    }

        .single .single-comment h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 25px
        }

    .single .comment-list {
        list-style: none;
        padding: 0
    }

    .single .comment-child {
        list-style: none
    }

    .single .comment-body {
        display: flex;
        margin-bottom: 30px
    }

    .single .comment-img {
        width: 60px
    }

        .single .comment-img img {
            width: 100%;
            border-radius: 0
        }

    .single .comment-text {
        padding-left: 15px;
        width: calc(100% - 60px)
    }

        .single .comment-text h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 3px
        }

        .single .comment-text span {
            display: block;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5px
        }

        .single .comment-text .btn {
            padding: 3px 10px;
            font-size: 14px;
            font-weight: 500;
            color: #031273;
            background: #ddd;
            border-radius: 0
        }

            .single .comment-text .btn:hover {
                background: #8a181b
            }

    .single .comment-form {
        position: relative
    }

        .single .comment-form h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 25px
        }

        .single .comment-form form {
            padding: 30px;
            background: #f3f6ff
        }

            .single .comment-form form .form-group:last-child {
                margin: 0
            }

        .single .comment-form input, .single .comment-form textarea {
            border-radius: 0
        }

            .single .comment-form input:focus, .single .comment-form textarea:focus {
                border-color: #8a181b
            }

.sidebar {
    position: relative;
    width: 100%
}

@media(max-width:991.98px) {
    .sidebar {
        margin-top: 45px
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px
}

    .sidebar .sidebar-widget .widget-title {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 5px;
        font-size: 25px;
        font-weight: 700
    }

        .sidebar .sidebar-widget .widget-title::after {
            position: absolute;
            content: "";
            width: 60px;
            height: 2px;
            bottom: 0;
            left: 0;
            background: #8a181b
        }

    .sidebar .sidebar-widget .search-widget {
        position: relative
    }

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 0
}

    .sidebar .search-widget input:focus {
        box-shadow: none;
        border-color: #8a181b
    }

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #8a181b;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s
}

    .sidebar .search-widget .btn:hover {
        color: #031273
    }

.sidebar .sidebar-widget .recent-post {
    position: relative
}

.sidebar .sidebar-widget .tab-post {
    position: relative
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #031273;
    background: #8a181b;
    border-radius: 0
}

    .sidebar .tab-post .nav.nav-pills .nav-link:hover, .sidebar .tab-post .nav.nav-pills .nav-link.active {
        color: #8a181b;
        background: #031273
    }

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent
}

    .sidebar .tab-post .tab-content .container {
        padding: 0
    }

.sidebar .sidebar-widget .category-widget {
    position: relative
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .sidebar .category-widget ul li {
        margin: 0 0 12px 22px
    }

        .sidebar .category-widget ul li:last-child {
            margin-bottom: 0
        }

        .sidebar .category-widget ul li a {
            display: inline-block;
            line-height: 23px
        }

        .sidebar .category-widget ul li::before {
            position: absolute;
            content: '';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #8a181b;
            left: 1px
        }

        .sidebar .category-widget ul li span {
            display: inline-block;
            float: right
        }

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #031273;
    border: 1px solid #031273;
    border-radius: 0
}

    .single .tag-widget a:hover {
        color: #fff;
        background: #8a181b;
        border-color: #8a181b
    }

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden
}

    .sidebar .image-widget img {
        max-width: 100%;
        transition: .3s
    }

        .sidebar .image-widget img:hover {
            transform: scale(1.1)
        }

.row {
    display: flex;
    justify-content: center
}

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 50px;
    background: #111339
}

    .footer .footer-contact, .footer .footer-link, .footer .footer-newsletter {
        position: relative;
        margin-bottom: 45px;
        color: #fff
    }

        .footer .footer-contact h2, .footer .footer-link h2, .footer .footer-newsletter h2 {
            margin-bottom: 30px;
            font-size: 22px;
            font-weight: 700;
            color: #fff;
            position: relative;
            font-family: "Saira",sans-serif
        }

        .footer .footer-link a {
            display: block;
            margin-bottom: 10px;
            color: #fff;
            transition: .3s
        }

            .footer .footer-link a::before {
                position: relative;
                content: "";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                margin-right: 10px
            }

            .footer .footer-link a:hover {
                color: #8a181b;
                letter-spacing: 1px
            }

        .footer .footer-contact p i {
            width: 25px
        }

    .footer .footer-social {
        position: relative;
        margin-top: 20px
    }

        .footer .footer-social a {
            width: 40px;
            height: 40px;
            padding: 6px 0
        }

        .footer .footer-social a {
            margin-top: 5px
        }

    .footer .footer-newsletter form {
        position: relative;
        width: 100%
    }

    .footer .footer-newsletter input {
        margin-bottom: 15px;
        height: 60px;
        border: none;
        border-radius: 0
    }

    .footer .footer-newsletter label {
        margin-top: 5px;
        color: #777;
        font-size: 14px;
        letter-spacing: 1px
    }

    .footer .footer-newsletter .btn.btn-custom {
        width: 100%;
        padding: 15px 0
    }

    .footer .copyright {
        padding: 0 30px
    }

        .footer .copyright .row {
            padding-top: 25px;
            padding-bottom: 25px;
            border-top: 1px solid rgba(256,256,256,.1)
        }

        .footer .copyright p {
            margin: 0;
            color: #999
        }

        .footer .copyright .col-md-6:last-child p {
            text-align: right
        }

        .footer .copyright p a {
            color: #fff
        }

            .footer .copyright p a:hover {
                color: #8a181b
            }

@media(max-width:767.98px) {
    .footer .copyright p, .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center
    }
}

.container-logo {
    padding-left: 135px;
    color: #fff;
    padding-bottom: 15px;
    font-size: 20px
}
