@import url('../fonts/Poppins/font-face.css');

a {
    text-decoration: none!important;
}
.owl-nav button{
    box-shadow: 0 0!important;
    outline: none!important;
}
::selection {
    background: #000;
    color: white;
}

::moz-selection {
    background: #000;
    color: white;
}
.border-color{
    border-color: #272727!important;
}
.border-black{
    border-color: #000!important;
}

.blue-text{
    color: #ABD4FA!important;
}
.breadcrumbs p,.breadcrumbs a{
    color: white;
}

.black-btn {
    background: #000;
    border-radius: 5px;
    color: white;
    padding: 10px 18px;
    box-shadow: 0 0!important;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.6s ease;
    border: 1px solid #fff;
}

.black-btn:hover {
    color: #000;
    background: white;
}


body {
    font-family: 'Poppins', sans-serif!important;
    background: rgb(0, 0, 0);
    color: #333333;
}

.overflow-hidden{
    overflow: hidden!important;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header {
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #272727!important;
}

header .main-header {
    transition: all 0.5s ease;
    padding: 15px 0;
}

header .main-header .nav-wrapper a:not(.btn) {
    padding: 30px;
}

header.active-navigation {
    background: #000;
}

header.active-navigation .main-header img {
    max-width: 90px;
}

.translate-header header {
    transition: transform .5s ease-in-out;
    transform: translateY(-150px);
    transition-delay: 300ms;
}

header img.img-fluid {
    max-width: 100px;
    transition: max-width 0.5s;
}

header .hamburger {
    width: 35px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

header .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

header .hamburger span:nth-child(1) {
    top: 0px;
}

header .hamburger span:nth-child(2) {
    top: 6px;
}

header .hamburger span:nth-child(3) {
    top: 12px;
}

header .remove span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

header .remove span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

header .remove span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: none;
}
.menu-wrapper.active{
    display: block;
}
.menu-wrapper .card-wrapper{
    background: white;
    overflow: auto;
    max-height: calc(100vh - 20px);
    margin: 10px 0;
}
.menu-wrapper .card-wrapper .position-img{
    position: absolute;
    bottom: 10px;
    left: -48px;
}
.menu-wrapper .card-wrapper .position-img img{ 
    max-width: 120px;
}
.menu-wrapper .card-wrapper .remove-wrapper{
    padding: 30px 5%;
    position: sticky;
    top: 0;
}
.menu-wrapper .card-wrapper .remove-wrapper img{
    max-width: 25px;
}
.menu-wrapper .card-wrapper ul:not(.inner-dropdown){
    padding: 0px 15%;
    padding-bottom: 5%;
}
.menu-wrapper .card-wrapper ul a{
    color: #333333;
    font-weight: 600;
    font-size: 2em;
    padding-bottom: 15px;
    display: inline-block;
}
/* .menu-wrapper .card-wrapper ul.inner-dropdown{
    padding-left: 30px;
    padding-bottom: 20px;
}
.menu-wrapper .card-wrapper ul.inner-dropdown a{
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
} */
/* BODY */

h1 {
    font-weight: 600;
    font-size: 3.5em;
}
p{
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}
.section-container{
    color: #D9DBDF;
}
.bg-wrap{
    width: 130px;
    min-width: 130px;
    height: 130px;
    background: #ABD4FA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-wrap img{
    max-width: 65px;
}
#banner{
    background: url(../images/bg-lines.png) no-repeat;
    background-size: cover;
    background-position: center;
}
#banner .main-banner{
    padding: 12% 0 60px 0;
}
.arrow-link a{
    color: #ABD4FA;
    font-size: 20px;
}
#banner .main-banner h1{
    color: #fff;
    text-align: center;
    font-size: 2.9em;
    font-weight: 600;
    line-height: 1.5;
}
#banner .list-wrapper{
    background: black;
}
#banner .list-wrapper a{
    display: flex;
    justify-content: space-between;
    color: #ABD4FA;
    font-size: 12px;
    align-items: center;
    padding: 10px 20px;
    min-height: 62px;
}
#banner .list-wrapper a .icon img {
    max-width: 30px;
    margin-right: 7px;
}
#digital,#what{
    overflow: hidden;
}
#digital h2,#what h2{
    font-weight: 200;
    line-height: 1.5;
}
#what .left-content{
    position: relative;
}
#what .left-content .square-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
#what .text-wrapper{
    overflow: hidden;
}
#what .text-wrapper h3{
    color: #585858;
    margin: 0;
    font-size: 11em;
    font-weight: 400;
}
#what .text-wrapper h3{
    color: #585858;
    margin: 0;
    font-size: 11em;
    font-weight: 400;
}
#what .text-wrapper .left-text h3{
    margin-left: -50px;
}
#what .text-wrapper .right-text h3{
    margin-right: -50px;
}
#do{
    padding: 90px 0 0px 0;
    background: #fff;
    color: #333333;
}
#do .carousel-wrapper{
    position: relative;
}
#do .carousel-wrapper h6{
    position: absolute;
    top: 0;
    z-index: 99;
    padding: 100px 0px 0px 5%;
    font-size: 23px;
    font-weight: 400;
}
#do .left-content{
    background: #D9DBDF;
    display: flex;
    align-items: flex-end;
    padding: 0 50px 30px 5%;
}
#do .left-content .content {
    padding-right: 30%;
}
#do .left-content .pagination {
    font-size: 22px;
    justify-content: flex-end;
}
#do .navigation{
    position: absolute;
    top: 70px;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
}
#do .navigation a{
    display: block;
}
#do .navigation .next a{
    margin-top: 81px;
}
#do .navigation img{
    max-width: 160px;
}
#imagine{
    padding: 10% 0;
}
#imagine .img-wrapper{
    position: relative;
    padding-top: 56px;
}
#imagine .owl-item.active.center .img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -55px;
    background: url(../images/imagine-block.png) no-repeat;
    background-size: 110px;
    width: 110px;
    height: 113px;
}
#imagine .img-wrapper .content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
    display: flex;
    align-items: flex-end;
    padding: 20px 40px;
}
#imagine .content-wrapper a{
    display: flex;
    color: #abd4fa;
    font-size: 13px;
}
#imagine .content-wrapper img{
    max-width: 11px;
}
#imagine .content-wrapper {
    margin-top: 12px;
    align-items: center;
}
#imagine span.line {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
}
#imagine span.number {
    font-size: 22px;
}
#imagine .owl-nav .owl-prev{
    position: absolute;
    top: calc(50% - 64px);
    left: 11%;
}
#imagine .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 64px);
    right: 11%;
}
#imagine .owl-nav img{
    width: 28px;
}
#supporters {
    padding: 90px  0;
    background: #fff;
    color: #333333;
}
#supporters .owl-nav img{
    max-width: 23px;
}
#supporters .owl-prev{
    position: absolute;
    top: 0%;
    left: -12%;
}
#supporters .owl-next{
    position: absolute;
    top: 0%;
    right: -12%;
}
#supporters h5{
    font-weight: 200;
    font-size: 19px;
}
#supporters #media .row{
    min-height: 75px;
}
#supporters #media .row p,#supporters #media .row h5{
    margin: 0;
}
#supporters #media .button-wrapper a{
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    margin-right: -12px;
    margin-top: 20px;
    display: inline-block;
}
#volunteer{
    background: url(../images/volunteer-bg.png) no-repeat;
    background-size: cover;
    padding: 9% 0;
}
#volunteer h1{
    color: #D9DBDF;
}
#volunteer .form-wrapper {
    background: white;
    padding: 50px;
    position: relative;
}
#volunteer .form-wrapper .position-wrapper {
    position: absolute;
    left: -149px;
    top: 87px;
}
#volunteer .form-wrapper .position-wrapper img{
    max-width: 225px;
}
#volunteer .form-wrapper h3{
    color: #000;
}
#volunteer form {
    padding-top: 17%;
}
#volunteer form .form-group {
    margin-bottom: 18px;
}
#volunteer form .form-control {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #CBCBCB;
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    font-style: italic;
    box-shadow: 0 0!important;
    outline: none;
}
#volunteer form .submit-btn{
    background: transparent;
    border: none;
    font-size: 28px;
    font-weight: 600;
}

/* BLOG */

#blog-page #blog{
    padding: 15% 7%;
}
#blog-page h1{
    color: white;
}
#blog-page .row a{
    color: #abd4fa;
    font-size: 13px;
}
#blog-page h2{
    font-weight: 200;
    line-height: 1.4;
}
#blog-page .blog-item{
    padding: 7% 0;
}
#blog-page .blog-item h6{
    font-size: 13px;
    font-weight: 600;
}
#blog-page .right-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#blog-page .blog-detail a img {
    border-radius: 6px;
}
#blog-page .blog-detail h4{
    color: white;
}
#blog-page .blog-detail a.bigfont,#blog-page .blog-detail h5 {
    color: white;
    font-weight: 600;
    font-size: 20px;
}
#blog-page .blog-detail .social-wrapper a i{
    font-size: 18px;
}
#blog-page .blog-detail .card-item {
    background-color: #ABD4FA;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(20 3 67 / 8%);
    box-shadow: 0px 10px 30px 0px rgb(20 3 67 / 8%);
    border-radius: 6px;
    padding: 28px 40px 22px 40px !important;
    position: relative;
    overflow: hidden;
    border-left: 6px solid white;
    z-index: 0;
    margin: 40px 0px 45px;
    color: white;
}
#blog-page .blog-detail .blog_content {
    box-shadow: 0 5px 5px #ebebeb !important;
    border-bottom: 2px solid transparent !important;
    height: 100%;
    padding: 30px 24px !important;
    background: white;
    color: #000;
}
#blog-page .blog-detail .blog_content  h5 {
    color: #000;
}
#blog-page .blog-detail .post_date {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 4px;
    background-color: #fbfbfd;
    -webkit-box-shadow: 0px 14px 30px 0px rgb(68 28 183 / 25%);
    box-shadow: 0px 14px 30px 0px rgb(68 28 183 / 25%);
    text-align: center;
    color: #000;
    padding: 13px 26px;
    z-index: 1;
}
#blog-page .blog-detail .blog_list_item{
    position: relative;
}
#blog-page .blog-detail .post_date h2{
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}
#blog-page .blog-detail .post_date span {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
#blog-page .blog-detail .form-control {
    height: auto;
    padding: 15px 20px;
    background: transparent;
    outline: none;
    box-shadow: 0 0!important;
}
#blog-page .blog-detail .form-control::placeholder{
    color: white;
}
#blog-page .blog-detail input[type="checkbox"]{
    width: 20px;
    height: 20px;
}
/* BLOG */

/* SHARING */


#sharing-page #sharing{
    padding: 15% 7% 70px 7%;
}
#sharing-page h1{
    color: white;
}
#sharing-page .row a{
    color: #abd4fa;
    font-size: 13px;
}
#sharing-page h2{
    font-weight: 200;
    line-height: 1.4;
}
#sharing-page  li {
    font-size: 19px;
    font-weight: 200;
    line-height: 2;
    margin-bottom: 25px;
}
#list-wrapper{
    padding-top: 85px;
}
#sharing-page.license-page #sharing{
    padding: 15% 7%;
}
/* SHARING */


/* FOUNDATION */

#foundation-page{
    background: white;
    color: #000;
}
#foundation-page #foundation{
    padding: 15% 7% 2% 7% ;
}
#foundation-page h2{
    font-weight: 400;
    line-height: 1.4;
}
#foundation-page ul {
    list-style: disc;
}
#foundation-page li {
    font-size: 45px;
    list-style: none;
    margin-bottom: 30px;
}
#foundation-page #founders .line{
    height: 1px;
    background: #000;
    display: block;
}
#foundation-page #founders h5{
    font-weight: 200;
}

/* FOUNDATION */


/* COMMUNITY */

.community-page #banner{
    padding-top: 20%;
}
.community-page h1{
    color: white;
}
.community-page #credo h3{
    font-weight: 300;
    font-size: 1.7em;
}
.community-page p{
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}
.community-page .text-wrapper{
    padding: 15% 0 10% 0;
}
.community-page #what .text-wrapper h3 {
    color: #585858;
    margin: 0;
    font-size: 7em;
    font-weight: 400;
}
.community-page .text-wrapper a{
    color: #D9DBDF;
    font-size: 3em;
    font-weight: 300;
}
.community-page #do {
    padding: 90px 0;
}

/* COMMUNITY */

/* GOVERNANCE */

.governance-page p {
    font-size: 15px;
    line-height: 1.5;
}
#sharing-page.governance-page ul:not(.list-style-none) {
    list-style: disc;
}
#sharing-page.governance-page ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}
#sharing-page.governance-page h3{
    font-weight: 600;
    font-size: 2.7em;
}
#sharing-page.governance-page span.line {
    display: block;
    width: 100%;
    height: 2px;
    background: #D9DBDF;
}
#sharing-page.governance-page #info-list p{
    margin: 0;
}
#sharing-page.governance-page h4{
    font-size: 2.1em;
    font-weight: 200;
}
#sharing-page.governance-page h5{
    color: white;
    font-size: 22px;
    margin-bottom: 2px;
}
#sharing-page.governance-page p a{
    font-size: 15px;
}
code {
    background: #2E2D2D;
    padding: 1px 25px;
    display: block;
    color: inherit;
    margin: 30px 0;
    border-radius: 3px;
}
xmp{
    font-family: 'Poppins', sans-serif!important;
}

/* GOVERNANCE */

/* BODY */

footer {
    background: #fff;
    padding: 7% 0 40px 0;
}
footer .number{
    font-weight: bold;
    font-size: 18px;
}
footer address{
    font-size: 18px;
}
footer p{
    color: #333333;
    font-size: 12px;
    margin: 0;
}
footer a{
    color: #333333;
    font-size: 18px;
    padding-bottom: 5px;
    display: inline-block;
    transition: 0.5s ease;
}
footer a:hover{
    color: #000;
}
footer .inner-dropdown{
    padding-left: 20px;
}
footer .inner-dropdown a{
    font-size: 12px;
}
footer:not(#alternate-footer) .copyright-wrapper{
    border-top: 1px solid #000;
    padding-top: 40px;
    margin-top: 50px;
}
footer .copyright-wrapper{
    align-items: center;
}
footer#alternate-footer{
    background: #fff;
    padding: 35px 0;
}
footer#alternate-footer a{
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px){
    footer p {
        font-size: 11px;
    }
    #sharing-page.governance-page h5 {
        font-size: 20px;
    }
    #sharing-page.governance-page h4 {
        font-size: 1.5em;
        font-weight: 200;
    }
    #sharing-page.governance-page h3 {
        font-weight: 600;
        font-size: 2em;
    }
    #sharing-page #sharing {
        padding: 15% 15px 50px 15px;
    }
    xmp {
        white-space: break-spaces;
    }    
    .breadcrumbs{
        display: none;
    }
    h1 {
        font-weight: 600;
        font-size: 2.5em;
    }
    .community-page .border-end,#sharing-page .border-end{
        border: none!important;
    }
    .community-page #credo .border-end{
        border-bottom: 1px solid!important;
    }
    .community-page #what .text-wrapper h3,#what .text-wrapper h3{
        font-size: 3em;
    }
    .community-page .text-wrapper a {
        font-size: 1.5em;
    }
    .menu-wrapper .card-wrapper ul a {
        color: #333333;
        font-weight: 700;
        font-size: 1.5em;
    }
    .section-container .heading img{
        max-width: 20px;
    }
    #sharing-page #list-wrapper img{
        max-width: 200px;
    }
    #foundation-page li {
        font-size: 1.6em;
        color: #585858;
        margin-bottom: 15px;
    }
    #foundation-page ul {
        list-style: disc;
        padding-left: 30px;
    }
    #supporters .owl-prev{
        left: 0;
    }
    #supporters .owl-next{
        right: 0;
    }
    #volunteer {
        padding: 65px 0;
    }
    #volunteer .form-wrapper .position-wrapper{
        display: none;
    }
    #volunteer .form-wrapper {
        padding: 50px 30px;
    }
    #supporters,#imagine{
        padding: 60px 0;
    }
    #supporters .owl-carousel .owl-item img {
        max-width: 120px;
        margin: auto;
    }
    #supporters #media .button-wrapper a{
        margin: 0;
        margin-top: 25px;
    }
    #supporters h5 {
        font-size: 17px;
        margin: 10px 0 15px 0!important;
    }
    #supporters #media .row {
        min-height: 75px;
        padding: 20px 15px;
    }
    #imagine span.number {
        font-size: 20px;
        padding-left: 7px;
    }
    #imagine .owl-nav img {
        width: 20px;
    }
    #imagine .owl-nav .owl-prev {
        top: calc(50% - 36px);
        left: 10px;
    }
    #imagine .owl-nav .owl-next{
        top: calc(50% - 36px);
        right: 10px;
    }
    #do .left-content {
        padding: 0 20px 65px 20px;
        order: 2;
    }
    #do .left-content .content {
        padding-right: 0;
        padding-top: 20px;
    }
    #do .right-content {
        order: 1;
    }
    #do .carousel-wrapper h1 {
        font-size: 2em;
    }
    #do .carousel-wrapper h6 {
        position: static;
        padding: 0;
    }
    #do .left-content .pagination {
        font-size: 18px;
    }
    #do .carousel-wrapper {
        background: #d9dbdf;
    }
    #do .navigation .next a {
        margin-top: 0;
    }
    #do .navigation img {
        max-width: 100px;
    }
    #do .navigation {
        bottom: 0;
        top: auto;
    }
    #home-page #do {
        padding: 60px 0 0 0;
    }
    #what .text-wrapper .left-text h3 {
        margin-left: -10px;
    }
    #what .text-wrapper .right-text h3 {
        margin-right: -10px;
    }
    #what .left-content .square-img img{
        max-width: 90px;
    }
    #banner .list-wrapper .custom-col5{
        border-bottom: 1px solid #272727!important;
        border-right: 1px solid #272727!important;
    }
    .bg-wrap {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .bg-wrap img {
        max-width: 50px;
    }
    #banner .main-banner h1 {
        font-size: 2em;
    }
    #imagine .owl-item.active.center .img-wrapper::after{
        display: none;
    }
    #imagine .img-wrapper{
        padding-top: 0;
    }
}
@media (min-width: 1024px){
    #digital p,#what .right-content{
        max-width: 75%;
    }
    .mw-275{
        max-width: 275px;
    }
    #home-page #banner .container-fluid{
        padding-left: 11vw;
    }
    #home-page #banner .list-wrapper .container-fluid {
        padding-right: 130px;
    }
    .custom-width-1{
        flex: 0 0 auto;
        width: 19%;
    }
    .custom-width-2{
        flex: 0 0 auto;
        width: 28%;
    }
    .custom-col5{
        flex: 0 0 20%;
        width: 20%;
    }
    .custom-margin{
        margin-right: 130px;
        margin-left: auto;
    }
}
div#founders {
    text-align: justify;
}
.name-sec {
    background-color: #000;
    color: #fff;
    padding: 10px 5px 10px 20px;
    clear: both;
    margin-top: 10px;
    text-align: left;
}
