.card{
    border-radius : 0 !important;
}
/*----------- login page css start -------------*/
.btn {
    font-weight: 500;
    font-size: 16px;
}
.login-scroll-remove::-webkit-scrollbar{
    display: none;
}
.login-logo .custom-img-box{
    border: none;
    width: 160px;
    height: 160px;
    margin: auto;
}
.login-card{
    max-width: 390px;
    padding: 50px 55px;
    background-color: #fff;
    margin: 25px auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.login-form-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding: 0 0 10px;
}
.login-rem-label{
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    text-align: left;
    padding: 10px 0;
}
.login-checkbox {
    position: relative;
    top: 1px;
}
.login-forget-label{
    font-size: 14px;
    font-weight: 600;
    color: #6c757d !important;
    padding: 10px 0;
    text-decoration: none;
    display: block;
}
.login-btn {
    color: #1e1e1e !important;
    padding: 14px 35px !important;
}
.login-btn:hover {
    color: #ffffff !important;
    padding: 14px 35px !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.back-btn-section{
    max-width: 390px;
    padding: 0 45px;
    margin: auto;
    text-align: left;
}
.back-btn-section p{
    margin-bottom: 10px;
}
.back-btn-section a{
    text-decoration: none;
}
.forgot-text{
    max-width: 390px;
    margin: auto;
}
.cus-code-input {
    border: 1px solid #ced4da;
    border-radius: 46px !important;
    margin: 0 10px;
    padding: 10px !important;
    font-size: 20px;
    text-align: center;
    height: calc(1.1em + 2.3rem + 1px) !important;
}
.cus-code-input::placeholder{
    font-size: 20px !important;
}
.cus-input-group{
    max-width: 430px;
    margin: auto;
}
.modal-content {
    border: 0;
}
.modal-login-card{
    border: 0;
    border-radius:20px;
}
.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 0;
}
.modal-close-btn .btn-close {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 1px;
    color: #fff;
    background: url(../images/icon/cross-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    border-radius: 0;
    opacity: 1;
}
.modal-close-btn .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.form-group {
    margin-bottom: 1rem;
}
.modal-login-card .form-control {
    font-size: 14px;
    height: 46px;
}
.kt-input-icon {
    position: relative;
    padding: 0;
    width: 100%;
}
.kt-input-icon.kt-input-icon--left .form-control {
    padding-left: 2.6rem;
}
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--left {
    left: 0;
}
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--right {
    right: 0;
}
.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.kt-input-icon > .kt-input-icon__icon {
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    width: 3rem;
}
.kt-input-icon > .kt-input-icon__icon > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
}
.kt-input-icon > .kt-input-icon__icon > span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    color: #000000;
}
.modal-login-card label a {
    text-decoration: none;
}
.login-custom-btn {
    background: #1e1e1e;
    padding: 12px 28px;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.login-custom-btn:hover {
    background: #fff;
    padding: 12px 28px;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    color: #1e1e1e;
    text-transform: uppercase;
    text-decoration: none;
}
.login-footer-text a{
    text-decoration: none;
}
@media only screen and (max-width: 550px){
    .custom-login-modal{
        padding: 15px !important;
    }
    .custom-login-modal .card-body{
        padding: 20px !important;
    }
    .footer-menu-section{
        display: none !important;
    }
}
/*----------- login page css end -------------*/
/*----------- header section css start -------------*/
.top-bar {
    height: auto !important;
    background-color: #121D29 !important;
    position: relative !important;
    padding: 7px 0;
}
.menu-icon-ml-5{
    margin-left: 5px;
}
.mn-has-sub {
    font-size: 15px;
    font-family: 'Rajdhani';
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: 600;
}
.menu-center-h{
    height: auto !important;
    line-height: normal !important;
}
.menu-center-m-h{
    height: 95px !important;
    line-height: normal !important;
}
.nav-cus-logo-wrap .logo {
    max-width: 350px;
    height: 85px;
}
.nav-cus-logo-wrap .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
@media only screen and (max-width: 1179px) {
    .nav-separator {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
.mn-sub-light {
    background: #121d29;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1) !important;
}
.verticalalign{
    align-items: center;
    margin: auto 0;
}
.mobile-on .no-mobile-style .mn-sub{
    position: absolute !important;
    overflow-x: unset;
    bottom: auto;
    top: 40px;
}
@media only screen and (max-width: 1024px){
    .mobile-on .no-mobile-style .mn-sub {
        position: absolute !important;
        overflow-x: unset;
        bottom: auto;
        margin-right: 0.0625rem !important;
        margin-top: 58px !important;
        top: 40px;
    }
}
@media only screen and (max-width: 950px){
    .inner-nav > ul > li:last-child .mn-sub, .inner-nav li .mn-sub.to-left {
        left: auto;
        right: 0;
        margin-top: 2.45rem !important;
        margin-right: 0.125rem;
    }
}
@media only screen and (max-width: 375px){
    .responsive-member-rsvp-info .inner-nav .margin-l-r{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
.mobile-on .mobile-nav {
    width: 50px !important;
}
@media only screen and (max-width: 360px) {
    .responsive-member-rsvp-info .inner-nav .margin-l-r {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .mobile-on .mobile-nav {
        width: 40px !important;
    }
}
@media only screen and (max-width: 320px) {
    .responsive-member-rsvp-info .inner-nav .margin-l-r {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .mobile-on .mobile-nav {
        width: 40px !important;
    }
    .mn-has-sub {
        font-size: 13px;
    }
}
.img-w-h-20 {
    height: 20px;
    width: 20px;
    margin: 0 2px;
}
.inner-nav ul li {
    margin-left: 0;
}
.mn-sub-multi {
    width: 100% !important;
}
.mn-sub{
    top: 56px !important;
}
.mobile-on .mn-sub {
    top: 0 !important;
    padding-top: 0 !important;
}
.mobile-on .inner-nav ul li a {
    padding-top: 0 !important;
}
.mobile-on .menu-content-nav {
    padding-bottom: 0;
}
.profile-mn-sub{
    top: 71px !important;
}
.sub-mu-wd-260{
    width: 260px !important;
}
.custom-img-box.menu-top-logo{
    width: 185px;
    height: 185px;
    border: 0;
    margin: 25px auto 10px;
}
.custom-logo-submain-hs {
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}
.btn-mod.btn-gray {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
}
.top-bar-text{
    text-align: center;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
.top-bar-text p{
    margin-bottom: 0;
    text-align: center !important;
    font-size: 15px;
    font-weight: 600;
}
.top-bar-text a {
    letter-spacing: 0;
    font-weight: 600;
}
.top-bar-social-link {
    text-align: right;
}
.top-bar-social-link .footer-social-links a:before {
    border: none;
}
.top-bar-social-link .footer-social-links a{
    color: #fff;
    margin: 0 !important;
}
.top-bar-social-link a{
    text-decoration: none !important;
}
@media only screen and (max-width: 769px){
    .contact-no-customize {
        font-size: 13px !important;
    }
    .top-bar-text p{
        margin-bottom: 0;
        text-align: center !important;
        line-height: 1;
    }
    .top-bar-social-link {
        position: relative;
        left: 0;
        right: 0;
        margin-bottom: 2px;
        margin: 0 0 17px 0;
    }
    .top-bar {
        min-height: auto !important;
    }
    .top-bar-text {
        margin-top: 5px;
    }
}

.margin-l-r {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
@media only screen and (max-width: 320px){
    .margin-l-r {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .top-bar .top-bar-container-responsive{
        padding: 0 0;
    }
}
.responsive-logo-950{
    display: none;
}
.logo-desktop{
    display: block;
}
.hide-menu-item-950{
    display: block;
}
.responsive-menu-950{
    display:none;
}

.custom-justify-content-bet-cen{
    justify-content: space-between;
}
@media only screen and (max-width: 991px){
    .separator-hide{
        display: none;
    }
    .mobile-on .mobile-nav {
        width: 30px !important;
    }
}
@media only screen and (max-width: 480px){
    .full-wrapper{
        margin-left: 0;
        margin-right: 0;
    }
    .responsive-container-x{
        padding-right: 0;
        padding-left: 0;
    }
    .nav-separator {
        border-left: 1px solid #707070;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .separator-hide{
        display: none
    }
}
@media only screen and (max-width: 950px){
    .responsive-logo-950{
        display: block;
    }
    .logo-desktop{
        display: none;
    }
    .responsive-logo-950 .logo {
        height: auto;
    }
    .responsive-menu-950{
        display: block;
    }
    .hide-menu-item-950{
        display: none;
    }
    .responsive-logo-950 .menu-center-m-h {
        height: 67px !important;
    }
   .responsive-menu-950 .menu-center-m-h {
        height: auto !important;
    }
    .custom-justify-content-bet-right{
        justify-content: end;
    }
    .menu-center-m-h {
        height: 60px !important;
    }
    .mn-sub {
        top: 39px !important;
    }
}
@media only screen and (max-width: 1024px){
    .dropdown-menu{
        position: relative !important;
        transform: translate(0px, 0) !important;
        left: 0 !important;
    }
    .profile-mn-sub {
        top: 56px !important;
    }
}
.header-icon-vec{
    width: 20px;
    height: 20px;
}
.header-icon-vec svg{
    width: 100%;
    height: auto;
}
.service-text a{
    text-decoration: none !important;
}
.nav-separator-sub {
    border-left: 1px solid #707070;
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
    align-self: center;
}
.contact-no-customize{
    font-size: 15px;
    font-weight: 600;
}
/* Hide short text by default (resolution > 1200px)*/
.short-text {
        display: none;
}
.very-short-text{
    display: none;
}
/*When resolution <= 1200px, hide full text and show short text*/
@media (max-width: 1014px) {
    .short-text {
        display: inline-block;
    }
    .full-text {
        display: none;
    }
    .very-short{
        display: none;
    }
}
@media (max-width: 892px) {
    .short-text {
        display: none;
    }
    .full-text {
        display: none;
    }
    .very-short-text{
        display: inline-block;
    }
}
@media (max-width: 954px) {
    .nav-separator-sub {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 954px) {
    .top-bar-text p {
        font-size: 13px;
    }
    .contact-no-customize {
        font-size: 13px;
    }
}
@media (max-width: 576px) {
    .col-hide-687{
        display: none;
    }
}

@media (max-width: 991px){
    .nav-separator-sub {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 844px){
    .second-ph-number{
        display: none !important;
    }
    .service-text .nav-separator-sub {
        display: none !important;
    }
}

/*----------- header section css end -------------*/
/*----------- home slider css start -------------*/
.homefull-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-indicator {
    padding: 0;
    text-align: right;
    position: relative;
    display: block;
    z-index: 10;
}
.slider-indicator ul{
    display: flex;
}
.slider-indicator ul li {
    color: #000;
    cursor: pointer;
    -webkit-transition: linear .1s;
    transition: linear .1s;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #ffffff;
    border: none;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: .5;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 31%);
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 5px;
}
.slider-indicator ul li:hover {
    opacity: 1;
    text-decoration: none;
}
button:focus {
    outline: none  !important;
}
/*----------- home slider css end -------------*/
/*----------- Home slider section css start -------------*/
.page-section, .small-section {
    padding: 80px 0;
}
.inner-pages-section{
    padding: 178px 0;
}
.center-pages-section{
    padding: 80px 0;
}
.custom-hs-line-11 {
    margin: 0 auto !important;
    position: relative !important;
    font-size: 50px !important;
    font-weight: bolder !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}
.custom-hs-line-12 {
    margin: 0 auto !important;
    position: relative !important;
    font-size: 38px !important;
    font-weight: bolder !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}
@media only screen and (max-width: 767px){
    .custom-hs-line-11 {
        font-size: 45px !important;
    }
}
@media only screen and (max-width: 567px){
    .custom-hs-line-11 {
        font-size: 35px !important;
    }
}
.custom-bg-dark-alfa-90:before, .bg-dark-alfa-90 .YTPOverlay:before {
    background: rgb(0 0 0 / 25%) !important;
}
/*----------- Home slider section css end -------------*/
/*----------- home Video css Start -------------*/
.video-overlay-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    align-items: end;
    display: flex;
    z-index: 1;
    height: auto;
}
.video-icon{
    vertical-align: middle;
}
.video-slider-custom{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-size: cover;
    overflow: hidden;
}
/*----------- home Video css End -------------*/
/*----------- Home Multiple section css start -------------*/
hr.dotted-separator {
    border-top: 1px dashed #777;
}
.img-div {
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 20px;
}
.img-div img {
    max-height: 100%;
    object-fit: contain;
}
.bg-light-cover::before{
    content: " ";
}
.custom-main-hs {
    color: #000000;
    font-weight: 900;
    font-size: 40px;
    line-height: 2.5rem;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px){
    .custom-main-hs {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 567px){
    .custom-main-hs{
        font-size: 30px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}

.home-main-hs {
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    position: relative;
    font-size: 40px;
    z-index: 1;
    overflow: hidden;
}

.home-main-hs:before {
    position: absolute;
    top: 45%;
    overflow: hidden;
    width: 50%;
    height: 3px;
    content: '';
    background-color: #000000;
    margin-right: 30px;
    margin-left: -51.5%;
    text-align: right;
}

.home-main-hs:after {
    position: absolute;
    top: 45%;
    overflow: hidden;
    width: 50%;
    height: 3px;
    content: '';
    background-color: #000000;
    margin-left: 20px;
}
@media only screen and (max-width: 767px){
    .home-main-hs {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 567px){
    .home-main-hs{
        font-size: 30px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}
.single-lines-ellipsis-no-height {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-lines-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.double-lines-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.multiple-lines-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.five-lines-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.five-lines-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.member-type-ellipsis{
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}
.sub-title {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}
.sub-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #da251c;
    position: absolute;
    left: 0;
    bottom: 45%;
}
.custom-img-box {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: flex;
}
.custom-img-box-2 {
    width: 100px;
    position: relative;
    overflow: hidden;
    height: 100px;
    float: left;
}

.custom-img-box-2 img    {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.img-object-fit{
    object-fit: cover;
}
.img-object-fit-cover{
    object-fit: cover !important;
}
.img-object-fit-contain{
    object-fit: contain !important;
}
.custom-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.custom-grid-col {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0;
    min-width: 0;
}
.custom-grid-col-fix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 991px){
    .custom-grid-row-mobile{
        display: block !important;
    }
    .custom-grid-col-fix-mobile {
        text-align: -webkit-center;
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 768px){
    .custom-grid-row-mobile{
        display: block !important;
    }
    .custom-grid-col-fix-mobile {
        text-align: -webkit-center;
        margin: 30px auto 0;
    }
    .event-modal .info-item{
        margin-right: 0 !important;
    }
}
.custom-padding-l-15{
    padding-left: 15px;
}
.custom-padding-r-15{
    padding-right: 15px;
}
.custom-padding-t-15{
    padding-top: 15px;
}
.custom-padding-b-15{
    padding-bottom: 15px;
}
.custom-padding-0{
    padding: 0 !important;
}
@media only screen and (max-width: 500px){
    .hidden-xs{
        display: none !important;
    }
}
@media only screen and (max-width: 768px){
    .hidden-sm{
        display: none !important;
    }
}

@media only screen and (max-width: 333px){
    .hidden-mobile {
        display: none !important;
    }
    .top-right-panel{
        width: 100%;
    }
}
.display-block{
    display: inline-block;
}
.custom-btn {
    padding: 6px 16px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 40px !important;
    background-color: #d7251d;
    border: 2px solid #d7251d;
    box-shadow: 0 0 10px rgb(0 0 0 / 4%), 0 2px 10px rgb(0 0 0 / 4%);
    line-height: 1.5;
    text-decoration: underline;
}
.custom-btn:hover {
    padding: 6px 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #ffffff;
    border: 2px solid #d7251d;
    box-shadow: 0 0 10px rgb(0 0 0 / 4%), 0 2px 10px rgb(0 0 0 / 4%);
}
.cus-shadow {
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 10%) !important;
}
.cus-shadow:hover {
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 5%) !important;
}
.cus-border-8{
    border-radius: 8px !important;
}
.cus-border-20{
    border-radius: 20px !important;
}

.description-h {
    height: 22px;
}
.description-h-30 {
    height: 30px;
}
.text-p-25 {
    height: 25px;
}
/*----------- Home Multiple section css end -------------*/
/*--------------- Blog One------------------*/
.blog_one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0;
}
/*----------- Blog On -----------*/
/*----------- Home Updates section css end -------------*/
.custom-img-box-auto{
    width: auto;
    height: 500px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.custom-img-box-auto .custom-img-box {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
/*----------- Home Updates section css end -------------*/
/*--------- Home Double images news section css start --------------*/
.custom-img-auto{
    display: flex;
    position: relative;
}
.imgone {
    width: 52%;
    position: relative;
    bottom: -70px;
    margin-bottom: 80px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #f2f2f2;
}
.imgtwo {
    width: 52%;
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 2;
    padding: 0;
    border: 1px solid #f2f2f2;
}
.imgone .custom-img-box {
    margin: 0 auto;
    width: 100%;
    height: 420px;
    max-height: 100%;
    max-width: 100%;
    border: none;
}
.imgtwo .custom-img-box {
    margin: 0 auto;
    width: 100%;
    height: 420px;
    max-height: 100%;
    max-width: 100%;
    border: none;
}
.img-center-icon{
    width: 100px;
    height: 100px;
    line-height: 135px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 12%;
    left: 41%;
    z-index: 3;
}
.img-center-icon:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
}
.img-logo-icon {
    position: relative;
    width: 90% !important;
    border-radius: 100%;
    top: 5px;
    bottom: 0;
    left: 5px;
    right: 0;
}
.background-cover{
    object-fit: cover;
}
.background-contain{
    object-fit: contain;
}
.page-section .next{
    cursor: pointer;
}
.page-section .previous{
    cursor: pointer;
}
.page-section .top{
    cursor: pointer;
}
@media only screen and (max-width: 1024px){
    .imgone.page-section {
        padding: 0;
    }
    .imgtwo.page-section {
        padding: 0;
    }
}
@media only screen and (max-width: 768px){
    .imgone.page-section {
        padding: 0;
    }
    .imgtwo.page-section {
        padding: 0;
    }
}
/*--------- Home Double images news section css end --------------*/
/*--------- Home Cover images news section css Start --------------*/
.custom-bg-height{
    height: 520px;
}
.custom-bg-height .custom-img-box {
    width: 350px;
    height: 350px;
    margin: 0 auto;
}
.gray-bg-cover{
    padding: 80px 0 80px 80px;
    position: relative;
    z-index: 3;
}
.gray-bg-cover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 140px;
    bottom: 0;
    left: 15px;
    background: #f3f3f3;
    z-index: -1;
}
.gray-bg-cover .page-section {
    background-attachment: scroll;
}
.new-and-update-theme-1{
    position: relative;
}
.new-and-update-theme-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://joinlocal97.com/wp-content/uploads/2017/09/home-bg-1.jpg?id=1083g);
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: grayscale(100%);
}
.new-and-update-theme-1-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 25%);
    transition: background 0.5s ease;
}
.new-and-update-theme-1 .home-main-hs{
    color: #FFFFFF;
}
.new-and-update-theme-1 .home-main-hs:after{
    background-color: #ffffff;
}
.new-and-update-theme-1 .home-main-hs:before{
    background-color: #ffffff;
}
.news-content-wrapper{
    height: 130px;
}
.news-theme-1-gapping{
    padding: 2rem;
}
.news-theme-2-gapping{
    padding: 1rem 2rem;
}
.item-footer{
    border-top: 1px dashed #dedede;
    padding: 1rem 2rem;
    text-align: center;
    background: #f8f8f8;
    align-items: center;
}
.item-footer p{
    text-decoration: none !important;
}
.new-and-update-theme-1 .owl-theme .owl-controls .owl-page span {
    background: #cecece;
    opacity: 1;
}
.bg-no::before{
    content: "";
    background: none !important;
}
.bg-true{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg-theme-1{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*--------- Home Cover images news section css end --------------*/
/*--------- Home Union section css Start --------------*/
.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #d6d6d6;
}
.items {
    border: 1px solid transparent;
    padding: 30px 30px;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}
.items:hover {
    box-shadow: 0 2px 4px rgb(46 41 51 / 8%), 0 5px 10px rgb(71 63 79 / 16%);
}
.items .custom-img-box {
    width: 95px;
    height: 95px;
    padding: 5px;
    background: #fff;
    box-shadow: 5px 0 8px rgb(0 0 0 / 16%);
}
.border-round{
    border-radius: 50%;
}
.custom-submain-hs {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}
.cus-arrow-box {
    text-align: right;
    padding: 0 40px;
}
.more-stroke {
    margin-top: 30px;
}
.more-stroke span {
    width: 0;
    height: 2px;
    background: #1a1d1c;
    position: absolute;
}
.items:hover .more-stroke span{
    width: 24px;
    background: #1a1d1c;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.more-stroke span:after, .more-stroke span:before {
    content: '';
    width: 0;
    height: 2px;
    background: #1a1d1c;
    position: absolute;
    right: -1px;
}
.items:hover .more-stroke span:before {
    width: 12px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.items:hover .more-stroke span:before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 4px;
}
.items:hover .more-stroke span:after {
    width: 12px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.items:hover .more-stroke span:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    top: -4px;
}
.union-content-wrapper{
     height: 72px;
}
.union-item-slider .custom-img-box img{
    object-position: top;
}
/*--------- Home Union section css end --------------*/
/*--------- Home Discount section css start --------------*/
.sub-title.sub-title-line::before, .sub-title.sub-title-line::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #da251c;
    width: 4rem;
    margin: 0 1rem;
    position: relative;
    top: -4px;
}
.container-fluid.custom-container-full {
    max-width: 100%;
}
.cus-border-1-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cus-border-1-r{
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.dis-section-h:hover {
    background-color: #F9F9F9;
}
.menu-w-auto{
    width: auto;
    overflow: auto;
}
.menu-logo-sec-left {
    float: left !important;
}
.custom-card-sce{
    position: relative;
    top: -75px;
    border-radius: 14px;
}
.cus-img-div-h{
    height: 448px !important;
}
/* small product css here */
.small_products_wrapper button {
    position: absolute;
    top: -112px;
    right: 35px;
    display: inline-block;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: linear .1s;
    transition: linear .1s;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    background-color: #F3F3F3;
    border: 1px solid #e8e7e7;
}
.small_products_wrapper button:hover {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #ffffff;
}
.small_products_wrapper button.next_arrow {
    right: 0;
}
.small_product_items {
    display: flex !important;
    padding: 16px 0;
}
.small_product_item {
    display: flex !important;
    padding: 17px 0;
}
.small_product_item .dis-login-lock-item {
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0;
    background-color: #f9f9f9ed;
}
.absolute {
    position: absolute;
}
@media only screen and (max-width: 414px) {
    .blog_one {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 60px 0 60px;
    }
    .blog_one_left {
        margin-right: 0;
        padding-top: 0 !important;
        text-align: center;
    }
}
.discount-gapping{
    padding: 2rem;
}
.discount-section a:hover{
    color: #111;
}
.discount-content-wrapper {
    height: 120px;
}
.discount-content-wrapper p{
    margin-bottom: 0 !important;
}
/*--------- Home Discount section css end --------------*/
/*--------- Footer Contact section css start --------------*/
.bg-footer{
    background-color: #121D29;
}
.contact-item {
    padding-left: 66px !important;
}
.ci-icon {
    width: 45px !important;
    height: 45px !important;
    top: 0 !important;
    left: 3px !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 44px !important;
    font-size: 25px !important;
}
.footer-social-links a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 2px !important;
}
.footer-copy {
    letter-spacing: 0.1em !important;
}
.footer-made {
    font-size: 15px !important;
    padding-left: 4px;
}
.footer-icon {
    font-size: 18px;
    display: block;
    width: 20px;
    margin: auto;
}
.footer-text {
    font-weight: 600;
    font-size: 15px !important;
}
.footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.footer-menu-section .menu-sub-link:hover {
    background: none !important;
}
.cus-border-color{
    border-color: #959595 !important;
}
.cus-bg-color{
    background-color: #959595 !important;
}
.cus-hr-b-border {
    background-color: #959595 !important;
    opacity: 1;
}
.w-85{
    width: 85%;
}
.footer-menu-section{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-bottom: 1rem;
    display: block;
    width: 75rem;
}
footer .service-text{
    font-size: 14px;
    color: #828B95;
}
.footer .service-text h6{
    font-size: 18px;
}
.footer .service-text p{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
/*--------- Footer Contact section css end --------------*/
/*--------- Union listing page css start -----------------*/
.cus-dark-color{
    color: #000;
}
.cus-border-0{
    border: none !important;
}
.more-stroke.un-list-h-arrow span{
    margin-top: 18px;
}
.lock-text{
    padding: 5px;
}
.lock-text a{
    text-decoration: none !important;
}
.lock-text span{
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
}
.font-size-18{
    font-size: 18px !important;
}
.info-item .fa{
    padding: 4px 0;
}
/*--------- Union listing page css start -----------------*/
/*--------- Union View page css start -----------------*/
.post-prev-img {
    width: 280px;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    box-shadow: 15px 30px 40px 0 rgb(0 0 0 / 30%);
}
.post-prev-img .custom-img-box {
    height: 192px;
    margin: 0 auto;
    width: 192px;
}
@media only screen and (max-width: 1024px){
    .post-prev-img.page-section {
        padding: 0;
    }
}
@media only screen and (max-width: 768px){
    .post-prev-img.page-section {
        padding: 0;
    }
}
.contact-info-section {
    display: block;
}
.info-item {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0;
    min-width: 0;
    display: inline-flex;
}
.info-item .custom-icon-w-h img{
    width: 100%;
}
.info-icons {
    width: 32px;
    height: 32px;
    top: -3px;
    left: 3px;
    text-align: center;
    line-height: 44px;
    font-size: 25px;
    position: relative;
}
.info-icons:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #111;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info-icons:hover::before{
    background: #000;
}
.info-icons i {
    color: #000;
    display: block;
    font-size: 17px;
    position: relative;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-icons:hover i{
    color: #fff;
}
.contact-info-section span {
    font-size: 16px;
    padding: 0 12px;
}
.union-post-prev-img {
    margin-bottom: 40px;
    position: relative;
}
.union-post-prev-img img {
    background: #fff;
    border: 2px solid #fff;
    width: 100%;
    object-position: top;
}
.union-post-prev-img .union-custom-img-box {
    height: 192px;
    margin: 0 auto;
    width: 192px;
}
.union-custom-img-box {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
}
.union-eboard-images-sizing img{
    width: 100%;
    object-position: top;
}
.custom-icon-w-h{
    width: 20px;
}
.paragraph-overflow{
    width: 100%;
}
.paragraph-overflow p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.data-pagination {
    cursor: default;
}
.eboard-close{
    top: 35px !important;
    right: 20px !important;
}
/*--------- Union View page css end -----------------*/
/*--------- Prev & Next Section css start -----------------*/
.bg-att-inherit{
    background-attachment: inherit;
}
.custom-nav-work{
    background: transparent;
    display: flex;
}
.work-nav-item{
    display: contents;
    width: 33.33333%;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
}
.prev-nav-work-text{
    display: block;
}
.prev-nav-work-text span {
    font-size: 16px;
    color: #5A5858;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 12px;
}
.prev-work-link-text{
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 0 0 0 15px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.next-nav-work-text {
    font-size: 16px;
    color: #5A5858;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    padding-right: 12px;
}
.next-work-link-text {
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 0 15px 0 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 768px){
    .prev-work-link-text{
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .next-work-link-text {
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.pn-cus-padding-tb{
    padding: 40px 0 !important;
}
/*--------- Prev & Next Section css end -----------------*/
/*--------- Member discounts page css start -----------------*/
.cus-section-title{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: right;
}
.cus-border-dotted {
    border: 1px dashed #CCCCCC;
    margin: 10px;
    border-radius: 4px;
}
.discount-border:nth-child(odd) {
    border-right: 1px solid rgb(0 0 0 / 0%);
}
.discount-border:nth-child(even) {
    border-left: 0.1px solid rgba(0, 0, 0, 0.08);
}
.dis-tab-section .nav{
    box-shadow: 20px 20px 40px rgb(46 21 88 / 20%);
}
.dis-tab-section .tab-item .tab-title-hs a {
    color: #111 ;
}
.tab-item{
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #fff;
}
.nav-pills .nav-link {
    border-radius: 0rem;
    padding: 18px 30px 18px 30px;
}
.tab-title-hs {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    text-align: left;
}
.tab-title-hs.active:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #da251c;
    position: absolute;
    bottom: 0;
    top: 8px;
    margin-left: -30px;
}
.tab-item .fa{
    font-size: 22px;
}
.lock-item {
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f9f9f9ed;
    align-items: center;
    display: flex;
    border-radius: 1.25rem;
}
.dis-section-h a{
    text-decoration: none;
}
.dis-section-h a:hover {
    color: #000;
}
.nav-link {
    padding: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #d7251d;
    font-weight: 700;
}
.ribbon-corner {
    --tor-ribbon-size: 3em;
    --tor-ribbon-rotate: 45deg;
    --tor-ribbon-translateX: 50%;
    --tor-ribbon-translateY: calc((var(--tor-ribbon-size) + 1em) - 100%);
    --tor-ribbon-origin: 100% 0%;
    --tor-ribbon-polygon: polygon(0% 100%, 50% calc(100% - (var(--tor-ribbon-size) + 1em)), 100% 100%);
}
/*--------- ribbon-corner page css -----------------*/
.ribbon-corner {
    background-color: #E1E1E1;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: var(--tor-ribbon-polygon);
    clip-path: var(--tor-ribbon-polygon);
    transform: rotate(var(--tor-ribbon-rotate)) translateY(var(--tor-ribbon-translateY)) translateX(var(--tor-ribbon-translateX));
    transform-origin: var(--tor-ribbon-origin);
    width: calc( (var(--tor-ribbon-size) + 1em) * 2);
    height: 3em;
}
.ribbon-corner, .ribbon-bookmark-v, .ribbon-bookmark-h {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.ribbon-xl {
    --tor-ribbon-size: 5em;
}
.ribbon-corner p{
    width: 125px;
}
.md-images-width-1 img {
    width: 100%;
    height: 145px;
    max-width: 100%;
    object-fit: cover;
}
.mb-theme-1-view-all{
    position: absolute;
    bottom: 10px;
}
/*--------- Member discounts page css end -----------------*/
/*--------- Multiple news page css Start -----------------*/
.multiple-news-box .custom-img-box {
    width: auto;
    height: 200px;
    margin: auto;
}
.cus-news-btn {
    padding-left: 6px;
    text-decoration: none !important;
    font-weight: 600;
    color: #111;
    line-height: 1;
}
.btn-cus-img {
    margin-top: 0;
    width: 12px !important;
}
.arrow-btn{
    align-items: center;
    text-align: center;
    display: flex;
    margin: auto;
    padding: 30px 0 20px;
    text-decoration: none;
}
.multiple-news-box a{
    text-decoration: none;
}
.custom-pagination{
    margin: auto;
    text-align: center;
}
.custom-pagination a,.custom-pagination span {
    display: inline-block;
    min-width: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 16px;
    border: 1px solid #000000;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    margin: 2px;
}
.custom-pagination .fa {
    margin-top: 1px;
    font-size: 16px;
}
.custom-pagination a.active, .custom-pagination a.active:hover, .custom-pagination span.current, .custom-pagination span.current:hover {
    border-color: #000000;
    color: #fff;
    cursor: default;
    background-color: #000000;
}
.custom-pagination a:hover {
    text-decoration: none;
    border-color: #bbb;
    color: #444;
}
.custom-pagination a.no-active, .custom-pagination a.no-active:hover {
    cursor: default;
    border-color: #000000;
}
.lock-item-sec{
    position: relative;
}
.blog_one_single .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.news-detail-new-one{
    margin-bottom: 40px;
}
.news-image-new {
    width: 180px;
    height: 180px;
    position: relative;
    top: 30px !important;
    margin-left: 30px;
    display: flex;
    background: #fff;
}
.news-image-new img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
    text-align: center;
}
.news-heading-new{
    margin-left: 30px;
    padding-top: 20px;
}
.descrption_box{
    margin-top: 70px;
    margin-bottom: 70px;
}
.descrption_box table{
    width: 100%;
}
.descrption_box tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: thin;
    padding: 15px 12px;
}
.descrption_box table p {
    margin: 0;
}
.descrption_box pre {
    margin: 0;
    background-color: inherit;
    border-color: inherit;
}
.multiple_new_image_theme_2{
    text-align: center;
    margin: auto;
}
@media only screen and (max-width: 414px){
    .multiple_new_image_theme_2 {
        width: 100%;
    }
}
/*--------- Multiple news page css end -----------------*/
/*--------- Profile page css start -----------------*/
.main-member-info-section{
    background: url(../images/profile/profile-bg.jpg);
    width: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 0 0;
}
.main-member-info--sub-section{
    background: #F8F8F8;
    height: 110px;
}
.custom-img-box.profile-img {
    width: 265px;
    height: 265px;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    background: #f7f7f7;
}
.margin-minus-responsive{
    margin-bottom: -70px  !important;
}
.profile-top{
    top: 73px;
}
.text-right{
    text-align: right !important;
}
.profile-control-label {
    font-size: 14px;
    font-weight: 600;
}
.pf-icon-text{
    height: 46px;
}
.profile-control-text {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0;
}
.profile-section-hs{
    padding: 12px 0;
    margin: 20px 0;
    background-color: #F9F9F9;
}
.profile-section-hs .sub-title{
    margin-bottom: 0;
}
.profile-form-label{
    font-size: 14px;
    font-weight: 600;
    padding-left: 50px;
}
.form-select {
    color: #6c757d;
}
.form-control::placeholder{
    font-size: 15px;
}
.work-info-m-l{
    margin-left: 38px;
}
@media only screen and (max-width: 575px){
    .profile-form-label{
        padding-left: 15px !important;
    }
    .work-info-m-l{
        margin-left: 0 !important;
    }
}
.kt-avatar {
    position: relative;
    display: inline-block;
}
.kt-avatar.kt-avatar--outline .kt-avatar__holder {
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.kt-avatar .kt-avatar__holder {
    width: 265px;
    height: 265px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kt-avatar .kt-avatar__upload {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000000;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.kt-avatar.kt-avatar--circle .kt-avatar__upload i {
    color: #ffffff;
}
.kt-avatar.kt-avatar--danger .kt-avatar__upload i {
    color: #ffffff;
}
.kt-avatar .kt-avatar__upload input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}
.kt-avatar .kt-avatar__cancel {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -5px;
    background-color: #ea3c34;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 13px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.kt-avatar .kt-avatar__cancel i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
    font-size: 0.9rem;
}
.kt-avatar.kt-avatar--circle .kt-avatar__holder {
    border-radius: 50%;
}
.kt-avatar.kt-avatar--circle .kt-avatar__upload {
    right: 30px;
    top: 50px;
}
.kt-avatar.kt-avatar--circle .kt-avatar__cancel {
    right: 30px;
    bottom: 40px;
}
.text-muted {
    color: #74788d !important;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.dark-b-border-5{
    border-bottom: 5px solid #000000 !important;
}
.pf-icon-w {
    width: 50px;
    height: 50px !important;
}
.line-work-info{
    border-top: 1px solid #959595!important;
    margin-bottom: 0;
}
/*--------- Profile page css end -----------------*/
/*--------- bill page css start -----------------*/
.bill-control-label{
    font-size: 14px;
    font-weight: 600;
}
.bill-section textarea:disabled {
    cursor: not-allowed !important;
}
.canvas_wrapper{
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}
.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:200px;
}
.clear{
    border: none;
    background: white;
    text-decoration: underline;
}
/*--------- bill page css end -----------------*/
/*--------- Find my elected page css start -----------------*/
.elected-card-icon .fa {
    font-size: 18px;
    width: 24px;
    text-align: center;
}
.elected-card-info {
    padding: 4px 0;
}
.my-elected-sec{
    background-color: #F3F3F3;
    border: 1px solid #e8e7e7;
}
.font-size-14{
    font-size: 14px !important;
}
.my-elected-sec input::placeholder{
    font-size: 14px !important;
}
.search-field{
    transition: box-shadow .15s ease !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 6px 14px rgb(0 0 0 / 11%) !important;
    padding: 0.9em 1.2em !important;
    height: 45px;
}
@media only screen and (max-width: 767px){
    .mb-mobile-0-6 {
        margin-bottom: 0.6rem!important;
    }
    .elected-cus-hs{
        padding-top: 0 !important;
    }
}
.elected-bg-white{
    background-color: #ffffff;
}
.elected-cus-hs{
    margin-bottom: 0;
    font-size: 14px;
}
.elected-btns {
    position: relative;
    top: -24px;
    background: #ACACAC;
    width: auto;
    border-radius: 30px;
    padding: 0;
}
.elected-offical-tab {
    position: relative;
    top: 24px;
    background: #ffffff;
    width: auto;
    border-radius: 30px;
    padding: 0;
    justify-content: center;
    padding: 6px;
    box-shadow: 0 6px 14px rgb(0 0 0 / 11%) !important;
}
.elected-offical-bg-2{
    background: #dedede;
    border-radius: 25px;
    border: 0;
}
.elected-offical-tab .nav-item .nav-link {
    border: none;
    padding: 14px 50px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0 !important;
}
.elected-offical-tab .nav-item.show .nav-link,
.elected-offical-tab .nav-link.active {
    color: #fff !important;
    background-color: #a2a2a2 !important;
}
.elected-offical-detail .elected-email a{
    color: #D7251B !important;
    text-decoration: none;
}
.elected-email {
    font-size: 17px !important;
    font-weight: 500 !important;
}
.elected-offical-detail-section{
    text-align: center;
    display: block;
}
.elected-offical-detail-section span {
font-weight: 500;
    font-size: 16px;
    padding: 0 0 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.custom-px{
    padding-left: 140px;
    padding-right: 140px;
}
@media only screen and (max-width: 767px){
    .custom-px{
        padding-left: 40px;
        padding-right: 40px;
    }
}
.elected-offical-detail-section span a {
    color: #36ACFF;
}
.custom-btn.active-btn {
    background: #000000;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
}
.elected-m-5{
    margin: 0 5px;
}
.search-btn-icon {
    position: relative;
    background: #000;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    color: #fff;
    height: 40px;
    border: 1px solid #000000;
    box-shadow: 0 6px 14px rgb(0 0 0 / 20%) !important;
}
.search-btn-icon:hover{
    color: #fff;
    background-color: #363636;
}
.search-btn-icon:focus {
    color: #fff;
    background: #000;
    border-color: rgba(0,0,0, .7);
}
@media only screen and (max-width: 454px){
    .elected-offical-tab .nav-item .nav-link {
        padding: 14px 32px;
    }
}
/*-----------------Card----------------*/
.elected-card {
    margin: 10px auto;
    box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 45px;
    border-radius: 20px;
}
.elected-shadow{
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.elected-card .custom-img-box {
    width: 200px;
    height: 200px;
}
.elected-card-info span {
    font-size: 16px;
    padding: 0 8px;
    height: auto;
    display: inline-flex;
    width: max-content;
    max-width: 310px;
    word-break: break-word;
}
.elected-left-sec-p {
    padding: 25px 0 25px 35px;
}
.elected-right-sec-p{
    padding: 25px 0;
}
@media only screen and (max-width: 1399px){
   .elected-c-mobile{
       display: flex;
   }
   .elected-card-info span {
    max-width: 225px;
    }
}
@media only screen and (max-width: 375px){
    .elected-m-5{
        margin: 10px 5px;
    }
 }
 @media only screen and (max-width: 991px){
    .elected-right-sec-p{
        padding: 0 0 25px;
    }
 }
 .cus-p-4{
    padding: 0rem 1.5rem !important;
 }
 @media only screen and (max-width: 767px){
    .search-btn-icon {
       top: 0;
    }
 }
/*--------- Find my elected page css end -----------------*/
/*--------- Gallery page css start -----------------*/
.custom-img-box.gallery-box{
    height: 345px;
    position: relative;
}
.custom-img-box.gallery-box a{
    display: none;
}
.multiple-news-box:hover .custom-img-box.gallery-box a{
    display: block !important;
}
.gallery-text-box{
    background: #ffffff;
    padding: 40px 70px;
    border: 1px solid #F2F2F2;
    border-top: 1px solid transparent;
    border-radius: 0 0 20px 20px;
}
.gallery-h-shadow {
    background-color: #000000;
    border-radius: 8px;
}
.gallery-h-shadow:hover {
    box-shadow: 0 0 30px -10px rgb(0 0 0 / 10%);
}
.album-card {
    background: #fff;
}
.album-short-description{
    font-size: 19px !important;
    text-align: center !important;
    height: 97px;
}
.album-btn{
    width: 46px;
    height: 46px;
    color: #000;
    font-size: 21px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.album-btn:hover {
    text-decoration: none;
}
.album-btn:focus:not(:focus-visible) {
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 31%) !important;
}

.album-slider-theme-1 .gallery-show-all {
    margin: 0 10px;
}
@media only screen and (max-width: 1199px){
    .gallery-text-box {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 1199px){
    .gallery-text-box {
        padding: 40px 70px;
    }
}
.album-section .tab-item:nth-child(odd){
    background: #f3f3f3;
}
.album-section .badge {
    padding: 0.45em 0.55em;
    font-size: .85em;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    background-color: #dcdcdc;
    width: 30px;
}
.gallery-title {
    position: absolute;
    bottom: 0;
    margin-bottom: 16px;
    padding: 6px 18px;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-img-box.gallery-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, #000000 109%)!important;
}
.album-icon-counter {
    position: absolute;
    display: flex;
    right: 0;
    margin: 10px;
}
.album-icon {
    height: 100%;
    width: 25px;
}
.album-btn-theme-2 a {
    display: none;
}
.album-btn-theme-2:hover a  {
    display: block !important;
}
.img-div .album-btn {
    width: 100%;
    height: 100%;
}
/*--------- Gallery slider css-----------------*/
.album-w-txt {
    width: 88%;
    word-break: break-word;
}
/*--------- Gallery page css end -----------------*/
/*--------- Stay connected page css start -----------------*/
.social-icon {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.social-text{
    font-size: 16px;
    font-weight: 600;
}
.social-icon-text-box {
    position: relative;
    top: -28px;
    border-radius: 4px;
    padding: 28px;
    width: 60%;
    margin: auto;
    background-color: #fff;
    border: 1px solid #e8e7e7;
}
/*--------- Stay connected page css end -----------------*/
/*--------- info type page css start -----------------*/
.workplace-section .profile-form-label{
    padding-left: 0;
}
.feedback-section .form-check{
    padding-left: 3.5em;
    margin-bottom: .300rem;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0%);
}
.feedback-section label {
    padding-left: 5px;
}
.thanks-section .custom-btn{
    padding: 14px 10px;
}
.btn-medium .fa {
    font-size: 15px;
    padding-right: 6px;
}
/*--------- info type page css end -----------------*/
/*--------- Rsvp page css start -----------------*/
.custom-col-flex-4 {
    flex: 0.4 0 auto;
}
.rsvp-text {
    background-color: #ffffff85;
    padding: 20px 0;
    margin-bottom: 24px;
}
.rsvp-text .custom-submain-hs {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    padding: 5px 15px;
}
.rsvp-text .custom-submain-hs span {
    word-break: break-all;
}
.rsvp-link-text {
    color: #777;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.rsvp-link-center{
    text-align: center;
}
@media only screen and (max-width: 767px){
    .rsvp-link-center{
        text-align: left;
    }
}
.rsvp-text.cus-shadow:hover {
    box-shadow: none;
}
/*--------- Rsvp type page css start -----------------*/
/*--------- Schedule page css start -----------------*/
.schedule-form-control{
    padding: 0.700rem .75rem;
}
/*--------- Schedule page css end -----------------*/
/*--------- Hidden css start -----------------*/
@media only screen and (max-width: 767px){
    .show-sm{
        display: block !important;
    }
    .hide-sm{
        display: none;
    }
}
/*---------Add Work Schedule Page Switch CSS Start-----------------*/
.form-switch.form-switch-md {
    padding-left: 4.5em;
    height: 2.5em;
}
.form-switch.form-switch-md .form-check-input {
    margin-left: -4.5em;
    height: 2em;
    width: 4em;
}
.form-switch.form-switch-md .form-check-label {
    padding-top: 0.5em;
}
.form-check-input:focus {
    border-color: #acacac;
    outline: 0;
    box-shadow: none;
}
.form-switch .form-check-input:focus {
    background-image: url(../images/icon/circle.svg) !important;
    background-size: 19px;
}
/*---------Add Work Schedule Page Switch CSS End-----------------*/

/*--------- svg icon color change -----------------*/
.bell-svg {
    fill: #d92c23;
}
.right-arrow {
    fill: #d7251c;
    stroke: #d7251c;
    stroke-width: 0.5px;
}
.arrow_down_left {
    fill: #d92c23;
}
/*--------- loading bar css -----------------*/
.cus-loading-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}
.cus-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
}
/*--------- Event Calendar css start -----------------*/
.fc-header-toolbar {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fc .fc-button-primary {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}
.event-post-prev-img {
    margin-bottom: 40px;
    position: relative;
}
.event-post-prev-img .inner-circle {
    background: #fff;
    border: 2px solid #fff;
    width: 100%;
    overflow: hidden;
}
.event-post-prev-img .event-custom-img-box {
    height: 192px;
    margin: 0 auto;
    width: 192px;
}
.event-custom-img-box {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
}
/*--------- Profile Card css start -----------------*/
.card-primary-color{
    background-color: #d7251c;
}
@media only screen and (max-width: 768px){
    .card-hide-mobile {
        display: none;
    }
    .card-show-mobile{
        display: block;
    }
    .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }
}
@media only screen and (max-width: 992px){
    .modal-dialog {
        max-width: 690px;
        margin: 1.75rem auto;
    }

    .fc-toolbar {
        display: block !important;
    }
}
@media only screen and (max-width: 530px){
    .modal-dialog {
        max-width: 350px !important;
        margin: 1.75rem auto;
    }
}
.short_desc_icon{
    display: none;
}
.font-size-15{
    font-size: 15px;
        font-weight: 600;
}
.nav-separator {
    border-left: 1px solid #707070;
    margin-left: 20px;
    margin-right: 20px;
    height: 35px;
    align-self: center;
}
@media only screen and (max-width: 480px){
    .section-title {
        font-size: 14px !important;
        letter-spacing: 1px !important;
    }
}
@media only screen and (max-width: 320px){
    .nav-separator {
        border-left: 1px solid #707070;
        margin-left: 3px !important;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 360px){
    .nav-separator {
        border-left: 1px solid #707070;
        margin-left: 6px !important;
        margin-right: 3px !important;
    }
}
/* Member Discount Start */
.member-discount-fs{
    font-size: 1rem;
}
.md-custom-badge{
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    font-weight: 600;
}
.bg-primary {
    background-color: #d7251b !important;
}
.short-description-height{
    height: 25px;
}
/* Member Discount End */
/* News Section Start */
.item .img {
    float: left;
    width: 96px;
    height: 145px;
    display: flex;
}
.custom-submain-nu{
    font-size: 30px;
    line-height: normal;
    margin-bottom: 5px !important;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}
.nu-section-text {
    font-size: 17px;
font-weight: 500;
    color: #777;
    line-height: 1.7;
}
.nu-section-text-2 {
    font-size: 17px;
    font-weight: 500;
    color: #777;
    line-height: 1.7;
}
.new-update-section{
    padding: 80px 0;
}
.news-update{
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 10%);
    background: #fff;
}
.news-update:hover{
    box-shadow: 0 2px 4px rgb(46 41 51 / 8%), 0 5px 10px rgb(71 63 79 / 16%);
}
.news-update a{
    text-decoration: none !important;
    color: #000000;
}

.rightpanel-events-calendar-component a{
    text-decoration: none;
    color: #000000;
}
ul li a, ol li a, #scrollUp, .form-group input, .form-group textarea, input[type="submit"], a.axil-link-button, a.axil-button, button.axil-button, ul.social-icon li a, ul.social-with-text li a i, ul.social-with-text li a span, ul.social-share-transparent li a, .arrow-between-side .slide-arrow, .metabar-block li.icon a, .hamburger-menu .hamburger-inner .icon, .mainmenu-nav ul.mainmenu > li > a, .mainmenu-nav ul.mainmenu > li > a::after, .mainmenu-nav ul.mainmenu > li.menu-item-has-children .axil-submenu, .mainmenu-nav ul.mainmenu > li.menu-item-has-children .axil-submenu li a, .mainmenu-nav ul.mainmenu > li.megamenu-wrapper .megamenu-sub-menu, .popup-mobilemenu-area .inner .buy-now-btn a, .popup-mobilemenu-area .mainmenu .menu-item-has-children > a::after, .content-block.content-direction-column, .content-block.post-grid.post-grid-transparent .post-grid-content .post-content .post-cat .post-cat-list a, .content-block.post-list-view .post-content, .post-content .post-cat .post-cat-list a, .post-meta .post-author-name a, .axil-single-widget.widget_categories ul li.cat-item .inner .content .title, .axil-single-widget .tagcloud a, .axil-post-details .social-share-block .post-like a i, .about-author .media-body .author-info .title a, .tagcloud a, .comment-list .comment .reply-edit a.comment-reply-link, .instagram-post-list .single-post a .instagram-button, .copyright-area .mainmenu li a {
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}
@media (min-width: 1200px){
    .hover-flip-item-wrapper {
        opacity: 1;
        text-align: left;
    }
}
.hover-flip-item-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hover-flip-item-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1200px) {
    .hover-flip-item-wrapper {
      opacity: 1;
      text-align: left;
    }
}
.hover-flip-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .hover-flip-item span {
        display: inline-block;
        position: relative;
        z-index: 1;
        color: transparent;
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: -o-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .hover-flip-item span:after, .hover-flip-item span:before {
        content: attr(data-text);
        display: block;
        position: absolute;
        color: #d7251d;
    }
    .hover-flip-item span:before {
        top: 0;
        -webkit-transform: skewY(0);
        -ms-transform: skewY(0);
        transform: skewY(0);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .hover-flip-item span:after {
        top: 105%;
        -webkit-transform: skewY(7deg);
        -ms-transform: skewY(7deg);
        transform: skewY(7deg);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
.hover-flip-item-wrapper:hover {
    opacity: 1;
 }
.hover-flip-item-wrapper:hover .hover-flip-item span {
    -webkit-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
}
@media (pointer: coarse) {
    .hover-flip-item-wrapper:hover .hover-flip-item span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.hover-flip-item-wrapper:hover .hover-flip-item span:before {
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
}
@media (pointer: coarse) {
    .hover-flip-item-wrapper:hover .hover-flip-item span:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.hover-flip-item-wrapper:hover .hover-flip-item span:after {
    -webkit-transform: skewY(0);
    -ms-transform: skewY(0);
    transform: skewY(0);
}
@media (pointer: coarse) {
    .hover-flip-item-wrapper:hover .hover-flip-item span:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
ul.post-meta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
    list-style: none;
}
ul.post-meta-list li {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    margin: 8px;
    position: relative;
}
ul.post-meta-list li::after {
    right: -10px;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}
/* News Section Start */
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #d7251d;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.overflow-hidden {
    overflow: hidden;
}
.box-shadow {
    -webkit-box-shadow: 20px 20px 40px rgb(46 21 88 / 20%);
    box-shadow: 20px 20px 40px rgb(46 21 88 / 20%);
}
.topline-in:hover:after {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.topline-in {
    position: relative;
    overflow: hidden;
}
.cus-new-sec-topline-in.topline-in:after{
    position: absolute;
}
.topline-in:after {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    --bg-opacity: 1;
    background-color: #d7251d;
    background-color: rgba(215,37,29,var(--bg-opacity));
    content: "";
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    height: 3px;
}
.sub-heading-text {
    font-size: 17px;
font-weight: 500;
    color: #777;
    line-height: 1.7;
}
.single-slide-item {
    position: relative;
    background-position: center center;
    background-size: cover;
    color: #fff;
    z-index: 2;
    padding: 140px 0;
}
.covid-section:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #212B32;
    opacity: .6;
    content: "";
    z-index: -1;
}
.covid-section .covid-section-heading .section__meta {
    background-color: rgba(255,255,255,0.1);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.covid-section-heading .section__meta {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    color: #3caaf7;
    background-color: rgba(60,170,247,0.1);
    padding: 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .6px;
    margin-bottom: 19px;
    position: relative;
}
.covid-section .covid-section-heading .section__title {
    margin-top: 26px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.covid-section .section-description {
    padding-top: 26px;
}
.section-description {
    margin-bottom: 34px;
}
.section-description .section__desc {
    line-height: 30px;
    font-size: 16px;
}
.news-theme-2 a{
    text-decoration: none;
}
.custom-submain-nu-right{
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px !important;
    font-weight: 700;
    color: #000000 ;
    height: 22px;
}
.event-list-item-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    border-radius: 8px;
    margin: 10px 0;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    min-height: 40px;
}
.event-list-item-component.event-items {
    border-radius: 7px;
    padding: 0;
}
.event-list-item-component:first-child {
    margin-top: 0;
}
.rightpanel-root-layout-component.jsx-629644933 {
    max-width: 490px;
}
.rightpanel-root-layout-component, .rightpanel-root-layout-component * {
    box-sizing: border-box !important;
    outline: none !important;
}
.rightpanel-root-layout-component {
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
.rightpanel-events-calendar-component {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
    min-width: 250px;
}
.rightpanel-root-layout-component, .rightpanel-root-layout-component * {
    box-sizing: border-box !important;
    outline: none !important;
}
.rightpanel-events-calendar-component:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.rightpanel-events-calendar-header {
    margin-bottom: 30px;
}
.rightpanel-root-layout-component, .rightpanel-root-layout-component * {
    box-sizing: border-box !important;
    outline: none !important;
}
.rightpanel-events-calendar-title.jsx-4239577911 {
    color: rgb(17, 17, 17);
    font-size: 24px;
}
.rightpanel-events-calendar-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: currentColor;
    z-index: 1;
    position: relative;
}
.rightpanel-root-layout-component, .rightpanel-root-layout-component * {
    box-sizing: border-box !important;
    outline: none !important;
}
.rightpanel-events-calendar-layout {
    z-index: 1;
    position: relative;
}
.rightpanel-list-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.rightpanel-list-item:last-child {
    margin-bottom: 0;
}
.rightpanel-list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.rightpanel-list-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.rightpanel-list-item-component.jsx-979093028 {
    border-radius: 7px;
    padding: 0;
}
.rightpanel-list-item-component:first-child {
    margin-top: 0;
}
.rightpanel-list-item-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    border-radius: 8px;
    margin: 12px 0 !important;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    min-height: 40px;
}
.rightpanel-list-item-component.jsx-979093028 .rightpanel-date-element-component {
    margin-right: 0;
}
.rightpanel-list-item-date {
    margin: -20px 24px -20px -20px;
    width: 75px;
}
.rightpanel-date-element-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    align-self: stretch;
}
.rightpanel-date-element-start {
    width: 35px;
    height: 44px;
}
.rightpanel-date-element-month.jsx-1152935526, .rightpanel-date-element-day.jsx-1152935526 {
    color: rgb(244, 45, 59);
}
.rightpanel-date-element-month {
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.rightpanel-date-element-day {
    font-size: 26px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.rightpanel-list-item-infoContainer {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.rightpanel-list-item-info {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.rightpanel-list-item-info > div:first-child {
    margin-left: 0;
}
.rightpanel-list-item-infoInner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 24px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    overflow: hidden;
}
.rightpanel-list-item-infoInner div:first-child {
    margin-top: 0;
}
.rightpanel-name-component.jsx-395770372 {
    font-size: 16px;
}
.rightpanel-list-item-name {
    margin-top: 4px;
}
.rightpanel-name-component {
    font-size: 18px;
    font-weight: 600;
}
.rightpanel-list-item-locationAndTime {
    margin: 8px -4px 0;
    max-width: 100%;
}
.custom-main-rs {
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0;
}
.member-discount-section:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #212B32;
    opacity: 0.91;
    content: "";
    z-index: -1;
}
.member-discount-section .discount-section-heading .section__title {
    margin-top: 26px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.member-discount-section .discount-section-heading .section__meta {
    background-color: rgba(255,255,255,0.1);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}
.discount-section-heading .section__meta {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    color: #3caaf7;
    background-color: rgba(60,170,247,0.1);
    padding: 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .6px;
    margin-bottom: 19px;
    position: relative;
}
.member-discount-section {
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    color: #000000;
    z-index: 2;
    padding-top: 95px;
    padding-bottom: 114px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 7px !important;
    background: #869791 !important;
    opacity: 1 !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
}
.images-width img{
    width: 100%;
    height: 210px;
    max-width: 100%;
    object-fit: cover;
}
.border-primary{
    border-color: #d7251d !important;
}
.union-theme-2 {
    padding: 30px 15px;
    text-align: center;
    position: relative;
}
.union-theme-2-bg{
    -webkit-transition: -webkit-transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    -webkit-transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 9%);
    position: relative;
    margin: 10px;
}
.union-theme-2 a {
    text-decoration: none;
}
.shape-a {
    background-image: url(../images/covid/shape-a.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.hr-black {
    background-color: #000;
    opacity: .08;
}
.protect_inner .protect_list_inner {
    margin-bottom: 55px;
}
.protect_list_item .protect_list_title {
    margin-bottom: 25px;
}
.protect_list_item .protect_list_title h3 {
    font: 700 24px quicksand,sans-serif;
    color: #01cfbe;
    margin-bottom: 10px;
}
.protect_list_item .protect_list_title h6 {
    font: 400 14px quicksand,sans-serif;
    color: #9491b0;
    margin-bottom: 0;
}
.protect_list_item  ul{
    margin-left: 0
}
.protect_list_item .nav li {
    margin-bottom: 5px;
    list-style: none
}
.protect_list_item .nav li  {
    font: 500 18px quicksand,sans-serif;
    color: #444;
    position: relative;
    display: flex;
}
.protect_list_item .nav li i {
    font-size: 24px;
    color: #01cfbe;
    padding-right: 10px;
    left: 0;
    top: 1px;
}
.protect_list_item.red .protect_list_title h3 {
    color: #e4133f;
}
.protect_list_item.red .nav li  i {
    color: #e4133f;
}
.second-covid-section {
    background: #212B32 url(/static/images/covid/covidback.jpg) no-repeat 50% 50%;
    padding: 90px 0;
}
.second-covid-section:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .6;
    content: "";
    z-index: -1;
}
.covid-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 10px;
}
.logo-overlay{
    background-image: url(../images/footer/footer-logo.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: 32%;
    background-position-y: center;
    background-position-x: -50px;
    left: 0;
    top: 0;
}
.breadcrumb {
    justify-content: center;
    margin-top: 10px;
    text-transform: capitalize;
}
.breadcrumb-menu-custom ol li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.breadcrumb-menu-custom ol li:last-child {
    margin-right: 0;
}
.breadcrumb-menu-custom ol li::before {
    position: absolute;
    content: "" !important;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #ffffff;
}
.breadcrumb-menu-custom ol li:last-child::before {
    display: none;
}

.breadcrumb-menu-custom .breadcrumb-item::before {
    padding-right: 0 !important;
}
.breadcrumb-menu-custom .breadcrumb-item a {
    text-decoration: none;
}
.post-share-options {
    position: relative;
    margin-bottom: 35px;
    padding: 10px 0 0;
}
.new-article {
    position: relative;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.new-article li {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    display: inline-block;
}
.new-article li:first-child a {
    border-right: 2px solid #ededed;
}
.new-article li a {
    font-weight: 600;
    color: #999999;
    letter-spacing: 1px;
    padding: 18px 0;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    font-size: 16px;
}
.new-article li a .fa {
    font-size: 20px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
    text-transform: capitalize !important;
}
.custom-login-modal{
    border-radius: 0;
}
/* Common CSS Start */
.menu-link {
    word-break: break-word !important;
}
.menu-sub-link {
    word-break: break-word !important;
}
p{
    font-family: 'Rajdhani' !important;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 0.5rem;
}
p span {
    font-family: 'Rajdhani' !important;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 0.5rem;
}
ul li span {
    font-family: 'Rajdhani' !important;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.68;
    word-break: break-word;
}
ul li p {
    font-family: 'Rajdhani' !important;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.68;
    word-break: break-word;
}
ol li span {
    font-family: 'Rajdhani' !important;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.68;
    word-break: break-word;
}
ol li p {
    font-family: 'Rajdhani' !important;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 2;
    word-break: break-word;
}
ol li  {
    font-family: 'Rajdhani' !important;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 2;
    word-break: break-word;
}
.post-large-image img{
    max-height: 550px;
}
/* Common CSS End */
.news-style {
    padding: 2.2em 0 2.2em 0; /* Multiple news page cards vertical spacing should be equal. */
    line-height: 1.22222em;
    color: #000;
    border-style: solid;
    border-top-width: 2px;
    -moz-border-image: url(../images/news/news-border.jpg) 1 0 round;
    -webkit-border-image: url(../images/news/news-border.jpg) 1 0 round;
    border-image: url(../images/news/news-border.jpg) 1 0 round;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-image-repeat: revert;
    cursor:default;
}
.news-style:first-child{
    border: none;
}
.news-style a:hover {
    color: #111;
    text-decoration: underline;
}
.news-style a {
    color: #111;
    text-decoration: none;
}
.news-image {
    width: 100%;
    height: 170px;
    margin: auto;
    display: flex;
}
.news-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
    text-align: center;
}
@media (min-width: 56.25em){
    .news-style .alignleft {
        float: left;
    }
}
.news-style .alignleft {
    float: none;
}
.alignleft {
    float: left;
}
.news-style .alignleft img.attachment-post-thumbnail, .news-style .alignleft img.attachment-thumbnail {
    max-width: 130px;
}
@media (min-width: 43.75em){
    .news-style .alignleft img {
        float: left;
        margin: 0 15px 1em 0;
    }
}
.background-grid{
    background: url(https://i0.wp.com/elementor.zozothemes.com/egovenz/wp-content/uploads/sites/4/2020/01/row-bgimage-3.jpg) no-repeat bottom;
    background-size: 155%;
    height: 360px;
}
@media only screen and (max-width: 990px){
    .background-grid {
        background-size: auto;
    }
}
.customise-slide-panel {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    height: 50px;
}
.customise-slide-panel h6{
    align-self: center;
    display: flex;
    margin-bottom: 0;
}
.date-style{
    font-size: 12px !important;
    font-weight: 600;
    font-style: italic;
}
.description-size{
    font-size: 14px;
}
.newstitle-heading{
    font-size: 18px;
}
.top-newstitle-heading{
    font-size: 26px;
}
.elected-officals-section:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #d8d8d8;
    opacity: .6;
    content: "";
    z-index: -1;
}
.elected-officals-section .elected-officals-section-heading .section__meta {
    background-color: rgb(0 0 0 / 10%);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #212529;
    margin-bottom: 0;
}
.elected-officals-section-heading .section__meta {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    color: #3caaf7;
    background-color: rgba(60,170,247,0.1);
    padding: 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .6px;
    margin-bottom: 19px;
    position: relative;
}
.elected-officals-section .elected-officals-section-heading .section__title {
    margin-top: 26px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.elected-officals-section .section-description {
    padding-top: 26px;
}
.elected-officals--side-section .elected-officals-section-heading .section__meta {
    background-color: rgb(0 0 0 / 10%);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #212529;
    margin-bottom: 0;
}
.elected-officals-section-heading .section__meta {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    color: #3caaf7;
    background-color: rgba(60,170,247,0.1);
    padding: 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .6px;
    margin-bottom: 19px;
    position: relative;
}
.elected-officals--side-section .elected-officals-section-heading .section__title {
    margin-top: 26px;
    font-size: 45px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
    .elected-officals--side-section .elected-officals-section-heading .section__title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}
.elected-officals--side-section .section-description {
    padding-top: 26px;
}
@media only screen and (max-width: 575px){
    .top-newstitle-heading {
        text-align: center;
    }
    .responsive-style-description{
        text-align: center !important;
    }
    .date-style{
        text-align: center !important;
    }
}
/* ==== Main CSS === */
.img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}
  .img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.overlay-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.5s ease;
    border-radius: 1.25rem 1.25rem 0 0;
    z-index: 1;
}
.info .relative{
    position: relative;
    max-width: 70%;
}
.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}
.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0!important;
}
.slick-slide {
    float: left /* If RTL Make This Right */ ;
    padding: 0;
}
.hidden {
    display: none!important;
}
  /* ==== Slider Style === */
.Modern-Slider .item .img-fill{
    height:100vh;
    background:#000;
}
.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.Modern-Slider .NextArrow{
    position:absolute;
    top: 50%;
    right: 0;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
}
.Modern-Slider .NextArrow:before{
    content:'\f105';
}
.iframe_med {
    height: 230px;
}
.Modern-Slider .PrevArrow{
    position:absolute;
    top:50%;
    left: 0;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
}
.Modern-Slider .PrevArrow:before{
    content:'\f104';
}
.Modern-Slider .slick-dots{
    position:absolute;
    height:5px;
    background:rgba(255,255,255,.20);
    bottom: 0;
    width:100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type:none;
}
.Modern-Slider .slick-dots li button{
    display:none;
}
.Modern-Slider .slick-dots li{
    float:left;
    width: 0;
    height:5px;
    background:#d62828;
    position:absolute;
    left: 0;
    bottom: 0;
}
.Modern-Slider .slick-dots li.slick-active{
    width:100%;
    animation:ProgressDots 11s both;
}
.Modern-Slider .item h3{
    font: 45px/60px Rajdhani;
    color: #FFF;
    max-width: 600px;
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.Modern-Slider .item h5{
    padding: 0;
    font: 21px/30px Rajdhani;
    color: #FFF;
    max-width: 600px;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
}
.Modern-Slider .item.slick-active{
    animation:Slick-FastSwipeIn 1s both;
}
.Modern-Slider {
    background:#212B32;
}

@media only screen and (max-width: 1399px) {
    .info .relative {
        max-width: 75%;
    }
}
@media only screen and (max-width: 1199px) {
    .info .relative {
        max-width: 85%;
    }
}
@media only screen and (max-width: 992px) {
    .info .relative {
        max-width: 100%;
    }
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);}
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);}
}
@-webkit-keyframes ProgressDots{
    from {width: 0;}
    to {width:100%;}
}
@keyframes ProgressDots{
    from {width: 0;}
    to {width:100%;}
}
/* ==== Slick Slider Css Ruls === */
.slick-slider{
    position:relative;
    display:block;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}
.slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline:none
}
.slick-list.dragging{
    cursor:hand
}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    top:0;
    left:0;
    display:block;
}
.slick-track:before,.slick-track:after{
    display:table;
    content:'';
}
.slick-track:after{
    clear:both;
}
.slick-loading .slick-track{
    visibility:hidden;
}
.slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px;
}
.slick-slide.dragging img{
    pointer-events:none;
}
.slick-initialized .slick-slide{
    display:block;
}
.slick-loading .slick-slide{
    visibility:hidden;
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent;
}
/* Theme Color Start */
.text-muted {
    color: #969696 !important;
}
.text-primary {
    color: #D7251B !important;
}
.text-dark {
    color: #212B32 !important;
}
.fw-900{
    font-weight: 900;
}
.fw-800{
    font-weight: 800;
}
.fs-7{
    font-size: 1.5rem !important;
}
.fs-8{
    font-size: 0.9rem !important;
}
.fs-17px{
    font-size: 1.0625rem !important;
}
/* Custom Headings Start */
.top-heading-style {
    color: #000;
    border-style: solid;
    border-bottom-width: 2px;
    -moz-border-image: url(../images/news/news-border.jpg) 1 0 round;
    -webkit-border-image: url(../images/news/news-border.jpg) 1 0 round;
    border-image: url(../images/news/news-border.jpg) 1 0 round;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image-repeat: revert;
    padding-bottom: 30px;
}
.heading-style:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -10px;
    width: 4px;
    height: 22px;
    background: #d9534f;
}
.heading-style:after {
    position: absolute;
    content: "";
    top: -2px;
    left: -7px;
    width: 22px;
    height: 4px;
    background: #d9534f;
}
@media only screen and (max-width: 575px){
    .heading-style:before {
        position: absolute;
        content: "";
        top: -2px;
        left: -10px;
        width: 4px;
        height: 22px;
        background: #d9534f;
        display: none;
    }
    .heading-style:after {
        position: absolute;
        content: "";
        top: -2px;
        left: -7px;
        width: 22px;
        height: 4px;
        background: #d9534f;
        display: none;
    }
}
/* Custom Headings End */
.form-group .custom-label {
    margin-bottom: 5px;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    padding: 10px 5px;
    color: #000000;
}
.custom-label {
    margin-bottom: 5px;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    padding: 10px 5px;
    color: #000000;
}
.kt-avatar-edit {
    padding: 20px;
    border-radius: 100%;
}
/*Profile page css start*/
.feature-box-02 {
    overflow: hidden;
    transition: .3s;
}
.feature-box-02:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.feature-box-02 .icon {
    width: 50px;
    text-align: center;
}
.feature-box-02 .media-body {
    padding-left: 15px;
}
.feature-box-02 h6 {
    color: #000000;
    margin: 0 0 5px;
    font-size: 18px;
}
.feature-box-02 p {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
}
.info-divider::after {
    content: url(../images/profile/divider-2.png);
    float: right;
    align-self: center;
}
.info-divider::before, .info-divider::after {
    display: inline-block;
    vertical-align: middle;
}
.info-divider:last-child::after  {
    display: none;
}
.actions-buttons-bce-responsive{
    display: none;
}
@media only screen and (max-width: 1199px){
    .margin-minus-responsive {
        margin-bottom: 0 !important;
    }
    .actions-buttons-bce-responsive{
        display: block;
    }
    .actions-buttons-bce{
        display: none;
    }
    .main-member-info--sub-section {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 990px){
    .main-member-info--sub-section {
        height: auto;
    }
}
.profile-info-text-style{
    font-size: 16px !important;
    color: #484848 !important;
    font-weight: 500;
}
.tab-edit-profile{
    top: -34px;
}
.accordion > dt > a {
    border: none;
}
.accordion > dt > a.active {
    color: #000;
    border-color: #ddd;
    background-color: transparent;
    border: none;
}
.accordion > dt > .accordion-arrow:after {
    content: "\f067" !important;
    top: 32%;
    color: #000;
}
.accordion > dt > .accordion-arrow.active:after, .accordion > dt > .accordion-arrow.active:hover:after {
    content: "\f068" !important;
    color: #000;
}
.accordion > dt > .accordion-arrow:hover {
    background-color: transparent;
    border: none;
}
.profile-label-bg {
    padding: 1rem 1.5em !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    margin-bottom: 0;
}
.profile-answer-bg {
    background: #f8f8f8a1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    text-transform: capitalize;
}
.industry-word-break{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.icon-btn{
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: #d7251d;
    border: none;
    color: #000;
    font-size: 21px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 1;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 31%);
    align-items: center;
    justify-content: center;
    display: flex;
}
.icon-btn:hover {
    opacity: 1;
    text-decoration: none;
}
.icon-btn:focus:not(:focus-visible) {
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 31%) !important;
}
@media only screen and (max-width: 560px){
    .mobile-view{
        display: flex !important;
    }
    .mobile-view p{
        text-align: center !important;
        margin: 15px 0;
    }
    .mobile-view .divider{
        display: none;
    }
}
/*Profile page css end*/
/* Theme Color End */
/* Event Calendar Start */
.fc .fc-button-primary {
    background-color: #000000 !important;
    border-color: #ffffff !important;
    padding: 10px 24px !important;
    color: #fff !important;
}
.fc-toolbar-title {
    font-size: 1.50em;
}
.fc-col-header {
    background-color: #F3F3F3;
    border: 1px solid #e8e7e7;
}
.fc-col-header-cell-cushion {
    font-size: 20px !important;
    font-weight: normal;
    text-decoration: none;
    padding: 6px 0 !important;
}
.fc-daygrid-day-number {
    text-decoration: none;
    font-size: 16px;
}
.fc-dayGridMonth-button.fc-button-primary {
    background-color: #383737 !important;
}
.fc-timeGridWeek-button.fc-button-primary {
    background-color: #565555 !important;
}
.fc-timeGridDay-button.fc-button-primary {
    background-color: #717171 !important;
}
.fc-listWeek-button.fc-button-primary {
    background-color: #9a9999 !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: none !important;
}
.fc .fc-button-primary:focus {
    box-shadow: none !important;
    background-color: #000 !important;
}
.fc .fc-button:disabled {
    opacity: 0.25 !important;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(243, 243, 243, 10) !important;
}
.fc-list-event-dot {
    border: 5px solid #fff !important;
}
tr.fc-list-event.fc-event {
    background: #3788d8;
    color: #fff;
}
.fc .fc-timegrid-col.fc-day-today{
    background-color: rgba(243, 243, 243, 10) !important;
}
.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event {
    font-size: 17px;
    color: #ffffff;
    line-height: 2.2;
    padding: 2px 6px;
    box-shadow: none;
    border: 0 solid #ffffff!important;
    border-radius: 4px !important;
}
.fc-direction-ltr .fc-daygrid-event{
    margin: 2px 0 !important;
}
.fc-direction-ltr .fc-list-day-text {
    text-decoration: none;
}
.fc-direction-ltr .fc-list-day-side-text {
    text-decoration: none;
}
.fc-theme-standard .fc-list-day-cushion {
    background-color: #fff !important;
}
.fc .fc-list-event:hover td {
    background-color: #4496e6 !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px;
    font-size: 14px;
    color: black;
    line-height: 1.6;
    padding: 2px 6px;
    box-shadow: 5px 5px 7px rgb(33 33 33 / 8%);
    border: 3px solid #ffffff!important;
}
a.fc-timegrid-event.fc-v-event.fc-event.fc-event-start.fc-event-end.fc-event-today.fc-event-future {
    background-color: #024bd9;
}
.fc-day-sun {
    background-color: #f7f7f7;
}
.fc-day-sun .fc-daygrid-day-number, .fc-day-sun .fc-col-header-cell-cushion {
    color: #ea3c34 !important;
}
.fc-day-today .fc-daygrid-day-top {
    background: #000000;
    border-radius: 171px;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
}
.fc-day-today .fc-daygrid-day-number {
    color: #fff;
    align-self: center;
}
.fc-daygrid-day-top a:hover {
    color: #888;
    text-decoration: none;
}
.fc .fc-daygrid-day-top {
    display: inherit !important;
    flex-direction: row-reverse;
    justify-content: left;
}
.fc th {
    text-align: left !important;
}
.fc-scrollgrid-sync-inner {
    padding: 5px 15px;
}
.fc-daygrid-day-number {
    font-size: 20px;
}
fc-scroller::-webkit-scrollbar {
    display: none;
}
@media only screen and (max-width: 560px){
    .fc-scrollgrid-sync-inner {
      padding: 5px;
    }
}
@media only screen and (max-width: 425px){
    .fc-daygrid-event {
        padding: 2px 0 !important;
        height: 30px;
        justify-content: center;
    }
    .fc-event-title {
        display: none;
    }
}
/* Event Calendar end */
/* Custom form group css start */
.select2-container .select2-selection--single{
    height:34px !important;
}
.select2-container--default .select2-selection--single{
     border: 1px solid #ccc !important;
     border-radius: 0 !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.8rem .85rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
   -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
    border-color: #fff !important;
    outline: 0;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    background-clip: padding-box;
    border: 0 !important;
    -webkit-appearance: none;
    line-height: 1.5;
    border-radius: 6px !important;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%) !important;
    padding: 0.8rem .85rem;
    height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
    color: #757585 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    position: absolute !important;
    top: -1px !important;
    right: 15px !important;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #757585 transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
}
.select2-search [type=search] {
    outline-width: 0;
}
.select2-dropdown {
    border: 0 !important;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important;
    color: #757585 !important;
}
/* Custom form group css end */
.union-style span{
    text-align: center !important;
}
.tab-scroll {
    max-height: 460px;
    position: relative;
}
.tab-item:first-child {
    position: sticky;
    width: 100%;
    z-index: 9;
    top: 0;
    background: #f3f3f3;
}
.mailto-message{
    display: none;
}
.member-comingsoon {
    margin: auto;
    width: 440px;
}
/* Checkbox and Radio Button Styling Start */
.clock-icon {
    position: relative;
}
.clock-icon::-webkit-calendar-picker-indicator {
    width: 14px;
    height: 14px;
    background: url(../images/icon/clock-2.svg) no-repeat;
    background-size: cover;
}

.date-color{
    color: #79797d;
}
/* Checkbox and Radio Button Styling Start */
.slider-overlay{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    z-index: 0;
    align-self: center;
}
.slider-text h3{
    font: 45px/60px Rajdhani;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.slider-text h5{
    margin: auto;
    padding: 0;
    font: 15px/30px Rajdhani;
    color: #FFF;
    max-width: 600px;
    overflow: hidden;
    height: 60px;
}
.description_popup{
    word-break: break-word;
}
@media only screen and (max-width: 991px){
    .slider-container-responsive{
        width: 100%;
        max-width: 100%;
    }
}
/* Stay Connected Social Media page Start */
.rightpanel-list-item-icon{
    width: 70px;
    margin: -16px 0 -16px -17px;
    border-radius: 7px;
}
.list-item-txt {
    display: block;
    font-size: 12px;
    color: #ADAAAA;
    line-height: 12px;
}
.rightpanel-list-item-component.social_icon {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 20%;
}
.facebook{
    background-color: #3B5998;
}
.twitter{
    background-color: #1DA1F2;
}
.tiktok{
    background-color: #000000;
}
.youtube{
    background-color: #ff0000;
}
.viemo{
    background-color: #19b7ea;
}
.linkedin{
    background-color: #0E76A8;
}
.behance{
    background-color: #000000;
}
.feed{
    background-color: #ee802f;
}
.skype{
    background-color: #0078d7;
}
.blogger{
    background-color: #fc4f08;
}
.dribble{
    background-color: #EA4C89;
}
.google-photos{
    background-color: #1a73e8;
}
.paypal{
    background-color: #2997d8;
}
.wordpress{
    background-color: #21759b;
}
.tumblr{
    background-color: #121F37;
}
.instagram{
    background-color: #E1306C;
}
.myspace{
    background-color: #012F9E;
}
.deviantart{
    background-color: #05cc46;
}
.link{
    background-color: #a1a1a1;
}
.pinterest{
    background-color: #b7071b;
}
.get-pocket{
    background-color: #e7132f;
}
.flickr{
    background-color: #1160d4;
}
/* Stay Connected Social Media page end */
/* Work Schedule page start*/
.schedule-table-btn{
    padding: 6px 8px;
    border-radius: 2px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
}
.schedule-table-btn-success{
    background: #e6f8f3;
    color: #0abb87;
}
.schedule-table-btn-success:hover, .schedule-table-btn-success:active, .schedule-table-btn-success:focus{
    background: #0abb87;
    color: #ffffff;
}
.schedule-table-btn-danger{
    background: #ffebf1;
    color: #fd397a;
}
.schedule-table-btn-danger:hover, .schedule-table-btn-danger:active, .schedule-table-btn-danger:focus{
    background: #fd397a;
    color: #ffffff;
}
.schedule-table.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(0 0 0 / 1%);
}
.schedule-table.table>tbody {
    vertical-align: middle !important;
}
/* Work Schedule page end*/
/* slider pagination */
@media only screen and (max-width: 480px){
    .owl-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 4px 4px !important;
    }
}
/* slider pagination */
/* Footer responsive css*/
@media only screen and (max-width: 991px){
    .footer {
        padding-bottom: 0 !important;
    }
    .footer-icon{
        width: 140px !important;
    }

    .footer-info-menu{
        justify-content: center;
    }
}
@media only screen and (max-width: 550px){
    .mobile-sub-footer .container {
        display: block !important;
    }
    .mobile-sub-footer .footer-text {
        font-weight: 600;
        font-size: 15px !important;
        display: block !important;
        line-height: 1;
        position: relative;
        bottom: 4px;
    }
    .footer {
        padding-bottom: 0 !important;
    }
    .footer-icon{
        width: 140px !important;
    }
    .footer-info-menu li{
        display: none;
    }
}
@media only screen and (max-width: 576px){
    .slider-overlay {
        display: none;
    }
}
/* Footer responsive css*/
@media only screen and (max-width: 769px){
    .mobile-section-padding {
        padding: 180px 0 80px !important;
    }
}
@media only screen and (max-width: 569px){
    .custom-justify-content-bet-cen {
        justify-content: end;
    }
}
.profile-login-img{
    width: 44px;
    height: 44px !important;
    margin: 4px;
    object-fit: cover;
    border-radius: 50px;
}
.login_button_custom{
    text-decoration: none !important;
}
/* Organize my workplace start */
.select2-container {
    width: 100% !important;
}
/* Organize my workplace end */
/* Multiple Weblink start */
.multiple-weblink-panel{
    height: 70px;
}
.multiple-weblink-icon {
    border-radius: 7px;
    width: 70px;
    text-align: center;
    background: #000;
    height: 100%;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
}
.social-custom-margin {
    margin-top: 12px !important;
}
.text-decoration-none{
    text-decoration: none;
}
.weblink-backgound_icon {
    background-image: url(/static/images/social-icon/link.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 15%;
}
/* Multiple Weblink start */
.page-section:nth-of-type(odd) {
    background-color: #F8F8F8;
}
.page-section:nth-of-type(even) {
    background-color: #ffffff;
}
.view-all-btn{
    display: block;
    margin-top: 10px;
    color: #a1a1a1 !important;
    font-size: 14px !important;
}
img.show_password {
    cursor: pointer;
}
.custom-lh-initial{
    line-height: initial;
}
.icon-s-23{
    font-size: 23px !important;
}
/*member only login custom css modal start*/
.modal-header.custom-modal-header{
    border: none;
    height: 190px;
}
.modal-content .modal-body.custom-modal-body{
    margin-top: -144px;
}
/*member only login custom css modal end*/
.contactus-form-padding{
    padding: 2rem 0;
}
/* Stay connected link listing page css */
.stay-connected-card-link .rightpanel-list-item-icon {
    width: 90px;
    margin: -16px 0 -16px -17px;
    border-radius: 0;
    padding: 40px 0;
}
.stay-connected-card-link .rightpanel-name-component {
    font-size: 22px;
    line-height: initial;
}
.stay-connected-card-link .list-item-txt {
    font-size: 14px;
    line-height: 26px;
}
/* Multiple Weblink start */
.multiple-weblink-panel{
    height: 70px;
}
.multiple-weblink-icon {
    border-radius: 7px;
    width: 70px;
    text-align: center;
    background: #000;
    height: 100%;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
}
.social-custom-margin {
    margin-top: 12px !important;
}
.text-decoration-none{
    text-decoration: none;
}
.weblink-backgound_icon {
    background-image: url(/static/images/social-icon/link.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 15%;
}
/* Multiple Weblink start */
.page-section:nth-of-type(odd) {
    background-color: #F8F8F8;
}
.page-section:nth-of-type(even) {
    background-color: #ffffff;
}
.view-all-btn{
    display: block;
    margin-top: 5px;
    color: #A1A1A1 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
img.show_password {
    cursor: pointer;
}
.custom-lh-initial{
    line-height: initial;
}
.icon-s-23{
    font-size: 23px !important;
}
/*member only login custom css modal start*/
.modal-header.custom-modal-header{
    border: none;
    height: 190px;
}
.modal-content .modal-body.custom-modal-body{
    margin-top: -144px;
}
/*member only login custom css modal end*/

/*Stay Connected section theme 1 start*/
.stay-connected-bg{
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    color: #000000;
    z-index: 2;
    padding-top: 95px;
    padding-bottom: 114px;
}
.stay-connected-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.85;
    content: "";
    z-index: -1;
}
.stay-connect-bg-2{
    position: relative;
    background-position: left top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 2;
    padding-top: 95px;
    padding-bottom: 114px;
}
.stay-connected-card .rightpanel-list-item-icon {
    width: 90px;
    margin: -16px 0 -16px -17px;
    border-radius: 0;
    padding: 48px 0;
}
.stay-connected-card .rightpanel-name-component {
    font-size: 22px;
}
.stay-connected-card .list-item-txt {
    font-size: 14px;
}
.stay-connected-card .rightpanel-list-item-component {
    margin: 12px !important;
}
/*Stay Connected section theme 1 end*/

/*Gallery section theme 2 start*/
.gallery-slider .gallery-show-all {
    margin: 0 10px;
}
.gallery-content-wrapper{
    height: 100px;
}
/*Bill section theme 2 start*/
.bill-card-box .custom-img-box {
    height: 350px;
    position: relative;
}
.bill-card-box .custom-img-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, #EA3C34 195%)!important;
}
.bill-txt-box h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.bill-txt-box {
    position: absolute;
    bottom: 0;
    padding: 12px 25px;
    font-size: 16px;
    height: 80px;
    background-color: #000000ad;
    color: #fff;
    width: 100%;
}
.bill-card-box .view-all-btn {
    display: block;
    margin-top: 2px;
    color: #FFFFFF !important;
}
.bill-card-box .view-all-btn:hover {
    color: #dadada !important;
}
/*Web links section theme 1 and 2 start*/

.web-links-sec .multiple-weblink-icon {
    width: 90px;
    padding: 30px;
}
.web-links-sec .rsvp-text {
    border-bottom: none;
    background-color: #fff;
    width: 96%;
    margin: auto;
    margin-bottom: 10px;
}
.web-links-sec .rsvp-text .custom-submain-hs {
    font-size: 18px;
    font-weight: 500;
}
.rsvp-text.multiple-weblink-panel .custom-submain-hs {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    padding: 0 15px;
    height: 50px;
    display: grid;
    overflow: hidden;
    align-items: center;
}
.link-sec-t2-bg{
    position: relative;
    background-position: top left, bottom right !important;
    background-size: auto, auto !important;
    background-repeat: no-repeat, no-repeat !important;
}
a.fc-timegrid-event.fc-v-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
    background-color: white !important;
}
.fc-timegrid-event.fc-v-event.fc-event.fc-event-start.fc-event-end.fc-event-past .fc-event-title.fc-sticky{
    color: black;
}
.fc-timegrid-event.fc-v-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
    background-color: white !important;
    border: 1px solid #d5d7db !important;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 12%) !important;
    padding:3.2px;
    border-radius: .45rem;
}
.fc-timegrid-event.fc-v-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
    background-color: #3788D9 !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 12%) !important;
    border-radius: 0.35rem;
    padding: 2px 4px;
    width: 100%;
    color: #ffffff !important;
}
/*-- Event calendar one day event css --*/
.fc-daygrid-dot-event .fc-event-title {
    cursor: pointer;
}
/*-- Event calendar one day event css end --*/
.text-bg-box{
    width: fit-content;
    margin: 0 auto;
    animation:fadeInDown 1s both 1s;
}
.text-bg-box h3{
        text-shadow: 3px 4px 0 rgb(0 0 0);
}
.text-bg-box-iframe{
    width: fit-content;
    margin: 0 auto;
    animation: fadeInDown 1s both 1s;
    padding-top: 10% !important;
    padding-right: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 10% !important;
    background-color: rgba(0,0,0,0.5);
}
.description-bg-box{
    padding-top: 1% !important;
    padding-right: 2% !important;
    padding-bottom: 1% !important;
    padding-left: 2% !important;
    background-color: rgba(0,0,0,0.3);
}
.relative-iframe{
    position: relative;
    max-width: 70%;
    margin: 0;
}
@media only screen and (max-width: 1400px) {
    .text-bg-box-iframe {
        padding-top: 10% !important;
        padding-right: 0% !important;
        padding-bottom: 10% !important;
        padding-left: 0% !important;
    }
}
@media only screen and (max-width: 1200px) {
    .relative-iframe {
        max-width: 70%;
    }
    .text-bg-box-iframe {
        padding-top: 10% !important;
        padding-right: 5% !important;
        padding-bottom: 10% !important;
        padding-left: 5% !important;
    }
}
@media only screen and (max-width: 1102px){
    .Modern-Slider .item h3{
        font-size: 49px;
    }
}
@media only screen and (max-width: 986px){
    .Modern-Slider .item h3{
        font-size: 43px;
    }
}
@media only screen and (max-width: 871px){
    .Modern-Slider .item h3{
        font-size: 40px;
    }
}
@media only screen and (max-width: 871px){
    .Modern-Slider .item h3{
        font-size: 38px;
    }
}
@media only screen and (max-width: 790px){
    .relative-iframe {
        max-width: 75%;
    }
}
@media only screen and (max-width: 767px){
    .relative-iframe {
        max-width: 100%;
    }
}
@media only screen and (max-width: 500px){
    .relative-iframe {
        max-width: 100%;
    }
}
@media only screen and (max-width: 475px){
    .relative-iframe {
        max-width: 99%;
    }
    .Modern-Slider .item h3{
        font-size: 51px;
    }
}
@media only screen and (max-width: 440px){
    .relative-iframe {
        max-width: 105%;
    }
    .Modern-Slider .item h3{
        font-size: 48px;
    }
}
@media only screen and (max-width: 420px){
    .relative-iframe {
        max-width: 105%;
    }
    .Modern-Slider .item h3{
        font-size: 45px;
    }
}
@media only screen and (max-width: 420px){
    .relative-iframe {
        max-width: 105%;
    }
    .Modern-Slider .item h3{
        font-size: 40px;
    }
}
/*---Check box aligned and size----*/
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 1.2em;
    height: 1.2em;
}
.gallery-icon-image{
    position: absolute;
    padding: 15px 15px;
    right: 0;
    top: 0;
    color: white;
    font-size: 16px;
    display: flex;
}
.custom-bgImg-set-th2{
    background-image: url("/static/images/singlePost/theme2Bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    background-attachment: local;
}
.wv-single-post-content .nu-section-text p {
    font-family: 'Rajdhani' !important;
    font-size: 17px;
    color: #484848;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.3;
    word-break: break-word;
}
.wv-single-post-content .nu-section-text h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-weight: 500;
}
.wv-single-post .custom-main-hs {
    color: #000000;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
}
.wv-single-post-image {
    overflow: hidden;
    width: 500px;
    padding: 0 0 28px 50px;
}
.wv-single-post-image-home-section {
    overflow: hidden;
    width: 500px;
    padding: 0 50px 28px 0;
}
.inner-content-width{
    width: 450px !important;
}
.wv-single-post-image img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.wv-single-post-image-home-section img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.wv-single-post-content .nu-section-text p:last-child {
    margin-bottom: 0;
}
.wv-single-post-image-home-section .nu-section-text p:last-child {
    margin-bottom: 0;
}
.nu-section-text p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px){
    .custom-bgImg-set-th2{
       background-image: none;
    }
}
/*--Responsive mobile css start--*/
input.menu-checkbox {
  display: none !important;
}
/*----- max width will work within 992 : like 991 to 0 */
@media only screen and (max-width: 991px) {
    .lang-mb-dropdown{
        padding: 0;
    }
    .lang-mb-dropdown li {
        display: flex;
        padding: 0;
    }
    .lang-mb-dropdown a:hover {
        text-decoration: underline !important;
    }
    .language-dropdown.dropdown-content{
        display: none;
        position: absolute;
        min-width: 140px;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
        z-index: 1;
    }
    .language-dropdown.dropdown-content .show {
        display: block;
    }
    .drop-content {
        display: none;
        position: absolute;
        top: 27px;
        right: 0;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index:9999;
    }
    .language-dropdown.drop-content{
        display: none;
        position: absolute;
        min-width: 180px;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
        z-index: 1;
    }
    .language-dropdown-img {
        width: 24px;
        height: 24px !important;
        object-fit: cover;
        border-radius: 50px;
    }
    .language-dropdown.dropdown-content {
        right: 0;
        top: 25px;
    }
}
.language-dropdown-img {
    width: 44px;
    height: 44px !important;
}
.language-dropdown.dropdown-content {
    right: 0;
    top: 71px;
}

.rsvp-dropdown-style{
    background: #efefef !important;
    border-radius: 30px;
    padding: 10px 16px !important;
    height: 44px;
}
.rsvp-dropdown-style img{
    width: 20px;
    margin-right: 10px;
}
.notification-style {
    position: relative;
    background: #efefef !important;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.notification-counter{
    background: #D0310E;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 27px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.notification-img {
    width: 35px;
    height: 35px;
}
.notification-img img {
    width: 100%;
    height: 100%;
}

.language-dropbtn::after {
    content: "";
    border-top: 0.4em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    color: #fff;
    margin-bottom: -4px;
}
.footer-info-menu li {
    padding-right: 10px;
    align-self: center;
    line-height: normal;
    margin-right: 10px !important;
    position: relative;
    display: inline-block;
}
.footer-info-menu li:last-child {
    border-right: 0 !important;
}
.item-footer-md {
    border-top: 1px dashed #dedede;
    padding: 0.5rem 1rem;
    text-align: center;
    background: #f8f8f8;
    align-items: center;
}
@media only screen and (max-width: 351px){
        .mobile-view.nav-d-separator {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }
        .mobile-view {
            padding: 0 !important;
        }
    }
@media only screen and (max-width: 274px) {
    .nav-cus-logo-wrap .logo {
        max-width: 350px;
        height: 55px;
    }

    .cus-main-menu .container-fluid{
        padding: 0 15px;
    }
}
.custom-bgImg-set-th2{
    background-image: url("/static/images/singlePost/theme2Bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    background-attachment: local;
}
@media only screen and (max-width: 1326px){
    .cus-main-menu .nav-d-separator {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .nav-separator {
        margin-left: 10px;
        margin-right: 10px;
    }

    .custom-canvas-height-set .other_menu .cus-mainmenu-dropbtn {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        margin-right: 0.2rem!important;
        margin-left: 0.2rem!important;
    }
}
@media only screen and (max-width: 1226px){
    .nav-cus-logo-wrap .logo {
        max-width: 220px;
        height: 70px;
    }
}

@media only screen and (max-width: 500px) {
.home-main-hs:before {
    display: none;
}
.home-main-hs:after {
   display: none;
}
}
@media only screen and (max-width: 344px){
    .nav-cus-logo-wrap .logo {
        max-width: 175px !important;
        height: 95px;
    }
}
@media only screen and (max-width: 299px){
    .nav-cus-logo-wrap .logo {
        max-width: 150px !important;
        height: 95px;
    }
}
.align-items-center {
    align-items: center!important;
    -webkit-align-items: center !important;
}
.custom-bgImg-set-th2{
    background-image: url("/static/images/singlePost/theme2Bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    background-attachment: local;
}
@media (min-width: 991px){
    .copy-right-margin{
        margin-bottom: 0;
    }
}
@media (max-width: 991px){
    .copy-right-margin{
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 400px){
    .top-left-panel {
        padding-right: 0;
    }
}
.section-white-overlay{
    position: absolute;
    background: #ffffff9c;
    height: 100%;
    width: 100%;
    top: 0;
}
#main_slider {
    height: 100vh;
}
.slider_tall {
    height: 100vh !important;
}
.slider_medium {
    height: 75vh !important;
}
.slider_small {
    height: 50vh !important;
}
.overlay_tall {
    height: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.overlay_medium {
    height: 39vh;
    display: flex;
    justify-content: center;
    margin: 14vh 0 0;
}
.img-fill img {
    height: inherit;
}
/*Gallery updated theme styling*/
.items_t1 {
    padding: 2px !important;
}
.gallery_new_theme.custom-img-box.gallery-box::before {
    display: none
}
.ur_card {
    height: 170px !important;

}

.display_none{
    display: none;
}
.display_none_home_hs{
    display: none;
}