html {
    scroll-behavior: smooth;
}

.head-b {
    background-image: url(../images/head-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.img-article {
    width: 100%;
    height: 130px;
    opacity: 0.8;
}

.inside-img {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 5px;
    border: 2px solid #d50008;
}

.header-ad {
    width: 970px;
}

.img-article1 {
    width: 100%;
    height: 60px;
    opacity: 0.8;
}

.img-article2 {
    width: 100%;
    height: 65px !important;
    opacity: 0.8;
}

.hr-border {
    color: #b4b4b4;
}

@media (max-width: 768px) {
    .img-article2 {
        width: 100%;
        height: auto;
        opacity: 0.8;
    }

    .img-article {
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }

    .img-article1 {
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }
}


/*------------------- 4.00. Tab Menu -------------------*/
.tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color);
    border-radius: 4px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 28px;
}

.tab-menu .tab-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 5px 6px 5px;
    color: var(--title-color);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    border: none;
}

.tab-menu .tab-btn.active {
    color: var(--white-color);
}

.tab-menu .indicator {
    position: absolute;
    top: var(--pos-y);
    left: var(--pos-x);
    height: var(--height-set);
    width: var(--width-set);
    background-color: var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .filter-menu {
        gap: 5px;
    }
}

.filter-menu .tab-btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--body-bg);
    border: 1px solid #d50008;
    color: var(--title-color);
    padding: 2px 16px;
    border-radius: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.filter-menu .tab-btn:last-child {
    margin-right: 0;
}

.filter-menu .tab-btn.active {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}

.border-blog>* {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-color);
}

.border-blog:last-child>* {
    padding-bottom: 0;
    border-bottom: none;
    /* Large devices */
}

@media (max-width: 1199px) {
    .border-blog:last-child>* {
        padding-bottom: 24px;
        border-bottom: 1px solid var(--border-color);
    }
}

.border-blog.two-column:nth-last-child(-n + 2)>* {
    padding-bottom: 0;
    border-bottom: none;
}

.border-blog.three-column:nth-last-child(-n + 3)>* {
    padding-bottom: 0;
    border-bottom: none;
    /* Medium devices */
}

@media (max-width: 991px) {
    .border-blog.three-column:nth-last-child(-n + 3)>* {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 24px;
    }
}

/*footer*/


/*------------------- 4.3. Footer  -------------------*/
/*footer*/


.footer-wrapper {
    --border-color: #f2f2f2;
    --body-color: #f2f2f2;
    position: relative;
    z-index: 2;
    background-color: #303030;
    overflow: hidden;
}

.footer {
    background-color: #FFF;
    border: 1px solid #333;
}

#footer h5 {
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #000;
}

#footer a {
    color: #CCC;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #333;
    font-size: 15px;
}

#footer ul.social li a:hover {
    color: #333;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 600;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
    font-size: 12px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 600;
}

.foot-text {
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-control1 {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #f2f2f2;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #8d8d8d !important;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnSubmit {
    border: none;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

.bg-purple {
    background-color: #481aa0;
    color: #FFF;
}




.bg-footer {
    background-color: #222222;
}

.small-text {
    font-size: 12px;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .foot-text {
        text-align: center !important;
    }
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    padding: 5px;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

.text-light1 {
    color: #CCC;
    padding-left: 5px;
}

.text1 {
    color: #afa1c9;
}

/*footer*/
.footer-links {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.email_sub {
    padding: 0px 200px;
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 20px;
    margin-right: 15px;
    position: relative;
}

.footer-links li:after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: var(--border-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -6px 0;
}

.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-links li:last-child:after {
    display: none;
}

.footer-links a {
    font-family: inherit;
    color: var(--body-color);
}

.footer-links a:hover {
    color: var(--theme-color);
}

.copyright-wrap {
    padding: 10px 0;
    background-size: 100% auto;
    background-color: #000000;
    /* Large devices */
}

@media (max-width: 1199px) {
    .copyright-wrap {
        padding: 12px 0;
    }
}

.copyright-text {
    margin: 0;
    font-size: 13px;
    color: #f2f2f2;
}

.copyright-text p {
    color: #f2f2f2;
}

.copyright-text p:hover {
    color: #d50008;
}

.th-widget-contact {
    max-width: 265px;
}

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px;
}

.footer-newsletter .newsletter-title {
    max-width: 425px;
    margin-bottom: 0;
}

/*event thumbnail*/
.time-div {
    padding: 30px 20px;
    background-color: #dddddd;
    color: #c40000;
    text-align: center;
}

.time-div .day1 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px dashed #333333;
    padding-bottom: 10px;
}

.time-div .month1 {
    font-size: 26px;
    padding-top: 10px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .time-div .day1 {
        font-size: 21px;
        font-weight: bold;
        border-bottom: 1px dashed #333333;
        padding-bottom: 10px;
    }

    .time-div .month1 {
        font-size: 21px;
        padding-top: 10px;
        font-weight: bold;
    }
}