.bg-orange {background: #f37021;}
.bg-jo-black {background: #292627;}
.bg-light-orange{background-color: #f3702126;}
.opacity-50{opacity: .5;}
.opacity-40{opacity: .4;}
.opacity-30{opacity: .3;}
.opacity-20{opacity: .2;}
.opacity-10{opacity: .1;}

.text-orange{color: #f37021;}
.text-black{color: #000000;}
.text-white{color: #FFFFFF;}

.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}

.header-logo {
    margin-right: 30px;
}


.demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery > ul > li {
    margin-bottom: 0;
    display: inline-block;
    list-style: outside none none;
    padding: 10px 10px;
}

.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    min-height: 340px;
    max-height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.list-style-one
{
    list-style: none;
    display: inline-block;
}
.list-style-one li
{
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-right: 25px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    display: inline-block;
}
.list-style-one li:before
{
    position: absolute;
    left: 0;
    top: 0;
    content: '\f058';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
}

.course-calender-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    background: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    align-items: center;
    box-shadow: 0 10px 20px 0 rgba(8, 0, 42, 0.08);
    transition: all .3s;
}
.course-calender-wrapper:hover
{
    border: 1px solid #ffceb1;
    align-items: center;
    background: rgb(255 241 233 / 29%);
    box-shadow: 0 10px 20px 0 rgb(251 206 179 / 29%);
    transition: all .3s;
}
.course-calender-wrapper .subject
{
    min-width: 55%;
}
.course-calender-wrapper .subject h1
{
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
.course-calender-wrapper .date
{

}
.course-calender-wrapper .date p
{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.course-calender-wrapper .location
{

}
.course-calender-wrapper .location h4
{
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}
.course-calender-wrapper .price
{

}
.course-calender-wrapper .price h1 i
{
    font-size: 16px;
}
.course-calender-wrapper .price h1
{
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.vanue-wrapper {
    min-height: 160px;
    background: gainsboro;
    margin-bottom: 0;
    position: relative;
}

.venue-filter-tab
{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.venue-filter-tab li
{
    list-style: none;
    display: inline-block;
    padding: 5px 5px;
}
.venue-filter-tab li a
{
    padding: 7px 25px;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #b3b3b3;
    display: inline-block;
    border-radius: 2px;
}
.bg-img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.venue-filter-tab li.active
{
    color: #ffceb1;
    text-transform: capitalize;
}
.venue-filter-tab li.active a
{
    border: 1px solid #f36f21;
    color: #fff;
    background: #f36f21;
}
.venue-item
{
    margin-bottom: 20px;
    transition: ease-in .3s;
    padding: 0 10px;
}
.venue-item a
{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: ease-in .3s;
}

.venue-item:hover.venue-item h1
{
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
    background: rgba(243, 111, 33, 0.88);
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in .5s;
}
.venue-item h1
{
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
    background: #000000cf;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    transition: ease-in .5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}
.venue-item
{
    animation: fade-in 1s;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@media screen and (min-width: 320px) and (max-width: 768px) {
    .hero-arera.course-item-height {
        min-height: 190px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        align-items: center;
        display: flex;
        position: relative;
        z-index: 2;
    }
    .breadcrumb-item span {
        color: #fff;
        font-size: 14px;
    }
    .breadcrumb-item a {
        color: #ffffff;
        font-size: 14px;
    }
}
