body {
    background: #fff;
    color: #000000;
    font-family: 'Poppins';
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth;
}


:root {
    --primary: #074775;
    --secondary: #000;
    --third: #d1d2d4;
}


p {
    padding: 0;
    margin: 5px 0;
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Poppins';
    font-weight: 400;
    padding: 0;
}


.wow {
    visibility: hidden;
}

.modal-xxl {
    max-width: 80%;
}


.logo {
    width: 100% !IMPORTANT;
    max-height: 70px;
    /* background: #fff; */
    border-radius: 5px;
}

.header-right-logo {
    width: 200px;
    border-radius: 5px;
}

header.header-bg {
    /* background: #074775; */
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 30px;
    top: 0;
}

.navbar_sticky {
    background-color: #9ac402;
    top: 0;
    margin-top: 0 !important;
}

.navbar_sticky .register-btn {
    background: #212121;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 50%);
    border-color: rgb(255 255 255);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
color: #fff;
    filter: brightness(0) invert(1);
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    width: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}

.inner .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !IMPORTANT;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 9%);
    width: 240px;
}

li.nav-link.dropdown a {
    color: #000;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu li {
    padding: 10px 0;
}

.navbar_sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
}


ul.navbar-nav li.dropdown:hover ul.dropdown-menu li a {
    font-size: 16px;
    padding: 5px 0;
}

.navbar-expand-lg .navbar-nav li {
    margin: 0 5px;
}
.buy-tickets a {
    color: #0c0034;
    background: #fbe50c;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #fbe50c;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-family: 'Poppins';
    font-size: 14px;
}

li.nav-item.buy-tickets {
    margin-top: 9px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    /* margin-right: 1rem; */
    margin-left: 0;
    color: #000;
    font-weight: 500;
    /* border-bottom: 3px solid #DB0106;*/
}


.rounded-20 {
    border-radius: 20px;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 14px;
    margin-top: 0;
    border: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #22008d;
}

.dropdown-menu .dropdown-item {
    padding: .60rem 1rem;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF7A42;
}

.logo-shap:after {
    content: "";
    width: 280px;
    height: 93px;
    left: -19px;
    top: 0;
    transform: skew(-20deg);
    background: #fff;
    position: absolute;
    display: none;
}

.navbar-brand {
    z-index: 999 !important;
}









#header {
    height: auto;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 997;
    transition: 0.5s;
    position: fixed;
    padding: 0 15px;
    background: white;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    right: 0;
    padding: 10px;
}

#header.header-scrolled,
#header.header-fixed {
    background: rgba(0, 0, 0, 0.98);
    height: 75px;
    padding: 15px 0;
    transition: all 0.5s;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #e8450b;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 80px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

#header.header-scrolled #logo img {
    padding: 0;
    margin: 2px 0;
    max-height: 45px;
    transition: all 0.5s;
    padding: 4px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
    margin-top: 1%;
}

/* Nav Meu Styling */

.nav-menu a {
    /* color: #fff; */
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    width: auto;
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    margin-right: 20px;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #000;
}

.nav-menu > li {
    margin-left: 8px;
}


.nav-menu li.buy-tickets a {
    color: #fff;
    background: #e8450b;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #e8450b;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
    background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 0px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover > a {
    background: #fbe50c;
    color: #0c0034;
    width: 100%;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #e8450b;
}

#mobile-nav ul li ul {
    background-color: #e8450b;
}

#mobile-nav ul li li {
    padding-left: 0px;
}

#mobile-nav ul li li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 22px 5px 15px;
}

#mobile-nav ul li li a:hover {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #e8450b;
}

#mobile-nav ul .menu-item-active {
    color: #e8450b;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

.register-btn {
    background: #9ac402;
    border-radius: 50px;
    padding: 11px 13px !IMPORTANT;
    color: #fff !IMPORTANT;
    /* color: #9ac402 !important; */
}

/* Mobile Nav body classes */



.carbon-apic-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.carbon-apic-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carbon-apic-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000bd;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carbon-content {
    position: relative;
    z-index: 9;
    /*padding: 30% 0;*/
}

.carbon-content h1 {
    color: #ffff;
    font-weight: 700;
    text-align: center;
    font-size: 60px;
}

.carbon-content h3 {
    font-size: 35px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
}

.carbon-content h4 {
    font-size: 28px;
    text-align: center;
    padding-top: 22px;
    color: #ffff;
    font-weight: 600;
}
.carbon-content h5 {
    background: #35363a;
    padding: 15px;
    text-align: center;
    width: 300px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 15px;
    color: #fff;
}
a.register-btn.banner {
    /* margin: 0 auto; */
    display: block;
    width: auto;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    background: #9ac402;
    margin-left: 5px;
    margin-right: 5px;
}

.why-carbon {
    padding: 5% 4%;
}

.about-left-image img {
    width: 100%;
    border-radius: 20px;
}

.ps-timeline-sec {
    position: relative;
    width: 100%;
    top: 0;
    height: auto;
}

a.download-brochure {
    padding: 15px 35px;
    background: #35363a;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
        font-weight: 600;
}












@media screen and (max-width: 991px) {

    .ps-timeline-sec ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #212121;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

    .ps-timeline-sec ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }

    .ps-timeline-sec ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }

    .ps-timeline-sec ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }

    .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 85px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }

    .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot img {
        width: 70px;
    }

    /*
   .ps-timeline-sec ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: -20px;
    width: 50% !important;
}
*/

    .ps-timeline-sec ol.ps-timeline li span {
        left: 0 !important;
    }

    .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }

    .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }

    .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }

    .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }

    .ps-timeline-sec ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 175px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 70px !important;
    }

    .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 185px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }

    .ps-timeline-sec ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }

    .ps-timeline-sec ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    
    .register-btn {
    background: #9ac402;
    border-radius: 50px;
    padding: 11px 13px !IMPORTANT;
    color: #fff !IMPORTANT;
    /* color: #9ac402 !important; */
    margin-top: 10px;
}
}



.ps-timeline-sec ol.ps-timeline {
    margin: 180px 0 250px;
    padding: 0;
    border-top: 2px solid #212121;
    list-style: none;
}

.ps-timeline-sec ol.ps-timeline li {
    float: left;
    width: 12.5%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 3px solid #212121;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #212121;
    font-size: 18px;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #212121;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #212121;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #212121;
    width: 2px;
    height: 50px;
    background: #212121;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #212121;
    width: 8px;
    height: 8px;
    background: #212121;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
    width: 80px;
    background: #9ac402;
    border-radius: 5px;
    padding: 10px;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-bot {
    border-radius: 10px;
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
    width: 80px;
    background: #9ac402;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
}

.ps-timeline-sec ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.ps-timeline-sec ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}

section.about-us {
    width: 100%;
    height: auto;
    display: block;
}

.about-us-carbon h1 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 9;
    color: #000;
}

.about-us-carbon p {
    font-size: 18px;
    text-align: center;
}


section.supporting-goal {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/bannner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.supporting-gloals {
    width: 100%;
    padding-top: 35px;
    position: relative;
    z-index: 9;
}

.supporting-goal h1 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
}

.supporting-gloals p {
    font-size: 16px;
    line-height: 25px;
    padding: 5px 0;
    color: #fff;
}

section.supporting-goal:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 0;
    left: 0;
    top: 0;
}








/* Comment this to match borders */
.steps-list-looped {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 12px;
}

.steps-list-looped .step-wrapper {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    flex-basis: 33%;
    margin-bottom: -1px;
    border-bottom: 1px solid #212121;
    /* You can style first and last element here */
}

.steps-list-looped .step-wrapper::before,
.steps-list-looped .step-wrapper::after {
    content: '';
    display: block;
    flex-basis: 100%;
}

.steps-list-looped .step-wrapper::before {
    height: 50%;
    border-bottom: 1px solid #212121;
}

.steps-list-looped .step-wrapper::after {
    align-self: self-end;
    margin-top: auto;
    margin-bottom: -1px;
    height: calc(50% + 2px);
    border-top: 1px solid #212121;
}

.steps-list-looped .step-wrapper .step-content {
    flex-shrink: 0;
    flex-basis: 50px;
    margin: 0 auto;
    align-self: center;
}

.steps-list-looped .step-wrapper:first-child::before {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.steps-list-looped .step-wrapper:last-child::after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

@media only screen and (max-width : 399px) {

    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 100% !important;
    }

    .step-wrapper:nth-child(1n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(1n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(1n + 1) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(1n + 1) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

@media only screen and (min-width : 400px) and (max-width : 749px) {

    /* Last line */
    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 50% !important;
    }

    .step-wrapper:nth-child(2n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(2n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(2n + 2) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(2n + 2) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(3):nth-child(2n + 2) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 2) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(2):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

@media only screen and (min-width : 750px) and (max-width: 999px) {

    /* Last line */
    /* Last line */
    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 33.3333333333% !important;
    }

    .step-wrapper:nth-child(3n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(3n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(3):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(4):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 3) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(2):nth-last-child(-n + 2) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(3):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

@media only screen and (min-width : 1000px) {

    /* Last line */
    /* Last line */
    /* Last line */
    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 25% !important;
    }

    .step-wrapper:nth-child(4n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(4n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(3):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(4):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(5):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 4) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(2):nth-last-child(-n + 3) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(3):nth-last-child(-n + 2) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(4):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

/* Custom styling */
.step-number {
    color: #fff;
    width: 40px;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    /* margin: 55px 15px; */
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    font-weight: 600;
    margin: 0 auto;
    background: #9ac402;
}

#example-snake .step-content {
    padding: 20px 15px;
}

#example-snake .step-content .fas,
#example-snake .step-content .far {
    font-size: 48px;
    margin-bottom: 20px;
    color: #43c957;
}

#example-snake .step-content p {
    width: 150px;
    font-size: 18px;
}

#example-snake .step-content p strong {
    color: #009f94;
    font-size: 22px;
    margin-right: 5px;
}

section.who-shoud-attend {
    padding: 5% 5%;
    width: 100%;
    background: #ececec;
}



section.confrence-our {
    width: 100%;
    height: auto;
    padding: 5% 2%;
    position: relative;
}

.confrence-pcra-img {
    width: 100%;
    margin-top: 50px;
}

.confrence-pcra-img img {
    width: 100%;
    box-shadow: -6px -9px 14px -7px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -12px -9px 7px -12px rgb(0 0 0 / 14%);
    -moz-box-shadow: -6px -9px 14px -7px rgba(0, 0, 0, 0.75);
    border-radius: 25px;
}

.confrence-pcra-content {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    left: 0px;
    margin-top: 40px;
}

.confrence-pcra-content li {
    font-size: 18px;
    color: #000;
    line-height: 35px;
    position: relative;
}

.confrence-pcra-content li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 14px;
    width: 14px;
    border-radius: 90px;
    left: -20px;
    top: 10px;
    background-color: #6da9c5;
    border: 2px solid #212121;
}


.list-check {
    background: #9ac402;
    border-radius: 50%;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 12px;
}

.confrence-pcra-content p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    position: relative;
}


section.event-schedule {
    width: 100%;
    padding: 60px 0;
}

.tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 0px 0;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    min-width: 100%;
    justify-content: center;
    margin: 0 auto;
    display: block;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #428bff;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    background: #35363a;
    border-radius: 50px;
    width: 50%;
}

.tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #fff;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    margin-top: 12px;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #9ac402;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #9ac402;
    border-radius: 1px;
    height: 50px;
    border-radius: 50px;
    position: relative;
    margin-top: -65px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
    font-family: 'Poppins';
}

.tabs .content section h2 {
    color: #428bff;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428bff;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #ffffff;
    z-index: 9;
    position: relative;
}



.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #ffffff;
    z-index: 9;
    position: relative;
}



.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #ffffff;
    z-index: 9;
    position: relative;
}



.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #ffffff;
    z-index: 9;
    position: relative;
}



.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}


.tabs-tabel {
    width: 100%;
    box-shadow: 0px 3px 30px 0px rgb(24 22 43 / 14%);
    padding: 20px;
    border-radius: 15px;
    padding-bottom: 15px;
    background: #fff;
    margin: 10px;
}

.agenda-card h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.agenda-card p {
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    font-weight: 500;
    padding: 0;
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

    .tabs ul li label br {
        display: initial;
    }

    .tabs ul li label svg {
        height: 1.5em;
    }
}


ul.agedna-card-list {
    background: #fff0;
    display: block;
    height: auto;
    width: 100%;
    padding-left: 50px;
}

ul.agedna-card-list li {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
    list-style: disc;
}



.footer.footer-bar {
    padding: 15px 0;
    font-size: 12px;
    margin-top: 30px;
    background-color: #212121 !IMPORTANT;
}

.privacy {
    text-align: left;
}

.footer.footer-bar p {
    color: #fff;
}

.footer.footer-bar p {
    font-size: 18px;
    font-family: poppins;
}

.social-icon {
    text-align: right;
}

.footer-logo img {
    text-align: right;
    margin-left: auto;
}

.footer.footer-bar i {
    color: #fff;
}

.social-icon a .fa {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}






section.price-tabele {
    width: 100%;
    height: auto;
    padding: 5% 2%;
    position: relative;
}

.card-header.header-basic {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    height: auto;
    padding: 30px;
}
.card-header.header-basic h1 {
    font-size: 22px;
    font-weight: 700;
}
.card-element-hidden-basic {
    height: 180px;
}
.card-basic, .card-premium, .card-standard {
    margin: 0 2rem 1rem 0;
    padding: 0 0 0.5rem 0;
    width: 100%;
    background: #fff;
    color: #444;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem rgb(51 51 51 / 20%);
    overflow: hidden;
    transition: all 0.1ms ease-in-out;
}
.card-basic:hover,
.card-premium:hover,
.card-standard:hover {
  transform: scale(1.02);
}

.card-header {
  height: 5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 1rem 0;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.header-basic, .btn-basic {
    background: linear-gradient(135deg, rgb(154 196 2), #698600);
}
button.btn.btn-basic {
    background: #35363a !IMPORTANT;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
}
button.btn.btn-basic:hover {
    color: #9ac402;
}

.card-body {
  padding: 0.5rem 0;
}
.card-body h2 {
  font-size: 2rem;
  font-weight: 700;
}

.card-element-container {
    color: #444;
    list-style: none;
    padding: 15px 0;
}
.card-element-container li {
    font-size: 16px;
}

.btn {
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
  outline: none;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.1ms ease-in-out;
}

/*.btn:hover {*/
/*  transform: scale(0.95);*/
/*}*/

/*.btn:active {*/
/*  transform: scale(1);*/
/*}*/

.card-element-hidden {
  display: none;
}


.delegate-fee h3 {
    font-weight: 600;
    padding-bottom: 10px;
}
.delegate-fee ul {
    padding-top: 3px;
}
.delegate-fee li {
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
    padding: 4px 0;
    position: relative;
    padding-left: 0;
}


.brochure a {
    font-weight: 600;
    text-align: left;
    color: #fff;
    background: #35363a;
    font-size: 16px;
    width: 200px;
    padding: 9px 20px;
    border-radius: 25px;
}


.from-banner {
    background: transparent linear-gradient(90deg, #35363a 0%, #35363a 100%) 0% 0% no-repeat padding-box;
    padding-top: 150px;
    padding-bottom: 50px;
}

.banner-header h2 {
    font-size: 40px;
    font-weight: 600;
}

section.register-form {
    padding: 60px;
    width: 100%;
}

.register-now h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}

section.register-form form.register {
    margin-top: 60px;
}

section.register-form form.register {
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 25px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important;
}

form.register label {
    font-weight: 600;
    font-size: 18px;
    font-family: poppins;
}

.username-form {
    padding-left: 0;
}

form.register .form-control {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #f7f7f7;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px;
    font-weight: 600;
}


.form-control option {
    font-weight: 500;
}



.multi-field-wrapper {
    position: relative;
}

button.add-field {
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
}

button.remove-field {
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    left: 130px;
    bottom: 0;
}

.multi-field {
    margin-bottom: 15px;
    position: relative;
}


form.register p {
    font-size: 16px;
}

button.btn.submit {
    padding: 10px 35px;
    background: #9ac402;
    color: #000;
    margin: 0 auto;
    display: block;
    border: 1px solid #9ac402;
}


section.thankyou {
    width: 100%;
    padding: 150px 0;
    padding-bottom: 50px;
}
.thanku-content {
    margin-top: 40px;
}
.thanku-content.payment-fail span i {
    background: red;
}
.thanku-content span i {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #00a825;
    font-size: 35px;
    border-radius: 50px;
    line-height: 58px;
    margin-bottom: 15px;
}
.thanku-content h1 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 10px;
}


#contact {
    padding: 60px;
    background-color: #35363a !IMPORTANT;
}
.contact-us {
    padding-bottom: 40px;
}
.contact-us h5 {
    color: #fff;
    text-align: center;
}

.contact-us h1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.contact-us p {
    text-align: center;
}
.key-contacts {
    width: 100%;
    height: auto;
    border: 1px dashed #9ac402;
    margin: 15px auto !important;
    z-index: 0;
    padding: 7px 15px;
}
.key-contacts .name {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.key-contacts p a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}

.contact-us p a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
.thanku-content p {
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}



.disable {
    pointer-events: none;
    opacity: 0.4;
}






@media (min-width:1367px) and (max-width: 1440px) {

    .carbon-content {
        /*padding: 25% 0;*/
    }
}


@media (min-width:1281px) and (max-width: 1366px) {
    .carbon-content {
        position: relative;
        z-index: 9;
        /*padding: 18% 0;*/
    }

    .carbon-content h1 {
        font-size: 45px;
    }

    .carbon-content h3 {
        font-size: 25px;
    }

    .carbon-content h4 {
        font-size: 22px;
    }

    .carbon-content h5 {
        background: #212121;
        padding: 15px;
        text-align: center;
        width: 250px;
        font-size: 16px;
    }
}




@media (min-width:1155px) and (max-width: 1280px) {
    .carbon-content {
        position: relative;
        z-index: 9;
        /*padding: 18% 0;*/
    }

    .carbon-content h1 {
        font-size: 45px;
    }

    .carbon-content h3 {
        font-size: 25px;
    }

    .carbon-content h4 {
        font-size: 22px;
    }

    .carbon-content h5 {
        background: #212121;
        padding: 15px;
        text-align: center;
        width: 250px;
        font-size: 16px;
    }

    .logo {
        width: 100% !IMPORTANT;
        max-height: 45px;
    }

    .header-right-logo {
        width: 150px;
        border-radius: 5px;
    }
}



@media (min-width:992px) and (max-width: 1152px) {
    .carbon-content {
        position: relative;
        z-index: 9;
        /*padding: 25% 0;*/
    }

    .carbon-content h1 {
        font-size: 45px;
    }

    .carbon-content h3 {
        font-size: 25px;
    }

    .carbon-content h4 {
        font-size: 22px;
    }

    .carbon-content h5 {
        background: #212121;
        padding: 15px;
        text-align: center;
        width: 250px;
        font-size: 16px;
    }

    .logo {
        width: 100% !IMPORTANT;
        max-height: 45px;
    }

    .header-right-logo {
        width: 150px;
        border-radius: 5px;
    }

    .ps-timeline-sec ol.ps-timeline li p {
        font-size: 14px;
    }

    .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
        width: 55px;
    }

    .ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
        width: 55px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff !important;
        font-size: 12px;
    }

    .footer-logo img {
        text-align: center;
        margin: 0 auto;
    }

    .register-btn {
        background: #212121;
    }

  
}

@media (min-width:768px) and (max-width: 992px) {
  div#navbarSupportedContent {
        background: #9ac402;
        padding: 15px;
    }
    .footer.footer-bar p {
    font-size: 18px;
    font-family: poppins;
    text-align: center;
}
.footer-logo img {
    text-align: center !IMPORTANT;
    margin-left: unset;
    margin: 0 auto;
}
.username-form {
    padding-left: 15px;
}
#contact {
    padding: 60px 0;
    background-color: #35363a !IMPORTANT;
}


}


@media (max-width: 992px) and (orientation: landscape) {
   .carbon-apic-banner {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30% 0;
}

    .ps-timeline-sec ol.ps-timeline li .ps-bot {
        position: absolute;
        margin-top: 17px;
    }
    .ps-timeline-sec ol.ps-timeline li .ps-top {
    top: -14px;
}
}


@media (min-width:0px) and (max-width: 767px) {
    div#navbarSupportedContent {
        background: #9ac402;
        padding: 15px;
    }

    .register-btn {
        background: #212121;
    }

    .carbon-content h1 {
        /*color: #9ac402;*/
        font-weight: 700;
        text-align: center;
        font-size: 45px;
    }

    .carbon-content {
        position: relative;
        z-index: 9;
        /*padding: 60% 0;*/
    }

.carbon-content .d-flex {
    display: block !IMPORTANT;
}
    .carbon-content h3 {
        font-size: 25px;
    }

    .carbon-content h4 {
        font-size: 23px;
    }

    .about-us-carbon h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .logo {
        width: 100% !IMPORTANT;
        max-height: 49px;
    }

    section.about-us {
        padding: 60px 0;
    }

    section.supporting-goal {
        background-attachment: fixed;
    }

    .ps-timeline-sec ol.ps-timeline {
        margin: 40px 0 !important;
    }

    .ps-timeline-sec ol.ps-timeline li .ps-bot {
        position: absolute;
        margin-top: 15px;
    }

    .ps-timeline-sec ol.ps-timeline li span {
        left: 0px !important;
    }

    .ps-timeline-sec ol.ps-timeline {
        margin: 30px 0 50px !important;
        border-left: 2px solid #212121;
        padding-left: 0 !important;
        padding-top: 60px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

    .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 175px !important;
    }










    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgba(0, 0, 0, 0.08);
    }

    .tabs ul li {
        box-sizing: border-box;
        flex: 1;
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }

    .tabs ul {
        padding-left: 0;
        display: block;
        height: auto;
        border-radius: 15px;
        padding: 15px;
    }

    .tabs ul li label span {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgb(154 196 2);
        padding: 10px;
    }

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: rgb(154 196 2);
        padding: 10px;
    }

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgb(154 196 2);
        padding: 10px;
    }

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgb(154 196 2);
        padding: 10px;
    }

    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    .tabs ul li label span {
        display: block;
    }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 20px;
    }

    .tabs .content section h2 {
        display: block;
    }

    .tabs {
        padding-bottom: 0;
    }

    .tabs ul {
        width: 100%;
    }

    .tabs-tabel {
        margin: 15px 0;
    }

    section.ps-timeline-sec br {
        display: none;
    }

    .carbon-apic-banner {
        width: 100%;
        height: auto;
        position: relative;
    }

    .ps-timeline-sec ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
        padding: 0 15px;
    }

    .footer-logo img {
        text-align: center;
        margin: 0 auto;
    }
    
    .download-agenda.d-flex {
    display: block !IMPORTANT;
}
section.who-shoud-attend {
    padding: 60px 0;
    width: 100%;
    background: #ececec;
}
    .footer.footer-bar p {
    font-size: 18px;
    font-family: poppins;
    text-align: center;
}
.footer-logo img {
    text-align: center !IMPORTANT;
    margin-left: unset;
    margin: 0 auto;
}
.brochure a {
    display: none;
}
.brochure.mobile a {
    display: block;
    width: 100%;
}
.brochure.mobile {
    padding-top: 0 !IMPORTANT;
    display: block !IMPORTANT;
}
section.register-form {
    padding: 60px 0;
    width: 100%;
}
.username-form {
    padding-left: 15px;
}
#contact {
    padding: 60px 0;
    background-color: #35363a !IMPORTANT;
}
}
.partner{padding:40px 0}
.partner-list ul {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.partner-list ul li {
    margin: 0 15px;
    margin-bottom: 20px;
}
.partner-list li img {
    border: 1px solid #212121;
    margin-top: 40px;
    padding: 0;
}
.partner-list  h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom:10px;
}
.partner-list li h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom:10px;
}
.partner-list li img {
    border: 1px solid silver;
    padding: 0;
    max-width: 200px;
    margin:0 auto;
       display: block;
        margin-top: 10px;
}
.partner-list ul li {
    margin: 0 15px;
    margin-bottom: 20px;
}
