

.sec-header{
    margin-bottom: 15px;
}
.sec-header h6{
    margin: 0;
    font-family: 'Open Sans', SansSerif;
    color: #569d00;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 12px;
}
.sec-header h3{
    margin: 0;
    font-family: 'Open Sans', SansSerif;
    color: #b1010b;
    font-weight: 600;
}
p{
    font-family: 'Raleway', sans-serif;
    color: #373737;
    line-height: 24px;
    font-size: 15px;
}
.mybtn{
    border-radius: 0;
    font-family: "Open Sans", SansSerif;
    color: #b1010b;
    background: #fffbb9;
    text-transform: uppercase;
    padding: 8px 30px;
    font-size: 14px;
    transition: all 0.5s ease;
    white-space: nowrap;
}
.mybtn:hover{
    background: #b1010b;
    color: #fff;
}
.imghover{
    width: 100%;
    overflow: hidden;
}
.imghover img{
    width: 100%;
    transition: all 0.5s ease;
}
.imghover:hover img{
    transform: scale(1.1);
}
section{
    padding: 60px 0;
}
.parallax{
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.parallax:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.parallax > div{
    position: relative;
    z-index: 1;
}
body{
    position: relative;
 background: url("../img/body-bg.jpg") repeat;
}

/*body:before{*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background: url("../img/bg.png");*/
    /*background-repeat: repeat;*/
    /*opacity: 0.2;*/
/*}*/

/* start header section */
    .header-sec{
        background: url("../img/header-bg.jpg");
    }
    .header-sec.affix{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        box-shadow: 0 0 10px #b1010b;
    }
    .logo-bar{
        /*background: #fffbb9;*/
        background: rgba(255, 251, 185, 0.6);
        padding: 5px 0;
        text-transform: all 0.5s ease;
    }
    .logo-bar a{
        display: inline-block;
        text-decoration: none;
        text-transform: all 0.5s ease;
    }
    .logo-bar a h5{
        color: #b1010b;
    }
    .header-sec .navbar {
        background-color: #b1010b !important;
    }
    .header-sec .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-family: "Open Sans", SansSerif;
        color: #fff;
        padding: 8px 14px;
        white-space: nowrap;
        font-size: 14px;
    }
    .header-sec .navbar .navbar-nav .nav-item .nav-link:hover,
    .header-sec .navbar .navbar-nav .nav-item.active > .nav-link{
        color: #fff !important;
        background: transparent;
    }
    .header-sec .navbar .dropdown-menu{
        border-radius: 0;
        padding: 0;
    }
    .header-sec .navbar .navbar-nav .dropdown-menu .dropdown-item{
        padding: 0;
    }
    .header-sec .navbar .navbar-nav .dropdown-menu .dropdown-item .nav-link{
        color: #b1010b;
    }
    .header-sec .navbar .navbar-nav .dropdown-menu .dropdown-item.active .nav-link,
    .header-sec .navbar .navbar-nav .dropdown-menu .dropdown-item .nav-link:hover{
        background: #b1010b;
    }

/* end header section */

/* start join us sidebar section  */
    #join-us{
        position: fixed;
        right: 15px;
        top: 40px;
        z-index: 999;
        border-radius: 0;
        text-transform: all 0.5s ease;
    }
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }
    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    .modal.right.fade.show .modal-dialog {
        right: 0;
    }
    .modal-content {
        border-radius: 0;
        border: none;
    }
    .modal-header {
        border-bottom-color: #EEEEEE;
        background-color: #b1010b;
        border-radius: 0;
        color: #fff;
    }
    .modal-header .close{
        color: #fff;
    }
/* end join us sidebar section  */

/* start upcoming programs section */
    .upcoming-programs-sec{
        background: #fffbb9;
        padding: 20px 0;
    }
    .upcoming-programs-sec h6{
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        color: #b1010b;
        margin-bottom: 0;
        font-size: 18px;
    }
    .program-list {
        padding: 0;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        line-height: normal;
    }
    .program-list li{
        display: inline;
        position: relative;
        left: 0%;
        animation: marquee 10s linear infinite;
        padding-left: 18px;
        margin-right: 5px;
        color: #282828;
    }
    .program-list li a{
        color: #282828;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .program-list li a:hover{
        color: #b1010b;
    }
    .program-list li:before{
        content: '\f69a';
        font-family: "Font Awesome 5 Pro";
        font-size: 14px;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 4px;
    }
    @keyframes marquee {
        0%   { left: 0%; }
        100% { left: -100%; }
    }
/* end upcoming programs section */

/* start welcome section */
    .main-services{

    }
    /*
    .m-service{
        display: block;
        background: #fffbb9;
        padding: 30px;
        margin-bottom: 20px;
        text-align: center;
        height: 100%;

    }
    .m-service:hover{
        text-decoration: none;
    }
    .m-service h5{
        color: #b1010b;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0;
    }
    */
    .m-service {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        background-size: cover !important;
        text-align: center;
        margin-bottom: 25px;
        padding: 10px;

        position: relative;
        box-shadow: inset 0 0 0 0 rgba(177, 1, 11, 0.7), inset 0 0 0 5px rgba(255, 251, 185, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        text-transform: none;
        color: #fff;
        text-decoration: none;
    }
    .m-service h5{
        font-family: 'Open Sans', Sans-Serif;
        text-transform: uppercase;
        font-size: 17px;
        color: #fff;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-backface-visibility: hidden;
    }
    .m-service:hover{
        box-shadow: inset 0 0 0 110px rgba(177, 1, 11, 0.7), inset 0 0 0 16px rgba(255, 251, 185, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }
    .m-service:hover h5{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
/* end welcome section */

/* start activities section */
    .activities-sec{
        background-attachment: fixed !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        position: relative;
    }
    .activities-sec:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(132,3,10,.45);
    }
    .activities-sec > div{
        position: relative;
        z-index: 5;
    }
    .activities-sec .sec-header h6,
    .activities-sec .sec-header h3{
        color: #fff;
    }
    .activity-box{
        text-align: center;
        background: rgba(255,248,131,0.9);
        height: 150px;
        align-items: center;
        justify-content: center;
        display: flex;
        transition: all 0.5s ease;
    }
    .activity-box:hover{
        text-decoration: none;
        background: rgba(255,248,131,1);
    }
    .activity-box h4{
        font-family: 'Open Sans';
        text-transform: uppercase;
        color: #b1010b;
    }
/* end activities section */

/* start gallery section */
    .gallery-sec{

    }
    .gallery-tab .nav-item{
        margin-right: 1px;
    }
    .gallery-tab .nav-item:last-child{
        margin-right: 0;
    }
    .gallery-tab .nav-link{
        background: #fffbb9;
        color: #b1010b;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
    }
    .gallery-tab .nav-link.active{
        background: #b1010b;
        color: #fff;
    }
    #photoList,
    #photoList div{
        height: 100% !important;
    }
    #photoList a{
        display: block;
        height: 100%;
        text-decoration: none;
    }
    #photoList a h5{
        font-family: 'Open Sans', sans-serif;
        color: #b1010b;
        text-align: center;
    }
    #videoList .video-box{
        display: block;
        position: relative;
    }
    #videoList .video-box:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255,255,255,0.2);
    }

/* end gallery section */

/* start footer section */
    .footer-sec{
        background: url("../img/header-bg.jpg");
    }
    .top-footer{
        background: rgba(255, 251, 185, 0.6);
        /*background: #fffbb9;*/
        padding: 30px 0;
    }
    .top-footer h5{
        font-family: 'Open sans', sans-serif;
        color: #b1010b;
        text-transform: uppercase;
    }
    .top-footer ul{
        list-style: none;
        /*margin: 0;*/
        padding: 0;
    }
    .top-footer ul li{
        font-size: 15px;
        line-height: 18px;
        color: #555454;
        font-family: 'Open sans', sans-serif;
        margin-bottom: 5px;
    }
    .top-footer ul li a{
        color: #555454;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .top-footer ul li a:hover{
        color: #b1010b;
    }
    .ft-activities ul li,
    .ft-programs ul li,
    .ft-news ul li{
        position: relative;
        padding-left: 20px;
    }
    .ft-activities ul li:before,
    .ft-programs ul li:before,
    .ft-news ul li:before{
        content: '\f35a';
        font-family: "Font Awesome\ 5 Pro";
        position: absolute;
        left: 0;
        color: #b1010b;
    }
    .btm-footer{
        background: #b1010b;
        padding: 15px 0;
    }
    .btm-footer p{
        margin-bottom: 0;
        font-size: 15px;
        font-family: 'Open sans', sans-serif;
        color: #fff;
    }
    .btm-footer p a{
        text-decoration: none;
        color: #fff;
    }
/* end footer section */

/* start page header section */
    .page-body{

    }
    .pg-header-body h6{
        margin-bottom: 0;
        font-family: 'Open Sans', sans-serif;
    }
    .pg-header-body h2{
        margin-bottom: 0;
        font-family: 'Open Sans', sans-serif;
        color: #b1010b;
    }
    .pg-header-body{
        border-bottom: 1px solid #b1010b;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .program-box{
        transition: all 0.5s ease;
        padding: 20px;
        border: 1px solid #fff;
    }
    .program-box h4{
        font-family: "Open Sans", Sans-Serif;
        color: #b1010b;
    }
    .program-box h6{
        font-family: "Open Sans", Sans-Serif;
        color: #464646;
        font-size: 15px;
    }
    .program-box h6 span{
        text-transform: uppercase;
        color: #b1010b;
    }
    .program-box:hover{
        background: #fff;
    }
    .news-row {

    }
    .news-content h4 {
        font-family: 'Open Sans', Sans-Serif;
        color: #b1010b;
    }
    .news-content h6{
        font-size: 13px;
        color: #676767;
    }
    .news-content p{
        max-height: 120px;
        overflow: hidden;
    }
    .news-footer {
        border-top: 1px solid #fff;
        padding-top: 10px;
    }
    .news-footer i{
        color: #b1010b;
    }
    .news-footer .share-icons a{
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #fff;
        text-align: center;
        transition: all 0.5s ease;
    }
    .news-footer .share-icons a:hover{
        background: #b1010b;
    }
    .news-footer .share-icons a:hover i{
        color: #fff;
    }
    .news-comments{
        margin-top: 30px;
    }
    .news-comments .form-control{
        border: 0;
        border-radius: 0;
    }
    .widgets-col{
        margin-bottom: 30px;
    }
    .widgets-col h4{
        font-family: 'Open sans', sans-serif;
        color: #b1010b;
        text-transform: uppercase;
    }
    .widgets-col ul {
        list-style: none;
        /* margin: 0; */
        padding: 0;
    }
    .widgets-col ul li {
        position: relative;
        padding-left: 20px;
    }
    .widgets-col ul li:before {
        content: '\f35a';
        font-family: "Font Awesome\ 5 Pro";
        position: absolute;
        left: 0;
        color: #b1010b;
    }
    .widgets-col ul li a {
        color: #555454;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .widgets-col ul li a:hover {
        color: #b1010b;
    }
/* end page header section */

/* start gallery page section */

/* end gallery page section */

/* start photo page section  */
    .photos-page .photo-thumb{
        margin: 15px 0;
    }
    .photo-body a{
        display: block;
    }
    .photo-body a{
        display: block;
        margin-bottom: 20px;
        text-decoration: none;
    }
    .photo-body a h6{
        font-family: 'Open sans', sans-serif;
        margin: 5px 0;
        text-align: center;
        color: #b1010b;
    }
/* end photo page section  */

/* start video page section */
    .video-body a{
        position: relative;
    }
    .video-body a:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
/* end video page section */

/* start contact page section */
    .contact-page .contact-info{

    }
    .contact-page .info-item{
        position: relative;
        padding-left: 50px;
        margin-bottom: 15px;
    }
    .contact-page .info-item i{
        position: absolute;
        left: 0;
        top: 0;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #b1010b;
        color: #b1010b;
        text-align: center;
        line-height: 35px;
    }
    .contact-page .info-item h6{
        margin-bottom: 0;
        color: #b1010b;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }
    .contact-page .info-item p{
        margin-bottom: 0;
        font-family: 'Open Sans', sans-serif;
    }
    .contact-page .info-item p a{
        color: #373737;
        transition: all 0.5s ease;
        text-decoration: none;
    }
    .contact-page .info-item p a:hover{
        color: #b1010b;
    }
    .social-icons{
    }
    .social-icons h6{
        /*margin-bottom: 0;*/
        color: #b1010b;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }
    .social-icons a{
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #373737;
        color: #373737;
        text-align: center;
        line-height: 35px;
        transition: all 0.5s ease;
    }
    .social-icons a:hover{
        border-color: #b1010b;
        background: #b1010b;
        color: #fff;
    }
/* end contact page section */




/* start scroll top section */
    .scrolltop {
        display: none;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        bottom: 20px;
        right: 10px;
    }
    .scroll {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #b2b2b2;
        background: rgba(178,178,178,0.7);
        /* padding: 20px; */
        text-align: center;
        margin: 0 0 0 0;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }
/* end scroll top section */


/* start responsive section */
    @media screen and (max-width: 1200px) {

    }
    @media screen and (min-width: 992px){
        .header-sec.affix .logo-body h5{
            display: inline-block;
        }
        .header-sec.affix .logo-body img{
            max-width: 60px;
        }
        .header-sec.affix .logo-bar .col-sm-8{
            text-align: left !important;
        }
        .header-sec.affix #join-us {
            top: 20px;
        }
        .header-sec .navbar .navbar-nav .dropdown:hover .dropdown-menu{
            display: block;
        }
    }
    @media screen and (max-width: 992px) {
        .logo-body img{
            max-width: 60px;
        }
        .logo-body h5{
            display: inline-block;
        }
        #join-us {
            top: 20px;
        }
        .logo-bar .navbar-dark button{
            border-radius: 0;
            background: #b1010b;
            font-size: 30px;
            color: #fff;
            outline: none;
        }
        .header-sec .navbar{
            padding: 0;
        }
    }
    @media screen and (min-width: 768px) {

    }
    @media screen and (max-width: 768px) {

    }
    @media screen and (max-width: 576px) {
        .logo-bar .col-6{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    @media screen and (max-width: 450px){
        .logo-bar .col-6{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .logo-bar .col-6.text-center{
            text-align: left !important;
        }
        #join-us {
            position: initial;
        }
        .logo-body{
            margin-bottom: 5px;
        }
        .logo-bar a h5 {
            font-size: 17px;
        }
    }
    @media screen and (max-width: 400px) {
        .modal.right .modal-dialog{
            width: 100%;
        }
    }
/* end responsive section */


