/*banner section */
.main-banner-section{
    gap: 0em !important;
    margin-bottom: 0em !important;
}
.main-banner-section h2{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}
.main-banner-section p{
    line-height: 1.8;
    font-size: 14px;
}
.banner-section-date{
    margin-bottom: 0em !important;
}
 .banner-section-cat{
    padding-top: 21% !important;
}
.date-text:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f133";
    padding: 5px;
}
.time-text:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f017";
    padding: 5px;
}
.banner-section-date{
    gap: 0em !important;
    line-height: 0em !important;
}
.banner-section-date a{
    padding: 15px 15px !important;
}
.banner-section-heading-col{
    margin-top: -2% !important;
}
.main-service-section h2{
    color: #000;
    font-weight: 500;
    font-size: 25px !important;
    text-transform: uppercase !important;
}
.main-service-section-img{
    position: relative;
}
.main-service-section-para{
    position: absolute;
    bottom: 40px;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff;
    padding: 1rem;
}
.main-heading{
    border-left: 3px solid #ff973b;
    padding: 0px !important;
}
h2.main-heading:after{
    content: '';
    border: 1px solid #ff973b;
    width: 8%;
    display: block;
    margin-top: 20px;
}
h2.main-heading:before{
    content: '';
    border: 1px solid #ff973b;
    width: 8%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.top-trainding-icon {
    gap: 1em !important;
}
.trainding-section-icon-twitter ul{
   margin: 6px 0 0 10px !important;
}
.trainding-section-icon-facebook ul{
    margin: 6px 0 0 10px !important;
}
.top-trainding-icon p{
    font-weight: 600;
    margin-top: 5px;
}
.top-trainding-img-icon{
    margin-bottom: 6px !important;
}
.trainding-section-icon-facebook .wp-block-social-link{
    background-color: #0693e3 !important;
    color: #fff !important;
    font-size: 35px !important;
}
.trainding-section-icon-twitter .wp-block-social-link{
    background-color: #8ed1fc !important;
    color: #fff !important;
    font-size: 35px !important;
}
.trainding-section , .main-heading{
    margin-left: 10% !important;
    margin-right: 10% !important;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .main-banner-section{
        flex-wrap: nowrap !important;
    }
    .trainding-section {
        flex-wrap: nowrap !important;
    }
    .top-trainding-icon{
        flex-wrap: nowrap !important;
    }
}
@media screen and (max-width: 720px) {
    .trainding-section{
        margin-top: 14px !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
    .banner-section-date{
    gap: 2em !important;
    }
    .banner-section-first-col{
        padding: 9px !important;
    }
}