@font-face {
    font-family: 'TeXGyreHeros';
    src: url('./fonts/TeXGyreHeros-Bold.eot');
    src: url('./fonts/TeXGyreHeros-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('./fonts/TeXGyreHeros-Bold.woff2') format('woff2'),
        url('./fonts/TeXGyreHeros-Bold.woff') format('woff'),
        url('./fonts/TeXGyreHeros-Bold.svg#TeXGyreHeros-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}


.fontLoaded .pace-container {
    /* Teaser Font */
    font-family: 'TeXGyreHeros', sans-serif;
}

body {
    font-family: 'Poppins', 'Tahoma', 'Geneva', sans-serif;
    background-color: #15253f !important;
}

.overflow-auto {
    overflow: auto;
}

.sound-info {
    font-family: "Arial", sans-serif;
}

#pace-intro h1 {
    -webkit-text-stroke: 0px;
}

.lt-main {
    font-weight: normal;
    font-size: 18px;
    font-size: 5vw;
    line-height: 1.1;
    white-space: nowrap;
}

.font2x {
    font-size: 36px;
    font-size: 10vw;
}

.font4x {
    font-size: 72px;
    font-size: 20vw;
}

.splash-page .centered {
    white-space: normal;
}

.splash-page .st-btn {
    margin: 0;
}

.pl-wrapper {
    /* Hide Player Controls by default */
    display: none;
}

.YTPOverlay,
.bv-overlay {
    /* Hide Video overlays */
    display: none;
}


.sk-double-bounce .sk-child

/* Preloader Circle Color */
    {
    background: none #FFF;
}

.splash-page .btn-fill {
    background: #15253f;
}

/* Teaser Content BG and Text Color */
.bg-white {
    background: #FFF;
}

.bg-white .lt-main {
    color: #000;
}

.lt-main.tint-bl {
    color: #000;
}

/* Revealer Background */
.revealer {
    background: #15253f;
}

/* Main Page */
#intro-content {
    background: #15253f;
}

/* 
.side-left {
    height: 100vh;
} */

#main-content {
    background: #F5F5F5;
}

/* Buttons */
.form-group .btn-bordered {
    border-color: #15253f;
    color: #15253f;
}

.form-group .btn-bordered:hover,
.form-group .btn-bordered:active,
.btn-fill {
    background: #15253f;
    color: #FFF;
}

.addr-details a:hover {
    color: #15253f;
}

/* Custom Scrollbar */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #15253f;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(239, 13, 51, 0.75);
}


#intro-content::before,
.splash-page::before {
    background-image: url("../images/modern-business-building-scenery-touching-sky-min.jpg");
}

.tf-logo {
    width: 324px;
}

.vflow p {
    margin-bottom: 14px;
    font-weight: 600;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

.address-margin {
    margin-bottom: 0 !important;
    margin-left: 80px;
}

/* ==================================================================
3.0 - Responsive Styles
================================================================== */

.vflow h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 45px
}


.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}


/* media query for screen size bigger than 1200px */
@media only screen and (min-width: 1200px) {
    .vflow h2 {
        margin-top: 100px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 28px
    }
}


@media only screen and (min-width: 1300px) {
    .vflow h2 {
        margin-top: 100px;
        margin-bottom: 30px;
        font-size: 22px !important;
        line-height: 32px
    }
}


@media only screen and (min-width: 1400px) {
    .vflow h2 {
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 28px !important;
        line-height: 36px
    }
}


@media only screen and (min-width: 1575px) {
    .vflow h2 {
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 28px !important;
        line-height: 36px
    }
}


/* media query for mobile and tablet */
@media only screen and (max-width: 1024px) {

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .outer-container {
        position: relative;
        background: url("../images/modern-business-building-scenery-touching-sky-min.jpg") no-repeat center center fixed;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        /* Full height of the viewport */
        color: white;
        /* Ensures text is white */
    }

    .outer-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(29, 31, 40, 0.75) 0, rgba(29, 31, 40, 0.95) 100%);
        /* Light black overlay */
        z-index: 1;
    }

    .col-lg-6 {
        position: relative;
        z-index: 2;
        /* Ensures content is above the overlay */
        width: 100%;
        /* Full width on mobile */
        max-width: 600px;
        /* Max width to control the content width */
        padding: 20px;
        /* Add some padding */
        text-align: center;
        /* Center the text */
        box-sizing: border-box;
        /* Include padding in width */
    }

    .ptag_mobile {
        font-size: 18px !important;
        margin-top: 10px !important;
    }

    .pace_ag {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    .vflow h2 {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        font-size: 16px !important;
        line-height: 26px !important;
        width: 100%;
    }

    .vflow p {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .st-logo img {
        height: 70px !important;
        margin-bottom: -10px !important;
    }

    .st-logo img {
        margin-top: 0px !important;
    }

    .st-desc p {
        font-size: 14px !important;
        line-height: 24px !important;

    }


    .mobile-margin {
        height: 33vh !important;
    }
}


/* 
@media only screen and (min-width: 600px) and (max-width: 767px) {

    .lt-main {
        font-size: 28px;
        font-size: 4.5vw;
    }

    .vflow h2 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        font-size: 22px !important;
        line-height: 38px !important;
    }

   

}

@media only screen and (min-width: 800px) {
    .vflow h2 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        font-size: 42px !important;
        line-height: 60px !important;
    }
}


@media only screen and (min-width : 768px) {
    .lt-main {
        font-size: 38px;
        font-size: 4.5vw;
    }

    .vflow h2 {
        margin-top: 100px !important;
        margin-bottom: 30px !important;
        font-size: 25px !important;
        line-height: 40px !important;
    }



    .mobile-margin {
        height: 100vh;
    }

    .font2x {
        font-size: 76px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 152px;
        font-size: 18vw;
    }
}

@media only screen and (min-width : 992px) {
    .lt-main {
        font-size: 48px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 96px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 192px;
        font-size: 18vw;
    }
}

@media only screen and (min-width : 1200px) {
    .lt-main {
        font-size: 64px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 128px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 256px;
        font-size: 18vw;
    }

    .addr-details {
        text-align: center;
    }

    .tf-logo {
        width: 648px;
    }
}

@media only screen and (min-width : 1824px) {
    .lt-main {
        font-size: 92px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 184px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 368px;
        font-size: 18vw;
    }

    .addr-details {
        text-align: left;
    }
} */