@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";
html {
    font-size: 18px;
}
:root {
    scroll-behavior: unset;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #494949;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
@media (max-width: 767px) {
    body {
        font-size: 18px;
    }
}
p {
    font-size: 18px;
    color: #494949;
    line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #243c9c;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    line-height: 130% !important;
}
h2 a {
    font-weight: 700 !important;
    line-height: 105% !important;
}
ul {
    padding-left: 0;
    margin: 0;
}
a {
    color: #243c9c;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #c4170d;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
}
.wow {
    visibility: hidden;
}
.fi:before {
    margin: 0;
}
.section-padding {
    padding: 60px 0;
}
.section-padding-top {
    padding-top: 60px;
}
.section-padding-bottom {
    padding-bottom: 60px;
}
.section-padding-bottom-more {
    padding-bottom: 30px;
}
@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    .cart-search-contact {
        margin-top: -5px !important;
    }
    .section-padding {
        padding: 70px 0;
    }
}
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}
.contact-validation-active label.error {
    color: red;
    font-size: 0.93333rem;
    font-weight: 400;
    margin: 5px 0 0;
    text-align: left;
    display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 1rem;
    color: #c4170d;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
    display: none;
}
@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #c-success,
    .contact-validation-active #c-error,
    .contact-validation-active #error {
        font-size: 15px;
    }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
    background-color: #c4170d;
    border-left: 5px solid c4170d;
    margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}
.mfp-wrap {
    background-color: #000000e6;
    z-index: 99999;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.fancybox-overlay {
    background: #000000e6;
    z-index: 9999 !important;
}
.fancybox-wrap {
    z-index: 99999 !important;
}
@media screen and (min-width: 992px) {
    .site-header #navbar > ul .sub-menu.image-style {
        width: 1300px;
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .site-header #navbar > ul .sub-menu.image-style {
        width: 1120px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .site-header #navbar > ul .sub-menu.image-style {
        width: 920px;
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar > ul .sub-menu.image-style li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .site-header #navbar > ul .sub-menu.image-style li {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar > ul .sub-menu.image-style li a {
        position: relative;
        font-size: 16px;
    }
    .site-header #navbar > ul .sub-menu.image-style li a .inner {
        max-height: 450px;
        overflow: hidden;
        display: block;
        -webkit-box-shadow: 0 2px 20px 0 #3e419f17;
        box-shadow: 0 2px 20px 0 #3e419f17;
        margin-bottom: 35px;
        position: relative;
    }
    .site-header #navbar > ul .sub-menu.image-style li a .inner img {
        -webkit-transition: all 3s;
        transition: all 3s;
    }
    .site-header #navbar > ul .sub-menu.image-style li a .inner:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        content: "";
        background: #ffffff80;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        z-index: 1;
    }
    .site-header #navbar > ul .sub-menu.image-style li a span {
        position: absolute;
        left: 50%;
        bottom: 65px;
        display: inline-block;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #243c9c;
        color: #fff;
        padding: 8px 15px;
        z-index: 11;
        white-space: nowrap;
    }
    .site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
        -webkit-transform: translateY(calc(-100% + 480px));
        transform: translateY(calc(-100% + 480px));
    }
    .site-header #navbar > ul .sub-menu.image-style li a:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .site-header #navbar > ul .sub-menu.image-style li a .inner {
        display: none;
    }
}
.tb-section-title,
.tb-section-title-s2 {
    margin-bottom: 35px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.tb-section-title::before,
.tb-section-title-s2::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
}
@media (max-width: 575px) {
    .col-social {
        margin-top: 10px;
        min-width: 100%;
    }
    .tb-topbar-social {
        margin: 0 auto !important;
    }
    .tb-topbar-social ul {
        display: block;
        float: none !important;
    }
    .cart-search-contact {
        position: absolute !important;
        left: 380px !important;
        margin-top: -10px !important;
    }
    .header-search-form {
        left: -230px !important;
    }
    .tb-partners-section {
        display: none;
    }
    .tb-section-title::before,
    .tb-section-title-s2::before {
        display: none;
    }
}
.tb-section-title::after,
.tb-section-title-s2::after {
    position: absolute;
    right: 0;
    top: 56%;
    width: 100%;
    height: 1px;
    background: #06072e0f;
    content: "";
}
@media (max-width: 575px) {
    .tb-section-title::after,
    .tb-section-title-s2::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .tb-section-title,
    .tb-section-title-s2 {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .tb-section-title,
    .tb-section-title-s2 {
        display: block;
    }
}
.tb-section-title h2,
.tb-section-title-s2 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 104.9%;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    display: inline-block;
    padding-right: 50px;
    color: #fff;
    background: #243c9c;
    padding-left: 0;
    z-index: 11;
}
@media (max-width: 767px) {
    .tb-section-title h2,
    .tb-section-title-s2 h2 {
        font-size: 18px;
        padding-right: 20px;
    }
}
@media (max-width: 575px) {
    .tb-section-title h2,
    .tb-section-title-s2 h2 {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
.tb-section-title span,
.tb-section-title-s2 span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.215em;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    z-index: 1;
    color: #c4170d;
    font-family: "Open Sans", sans-serif;
}
@media (max-width: 575px) {
    .tb-section-title span,
    .tb-section-title-s2 span {
        margin-bottom: 15px;
    }
}
.tb-section-title span:before,
.tb-section-title-s2 span:before {
    position: absolute;
    left: 0;
    top: -8px;
    height: 39px;
    width: 39px;
    content: "";
    background: #b197771a;
    z-index: -11;
}
@media (max-width: 575px) {
    .tb-section-title span:before,
    .tb-section-title-s2 span:before {
        left: 0;
        top: -2px;
        height: 30px;
    }
}
.tb-section-title .tb-s-btn,
.tb-section-title-s2 .tb-s-btn {
    color: #fff;
    background: #243c9c;
    padding-left: 20px;
    z-index: 11;
    padding-left: 50px;
}
@media (max-width: 767px) {
    .tb-section-title .tb-s-btn,
    .tb-section-title-s2 .tb-s-btn {
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    .tb-section-title .tb-s-btn,
    .tb-section-title-s2 .tb-s-btn {
        padding-left: 0;
    }
}
.tb-section-title-s2 {
    text-align: left;
}
@media (max-width: 991px) {
    .tb-section-title-s2 {
        text-align: center;
    }
}
.blog-btn-back {
    color: #fff;
    display: inline-block;
    padding: 10px 45px;
    padding-right: 65px;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    border-radius: 0;
    background: #c4170d;
}
.blog-btn-back:hover {
    color: #fff;
    background: #243c9c;
}
.blog-btn,
.blog-btn-s2 {
    color: #fff;
    background: #c4170d;
    display: inline-block;
    padding: 10px 45px;
    border: 2px solid #c4170d;
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    border-radius: 1rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.blog-btn:hover,
.blog-btn:focus,
.blog-btn:active,
.blog-btn-s2:hover,
.blog-btn-s2:focus,
.blog-btn-s2:active {
    border: 2px solid #243c9c;
    background: #243c9c;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.blog-btn:hover:after,
.blog-btn-s2:hover:after {
    opacity: 1;
}
@media (max-width: 991px) {
    .blog-btn,
    .blog-btn-s2 {
        font-size: 18px;
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) {
    .blog-btn,
    .blog-btn-s2 {
        padding: 6px 18px;
        padding-right: 45px;
        font-size: 16px;
    }
    .blog-btn:after,
    .blog-btn-s2:after {
        top: 7px;
        right: 20px;
    }
}
.blog-btn-s2 {
    background: #fff;
    color: #c4170d;
    border-color: #fff;
}
.blog-btn-s2:hover {
    border-color: #c4170d;
}
.back-to-top {
    background-color: #c4170d;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 35px;
    bottom: 75px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
.back-to-top:hover {
    background-color: #243c9c;
}
.back-to-top i {
    font-size: 18px;
    font-size: 1.1rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #969aa6;
    font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #c4170d;
    -webkit-box-shadow: 0 0 5px 0 #c4170d;
    -o-box-shadow: 0 0 5px 0 #c4170d;
    -ms-box-shadow: 0 0 5px 0 #c4170d;
    box-shadow: 0 0 5px 0 #c4170d;
}
.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #969aa6;
}
.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #969aa6;
}
.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #969aa6;
}
.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #969aa6;
}

.form select::-ms-expand {
    display: none;
}
.form ::-webkit-input-placeholder {
    font-style: normal;
}
.form :-ms-input-placeholder {
    font-style: normal;
}
.form ::-ms-input-placeholder {
    font-style: normal;
}
.form ::placeholder {
    font-style: normal;
}
.social-links {
    overflow: hidden;
}
.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}
.social-links li a {
    background-color: #c4170d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}
.social-links li a:hover {
    background-color: #c4170d;
}
.tb-page-title {
    background-color: #f7f7f7;
    min-height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
@media (max-width: 767px) {
    .tb-page-title {
        min-height: 250px;
    }
}
.tb-page-title .tb-breadcumb-wrap h2 {
    color: #c4170d;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
}
@media (max-width: 767px) {
    .tb-page-title .tb-breadcumb-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}
.tb-page-title .tb-breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0;
}
.tb-page-title .tb-breadcumb-wrap ol li {
    display: inline-block;
    padding: 0 5px;
    color: #243c9c;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
@media (max-width: 767px) {
    .tb-page-title .tb-breadcumb-wrap ol li {
        font-size: 18px;
    }
}
.tb-page-title .tb-breadcumb-wrap ol li:after {
    content: "-";
    position: relative;
    left: 7px;
}
.tb-page-title .tb-breadcumb-wrap ol li:last-child span {
    color: #cbd4fd;
}
.tb-page-title .tb-breadcumb-wrap ol li:last-child:after {
    display: none;
}
.tb-page-title .tb-breadcumb-wrap ol li a {
    color: #243c9c;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-page-title .tb-breadcumb-wrap ol li a:hover {
    color: #243c9c;
    text-decoration: underline;
}
.preloader {
    background-color: #29395b;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}
.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
.preloader .vertical-centered-box .content img {
    max-width: 90px;
}
.preloader * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff1a;
    box-shadow: inset 0 0 0 1px #ffffff1a;
    margin-left: -60px;
    margin-top: -60px;
}
.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000, #0000);
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff80;
    box-shadow: inset 0 0 0 1px #ffffff80;
}
.preloader #particles-background,
.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.preloader [not-existing] {
    zoom: 1;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
.preloader [not-existing] {
    zoom: 1;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.preloader [not-existing] {
    zoom: 1;
}
.blog-sidebar {
    min-width: 100%;
}
@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left: 45px;
    }
}
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}
.blog-sidebar .widget h3 {
    font-size: 23px;
    font-size: 1.53333rem;
    color: #243c9c;
    margin: 0 0 1.3em;
    position: relative;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px;
    font-weight: 700;
}
.blog-sidebar .widget h3:before {
    content: "";
    background-color: #c4170d;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 1rem;
}
.blog-sidebar .widget h3:after {
    content: "";
    background-color: #ccc;
    width: 80%;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 1rem;
}
.blog-sidebar > .widget + .widget {
    margin-top: 65px;
}
.blog-sidebar .search-widget form div {
    position: relative;
}
.blog-sidebar .search-widget input {
    background-color: #243c9c;
    height: 70px;
    font-size: 18px;
    font-size: 1.06667rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff !important;
}
.blog-sidebar .search-widget input:focus {
    background-color: #243c9c;
    color: #fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-sidebar .search-widget input::placeholder {
    color: #fff !important;
}
.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 18px;
    font-size: 1.33333rem;
    color: #fff;
    background-color: #c4170d;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-sidebar .search-widget form button:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #c4170d;
    background-color: #fff;
}
.blog-sidebar .about-widget {
    text-align: center;
    background-color: #fafbfe;
    padding: 45px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1200px) {
    .blog-sidebar .about-widget {
        padding: 35px;
    }
    .tb-blog-trending-area .tb-blog-grids .trending-blog-item {
        margin-right: 0 !important;
    }
}
.blog-sidebar .about-widget .aw-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
    border-radius: 0 !important;
    width: 100%;
    max-width: 200px;
}
.blog-sidebar .about-widget ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-sidebar .about-widget ul li {
    margin-right: 10px;
}
.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0;
}
.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #f1f1f1;
    border-radius: 50%;
}
.blog-sidebar .about-widget h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 0.93333rem;
    color: #243c9c;
    text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
    color: #c4170d;
}
.blog-sidebar .category-widget ul {
    list-style: none;
}
.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.26667rem;
    position: relative;
}
@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 18px;
        font-size: 1.06667rem;
    }
}
.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}
.blog-sidebar .category-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
    display: block;
    color: #474f62;
    font-size: 18px;
}
.blog-sidebar .category-widget ul a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fafbfe;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
@media (max-width: 767px) {
    .blog-sidebar .category-widget ul a span {
        font-size: 16px;
        font-size: 0.93333rem;
    }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #c4170d;
}
.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}
.blog-sidebar .recent-post-widget i {
    overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
    width: 90px;
    height: 90px;
    float: left;
    overflow: hidden;
    border-radius: 1rem;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    width: 100%;             /* Ocupa toda a largura do holder */
    height: 100%;            /* Ocupa toda a altura do holder */
    object-fit: cover;       /* Preenche a div sem achatar ou esticar a imagem */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .recent-post-widget .post .img-holder img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.3em;
    font-family: "Open Sans", sans-serif;
}
@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 18px;
        font-size: 1.06667rem;
    }
}
.blog-sidebar .recent-post-widget .post h4 a {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    color: #243c9c;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #c4170d;
}
.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 3px;
}
.blog-sidebar .tb-instagram-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.blog-sidebar .tb-instagram-widget ul li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0 3px;
}
.blog-sidebar .tb-instagram-widget ul li img {
    width: 100%;
    border-radius: 6px;
}
.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}
.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 18px;
    color: #243c9c;
    background: #ecf4fb;
    border-radius: 5px;
}
.blog-sidebar .tag-widget ul li a:hover {
    background: #c4170d;
    color: #fff;
}
.blog-sidebar .tb-contact-widget {
    border: 0;
    z-index: 1;
    padding: 30px 40px;
    background: #c4170d;
    border-radius: 1rem;
}
.blog-sidebar .tb-contact-widget-voice {
    border: 0;
    z-index: 1;
    padding: 30px 40px;
    background: #243c9c;
    border-radius: 1rem;
}
@media (max-width: 1200px) {
    .blog-sidebar .tb-contact-widget {
        padding: 20px;
    }
    .blog-sidebar .tb-contact-widget-voice {
        padding: 20px;
    }
}
.blog-sidebar .tb-contact-widget h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.blog-sidebar .tb-contact-widget h2::before {
    left: 28px;
    
}
.blog-sidebar .tb-contact-widget p {
    color: #fff;
    font-size: 18px;
    line-height: 110%;
}
.blog-sidebar .tb-contact-widget a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 23px;
    color: #fff;
    position: relative;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 1rem;
}
.blog-sidebar .tb-contact-widget a:hover {
    border: 1px solid #243c9c;
    background-color: #243c9c;
    color: #fff;
}

.blog-sidebar .tb-contact-widget-voice h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.blog-sidebar .tb-contact-widget-voice span {
    float: right;
    margin-top: -60px;
    margin-right: 20px;
}
.blog-sidebar .tb-contact-widget-voice .ico-com {
    float: left;
}
.blog-sidebar .tb-contact-widget-voice h2::before {
    left: 28px;
    background: url() no-repeat right center;
}
.blog-sidebar .tb-contact-widget-voice p {
    color: #fff;
    font-size: 18px;
    line-height: 130%;
}
.blog-sidebar .tb-contact-widget-voice p b {
    font-size: 18px;
}
.blog-sidebar .tb-contact-widget-voice a {
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
}
.blog-sidebar .tb-contact-widget-voice a:hover {
    opacity: 0.7;
}
.blog-sidebar .tb-contact-widget-voice a.btn-voz {
    display: block;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    padding-right: 90px;
    position: relative;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 1rem;
}
.blog-sidebar .tb-contact-widget-voice a.btn-voz:hover {
    display: block;
    padding: 10px 20px;
    border: 1px solid #c4170d;
    background-color: #c4170d;
    font-size: 18px;
    color: #fff;
    padding-right: 90px;
    position: relative;
    margin-top: 10px;
    font-weight: 600;
    opacity: 10 !important;
}

.blog-sidebar .tb-contact-widget-voice input.btn-voz {
    display: block;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-top: 10px;
    font-weight: 600;
}
.blog-sidebar .tb-contact-widget-voice input.btn-voz:hover {
    display: block;
    padding: 10px 20px;
    border: 1px solid #c4170d;
    background-color: #c4170d;
    font-size: 18px;
    color: #fff;
    padding-right: 90px;
    position: relative;
    margin-top: 10px;
    font-weight: 600;
    opacity: 10 !important;
}
.blog-sidebar .tb-contact-widget-voice input.btn-voz::before {
    font-family: "themify";
    content: "\e628";
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
    .tb-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
        padding-left: 0;
        padding-right: 45px;
    }
    .tb-blog-single-section.tb-blog-single-left-sidebar-section .blog-sidebar {
        padding-left: 0;
        padding-right: 45px;
    }
}
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}
@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: center;
        margin-top: 40px;
    }
    .menu-mobile:after {
        content: "\f394";
        font-family: "Ionicons";
        font-size: 30px !important;
        padding: 0;
        float: left;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    .header-search-form-wrapper {
        position: absolute;
        left: -50px !important;
    }
    .header-search-form {
        margin-top: -20px !important;
    }
    .navbar-brand img {
        max-width: 250px !important;
    }
    .tb-topbar .tb-topbar-social ul li a {
        width: 27px !important;
        height: 27px !important;
        line-height: 27px !important;
        font-size: 14px !important;
    }
}
.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}
.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
    .menu-mobile:after {
        content: "\f394";
        font-family: "Ionicons";
        font-size: 20px !important;
        padding: 0;
        float: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    .header-search-form-wrapper {
        margin-left: 50px !important;
        margin-top: -20px;
    }
    .navbar-brand img {
        max-width: 200px !important;
    }
    .tb-topbar .tb-topbar-social ul li + li {
        margin-left: 5px !important;
    }
    .tb-topbar .tb-topbar-social ul li a {
        width: 27px !important;
        height: 27px !important;
        line-height: 27px !important;
        font-size: 14px !important;
    }
}
.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 53px;
    font-size: 18px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #494949;
    background: #f7f7f7;
    display: block;
}
@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
    }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #243c9c;
    border-color: #243c9c;
    color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem;
}
.pagination-wrapper-left {
    text-align: left;
}
.pagination-wrapper-right {
    text-align: right;
}
@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}
@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}
.tb-topbar {
    padding: 20px 0 !important;
    background-color: #c4170d;
    z-index: 99999;
}
@media (max-width: 991px) {
    .tb-topbar .container {
        width: 100%;
        max-width: 100%;
    }
}
.tb-topbar .tb-topbar-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    float: right;
}
@media (max-width: 991px) {
    .tb-topbar .tb-topbar-social ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.tb-topbar .tb-topbar-social ul li + li {
    margin-left: 10px;
}
.tb-topbar .tb-topbar-social ul li a {
    color: #fff;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}
.tb-topbar .tb-topbar-social ul li a .fi:before {
    color: #fff;
    font-size: 18px;
}
.tb-topbar .tb-topbar-social ul li a:hover {
    color: #fff;
    background: #243c9c;
    border: 1px solid #243c9c;
}
.tb-topbar .tb-topbar-social ul li a:hover .fi:before {
    color: #fff;
}
@media (max-width: 991px) {
    .tb-topbar .navbar-brand {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0 10px;
    }
}
.tb-topbar .tb-topbar-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
}
@media (max-width: 991px) {
    .tb-topbar .tb-topbar-info ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.tb-topbar .tb-topbar-info ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
}
.tb-topbar .tb-topbar-info ul li + li {
    margin-left: 30px;
}
@media (max-width: 991px) {
    .tb-topbar .tb-topbar-info ul li + li {
        margin-left: 10px;
    }
}
.tb-topbar .tb-topbar-info ul li a {
    color: #243c9c;
}
.tb-topbar .tb-topbar-info ul li i {
    width: 29px;
    height: 29px;
    line-height: 29px;
    background: #37a0001a;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #c4170d;
    margin-right: 5px;
}
@media (max-width: 991px) {
    .tb-topbar .tb-topbar-info ul li i {
        margin-right: 2px;
    }
}
.tb-site-header {
    z-index: 111;
    left: 0;
    top: 0;
    width: 100%;
}
@media (min-width: 991px) {
    .tb-site-header {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .tb-site-header {
        margin-bottom: 0;
        border-radius: 0;
        background: none;
    }
}
@media (min-width: 991px) {
    .tb-site-header .col {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .tb-site-header .navbar-left {
        text-align: center;
    }
}
.tb-site-header .navbar-left .navbar-des {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    color: #243c9c;
}
.tb-site-header .navbar-left .navbar-des i {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.navbar-brand img {
    width: 300px !important;
}
.navbar-brand:hover {
    color: #243c9c;
}
.tb-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}
.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.tb-site-header .navigation > .container {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 450px) {
    .navbar-header {
        margin-left: -5px !important;
    }
    .header-search-form {
        left: -230px !important;
    }
    .tb-site-header .navigation > .container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.tb-site-header .row {
    width: 100%;
}
@media (max-width: 991px) {
    .tb-site-header .navigation {
        padding: 20px 0;
    }
}
.tb-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tb-site-header #navbar > ul li a:hover,
.tb-site-header #navbar > ul li a.active,
.tb-site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: #c4170d;
}
@media screen and (min-width: 992px) {
    .tb-site-header #navbar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tb-site-header #navbar li {
        position: relative;
    }
    .tb-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .tb-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tb-site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .tb-site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}
.tb-site-header .container-fluid {
    padding-right: 0;
}
@media (max-width: 991px) {
    .tb-site-header .container {
        width: 100%;
        max-width: 100%;
    }
    .tb-site-header .header-right {
        right: -8px;
    }
    .tb-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .tb-site-header .navbar-header button span:last-child {
        margin: 0;
    }
}
.tb-site-header #navbar ul {
    list-style: none;
}
@media (max-width: 991px) and (max-width: 991px) {
    .tb-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 991px) {
    .tb-site-header #navbar > ul {
        z-index: 101;
    }
    .tb-site-header #navbar ul a {
        color: #000;
    }
    .tb-site-header #navbar ul a:hover,
    .tb-site-header #navbar ul li.current a {
        color: #c4170d;
    }
    .tb-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .tb-site-header .navbar-toggler .first-angle,
    .tb-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .tb-site-header .x-close .middle-angle {
        opacity: 0;
    }
    .tb-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }
    .tb-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}
@media (max-width: 767px) {
    .tb-site-header #navbar .navbar-nav {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .tb-site-header .navbar-collapse.collapse {
        display: none;
    }
    .tb-site-header .navbar-collapse.collapse.in {
        display: block;
    }
    .tb-site-header .navbar-header .collapse,
    .tb-site-header .navbar-toggle {
        display: block;
    }
    .tb-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
    }
    .tb-site-header .navbar-header .navbar-brand {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
    .tb-site-header .navbar-right {
        float: none;
    }
    .tb-site-header .navbar-nav {
        float: none;
    }
    .tb-site-header .navbar-nav > li {
        float: none;
    }
}
.tb-site-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tb-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
}
.tb-site-header .header-right > div {
    float: left;
    position: relative;
    margin-right: 8px;
}
.tb-site-header .header-right .tb-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px;
}
@media (max-width: 450px) {
    .tb-site-header .header-right .tb-site-header .header-right .search-toggle-btn {
        display: none;
    }
}
.tb-site-header .header-right .tb-site-header .header-right .search-toggle-btn {
    background-color: transparent;
    line-height: 0.66em;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    border: 1px solid #23232317;
}
.search-toggle-btn i {
    font-size: 25px !important;
    color: #fff !important;
}
@media (max-width: 1200px) {
    .tb-site-header .header-right .tb-site-header .header-right .search-toggle-btn {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 991px) {
    .tb-site-header .header-right .tb-site-header .header-right .search-toggle-btn {
        width: 40px;
        height: 40px;
    }
    .tb-site-header .header-right .tb-site-header .header-right .search-toggle-btn .fi:before {
        font-size: 18px;
    }
}
.tb-site-header .header-right .tb-site-header .header-right .search-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px;
}
.tb-site-header .header-right .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}
.tb-site-header .header-right .cart-search-contact .fi {
    font-size: 18px;
    font-size: 1.33333rem;
    color: #243c9c;
}
.tb-site-header .header-right .cart-search-contact > div {
    float: left;
    position: relative;
}
.tb-site-header .header-right .cart-search-contact > div + div {
    margin-left: 12px;
}
.tb-site-header .header-right .cart-search-contact .header-search-form {
    position: absolute;
    width: 350px;
    left: 0;
    top: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #000000e6;
    box-shadow: -2px 18px 40px -9px #000000e6;
    z-index: 999;
}
.tb-site-header .header-right .cart-search-contact .header-search-form.header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 991px) {
    .tb-site-header .header-right .cart-search-contact .header-search-form {
        top: 65px;
    }
}
@media (max-width: 767px) {
    .tb-site-header .header-right .cart-search-contact .header-search-form {
        right: 15px;
    }
}
@media (max-width: 575px) {
    .header-search-form-wrapper {
        position: absolute;
        float: right;
    }
    .tb-site-header .header-right .cart-search-contact .header-search-form {
        width: 260px;
        padding: 15px;
    }
}
.tb-site-header .header-right .cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
    font-size: 1.1rem;
}
.tb-site-header .header-right .cart-search-contact form div {
    position: relative;
}
.tb-site-header .header-right .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tb-site-header .header-right .cart-search-contact form div button .fi:before {
    font-size: 18px !important;
}
.tb-site-header .header-right .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}
.tb-site-header .header-right .cart-search-contact input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4170d;
}
.tb-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn {
    text-align: right;
    cursor: pointer;
}
.tb-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #71788a;
    margin-bottom: 6px;
    margin-left: auto;
    border-radius: 5px;
}
.tb-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(2) {
    width: 35px;
}
.tb-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(3) {
    width: 25px;
    margin-bottom: 0;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
    background: #fff;
    width: 380px;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: -420px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 50px;
    padding-top: 100px;
    -webkit-box-shadow: 0 -5px 10px #086ad84a;
    box-shadow: 0 -5px 10px #086ad84a;
    z-index: 99;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec {
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: scroll;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec::-webkit-scrollbar {
    width: 0;
}
@media (max-width: 575px) {
    .tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
        width: 320px;
        right: -320px;
        padding: 20px;
        padding-top: 85px;
    }
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap.right-menu-active {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .right-menu-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #b1b1b1;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 45px;
    border-radius: 3px;
    right: 10px;
    top: 20px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .logo {
    margin-bottom: 40px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget {
    margin-bottom: 30px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget h3 {
    font-size: 25px;
    color: #243c9c;
    margin-bottom: 25px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px;
    list-style: none;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0 3px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .tb-contact-widget ul {
    list-style: none;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .tb-contact-widget ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 35px;
    color: #71788a;
    font-size: 18px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .tb-contact-widget ul li i {
    position: absolute;
    left: 0;
    top: -4px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .tb-contact-widget ul li .fi:before {
    font-size: 18px;
    margin-right: 15px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .tb-social-widget .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .tb-social-widget .social ul li + li {
    margin-left: 10px;
}
.tb-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .tb-social-widget .social ul li a {
    color: #71788a;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e7e7ed;
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}
.tb-site-header
    .header-right
    .header-right-menu-wrapper
    .header-right-menu-wrap
    .tb-social-widget
    .social
    ul
    li
    a:hover {
    background: #c4170d;
    color: #fff;
}
.tb-site-header
    .header-right
    .header-right-menu-wrapper
    .header-right-menu-wrap
    .tb-social-widget
    .social
    ul
    li
    a
    .fi:before {
    font-size: 16px;
}
@media (max-width: 450px) {
    .tb-site-header .header-right > div {
        margin-right: 10px;
    }
    .tb-site-header .header-right {
        right: -10px;
    }
}
.tb-site-header .header-right > div:last-child {
    margin: 0 0 0 10px;
    position: relative;
}
@media (max-width: 767px) {
    .tb-site-header .header-right > div:last-child {
        margin: 3px 0 0 10px;
    }
}
@media (max-width: 450px) {
    .tb-site-header .header-right .search-toggle-btn {
        display: none;
    }
}
@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000000e6;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}
.tb-site-header .navigation {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
@media (min-width: 991px) {
    .tb-site-header .navigation .col {
        padding-left: 0;
    }
}
.tb-site-header .navigation > .container {
    position: relative;
}
@media (max-width: 991px) {
    .tb-site-header .navigation {
        padding: 20px 0;
    }
}
.tb-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tb-site-header #navbar > ul li a:hover,
.tb-site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: #2e8700;
}
@media screen and (min-width: 992px) {
    .tb-site-header #navbar li {
        position: relative;
    }
    .tb-site-header #navbar > ul > li > a {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        text-transform: uppercase;
        padding: 45px 20px;
        display: block;
        color: #243c9c;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
    .tb-site-header #navbar > ul > li > a {
        padding: 35px 18px;
    }
}
@media screen and (min-width: 992px) {
    .tb-site-header #navbar > ul .sub-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 20px 0 #3e419f17;
        box-shadow: 0 2px 20px 0 #3e419f17;
        width: 235px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform-origin: center top 0;
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        -o-transform-origin: center top 0;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .tb-site-header #navbar > ul > li .sub-menu a {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        text-transform: uppercase;
        display: block;
        padding: 10px 15px;
        color: #243c9c;
        position: relative;
        overflow: hidden;
        font-family: "Open Sans", sans-serif;
    }
    .tb-site-header #navbar > ul > li .sub-menu a:after {
        position: absolute;
        left: 15px;
        bottom: 4px;
        width: 0;
        height: 2px;
        content: "";
        background: #c4170d;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    .tb-site-header #navbar > ul > li .sub-menu a:hover:after,
    .tb-site-header #navbar > ul > li .sub-menu a.active:after {
        width: 40px;
        opacity: 1;
        visibility: visible;
    }
    .tb-site-header #navbar > ul > li > .sub-menu .sub-menu {
        -webkit-transform: unset;
        transform: unset;
        left: 110%;
        top: 0;
    }
    .tb-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .tb-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tb-site-header #navbar > ul > li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: scaleY(100%);
        -webkit-transform: scaleY(100%);
        -moz-transform: scaleY(100%);
        -ms-transform: scaleY(100%);
        -o-transform: scaleY(100%);
    }
    .tb-site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 991px) {
    .tb-site-header #navbar > ul > li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        font-weight: 600;
    }
    .tb-site-header #navbar > ul > li a:hover,
    .tb-site-header #navbar > ul > li a.active {
        color: #fff;
    }
    .tb-site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .tb-site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    .tb-site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .tb-site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
        color: #ddd;
    }
    .tb-site-header #navbar > ul .menu-item-has-children > a:hover,
    .tb-site-header #navbar > ul .menu-item-has-children > a.active {
        color: #fff;
    }
    .tb-site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .tb-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 29%;
    }
    .tb-site-header #navbar > ul .menu-item-has-children > a.rotate {
        color: #fff;
    }
}
@media screen and (min-width: 992px) {
    .tb-site-header .navbar-header .open-btn {
        display: none;
    }
    .tb-site-header #navbar .close-navbar {
        display: none;
    }
}
.tb-site-header .menu-close {
    display: none;
}
@media (max-width: 991px) {
    .tb-site-header .container {
        width: 100%;
    }
    .tb-site-header .mobail-menu button {
        background-color: #c4170d;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }
    .tb-site-header .mobail-menu button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .tb-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .tb-site-header .mobail-menu button span:last-child {
        margin: 0;
    }
    .tb-site-header #navbar {
        background: #202632;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }
    .tb-site-header #navbar .navbar-nav {
        display: block;
    }
    .tb-site-header #navbar > ul {
        position: relative;
        z-index: 101;
    }
    .tb-site-header #navbar ul a {
        color: #000;
    }
    .tb-site-header #navbar ul a:hover,
    .tb-site-header #navbar ul li.current {
        color: #c4170d;
    }
    .tb-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }
    .tb-site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }
    .tb-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .tb-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        margin: 30px 30px 30px auto;
    }
    .tb-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .tb-site-header .navbar-toggler .first-angle,
    .tb-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .tb-site-header .x-close .middle-angle {
        opacity: 0;
    }
    .tb-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }
    .tb-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}
@media (max-width: 767px) {
    .tb-site-header #navbar .navbar-nav {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .tb-site-header .navbar-collapse.collapse {
        display: none;
    }
    .tb-site-header .navbar-collapse.collapse.in {
        display: block;
    }
    .tb-site-header .navbar-header .collapse,
    .tb-site-header .navbar-toggle {
        display: block;
    }
    .tb-site-header .navbar-header {
        float: none;
    }
    .tb-site-header .navbar-right {
        float: none;
    }
    .tb-site-header .navbar-nav {
        float: none;
    }
    .tb-site-header .navbar-nav > li {
        float: none;
    }
}
@media (max-width: 440px) {
    .tb-site-header .navbar-header .navbar-brand img {
        max-width: 170px;
    }
}
@media (max-width: 370px) {
    .tb-site-header .navbar-header .navbar-brand img {
        max-width: 140px;
    }
}
@media (max-width: 1700px) {
    .tb-site-header {
        padding: 0 30px;
    }
}
@media (max-width: 1500px) {
    .tb-site-header #navbar > ul > li > a {
        padding: 30px 15px;
    }
    .tb-site-header {
        padding: 0 10px;
    }
}
@media (max-width: 1400px) {
    .tb-site-header #navbar > ul > li > a {
        padding: 30px 10px;
    }
}
@media (max-width: 1200px) {
    .tb-site-header #navbar > ul > li > a {
        padding: 30px 10px;
    }
    .tb-site-header .header-right .close-form .theme-btn {
        display: none;
    }
}
@media (max-width: 991px) {
    .tb-site-header #navbar > ul > li > a {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .header-right .theme-btn {
        padding: 20px 12px;
    }
}
@media (max-width: 991px) {
    .tb-site-header #navbar > ul > li > a {
        padding: 15px 30px;
    }
    .tb-site-header .header-right .close-form {
        display: none;
    }
    .tb-site-header,
    .tb-header-style-2 {
        z-index: 99;
    }
}
.tb-site-header .navigation.sticky-header {
    padding: 0 130px;
    background: #fff;
}
@media (max-width: 1700px) {
    .tb-site-header .navigation.sticky-header {
        padding: 0 50px;
    }
}
@media (max-width: 1400px) {
    .tb-site-header .navigation.sticky-header {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .tb-site-header .navigation.sticky-header {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .tb-site-header .navigation.sticky-header {
        padding: 20px 10px;
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar > ul .sub-menu {
        padding-bottom: 0;
    }
    .site-header #navbar > ul .sub-menu.image-style {
        left: -370px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .site-header #navbar > ul .sub-menu.image-style {
        left: -325px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .site-header #navbar > ul .sub-menu.image-style {
        left: -245px;
    }
}
.tb-hero-slider {
    width: 100%;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    .tb-hero-slider {
        height: 600px;
    }
}
@media (max-width: 767px) {
    .tb-hero-slider {
        height: 450px;
    }
}
.tb-hero-slider .swiper-slide {
    overflow: hidden;
}
.tb-hero-slider .swiper-container,
.tb-hero-slider .hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tb-hero-slider .slide-inner,
.tb-hero-slider .hero-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
}
.tb-hero-slider .slide-inner:before,
.tb-hero-slider .hero-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62.07%, #0000), to(#000));
    background: linear-gradient(180deg, #0000 62.07%, #000 100%);
    content: "";
}
.tb-hero-slider .slide-inner:after,
.tb-hero-slider .hero-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135.05deg, #0f12268a 30.66%, #10143800 78.01%);
    -webkit-filter: blur(400px);
    filter: blur(400px);
    content: "";
}
.tb-hero-slider .slide-inner .slide-content,
.tb-hero-slider .hero-inner .slide-content {
    position: relative;
    z-index: 111;
    max-width: 670px;
    padding: 35px;
    padding-right: 0;
}
@media (max-width: 1199px) {
    .tb-hero-slider .slide-inner .slide-content,
    .tb-hero-slider .hero-inner .slide-content {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .tb-hero-slider .slide-inner .slide-content,
    .tb-hero-slider .hero-inner .slide-content {
        padding-bottom: 0;
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .tb-hero-slider .slide-inner .slide-content,
    .tb-hero-slider .hero-inner .slide-content {
        padding-left: 0;
    }
}
.tb-hero-slider .blog-text-info ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tb-hero-slider .blog-text-info ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 104.9%;
    color: #fffc;
}
.tb-hero-slider .blog-text-info ul li span {
    display: inline-block;
    padding: 5px 13px;
    background: #37a0007d;
}
.tb-hero-slider .blog-text-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fffc;
}
.tb-hero-slider .blog-text-info ul li a:hover {
    color: #c4170d;
}
.tb-hero-slider .blog-text-info ul li i {
    margin-right: 10px;
}
.tb-hero-slider .blog-text-info ul li + li {
    margin-left: 20px;
}
@media (max-width: 575px) {
    .tb-hero-slider .blog-text-info ul li + li {
        margin-left: 10px;
    }
}
.tb-hero-slider .slide-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 105.9%;
    margin: 10px 0 25px;
    color: #fff;
}
.tb-hero-slider .slide-title h2 a {
    color: #fff;
}
.tb-hero-slider .slide-title h2 a:hover {
    color: #c4170d;
}
@media (max-width: 991px) {
    .tb-hero-slider .slide-title h2 {
        font-size: 35px;
        font-size: 2.33333rem;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .tb-hero-slider .slide-title h2 {
        font-size: 30px;
        font-size: 1rem;
    }
}
@media (max-width: 575px) {
    .tb-hero-slider .slide-title h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}
.tb-hero-slider .swiper-button-prev,
.tb-hero-slider .swiper-button-next {
    background: #fff3;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0.7;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: auto;
    bottom: 40px;
}
.tb-hero-slider .swiper-button-prev:hover,
.tb-hero-slider .swiper-button-next:hover {
    opacity: 0.9;
}
@media (max-width: 767px) {
    .tb-hero-slider .swiper-button-prev,
    .tb-hero-slider .swiper-button-next {
        display: none;
    }
}
.tb-hero-slider .swiper-button-prev {
    right: 105px;
    left: auto;
}
.tb-hero-slider .swiper-button-prev:before {
    font-family: "themify";
    content: "\e629";
    font-size: 18px;
    color: #fff;
}
.tb-hero-slider .swiper-button-next {
    right: 45px;
}
.tb-hero-slider .swiper-button-next:before {
    font-family: "themify";
    content: "\e628";
    font-size: 18px;
    color: #fff;
}
@media (max-width: 991px) {
    .tb-hero-slider .swiper-button-prev,
    .tb-hero-slider .swiper-button-next {
        display: none;
    }
}
.tb-hero-slider .swiper-pagination {
    display: none;
}
.tb-site-footer {
    background: #243c9c;
    background-size: cover;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    z-index: 9;
}
.tb-site-footer .tb-upper-footer {
    text-align: center;
    padding: 70px 0 60px;
}
@media (max-width: 575px) {
    .tb-site-footer .tb-upper-footer {
        padding: 50px 0 40px;
    }
}
.tb-site-footer .tb-upper-footer .navbar-brand {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #fff;
    margin-right: 0;
}
@media (max-width: 575px) {
    .tb-site-footer .tb-upper-footer .navbar-brand {
        margin-bottom: 10px;
    }
}
.tb-site-footer .tb-upper-footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tb-site-footer .tb-upper-footer ul li {
    margin: 0 15px;
}
.tb-site-footer .tb-upper-footer ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #ffffffc9;
    padding: 10px 0;
    display: block;
}
.tb-site-footer .tb-upper-footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.tb-site-footer .tb-lower-footer {
    text-align: center;
    border-top: 1px solid #ffffff26;
    padding: 30px 0;
}
.tb-site-footer .tb-lower-footer .row {
    position: relative;
}
@media (max-width: 991px) {
    .tb-site-footer .tb-lower-footer {
        text-align: center;
    }
}
.tb-site-footer .tb-lower-footer h3 {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 95%;
    margin-bottom: 20px;
}
.tb-site-footer .tb-lower-footer .tb-lower-social {
    text-align: center;
}
@media (max-width: 991px) {
    .tb-site-footer .tb-lower-footer .tb-lower-social {
        padding: 25px 0;
    }
    .copyright {
        padding: 40px 0;
    }
}
.tb-site-footer .tb-lower-footer {
    font-size: 18px;
    color: #fff;
}
.tb-site-footer .tb-lower-footer ul {
    list-style: none;
}
.tb-site-footer .tb-lower-footer ul li {
    color: #bcc0c5f7;
}
.tb-site-footer .tb-lower-footer a {
    color: #fff;
}
.tb-site-footer .tb-lower-footer a:hover {
    opacity: 0.7;
}
.tb-site-footer .tb-lower-footer ul li a {
    color: #fff;
}
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.sticky-on {
    opacity: 1;
    top: 0;
}
.tb-hero-right {
    padding-left: 20px;
}
@media (max-width: 1199px) {
    .tb-hero-right {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .tb-hero-right {
        margin-top: 30px;
    }
}
.tb-hero-right .tb-hero-blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000012;
}
.tb-hero-right .tb-hero-blog-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tb-hero-right .tb-hero-blog-item .tb-hero-blog-text {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-right: 20px;
}
.tb-hero-right .tb-hero-blog-item .tb-hero-blog-text span {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #a6abb8;
}
.tb-hero-right .tb-hero-blog-item .tb-hero-blog-text h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 115.3%;
    margin-top: 10px;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .tb-hero-right .tb-hero-blog-item .tb-hero-blog-text h4 {
        font-size: 18px;
    }
}
.tb-hero-right .tb-hero-blog-item .tb-hero-blog-text h4 a {
    color: #243c9c;
}
.tb-hero-right .tb-hero-blog-item .tb-hero-blog-text h4 a:hover {
    color: #c4170d;
}
.tb-partners-section {
    position: relative;
}
.tb-partners-section .tb-partner-wrap {
    padding: 5px 0;
    max-height: 30px !important;
}
.tb-partners-section h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.215em;
    text-transform: uppercase;
    margin-right: 40px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 65px;
}
@media (max-width: 767px) {
    .tb-partners-section h3 {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .tb-partners-section h3 {
        font-size: 18px;
    }
}
.tb-partners-section h3:before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 33px;
    height: 1px;
    background: #c7c7d082;
}
.tb-partners-section h3:after {
    position: absolute;
    left: 0;
    top: -8px;
    height: 39px;
    width: 39px;
    content: "";
    background: #1a284f0d;
}
.tb-partners-section .container {
    position: relative;
    padding: 0 15px;
}
.tb-partners-section .hidden {
    display: none;
}
.tb-partners-section .grid {
    font-size: 16px;
    text-align: center;
    max-height: 30px !important;
}
.tb-partners-section .grid a {
    color: #243c9c;
}
.tb-partners-section .grid a:hover {
    color: #c4170d;
}
.tb-partners-section .grid img {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-partners-section .grid img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.tb-partners-section .owl-nav {
    display: none;
}
@media (max-width: 991px) {
    .tb-blog-trending-area {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .tb-blog-trending-area {
        padding-bottom: 20px;
    }
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item {
    margin-right: 20px;
    position: relative;
}
@media (max-width: 575px) {
    .tb-blog-trending-area .tb-blog-grids .trending-blog-item {
        margin-bottom: 30px;
    }
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content {
    padding-top: 20px;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 104.9%;
    color: #494949;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li .cat {
    display: inline-block;
    padding: 5px 7px;
    background: #c4170d;
    color: #fff;
    font-weight: 400 !important;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li .cat:hover {
    display: inline-block;
    padding: 5px 7px;
    background: #243c9c;
    color: #fff;
    font-weight: 400 !important;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #71788a;
}
.tl-des-pri a {
    font-size: 33px !important;
    color: #243c9c !important;
}
.tl-des-pri a:hover {
    color: #c4170d !important;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li a:hover {
    color: #c4170d;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li i {
    margin-right: 10px;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li + li {
    margin-left: 20px;
}
@media (max-width: 575px) {
    .tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li + li {
        margin-left: 10px;
    }
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 a {
    font-size: 18px;
    color: #243c9c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 130% !important;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 a:hover {
    color: #c4170d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .trending-blog-img {
    overflow: hidden;
    border-bottom: 3px solid #c4170d;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .trending-blog-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item .trending-blog-img img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
@media (max-width: 575px) {
    .tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content {
        left: 10px;
        bottom: 10px;
        padding: 15px;
    }
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 105.9%;
    max-width: 412px;
}
@media (max-width: 575px) {
    .tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content h2 {
        font-size: 25px;
        margin-bottom: 0;
    }
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content h2 a {
    color: #fff;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content h2 a:hover {
    color: #c4170d;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content .blog-text-info ul li {
    color: #fffc;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content .blog-text-info ul li span {
    display: inline-block;
    padding: 5px 13px;
    background: #37a0007d;
    color: #fff;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content .blog-text-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fffc;
}
.tb-blog-trending-area .tb-blog-grids .trending-blog-item.left .tb-blog-content .blog-text-info ul li a:hover {
    color: #c4170d;
}
.tb-blog-trending-area .tb-blog-grids .tb-trading-blog-right {
    margin: 0 -12px;
}
.tb-blog-trending-area .tb-blog-grids .tb-trading-blog-right .grid {
    float: left;
    padding: 0 12px 15px;
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tb-blog-trending-area .tb-blog-grids .tb-trading-blog-right .grid img {
    width: 100%;
}
@media (max-width: 767px) {
    .tb-blog-trending-area .tb-blog-grids .tb-trading-blog-right .grid {
        width: 100%;
    }
}
.tb-blog-recent-area {
    margin-top: 60px;
    background-color: #243c9c;
    color: #fff;
}
@media (max-width: 991px) {
    .tb-blog-recent-area {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .tb-blog-recent-area {
        padding-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .tb-blog-recent-area {
        padding-bottom: 40px;
    }
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item {
    position: relative;
    margin-bottom: 30px;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.74%, #0000), to(#000));
    background: linear-gradient(180deg, #0000 6.74%, #000 100%);
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .trending-blog-img img {
    width: 100%;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content {
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1199px) {
    .tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content {
        padding: 20px;
    }
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 105.9%;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 a {
    color: #fff;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 a:hover {
    opacity: 0.6;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 104.9%;
    color: #fffc;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li span {
    display: inline-block;
    padding: 5px 13px;
    background: #37a0007d;
    text-transform: uppercase;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fffc;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li a:hover {
    color: #c4170d;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li i {
    margin-right: 10px;
}
.tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li + li {
    margin-left: 20px;
}
@media (max-width: 1199px) {
    .tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li + li {
        margin-left: 10px;
    }
}
@media (max-width: 575px) {
    .tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content .blog-text-info ul li + li {
        margin-left: 10px;
    }
}
.tb-cta-area {
    padding: 100px 40px;
    background: #243c9c;
    position: relative;
    z-index: 1;
    background-size: cover;
}
.tb-cta-area h2 a {
    color: #fff;
}
.tb-cta-area h2 a:hover {
    opacity: 0.7;
}
.tb-cta-area-intro {
    padding: 60px;
    background: #243c9c;
    position: relative;
    z-index: 1;
    background-size: cover;
}
.tb-cta-area-intro h5 {
    color: #fff;
    font-weight: lighter;
}
.tb-cta-area-intro h5 span {
    font-size: 30px;
    font-weight: 600;
}
.tb-cta-area-intro .meta {
    color: #fff;
}
@media (max-width: 575px) {
    .tb-cta-area {
        padding: 80px 20px;
    }
}
.tb-cta-area .tb-cta-text {
    max-width: 885px;
    margin: 0 auto;
    text-align: center;
}
.tb-cta-area .tb-cta-text h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 112.9%;
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .tb-cta-area .tb-cta-text h2 {
        font-size: 45px;
    }
    .tb-blog-item h2 {
        font-size: 22px;
    }
    .tb-pub,
    .section-padding-top {
        padding-top: 0 !important;
    }
    .tb-top-mobi {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 575px) {
    .tb-cta-area .tb-cta-text h2 {
        font-size: 30px;
    }
}
.tb-cta-area .tb-cta-text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 104.9%;
    text-align: center;
    font-family: "Dancing Script", cursive;
    color: #75e73a;
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .tb-cta-area .tb-cta-text h3 {
        font-size: 25px;
    }
}
.mobi-tb {
    padding: 30px 15px;
    box-shadow: #64646f33 0 7px 15px 0;
    margin-bottom: 0 !important;
}
@media (max-width: 991px) {
    .tb-blog-post-area {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .tb-blog-post-area {
        padding-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .tb-blog-post-area {
        padding-bottom: 40px;
    }
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item {
    margin-bottom: 30px;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-img {
    overflow: hidden;
    
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-img img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content {
    padding-top: 20px;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 104.9%;
    color: #71788a;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li .cat {
    display: inline-block;
    padding: 5px 10px;
    background: #c4170d;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 1rem;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li .cat:hover {
    display: inline-block;
    padding: 5px 10px;
    background: #243c9c;
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #71788a;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li a:hover {
    color: #c4170d;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li i {
    margin-right: 10px;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li + li {
    margin-left: 20px;
}
@media (max-width: 575px) {
    .tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content .blog-text-info ul li + li {
        margin-left: 10px;
    }
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130.4%;
    margin-bottom: 0;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content h2 a {
    font-size: 18px;
    color: #243c9c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 130% !important;
}
.tb-blog-post-area .tb-blog-wrap .tb-blog-item .tb-blog-content h2 a:hover {
    color: #c4170d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-pub-entre {
    margin: 60px 0;
    border-bottom: 3px solid #f7f7f7 !important;
}
.tb-pub img {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .tb-subscribe-section {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .tb-subscribe-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 575px) {
    .tb-subscribe-section {
        padding-bottom: 70px;
    }
}
.tb-subscribe-section .tb-subscribe-wrap {
    padding: 80px;
    position: relative;
    z-index: 11;
    background: url(../images/newslatter.jpg) no-repeat center center;
    position: relative;
    z-index: 1;
    background-size: cover;
}
.tb-subscribe-section .tb-subscribe-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(95.69deg, #03490a52 33.78%, #31733800 50.69%);
    z-index: -1;
}
@media (max-width: 991px) {
    .tb-subscribe-section .tb-subscribe-wrap {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .tb-subscribe-section .tb-subscribe-wrap {
        padding: 30px;
    }
}
@media (max-width: 575px) {
    .tb-subscribe-section .tb-subscribe-wrap {
        padding: 30px 20px;
    }
}
@media (max-width: 991px) {
    .tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title {
        margin-bottom: 15px;
    }
}
.tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title .subscribe-text {
    overflow: hidden;
}
@media (max-width: 575px) {
    .tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title .subscribe-text {
        text-align: center;
    }
}
.tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title .subscribe-text h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    color: #fff;
}
@media (max-width: 1399px) {
    .tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title .subscribe-text h2 {
        line-height: 40px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title .subscribe-text h2 {
        font-size: 25px;
        line-height: 30px;
    }
}
.tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-title .subscribe-text p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 145%;
    color: #fffffff7;
}
.tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-form form {
    position: relative;
}
.tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-form .form-field .form-control {
    width: 100%;
    height: 72px;
    border: 0;
    border-radius: 0;
    padding: 15px;
    padding-right: 150px;
}
@media (max-width: 575px) {
    .tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-form .form-field .form-control {
        height: 50px;
    }
}
.tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-form .form-field .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-form .form-field button {
    width: 135px;
    height: 52px;
    border: 0;
    background: #c4170d;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
@media (max-width: 575px) {
    .tb-subscribe-section .tb-subscribe-wrap .tb-subscribe-form .form-field button {
        height: 35px;
        top: 8px;
    }
}
.tb-destination-area,
.tb-destination-area-s2 {
    padding-bottom: 90px;
}
.tb-destination-area .destination-wrap .destination-item,
.tb-destination-area-s2 .destination-wrap .destination-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 13.5px 1.5px #2e316c14;
    box-shadow: 0 1px 13.5px 1.5px #2e316c14;
    border-radius: 20px;
}
.tb-destination-area .destination-wrap .destination-item .destination-img,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
.tb-destination-area .destination-wrap .destination-item .destination-img img,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-destination-area .destination-wrap .destination-item:hover .destination-img img,
.tb-destination-area-s2 .destination-wrap .destination-item:hover .destination-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.tb-destination-area .destination-wrap .destination-item .destination-content,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-content {
    padding: 30px;
}
@media (max-width: 1200px) {
    .tb-destination-area .destination-wrap .destination-item .destination-content,
    .tb-destination-area-s2 .destination-wrap .destination-item .destination-content {
        padding: 30px 20px;
    }
}
.tb-destination-area .destination-wrap .destination-item .destination-content h2,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-content h2 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    .tb-destination-area .destination-wrap .destination-item .destination-content h2,
    .tb-destination-area-s2 .destination-wrap .destination-item .destination-content h2 {
        font-size: 25px;
    }
}
@media (max-width: 1200px) {
    .tb-destination-area .destination-wrap .destination-item .destination-content h2,
    .tb-destination-area-s2 .destination-wrap .destination-item .destination-content h2 {
        font-size: 23px;
    }
}
.tb-destination-area .destination-wrap .destination-item .destination-content h2 a,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-content h2 a {
    color: #243c9c;
}
.tb-destination-area .destination-wrap .destination-item .destination-content h2 a:hover,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-content h2 a:hover {
    color: #c4170d;
}
.tb-destination-area .destination-wrap .destination-item .destination-content .sub,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-content .sub {
    font-size: 18px;
    color: #c4170d;
}
.tb-destination-area .destination-wrap .destination-item .destination-content .destination-bottom,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-content .destination-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tb-destination-area .destination-wrap .destination-item .destination-content .destination-bottom p,
.tb-destination-area-s2 .destination-wrap .destination-item .destination-content .destination-bottom p {
    margin-bottom: 0;
    font-size: 17px;
    color: #969aa6;
}
@media (max-width: 1400px) {
    .tb-destination-area .destination-wrap .destination-item .destination-content .destination-bottom p,
    .tb-destination-area-s2 .destination-wrap .destination-item .destination-content .destination-bottom p {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .tb-destination-area .destination-wrap .destination-item .destination-content .destination-bottom p,
    .tb-destination-area-s2 .destination-wrap .destination-item .destination-content .destination-bottom p {
        font-size: 13px;
    }
}
.tb-destination-area
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right,
.tb-destination-area-s2
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tb-destination-area
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    ul,
.tb-destination-area-s2
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    ul {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #bcbcbc;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1200px) {
    .tb-destination-area
        .destination-wrap
        .destination-item
        .destination-content
        .destination-bottom
        .destination-bottom-right
        ul,
    .tb-destination-area-s2
        .destination-wrap
        .destination-item
        .destination-content
        .destination-bottom
        .destination-bottom-right
        ul {
        padding-left: 10px;
        margin-left: 10px;
    }
}
.tb-destination-area
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    ul
    li,
.tb-destination-area-s2
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    ul
    li {
    margin-right: 6px;
    color: #c4170d;
}
.tb-destination-area
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    ul
    li
    span,
.tb-destination-area-s2
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    ul
    li
    span {
    color: #bababa;
}
.tb-destination-area
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    small,
.tb-destination-area-s2
    .destination-wrap
    .destination-item
    .destination-content
    .destination-bottom
    .destination-bottom-right
    small {
    margin-left: 10px;
}
.tb-terms-section h4 {
    font-size: 30px;
    margin-bottom: 30px;
}
.tb-terms-section .tb-terms-wrap .tb-terms-img img {
    width: 100%;
}
.tb-terms-section .tb-terms-wrap .tb-terms-text {
    padding-top: 30px;
}
.tb-terms-section .tb-terms-wrap .tb-terms-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .tb-terms-section .tb-terms-wrap .tb-terms-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .tb-terms-section .tb-terms-wrap .tb-terms-text h2 {
        font-size: 25px;
    }
}
.tb-terms-section .tb-terms-wrap .tb-terms-text ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
}
.tb-terms-section .tb-terms-wrap .tb-terms-text ul li {
    padding: 10px;
    position: relative;
    padding-left: 20px;
}
.tb-terms-section .tb-terms-wrap .tb-terms-text ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #c4170d;
    content: "";
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tb-terms-section .tb-terms-wrap .tb-terms-text .t-sub {
    padding: 20px 0;
}
.tb-terms-section .tb-terms-wrap .tb-terms-text .t-sub .tb-p-details-img {
    margin-bottom: 20px;
}
.tb-terms-section .tb-faq-section {
    margin-top: 30px;
}
.tb-faq-section .tb-section-title {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.tb-faq-section .tb-section-title h2 {
    padding-right: 0;
}
.tb-faq-section .tb-section-title:before,
.tb-faq-section .tb-section-title:after {
    display: none;
}
.tb-faq-section .accordion-item {
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 1rem !important;
    background-color: #f7f7f7;
    border: 0 !important;
}
.tb-faq-section .accordion-item .accordion-body {
    padding-left: 20px;
    padding-right: 0;
}
.tb-faq-section .accordion-item .accordion-body p {
    padding: 0 20px 0 0;
    margin-bottom: 5px;
}
.tb-faq-section .accordion-item .accordion-body a i {
    line-height: 12px;
    padding-top: 3px !important;
    padding-right: 10px !important;
    color: #243c9c !important;
}
.tb-faq-section .accordion-item .accordion-body a span {
    float: right;
}
.tb-faq-section .accordion-item .accordion-body a {
    text-transform: capitalize !important;
    color: #243c9c;
    border-radius: 1rem !important;
}
.tb-faq-section .accordion-item .accordion-body a:hover {
    color: #c4170d;
    display: block;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 1rem !important;

}
.tb-faq-section .accordion-item button {
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    font-weight: 600;
    color: #c4170d;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}
.tb-faq-section .accordion-item button::after {
    background: none;
    font-family: "Open Sans", sans-serif; /* Remove o themify e usa a fonte do site */
    content: "\002D"; /* Ícone de MENOS (-) nativo quando o item está ABERTO */
    font-size: 28px;
    line-height: 0.5;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-weight: 400;
}
.tb-faq-section .accordion-item button.collapsed {
    color: #243c9c;
}
.tb-faq-section .accordion-item button.collapsed::after {
    content: "\002B"; /* Ícone de MAIS (+) nativo quando o item está FECHADO */
}
.tb-faq-section .accordion-item button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #e1e1e1;
}
.tb-faq-section .accordion-item .accordion-collapse {
    border: 0;
}
.tb-faq-section .accordion-button {
    background: transparent;
}
.question-area {
    padding-top: 100px;
    border-top: 1px solid #e8e8e8;
}
@media (max-width: 991px) {
    .question-area {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .question-area {
        padding-top: 60px;
    }
}
.question-area .tb-section-title {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.question-area .tb-section-title h2 {
    padding-right: 0;
}
.question-area .tb-section-title:before,
.question-area .tb-section-title:after {
    display: none;
}
.question-area .tb-section-title {
    text-align: center;
}
.question-area .tb-section-title h2 {
    display: inline-block;
}
@media (max-width: 590px) {
    .question-area .tb-section-title {
        text-align: left;
    }
}
.question-touch {
    max-width: 570px;
    margin: auto;
    -webkit-box-shadow: 0 5px 15px 0 #4444441a;
    box-shadow: 0 5px 15px 0 #4444441a;
    padding: 50px;
    text-align: center;
    padding-top: 60px;
    background: #fff;
}
@media (max-width: 590px) {
    .question-touch {
        padding: 15px;
    }
}
@media (max-width: 991px) {
    .faq-pb {
        margin-top: 15px;
    }
}
.question-touch h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}
.question-touch .half-col {
    width: 100%;
}
.question-touch input,
.question-touch textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 22px;
}
.question-touch input:focus,
.question-touch textarea:focus {
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.question-touch textarea {
    height: 160px;
}
.question-touch ::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
}
.question-touch ::-moz-placeholder {
    color: #888;
    font-size: 16px;
}
.question-touch :-ms-input-placeholder {
    color: #888;
    font-size: 16px;
}
.question-touch :-moz-placeholder {
    color: #888;
    font-size: 16px;
}
.tb-blog-pg-section .tb-blog-content .post {
    margin-bottom: 60px;
}
.tb-blog-pg-section .tb-blog-content .no-margin {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .tb-blog-pg-section .tb-blog-content .post {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .tb-blog-pg-section .tb-blog-content .post {
        margin-bottom: 40px;
    }
}
.tb-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
@media (max-width: 767px) {
    .tb-blog-pg-section .entry-meta {
        margin: 25px 0;
    }
}
.tb-blog-pg-section .entry-meta ul {
    list-style: none;
}
.tb-blog-pg-section .entry-meta ul li {
    font-weight: 500;
    font-size: 16px;
    font-size: 0.93333rem;
    float: left;
}


.tb-blog-pg-section .entry-meta ul li .cat {
    display: inline-block;
    padding: 5px 10px;
    background: #c4170d;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 1rem;
}
.tb-blog-pg-section .entry-meta ul li .cat:hover {
    display: inline-block;
    padding: 5px 10px;
    background: #243c9c;
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-pg-section .entry-meta ul li a {
    color: #636893;
    text-decoration: underline;
}
.tb-blog-pg-section .entry-meta ul li a:hover {
    color: #c4170d;
}
.tb-blog-pg-section .entry-meta ul li i {
    position: absolute;
    margin-top: -4px !important;
    margin-right: 3px;
}
.tb-blog-pg-section .entry-meta ul li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
@media (max-width: 440px) {
    .tb-blog-pg-section .entry-meta ul li + li:before {
        display: none;
    }
    .tb-blog-pg-section .entry-meta ul li + li {
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .tb-blog-pg-section .entry-meta ul li {
        font-size: 12px;
        font-size: 0.8rem;
    }
}
@media (max-width: 440px) {
    .tb-blog-pg-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}
.tb-blog-pg-section .post h3 {
    font-size: 34px;
    font-size: 2.26667rem;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
    font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
    .tb-blog-pg-section .post h3 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}
@media (max-width: 767px) {
    .tb-blog-pg-section .post h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.tb-blog-pg-section .post h3 a {
    color: #243c9c;
}
.tb-blog-pg-section .post h3 a:hover {
    color: #c4170d;
}
.tb-blog-pg-section .post p {
    margin-bottom: 1.5em;
}
@media (max-width: 991px) {
    .tb-blog-pg-section .post p {
        font-size: 18px;
        font-size: 1.06667rem;
    }
}
.tb-blog-pg-section .post a.read-more {
    text-decoration: underline;
    color: #969aa6;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
.tb-blog-pg-section .post a.read-more:hover {
    color: #c4170d;
}

.tb-blog-pg-section .entry-media img {
    width: 100%;
    border-radius: 1rem;
}
.tb-blog-pg-section .entry-media p {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    color: #969aa6;
}
.tb-blog-pg-section .entry-details p {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
}
.tb-blog-pg-section .format-standard,
.tb-blog-pg-section .format-quote { 
    background-color: #fafbfe;
    padding: 25px 35px 45px;
}
@media (max-width: 767px) {
    .tb-blog-pg-section .format-standard,
    .tb-blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}
.tb-blog-pg-section .format-standard {
    position: relative;
}
.tb-blog-pg-section .format-standard:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f103";
    font-family: "flaticon";
    font-size: 90px;
    line-height: 80px;
    color: #eff3ff;
}
.tb-blog-pg-section .format-gallery {
    position: relative;
}
.tb-blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tb-blog-pg-section .format-gallery .owl-nav [class*="owl-"]:hover {
    background: #c4170d;
    color: #fff;
}
.tb-blog-pg-section .format-gallery .owl-nav [class*="owl-"] {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    color: #c4170d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
}
.tb-blog-pg-section .format-gallery .owl-nav [class*="owl-"] .fi::before {
    font-size: 18px;
}
.tb-blog-pg-section .format-gallery .owl-nav .owl-prev,
.tb-blog-pg-section .format-gallery .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tb-blog-pg-section .format-gallery .owl-nav .owl-prev {
    left: 15px;
}
.tb-blog-pg-section .format-gallery .owl-nav .owl-next {
    right: 15px;
}
.tb-blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative;
}
@media (max-width: 767px) {
    .tb-blog-pg-section .format-quote {
        padding: 40px 20px;
    }
}
.tb-blog-pg-section .format-quote p {
    margin-bottom: 0;
}
.tb-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f120";
    font-size: 250px;
    font-size: 16.66667rem;
    color: #ecf3fb;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tb-blog-pg-section .format-quote h3,
.tb-blog-pg-section .format-quote p {
    position: relative;
}
.tb-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}
.tb-blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: #243c9c;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
}
.tb-blog-pg-section .format-video .video-holder:hover:before {
    opacity: 0.7;
}
.tb-blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 63px;
    height: 63px;
    line-height: 63px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.tb-blog-pg-section .format-video .video-holder a:before {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 140%;
    height: 140%;
    background: #ffffff4d;
    content: "";
    -webkit-animation: save-the-date-pulse 1s infinite;
    animation: save-the-date-pulse 1s infinite;
    border-radius: 50%;
    z-index: -1;
}
.tb-blog-pg-section .format-video .video-holder .fi:before {
    font-size: 18px;
    font-size: 1.33333rem;
    color: #c4170d;
}
@media screen and (min-width: 1200px) {
    .blog-pg-left-sidebar .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
    .blog-pg-fullwidth .tb-blog-content {
        padding: 0;
    }
}
@-webkit-keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.category-area .tb-blog-recent-area {
    padding-bottom: 0;
}
@media (max-width: 1399px) {
    .des-prin {
        padding-bottom: 60px;
    }
    .category-area .tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content {
        padding: 25px;
    }
    .category-area .tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 {
        font-size: 22px;
    }
    .category-area .tb-blog-recent-area .tb-blog-grids .trending-blog-item .tb-blog-content h2 {
        font-size: 18px;
    }
    .category-area .blog-sidebar {
        padding-left: 10px;
    }
}
.category-area .tb-blog-post-area {
    padding-bottom: 0;
}
.tb-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
@media (max-width: 767px) {
    .tb-blog-single-section .entry-meta {
        margin: 25px 0;
    }
}
.tb-blog-single-section .entry-meta ul {
    list-style: none;
}
.tb-blog-single-section .entry-meta ul li {
    font-weight: 500;
    font-size: 16px;
    font-size: 0.93333rem;
    float: left;
    text-transform: uppercase;
}
.tb-blog-single-section .entry-meta ul li a {
    color: #636893;
    text-decoration: underline;
}
.tb-blog-single-section .entry-meta ul li a:hover {
    color: #c4170d;
}
.tb-blog-single-section .entry-meta ul li i {
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.tb-blog-single-section .entry-meta ul li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
@media (max-width: 440px) {
    .tb-blog-single-section .entry-meta ul li + li:before {
        display: none;
    }
    .tb-blog-single-section .entry-meta ul li + li {
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .tb-blog-single-section .entry-meta ul li {
        font-size: 12px;
        font-size: 0.8rem;
    }
}
@media (max-width: 440px) {
    .tb-blog-single-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}
.tb-blog-single-section .entry-media img {
    width: 100%;
}
.tb-blog-single-section .post h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
    font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
    .tb-blog-single-section .post h2 {
        font-size: 30px;
        font-size: 1rem;
    }
    .des-prin {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .tb-blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}
.tb-blog-single-section .post p {
    margin-bottom: 1.5em;
}
.tb-blog-single-section .post h3 {
    font-size: 35px !important;
    font-weight: 700 !important;
}
.tb-blog-single-section h3 a {
    font-size: 35px;
    font-weight: 700 !important;
    line-height: 130% !important;
}
@media (max-width: 991px) {
    .tb-blog-single-section .post h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}
@media (max-width: 767px) {
    .tb-blog-single-section .post h3 {
        font-size: 18px;
        font-size: 1.33333rem;
    }
}
.tb-blog-single-section .post blockquote {
    background-color: #f7f7f7;
    color: #494949;
    font-size: 18px;
    line-height: 1.6em;
    padding: 65px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
}
.tb-blog-content .post blockquote {
    background-color: #f7f7f7;
    color: #494949;
    font-size: 18px;
    line-height: 1.6em;
    padding: 65px;
    margin-top: 90px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
}
@media (max-width: 767px) {
    .tb-blog-single-section .post blockquote {
        padding: 55px 25px;
    }
    .tb-blog-content .post blockquote {
        padding: 55px 25px;
    }
}
.tb-blog-single-section .post blockquote:before {
    font-family: "flaticon";
    content: "\f103";
    font-size: 40px;
    color: #ffffff80;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border: 2px solid #fafbfe;
    background: #fff;
    color: #c4170d;
    border-radius: 50%;
}
.tb-blog-content .post blockquote:before {
    font-family: "flaticon";
    content: "\f103";
    font-size: 60px;
    color: #ffffff80;
    position: absolute;
    left: 50%;
    top: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border: 2px solid #f7f7f7;
    background: #fff;
    color: #c4170d;
    border-radius: 50%;
}
.tb-blog-single-section .post .gallery {
    overflow: hidden;
    margin: 40px -7.5px 0;
}
.tb-blog-single-section .post .gallery > div {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 15px;
}
.tb-blog-single-section .post .gallery img {
    width: 100%;
}
.tb-blog-single-section .tb-blog-content .tag-share,
.tb-blog-single-section .tag-share-s2 {
    margin: 30px 0 0;
    padding-bottom: 30px;
    color: #243c9c;
}
@media (max-width: 767px) {
    .tb-blog-single-section .tag-share,
    .tb-blog-single-section .tag-share-s2 {
        margin-top: 40px;
    }
}
.tb-blog-single-section .tb-blog-content .tag-share ul,
.tb-blog-single-section .tag-share-s2 ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.tb-blog-single-section .tb-blog-content .tag-share ul li,
.tb-blog-single-section .tag-share-s2 ul li {
    float: left;
}
@media (max-width: 767px) {
    .tb-blog-single-section .tag-share ul li,
    .tb-blog-single-section .tag-share-s2 ul li {
        margin: 2px;
    }
}
.tb-blog-single-section .tag-share ul > li + li,
.tb-blog-single-section .tag-share-s2 ul > li + li {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .tb-blog-single-section .tag-share ul > li + li,
    .tb-blog-single-section .tag-share-s2 ul > li + li {
        margin: 2px;
    }
}
.tb-blog-single-section .tag-share .tag,
.tb-blog-single-section .tag-share-s2 .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tb-blog-single-section .tag-share .tag > span,
.tb-blog-single-section .tag-share-s2 .tag > span {
    font-family: "Open Sans", sans-serif;
    color: #243c9c;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
}
.tb-blog-single-section .tag-share .tag ul,
.tb-blog-single-section .tag-share-s2 .tag ul {
    list-style: none;
    position: relative;
}
.tb-blog-single-section .tag-share .tag li,
.tb-blog-single-section .tag-share-s2 .tag li {
    position: relative;
}
.tb-blog-single-section .tag-share .tag a,
.tb-blog-single-section .tag-share-s2 .tag a {
    font-size: 12px;
    font-size: 0.8rem;
    display: inline-block;
    padding: 5px 18px;
    color: #243c9c;
    background: #f7f7f7;
    border-radius: 0;
}
@media (max-width: 767px) {
    .tb-blog-single-section .tag-share .tag a,
    .tb-blog-single-section .tag-share-s2 .tag a {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}
.tb-blog-single-section .tag-share .tag a:hover,
.tb-blog-single-section .tag-share-s2 .tag a:hover {
    color: #fff;
    background: #c4170d;
}
.tb-blog-single-section .tag-share-s2 {
    margin: 0;
    margin-top: 30px;
    border-bottom: 0;
}
.tb-blog-single-section .tag-share-s2 .tag a {
    padding: 0;
    font-size: 18px;
    font-size: 1.06667rem;
    background: none;
    text-decoration: underline;
    color: #969aa6;
}
.tb-blog-single-section .author-box {
   
}
.tb-blog-single-section .author-box .author-avatar {
    float: left;
}
@media (max-width: 767px) {
    .tb-blog-single-section .author-box .author-avatar {
        float: none;
    }
}
.tb-blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}
.tb-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}
@media (max-width: 767px) {
    .tb-blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0;
    }
}
.tb-blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}
.tb-blog-single-section .author-box .author-name {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #243c9c;
}
.tb-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}
.tb-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px;
}
.tb-blog-single-section .author-box .social-link a {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #243c9c;
    padding-top: 6px;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.tb-blog-single-section .author-box .social-link a:hover {
    background-color: #c4170d;
    color: #fff;
}
.tb-blog-single-section .author-box .social-link .btn-whatsapp a:hover {
    background-color: #19ca54;
    color: #fff;
}
.tb-blog-single-section .author-box .social-link .btn-facebook a:hover {
    background-color: #3666ff;
    color: #fff;
}
.tb-blog-single-section .author-box .social-link .btn-twitter a:hover {
    background-color: #000;
    color: #fff;
}
.tb-blog-single-section .author-box .social-link .btn-telegram a:hover {
    background-color: #3390ec;
    color: #fff;
}
.tb-blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #d8e0f1;
    padding: 0 25px;
}
.tb-blog-single-section .more-posts > div {
    width: 50%;
    float: left;
}
@media (max-width: 767px) {
    .tb-blog-single-section .more-posts > div {
        width: 100%;
        float: none;
    }
}
.tb-blog-single-section .more-posts > div > a {
    display: inline-block;
}
.tb-blog-single-section .more-posts .previous-post,
.tb-blog-single-section .more-posts .next-post {
    padding: 40px 0;
}
@media (max-width: 767px) {
    .tb-blog-single-section .more-posts .previous-post,
    .tb-blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}
.tb-blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #d8e0f1;
    padding-left: 15px;
    padding-right: 5px;
}
@media (max-width: 767px) {
    .tb-blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #d8e0f1;
    }
}
.tb-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative;
}
@media (max-width: 767px) {
    .tb-blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0;
    }
}
.tb-blog-single-section .more-posts .next-post .post-control-link:before {
    font-family: "themify";
    content: "\e628";
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 767px) {
    .tb-blog-single-section .more-posts .next-post .post-control-link:before {
        display: none;
    }
}
.tb-blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}
.tb-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative;
}
@media (max-width: 767px) {
    .tb-blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0;
    }
}
.tb-blog-single-section .more-posts .previous-post .post-control-link:before {
    font-family: "themify";
    content: "\e629";
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .tb-blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none;
    }
}
.tb-blog-single-section .more-posts .previous-post > a > span,
.tb-blog-single-section .more-posts .next-post > a > span {
    display: block;
}
.tb-blog-single-section .more-posts .post-control-link {
    font-size: 16px;
    font-size: 0.93333rem;
    color: #969aa6;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.tb-blog-single-section .more-posts .post-name {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.1rem;
    color: #243c9c;
    margin: 0.7em 0 0;
}
@media (max-width: 991px) {
    .tb-blog-single-section .more-posts .post-name {
        font-size: 18px;
        font-size: 1.1rem;
    }
}
.tb-blog-single-section .more-posts a:hover .post-control-link {
    color: #c4170d;
}
.tb-blog-single-section .comments-area {
    margin-top: 70px;
}
.tb-blog-single-section .comments-area li > div {
    border-bottom: 1px solid #f7f7f7;
    padding: 35px;
}
@media (max-width: 991px) {
    .tb-blog-single-section .comments-area li > div {
        padding: 35px 25px;
    }
}
.tb-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.tb-blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
}
.tb-blog-single-section .comments-area ol > li:last-child div {
    border-bottom: 0;
}
.tb-blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 500;
    margin: 0 0 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media (max-width: 991px) {
    .tb-blog-single-section .comments-area .comments-title {
        font-size: 18px;
        font-size: 1.33333rem;
    }
}
.tb-blog-single-section .comments-area li > div {
    position: relative;
}
.tb-blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}
.tb-blog-single-section .comments-area .comment-theme i {
    font-size: 30px;
    color: #c4170d;
}
@media (max-width: 767px) {
    .tb-blog-single-section .comments-area .comment-theme {
        position: static;
    }
}
.tb-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}
.tb-blog-single-section .comments-area .comment-main-area {
    
}
@media (max-width: 767px) {
    .tb-blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}
.tb-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}
.tb-blog-single-section .comments-area .comments-meta h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.1rem;
    color: #243c9c;
    font-weight: 700;
}
.tb-blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    font-size: 1rem;
    color: #969aa6;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
    font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
    .tb-blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}
.tb-blog-single-section .comments-area .comment-reply-link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #243c9c;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tb-blog-single-section .comments-area .comment-reply-link:hover {
    color: #c4170d;
}
.tb-blog-single-section .comment-respond {
    margin-top: 70px;
}
.tb-blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.46667rem;
    margin: 0 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media (max-width: 991px) {
    .tb-blog-single-section .comment-respond .comment-reply-title {
        font-size: 18px;
        font-size: 1.33333rem;
    }
}
.tb-blog-single-section .comment-respond form input,
.tb-blog-single-section .comment-respond form textarea {
    color: #243c9c;
    background-color: #f7f7f7;
    width: 100%;
    height: 55px;
    border: none !important;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-single-section .comment-respond form select {
    color: #969aa6;
    background-color: #f7f7f7;
    max-width: 100%;
    height: 55px;
    border: none !important;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-blog-single-section .comment-respond .btn-primary {
    color: #fff;
    background-color: #243c9c;
    max-width: 100%;
    height: 55px;
    border: none !important;
    padding: 6px 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: none !important;
}
.tb-blog-single-section .comment-respond form input:focus,
.tb-blog-single-section .comment-respond form select:focus,
.tb-blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0 !important;
    background-color: #f1f1f1;
}
@media (max-width: 991px) {
    .tb-blog-single-section .comment-respond form input,
    .tb-blog-single-section .comment-respond form select,
    .tb-blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}
.tb-blog-single-section .comment-respond form textarea {
    min-height: 150px;
    padding: 15px;
}
.tb-blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}
.tb-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 49%;
    float: left;
}
@media (max-width: 767px) {
    .tb-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
        width: 100%;
        float: none;
    }
}
.tb-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: right;
}
@media (max-width: 767px) {
    .tb-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}
.tb-blog-single-section .comment-respond .form-submit input {
    font-family: "Open Sans", sans-serif;
    background-color: #c4170d;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    border-radius: 1rem;
    padding: 0 50px;
    max-width: 80%;
    margin: 0 auto;
}
.tb-blog-single-section .comment-respond .form-submit input:hover {
    background-color: #243c9c;
}
@media screen and (min-width: 1200px) {
    .tb-blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}
.tb-contact-pg-section {
    padding-bottom: 0;
}
.tb-contact-pg-section .tb-contact-title {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .tb-contact-pg-section .tb-contact-title {
        margin-bottom: 30px;
    }
}
.tb-contact-pg-section .tb-contact-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    font-weight: 600;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .tb-contact-pg-section .tb-contact-title h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}
.tb-contact-pg-section form input,
.tb-contact-pg-section form select,
.tb-contact-pg-section form textarea {
    background: #f7f7f7;
    color: #243c9c !important;
    width: 100%;
    height: 55px;
    border-radius: 1rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 6px 15px;
    margin-bottom: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 991px) {
    .tb-contact-pg-section form input,
    .tb-contact-pg-section form select,
    .tb-contact-pg-section form textarea {
        height: 45px;
    }
}
.tb-contact-pg-section form input:focus,
.tb-contact-pg-section form select:focus,
.tb-contact-pg-section form textarea:focus {
    color: #243c9c;
    border: 0 !important;
    background: #f1f1f1;
}
.tb-contact-pg-section form textarea {
    height: 180px;
    padding-top: 15px;
}
.tb-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}
.tb-contact-pg-section form ::-webkit-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.tb-contact-pg-section form :-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.tb-contact-pg-section form ::-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.tb-contact-pg-section form :-ms-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.tb-contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.tb-contact-pg-section form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
@media (max-width: 767px) {
    .tb-contact-pg-section form .submit-area {
        margin-bottom: 0;
    }
}
.tb-contact-pg-section form .submit-area .tb-btn {
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
.tb-contact-pg-section form > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px;
}
@media (max-width: 600px) {
    .tb-contact-pg-section form > div {
        width: calc(100% - 25px);
        float: none;
    }
}
.tb-contact-pg-section form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both;
}
.tb-contact-pg-section .office-info {
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .tb-contact-pg-section .office-info {
        padding-bottom: 60px;
    }
}
@media (max-width: 1200px) {
    .tb-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px;
    }
    .tb-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0;
    }
}
.tb-contact-pg-section .office-info .office-info-item {
    text-align: center;
    -webkit-box-shadow: 0 5px 15px 0 #3e419f1a;
    box-shadow: 0 5px 15px 0 #3e419f1a;
    padding: 40px;
    min-height: 290px;
    border-radius: 1rem;
}
.tb-contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    background: #c4170d;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.tb-contact-pg-section .office-info .office-info-item .office-info-icon i {
    font-size: 40px;
    color: #fff;
}
.tb-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    color: #c4170d;
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}
.tb-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
    color: #243c9c;
    line-height: 110%;
    font-weight: 600;
}
.tb-contact-pg-section .tb-contact-form-area {
    padding-bottom: 0;
    margin-bottom: 100px;
    position: relative;
    z-index: 99;
}
@media (max-width: 767px) {
    .tb-contact-pg-section .tb-contact-form-area {
        padding: 30px;
        padding-top: 50px;
    }
}
.tb-contact-map-section .tb-contact-map {
    height: 550px;
}
.tb-contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}
.tb-contact-map-section h2.hidden {
    display: none;
}
.error-404-section {
    margin: 200px 0;
    text-align: center;
}
.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px;
}
@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 30px;
    font-size: 1rem;
    margin: 0 0 0.8em;
}
.error-404-section .error-message p {
    margin-bottom: 1.8em;
}
.menu-container {
    margin: 0 auto;
    z-index: 999;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    content: ""; /* Removemos o caractere da fonte */
    display: block;
    width: 28px;        /* Largura das barras */
    height: 3px;        /* Espessura das barras (mais fino = mais elegante) */
    background: currentColor; /* Usa a cor do texto do elemento */
    border-radius: 10px;      /* Aqui está o arredondamento das pontas */
    
    /* As outras duas barras são criadas com sombra, garantindo alinhamento perfeito */
    box-shadow: 0 8px 0 0 currentColor, 0 -8px 0 0 currentColor;
    
    float: right;
    position: relative;
    top: 50%;
    
    /* Centralização vertical precisa */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    transition: all 0.3s ease; /* Suaviza se você for fazer animação de X */
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
    z-index: 999;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left;
    background: #243c9c;
    padding: 0;
    margin: 0;
    max-width: 300px;
    -webkit-box-shadow: -2px 18px 40px -9px #000;
    box-shadow: -2px 18px 40px -9px #000;
}
.menu > ul > li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 20px !important;
    display: block;
}
.menu > ul > li:hover {
    background: #c4170d;
}
.menu > ul > li > ul {
    display: none;
    background: #c4170d;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    max-width: 300px;
    max-height: 300px;
    overflow-y: scroll;
}
.menu > ul > li > ul li {
    padding: 0 !important;
    margin: 0 !important;
}
.menu > ul > li > ul li a {
    padding: 5px 10px !important;
    margin: 0 !important;
    color: #fff !important;
}
.menu > ul > li > ul li:hover {
    color: #fff !important;
    background: #243c9c;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li a {
    color: #fff;
    padding: 0.2em 0;
    width: 95%;
    display: block;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
}
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    font-weight: 400 !important;
    padding: 1em 0;
}
@media only screen and (max-width: 5000px) {
    .menu-container {
        float: left;
        width: 60px;
        height: 30px;
        margin-top: -20px;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        left: 0 !important;
        float: left;
        color: #fff;
    }
    .menu-dropdown-icon a {
        left: 0 !important;
    }
    .menu > ul {
        display: none;
        position: absolute;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: absolute;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}
/*::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track-piece {
    background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #c4170d;
    border-radius: 0.55rem;
    border: 3px solid #fff !important;
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #c4170d;
}*/
/* Seleciona o scroll apenas dentro do submenu de categorias */
.menu ul li ul::-webkit-scrollbar {
    width: 10px;
}

.menu ul li ul::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.menu ul li ul::-webkit-scrollbar-thumb:vertical,
.menu ul li ul::-webkit-scrollbar-thumb:horizontal {
    background-color: #c4170d;
    border-radius: 0.55rem;
    border: 3px solid #fff !important;
}

.menu ul li ul::-webkit-scrollbar-thumb:vertical:hover,
.menu ul li ul::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #c4170d;
}

.text-oth {
    margin-top: -20px !important;
}
.div-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.div-container iframe,
.div-container object,
.div-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 450px) {
    .cart-search-contact button {
        width: 30px !important;
        height: 30px !important;
        display: block !important;
        margin-left: -60px !important;
    }
    .header-search-form {
        left: -285px !important;
    }
}
.flaticon-time {
    margin-right: 5px !important;
}
.fa-arrow-right {
    margin-left: 20px !important;
}
.com_red {
    padding: 30px !important;
    background-color: #c4170d !important;
    margin-bottom: 20px;
}
.com_red p {
    color: #fff !important;
    line-height: 130% !important;
}
.com_red b {
    font-size: 18px;
}
.com_red a {
    color: #fff !important;
}
.com_red a:hover {
    opacity: 0.7;
}
.com_blue {
    padding: 30px !important;
    background-color: #243c9c;
    margin-bottom: 20px;
}
.com_blue p {
    color: #fff !important;
    line-height: 130% !important;
}
.com_blue b {
    font-size: 18px;
}
.com_blue a {
    color: #fff !important;
}
.com_blue a:hover {
    opacity: 0.7;
}
.blog-text-info,
.tb-blog-trending-area,
.tb-blog-post-area,
.recent-post-widget i {
    color: #969aa6 !important;
}
.flaticon-time {
    color: #969aa6 !important;
}
.date-hour {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #969aa6 !important;
    padding-top: -5px !important;
    position: absolute;
}
.tb-blog-pg-section .entry-meta ul li i {
    color: #969aa6 !important;
    margin-right: 6px;
}
.tb-blog-pg-section .entry-meta ul li .date-hour {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #969aa6 !important;
    padding-top: 1px !important;
    position: absolute;
    margin-left: 4px !important;
}
.barra {
    border-bottom: 3px solid #f7f7f7 !important;
    margin-top: 20px !important;
    margin-bottom: 60px !important;
    border-radius: 1rem !important;
}
.barra-center {
    margin: 0 auto !important;
    width: 200px !important;
    height: 6px !important;
    background-color: #c4170d !important;
    position: relative !important;
    bottom: 1px !important;
    margin-bottom: -6px !important;
    border-radius: 1rem !important;
}
.blog-btn-voz {
    color: #fff;
    display: inline-block;
    padding: 10px 45px;
    padding-right: 65px;
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    border-radius: 0;
    background: #c4170d;
    border: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 100%;
}
.blog-btn-voz:hover,
.blog-btn-voz:focus,
.blog-btn-voz:active {
    background: #243c9c;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.alert {
    border-radius: 0 !important;
    border: none !important;
}
.modal-content {
    border-radius: 0 !important;
    border: 4px solid #fff !important;
    padding: 30px !important;
    box-shadow: none !important;
}
.inf-pub {
    background: #f9f9f9;
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 10px 30px 0;
}
.tl-inf-pub {
    background: #f9f9f9;
    letter-spacing: 5px;
    text-align: center;
    padding: 5px;
    display: block;
    border-radius: 2rem;
    font-size: 12px;
}
#progress-indicator {
    width: 0;
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #fff;
    border-radius: 1rem;
}
a.btn-font {
    font-weight: 700 !important;
    float: left !important;
    color: #fff !important;
    cursor: pointer !important;
}
.weather-sb {
    float: left;
    margin-left:50px;
    margin-top: -10px;
}
#weather-container-h-desktop {
    width: 350px !important;
}
.tb-topbar .tb-topbar-social ul li.mn-search a {
    margin-left: 30px !important;
    border: 0 !important;
}
.tb-topbar .tb-topbar-social ul li.mn-search a:hover {
    opacity: .7;
    background: transparent;
}
.tb-topbar .tb-topbar-social ul li.mn-search i {
    font-size:25px !important;
}


/* --- ALINHAMENTO DESKTOP --- */
.weather-search-desktop {
    display: flex;
    align-items: center;
    height: 100%;
}





@media (max-width: 991px) {
    .scrolled .mobile-bottom-bar {
        display: none !important;
    }
    .tb-topbar.sticky.scrolled {
        padding-bottom: 8px;
    }
    .tl-urg {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 481px) {
    .navbar-brand {
        margin:-20% !important;
    }
    .btn-search-sb {
        margin-right:10%;
    }
    #weather-container-h-mobile {
        max-width:150px;
    }
}




.menu-mobile {
    margin-top:5px !important;
}
/* --- AJUSTES VISUAIS --- */
.tb-topbar {
    padding: 10px 0;
    transition: padding 0.3s ease;
}

/* Força o desaparecimento total do bloco ao rolar */
.tb-topbar.scrolled .mobile-bottom-bar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}


/* Área principal do modal (escondida por padrão) */
.search-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98); /* Fundo branco quase opaco */
    z-index: 999999; /* Garante que fique acima do menu sticky */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Efeito de transição */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Classe que o JS adiciona para mostrar o modal */
.search-overlay-area.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Botão de Fechar */
.close-search-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: #333;
}

/* Container do Form */
.search-modal-container {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    text-align: center;
}

.search-modal-form {
    display: flex;
    border-bottom: 3px solid #243c9c; /* Cor da sua marca */
    padding-bottom: 10px;
}

.search-modal-form input {
    width: 100%;
    background: none;
    border: none;
    font-size: 1.5rem;
    outline: none;
    padding: 10px;
    font-weight: 300;
}

.search-modal-submit {
    background: none;
    border: none;
    font-size: 1rem;
    color: #243c9c;
    cursor: pointer;
}
.search-modal-submit:hover {
    color: #C4170D;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.search-help-text {
    margin-top: 20px;
    color: #999;
    font-size: 0.7rem;
}

.close-search-btn {
    color: #243c9c;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.close-search-btn:hover {
    color: #C4170D;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* Impede o scroll do site quando o modal está aberto */
body.search-active {
    overflow: hidden;
}


.btn-search-sb {
    background: none;
    border: none;
    color: white !important;
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    float: right;
}

.tb-blog-item .tb-blog-img{
    border-radius: 1rem !important;
}


/* Container do título com o traço verde */
/* Container do título com o traço (usando pseudo-elemento para precisão) */
.veja-tambem-header {
    position: relative; /* Necessário para posicionar o traço absoluto */
    padding-left: 15px; /* Espaço para o traço à esquerda do texto */
    margin-bottom: 20px;
    display: flex; /* Usamos flexbox para alinhar o texto verticalmente */
    align-items: center; /* Centraliza o texto verticalmente */
}

/* O traço vertical reto e arredondado usando ::before */
.veja-tambem-header::before {
    content: ''; /* Conteúdo vazio para pseudo-elemento */
    position: absolute;
    left: 0;
    top: 0; /* Alinha o traço ao topo do container flex */
    height: 100%; /* O traço ocupa toda a altura do container (centralizado com o texto via flex) */
    width: 5px; /* Espessura de 5px solicitada pelo usuário */
    background-color: #c4170d; /* Verde limão do modelo layout original */
    border-radius: 2.5px; /* Metade da largura de 5px, criando extremidades perfeitamente arredondadas (pill shape) */
}

/* Estilo do texto "Veja também" */
.veja-tambem-titulo {
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    color: #494949;
}

/* Lista de links */
.veja-tambem-lista {
    list-style: none;
    padding: 0;
}

.veja-tambem-item {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

/* Símbolo de + */
.veja-tambem-plus {
    font-weight: 900;
    font-size: 20px;
    color: #1a237e;
    margin-right: 12px;
    line-height: 1;
}

/* Título da notícia na lista */
.veja-tambem-link-titulo {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
}

.veja-tambem-link-titulo a {
    color: #1a237e;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.veja-tambem-link-titulo a:hover {
    color: #c4170d;
    transition: opacity 0.2s ease;
}

hr {
    background-color: #ccc;
}

/* Container da lista de relacionados dentro do card */
.grade-relacionados-lista {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 10px;
    list-style: none;
    padding-left: 0;
}

/* Item da lista */
.grade-relacionados-item {
    display: flex;
    align-items: flex-start; /* Alinha o + no topo da primeira linha */
    margin-bottom: 8px;
}

/* Símbolo de + */
.grade-relacionados-plus {
    font-weight: 900;
    font-size: 14px;
    color: #1a237e;
    margin-right: 8px;
    padding-top: 2px; /* Ajuste fino para alinhar com o topo do texto */
    line-height: 1.2;
}

/* Título da notícia relacionada */
.grade-relacionados-titulo {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.grade-relacionados-titulo a {
    color: #1a237e;
    text-decoration: none;
    transition: color 0.2s;
}

.grade-relacionados-titulo a:hover {
    color: #c4170d; /* Cor de destaque no hover */
}
strong {
    font-weight: 700 !important;
}
b {
    font-weight: 700 !important;
}
p.autor {
    color: #969aa6 !important;
}
.format-standard-image {
    margin-bottom:10px !important;
}


.video-wrapper,
.audio-wrapper,
.social-embed-wrapper iframe {
    border-radius: 1rem !important;
    overflow: hidden !important;
}
.social-embed-wrapper iframe,
.social-embed-wrapper .instagram-media {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    max-width: 100% !important;
}
.audio-wrapper-custom {
    background: #C20806;
    padding: 10px 20px;
    border-radius: 1rem;
    color: #fff;
    font-size: 16px !important;
}
:root {
    --plyr-color-main: white;
    --plyr-audio-controls-background: transparent;
    --plyr-audio-control-color: white ;
}
.plyr--audio .plyr__controls button.plyr__control:hover,
.plyr--audio .plyr__control--overlaid:hover {
    background: #C20806 !important;
    color: #fff !important;
}
.plyr__control svg {
    fill: currentColor;
}
.plyr--full-ui input[type="range"] {
    color: white !important;
}
.audio-wrapper-custom .text-muted {
    color: white  !important;
}
.audio-wrapper-custom .badge {
    background-color: #C20806 !important;
    color: #fff !important;
}
.audio-header .bg-success {
    background: #C20806 !important;
}
.audioplayer-time-current, .audioplayer-time {
  display: none !important;
}


/* =========================================================
   ESTILOS DOS BOTÕES DA GALERIA DE FOTOS (DENTRO DA NOTÍCIA)
   ========================================================= */
.gallery-wrapper .owl-carousel {
    position: relative;
    border-radius: 1rem !important;
}
.gallery-wrapper .item {
  border-radius: 1rem !important;
}
.gallery-wrapper .item img {
  border-radius: 1rem !important;
}

/* Centraliza a linha de botões sobre a imagem */
.gallery-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between; /* Joga um botão pra cada lado */
    pointer-events: none; /* Evita que a div inteira bloqueie o clique na foto */
    margin-top: 0 !important;
}

/* Estilo individual de cada botão (setas) */
.gallery-wrapper .owl-nav button.owl-prev,
.gallery-wrapper .owl-nav button.owl-next {
    pointer-events: auto; /* Reativa o clique apenas no botão */
    background: #C20806!important; /* Fundo preto transparente */
    color: #ffffff !important;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 15px !important; /* Distância da borda da foto */
    border: none !important;
}

/* Cor do seu tema ao passar o mouse */
.gallery-wrapper .owl-nav button:hover {
    background: #C20806 !important; 
}

/* Tamanho do ícone da seta */
.gallery-wrapper .owl-nav button i {
    font-size: 22px;
    line-height: 1;
}


.btn-load-more {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-load-more i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}
.btn-load-more:hover {
    background-color: #1a237e;
    color: #fff;
}
.btn-load-more:hover i {
    transform: translateY(3px);
}

.spinner-border,
.spinner-grow {
    color: #1a237e !important;
}
.spinner-border {
    border-color: var#1a237e;
    border-right-color: transparent;
}
.loading-label,
.pagination-loading {
    color: #1a237e !important;
    font-weight: 600;
}
.fa-spinner,
.bi-arrow-repeat,
.bi-arrow-clockwise {
    color: #1a237e !important;
}
.pubsud {
    border-radius:.5rem;
}

   /* 1. Força o PAI de todos a ter o arredondamento e recortar tudo que sair */
    .trending-blog-item {
        border-radius: 1rem !important;
        overflow: hidden !important;
        transform: translateZ(0); /* Trava de recorte para Safari/Chrome */
        -webkit-transform: translateZ(0);
    }

    /* 2. Força o contêiner da imagem */
    .trending-blog-img {
        position: relative; 
        border-radius: 1rem !important;
        overflow: hidden !important; 
        display: block;
        transform: translateZ(0);
    }

    .trending-blog-img img {
        display: block;
        width: 100%;
        height: 100%; 
        object-fit: cover; 
        transition: transform 0.4s ease; 
        z-index: 1; 
    }

    .trending-blog-item:hover .trending-blog-img img {
        transform: scale(1.15); 
    }

    /* 3. O Degradê: forçando explicitamente os cantos de baixo a arredondarem */
    .trending-blog-img .tb-blog-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2; 
        padding: 1.5rem !important; 
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 2) 100%);
        border-bottom-left-radius: 1rem !important;  /* Trava o canto esquerdo inferior */
        border-bottom-right-radius: 1rem !important; /* Trava o canto direito inferior */
    }
    
    .trending-blog-img .tb-blog-content h2,
    .trending-blog-img .tb-blog-content h2 a {
        color: #fff !important; 
        font-size: 20px; 
        line-height: 110% !important;
        margin: 0;
        text-transform: none !important; 
        pointer-events: none; 
    }
    
    /* Garante que o item inteiro chame a modal */
    .trending-blog-item {
        cursor: pointer;
    }

    /* ============================================================ */
    /* 2. Corrigindo a Borda e Fundo da Modal de Vídeo              */
    /* ============================================================ */
    
    /* Força a remoção total da borda, fundo e sombra da modal */
    #youtubeModal .modal-content {
        background: transparent !important; /* Remove o fundo */
        border: none !important; /* Remove a borda branca */
        box-shadow: none !important; /* Remove a sombra */
    }
    
    /* Centraliza e dimensiona o iframe */
    .video-modal-iframe { 
        width: 100%;
        aspect-ratio: 16/9;
        border: none !important; /* Garante que o iframe não tenha borda */
        border-radius: 1rem; /* Dá uma borda arredondada ao vídeo */
    }
    
    /* Ajusta o botão de fechar para não atrapalhar o vídeo centralizado */
    #youtubeModal .modal-header {
        justify-content: flex-end; /* Garante que o botão fique na direita */
        padding-right: 0; /* Remove padding desnecessário */
        padding-top: 2rem; /* Ajuste fino */
        border-bottom: none;
    }
    .modal-backdrop.show {
    opacity: 0.75 !important;
    background-color: #000; /* Garante que a cor de fundo seja preto puro */
}

/* Layout do Modal Focado em Instagram (Vertical) */
    .modal-instagram-custom {
        max-width: 450px !important; /* Largura de celular */
        margin: 1.75rem auto;
    }
    .modal-content-insta {
        background: #000 !important;
        border: none !important;
        border-radius: 1rem !important;
        overflow: hidden;
    }
    .video-modal-iframe {
        width: 100%;
        height: 700px; /* Altura para caber o Reels completo */
        border: none;
    }
    .modal-backdrop.show { opacity: 0.9 !important; background-color: #000; }
    
    /* Overlay de Play */
    .play-icon-overlay { 
        position: absolute; 
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        font-size: 3.5rem; 
        color: #fff; 
        opacity: 0.7; 
        transition: 0.3s;
    }
    .tb-blog-item:hover .play-icon-overlay { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
    
/* Remove a borda, sombra e o fundo branco/preto do box do modal */
#instagramModal .modal-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Garante que o corpo do modal não tenha espaçamentos */
#instagramModal .modal-body {
    padding: 0 !important;
}

/* Ajusta o botão de fechar para ficar "flutuando" acima do vídeo */
#instagramModal .btn-close {
    position: absolute;
    right:30px;
    top: -15px;
    z-index: 999;
    opacity: 1;
}

/* Arredonda os cantos do próprio iframe para combinar com o layout */
#instaIframe {
    border-radius: 15px;
    border: none !important;
    background: #000; /* Fundo interno caso o Instagram demore a carregar */
}

/* Escurece bem o fundo para destacar o post */
.modal-backdrop.show {
    opacity: 0.8 !important;
}
    /* Força a formatação no contêiner e em qualquer parágrafo ou texto dentro dele */
.regras-comentario,
.regras-comentario p,
.regras-comentario span,
.regras-comentario div {
    color: #969aa6 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 30px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.btn-ler-mais {
    background: #1a237e;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 1rem;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-ler-mais:hover {
    background: #C20806;
    color: #fff;
    transition: all 0.3s ease;
}

/* 1. Alinha a lista na horizontal (Flexbox) */
.tag-share .tag ul {
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important; /* Espaçamento entre as tags */
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. Remove o comportamento de bloco e margens do LI */
.tag-share .tag ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* 3. Esconde as bolinhas pretas do tema (pseudo-elementos) */
.tag-share .tag ul li::before,
.tag-share .tag ul li::after {
    display: none !important;
    content: none !important;
}

/* 4. Estilo visual da tag (botão) */
.tag-share .tag a {
    font-family: "Open Sans", sans-serif;
    display: inline-block !important;
    padding: 3px 8px !important;
    background-color: #f7f7f7 !important;
    color: #243c9c !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important; /* Impede a tag de quebrar ao meio */
    border-radius: .5rem !important;
    text-transform: capitalize !important;
}

/* Efeito ao passar o mouse */
.tag-share .tag a:hover {
    background-color: #c4170d !important;
    color: #fff !important;
}

.alert-success ,.alert-danger {
    border-radius: 1rem !important;
}
.blog-btn-back {
    border-radius: 1rem !important;
}
.blog-btn-voz {
    border-radius: 1rem !important;
}
.modal-content {
    border-radius: 1rem !important;
}


/* Container do upload */
.custom-file-upload {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

/* Oculta o input real mas o mantém acessível */
.custom-file-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

/* O design do "falso" input */
.file-upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7; /* Fundo cinza claro igual aos outros */
    border: 2px dashed #dee2e6; /* Borda tracejada charmosa */
    border-radius: 15px; /* Arredondado padrão do seu site */
    padding: 15px;
    transition: all 0.3s ease;
    min-height: 60px;
    color: #6c757d;
}

/* Efeito ao passar o mouse ou arrastar arquivo */
.custom-file-upload:hover .file-upload-wrapper {
    background-color: #F7F7F7;
    border-color: #adb5bd;
    color: #495057;
}

.file-upload-wrapper i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.file-upload-wrapper span {
    font-weight: 500;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

/* Estilização do Select para bater com os Inputs */
#commentvoz-form select.form-control {
    background-color: #f7f7f7 !important; /* Cor de fundo dos seus inputs */
    border: none !important;
    border-radius: 1rem !important; /* Arredondado igual ao da imagem */
    height: 57px !important; /* Altura padrão para alinhar com os outros */
    padding: 0 20px !important;
    appearance: none; /* Remove a seta padrão do Windows/Chrome */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center; /* Posiciona a nova seta */
    background-size: 12px;
    color: #666;
    cursor: pointer;
}

/* Ajuste para quando o select está focado */
#commentvoz-form select.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    background-color: #f7f7f7 !important;
}

/* --- Estilos para o contêiner e a imagem (mantenha estes) --- */
.entry-media-container {
    position: relative;
    display: inline-block; 
    overflow: hidden; 
    width: 100%;
}

.img-content {
    display: block; 
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

/* --- Novo estilo para a legenda miniatura --- */
.legenda-miniatura {
    position: absolute;
    bottom: 5px !important;   /* 5px de distância do topo da foto */
    right: 10px;  /* 5px de distância da direita da foto */
    
    /* Fundo branco com 90% de opacidade (0.9) */
    background-color: rgba(255, 255, 255, 0.6) !important; 
    
    color: #333 !important; /* Cor do texto */
    margin: 0;
    padding: 3px 10px; /* Padding reduzido para ficar pequeno */
    font-size: 13px !important; /* Tamanho da fonte bem pequeno */
    border-radius: 2rem; /* Cantos arredondados menores */
    z-index: 10; /* Garante que fique por cima da foto */
    box-sizing: border-box; /* Garante que o padding esteja incluso na largura */
    
    /* Opcional: define uma largura máxima para não ocupar muito espaço */
    max-width: 50%; 
    white-space: nowrap; /* Impede que o texto quebre linha (opcional) */
    overflow: hidden; /* Esconde o texto que ultrapassar a largura máxima */
    text-overflow: ellipsis; /* Adiciona "..." se o texto for muito longo */
}

.audio-wrapper-ia {
    background: #F7F7F7;
    padding: 8px 20px;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.audio-wrapper-ia i.bi-robot,
.audio-wrapper-ia h6 {
    color: #c4170d !important;
}
.audio-wrapper-ia small.text-white-50 {
    color: #6e727a !important;
}
.btn-toggle-ia {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s;
    background: #c4170d !important;
    color: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px #0000000d;
}
.btn-toggle-ia:hover,
.btn-toggle-ia.playing {
    background: #c4170d !important;
    color: #fff !important;
    border-color: #c4170d;
    transform: scale(1.1);
    box-shadow: 0 4px 10px #C208064d;
}
.btn-toggle-ia i {
    font-size: 18px;
    margin-left: 2px;
}
.btn-toggle-ia.playing i {
    margin-left: 0;
}

.ia-player-container-final { display: flex; justify-content: space-between; align-items: center; width: 100%; box-sizing: border-box; }
.ia-player-info { display: flex; align-items: center; gap: 12px; flex: 1; }
.ia-player-icon { font-size: 22px; flex-shrink: 0; }
.ia-player-text { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.ia-player-text h6 { margin: 0; color: #fff; font-weight: 700; font-size: 14px !important; line-height: 1.1; }
.ia-player-text span { font-size: 14px !important; opacity: 0.85; line-height: 1.1; font-weight: 500;}
.btn-ia-action-v3 { background: #c4170d; color: #fff; border: none; width: 25px; height: 25px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: all 0.2s; flex-shrink: 0; }
.btn-ia-action-v3:hover { background: #c4170d !important;
    color: #fff !important;
    border-color: #c4170d;
    transform: scale(1.1);
    box-shadow: 0 4px 10px #C208064d; }
@media (min-width: 600px) {
    .ia-player-text { flex-direction: row; align-items: center; gap: 10px; } /* Volta para uma linha */
    .ia-player-text span { padding-top: 2px; } 
}

/* Por padrão, esconde os textos flutuantes */
.ia-player-container-final .txt-floating {
    display: none !important;
}

/* Quando estiver no estado normal (estático), mostra os textos padrão */
.ia-player-container-final .txt-static {
    display: block;
}

/* --- QUANDO FLUTUAR NO RODAPÉ --- */

/* Esconde o texto padrão */
.ia-player-container-final.is-floating .txt-static {
    display: none !important;
}

/* Mostra o texto de "Tocando Agora" */
.ia-player-container-final.is-floating .txt-floating {
    display: block !important;
}

/* Ajuste de estilo para o texto flutuante ficar mais elegante */
.ia-player-container-final.is-floating .txt-floating {
    font-weight: normal !important;
}

/* Container original */
.audio-wrapper-ia {
    transition: all 0.3s ease;
     /* Evita o "pulo" no layout quando ele flutuar */
}

/* Estado Flutuante */
.ia-player-container-final.is-floating {
    position: fixed;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 370px;
    z-index: 99999;
    background: #fff;
    padding: 10px 20px;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    animation: slideUpPlayer 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Ajuste no texto quando flutuar para ficar mais compacto */
.ia-player-container-final.is-floating .ia-player-text h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.ia-player-container-final.is-floating .ia-player-text span {
    font-size: 11px;
}

@keyframes slideUpPlayer {
    from { 
        opacity: 0; 
        transform: translate(-50%, 100%); 
    }
    to { 
        opacity: 1; 
        transform: translate(-50%, 0); 
    }
}

/* Por padrão, esconde os textos flutuantes */
.ia-player-container-final .txt-floating {
    display: none !important;
}

/* Quando estiver no estado normal (estático), mostra os textos padrão */
.ia-player-container-final .txt-static {
    display: block;
}

/* --- QUANDO FLUTUAR NO RODAPÉ --- */

/* Esconde o texto padrão */
.ia-player-container-final.is-floating .txt-static {
    display: none !important;
}

/* Mostra o texto de "Tocando Agora" */
.ia-player-container-final.is-floating .txt-floating {
    display: block !important;
}

/* Ajuste de estilo para o texto flutuante ficar mais elegante */
.ia-player-container-final.is-floating .txt-floating {
    font-weight: bold;
}

.as-footer-banner {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    pointer-events: none;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.as-footer-banner img {
    margin: 0 auto !important;
    max-width: 70% !important;
}

.as-footer-banner.active {
    transform: translateY(0);
    opacity: 1;
}