.mt--20{
    margin-top: 20px;
}
.mb--10{
    margin-bottom: 10px !important;
}
.theme-color{
    color: #6EC1E4 !important;
}
.lgx-list-panel{
    background-color: #fff;
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
/*.lgx-list-panel::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #66B0C2;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    border-radius:12px 0px 0px 12px;
}
.lgx-list-panel:hover::before{
    width: 100%;
    border-radius:12px;
}
.lgx-list-panel:hover{
    color: #fff;
}*/
.event-main-img img{
    border-radius: 10px;
    height: 168px;
}

.event-info .time{
    font-family:var(--main-font-medium-s2);
    font-size: 1.8rem;
    line-height: 2.4000000000000004rem;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    color: #000;
    padding: 0.2rem 1rem;
    border-radius: 25px;
}
.event-info .date{
    font-family:var(--main-font-bold-s1);
    font-size: 22px;
    line-height: 2.4000000000000004rem;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    color: #000;
    padding: 0.2rem 1rem;
    border-radius: 25px;
}
.event-info .date span{
    font-family: var(--main-font-medium-s1);
    font-size: 16px;
    text-transform: capitalize;
}
.event-info .location{
    font-family:var(--main-font-medium-s2);
    font-size: 1.8rem;
    line-height: 2.4000000000000004rem;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    padding: 0.2rem 1rem;
    color: #000;
    border-radius: 25px;
}
.event-info .country{
    font-family:var(--main-font-bold-s1);
    font-size: 1.8rem;
    line-height: 2.4000000000000004rem;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    padding: 0.2rem 1rem;
    color: #000;
    border-radius: 25px;
}
.event-info .title{
    font-family: var(--main-font-bold-s1);
    margin-top: 0px;
    color: #000;
    margin-bottom: 6px;
    font-size: 2.8rem;
}
.event-info ul{
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.content-inline-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.event-icons span i{
    font-size: 20px;
    color: #000;
}
.event-icons{
    width: 2.5%;
    text-align: center;
}
.event-inner-info{
    position: relative;
}
.event-detail-btn-single{
    position: absolute;
    bottom: 0;
    right: 0;
}
.event-title h4 a{
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.event-title h4 a:hover{
    color: #66B0C2;
}
.lgx-list-panel:hover{
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}
.lgx-grid-panel{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.event-main-img.grid-view-img{
    position: relative;
}
.event-main-img.grid-view-img img{
    border-radius: 10px;
    height: 240px;
    width: 100%;
}
.event-info.grid-view-info{
    margin-top: 10px;
    padding: 10px 10px 0px 10px;
}
.event-info.grid-view-info .title{
    text-transform: none;
    font-family: var(--main-font-bold-s2);
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 27px;
}
.event-date-grid-view {
    position: absolute;
    top: 10px;
    right: 10px;
}
.event-date-grid-view{
    margin-bottom: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 4px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}
.event-date-grid-view label{
    margin-bottom: 0px;
    font-family: var(--main-font-bold-s1);
    font-size: 22px;
    color: #000;
}
.event-date-grid-view label span{
    margin-bottom: 0px;
    font-family: var(--main-font-medium-s1);
    font-size: 16px;
    text-transform: capitalize;
}
.event-icons.grid-view-icons{
    width: 7%;
}
.event-title.grid-view-title .date{
    text-transform: capitalize;
}
.grid-action-btn{
    margin-top: 10px;
    text-align: center;
}
.grid-action-btn a{
    font-family: var(--main-font-bold-s1);
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.grid-action-btn a:hover{
    color: #66B0C2;
}
.event-title.grid-view-title{
    width: 93%;
}
.lgx-logo a img{
    width: 80px;
    height: 75px;
}
.lgx-about-img-sp.about-slider{
    padding: 0 0 0rem 4.2rem;
}
.lgx-about-img-sp.about-slider img.about-slider-img{
    height: 440px;
}
.lgx-about-inner-content h4{
    font-size: 4rem;
    font-family: var(--main-font-medium-s2);
    position: relative;
    line-height: 2.4000000000000004rem;
    color: #000;
}
.lgx-about-inner-content span.subtext{
    font-size: 20px;
    font-family: var(--main-font-medium-s2);
    display:block;
    color: #000;
    line-height: unset;
    margin-bottom: 60px;
    margin-top: 14px;
}
.lgx-about-inner-content{
    margin-top: 15%;
}
.owl-carousel .owl-stage-outer{
    border-radius: 16px;
}
.cta-section-home{
   /* background-color: #2D84C3;*/
    padding: 60px 0px;
}
.cta-main-content-wrapper{
    text-align: center;
}
.cta-main-content-wrapper h2{
    font-family: var(--main-font-semibold-s2);
    color: #fff;
    line-height: 5.8rem;
}
.cta-main-content-wrapper h6{
    font-family: var(--main-font-medium-s2);
    color: #fff;
    font-size: 18px;
}

.cta-section-home {
    background: url(../counter-bg-2.png) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.subscribe-settings{
    padding: 0px;
}
.subscribe-settings h3{
    color: #fff;
}
.footer-logo-wrapper{
    text-align: left;
}
.lgx-footer-single-wrapper .footer-logo-wrapper img{
    width: 130px;
}
.footer-about-desc{
    margin-top: 20px;
}
.footer-about-desc p{
    color: #fff;
    font-family: var(--main-font-medium-s2);
    font-size: 18px;
}
.footer-heading{
    font-family: var(--main-font-semibold-s2);
    color: #fff;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer-links-list ul{
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-links-list ul li a{
    color: #fff;
    font-family: var(--main-font-medium-s2);
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    opacity: 0.95;
}
.footer-links-list ul li a:hover{
    color: #6EC1E4;
    opacity: 1;
}
.footer-links-list ul li{
    margin-bottom: 5px;
}
.footer-links-list ul li:last-child{
    margin-bottom: 0px;
}
.contact-link-single{
    display: flex;
}
.contact-link-icon{
    width: 10%;
}
.contact-link-icon span i{
    color: #fff;
    font-size: 20px;
}
.contact-link-desc{
    width: 89%;
    padding-left: 5px;
}
.contact-link-desc p{
    color: #fff;
    font-family: var(--main-font-regular-s2);
    font-size: 16px;
}
.social-link-list{
    margin-top: 20px;
}
.footer-links-list.with-block{
    text-align: right;
}
.footer-links-list.with-block ul li{
    display: inline-block;
    margin-right: 10px;
}
.footer-links-list.with-block ul li:last-child{
    margin-right: 0px;
}

@media(min-width:320px) and (max-width:767px){
    .lgx-header .lgx-navbar .lgx-logo a img{
        float: unset;
    }
    .navbar{
        min-height: unset;
        padding: 10px 0px;
    }
    .lgx-logo a img{
        width: 60px;
        height: unset;
    }
    .navbar-default .navbar-toggle span{
        background-color: #6EC1E4 !important;
        width: 26px;
        height: 3px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #6EC1E4;
    }
    .lgx-header .lgx-navbar .lgx-nav {
        margin-top: 1.6rem;
        margin-bottom: 0rem;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border-color: unset;
    }
    .lgx-header-position-fixed .navbar-collapse,
    .lgx-header-position-fixed .navbar-default .navbar-form {
        margin-top: 15px;
    }
    .lgx-tab .nav-pills li a h3{
        color: #000;
    }
    .lgx-tab .nav-pills{
        margin-bottom: 0px;
        display: flex;
    }
    .event-info .time{
        font-size: 1.9rem;
    }
    .event-info ul li{
        margin-bottom: 4px;
    }
    .event-info ul li:last-child{
        margin-bottom: 4px;
    }
    .event-info .location{
        font-size: 1.9rem;
    }
    .event-info .country{
        font-size: 1.9rem;
    }
    .event-main-img.grid-view-img img{
        height: 220px;
    }
    .event-main-img img{
        width: 100%;
        height: 200px;
    }
    .event-deatail-wrapper{
        margin-top: 20px;
    }
    .event-info .title{
        font-size: 3rem;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .event-icons{
        width: 10%;
    }
    .event-title{
        width: 90%;
    }
    .event-detail-btn-single{
        position: unset;
        margin-top: 10px;
    }
    .lgx-about-img-sp.about-slider img.about-slider-img{
        height: 250px;
    }
    .footer-heading{
        margin-top: 10%;
    }
    .footer-about-desc p{
        opacity: 0.9;
    }
    .lgx-copyright{
        text-align: center;
    }
    .footer-links-list.with-block{
        text-align: center;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    .event-main-img img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .event-deatail-wrapper{
        margin-top: 10px;
    }
    .lgx-tab .nav-pills li a h3{
        color: #000;
    }
    .footer-heading{
        margin-top: 4%;
    }

}