
/* import font from fonts.css*/
@import url(/fonts.css);

*{
    margin: 0;
    padding: 0;
    outline: 0;
}

body{
    margin: 0 auto;
    background: #fff;
    color: #505b69;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
}

                                    /* INDEX//HOME STARTS*/

/* HEADER */

.header-area{
    background: url(../img/Home.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 20px 0;
    height: 100%;
}
.header-area .sort button, .header-area .entry button{
    background: transparent;
    border: 1px solid #A0A9B4;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #505b69;
    padding: 10px;
    margin-right: 10px;
}
.header-area .sort button:last-child,.header-area .entry button:last-child{
    margin-right: 0;
}
.header-area .entry{
    float: right;
}
.header-area .entry .log{
    border: 1px solid #0185f1;
    width: 90px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.header-area .entry .sign{
    border: transparent;
    padding: 11px;
    width: 95px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    box-shadow: 0px 0px 30px #3acfd5;
    color: #fff;
}
.header-area .main-text{
    padding-top: 100px;
}
.header-area .main-text h1{
    font-size: 50px;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.header-area .main-text p{
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.header-area .main-text input{
    border-radius: 30px;
    width: 45%;
    padding: 19px;
    border: transparent;
    margin-right: 15px;
}
.header-area .main-text button{
    font-size: 18px;
    border: transparent;
    padding: 22px;
    width: 160px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    box-shadow: 0px 0px 30px #3acfd5;
    color: #fff;
}
.header-area .main-text .cursive{
    font-style: italic;
    font-size: 16px;
    padding-top: 20px;
    display: inline-block;
}
.header-area .main-text img{
    position: relative;
    top: -15px;
    left: -10px;
    height: 30px;
}

.header-area .brand h6{
    font-size: 18px;
}
.header-area .brand img{
    width: 100px;
    margin: 20px 120px;
}
/* Signup/login */
.signup-bg{
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.login-bg{
    display: none;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.signup,.login{
    background-color: #fff; 
    width: 40%;
    height: 530px;
    padding: 30px;
    margin: 100px auto;
    text-align: center;
}
.signup h3,.login h3{
    font-size: 25px;
}
.signup p,.login p{
    font-size: 16px;
    padding-bottom: 20px;
}
.signup input, .login input{
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #A0A9B4;
}
/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_radio */
.signup input[type=radio]{
    padding: 0;
    width: 20px;
    margin-bottom: 0;
    text-align: unset;
}
.signup label{
    margin-right: 15px;
}
.signup button,.login button{
    margin-top: 30px;
    border: 1px solid #0185f1;
    width: 90px;
    color: #0185f1;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.login{ 
    height: 400px;
}
.login .actype{
    height: 40px;
}
.login .actype input[type=checkbox]{
    float: left;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
}
.login .actype a{
    float: right;
    text-decoration: none;
    color: #000;
}
.login label{
    float: left;
}
/* Signup/login end */


/* Tokensale Start */

.tokensale{
    padding-top: 50px;
}
.tokensale h4{
   font-size: 35px;
   margin-bottom: 40px;
}
.tokensale .top-brand{
    margin: 20px 0px;
    position: relative;
}
.tokensale .top-brand img{
    width: 350px;
}
.tokensale .top-brand .rating{
    position: absolute;
    top: -40px;
    right: 10px;
    font-size: 11px;
    border: transparent;
    padding: 3px;
    width: 45px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    color: #fff;
}
.tokensale .top-brand .detail{
    text-align: left;
    border-left: 1px solid #C9D0D8;
    border-right: 1px solid #C9D0D8;
    border-bottom: 1px solid #C9D0D8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
}
.tokensale .top-brand .detail h5{
    font-size: 25px;
}
.tokensale .top-brand .detail p{
    font-size: 16px;
    color: #C9D0D8;
}
.tokensale .top-brand .detail p i{
    font-size: 16px;
    margin-right: 10px;
    color: #505b69;
    border: 1px solid #505b69;
    border-radius: 50%;
    padding: 0 4px;
}
.tokensale .browse{
    font-size: 18px;
    border: transparent;
    background: #A0A9B4;
    padding: 18px;
    width: 160px;
    color: #fff;
    margin: 30px auto;
}

/* Get Listed Start */

.listed {
    background:  url(../img/bg-list.png) no-repeat;
    background-size: cover;
    color: #ffff;
    padding: 50px 0;
    margin-top:  40px;
}
.listed h6{
    font-size: 18px;
    padding-bottom: 20px;
}
.listed p{
    font-size: 25px;
    font-weight: 300;
    margin-right: 40px;
}
.listed .get-list{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 18px;
    width: 160px;
    background: #fff;
    color: #0185f1;
    margin-top: 40px;
}
.listed .get-list span{
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* Footer */

.footer {
    background: #515C6A;
    padding-top: 50px;
    color: #fff;
}
.footer h4{
    font-size: 25px;
    color: #fff;
}
.footer p{
    color: #A0A9B4;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    margin-right: 140px;
}
.footer h5{
    font-size: 18px;
}
.footer ul li{
    list-style: none;
}
.footer ul li a{
    text-decoration: none;
    color: #A0A9B4;
    font-size: 18px;
}
.footer ul li a i{
    color: #fff;
    margin-right: 10px;
}

.footer .subscribe {
    padding:  50px 0;
}
.footer .subscribe input{
    border-radius: 35px;
    width: 45%;
    padding: 19px;
    border: transparent;
    margin-right: 15px;
}
.footer .subscribe button{
    font-size: 18px;
    border: transparent;
    padding: 22px;
    width: 160px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    color: #fff;
}
.footer .subscribe p{
    font-style: italic;
    font-size: 16px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    margin-left: 120px;
    color: #fff;
}
.footer .subscribe  img{
    position: relative;
    top: 8px;
    left: -130px;
    height: 30px;
}
.footer .copyright{
    border-top: 1px solid #9BA3AC;
    overflow: hidden;
}
.footer .copyright p{
    font-size: 16px;
    margin-right: unset;
}

                                    /* INDEX END */
                                    /* PAGE 2 Start */


.header {
    width: 100%;
    padding: 20px 0;
    height: 100%;
}
.header .sort button, .header .entry button{
    background: transparent;
    border: 1px solid #505b69;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #505b69;
    padding: 10px;
    margin-right: 10px;
}
.header .sort button:last-child,.header .entry button:last-child{
    margin-right: 0;
}
.header .entry{
    float: right;
}
.header .entry .log{
    border: 1px solid #0185f1;
    width: 90px;
    color: #0185f1;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.header .entry .sign{
    border: transparent;
    padding: 11px;
    width: 95px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    box-shadow: 0px 0px 30px #3acfd5;
    color: #fff;
}
.header .promise{
    margin-top: 20px;
    background: url(../img/header-bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 80px;
}
.header .promise h2{
    color: #ffff;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 50px;
}
.header .promise .search{
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.header .promise input{
    width: 100%;
    padding: 20px;
    border-radius: 35px;
    border: transparent;
}
.header .promise i{
    position: absolute;
    right: 30px;
    top: 25px;
}


/*  Rating Start */

.rating {
    margin: 60px 0;
    overflow: hidden;
}
.rating .heading {
    width: 100%;
    height: 100px;
    position: relative;
}
.rating .heading h2{
    font-size: 35px;
    float: left;
}
.rating .heading .dropdown{
    float: right;
    width: 100px;
    border: 1px solid #A0A9B4;
    border-radius: 5px;
    box-shadow: 0px 10px 20px #9BA3AC;
    position: absolute;
    right: 0;
    background: white;
    z-index: 10;
}
.rating .heading .dropdown i{
    padding-left: 20px;
}
.rating .heading .dropdown ul{
    display: none;
    margin-bottom: 0;
}
.rating .heading .dropdown li{
    list-style: none;
    padding: 5px 10px;
    border-top: 1px solid #A0A9B4;
}
.rating .heading .dropdown li a{
    text-decoration: none;
    color: #515C6A;
}
.rating .heading .dropdown:hover ul{
    display: block;
}

.rating .heading2{
    border-bottom: 1px solid #A0A9B4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.rating .heading2 h6{
    font-size: 18px;
}
.rating .rate{
    margin-bottom: 20px;
}
.rating .rate img{
    float: left;
    margin-right: 20px;
}
.rating .rate .desc{
    margin: 25px;
}
.rating .rate .desc h4{
    font-size: 25px;
}
.rating .rate p{
    color: #A0A9B4;
}
.rating .rate .middle{
    margin: auto;
}
.stars{
    color: #FFC000;
}
.page-no{
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
}
.page-no .pagination {
    width: 70%;
    margin: 0 auto;
}
.page-no .page-item.active .page-link{
    background: #A0A9B4;
    color: #fff;
    border-color: #A0A9B4;
}
.page-no .page-item:first-child .page-link{
    margin-right: 35px;
    border: none;
}
.page-no .page-item .page-link{
    margin: 2px;
    border-radius: 3px;
    color: #A0A9B4;
}
.page-no .page-item:last-child .page-link{
    margin-left: 30px;
    border: none;
    color: #666;
}

                                                /* PAGE 3 */

.header.shadow{
    box-shadow: 0 5px 15px #C9D0D8;
}
/* About-Tokia STArt */

.about-tokia{
    margin: 50px auto;
}
.about-tokia h3{
    font-size: 35px;
    margin: 0;
    line-height: 35px;
}
.about-tokia .tokia-rate{
    box-shadow: 0px 5px 15px #C9D0D8;
    border-radius: 5px;
    border: 1px solid #C9D0D8;
}
.about-tokia .tokia-rate .rate-ave{
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    height: 100%;
    padding: 20px;
}
.about-tokia .tokia-rate .rate-ave p{
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1;
}
.about-tokia .tokia-rate .rate-sect{
    padding: 20px 15px;
}
.about-tokia .tokia-rate .rate-sect .reviews{
    display: flex;
    position: relative;
}
.about-tokia .tokia-rate .rate-sect .reviews img{
   width: 20px;
   height: 20px;
   margin-right: 15px;
}
.about-tokia .tokia-rate .rate-sect .reviews p{
    font-size: 18px;
    color: #A0A9B4;
}
.about-tokia .tokia-rate .rate-sect .reviews .point{
    color: #505b69;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    right: 0;
}
.about-tokia .review-jhon{
    margin-top: 40px;
    padding-bottom: 77px;
    border-bottom: 1px solid #C9D0D8;
}
.about-tokia .review-jhon h5{
    font-size: 25px;
}
.about-tokia .review-jhon .jhon{
    padding: 30px 20px;
    box-shadow: 5px 5px 15px #C9D0D8;
}
.about-tokia .review-jhon .jhon h5{
    line-height: 0;
    margin-top: 30px;
}
.about-tokia .review-jhon .jhon p{
    color: #9BA3AC;
}
.about-tokia .tokia-desc {
    margin-top: 50px;
}
.about-tokia .tokia-desc .btn-group {
    margin-bottom: 50px;
}
.about-tokia .tokia-desc .btn-group button{
    background: #fff;
    border: none; 
    transition: none;
    padding: 0;
}
.about-tokia .tokia-desc .btn-group a{
    padding: 10px 12px;
    font-size: 13px;
    text-decoration: none;
    color: #9BA3AC;
    font-weight: 500;
    background: #ffff;
}
.about-tokia .tokia-desc .btn-group button:hover a,.about-tokia .tokia-desc .btn-group .active a{
    border: 1px solid #C9D0D8;
    border-radius: 20px;
    color: #006eed !important;
}
.about-tokia .tokia-desc h4{
    font-size: 35px;
    margin: 0;
}
.about-tokia .tokia-desc p{
    color: #9BA3AC;
}
.about-tokia .tokia-desc .lists{
    margin-top: 30px;
    margin-left: 20px;
}
.about-tokia .tokia-desc .lists li{
    font-size: 18px;
    font-weight: 500;
    list-style: none;
}
.about-tokia .tokia-desc .lists li::before {
    content: "\2022";
    color: #006eed;
    font-size: 34px;
    line-height: 20px; 
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -20px;
}
.about-tokia .tokia-desc .lists p{
    margin-left: 10px;
}
                                                    /* Page 3-Write Review Start*/

.about-tokia .no-box{
    box-shadow: none;
}
.about-tokia .no-box .write-review{
    border-top: 1px solid #C9D0D8;
}
.about-tokia .no-box .write-review .lteam{
    display: flex;
    margin-top: 10px;
}
.about-tokia .no-box .write-review .lteam p{
    color: #A0A9B4;
    margin-right: 5px;
}
.about-tokia .no-box .write-review .lteam img{
    height: 16px;
    margin: 5px 4px;
}
.about-tokia .no-box .write-review button{
    background: #a0a9b4;
    color: white;
    margin: 0 20%;
    border-radius: 20px;
}

.about-tokia .preico {
    border: 1px solid #C9D0D8;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px 15px;
    overflow: hidden;
}
.about-tokia .preico p{
    color: #A0A9B4;
}
.about-tokia .preico h5{
    margin: 0;
}
.about-tokia .preico .info{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #C9D0D8;
    font-size: 14px;
}
.about-tokia .preico .info .rightin p{
    color: #505b69;
}
.about-tokia .preico button{
    color: #505b69;
    background: #fff;
    border-radius: 5px;
    border:1px solid #C9D0D8;
    margin:0 20px;
    width: 85%;
}
/* POPUP Write REVIEW */
.writing-box{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
}
.writing-box .writing{
    width: 500px;
    border-radius: 5px;
    background: #fff;
    margin: auto;
    margin-top: 200px;
    padding: 30px;
}
.writing-box .writing h4{
    margin: 0;
}
.writing-box .writing p{
    color: #A0A9B4;
    margin-bottom: 50px;
}
.writing-box .writing .stars{
    font-size: 26px;
    color: #A0A9B4;
}
.writing-box .writing input{
    width: 100%;
    height: 120px;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #C9D0D8;
}
.writing-box .writing button{
    background: #ffff;
    border: 1px solid #006eed;
    color: #0185f1;
    border-radius: 20px;
    font-size: 18px;
}

                                                    /* Page 3- TEAM */
.about-tokia .team-advisor .team-sec{
    margin-bottom: 50px;
}
.about-tokia .team-advisor .team-sec .member{
    width: 22%;
    margin: 20px 10px;
    display: inline-block;
}
.about-tokia .team-advisor .team-sec .member .details{
    margin-top: 30px;
}
.about-tokia .team-advisor .team-sec .member .details h5{
    margin: 0px;
}
.about-tokia .team-advisor .team-sec .member .details p{
    font-size: 14px;
}
                    /* INTEREST section  */
.interest {
    border-top: 1px solid #C9D0D8;
    padding-top: 50px;
}
.interest h5{
    display: inline-block;
}
.interest .find{
    position: absolute;
    right: 0;
    background: #C9D0D8;
    color: #fff;
    padding: 5px 10px;
}
.interest .top-brand{
    margin: 20px 0px;
    width: 100%;
    height: 100%;
    position: relative;
}
.interest .top-brand img{
    width: 100%;
}
.interest .top-brand .rating{
    position: absolute;
    top: -50px;
    right: 10px;
    font-size: 11px;
    border: transparent;
    padding: 3px;
    width: 45px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    color: #fff;
    text-align: center;
}
.interest .top-brand .detail{
    text-align: left;
    border-left: 1px solid #C9D0D8;
    border-right: 1px solid #C9D0D8;
    border-bottom: 1px solid #C9D0D8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
}
.interest .top-brand .detail h5{
    font-size: 25px;
}
.interest .top-brand .detail p{
    font-size: 16px;
    color: #C9D0D8;
}
.interest .top-brand .detail p i{
    font-size: 16px;
    margin-right: 10px;
    color: #505b69;
    border: 1px solid #505b69;
    border-radius: 50%;
    padding: 0 4px;
}

                                                                    /* PAGE-3 LEGAL */

.about-tokia .legal h4{
    margin-bottom: 20px;
}
.about-tokia .legal p{
    color: #A0A9B4;
}
.about-tokia .legal .jason {
    margin-bottom: 30px;
}
.about-tokia .legal .jason img{
    float: left;
    margin-right: 20px;
}
.about-tokia .legal .jason .stats p{
    margin: 0;
}


                                                    /* PAGE-3 RATING */

.about-tokia .ratings h4{
    margin-bottom: 20px;
}
.about-tokia .ratings p{
    color: #A0A9B4;
    margin: 0;
}
.about-tokia .ratings .jason {
    margin-bottom: 20px;
    overflow: hidden;
}
.about-tokia .ratings .jason .rest{
    border-bottom: 1px solid #C0D0D8;
    width: 88%;
    float: right;
    margin-bottom: 20px;
}
.about-tokia .ratings .jason img{
    float: left;
    margin-right: 20px;
}
.about-tokia .ratings .jason .stats{
    float: left;
    width: 74%;
}
.about-tokia .ratings .jason .rates{
    float: right;
    text-align: center;
    width: 26%;
    height: 139px;
}
.about-tokia .ratings .jason .rates .tech{
    float: left;
    padding-right: 10px;
}
.about-tokia .ratings .jason .rates .team{
    float: left;
    padding-right: 10px;
}
.about-tokia .ratings .jason .rates .token{
    float: left;
}

                                            /* PAGE- 3 MILESTONE */


.milestone .mile1{
    float: right;
    width: 53%;
}
.milestone .mile1 h4,.milestone .mile1 h3 {
    float: left;
    margin-right: 30px;
    background: #009df4;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    padding-top: 13px;
    position: relative;
}
.milestone .mile1 h4::before {
    position: absolute;
    content: "";
    background: #009df4;
    width: 3px;
    height: 100px;
    top: 50px;
    left: 25px;
}
.milestone .mile1 .milepara, .milestone .mile2 .milepara{
    float: right;
    padding: 10px 20px;
    width: 75%;
    border: 1px solid #C9D0D8;
    border-radius: 5px;
    position: relative;
}
.milestone .mile1 .milepara p, .milestone .mile2 .milepara p{
    margin: 0px;
}
.milestone .mile1 .milepara .arrow-left {
    border: solid #C9D0D8;
    display: inline-block;
    padding: 5px;
    border-width: 0 1px 1px 0;
    transform: translateY(15.5px) rotate(143deg) skew(10deg, -10deg) translateX(15px);
    background-color: #FFF;
    position: absolute;
    top: -7px;
    left: 4px;
}
.milestone .mile2 .milepara .arrow-right{
    border: solid #C9D0D8;
    display: inline-block;
    padding: 5px;
    border-width: 0 1px 1px 0;
    transform: translateY(15.5px) rotate(-37deg) skew(10deg, -10deg) translateX(15px);
    background-color: #FFF;
    position: absolute;
    top: 20px;
    right: 4px;
}
.milestone .mile2{
    margin-top: 150px;
    width: 53%;
}
.milestone .mile2 h4 {
    float: right;
    margin-left: 30px;
    background: #009df4;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 13px;
    position: relative;
}
.milestone .mile2 h4::before {
    position: absolute;
    content: "";
    background: #009df4;
    width: 3px;
    height: 90px;
    top: 50px;
    left: 25px;
}
.milestone .mile2 .milepara{
    float: left;
}


                                            /* Dashboard */
.dashboard{
    background: #f1f1f1;
    padding: 150px 0;
}
.dashboard .groups{
    width: 100%;
    height: 100%;
    margin: 0px auto;
}
.dashboard .groups h2{
    font-size: 35px;
    width: 100%;
}
.dashboard .groups p{
    font-size: 18px;
    color: #A0A9B4;
    margin-bottom: 40px;
}
.dashboard .groups .company{
    background: #ffff;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgb(194, 195, 201);
}
.dashboard .groups .company .group{
    padding: 15px 20px;
    border-bottom: 1px solid #C0D0D8;
    overflow: hidden;
}
.dashboard .groups .company .group img{
    float: left;
    margin-right: 20px;
}
.dashboard .groups .company .group .grp-det{
    float: left;
    width: 60%;
    padding-top: 10px;
}
.dashboard .groups .company .group .grp-det p{
    color: #A0A9B4;
    margin: 0;
}
.dashboard .groups .company .group .btn-grp{
    float: right;
    margin-top: 40px;
}
.dashboard .groups .company .group .btn-grp .view{
    background: #a0a9b4;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    margin-right: 10px;
}
.dashboard .groups .company .group .btn-grp .aprove{
    background: #009df4;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    margin-right: 10px;
}

                                                /* COMPANY PROFILE */

.ceo{
    background: #f5f5f5;
    padding: 40px 0;
}
.ceo img{
    width: 100px;
    float: left;
    margin-right: 20px;
}
.ceo .name{
    padding-top: 20px;
}
.ceo .name h3{
    font-size: 35px;
    margin-bottom: 0;
}
.ceo .name p{
    font-size: 18px;
    color: #A0A9B4;
}
.ceo button{
    float: right;
    background: #a0a9b4;
    color: #FFF;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 40px;
}

/* Submisson  */

.submissons {
    margin: 30px 0;
}
.submissons {
    margin: 30px 0;
}
.submissons h2{
    display: inline-block;
}
.submissons button{
    float: right;
    padding: 5px 10px;
    border: 1px solid #A0A9B4;
    background: #fff;
    color: #A0A9B4;
    border-radius: 20px;
}
.top-brand{
    margin: 20px 0px;
    width: 100%;
    height: 100%;
    position: relative;
}
.top-brand img{
    width: 100%;
}
.top-brand .rating{
    position: absolute;
    top: -50px;
    right: 10px;
    font-size: 11px;
    border: transparent;
    padding: 3px;
    width: 45px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #3acfd5 0%, #006eed 100%)!important;
    color: #fff;
    text-align: center;
}
.top-brand .detail{
    text-align: left;
    border-left: 1px solid #C9D0D8;
    border-right: 1px solid #C9D0D8;
    border-bottom: 1px solid #C9D0D8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
}
.top-brand .detail h5{
    font-size: 25px;
}
.top-brand .detail p{
    font-size: 16px;
    color: #C9D0D8;
}
.top-brand .detail p i{
    font-size: 16px;
    margin-right: 10px;
    color: #505b69;
    border: 1px solid #505b69;
    border-radius: 50%;
    padding: 0 4px;
}
.submissons .grp-active{
    margin-top: 50px;
    margin-bottom: 20px;
}
.submissons .grp-active h4{
    color: #006eed;
}
.submissons .cover{
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 92%;
    height: 89%;
    top: 20px;
}
.submissons .cover button{
    padding: 5px 20px;
    margin: 40%;
    border-radius: 5px;
    color: #515C6A;
}
.submissons .top-brand:hover + .cover{
    display: block;
}


                                                /* FIND */


.rating .find1{
    background: #f2f2f2;
    padding-right: 0;
}
.rating .find1 h6{
    font-size: 18px;
    border-bottom: 1px solid #A0A9B4;
    padding-top: 20px;
    padding-bottom: 18px;
}
.rating .find1 ul li{
    list-style: none;
    padding: 5px 0;
}
.rating .find1 ul li a{
    text-decoration: none;
    color: #A0A9B4;
    font-size: 1.15rem;
}
.rating .find1 ul li.active a{
    font-weight: 500;
    color: #006eed;
}
.rating .find2{
    padding-left: 0;
}
.rating .find2 .heading2{
    padding-left: 20px;
    padding-top: 20px;
}
.rating .find2 .rate{
    padding-left: 20px;
}
.rating .find2 .rate .desc{
    margin: 0;
}

                                            /* Submission Form */

.submit{
    margin: 50px 0;
}
.submit .sub-head {
    display: block;
    float: left;
    margin-bottom: 20px;
}
.submit .sub-head p{
    color: #C9D0D8;
}
.submit .sub-button{
    background: #fff;
    padding: 10px 20px;
    color: #006eed;
    border-radius: 25px;
    border: 1px solid #006eed;
    font-weight: 500;
    height: 50px;
    margin-left: auto;
}
.submit .protitle input{
    width: 45%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #C9D0D8;
    margin-bottom: 20px;
}
.submit .protitle input:last-child{
    margin-left: auto;
}
.submit .prodesc input{
    width: 100%;
    height: 180px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #C9D0D8;
    margin-bottom: 20px;
}
.submit .logo-up {
    height: 90px;
    padding: 10px 20px;
    border: 2px dotted #C9D0D8;
}
.submit .logo-up .file{
    position: absolute;
    left: 47%;
}
.submit .logo-up i{
    font-size: 40px;
}
.submit .logo-up i, .submit .logo-up p{
    color: #C9D0D8;
}
.submit .logo-up input{
    opacity: 0;
    margin-left: 45%;
    z-index: 5;
}
.submit .buttons{
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #C9d0d8;
}
.submit .buttons button{
    background:#fff;
    border: none;
    margin-bottom: 5px;
}
.submit .buttons button a{
    border-radius: 25px;
    color: #C9D0D8;
    text-decoration: none;
    padding: 10px 20px;
}
.submit .buttons .active a ,.submit .buttons button a:hover{
    color:  #006eed;
    border: 1px solid #C0D0D8;
}
.submit .type-text input{
    width: 100%;
    height: 380px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #C9D0D8;
    margin-bottom: 20px;
}
.submit .sub-btn2{
    background: #ffff;
    padding: 10px 20px;
    color: #006eed;
    border-radius: 25px;
    border: 1px solid #006eed;
    font-weight: 500;
    height: 50px;
}

                                    /* Submission Form - Legal */

.submit .sub-legal h4{
    width: 100%;
    margin-bottom: 30px;
}
.submit .sub-legal .legal-up{
    padding: 20px;
    height: 380px;
    border: 1px solid #C9D0D8;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}
.submit .sub-legal .legal-up .img-up{
    border: 1px dotted #C9D0D8;
    border-radius: 50%;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.submit .sub-legal .legal-up .img-up i{
    font-size: 40px;
    color: #C9D0D8;
    position: absolute;
    left: 37%;
    top: 40px;
    z-index: -5;
}
.submit .sub-legal .legal-up .img-up input{
    z-index: 5;
    opacity: 0;
    margin-top: 45px;
}
.submit .sub-legal .legal-up p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 900;
}
.submit .sub-legal .legal-up input{
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #C9D0D8;
    margin-bottom: 20px;
}



                                    /* Submission Form - Team */

.submit .sub-team {
    margin-bottom: 40px;
}
.submit .sub-team h4{
    width: 100%;
    margin-bottom: 30px;
}
.submit  .team-up .img-up{
    border: 1px dotted #C9D0D8;
    border-radius: 50%;
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.submit .team-up .img-up i{
    font-size: 40px;
    color: #C9D0D8;
    position: absolute;
    left: 41%;
    top: 41%;
    z-index: -5;
}
.submit .team-up .img-up input{
    z-index: 5;
    opacity: 0;
    margin-top: 70px;
}
.submit  h6{
    margin-top: 20px;
    font-weight: bold;
}
.submit  p{
    font-size: 14px;
    color: #C9D0D8;
}
.submit .sub-team  img{
    width: 100%;
}


/* POPUP */
.submit .team-pop {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
}
.submit .team-pop .team-up{
    background: #fff;
    width: 35%;
    padding: 20px;
    margin: 0 auto;
    top: 800px;
    position: relative;
}
.submit .team-pop .team-up .img-up input{
    opacity: 0;
}
.submit .team-pop .team-up .img-up i{
    z-index: 1;
}
.submit .team-pop  input{
    border: 1px solid #C0D0D8;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
}


                                    /* Submission Form - Milestone */

.submit .milestone .right-stone{
    width: 52.5%;
    display: flex;
    margin-left: auto;
}
.submit .milestone .right-stone h4 ,.submit .milestone .right-stone h3  {
    margin-right: 30px;
    background: #009df4;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    padding-top: 13px;
    position: relative;
}
.milestone .right-stone h4::before {
    position: absolute;
    content: "";
    background: #009df4;
    width: 3px;
    height: 100px;
    top: 50px;
    left: 25px;
}
.milestone .right-stone .milepara, .milestone .left-stone .milepara {
    float: right;
    padding: 10px 20px;
    width: 55%;
    border: 1px solid #C9D0D8;
    border-radius: 5px;
    position: relative;
}
.milestone .right-stone .milepara .arrow-left {
    border: solid #C9D0D8;
    display: inline-block;
    padding: 5px;
    border-width: 0 1px 1px 0;
    transform: translateY(15.5px) rotate(143deg) skew(10deg, -10deg) translateX(15px);
    background-color: #FFF;
    position: absolute;
    top: -7px;
    left: 4px;
}
.milestone .left-stone .milepara .arrow-right {
    border: solid #C9D0D8;
    display: inline-block;
    padding: 5px;
    border-width: 0 1px 1px 0;
    transform: translateY(15.5px) rotate(-37deg) skew(10deg, -10deg) translateX(15px);
    background-color: #FFF;
    position: absolute;
    top: 20px;
    right: 4px;
}
.submit .milestone .left-stone{
    margin-right: auto;
    float: left;
    width: 52%;
}
.milestone .left-stone h4 {
    float: right;
    margin-left: 30px;
    background: #009df4;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 13px;
    position: relative;
}
.milestone .left-stone h4::before {
    position: absolute;
    content: "";
    background: #009df4;
    width: 3px;
    height: 100px;
    top: 50px;
    left: 25px;
}
.submit .add-new{
    margin: 80px 0;
}
.submit .add-new input{
    border: 1px solid #C0D0D8;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px 0;
    margin-right: 10px;
}
.submit .add-new .type2{
    width: 60%;
}
.submit .add-new button{
    padding: 10px 20px;
    text-transform: uppercase;
    background: #C9D0D8;
    border: none;
}