/* Colors */
:root{
    --primary_color: #FFA500;
    --primary_hover_color: #774d00;
    --secondary_color: #007500;
    --secondary_hover_color: #00ec00;
    --rating_color: #FEB812;
}
/* End Colors */

.header-top{
    background: var(--primary_color);
}
.header-top-wrapper .header-top-right .header-link a{
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
}
.header-top-wrapper .header-top-right .header-link a:hover{

    color: #ff0000;
}

.navigation .nav-menus-wrapper .nav-menu{
    justify-content: space-between;
}

.navigation {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 2px 2px 20px rgb(34 34 34 / 15%);
    -moz-box-shadow: 2px 2px 20px rgba(34,34,34,.15);
    box-shadow: 2px 2px 20px rgb(34 34 34 / 15%);
    background: #fff;
}


/* .navigation .nav-menus-wrapper .nav-menu li a{
    color: var(--primary_color);
} */

.navigation .nav-menus-wrapper .nav-menu li:hover>a {
    color: var(--secondary_color);
}

.navigation .nav-menus-wrapper .nav-menu li a{
    padding: 24px 0;
}

.slider-area {
    padding-top: 200px;
}

.header-logo{}
.header-logo img{    width: 100px;}

.bootstrap-select button{    border: 1px solid #ced4da;}

/* User Panel */
.page_wrap{    padding-top: 140px;
    background: #ECF1F5;
    padding-bottom: 55px;
}
.up_wrap{margin-top: 55px;}
.user_profile{}
.user_img{}
.user_img img{width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 5px;
    /* border-radius: 50%; */
    margin-bottom: 10px;}

.up_nav{}
.up_nav li{}
.up_nav li a{display: block;color: var(--primary_color);}
.up_nav li a:hover{color: var(--primary_hover_color);text-decoration: none;}
.up_nav li a i{width: 25px;}

.dashboard_items{}
.dashboard_items i{font-size: 35px;transition: .3s;color: rgba(0,0,0,.15);}
.dashboard_items .card:hover i{font-size: 40px;}
.link_item{color: var(--primary_color);}
.link_item:hover{color: var(--primary_hover_color);text-decoration: none;}
.user_menu .list-group-item.active{    border: none;background: var(--primary_color);}
.user_menu .list-group-item.active a{
    color: #fff;}
/* End User Panel */

.banner-content .title{font-size: 30px;}
.banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
}


.newsletter-area {
    margin-bottom: -190px;
}
.newsletter-wrapper {
    padding: 0 70px 25px;
}
.newsletter-area .section-title-2 .title {
    font-size: 25px;
}

/* breadcrumb */

.page-banner {
    padding-top: 175px;
}

.bg_cover{
    background-blend-mode: overlay;
    background-color: #000000ba;
}

/* slider  */
.slider-content{
    max-width: 450px;
}
.slider-content .title{
    font-size: 45px;
    color: #ffc107;
}
.slider-content .title2{
    font-size: 45px;
    color: #28a745;
}

/* Upcoming Event Start  */
#upcoming-area {
    margin-top: -190px;
    padding: 0;
}

.upcoming-event-wrap {
    background-color: var(--primary_color);
    padding: 40px;
    color: #fff;
    position: relative;
}
.single-upcoming-event .up-event-thumb .up-event-date {
    color: #3a3b3c;
    font-size: 1.8rem;
    line-height: 2.8800000000000003rem;
    font-weight: 700;
    background-color: #fff;
    padding: 12px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -5px;
    border-bottom: 8px solid #000;
}
#upcoming-area .upcoming-event-wrap .up-event-titile {
    right: 40px;
    transform: inherit;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    margin: 0;
    top: -31px;
}
#upcoming-area .upcoming-event-wrap .up-event-titile h3 {
    background-color: #fff;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    padding: 15px 20px;
    margin: 0;
    box-shadow: 14px 0 26px rgb(0 0 0 / 40%);
}

.up-event-text h3 a{
    color: #fff;
}

.up-event-thumb h4 {
    margin-top: 40px;
    padding: 10px;
    text-align: center;
}

.single-event-page-content .event-thumbnails .event-countdown P{
    position:static;
    color:#fff;
    margin-bottom:0
}

.single-event-page-content .event-thumbnails .event-countdown .counter-item:last-child{
    margin-right:0
}
.single-event-page-content .event-thumbnails .owl-nav div{
    width:50px;
    height:50px;
    text-align:center;
    font-size:2rem;
    line-height:3.2rem;
    line-height:50px;
    background-color:#3b60c9;
    color:#fff;
    position:absolute;
    top:50%;
    left:20px;
    margin-top:-25px;
    transition:all .4s ease-out;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    opacity:0;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    visibility:hidden
}
.single-event-page-content .event-thumbnails .owl-nav div.owl-next{
    left:auto;
    right:20px
}
.event-countdown{
    margin-bottom:18px;
    position:relative;
    display:inline-block
}
.event-countdown .event-countdown-counter{
    display:flex
}
.event-countdown .event-countdown-counter .counter-item{
    text-align:center;
    color:#fff;
    margin-right:15px
}
.event-countdown .event-countdown-counter .counter-item .counter-label{
    font-size:16px;
    line-height:2.2399999999999998rem;
    line-height:1;
    font-weight:700;
    display:block;
    margin-bottom:5px
}
.event-countdown .event-countdown-counter .counter-item .single-cont{
    font-size:16px;
    line-height:2.8800000000000003rem;
    line-height:1;
    font-weight:700;
    border:1px solid #fff;
    background-color:#161F37;
    padding:10px;
    display:inline-block
}


.event-countdown p{
    font-size:16px;
    line-height:2.8800000000000003rem;
    line-height:1;
    font-weight:700;
    margin-bottom:0;
    position:absolute;
    bottom:0;
    left:100%
}

@media (max-width:767px){
    .event-countdown p {
        font-size: 16px;
        line-height: 2.8800000000000003rem;
        line-height: 1;
        font-weight: 700;
        margin-bottom: -30px;
        position: absolute;
        left: 0;
    }

}




/* Upcoming Event End  */

/* about  */
.about-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #07294d;
}
.about-content .about-title span {
    color: #0c8b51;
}

.about-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 5px;
}

.about-content .main-btn {
    width: 160px;
    margin-top: 10px;
}

.about-image .single-image {
    position: absolute;
    z-index: 1;
}

.about-image .single-image img {
    border-radius: 20px;
}

.about-image .single-image.image-1::before {
    right: -14px;
    top: -14px;
    background-color: var(--primary_color);
}

.about-image .single-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}


/* Counter Start  */
.counter-wrapper {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
/* Counter End */

/* our team */
.our-team{
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 14px 0 rgb(0 0 0 / 15%);
}

.our-team:hover {
    transform: scale(1.05);
    transition: .3s;
}

.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    transition: all 0.5s ease 0s;
}

.pic img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    height: 45px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #17bebb;
    text-transform: capitalize;
    margin-bottom: 15px;
    height: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #17bebb;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


/* our team */
.deceased-member{
    padding: 20px 15px 30px;
    background-image: url('../images/deceased_frame.png');
    background-repeat: no-repeat;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 6px 6px 3px 1px rgb(0 0 0 / 15%);
}

/* .deceased-member:hover {
    transform: scale(1.05);
    transition: .3s;
} */

.deceased-member .batch{
    background: #000;
    color: #fff;
    padding: 2px 15px 2px 15px;
    border-radius: 12px;
    float: right;
    margin-top: -10px;
}

.deceased-member .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: -1;
}

.deceased-member .pic img{
    width: 245px;
    height: 285px;
    border-radius: 0%;
}
.deceased-member .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    margin-top: -55px;
}
.deceased-member .title a{
    color: #FFF;
}
.deceased-member .post{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #cbcbcb;
    margin-bottom: 16px;
    height: 15px;
}


@media only screen and (max-width: 990px){
    .deceased-member{ margin-bottom: 30px; }
}



/* Gallery  */
.single-event.gallery {
    padding: 15px 15px;
}

.single-event.gallery:hover {
    background-color: var(--primary_color);
}

/* Latest News  */
.single-blog .blog-content .blog-title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
}

.single-blog:hover {
    box-shadow: 0 8px 14px 0 rgb(0 0 0 / 15%);
    transform: translateY(-5px);
}

.blog-area {
    padding-top: 150px;
    padding-bottom: 100px;
}


.single-blog .blog-image {
    height: 200px;
}

.post-thumb {
    overflow: hidden;
    width: 120px;
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
    font-size: 14px;
}

.blog-details-page {
    padding-top: 10px;
    padding-bottom: 110px;
}

/* Footer  */

.footer-area{
    padding-top: 0px;
}

.footer-widget {
    padding-top: 10px;
    padding-bottom: 100px;
}

.footer-copyright {
    background-color: var(--primary_color);
}
.footer-copyright a{
    color: #fff;
}


/* About Us Page  */
#page-content-wrap .about-page-content-wrap {
    padding-top: 170px;
    background-color: #ecf1f5;
}
.section-padding {
    padding: 120px 0;
}

#page-content-wrap .about-page-content-wrap .single-about-text:first-child {
    margin-top: 0;
}
#page-content-wrap .about-page-content-wrap .single-about-text {
    padding: 50px;
    font-size: 1.6rem;
    line-height: 2.5600000000000005rem;
    background-color: #fff;
    position: relative;
}
#page-content-wrap .about-page-content-wrap .single-about-text:hover {
    box-shadow: 0 8px 14px 0 rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    transition-duration: .4s;
    transition-delay: .2s;
}
#page-content-wrap .about-page-content-wrap .single-about-text:first-child img {
    filter: grayscale(100%);
}

#page-content-wrap .about-page-content-wrap .single-about-text img {
    max-width: 500px;
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-left {
    margin-left: -97px;
    margin: -100px 0 0;
}

#page-content-wrap .about-page-content-wrap .single-about-text .h3 {
    font-size: 3rem;
    line-height: 16rem;
    line-height: 1;
    color: #ffc107;
    text-shadow: 3px 3px 4px rgb(72 70 70 / 53%);
    position: absolute;
    top: -24px;
    right: 25px;
}

#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .h3 {
    right: auto;
    left: 0;
}

.img-left {
    float: left;
    padding: 0 2rem 1rem 0;
}


#page-content-wrap .about-page-content-wrap .single-about-text {
    padding: 50px;
    font-size: 1.6rem;
    line-height: 2.5600000000000005rem;
    background-color: #fff;
    padding: 50px;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.5600000000000005rem;
    margin-top: 150px;
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
    margin-right: -118px;
    margin: -100px 0 0;
}


.img-right {
    float: right;
    padding: 2rem 0rem 1rem 1rem;
}

#page-content-wrap .about-page-content-wrap .single-about-text li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #151515;
    margin: 0;
    list-style-type: disc;
    margin-bottom: 20px;
}


#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(4n) .h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    color: #ffc107;
    text-shadow: 3px 3px 4px rgb(72 70 70 / 53%);
    position: absolute;
    top: -25px;
}


/* login page  */

.login-register {
    padding-bottom: 50px;
}

.login-register-content .title::before{
    width: 394px;
}
