.containerlarge{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.bg-primary{
    background-color: #1db6b6;
}
.main_bg{
    background-image: url(../../images/mainbg.svg);
    background-attachment: fixed;
}
.mainline {
    margin-bottom: -200px;
    margin-top: -75px;
}
.mainline_m {
    display: none;
}
.mainline img, .mainline_m img{
	width: 100%;
    max-width: 1920px;
    min-width: 300px;
}
.list-light {
    text-align: left;
    color: #000;
    font-size: 1.25rem;
    list-style-type: circle;
    text-decoration: none;
    margin-top: 1rem;
    min-height: 220px;
    line-height: 1.8;
    padding-left: 5%;
}
.map_info{
    text-align: left;
    color: #ffffff;
    font-size: 1.25rem;
    margin-top: 1rem;
    list-style: none;
    padding-left: 0
}
.table td.bg-dark {
    border-top: 1px solid #c5d4e8;
}
.bg-dark {
    background-color: #ffffff;
}
.bg-money {
    background-color: #efefef;
    color: #000000;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -1px;
}
.money-info th, .money-info td{
    padding: 3% 2%;
    text-align: center;
    border: 1px solid #dadada;
}
.bg-dark h3{
    font-weight: 600;
    color: #EA5902;
    letter-spacing: -1px;
}
.bg-dark h4{
    padding: 15px 20px;
    border: 2px dotted #0051bd;
    color: #0051bd;
    font-size: 1.25rem;
    font-weight: 600;
}
.bg-dark h6{
    color: #ea5902;
    font-weight: 900;
}
.bg-black{
    background-color: #000000;
}
.time-pop {
    background-color: #1db5b5;
    width: 80px;
    padding: 5% 2%;
    height: 80px;
    border-radius: 50rem;
    color: #fff;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
}
.flex-box{
    display:flex;
}
.flex-style{
    flex-wrap:nowrap;   
    align-content:center;
}
.flex-item1{
    margin-right: 5%;
}
.flex-item2{
    font-weight: bold;
}
#flex-box span{
    color: #00adad;
    font-size:22px;
}
.btn-middle{
    width: 45%;
    font-size: 1.25rem;
    padding: 0.8rem 2rem;
}
.img-speaker{
    max-width: 180px;
}
.speaker-blue{
    color: #014ea3;
    font-weight: 900 !important;
    line-height: 1.25;
}
.speaker-blue h4{font-weight: 900 !important;}

.text-small-small{
    font-size: 0.25rem;
}
.text-small{
    font-size: 0.9rem;
}
a.touch{
    opacity: 1;
}
a.touch:hover{
    opacity: 0.8;
    text-decoration: none;
}
.ta-color{
    color: #014ea3;
    font-weight: 900;
    letter-spacing: -0.05rem;
}
.add-bottom-padding{
    padding-bottom: 2rem !important;
}
.bottom-nopadding{
    padding-bottom: 0 !important;
}
.top-nopadding{
    padding-top: 0 !important;
}
.topic-line{
    margin: auto;
    width: 100%;
}
h3.number.how {
    color: #014ea3;
    font-size: 1.5rem;
    margin-top: 3%;
    letter-spacing: -2px;
    font-weight: 900;
    text-align: center;
    overflow: hidden;
    letter-spacing: -1px;
}
h3.number.how.dark {
    color: #000;
    font-size: 2rem;
    margin-top: 3%;
    letter-spacing: -2px;
    font-weight: 900;
    text-align: center;
    overflow: hidden;
    letter-spacing: -1px;
}
h3.number span {
    display: inline-block;
    position: relative;
}
h3.number span:after, h3.number span:before {
    content: " ";
    display: block;
    height: 2px;
    width: 1000px;
    background: #014ea3;
    position: absolute;
    top: 50%;
}
h3.number.dark span:after, h3.number.dark span:before {
    content: " ";
    display: block;
    height: 2px;
    width: 1000px;
    background: #000;
    position: absolute;
    top: 50%;
}
h3.number span:before {
    left: -1010px;
}
h3.number span:after {
    right: -1010px;
}
.m-open{
    display: none;
}
.cut-title{
    padding-bottom: 3%;
}
    
.cut-title span{
    font-size: 15px;
    font-family: 'Francois One', sans-serif;
} 
.line-style{
    border-bottom: 1px solid #1cb5b5;
    position: absolute;
    width: 35px;
    left: 80px;
    top: 0px;
    transform: rotate(135deg);
}
.text-style{
    font-family: 'Francois One', sans-serif;
    font-weight: normal!important;
    font-size: 20px!important;
    letter-spacing: 0px!important;
}
.icon-img{
    width:100%;
    max-width: 60px;
}
#map span{
    font-family: 'Francois One', sans-serif;
    letter-spacing:0.5px;
} 
#learn-about{
    padding-top: 3%;
}

#learn-about h3{
    font-size: 20px;
    color: #57595b;
    font-weight: bold;
    letter-spacing: -0.2px;
}
#maincover h6{
    color:#014ea3;
}
.media-middle{
    margin-right: 4%;
}
.hidden-xs{
    display: block;
}
.hidden-sm{
    display: none;
}

@media (max-width: 1200px) {
    .mainline {
        margin-bottom: -65px;
        margin-top: -50px;
    }
    .time-pop {
    padding: 6% 2%;
    }
    .img-speaker {
    max-width: 170px;
    }
}
@media (max-width: 960px) {
    .mainline_m {
        display: block;
        margin-bottom: -20px;
    }
    .mainline {
        display: none;
    }
    .list-light {
        min-height: auto;
    }
}
@media (max-width: 768px) {
    .m-hide{
        margin-bottom: 2%;
    }
    #maincover h6 {
    font-size: 1.25rem;
    line-height: 1.38;
    }
    .m-padding{
    padding-top: 0rem !important;
    }
    .icon-img {
    max-width: 42px;
    }
    #learn-about {
    padding-top: 4%;
    padding-bottom: 2%;
    }
    .time-pop {
    width: 80px;
    padding: 8% 0%;
    height: 80px;
    font-size: 19px;
    }
    .flex-item2 {
    font-size: 1.45rem;
    }
    #flex-box span {
    font-size: 18px;
    }
    .text-style {
    font-size: 16px!important;
    }
    .list-light {
    font-size: 1.02rem;
    padding-left: 6%;
    }
}
@media (max-width: 576px) {
    .lead {
    font-size: 1.08rem;
    }
    .mainline_m {
        display: block;
        margin-bottom: -20px;
    }
    .mainline {
        display: none;
    }
    .p-4{
        padding: 0.5rem !important;
    }
    .pt-5, .py-5, .m-padding{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .mb-5, .my-5{
        margin-bottom: 1.5rem !important;
    }
    .navbar-brand{
        margin-right: 0;
    }
    .logo{
        width: 80%;
        max-width: 70px;
    }
    .large-logo{
        max-width: 150px;
    }
    .img-speaker {
        max-width: 100px;
    }
    .time-pop {
    width: 70px;
    padding: 5.5% 0%;
    height: 70px;
    font-size: 19px;
    }
    .line-style {
    width: 28px;
    left: 68px;
    }
    .list-light {
    font-size: 1.02rem;
    padding-left: 12%;
    padding-bottom: 7%;
    margin-top: 0.2rem;
    }
    .flex-item2 {
    font-size: 1.7rem;
    }
    #flex-box span {
    font-size: 22px;
    }
    .text-style {
    font-size: 19px!important;
    }
    .map_info{
        font-size: 1rem;
    }
    .m-hide{
        display: none;
    }
    .btn-middle{
        width: 100%;
    }
    .btn{
        width: 80%;
        margin: 1%;
    }
    .m-open{
        display: inline-block;
    }
    #learn-about h3 {
    font-size: 17px;
    }
    .cut-title {
    padding-bottom: 3%;
    padding-top: 2%;
    }
    .money-info th, .money-info td {
    font-size: 0.95rem;
    }
    .ta-color {
    font-size: 1.5rem;
    }
    #maincover h6 {
    font-size: 1.02rem;
    }
}
@media (max-width: 375px) {
    #learn-about h3 {
        font-size: 15.5px;
    }
    .hidden-xs{
    display:none;
    }
    .visible-xs-block{
        display: block;
        text-align: justify;
        padding: 0% 4%;
    }
    .flex-item2 {
        font-size: 1.5rem;
    }
    #flex-box span {
    font-size: 18px;
    }
    .text-style {
    font-size: 17px!important;
    }
    .time-pop {
    padding: 6% 0%;
    }
    .list-light {
    padding-left: 9%;
    letter-spacing: -0.5px;
    }
    .speaker-blue h4 {
    font-size: 1.25rem;
    }
    .speaker-blue {
    font-size: 0.92rem;
    letter-spacing: -0.5px;
    }
}
@media (max-width: 360px) {
    .icon-img {
    max-width: 35px;
    }
    .list-light {
    padding-left: 8%;
    font-size: 1rem;
    }
    .img-speaker {
    max-width: 95px;
    }
}
@media (max-width: 320px) {
    #learn-about h3 {
        font-size: 13.5px;
    }
    .icon-img {
    max-width: 30px;
    }
    .flex-item2 {
    font-size: 1.4rem;
    }
    .text-style {
    font-size: 14px!important;
    }
    #flex-box span {
    font-size: 15.5px;
    }
    .time-pop {
    padding: 7% 0%;
    }
}