/* .search-container {
    border: solid 1px #D1D3D4;
    padding: 20px;
    margin-bottom: 20px;
} */
.search-container {
    border: solid 1px #D1D3D4;
    padding: 20px;
    margin-bottom: 20px;
    width: 400px;
    margin: auto;
}

.search-container #search-input {
    margin: auto !important;
    display: flex;
}

.search-container .alphabet-links {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    margin-bottom: 0;
}

.search-container .alphabet-links a.alphabet-link {
    color: #333;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    cursor: pointer;
    border: 1px dotted #d4d4d4;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 2.8em;
    text-indent: 13px;
}

.search-container .alphabet-links a.alphabet-link:hover {
    /* background-color: #ccc; */
    font-weight: bolder;
}

.search-container .alphabet-links a.alphabet-link.active {
    /* background-color: #ccc; */
    font-weight: bolder;
}

#no-results-message {
    font-size: 20px;
    font-weight: 600;
    margin: 21px;
}



.footer-logo img {
    width: 95px;
}

/* menu css  */
#mega-menu-wrap-main-menu #mega-menu-main-menu {
    /* text-align: left; */
    /* padding: 0px 0px 0px 0px; */
    display: flex;
    /* margin-left: 50px; */
    justify-content: left;
    padding-left: 125px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    margin-top: -8px !important;
    margin-left: 35px !important;
}

.header_menu.animated.slideInDown #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
    font-weight: 600 !important;
    letter-spacing: .45px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    /* margin-top: 25px !important; */
    margin-top: 40px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 0px !important;
}

html body #mega-menu-main-menu li:first-child a {
    margin-left: 0px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item:first-child a {
    margin-left: 0px !important;
}

#mega-menu-main-menu li a:hover {
    color: #222 !important;
}

#mega-menu-wrap-main-menu .mega-menu-item-has-children .mega-sub-menu .mega-menu-item a {
    transition: all 0.5s !important;
}

#mega-menu-wrap-main-menu .mega-menu-item-has-children .mega-sub-menu .mega-menu-item a:hover {
    /* padding-left: 5px !important; */

    /* font-weight: 700; */
    font-weight: 500;
    color: #285580;
    transition: all 0.5s !important;
}

.gt_container--s4h3uc .gt_switcher {

    font-size: 12px;
    width: 110px !important;

}

.gt_container--txxc9i .gt_switcher .gt_selected a {
    width: 110px !important;
}

.gtranslate_wrapper .gt_switcher a {
    font-size: 12px !important;

}

.gtranslate_wrapper .gt_switcher {

    font-size: 12px;

    width: 110px !important;

    margin-top: -3px !important;
}

.gtranslate_wrapper .gt_switcher {
    width: 110px !important;
}

.gtranslate_wrapper .gt_switcher .gt_selected a {
    width: 110px !important;
    padding: 0px 3px !important;
}

.what-we-do-sec .highlight-right-head {
    margin-bottom: 25px !important;
}

.highlight-right-head {
    margin-bottom: 20px;
}

.highlight-right-head h3 {
    /* color: #999; */
    position: relative;
    margin-bottom: 20px;
    font-size: 16.5px !important;
    color: #CC0000;
}

.highlight-right h4 {
    font-size: 14px;
}

.read-more-button a {
    font-size: 12px;
}

.highlight-right-head h3:before {
    position: absolute;
    content: '';
    background-color: #999;
    width: 100%;
    height: 1px;
    bottom: -10px;
}

.custom-head h3 {
    /* color: #00000091 !important; */
    padding: 10px 0px;
    margin: 20px 0px;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    color: #222 !important;
}

.custom-head h3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #D1D3D4;
}

.custom-head h3::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #D1D3D4;
}

.editContent.text {
    padding: 0px 0px 15px 0px;
}

.editContent.text p {
    padding: 5px 0px !important;
}

.editContent.text h1,
.editContent.text h2,
.editContent.text h3,
.editContent.text h4,
.editContent.text h5,
.editContent.text h6 {
    padding: 10px 0px !important;
}

.editContent.text ul,
.editContent.text ol {
    padding: 10px 0px !important;
    padding-left: 30px !important;
}

.editContent.text ul li {
    list-style: disc !important;
    font-size: 16px !important;
}

.editContent.text ol li {
    list-style: auto !important;
    font-size: 16px !important;
}

.banner-custom h1 {
    /* position: absolute;
    top: 40px;
    left: 60px;
    right: 30px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 28px;
    width: fit-content;
    height: fit-content;
    font-size: 40px; */


    position: absolute;
    top: 40px;
    /* top: 50%; */
    /* left: 25px; */
    right: 25px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 28px;
    width: fit-content;
    height: fit-content;
    /* font-size: 40px; */
    font-size: 43px;
    text-align: right;
    width: 90%;
}

.cms-qc-list-item span {
    color: #687188 !important;

}

.our-location .location-head {
    width: 100%;
    /* height: 480px; */
}

.viewall {
    /* position: absolute;
    bottom: 3%;
    right: 7%; */
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: cover;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: white;
    border: 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    /* height: 400px; */
    height: fit-content !important;
    max-height: fit-content !important;
    /* overflow-y: scroll; */
    /* max-height: 400px; */
}

.mega-sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mega-sub-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.mega-sub-menu::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

@media screen and (min-width:1400px) {
    .our-location .location-head {
        width: 100%;
        /* height: 585px; */
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .our-location .location-head {
        width: 100%;
        height: auto;
    }

    .event-details .viewall {
        position: static;
    }

    .our-location .location-heading {
        width: 30% !important;
        margin-right: 20px;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:767px) {
    .event-details .viewall {
        position: static;
    }

    .our-location .location-head {
        width: 100%;
        height: auto;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        z-index: 999;
        border-radius: 0;
        background: white;
        border: 0;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 100%;
        max-width: none;
        left: 0;
        height: auto !important;
        overflow-y: scroll;
        max-height: max-content !important;
    }

    .contact-row {
        flex-direction: column !important;
        padding: 0px 10px !important;
    }

    .our-location .location-heading {
        width: 100% !important;
        margin: 10px 0px !important;

    }

}


.acr-details .panel-title a {
    display: block;
    padding: 0px !important;
}

/* footer.css file starts  */
/* Footer Area css

============================================================================================ */
.footer-section {
    width: 100%;
    float: left;
    /* background: url(../../img/footer-bg.jpg) left top no-repeat; */
}

.footer_area {
    width: 100%;
    float: left;
    /* background:#ffffffed;*/
    background-color: #416A93;
    padding-top: 25px;
}

.footer-about {
    width: 100%;
    float: left;
}

.footer-widget {
    width: 100%;
    float: left;
}

.footer-link {
    width: 100%;
    float: left;
}

.footer-link ul {
    list-style: none;
}

.footer-link ul li {
    padding: 3px 0px;
}

.footer-link ul li a {
    font-size: 12px;
    /* color: #29241f;*/
    color: #fff;
    font-weight: 500;
    transition: all 0.5s ease;
}

.footer-link ul li a:hover,
.footer-link ul li a:focus {
    color: #fff;
    padding-left: 2px;
}

.footer_widget {
    /*padding-bottom: 50px;*/
    padding-bottom: 25px;
}

.padd-l-70 {
    padding-left: 70px;
}

.f_title {
    padding-bottom: 35px;
}

.f_title h3 {
    display: inline-block;
    font-family: 'Prata', serif;
    font-size: 20px;
    color: #29241f;
    font-weight: 600;
    position: relative;
}

/*.f_title h3:before {
    content: "";
    width: 55%;
    height: 2px;
    background: #cdcdcb;
    position: absolute;
    left:-1px;
    bottom: 0px;
}*/
.about_widget img {
    max-width: 100%;
}

.about_widget p {
    font-size: 16px;
    line-height: 24px;
    color: #c5c5c5;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .48px;
    padding: 25px 0px 15px 0px;
}

.about_widget .f_r_link {
    font-size: 15px;
    color: #ffce30;
}

.about_widget .f_r_link:hover {
    text-decoration: underline;
}

.f_social {
    width: 100%;
    /* float: left; */
    margin-top: 15px;
    text-align: left;
}

.f_social li {
    display: inline-block;
    margin-right: 0px;
    width: 34px;
    height: 34px;
    background: transparent;
    /* border: 1px solid #7d7e7f;*/
    border: 1px solid #fff;
    border-radius: 70px;
    text-align: center;
    line-height: 34px !important;
}

.f_social li a {
    /*color:#7d7e7f;*/
    color: #fff;
    s font-size: 16px;
    -webkit-transition: all 100ms linear 0s;
    -o-transition: all 100ms linear 0s;
    transition: all 100ms linear 0s;
}

.f_social li:last-child {
    margin-right: 0px;
}

.f_social li a:hover {
    color: #FFF;
    width: 36px;
    height: 36px;
    border-radius: 70px;
}

.f_social li:hover {
    background: #416A93;
    border: 1px solid #cca858;
}

.f_social li:hover a {
    color: #FFF;
}

.contact_widget .contact_inner .media {
    margin-top: 15px;
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0px;
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px;
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 22px;
    color: #fdcc2f;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px;
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #c5c5c5;
    font-size: 18px;
    /*font-weight: bold;*/
}

.footer-address {
    width: 100%;
    height: 100%;
    float: left;
}

.footer-address ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-address ul li {
    padding: 4px 0px;
    font-size: 15px;
    color: #29241f;
    font-weight: 500;
}

.footer-address ul li a {
    display: block;
    font-size: 16px;
    color: #29241f;
    font-weight: 500;
}

.footer-address ul li:last-child .media-left {
    font-size: 22px;
}

.media-left {
    padding-right: 15px;
    font-size: 30px;
    color: #cca858;
}

.media-left,
.media-right,
.media-body {
    vertical-align: middle;
}

.footer-address ul li p {
    color: #29241f;
    font-size: 16px;
}

.subscribe-newsletter {
    width: 100%;
    float: left;
}

.subscribe-newsletter h4 {
    padding-top: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.subscribe-panel {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.subscribe-panel input {
    height: 48px;
    padding: 12px 20px;
    background: transparent;
    color: #29241f;
    font-size: 15px;
    border-radius: 4px;
    border: solid 2px #898989;
}

.subscribe-panel input::-webkit-input-placeholder {
    color: #29241f;
}

.subscribe-panel input:-moz-placeholder {
    color: #29241f;
}

.subscribe-panel input::-moz-placeholder {
    color: #29241f;
}

.subscribe-panel input:-ms-input-placeholder {
    color: #29241f;
}

.subscribe-panel button {
    height: 42px;
    padding: 12px 20px;
    margin-top: 5px;
    background: #26211e;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
}

.subscribe-panel button:hover,
.subscribe-panel button:focus {
    background: #cca858;
}

.footer_copyright {
    /*background: #0a0a0a;*/
    background-color: #456789a3;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16), 0 0px 6px rgba(0, 0, 0, 0.23);
    padding: 15px 0;
    text-align: center;
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
}

.footer_copyright .footer_copyright_inner p {
    color: #fff;
    font-size: 15px;
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 0px;
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #FFF;
    letter-spacing: .32px;
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 0px;
}

.footer_copyright .footer_copyright_inner .pull-right p {
    font-size: 16px;
    color: #FFF;
    letter-spacing: .32px;
    font-weight: normal;
}

.footer_copyright .footer_copyright_inner .pull-right p a {
    font-size: 16px;
    color: #FFF;
    letter-spacing: .32px;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .footer_copyright_inner .pull-right p:hover a {
    color: #fdcc2f;
}

@media (max-width:992px) {
    .footer_area {
        padding-top: 50px;
    }

    .footer_widget {
        padding-bottom: 40px;
    }

    .footer-logo {
        float: left;
    }

    .footer-about {
        padding-bottom: 30px;
    }

    .padd-l-70 {
        padding-left: 0px;
    }

    .footer-address {
        padding: 0px 15px;
    }

    .footer_area {
        padding-top: 40px;
    }

    .f_social {
        width: auto;
        /* float: right; */

        margin-top: 10px;
    }

    .f_title {
        padding-bottom: 30px;
    }

    .footer-address {
        padding: 0px;
    }

    .footer-widget {
        padding: 0px 5px !important;
    }

    .footer-link ul li a {
        font-size: 14px;
    }

    .footer-address ul li p {
        font-size: 14px;
    }

    .footer_copyright {
        padding: 10px 0;
    }

    .footer_copyright .footer_copyright_inner p {
        font-size: 12px;
    }

    .subscribe-newsletter {
        padding-top: 40px;
    }

    .f_title {
        padding-bottom: 15px;
    }
}

@media (max-width:480px) {
    .footer-logo {
        width: 35%;
    }

    .subscribe-newsletter {
        padding-top: 20px;
    }

    .f_social {
        width: 100%;
        margin-top: 0px;
    }

    .f_social li {
        display: inline-block;
        margin-right: 6px;
        width: 32px;
        height: 32px;
        line-height: 34px !important;
    }

    .footer-address ul li a {
        font-size: 12px;
        font-weight: 600;
    }

    .footer-widget {
        padding: 0px !important;
    }

    .f_title {
        padding-bottom: 10px;
    }

    .f_title h3 {
        font-size: 16px;
    }

    .media-left {
        padding-right: 8px;
        font-size: 20px;
    }

    .footer-address ul li p {
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
    }

    .footer-address ul li:last-child .media-left {
        font-size: 12px;
    }
}

/* footer.css file ends  */


/* .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12 .mega-sub-menu
{
    position: relative;
}
.mega-menu-item-object-custom.mega-menu-item-has-children.mega-menu-item-620::after 
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    color: #000;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item
{
    position: relative !important;

}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item::after
{
    content: "";
    position: absolute !important;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 999;
    
}
#mega-menu-616-0-1
{
    position: relative;
}
#mega-menu-616-0-1::after 
{
    content: "";
    position: absolute !important;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 999;
} */
/* .mega-sub-menu {
    position: relative;
}

.mega-sub-menu::after {
    content: "";
    position: absolute !important;
    top: 0;
    right: 50%;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 999;
} */

/* .mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page .mega-sub-menu {
    position: relative;
}

.mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page .mega-sub-menu:after {
    content: "";
    position: absolute !important;
    top: 0;
    right: 50%;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 999;
} */
/* #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12
{
    position: relative;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:after 
{
    content: "";
    position: absolute !important;
    top: 0;
    right: 50%;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 999;
} */
.highlight-right h3 {
    color: #999;
    position: relative;
    margin-bottom: 20px;
}

.highlight-right h3:before {
    position: absolute;
    content: '';
    background-color: #999;
    width: 100%;
    height: 1px;
    bottom: -10px;
}

.pagination-event {
    text-align: center;
}

.panel-group .panel-collapse .panel-body ul li {
    position: relative;
}

.panel-group .panel-collapse .panel-body ul li:before {
    content: "\f105";
    position: absolute;
    left: -10px !important;
    font-size: 12px;
    top: 0px;
    color: #000;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.panel-body ul li {
    margin-left: 10px;
}

/* MOBILE HEADER CSS STARTS  */
.mobile-custom-menu .mega-toggle-blocks-right {
    position: absolute;
    right: 0;
    top: -41px;
}

.mobile-custom-menu .mega-menu-toggle.mega-menu-open {
    background: #fff !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu .mega-menu-toggle {
    background: #fff !important;
    height: 0px !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu {
    margin-top: 0px !important;
    padding-left: 0px !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
.mobile-custom-menu #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
.mobile-custom-menu #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #000 !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu {
    background: #fff !important;
    left: 0px !important;
    right: 0px !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    margin-left: 0px !important;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    /* color: #ffffff;
    background: #333; */
    color: #000 !important;
    background: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-custom-menu #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu {

    position: relative !important;
    width: 100% !important;
    z-index: 9999999;
    height: 100% !important;
}

.mobile-custom-menu#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {

    padding: 20px 0px !important;
    line-height: 0px;
    height: 0px !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    margin-top: 15px !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 18px !important;
    /* text-transform: uppercase !important; */
    line-height: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #000 !important;
}



.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    font-size: 18px !important;
    color: #000 !important;
    /* text-transform: uppercase !important; */
    padding: 5px 0px !important;
}

.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 18px !important;
    color: #000 !important;
    text-transform: uppercase !important;
}

.hidden-md {

    overflow: scroll !important;
    /* height: 100% !important; */
}

.mega-menu-main-menu-mobile-open .hidden-md {
    /* overflow: scroll !important; */
    height: 100% !important;
}

.f_social li a {

    display: block;
}

/* MOBILE HEADER CSS ENDS  */

@media screen and (max-width:768px) {

    .mega-disabled_mob_menu_1>a {
        display: none !important;
    }

    .mega-disabled_mob_menu_1 {
        padding-top: 0px !important;
    }

    .mega-sub-menu::-webkit-scrollbar {
        width: 0px !important;
        background-color: #F5F5F5;
    }

    html body .f_social {

        margin-top: 15px !important;
        text-align: center !important;
    }

    .footer-widget {
        padding: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-link {

        text-align: center;
    }

    .footer-logo {
        width: 35%;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .acc-user-practices ul {
        display: flex;
        padding-top: 5px;
        flex-wrap: wrap;
    }

    .toggle:checked+.title+.content {
        max-height: fit-content !important;
        padding: 15px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 100vh;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .location-heading {

        margin: 0px 10px;
        margin-bottom: 25px;
    }

    .location-heading img {
        height: auto;

    }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
}

.indi_tanmenu {
    border-right: 1px solid #cbcbcb !important;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    color: #222 !important;
}

.footer-section .footer_area .footer_widget .custom-col {
    padding: 0px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu.mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    /* padding: 10px 0px !important; */
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 1.7 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-menu-item-has-children .mega-sub-menu {
    padding: 10px 0px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-menu-item-has-children .mega-sub-menu .mega-menu-row .mega-sub-menu {
    padding: 0px !important;
}

.areas-practice-prnt-dv ul li {
    position: relative;
    padding: 2px 0px;
}

.areas-practice-prnt-dv ul li a {
    color: #222;

}

.areas-practice-prnt-dv ul li:before {
    content: "\f105";
    position: absolute;
    left: -10px !important;
    font-size: 12px;
    top: 5px;
    color: #000;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.areas-practice-prnt-dv h4 {
    margin-left: -10px !important;
    margin-bottom: 10px;
}

.areas-practice-prnt-dv ul li:hover {
    padding-left: 5px !important;
    font-weight: 700;
    color: #285580;
    transition: all 0.5s !important;
}

.areas-working-sec {
    padding-bottom: 60px;
}

.areas-practice-prnt-dv {
    margin-bottom: 20px !important;
    padding: 0px 15px !important;
}

.color-one .location-text h4 {
    color: #990033;
}

.color-one .publication_news a {
    color: #990033;
}

.color-one .publication_news a:hover {
    color: #990033;
    text-decoration: underline;
}

.color-two .location-text h4 {
    color: #028096;
}

.color-two .publication_news a {
    color: #028096;
}

.color-two .publication_news a:hover {
    color: #028096;
    text-decoration: underline;
}

.color-three .location-text h4 {
    color: #008942;
}

.color-three .publication_news a {
    color: #008942;
}

.color-three .publication_news a:hover {
    color: #008942;
    text-decoration: underline;
}

.color-four .location-text h4 {
    color: #006DCE;
}

.color-four .publication_news a {
    color: #006DCE;
}

.color-four .publication_news a:hover {
    color: #006DCE;
    text-decoration: underline;
}

.color-1 .location-text h4 {
    color: #990033 !important;
}

.color-1 .location-text p {
    color: #990033 !important;
}

.color-2 .location-text h4 {
    color: #028096;
}

.color-2 .location-text p {
    color: #028096;
}

.color-3 .location-text h4 {
    color: #008942;
}

.color-3 .location-text p {
    color: #008942;
}

.color-4 .location-text h4 {
    color: #006DCE;
}

.color-4 .location-text p {
    color: #006DCE;
}



.color-5 .location-text h4 {
    color: #006DCE;
}

.color-5 .location-text p {
    color: #006DCE;
}


.color-6 .location-text h4 {
    color: #008942;
}

.color-6 .location-text p {
    color: #008942;
}


.color-7 .location-text h4 {
    color: #028096;
}

.color-7 .location-text p {
    color: #028096;
}


.color-8 .location-text h4 {
    color: #990033 !important
}

.color-8 .location-text p {
    color: #990033 !important;
}


.tbrightcontent {
    left: 0% !important;
    width: 73% !important;
    max-width: 1100px !important;
    right: 0% !important;
    margin: auto !important;
    /* height: 80% !important; */
    height: fit-content !important;
    overflow: auto !important;
    top: 0% !important;
    bottom: 0% !important;
}

.termspopupcontainer p img {
    width: 136px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !important;
    padding: 20px 0px;
}

h3.termstitle {
    display: none;
}

#wp-terms-popup-content ul {
    margin-left: 30px;
}

#wp-terms-popup-content p {
    font-size: 12px !important;
    color: #222 !important;
    line-height: 22px !important;
}

#wp-terms-popup-content ul li {
    font-size: 12px !important;
    list-style: disc !important;
    color: #222 !important;
    line-height: 22px !important;
}

#wp-terms-popup-content ol li {
    font-size: 12px !important;
    list-style: decimal;
    color: #222 !important;
    line-height: 22px !important;
}

#wp-terms-popup-content h3 {
    font-size: 12px !important;
    padding-bottom: 10px;
    color: #222 !important;
    line-height: 22px !important;
}

.termsagree {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #22558F), color-stop(1, #18427D)) !important;
    color: #fff !important;
    border-color: transparent !important;
    width: 90px !important;
    border-radius: 3px !important;
}

.termsdecline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #22558F), color-stop(1, #18427D)) !important;
    color: #fff !important;
    border-color: transparent !important;
    width: 90px !important;
    border-radius: 3px !important;
}

#wp-terms-popup-after-content {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}

.our-location .location-heading {
    cursor: pointer !important;
}

#gallery-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* justify-content: space-between; */
    margin-bottom: 20px;
}

.wp-caption-text.gallery-caption {
    text-align: center;
    padding-bottom: 10px;
}

@media screen and (max-width:767px) {
    #tlight {
        width: 95% !important;
        overflow: scroll !important;
        height: auto !important;
        top: 5% !important;
        bottom: 5% !important;
    }

    #wp-terms-popup-after-content {
        /* padding-top: 15px !important; */
        padding-bottom: 16px !important;
    }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 17px !important;
}

.publication_news a {
    line-height: 14px !important;
}

.highlight-right video {
    width: 500px !important;
    max-width: 100% !important;
}

html body .highlight-right a iframe {
    height: 150px !important;
}

.highlight-right a {
    display: block !important;
    cursor: pointer !important;
    z-index: 9999 !important;
}

.publication-keyword-form .custom-select {
    width: 100% !important;
    padding: 6px 12px !important;
}

.pub-frm-fld-dv {
    padding: 5px 0px !important;
}

.pub-frm-btn {
    margin-top: 5px !important;
}

.custom-raw {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.gallery-lightbox-slider img {
    /* margin-bottom: 10px; */
    height: 100%;
}

.ekko-lightbox.modal {
    background-color: #000000d6 !important;
}

.custom-col {
    margin-bottom: 15px;
}

.navbar-nav a img {
    margin-top: -28px !important;
}

.nav-tabs>li>a {
    text-transform: capitalize !important;
}


.what-we-do-list {
    border: 1px solid transparent;
    background-color: #EEEEEE;
    padding: 10px 0px;
}

.what-we-do-list li {
    padding: 5px 0px 5px 10px;
    /* color: #555; */
    border-bottom: 1px solid #ddd;
}

.what-we-do-list li a {
    color: #555;
    padding-right: 5px;
    font-size: 12px;
}

.what-we-do-list li .fa.fa-angle-right {
    font-size: 10px;
    /* color: #ddd !important; */
    font-weight: bold;
}

/* .mobile-custom-menu .mega-toggle-blocks-right {
    position: absolute;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
} */
/* BANNER SUB HEADING CODE STARTS  */

.banner-custom.center-align h6 {
    /* color: #fff;
    position: absolute;
    font-size: 14px;
    background-color: #990000;
    opacity: 0.8;
    padding: 35px;
    bottom: 40px !important;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 40%;
    text-align: center; */
    /* color: #fff;
    position: absolute;
    font-size: 14px;
    background-color: #990000;
    opacity: 0.8;
    padding: 35px;
    bottom: 40px !important;
    right: 30px !important;
    width: 40%;
    text-align: center; */

    color: #fff;
    position: absolute;
    /* font-size: 14px; */
    font-size: 20px;

    opacity: 0.8;
    top: 65% !important;
    /* top: 55%; */
    right: 25px !important;
    /* width: 85%; */
    width: 40%;
    text-align: right;
    padding: 0px;
}

/* .banner-custom.left-align h6 {
    color: #fff;
    position: absolute;
    font-size: 14px;
    background-color: #990000;
    opacity: 0.8;
    padding: 35px;
    bottom: 40px !important;
    left: 30px;
    right: 0px;
    width: 40%;
    text-align: center;
}

.banner-custom.right-align h6 {
    color: #fff;
    position: absolute;
    font-size: 14px;
    background-color: #990000;
    opacity: 0.8;
    padding: 35px;
    bottom: 40px !important;
    right: 30px !important;
    width: 40%;
    text-align: center;
} */

@media screen and (min-width:576px) and (max-width:1024px) {
    /* .banner-custom h1 {
        position: absolute;
        top: -50px;
        left: 60px;
        right: 30px;
        bottom: 0;
        margin: auto;
        color: #fff;
        text-align: center;

    } */

    .banner-custom h1 {
        position: absolute;
        top: 40px;
        /* left: 60px; */
        /* right: 30px; */
        bottom: 0;
        margin: auto;
        color: #fff;
        text-align: right;
        left: 0px !important;
        right: 0px;
        text-align: right;
    }

    /* .banner-custom.center-align h6 {
        color: #fff;
        position: absolute;

        font-size: 14px;
        background-color: #990000;
        opacity: 0.8;
        padding: 35px;
        bottom: 60px !important;
        left: 0px !important;
        right: 0px !important;
        margin: auto;
        text-align: center;
        width: 70% !important;
    } */
    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        padding-left: 60px !important;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {

    /* .banner-custom.center-align h6 {
        color: #fff;
        position: absolute;
        font-size: 14px;
        background-color: #990000;
        opacity: 0.8;
        bottom: 60px !important;
        left: 0px !important;
        right: 0px !important;
        margin: auto;
        text-align: center;
        line-height: 18px;
        padding: 15px !important;
        width: fit-content !important;
    } */
    .our-location .publication_news {
        height: auto;
    }
}

@media screen and (max-width:575px) {
    iframe {
        border: none;
        width: 100% !important;
    }

    /* .banner-custom h1 {
        position: absolute;
        top: -50px;
        left: 60px;
        right: 30px;
        bottom: 0;
        margin: auto;
        color: #fff;
        text-align: center;

    } */
    .banner-custom h1 {
        position: absolute;
        top: 20%;
        bottom: 0;
        margin: auto;
        color: #fff;
        text-align: right;
        left: 0px;
        right: 0px;
    }

    /* .banner-custom.center-align h6 {
        color: #fff;
        position: absolute;
        font-size: 14px;
        background-color: #990000;
        opacity: 0.8;
        bottom: 20px !important;
        left: 0px !important;
        right: 0px !important;
        margin: auto;
        text-align: center;
        line-height: 18px;
        padding: 15px !important;
        width: fit-content !important;
    } */
    .our-location .publication_news {
        height: auto;
    }
}

.tab-content {

    width: 100%;
}



.publication_news {
    font-size: 14px !important;
    line-height: 22px;
}

.event-details .location-head {
    /* height: 515px; */
    height: 420px;
}

.tabs-inner {
    padding: 25px 0px 50px 0px;
}

.event-details {
    padding: 25px 0px 50px 0px;
}

.our-location {
    padding: 25px 0px 50px 0px;
}

.nav-3 .frst-head {
    z-index: 99999 !important;
}

/* .custom-sidebar-col
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
} */

/* .what-we-do-sec .highlight-right-head {
    margin-bottom: 25px !important;
    width: 316px;
    overflow: hidden;
    max-width: 100%;
} */
/* #myTab
{
    max-width: 206px;
    width: 206px;
    flex-shrink: 0;
} */
.event-details .viewall {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.panel-collapse .panel-body p img {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: auto;
}

/* BANNER SUB HEADING CODE STARTS  */
@media screen and (min-width:576px) and (max-width:1024px) {
    .event-head {
        background-color: transparent !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .location-head {
        width: 100%;
    }

    .footer_widget .custom-col {
        margin-bottom: 0px !important;
    }

    .footer-widget {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer-link {
        width: 100%;
        float: left;
        text-align: center !important;
    }

    .hidden-md {
        overflow: visible !important;
    }

    .publication_news {
        height: auto !important;
    }

    .mobile-custom-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item {
        margin: 0 0px 0 0;
        display: inline-block;
        height: auto;
        vertical-align: middle;
        padding: 0px 5px !important;

    }

    .mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
    .mobile-custom-menu #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        line-height: 24px !important;
    }
}

@media screen and (min-width:993px) and (max-width:1024px) {
    .event-details .location-head {
        height: 460px;
    }

    .our-location .publication_news {
        height: 200px !important;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .event-details .location-head {
        height: 410px;
    }

    .event-details .viewall {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

    .mobile-custom-menu {
        display: block;
    }
}

@media screen and (min-width:815px) and (max-width:825px) {
    .mobile-custom-menu {
        display: flex;
    }

}

@media screen and (min-width:576px) and (max-width:767px) {
    .location-head {
        width: 100% !important;
    }

    .footer_widget .custom-col {
        margin-bottom: 0px !important;
    }

    .location-head {
        height: auto;
    }

    .event-details .viewall {
        position: absolute;
        bottom: 30px;
    }
}

@media screen and (max-width:575px) {
    .event-details .location-details {
        height: auto !important;
    }

    .footer_widget .custom-col {
        margin-bottom: 0px !important;
    }

    .panel-title a span {
        float: right;
        width: 50px;
        right: 0px;
        position: absolute;
    }

    .event-head {
        background-color: transparent !important;
    }

    .search-container {

        width: auto;

    }

    .event-details .location-head {
        height: auto;
    }

    .event-details .viewall {
        position: static !important;
    }
    .about-us-banner.banner-custom.center-align h1
    {
        position: absolute;
        top: 0%;
        bottom: 0;
        margin: auto;
        color: #fff;
        text-align: right;
        left: 0px;
        right: 0px;
    }
    .about-us-banner.banner-custom.center-align h6 
    {
        color: #fff;
        position: absolute;
        font-size: 14px;
        opacity: 0.8;
        top: 65% !important;
        /* top: 55%; */
        right: 20px !important;
        /* width: 85%; */
        width: 85%;
        text-align: right;
        padding: 0px;
    }
}