:root {
    --primary: #667eea;
    --secondary: #7b809a;
    --tangerine: #ff9a61;
    --white: #fff;
    --black: #3f3a64;
    --bgLight: #f7f8fd;
    --borderColor: #eeeeee;
    --fontColor: #696969;
    --fontColor2: #dddddd;
    --shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    --shadow2: 0 1px 2px rgba(0, 0, 0, 0.2);
    /*--gradient: linear-gradient(to right, #ff9a61 0%, #ff4b82 100%);*/
}

.row.aos-init.aos-animate .bsingle__post-thumb {
    max-height: 195px;
    overflow: hidden;
}

.info-medal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: var(--shadow);
}
.avatar-dash {
    position: fixed;
    right: 10px;
    bottom: 50px;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-ticket-section {
    background: var(--bgLight);
}
.support-ticket-section .inbox-wrapper {
    background: white;
    box-shadow: var(--shadow);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.support-ticket-section .inbox-wrapper .top-bar {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid var(--borderColor);
}
.support-ticket-section .inbox-wrapper .top-bar .user {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
}
.support-ticket-section .inbox-wrapper .top-bar .name {
    font-family: "Teko", sans-serif;
    font-size: 18px;
}
.support-ticket-section .inbox-wrapper .top-bar .close-btn {
    width: 100px;
    height: 35px;
    border-radius: 12px;
    background: var(--primary);
    border: none;
    color: white;
    box-shadow: var(--shadow);
    transition: 0.4s;
}
.support-ticket-section .inbox-wrapper .top-bar .close-btn:hover {
    background: var(--primary);
    color: white;
}
.support-ticket-section .inbox-wrapper .chats {
    padding: 30px 15px 10px 15px;
    height: 500px;
    overflow-y: auto;
    position: relative;
}
.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar {
    width: 4px;
    height: 100%;
}
.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar-track {
    background: white;
}
.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar-thumb {
    background: var(--borderColor);
    border-radius: 5px;
}
.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}
.support-ticket-section .inbox-wrapper .chats .chat-box {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .img {
    margin-left: 10px;
    min-width: 30px;
    min-height: 30px;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .img img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .text {
    padding: 10px;
    background: var(--bgLight);
    max-width: 600px !important;
    border-radius: 3px;
    float: right;
    margin-bottom: 5px;
    max-width: 300px;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .text p {
    margin-bottom: 0;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .name {
    text-align: right;
    margin-bottom: 5px;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .time {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.support-ticket-section
    .inbox-wrapper
    .chats
    .chat-box
    .text-wrapper
    .attachment {
    display: block;
}
.support-ticket-section
    .inbox-wrapper
    .chats
    .chat-box
    .text-wrapper
    .attachment
    img {
    max-width: 100px;
    border-radius: 3px;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .file {
    color: var(--primary);
    margin-bottom: 5px;
    text-align: right;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .file a {
    color: var(--primary);
    display: inline-block;
    margin-right: 5px;
}
.support-ticket-section .inbox-wrapper .chats .opposite-side {
    justify-content: start;
}
.support-ticket-section .inbox-wrapper .chats .opposite-side .img {
    margin-left: 0;
    margin-right: 10px;
}
.support-ticket-section
    .inbox-wrapper
    .chats
    .opposite-side
    .text-wrapper
    .text {
    float: left;
}
.support-ticket-section
    .inbox-wrapper
    .chats
    .opposite-side
    .text-wrapper
    .time {
    text-align: left;
}
.support-ticket-section
    .inbox-wrapper
    .chats
    .opposite-side
    .text-wrapper
    .file {
    text-align: left;
}
.support-ticket-section
    .inbox-wrapper
    .chats
    .opposite-side
    .text-wrapper
    .name {
    text-align: left;
}
.support-ticket-section .inbox-wrapper .img-preview {
    background: var(--bgLight);
    display: inline-block;
    position: relative;
    left: 0px;
    bottom: 5px;
    max-width: 100px;
    border-radius: 3px;
}
.support-ticket-section .inbox-wrapper .img-preview img {
    width: 100%;
    height: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.support-ticket-section .inbox-wrapper .img-preview .img-info {
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.support-ticket-section .inbox-wrapper .img-preview .img-info span {
    font-size: 12px;
}
.support-ticket-section .inbox-wrapper .img-preview .img-info span.size {
    color: var(--gray);
    font-size: 10px;
}
.support-ticket-section .inbox-wrapper .img-preview button.delete {
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--bgLight);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    border: none;
}
.support-ticket-section .inbox-wrapper .img-preview button.delete i {
    font-size: 14px;
    color: var(--secondary);
    padding-bottom: 3px;
}
.support-ticket-section .inbox-wrapper .typing-area {
    background: white;
    border-top: 1px solid var(--borderColor);
    padding: 20px;
}
.support-ticket-section .inbox-wrapper .typing-area .input-group {
    border-radius: 3px;
    overflow: hidden;
}
.support-ticket-section .inbox-wrapper .typing-area .input-group .form-control {
    height: 45px;
    background: var(--bgLight);
    border-radius: 0;
    border: none;
    font-size: 13px;
    color: var(--gray);
    padding: 7px;
}
.support-ticket-section
    .inbox-wrapper
    .typing-area
    .input-group
    .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    border: none;
}
.support-ticket-section
    .inbox-wrapper
    .typing-area
    .input-group
    .send-file-btn {
    position: relative;
    background: var(--primary);
    border: none;
    width: 50px;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    color: var(--gray);
}
.support-ticket-section
    .inbox-wrapper
    .typing-area
    .input-group
    .send-file-btn
    i {
    transition: 0.4s;
    position: relative;
    color: white;
}
.support-ticket-section
    .inbox-wrapper
    .typing-area
    .input-group
    .send-file-btn:hover
    i {
    color: white;
}
.support-ticket-section
    .inbox-wrapper
    .typing-area
    .input-group
    .send-file-btn
    .form-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.support-ticket-section .inbox-wrapper .typing-area .input-group button {
    width: 50px;
    border: none;
    background: var(--primary);
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.support-ticket-section .inbox-wrapper .typing-area .input-group button i {
    color: white;
    font-size: 16px;
    transition: 0.4s;
}


.about-section {
    padding: 40px 0;
    overflow-x: hidden;
    background: white;
}
.about-section .text-box h3 {
    color: var(--primary);
}
.about-section .text-box ul {
    list-style: none;
    padding-left: 0;
}
.about-section .text-box ul li {
    margin-bottom: 15px;
}
.about-section .text-box ul i {
    color: var(--primary);
    margin: 0 5px;
    font-size: 16px;
}
.about-section .img-box {
    position: relative;
    max-width: 600px !important;
}
.about-section .img-box img {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 100% !important;
}


.feature-section {
    padding: 40px 0;
}
.feature-section .feature-box {
    background: white;
    box-shadow: var(--shadow);
    padding: 30px;
    border-radius: 10px;
}
.feature-section .feature-box .icon-box {
    margin-bottom: 30px;
}
.feature-section .feature-box .icon-box img {
    width: 80px;
}
.feature-section .feature-box h4 {
    text-transform: capitalize;
    color: var(--primary);
}

.faq-section {
    padding: 40px 0;
    overflow-x: hidden;
    background: white;
}
.faq-section .accordion-item {
    background: var(--bgLight);
    border: none;
    margin-bottom: 25px;
    border-radius: 5px;
}
.faq-section .accordion-button {
    background: var(--bgLight);
    font-family: "Titillium Web", sans-serif;
    border-radius: 5px !important;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 600;
    padding: 25px;
    padding-right: 70px;
    color: var(--black);
    transition: 0.4s;
}
.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.faq-section .accordion-button::after {
    border-radius: 5px;
    background-image: url(../img/icon/down-arrow.png);
    background-size: contain;
    position: absolute;
    right: 25px;
    height: 20px;
    width: 20px;
    background-position: center;
}
.faq-section .accordion-body {
    padding: 25px;
    padding-top: 0px;
}
.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--primary);
}
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/down-arrow.png);
}
.faq-section .img-box {
    position: relative;
    max-width: 395px;
}
.faq-section .img-box::before {
    content: "";
    position: absolute;
    background: var(--secondary);
    width: 100px;
    height: 200px;
    border-radius: 10px;
    left: -50px;
    top: -50px;
    transition: 0.4s;
    z-index: 0;
}
.faq-section .img-box::after {
    content: "";
    position: absolute;
    background-color: var(--primary);
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    right: -75px;
    bottom: -25px;
    transition: 0.4s;
    z-index: 1;
}
.faq-section .img-box img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.rtl .faq-section .accordion-button {
    padding-right: 15px;
    padding-left: 40px;
    text-align: right;
}
.rtl .faq-section .accordion-button::after {
    right: auto;
    left: 15px;
}
.rtl .faq-section .img-box::before {
    left: auto;
    right: -50px;
}
.rtl .faq-section .img-box::after {
    right: auto;
    left: -75px;
}

.faq-page {
    padding: 100px 0;
}

.testimonial-section {
    padding: 40px 0;
    background-image: linear-gradient(
        0deg,
        rgba(222, 135, 49, 0.1490196078) 0%,
        rgba(255, 255, 255, 0.5803921569) 50% rgba(222, 135, 49, 0.1490196078)
            100%
    );
}

.testimonial-section .testimonials {
    position: relative;
    border-radius: 20px;
    padding: 100px 50px;
    background: rgba(0, 0, 0, 0.2);
}
.testimonial-section .review-box {
    padding: 30px;
    background: white;
    border-radius: 10px;
}
.testimonial-section .review-box .top {
    display: flex;
    align-items: center;
    margin-top: 30px;
/*    font-family: "Saira Semi Condensed", sans-serif;*/
}
.testimonial-section .review-box .top img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-right: 15px;
}
.testimonial-section .review-box .top .title {
    font-size: 14px;
}
.testimonial-section .review-box .top .organization {
    color: var(--primary);
}
.testimonial-section .review-box .top h4 {
    margin-bottom: 10px;
}
.testimonial-section .review-box p {
    font-style: italic;
}
.testimonial-section .review-box .quote {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 10px solid white;
    text-align: center;
    padding-top: 13px;
    position: absolute;
    right: 30px;
    top: -35px;
}
.testimonial-section .review-box .quote i {
    color: white;
    font-size: 24px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 35px 0 5px 0;
}
.testimonial-section .owl-dots {
    display: block;
    text-align: center;
}
.testimonial-section .owl-dots .owl-dot {
    width: 10px;
    height: 5px;
    background: var(--bgLight);
    margin: 0 2px;
    border-radius: 4px;
    transition: 0.4s;
}
.testimonial-section .owl-dots .owl-dot.active {
    background: var(--primary);
    width: 20px;
}

.rtl .testimonial-section {
    direction: ltr;
}
.rtl .testimonial-section .review-box {
    direction: rtl;
}
.rtl .testimonial-section .review-box .top img {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .testimonial-section .review-box .quote {
    right: auto;
    transform: rotateY(180deg);
    left: 40px;
}


#cookieAlert {
    background: var(--white);
    box-shadow: var(--shadow);
    position: fixed;
    bottom: 15px;
    left: 0;
    margin: 15px;
    max-width: 450px;
    padding: 20px;
    border-radius: 10px;
    z-index: 1057;
}
#cookieAlert i {
    font-size: 24px;
    margin-right: 5px;
    color: var(--primary);
}
#cookieAlert h4 {
    color: var(--black);
}

#cookieAlert a {
    color: var(--primary);
}

.rtl #cookieAlert .cookie-btns {
    float: left;
}

.footer-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
}
.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #75b9ff 0%, #497bad 50%, #336699 100%);

    border-top-right-radius: 100px;
    z-index: -1;
}
.footer-section .navbar-brand {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-section .navbar-brand img {
    width: 120px;
}
.footer-section .footer-box {
    color: var(--fontColor2);
}
.footer-section .footer-box .company-bio {
    color: var(--fontColor2);
    margin-bottom: 30px;
}
.footer-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-section ul li {
    margin-bottom: 15px;
}
.footer-section ul li a {
    color: var(--fontColor2);
    transition: 0.4s;
}
.footer-section ul li a:hover {
    color: var(--primary);
}
.footer-section h4 {
    color: var(--white);
    position: relative;
    margin-bottom: 50px;
/*    font-family: "Saira Semi Condensed", sans-serif;*/
}
.footer-section h4::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--primary);
    left: 0;
    bottom: -15px;
}
.footer-section .social-links a {
    background: linear-gradient(to right, #667eea 0%, var(--primary) 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 8px;
    margin-right: 10px;
    text-align: center;
    color: var(--white);
}
.footer-section .social-links a i {
    font-size: 13px;
}
.footer-section .news-letter {
    display: flex;
    position: relative;
    width: 250px;
}
.footer-section .news-letter .form-control {
    background-color: var(--bgLight);
    border-color: var(--bgLight);
    height: 40px;
    padding: 10px 15px;
    color: var(--fontColor);
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid var(--bgLight);
    border: none;
    caret-color: var(--primary);
}
.footer-section .news-letter .form-control:focus {
    border-color: var(--bgLight);
    box-shadow: 0rem var(--borderColor);
}
.footer-section .news-letter .btn-custom {
    height: 44px;
    width: 44px;
    border-radius: 8px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.footer-section .footer-bottom {
    margin-top: 60px;
}
.footer-section .footer-bottom .copyright {
    color: var(--fontColor2);
}
.footer-section .footer-bottom .language {
    /* text-align: right;
    max-width: 45%; */
    color: var(--fontColor2);
    justify-content: end;
}

.rtl .footer-section .navbar-brand {
    margin-right: 0;
}
.rtl .footer-section .social-links a {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .footer-section h4::after {
    left: auto;
    right: 0;
}
.rtl .footer-section .news-letter .btn-custom {
    right: auto;
    left: 3px;
}

.contact-section {
    padding: 100px 0;
    background: var(--white);
}
.contact-section .info-wrapper {
    margin-bottom: 100px;
}
.contact-section .info-box {
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
    padding: 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.contact-section .info-box .icon img {
    width: 36px;
}
.contact-section .info-box .text {
    width: calc(100% - 48px);
    padding-left: 30px;
}
.contact-section .info-box .text p {
    margin-bottom: 0;
}
.contact-section .info-box .text h4 {
    margin-bottom: 10px;
}
.contact-section form .input-box textarea.form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
.contact-section form .input-box textarea.form-control {
    height: 150px;
    border: 2px solid var(--borderColor);
}
.contact-section .social-links a {
    background: var(--primary);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 8px;
    margin-right: 10px;
    text-align: center;
    color: var(--white);
}
.contact-section .social-links a i {
    font-size: 13px;
}
.contact-section .text-box {
    background: url(../img/contact-side-img.jpg);
    background-size: cover;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.contact-section .text-box .overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    padding-top: 100px;
}
.contact-section .text-box img {
    max-width: 400px;
}
.rtl .contact-section .info-box .text {
    padding-left: 0;
    padding-right: 30px;
}

/* 15. blog */
.blog-thumb img {
    width: 100%;
}
.blog-content {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}
.blog-content .admin {
    display: block;
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
}
.blog-content .admin ul{
    display: flex;
}
.blog-content .admin img {
background: #D7D7D7 0% 0% no-repeat padding-box;
box-shadow: 3px 4px 12px #00000026;
border: 2px solid #FFFFFF;
border-radius: 50%;
margin-right: 20px;
}
.b-meta ul li {
    display: inline-block;
    margin-right: 5px;
}
.b-meta ul li:last-child{margin-right: 0;}
.b-meta ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #D22D4A4D;
    border-radius: 13px;
    padding: 5px 20px;
}
.b-meta ul li a.corpo{color: #667eea;}
.b-meta ul li a:hover {color: #fff;}
.blog-content h4 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-content h4:hover a{color: #667eea;}
.blog-btn {
    background: #f4f4fe;
    color: #190a32;
}
.blog-btn:hover{color: #fff;background: #667eea;}
.blog-content p {
    margin-bottom: 35px;
}
.single-post{background: #FFFFFF;overflow: hidden;box-shadow: 3px 4px 25px #0000001A;border-radius: 10px;transition: .3s;}
.single-post:hover {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.single-post:hover .blog-btn{color: #fff;background: #667eea;}
.single-post.active {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.single-post.active .blog-btn{color: #fff;background: #667eea;}

.bsingle__post-thumb img {
      width: 100%;
}
.bsingle__post .video-p {
    position: relative;
}
.bsingle__post .video-p .video-i {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #667eea;
}
.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}
 .blog-active .slick-arrow:hover {
    opacity: 1;
}
.bsingle__content {
    padding: 20px;
    border: 2px solid #f5f8fa;
}
.bsingle__content .meta-info ul {
    margin-bottom: 7px;
}
.bsingle__content .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
}
.bsingle__content .meta-info ul li a {
    color: #5f708f;
    text-transform: capitalize;
}
.bsingle__content .meta-info ul li a i {
    margin-right: 5px;
}
.bsingle__content .meta-info ul li a:hover {
    color: #667eea;
}
.bsingle__content .meta-info ul li i {
    margin-right: 5px;
}
.bsingle__content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}
.bsingle__content h2:hover a {
    color: #667eea;
}
.bsingle__content p {
    padding-right: 35px;
    margin-bottom: 25px;
}
.bsingle__content .blog__btn .btn {
    background: var(--primary);
/*  background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;*/
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.bsingle__content .blog__btn .btn::before {
  content: none;
}
/*.bsingle__content .blog__btn .btn:hover {
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;;
    color: #fff;
}*/
.quote-post {
    background-position: center;
    background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
    margin-bottom: 0;
}
.widget {
    padding: 35px 25px 35px 25px;
    border: 2px solid #f5f8fa;
    overflow: hidden;
}
.widget-title {
    margin-bottom: 40px;
}
.widget-title h4 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}
.slidebar__form {
    position: relative;
}
.slidebar__form input {
    background: #f5f8fa;
    border: none;
    width: 100%;
    padding: 18px 30px;
}
.slidebar__form input::placeholder {
    font-size: 12px;
    color: #666666;
}
.slidebar__form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
    padding: 18px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
}
.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
    opacity: .7;
}
.widget-insta-post li a {
    position: relative;
    display: block;
}
.widget-insta-post li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #667eea;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.widget-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #f5f8fa;
    color: #666666;
    margin: 0 3px;
}
.widget-social a:hover {
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-color: #fff;
}
.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.cat__list li:hover a {
    color: #667eea;
}
.cat__list li a {
    font-size: 14px;
    color: #666666;
}
.cat__list li a span {
    float: right;
    display: block;
}
.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden;
}
.widget__post ul li:last-child {
    margin-bottom: 0;
}
.widget__post-thumb {
    float: left;
    display: block;
    margin-right: 20px;
}
.widget__post-content {
    overflow: hidden;
    display: block;
}
.widget__post-content h6 {
    font-size: 15px;
    margin-bottom: 1px;
    padding-right: 15px;
    font-weight: 500;
}
.widget__post-content h6:hover a {
    color: #667eea;
}
.widget__post-content span {
    font-size: 14px;
}
.widget__post-content span i {
    margin-right: 8px;
}
.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px;
}
.widget__tag ul li:hover a {
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
border-color: #fff;
color: #ffffff;
}
.widget__tag ul li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #666666;
    padding: 9px 20px;
}
.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative;
}
.widget__banner-thumb img {
    width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
.widget__banner-overly > span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 160px;
}
.widget__banner-overly h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 129px;
    font-weight: 500;
}
.widget__banner-overly h3 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.widget__banner-overly .btn {
    border-radius: unset;
    background: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 35px;
    color: #667eea;
}
.widget__banner-overly .btn:hover {
    background: transparent;
    color: #fff;
}
.meta__info ul {
    margin-bottom: 7px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
}
.meta__info ul li a {
    color: #666666;
    text-transform: capitalize;
}
.meta__info ul li a i {
    margin-right: 5px;
}
.meta__info ul li a:hover {
    color: #667eea;
}
.meta__info ul li i {
    margin-right: 5px;
}
.details__content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0;
    font-weight: 600;
}
.details__content p {
    margin-bottom: 18px;
}
.details__content blockquote {
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
    padding: 30px 35px;
    padding-left: 90px;
    position: relative;
    font-size: 14px;
    padding-right: 50px;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 1.7;
    color: #fff;
    z-index: 1;
}
.details__content blockquote::before {
    position: absolute;
    content: "";
    left: 19px;
    top: 29px;
    background: url(../img/icon/blockquote_d.png);
    height: 86px;
    width: 92px;
    z-index: -1;
    opacity: 0.2;
}
.details__content blockquote footer {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
}
.details__content-img {
    margin: 45px 0;
}
.details__content-img img {
    width: 100%;
}
.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
    margin-right: 30px;
}
.post__tag h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.post__tag ul li {
    display: inline-block;
    margin-right: 15px;
}
.post__tag ul li a {
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #e5e5e5;
    padding: 12px 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    color: #666666;
}
.post__tag ul li a:hover {
    border-color: #fff;
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}
.post__share h5 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}
.post__share ul li {
    margin-left: 20px;
    display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #666666;
}
.post__share ul li a:hover {
    color: #667eea;
}
.posts_navigation {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.posts_navigation .prev-link h4 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}
.posts_navigation .prev-link h4:hover a {
    color: #667eea;
}
.posts_navigation .next-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}
.posts_navigation .next-link h4:hover a {
    color: #667eea;
}
.related__post .post-title {
    margin-bottom: 35px;
}
.related__post .post-title h4 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
}
.related-post-wrap .post-thumb img {
    width: 100%;
}
.related-post-wrap .rp__content {
    padding: 44px;
    border: 2px solid #f4f3fb;
    border-top: none;
}
.related-post-wrap .rp__content h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
    color: #667eea;
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
    font-size: 14px;
}
.avatar__wrap {
    background: #f5f8fa;
    padding: 50px 80px;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
    margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.avatar__info h5 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}
.avatar__info-social {
    margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #9498b6;
    display: inline-block;
    margin: 0 5px;
}
.avatar__info-social a:hover {
    color: #667eea;
}

.comment__wrap {
    border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
    margin-bottom: 35px;
}
.comment__wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
}
.single__comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.single__comment.children {
    margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #666666;
    margin-left: 20px;
}
.comment-text {
    overflow: hidden;
}
.comment-text .avatar-name {
    overflow: hidden;
}
.comment-text .avatar-name h6 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 600;
}
.comment-text .avatar-name span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #667eea;
}
.comment-text .avatar-name .comment-reply {
    float: right;
    display: inline-block;
    border: 2px solid #f4f4ff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: -23px;
    color: #666666;
}
.comment-text .avatar-name .comment-reply:hover {
    border-color: #fff;
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}
.comment-text .avatar-name .comment-reply i {
    margin-right: 5px;
}
.comment-text p {
    font-size: 14px;
    margin-bottom: 0;
}
.comment__form {
    padding: 50px;
    background: #f5f8fa;
}
.comment__form .comment-field {
    position: relative;
}
.comment__form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}
.comment__form .comment-field i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #667eea;
    display: none;
    font-size: 14px;
}
.comment__form .comment-field textarea {
    height: 150px;
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}
.comment__form .comment-field textarea::placeholder {
    font-size: 14px;
    color: #a7a7c1;
}
.comment__form .comment-field textarea:focus {
    outline: 1px solid #667eea;
}
.comment__form .comment-field input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}
.comment__form .comment-field input::placeholder {
    font-size: 14px;
    color: #a7a7c1;
}
.comment__form .comment-field input:focus {
    outline: 1px solid #667eea;
}
.comment__form .btn {
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    margin-top: 10px;
}
.comment__form .btn::before{content: none;}
.comment__form .btn:hover {
    color: #fff;
    background: transparent linear-gradient(90deg, #667eea 0%, #667eea 100%) 0% 0% no-repeat padding-box;
}
/* 16. pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.pagination .page-item {
    display: inline-block;
    margin: 0 5px;
}
.pagination .page-item a.page-link {
    border-radius: 50%;
    padding: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #f8f8f8;
    color: #9fa7c5;
    font-size: 14px;
    border: none;
    font-weight: 500;
}
.pagination .page-item:hover a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #667eea;
    color: #fff;
}
.pagination .page-item.active a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #667eea;
    color: #fff;
}
.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}
.pagination-wrap .pagination li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 0;
}
.pagination-wrap .pagination li.active a {
    background: #667eea;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: #667eea;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.pagination-wrap .pagination li a:hover {
    color: #ffffff;
    background: #667eea;
}
/* 17. f-cta */
.f-cta-area {
    background: #fff;
    margin-left: 260px;
    margin-right: 260px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
    box-shadow: 0 -3px 65px 0 rgba(0,0,0,.09);
}
.f-cta-icon i {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #667eea;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.single-cta {
    border-bottom: 1px solid;
}
div.single-cta:last-child {
    border: 0;
}
.single-cta h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.single-cta p{margin-bottom: 0;}
.single-cta p a{color: #667eea;}
.s-cta-btn .btn{background:#190a32;color:#fff;margin-top: 10px;}
.s-cta-btn .btn::before{content: none;}

/* Animación flotante para la imagen del hero */
.floating-animation {
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Estilos para las tarjetas de estadísticas */
.stat-card {
    transition: transform 0.3s ease;
    border: none;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
}

/* Contador animado */
.counter {
    font-size: 2rem;
    font-weight: 700;
}

/* Avatar para ganadores */
.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .floating-animation {
        margin-top: 30px;
    }
}

   /* Gradiente de dinero/billete */
.money-gradient {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 50%, #229954 100%);
    border: none;
    position: relative;
    overflow: hidden;
}

/* Estilo para filas de ganadores */
.winner-row {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.winner-row:hover {
    background-color: rgba(46, 204, 113, 0.05);
    transform: translateX(5px);
}

/* Estilo para montos de dinero */
.money-amount {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

.money-amount::before {
    content: "$";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    opacity: 0.7;
}

/* Iconos de criptomonedas */
.crypto-icon {
    font-size: 1.5rem;
}

.crypto-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.7rem;
}

/* Avatar con borde dorado para ganadores */
.avatar.border {
    border: 2px solid #f3ba2f;
    box-shadow: 0 0 10px rgba(243, 186, 47, 0.3);
}

.loading-spinner {
    font-size: 0.8rem;
    opacity: 0.7;
}