html,
body {
    height: 100%;
    cursor: default;
    font-family: 'Poppins-Regular', sans-serif;
}
body {
    overflow-x: hidden;
}

h1, h2 {
    font-family: 'Poppins-Bold', sans-serif;
}
h3, h4, h5, h6 {
    font-family: 'Poppins-Regular', sans-serif;
}
p {
    font-family: 'Poppins-Regular', sans-serif;
    color: #58595B;
}
.container-py-enterprise p {
    color: #ffffff;
    margin-bottom: 12px;
}
/*Loader*/
.vidmagic-loader {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #050f00;
    opacity: 1;
}

    .vidmagic-loader img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 250px;
        height: auto;
    }

.loading-page {
    overflow: hidden;
}
/*Header Navigation*/
.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
    background: #f9f9fa;
    display: flex;
    flex-direction: column-reverse;
}
    .navbar-collapse.collapse.show ul.navbar-nav.mr-auto.mt-2.mt-lg-0,
    .navbar-collapse.collapsing ul.navbar-nav.mr-auto.mt-2.mt-lg-0 {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.show form.form-inline,
    .navbar-collapse.collapsing form.form-inline {
        padding-right: 0;
        padding-top: 10px;
    }
.navbar-collapse form.form-inline {
    padding-right: 15px;
}
.navbar.navbar-light.fixed-top {
    height: 100px;
    padding: 0rem;
    background-color: #ffffff;
}
a.navbar-brand img {
    width: 220px;
    height: auto;
}
a.navbar-brand {
    padding-left: 15px;
}
button.navbar-toggler {
    margin-right: 15px;
}
.btn {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: none !important;
    border: 0;
    padding: 12px 34px;
}
.navbar .btn-light {
    background: #36c6f4;
    color: #fff;
    border-radius: 25px;
    transition: all 0.3s ease;
}
    .navbar .btn-light:hover {
        transform: translate(0, 0) scale(1.1);
        transition: all 0.3s ease;
    }
a.nav-link {
    margin-left: 1rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,1);
    }
a.btn.btn-sm.btn-light.btn-login {
    padding: 12px 54px;
    background: #fff;
    border: 2px solid #36c6f4;
    color: #36c6f4;
    margin-right: 14px;
}
a.btn.btn-sm.btn-light.shadow-none.btn-countmein {
    padding: 12px 48px;
}
.h2, h2 {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    font-family: 'Poppins-Bold', sans-serif;
    line-height: 1.15em;
}
.text-highlight {
    color: #FCB81C;
}
/*Footer*/
footer.container-fluid {
    background: #24282F;
}
footer h3 {
    color: #fff;
    font-size: 1rem;
    padding-bottom: 1.8rem;
}
img.vidmagic-logo-footer {
    width: 268px;
    margin-top: 0px;
    margin-bottom: 11px;
}
a.text-muted:hover {
    color: #fff !important;
}
.bg-light {
    background-color: #f9f9fa !important;
}
.bg-light-2 {
    background-color: #f5f5f7 !important;
}
/*
 * Base structure
 */
.cover-container {
    display: flex; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;
    background: linear-gradient(0deg, #ffffff 0%, #ececec 100%);
}
.cover {
    z-index: 1000;
    width: 100%;
    padding: 14vw 0 10vw;
}
video.img-cover {
    z-index: 1;
    opacity: 1;
    background: #4e3ded;
    width: 100%;
    transform: scale(1);
    margin-top: 100px;
    position: absolute;
    top: 0;
}
div.img-cover {
    z-index: 1;
    opacity: 1;
    background: #ffffff;
    width: 100%;
    transform: scale(1);
    margin-top: 119px;
    position: absolute;
    top: -10px;
}
video#videosSales {
    z-index: 1;
    opacity: 1;
    background: #ffffff;
    width: 100%;
    transform: scale(1);
}
.container {
  max-width: 1204px;
}
.container.container-footer {
    max-width: 1378px;
}
.lead {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 2.4rem;
}
.overflow-hidden { overflow: hidden; }
.cover-text {
    width: 100%;
    z-index: 1000;
}
.h1-text {
    font-size: 4.5vw;
    padding: 0vw 1.5vw 1.65vw;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins-Bold', sans-serif;
    color: #fff;
    line-height: 5.4vw;
}
.h1-smaller {
    font-size: 3.7vw;
    line-height: 4.6vw;
}
.text-small {
    color: #ffffff;
}
p.p-quotes {
    margin-bottom: 0rem;
}
a.btn-countmein,
button.btn-countmein {
    z-index: 999;
    font-weight: 500;
    font-size: 18px;
    padding: 23px 52px;
    background: #36c6f3;
    border: none;
    color: #fff;
    border-radius: 44px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}
    a.btn-countmein:hover,
    button.btn-countmein:hover {
        transition: all 0.3s ease;
        transform: scale(1.1);
    }
button:focus {
    outline: 0;
}
.text-center button.btn-countmein {
    margin: 0 auto;
}
.cover button.btn-countmein {
    z-index: 999;
    font-weight: 500;
    font-size: 18px;
    padding: 18px 40px 19px;
    margin: 2.4vw auto 0;
    background: #36c6f4;
    border: none;
    color: #fff;
    border-radius: 44px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}
    .cover button.btn-countmein:hover {
        transform: scale(1.1);
        transition: all 0.3s ease;
    }
button#videoSalesVideo {
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    font-size: 22px;
}
    button#videoSalesVideo:hover {
        transform: scale(1.1);
        transition: all 0.3s ease;
    }
    button#videoSalesVideo img {
        margin-top: -4px;
    }

@media screen and (max-height: 730px) {
    .container-fluid.bg-light.container-billing {
        padding-top: 80px;
        padding-bottom: 80px;
        height: auto;
    }
}
ul.list-unstyled.mt-3.mb-4 {
    font-size: 14px;
}
/*Free Access*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #49cbf5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.modal-header.modal-header-home {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
    .modal-header.modal-header-home h5.modal-title {
        font-size: 3em;
        font-weight: 700;
        color: rgb(19, 69, 116);
        letter-spacing: 0;
        font-family: 'Poppins-Bold', sans-serif;
        text-transform: capitalize;
        line-height: 1;
    }
    .modal-header.modal-header-home p {
        margin-bottom: 0;
    }
.modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 420px;
    border-radius: 20px;
}
.modal-dialog.modal-dialog-centered.modal-lg.modal-video {
    max-width: 920px;
    border-radius: 20px;
}
.modal-footer.modal-footer-home {
    border-top: 0;
    padding-top: 0;
    display: block;
}
.modal-body.modal-body-home {
    padding-bottom: 0.4em;
}
button.btn.btn-block.btn-freeaccess {
    z-index: 999;
    font-weight: 700;
    font-size: 1.5em !important;
    background: rgba(250, 49, 49, 1);
    border: none;
    color: #fff;
    border-radius: 15px;
    margin: 0px auto;
    text-align: center;
    display: block;
    padding: .5em !important;
    transition: all 0.5s ease;
}
    button.btn.btn-block.btn-freeaccess:hover {
        transition: all 0.5s ease;
        transform:scale(1.05);
    }
.modal-content.modal-content-home {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    border-radius: 25px;
}
.form-control {
    border-radius: 8px;
}
img.img-quote {
    max-width: 150px;
    margin-left: -10px;
}
.p-quotes {
    margin: 0;
}

.modal-show-modal {
    overflow: hidden;
    padding-right: 17px;
}
.container-fluid.bg-grey {
    background: #fff;
    color: #fff;
}
.container-fluid.bg-grey .container {
    background: #4E3DED;
}
.container-fluid.bg-grey-2 {
    background: #24282F;
    color: #fff;
}

    .container-fluid.bg-grey-2 .container {
        background: #4E3DED;
        padding: 0;
        margin: 0 auto;
    }
a.text-link {
    color: #fff;
    transform: scale(1);
    transition: all 0.3s ease;
}

    a.text-link:hover {
        transition: all 0.3s ease;
        transform: scale(1.1);
    }


.col-md-6.pt-1 {
    z-index: 1;
    position: static;
}

/*Container Pading*/
.container-py-section-1 {
    padding: 8.5em 0 8em;
}
.container-py-section-2 {
    padding: 13em 0;
}
.container-py-section-3 {
    padding: 9em 0 12em;
}
    .container-py-section-3 .col-md-5 {
        padding-top: 120px;
    }
.container-py-section-4 {
    padding: 12.3em 0 0em;
}
.container-py-section-5 {
    padding: 18em 0 12em;
}
.container-py-enterprise-1 {
    padding: 5.5em 0 0;
    margin: 0 auto;
}
.container-py-section-1.container-py-section-landing-1 {
    padding: 2.5em 0 8em;
}
/*Image Positioning*/
.img-home-1 {
    transform: scale(1.452) translateX(-8%);
}
.img-home-2 {
    transform: scale(1.45) translateY(6%) translateX(10%);
    overflow: hidden;
}
.img-home-3 {
    transform: scale(1.62) translateX(-21%);
}
.img-home-4 {
    transform: scale(1.4) translateY(5%) translateX(10%);
    overflow: hidden;
}
.img-home-5 {
    transform: scale(1.5) translateX(-8em);
}
.container-py-section-1 .pt-hide-phone {
    margin-top: 88px;
}
.container-py-section-3 .pt-hide-phone {
    margin-top: 44px;
}
img.img-home-categories.float-left {
    width: 50%;
    height: auto;
    padding-bottom: 2em;
    margin-top: -3em;
}
.clearfix{
    clear:both;
}
/*Footer Btns*/
.btn-enterprise {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-top: 0;
    padding: 1.7em 0;
    font-size: 1.1em;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
}
    .btn-enterprise:hover {
        text-decoration: none;
        color: #fff;
        transform: translate(0, 0) scale(1.1);
        transition: all 0.3s ease;
    }
.btn-email {
    color: #fff;
    background: #36c6f4;
    border: 2px solid #36c6f4;
    width: 94%;
}
.btn-phone {
    color: #fff;
    border: 2px solid #fff;
width:94%;
}
.btn-enterprise-categories {
    background: #252270;
    margin: 1em;
    padding: 1.2em;
    font-size: 0.7em;
    font-weight: normal;
    border-radius: 50px;
}
.btn-enterprise-categories img {
    margin-top: -3px;
    margin-right: 3px;
}
.text-muted {
    color: #ffffff !important;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 0.8rem;
    line-height: 2.5rem;
}
a.disabled {
    pointer-events: none;
    color: #fff;
}
.text-max-width {
    max-width: 75%;
    line-height: 1.8rem;
    font-size: 0.9rem;
    margin-top: -5px;
}
a.social-media-link {
    color: #e1e1e1;
    font-size: 30px;
    margin-left: 6px;
}
a.social-media-link img {
width:30px;
height:auto;
}
a.social-media-link:hover {
    text-decoration: none;
}
/*Responsive*/
@media (max-width: 1200px) {
    .cover {
        padding: 17vw 0 10vw;
    }
    .h1-text {
        font-size: 4.5vw;
        padding: 0vw 1.5vw 1.65vw;
        width: 80%;
        line-height: 5.5vw;
    }
    .container-py-section-1 {
        padding: 6.5em 0 8em;
    }
    .container-py-section-2 {
        padding: 9em 0 4em;
    }
    .container-py-section-3 {
        padding: 8em 0 9em;
    }
    .container-py-section-4 {
        padding: 8.3em 0 7.3em;
    }
    .container-py-section-5 {
        padding: 12em 0 7em;
    }
    span.btn-enterprise-categories {
        display: block;
        max-width: 480px;
        margin: 21px auto;
    }
    .img-home-4 {
        transform: scale(1.4) translateY(5%) translateX(14%);
    }
    .img-home-5 {
        transform: scale(1.3) translateX(-5em);
    }
}

@media (max-width: 767px) {
    .navbar.navbar-light.fixed-top {
        height: 70px;
    }
    a.navbar-brand img {
        width: 170px;
    }
    a.btn.btn-sm.btn-light.shadow-none.mr-3.px-3.btn-login {
        padding: 12px 25px;
    }
    video.img-cover {
        transform: scale(2) translate(-12%, 0);
    }
    .h1-text {
        font-size: 3rem;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        font-family: 'Poppins-Bold', sans-serif;
        color: #fff;
        line-height: 4rem;
    }
    .cover-text {
        top: 80px;
    }
    .img-home-1 {
        transform: scale(1) translateX(0);
    }
    .container-py-section-1 {
        padding: 0 0 3em;
    }
        .container-py-section-1 .pt-hide-phone {
            margin-top: 0;
        }
    .h2, h2 {
        margin-top: 1rem;
    }
    .img-home-2 {
        transform: scale(1) translateY(0) translateX(0);
        overflow: hidden;
    }
    .container-py-section-2 {
        padding: 1em 0 3em;
    }
    .img-home-3 {
        transform: scale(1.4) translateX(-12%);
    }
    .container-py-section-3 {
        padding: 3em 0 4em;
    }
    .container-py-section-4 {
        padding: 0em 0 3em;
    }
    .img-home-4 {
        transform: scale(1) translateY(0%) translateX(0%);
    }

    .img-home-5 {
        transform: scale(1) translateX(-3em);
    }
    .container-py-section-5 {
        padding: 0em 0 3em;
    }
    .btn-enterprise {

        margin-top: 0;
        padding: 1.7em 0;
        font-size: 1.1em;
        position: static;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .btn-email {
        width: 96%;
        margin: 10px auto;
    }
    .btn-phone {
        width: 96%;
        margin: 20px auto;
    }
    footer h3 {
        color: #fff;
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }
    .phone-hide{
        display:none;
    }
    .phone-padding-hide {
        padding-top: 0 !important;
        margin-top: -15px !important;
    }
    .container-py-section-3 .col-md-5 {
        padding-top: 57px;
    }
    .col-9.pl-0 {
        font-size: 14px;
    }
    span.btn-enterprise-categories {
        display: block;
        max-width: 480px;
        margin: 0px 10px 10px;
        text-align: left;
    }
    .container-fluid.bg-grey, .container-fluid.bg-grey-2 {
        padding: 0;
    }
    img.img-home-categories.float-left {
        width: 100%;
        height: auto;
        padding-bottom: 2em;
    }
    .container-py-section-1.container-py-section-landing-1 {
        padding: .5em 0 2em;
    }
}

@media (max-width: 600px) {

    .container-fluid.bg-white.container-py-section-banner,
    .container-fluid.bg-white.container-py-section-banner .container{
        padding: 2px;
    }
    a.navbar-brand img {
        width: 160px;
    }

    .h1-text {
        font-size: 2rem;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        font-family: 'Poppins-Bold', sans-serif;
        color: #fff;
        line-height: 2.2rem;
    }
    .cover button.btn-countmein {
        padding: 10px 40px 10px;
        margin: 14px auto 0;
    }
    button#videoSalesVideo {
        font-size: 18px;
        margin-top: 10px;
    }
    .navbar > .container, .navbar > .container-fluid {
        padding: 2px;
    }
    video.img-cover {
        transform: scale(3) translate(-6%, 0);
        margin-top: 46vw;
    }
    .cover {
        padding: 38vw 0 18vw;
    }
    .h2, h2 {
        font-size: 2.2rem;
        line-height: 1.15em;
    }
    i.fas.fa-quote-right.fa-4x.fa-flip-horizontal {
        font-size: 36px;
    }
    .lead {
        font-size: 1.1rem;
        line-height: 2rem;
    }
    button.btn-countmein {
        margin: 0 auto;
    }
    .row {
        margin: 0;
    }
    .container.container-footer .col-md-12.text-center {
        padding: 0;
    }
    .container.container-footer {
        padding: 0;
    }
    .row.center-on-phone .col-sm-12.col-md-6.text-right,
    .row.center-on-phone .col-12.col-md-6 {
        text-align: center !important;
    }
}
@media (max-width: 500px) {
    video.img-cover {
        transform: scale(3) translate(-6%, 0);
        margin-top: 47vw;
    }

}