* {
    margin: 0px;
    padding: 0px
}

@font-face {
    font-family: 'DIN-Condensed-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN-Condensed-Bold'), url('../../fonts/theme/DIN-Condensed-Bold.woff') format('woff');
}
@font-face {
    font-family: 'DIN Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Condensed Bold'), url('../../fonts/theme/DIN Condensed Bold.ttf') format('ttf');
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('https://pm1-31ef.kxcdn.com/fonts/Poppins-Bold.ttf?6209331233');
}
@font-face {
  font-family: 'Poppins Regular';
  src: url('https://pm1-31ef.kxcdn.com/fonts/Poppins-Regular.ttf?62093333');
}
.user_list span span p {
    width: 60%;
}

body {
    font-family: "Poppins Regular", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    color: #222;
    background: #fff
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    padding: 0px
}

.carousel-inner {
    position: relative;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

.tt {
    width: 200px;
    background-color: #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.nn {
    width: 100%;
}

.mobile_ui_tabs {
    display: flex;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
        background-color: #fff;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.wrapper {
    padding: 0px 85px;
}

.arows, .hidethisarrow {
    display: none;
}

#myTab li a, #myTabVir li a {
    color: #6a6a6a;
}

#myTab li:hover a, #myTab li.active a, #myTabVir li:hover a, #myTabVir li.active a {
    color: #ffffff;
}
/* FOOTER */

footer {
    color:#ffffff;
    background:#22206b;
    padding:70px 0;
}

footer h4 {
    color:#f8b900;
    font-weight: bold;
}

footer ul li a {
    color:#ececee;
}

footer ul li a:hover {
    color:#ffffff;
}

footer .button-big {
    font-size:16px;
    width:100%;
}

footer dt {
    color:#ffffff;
    font-size:13px;
    margin-top:7px;
    margin-bottom:3px;
    cursor:pointer;
}

/* Subfooter */

.subfooter {
    color:#999999;
    background:#000000;
    padding:20px 0;
}

.subfooter ul {
    margin-bottom:0;
}

.subfooter li a {
    color:#ececee;
}

.subfooter li a:hover {
    color:#ffffff;
    text-decoration:none;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding: 0px 15px
    }
}

.w-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .w-flex {
        flex-direction: column
    }
}

header {
    padding: 18px 0px 19.5px 0px;
    position: fixed;
    top: 0;
    background: #000;
    z-index: 40;
    box-shadow: 1px 0px 7px #d2d2d2;
    left: 0;
    right: 0;
}

.themes-section {
    margin-top: 80px;
}

@media screen and (max-width: 380px) {
    header {
        padding: 18px 0px 0px 0px
    }
}

header .logo {
    display: flex;
    align-items: center
}

@media screen and (max-width: 1024px) {
    header .logo {
        width: 250px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 380px) {
    header .logo {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0px
    }
}

header .logo .logo_subtitle {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.320833px;
    color: #43BFC5;
    margin-left: 20px;
    border-left: 2px dotted;
    padding-left: 20px
}

@media screen and (max-width: 1024px) {
    header .logo .logo_subtitle {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 10px
    }
}

header ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header ul li:not(:last-child) {
    margin: 0px 15px
}

@media screen and (max-width: 1024px) {
    header ul li:not(:last-child) {
        margin: 0px 8px
    }
}

header ul a {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

header ul a:hover {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    header ul a {
        font-size: 12px
    }
}

@media screen and (max-width: 680px) {
    header ul {
        display: none
    }

    header {
        position: static;
        box-shadow: none;
    }

    .themes-section {
        margin-top: 0;
    }

    .tt {
        display: none;
    }

    .nn {
        width: auto;
    }
}

.agenda {
    margin-right: 10%;
    margin-top: 70px;
}

@media screen and (max-width: 1024px) {
    .agenda {
        margin-right: 0%;
        text-align: center
    }
}

.agenda h1 {
    font-size: 75px;
    line-height: 62px;
    color: #efb501;
    letter-spacing: -1.73077px;

    font-weight: 600;
    font-family: 'Poppins Bold';
}

@media screen and (max-width: 1024px) {
    /*.agenda h1 {*/
    /*	font-size: 45px*/
    /*}*/
    .agenda {
        text-align: left;
    }
}

.agenda h2 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.461538px;
    color: #4D4D4D;
    margin-bottom: 43px;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .agenda h2 {
        font-size: 16px
    }
}

.boxs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 10px
}

@media screen and (max-width: 1024px) {
    .boxs {
        margin-top: 0px
    }
}

.boxs .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
    width: 33%;
    padding-right: 4%;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .boxs .box {
        padding-right: 10%
    }
}

@media screen and (max-width: 1024px) {
    .boxs .box {
        width: 100%
    }
}

.boxs .box_round {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative
}

.boxs .box_round.yellow {
    background: #FBB615;
    color: #FBB615
}

.boxs .box_round.blue {
    background: #43BFC5;
    color: #43BFC5
}

.boxs .box_round.pink {
    background: #f04b53;
    color: #f04b53;
}

.boxs .box_round.green {
    background: #A3BC3A;
    color: #A3BC3A
}

.boxs .box_round:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -7px;
    left: -7px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    border: 2px solid
}

.boxs .box_content {
    width: calc(100% - 72px);
    color: #4D4D4D
}

.boxs .box_content h2 {
    font-size: 14px;
    line-height: 16px;
    color: #4D4D4D;
    margin-bottom: 5px
}

.boxs .box_content p {
    font-size: 14px;
    line-height: 19px;
    color: #4D4D4D
}

.box_content p {
    font-size: 14px;
    line-height: 19px;
    color: #4D4D4D
}

.page_content p {
    font-size: 14px;
    line-height: 19px;
    color: #4D4D4D;
    padding: 0 0 20px 0
}

.button_group {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 250px;
    margin-top: 82px;
}

.nav-item.active {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .button_group {
        padding: 0px 0px;
        margin-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .button_group {
        flex-direction: row;
        max-width: 600px;
        overflow: scroll;
        scroll-behavior: smooth;
    }

    .mobile_view {
        width: 100%;
        overflow: scroll;
    }

    .mobile_ui_tabs {
        width: 100%;
        overflow: scroll;
        scroll-behavior: smooth;
        display: block;
    }

    .table_bar .teb li {
        display: inherit;
    }

    a.previous {
        text-decoration: none;
        padding: 1px 7px 7px 5px;
        font-size: 36px;
        margin: 31px 0px 20px 0;
        position: absolute;
        z-index: 99;
        left: 0;
    }

    a.previous2 {
        text-decoration: none;
        padding: 1px 7px 5px 5px;
        font-size: 36px;
        margin: 1px 0px 20px 0;
        position: absolute;
        z-index: 99;
        left: 0;
    }

    a.next {
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px 7px 5px;
        font-size: 36px;
        margin: 32px 0px 20px 0;
        position: absolute;
        right: 0;
        z-index: 999;
    }

    a.next2 {
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px 6.5px 5px;
        font-size: 36px;
        margin: 0px 0px 20px 0;
        position: absolute;
        right: 0;
        z-index: 999;
    }

    a.previous:hover, a.previous2:hover, a.next:hover, a.next2:hover {
        background-color: #7b7070;
        color: #fff;
    }

    .previous, .previous2 {
        background-color: #4d4d4d;
        color: #fff;
    }

    .next, .next2 {
        background-color: #4d4d4d;
        color: #fff;
    }

}

.table_bar {
    margin-top: 81px;
    position: relative
}

@media screen and (max-width: 1024px) {
    .table_bar {
        overflow: auto
    }
}

@media screen and (max-width: 767px) {
    .table_bar {
        margin-top: 20px
    }
}

.table_bar .teb {
    display: flex;
    background: #dadada;
    padding-left: 175px
}

@media screen and (max-width: 1024px) {
    .table_bar .teb {
        padding-left: 150px;
        width: 870px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .teb {
        padding-left: 0;
    }
}

.table_bar .teb li {
    width: calc(100% / 5);
    text-align: center;
    background: #DADADA;
    border: 1px solid #DADADA;
    display: flex;
    height: 49px;
    justify-content: center;
    cursor: pointer
}

.table_bar .teb li a {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.table_bar .teb li.active {
    background: #1A2852;
    border: 1px solid #DADADA
}

.table_bar .teb li:hover {
    background: #1A2852;
    border: 1px solid #1A2852
}

.table_bar .teb li.focus {
    background: #1A2852;
    border: 1px solid #1A2852
}

.table_bar .row {
    display: flex
}

@media screen and (max-width: 1024px) {
    .table_bar .row {
        width: 1020px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row {
        width: 100%;
        flex-direction: column
    }
}

.table_bar .row > .call:not(:last-child) {
    width: 175px;
    background: #1A2852;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call:not(:last-child) {
        width: 150px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call:not(:last-child) {
        width: 100%;
        justify-content: flex-start
    }
}

.table_bar .row > .call:not(:last-child) .time {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.323077px
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call:not(:last-child) .time {
        font-size: 11px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call:not(:last-child) .time {
        padding: 10px 10px
    }
}

.table_bar .row > .call {
    width: calc(100% - 175px);
    padding: 15px 15px;
    position: relative;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call {
        width: 870px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call {
        width: 100%;
        padding: 0px
    }
}

.table_bar .row > .call > svg {
    width: 100%;
    background: #ECECEC
}

.table_bar .row > .call.paper h4 {
    font-size: 18px;
    line-height: 21px;
    color: #181818;
    top: 40%;
    left: 30px
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call.paper h4 {
        font-size: 14px
    }
}

.table_bar .row > .call .call_row {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row {
        flex-direction: column
    }
}

.table_bar .row > .call .call_row > .call.ab {
    border-left: 20px solid;
    padding: 12px 30px 12px 20px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.table_bar .row > .call .call_row > .call.ab.border {
    border-right: 1px solid #DADADA !important
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call .call_row > .call.ab {
        width: 25%
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row > .call.ab {
        width: 100%;
        box-sizing: border-box;
        margin: 0px
    }
}

.table_bar .row > .call .call_row > .call.ab h3 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.323077px;
    margin-bottom: 10px;
    font-weight: 500
}

.table_bar .row > .call .call_row > .call.paper {
    border-color: #ffffff;
}

.table_bar .row > .call .call_row > .call.paper h3 {
    color: #4d4d4d;
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call .call_row > .call.ab h3 {
        font-size: 16px
    }
}

.table_bar .row > .call .call_row > .call.ab p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.323077px;
    color: #4D4D4D
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call .call_row > .call.ab p {
        font-size: 14px
    }
}

.table_bar .row > .call .call_row .user_list {
    width: calc(100% - 20%);
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row .user_list {
        width: 100%;
        flex-direction: column;
        margin-top: 10px
    }
}

.table_bar .row > .call .call_row .call.user_list h3 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.table_bar .row > .call .call_row .call.user_list p {
    font-size: 12px;
    line-height: 14px
}

.table_bar .row > .call .call_row .user_list > span {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
    flex: 0 0 260px;
    width: 260px;
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row .user_list > span {
        width: 100%;
        margin: 0 0 6px;
        flex: 0 0 auto;
    }
}

.table_bar .row > .call .call_row .user_list > span img {
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.table_bar .row > .call .call_row .user_list > span:not(:last-child) {
    margin-right: 0px
}

.table_bar .row > .call .call_row.green > .call.ab {
    border-color: #A3BC3A
}

.table_bar .row > .call .call_row.green h3 {
    color: #A3BC3A
}

.table_bar .row > .call .call_row.pink > .call.ab {
    border-color: #f04b53;
}

.table_bar .row > .call .call_row.pink h3 {
    color: #f04b53;
}

.table_bar .row > .call .call_row.blue > .call.ab {
    border-color: #43BFC5;
}

.table_bar .row > .call .call_row.blue h3 {
    color: #43BFC5;
}

.table_bar .row > .call .call_row.yellow > .call.ab {
    border-color: #FBB615
}

.table_bar .row > .call .call_row.yellow h3 {
    color: #FBB615
}

.btn {
    padding: 15px 10px;
    font-size: 10px;
    background: #DADADA
}

@media screen and (max-width: 1024px) {
    .btn {
        font-size: 12px
    }
}

.btn.download {
    border-radius: 5px;
    transform: rotate(-180deg);
    background: #1A2852;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
    color: #fff
}

.btn.download:hover {
    background: #43BFC5;
}

.btn.register {
    padding: 10px;
    font-size: 14px;
    background-color: #46d2a9;
    font-family: Poppins Bold;
    color: #fff
}

.btn.register:hover {
    background: #1A2852;
}

.button_group .btn {
    background: #DADADA;
    border-radius: 56px;
    padding: 15px 40px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.323077px;
    color: #FFFFFF;
    width: 18%;
    font-weight: 500;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.button_group .ph, .button_group .v {
    border-radius: 0;
    font-weight: bold;
}

.button_group .ph {
    background-color: #6a63ce;
}

.button_group .v {
    background-color: #faa61a;
}

.button_group .ph.act, .button_group .v.act {
    background-color: #dadada;
}

@media screen and (max-width: 1024px) {
    .button_group .btn {
        font-size: 14px;
        padding: 14.5px 10px
    }
}

@media screen and (max-width: 767px) {
    .button_group .btn {
        width: 200px;
        margin-bottom: 20px;
        margin-right: 0;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .button_group .btn:not(:first-child):before {
        content: "";
        background: #DADADA;
        position: absolute;
        top: -14px;
        left: calc(50% - 10px);
        height: 10px;
        width: 20px;
        z-index: 1;
        transform: rotate(90deg)
    }
}

.button_group .btn.active {
    background: #1A2852
}


.button_group .btn:focus {
    background: #1A2852;
    outline: none
}

.button_group .btn:hover {
    background: #1A2852;
    outline: none
}

.button_group .btn:focus:before {
    background: #1A2852
}
 .mobile-footer {
  z-index: 1000;
  display: none;
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 0;
  height: 63px;
}

.mobile-footer a {
  height: 63px;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  width: 50%;
  float: left;
  color: #fff;
  text-align: center;
  padding-top: 23px;
  background: #efb501;
}

.mobile-footer a:first-child {
  background: #22206b;
}
@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-Black.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-Bold.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('../../fonts/theme/CircularStd-Book.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-BoldItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-Medium.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('../../fonts/theme/CircularStd-BookItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-MediumItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-BlackItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@media (max-width: 991.98px) {
.mobile-footer {
        display: block !important;
    }    
    
}
    


