@media only screen and (min-width: 1000px) {


    .media {
        display: none !important;
    }
}

.btn-left {
    float: left;
}

.text-left {
    text-align: left;
}

.f-40 {
    font-size: 40px !important;
}

.f-30 {
    font-size: 30px !important;
}

.padd-top {
    padding-top: 30px;
}

.fs-13 {
    font-size: 13px;
}



.rs-events-2 .event-item .event-btn a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 130px;
    padding: 0 15px;
    background: #d7a330 !important;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.rs-events-2 .event-item {
    margin-bottom: 30px;
    background: #f9f9f9;
    border: none;
    border-top: 3px solid #d7a330 !important;
}

.rs-events-2 .event-item {
    margin-bottom: 30px;
    background: #f9f9f9;
    border: none;
    border-top: 3px solid #129946;
}

.rs-events-2 .event-item .event-content {
    padding: 15px 20px 20px 0;
}


.rs-events-2 .event-item .event-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.gridFilter button {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    color: #141a42;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 30px;
}

.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {
    position: relative;
}

.event-item .event-img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.event-item:hover .event-img:after,
.cource-item:hover .event-img:after,
.event-item:hover .cource-img:after,
.cource-item:hover .cource-img:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.rs-events-2 .event-item .event-btn a:hover {
    background-color: #2eeecb !important;
    color: #fff;
}


.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.white-color {
    color: #fff !important;
}

.rs-vertical-middle .logo-area {
    line-height: 95px;
}

.rs-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.university-home .modal-backdrop,
.inner-page .modal-backdrop,
.instructor-home .modal-backdrop,
.home1 .modal-backdrop,
.home2 .modal-backdrop,
.home5 .modal-backdrop,
.home3 .modal-backdrop {
    opacity: 0.95;
}

.home3 .rs-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#rs-header.rs-transfarent-header-style {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#rs-header.rs-transfarent-header-style .logo-area {
    padding-top: 0;
}

#rs-header.rs-transfarent-header-style .menu-sticky.sticky {
    background: #212121;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rs-events-2 .event-item .event-btn a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 130px;
    padding: 0 15px;
    background: #010101 !important;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.rs-events-2 .event-item {
    margin-bottom: 30px;
    background: #f9f9f9;
    border: none;
    border-top: 3px solid #3be8cd !important;
}

.rs-events-2 .event-item {
    margin-bottom: 30px;
    background: #f9f9f9;
    border: none;
    border-top: 3px solid #129946;
}

.rs-events-2 .event-item .event-content {
    padding: 15px 20px 20px 0;
}


.rs-events-2 .event-item .event-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.gridFilter button {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    color: #141a42;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 30px;
}

.rs-events-2 .event-item .event-btn a:hover {
    background-color: #2eeecb !important;
    color: #fff;
}

img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    -webkit-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.rs-events-2 .event-item .event-img:hover {
    opacity: 0.8 !important;
}

.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {
    position: relative;
}

.rs-events .event-item .event-title a:hover {
    color: #129946;
}

.rs-events .event-item .event-meta {
    font-size: 14px;
}

.rs-events .event-item .event-meta>div {
    display: inline-block;
}

.rs-events .event-item .event-meta>div i {
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    color: #129946;
}

.rs-events .event-item .event-meta .event-time {
    margin-right: 10px;
}

.rs-events .event-item .event-btn {
    margin-top: 18px;
}

.rs-events .event-item .event-btn a {
    font-weight: 500;
}

.rs-events-2 {
    padding: 20px 0px;
}

.rs-events-2 .event-item {
    margin-bottom: 30px;
    background: #f9f9f9;
    border: none;
    border-top: 3px solid #129946;
}

.rs-events-2 .event-item .row {
    margin: 0;
}

.rs-events-2 .event-item [class*="col-"] {
    padding: 0;
}

.rs-events-2 .event-item .event-content {
    padding: 15px 20px 20px 0;
}

.rs-events-2 .event-item .event-img {
    margin: -1px 0 -1px -1px;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
}

.rs-events-2 .event-item .event-img:hover {
    opacity: 0.8;
}

.rs-events-2 .event-item .event-location {
    font-size: 13px;
}

.rs-events-2 .event-item .event-location i {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    color: #129946;
}

.rs-events-2 .event-item .event-location span {
    color: #505050;
}

.rs-events-2 .event-item .event-title {
    font-size: 18px;
    /*margin-bottom: 4px;*/
    /*margin-top: 1px;*/
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

/* .hover-color:hover {
    color: #ffffff !important;
    background: #002147 !important;
} */
#hover p:hover {
    /* color: #ffffff !important; */
    /* background: #002147 !important; */
}

.popular-courses .popular-courses-color:hover {
    background: #002147 !important;
    /* color: #ffffff !important; */
}

.item .popular-courses-white:hover {
    /* background: #002147 !important; */
    color: #ffffff !important;
}

.filter-black {
    filter: brightness(0.7);
}