:root {
    --color-main:#ed3410 !important;
    --color-blue1:#461cfb !important;
    --color-blue2:#133259 !important;
    --color-blue3:#061135 !important;
    --color-orange1:#ff6000 !important;
    --color-creamy1:#f8d6a5 !important;
    --color-darkGray:#3c5c6e !important;
    --bg-gray1: #eceff2 !important;
    --bg-gray2: #fdf6f5 !important;
    --bg-gray3: #f6f2f0 !important;
    --bg-gray4: #e5e9ec !important;
    --bg-dark1: #161225 !important;
}

.color-main {
    color: var(--color-main) !important;
}

.border-main {
    border-color: var(--color-main) !important;
}

.bg-main {
    background-color: var(--color-main) !important;
    border-color: var(--color-main) !important;
}

.hover-main:hover {
    color: var(--color-main) !important;
}

.color-blue1 {
    color: var(--color-blue1) !important;
}

.border-blue1 {
    border-color: var(--color-blue1) !important;
}

.bg-blue1 {
    background-color: var(--color-blue1) !important;
}

.color-orange1 {
    color: var(--color-orange1) !important;
}

.border-orange1 {
    border-color: var(--color-orange1) !important;
}

.bg-orange1 {
    background-color: var(--color-orange1) !important;
}

.hover-orange1:hover {
    color: var(--color-orange1) !important;
}

.color-creamy1 {
    color: var(--color-creamy1) !important;
}

.border-creamy1 {
    border-color: var(--color-creamy1) !important;
}

.bg-creamy1 {
    background-color: var(--color-creamy1) !important;
}

.hover-creamy1:hover {
    color: var(--color-creamy1) !important;
}

.color-darkGray {
    color: var(--color-darkGray) !important;
}

.border-darkgray {
    border-color: var(--color-darkGray) !important;
}

.bg-darkgray {
    background-color: var(--color-darkGray) !important;
}

.hover-darkgray:hover {
    color: var(--color-darkGray) !important;
}

.color-blue2 {
    color: var(--color-blue2) !important;
}

.border-blue2 {
    border-color: var(--color-blue2) !important;
}

.bg-gray {
    background-color: #fe5722 !important;
}

.bg-blue2 {
    background-color: var(--color-blue2) !important;
}

.color-blue3 {
    color: var(--color-blue3) !important;
}

.border-blue3 {
    border-color: var(--color-blue3) !important;
}

.bg-blue3 {
    background-color: var(--color-blue3) !important;
}

.hover-blue2:hover {
    color: var(--color-blue2) !important;
}

.bg-gray1 {
    background-color: var(--bg-gray1) !important;
}

.bg-gray2 {
    background-color: var(--bg-gray2) !important;
}

.bg-gray3 {
    background-color: var(--bg-gray3) !important;
}

.bg-gray4 {
    background-color: var(--bg-gray4) !important;
}

.bg-dark1 {
    background-color: var(--bg-dark1) !important;
}

.filter-gray {
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
}

.text-danger {
    color: #ed3410 !important;
}

.bg-danger {
    background-color: #ed3410 !important;
}

.text-success {
    color: #04bb00 !important;
}

.text-primary {
    color: #148dfe !important;
}

.bg-primary {
    background-color: #148dfe !important;
}

.bg-success {
    background-color: #04bb00 !important;
}

.text-blue {
    color: #451aff !important;
}

.bg-blue {
    background-color: #451aff !important;
}

.text-orange {
    color: #ff9a0a !important;
}

.bg-orange {
    background-color: #ff9a0a !important;
}

.text-cyan {
    color: #07e4c2 !important;
}

.bg-cyan {
    background-color: #07e4c2 !important;
}

.text-purple {
    color: #a914fe !important;
}

.bg-purple {
    background-color: #a914fe !important;
}

.text-green {
    color: #1db911 !important;
}

.bg-green {
    background-color: #1db911 !important;
}

.text-darkBlue {
    color: #161225 !important;
}

.bg-darkBlue {
    background-color: #161225 !important;
}

.hover-underline:hover {
    text-decoration: underline;
}

.hover-color1:hover {
    color: var(--color-main) !important;
}
/* --------------- global --------------- */
@font-face {
    font-family: "neto";
    src: url("../fonts/NotoSerifGeorgian.ttf") format("truetype"), url("../fonts/NotoSerifGeorgian.ttf") format("truetype");
    font-weight: 400 900;
    font-display: swap;
    font-style: normal;
}
*,
* button:focus {
    outline: 0;
}

html::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 0;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

body {
    font-family: "Inter", sans-serif;
    text-decoration: none;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
}

.container,
.container-fluid {
    position: relative;
    z-index: 5;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
    padding-right: 15px;
    padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
    margin-right: -15px;
    margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
    padding-right: 15px;
    padding-left: 15px;
}

.row.gx-5 {
    margin-right: -30px;
    margin-left: -30px;
}
.row.gx-5 > * {
    padding-right: 30px;
    padding-left: 30px;
}

h1,
h2,
h3,
h4 {
    font-family: "neto", serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

h5,
h6 {
    font-family: "neto", serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "neto", serif;
    font-weight: 500;
}

body a:focus {
    outline: 0;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body ul {
    list-style-type: none;
    margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    outline: 0;
}

a,
span,
img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

i,
.bi {
    display: inline-flex;
}

.text {
    font-size: 14px;
    line-height: 1.6;
}

.small, small {
    font-size: 12px;
    display: inline-block;
}

small.text {
    font-size: 12px;
}

.text-gray {
    color: #666;
}

.bg-gray5 {
    background-color: #f3f7fe;
}

.section-padding {
    padding: 100px 0;
}

.dark-none {
    display: block;
}

.light-none {
    display: none;
}

.df-center {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.dnf-center {
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* --------------- dropdown --------------- */
.dropdown-toggle::after {
    position: relative;
    top: 5px;
    opacity: 0.8;
    content: "\f107"; /* fa-angle-down */
    display: inline-block;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900; /* REQUIRED */
    border: 0;
    line-height: 1;
    color: #fff;
}

.dropdown-menu {
    min-width: 200px;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
    top: 100%;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}

.form-control {
    min-height: 50px;
    border-radius: 0;
    font-size: 14px;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control::-moz-placeholder {
    color: #999999;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-ms-input-placeholder {
    color: #999999;
}
.form-control::placeholder {
    color: #999999;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.form-check-input[type=checkbox] {
    border-radius: 0 !important;
}

.form-check-input:checked {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.form-switch .form-check-input {
    margin: 0 15px !important;
    width: 2.5em !important;
    height: 1.3em;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
/* --------------- pagination style --------------- */
.pagination.style-1 a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 0;
    margin-right: 5px;
    font-size: 11px;
    color: #666;
}
.pagination.style-1 a .text {
    padding: 3px 10px;
    font-size: 11px;
}
.pagination.color-main a:hover {
    color: var(--color-main) !important;
    border-color: var(--color-main);
}
.pagination.color-main a.active {
    color: #fff;
    border-color: var(--color-main);
    background-color: var(--color-main);
}

.widgets-sticky {
    position: sticky;
    top: 30px;
}

/* ===============================================================
			[ * buttons Section ]
================================================================*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
    border-radius: 3px !important;
}

.radius-2 {
    border-radius: 5px !important;
}

.radius-3 {
    border-radius: 8px !important;
}

.radius-4 {
    border-radius: 10px !important;
}

.radius-5 {
    border-radius: 12px !important;
}

.radius-6 {
    border-radius: 15px !important;
}

.radius-7 {
    border-radius: 20px !important;
}

.radius-8 {
    border-radius: 25px !important;
}

.radius-9 {
    border-radius: 30px !important;
}

.radius-10 {
    border-radius: 50px !important;
}

/* --------------- margin classes --------------- */
.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.ms-10 {
    -webkit-margin-start: 10px !important;
    margin-inline-start: 10px !important;
}

.ms-15 {
    -webkit-margin-start: 15px !important;
    margin-inline-start: 15px !important;
}

.ms-20 {
    -webkit-margin-start: 20px !important;
    margin-inline-start: 20px !important;
}

.ms-30 {
    -webkit-margin-start: 30px !important;
    margin-inline-start: 30px !important;
}

.ms-40 {
    -webkit-margin-start: 40px !important;
    margin-inline-start: 40px !important;
}

.ms-50 {
    -webkit-margin-start: 50px !important;
    margin-inline-start: 50px !important;
}

.ms-60 {
    -webkit-margin-start: 60px !important;
    margin-inline-start: 60px !important;
}

.ms-70 {
    -webkit-margin-start: 70px !important;
    margin-inline-start: 70px !important;
}

.ms-80 {
    -webkit-margin-start: 80px !important;
    margin-inline-start: 80px !important;
}

.ms-90 {
    -webkit-margin-start: 90px !important;
    margin-inline-start: 90px !important;
}

.ms-100 {
    -webkit-margin-start: 100px !important;
    margin-inline-start: 100px !important;
}

.ms-150 {
    -webkit-margin-start: 150px !important;
    margin-inline-start: 150px !important;
}

.ms-200 {
    -webkit-margin-start: 200px !important;
    margin-inline-start: 200px !important;
}

.me-10 {
    -webkit-margin-end: 10px !important;
    margin-inline-end: 10px !important;
}

.me-15 {
    -webkit-margin-end: 15px !important;
    margin-inline-end: 15px !important;
}

.me-20 {
    -webkit-margin-end: 20px !important;
    margin-inline-end: 20px !important;
}

.me-30 {
    -webkit-margin-end: 30px !important;
    margin-inline-end: 30px !important;
}

.me-40 {
    -webkit-margin-end: 40px !important;
    margin-inline-end: 40px !important;
}

.me-50 {
    -webkit-margin-end: 50px !important;
    margin-inline-end: 50px !important;
}

.me-60 {
    -webkit-margin-end: 60px !important;
    margin-inline-end: 60px !important;
}

.me-70 {
    -webkit-margin-end: 70px !important;
    margin-inline-end: 70px !important;
}

.me-80 {
    -webkit-margin-end: 80px !important;
    margin-inline-end: 80px !important;
}

.me-90 {
    -webkit-margin-end: 90px !important;
    margin-inline-end: 90px !important;
}

.me-100 {
    -webkit-margin-end: 100px !important;
    margin-inline-end: 100px !important;
}

.me-150 {
    -webkit-margin-end: 150px !important;
    margin-inline-end: 150px !important;
}

.me-200 {
    -webkit-margin-end: 200px !important;
    margin-inline-end: 200px !important;
}

/* --------------- padding classes --------------- */
.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.p-150 {
    padding: 150px !important;
}

.p-200 {
    padding: 200px !important;
}

.ps-10 {
    -webkit-padding-start: 10px !important;
    padding-inline-start: 10px !important;
}

.ps-15 {
    -webkit-padding-start: 15px !important;
    padding-inline-start: 15px !important;
}

.ps-20 {
    -webkit-padding-start: 20px !important;
    padding-inline-start: 20px !important;
}

.ps-30 {
    -webkit-padding-start: 30px !important;
    padding-inline-start: 30px !important;
}

.ps-40 {
    -webkit-padding-start: 40px !important;
    padding-inline-start: 40px !important;
}

.ps-50 {
    -webkit-padding-start: 50px !important;
    padding-inline-start: 50px !important;
}

.ps-60 {
    -webkit-padding-start: 60px !important;
    padding-inline-start: 60px !important;
}

.ps-70 {
    -webkit-padding-start: 70px !important;
    padding-inline-start: 70px !important;
}

.ps-80 {
    -webkit-padding-start: 80px !important;
    padding-inline-start: 80px !important;
}

.ps-90 {
    -webkit-padding-start: 90px !important;
    padding-inline-start: 90px !important;
}

.ps-100 {
    -webkit-padding-start: 100px !important;
    padding-inline-start: 100px !important;
}

.ps-150 {
    -webkit-padding-start: 150px !important;
    padding-inline-start: 150px !important;
}

.ps-200 {
    -webkit-padding-start: 200px !important;
    padding-inline-start: 200px !important;
}

.pe-10 {
    -webkit-padding-end: 10px !important;
    padding-inline-end: 10px !important;
}

.pe-15 {
    -webkit-padding-end: 15px !important;
    padding-inline-end: 15px !important;
}

.pe-20 {
    -webkit-padding-end: 20px !important;
    padding-inline-end: 20px !important;
}

.pe-30 {
    -webkit-padding-end: 30px !important;
    padding-inline-end: 30px !important;
}

.pe-40 {
    -webkit-padding-end: 40px !important;
    padding-inline-end: 40px !important;
}

.pe-50 {
    -webkit-padding-end: 50px !important;
    padding-inline-end: 50px !important;
}

.pe-60 {
    -webkit-padding-end: 60px !important;
    padding-inline-end: 60px !important;
}

.pe-70 {
    -webkit-padding-end: 70px !important;
    padding-inline-end: 70px !important;
}

.pe-80 {
    -webkit-padding-end: 80px !important;
    padding-inline-end: 80px !important;
}

.pe-90 {
    -webkit-padding-end: 90px !important;
    padding-inline-end: 90px !important;
}

.pe-100 {
    -webkit-padding-end: 100px !important;
    padding-inline-end: 100px !important;
}

.pe-150 {
    -webkit-padding-end: 150px !important;
    padding-inline-end: 150px !important;
}

.pe-200 {
    -webkit-padding-end: 200px !important;
    padding-inline-end: 200px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

/* --------------- opacity classes --------------- */
.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.op-10 {
    opacity: 1;
}

/* --------------- lineHeight classes --------------- */
.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 1.2;
}

.lh-3 {
    line-height: 1.4;
}

.lh-4 {
    line-height: 1.6;
}

.lh-5 {
    line-height: 1.8;
}

.lh-6 {
    line-height: 2;
}

.lh-7 {
    line-height: 2.5;
}

.lh-8 {
    line-height: 3;
}

/* --------------- border color classes --------------- */
.brd-light {
    border-color: rgba(255, 255, 255, 0.2666666667) !important;
}

.brd-gray {
    border-color: #d9d9d9 !important;
}

/* ---------------  color classes --------------- */
.color-000 {
    color: #000 !important;
}

.color-111 {
    color: #111 !important;
}

.color-222 {
    color: #222 !important;
}

.color-333 {
    color: #333 !important;
}

.color-444 {
    color: #444 !important;
}

.color-555 {
    color: #555 !important;
}

.color-666 {
    color: #666 !important;
}

.color-777 {
    color: #777 !important;
}

.color-888 {
    color: #888 !important;
}

.color-999 {
    color: #999 !important;
}

.color-ccc {
    color: #cccccc !important;
}

.color-fff {
    color: #fff !important;
}

.bg-000 {
    background-color: #000;
}

/* --------------- icons size --------------- */
.icon-3 {
    width: 3px;
    height: 3px;
}

.icon-6 {
    width: 6px;
    height: 6px;
}

.icon-8 {
    width: 8px;
    height: 8px;
}

.icon-10 {
    width: 10px;
    height: 10px;
}

.icon-15 {
    width: 15px;
    height: 15px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-25 {
    width: 25px;
    height: 25px;
}

.icon-30 {
    width: 30px;
    height: 30px;
}

.icon-35 {
    width: 35px;
    height: 35px;
}

.icon-40 {
    width: 40px;
    height: 40px;
}

.icon-45 {
    width: 45px;
    height: 45px;
}

.icon-50 {
    width: 50px;
    height: 50px;
}

.icon-55 {
    width: 55px;
    height: 55px;
}

.icon-60 {
    width: 60px;
    height: 60px;
}

.icon-65 {
    width: 65px;
    height: 65px;
}

.icon-70 {
    width: 70px;
    height: 70px;
}

.icon-75 {
    width: 75px;
    height: 75px;
}

.icon-80 {
    width: 80px;
    height: 80px;
}

.icon-85 {
    width: 85px;
    height: 85px;
}

.icon-90 {
    width: 90px;
    height: 90px;
}

.icon-95 {
    width: 95px;
    height: 95px;
}

.icon-100 {
    width: 100px;
    height: 100px;
}

.icon-125 {
    width: 125px;
    height: 125px;
}

.icon-150 {
    width: 150px;
    height: 150px;
}

.icon-175 {
    width: 175px;
    height: 175px;
}

.icon-200 {
    width: 200px;
    height: 200px;
}

/* --------------- img classes --------------- */
.img-cover {
    display: block;
}
.img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-contain {
    display: block;
}
.img-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.imgrotate-scale-hover {
    overflow: hidden;
}
.imgrotate-scale-hover img {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}
.imgrotate-scale-hover:hover img {
    -webkit-transform: rotate(-10deg) scale(1.2);
    -ms-transform: rotate(-10deg) scale(1.2);
    transform: rotate(-10deg) scale(1.2);
}

/* --------------- height classes --------------- */
.th-10 {
    height: 10px !important;
}

.th-20 {
    height: 20px !important;
}

.th-30 {
    height: 30px !important;
}

.th-40 {
    height: 40px !important;
}

.th-50 {
    height: 50px !important;
}

.th-60 {
    height: 60px !important;
}

.th-70 {
    height: 70px !important;
}

.th-80 {
    height: 80px !important;
}

.th-90 {
    height: 90px !important;
}

.th-100 {
    height: 100px !important;
}

.th-120 {
    height: 120px !important;
}

.th-140 {
    height: 140px !important;
}

.th-160 {
    height: 160px !important;
}

.th-180 {
    height: 180px !important;
}

.th-200 {
    height: 200px !important;
}

.th-230 {
    height: 230px !important;
}

.th-250 {
    height: 250px !important;
}

.th-280 {
    height: 280px !important;
}

.th-300 {
    height: 300px !important;
}

.th-330 {
    height: 330px !important;
}

.th-350 {
    height: 350px !important;
}

.th-380 {
    height: 380px !important;
}

.th-400 {
    height: 400px !important;
}

.th-425 {
    height: 425px !important;
}

.th-450 {
    height: 450px !important;
}

.th-475 {
    height: 475px !important;
}

.th-500 {
    height: 500px !important;
}

.th-525 {
    height: 525px !important;
}

.th-550 {
    height: 550px !important;
}

.th-575 {
    height: 575px !important;
}

.th-600 {
    height: 600px !important;
}

.th-650 {
    height: 650px !important;
}

.th-700 {
    height: 700px !important;
}

.th-750 {
    height: 750px !important;
}

.th-800 {
    height: 800px !important;
}

.th-900 {
    height: 900px !important;
}

.th-1000 {
    height: 1000px !important;
}

/* --------------- letter spacing classes --------------- */
.ltspc-0 {
    letter-spacing: 0 !important;
}

.ltspc-1 {
    letter-spacing: 1px !important;
}

.ltspc-2 {
    letter-spacing: 2px !important;
}

.ltspc-3 {
    letter-spacing: 3px !important;
}

.ltspc-4 {
    letter-spacing: 4px !important;
}

.ltspc-5 {
    letter-spacing: 5px !important;
}

.ltspc-8 {
    letter-spacing: 8px !important;
}

.ltspc-10 {
    letter-spacing: 10px !important;
}

.ltspc-12 {
    letter-spacing: 12px !important;
}

.ltspc-15 {
    letter-spacing: 15px !important;
}

.ltspc-17 {
    letter-spacing: 17px !important;
}

.ltspc-20 {
    letter-spacing: 20px !important;
}

.ltspc--1 {
    letter-spacing: -1px !important;
}

.ltspc--2 {
    letter-spacing: -2px !important;
}

.ltspc--3 {
    letter-spacing: -3px !important;
}

.fsz-10px {
    font-size: 10px !important;
}

.fsz-11px {
    font-size: 11px !important;
}

.fsz-12px {
    font-size: 12px !important;
}

.fsz-13px {
    font-size: 13px !important;
}

.fsz-14px {
    font-size: 14px !important;
}

.fsz-15px {
    font-size: 15px !important;
}

.fsz-16px {
    font-size: 16px !important;
}

.fsz-17px {
    font-size: 17px !important;
}

.fsz-18px {
    font-size: 18px !important;
}

.fsz-19px {
    font-size: 19px !important;
}

.fsz-20px {
    font-size: 20px !important;
}

.fsz-21px {
    font-size: 21px !important;
}

.fsz-22px {
    font-size: 22px !important;
}

.fsz-23px {
    font-size: 23px !important;
}

.fsz-24px {
    font-size: 24px !important;
}

.fsz-25px {
    font-size: 25px !important;
}

.fsz-26px {
    font-size: 26px !important;
}

.fsz-27px {
    font-size: 27px !important;
}

.fsz-28px {
    font-size: 28px !important;
}

.fsz-29px {
    font-size: 29px !important;
}

.fsz-30px {
    font-size: 30px !important;
}

.fsz-35px {
    font-size: 35px !important;
}

.fsz-40px {
    font-size: 40px !important;
}

.fsz-45px {
    font-size: 45px !important;
}

.fsz-50px {
    font-size: 50px !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.znd1 {
    z-index: 1;
}

.znd2 {
    z-index: 2;
}

.znd3 {
    z-index: 3;
}

.znd4 {
    z-index: 4;
}

.znd5 {
    z-index: 5;
}

.znd6 {
    z-index: 6;
}

.znd7 {
    z-index: 7;
}

.znd8 {
    z-index: 8;
}

.znd9 {
    z-index: 9;
}

.znd10 {
    z-index: 10;
}

/* ===============================================================
			[ * buttons Section ]
================================================================*/
/* --------------- buttons styles --------------- */
.butn,
.btn {
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.butn span,
.btn span {
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}
.butn small,
.btn small {
    font-size: 12px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}
.butn.butn-gard::before,
.btn.butn-gard::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn.butn-gard:hover::before,
.btn.butn-gard:hover::before {
    left: -50%;
}
.butn.dark_brdr_butn,
.btn.dark_brdr_butn {
    border: 1px solid rgba(153, 153, 153, 0.3333333333);
    background: transparent;
}
.butn.dark_brdr_butn span,
.btn.dark_brdr_butn span {
    color: #000;
}
.butn.dark_brdr_butn.hover-orange1:hover,
.btn.dark_brdr_butn.hover-orange1:hover {
    border: 1px solid var(--color-orange1) !important;
    background: var(--color-orange1);
}
.butn.dark_brdr_butn.hover-orange1:hover span,
.btn.dark_brdr_butn.hover-orange1:hover span {
    color: #fff;
}
.butn.dark-butn,
.btn.dark-butn {
    background: #000;
}
.butn.dark-butn span,
.butn.dark-butn small,
.btn.dark-butn span,
.btn.dark-butn small {
    color: #fff;
}
.butn.sm-butn,
.btn.sm-butn {
    padding: 10px 25px;
}
.butn.sm-butn span,
.btn.sm-butn span {
    font-size: 12px;
}
.butn:hover,
.btn:hover {
    background: var(--color-main);
    border-color: transparent !important;
}
.butn:hover span,
.btn:hover span {
    color: #fff;
}
.butn.hover-shadow:hover,
.btn.hover-shadow:hover {
    -webkit-box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.1333333333);
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.1333333333);
}

/* ===============================================================
			[ * navbar Section ]
================================================================*/
/* --------------- navbar style --------------- */
.navbar-container {
    position: relative;
    z-index: 999;
}

.navbar {
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .dropdown-menu,
.navbar .dropdownMenu {
    position: absolute;
    min-width: 200px;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 110px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}
.navbar .dropdown-menu .dropdown-item,
.navbar .dropdownMenu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
    font-family: 'neto', serif;
}
.navbar .dropdown-menu li:last-of-type .dropdown-item,
.navbar .dropdownMenu li:last-of-type .dropdown-item {
    border: 0;
}
.navbar .dropdown:hover .dropdownMenu {
    opacity: 1;
    visibility: visible;
    top: 86px;
}
/* --------------- navbar style-4 --------------- */
.top-navbar.style-4 {
    padding: 35px 0;
    position: relative;
    z-index: 999;
}
.top-navbar.style-4 .nav-subs-card {
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: calc(100% - 30px);
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-navbar.style-4 .nav-subs-card.show {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.top-navbar.style-4 .nav-subs-card .cls {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.top-navbar.style-4 .nav-subs-card .sub-form .form-group {
    position: relative;
}
.top-navbar.style-4 .nav-subs-card .sub-form .form-group .form-control {
    width: 100%;
    height: 55px;
    background-color: #f0f0f0;
    border: 1px solid rgba(153, 153, 153, 0.2666666667);
    padding: 0 90px 0 50px;
    font-size: 14px;
    border-radius: 50px;
}
.top-navbar.style-4 .nav-subs-card .sub-form .form-group .icon {
    position: absolute;
    bottom: 11px;
    left: 15px;
    z-index: 2;
    font-size: 22px;
}
.top-navbar.style-4 .nav-subs-card .sub-form .form-group button {
    position: absolute;
    bottom: 16px;
    right: 10px;
    color: var(--color-main);
    background: transparent;
    border: 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.top-navbar.style-4 .logo-brand img {
    width: 250px;
    display:block;
}
.top-navbar.style-4 .search-form .form-group {
    display: -webkit-box;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 5px;
}
.top-navbar.style-4 .search-form .form-group .icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 21px;
    background: transparent;
    border: 0;
}
.top-navbar.style-4 .search-form .form-group input {
    width: 100%;
    background: transparent;
    border: 0;
}
.top-navbar.style-4 .nav-side {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.top-navbar.style-4 .nav-side .icon-link {
    position: relative;
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
}
.top-navbar.style-4 .nav-side .icon-link:last-of-type {
    -webkit-margin-start: 25px;
    margin-inline-start: 25px;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    -webkit-border-start: 1px solid rgba(153, 153, 153, 0.2666666667);
    border-inline-start: 1px solid rgba(153, 153, 153, 0.2666666667);
    width: 50px;
    height: 35px;
}
.top-navbar.style-4 .nav-side .icon-link.noti-dot {
    height: 30px;
    position: relative;
}
.top-navbar.style-4 .nav-side .icon-link.noti-dot::after {
    position: absolute;
    content: "";
    right: -3px;
    top: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--color-main);
}

.navbar.style-4 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.navbar.style-4 .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
    margin: 0 15px;
    font-family: neto, serif;
}
.navbar.style-4 .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0 !important;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #fe5722;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link.active {
    font-weight: 600;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link:hover::before, .navbar.style-4 .navbar-nav .nav-item .nav-link.active::before {
    width: 100%;
    left: 0;
}
.navbar.style-4 .navbarList-icon {
    border: 0;
    padding: 0;
    background: transparent;
}
.navbar.style-4 .navbarList-icon span {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 4px 0;
    display: block;
}
.navbar.style-4 .darkLight-btn {
    background-color: var(--color-creamy1);
    padding: 5px;
    border-radius: 30px;
    display: inline-flex;
    gap: 8px;
}
.navbar.style-4 .darkLight-btn .icon {
    position: relative;
    font-size: 21px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}
.navbar.style-4 .darkLight-btn .icon i {
    position: relative;
    z-index: 5;
}
.navbar.style-4 .darkLight-btn .icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.navbar.style-4 .darkLight-btn .icon.active {
    color: #000;
}
.navbar.style-4 .darkLight-btn .icon.active::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.navbar.style-4 .nav-social .social-icon {
    font-size: 17px;
    color: #666;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.navbar.style-4 .dropdown:hover .dropdownMenu {
    top: calc(100% + 1px);
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1);
}

.navbar-nav>li {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.nav-search-style1 {
    display: none;
    padding: 20px;
    background-color: #fdf6f5;
}
.nav-search-style1 .info h5 {
    text-transform: capitalize;
    line-height: 1.8;
}
.nav-search-style1 .form .form-group {
    position: relative;
}
.nav-search-style1 .form .form-group .form-control {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.1333333333);
    border-radius: 3px;
    padding: 0 90px 0 50px;
    font-size: 14px;
    font-family: neto, serif;
}
.nav-search-style1 .form .form-group .icon {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 2;
    font-size: 20px;
    color: #21252957;
}
.nav-search-style1 .form .form-group button {
    position: absolute;
    bottom: 14px;
    right: 10px;
    color: var(--color-main);
    background: transparent;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: neto, serif;
}
.info h5 {
    font-family: neto, serif;
    font-weight: normal;
    font-size: 18px;
}

.nav-search-style1 .justify-content-beetwen {
    justify-content: space-between;
}

.nav-search-style1 .form .form-group .icon i {
    color: #2125296e;
}
/* ===============================================================
			[ * post_grid Section ]
================================================================*/
/* ----------  Post grid default ------------ */
.tc-post-grid-default .item .img {
    position: relative;
}
.tc-post-grid-default .item .img .tags {
    position: absolute;
    top: 15px;
    left: 15px;
}
.tc-post-grid-default .item .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-grid-default .item .img .video_icon i {
    color: #fff;
    font-size: 25px;
}
.tc-post-grid-default .item .img .rate {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #1db911;
    z-index: 10;
}
.tc-post-grid-default .item .content h5.title {
    font-size: 18px;
    line-height: 24px;
}
.tc-post-grid-default .item .content h4.title {
    font-size: 20px;
    line-height: 28px;
}
.tc-post-grid-default .item .content h3.title {
    font-size: 26px;
    line-height: 35px;
}
.tc-post-grid-default .item .content h2.title {
    font-size: 30px;
    line-height: 36px;
}
.tc-post-grid-default .item .content .meta-bot {
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}

/* ----------  Post grid style3 ------------ */
.tc-post-grid-style3 .item .img {
    position: relative;
}
.tc-post-grid-style3 .item .img .tags {
    position: absolute;
    top: 15px;
    left: 15px;
}
.tc-post-grid-style3 .item .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-grid-style3 .item .img .video_icon i {
    color: #fff;
    font-size: 25px;
}
.tc-post-grid-style3 .item .img .rate {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #1db911;
    z-index: 10;
}
.tc-post-grid-style3 .item .content h5.title {
    font-size: 18px;
    line-height: 24px;
}
.tc-post-grid-style3 .item .content h4.title {
    font-size: 20px;
    line-height: 28px;
}
.tc-post-grid-style3 .item .content h3.title {
    font-size: 26px;
    line-height: 35px;
}
.tc-post-grid-style3 .item .content h2.title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}
.tc-post-grid-style3 .item .content .text {
    font-size: 16px;
    line-height: 26px;
}
/* ===============================================================
			[ * post_list Section ]
================================================================*/
/* ----------  Post list default ------------ */
/* ----------  Post list style1 ------------ */
.tc-post-list-style1 .tc-post-title-style1 {
    text-transform: uppercase;
    color: #000;
    padding: 15px 20px;
    background-color: #fff;
}
.tc-post-list-style1 .items {
    padding: 0 20px;
    background-color: #fff;
}
.tc-post-list-style1 .items .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}
.tc-post-list-style1 .items .item .num {
    font-size: 36px;
    color: #999;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-post-list-style1 .items .item .content h6.title {
    font-size: 15px;
}
.tc-post-list-style1 .items .item .content h5.title {
    font-size: 18px;
    line-height: 24px;
}
.tc-post-list-style1 .items .item .content h4.title {
    font-size: 20px;
    line-height: 28px;
}
.tc-post-list-style1 .items .item .content h3.title {
    font-size: 30px;
    line-height: 36px;
}
.tc-post-list-style1 .items .item:hover .num {
    color: var(--color-main);
}

/* ----------  Post list style2 ------------ */
.tc-post-list-style2 .items .item {
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
}
.tc-post-list-style2 .items .item:first-of-type {
    padding-top: 0;
}
.tc-post-list-style2 .items .item:last-of-type {
    padding-bottom: 0;
}
.tc-post-list-style2 .items .item .img {
    position: relative;
}
.tc-post-list-style2 .items .item .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-list-style2 .items .item .img .video_icon i {
    color: #fff;
    font-size: 25px;
}
.tc-post-list-style2 .items .item .content h6.title {
    font-size: 15px;
}
.tc-post-list-style2 .items .item .content h5.title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
}
.tc-post-list-style2 .items .item .content h4.title {
    font-size: 20px;
    line-height: 28px;
}
.tc-post-list-style2 .items .item .content h3.title {
    font-size: 30px;
    line-height: 36px;
}
.tc-post-list-style2 .items .item .content .meta-bot {
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}
/* ----------  Post list style3 ------------ */
.tc-post-list-style3 .items .item {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}
.tc-post-list-style3 .items .item:first-of-type {
    padding-top: 0;
}
.tc-post-list-style3 .items .item.gary-item {
    position: relative;
    padding: 25px;
    border-radius: 15px;
    background-color: #f1f1f1;
    border: 0;
    margin: 30px 0;
}
.tc-post-list-style3 .items .item.gary-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d9d9d9;
}
.tc-post-list-style3 .items .item .img {
    position: relative;
}
.tc-post-list-style3 .items .item .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-list-style3 .items .item .img .video_icon i {
    color: #fff;
    font-size: 25px;
}
.tc-post-list-style3 .items .item .img .rate {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #1db911;
    z-index: 10;
}
.tc-post-list-style3 .items .item .content {
    position: relative;
    height: 100%;
    padding-bottom: 30px;
}
.tc-post-list-style3 .items .item .content h6.title {
    font-size: 18px;
}
.tc-post-list-style3 .items .item .content h5.title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
}
.tc-post-list-style3 .items .item .content h4.title {
    font-size: 14px;
    line-height: 24px;
}
.tc-post-list-style3 .items .item .content h3.title {
    font-size: 30px;
    line-height: 36px;
}
.tc-post-list-style3 .items .item .content .meta-bot {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-style6 .tc-post-list-style3 .items .gary-item {
    padding: 30px;
    background-color: #eff2f5;
}
.home-style6 .tc-post-list-style3 .items .gary-item .tags {
    font-size: 13px;
    font-weight: bold;
    color: #3c5c6e;
}
.home-style6 .tc-post-list-style3 .items .gary-item .img {
    height: 130px;
}
.home-style6 .tc-post-list-style3 .items .gary-item .content h4.title {
    font-size: 17px;
}
.home-style6 .tc-post-list-style3 .items .gary-item::after {
    display: none;
}

/* ----------  Post list style4 ------------ */
.tc-post-list-style4 .items {
    background-color: #f7f7f7;
    padding-right: 30px;
    padding-left: 30px;
}
.tc-post-list-style4 .items .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    height: 130px;
    max-height: 130px;
}
.tc-post-list-style4 .items .item .num {
    font-size: 35px;
    color: #999;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.tc-post-list-style4 .items .item .content h6.title {
    font-size: 0.85rem;
    font-family: 'neto', serif;
}
.tc-post-list-style4 .items .item .content h5.title {
    font-size: 18px;
    line-height: 24px;
}
.tc-post-list-style4 .items .item .content h4.title {
    font-size: 20px;
    line-height: 28px;
}
.tc-post-list-style4 .items .item .content h3.title {
    font-size: 30px;
    line-height: 36px;
}
.tc-post-list-style4 .items .item:hover .num {
    color: #000;
}
.tc-post-list-style4 .items .item:hover .content h3, .tc-post-list-style4 .items .item:hover .content h4, .tc-post-list-style4 .items .item:hover .content h5, .tc-post-list-style4 .items .item:hover .content h6 {
    text-decoration: underline;
}

/* ----------  Post list style5 ------------ */
.tc-post-list-style5 .items .item {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}
.tc-post-list-style5 .items .item .img {
    position: relative;
}
.tc-post-list-style5 .items .item .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-list-style5 .items .item .img .video_icon i {
    color: #fff;
    font-size: 25px;
}
.tc-post-list-style5 .items .item .content .tags a {
    padding: 4px 20px 4px 10px;
    background-color: var(--color-darkGray);
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    font-size: 11px;
    text-transform: uppercase;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tc-post-list-style5 .items .item .content .tags a.live {
    -webkit-clip-path: none;
    clip-path: none;
    background-color: #ed3410;
    padding: 5px 15px 5px;
}
.tc-post-list-style5 .items .item .content h6.title {
    font-size: 15px;
}
.tc-post-list-style5 .items .item .content h5.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.tc-post-list-style5 .items .item .content h4.title {
    font-size: 20px;
    line-height: 28px;
}
.tc-post-list-style5 .items .item .content h3.title {
    font-size: 30px;
    line-height: 36px;
}

/* ----------  Post list style6 ------------ */
.tc-post-list-style6 .main-post {
    overflow: hidden;
    position: relative;
}
.tc-post-list-style6 .main-post::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6588235294), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6588235294), transparent);
    z-index: 1;
}
.tc-post-list-style6 .main-post .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    color: #fff;
    padding: 20px;
}
.tc-post-list-style6 .main-post .info h5.title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}
.tc-post-list-style6 .main-post .info .tags a {
    padding: 4px 20px 4px 10px;
    background-color: var(--color-darkGray);
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    font-size: 11px;
    text-transform: uppercase;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tc-post-list-style6 .main-post .info .tags a.live {
    -webkit-clip-path: none;
    clip-path: none;
    background-color: #ed3410;
    padding: 5px 15px 5px;
}
.tc-post-list-style6 .items .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #d9d9d9;
}
.tc-post-list-style6 .items .item .num {
    font-size: 36px;
    color: #999;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 20px 10px 0;
    -webkit-border-end: 1px solid rgba(153, 153, 153, 0.2);
    border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
    width: 40px;
}
.tc-post-list-style6 .items .item .content .tags a {
    padding: 4px 20px 4px 10px;
    background-color: var(--color-darkGray);
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    font-size: 11px;
    text-transform: uppercase;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tc-post-list-style6 .items .item .content .tags a.live {
    -webkit-clip-path: none;
    clip-path: none;
    background-color: #ed3410;
    padding: 5px 15px 5px;
}
.tc-post-list-style6 .items .item:hover .num {
    color: var(--color-darkGray);
}

/* ----------  Post list style7 ------------ */
.tc-post-list-style7 .item {
    display: -webkit-box;
    display: flex;
}
.tc-post-list-style7 .item .numb {
    color: var(--color-orange1);
    font-size: 36px;
    font-weight: bold;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 10px;
}
.tc-post-list-style7 .item .img {
    display: block;
    width: 100px;
    height: 75px;
    overflow: hidden;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 3px;
}
.tc-post-list-style7 .item h6.title {
    font-size: 18px;
    font-weight: bold;
}

/* ===============================================================
			[ * post_overlay Section ]
================================================================*/
/* ----------  Post overlay default ------------ */
.tc-post-overlay-default {
    position: relative;
}
.tc-post-overlay-default .img {
    position: relative;
}
.tc-post-overlay-default .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}
.tc-post-overlay-default .img .tags {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    margin-bottom: 15px;
    z-index: 5;
    text-transform: uppercase;
}
.tc-post-overlay-default .img .tags a:hover {
    color: var(--color-main);
}
.tc-post-overlay-default .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-overlay-default .img .video_icon i {
    color: #fff;
    font-size: 25px;
    position: relative;
    left: 2px;
    top: 2px;
}
.tc-post-overlay-default .img .rate {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #1db911;
    z-index: 10;
}
.tc-post-overlay-default .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
.tc-post-overlay-default .content h2.title {
    font-size: 34px;
    line-height: 42px;
    color: #fff;
}
.tc-post-overlay-default .content h3.title {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.tc-post-overlay-default .content h4.title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.tc-post-overlay-default .content .text {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
.tc-post-overlay-default .content .meta-bot {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}

/* ----------  Post overlay style1 ------------ */
.tc-Post-overlay-style1 {
    position: relative;
}
.tc-Post-overlay-style1 .item {
    position: relative;
}
.tc-Post-overlay-style1 .item .img {
    position: relative;
}
.tc-Post-overlay-style1 .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
    pointer-events: none;
}
.tc-Post-overlay-style1 .item .img .tags-15 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}
.tc-Post-overlay-style1 .item .img .tags-20 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
}
.tc-Post-overlay-style1 .item .img .tags-25 {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 5;
}
.tc-Post-overlay-style1 .item .img .tags-30 {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
}
.tc-Post-overlay-style1 .item .img .tags-35 {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 5;
}
.tc-Post-overlay-style1 .item .img .rate {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #1db911;
    z-index: 10;
}
.tc-Post-overlay-style1 .item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
}
.tc-Post-overlay-style1 .item .content .video_icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-Post-overlay-style1 .item .content .video_icon i {
    color: #fff;
    font-size: 25px;
    line-height: 0;
}
.tc-Post-overlay-style1 .item .content h2.title {
    font-size: 34px;
    line-height: 42px;
    color: #fff;
}
.tc-Post-overlay-style1 .item .content h3.title {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.tc-Post-overlay-style1 .item .content h4.title {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.tc-Post-overlay-style1 .item .content h6.title {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.tc-Post-overlay-style1 .item .content .text {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
/* ----------  Post overlay style2 ------------ */
.tc-post-overlay-style2 {
    position: relative;
}
.tc-post-overlay-style2 .img {
    position: relative;
}
.tc-post-overlay-style2 .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}
.tc-post-overlay-style2 .img .tags {
    position: absolute;
    z-index: 5;
}
.tc-post-overlay-style2 .img .tags a {
    font-size: 13px;
    padding: 5px 10px;
    background-color: #ffffff;
    color: #000;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'neto', serif;
}
.verdict a, .date a {
    font-family: 'neto', serif;
}
.tc-post-overlay-style2 .img .tags a:hover {
    color: var(--color-main);
}
.tc-post-overlay-style2 .img .tags.tags-40 {
    top: 40px;
    left: 40px;
}
.tc-post-overlay-style2 .img .tags.tags-30 {
    top: 30px;
    left: 30px;
}
.tc-post-overlay-style2 .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-overlay-style2 .img .video_icon i {
    color: #fff;
    font-size: 25px;
    position: relative;
    left: 2px;
    top: 2px;
}
.tc-post-overlay-style2 .img .rate {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #1db911;
    z-index: 10;
}
.tc-post-overlay-style2 .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
.tc-post-overlay-style2 .content h2.title {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
    font-family: 'neto', serif;
    max-width: 75%;
}
.tc-post-overlay-style2 .content h3.title {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: normal;
}
.tc-post-overlay-style2 .content h4.title {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: normal;
}
.tc-post-overlay-style2 .content h5.title {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: normal;
}
.tc-post-overlay-style2 .content h6.title {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    font-weight: normal;
}
.tc-post-overlay-style2 .content .text {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

/* ----------  Post overlay style5 ------------ */
.tc-post-overlay-style5 {
    position: relative;
}
.tc-post-overlay-style5 .item {
    overflow: hidden;
    position: relative;
}
.tc-post-overlay-style5 .item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7882352941), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7882352941), transparent);
    z-index: 1;
}
.tc-post-overlay-style5 .item .img {
    position: relative;
}
.tc-post-overlay-style5 .item .img .tags {
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 40px;
}
.tc-post-overlay-style5 .item .img .tags a {
    padding: 4px 20px 4px 10px;
    background-color: var(--color-darkGray);
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    font-size: 12px;
    text-transform: uppercase;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tc-post-overlay-style5 .item .img .tags a.live {
    -webkit-clip-path: none;
    clip-path: none;
    background-color: #ed3410;
    padding: 5px 15px 5px;
}
.tc-post-overlay-style5 .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    color: #fff;
    padding: 40px;
}
.tc-post-overlay-style5 .item .info .video_icon {
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
}
.tc-post-overlay-style5 .item .info .video_icon i {
    color: #fff;
    font-size: 25px;
    display: inline-flex;
}
.tc-post-overlay-style5 .item .info h2.title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
}
.tc-post-overlay-style5 .item .info h3.title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}
.tc-post-overlay-style5 .arrows {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 100px;
    z-index: 10;
    padding: 0;
}
.tc-post-overlay-style5 .arrows .swiper-button-next,
.tc-post-overlay-style5 .arrows .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #fff;
    top: 5px;
    margin: 0;
}
.tc-post-overlay-style5 .arrows .swiper-button-next::after,
.tc-post-overlay-style5 .arrows .swiper-button-prev::after {
    font-size: 13px;
    color: #444;
}
.tc-post-overlay-style5 .arrows .swiper-button-next:hover,
.tc-post-overlay-style5 .arrows .swiper-button-prev:hover {
    background-color: var(--color-darkGray);
}
.tc-post-overlay-style5 .arrows .swiper-button-next:hover::after,
.tc-post-overlay-style5 .arrows .swiper-button-prev:hover::after {
    color: #fff;
}

/* ----------  Post overlay style8 ------------ */
.tc-post-overlay-style8 {
    position: relative;
}
.tc-post-overlay-style8 .item {
    position: relative;
}
.tc-post-overlay-style8 .item .img {
    position: relative;
}
.tc-post-overlay-style8 .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
    pointer-events: none;
}
.tc-post-overlay-style8 .item .img .tags {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
}
.tc-post-overlay-style8 .item .img .tags a {
    position: relative;
    padding-left: 28px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}
.tc-post-overlay-style8 .item .img .tags a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 20px;
    height: 9px;
    background-color: #999;
}
.tc-post-overlay-style8 .item .img .tags a.orange::after {
    background-color: #ec3410;
}
.tc-post-overlay-style8 .item .img .tags a.yellow::after {
    background-color: #ff9813;
}
.tc-post-overlay-style8 .item .img .tags a.cyan::after {
    background-color: #72cbd6;
}
.tc-post-overlay-style8 .item .img .tags a.blue::after {
    background-color: #216ae2;
}
.tc-post-overlay-style8 .item .img .tags a.green::after {
    background-color: #10ec91;
}
.tc-post-overlay-style8 .item .img .tags a.purble::after {
    background-color: #7736d8;
}
.tc-post-overlay-style8 .item .img .rate {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #1db911;
    z-index: 10;
}
.tc-post-overlay-style8 .item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
}
.tc-post-overlay-style8 .item .content .video_icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-overlay-style8 .item .content .video_icon i {
    color: #fff;
    font-size: 25px;
    line-height: 0;
}
.tc-post-overlay-style8 .item .content h4.title {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}
.tc-post-overlay-style8 .item .content .text {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

/* ===============================================================
			[ * post_latest Section ]
================================================================*/
/* ----------  tc-latest-posts-style3 ------------ */
.tc-latest-posts-style3 {
    background-image: url(../img/bg_pattern1.png);
    background-size: cover;
    background-attachment: fixed;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 {
    position: relative;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-container {
    padding-bottom: 70px;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-container .swiper-scrollbar {
    border-radius: 0;
    background: #cccccc;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: var(--color-orange1);
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-next,
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.3333333333);
    top: calc(50% - 30px);
    margin: 0;
    background-color: #fff;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-next::after,
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-prev::after {
    font-size: 13px;
    color: #000;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-next:hover,
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-prev:hover {
    border-color: var(--color-orange1);
    background-color: var(--color-orange1);
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-next:hover::after,
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-prev:hover::after {
    color: #fff;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-next, .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-container-rtl .swiper-button-prev {
    right: -90px;
    left: auto;
}
.tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-prev, .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-container-rtl .swiper-button-next {
    left: -90px;
    right: auto;
}
.tc-latest-posts-style3 .post-card {
    position: relative;
}
.tc-latest-posts-style3 .post-card .img {
    position: relative;
}
.tc-latest-posts-style3 .post-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}
.tc-latest-posts-style3 .post-card .img .tags {
    position: absolute;
    top: 27px;
    left: 30px;
    z-index: 5;
}
.tc-latest-posts-style3 .post-card .img .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.tc-latest-posts-style3 .post-card .img .video_icon i {
    color: #fff;
    font-size: 25px;
    position: relative;
    left: 2px;
    top: 2px;
}
.tc-latest-posts-style3 .post-card .img .rate {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #1db911;
    z-index: 10;
}
.tc-latest-posts-style3 .post-card .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding: 25px;
}
.tc-latest-posts-style3 .post-card .content h4.title {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.tc-latest-posts-style3 .post-card .content .stars i {
    font-size: 14px;
    color: #f0f0f0;
}
.tc-latest-posts-style3 .post-card .content .stars i.active {
    color: #1db911;
}
.tc-latest-posts-style3 .post-card .content .meta-bot {
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
}

/* ----------  tc-latest-posts-style4 ------------ */
.tc-latest-posts-style4 {
    background-color: var(--color-darkGray);
    color: #fff;
}
.tc-latest-posts-style4 .swiper-slide {
    position: relative;
}
.tc-latest-posts-style4 .swiper-slide::after {
    position: absolute;
    content: "";
    right: -25px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1333333333);
}
.tc-latest-posts-style4 .swiper-slide .item {
    min-height: 360px;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev {
    width: 25px;
    height: 23px;
    border-radius: 0;
    border: 0;
    top: -32px;
    background-color: #507a92;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next::after,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev::after {
    font-size: 10px;
    color: #fff;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next:hover,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev:hover {
    background-color: var(--color-main);
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next:hover::after,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev:hover::after {
    color: #fff;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next, .tc-latest-posts-style4 .tc-slider-style1 .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev, .tc-latest-posts-style4 .tc-slider-style1 .swiper-container-rtl .swiper-button-next {
    right: 30px;
    left: auto;
}
.tc-latest-posts-style4 .swiper-pagination {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
.tc-latest-posts-style4 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    margin: 0 5px;
    background-color: #fff;
}

/* ===============================================================
			[ * post_featured Section ]
================================================================*/
.tc-featured-news-style8 {
    background-color: #fff;
    padding: 30px;
    border-top: 5px solid var(--color-main);
}
.tc-featured-news-style8 .tc-featured-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    line-height: 1;
}
.tc-featured-news-style8 .tc-featured-title h5 {
    font-weight: bold;
}
.tc-featured-news-style8 .tc-featured-title small {
    text-transform: uppercase;
}
.tc-featured-news-style8 .tc-featured-news-slider8 {
    position: relative;
    padding-bottom: 60px;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-container {
    position: relative;
    z-index: 20;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-next,
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-prev {
    top: calc(50% - 40px);
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 10;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-next::after,
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-prev::after {
    font-size: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-next {
    right: -50px;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-next::after {
    position: relative;
    right: -8px;
    top: 8px;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-prev {
    left: -50px;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-prev::after {
    position: relative;
    left: -8px;
    bottom: 8px;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 5px;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    margin: 0 5px;
}
.tc-featured-news-style8 .tc-featured-news-slider8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-main);
}

/* ===============================================================
			[ * post_latest Section ]
================================================================*/
/* ----------  tc-latest-posts-style3 ------------ */
.tc-soon-posts-style3 {
    padding: 30px 15px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-top: 5px solid var(--color-orange1);
    border-radius: 10px;
}
.tc-soon-posts-style3 .title {
    display: -webkit-box;
    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;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.tc-soon-posts-style3 .title h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.tc-soon-posts-style3 .post-card {
    padding: 15px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-soon-posts-style3 .post-card:last-of-type {
    border: 0;
    padding-bottom: 0;
}
.tc-soon-posts-style3 .post-card .img {
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.tc-soon-posts-style3 .post-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tc-soon-posts-style3 .post-card .info h6 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.tc-soon-posts-style3 .post-card .info .meta-bot {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

/* ===============================================================
			[ * sliders Section ]
================================================================*/
.slider-active-psNone .swiper-slide {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-active-psNone .swiper-slide-active {
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
    padding-right: 60px !important;
}

/* ----------  slider style-1 ------------ */
.tc-slider-style1 {
    position: relative;
}
.tc-slider-style1 .swiper-button-next,
.tc-slider-style1 .swiper-button-prev {
    width: 25px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    top: -32px;
}
.tc-slider-style1 .swiper-button-next::after,
.tc-slider-style1 .swiper-button-prev::after {
    font-size: 10px;
    color: #000;
}
.tc-slider-style1 .swiper-button-next:hover,
.tc-slider-style1 .swiper-button-prev:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.tc-slider-style1 .swiper-button-next:hover::after,
.tc-slider-style1 .swiper-button-prev:hover::after {
    color: #fff;
}
.tc-slider-style1 .swiper-button-next, .tc-slider-style1 .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.tc-slider-style1 .swiper-button-prev, .tc-slider-style1 .swiper-container-rtl .swiper-button-next {
    right: 30px;
    left: auto;
}
.tc-slider-style1.slider-color-blue1 .swiper-button-next,
.tc-slider-style1.slider-color-blue1 .swiper-button-prev {
    background-color: #f5f5f5;
}
.tc-slider-style1.slider-color-blue1 .swiper-button-next::after,
.tc-slider-style1.slider-color-blue1 .swiper-button-prev::after {
    color: var(--color-blue1);
}
.tc-slider-style1.slider-color-blue1 .swiper-button-next:hover,
.tc-slider-style1.slider-color-blue1 .swiper-button-prev:hover {
    background-color: var(--color-blue1);
    border-color: var(--color-blue1);
}
.tc-slider-style1.slider-color-blue1 .swiper-button-next:hover::after,
.tc-slider-style1.slider-color-blue1 .swiper-button-prev:hover::after {
    color: #fff;
}
.tc-slider-style1.slider-color-orange1 .swiper-button-next,
.tc-slider-style1.slider-color-orange1 .swiper-button-prev {
    background-color: #e2e5e8;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: -40px;
}
.tc-slider-style1.slider-color-orange1 .swiper-button-next:hover,
.tc-slider-style1.slider-color-orange1 .swiper-button-prev:hover {
    background-color: var(--color-orange1);
    border-color: var(--color-orange1);
}
.tc-slider-style1.slider-color-orange1 .swiper-button-next:hover::after,
.tc-slider-style1.slider-color-orange1 .swiper-button-prev:hover::after {
    color: #fff;
}
.tc-slider-style1.slider-color-creamy1 .swiper-button-next,
.tc-slider-style1.slider-color-creamy1 .swiper-button-prev {
    width: 25px;
    height: 23px;
}
.tc-slider-style1.slider-color-creamy1 .swiper-button-next:hover,
.tc-slider-style1.slider-color-creamy1 .swiper-button-prev:hover {
    background-color: var(--color-creamy1);
    border-color: var(--color-creamy1);
}
.tc-slider-style1.slider-color-creamy1 .swiper-button-next:hover::after,
.tc-slider-style1.slider-color-creamy1 .swiper-button-prev:hover::after {
    color: #000;
}
.tc-slider-style1.slider-color-darkGray .swiper-button-next:hover,
.tc-slider-style1.slider-color-darkGray .swiper-button-prev:hover {
    background-color: var(--color-darkGray);
    border-color: var(--color-darkGray);
}
.tc-slider-style1.slider-color-darkGray .swiper-button-next:hover::after,
.tc-slider-style1.slider-color-darkGray .swiper-button-prev:hover::after {
    color: #fff;
}

/* ----------  slider style-2 ------------ */
.tc-slider-style2 {
    position: relative;
}
.tc-slider-style2 .swiper-button-next,
.tc-slider-style2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 24px;
    margin: 0;
}
.tc-slider-style2 .swiper-button-next::after,
.tc-slider-style2 .swiper-button-prev::after {
    font-size: 13px;
    color: #fff;
}
.tc-slider-style2 .swiper-button-next:hover,
.tc-slider-style2 .swiper-button-prev:hover {
    border-color: var(--color-main);
}
.tc-slider-style2 .swiper-button-next:hover::after,
.tc-slider-style2 .swiper-button-prev:hover::after {
    color: var(--color-main);
}
.tc-slider-style2 .swiper-button-next, .tc-slider-style2 .swiper-container-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}
.tc-slider-style2 .swiper-button-prev, .tc-slider-style2 .swiper-container-rtl .swiper-button-next {
    right: 80px;
    left: auto;
}

/* ===============================================================
			[ * trends_news Section ]
================================================================*/
/* ----------  trends-news style-1 ------------ */
.tc-trends-news-style1 .hot-trends-tabs-style1 {
    display: -webkit-box;
    display: flex;
}
.tc-trends-news-style1 .hot-trends-tabs-style1 .links {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-trends-news-style1 .hot-trends-tabs-style1 .links .link {
    font-size: 13px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.tc-trends-news-style1 .hot-trends-tabs-style1 .links .link:hover {
    background-color: var(--color-main);
    color: #fff;
}
.tc-trends-news-style1 .tc-stock-card {
    background-color: #fff;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-title {
    display: -webkit-box;
    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;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body {
    padding: 10px 20px;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item {
    padding: 8px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: 500;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item:last-of-type {
    border: 0;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item .title {
    display: -webkit-box;
    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;
    font-size: 14px;
    color: #000;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item .title h6 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item .title h6 small {
    font-size: 12px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item .inf {
    display: -webkit-box;
    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;
    font-size: 12px;
}
.tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item .inf p {
    font-size: 12px;
    color: #999;
}

/* ----------  tc-trends-news-style2 ------------ */
.tc-trends-news-style2 .content {
    background-color: #f1f1ff;
    padding: 30px 40px;
    border-top: 5px solid var(--color-blue1);
}

/* ----------  tc-trends-news-slider2 ------------ */
.tc-trends-news-slider2 {
    position: relative;
    padding-bottom: 70px;
}
.tc-trends-news-slider2 .swiper-slide {
    position: relative;
}
.tc-trends-news-slider2 .swiper-slide::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(153, 153, 153, 0.3333333333);
}
.tc-trends-news-slider2 .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tc-trends-news-slider2 .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #555;
    margin: 0 10px;
    outline: 1px solid transparent;
    outline-offset: 6px;
}
.tc-trends-news-slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-blue1);
    outline-color: var(--color-blue1);
}
.tc-trends-news-slider2 .card-item {
    position: relative;
    overflow: hidden;
}
.tc-trends-news-slider2 .card-item .img {
    height: 180px;
    position: relative;
    overflow: hidden;
}
.tc-trends-news-slider2 .card-item .img .num {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #451aff;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    font-weight: bold;
}
.tc-trends-news-slider2 .card-item .info .title {
    font-size: 20px;
    color: #000;
    letter-spacing: -1px;
}

/* ----------  tc-trends-news-style3 ------------ */
.tc-trends-news-style3 .tc-slider-style2 .swiper-button-next, .tc-trends-news-style3 .tc-slider-style2 .swiper-button-prev {
    top: 40px;
    background-color: rgba(0, 0, 0, 0.4392156863);
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-trends-news-style3 .tc-slider-style2 .swiper-button-next::after, .tc-trends-news-style3 .tc-slider-style2 .swiper-button-prev::after {
    font-size: 13px;
}
.tc-trends-news-style3 .tc-slider-style2 .swiper-button-next:hover, .tc-trends-news-style3 .tc-slider-style2 .swiper-button-prev:hover {
    background-color: #000;
}
.tc-trends-news-style3 .tc-slider-style2 .swiper-button-next:hover::after, .tc-trends-news-style3 .tc-slider-style2 .swiper-button-prev:hover::after {
    color: #fff;
}

/* ----------  tc-trends-news-style10 ------------ */
.tc-trends-news-style10 {
    padding: 50px 0 80px;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .swiper-container {
    overflow: visible;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .swiper-container .swiper-slide {
    height: auto !important;
    padding: 0 30px;
    border-right: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-trends-news-style10 .tc-trends-news-slider10 .arrows {
    position: relative;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 30px;
    background-color: #dee0ee;
    border-radius: 30px;
    margin: 70px auto 0;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .arrows .swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: flex;
    padding: 0 15px;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .arrows .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .arrows .swiper-button-prev::after,
.tc-trends-news-style10 .tc-trends-news-slider10 .arrows .swiper-button-next::after {
    color: #000;
    font-size: 16px;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .tc-post-grid-default.xl-item {
    max-width: 50vw;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .tc-post-grid-default.lg-item {
    max-width: 40vw;
}
.tc-trends-news-style10 .tc-trends-news-slider10 .tc-post-grid-default.md-item {
    max-width: 30vw;
}

@media screen and (min-width: 1200px) {
    .tc-trends-news-slider10 .swiper-container .swiper-slide {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }
}
@media screen and (max-width: 991px) {
    .tc-trends-news-slider10 .tc-post-grid-default {
        max-width: 100% !important;
        width: 100vw;
    }
    .tc-trends-news-slider10 .tc-post-grid-default .item .img {
        height: 300px !important;
    }
    .tc-trends-news-slider10 .mt-80 {
        margin-top: 10px !important;
    }
    .tc-trends-news-slider10 .tc-trends-news-slider10 .swiper-container .swiper-slide {
        height: -moz-max-content;
        height: max-content;
    }
}

/* ===============================================================
			[ * widget Section ]
================================================================*/
.wid-title-style2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1;
}

/* ----------  widget social style1 ------------ */
.tc-widget-social-style1 {
    padding: 30px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 40px;
}
.tc-widget-social-style1 .content {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tc-widget-social-style1 .content .social-card {
    text-align: center;
    display: inline-block;
    width: 33%;
    margin-bottom: 25px;
}
.tc-widget-social-style1 .content .social-card h6 {
    font-size: 14px;
}
.tc-widget-social-style1 .content .social-card .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 22px;
}
.tc-widget-social-style1 .content .social-card .icon.facebook-icon {
    color: #0c61fe;
}
.tc-widget-social-style1 .content .social-card .icon.twitter-icon {
    color: #00c0ff;
}
.tc-widget-social-style1 .content .social-card .icon.insta-icon {
    color: #fe0c8f;
}
.tc-widget-social-style1 .content .social-card .icon.youtube-icon {
    color: #fe3333;
}
.tc-widget-social-style1 .content .social-card .icon.spotify-icon {
    color: #0ed53d;
}
.tc-widget-social-style1 .content .social-card:hover .facebook-icon {
    color: #fff;
    background-color: #0c61fe;
}
.tc-widget-social-style1 .content .social-card:hover .twitter-icon {
    color: #fff;
    background-color: #00c0ff;
}
.tc-widget-social-style1 .content .social-card:hover .insta-icon {
    color: #fff;
    background-color: #fe0c8f;
}
.tc-widget-social-style1 .content .social-card:hover .youtube-icon {
    color: #fff;
    background-color: #fe3333;
}
.tc-widget-social-style1 .content .social-card:hover .spotify-icon {
    color: #fff;
    background-color: #0ed53d;
}

/* ----------  widget social style2 ------------ */
.tc-widget-social-style2 {
    padding: 30px;
    border: 1px solid rgba(153, 153, 153, 0.2666666667);
    margin-bottom: 30px;
}
.tc-widget-social-style2 .social-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-widget-social-style2 .social-card .icon {
    width: 40px;
    border-right: 1px solid rgba(153, 153, 153, 0.2666666667);
    font-size: 20px;
}
.tc-widget-social-style2 .social-card .icon.facebook-icon {
    color: #0c61fe;
}
.tc-widget-social-style2 .social-card .icon.twitter-icon {
    color: #00c0ff;
}
.tc-widget-social-style2 .social-card .icon.insta-icon {
    color: #fe0c8f;
}
.tc-widget-social-style2 .social-card .icon.youtube-icon {
    color: #fe3333;
}
.tc-widget-social-style2 .social-card .icon.spotify-icon {
    color: #0ed53d;
}
.tc-widget-social-style2 .social-card .cont {
    display: -webkit-box;
    display: flex;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
.tc-widget-social-style2 .social-card .cont h6 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.tc-widget-social-style2 .social-card .cont span {
    color: #666;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
}

/* ----------  widget social style3 ------------ */
.tc-widget-social-style3 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding-bottom: 29px;
}
.tc-widget-social-style3 .social-card {
    border-radius: 10px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    padding: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-widget-social-style3 .social-card.facebook-icon .icon {
    color: #0c61fe;
}
.tc-widget-social-style3 .social-card.facebook-icon:hover {
    background-color: #0c61fe;
}
.tc-widget-social-style3 .social-card.facebook-icon:hover .icon,
.tc-widget-social-style3 .social-card.facebook-icon:hover .cont h6,
.tc-widget-social-style3 .social-card.facebook-icon:hover .cont span {
    color: #fff;
}
.tc-widget-social-style3 .social-card.twitter-icon .icon {
    color: #00c0ff;
}
.tc-widget-social-style3 .social-card.twitter-icon:hover {
    background-color: #00c0ff;
}
.tc-widget-social-style3 .social-card.twitter-icon:hover .icon,
.tc-widget-social-style3 .social-card.twitter-icon:hover .cont h6,
.tc-widget-social-style3 .social-card.twitter-icon:hover .cont span {
    color: #fff;
}
.tc-widget-social-style3 .social-card.instagram-icon .icon {
    color: #fe0c8f;
}
.tc-widget-social-style3 .social-card.instagram-icon:hover {
    background-color: #fe0c8f;
}
.tc-widget-social-style3 .social-card.instagram-icon:hover .icon,
.tc-widget-social-style3 .social-card.instagram-icon:hover .cont h6,
.tc-widget-social-style3 .social-card.instagram-icon:hover .cont span {
    color: #fff;
}
.tc-widget-social-style3 .social-card.youtube-icon .icon {
    color: #fe3333;
}
.tc-widget-social-style3 .social-card.youtube-icon:hover {
    background-color: #fe3333;
}
.tc-widget-social-style3 .social-card.youtube-icon:hover .icon,
.tc-widget-social-style3 .social-card.youtube-icon:hover .cont h6,
.tc-widget-social-style3 .social-card.youtube-icon:hover .cont span {
    color: #fff;
}
.tc-widget-social-style3 .social-card.discord-icon .icon {
    color: #3636e2;
}
.tc-widget-social-style3 .social-card.discord-icon:hover {
    background-color: #3636e2;
}
.tc-widget-social-style3 .social-card.discord-icon:hover .icon,
.tc-widget-social-style3 .social-card.discord-icon:hover .cont h6,
.tc-widget-social-style3 .social-card.discord-icon:hover .cont span {
    color: #fff;
}
.tc-widget-social-style3 .social-card.sms-icon .icon {
    color: #6a30ff;
}
.tc-widget-social-style3 .social-card.sms-icon:hover {
    background-color: #6a30ff;
}
.tc-widget-social-style3 .social-card.sms-icon:hover .icon,
.tc-widget-social-style3 .social-card.sms-icon:hover .cont h6,
.tc-widget-social-style3 .social-card.sms-icon:hover .cont span {
    color: #fff;
}
.tc-widget-social-style3 .social-card.spotify-icon .icon {
    color: #0ed53d;
}
.tc-widget-social-style3 .social-card .icon {
    font-size: 20px;
}
.tc-widget-social-style3 .social-card .cont {
    display: -webkit-box;
    display: flex;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}
.tc-widget-social-style3 .social-card .cont h6 {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}
.tc-widget-social-style3 .social-card .cont span {
    font-size: 13px;
    color: #666;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
}

/* ----------  widget social style4 ------------ */
.tc-widget-social-style4 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding-bottom: 20px;
}
.tc-widget-social-style4 .item {
    display: -webkit-box;
    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;
}
.tc-widget-social-style4 .item .icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-widget-social-style4 .item .icon i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--color-creamy1);
}
.tc-widget-social-style4 .item .icon:hover span {
    text-decoration: underline;
}
.tc-widget-social-style4 .item .icon:hover i.facebook-icon {
    color: #fff;
    background-color: #0c61fe;
}
.tc-widget-social-style4 .item .icon:hover i.twitter-icon {
    color: #fff;
    background-color: #00c0ff;
}
.tc-widget-social-style4 .item .icon:hover i.instagram-icon {
    color: #fff;
    background-color: #fe0c8f;
}
.tc-widget-social-style4 .item .icon:hover i.youtube-icon {
    color: #fff;
    background-color: #fe3333;
}

/* ----------  widget social style4 ------------ */
.tc-widget-social-style5 {
    padding: 30px;
    border: 1px solid rgba(153, 153, 153, 0.2666666667);
    margin-bottom: 30px;
}
.tc-widget-social-style5 .social-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-widget-social-style5 .social-card .icon {
    width: 40px;
    border-right: 1px solid rgba(153, 153, 153, 0.2666666667);
    font-size: 20px;
}
.tc-widget-social-style5 .social-card .icon.facebook-icon {
    color: #0c61fe;
}
.tc-widget-social-style5 .social-card .icon.twitter-icon {
    color: #00c0ff;
}
.tc-widget-social-style5 .social-card .icon.insta-icon {
    color: #fe0c8f;
}
.tc-widget-social-style5 .social-card .icon.youtube-icon {
    color: #fe3333;
}
.tc-widget-social-style5 .social-card .icon.spotify-icon {
    color: #0ed53d;
}
.tc-widget-social-style5 .social-card .cont {
    display: -webkit-box;
    display: flex;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
.tc-widget-social-style5 .social-card .cont h6 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.tc-widget-social-style5 .social-card .cont span {
    color: #666;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
}

/* ----------  widget social style6 ------------ */
.tc-widget-social-style6 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding-bottom: 20px;
}
.tc-widget-social-style6 .item {
    display: -webkit-box;
    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: 15px;
}
.tc-widget-social-style6 .item .icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-widget-social-style6 .item .icon i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #000;
    color: #000;
}
.tc-widget-social-style6 .item .icon:hover span {
    text-decoration: underline;
}
.tc-widget-social-style6 .item .icon:hover i {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

/* ----------  widget social style7 ------------ */
.tc-widget-social-style7 {
    padding: 20px;
    border: 1px solid rgba(153, 153, 153, 0.2666666667);
    border-radius: 10px;
}
.tc-widget-social-style7 .social-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-widget-social-style7 .social-card .icon {
    width: 40px;
    border-right: 1px solid rgba(153, 153, 153, 0.2666666667);
    font-size: 20px;
}
.tc-widget-social-style7 .social-card .icon.facebook-icon {
    color: #0c61fe;
}
.tc-widget-social-style7 .social-card .icon.twitter-icon {
    color: #00c0ff;
}
.tc-widget-social-style7 .social-card .icon.insta-icon {
    color: #fe0c8f;
}
.tc-widget-social-style7 .social-card .icon.youtube-icon {
    color: #fe3333;
}
.tc-widget-social-style7 .social-card .icon.spotify-icon {
    color: #0ed53d;
}
.tc-widget-social-style7 .social-card .cont {
    display: -webkit-box;
    display: flex;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
.tc-widget-social-style7 .social-card .cont h6 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.tc-widget-social-style7 .social-card .cont span {
    color: #666;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
}

/* ----------  widget social style8 ------------ */
.tc-widget-social-style8 {
    padding: 30px;
    background-color: #fff;
}
.tc-widget-social-style8 .tc-widget-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}
.tc-widget-social-style8 .item {
    display: -webkit-box;
    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;
}
.tc-widget-social-style8 .item .icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-widget-social-style8 .item .icon i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--color-blue2);
    color: #fff;
}
.tc-widget-social-style8 .item .icon:hover span {
    text-decoration: underline;
}
.tc-widget-social-style8 .item .icon:hover i {
    background-color: var(--color-main);
}

/* ----------  widget social style10 ------------ */
.tc-widget-social-style10 {
    border: 1px solid rgba(153, 153, 153, 0.2);
    padding: 30px;
    border-radius: 20px;
}
.tc-widget-social-style10 .item {
    display: -webkit-box;
    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-top: 15px;
}
.tc-widget-social-style10 .item .icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Neco-Variable", sans-serif !important;
    font-size: 16px;
}
.tc-widget-social-style10 .item .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000;
    color: #fff;
}
.tc-widget-social-style10 .item .icon:hover span {
    text-decoration: underline;
}
.tc-widget-social-style10 .item .icon:hover i {
    background-color: var(--color-main);
}

/* ----------  widget podcast ------------ */
.tc-widget-podcast {
    padding: 30px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 40px;
}
.tc-widget-podcast .main-card .img {
    height: 210px;
}
.tc-widget-podcast .main-card .info small {
    font-size: 11px;
    color: #999999;
    margin-top: 5px;
}
.tc-widget-podcast .main-card .info .title {
    font-size: 18px;
    margin-top: 5px;
}
.tc-widget-podcast .main-card .audio {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    background: #f1f3f4;
}
.tc-widget-podcast .podcast-list {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid rgba(153, 153, 153, 0.2);
}
.tc-widget-podcast .podcast-list .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.tc-widget-podcast .podcast-list .item .img {
    width: 30%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 55px;
    position: relative;
}
.tc-widget-podcast .podcast-list .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tc-widget-podcast .podcast-list .item .img.img-vid {
    position: relative;
}
.tc-widget-podcast .podcast-list .item .img.img-vid::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.tc-widget-podcast .podcast-list .item .img.img-vid .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 5;
    font-size: 18px;
}
.tc-widget-podcast .podcast-list .item .info small {
    font-size: 11px;
    color: #999999;
}
.tc-widget-podcast .podcast-list .item .info .title {
    font-size: 14px;
    line-height: 1.3;
}

/* ----------  widget podcast style6 ------------ */
.tc-widget-podcast-style6 .widget-card .img {
    display: block;
    height: 123px;
}
.tc-widget-podcast-style6 .widget-card .info .title {
    font-size: 17px;
}
.tc-widget-podcast-style6 audio {
    height: 30px;
    margin-top: 16px;
    background-color: #f1f3f4;
    width: 100%;
}

/* ----------  widget sponsored style 1 ------------ */
.tc-widget-sponsored-style1 {
    padding: 20px;
    background-color: #eff2f5;
    margin-bottom: 40px;
}
.tc-widget-sponsored-style1 .img {
    height: 165px;
}
.tc-widget-sponsored-style1 .info .spon-cat {
    color: var(--color-main);
    font-size: 13px;
    margin-top: 10px;
}
.tc-widget-sponsored-style1 .info .title {
    font-size: 18px;
    margin-top: 10px;
}
.tc-widget-sponsored-style1 .info small {
    font-size: 12px;
    color: #999999;
    margin-top: 20px;
}

/* ----------  widget sponsored style 2 ------------ */
/* ----------  widget popular ------------ */
.tc-widget-popular-style1 .main-card {
    position: relative;
    margin-bottom: 40px;
}
.tc-widget-popular-style1 .main-card::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2666666667));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2666666667));
}
.tc-widget-popular-style1 .main-card .tags {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}
.tc-widget-popular-style1 .main-card .tags a {
    font-size: 13px;
    color: #fff;
}
.tc-widget-popular-style1 .main-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 3;
}
.tc-widget-popular-style1 .main-card .content .title {
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.tc-widget-popular-style1 .main-card .content .meta-bot {
    font-size: 13px;
    color: #cccccc;
}
.tc-widget-popular-style1 .tc-widget-popular-list {
    margin-bottom: 40px;
}
.tc-widget-popular-style1 .tc-widget-popular-list .item {
    display: -webkit-box;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-widget-popular-style1 .tc-widget-popular-list .item .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 55px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.tc-widget-popular-style1 .tc-widget-popular-list .item .info .title {
    font-size: 16px;
    color: #000;
    letter-spacing: -1px;
}
.tc-widget-popular-style1 .tc-widget-popular-list .item:last-of-type {
    padding: 0;
    border: 0;
    margin: 0;
}

.tc-widget-Popular-style8 {
    padding: 30px;
    background-color: #fff;
}
.tc-widget-Popular-style8 .tc-widget-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}
.tc-widget-Popular-style8 .num-item {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 20px 0;
}
.tc-widget-Popular-style8 .num-item .number {
    font-size: 48px;
    width: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    line-height: 1;
    color: #ccc;
}
.tc-widget-Popular-style8 .num-item .info h6 {
    font-weight: bold;
    font-size: 16px;
}
.tc-widget-Popular-style8 .num-item:hover .number {
    color: var(--color-main);
}
.tc-widget-Popular-style8 .num-item:hover .info h6 {
    text-decoration: underline;
}

/* ----------  widget Standings ------------ */
.tc-widget-standings-style8 {
    padding: 30px;
    background-color: #fff;
}
.tc-widget-standings-style8 .tc-widget-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}
.tc-widget-standings-style8 .form-select {
    border-radius: 0;
    min-height: 45px;
    font-size: 14px;
    font-weight: bold;
}
.tc-widget-standings-style8 .table {
    margin-top: 25px;
}
.tc-widget-standings-style8 .table thead {
    background-color: #eaeff2;
    text-transform: capitalize;
}
.tc-widget-standings-style8 .table thead th {
    border: 0;
}
.tc-widget-standings-style8 .table .tm-logo {
    width: 15px;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
}

/* ----------  widget box ------------ */
.tc-widget-adbox-style1 {
    margin-bottom: 40px;
}
.tc-widget-adbox-style1 .img {
    display: block;
    text-align: center;
}
.tc-widget-adbox-style1 .img img {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

/* ----------  widget survey ------------ */
.tc-widget-survey-style1 {
    background-color: #eff2f5;
    border-top: 5px solid var(--color-main);
    padding: 30px;
}
.tc-widget-survey-style1 .ques-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.tc-widget-survey-style1 .ansr-content .form-check-label {
    font-size: 14px;
    color: #666;
}
.tc-widget-survey-style1 .form-check-input:checked {
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.tc-widget-survey-style1 .btns {
    margin-top: 15px;
}
.tc-widget-survey-style1 .btns .btn {
    font-size: 11px;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #fff;
}
.tc-widget-survey-style1 .btns .btn.active {
    background-color: var(--color-main);
    color: #fff;
}
.tc-widget-survey-style1 .pl-num {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

/* ----------  widget survey ------------ */
.tc-widget-survey-style6 {
    padding: 30px;
    background-color: #eff2f5;
    border-top: 5px solid var(--color-main);
}
.tc-widget-survey-style6 .form-check {
    margin: 5px 0;
}
.tc-widget-survey-style6 .form-check .form-check-input {
    border-radius: 50% !important;
}
.tc-widget-survey-style6 .form-check .form-check-input:checked {
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.tc-widget-survey-style6 .btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 15px;
}
.tc-widget-survey-style6 .btns .butn {
    font-size: 12px;
    padding: 10px 20px;
    border: 0;
    width: 48%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-widget-survey-style6 .btns .butn:hover {
    background-color: var(--color-main);
    color: #fff;
}
.tc-widget-survey-style6 .btns .butn.btn_color {
    background-color: var(--color-main);
    color: #fff;
}
.tc-widget-survey-style6 .btns .butn.btn_color:hover {
    background-color: #fff;
    color: #000;
}

/* ----------  widget survey ------------ */
.tc-widget-survey-style10 {
    background-color: #fff;
    padding: 30px;
}
.tc-widget-survey-style10 .ques-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.tc-widget-survey-style10 .ansr-content .form-check-label {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}
.tc-widget-survey-style10 .form-check-input {
    position: relative;
    top: 4px;
    border-radius: 50% !important;
    overflow: hidden;
}
.tc-widget-survey-style10 .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
.tc-widget-survey-style10 .form-check-input:checked {
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.tc-widget-survey-style10 .form-check-input:checked ~ .form-check-label {
    font-weight: bold;
    color: #000;
}
.tc-widget-survey-style10 .btns {
    margin-top: 15px;
}
.tc-widget-survey-style10 .btns .btn {
    font-size: 11px;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
}
.tc-widget-survey-style10 .btns .btn.active {
    background-color: var(--color-main);
}
.tc-widget-survey-style10 .pl-num {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

/* ----------  widget recent ------------ */
/* ----------  widget recent ------------ */
.tc-widget-recent-style2 .main-card {
    position: relative;
    margin-bottom: 40px;
}
.tc-widget-recent-style2 .main-card::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2666666667));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2666666667));
}
.tc-widget-recent-style2 .main-card .tags {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}
.tc-widget-recent-style2 .main-card .tags a {
    font-size: 13px;
    color: #fff;
}
.tc-widget-recent-style2 .main-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 3;
}
.tc-widget-recent-style2 .main-card .content .title {
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.tc-widget-recent-style2 .main-card .content .meta-bot {
    font-size: 13px;
    color: #cccccc;
}
.tc-widget-recent-style2 .tc-widget-popular-list {
    margin-bottom: 30px;
}
.tc-widget-recent-style2 .tc-widget-popular-list .item {
    display: -webkit-box;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-widget-recent-style2 .tc-widget-popular-list .item .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 55px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.tc-widget-recent-style2 .tc-widget-popular-list .item .info .title {
    font-size: 16px;
    color: #000;
    letter-spacing: -1px;
}
.tc-widget-recent-style2 .tc-widget-popular-list .item:last-of-type {
    padding: 0;
    border: 0;
    margin: 0;
}

/* ----------  widget tags ------------ */
.tc-widget-tags-style2 {
    background-color: #eceff2;
    padding: 30px;
    margin-bottom: 30px;
}
.tc-widget-tags-style2 .tags-content {
    margin: -5px;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tc-widget-tags-style2 .tags-content a {
    background-color: #fff;
    padding: 5px 9px;
    font-size: 13px;
    margin: 5px;
}
.tc-widget-tags-style2 .tags-content a:hover {
    background-color: var(--color-blue1);
    color: #fff;
}

/* ----------  tc-widget-tags-style3 ------------ */
.tc-widget-tags-style3 {
    padding-top: 30px;
}
.tc-widget-tags-style3 a {
    font-size: 12px;
    padding: 5px;
    border: 1px solid rgba(153, 153, 153, 0.1333333333);
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
    margin-bottom: 7px;
}
.tc-widget-tags-style3 a:hover {
    background-color: var(--color-creamy1);
    border-color: var(--color-creamy1);
}

/* ----------  widget tags ------------ */
.tc-widget-tags-style5 .tags-content {
    padding: 30px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tc-widget-tags-style5 .tags-content a {
    background-color: #fff;
    padding: 5px 7px;
    font-size: 12px;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
    margin-bottom: 7px;
    border: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-widget-tags-style5 .tags-content a:hover {
    background-color: var(--color-darkGray);
    color: #fff;
}

/* ----------  tc-widget-categories-style6 ------------ */
.tc-widget-categories-style6 .categories-content .item {
    display: -webkit-box;
    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;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-widget-categories-style6 .categories-content .item .icon-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-widget-categories-style6 .categories-content .item .icon-title .icon {
    font-size: 32px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    line-height: 1;
}
.tc-widget-categories-style6 .categories-content .item .icon-title .title {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-widget-categories-style6 .categories-content .item:hover .icon-title .icon {
    color: var(--color-main);
}
.tc-widget-categories-style6 .categories-content .item:hover .icon-title .title {
    color: var(--color-main);
    text-decoration: underline;
}

/* ===============================================================
			[ * banners Section ]
================================================================*/
/* ----------  banner style 24 ------------ */
.banner-style24 {
    padding: 110px 0;
    background-color: #e9be7a;
    position: relative;
}
.banner-style24::before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    width: 100%;
    height: 30px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}
.banner-style24::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 30px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

/* ===============================================================
			[ * footer Section ]
================================================================*/
/* ----------  footer style-4 ------------ */
.footer-style4 .insta-imgs .img {
    position: relative;
    display: block;
    height: 190px;
    overflow: hidden;
}
.footer-style4 .insta-imgs .img img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.footer-style4 .insta-imgs .img .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 60px;
    z-index: 5;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-style4 .insta-imgs .img:hover img {
    -webkit-transform: scale(1.3) rotate(2deg);
    -ms-transform: scale(1.3) rotate(2deg);
    transform: scale(1.3) rotate(2deg);
}
.footer-style4 .insta-imgs .img:hover .icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.footer-style4 .foot-links a {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 20px;
}
.footer-style4 .foot-links a:hover {
    font-weight: bold;
}
.footer-style4 .foot-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.2);
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 18px;
    color: #666;
}
.footer-style4 .foot-social a:hover {
    color: #000;
    background-color: var(--color-creamy1);
    border-color: var(--color-creamy1);
}
.footer-style4 .to_top {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: -50px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fe5722;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 7px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
}
.footer-style4 .to_top i {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-style4 .to_top.show {
    right: 30px;
    opacity: 1;
}
/* ===============================================================
			[ * blog page Section ]
================================================================*/
/* ----------  blog page style ------------ */
.tc-blog-page {
    color: #000;
}
.tc-blog-page .tc-blog-nav-search {
    padding: 40px 0;
}
.tc-blog-page .tc-blog-nav-search .info h2 {
    font-size: 48px;
    text-transform: capitalize;
}
.tc-blog-page .tc-blog-nav-search .info .links {
    margin-top: 30px;
}
.tc-blog-page .tc-blog-nav-search .info .links a {
    text-transform: capitalize;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    line-height: 2;
}
.tc-blog-page .tc-blog-nav-search .info .links a:hover {
    color: var(--color-main);
    font-weight: 500;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-top: 10px;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group input {
    border: 0;
    background: transparent;
    width: 100%;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group input::-webkit-input-placeholder {
    text-transform: capitalize;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group input::-moz-placeholder {
    text-transform: capitalize;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group input:-ms-input-placeholder {
    text-transform: capitalize;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group input::-ms-input-placeholder {
    text-transform: capitalize;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group input::placeholder {
    text-transform: capitalize;
}
.tc-blog-page .tc-blog-nav-search .search-form .form-group button {
    border: 0;
    background: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
}
.tc-blog-page .tc-popular-posts-blog-slider9 .swiper-slide {
    position: relative;
    min-height: 410px;
}
.tc-blog-page .tc-popular-posts-blog-slider9 .swiper-slide::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(153, 153, 153, 0.2666666667);
}

/* ===============================================================
			[ * single-post-creative-page ]
================================================================*/
/* ----------  tc-single-post-creative-page style ------------ */
.tc-single-post-creative-page ::-moz-selection {
    color: #fff;
    background: var(--color-main);
}
.tc-single-post-creative-page ::selection {
    color: #fff;
    background: var(--color-main);
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-title .title {
    font-size: 48px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-img {
    height: 820px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .sm-content-width {
    width: 80%;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .sharing {
    position: sticky;
    top: 30px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .sharing .share-icons a {
    display: -webkit-box;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eff2f5;
    color: #666;
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .sharing .share-icons a:hover {
    color: #fff;
    background-color: var(--color-main);
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content h4.sub-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content h5.sub-title {
    font-size: 20px;
    font-weight: bold;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content h6.sub-title {
    font-size: 18px;
    font-weight: bold;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .info-text {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .info-text .lg-letter {
    font-size: 100px;
    color: #000;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    line-height: 0.7;
    margin-top: 15px;
    margin-right: 15px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .info-text .text-hightlight {
    color: #fff;
    background-color: var(--color-main);
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message {
    display: inline-flex;
    padding: 50px;
    background-color: #fef6f4;
    position: relative;
    margin-bottom: 35px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message::after {
    position: absolute;
    content: "";
    right: 70px;
    bottom: -35px;
    width: 50px;
    height: 36px;
    border-top: 40px solid #fef6f4;
    border-right: 50px solid #fef6f4;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message .icon img {
    width: 50px;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message h3 {
    font-size: 30px;
    color: var(--color-main);
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content ul.info-text li {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    position: relative;
    margin: 5px 0;
}
.tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content ul.info-text li::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}
.tc-single-post-creative-page .tc-main-post-style1 .btm-share-post {
    padding-top: 35px;
    border-top: 1px solid #000;
}
.tc-single-post-creative-page .tc-main-post-style1 .btm-share-post .btm-tags a {
    font-size: 13px;
    color: #666;
    padding: 7px 15px;
    background-color: #f2f2f7;
}
.tc-single-post-creative-page .tc-main-post-style1 .btm-share-post .btm-tags a:hover {
    background-color: var(--color-main);
    color: #fff;
}
.tc-single-post-creative-page .tc-main-post-style1 .btm-share-post .btm-sharing .share-icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eff2f5;
    color: #666;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tc-single-post-creative-page .tc-main-post-style1 .btm-share-post .btm-sharing .share-icons a:hover {
    color: #fff;
    background-color: var(--color-main);
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider {
    min-height: 160px;
    border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
    padding: 15px 100px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .item h6.title {
    font-size: 18px;
    font-weight: bold;
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .item:hover {
    color: var(--color-main);
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-slide-next {
    text-align: end;
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next,
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev {
    width: 70px;
    height: 100%;
    bottom: 0;
    top: 0;
    margin: 0;
    background-color: #f2f2f7;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next::after,
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev::after {
    color: #cccccc;
    font-size: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next:hover,
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev:hover {
    background-color: var(--color-main);
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next:hover::after,
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev:hover::after {
    color: #fff;
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next {
    right: 0;
    left: auto;
}
.tc-single-post-creative-page .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev {
    right: auto;
    left: 0;
}
.tc-single-post-creative-page .tc-single-post-comments .comments-filter .from-group {
    position: relative;
    display: inline-flex;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
    font-size: 14px;
}
.tc-single-post-creative-page .tc-single-post-comments .comments-filter .from-group .form-select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 0 40px 0 15px;
}

/* ===============================================================
			[ * single-post-features-page ]
================================================================*/
/* ----------  tc-single-post-creative-page style ------------ */
.tc-single-post-features-page ::-moz-selection {
    color: #fff;
    background: var(--color-main);
}
.tc-single-post-features-page ::selection {
    color: #fff;
    background: var(--color-main);
}
.tc-single-post-features-page .tc-header-video-style1 {
    background-image: url(../img/videos/back1.png);
    background-size: cover;
    position: relative;
}
.tc-single-post-features-page .tc-header-video-style1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container {
    background: transparent;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .top-navbar.style-1 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .top-navbar.style-1 .date-weather .item {
    color: #fff;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .top-navbar.style-1 .date-weather .item .inf strong, .tc-single-post-features-page .tc-header-video-style1 .navbar-container .top-navbar.style-1 .date-weather .item .inf p {
    color: #fff;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .top-navbar.style-1 .border-dark {
    border-color: #fff !important;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .navbar.style-1 {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .navbar.style-1 .navbar-nav .nav-item .nav-link {
    color: #fff;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .navbar.style-1 .navbarList-icon span {
    background-color: #fff;
}
.tc-single-post-features-page .tc-header-video-style1 .navbar-container .navbar.style-1 .nav-side .icon-link:last-of-type {
    border-color: rgba(255, 255, 255, 0.3333333333);
}
.tc-single-post-features-page .tc-header-video-style1 .tc-video-content {
    position: relative;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}
.tc-single-post-features-page .tc-header-video-style1 .tc-video-content .sub-title {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.tc-single-post-features-page .tc-header-video-style1 .tc-video-content .title {
    color: #fff;
    font-size: 36px;
    letter-spacing: -1px;
    margin-top: 20px;
}
.tc-single-post-features-page .tc-header-video-style1 .tc-video-content .play-btn-content {
    height: 400px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tc-single-post-features-page .tc-header-video-style1 .tc-video-content .play-btn-content .play-cont {
    margin-top: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.tc-single-post-features-page .tc-header-video-style1 .tc-video-content .play-btn-content .play-cont i {
    color: #fff;
    background-color: var(--color-main);
    width: 85px;
    height: 60px;
    border-radius: 30px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
}
.tc-single-post-features-page .tc-header-video-style1 .nav-search-style1 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3333333333);
}
.tc-single-post-features-page .tc-header-video-style1 .nav-search-style1 .form .form-group .form-control {
    background-color: rgba(0, 0, 0, 0.3333333333);
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .audio-content {
    position: relative;
    display: inline-block;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .audio-content .title {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 30px;
    border-radius: 30px;
    background-color: #f1f3f4;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side h4.sub-title {
    font-size: 24px;
    font-weight: bold;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side h5.sub-title {
    font-size: 20px;
    font-weight: bold;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side h6.sub-title {
    font-size: 18px;
    font-weight: bold;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .info-text {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .info-text .lg-letter {
    font-size: 100px;
    color: #000;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    line-height: 0.7;
    margin-top: 15px;
    margin-right: 15px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side ul.info-text li {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    position: relative;
    margin: 5px 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side ul.info-text li::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .info-text-img .info-text {
    display: block;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .info-text-img .img-cont {
    float: right;
    margin-left: 20px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .float-posts .author-posts-float {
    float: left;
    width: 50%;
    padding: 30px 20px 30px 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .quote-message {
    display: -webkit-box;
    display: flex;
    padding: 50px;
    position: relative;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .quote-message .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .quote-message .icon img {
    width: 50px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .quote-message h3 {
    font-size: 30px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 {
    position: relative;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-button-next,
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: #fff;
    left: auto;
    top: auto;
    bottom: 25px;
    margin: 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-button-next::after,
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-button-prev::after {
    font-size: 12px;
    color: #777;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-button-next {
    right: 25px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-button-prev {
    right: 55px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-container-horizontal > .swiper-pagination-bullets, .tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-pagination-custom, .tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-slider-style1 .swiper-pagination-fraction {
    bottom: 25px;
    left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    right: 85px;
    background-color: #fff;
    padding: 4px 15px;
    min-height: 30px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card {
    padding: 30px;
    border: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-title {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content {
    padding-top: 30px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .rate-card {
    text-align: center;
    padding: 30px 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .rate-card .rate-num {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #1cb910;
    font-size: 60px;
    font-weight: bold;
    margin: auto;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .rate-card p {
    font-size: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card {
    border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
    padding: 30px 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item {
    display: -webkit-box;
    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: 15px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item:last-of-type {
    margin-bottom: 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .inf-side strong {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .inf-side small {
    font-size: 12px;
    color: #666;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .progress-side .progress-bar {
    position: relative;
    width: 170px;
    height: 8px;
    background-color: #ccc;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .progress-side .progress-bar span {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .progress-side .progress-bar span:nth-of-type(1) {
    background-color: #990000;
    left: 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .progress-side .progress-bar span:nth-of-type(2) {
    background-color: #ff0000;
    left: 20%;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .progress-side .progress-bar span:nth-of-type(3) {
    background-color: #ff9900;
    left: 40%;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .progress-side .progress-bar span:nth-of-type(4) {
    background-color: #ffcc00;
    left: 60%;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-game-info-card .game-card-content .progress-card .progress-item .progress-side .progress-bar span:nth-of-type(5) {
    background-color: #1cb910;
    left: 80%;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .btm-share-post {
    padding-top: 35px;
    border-top: 1px solid #000;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .btm-share-post .btm-tags a {
    font-size: 13px;
    color: #666;
    padding: 7px 15px;
    background-color: #f2f2f7;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .btm-share-post .btm-tags a:hover {
    background-color: var(--color-main);
    color: #fff;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .btm-share-post .btm-sharing .share-icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eff2f5;
    color: #666;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .btm-share-post .btm-sharing .share-icons a:hover {
    color: #fff;
    background-color: var(--color-main);
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider {
    min-height: 160px;
    border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
    padding: 15px 100px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .item h6.title {
    font-size: 18px;
    font-weight: bold;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .item:hover {
    color: var(--color-main);
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-slide-next {
    text-align: end;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next,
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev {
    width: 70px;
    height: 100%;
    bottom: 0;
    top: 0;
    margin: 0;
    background-color: #f2f2f7;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next::after,
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev::after {
    color: #cccccc;
    font-size: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next:hover,
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev:hover {
    background-color: var(--color-main);
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next:hover::after,
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev:hover::after {
    color: #fff;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next {
    right: 0;
    left: auto;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev {
    right: auto;
    left: 0;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-comments .comments-filter .from-group {
    position: relative;
    display: inline-flex;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
    font-size: 14px;
}
.tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-single-post-comments .comments-filter .from-group .form-select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 0 40px 0 15px;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets {
    position: sticky;
    top: 30px;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    border: 1px solid rgba(153, 153, 153, 0.3333333333);
    padding: 10px 15px;
    margin-top: 10px;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group input {
    border: 0;
    background: transparent;
    width: 100%;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group input::-webkit-input-placeholder {
    text-transform: capitalize;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group input::-moz-placeholder {
    text-transform: capitalize;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group input:-ms-input-placeholder {
    text-transform: capitalize;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group input::-ms-input-placeholder {
    text-transform: capitalize;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group input::placeholder {
    text-transform: capitalize;
}
.tc-single-post-features-page .tc-main-post-style2 .widgets .search-form .form-group button {
    border: 0;
    background: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
}

/* ===============================================================
			[ * contact page ]
================================================================*/
/* ----------  blog author-details style ------------ */
.tc-contact-page .tc-contact-info h2 {
    font-size: 48px;
    line-height: 50px;
}
.tc-contact-page .tc-contact-info .social-icons a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #eff2f5;
    color: #666;
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tc-contact-page .tc-contact-info .social-icons a:hover {
    color: #fff;
    background-color: var(--color-main);
}
.tc-contact-page .tc-contact-slider {
    position: relative;
}
.tc-contact-page .tc-contact-slider .swiper-button-next,
.tc-contact-page .tc-contact-slider .swiper-button-prev {
    width: 55px;
    height: 60px;
    background-color: #333;
}
.tc-contact-page .tc-contact-slider .swiper-button-next::after,
.tc-contact-page .tc-contact-slider .swiper-button-prev::after {
    color: #fff;
    font-size: 18px;
}
.tc-contact-page .tc-contact-slider .swiper-button-next:hover,
.tc-contact-page .tc-contact-slider .swiper-button-prev:hover {
    background-color: var(--color-main);
}
.tc-contact-page .tc-contact-slider .swiper-button-next, .tc-contact-page .tc-contact-slider .swiper-container-rtl .swiper-button-prev {
    right: 50px;
}
.tc-contact-page .tc-contact-slider .swiper-button-prev, .tc-contact-page .tc-contact-slider .swiper-container-rtl .swiper-button-next {
    left: 50px;
}
.tc-contact-page .tc-contact-slider .swiper-pagination {
    background: #333;
    border-radius: 30px;
    padding: 5px 15px;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
}
.tc-contact-page .tc-contact-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 3px;
    background-color: #666;
    opacity: 1;
}
.tc-contact-page .tc-contact-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-main);
}

/* ===============================================================
			[ * about page ]
================================================================*/
/* ----------  about page style ------------ */
.tc-about-page .tc-about-header .content {
    position: relative;
    background-image: url(../img/about_page/header_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.tc-about-page .tc-about-header .content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}
.tc-about-page .tc-about-header .content .title {
    position: relative;
    z-index: 10;
    padding: 100px 0;
    text-align: center;
    text-transform: capitalize;
}
.tc-about-page .tc-about-header .content .links {
    position: relative;
    z-index: 10;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tc-about-page .tc-about-header .content .links .icon {
    margin: 0 35px;
}
.tc-about-page .tc-about-header .content .links a {
    color: #bcbcbc;
    font-size: 14px;
    text-transform: uppercase;
}
.tc-about-page .tc-about-header .content .links a:hover {
    color: #fff;
    text-decoration: underline;
}
.tc-about-page .tc-about-about {
    padding: 120px 0;
}
.tc-about-page .tc-about-about .img {
    height: 450px;
    max-height: 100vw;
}
.tc-about-page .tc-about-vision {
    position: relative;
    padding: 120px 0;
    background-color: #f8f8f8;
}
.tc-about-page .tc-about-vision .pattern {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 40%;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain;
}
.tc-about-page .tc-about-vision .btns {
    padding-top: 40px;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tc-about-page .tc-about-vision .btns .vid_link {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-main);
    color: #fff;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item {
    width: 275px;
    height: 275px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item .cont {
    width: 100%;
    text-align: center;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item .cont p {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item .cont .number {
    font-size: 60px;
    color: #000;
    line-height: 1;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item:nth-of-type(2) {
    width: 200px;
    height: 200px;
    background-color: #000;
    margin-left: 290px;
    margin-top: -140px;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item:nth-of-type(2) .cont .number {
    color: #fff;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item:nth-of-type(3) {
    width: 200px;
    height: 200px;
    background-color: var(--color-main);
    margin-left: 115px;
    margin-top: -40px;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item:nth-of-type(3) .cont p {
    color: #fff;
}
.tc-about-page .tc-about-vision .numbers-circles .circle-item:nth-of-type(3) .cont .number {
    color: #fff;
}
.tc-about-page .tc-about-team {
    padding: 120px 0;
}
.tc-about-page .tc-about-team .team-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
.tc-about-page .tc-about-team .team-card .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tc-about-page .tc-about-team .team-card .inf h6 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.tc-about-page .tc-about-team .team-card .inf small {
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
    display: block;
}
.tc-about-page .tc-about-team .team-card .inf .tags {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.tc-about-page .tc-about-history {
    position: relative;
    padding: 120px 0;
    background-color: #000;
}
.tc-about-page .tc-about-history .history-card {
    padding: 40px;
    background-color: #fff;
}
.tc-about-page .tc-about-history .history-card a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.tc-about-page .tc-about-history .history-card a:hover {
    color: var(--color-main);
}
.tc-about-page .tc-about-history .arrows {
    position: relative;
    display: -webkit-box;
    display: flex;
}
.tc-about-page .tc-about-history .arrows .swiper-button-next,
.tc-about-page .tc-about-history .arrows .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1333333333);
    border-radius: 50%;
    opacity: 1;
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-about-page .tc-about-history .arrows .swiper-button-next::after,
.tc-about-page .tc-about-history .arrows .swiper-button-prev::after {
    font-size: 12px;
    color: #fff;
}
.tc-about-page .tc-about-history .arrows .swiper-button-next:hover,
.tc-about-page .tc-about-history .arrows .swiper-button-prev:hover {
    border-color: var(--color-main);
}
.tc-about-page .tc-about-history .arrows .swiper-button-next:hover::after,
.tc-about-page .tc-about-history .arrows .swiper-button-prev:hover::after {
    color: var(--color-main);
}
.tc-about-page .tc-about-blog {
    padding: 120px 0;
}

/* ===============================================================
			[ * team page ]
================================================================*/
/* ----------  team page style ------------ */
.tc-team-page .tc-team-header .content {
    position: relative;
    background-image: url(../img/about_page/header_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.tc-team-page .tc-team-header .content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}
.tc-team-page .tc-team-header .content .title {
    position: relative;
    z-index: 10;
    padding: 100px 0;
    text-align: center;
    text-transform: capitalize;
}
.tc-team-page .tc-team-header .content .links {
    position: relative;
    z-index: 10;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tc-team-page .tc-team-header .content .links .icon {
    margin: 0 35px;
}
.tc-team-page .tc-team-header .content .links a {
    color: #bcbcbc;
    font-size: 14px;
    text-transform: uppercase;
}
.tc-team-page .tc-team-header .content .links a:hover {
    color: #fff;
    text-decoration: underline;
}
/* ===============================================================
			[ * 404 page ]
================================================================*/
/* ----------  404 page style ------------ */
.tc-404-page .tc-404-info {
    padding: 120px 0;
}
.tc-404-page .tc-404-info h1 {
    font-size: 200px;
    line-height: 1;
    margin-bottom: 30px;
}
.tc-404-page .tc-404-info h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
/* ===============================================================
			[ * responsive style ]
================================================================*/
/* -------------------- responsive style ------------------------- */
@media screen and (min-width: 991px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 991px) {
    .border-end,
    .border-start {
        border: 0 !important;
    }
    .fsz-26px {
        font-size: 18px !important;
    }
    .mob-nav-toggles {
        width: 100%;
    }
    .top-navbar.style-1 {
        padding: 20px 0;
    }
    .top-navbar.style-1 .date-weather .item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .top-navbar.style-1 .sub-darkLight .text-end {
        text-align: center !important;
    }
    .navbar.style-1 .navbar-collapse {
        padding: 10px 0;
    }
    .navbar.style-1 .navbar-nav .nav-item .nav-link {
        padding: 12px 10px;
    }
    .navbar.style-1 .dropdown:hover .dropdownMenu {
        position: relative;
        top: 0;
    }
    .tc-trends-news-style1 .tc-post-grid-default {
        margin-bottom: 30px;
    }
    .tc-trends-news-style1 .hot-trends-tabs-style1 {
        display: block;
    }
    .tc-trends-news-style1 .hot-trends-tabs-style1 .links {
        margin-top: 20px;
    }
    .tc-post-overlay-default .content h2.title {
        font-size: 25px;
        line-height: 35px;
    }
    .tc-post-overlay-default .content {
        padding: 20px !important;
    }
    .tc-post-overlay-default .img.th-650 {
        height: 500px;
        margin-bottom: 30px;
    }
    .tc-post-overlay-default .content .meta-bot,
    .tc-post-grid-default .content .meta-bot,
    .tc-post-list-style2 .content .meta-bot {
        font-size: 10px !important;
    }
    .tc-post-overlay-default .content .meta-bot.mt-80,
    .tc-post-grid-default .content .meta-bot.mt-80,
    .tc-post-list-style2 .content .meta-bot.mt-80 {
        margin-top: 30px !important;
    }
    .tc-post-overlay-default .content .meta-bot .me-5,
    .tc-post-overlay-default .content .meta-bot .me-4,
    .tc-post-grid-default .content .meta-bot .me-5,
    .tc-post-grid-default .content .meta-bot .me-4,
    .tc-post-list-style2 .content .meta-bot .me-5,
    .tc-post-list-style2 .content .meta-bot .me-4 {
        -webkit-margin-end: 15px !important;
        margin-inline-end: 15px !important;
    }
    .tc-latest-news-style1 .tc-post-grid-default,
    .tc-latest-news-style1 .tc-post-list-style2 {
        margin-bottom: 30px;
    }
    .tc-post-grid-default .item .content h3.title,
    .tc-post-list-style2 .items .item .content h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .tc-post-grid-default .item .img {
        position: relative;
    }
    .tc-post-grid-default .item {
        margin-bottom: 30px;
    }
    .tc-post-list-style2 .items .item:first-of-type {
        padding-top: 16px;
    }
    .tc-post-overlay-default .img.th-600 {
        height: 400px;
    }
    .tc-post-list-style2 .img {
        margin-bottom: 30px;
    }
    .tc-hot-videos-style1 .content .section-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tc-hot-videos-style1 .content .section-head .nav-pills {
        width: 100%;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .tc-hot-videos-style1 .content .section-head .nav-pills .nav-item .nav-link {
        margin: 20px 30px 0 0;
    }
    .tc-hot-videos-style1 .content .tc-video-slider1 .slider-content {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
        height: 500px;
        margin-bottom: 50px;
    }
    .tc-breaking-news-style1 .tc-post-grid-default .item {
        margin: 0;
    }
    .tc-breaking-news-style1 .tc-post-grid-default .item .img {
        margin-bottom: 0;
    }
    .tc-post-list-style2 .img {
        margin-bottom: 0;
    }
    .tc-must-read-style1 .item .img {
        margin-bottom: 20px;
    }
    .tc-technology-style1 .img {
        margin-bottom: 20px;
    }
    .tc-widget-social {
        margin-top: 40px;
    }
    .tc-widget-social .content .social-card .icon {
        margin: 0 auto 10px;
    }
    .tc-lifestyle .tc-post-grid-default .item {
        margin-top: 40px;
    }
    .tc-download-style1 .content {
        padding: 40px 30px;
    }
    .tc-download-style1 .content .img {
        display: -webkit-box;
        display: flex;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tc-download-style1 .content .img a {
        max-width: 48%;
    }
    .footer-style1 .content .link-group {
        margin-bottom: 0;
        margin-top: 40px;
    }
    .footer-style1 .content .link-group .title {
        margin-bottom: 20px;
    }
    .top-navbar.style-2 {
        padding: 10px 0;
    }
    .top-navbar.style-2 .sub-darkLight .row {
        text-align: center !important;
        margin-top: 10px;
    }
    .top-navbar.style-2 .sub-darkLight .border-bottom {
        border: 0 !important;
    }
    .navbar.style-2 .navbar-nav .nav-item .nav-link {
        display: inline-block;
        padding: 12px 20px 10px 0;
    }
    .navbar.style-2 .navbar-nav .nav-item .nav-link .hot {
        top: 5px;
    }
    .navbar.style-2 .side-navbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .tc-header-style2 {
        overflow: hidden;
    }
    .tc-header-style2 .content .tc-header-slider2 .slider-content {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
        height: -moz-max-content;
        height: max-content;
        margin-bottom: 40px;
    }
    .tc-header-style2 .content .tc-header-slider2 .slider-content .title {
        font-size: 25px;
    }
    .tc-header-style2 .content .tc-header-slider2 .slider-content .meta-bot {
        margin-top: 30px;
    }
    .tc-header-style2 .content .tc-header-slider2 .swiper-button-next, .tc-header-style2 .content .tc-header-slider2 .swiper-button-prev {
        top: -8px;
    }
    .tc-header-style2 .content .tc-header-slider2 .swiper-button-next {
        right: 0;
    }
    .tc-header-style2 .content .tc-header-slider2 .swiper-button-prev {
        right: 50px;
    }
    .tc-header-style2 br {
        display: none;
    }
    .tc-trends-news-style2 .content {
        padding: 20px;
    }
    .tc-posts-tabs-style2 .nav-pills,
    .tc-posts-tabs-style3 .nav-pills {
        padding: 7px 10px;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        line-height: 2.2;
    }
    .tc-hot-videos-style2 .main-content .title {
        font-size: 30px;
    }
    .footer-style2 .foot-tilte,
    .footer-style5 .foot-tilte,
    .footer-style6 .foot-tilte,
    .footer-style9 .foot-tilte {
        margin-bottom: 20px !important;
    }
    .footer-style2 .foot,
    .footer-style5 .foot,
    .footer-style6 .foot,
    .footer-style9 .foot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-style2 .foot .text,
    .footer-style5 .foot .text,
    .footer-style6 .foot .text,
    .footer-style9 .foot .text {
        padding: 0 !important;
        margin-top: 25px;
    }
    .footer-style2 .foot .d-flex,
    .footer-style5 .foot .d-flex,
    .footer-style6 .foot .d-flex,
    .footer-style9 .foot .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tc-header-style3 .tc-header-slider-style3 .swiper-button-next, .tc-header-style3 .tc-header-slider-style3 .swiper-button-prev {
        display: none;
    }
    .tc-header-style3 .tc-header-slider-style3 .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }
    .tc-header-style3 .tc-header-slider-style3 .slider-card {
        height: 650px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .tc-header-style3 .tc-header-slider-style3 .slider-card .info .title {
        font-size: 25px;
    }
    .tc-header-style3 .tc-header-slider-style3 .slider-card .info .text {
        font-size: 15px !important;
    }
    .tc-header-style3 .tc-header-slider-style3 .slider-card .info .meta-bot {
        margin-top: 20px;
    }
    .tc-post-list-style3 .items .item .content h4.title {
        font-size: 17px;
    }
    .tc-post-list-style3 .items .item .content .meta-bot {
        margin-bottom: 10px;
    }
    .tc-top-search-style3 .content {
        display: block !important;
    }
    .tc-top-search-style3 .content .title {
        margin-bottom: 20px;
    }
    .section-title-style2 h3,
    .tc-widget-top-games-style3 .widget-title h3 {
        font-size: 25px;
    }
    .tc-posts-tabs-style3 .col-lg-7.border-1 {
        border: 0 !important;
    }
    .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-next, .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(153, 153, 153, 0.3333333333);
        top: calc(50% - 20px);
        margin: 0;
        background-color: rgba(255, 255, 255, 0.3333333333);
    }
    .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-next, .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-container-rtl .swiper-button-prev {
        right: 5px;
    }
    .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-button-prev, .tc-latest-posts-style3 .tc-latest-posts-slider3 .swiper-container-rtl .swiper-button-next {
        left: 5px;
    }
    .navbar.style-4 .mob-nav-toggles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .navbar.style-4 .mob-nav-toggles .logo-brand {
        margin: 0 10%;
    }
    .navbar.style-4 .navbar-nav .nav-item .nav-link::before {
        display: none;
    }
    .top-navbar.style-4 {
        padding-top: 0;
    }
    .top-navbar.style-4 .nav-side {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
    .tc-trends-news-style3 .pe-30 {
        -webkit-padding-end: 15px !important;
        padding-inline-end: 15px !important;
    }
    .tc-trends-news-style3 .ps-30 {
        -webkit-padding-start: 15px !important;
        padding-inline-start: 15px !important;
    }
    .tc-post-overlay-style2 {
        margin-bottom: 30px;
    }
    .tc-post-overlay-style2 .content {
        padding: 30px 15px !important;
    }
    .tc-post-overlay-style2 .content h2.title {
        font-size: 30px;
        line-height: 40px;
    }
    .tc-post-overlay-style2 .content .meta-bot .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 2;
    }
    .tc-post-grid-style2 .content {
        padding: 20px;
    }
    .tc-post-overlay-style2 .img .tags.tags-40 {
        top: 110px;
        left: 15px;
    }
    .tc-posts-tabs-style4 .tc-tabs-head a {
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .tc-posts-tabs-style4 .more {
        margin-top: 15px;
    }
    .tc-post-grid-style4 .item .info .text {
        margin-bottom: 15px;
    }
    .tc-post-grid-style4 .border-1 {
        border: 0 !important;
    }
    .tc-post-grid-style4 .item {
        border-bottom: 0 !important;
        padding: 20px 10px !important;
    }
    .footer-style4 .insta-imgs .img {
        margin-bottom: 9px;
    }
    .footer-style4 .foot-links a {
        margin: 20px 10px;
    }
    .navbar.style-5 .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
    .dropdown-menu,
    .dropdownMenu {
        width: 100% !important;
        top: 100% !important;
    }
    .dropdown:hover .dropdownMenu {
        position: relative;
    }
    .tc-post-grid-style5 .item h2.title,
    .tc-post-overlay-style5 .item .info h2.title {
        font-size: 25px;
        line-height: 35px;
    }
    .tc-post-grid-style5 .item h3.title {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: -1px;
    }
    .meta-bot .me-5,
    .meta-bot .me-4 {
        margin-right: 15px !important;
    }
    .tc-post-overlay-style5 .item .info {
        padding: 20px;
    }
    .tc-post-overlay-style5 .item .img .tags {
        left: 20px;
    }
    .slider-active-psNone .swiper-slide-active {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
        padding-right: 0 !important;
        border: 0 !important;
    }
    .navbar.style-6 .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
    .navbar.style-6 .side-navbar {
        margin-top: 20px;
        display: block;
    }
    .navbar.style-6 .side-navbar .row {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .navbar.style-6 .side-navbar .row .darkLight-btn {
        margin: 0 !important;
    }
    .navbar.style-6 .side-navbar .row .col-7 .d-flex {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .tags-posts {
        overflow: hidden;
    }
    .col-lg-4.brd-gray,
    .col-lg-6.brd-gray,
    .col-lg-8.brd-gray {
        border: 0 !important;
    }
    .tc-post-grid-style7 .item .content h2.title {
        font-size: 25px;
        line-height: 35px;
    }
    .mb-40 {
        margin-bottom: 1.5rem !important;
    }
    .tc-posts-tabs-style3 .nav-pills .nav-link {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
        -webkit-margin-end: 20px !important;
        margin-inline-end: 20px !important;
    }
    .tc-post-grid-style8 .item {
        width: 48%;
        margin: 15px 0;
    }
    .tc-post-grid-style8 .item .img {
        height: 140px !important;
    }
    .tc-post-grid-style8 .item .content h6.title {
        font-size: 13px;
        letter-spacing: 0;
    }
    .footer-style7 .tc-subscribe .sub-info h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-style7 .foot-content {
        padding-top: 60px;
    }
    .tc-popular-categories-style7 .category-content .cat-link {
        font-size: 40px;
    }
    .results-navbar .content {
        padding-top: 15px;
        height: -moz-max-content;
        height: max-content;
        display: block;
    }
    .results-navbar .content .match-det .team-name {
        width: 100% !important;
    }
    .results-navbar .content .results-content .game-card,
    .results-navbar .content .results-content {
        display: block;
    }
    .results-navbar .content .results-slider1,
    .results-navbar .content .results-content .game-card .game-name {
        height: -moz-max-content;
        height: max-content;
    }
    .results-navbar .content .results-slider1 {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
        padding-bottom: 45px;
    }
    .results-navbar .content .results-slider1 .swiper-slide {
        height: -moz-max-content !important;
        height: max-content !important;
    }
    .tc-hot-videos-style8 {
        overflow: hidden;
    }
    .results-navbar .content .results-slider1 .swiper-button-next {
        position: absolute;
        left: 50%;
        bottom: 5px;
        top: auto;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    .results-navbar .content .results-slider1 .swiper-button-prev {
        position: absolute;
        left: 50%;
        bottom: 5px;
        top: auto;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    .tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-next {
        right: -35px;
    }
    .tc-featured-news-style8 .tc-featured-news-slider8 .swiper-button-prev {
        left: -35px;
    }
    .tc-breaking-news-style8 .tc-breaking-title {
        display: block;
    }
    .tc-breaking-news-style8 .tc-breaking-title small {
        text-transform: uppercase;
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .top-navbar.style-8 .form-search .form-group {
        margin-bottom: 20px;
    }
    .top-navbar.style-8 .sub-darkLight .text-end {
        text-align: left !important;
    }
    .navbar.style-8 .navbar-nav .nav-item {
        width: 100%;
    }
    .navbar.style-8 .navbar-nav .nav-item .nav-link {
        padding: 15px 0;
    }
    .navbar.style-8 .navbar-nav .nav-item .nav-link.live-link {
        padding: 7px 10px;
        display: inline-block;
    }
    .navbar.style-8 .navbar-nav .nav-item .nav-link.active,
    .navbar.style-8 .navbar-nav .nav-item .nav-link:hover {
        border: 0;
    }
    .navbar.style-8 .sub-darkLight {
        position: absolute;
        bottom: 8px;
        right: 0;
    }
    .tc-widget-Popular-style8 .num-item .info h6 {
        font-size: 14px;
    }
    .tc-subscribe-style8 .sub-form .form-group .form-control {
        margin: 20px 0;
    }
    .footer-style8 .content .info .social-links {
        margin-bottom: 60px;
    }
    .tc-post-overlay-style8 .item .content h4.title {
        font-size: 18px;
    }
    .tc-hot-videos-style10 .content .tc-video-slider1 .slider-content {
        margin-bottom: 50px;
    }
    .tc-hot-videos-style10 .content .tc-video-slider1 .slider-content .title {
        font-size: 25px;
    }
    .tc-hot-videos-style9 .main-content .title {
        font-size: 30px;
    }
    .home-style10 .px-lg-5 {
        padding: 50px 15px !important;
    }
    .home-style10 br {
        display: none;
    }
    .home-style10 .navbar.style-10 {
        padding: 15px !important;
        position: relative;
        background-color: #222;
    }
    .home-style10 .navbar.style-10 .navbar-nav .nav-item .nav-link {
        padding: 10px;
    }
    .home-style10 .navbar.style-10 .nav-side {
        margin-top: 15px;
        padding-left: 20px;
    }
    .home-style10 .navbar.style-10 .nav-side .subs,
    .home-style10 .navbar.style-10 .nav-side .icon-link {
        border-color: #fff;
        color: #fff;
    }
    .home-style10 .tc-header-style10 .head-slider .card-slide .img {
        height: 500px;
    }
    .home-style10 .tc-header-style10 .head-slider .card-slide .info {
        padding: 80px 15px;
    }
    .home-style10 .tc-header-style10 .head-slider .card-slide .info h2 {
        font-size: 35px;
    }
    .home-style10 .tc-header-style10 .swiper-button-next, .home-style10 .tc-header-style10 .swiper-button-prev {
        bottom: 10px;
    }
    .home-style10 .tc-header-style10 .swiper-button-next {
        right: 10px;
    }
    .home-style10 .tc-header-style10 .swiper-button-prev {
        right: 75px;
    }
    .home-style10 .tc-header-style10 .tc-breaking-style10 {
        padding: 50px 15px;
    }
    .home-style10 .tc-categories-style10::after {
        display: none;
    }
    .home-style10 .tc-categories-style10 .category {
        font-size: 30px;
        margin: 20px 10px 20px 0 !important;
    }
    .home-style10 .tc-categories-style10 .category .num {
        top: -15px;
        right: 5px;
    }
    .home-style10 .tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-next,
    .home-style10 .tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-prev {
        top: -30px;
    }
    .home-style10 .tc-trends-news-slider10 .swiper-container {
        overflow: hidden;
    }
    .home-style10 .tc-trends-news-slider10 .swiper-container .swiper-slide {
        padding: 0;
        border: 0;
    }
    .home-style10 .tc-hot-videos-style11 .video-card .img .info {
        padding: 30px 20px;
    }
    .home-style10 .tc-hot-videos-style11 .video-card .img .info h2.title {
        font-size: 35px;
    }
    .home-style10 .tc-hot-videos-style11 .swiper-button-next,
    .home-style10 .tc-hot-videos-style11 .swiper-button-prev {
        display: none;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-title .title,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-title .title {
        font-size: 30px;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .meta-nav,
    .tc-single-post-creative-page .tc-main-post-style2 .meta-nav {
        line-height: 2.5;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-img,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-img {
        height: 300px;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .sharing .share-icons a,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-content .sharing .share-icons a {
        display: inline-flex;
        margin-bottom: 20px;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .sm-content-width,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-content .sm-content-width {
        width: 100%;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content h4.sub-title,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-content h4.sub-title {
        font-size: 18px;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message h3,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-content .quote-message-content .quote-message h3 {
        font-size: 21px;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-content .quote-message-content .quote-message {
        padding: 50px 30px;
    }
    .tc-single-post-creative-page .tc-main-post-style1 .tc-main-post-content .info-text.ps-30,
    .tc-single-post-creative-page .tc-main-post-style2 .tc-main-post-content .info-text.ps-30 {
        padding: 0 !important;
    }
    .tc-single-post-creative-page .tc-author-info-style1 .tc-author-card .content {
        display: block;
    }
    .tc-single-post-creative-page .tc-author-info-style1 .tc-author-card .content .img {
        margin-bottom: 20px;
    }
    .meta-btm,
    .breadcrumb {
        line-height: 2.5;
    }
    .tc-main-post-style2 .main-content-side .info-text-img .img-cont {
        margin-left: 0 !important;
        float: none !important;
    }
    .tc-single-post-features-page .tc-main-post-style2 .main-content-side .float-posts .author-posts-float {
        float: none !important;
        width: 100%;
        padding-bottom: 0;
    }
    .tc-single-post-features-page .tc-main-post-style2 .main-content-side .quote-message,
    .tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-author-info-style1 .tc-author-card .content {
        display: block;
        padding: 30px;
    }
    .tc-single-post-features-page .tc-main-post-style2 .main-content-side .quote-message .icon,
    .tc-single-post-features-page .tc-main-post-style2 .main-content-side .tc-author-info-style1 .tc-author-card .content .icon {
        margin-bottom: 20px;
    }
    .tc-contact-slider .th-800 {
        height: 400px !important;
    }
    .tc-contact-slider .swiper-button-next, .tc-contact-slider .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
    .tc-contact-slider .swiper-button-prev, .tc-contact-slider .swiper-container-rtl .swiper-button-bext {
        left: 0;
    }
    .tc-about-page br {
        display: none;
    }
    .tc-about-page .tc-about-header .content .links .icon {
        margin: 0 10px;
    }
    .tc-about-page .tc-about-about,
    .tc-about-page .tc-about-vision,
    .tc-about-page .tc-about-team,
    .tc-about-page .tc-about-history,
    .tc-about-page .tc-about-blog {
        padding: 80px 0;
    }
    .tc-about-page .tc-about-vision .numbers-circles {
        margin-top: 50px;
    }
    .tc-about-page .tc-about-vision .numbers-circles .circle-item {
        width: 190px;
        height: 190px;
    }
    .tc-about-page .tc-about-vision .numbers-circles .circle-item:nth-of-type(2) {
        width: 140px;
        height: 140px;
        margin-left: 210px;
        margin-top: -100px;
    }
    .tc-about-page .tc-about-vision .numbers-circles .circle-item:nth-of-type(3) {
        width: 140px;
        height: 140px;
        margin-left: 90px;
        margin-top: -20px;
    }
    .tc-about-page .tc-about-vision .numbers-circles .circle-item .cont .number {
        font-size: 40px;
    }
    .tc-about-page .tc-about-history .tc-about-history-slider {
        overflow: hidden;
    }
    .tc-about-page .tc-about-team .team-card .inf .tags {
        font-size: 11px;
    }
    .tc-about-page .tc-about-history .arrows {
        top: 30px;
    }
    .tc-about-page .tc-about-history .arrows .swiper-button-next,
    .tc-about-page .tc-about-history .arrows .swiper-button-prev {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 30px;
        margin-inline-end: 30px;
    }
    .tc-team-page .tc-team-header .content .links .icon {
        margin: 0 10px;
    }
}

.navbar .head-lang {
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    padding: 20px 0 20px 12px;
    max-width: 100px;
    width: 100px;
}
.navbar .head-lang .another-lang-links {
    background-color: #4a7187;
    /* border-radius: 10px; */
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    width: 100px;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .head-lang .another-lang-links .lang-link {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    justify-content: center;
    font-family: 'neto', serif;
}
.navbar .head-lang .another-lang-links .lang-link:last-of-type {
    border: 0;
}
.navbar .head-lang .another-lang-links .lang-link:hover {
    background-color: #2f5164;
}
.navbar .head-lang .lang-link {
    display: flex;
    -webkit-box-align: center;
    justify-content: right;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    font-family: 'neto', serif;
}
.navbar .head-lang:hover .another-lang-links {
    top: 62px;
    opacity: 1;
    visibility: visible;
    right: 0;
}
.navbar .head-lang .lang-link span i {
    padding-left: 5px;
}
.navbar-full {
    background: #000;
}

a.icon-link.search-btn-style1 {
    color: #fff;
    margin-right: 15px;
    position: relative;
    top: 4px;
    align-items: center;
}
.fab.fa-twitter-square{
    font-family:sans-serif;
}
.fab.fa-twitter-square::before{
    content:"𝕏";
}
.social-links {
    display: flex;
    gap: 10px;
    margin-right: 20px;
}
.social-links .fab{
    color:#fff;
    border-radius: 3px;
    height: 42px;
    width: 42px;
    text-align: center;
    align-content: center;
}

.social-links .fab.fa-facebook-f {
    background:#3b5998;
    font-size: 18px;
}

.social-links .fab.fa-twitter-square {
    background:#3cf;
    font-size: 18px;
}

.social-links .fab.fa-instagram {
    background:#C13585;
    font-size: 19px;
}

.social-links .fab.fa-tiktok {
    background:#000;
    font-size: 18px;
}

.subs {
    color: #fe5722;
    border-radius: 2px;
    padding: 9px 15px 11px 15px;
    background-color: #ffffff;
    max-height: 42px;
    display: block;
    font-family: 'neto', serif;
}

.subs .fas.fa-envelope {
    margin-right: 5px;
}

.navbar-nav{
    /* padding-top: .3rem; */
    /* padding-bottom: .3rem; */
}
.widget-title {
    font-family: 'neto', serif;
    background: #fe5722;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    padding: 15px 30px;
}
.tc-post-list-style4 .items .item:last-child {
    border-bottom: none;
}

.tc-post-list-style4 {
    border: 1px solid #dedede;
    height: 547px;
    max-height: 547px;
    background-color: #f7f7f7;
}
.neto{
    font-family: 'neto', serif;
}
.rendom-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#load-more-news-wrap {
    background: #fe5722;
    color: #fff;
    max-width: 280px;
    width: 280px;
    padding: 20px;
    text-align: center;
    font-family: 'neto', serif;
    font-size: 16px;
    margin: auto;
}

div#load-more-news-wrap a, #load-more-news-loading{
    color: #fff;
}
footer.footer-style4 {
    color: #fff;
    background: #000;
}
.page-content .page-body {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
    text-align: justify;
}

.page-content .page-body p {
    margin-bottom: 1.1rem;
}

.page-content .page-body h2, .page-content .page-body h3 {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

.page-content .page-body h2 {
    font-size: 1.35rem;
}

.page-content .page-body h3 {
    font-size: 1.15rem;
}

.page-content .page-body ul, .page-content .page-body ol {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
    padding-left: 1.5rem;
}

.page-content .page-body li {
    margin-bottom: 0.4rem;
    list-style-type: circle;
}

.page-content .page-body a {
    color: #fe5722;
    text-decoration: none;
    font-weight: 500;
}

.page-content .page-body a:hover {
    text-decoration: underline;
}

.page-content .page-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1rem 0;
    clear: both;
    width: 100%;
}

.page-content .page-body blockquote {
    border-left: 4px solid #fe5722;
    padding-left: 1.25rem;
    margin: 1.25rem 0;
    color: #555;
    font-style: italic;
}
.page-content .page-body h1,
.page-content .page-body h2{
    font-size: 18px;
    padding: 15px 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fe5722;
}
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}
#page-loader .loader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #fe5722;
    border-radius: 50%;
    animation: page-loader-spin 0.8s linear infinite;
}
@keyframes page-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
