/* CUSTOM */

.btn-custom{
    border-radius: 29px;
    padding:25px 45px;
    text-transform: uppercase;
    font-size:16px;
}
.btn-colored{
    background:#FFB900;
    color:#fff;
}
.btn-colored:hover, .btn-colored:focus, .btn-colored:active{
    color:#fff;
}
.btn-bordered{
    background:#fff;
    color:#FFB900;
    border:1px solid #FFB900;
}
.btn-bordered:hover, .btn-bordered:focus, .btn-bordered:active{
    color:#FFB900;
}
.flexbox{
    display:flex;
}
body,html{
    height:100%;
    font-family: 'Ubuntu', sans-serif;
}
.fullheight{
    height:100%;
}
.btn-white{
    background:#fff;
    color:#000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)!important;
}
.btn-shadow{
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.42)!important;
}

.box.box-shadow{
    box-shadow:none;
    /*padding:0;*/
}



/* Index Header */

.top{
    padding:35px;
}
.top .row{
    align-items:center;
}
.top .logo{
    width:190px;
    margin:0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color:#2F2F2F;
}
.navbar-light .navbar-nav .nav-link{
    color:#767676;
    font-weight:bold;
    padding:0px 20px;
}


/* Index Content */

.startHeaderBox h2{
    font-weight:bold;
    font-size:48px;
    margin-bottom:15px;
    font-weight: 700;
	letter-spacing: -4px;
    line-height: 60px;
    color:#000;
}
.startHeaderBox .title.small h2{
    font-size:27px;
    letter-spacing: 0;
    line-height:35px;
    display:block;
    margin:0;
    margin-bottom:25px;
}
.startHeaderBox .title.small{
    margin-bottom:15px;
}
.startHeaderBox .iconList{
    font-size:18px;
}
.startHeaderBox .iconList i{
    margin-top:1px;
}
.startHeaderBox .iconList span{
    display:block;
    margin-top:-3px;
}
.colored{
    color:#FFB900;
}
.startHeaderBox{
    padding:50px 0px;
    position:relative;
    padding-bottom:0px;
    font-size:18px;
    color:rgba(0, 0, 0, .55);
    padding-top:20px;
}
.startHeaderBox .btn-custom{
    margin-right:10px;
}
.shorten.box{
    box-shadow: 0px 0px 35px #00000029;
    border-radius: 39px;
    background:#fff;
    padding:45px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:50px;
    max-width:500px;
    color:rgba(0,0,0,.55);
    position:relative;
}
.shorten.box h3{
    margin-bottom:15px;
    font-weight: 700;
    letter-spacing: -2px;
    color:#000;
}
.shorten.box a{
    color:rgba(0,0,0,.55);
    font-weight:bold;
}
.shorten.box input{
    border-radius:6px;
    padding:20px;
    width:80%;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.shorten.box form .btn-custom{
    width:30%;
    margin-left:-25px;
    padding:10px
}
.shorten.box .colored{
    color:#FFB900;
}
.startHeaderBox .scroll_down{
    position:absolute;
    left:0;right:0;bottom:0;
    margin:0 auto;
    text-align:center;
    cursor:pointer;
    color:rgba(0,0,0,.45);
}
.startHeaderBox .scroll_down .fa{
    color:rgba(0, 0, 0, .25);
    font-size:35px;
    display:block;
    margin-top:10px;
}
.startHeaderInfo{
    text-align:center;
    padding-bottom:50px;
    font-size:18px;
    margin-top:50px;
}
.startHeaderBox .bigBee{
    width: 170px;
    display:block;
    margin:0 auto;
    margin-bottom: -100px;
    margin-top:-15px;
}


/* Login, PW Reset, Register */ 

.left-70{
    width:70%;
}
.left-50, .right-50{
    width:50%;
}
.right-30{
    width:30%;
}

.left{
    height:100%;
}
.colored-bg .box{
    padding:100px;
}
.colored-bg .box h2{
    font-size:45px;
    font-weight:bold;
}
.colored-bg .box span{
    color:rgba(255, 255, 255, .69);
    display:block;
    margin-top:15px;
    margin-bottom:20px;
}

.left .logo, .registerSuccess .logo{
    width:190px;
    position:absolute;
    left:15px;
    top:15px;
}
.left .box, .logregbox, .registerBox{
    width: 100%;
    max-width: 550px;
    margin:0 auto;
    padding:200px 0px;
}
.colored-bg{
    background:linear-gradient(to bottom, #ffd561 0%, #FFB900 100%);
    color:#fff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.16);
    border-top-left-radius:39px;
    border-bottom-left-radius:39px;
}
.box-shadow{
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.16);
    border-top-right-radius:39px;
    border-bottom-right-radius:39px;
}

.logregbox h2{
    font-size:45px;
    font-weight:bold;
}
.logregbox span{
    color:rgba(0, 0, 0, .47);
}
.logregbox .fab{
    background:#F7F7F7;
    border-radius:50%;
    padding:20px;
    font-size:30px;
    display:inline-block;
    margin:25px 10px;
}
.logregbox .fa-facebook{
    color:#3275E3;
}
.logregbox .fa-google{
    color:#CD2C2E;
}
.logregbox .lines{
    display:flex;
    align-items:center;
    margin-bottom:25px;
    color:#ACACAC;
}
.logregbox .lines .l{
    border:1px solid rgba(112, 112, 112, .28);
    width:50%;
}
.logregbox .lines span{
    text-transform: uppercase;
    padding:0px 15px;
}
.logregbox a{
    color:#FFB900;
    text-decoration: none;
}
.logregbox input{
    border-radius: 50px;
    background:#F7F7F7;
    padding:15px 25px;
    border:none;
}
.logregbox .regSmall{
    font-size:14px;
    color:rgba(0, 0, 0, .44);
    padding-left:25px;
}


.registerBox h2{
    font-size:52px;
    font-weight:bold;
}
.registerBox span{
    display:block;
    margin:25px 0px;
    color:rgba(0, 0, 0, .69);
}
.registerBox .check-box{
    font-size:20px;
    align-items:center;
}
.registerBox .check-box .fa{
    color:#FFB900;
    border:2px solid #FFB900;
    font-size:12px;
    border-radius:50%;
    padding:5px;
    margin-right:10px;
}

.registerSuccess{
    width:100%;
}
.registerSuccess .box{
    text-align:center;
    max-width:700px;
}
.registerSuccess .box i{
    font-size:150px;
    color:#FFB900;
}
.registerSuccess .box h2{
    font-size:45px;
    color:#FFB900;
    font-weight:bold;
    margin-bottom:25px;
    margin-top:25px;
}
.registerSuccess span{
    font-size:16px;
}
.registerSuccess p{
    color:rgba(0,0,0,.4);
    margin:15px 0px;
}
.registerSuccess a{
    color:#FFB900;
}


.subBox h2{
    font-weight: bold;
    color:#000;
    margin-bottom:25px;
}
.subBox{
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.16);
    border-radius: 39px;
    padding:50px;
    color:rgba(0, 0, 0, .69);
}


.section{
    padding:100px 0px;
}


.title{
    margin-bottom:50px;
}
.title h2{
    font-size:58px;
    font-weight:bold;
    margin-bottom:25px;
}
.title h2 strong{
    color:#FFB900;
}
.title h4{
    color:rgba(0, 0, 0, .55);
    font-size:18px;
}

.bg-colored{
    background:#FFB900;
    color:#fff;
}


.shared .title{
    margin-bottom:25px;
}
.shared img{
    width:170px;
    margin:0 auto;
    display:block;
    margin-bottom:-100px;
}
.shared .colored{
    color:#000;
}
.iconList{
    color:#000;
}
.iconList i{
    font-size:14px;
    border:1px solid #000;
    border-radius:2px;
    padding:4px;
    margin-right:10px;
}
.shared .title h2{
    font-size:31px;
}
.shared .shorten.box{
    position:relative;
}

.problems{
    font-size:18px;
}
.problems img{
    width:100%;
}
.problems .problemBox{
    border-radius: 10px;
    background:rgba(253, 71, 102, .11);
    display:inline-flex;
    padding:15px;
    margin-bottom:15px;
    font-size:16px;
}
.problems .problemBox i{
    color:rgba(255, 0, 0, 1);
    border-radius:50%;
    border:2px solid rgba(255, 0, 0, 1);
    padding:4px 6px;
    margin-right:5px;
    font-size:10px;
}

.bestContent .title .colored{
    color:#000;
    display:block;
}
.bestContent .iconList{
    color:#fff;
}
.bestContent .iconList i{
    border:1px solid #fff;
}
.marketing.bestContent .topImg{
    width:80px;
    margin-right:10px;
}
.marketing.bestContent .topBigimage{
    width:70%;
    margin:0 auto;
}
.bestContent .btn-custom{
    font-size:25px;
    padding: 40px 65px;
    border-radius: 45px;
}

.who{
    font-size:18px;
}
.who img{
    width:100%;
}

.effi img{
    width:100%;
}
.effi .iconList i{
    color:#FFB900;
    border:none;
    font-size:20px;
}
.effi .iconList{
    font-size:18px;
    padding-left:70px;
}
.effi h2{
    font-size:58px;
    font-weight:bold;
    display:inline-block;
}
.effi .number{
    background: #FFB900;
    border-radius: 50%;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 12px;
    line-height: 47px;
    margin-right:15px;
}
.effi .firstLine{
    width: 50%;
    margin: 0 auto;
    display: block;
}
.effi .secondLine{
    width: 50%;
    margin: 0 auto;
    display: block;
}

.testit .title{
    max-width:60%;
    margin:0 auto;
    margin-bottom:50px;
}
.testit .colored{
    color:#000;
}
.testit .box{
    background:#fff;
    padding:25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    border-radius: 31px;
    color:#000;
    font-size:16px;
    position:relative;
    z-index:2;
}
.testit .box i{
    font-size:30px;
    margin-right:15px;
}
.testit .box strong{
    display:block;
    margin-bottom:15px;
}
.testit .box.middle{
    margin-top:100px;
}
.testit .col-md-4{
    padding-left:25px;
    padding-right:25px;
}
.testit .whiteLine{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    top: 40px;
}


.most a{
    color:#000;
}
.most .details{
    background:rgba(247, 247, 247, 1);
    padding:15px 25px;
    border-radius:10px;
    display:flex;
    align-items:center;
    margin:10px;
    transition: .3s ease all;
    cursor:pointer;
}
.most .details:hover{
    background:#FFB900;
}
.most .details:hover i{
    color:#fff;
}
.most .details i{
    margin-right:10px;
    font-size:20px;
    color:#FFB900;
    transition: .3s ease all;
}
.most .flexbox{
    flex-flow: wrap;
}
.most .btn{
    margin-top:50px;
}

.marketing{
    padding:50px 0px;
    font-size:18px;
}
.marketing .cut{
    width:100%;
    margin-top:-1px;
    margin-bottom:-1px;
    height:160px;
}
.marketing .innerBox img{
    width:150px;
}
.marketing h2{
    font-size:58px;
    font-weight:bold;
    margin-bottom:25px;
}
.marketing h2 strong{
    color:#000;
}


.quotes .quoteBox{
    margin-bottom:100px;
}
.quotes .quoteBox.toRight>.row{
    flex-direction: row-reverse;
}
.quotes{
    font-size:18px;
}
.quotes .quote{
    margin-top:-5px;
    width:100%;
}
.quotes .userText{
    color:rgba(0, 0, 0, .55);
    margin-bottom:25px;
}
.quotes .userImage{
    width:65px;
    border-radius:50%;
    margin-right:25px;
}
.quotes .userName{
    display:block;
    margin-bottom:-5px;
}
.quotes .userTitle{
    color:rgba(0, 0, 0, .55);
}
.quotes .userLogo{
    width:150px;
}


.ownQuote .quote{
    width:100%;
}
.ownQuote{
    color:rgba(0, 0, 0, .55);
    font-size:18px;
}
.ownQuote .signature{
    width:250px;
    margin-top:25px;
}
.ownQuote img{
    width:100%;
}


.footer{
    background:#000;
    color:rgba(90, 90, 90, 1);
    padding:50px;
}
.footer a{
    color:rgba(90, 90, 90, 1);
    display:inline-block;
    padding-right:15px;
}
.footer a.p-left{
    padding-left:15px;
}
.footer img{
    width:120px;
    margin-right:15px;
}
.footer h4{
    font-size:30px;
}
.footer hr{
    margin:50px 0px;
}
.footer i{
    display:inline-block;
    font-size:24px;
}
.footer .socialLinks a{
    margin:0px 5px;
}

.justify-content-flex-end{
    justify-content: flex-end;
}

.mobile-nav-link-always{
    display:none;
}

.m-block{
    display:none;
}


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

    .m-none{
        display:none;
    }
    .m-block{
        display:block;
    }

    .btn-custom{
        display:block;
        margin:0 auto;
        max-height:inherit;
        height:auto;
        padding:14px 45px;
    }

    .mobile-nav-link-always, .mobile-nav-link-always:hover, .mobile-nav-link-always:active, .mobile-nav-link-always:focus{
        display:block;
        text-align:right;
        width:100%;
        font-size: 18px;
        padding: 5px 20px;
        padding-right: 0px;
        color: #767676;
        font-weight: bold;
        position:absolute;
        right:35px;
        top:58px;
        z-index:99;
    }

    .top{
        padding:15px;
    }
    .top .row{
        align-items: inherit;
    }
    .startHeaderBox{
        padding:50px 0px;
        padding-bottom:25px;
    }
    .startHeaderInfo{
        font-size:14px;
        padding:0px 45px;
    }
    .navbar-toggler{
        position:absolute;
        right:0;top:-1px;
    }
    .navbar{
        padding-right:0;
    }
    .navbar-nav{
        margin-top:35px;
    }
    .nav-item{
        width:100%;
        text-align:right;
        background:#fff;
        position:relative;
        z-index:998;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size:18px;
        padding:5px 20px;
        padding-right:0px;
    }
    .navbar .btn-custom{
        padding: 12px 0px;
        font-size: 14px;
        width: 100%;
    }
    .startHeaderBox h2{
        font-size: 29px;
        line-height: 41px;
        letter-spacing: -1px;
    }
    .startHeaderBox .btn-custom{
        padding:12px 25px;
    }
    .shorten.box{
        margin:50px 0px;
        padding:25px 20px;
    }
    .shorten.box form .btn-custom{
        font-size:13px;
    }
    .shorten.box input{
        padding:20px 10px;
    }
    .startHeaderBox .shorten.box{
        margin-bottom:15px;
    }
    .startHeaderBox .title.small h2{
        font-size:22px;
        margin-top:35px;
    }

    .shorten.box h3{
        font-size:22px;
    }


    .flexbox.fullheight{
        display:block;
    }
    .left, .right{
        width:100%!important;
        height:auto;
    }

    .left .box, .logregbox, .registerBox{
        padding:100px 0px;
        padding-top:150px;
        width:90%;
    }
    .logregbox h2{
        font-size:39px;
    }
    .logregbox .fab{
        padding: 14px;
        font-size: 24px;
        margin: 15px 10px;
    }

    .colored-bg{
        border-radius:0;
    }
    .colored-bg .box{
        padding:50px;
    }

    .registerBox h2{
        font-size:37px;
    }
    .registerBox .check-box{
        font-size:15px;
    }
    .registerBox .check-box .fa{
        padding:3px;
        font-size:10px;
    }

    .registerSuccess .box{
        padding-top:100px;
        width:95%;
        margin:0 auto;
    }
    .registerSuccess .box h2{
        font-size:40px;
        margin-top:15px;
    }
    .registerSuccess .box i{
        font-size:100px;
    }

    .box-shadow{
        border-radius:0;
    }
    
    .title{
        text-align:center;
    }
    .title h2{
        font-size:34px;
    }
    
    .shared{
        text-align:center;
        padding:50px 0px;
        padding-bottom:0;
    }
    .shared img{
        margin-top:10px;
    }

    .most .details{
        padding:10px 15px;
    }

    .marketing .innerBox{
        padding:50px 0px;
        padding-top:15px;
    }

    .quotes{
        font-size:14px;
        padding:50px 0px;
    }
    .quotes .quoteBox{
        margin-bottom:50px;
    }
    .quotes .userLogo{
        width:100%;
    }
    .quotes .userName, .quotes .userTitle{
        font-size:12px;
    }
    .quotes .userImage{
        width:45px;
        margin-right:10px;
    }

    .footer{
        padding:25px;
    }
    .footer .col-md-2{
        width:50%;
        margin-bottom:25px;
    }

    .footer img{
        width:80px;
    }
    .footer h4{
        font-size:20px;
    }
    .footer .btn{
        padding:12px;
        width:100%;
        margin-top:-10px;
    }
    .footer .socialLinks{
        margin-top:50px;
    }



    .effi h2{
        font-size:33px;
    }
    .effi img{
        display:none;
    }
    .shared .title h2{
        font-size:26px;
    }
    .iconList{
        text-align:left;
    }
    .iconList .align-items-center{
        align-items:flex-start!important;
    }

    .problems .problemBox{
        width:100%;
        align-items:flex-start!important;
    }
    .problems .problemBox i{
        margin-top:3px;
        margin-right:10px;
    }
    .problems img{
        display:none;
    }

    .bestContent .iconList i{
        margin-top:5px;
    }
    .bestContent .btn-custom{
        font-size:16px;
        border-radius: 29px;
        padding: 15px 45px;
    }
    .marketing.bestContent .topBigimage{
        margin:0 auto;
        margin-top:10px;
        display:block;
    }
    .marketing .cut{
        height:90px;
    }
    .marketing.bestContent .prices{
        background:#fff;
        border-radius:20px;
        padding:15px;
    }

    .effi .iconList{
        padding-left:50px;
    }
    .effi .row{
        background:#fff;
        position:relative;
    }
    .effi .firstLine {
        transform: rotate(-310deg);
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
        z-index: -1;
    }
    .effi .secondLine {
        transform: rotate(-50deg);
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
        z-index: -1;
    }
    
    .testit .title{
        max-width:100%;
    }
    .testit .box.middle{
        margin:50px 0px;
    }

    .section{
        padding:50px 0px;
    }

    .ownQuote img{
        margin-bottom:50px;
    }

    .testit .whiteLine{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 130%;
        top: 270px;
        transform: rotate(85deg);
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .icon-showcase .icon-showcase-cell, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
        padding-left:20px;
        padding-right:20px;
    }

}