/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


        body {
            overflow-x: hidden;
        }

        .section-showcase-sticky {
            overflow-x: hidden;
        }

        .row {
            margin-left: 0;
            margin-right: 0;
        }



        .revo-slider-emphasis-text {
            font-size: 64px;
            font-weight: 700;
            letter-spacing: -1px;
            font-family: 'Poppins', sans-serif;
            padding: 15px 20px;
            border-top: 2px solid #FFF;
            border-bottom: 2px solid #FFF;
        }

        .revo-slider-desc-text {
            font-size: 20px;
            font-family: 'Lato', sans-serif;
            width: 650px;
            text-align: center;
            line-height: 1.5;
        }

        .revo-slider-caps-text {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 3px;
            font-family: 'Poppins', sans-serif;
        }

        .tp-video-play-button {
            display: none !important;
        }

        .tp-caption {
            white-space: nowrap;
        }



        .fbox-content p {
            margin-top: .5rem;
            margin-bottom: 0;
            color: black;
            font-size: 15px;
        }


        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #0c3b68;
            font-weight: var(--cnvs-headings-font-weight);
            line-height: var(--cnvs-line-height-base);
            margin: 0 0 30px 0;
            font-family: var(--cnvs-primary-font);
        }

        .heading-block .h3,
        .heading-block h3 {
            font-size: var(--cnvs-heading-block-font-size-h3);
            color: #0c3b68;
        }

        .menu-item:hover>.menu-link {
            color: #26aacf;
        }

        .is-expanded-menu .sub-menu-container .menu-item.current>.menu-link,
        .is-expanded-menu .sub-menu-container .menu-item:hover>.menu-link {
            color: #295288;
        }

        .fbox-content .h3,
        .fbox-content h3 {

            color: #295288;
        }

        .overlay-black {
            position: relative;
        }

        .overlay-black::before {
            content: "";
            position: absolute;
            inset: 0;
            /* shorthand for top, right, bottom, left = 0 */
            background: rgba(0, 0, 0, 0.6);
            /* black overlay */
            z-index: 1;
        }

        .overlay-black>* {
            position: relative;
            z-index: 2;
            /* keeps content above overlay */
        }

        .is-expanded-menu .mega-menu-content,
        .is-expanded-menu .sub-menu-container {

            background-color: #ffffff;


        }

        @media (min-width: 1024px) {
            .sub-menu-container .menu-item>.menu-link {
                color: #000000;
            }
        }

        @media (max-width: 991px) {
            .mt-0 {
                margin-bottom: -2rem;

            }
        }
        
        .header-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
   