.FixedHeightContainer {
    /*height: 450px;*/
}
.ProgContent {
    /*height:425px;*/
    overflow: auto;
    overflow-x: hidden;
}
.sub-title {
    font-size: 26px;
    font-weight: 500;
    color: #3e474f;
    margin-top: 22px;
}
.card .icon-marker {
    color: #C74525;
}
.card .icon-user {
    color: #7ABAB3;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.boxHeading {
    font-size: 24px !important;
    padding: 10px 20px !important;
}
/*===========================
       COUNTER css 
===========================*/
.header-countdown .single-count-content {
    padding: 0 45px;
    text-align: center;
}
@media (max-width: 767px) {
    .header-countdown .single-count-content {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-countdown .single-count-content {
        padding: 0 15px;
    }
}
.header-countdown .single-count-content .count {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
@media (max-width: 767px) {
    .header-countdown .single-count-content .count {
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-countdown .single-count-content .count {
        font-size: 36px;
        line-height: 40px;
    }
}
.header-countdown .single-count-content .text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .header-countdown .single-count-content .text {
        font-size: 14px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-countdown .single-count-content .text {
        font-size: 18px;
        margin-top: 0;
    }
}
.header-countdown .single-count-content.count-color-1 .count, .header-countdown .single-count-content.count-color-1 .text {
    color: #C74525;
}
.header-countdown .single-count-content.count-color-2 .count, .header-countdown .single-count-content.count-color-2 .text {
    color: #DFAA47;
}
.header-countdown .single-count-content.count-color-3 .count, .header-countdown .single-count-content.count-color-3 .text {
    color: #095D89;
}
.header-countdown .single-count-content.count-color-4 .count, .header-countdown .single-count-content.count-color-4 .text {
    color: #7ABAB3;
}
/*===========================
       header css 
===========================*/
.section-title .title {
    font-size: 50px;
}
.header-content .header-title {
    font-size: 65px;
}
@media (max-width: 767px) {
    .sub-title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-content .header-title {
        font-size: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-content .header-title {
        font-size: 54px;
    }
    .section-title .title {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .header-content .header-title {
        font-size: 42px;
    }
    .section-title .title {
        font-size: 32px;
    }
}
/*===========================
       4.COUNTER css 
===========================*/
.counter-area {
    background-image: url(../images/dots.jpg);
    background-repeat: repeat;
}
.single-counter {
    background-color: #fff;
    border: 2px solid #e6e6e6;
    padding: 0 15px 15px;
}
.single-counter .counter-icon {
    position: relative;
    /*margin-top: -50px;*/
}
.single-counter .counter-icon i {
    font-size: 65px;
    color: #fff;
    /*background-color: #fff;
    border: 2px solid #e6e6e6;
    width: 100px !important;
    height: 100px !important;
	border-radius: 50%;*/
    line-height: 100px;
}
.single-counter .counter-content .count {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}
.single-counter .counter-content .text {
    font-weight: 500;
}
.single-counter .text {
    font-weight: bold;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.speakerBoxColor {
    background-color: #C74525;
}
.participantBoxColor {
    background-color: #DFAA47;
}
.sessionBoxColor {
    background-color: #095D89;
}
.webcastingBoxColor {
    background-color: #7ABAB3;
}
.speakerBoxColor .h2, .participantBoxColor .h2, .webcastingBoxColor .h2, .sessionBoxColor .h2 {
    color: #fff;
}
/*===========================
         6.TEAM css 
===========================*/
.single-team {
    position: relative;
    /*-webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);*/
}
.single-team .team-image img {
    width: 100%;
}
.single-team .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /*padding-top: 25px;
    padding-bottom: 25px;*/
    padding-bottom: 10px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .single-team .team-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.single-team .team-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #16658e 0%, #7abbb3 100%);
    background: -o-linear-gradient(left, #16658e 0%, #7abbb3 100%);
    background: linear-gradient(to right, #16658e 0%, #7abbb3 100%);
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.single-team .team-content .team-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.single-team .team-content .team-social .social {
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px 6px;
    border-radius: 50px;
}
.single-team .team-content .team-social .social li {
    display: inline-block;
    margin: 0 8px;
}
.single-team .team-content .team-social .social li a {
    font-size: 16px;
    color: #777777;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-team .team-content .team-social .social li a:hover {
    color: #1863ff;
}
.single-team .team-content .team-name {
    color: #1b273d;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
@media (max-width: 767px) {
    .single-team .team-content .team-name {
        font-size: 18px;
    }
}
.single-team .team-content .sub-title {
    font-size: 16px;
    color: #1863ff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .single-team .team-content .sub-title {
        font-size: 14px;
    }
}
.single-team:hover .team-content {
    padding-top: 10px;
}
@media (max-width: 767px) {
    .single-team:hover .team-content {
        padding-top: 35px;
    }
}
.single-team:hover .team-content::before {
    opacity: 1;
}
.single-team:hover .team-content .team-social {
    top: -10px;
    visibility: visible;
    opacity: 1;
}
.single-team:hover .team-content .team-name a {
    color: #fff;
}
.single-team:hover .team-content .sub-title {
    color: #fff;
}
/*TABS*/
@media (max-width: 767px) {
    .schedule .nav-tabs .nav-item {
        margin: 15px 0px !important;
    }
}
#schedules {
    background: #f3f4f3
}
#schedule-tab {
    position: relative
}
.schedule .nav-tabs {
    display: block;
    border-bottom: none
}
.schedule .nav-tabs .nav-item {
    margin-bottom: 16px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    float: none;
}
.schedule .nav-tabs .nav-link {
    padding: 12px 15px;
    background: #fff;
    padding-top: 16px;
    border-radius: 4px;
    box-shadow: 0 8px 24px #e2e8ed;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.schedule .nav-tabs .nav-item.show .nav-link, .schedule .nav-tabs .nav-link.active, .schedule .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
    position: relative;
    background: #DFAA47
}
.schedule .nav-tabs .nav-item.show .nav-link h4, .schedule .nav-tabs .nav-link.active h4, .schedule .nav-tabs .nav-item .nav-link:hover h4 {
    color: #fff
}
.schedule .nav-tabs .nav-item.show .nav-link h5, .schedule .nav-tabs .nav-link.active h5, .schedule .nav-tabs .nav-item .nav-link:hover h5 {
    color: #fff
}
.schedule .nav-tabs li.active a h4, schedule .nav-tabs li.active a:hover h4 {
    color: #fff
}
.schedule .nav-tabs li.active a h5, schedule .nav-tabs li.active a:hover h5 {
    color: #fff
}
.schedule .nav-tabs .nav-item.show .nav-link:before, .schedule .nav-tabs .nav-link.active:before, .schedule .nav-tabs li.active a:before {
    content: '';
    position: absolute;
    left: 42%;
    bottom: -24px;
    border-width: 12px;
    border-style: solid;
    border-color: #DFAA47 transparent transparent transparent
}
.schedule .item-text {
    border-radius: 4px;
    position: relative
}
.schedule .item-text h4 {
    font-size: 15px;
    color: #2f323c;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase
}
.schedule .item-text h5 {
    font-size: 14px;
    color: #848484;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize
}
.schedule .schedule-tab-content .tab-content {
    box-shadow: 0 8px 24px #e2e8ed
}
.schedule .schedule-tab-content .card {
    border: none;
    border-bottom: 1px dashed #e5e5e5;
}
.schedule .show .card-body {
    background: #f3f4f3
}
.schedule .card .schedule-slot-time {
    background: #DFAA47;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 700;
}
.schedule .card-header {
    position: relative;
    padding: 15px 25px;
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
}
.schedule .card-header .images-box {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px
}
.schedule .card-header .images-box img {
    border-radius: 50%
}
.schedule .card-header .time {
    color: #777;
    font-size: 13px;
    margin-bottom: 5px
}
.schedule .card-header h4 {
    font-weight: 700;
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 8px
}
.schedule .card-header .name {
    position: relative;
    font-size: 14px;
    color: #777;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px
}
.schedule .card-body {
    padding: 30px 45px;
    background: #fff
}
.schedule .card-body .location {
    margin-top: 8px;
    font-size: 13px;
    color: #777
}
.schedule .card-body .location span {
    color: #DFAA47;
    margin-right: 5px
}
.schedule .nav-tabs .nav-item.show .nav-link, .schedule .nav-tabs .nav-link.active, .schedule .nav-tabs li.active a, .schedule .nav-tabs .nav-item .nav-link:hover {
    background: #DFAA47
}
.schedule .nav-tabs .nav-item.show .nav-link:before, .schedule .nav-tabs .nav-link.active:before, .schedule .nav-tabs li.active a .nav-link:before {
    border-color: #DFAA47 transparent transparent transparent
}
.schedule .nav-tabs li.active a {
    border-top: none;
}
@media only screen and (min-width: 992px) {
    html #home #content {
        padding-top: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    html #home #content {
        padding-top: 30px;
    }
}
/* Generated by Glyphter (http://www.glyphter.com) on  Mon Sep 19 2022*/
@font-face {
    font-family: 'WTO';
    src: url('../fonts/WTO_PF.eot');
    src: url('../fonts/WTO_PF.eot?#iefix') format('embedded-opentype'), url('../fonts/WTO_PF.woff') format('woff'), url('../fonts/WTO_PF.ttf') format('truetype'), url('../fonts/WTO_PF.svg#WTO') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before {
    display: inline-block;
    font-family: 'WTO';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-booth:before {
    content: '\0027';
}
.icon-booth2:before {
    content: '\0028';
}