@font-face{
    font-family:'Varela Round';
    src: url(../fonts/varel-around.woff2);
}
@font-face{
    font-family:'montserrat';
    src: url(../fonts/moteserrat.woff2);
}
*{margin:0;padding:0;font-family:"Varela Round", Arial, "Helvetica Neue", Helvetica, serif;}
a{text-decoration: none;transition: all 0.15s linear;}
.owl-nav{display:none;}
.owl-dots{margin-top:20px;}
.clearfix{clear:both;}
.container{
    width:1200px;
    margin:0 auto;
    /* padding:0 15px; */
}
.topbar{
    height:70px;
    background:#fff;
    box-shadow:0 -15px 40px rgba(0, 0, 0, 0.3);
    min-height:40px;
    padding: 16px 0;
    z-index: 30;
    font-family:400 16px/1.5 "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
}
.logo-img {
    width: 100px;
    margin-top: -15px !important;
}
.containerTopLeft{
    float:left;
    width:45%;
}
.containerTopCenter{
    float:left;
    width:20%;
    padding-top: 12px;
}
.containerTopRight{
    float:right;
    padding-top: 12px;
}

.containerLeft{
    text-align: center;
    margin: 0 auto;
    width:calc(100%/2);
}
.containerRight{
    text-align: center;
    margin: 0 auto;
    width:calc(100%/2);
}

.inlineDiv{
    display: inline-block;
}
.inlineDiv p{
    display: inline-block;
}
.containerRight .inlineDiv{
    float:right;
}
.emailLink, .phoneLink{
    color:#504c4c;
}
.topbar .emailLink{
    border-bottom: 1px dashed #504c4c;
}
.topbar .emailLink:hover{
    color:#4cc2c0;
}
.pipeAfter:after {
    content: '|';
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
    color: #757575;
}
.smicons{
    width:16px;
    height:16px;
    margin-left: 10px;
    border:0;
    background-color: transparent;
    cursor: pointer
}

.blank-video-space {
    width: 80%;
    height: 60vh;
    background: #000;
    margin: 50px auto;
}

/* funnel */
#funnel{
    padding-bottom:40px;
    padding-top:20px;
}
.center-img{
    display:block;
    margin:0 auto;
    text-align: center;
}
.funnelimg{
    max-width:600px;
    padding:50px 0;
}
.funnelHeading1{
    color: #ff9a17;
    font-family: arial;
    font-size: 56px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
}
.funnelHeading2{
    margin-top: 20px;
    opacity: .7;
    line-height: 1.6;
    text-align: center;
    color: #00246d;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}



/* welcome text */
#welcomeText{
    overflow: overlay;
    background: linear-gradient(rgb(5 53 90), #09365a), transparent url(../img/investment.jpg) 50% 50%/cover repeat fixed;
    padding: 80px 0;
}
#welcomeText p{
    text-align:center;
    color: #fff;
    margin:0 auto;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    font-size: 26px;
    line-height: 46px;
    max-width: 1140px;
}

/* stepbystep */
#stepbystep{
    width:calc(100%/1);
    max-width: 100%;
}
#stepbystep img{
    width:100%;
}

/* youtube */
#youtube{
    background:#e0e0e0;
}
#youtube iframe{
    display:block;
    padding:10px 0;
    margin:0 auto;
}

/* deliverables */
#deliverables{
    /* padding: 60px 60px 60px 60px; */
    padding: 20px;
    background: #093456;
}
#deliverables h2:after{
    animation: move-short 1.5s infinite linear;
}
#deliverables h2{
    text-align: center;
    margin: .5em 0;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: 400;
    color: #ffffff;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.flexparent{
    margin:30px auto;
}
.flexchild{
    height: auto;
    padding: 20px;
}
#deliverables .flexparent{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
}
#deliverables .one{
    background:#092740;
    width:calc(100%/3.2);
    margin-right: 20px;
}
#deliverables .two{
    background:#092740;
    width:calc(100%/3.2);
    margin-right: 20px;
}
#deliverables .three{
    background:#092740;
    width:calc(100%/3.2);
    margin-right: 20px;
}
#deliverables h3{
    color: #ffffff;
    text-transform: none;
    margin: .5em 0;
    padding: 10px 0;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#deliverables li{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0.5em;
    list-style-type: none;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#deliverables .heading-decoration{
    position: relative;
    text-align:center;
    margin-top: 20px;
}
.heading-decoration .first {
    width: 30px;
}
.heading-decoration .second {
    width: 100px;
}
.heading-decoration > span {
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear;
    border-top: 3px solid;
}
#deliverables .heading-decoration .first,#deliverables .heading-decoration .second{
    color:#4cc2c0;
}


/* testimonials */
#testimonials{
    background: #bb0b1b;
    padding: 60px 60px 60px 60px;
}
#testimonials h2{
    text-align: center;
    margin: .5em 0 1.5em;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 400;
    color: #ffffff;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* advantages */
#advantages{
    padding:60px 60px;
}
#advantages h2{
    text-align:center;
    margin: .5em 0;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#advantages li{
    color: #000000;
    font-size: 18px;
    margin-bottom: 0.5em;
    font-weight: 400;
    line-height: 1.5;
    list-style-type: none;
    list-style-position: outside;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
}
.owl-item{background:#fff;}


/* form */
#form{
    background: #0c2e4d;
    padding-top: 30px;
    padding-bottom: 30px;
}
#form h2{
    text-align:center;
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: .5em 0;
    line-height: 1.2em;
}
#form label{
    position: relative;
    float: left;
    display: inline-block;
    color: #fff !important;
    font:400 16px "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    line-height: 1.5;
    margin: 0 0 10px 20px;
}
#form label:after{
    content:"*";
    position:relative;
    color:#f15b26;
    margin-left: 5px;
    top: -0.5em;
    font-size: 75%;
    vertical-align: middle;
}
#form input{
    padding: 20px 40px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    color: #757575;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #f7f9f9;
    width: 82%;
}
#form .containerLeft, #form .containerRight{
    padding:0 10px;
    box-sizing: border-box;
}
#form input:focus{
    box-shadow: 17px 0 60px #d3dcdc;
    background-color: #fff;
    outline: 0;
}
#form button:focus{
    outline: 0;
}
#form button{
    background-color: #bb1a1c;
    padding: 20px 40px;
    cursor: pointer;
    display:block;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
    text-align: center;
    margin:40px auto;
}
.semicircle{
    display: inline;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.semicircle:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.btn-hover-shadow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* copyright */
#copyright{
    background: #000000;
    padding:15px  0;
}
#copyright p{
    color:#c1c1c1;
    font-size: 14px;
    margin-right: 30px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    font-weight: 400;
    line-height: 1.5;
}


/* contact */
#contact{
    position:relative;
    background-color: #000000;
    background-image: url(../img/profit1.jpg);
    color: #f9f9f9;
    height:210px;
}
#contact svg{
    transition: opacity 200ms linear;
    overflow: hidden;
    opacity: 1;
    max-width:70px;
    max-height:70px;
}
#contact .flexparent{
    margin:0 auto;
}
#contact .flexparent{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-grow: 1;
    flex-basis: 0;
}
#contact .one{
    width:calc(100%/4);
    padding: 40px 0;
}
#contact .two{
    width:calc(100%/4);
    padding: 40px 0;
}
#contact .three{
    width:calc(100%/4);
    padding: 40px 0;
}
#contact .four{
    width:calc(100%/4);
    padding: 40px 0;
}
#contact .content1{
    color:#3cead9;
    font-size: 24px;
    transition: all .3s ease;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
}
#contact .content2{
    color:#879192;
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
}


/* 992px */
/* @media screen and (max-width:1200px){
    .container{width:100%;}
    #youtube iframe {
        width: 80%;
        height: auto;
        padding: 60px;
    }

} */
/* 992px */
@media screen and (max-width:1300px){
    body{
        max-width:calc(100%/1);
    }
    .container{
        width:calc(100%/1);
        margin:0;
        padding:0;
    }
    .topbar{
        width:calc(100%/1);
        box-shadow: none;
        border:0;
    }
    .topbar .containerLeft, .topbar .containerRight{
        float:none;
        display:block;
        width:100%;
        text-align:center;
        margin:15px 0;
    }
    .pipeAfter:after{
        content:"\a";
        display: block;
        margin: 10px;
    }
    .containerRight .inlineDiv{
        display:block;
        float:none;
        margin:5px 0;
    }
    #welcomeText p{padding:10px;max-width: 100%;}
    #funnel img{
        width:calc(100%/1);
    }
    #youtube iframe {
        width: 80%;
        height: 500px;
    }
    .flexparent{
        flex-direction: row;
    }
    .flexchild{
        width:calc(100%/3.2);
        box-sizing: border-box;
    }
    #deliverables .heading-decoration{margin:20px auto;}
    #form .containerLeft, #form .containerRight{
        width: calc(100%/2);
    }
    #form label{
        float:none;
        display: block;
        text-align: center;
    }
    #form input{
        display: block;
        width:65%;
        margin: 20px auto;
    }
    .flexchild ul{
        text-align: center;
    }

    #deliverables{
        padding: 20px 10px;
    }
    #deliverables h2{
        font-size:40px;
    }
    #contact{
        height:auto;
    }
    #contact .flexchild{
        text-align: center;
        padding: 20px 0;
    }
    #copyright p{text-align: center;padding: 10px 20px;margin-right: 0;}
    .containerLeft{
        text-align: center;
        margin: 0 auto;
        width:calc(100%/2);
    }
    .containerRight{
        text-align: center;
        margin: 0 auto;
        width:calc(100%/2);
    }


}
/* 992px */

/* 768px */
@media screen and (max-width:768px){
    body{
        max-width:calc(100%/1);
    }
    .container{
        width:calc(100%/1);
        margin:0;
        padding:0;
    }
    .topbar{
        width:calc(100%/1);
        box-shadow: none;
        border:0;
    }
    .topbar .containerLeft, .topbar .containerRight{
        float:none;
        display:block;
        width:100%;
        text-align:center;
        margin:15px 0;
    }
    .pipeAfter:after{
        content:"\a";
        display: block;
        margin: 10px;
    }
    .containerRight .inlineDiv{
        display:block;
        float:none;
        margin:5px 0;
    }
    #welcomeText p{padding:10px;max-width: 100%;}
    #funnel img{
        width:calc(100%/1);
    }
    #youtube iframe {
        width: 80%;
        height: auto;
    }
    .flexparent{
        flex-direction: column;
    }
    .flexchild{
        width:100% !important;
        box-sizing: border-box;
    }
    #deliverables .heading-decoration{margin:20px auto;}
    #form .containerLeft, #form .containerRight{
        float:none;
        width:100%;
    }
    #form label{
        float:none;
        display: block;
        text-align: center;
    }
    #form input{
        display: block;
        width:65%;
        margin: 20px auto;
    }
    .flexchild ul{
        text-align: center;
    }
    #deliverables{
        padding: 20px 10px;
    }
    #deliverables h2{
        font-size:40px;
    }
    #contact{
        height:auto;
    }
    #contact .flexchild{
        text-align: center;
        padding: 20px 0;
    }
    #copyright p{text-align: center;padding: 10px 20px;margin-right:0;}

    .containerTopLeft {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    
    .containerTopCenter {
        float: none;
        clear: both;
        margin: 0 auto;
    }
    
    .containerTopRight {
        float: none;
        clear: both;
        text-align: center;
    }
    
    .topbar{
        height: 135px;
    }

    .logo-img {
        width: 100px;
        margin-top: -10px !important;
    }
    .blank-video-space {
        width: auto;
        height: 30vh;
    }

}
/* 768px */

/* 480px */
@media all and (max-width: 480px){
    body{
        max-width:calc(100%/1);
    }
    .container{
        width:calc(100%/1);
        margin:0;
        padding:0;
    }
    .topbar{
        width:calc(100%/1);
        box-shadow: none;
        border:0;
    }
    .topbar .containerLeft, .topbar .containerRight{
        float:none;
        display:block;
        width:100%;
        text-align:center;
        margin:15px 0;
    }
    .pipeAfter:after{
        content:"\a";
        display: block;
        margin: 10px;
    }
    .containerRight .inlineDiv{
        display:block;
        float:none;
        margin:5px 0;
    }
    #welcomeText p{padding:10px;max-width: 100%;}
    #funnel img{
        width:calc(100%/1);
    }
    #youtube iframe {
        width: 80%;
        height: auto;
    }
    #deliverables .heading-decoration{margin:20px auto;}
    .flexparent{
        flex-direction: column;
    }
    .flexchild{
        width:100% !important;
        box-sizing: border-box;
    }
    #form .containerLeft, #form .containerRight{
        float:none;
        width:100%;
    }
    #form label{
        float:none;
        display: block;
        text-align: center;
    }
    #form input{
        display: block;
        width:65%;
        margin: 20px auto;
    }
    .flexchild ul{
        text-align: center;
    }

    #deliverables{
        padding: 20px 10px;
    }
    #deliverables h2{
        font-size:40px;
    }
    #contact{
        height:auto;
    }
    #contact .flexchild{
        text-align: center;
        padding: 20px 0;
    }
    #copyright p{text-align: center;padding: 10px 20px;margin-right:0;}
    .blank-video-space {
        width: auto;
        height: 30vh;
    }
    .blank-video-space {
        width: auto;
        height: 30vh;
    }
    #youtube iframe {
        width: 100% !important;
        height: 100% !important;
    }


}
/* 480px */