body .dynamicHeaderInner {
    color: #fff;
    background-image: url(/assets/images/events_banner.jpg);
}

section.hero .heading h3 {
    color: #fff;
}

#event-search-form .col-md-2 {
    width: auto;
    max-width: initial;
    flex: 1 1 auto;
}
/* event index page */
.btn-blue {
    font-size: 15px;
    font-family: "Proxima";
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 1.813;
    text-align: left;
    display: block;
    text-align: center;
    background: #0019f8;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 6px;
}

.btn-border {
    border: 2px solid #0019f8;
    border-radius: 6px;
}

#event-search-form input[type="text"]::placeholder,
#event-search-form input[type="email"]::placeholder,
#event-search-form input::placeholder,
#event-search-form textarea::placeholder {
    font-weight: normal !important;
    color: #919191 !important;
}

#event-search-form label {
    font-size: 15px;
    line-height: 21px;
    color: #272727;
}

#event-search-form .form-control {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    border-color: #707070C4;
    color: #393636;
    height: auto;
    font-size: 14px;
    height: 50px;
    border-width: 3px;
}

.daterangepicker .drp-buttons .btn,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #0119f8;
    border-radius: 6px;
    color: #fff
}

.daterangepicker .cancelBtn.btn-default {
    background-color: #fff;
    border-radius: 6px;
    color: #0119f8
}

/* section event */
section.events {
    padding: 60px 0 90px;
}

section.events .head-desc {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 60px;
}

section.events .head-desc h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Proxima";
    color: rgb(54, 54, 54);
    text-transform: uppercase;
    line-height: 1.318;
    text-align: left;
    margin: 0;
    text-align: center;
}

section.events .head-desc a {
    font-weight: bold;
}

section.events .item {
    /*box-shadow: 0px 13px 8px black;*/
    border: solid gray 8px;
    border-radius: 6px;
    padding: 15px;
    overflow: hidden;
}

section.events .item img {
    width: 100%;
    aspect-ratio: 300/200;
    object-fit: cover;
}

section.events .item .desc-box {
    padding: 30px 20px;
}

section.events .item .title-box h3 {
    font: normal normal bold 21px/29px Proxima;
    letter-spacing: 0px;
    color: #272727;
    opacity: 1;
    margin-bottom: 30px;
}

section.events .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font: normal normal 600 15px/16px Proxima;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 26px;
}

section.events .item ul {
    display: flex;
    justify-content: space-between;
}

section.events .item ul .fa {
    margin-right: 6px;
    color: #0018F8;
}

section.events .item .category-box a {
    display: inline-block;
    padding: 9px 50px;
    background: #0018f8;
    color: #fff;
    font-weight: 500;
    margin-bottom: 26px;
    border-radius: 6px;
}

section.events .item .desc-text p {
    font-weight: 500;
    margin-bottom: 26px;
}

section.events .item .read-more {
    padding: 12px 30px;
    display: block;
    border-radius: 6px;
    color: #0018f8;
    border: 1px solid #0018f8;
    font-weight: 500;

}

.event-total {
    margin-bottom: 42px;
}

input.form-control.datepicker {
    background: url(/assets/images/calendar-icon.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    padding-right: 20px !important;
}
.btn-border {
    border: 2px solid #0019f8;
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 30px;
}
section.events .title-box {
    display: flex;
    justify-content: space-between;
}
section.events .title-box .profile-box {
    max-width: 70px;
    width: 70px;
    height: 70px;
    margin-top: -10px;
}
section.events .title-box .profile-box img{
    object-fit: contain;
}
s
@media(max-width: 992px) {}

@media (max-width: 767px) {
    section.events {
        padding: 40px 0;
    }

    section.events .item .desc-box {
        padding: 20px 15px;
    }

    section.events .item .title-box h3 {

        margin-bottom: 15px;
    }

    section.events .item ul {
        margin-bottom: 15px;
    }
}
.image-box{
    float: left;
}
.desc-box{
    float: right;
}
.desc-text p{
    word-wrap:break-word;
}
