/*!
Theme Name: Global Public Investment
Theme URI: https://www.globalpublicinvestment.org/
Author: John Mercandro
Author URI: 
Description: Base theme for development
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: Global Public Investment
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
}
body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
strong {
    font-weight: 600;
}
#page-content {
    width: 100%;
    overflow: hidden;
}
.btn,
.wpcf7-submit {
    padding: 1.4rem 3.5rem 1.2rem;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    border: 0;
    transition: all ease 0.4s;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
}
.btn-primary,
.wpcf7-submit {
    background-color: #2d396c;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
    background-color: #181f39;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.btn-secondary {
    background-color: #ffffff;
    color: #2d396c;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #181f39;
    color: #fff;
}
.btn-purple {
    background-color: #653977;
    color: #fff;
}
.btn-purple:hover,
.btn-purple:focus {
    background-color: #492956;
    color: #fff;
}
.section-name {
    font-weight: bold;
    font-weight: 0.7em;
    text-transform: uppercase;
    color: #2d396c;
}
h1 {
    font-size: 5.8rem;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 6.2rem;
}
h1 span {
    font-weight: bold;
}
h2 {
    font-size: 4.6rem;
    margin-bottom: 1rem;
    font-weight: 300;
}
h2 span {
    font-weight: bold;
}
.h3,
h3 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
img {
    max-width: 100%;
    height: auto;
}
#page-content {
    width: 100%;
    overflow: hidden;
}
#page-header {
    width: 100%;
    padding: 0;
    z-index: 99;
    border-bottom: 1px solid #eee;
}
.header-top {
    width: 100%;
    padding: 10px 0;
    background-color: #394474;
    color: #fff;
    font-size: 0.8em;
    position: relative;
    z-index: 99;
}
.header-top a {
    color: #fff;
    text-decoration: none;
}
.header-top .col-lg-7 a {
    margin-right: 30px;
}
.header-top .follow {
    float: right;
}
.header-top .follow a {
    display: inline-block;
    padding: 0 5px;
}
.header-top .col-md-7 a {
    margin-right: 40px;
}
.header-top .col-md-7 a i {
    display: inline-block;
    margin-right: 5px;
}
.header-bottom {
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
}
.header-bottom .logo-container {
    width: 320px;
    display: inline-block;
}
.header-bottom .logo-container img {
    width: 100%;
    height: auto;
}
.hero-container {
    width: 100%;
    position: relative;
}
.hero-container .slide {
    height: calc(100vh - 135px);
    width: 100%;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #394474;
}
.hero-container .slide .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.4;
}
.hero-container .slide .container {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: -9%;
}
.hero-container .hero-content p {
    font-weight: 300;
    font-size: 1.3em;
    color: #fff;
    max-width: 480px;
    display: inline-block;
    clear: both;
    margin-bottom: 1.5rem;
}
.hero-container .owl-dots {
    display: none;
}
.hero-container .owl-nav {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 175px;
    width: 100%;
    max-width: 1322px;
    text-align: right;
}
.hero-container .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #2d396c;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border: 0 !important;
    outline: 0 !important;
    transition: all ease 0.4s;
}
.hero-container .owl-carousel .owl-nav button:hover {
    background-color: #1d2548;
    color: #fff;
}
.five-rules {
    position: relative;
    z-index: 5;
    height: calc(100vh - 185px);
    min-height: 600px;
    background-color: #b8d2d1;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../jpg/banner-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}
.five-rules .rule-wrap {
    width: 500px;
    position: relative;
    margin-left: 15px;
}
.five-rules .rule-wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.five-rules .rule-wrap .rules {
    text-align: center;
    color: #fff;
    background-color: #131f41;
    padding: 45px 25px;
    position: relative;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    height: 200px;
    position: absolute;
    border-radius: 500px;
}
.five-rules .rule-wrap .rules:nth-of-type(1) {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}
.five-rules .rule-wrap .rules:nth-of-type(2) {
    top: 115px;
    right: 0;
    background-color: #206a99;
    z-index: 1;
}
.five-rules .rule-wrap .rules:nth-of-type(3) {
    right: 55px;
    bottom: 0;
    margin: auto;
    background-color: #62a9b7;
    z-index: 2;
}
.five-rules .rule-wrap .rules:nth-of-type(4) {
    left: 55px;
    bottom: 0;
    margin: auto;
    background-color: #af528b;
    z-index: 3;
}
.five-rules .rule-wrap .rules:nth-of-type(5) {
    left: 0;
    top: 115px;
    margin: auto;
    background-color: #653977;
    z-index: 4;
}
.five-rules .rule-wrap .rules:nth-of-type(even) {
    background-color: ;
}
.five-rules .rule-wrap .rules img {
    margin-bottom: 1rem;
}
.five-rules .rule-wrap .rules h2 {
    font-size: 1.7rem;
    display: block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
}
.five-rules .rule-wrap .rules .rule-description {
    font-size: 0.8em;
    color: #333;
    text-align: center;
    padding: 20px;
    background-color: #eee;
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all ease 0.4s;
    z-index: 2;
    display: flex;
    align-items: center;
}
.five-rules .rule-wrap .rules:hover .rule-description {
    top: 0;
}
.five-rules .hero-content {
    width: calc(100% - 570px);
    margin-right: 40px;
}
.five-rules .hero-content .btn {
    margin-top: 15px;
}
.disrupter-section {
    padding: 20px 0;
    width: 100%;
    background-color: #b8d2d1;
    background-image: url(../jpg/pattern-strip.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.disrupter-section.hero-disrupter {
    /*background-image: url(assets/images/blue-stripe.jpg);*/
    background-image: none;
    background-color: #2d396c;
}
.disrupter-section.hero-disrupter .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home  .disrupter-section.hero-disrupter h2{
    max-width: 650px;
    text-align: left;
}
.disrupter-section.hero-disrupter h2 {
    display: inline-block;    
    font-size:2.8rem;
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
}
.consultation-page .disrupter-section.hero-disrupter{
    padding: 20px 0;
    background: none!important;
    background-color: #2d396c!important;
    border-bottom: 1px solid #fff;
}
.consultation-page .disrupter-section.hero-disrupter h2{
    font-weight: 300;
}
.consultation-page .disrupter-section.hero-disrupter .btn-secondary{
    color: #2D396C!important;
}
.consultation-page .disrupter-section.hero-disrupter .btn-secondary:hover{
    color: #fff!important;
}
.disrupter-section.hero-disrupter h2 span {
    font-size: 100px;
    margin-right: 20px;
}
.disrupter-section.hero-disrupter .left-content{
    width: 100%;
    max-width: inherit;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 40px;
}
.disrupter-section.hero-disrupter .left-content #timer{
    display: flex;
    align-items: flex-start;
    margin: auto;
    margin-bottom: 15px;
}
.disrupter-section.hero-disrupter .left-content #timer div{
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 0 10px;
}
.disrupter-section.hero-disrupter .left-content #timer div span{
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
}
.disrupter-section.hero-disrupter .left-content p{
    color: #fff;
    text-align: left;
    margin: 0;
}
.disrupter-section.hero-disrupter .btn {
    min-width: 160px;
}
.disrupter-section .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.disrupter-section h2 {
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: auto;
    font-size: 3.8rem;
}
.launch-info-box .disclaimer-note {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
}
.subscribe-column {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.disrupter-section .subscribe-column h2 {
    float: none;
    display: inline-block;
    margin: 0;
}
.disrupter-section .subscribe-column .btn {
    min-width: 140px;
}
.disrupter-section.hero-disrupter h2 {
    color: #fff;
}
.disrupter-section .btn {
    margin-left: 20px;
}
.commitment-section {
    padding: 80px 0 0;
}
.commitment-section .col-md-4 {
    background-color: #0E0E0E;
    display: flex;
    align-items: flex-end;
}
.commitment-section .row {
    margin: 0;
}
.commitment-section .col-md-4,
.commitment-section .col-md-8 {
    padding: 0;
}
.commitment-section img {
    width: 100%;
}
.commitment-section .col-md-8.commitment-content {
    padding: 60px 90px;
    background-color: #eee;
    position: relative;
}
.commitment-section .col-md-8.commitment-content::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 38px;
    color: #2d396c
}
.commitment-section .col-md-8.commitment-content h2 {
    font-size: 3.0rem;
    font-weight: bold;
    font-style: italic;
}
.commitment-section .col-md-8.commitment-content p {
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 3.0rem;
}
.commitment-section .col-md-8.commitment-content .speaker strong {
    font-weight: bold;
    color: #2d396c;
    font-size: 1.2em;
}
.about-us-section {
    padding: 100px 0;
}
.whoweare-section {
    padding: 100px 0;
    background-color: #b7d1d0;
    background-image: url(../jpg/light-blue-patter.jpg);
    background-repeat: repeat;
    background-size: auto;
}
.whoweare-section .btn {
    float: right;
    margin-top: 20px;
}
.whoweare-section .member {
    width: 100%;
    margin-top: 30px;
}
.whoweare-section .member img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    float: left;
}
.whoweare-section .member .info {
    float: left;
    display: block;
    width: 100%;
}
.whoweare-section .member .info h3 {
    display: inline-block;
    background-color: #2d396c;
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.9em;
    float: left;
}
.whoweare-section .member .info p {
    width: 100%;
    clear: both;
    font-size: 0.7em;
    display: block;
    font-weight: 500;
    padding: 0 10px;
}
.consult-qna-section {
    position: relative;
    padding: 80px 0;
    width: 100%;
}
.consult-qna-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2d396c;
    background-image: url('../jpg/dark-blue-patter.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto;
    background-position: center, center left;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.consult-qna-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2d396c;
    background-image: url('../jpg/grey-pattern.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto;
    background-position: center, center right;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.consult-qna-section .container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../png/white-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center left;
    height: 100%;
    z-index: 0;
    width: 250px;
}
.consult-qna-section .container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../png/blue-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    width: 250px;
    height: 100%;
    z-index: 0;
}
.consult-qna-section .consult,
.consult-qna-section .consult .section-name {
    color: #fff;
    position: relative;
    z-index: 2;
}
.consult-qna-section .qna {
    padding-left: 50px;
    position: relative;
    z-index: 2;
}
.endorsement-section {
    padding: 100px 0;
}
.endorsement-section .btn {
    float: right;
    margin-top: 20px;
}
.endorsement-section.endorsement-page .btn {
    float: left;
}
.endorsement-section .endorsement {
    padding: 40px 55px;
    background-color: #eee;
    position: relative;
    height: 100%;
}
.endorsement-section .endorsement::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 24px;
    color: #2d396c
}
.endorsement-section .endorsement p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
    font-style: italic;
}
.endorsement-section .endorsement .author strong {
    display: block;
    font-size: 1em;
    color: #2d396c;
    font-weight: bold;
}
.endorsement-section .endorsement .author span {
    font-size: 0.9em;
}
.endorsement-section .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.endorsement-section .owl-dots button {
    width: 30px;
    height: 7px;
    background-color: #eee;
    margin: 0 5px;
}
.endorsement-section #endorsement-slider {
    margin-top: 30px;
}
.endorsement-section .owl-dots button:hover {
    background-color: #cfcfcf;
}
.endorsement-section .owl-dots button.active {
    background-color: #2d396c;
}
.endorsement-section .eventvideo-feed {
    background-color: #eee;
}
.endorsement-section .eventvideo-feed a h3 {
    color: #333;
    font-size: 1.4em;
}
.endorsement-section .eventvideo-slider {
    margin-top: 20px;
}
.padright-20 {
    padding-right: 40px;
}
#page-footer {
    background-color: #1d2548;
}
#page-footer .footer-top {
    padding: 80px 0;
    color: #fff;
}
#page-footer .footer-top .foot-logo {
    width: 90%;
    display: inline-block;
}
#page-footer .footer-top .foot-logo img {
    width: 100%;
}
#page-footer .footer-top .foot-description {
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    padding-right: 30px;
}
#page-footer .footer-top h2 {
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 10px;
}
#page-footer .footer-top ul {
    margin: 0;
    padding: 0;
}
#page-footer .footer-top ul li {
    list-style: none;
    margin-bottom: 0;
}
#page-footer .footer-top ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    transition: all ease 0.4s;
}
#page-footer .footer-top ul li a:hover {
    color: #B0CAC9;
}
#page-footer .footer-top .foot-contact {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
}
#page-footer .footer-top .foot-contact i {
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
}
#page-footer .footer-top .foot-contact a {
    color: #fff;
    text-decoration: none;
    transition: all ease 0.4s;
    font-size: 15px;
}
#page-footer .footer-top .foot-contact a:hover {
    color: #B0CAC9;
}
#page-footer .footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, 0.2);
    color: #fff;
    font-size: 13px;
}
#page-footer .footer-bottom a {
    color: #fff;
    text-decoration: none;
}
#page-footer .footer-bottom a:hover {
    color: #B7D1D0;
}
#page-footer .footer-bottom .col-md-6:nth-of-type(2) {
    text-align: right;
}
#page-footer .contact-info {
    margin-top: 30px;
}
#page-footer .footer-top .contact-info h2 {
    margin-bottom: 10px;
}
.menu-main-menu-container {
    float: right;
}
#primary-menu {
    margin: 0;
    padding: 0;
    text-align: left;
}
#primary-menu li {
    float: left;
    display: inline-block;
    position: relative;
}
#primary-menu li.twitter a {
    width: 30px;
    height: 28px;
    overflow: hidden;
    display: inline-block;
    text-indent: 999px;
    padding: 0;
    position: relative;
    margin-left: 5px;
}
#primary-menu li.twitter a::after {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f099";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: 0;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: #2D396C
}
#primary-menu li.twitter a:hover,
#primary-menu li.twitter:hover a {
    background-color: #eee;
}
#primary-menu li a {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    text-decoration: none;
    transition: all ease 0.4s;
    line-height: 16px;
}
#primary-menu li.current-menu-parent li a,
#primary-menu li:hover li a {
    background: #fff;
    color: #333;
}
#primary-menu li:hover a,
#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-parent a,
#primary-menu li.current-menu-parent li.current-menu-item a,
#primary-menu li:hover li a:hover {
    background-color: #394474;
    color: #fff;
}
#primary-menu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 27px;
    background-color: #fff;
    padding: 0;
    width: 220px;
    z-index: 2;
    display: none;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}
#primary-menu li:hover ul.sub-menu {
    display: block;
}
#primary-menu li ul.sub-menu li {
    width: 100%;
}
#primary-menu li ul.sub-menu li a {
    padding: 7px 10px;
    font-size: 14px;
    border-bottom: 1px solid #cfcfcf;
    display: inline-block;
    width: 100%;
}
#primary-menu li ul.sub-menu li:last-of-type a {
    border: 0;
}
#primary-menu li.whowe-menu .sub-menu li.current-menu-item a {
    background-color: #fff;
    color: #333;
}
#primary-menu li.whowe-menu .sub-menu li.current-menu-item a:hover {
    background-color: #394474;
    color: #fff;
}
.main-navigation {
    display: inline-block;
    float: right;
    margin-top: 25px;
}
.menu-open,
.menu-close {
    display: none;
}
.owl-carousel .owl-stage {
    display: flex;
}
.show-more {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.show-more::before {
    content: 'Show More +';
}
.show-more.show-less::before {
    content: 'Show less -';
}
.inner-hero-container {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #394474;
    background-attachment: fixed;
    margin-bottom: 100px;
}
.inner-hero-container::before {
    content: '';
    background-image: url(../png/blue-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 100%;
    z-index: 1;
    background-size: 100%;
}
.inner-hero-container .container {
    position: relative;
    z-index: 2;
}
.inner-hero-container .container h1 {
    font-size: 5rem;
}
.inner-hero-container .container p {
    color: #000;
    padding-left: 3px;
}
#steering-member .col-xl-6 {
    margin-bottom: 20px;
}
.steering-member {
    padding: 40px;
    background-color: #eee;
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.steering-member .image {
    width: 40%;
    margin-right: 5%;
}
.steering-member .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}
.steering-member .member-content-wrap {
    width: 55%;
}
.steering-member .member-content h3 {
    font-size: 1.5em;
    font-weight: bold;
}
.steering-member .image h3 {
    background-color: #394474;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    padding: 8px 12px;
    margin-bottom: 5px;
}
.steering-member .image .position {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}
.steering-member .member-content {
    font-size: 15px;
    max-height: 290px;
    overflow: hidden;
    transition: all ease 0.4s
}
.steering-member .member-content.open {
    max-height: 1200px;
}
.steering-member.suppoters {
    flex-wrap: wrap;
    padding: 0;
}
.steering-member.suppoters .image {
    width: 100%;
    padding: 15px;
	
}
#supporting-member .col-md-4{
	margin-bottom:20px;
}
.steering-member.suppoters .image img {
    height: 160px;
    object-fit: contain;
    max-width: 300px;
    margin: auto;
    display: block;
}
.steering-member.suppoters .supporter-name {
    width: 100%;
    padding: 5px 15px;
    background-color: #1D2548;
    color: #fff;
    font-weight: bold;
    text-align: left
}
.member-section {
    padding-bottom: 100px;
}
.member-section h2 {
    margin-bottom: 30px;
}
#team-member .team-member {
    display: flex;
    padding: 50px 0;
}
#team-member .member-wrap:last-of-type .team-member {
    padding-bottom: 0;
}
#team-member .team-member .image {
    width: 230px;
}
#team-member .team-member .image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}
#team-member .team-member .content {
    width: calc(100% - 230px);
    padding-left: 30px;
}
#team-member .team-member .image h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #394474;
    margin-bottom: 2px;
}
#team-member .team-member .image .position {
    font-size: 14px;
    margin-bottom: 0;
    display: block;
}
#team-member .team-member .content .description {
    font-size: 16px;
}
#team-member .member-wrap:nth-of-type(even) {
    background-color: #eee;
}
.secretariet.steering-member .image {
    width: 20%;
}
.secretariet.steering-member .image img {
    object-fit: contain;
    object-position: top;
}
.secretariet.steering-member .member-content-wrap {
    width: 75%;
}
.secretariet.steering-member .member-content {
    max-height: inherit;
    overflow: auto;
}
.secretariet.steering-member .member-content a {
    font-weight: bold;
    color: #1D2548;
    text-decoration: none;
    transition: all ease 0.4s;
}
.secretariet.steering-member .member-content a:hover {
    color: #333;
}
#team-member .team-member .content .show-more {
    display: none;
}
.page-content {
    padding-bottom: 100px;
}
.page-content h2 {
    font-size: 3.8rem;
    font-weight: bold;
    color: #394474;
}
.page-content h3 {
    font-size: 3rem;
}
.page-content ol,
.page-content ul {
    padding-left: 30px;
    display: inline-block;
    width: 100%;
}
.page-content ol li,
.page-content ul li {
    font-weight: 400;
    margin-bottom: 5px;
    font-style: italic;
}
.page-content ol li strong:first-of-type {
    color: #394474;
    font-weight: bold;
    font-style: normal;
}
.qanda-page {
    padding-bottom: 100px;
}
.qanda-page .accordion-button {
    font-size: 2.4rem;
    background-color: #eee;
    font-weight: 500;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 1.5rem 1.5rem;
}
.qanda-page .accordion-item {
    margin-bottom: 20px;
    border: 0;
}
.qanda-page .accordion-button:not(.collapsed) {
    background-color: #394474;
    color: #fff;
}
#qanda-accordion {
    margin-top: 0;
}
#qanda-accordion .accordion-body {
    border: 1px solid #eee;
    border-top: 0;
    padding: 2rem;
}
#qanda-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
}
#qanda-accordion .accordion-button::after {
    width: 2.25rem;
    height: 2.25rem;
    background-size: 2.25rem;
}
#qanda-accordion .accordion-body h3 {
    font-size: 3rem;
}
#qanda-accordion .accordion-body .small-text {
    font-size: 13px;
}
#qanda-accordion .accordion-body ol {
    padding-left: 30px;
    display: inline-block;
    width: 100%;
}
#qanda-accordion .accordion-body ol li {
    font-weight: 500;
    margin-bottom: 5px;
}
.endorsement-page {
    padding-top: 0 !important;
}
.endorsement-page .col-md-6 {
    margin-bottom: 20px;
}
.endorsement-page .align-items-center {
    margin-bottom: 50px;
}
.resources-page {
    padding-bottom: 20px;
}
.resources-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 40px;
    width: auto;
}
.consultaiont-resources-wrap{
    padding: 80px 0 40px;
}
.resources-wrap .resource-box {
    width: calc(33.333% - 30px);
    margin: 15px;
    padding: 25px 30px 30px;
    border: 1px solid #cfcfcf;
    transition: all ease 0.4s;
}
.resources-wrap .resource-box:hover {
    background-color: #fbfbfb;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
}
.resources-wrap .resource-box h3 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
}
.resources-wrap .resource-box .date {
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    padding: 5px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    transition: all ease 0.4s
}
.resources-wrap .resource-box .date i {
    margin-right: 5px;
}
.resources-wrap .resource-box .info {
    font-size: 14px;
    margin-bottom: 20px;
}
.contactus-page {
    padding-bottom: 90px;
}
.contact-details {
    background-color: #eee;
    padding: 20px 30px 10px;
    width: calc(100% - 30px);
}
.contact-details .contact-box {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
}
.contact-details .contact-box:last-of-type {
    border: 0;
}
.contact-details .contact-box i {
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
    color: #394474;
    line-height: 25px;
    float: left;
}
.contact-details .contact-box a {
    color: #333;
    text-decoration: none;
    transition: all ease 0.4s;
    font-size: 17px;
    font-weight: 500;
    word-break: break-all;
}
.contact-details .contact-box a:hover {
    color: #B0CAC9;
}
.contact-details .contact-box.follow {
    padding-left: 0;
    display: inline-block;
    margin-top: 15px;
}
.contact-details .contact-box.follow a {
    margin-right: 15px;
}
.contact-details .contact-box.follow a:hover i {
    color: #B0CAC9;
}
.contact-details .contact-box h3 {
    font-size: 20px;
    font-weight: bold;
}
.contact-details .contact-box.follow a {
    float: left;
}
.contact-details .contact-box.follow i {
    position: static;
    transition: all ease 0.4s;
    float: left;
}
.contact-map {
    margin-top: 100px;
    float: left;
    width: 100%;
    margin-bottom: -10px;
}
.resources-wrap .resource-box .btn-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.resources-wrap .resource-box .btn-primary {
    font-size: 14px;
    padding: 7px 15px;
    margin-bottom: 4px;
    margin-right: 20px;
}
.contact-form h2 {
    font-size: 3.6rem;
    font-weight: 300;
}
.contact-form .wpcf7 {
    margin-top: 30px;
}
.contact-form .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}
.contact-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    font-size: 13px;
}
.contact-form .wpcf7-text,
.contact-form optgroup,
.contact-form select,
.contact-form textarea {
    width: 100%;
    background-color: #eee;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    border-radius: 0 !important;
    height: 35px;
    outline: 0;
    padding: 5px 10px;
    font-size: 16px;
}
.contact-form label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.contact-form textarea {
    height: 100px;
}
.contact-form .wpcf7-submit {
    width: auto;
    float: right;
    background-color: #394474;
    color: #fff;
    font-size: 15px;
    border: 0;
    transition: all ease 0.4s;
}
.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-submit:focus {
    background-color: #181f39;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    background-color: #F63E40;
    color: #fff;
    border: 0;
    padding: 7px 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #31AE33;
}
.sitemap-page {
    padding-bottom: 100px;
}
#Sitemp-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 400px;
}
#Sitemp-menu li {
    margin-bottom: 5px;
    list-style: none;
    width: 100%;
}
#Sitemp-menu li a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #B8D2D1;
    color: #333;
    display: inline-block;
    text-decoration: none;
    transition: all ease 0.4s;
    width: 100%;
    transition: all ease 0.4s;
}
#Sitemp-menu li a:hover {
    background-color: #394474;
    color: #fff;
}
#Sitemp-menu .sub-menu {
    margin-top: 5px;
}
#Sitemp-menu .sub-menu li a {
    background-color: #eee;
}
#Sitemp-menu .sub-menu li a:hover {
    background-color: #394474;
}
#Sitemp-menu li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 8px;
}
.underconstruction-page {
    text-align: center;
    padding: 100px 0;
}
.foot-social {
    padding-left: 0 !important;
}
.foot-social i {
    position: static !important;
}
.foot-social a {
    margin-right: 15px;
}
.grecaptcha-badge {
    visibility: hidden;
}
.book-row {
    margin-bottom: 50px;
}
.book-row h2 {
    font-size: 3.6rem;
}
.book-row h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}
.book-row img {
    margin-left: -3px;
}
.page-content a {
    color: #4e5988;
    text-decoration: none;
    font-weight: 500;
    transition: all ease 0.4s;
    text-decoration: underline;
}
.page-content a:hover {
    color: #B8D2D1;
    text-decoration: none;
}
.page-content a.btn {
    color: #fff !important;
    margin: 20px 0;
    text-decoration: none !important;
}
.page-content a.btn:hover {
    color: #fff !important
}
.equal-info {
    margin-top: 0;
    font-size: 14px;
    padding-right: 0;
}
.equal-info img {
    max-width: 150px;
    margin-top: 5px;
}
.equal-info a {
    color: #fff;
    text-decoration: none;
    transition: all ease 0.4s;
}
.equal-info a:hover {
    color: #B7D1D0;
}
.launch-info-box {
    padding: 6rem 0 8rem;
    background-color: #C1D9D6;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    background-repeat: repeat;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.language-wrap {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #394474;
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
}
.language-wrap a {
    color: #B8D2D1;
    text-decoration: none;
}
.language-wrap a:hover {
    color: #fff;
}
.launch-info-box h1,
.launch-info-box h3,
.launch-info-box p {
    color: #212529;
    text-align: left !important;
    width: 100%;
    display: inline-block;
    clear: both;
}
.launch-info-box h1 {
    font-size: 4.8rem
}
.launch-info-box p strong {
    color: #212529;
    float: left;
    display: block;
    width: 100%;
}
.launch-info-box .btn-primary {
    margin-right: 15px !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}
.consultation-page .main-content h4 {
    font-size: 2.4rem;
}
.consultation-page .main-content {
    text-align: center;
}
.consultation-page .main-content p {
    text-align: center;
}
.consultation-page .main-content img {
    margin-top: 20px;
    display: inline-block;
    max-width: 500px;
    width: 100%;
}
.consultation-page .disrupter-section {
    margin: 0;
    text-align: center;
    padding: 7rem 0 6rem;
    background-image: url(../jpg/banner-back.jpg) !important;
    margin-bottom: 0 !important;
}
.consultation-page .disrupter-section .col-md-12 {
    width: 100%;
}
.consultation-page .disrupter-section .col-md-12 .consult-disrupt {
    width: 100%;
    text-align: center;
}
.consultation-page .disrupter-section .col-md-12 .consult-disrupt h3 {
    margin-bottom: 0;
    color: #394474;
    margin-bottom: 15px;
}
.consultation-page .disrupter-section .col-md-12 .consult-disrupt p {
    margin-bottom: 0 !important;
    width: 33.333%;
    float: left;
    padding: 0 15px;
}
.consultation-page .disrupter-section .col-md-12 .consult-disrupt p strong {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.consultation-page .disrupter-section .col-md-12 .consult-disrupt p em {
    color: #2d396c;
    font-weight: 500;
    font-style: inherit;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
}
/*.consultation-page .resources-wrap .resource-box {
    padding: 15px 25px 25px;
    width: calc(25% - 30px);
    text-align: center;
    border: 0;
    position: relative;
}
.consultation-page .resources-wrap .resource-box.long-box {
    width: calc(50% - 30px);
}
.consultation-page .resources-wrap .resource-box:nth-of-type(4n) {
    background-color: #99AD5E;
}
.consultation-page .resources-wrap .resource-box:nth-of-type(4n+1) {
    background-color: #C74652;
}
.consultation-page .resources-wrap .resource-box:nth-of-type(4n+2) {
    background-color: #206A99;
}
.consultation-page .resources-wrap .resource-box:nth-of-type(4n+3) {
    background-color: #653977;
}*/
.consultation-page {
    padding-bottom: 0 !important;
}
.our-commitment {
    width: 100%;
    text-align: center;
    display: inline-block
}
.our-commitment img {
    max-width: 900px;
    width: 100%;
    display: inline-block
}
.consultation-page .resources-wrap .resource-box .resource-info {
    font-size: 12px;
    color: #fff;
    text-align: center;
    bottom: 10px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: -15px;
}
.consultation-page .resources-wrap .resource-box h3 {
    text-align: left;
    margin-bottom: 8px;
    
    text-align: left;
}
.consultation-page .resources-wrap .resource-box .info {
    margin-bottom: 10px;
    color: #fff;
}
.consultation-page .resources-wrap .resource-box .btn-secondary {
    margin-top: 5px;
    margin-bottom: 0;
    text-decoration: none !important;
    color: #000 !important;
    padding: 8px 25px;
}
.consultation-page .resources-wrap .resource-box .btn-secondary:hover,
.consultation-page .resources-wrap .resource-box .btn-secondary:focus {
    color: #fff !important;
}
#resource-wrap {
    padding: 7rem 0;
}
#resource-wrap h2 {
    text-align: center;
}
.consultation-page h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px !important;
    line-height: 36px;
}
.consultation-page .launch-info-box h4 {
    width: 100%;
    text-align: left !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d396c;
    font-size: 1.4em;
}
.consultation-page .launch-info-box h4 a {
    text-decoration: none;
    color: #2d396c;
    font-weight: 700;
}
.consultation-page .launch-info-box h4 a:hover,
.consultation-page .launch-info-box h4 a:focus {
    color: #212529;
}
.consultation-page .team-box-wrap {
    display: flex;
    margin: 30px -20px;
}
.consultation-page .team-box {
    width: calc(50% - 40px);
    background-color: #fff;
    padding: 20px 40px 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #cfcfcf;
    margin: 0 20px;
}
.consultation-page blockquote {
    background-color: #fafb9c;
    padding: 20px 20px 18px;
    font-weight: normal;
    text-align: left;
    font-size: 20px;
}
.consultation-page blockquote p {
    margin: 0;
    padding: 0;
}
.main-content .row {
    margin: 0 -30px;
    margin-bottom: 50px;
    ]
}
.main-content .row .col-md-6 {
    padding: 0 30px;
}
.pagenot-found {
    padding: 15rem 0;
    text-align: center;
}
.pagenot-found h1 {
    font-size: 7em;
    font-weight: 900;
    color: #1D2548;
    margin-bottom: 20px;
    line-height: 1em;
}
.pagenot-found p a {
    color: #1D2548;
    font-weight: 600;
    text-decoration: none;
}
.consultaion-question {
    margin-bottom: 50px;
}
.consultaion-question ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    width: auto;
    list-style: none;
    counter-reset: my-awesome-counter;
}
.consultaion-question ol li {
    width: calc(50% - 30px);
    margin: 15px;
    background-color: #ECECEC;
    padding: 30px 35px;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 75px;
}
.consultaion-question ol li strong {
    font-size: 22px;
}
.consultaion-question ol li::before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-color: #394474;
    color: #fff;
    font-size: 2.4em;
    text-align: center;
    padding-top: 15px;
}
.consultaion-question ol li ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    counter-reset: none;
}
.consultaion-question ol li ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-position: outside;
    counter-increment: none;
}
.consultaion-question ol li ul li::before {
    display: none;
}
.howto-participate {
    border: 2px dotted #B8D2D1;
    padding: 36px;
    margin-bottom: 20px;
}
.howto-participate h2 {
    margin-bottom: 20px;
}
.howto-participate ol {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.howto-participate ol li {
    margin-bottom: 0;
    border-bottom: 2px dotted #B8D2D1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.howto-participate ol li:last-of-type {
    border: 0;
    padding: 0;
    margin: 0;
}
.howto-participate ol li ol {
    list-style: lower-alpha;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    border: 0;
}
.howto-participate ol li ol li {
    margin: 0;
    padding: 0;
    border: 0;
}
.howto-participate ol li ol li ul {
    margin-bottom: 20px;
    padding-left: 18px;
}
.pad-30 {
    padding-right: 20px !important;
}
.consultation-page .disrupter-section .btn {
    float: none !important;
}
.twitterfeed-wrapper {
    padding: 7rem 0;
}
.twitterfeed-wrapper h2 {
    text-align: center;
    margin-bottom: 50px;
}
.twitterfeed-wrapper #twitter-slider {}
.twitterfeed-wrapper #twitter-slider .owl-stage-outer {
    overflow: visible;
}
.twitterfeed-wrapper .twitter-feed {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 30px 30px 10px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #cfcfcf;
    height: 100%;
    position: relative;
    flex-wrap: wrap;
}
.twitterfeed-wrapper .twitter-feed::after {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    position: absolute;
    right: -30px;
    top: -40px;
    font-size: 60px;
    color: #1DA1F2;
}
.twitterfeed-wrapper .twitter-feed .img {
    width: 80px;
    margin-right: 20px;
}
.twitterfeed-wrapper .twitter-feed .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 300px;
}
.twitterfeed-wrapper .twitter-feed .content {
    width: calc(100% - 100px);
}
.twitterfeed-wrapper .twitter-feed .content h3 {
    text-align: left;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 20px;
    font-style: italic;
    padding-left: 20px;
}
.twitterfeed-wrapper .twitter-feed .content h4 {
    font-size: 14px;
    margin: 0;
    font-style: italic;
    padding-left: 20px;
}
.twitterfeed-wrapper .twitter-feed .tweet {
    font-style: italic;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    padding-right: 30px;
}
.twitterfeed-wrapper .twitter-feed .tweet::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    left: -15px;
    top: -20px;
    color: #1D2548;
    font-size: 26px;
}
.eventvideo-wrapper {
    padding: 7rem 0;
    background-image: url(../jpg/grey-pattern.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto;
    background-position: center, center right;
}
.eventvideo-wrapper h2 {
    margin-bottom: 30px;
    text-align: center;
}
.eventvideo-wrapper .owl-dots {
    margin-top: 15px;
    text-align: center;
}
.eventvideo-wrapper .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #cfcfcf;
    margin: 0 5px;
}
.eventvideo-wrapper .owl-dots .owl-dot.active {
    background-color: #1D2548;
}
.eventvideo-wrapper .nav-tabs {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
    border-bottom: 2px solid #394474;
    padding-bottom: 1px;
}
.eventvideo-wrapper .nav-tabs li {
    padding: 0;
    margin: 0 5px;
}
.eventvideo-wrapper .nav-tabs li .nav-link {
    background-color: #fff;
    border: 0 !important;
    padding: 7px 15px;
    font-size: 16px;
}
.eventvideo-wrapper .nav-tabs li .nav-link span {
    font-size: 13px;
}
.eventvideo-wrapper .nav-tabs li .nav-link.active {
    background-color: #394474;
    color: #fff;
}
.eventvideo-feed {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: left;
    background-color: #fff;
    padding: 15px;
    height: 100%;
}
.eventvideo-feed a.video-box {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}
.eventvideo-feed a.video-box::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f144";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    text-shadow: rgba(0, 0, 0, 0.2);
}
.eventvideo-feed a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.eventvideo-feed h3 {
    text-align: left;
    margin: 0;
}
.eventvideo-feed a {
    text-decoration: none;
}
.eventvideo-feed a h3 {
    text-decoration: none;
    line-height: 30px;
    margin-bottom: 10px;
}
.eventvideo-feed p {
    font-size: 16px;
}
.subscribe-box {
    padding: 0 !important;
    margin: 0;
}
.subscribe-box .emaillist {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.subscribe-box .emaillist input[type=text],
.subscribe-box .emaillist input[type=email] {
    width: 100%;
    font-size: 14px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    height: 35px;
    outline: 0 !important;
    padding: 0 10px;
}
.subscribe-box .emaillist input[type=submit] {
    float: right;
    width: auto;
    float: right;
    background-color: #394474;
    color: #fff;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    transition: all ease 0.4s;
    padding: 10px 20px;
    margin-top: 10px;
}
.subscribe-box .emaillist input[type=submit]:hover {
    background-color: #181f39;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.subscribe-box .emaillist label {
    width: 100%;
    display: inline-block;
    font-size: 1em;
}
.subscribe-box.foot-subscribe {
    padding-right: 20px !important;
}
.subscribe-box.foot-subscribe label {
    font-size: 16px;
}
.foot-details {
    margin-bottom: 40px;
}
.foot-details:last-of-type {
    margin-bottom: 0;
}
.related-video-wrap {
    width: calc(33.333% - 30px);
    margin: 15px;
    border: 1px solid #cfcfcf;
}
.related-video-wrap a.video-box {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}
.related-video-wrap a.video-box::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f144";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    text-shadow: rgba(0, 0, 0, 0.2);
}
.related-video-wrap a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.related-video-wrap h3 {
    text-align: left;
    margin: 0;
}
.related-video-wrap a {
    text-decoration: none;
}
.related-video-wrap a h3 {
    text-decoration: none;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
}
.related-video-wrap .video-content {
    padding: 15px 20px;
}
.related-video-wrap .video-content p {
    font-size: 14px;
    margin-bottom: 20px;
}
#disrupt-center .col-md-12 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#disrupt-center .col-md-12 h2 {
    margin: 0 !important;
    margin-right: 20px !important;
}
#disrupt-center .col-md-12 .btn {
    margin: 0 !important;
    margin-right: 40px !important;
}
#disrupt-center .col-md-12 .btn:last-of-type {
    margin-right: 0 !important
}
.home-twitter-section {
    width: 100%;
    background-color: #eee;
    padding: 80px 0;
}
.consult-resource-wrap {
    position: relative;
    padding: 60px 0 30px;
    margin-bottom: 70px;
    margin-top: 80px;
}
.consult-resource-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #b7d1d0;
    background-image: url(../jpg/light-blue-patter.jpg);
    background-repeat: repeat;
    background-size: auto;
}
.consult-resource-wrap .resource-box {
    background-color: #fff;
}
.twitter-feed-wrap {
    width: 100%;
    display: inline-block;
    border: 1px solid #eee;
}
.twitter-feed-wrap iframe {
    float: left;
}
.resources-wrap .resource-box.lg-back {
    width: calc(50% - 30px);
    display: flex;
    flex-wrap: wrap;
}
.resources-wrap .resource-box.lg-back .image {
    width: 25%;
    margin-right: 5%;
}
.resources-wrap .resource-box.lg-back .content {
    width: 70%;
}
@media screen and (max-width:1400px) {
    #primary-menu li a {
        padding: 5px 7px;
    }
    .hero-container .owl-nav {
        max-width: 1142px;
    }
    html {
        font-size: 60%;
    }
    body {
        font-size: 17px;
    }
    .consult-qna-section .container::before,
    .consult-qna-section .container::after {
        opacity: 0.2;
    }
}
@media screen and (max-width:1200px) {
    html {
        font-size: 50%;
    }
    body {
        font-size: 15px;
    }
    .menu-open {
        display: inline-block;
        float: right;
        font-size: 24px;
        margin-top: 20px;
        margin-right: 0;
    }
    .menu-close {
        display: inline-block;
        float: right;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .main-navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #eee;
        padding: 40px 20px;
        width: 280px;
        margin: 0;
        right: -300px;
        transition: all ease 0.4s;
        z-index: 999;
    }
    .main-navigation.open {
        right: 0;
    }
    #primary-menu li {
        width: 100%;
        border-bottom: 1px solid #cfcfcf;
    }
    #primary-menu li a {
        width: 100%;
        padding: 8px 10px;
    }
    #primary-menu li ul.sub-menu {
        width: 100%;
        display: block;
        position: static;
    }
    .header-top .custom-html-widget {
        float: left;
    }
    .hero-container .slide {
        height: 700px;
    }
    .hero-container .owl-nav {
        max-width: 964px;
    }
    .commitment-section .col-md-8.commitment-content {
        padding: 30px 60px;
    }
    .commitment-section .col-md-8.commitment-content::before {
        left: 25px;
        top: 20px;
        font-size: 25px;
    }
    .about-us-section,
    .whoweare-section,
    .endorsement-section {
        padding: 70px 0;
    }
    .steering-member .image {
        width: 28%;
        margin-right: 3%;
    }
    .steering-member .member-content-wrap {
        width: 69%;
    }
    .steering-member .member-content {
        margin-bottom: 10px;
    }
    #disrupt-center .col-md-12 h2 {
        font-size: 3rem !important;
    }
    #disrupt-center .col-md-12 .btn {
        font-size: 13px;
    }
}
@media screen and (max-width:1024px) {
    .five-rules .rule-wrap {
        margin: auto;
    }
    .five-rules .hero-content {
        width: 70%;
        text-align: center;
        margin: auto;
        margin-bottom: 50px;
    }
    .five-rules {
        min-height: 900px;
    }
}
@media screen and (max-width:991px) {
    html {
        font-size: 44%;
    }
    body {
        font-size: 14px;
    }
    .hero-container .slide {
        height: 500px;
    }
    .commitment-section .col-md-8.commitment-content {
        padding: 30px;
    }
    .commitment-section .col-md-8.commitment-content::before {
        left: 7px;
        top: 17px;
        font-size: 18px;
    }
    .footer-top .col-md-6 {
        margin-bottom: 50px;
    }
    .hero-container .owl-nav {
        max-width: 727px;
    }
    .hide-small {
        display: none;
    }
    .resources-wrap .resource-box {
        width: calc(50% - 30px)
    }
    .consultation-page .team-box-wrap {
        flex-wrap: wrap;
    }
    .consultation-page .team-box {
        width: calc(100% - 40px);
        margin-bottom: 40px;
    }
    .launch-info-box h1 {
        margin-bottom: 30px;
    }
    .pad-30 {
        padding-right: 0 !important;
        margin-bottom: 30px;
    }
    .consultation-page .resources-wrap .resource-box {
        width: calc(50% - 30px);
    }
    .launch-info-box h1,
    .launch-info-box h3,
    .launch-info-box p,
    .consultation-page .launch-info-box h4 {
        text-align: center !important;
    }
    .consultation-page .disrupter-section .col-md-12 .consult-disrupt p {
        padding: 0 10px;
    }
    .consultation-page .launch-info-box h4 {
        margin-bottom: 30px;
    }
    .five-rules .hero-content {
        width: 100%;
    }
    .related-video-wrap {
        width: calc(50% - 30px);
    }
    .padright-20 {
        padding-right: 25px !important;
    }
    .endorsement-section .owl-dots button {
        width: 20px;
    }
    .launch-info-box .disclaimer-note {
        bottom: 6px;
    }
    .resources-wrap .resource-box.lg-back {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width:767px) {
    html {
        font-size: 45%;
    }
    .header-bottom .logo-container {
        width: 260px;
    }
    .five-rules {
        margin-top: 0;
    }
    .five-rules .rule-wrap {
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .five-rules .rule-wrap .rules {
        width: 50%;
    }
    .five-rules .rule-wrap .rules:last-of-type {
        width: 100%;
    }
    .hero-container .slide {
        height: calc(100vh - 110px);
        min-height: 440px;
        max-height: 550px;
    }
    .hero-container .owl-nav {
        bottom: 20px;
    }
    .menu-open {
        margin-top: 12px;
    }
    .disrupter-section h2 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .disrupter-section .col-md-12 {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .disrupter-section .btn {
        margin: auto;
    }
    .about-us-section img {
        margin-top: 40px;
    }
    .whoweare-section .btn {
        float: left;
    }
    .consult-qna-section::before,
    .consult-qna-section .container::before {
        display: none;
    }
    .consult-qna-section {
        padding: 0;
    }
    .consult-qna-section .consult {
        background-color: #2d396c;
        background-image: url(../jpg/dark-blue-patter.jpg);
        background-repeat: repeat;
        background-size: auto;
        background-position: center;
        padding: 40px 10px;
        margin: 0 -15px;
    }
    .consult-qna-section .consult::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../png/white-icon.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center left;
        height: 100%;
        z-index: 0;
        width: 250px;
        opacity: 0.2;
    }
    .consult-qna-section .container .qna::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-image: url(../png/blue-icon.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center right;
        width: 250px;
        height: 100%;
        z-index: 0;
        opacity: 0.2;
    }
    .consult-qna-section .container .qna {
        padding: 40px 10px;
        margin: 0 -15px;
        background-color: #2d396c;
        background-image: url(../jpg/grey-pattern.jpg);
        background-repeat: repeat;
        background-size: auto;
        background-position: center;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 15px;
        padding-right: 15px;
    }
    #page-footer .footer-top {
        padding-bottom: 0;
    }
    #page-footer .footer-bottom {
        text-align: center;
    }
    #page-footer .footer-bottom .col-md-6:nth-of-type(2) {
        text-align: center;
        margin-top: 10px;
    }
    .steering-member {
        padding: 20px;
    }
    .steering-member .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .steering-member .member-content-wrap {
        width: 100%;
    }
    .steering-member,
    #team-member .team-member {
        flex-wrap: wrap;
    }
    #team-member .team-member .image {
        width: 100%;
        margin-bottom: 20px;
    }
    #team-member .team-member .content {
        width: 100%;
        padding: 0;
    }
    .secretariet.steering-member .image {
        width: 100%;
        margin-bottom: 20px;
    }
    .secretariet.steering-member .member-content-wrap {
        width: 100%
    }
    .secretariet.steering-member .image img {
        height: 60px;
    }
    #team-member .team-member .content .team-content {
        max-height: 195px;
        overflow: hidden;
        transition: all ease 0.4s;
    }
    #team-member .team-member .content .team-content.open {
        max-height: 1500px;
    }
    #team-member .team-member .content .show-more {
        display: block;
    }
    .whowe-menu .sub-menu {
        display: none !important;
    }
    .qanda-page .accordion-button {
        line-height: 3.2rem;
    }
    .endorsement-section .endorsement {
        padding: 60px 25px 25px;
    }
    .inner-hero-container {
        height: 180px;
    }
    .resources-wrap .resource-box {
        width: calc(100% - 30px);
        padding: 15px 20px 20px;
    }
    .resources-wrap .resource-box .info {
        font-size: 13px;
    }
    .inner-hero-container {
        margin-bottom: 60px;
    }
    .contact-details {
        width: 100%;
    }
    .contact-form {
        margin-top: 60px;
    }
    .contact-details .contact-box a {
        font-size: 16px;
    }
    .inner-hero-container::before {
        width: 80px;
    }
    .endorsement-page .align-items-center {
        margin-bottom: 50px;
    }
    .five-rules .rule-wrap {
        width: 100%;
        margin: auto;
    }
    .five-rules {
        height: auto;
    }
    .five-rules .rule-wrap .rules {
        position: static;
        width: 100%;
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 15px;
        height: auto;
        margin-bottom: 20px !important;
    }
    .five-rules .rule-wrap .rules h2 {
        width: auto;
    }
    .five-rules .rule-wrap .rules .rule-description {
        position: static;
        background: none;
        color: #fff;
        padding: 0 10px 10px;
        font-size: 14px;
    }
    .five-rules .rule-wrap .rules h2 {
        font-size: 20px;
        margin-left: 10px;
    }
    .five-rules .rule-wrap:after {
        display: none;
    }
    .whoweare-section .member .info p {
        font-size: 14px;
    }
    .whoweare-section .member .info h3 {
        font-size: 16px;
    }
    .whoweare-section .member img {
        height: 280px;
    }
    .inner-hero-container::before {
        opacity: 0;
    }
    #secretariet-member .col-md-6 {
        margin-bottom: 30px;
    }
    #supporting-member .col-md-4 {
        margin-bottom: 30px;
    }
    .consultation-page .team-box {
        padding: 15px 25px 25px;
    }
    .launch-info-box::before {
        width: 70px;
        background-size: 100%;
    }
    .launch-info-box p strong {
        display: inline-block;
        width: 100%;
    }
    .consultaion-question ol li {
        width: calc(100% - 30px);
        padding: 20px 35px 25px 75px;
    }
    .howto-participate {
        padding: 20px;
    }
    .howto-participate ol {
        padding-left: 15px;
    }
    .howto-participate ol li ol li ul {
        padding-left: 8px;
    }
    .consultation-page blockquote {
        font-size: 16px;
    }
    .consultation-page .resources-wrap .resource-box {
        width: calc(100% - 30px);
    }
    .consultation-page .disrupter-section .col-md-12 .consult-disrupt p {
        width: 100%;
    }
    .twitterfeed-wrapper .twitter-feed .content {
        width: 100%;
    }
    .twitterfeed-wrapper .twitter-feed .tweet {
        padding-left: 0;
        padding-top: 40px;
    }
    .twitterfeed-wrapper .twitter-feed .tweet::after {
        left: -14px;
        top: -7px;
    }
    .twitterfeed-wrapper .twitter-feed .content h3 {
        padding-left: 0;
        margin-top: 20px;
    }
    .twitterfeed-wrapper .twitter-feed .content h4 {
        padding-left: 0;
    }
    .twitterfeed-wrapper .twitter-feed::after {
        right: 20px;
    }
    .twitterfeed-wrapper .twitter-feed .img {
        width: 100%;
    }
    .twitterfeed-wrapper .twitter-feed .img img {
        width: 100px;
        height: 100px;
    }
    .eventvideo-wrapper .nav-tabs li {
        width: 100%;
    }
    .eventvideo-wrapper .nav-tabs li .nav-link {
        width: 100%;
        border-bottom: 1px solid #cfcfcf !important;
    }
    .eventvideo-wrapper .nav-tabs li:last-of-type .nav-link {
        border: 0 !important;
    }
    .disrupter-section .btn {
        margin-bottom: 10px;
    }
    .related-video-wrap {
        width: calc(100% - 30px);
    }
    .disrupter-section {
        text-align: center;
    }
    .subscribe-column {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px
    }
    .disrupter-section .subscribe-column h2 {
        margin: auto;
        text-align: center;
    }
    .subscribe-box.foot-subscribe {
        padding-right: 0 !important;
    }
    #disrupt-center .col-md-12 h2 {
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    #disrupt-center .col-md-12 .btn {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    #disrupt-center .col-md-12 .btn:last-of-type {
        margin: 0 !important;
    }
    .disrupter-section.hero-disrupter .col-md-12 {
        flex-wrap: wrap;
    }
    .disrupter-section.hero-disrupter h2 {
        flex-wrap: wrap;
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }
    .disrupter-section.hero-disrupter h2 span {
        font-size: 75px;
        margin: 0;
    }
    .padright-20 {
        padding-right: 0 !important;
    }
    .home-video-slider {
        margin-bottom: 70px;
    }
    .launch-info-box {
        padding-bottom: 15rem;
    }
    .resources-wrap .resource-box.lg-back .content {
        width: 100%;
    }
    .resources-wrap .resource-box.lg-back .image {
        width: 30%;
        margin-bottom: 5%;
    }
    .disrupter-section.hero-disrupter .left-content{
        margin-right: 0;
    }
}