@font-face {
    font-family: 'Conv_Gotham-Medium';
    src:url(../fonts/Gotham-Medium.eot);
    src: local('☺'), url(../fonts/Gotham-Medium.woff) format('woff'), url(../fonts/Gotham-Medium.ttf) format('truetype'), url(../fonts/Gotham-Medium.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_gotham-light';
    src:url(../fonts/gotham-light.eot);
    src: local('☺'), url(../fonts/gotham-light.woff) format('woff'), url(../fonts/gotham-light.ttf) format('truetype'), url(../fonts/gotham-light.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Gotham-Bold';
    src:url(../fonts/Gotham-Bold.eot);
    src: local('☺'), url(../fonts/Gotham-Bold.woff) format('woff'), url(../fonts/Gotham-Bold.ttf) format('truetype'), url(../fonts/Gotham-Bold.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Gotham-Book';
    src:url(../fonts/Gotham-Book.eot);
    src: local('☺'), url(../fonts/Gotham-Book.woff) format('woff'), url(../fonts/Gotham-Book.ttf) format('truetype'), url(../fonts/Gotham-Book.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
html
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    min-height: 100%;
    color: #333333;
    font-family: "Montserrat",sans-serif;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
a{
    color: #000000;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,p{
    margin: 0;padding: 0;
}

.container-fluid{
    padding-left: 150px;
    padding-right: 150px;
}
.coBtnBox{
    margin-top: 87px;
    text-align: center;
}
.coButton{
    border-radius: 70px;
    background: #00C143;
    border: none;
    font-size: 26px;
    color: #ffffff !important;
    padding: 18px 60px;
    text-decoration: none;
    display: inline-block;
}
.headline{
    text-align: center;
    color: #332851;
    font-family: "conv_gotham-medium";
    font-size: 93px;
    margin-bottom: 35px;
}


/*header css start*/
body{
    padding-top: 110px;
    color: #332851;
}
.header{
    top:0;
    width:100%;
    height: 110px;
    position: fixed;
    z-index: 10;
    display: flex;
    background: #f5f5f5;
}
.header .container-fluid .row{
    height: 100%;
}
.logo-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.header .menu{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .menu li{
    display: flex;
    font-size: 25px;
    padding: 0 30px;

}
.header .menu li a{
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
/*header css end*/


#mainHeadlineBox{
    background: #332851;
    color: #ffffff;
    font-family: "conv_gotham-medium";
    height: 406px;
    display: flex;
    align-items: center;
}
h1.mainHeadline{
    text-align: center;
    font-size: 65px;
    padding: 0 10px;
}
.mainHeadline span{
    color: #00A3DB;
}




#brand{
    padding-top: 87px;
    padding-bottom: 0px;
}
.brands{
    display: flex;
    flex-wrap: wrap;
}
.brand-item{
    width: 20%;
    padding: 10px;
    margin-bottom: 85px;
}
.brand-item-inner{
    border: 1px solid #332851;
    padding:0px 20px;
    text-align: center;
    position: relative;
    min-height: 229px;
}
.brand-item-inner-logo{
    height: 110px;
    display: flex;
    align-items: center;
}
.brand-item-inner-logo img{
    margin: auto;
}
.brand-item-inner-text{
    text-align: center;
    font-size: 22px;
    line-height: 22px;
}
.brand-item-inner-border{
    width: 24%;
    background: #332851;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12%;
}
#coBtnAfterBrand{
    margin-top: 0px;
}


#investBox{
    margin-top: 87px;
}
.investVideoBox{
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.investTextBox{
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.investTextBox h2{
    font-size: 42px;
    font-weight: bold;
    font-family: "conv_gotham-medium";
    border-bottom: 2px solid #332851;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.investTextBox h2 span{
    color: #00A3DB;
}
.investTextBox div{
    font-size: 28px;
    font-family: 'Poppins', sans-serif;

}



#newsBox{
    padding-top: 87px;
}
#newsBox .headline{
    text-align: center;
    color: #332851;
    font-family: "conv_gotham-medium";
    font-size: 93px;
}
.news {
    display: flex;
    flex-wrap: wrap;
}
.news-item{
    display: flex;
    flex-direction: column;
    /*width: 33%;*/
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.news-item-img{
    width: 100%;
    position: relative;
}
.news-item-img-border{
    width: 20px;
    height: 24%;
    background: #332851;
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -12%;
}
.news-item-img img{
    width: 100%;
}
.news-item-img .text{
    text-align: left;
    font-size: 16px;
    color: #00A3DB;
    padding-top: 15px;
}
.news-item-desc{
    width: 100%;
    font-size: 22px;
    min-height: 130px;
}
.news-item-footer .visitBtn{
    background: #00A3DB;
    border-radius: 0px;
    color: #ffffff !important;
}


#winBox{
    margin-top: 87px;
    color: #332851;
}
#winBox .whatWeDo .desc{
    font-size: 36px;
    color: #332851;
    padding: 0 70px;
    text-align: center;
}
.WinWinWin{
    margin-top: 150px;
}
.WinWinWin .wins{
    padding: 0 190px;
}
.win-item{
    margin-bottom: 40px;
}
.win-item .number{
    font-size: 59px;
    font-family: "Montserrat";
    border-right: 3px solid #00A3DB;
}
.win-item .desc{
    padding-left: 30px;
}
.win-item .desc h2{
    font-size: 35px;
    font-weight: 500;
}



#TrackRecordBox{
    margin-top: 87px;
}
.records{
    padding: 0 60px;
}
.record-item{
    border: 1px solid #707070;
    padding:60px 45px;
    position: relative;
    display: flex;
    margin-bottom: 70px;
}
.record-item.reverse{
    flex-direction: row-reverse;
}
.record-item.reverse .mainImageBox img{
    float: right;
}

.record-item .mainImageBox img{
    max-width: 700px;
    width: 100%;
}
.record-item-text h2{
    font-size: 32px;
    margin-top: 20px;
}
.record-item-text p{
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 200;
    margin-top: 70px;
}
.record-item-border{
    height: 30px;
    width: 130px;
    background: #332851;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -75px;
}
.record-item-logo.visible-desktop img{
    max-width: 75%;
}


#Peoples{
    margin-top: 87px;
}
.peoples{
    margin-top: 80px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
}
.people-item{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 30px;
    margin-bottom: 80px;
}
.people-item-img img{
    border-radius: 50%;
    max-width: 267px;
}
.people-item h3{
    margin-top: 15px;
    font-size: 34px;
    font-weight: 600;
}
.people-item h3 span{
    color: #00A3DB;
}
.people-item p{
    padding-right: 150px;
    font-size: 22px;
    margin-top: 15px;
}
.people-item-social a{
    color: #B1DAF3;
    font-size: 28px;
    margin-right: 22px;
}


.visible-mobile{
    display: none;
}
.visible-desktop{
    display: block;
}

#footer{
    background: #463A67;
    padding: 60px 120px;
    margin-top: 117px;
    color: #ffffff;
}
#footer .menu{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#footer .menu li{
    display: flex;
    font-size: 25px;
    width: 33%;
    align-items: center;
    justify-content: center;
}
#footer .menu li a{
    color: #ffffff;
}
#footer .companyName{
    text-align: center;
    margin-top: 74px;
}
#footer .rights{
    text-align: center;
}


@media (max-width: 1280px)
{

    .container-fluid{
        padding-left: 75px;
        padding-right: 75px;
    }
    #newsBox{
        padding-top: 50px;
    }
    .brand-item-inner{
        min-height: 170px;
    }
    .brand-item-inner-logo {
        height: 80px;
    }
    #winBox,#investBox,#TrackRecordBox,#Peoples{
        margin-top: 50px;
    }
    .coBtnBox {
        margin-top: 50px;
    }
    .logo-menu{
        padding: 0 30px;
    }
    .headline{
        font-size: 42px;
    }

    body{
        padding-top: 90px;
    }
    .header{
        height: 90px;
    }
    .topLogo img{
        width: 90px;
    }
    .header .menu li {
        font-size: 16px;
        padding: 0 0 0 30px;
    }
    #brand{
        padding-top: 95px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .brand-item{
        padding: 8px;
        margin-bottom: 58px;
    }


    #mainHeadlineBox{
        height:264px;
    }
    h1.mainHeadline {
        font-size: 42px;
        padding: 0 70px
    }
    .brand-item-inner-text {
        font-size: 15px;
        line-height: 18px;
    }
    .investTextBox h2 {
        font-size: 32px;
    }
    .investTextBox div {
        font-size: 22px;
    }
    .investVideoBox {
        padding: 25px;
    }
    #newsBox .headline,.headline{
        font-size: 60px;
    }
    .news-item-desc {
        font-size: 18px;
        min-height: 100px;
    }
    #winBox .whatWeDo .desc {
        font-size: 28px;
        padding: 0 90px;
    }
    .WinWinWin{
        margin-top: 65px;
    }
    .WinWinWin .wins {
        padding: 0 80px;
    }
    .win-item .number{
        font-size: 35px;
        display: flex;
        align-items: center;
    }
    .records {
        padding: 0 30px;
    }
    .record-item {
        padding: 40px 25px 40px 25px;
    }
    .record-item-text p {
        font-size: 18px;
        margin-top: 20px;
    }
    .record-item-text h2 {
        font-size: 26px;
        margin-top: 16px;
    }
    .peoples{
        padding-left: 50px;
        padding-right: 50px;
    }
    .people-item {
        padding: 0 50px;
    }
    .people-item:last-child{
        margin-bottom: 0px;
    }
    .people-item p {
        padding-right: 0px;
        font-size: 18px;
    }
    .people-item h3 {
        margin-top: 15px;
        font-size: 22px;
        font-weight: 600;
    }

    .farmerLogo,.coinLogo,.pierLogo{
        max-height: 85px;
    }


}
@media (max-width: 1024px){
    .brand-item-inner{
        padding: 0px 5px;
    }
    .brand-item-inner-text {
        font-size: 16px;
    }
    .win-item .number {
        font-size: 35px;
    }
    .people-item {
        padding: 0 10px;
    }
}

@media (max-width: 730px){
    .visible-desktop{
        display: none;
    }
    .visible-mobile{
        display:block;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    #newsBox .headline, .headline {
        font-size: 35px;
    }
    .coBtnBox {
        margin-top: 35px;
    }
    .WinWinWin {
        margin-top: 35px;
    }
    .coButton {
        font-size: 20px;
        padding: 9px 30px;
    }
    .header{
        height: 88px;
    }
    body{
        padding-top: 88px;
    }
    #winBox, #investBox, #TrackRecordBox, #Peoples {
        margin-top: 35px;
    }
    #brand, #newsBox {
        padding-top: 25px;
    }
    .logo-menu {
        padding: 0 0px;
    }
    .topLogo img{
        width: 60px;
    }
    .header .menu li {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 0;
    }

    #mainHeadlineBox {
        height: auto;
        padding: 20px 15px;
    }
    h1.mainHeadline {
        font-size: 16px;
        padding: 0;
    }
    #brand{
        padding: 25px 15px 0 15px;
    }
    .brand-item {
        width: 50%;
        padding: 6px;
        margin-bottom: 28px;
    }
    .brand-item-inner-logo{
        height: 70px;
    }
    .brand-item-inner-text {
        font-size: 13px;
        line-height: 15px;
    }
    .brand-item-inner {
        min-height: 145px;
        padding: 0px 4px;
    }
    .brand-item-inner-border{
        height: 14px;
        bottom: -7px;
    }

    .investVideoBox {
        height: auto;
        padding: 10px;
        border-radius: 10px;
    }
    #investBox .row{
        flex-direction: column-reverse;
    }
    .investTextBox{
        padding-right: 0px;
    }
    .investTextBox h2 {
        font-size: 18px;
        text-align: center;
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .investTextBox div {
        font-size: 15px;
        margin: 15px 30px 15px 30px;
        padding-top: 15px;
        text-align: center;
        border-top: 2px solid #332851;
    }



    #newsBox .headline {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    span.spanBorder{
        display: block;
        width: 25%;
        height: 5px;
        background: #0AB2DF;
        margin: auto;
        margin-bottom: 15px;
    }
    .news-item{
        width: 100% !important;
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 12px;
    }
    .news-item-img .text{
        font-size: 12px;
        padding-top: 0px;
        height: 36px;
    }
    .news-item-img-border{
        width: 12px;
        left: -6px;
    }
    .news-item-desc{
        font-size: 14px;
        height: 105px;
    }
    .news-item-footer .visitBtn{
        font-size: 13px;
    }

    #winBox .whatWeDo .desc {
        font-size: 14px;
        padding: 0 0px;
    }
    .win-item{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .win-item .number{
        font-size: 30px;
        border: none;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .win-item .desc h2 {
        font-size: 18px;
        font-weight: 500;
        color: #0AB2DF;
        text-align: center;
    }
    .WinWinWin .wins {
        padding: 0 3px;
        text-align: center;
    }
    .records {
        padding: 0 15px;
        margin-top: 30px;
    }
    .record-item {
        padding: 40px 5px 40px 5px;
    }
    .record-item:last-child{
        display: none;
    }
    .record-item-text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .record-item-logo img{
        height: 45px;
        margin: auto;
    }
    .record-item .title {
        margin: 15px 0;
        font-size: 16px;
        text-align: center;
    }
    .record-item .mainImageBox{
        margin-left: -20px;
        margin-right: -20px;
        height: 147px;
        overflow: hidden;
    }
    .record-item .mainImageBox img{
        /*margin-top: -147px;*/
    }
    .record-item-border {
        height: 20px;
        width: 75px;

        bottom: -10px;
        margin-left: -38px;
    }


    .peoples{
        padding: 0;
    }
    .people-item{
        padding: 0;
        width: 100%;
        position: relative;
    }
    .people-item-img img{
        margin: auto;
    }
    .people-item h3{
        text-align: center;
    }
    .people-item h3 span{
        display: block;
    }
    .people-item-social{
        position: absolute;
        left: 75%;
        top: 245px;
    }
    .people-item-social a{
        font-size: 22px;
    }
    .people-item-social a:last-child {
        margin-right: 0;
    }
    #footer{
        padding: 30px 20px !important;
    }
    #footer .menu li{
        font-size: 12px !important;
    }
    #footer .companyName{
        font-size: 14px;
        margin-top: 14px;
    }
    #footer .rights{
        font-size: 12px;
    }
}

/*3rd plugin hook*/
.owl-theme .owl-dots{
    display: none !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 44px !important;
    margin: 0 40px;

}
.owl-theme .owl-nav{margin-top: 0px !important;}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;
    color: unset !important;
    outline:none !important;
}
.owl-theme .owl-nav [class*=owl-]:focus{
    background: none !important;
    color: unset !important;
    outline:none !important;
}



/*co join popup form css*/
#co-join-popup .modal-dialog{
    max-width: 700px;
}
#co-join-popup .modal-content{
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 700px;
}
#co-join-popup .modal-header{
    height: 100px;
    border-bottom: none;
    background: #332851;
    color: #ffffff;
    border-radius: 0;
}
#co-join-popup .modal-header .title{
    font-size: 45px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
#co-join-popup .modal-header .close{
    color: #ffffff;
}
#co-join-popup .modal-body{
    padding: 25px 35px;
}


.subtemplate-wrapper {
    margin-bottom: 8px;
}
.subtemplate-wrapper label {
    display: block;
    margin-bottom: 0px;
    font-size: 18px;
    color: #332851;
}
.subtemplate-wrapper input, .subtemplate-wrapper select,.subtemplate-wrapper textarea {
    width: 100%;
    padding: 0px 30px;
    height: 51px;
    font-size: 22px;
    border: 1px solid #707070;
    border-radius: 55px;
    outline: none;
}
.subtemplate-wrapper textarea{
    padding-top: 9px;
}

.fb-field-wrapper {
    margin-bottom: 23px;
}
.subtemplate-wrapper select{
    appearance: none;
    background: url(in_css_e216ec018de9ac20d261b1b842210e75.static.jpg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 20px;
}
.subtemplate-wrapper .popup .txt {
    font-size: 12px;
    color: red;
    font-weight: bold;
}
.intl-tel-input {
    width: 100%;
}
.selected-flag{
    border-radius: 45px 0 0px 45px;
}
.button .ctrl-btn {
    display: block;
    margin: auto;
    border-radius: 45px;
    padding: 10px 45px;
    font-size: 22px;
    width: 45%;
}

@media (max-width: 730px){
    #co-join-popup .modal-content{
        width: 100%;
    }
    #co-join-popup .modal-dialog {
        max-width: 100%;
    }
    #co-join-popup .modal-header{
        height: 65px;
    }
    #co-join-popup .modal-header .title{
        font-size: 25px;
    }
    #co-join-popup .modal-body {
        padding: 20px 10px;
    }
    .subtemplate-wrapper label{
        font-size: 15px;
    }
    .subtemplate-wrapper input, .subtemplate-wrapper select, .subtemplate-wrapper textarea{
        height: 40px;
        font-size: 15px;
    }
    .subtemplate-wrapper select {

        background-position-x: 95%;
        background-position-y: 55%;
    }
    .fb-field-wrapper {
        margin-bottom: 9px;
    }
    .button .ctrl-btn {

        font-size: 18px;
    }
}
/*end co join popup form css*/


@media (min-width: 1281px) and (max-width: 1780px) {
    .brand-item-inner-text {
        font-size: 18px;
        line-height: 20px;
    }
    .brand-item-inner{
        min-height: 249px;
    }
    .investTextBox h2{
        font-size: 30px;
    }
    .investTextBox div {
        font-size: 26px;
    }
    .news-item-desc {
        font-size: 22px;
        min-height: 150px;
    }
    #winBox .whatWeDo .desc {
        font-size: 32px;
        padding: 0 110px;
    }
    .win-item .number{
        font-size: 35px;
        align-items: center;
        display: flex;
    }
    .record-item-logo.visible-desktop img {
        max-width: 75%;
        max-height: 85px;
    }
    .record-item-text h2 {
        font-size: 28px;
        margin-top: 10px;
    }
    .record-item-text p {
        font-size: 20px;
        margin-top: 30px;
    }
    .record-item .mainImageBox img {
        max-width: 530px;
        width: 100%;
    }
    .peoples {
        padding-left: 50px;
        padding-right: 50px;
    }
    .people-item {
        padding: 0 50px;
    }
    .people-item h3 {
        margin-top: 15px;
        font-size: 22px;
    }
    .people-item p {
        padding-right: 0px;
        font-size: 18px;
    }
}