/*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;
    margin-left: 10% !important;
    margin-right: 10% !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;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !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;
    margin-bottom: 20px;
}
.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;
}
.main-service-section-img img{
    width: 100% !important;
    height: auto !important;
}
.top-trainding-img-icon img{
    width: 350px !important;
    height: 200px !important;
}
.trainding-section .is-vertically-aligned-top {
    margin-top: -47px;
}
.top-trainding-img-icon .aligncenter{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*.top-trainding-icon  .trainding-section-icon-facebook,.top-trainding-icon  .trainding-section-icon-twitter{
    flex-basis: 25% !important;
    width: 120px;
    height: 120px;
}*/
@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;
    }
    .banner-section-cat {
        padding-top: 10% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .trainding-section, .main-heading {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .trainding-section .is-vertically-aligned-top{
        margin-top: -95px;
    }
    .top-trainding-img-icon img{
        height: 100px !important;
    }
}
@media screen and (max-width: 720px) {
    .trainding-section{
        margin-top: 14px !important;
    }
    .banner-section-cat{
        margin-left: 0% !important;
        margin-right: 0% !important;
        padding-top: 10% !important;
    }
     .trainding-section, .main-heading {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
    .banner-section-date{
    gap: 2em !important;
    }
    .banner-section-date a{
        padding: 15px 10px !important;
    }
    .banner-section-cat{
        margin-left: 0% !important;
        margin-right: 0% !important;
        padding-top: 0% !important;
    }
    .trainding-section, .main-heading {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .trainding-section .is-vertically-aligned-top{
        margin-top: -60px;
    }
    .top-trainding-img-icon img{
        height: 100px !important;
    }
}