@font-face {
    font-family: 'Epilogue BoldItalic';
    src: url('../fonts/Epilogue-BoldItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue BlackItalic';
    src: url('../fonts/Epilogue-BlackItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue Bold';
    src: url('../fonts/Epilogue-Bold.woff2') format('woff2'),
    url('../fonts/Epilogue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue ExtraBold';
    src: url('../fonts/Epilogue-ExtraBold.woff2') format('woff2'),
    url('../fonts/Epilogue-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue Black';
    src: url('../fonts/Epilogue-Black.woff2') format('woff2'),
    url('../fonts/Epilogue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue ExtraBoldItalic';
    src: url('../fonts/Epilogue-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue Italic';
    src: url('../fonts/Epilogue-Italic.woff2') format('woff2'),
    url('../fonts/Epilogue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue ThinItalic';
    src: url('../fonts/Epilogue-ThinItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue Light';
    src: url('../fonts/Epilogue-Light.woff2') format('woff2'),
    url('../fonts/Epilogue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue Medium';
    src: url('../fonts/Epilogue-Medium.woff2') format('woff2'),
    url('../fonts/Epilogue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Regular.woff2') format('woff2'),
    url('../fonts/Epilogue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue ExtraLight';
    src: url('../fonts/Epilogue-ExtraLight.woff2') format('woff2'),
    url('../fonts/Epilogue-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue ExtraLightItalic';
    src: url('../fonts/Epilogue-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue Thin';
    src: url('../fonts/Epilogue-Thin.woff2') format('woff2'),
    url('../fonts/Epilogue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue LightItalic';
    src: url('../fonts/Epilogue-LightItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue SemiBoldItalic';
    src: url('../fonts/Epilogue-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue SemiBold';
    src: url('../fonts/Epilogue-SemiBold.woff2') format('woff2'),
    url('../fonts/Epilogue-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue MediumItalic';
    src: url('../fonts/Epilogue-MediumItalic.woff2') format('woff2'),
    url('../fonts/Epilogue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    color: #666;
    font-family: "Epilogue", sans-serif !important;
    line-height: 24px;
    background-color: #fff;
}

a {
    letter-spacing: 0;
}

p {
    margin-bottom: 0 !important;
}

h3 {
    font-family: Epilogue Bold;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}

/*SPACES*/
.main-grid-container {
    max-width: 990px;
}

.agenda-grid-container {
    max-width: 1040px;
}

.container-775 {
    max-width: 820px;
}
/*END - SPACE*/


/*GLOBAL*/
.full-width {
    float: left;
    width: 100%;
    height: auto;
}

.left-position {
    float: left;
}

.speaker-image-size {
    width: 217px;
    height: 217px;
}

.space-bottom-70 {
    padding-bottom: 70px;
}

.space-bottom-40 {
    padding-bottom: 40px;
}

.space-top-40 {
    padding-top: 40px;
}

.space-top-20 {
    padding-top: 20px;
}

.space-top-30 {
    padding-top: 30px;
}

.space-bottom-30 {
    padding-bottom: 30px;
}

.space-bottom-15 {
    padding-bottom: 15px;
}

.space-left-25 {
    padding-left: 25px;
}

.left-right-space-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.no-space-bottom {
    padding-bottom: 0px !important;
}

.custom-full-height {
    height: 100%;
}

.mg-top-35 {
    margin-top: 35px;
}

.speaker-image-size .img {
    max-width: 100%;
    max-height: 100%;
}

.speakers-img {
    width: 217px;
    height: 217px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.35s linear;
}

.speakers-img:hover {
    opacity: 0.7
}

.modal-body {
    padding: 0;
}

.nospace-left {
    padding-left: 0px;
}

.nospace-right {
    padding-right: 0px;
}


.no-border-top-bottom {
    border-top: none !important;
    border-bottom: none !important;
}

.global-btn-style {
    background-color: #F2F8FD;
    width: 180px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #22529E !important;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #22529E;
    transition: all 0.35s linear;
    font-family: Epilogue Bold;
}
.global-btn-style:hover {
    background-color: #22529E;
    border: solid 1px #F2F8FD;
    color: #F2F8FD !important;
}

.main-gradient-bg {
    background: linear-gradient(180deg, rgba(211,226,240,1) 0%, rgba(251,250,236,1) 100%);
}

.white-bg {
    background-color: #fff;
}

.uppercase-text {
    text-transform: uppercase;
}

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-bg-color {
    background-color: #F2F8FD;
}

.sector-title {
    font-size: 24px;
    line-height: 30px;
    color: #45698A;
    font-family: Epilogue Bold;
}

.custom-sector-description {
    font-size: 20px;
    font-family: Epilogue Bold;
    color: #45698A;
}

.editor-sector-dsc p {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.description {
    font-size: 16px;
}

.image img {
    width: 100%;
}

.custom-modal-dialog {
    max-width: 700px !important;
}

.custom-modal-dialog .modal-content {
    background: linear-gradient(178deg, rgba(231,239,247,1) 0%, rgba(252,251,244,1) 100%);
    padding: 30px;
}

.custom-modal-dialog .modal-header {
    border: none;
    padding: 0;
}

.custom-modal-dialog .image {
    max-height: 250px;
    overflow: hidden;
    border-radius: 20px;
}

.custom-modal-dialog .image img {
    border-radius: 20px;
}

.left-text {
    text-align: left;
}

.black-color {
    color: #000000;
}
/*END - GLOBAL*/

/* NAVIGATION */
.header {
    position: relative;
}
.nav-container {
    -webkit-box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar {
    background-color: transparent !important;
}
.navbar-nav {
    margin-left: auto;
}

.navbar-nav .nav-link {
    font-size: 16px;
}

.img-logo {
    height: 80px;
}

.custom-menu-class {
    margin-left: auto;
}

.custom-menu-class .navbar-nav .menu-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgba(0,0,0);
    text-decoration: none;
}
/* END - NAVIGATION */

/* HEADER IMAGE HOME*/
.cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    position: relative;
    font-family: Epilogue Bold;
}

.heading-title-bold-extra {
    font-size: 60px;
    font-family: Epilogue Bold;
    color: #000000;
}

.header-sub-title {
    font-size: 24px;
    font-family: Epilogue Bold;
    color: #000000;
}

.header-desc {
    padding-top: 200px;
}
/* END - HEADER IMAGE HOME*/

/* PAGE HEADER*/
.gradient-page-header {
    height: 250px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(230,237,244,1) 0%, rgba(252,251,244,1) 100%);
}

.page-header .sector-title {
    font-size: 40px;
    line-height: 50px;
}
/* END - PAGE HEADER*/

/*HOME - ABOUT */

.about-content .image {
    height: 580px;
    overflow: hidden;
}
.about-content .image .img-about {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.about-us-content .agenda-btn {
    position: absolute;
    bottom: 0;
}

.about-us-content p {
    margin-bottom: 1.5em !important;
}
/*END - HOME ABOUT*/

/* HOME - PERCENTAGES */
.key-facts {
    background-image: url("../images/kosovo_map.png");
    background-position: center;
    background-repeat: no-repeat;
}

.col-percentage {
    background: linear-gradient(202deg, rgba(211,226,240,1) 0%, rgba(251,250,236,1) 100%);
    border-radius: 10px;
}

.percentage-cnt {
    display: flex;
    gap: 30px;
    justify-content: center;
}


.percentage-col-one {
    width: 235px;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}
.pct-col-one {
    height: 441px
}

.percentage-col-two {
    width: 235px;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.percentage-col-three {
    width: 235px;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.separate-percentage {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.pct-col-two-c-one {
    height: 160px;
    padding-top: 0
}

.pct-c-two-c-one {
    padding-bottom: 0 !important;
    width: 180px
}

.pct-col-two-c-two {
    height: 251px;
    padding-top: 0
}

.pct-c-two-c-two {
    width: 195px;
    padding-bottom: 0 !important;
}

.pct-col-three-c-one {
    height: 188px;
    padding-top: 0 !important;
    /*max-width: 235px;*/
}

.pct-c-three-c-one {
    padding-bottom: 0 !important;
    width: 166px
}

.pct-col-three-c-two {
    height: 223px;
    padding-top: 0;
    /*max-width: 235px;*/
}

.pct-c-three-c-two {
    width: 176px;
    padding-bottom: 0 !important;
}

.percentage-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.center-percentages {
    width: 170px;
    float: left
}

.percentage-space-top-60 {
    padding: 60px 20px 30px;
}

.percentage-space-top-30 {
    padding: 56px 40px 30px 40px;
}

.under-35-old {
    padding: 40px 40px 0px 40px;
}
.people-ict {
    padding: 40px 20px 20px 20px;
}

.pct-col-one {
    max-width: 235px;
    max-height: 445px;
}

.percentages {
    padding-bottom: 20px;
}
.percentages .percent-sector span {
    font-size: 18px;
    color: #272727;
    font-family: Epilogue Medium;
}
.percentages .percent-title h1 {
    font-size: 80px;
    font-family: Epilogue Black;
    color: #272727;
    line-height: 87px;
    margin: 0;
}

.percentages .percent-title h2.fsize-49 {
    font-size: 49px;
    font-family: Epilogue Black;
    color: #272727;
    line-height: 50px;
    margin-bottom: 0;
}
.percentages .percent-dsc span {
    font-size: 16px;
    color: #272727;
    font-family: Epilogue Medium;
}

.percentage-70-percent {
    width: 238px;
    height: 165px;
    padding: 25px 15px;
    text-align: center;
}

.percentage-96-percent {
    width: 236px;
    height: 190px;
    padding: 40px 20px;
}

.percentage-48-h {
    width: 236px;
    height: 218px;
    padding: 40px 30px;
}
/* END - HOME - PERCENTAGES */

/*HOME - ORGANIZED BY*/
.organizer-logo {
    width: 215px;
    height: 120px;
}
/*END HOME - ORGANIZED BY*/

/* HOME PARTNERS*/
.partners {
    background: linear-gradient(0deg, rgba(231,239,247,1) 0%, rgba(255,255,255,1) 100%);
}

.cus-logo-size {
    max-width: 200px;
    max-height: 75px;
}
/*END - HOME PARTNERS*/

/*SPEAKERS*/
.speaker-img-w-bg {
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-size: cover;
}

.speakers .custom-card {
    background: linear-gradient(202deg, rgba(211,226,240,1) 0%, rgba(251,250,236,1) 100%);
    padding: 20px;
    border-radius: 15px;
}

.speaker-lk {
    float: left;
    position: relative;
    z-index: 2;
}
.speaker-lk:before {
    content: "";
    background-image: url("../images/info-icon.png");
    width: 42px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 9;
}
.speakers .custom-card .image {
    max-height: 400px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}

/*.speakers .custom-card .image:before {*/
/*    content: "";*/
/*    background-image: url("../images/info-icon.png");*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    top: 10px;*/
/*}*/

.speakers .custom-card {
    width: 100%;
}

.speakers .custom-card .image img {
    border-radius: 10px;
}

.speakers .custom-card .title h4 {
    font-size: 18px;
    font-family: Epilogue Bold;
    color: #272727;
}
.speakers .custom-card .sub-title span {
    font-size: 14px;
    font-family: Epilogue;
}

.speakers .custom-card .sub-title {
    max-width: 220px;
    float: none;
    margin: 0 auto;
    display: table;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
/*END - SPEAKERS*/

/*FORUM PARTICIPATIONS*/
.forum-include {
    background: linear-gradient(180deg, rgba(231,239,247,1) 0%, rgba(253,253,253,1) 100%);
}

.forum-include .participation-card {
    background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 10px;
}
.forum-include .content {
    max-width: 800px;
    margin: 0 auto;
}
.forum-include .image img {
    width: 55px;
    height: 55px;
}

.forum-include .bold-text {
    color: #45698A;
    font-family: Epilogue Bold;
    font-size: 22px;
    text-decoration: none;
}

.forum-include .medium-text{
    color: #898989;
    font-family: Epilogue Medium;
    font-size: 18px;
}

.forum-include .custom-max-width {
    max-width: 170px;
}
/*END - FORUM PARTICIPATIONS*/

/*REGISTER AND PROGRAM*/
.register-and-program {
    position: relative;
}

.register-and-program .c-and-p-card {
    padding: 60px 30px;
    position: relative;
    background: #F0F9FE url("../images/left_mask.png") no-repeat left center;
}

.register-and-program .c-and-p-card:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #22529E;
    z-index: 99999;
    height: 5px;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register-and-program .c-and-p-card-prog:after {
    content: "";
    background-color: #E1A113 !important;
}

.register-and-program .register-card {
    max-width: 300px;
}

.c-and-p-card-prog .register-btn .global-btn-style {
    background-color: #E1A113;
    border: solid 1px #E1A113;
}

.c-and-p-card-prog .register-btn .global-btn-style:hover {
    background-color: #22529E;
    border: solid 1px #22529E;
}

.register-and-program .register-card .title h3 {
    font-family: Epilogue Light;
    font-size: 28px;
}

.register-btn .global-btn-style {
    background-color: #22529E;
    color: #fff !important;
}

.register-btn .global-btn-style:hover {
    background-color: #E1A113;
}

.c-and-p-card-prog {
    background-color: #FBFAEB !important;
    background-image: url(../images/right_mask.png) !important;
    background-position: right center !important;
}

/*END - REGISTER AND PROGRAM*/

/*AGENDA*/
.agenda-section .content-agenda {

}
.header-agenda-tbl {

}
.header-agenda-tbl .title {

}
.header-agenda-tbl .agenda-navigations {

}
.header-agenda-tbl .agenda-navigations .agenda-ul {
    list-style: none;
    margin: 0;
    padding-top: 5px;
    padding-left: 0px;
}
.header-agenda-tbl .agenda-navigations .agenda-list {
    display: inline;
    padding: 0 10px;
    border-left: solid 1px #B7B7B7;
}

.header-agenda-tbl .agenda-navigations .agenda-list a{
    font-size: 20px;
    font-family: Epilogue;
    line-height: 24px;
    text-decoration: none;
    color: #B7B7B7;
}
.header-agenda-tbl .agenda-navigations .agenda-list:first-child {
    border-left: none;
}
.download-agenda {
    background-color: #22529E;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-agenda a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
}

.header-agenda-tbl .agenda-navigations .agenda-list a.selected {
    color: #22529E;
}

.main-agenda .section-sub-title h5 {
    margin-bottom: 0px;
    font-weight: bold;
    padding-right: 5px;
    font-size: 20px;
}
.main-agenda .section-sub-title span {
    font-size: 14px;
    font-size: 20px;
}
.main-agenda .section-title {
    border-top: solid 1px #B7B7B7;
    border-bottom: solid 1px #B7B7B7;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-agenda .section-title h4 {
    font-family: Epilogue Semibold;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: #141414;
}

.agenda-block .fields-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.agenda-block .fields-ul li {
    padding-bottom: 20px;
}

.agenda-block .fields-ul li  span {
    color: #141414;
    font-family: Epilogue;
    font-size: 14px;
}

.agenda-block .fields-ul li .icon {
    float: left;
    padding-right: 10px;
}

.half-size {
    width: 50%;
    float: left;
}
/*END - AGENDA*/

/* PARALLEL PROGRAMS*/
.parallel-programs .accordion .accordion-item.blue-bg-accordion {
    border: 1px solid #22529e;
    border-radius: 10px;
}

.parallel-programs .accordion .accordion-item.orange-bg-accordion {
    border: solid 1px #E1A113;
    border-radius: 10px;
}

.parallel-programs .agenda-block .fields-ul li {
    padding-bottom: 0px;
}

.parallel-programs .agenda-block .fields-ul li p, .parallel-programs .agenda-block .fields-ul li span,
.agenda-block .fields-ul li p, .agenda-block .fields-ul li span {
    color: #141414;
}

.parallel-programs .accordion button {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    outline: none;
    border-radius: 10px;
    vertical-align: middle;
    align-items: center;
}
.parallel-programs .accordion button:hover::after, .parallel-programs .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}
.parallel-programs .accordion button .accordion-title {
    /*padding: 1em 1.5em 1em 0;*/
    font-family: "Epilogue Bold";
    font-size: 16px;
    color: #000;
    float: left;
    width: 100%;
}

.parallel-programs  .general-accordion {
    display: flex;
}

.parallel-programs  .top-info {
    display: inline;
}

.parallel-programs .accordion-subtitle {
    font-family: "Epilogue Italic";
    font-size: 16px;
    color: #141414;
    float: left;
    width: 100%;
    max-width: 400px;
}
.parallel-programs .accordion button .icon {
    display: inline-block;
    position: relative;
    top: 0px;
    right: 25px;
    width: 40px;
    height: 40px;
    margin-left: auto;
}

.parallel-programs .accordion button.blue-bg-accordion .icon {
    border-color: #22529e;
}

.parallel-programs .accordion button.blue-bg .icon::before, .parallel-programs .accordion button.blue-bg .icon::after {
    background: #22529E;
    content: "";
}

.parallel-programs .accordion button.orange-bg .icon::before, .parallel-programs .accordion button.orange-bg .icon::after {
    background: #E1A113;
    content: "";
}

.parallel-programs .accordion button.green-bg .icon::before, .parallel-programs .accordion button.green-bg .icon::after {
    background: #50C38B;
    content: "";
}

.parallel-programs .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 18px;
    left: 7px;
    width: 23px;
    height: 2px;
}
.parallel-programs .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 7px;
    left: 17px;
    width: 2px;
    height: 23px;
}

.parallel-programs .blue-bg:hover {
    background-color: #F0F9FE;
    border: solid 2px #22529E;
}

.parallel-programs .blue-bg {
    background-color: #F0F9FE;
    border: solid 2px #22529E;
}

.parallel-programs .orange-bg, .parallel-programs .orange-bg:hover {
    background-color: #FBFAEB;
    border: solid 1px #E1A113;
    border-bottom: solid 2px #E1A113;
}

.parallel-programs .green-bg, .parallel-programs .green-bg:hover {
    background-color: #DFFCEE;
    border: solid 1px #50C38B;
    border-bottom: solid 2px #50C38B;
}

.parallel-programs .blue-bg:hover, .parallel-programs .blue-bg:focus {
    cursor: pointer;
    color: #03b5d2;
}

.parallel-programs .orange-bg:hover, .parallel-programs .orange-bg:focus {
    cursor: pointer;
    color: #E1A113;
}

.parallel-programs .image {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: solid 2px #fff;
}

.parallel-programs .image img {
    width: 70px;
    height: 70px;
}

/*.parallel-programs .accordion button[aria-expanded=true] {*/
/*    color: #03b5d2;*/
/*}*/
.parallel-programs .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.parallel-programs .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.parallel-programs .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.parallel-programs .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
}

.parallel-programs .accordion .accordion-content p strong {
    font-weight: bold;
}

.parallel-programs .accordion .accordion-content .accordion-table {
    padding: 20px;
}
/* END - PARALLEL PROGRAMS*/

/*ADDITIONAL INFO*/
.additional-info-table .agenda-block {
    border: solid 1px #22529E;
    border-radius: 5px;
    /*padding: 30px;*/
}
.additional-info-table .agenda-block .left-underlined {
    border-right: solid 1px #22529E;
    border-bottom: solid 1px #22529E;
    background-color: #F0F9FE;
}

.additional-info-table .agenda-block .right-underlined {
    /*border-right: solid 1px black;*/
    border-bottom: solid 1px #22529E;
}

.additional-info-table .fields-ul li {
    padding: 15px;
}

.additional-info-table .fields-ul li span p, .additional-info-table .fields-ul li p {
    margin-bottom: 0;
}

.additional-info-table .fields-ul li p a, .additional-info-table .fields-ul li a {
    color: #004AB6 !important;
}

.additional-info-table .fields-ul li span p strong {
    font-family: "Epilogue Bold";
    color: #000;
}

@media (max-width: 1199px) {
    .additional-info-table .agenda-block .left-underlined {
        border-right: none;
    }

    .download-agenda{
        margin-top: 20px
    }
}
/*END - ADDITIONAL INFO*/

/*FOOTER*/
.site-footer {
    background-color: #F0F9FE;
}

.site-footer .widget_block h2 {
    font-family: Epilogue Semibold;
    font-size: 18px;
    color: #22529E
}

.widget_block ul {
    padding: 0;
    margin: 0;
}

.widget_block ul li {
    list-style: none;
    font-family: Epilogue;
    font-size: 16px;
    color: #22529E;
    text-decoration: none;
    line-height: 30px;
    margin-bottom: 15px;
}

.widget_block ul li a {
    font-family: Epilogue;
    font-size: 16px;
    color: #22529E;
    text-decoration: none;
    line-height: 30px;
}

.social-icons-row {
    border-top: solid 1px #BFE8FF;
    border-bottom: solid 1px #BFE8FF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.social-icons-row .wp-block-image, .social-icons-row  .widget_media_image {
    margin-bottom: 0;
}

.social-icons-row .widget_media_image {
    padding-left: 10px;
    padding-right: 10px;
}

.social-icons-row .widget_media_image figure a img {
    transition: all 0.35s linear;
}

.social-icons-row .widget_media_image figure a img:hover {
    opacity: 0.7;
}

/*END - FOOTER*/



/* RESPONSIVE */

@media(max-width: 1199px) {
    .pct-col-one, .percentage-70-percent, .percentage-96-percent, .percentage-48-h {
        max-width: initial;
        width: 100%;
        text-align: left;
    }

    .percentages {
        max-width: 300px;
        margin: 0 auto;
        float: none;
        display: table;
        text-align: center;
    }

    .footer-logo {
        justify-content: space-around;
    }

    .dkw-links, .contact-sdb {
        text-align: center;
    }

    .about-us-content .agenda-btn {
        position: relative;
    }

    .speakers .custom-card {
        max-width: 265px;
    }

    .key-facts, .section-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .space-bottom-40 {
        padding-bottom: 20px;
    }

    .space-bottom-70 {
        padding-bottom: 40px;
    }

    .page-header .sector {
        padding-bottom: 0px !important;
    }

    .sector {
        padding-bottom: 20px !important;
    }

    .header-agenda-tbl .agenda-navigations .agenda-menu-ul {
        justify-content: right;
    }

    .forum-include .custom-max-width {
        max-width: initial;
    }

    .forum-include .custom-max-width span, .forum-include .bold-text {
        text-align: center;
    }
    .forum-include .participation-card .specific-space {
        margin-top: 15px !important;
    }

}

@media (min-width: 767px) and (max-width: 992px) {
    .speaker-lk:before {
        right: 15px;
    }
}

@media(max-width: 992px) {
    .mobile-mb-space {
        margin-bottom: 20px;
    }

    .gradient-page-header {
        height: 150px;
    }

    .percentage-col-one {
        display: flex;
        justify-content: center;
    }

    .pct-col-one {
        width: 235px;
    }

    .percentage-cnt, .separate-percentage{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .percentage-col-one {
        flex: 0 1 100%;
    }

    .speakers .custom-card .image {
        max-width: 200px;
    }

    .speakers .custom-card .image {
        margin: 0 auto;
    }
    .heading-title-bold-extra {
        font-size: 30px;
    }
    .header-sub-title {
        font-size: 16px;
    }
    .header-desc {
        padding-top: 100px;
    }

    .speakers .custom-card {
        max-width: 245px;
    }

    .page-header .sector-title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media(max-width: 767px) {
    .space-top-30 {
        padding-top: 15px;
    }
    .heading-title-bold-extra {
        font-size: 20px;
    }
    .header-sub-title {
        font-size: 16px;
    }

    .forum-include .participation-card .specific-space {
        margin-top: 0 !important;
    }

    .percentages .percent-title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .editor-sector-dsc p, .description {
        font-size: 14px;
    }

    .partners .col-xl-4, .forum-include .col-xl-6 {
        margin-bottom: 10px;
    }

    .forum-include .custom-max-width {
        max-width: initial;
    }

    .forum-include .bold-text {
        font-size: 14px;
        text-align: center;
    }
    .forum-include .medium-text {
        font-size: 14px;
        text-align: center;
    }
    .forum-include .participation-card {
        padding: 20px 20px;
    }

    .forum-include .participation-card

    .sector-title {
        font-size: 15px;
        line-height: 15px;
    }
    .sector {
        padding-bottom: 10px !important;
    }

    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .img-logo {
        height: 35px;
    }

    .global-btn-style {
        height: 40px;
        line-height: 40px;
        width: 150px;
    }

    .header-agenda-tbl .agenda-navigations .agenda-ul {
        padding-left: 0px !important;
    }

    .header-agenda-tbl .agenda-navigations .agenda-list a {
        font-size: 14px;
    }

    .parallel-programs .image {
        padding-right: 5px;
        margin-right: 5px;
        padding-left: 10px;
    }
    .parallel-programs .image img {
        width: auto;
        height: auto;
    }

    .parallel-programs .accordion-subtitle p {
        font-size: 14px;
        line-height: 24px;
    }

    .section-space {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .space-top-40 {
        padding-top: 15px;
    }

    .space-bottom-40 {
        padding-bottom: 15px;
    }

    .percentage-cnt, .separate-percentage {
        gap: 15px;
    }

    .space-left-right-mob-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-sector-description {
        font-size: 15px;
    }

    .mb-bottom-margin {
        margin-bottom: 15px;
    }

    .mob-mg-top-15 {
        margin-top: 15px;
    }

    .speaker-lk {
        width: 100%;
        height: 100%;
    }

    .speakers .custom-card .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .mg-top-35 {
        margin-top: 15px;
    }

    .mob-bottom-space-15 {
        padding-bottom: 15px !important;
    }

    .mob-no-space-top {
        padding-top: 0px !important;
    }

    .mob-no-space-bottom {
        padding-bottom: 0px !important;
    }

    .mob-no-margin-top {
        margin-top: 0px !important;
    }

    .about-us-content .description h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .mob-space-bottom-10 {
        padding-bottom: 10px;
    }

    .mob-space-top-10 {
        padding-top: 10px;
    }

    .widget {
        margin-bottom: 15px;
    }
    .site-footer .widget_block h2 {
        margin-bottom: 0px;
    }


    .widget_block ul li {
        margin-bottom: 5px;
        line-height: 24px;
    }

    .widget_block ul li a {
        line-height: 24px;
    }

    .register-card .title h3 {
        font-size: 20px;
    }

    .global-btn-style {
        font-family: Epilogue Light;
    }
    .custom-modal-dialog .modal-content {
        padding: 20px;
    }

    .custom-modal-dialog .modal-header {
        margin-bottom: 10px;
    }

    .main-agenda .section-title h4, .agenda-grid-container h3 {
        font-size: 18px;
    }

    .agenda-block .fields-ul li {
        padding-bottom: 5px;
    }

    .header-agenda-tbl .agenda-navigations .agenda-menu-ul {
        justify-content: center;
    }

    .header-agenda-tbl .title {
        text-align: center;
    }

    .modal-body {
        padding-top: 20px;
    }

}

/* END - RESPONSIVE */


