﻿
.banner-seven {
    background-image: url(/newtheme/images/backgrounds/speaker-bg.webp);
}

    .banner-seven .banner-overlay {
        background-color: #333;
        background: -webkit-gradient(linear, left top, right top, from(#333), to(rgba(0, 0, 0, .5)));
        background: -webkit-linear-gradient(left, #333, rgba(0, 0, 0, .5));
    }

.bgc-trans {
    background: #212529;
}

    .bgc-trans.animated {
        background: rgb(33 37 41 / 85%);
    }

.banner-seven .seven-content-left span {
    font-size: 80px
}

.banner-seven .seven-content-left h2 {
    max-width: 600px;
    font-size: 40px;
}

@media only screen and (max-width: 768px) {
    .banner-seven .seven-content-left span {
        font-size: 60px
    }

    .banner-seven .seven-content-left h2 {
        line-height: 3rem;
        font-size: 36px;
    }

    .banner-seven .seven-content-right {
        margin-top: 10px;
    }

    .img-brand-logo {
        max-width: 280px !important;
    }
}

.check_out:hover, .menu-button:hover {
    color: #54160f;
}

.padding-100 {
    padding: 100px 0px;
}

.padding-80 {
    padding: 80px 0px;
}

.padding-60 {
    padding: 60px 0px;
}

.padding-40 {
    padding: 40px 0px;
}


.about-two .section-header h2 {
    font-size: 40px;
}

.home-blog .blog-item .content h4 {
    line-height: 1.3em;
    margin-bottom: 10px
}

.mt-100 {
    margin-top: 100px
}

.error p {
    line-height: 3rem;
}

body, button, input, select, textarea {
    line-height: 1.5;
}

.pagination li a.active {
    background-color: #ff9822;
    color: #fff;
    border: 1px solid #ff9822;
}

.about-two .image img {
    width: 100%;
    border-radius: 0 20px 20px 0;
}

.fw-semibold {
    font-weight: 600 !important;
}

.w-80px {
    width: 80px !important;
}

.h-80px {
    height: 80px !important;
}

.sidebar .latest-posts {
    padding: 20px 20px;
}

span.x-icon {
    background-image: url('/maintheme/image/x-logo-b.webp');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

    .fa.fa-twitter::before {
        content: "𝕏";
        font-size: 1.2em;
    }

.pricing .pricing-item.four {
    background-color: #f5ff00;
}

.pricing .pricing-item.five {
    background-color: #00148b;
}

.pricing .pricing-item.six {
    background-color: #8f0f00;
}

.pricing-three .pricing-item .pricing-header .amount {
    font-size: 36px;
}

.sponsor-item-inner img {
    max-height: 170px
}


@media (min-width: 992px) {
    footer {
        text-align: left;
    }
}


ul.footer-nav {
    list-style: none;
}

    ul.footer-nav > li {
        list-style: none;
        padding: 10px
    }

        ul.footer-nav > li > a {
            display: flex;
            align-items: center;
            color: #fff;
            font-size: 16px;
            font-weight: 500
        }


.blog-item .image {
    max-height: 400px
}



.banner-seven .seven-content-right .counter2 {
    font-weight: 700;
    font-size: 120px;
    line-height: 180px;
    color: #e84b3a;
}

    .banner-seven .seven-content-right .counter2 > span {
        font-size: 72px;
    }


.banner .content-left span.counter2 {
    font-size: 200px;
    font-weight: 700;
    line-height: 214px;
    color: #fff;
    position: relative;
}

    .banner .content-left span.counter2 > span {
        font-size: 72px;
    }


.banner {
    background-image: url(../../../img/bg-banner.webp);
}

@media only screen and (max-width: 768px) {
    .banner .content-left span.counter2 {
        justify-content: center !important;
    }
}