/*
Theme Name: Iteck     
Theme URI: https://themeforest.net/
Author: ThemesCamp 
Author URI:  http://themeforest.net/user/themescamp/ 
Description: Iteck is a Modern portfolio and Agency WordPress Theme for agencies to show their creative works.
Version: 1.4.0     
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html    
Text Domain: Iteck 
Domain Path: /lang   
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images 
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:-                                                                                                      
--------------------------------------------------------------
* Helper Section         
	- text color   
	- font-weight       
	- font-size 
	- line-height
	- text-transform  
	- letter-spacing 
	- Overlay Effect Bg image     
	- margin-top
	- margin-bottom 
	- padding-top
	- padding-bottom
	- the spacing
	- social-media-colors
* General Section
	- Typography
	- To top style
	- inner page style  
	- wp post style
	- Bootstrap Clearfix
	- Elementor Editor Style
* Header Section
* Slider Section
* Features Section
* Portfolio Section
* Team Section
* Testimonial Section
* Contact Section
* Footer Section
* Blog Section
	- Sidebar Section
	- comment section
* WordPress Style
* Gutenberg Style
* Responsive

------------------------------------------------------------*/
/* ===============================================================
			[ * variable Section ] 
================================================================*/
/* --------------- variable --------------- */
: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-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 Section ] 
================================================================*/
/* --------------- global --------------- */
@font-face {
  font-family: "Neco-Variable";
  src: url("../fonts/neco/Neco-Variable.ttf") format("truetype"), url("../fonts/neco/Neco-VariableItalic.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;
}

.f-fm-inter {
  font-family: "Inter", sans-serif !important;
}

.f-fm-neco {
  font-family: "Neco-Variable", sans-serif !important;
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1200px;
  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: "Neco-Variable";
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

h5,
h6 {
  font-family: "Neco-Variable";
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6,
.home-style3 h1,
.home-style3 h2,
.home-style3 h3,
.home-style3 h4,
.home-style3 h5,
.home-style3 h6,
.home-style7 h1,
.home-style7 h2,
.home-style7 h3,
.home-style7 h4,
.home-style7 h5,
.home-style7 h6,
.home-style8 h1,
.home-style8 h2,
.home-style8 h3,
.home-style8 h4,
.home-style8 h5,
.home-style8 h6,
.home-style9 h1,
.home-style9 h2,
.home-style9 h3,
.home-style9 h4,
.home-style9 h5,
.home-style9 h6 {
  font-family: "Inter", sans-serif;
}

.home-style4 {
  border: 10px solid var(--color-creamy1);
}
.home-style4 h1,
.home-style4 h2,
.home-style4 h3,
.home-style4 h4,
.home-style4 h5,
.home-style4 h6 {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
}

.home-style5 h1,
.home-style5 h2,
.home-style5 h3,
.home-style5 h4,
.home-style5 h5,
.home-style5 h6 {
  font-weight: 600;
}

.home-style9 {
  background-color: #fafafa;
}

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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text {
  font-size: 14px;
  line-height: 1.8;
}

.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: -ms-flexbox !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: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  border: 0;
  line-height: 1;
}

.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;
}
.form-switch .form-check-input.color-lightBlue:checked {
  background-color: var(--color-lightBlue);
  border-color: var(--color-lightBlue);
  background-image: url(../img/icons/toggle_dot.svg);
}

/* --------------- pagination style --------------- */
.pagination.style-1 a {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 --------------- */
.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;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -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: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
  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;
}
.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);
}
.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: 85.5px;
}

/* --------------- navbar style-1 --------------- */
.top-navbar.style-1 {
  padding: 40px 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 999;
}
.top-navbar.style-1 .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-1 .nav-subs-card.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.top-navbar.style-1 .nav-subs-card .cls {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.top-navbar.style-1 .nav-subs-card .sub-form .form-group {
  position: relative;
}
.top-navbar.style-1 .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);
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 50px;
}
.top-navbar.style-1 .nav-subs-card .sub-form .form-group .icon {
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 2;
  font-size: 22px;
}
.top-navbar.style-1 .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-1 .logo-brand {
  width: 180px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.top-navbar.style-1 .date-weather .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-navbar.style-1 .date-weather .item .icon {
  font-size: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-navbar.style-1 .date-weather .item .inf strong {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.top-navbar.style-1 .date-weather .item .inf p {
  color: #666;
  font-size: 13px;
  line-height: 1.3;
}
.top-navbar.style-1 .sub-darkLight .darkLight-btn {
  background-color: #e6e9ec;
  padding: 5px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.top-navbar.style-1 .sub-darkLight .darkLight-btn .icon {
  position: relative;
  font-size: 25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #999;
  cursor: pointer;
}
.top-navbar.style-1 .sub-darkLight .darkLight-btn .icon i {
  position: relative;
  z-index: 5;
}
.top-navbar.style-1 .sub-darkLight .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;
}
.top-navbar.style-1 .sub-darkLight .darkLight-btn .icon.active {
  color: #f5d03d;
}
.top-navbar.style-1 .sub-darkLight .darkLight-btn .icon.active::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.navbar.style-1 {
  padding: 0;
  border-bottom: 1px solid #000;
}
.navbar.style-1 .navbarList-icon {
  border: 0;
  padding: 0;
  background: transparent;
}
.navbar.style-1 .navbarList-icon span {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  display: block;
}
.navbar.style-1 .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 10px;
  padding:  30px 10px 10px 10px;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.navbar.style-1 .navbar-nav .nav-item .nav-link.active, .navbar.style-1 .navbar-nav .nav-item .nav-link:hover {
  color: #000;
  /* border-bottom: 1px solid #ffd940;   */
  /* color: var(--color-main); */
  text-decoration: underline;
  text-decoration-color: #f5d03d;
}
.navbar.style-1 .navbar-nav .nav-item .nav-link .hot {
  position: absolute;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  top: 20px;
  right: -10px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-main);
}
.navbar.style-1 .nav-side .icon-link {
  position: relative;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.navbar.style-1 .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: 20px;
}
.navbar.style-1 .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-1 .dropdown-menu,
.navbar.style-1 .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: 70px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.navbar.style-1 .dropdown-menu .dropdown-item,
.navbar.style-1 .dropdownMenu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar.style-1 .dropdown-menu li:last-of-type .dropdown-item,
.navbar.style-1 .dropdownMenu li:last-of-type .dropdown-item {
  border: 0;
}
.navbar.style-1 .dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 85.5px;
}
.navbar.style-1 .sClose-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.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;
}
.nav-search-style1 .form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}
.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;
}

/* --------------- navbar style-2 --------------- */
.top-navbar.style-2 {
  padding: 40px 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 999;
}
.top-navbar.style-2 .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-2 .nav-subs-card.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.top-navbar.style-2 .nav-subs-card .cls {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.top-navbar.style-2 .nav-subs-card .sub-form .form-group {
  position: relative;
}
.top-navbar.style-2 .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);
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 50px;
}
.top-navbar.style-2 .nav-subs-card .sub-form .form-group .icon {
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 2;
  font-size: 22px;
}
.top-navbar.style-2 .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-2 .logo-brand {
  width: 180px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-navbar.style-2 .date-weather .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-navbar.style-2 .date-weather .item .icon {
  font-size: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-navbar.style-2 .date-weather .item .inf strong {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.top-navbar.style-2 .date-weather .item .inf p {
  color: #666;
  font-size: 13px;
  line-height: 1.3;
}
.top-navbar.style-2 .nav-side .icon-link {
  position: relative;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.top-navbar.style-2 .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: 20px;
}
.top-navbar.style-2 .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-blue1);
}
.top-navbar.style-2 .sClose-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.navbar.style-2 {
  padding: 0;
}
.navbar.style-2 .navbarList-icon {
  border: 0;
  padding: 0;
  background: transparent;
}
.navbar.style-2 .navbarList-icon span {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  display: block;
}
.navbar.style-2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 30px 23px 30px 0;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.navbar.style-2 .navbar-nav .nav-item .nav-link.active, .navbar.style-2 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-blue1);
}
.navbar.style-2 .navbar-nav .nav-item .nav-link .hot {
  position: absolute;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  top: 20px;
  right: -10px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-blue1);
}
.navbar.style-2 .dropdown-menu,
.navbar.style-2 .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.style-2 .dropdown-menu .dropdown-item,
.navbar.style-2 .dropdownMenu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar.style-2 .dropdown-menu li:last-of-type .dropdown-item,
.navbar.style-2 .dropdownMenu li:last-of-type .dropdown-item {
  border: 0;
}
.navbar.style-2 .dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 85.5px;
}
.navbar.style-2 .side-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style-2 .side-navbar .sub-darkLight .darkLight-btn {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  background-color: var(--color-blue1);
  padding: 5px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.navbar.style-2 .side-navbar .sub-darkLight .darkLight-btn .icon {
  position: relative;
  font-size: 21px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-2 .side-navbar .sub-darkLight .darkLight-btn .icon i {
  position: relative;
  z-index: 5;
}
.navbar.style-2 .side-navbar .sub-darkLight .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-2 .side-navbar .sub-darkLight .darkLight-btn .icon.active {
  color: var(--color-blue1);
}
.navbar.style-2 .side-navbar .sub-darkLight .darkLight-btn .icon.active::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.navbar.style-2 .side-navbar .social-links a {
  color: #666;
  margin-right: 15px;
  font-size: 21px;
}

.nav-search-style2 {
  display: none;
  padding: 20px;
  background-color: #fdf6f5;
}
.nav-search-style2 .info h5 {
  text-transform: capitalize;
  line-height: 1.8;
}
.nav-search-style2 .form .form-group {
  position: relative;
}
.nav-search-style2 .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;
}
.nav-search-style2 .form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}
.nav-search-style2 .form .form-group button {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: var(--color-blue1);
  background: transparent;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

/* --------------- navbar style-3 --------------- */
.navbar.style-3 .logo-brand {
  width: 200px;
  -webkit-margin-end: 70px;
          margin-inline-end: 70px;
}
.navbar.style-3 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #000;
  margin: 0 5px;
}
.navbar.style-3 .navbar-nav .nav-item .nav-link:hover, .navbar.style-3 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-orange1);
}
.navbar.style-3 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style-3 .nav-side .icon-link {
  position: relative;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 25px;
}
.navbar.style-3 .nav-side .icon-link.search-btn-style2 {
  width: 25px;
  height: 30px;
}
.navbar.style-3 .nav-side .icon-link .noti-number {
  position: absolute;
  right: -10px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  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: var(--color-main);
}
.navbar.style-3 .nav-side .settings-btn-style3 {
  width: 35px;
  height: 35px;
  font-size: 14px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  background-color: #000;
  color: #fff;
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
}
.navbar.style-3 .sClose-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.navbar.style-3 .dropdown .dropdownMenu {
  top: 150%;
  border-radius: 15px;
  overflow: hidden;
}
.navbar.style-3 .dropdown:hover .dropdownMenu {
  top: 100%;
}

/* --------------- navbar style-4 --------------- */
.top-navbar.style-4 {
  padding-top: 50px;
  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);
  border-radius: 3px;
  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: 180px;
}
.top-navbar.style-4 .search-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  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: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 15px 0;
  margin: 0 15px;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -9px;
  width: 0%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link:hover, .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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.navbar.style-4 .darkLight-btn .icon {
  position: relative;
  font-size: 21px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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% + 9px);
}

/* --------------- navbar style-5 --------------- */
.market-nav-style1 {
  padding: 8px 0;
  background-color: var(--color-darkGray);
}
.market-nav-style1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.market-nav-style1 .content .item {
  width: 20%;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}
.market-nav-style1 .content .item:first-of-type {
  text-align: start;
}
.market-nav-style1 .content .item.heighLight .cont {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}
.market-nav-style1 .content .item strong {
  font-weight: 500;
}

.top-navbar.style-5 {
  padding: 30px 0;
  position: relative;
  z-index: 999;
}
.top-navbar.style-5 .logo-brand img {
  width: 200px;
}
.top-navbar.style-5 .date-weather .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-navbar.style-5 .date-weather .item .icon {
  font-size: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-navbar.style-5 .date-weather .item .inf strong {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.top-navbar.style-5 .date-weather .item .inf p {
  color: #666;
  font-size: 13px;
  line-height: 1.3;
}
.top-navbar.style-5 .nav-side .icon-link {
  position: relative;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.top-navbar.style-5 .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: 20px;
}
.top-navbar.style-5 .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-darkGray);
}
.top-navbar.style-5 .sClose-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.top-navbar.style-5 .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-5 .nav-subs-card.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.top-navbar.style-5 .nav-subs-card .cls {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.top-navbar.style-5 .nav-subs-card .sub-form .form-group {
  position: relative;
}
.top-navbar.style-5 .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);
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 50px;
}
.top-navbar.style-5 .nav-subs-card .sub-form .form-group .icon {
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 2;
  font-size: 22px;
}
.top-navbar.style-5 .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;
}

.navbar.style-5 {
  padding: 0;
  border-bottom: 2px solid #000;
}
.navbar.style-5 .navbarList-icon {
  border: 0;
  padding: 0;
  background: transparent;
}
.navbar.style-5 .navbarList-icon span {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  display: block;
}
.navbar.style-5 .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 10px;
  padding: 30px 20px 30px 0;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.navbar.style-5 .navbar-nav .nav-item .nav-link.active, .navbar.style-5 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-darkGray);
  font-weight: bold;
}
.navbar.style-5 .navbar-nav .nav-item .nav-link .hot {
  position: absolute;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  top: 20px;
  right: -10px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-darkGray);
}
.navbar.style-5 .dropdown-menu,
.navbar.style-5 .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.style-5 .dropdown-menu .dropdown-item,
.navbar.style-5 .dropdownMenu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar.style-5 .dropdown-menu li:last-of-type .dropdown-item,
.navbar.style-5 .dropdownMenu li:last-of-type .dropdown-item {
  border: 0;
}
.navbar.style-5 .dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 85.5px;
}
.navbar.style-5 .side-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style-5 .side-navbar .sub-darkLight .darkLight-btn {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  background-color: #e6e9ec;
  padding: 5px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.navbar.style-5 .side-navbar .sub-darkLight .darkLight-btn .icon {
  position: relative;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #999;
  cursor: pointer;
}
.navbar.style-5 .side-navbar .sub-darkLight .darkLight-btn .icon i {
  position: relative;
  z-index: 5;
}
.navbar.style-5 .side-navbar .sub-darkLight .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-5 .side-navbar .sub-darkLight .darkLight-btn .icon.active {
  color: var(--color-darkGray);
  background-color: #fff;
}
.navbar.style-5 .side-navbar .sub-darkLight .darkLight-btn .icon.active::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.navbar.style-5 .side-navbar .social-links a {
  color: #666;
  margin-right: 15px;
  font-size: 21px;
}

.navbar.style-6 .navbarList-icon {
  border: 0;
  padding: 0;
  background: transparent;
}
.navbar.style-6 .navbarList-icon span {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  display: block;
}
.navbar.style-6 .logo-brand {
  width: 200px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.navbar.style-6 .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0;
  padding: 30px 20px 30px 0;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}
.navbar.style-6 .navbar-nav .nav-item .nav-link.active, .navbar.style-6 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-main);
}
.navbar.style-6 .navbar-nav .nav-item .nav-link .hot {
  position: absolute;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  top: 20px;
  right: -10px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-main);
}
.navbar.style-6 .dropdown-menu,
.navbar.style-6 .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.style-6 .dropdown-menu .dropdown-item,
.navbar.style-6 .dropdownMenu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar.style-6 .dropdown-menu li:last-of-type .dropdown-item,
.navbar.style-6 .dropdownMenu li:last-of-type .dropdown-item {
  border: 0;
}
.navbar.style-6 .dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 85.5px;
}
.navbar.style-6 .side-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style-6 .side-navbar .sub-darkLight .darkLight-btn {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  background-color: #e6e9ec;
  padding: 5px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.navbar.style-6 .side-navbar .sub-darkLight .darkLight-btn .icon {
  position: relative;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #999;
  cursor: pointer;
}
.navbar.style-6 .side-navbar .sub-darkLight .darkLight-btn .icon i {
  position: relative;
  z-index: 5;
}
.navbar.style-6 .side-navbar .sub-darkLight .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-6 .side-navbar .sub-darkLight .darkLight-btn .icon.active {
  color: var(--color-main);
  background-color: #fff;
}
.navbar.style-6 .side-navbar .sub-darkLight .darkLight-btn .icon.active::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.navbar.style-6 .side-navbar .social-links a {
  color: #666;
  margin-right: 15px;
  font-size: 21px;
}
.navbar.style-6 .side-navbar .icon-link {
  position: relative;
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
}
.navbar.style-6 .side-navbar .icon-link:last-of-type {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  -webkit-padding-start: 17px;
          padding-inline-start: 17px;
  -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: 20px;
}
.navbar.style-6 .side-navbar .icon-link.noti-dot::after {
  position: absolute;
  content: "";
  right: -3px;
  top: -1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-blue1);
}
.navbar.style-6 .sClose-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.navbar.style-6 .sOpen-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navbar.style-6 .search-btn-style2 {
  position: relative;
  width: 25px;
  height: 30px;
}
.navbar.style-6.nav-orange1 .side-navbar .sub-darkLight .darkLight-btn .icon.active,
.navbar.style-6.nav-orange1 .navbar-nav .nav-item .nav-link.active, .navbar.style-6.nav-orange1 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-orange1);
}

.top-navbar.style-8 {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
  color: #fff;
  position: relative;
  z-index: 999;
}
.top-navbar.style-8 .nav-subs-card {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.0666666667);
  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;
  color: #000;
}
.top-navbar.style-8 .nav-subs-card.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.top-navbar.style-8 .nav-subs-card .cls {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.top-navbar.style-8 .nav-subs-card .sub-form .form-group {
  position: relative;
}
.top-navbar.style-8 .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);
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 50px;
}
.top-navbar.style-8 .nav-subs-card .sub-form .form-group .icon {
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 2;
  font-size: 22px;
}
.top-navbar.style-8 .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-8 .logo-brand {
  width: 140px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-navbar.style-8 .date-weather .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-navbar.style-8 .date-weather .item .icon {
  font-size: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-navbar.style-8 .date-weather .item .inf strong {
  font-size: 13px;
  font-weight: bold;
}
.top-navbar.style-8 .date-weather .item .inf p {
  font-size: 13px;
  line-height: 1.3;
}
.top-navbar.style-8 .nav-side .icon-link {
  position: relative;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.top-navbar.style-8 .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);
}
.top-navbar.style-8 .nav-side .canvas-btn {
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  border: 0;
  -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: 20px;
  background: transparent;
  color: #fff;
  padding-top: 3px;
}
.top-navbar.style-8 .nav-side .canvas-btn i {
  line-height: 0.5;
}
.top-navbar.style-8 .form-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  background-color: #1b477e;
}
.top-navbar.style-8 .form-search .form-group .form-control {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.top-navbar.style-8 .form-search .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.top-navbar.style-8 .form-search .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.top-navbar.style-8 .form-search .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.top-navbar.style-8 .form-search .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.top-navbar.style-8 .form-search .form-group .form-control::placeholder {
  color: #fff;
}
.top-navbar.style-8 .form-search .form-group button {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
}
.top-navbar.style-8 .sub-darkLight .darkLight-btn {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  background-color: #1b477e;
  padding: 2px 5px;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.top-navbar.style-8 .sub-darkLight .darkLight-btn .icon {
  position: relative;
  font-size: 28px;
  width: 25px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #133259;
  cursor: pointer;
}
.top-navbar.style-8 .sub-darkLight .darkLight-btn .icon i {
  position: relative;
  z-index: 5;
}
.top-navbar.style-8 .sub-darkLight .darkLight-btn .icon.active {
  color: #fff;
}

.navbar.style-8 {
  padding: 0;
}
.navbar.style-8 .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 10px;
  padding: 25px 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  border-top: 3px solid transparent;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.navbar.style-8 .navbar-nav .nav-item .nav-link.active, .navbar.style-8 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-main);
  border-top: 3px solid var(--color-main);
}
.navbar.style-8 .navbar-nav .nav-item .nav-link.live-link {
  background-color: #1b477e;
  padding: 5px 10px;
  text-transform: uppercase;
  border: 0;
}
.navbar.style-8 .dropdown-menu,
.navbar.style-8 .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: #1b477e;
  opacity: 0;
  visibility: hidden;
}
.navbar.style-8 .dropdown-menu .dropdown-item,
.navbar.style-8 .dropdownMenu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
  color: #fff;
}
.navbar.style-8 .dropdown-menu .dropdown-item:hover,
.navbar.style-8 .dropdownMenu .dropdown-item:hover {
  background-color: var(--color-blue2);
}
.navbar.style-8 .dropdown-menu li:last-of-type .dropdown-item,
.navbar.style-8 .dropdownMenu li:last-of-type .dropdown-item {
  border: 0;
}
.navbar.style-8 .dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.navbar.style-8 .side-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style-8 .side-navbar .sub-darkLight .darkLight-btn {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  background-color: #1b477e;
  padding: 2px 5px;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.navbar.style-8 .side-navbar .sub-darkLight .darkLight-btn .icon {
  position: relative;
  font-size: 28px;
  width: 25px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #133259;
  cursor: pointer;
}
.navbar.style-8 .side-navbar .sub-darkLight .darkLight-btn .icon i {
  position: relative;
  z-index: 5;
}
.navbar.style-8 .side-navbar .sub-darkLight .darkLight-btn .icon.active {
  color: #fff;
}
.navbar.style-8 .form-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  background-color: #1b477e;
}
.navbar.style-8 .form-search .form-group .form-control {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.navbar.style-8 .form-search .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.navbar.style-8 .form-search .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.navbar.style-8 .form-search .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.navbar.style-8 .form-search .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.navbar.style-8 .form-search .form-group .form-control::placeholder {
  color: #fff;
}
.navbar.style-8 .form-search .form-group button {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
}

.results-navbar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  overflow: hidden;
}
.results-navbar .content .sports-select {
  padding: 30px;
  background-color: var(--color-main);
  color: #fff;
  font-weight: 600;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-transform: capitalize;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.results-navbar .content .results-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.results-navbar .content .results-content .game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results-navbar .content .results-content .game-card .game-name {
  padding: 20px;
  background-color: #dbe0e3;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.results-navbar .content .results-content .game-card .match-det {
  font-weight: bold;
  padding: 0 20px;
  font-size: 13px;
  margin: 14px 0;
  min-height: calc(100% - 30px);
}
.results-navbar .content .results-content .game-card .match-det .team-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 130px;
  position: relative;
}
.results-navbar .content .results-content .game-card .match-det .team-name .team-img {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 3px;
          margin-inline-end: 3px;
}
.results-navbar .content .results-content .game-card .match-det .team-name .win-icon {
  position: absolute;
  right: -21px;
  bottom: 0;
  font-size: 15px;
}
.results-navbar .content .results-slider1 {
  height: 100px;
  width: 100%;
  position: relative;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.results-navbar .content .results-slider1 .swiper-button-next,
.results-navbar .content .results-slider1 .swiper-button-prev {
  right: auto;
  left: 988px;
  width: 35px;
  height: 35px;
  margin: 0 !important;
  background-color: #e5e9ec;
}
.results-navbar .content .results-slider1 .swiper-button-next::after,
.results-navbar .content .results-slider1 .swiper-button-prev::after {
  color: #000;
  font-size: 13px;
}
.results-navbar .content .results-slider1 .swiper-button-next:hover,
.results-navbar .content .results-slider1 .swiper-button-prev:hover {
  background-color: var(--color-main);
}
.results-navbar .content .results-slider1 .swiper-button-next:hover::after,
.results-navbar .content .results-slider1 .swiper-button-prev:hover::after {
  color: #fff;
}
.results-navbar .content .results-slider1 .swiper-button-next {
  top: 12px;
}
.results-navbar .content .results-slider1 .swiper-button-prev {
  top: 53px;
}

/* --------------- navbar style-10 --------------- */
.navbar.style-10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
}
.navbar.style-10 .navbarList-icon {
  border: 0;
  padding: 0;
  background: transparent;
}
.navbar.style-10 .navbarList-icon span {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  display: block;
}
.navbar.style-10 .logo-brand {
  -webkit-margin-end: 100px;
          margin-inline-end: 100px;
}
.navbar.style-10 .logo-brand img {
  width: 120px;
}
.navbar.style-10 .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 10px;
  padding: 30px 10px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.navbar.style-10 .navbar-nav .nav-item .nav-link.active, .navbar.style-10 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-main);
}
.navbar.style-10 .navbar-nav .nav-item .nav-link .hot {
  position: absolute;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  top: 20px;
  right: -10px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-main);
}
.navbar.style-10 .nav-side .icon-link {
  position: relative;
  margin: 0 15px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3333333333);
  font-size: 16px;
  border-radius: 50%;
}
.navbar.style-10 .nav-side .navbarList-icon {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #000;
  font-size: 16px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.navbar.style-10 .nav-side .navbarList-icon span {
  background-color: #fff;
  width: 15px;
  margin: 4px auto;
}
.navbar.style-10 .nav-side .subs {
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3333333333);
  border-radius: 30px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  text-transform: uppercase;
}
.navbar.style-10 .dropdown-menu,
.navbar.style-10 .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.style-10 .dropdown-menu .dropdown-item,
.navbar.style-10 .dropdownMenu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar.style-10 .dropdown-menu li:last-of-type .dropdown-item,
.navbar.style-10 .dropdownMenu li:last-of-type .dropdown-item {
  border: 0;
}
.navbar.style-10 .dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 85.5px;
}
.navbar.style-10 .sClose-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar.style-10 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style-10 .nav-subs-card {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.0666666667);
  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;
}
.navbar.style-10 .nav-subs-card.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.navbar.style-10 .nav-subs-card .cls {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.navbar.style-10 .nav-subs-card .sub-form .form-group {
  position: relative;
}
.navbar.style-10 .nav-subs-card .sub-form .form-group .form-control {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 50px;
}
.navbar.style-10 .nav-subs-card .sub-form .form-group .icon {
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 2;
  font-size: 22px;
}
.navbar.style-10 .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;
}

/* ===============================================================
			[ * navbar Section ] 
================================================================*/
/* ----------  tc-header-style2 ------------ */
.tc-header-style2 {
  background-image: url(../img/header/1.png);
  background-size: cover;
  position: relative;
}
.tc-header-style2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-header-style2 .content {
  position: relative;
  z-index: 10;
}
.tc-header-style2 .content .tc-header-slider2 {
  position: relative;
}
.tc-header-style2 .content .tc-header-slider2 .swiper-button-next,
.tc-header-style2 .content .tc-header-slider2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 5px;
  margin: 0;
}
.tc-header-style2 .content .tc-header-slider2 .swiper-button-next::after,
.tc-header-style2 .content .tc-header-slider2 .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}
.tc-header-style2 .content .tc-header-slider2 .swiper-button-next:hover,
.tc-header-style2 .content .tc-header-slider2 .swiper-button-prev:hover {
  border-color: var(--color-blue1);
}
.tc-header-style2 .content .tc-header-slider2 .swiper-button-next:hover::after,
.tc-header-style2 .content .tc-header-slider2 .swiper-button-prev:hover::after {
  color: var(--color-blue1);
}
.tc-header-style2 .content .tc-header-slider2 .swiper-button-next, .tc-header-style2 .content .tc-header-slider2 .swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.tc-header-style2 .content .tc-header-slider2 .swiper-button-prev, .tc-header-style2 .content .tc-header-slider2 .swiper-container-rtl .swiper-button-next {
  right: 80px;
  left: auto;
}
.tc-header-style2 .content .tc-header-slider2 .slider-content {
  position: relative;
  padding-bottom: 100px;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
  height: 700px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.tc-header-style2 .content .tc-header-slider2 .slider-content .title {
  color: #fff;
  font-size: 48px;
  margin-top: 40px;
}
.tc-header-style2 .content .tc-header-slider2 .slider-content .text {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
.tc-header-style2 .content .tc-header-slider2 .slider-content .meta-bot {
  color: #fff;
  font-size: 13px;
  margin-top: 65px;
}
.tc-header-style2 .content .tc-header-slider2 .slider-content .play-cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tc-header-style2 .content .tc-header-slider2 .slider-content .play-cont i {
  color: #fff;
  background-color: var(--color-blue1);
  width: 85px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-header-style3 ------------ */
.tc-header-style3 .tc-header-slider-style3 {
  position: relative;
}
.tc-header-style3 .tc-header-slider-style3 .slider-card {
  height: 850px;
  padding: 80px 0 160px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tc-header-style3 .tc-header-slider-style3 .slider-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6117647059)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6117647059), transparent);
}
.tc-header-style3 .tc-header-slider-style3 .slider-card .img-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 20s ease;
  transition: all 20s ease;
}
.tc-header-style3 .tc-header-slider-style3 .slider-card .info {
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-header-style3 .tc-header-slider-style3 .slider-card .info .title {
  font-size: 50px;
  color: #fff;
}
.tc-header-style3 .tc-header-slider-style3 .swiper-slide-active .slider-card .img-back {
  -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.tc-header-style3 .tc-header-slider-style3 .swiper-slide-active .slider-card .info {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tc-header-style3 .tc-header-slider-style3 .swiper-pagination {
  position: absolute;
  bottom: 70px;
  text-align: center;
  width: 100%;
}
.tc-header-style3 .tc-header-slider-style3 .swiper-pagination .swiper-pagination-bullet {
  width: 150px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  margin: 5px;
}
.tc-header-style3 .tc-header-slider-style3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.tc-header-style3 .tc-header-slider-style3 .swiper-button-next, .tc-header-style3 .tc-header-slider-style3 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  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-header-style3 .tc-header-slider-style3 .swiper-button-next::after, .tc-header-style3 .tc-header-slider-style3 .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.tc-header-style3 .tc-header-slider-style3 .swiper-button-next, .tc-header-style3 .tc-header-slider-style3 .swiper-container-rtl .swiper-button-prev {
  right: 3%;
}
.tc-header-style3 .tc-header-slider-style3 .swiper-button-prev, .tc-header-style3 .tc-header-slider-style3 .swiper-container-rtl .swiper-button-next {
  left: 3%;
}

/* ----------  tc-header-style9 ------------ */
.tc-header-style10 {
  position: relative;
}
.tc-header-style10 .head-slider {
  position: relative;
}
.tc-header-style10 .head-slider .swiper-button-next,
.tc-header-style10 .head-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  bottom: 50px;
  top: auto;
}
.tc-header-style10 .head-slider .swiper-button-next::after,
.tc-header-style10 .head-slider .swiper-button-prev::after {
  font-size: 14px;
}
.tc-header-style10 .head-slider .swiper-button-next:hover,
.tc-header-style10 .head-slider .swiper-button-prev:hover {
  background-color: var(--color-main);
}
.tc-header-style10 .head-slider .swiper-button-next {
  right: 50px;
}
.tc-header-style10 .head-slider .swiper-button-prev {
  left: auto;
  right: 115px;
}
.tc-header-style10 .head-slider .card-slide {
  color: #fff;
  position: relative;
}
.tc-header-style10 .head-slider .card-slide .img {
  height: 1090px;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
.tc-header-style10 .head-slider .card-slide .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.tc-header-style10 .head-slider .card-slide .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 50px;
}
.tc-header-style10 .head-slider .card-slide .info .tag {
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-header-style10 .head-slider .card-slide .info h2 {
  font-size: 60px;
}
.tc-header-style10 .tc-breaking-style10 {
  padding: 130px 15px 55px;
  background-color: #e9be7a;
  color: #000;
  height: 100%;
}
.tc-header-style10 .tc-breaking-style10 .img {
  height: 315px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-header-style10 .tc-breaking-style10 .info {
  padding-top: 20px;
}
.tc-header-style10 .tc-breaking-style10 .info .tag {
  padding: 8px 20px;
  border: 1px solid #000;
  border-radius: 30px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-header-style10 .tc-breaking-style10 .info ul {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1333333333);
}
.tc-header-style10 .tc-breaking-style10 .info ul li {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Neco-Variable", sans-serif !important;
}
.tc-header-style10 .tc-breaking-style10 .info ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}

/* ===============================================================
			[ * section_title Section ] 
================================================================*/
/* ----------  section-title-style2 ------------ */
.section-title-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-title-style2 h3 {
  font-size: 30px;
  margin: 0;
  text-transform: capitalize;
}
.section-title-style2 h3 {
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
}
.section-title-style2 .more {
  text-transform: uppercase;
  font-size: 14px;
  text-transform: uppercase;
}

/* ----------  section-title-style8 ------------ */
.section-title-style8 {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-title-style8 h3 {
  font-size: 24px;
  position: relative;
  line-height: 1;
  padding-left: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-title-style8 h3::before {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  width: 40px;
  height: 17px;
  background-color: #ccc;
}
.section-title-style8 h3.orange::before {
  background-color: #ed3410;
}
.section-title-style8 h3.yellow::before {
  background-color: #ff9813;
}
.section-title-style8 h3.green::before {
  background-color: #10ec91;
}
.section-title-style8 h3.purple::before {
  background-color: #7736d8;
}
.section-title-style8 h3.cyan::before {
  background-color: #72cbd6;
}

/* ===============================================================
			[ * 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: -ms-flexbox;
  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: -ms-flexbox;
  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-style1 ------------ */
.tc-post-grid-style1 .item {
  position: relative;
}
.tc-post-grid-style1 .item .img {
  display: block;
  position: relative;
  height: 190px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-post-grid-style1 .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: -ms-flexbox;
  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-style1 .item .img .video_icon i {
  color: #fff;
  font-size: 18px;
  position: relative;
  left: 2px;
}
.tc-post-grid-style1 .item .img .tags {
  position: absolute;
  top: 15px;
  left: 15px;
}
.tc-post-grid-style1 .item .img .rate {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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-style1 .item .content h5.title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.tc-post-grid-style1 .item .content h4.title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.tc-post-grid-style1 .item .content h3.title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
.tc-post-grid-style1 .item .content .stars i {
  font-size: 14px;
  color: rgba(153, 153, 153, 0.3333333333);
}
.tc-post-grid-style1 .item .content .stars i.active {
  color: #1db911;
}
.tc-post-grid-style1 .item .content .meta-bot {
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
}

/* ----------  Post grid-style2 ------------ */
.tc-post-grid-style2 .content {
  padding: 40px;
  background-color: #f7f0e7;
}
.tc-post-grid-style2 .content .item .img {
  position: relative;
}
.tc-post-grid-style2 .content .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: -ms-flexbox;
  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: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.tc-post-grid-style2 .content .item .img .video_icon i {
  color: #fff;
  font-size: 25px;
  position: relative;
  left: 2px;
  top: 2px;
}
.tc-post-grid-style2 .content .item .info h3.title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
.tc-post-grid-style2 .tc-editors-pick-slider {
  position: relative;
  padding-bottom: 70px;
}
.tc-post-grid-style2 .tc-editors-pick-slider .swiper-slide {
  position: relative;
  height: 400px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.tc-post-grid-style2 .tc-editors-pick-slider .swiper-slide::after {
  position: absolute;
  content: "";
  right: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}
.tc-post-grid-style2 .tc-editors-pick-slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tc-post-grid-style2 .tc-editors-pick-slider .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-post-grid-style2 .tc-editors-pick-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  outline-color: #000;
}

/* ----------  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: -ms-flexbox;
  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: -ms-flexbox;
  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 grid style4 ------------ */
.tc-post-grid-style4 .col-lg-3:first-of-type .item {
  padding-left: 0;
}
.tc-post-grid-style4 .col-lg-3:last-of-type .item {
  padding-right: 0;
}
.tc-post-grid-style4 .item {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding: 25px;
}
.tc-post-grid-style4 .item:first-of-type {
  padding-top: 0;
}
.tc-post-grid-style4 .item:last-of-type {
  border: 0;
}
.tc-post-grid-style4 .item .img {
  position: relative;
  display: block;
}
.tc-post-grid-style4 .item .img .tag-float {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  padding: 5px 15px;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 12px;
}
.tc-post-grid-style4 .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: -ms-flexbox;
  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-style4 .item .img .video_icon i {
  color: #fff;
  font-size: 25px;
}
.tc-post-grid-style4 .item .info {
  padding-top: 25px;
}
.tc-post-grid-style4 .item .info h4.title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.tc-post-grid-style4 .item .info .tags {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tc-post-grid-style4 .item .info .text {
  color: #000;
  font-size: 13.5px;
  margin-bottom: 40px;
}
.tc-post-grid-style4 .item .info a.more {
  font-weight: bold;
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
}
.tc-post-grid-style4 .item .info a.more:hover {
  text-decoration: underline;
}

.tc-post-grid-style5 .item .img {
  position: relative;
}
.tc-post-grid-style5 .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: -ms-flexbox;
  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-style5 .item .img .video_icon i {
  color: #fff;
  font-size: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tc-post-grid-style5 .item .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-grid-style5 .item .tags a.live {
  -webkit-clip-path: none;
          clip-path: none;
  background-color: #ed3410;
  padding: 5px 15px 5px;
}
.tc-post-grid-style5 .item h2.title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1px;
}
.tc-post-grid-style5 .item h3.title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px;
}
.tc-post-grid-style5 .item h5.title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
}

/* ----------  Post grid default ------------ */
.tc-post-grid-style6 .item {
  display: block;
}
.tc-post-grid-style6 .item .number {
  font-size: 36px;
  font-weight: bold;
  color: var(--color-main);
  position: relative;
  top: -5px;
}
.tc-post-grid-style6 .item .img {
  position: relative;
}
.tc-post-grid-style6 .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: -ms-flexbox;
  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-style6 .item .img .video_icon i {
  color: #fff;
  font-size: 25px;
}
.tc-post-grid-style6 .item .content h5.title {
  font-size: 18px;
  line-height: 24px;
}
.tc-post-grid-style6 .item .content h4.title {
  font-size: 20px;
  line-height: 28px;
}
.tc-post-grid-style6 .item .content h3.title {
  font-size: 26px;
  line-height: 35px;
}

/* ----------  Post grid style7 ------------ */
.tc-post-grid-style7 .item {
  color: #000;
}
.tc-post-grid-style7 .item .img {
  position: relative;
  overflow: hidden;
}
.tc-post-grid-style7 .item .img .tags-10 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.tc-post-grid-style7 .item .img .tags-15 {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.tc-post-grid-style7 .item .img .tags-20 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
.tc-post-grid-style7 .item .img .tags-25 {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 5;
}
.tc-post-grid-style7 .item .img .tags-30,
.tc-post-grid-style7 .item .img .tags {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
}
.tc-post-grid-style7 .item .img .tags-35 {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 5;
}
.tc-post-grid-style7 .item .img .video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  z-index: 10;
  color: #fff;
}
.tc-post-grid-style7 .item .content h2.title {
  font-size: 40px;
  line-height: 48px;
}
.tc-post-grid-style7 .item .content h6.title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

/* ----------  Post grid style8 ------------ */
.tc-post-grid-style8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-post-grid-style8 .item {
  color: #fff;
  width: 18%;
}
.tc-post-grid-style8 .item .img {
  position: relative;
  overflow: hidden;
}
.tc-post-grid-style8 .item .content h2.title {
  font-size: 40px;
  line-height: 48px;
}
.tc-post-grid-style8 .item .content h6.title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

/* ----------  Post grid style9 ------------ */
.tc-post-grid-style9 .tags a {
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
.tc-post-grid-style9 .tags a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 20px;
  height: 9px;
  background-color: #999;
}
.tc-post-grid-style9 .tags a.orange::after {
  background-color: #ec3410;
}
.tc-post-grid-style9 .tags a.yellow::after {
  background-color: #ff9813;
}
.tc-post-grid-style9 .tags a.cyan::after {
  background-color: #72cbd6;
}
.tc-post-grid-style9 .tags a.blue::after {
  background-color: #216ae2;
}
.tc-post-grid-style9 .tags a.green::after {
  background-color: #10ec91;
}
.tc-post-grid-style9 .tags a.purble::after {
  background-color: #7736d8;
}
.tc-post-grid-style9 .img {
  position: relative;
}
.tc-post-grid-style9 .img .live {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--color-main);
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.tc-post-grid-style9 .img .time {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--color-blue2);
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.tc-post-grid-style9 .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: -ms-flexbox;
  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-style9 .img .video_icon i {
  color: #fff;
  font-size: 25px;
}
.tc-post-grid-style9 .info .title {
  font-weight: bold;
}
.tc-post-grid-style9 .info h4.title {
  font-size: 26px;
}
.tc-post-grid-style9 .info h6.title {
  font-size: 18px;
}

/* ----------  Post grid style10 ------------ */
.tc-post-grid-style10 .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-post-grid-style10 .section-title h3 {
  font-size: 24px;
  position: relative;
  line-height: 1;
  padding-left: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tc-post-grid-style10 .section-title h3::before {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  width: 40px;
  height: 17px;
  background-color: #ccc;
}
.tc-post-grid-style10 .section-title h3.orange::before {
  background-color: #ed3410;
}
.tc-post-grid-style10 .section-title h3.yellow::before {
  background-color: #ff9813;
}
.tc-post-grid-style10 .section-title h3.green::before {
  background-color: #10ec91;
}
.tc-post-grid-style10 .section-title h3.purple::before {
  background-color: #7736d8;
}
.tc-post-grid-style10 .section-title h3.cyan::before {
  background-color: #72cbd6;
}
.tc-post-grid-style10 .info {
  color: #010101;
}
.tc-post-grid-style10 .info h5 {
  font-size: 22px;
  font-weight: bold;
}

/* ===============================================================
			[ * 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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: 24px;
  line-height: 28px;
}
.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: #fff;
}
.tc-post-list-style4 .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.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: 16px;
}
.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: -ms-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6588235294)), to(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: -ms-flexbox;
  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: -ms-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(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;
  text-transform: capitalize;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(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: -ms-flexbox;
  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%;
  z-index: 5;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(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: #fff;
  color: #000;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-transform: uppercase;
}
.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: -ms-flexbox;
  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: -ms-flexbox;
  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: 48px;
  line-height: 55px;
  color: #fff;
  font-weight: normal;
}
.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: 25px;
  line-height: 30px;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7882352941)), to(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: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(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: -ms-flexbox;
  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%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: -ms-flexbox;
  display: flex;
}
.tc-trends-news-style1 .hot-trends-tabs-style1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
/* ===============================================================
			[ * google_stories Section ] 
================================================================*/
/* ----------  tc-google-stories-style1 ------------ */
.tc-google-stories-style1 .story-item {
  display: block;
  text-align: center;
}
.tc-google-stories-style1 .story-item.seen .img {
  border-color: rgba(153, 153, 153, 0.2);
}
.tc-google-stories-style1 .story-item:hover .img img {
  -webkit-transform: scale(1.2) rotate(10deg);
      -ms-transform: scale(1.2) rotate(10deg);
          transform: scale(1.2) rotate(10deg);
}
.tc-google-stories-style1 .story-item .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid var(--color-main);
  overflow: hidden;
  margin: auto;
}
.tc-google-stories-style1 .story-item .img img {
  border-radius: 50%;
  padding: 4px;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

/* ----------  tc-google-stories-style1 ------------ */
.tc-google-stories-style10 {
  padding: 80px 0;
}
.tc-google-stories-style10 .story-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.tc-google-stories-style10 .story-card .img {
  height: 500px;
}
.tc-google-stories-style10 .story-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100px 30px 30px;
  z-index: 10;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
}
.tc-google-stories-style10 .story-card .info h6 {
  font-size: 30px;
  margin-bottom: 20px;
}
.tc-google-stories-style10 .story-card .float-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.tc-google-stories-style10 .tc-google-stories-slider10 {
  position: relative;
}
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-next,
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-prev {
  top: -45px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-next::after,
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-prev::after {
  font-size: 14px;
  color: #000;
}
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-next:hover,
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-prev:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-next:hover::after,
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-prev:hover::after {
  color: #fff;
}
.tc-google-stories-style10 .tc-google-stories-slider10 .swiper-button-prev {
  left: auto;
  right: 50px;
}

/* ===============================================================
			[ * 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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.tc-widget-social-style4 .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.tc-widget-social-style6 .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.tc-widget-social-style8 .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.tc-widget-social-style10 .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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;
}

/* ----------  widget tags ------------ */
.tc-widget-tags-style6 .tags-content a {
  padding: 5px 7px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-margin-end: 3px;
          margin-inline-end: 3px;
  margin-bottom: 7px;
  font-size: 13px;
}
.tc-widget-tags-style6 .tags-content a:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

/* ----------  widget tags ------------ */
.tc-widget-tags-style10 .tags-content a {
  background-color: #e9eaf1;
  padding: 5px 7px;
  -webkit-margin-end: 3px;
          margin-inline-end: 3px;
  margin-bottom: 7px;
  font-size: 13px;
  border-radius: 7px;
}
.tc-widget-tags-style10 .tags-content a:hover {
  background-color: var(--color-main);
  color: #fff;
}

/* ----------  widget webStories ------------ */
.tc-widget-webStories-style2 .web-content .story-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding: 15px 0;
}
.tc-widget-webStories-style2 .web-content .story-card .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  border: 5px solid #fff;
  outline: 1px solid var(--color-main);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-widget-webStories-style2 .web-content .story-card.seen .img {
  outline-color: rgba(153, 153, 153, 0.2);
}

/* ----------  widget webStories ------------ */
.tc-widget-webStories-style5 .web-content .story-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding: 15px 0;
}
.tc-widget-webStories-style5 .web-content .story-card .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  border: 5px solid #fff;
  outline: 1px solid var(--color-main);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-widget-webStories-style5 .web-content .story-card.seen .img {
  outline-color: rgba(153, 153, 153, 0.2);
}

/* ----------  tc-widget-Instagram-style2 ------------ */
.tc-widget-Instagram-style2 .images .img {
  display: block;
  height: 80px;
  position: relative;
}
.tc-widget-Instagram-style2 .images .img .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-widget-Instagram-style2 .images .img:hover .icon {
  opacity: 1;
}

/* ----------  tc-widget-Instagram-style10 ------------ */
.tc-widget-Instagram-style10 .insta-imgs .img {
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1;
}
.tc-widget-Instagram-style10 .insta-imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------  tc-widget-top-games-style3 ------------ */
.tc-widget-top-games-style3 .widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-widget-top-games-style3 .widget-title h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.tc-widget-top-games-style3 .widget-title .form-select {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 30px;
  padding: 7px 12px;
  width: 110px;
}
.tc-widget-top-games-style3 .widget-content {
  background-color: #f6f2f0;
  border-radius: 15px;
  overflow: hidden;
}
.tc-widget-top-games-style3 .widget-content .img-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 250px;
}
.tc-widget-top-games-style3 .widget-content .img-card .tags {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tc-widget-top-games-style3 .widget-content .img-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.tc-widget-top-games-style3 .widget-content .img-card .content h4 {
  font-weight: bold;
  font-size: 23px;
  color: #fff;
}
.tc-widget-top-games-style3 .widget-content .img-card .content .meta-bot {
  color: #fff;
  font-size: 13px;
}
.tc-widget-top-games-style3 .widget-content .number-cards {
  padding: 20px 25px;
}
.tc-widget-top-games-style3 .widget-content .number-cards .number-card {
  padding: 15px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-widget-top-games-style3 .widget-content .number-cards .number-card:first-of-type {
  padding-top: 0;
  border: 0;
}
.tc-widget-top-games-style3 .widget-content .number-cards .number-card:hover .number,
.tc-widget-top-games-style3 .widget-content .number-cards .number-card:hover .info .title {
  color: var(--color-orange1);
}
.tc-widget-top-games-style3 .widget-content .number-cards .number-card .number {
  width: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  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: #cccccc;
  font-size: 48px;
  font-weight: bold;
}
.tc-widget-top-games-style3 .widget-content .number-cards .number-card .info {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.tc-widget-top-games-style3 .widget-content .number-cards .number-card .info .title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.tc-widget-top-games-style3 .widget-content .number-cards .number-card .info .meta-bot {
  font-size: 13px;
  color: #666666;
  margin-top: 10px;
}

/* ----------  tc-widget-videos-style6 ------------ */
.tc-widget-videos-style6 .main-card {
  position: relative;
  margin-bottom: 25px;
}
.tc-widget-videos-style6 .main-card .img {
  position: relative;
}
.tc-widget-videos-style6 .main-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7882352941)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7882352941), transparent);
}
.tc-widget-videos-style6 .main-card .img .tags {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 5;
}
.tc-widget-videos-style6 .main-card .img .tags a {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  padding: 4px 8px;
  background-color: #fff;
  color: var(--color-main);
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
.tc-widget-videos-style6 .main-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
}
.tc-widget-videos-style6 .main-card .info h5.title {
  font-size: 20px;
}
.tc-widget-videos-style6 .main-card .info .video_icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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-widget-videos-style6 .sub-cards .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-widget-videos-style6 .sub-cards .item .img {
  width: 75px;
  height: 50px;
  overflow: hidden;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-widget-videos-style6 .sub-cards .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-widget-videos-style6 .sub-cards .item .info h6.title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}

/* ----------  tc-widget-categories-style6 ------------ */
.tc-widget-categories-style6 .categories-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: -ms-flexbox;
  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;
}

/* ===============================================================
			[ * videos Section ] 
================================================================*/
/* ----------  tc-hot-videos-style1 ------------ */
.tc-hot-videos-style1 {
  background-image: url(../img/videos/back1.png);
  background-size: cover;
  position: relative;
}
.tc-hot-videos-style1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-hot-videos-style1 .content {
  position: relative;
  z-index: 10;
}
.tc-hot-videos-style1 .content .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  margin-bottom: 40px;
}
.tc-hot-videos-style1 .content .section-head .nav-pills {
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
}
.tc-hot-videos-style1 .content .section-head .nav-pills .nav-item .nav-link {
  color: #fff;
  padding: 0;
  margin: 0 15px;
}
.tc-hot-videos-style1 .content .section-head .nav-pills .nav-item .nav-link.active {
  color: var(--color-main);
  background: transparent;
}
.tc-hot-videos-style1 .content .tc-video-slider1 {
  position: relative;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-next,
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 5px;
  margin: 0;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-next::after,
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-next:hover,
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-prev:hover {
  border-color: var(--color-main);
}
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-next:hover::after,
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-prev:hover::after {
  color: var(--color-main);
}
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-next, .tc-hot-videos-style1 .content .tc-video-slider1 .swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .swiper-button-prev, .tc-hot-videos-style1 .content .tc-video-slider1 .swiper-container-rtl .swiper-button-next {
  right: 80px;
  left: auto;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .slider-content {
  position: relative;
  padding-bottom: 100px;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
  height: 650px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .slider-content .sub-title {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .slider-content .title {
  color: #fff;
  font-size: 36px;
  letter-spacing: -1px;
  margin-top: 40px;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .slider-content .meta-bot {
  color: #fff;
  font-size: 13px;
  margin-top: 50px;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .slider-content .play-cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tc-hot-videos-style1 .content .tc-video-slider1 .slider-content .play-cont i {
  color: #fff;
  background-color: var(--color-main);
  width: 85px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-hot-videos-style2 ------------ */
.tc-hot-videos-style2 {
  position: relative;
  background-image: url(../img/videos/back2.png);
  background-size: cover;
}
.tc-hot-videos-style2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.tc-hot-videos-style2 .main-content {
  color: #fff;
}
.tc-hot-videos-style2 .main-content .title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 40px;
}
.tc-hot-videos-style2 .main-content .play-cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-hot-videos-style2 .main-content .play-cont i {
  color: #fff;
  background-color: var(--color-blue1);
  width: 85px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-hot-videos-style2 .tc-slider-style1 .swiper-button-next:after, .tc-hot-videos-style2 .tc-slider-style1 .swiper-button-prev:after {
  color: #fff;
  border-color: #fff;
}
.tc-hot-videos-style2 .tc-slider-style1 .swiper-button-next:hover, .tc-hot-videos-style2 .tc-slider-style1 .swiper-button-prev:hover {
  background-color: var(--color-blue1);
  border-color: var(--color-blue1);
}

/* ----------  tc-hot-videos-style5 ------------ */
.tc-hot-videos-style5 {
  background-color: var(--color-darkGray);
}

/* ----------  tc-hot-videos-style8 ------------ */
.tc-hot-videos-style8 .tc-posts-tabs-style3 {
  color: #fff;
}
.tc-hot-videos-style8 .tc-posts-tabs-style3 .nav-pills {
  border-color: #fff;
}
.tc-hot-videos-style8 .tc-posts-tabs-style3 .nav-pills .nav-link {
  color: #fff;
}
.tc-hot-videos-style8 .main-video .video-content video {
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-hot-videos-style8 .main-video .info {
  color: #fff;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
}
.tc-hot-videos-style8 .main-video .info .tags a {
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
.tc-hot-videos-style8 .main-video .info .tags a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 20px;
  height: 9px;
  background-color: var(--color-main);
}
.tc-hot-videos-style8 .main-video .info h2.title {
  font-size: 32px;
}
.tc-hot-videos-style8 .main-video .info .text {
  font-size: 14px;
}

/* ----------  tc-hot-videos-style9 ------------ */
.tc-hot-videos-style9 {
  position: relative;
  background-image: url(../img/latest/158.jpg);
  background-size: cover;
  background-position: center;
}
.tc-hot-videos-style9::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.tc-hot-videos-style9 .main-content {
  color: #fff;
}
.tc-hot-videos-style9 .main-content .title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 40px;
}
.tc-hot-videos-style9 .main-content .play-cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-hot-videos-style9 .main-content .play-cont i {
  color: #fff;
  background-color: var(--color-main);
  width: 85px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-hot-videos-style10 ------------ */
.tc-hot-videos-style10 {
  background-image: url(../img/latest/174.png);
  background-size: cover;
  position: relative;
}
.tc-hot-videos-style10::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.tc-hot-videos-style10 .content {
  position: relative;
  z-index: 10;
}
.tc-hot-videos-style10 .content .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  margin-bottom: 40px;
}
.tc-hot-videos-style10 .content .section-head .nav-pills {
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
}
.tc-hot-videos-style10 .content .section-head .nav-pills .nav-item .nav-link {
  color: #fff;
  padding: 0;
  margin: 0 15px;
}
.tc-hot-videos-style10 .content .section-head .nav-pills .nav-item .nav-link.active {
  color: var(--color-main);
  background: transparent;
}
.tc-hot-videos-style10 .content .tc-video-slider1 {
  position: relative;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-next,
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 5px;
  margin: 0;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-next::after,
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-next:hover,
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-prev:hover {
  border-color: var(--color-main);
}
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-next:hover::after,
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-prev:hover::after {
  color: var(--color-main);
}
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-next, .tc-hot-videos-style10 .content .tc-video-slider1 .swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .swiper-button-prev, .tc-hot-videos-style10 .content .tc-video-slider1 .swiper-container-rtl .swiper-button-next {
  right: 80px;
  left: auto;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .slider-content {
  position: relative;
  padding-bottom: 100px;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
  height: 650px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .slider-content .sub-title {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .slider-content .title {
  color: #fff;
  font-size: 36px;
  letter-spacing: -1px;
  margin-top: 40px;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .slider-content .meta-bot {
  color: #fff;
  font-size: 13px;
  margin-top: 50px;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .slider-content .play-cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tc-hot-videos-style10 .content .tc-video-slider1 .slider-content .play-cont i {
  color: #fff;
  background-color: var(--color-main);
  width: 85px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-hot-videos-style11 ------------ */
.tc-hot-videos-style11 .video-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.tc-hot-videos-style11 .video-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.tc-hot-videos-style11 .video-card .img {
  position: relative;
  height: 820px;
}
.tc-hot-videos-style11 .video-card .img .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  color: #fff;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.tc-hot-videos-style11 .video-card .img .info h2.title {
  font-size: 60px;
  margin-bottom: 40px;
}
.tc-hot-videos-style11 .video-card .img .info .play-cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-hot-videos-style11 .video-card .img .info .play-cont i {
  color: #fff;
  background-color: var(--color-main);
  width: 85px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container {
  position: relative;
}
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-next,
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-prev {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(85, 85, 85, 0.5333333333);
}
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-next::after,
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-next:hover,
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-prev:hover {
  background-color: var(--color-main);
}
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-next {
  right: 50px;
}
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-button-prev {
  left: 50px;
}
.tc-hot-videos-style11 .tc-hot-videos-slider11 .swiper-container .swiper-slide-active .video-card .img .info {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.tc-hot-videos-style11 .butn {
  background-color: #000;
  color: #fff;
  padding: 15px 70px;
  margin-top: 80px;
  border-radius: 50px;
}
.tc-hot-videos-style11 .butn span {
  text-transform: uppercase;
  font-size: 16px;
}
.tc-hot-videos-style11 .butn:hover {
  background-color: var(--color-main);
}

/* ===============================================================
			[ * tabs_posts Section ] 
================================================================*/
/* ----------  tabs_posts style-2 ------------ */
.tc-posts-tabs-style2 .nav-pills {
  padding: 7px 10px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 30px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-posts-tabs-style2 .nav-pills .nav-link {
  font-size: 12px;
  color: #666;
  background-color: transparent;
  padding: 0;
  margin: 0 15px;
  text-transform: uppercase;
}
.tc-posts-tabs-style2 .nav-pills .nav-link.active {
  color: var(--color-blue1);
  font-weight: 700;
}

/* ----------  tabs_posts style-3 ------------ */
.tc-posts-tabs-style3 .nav-pills {
  padding: 7px 15px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  background-color: #fff;
  border-radius: 30px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-posts-tabs-style3 .nav-pills .nav-link {
  font-size: 12px;
  color: #666;
  background-color: transparent;
  padding: 0;
  margin: 0 7px;
  text-transform: uppercase;
}
.tc-posts-tabs-style3 .nav-pills .nav-link.active {
  color: var(--color-orange1);
  font-weight: 700;
}

/* ----------  tabs_posts style-4 ------------ */
.tc-posts-tabs-style4 .tc-tabs-head {
  text-align: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-posts-tabs-style4 .tc-tabs-head a {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 15px;
  border-bottom: 3px solid transparent;
  padding-bottom: 30px;
}
.tc-posts-tabs-style4 .tc-tabs-head a.active, .tc-posts-tabs-style4 .tc-tabs-head a:hover {
  font-weight: bold;
  border-bottom: 3px solid #000;
}
.tc-posts-tabs-style4 .more {
  text-align: center;
}
.tc-posts-tabs-style4 .more a {
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-weight: bold;
  padding: 12px 50px;
}
.tc-posts-tabs-style4 .more a:hover {
  background-color: var(--color-creamy1);
  border-color: var(--color-creamy1);
}

/* ===============================================================
			[ * subscribe Section ] 
================================================================*/
/* ----------  subscribe style-1 ------------ */
.tc-subscribe-style1 {
  padding: 50px 0;
}
.tc-subscribe-style1 .sub-info h5 {
  font-size: 30px;
  color: #000;
}
.tc-subscribe-style1 .sub-form .form-group {
  position: relative;
}
.tc-subscribe-style1 .sub-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;
}
.tc-subscribe-style1 .sub-form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}
.tc-subscribe-style1 .sub-form .form-group button {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: var(--color-main);
  background: transparent;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* ----------  subscribe style-2 ------------ */
.tc-subscribe-style2 {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-top: 5px solid var(--color-blue1);
}
.tc-subscribe-style2 .sub-info h5 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.tc-subscribe-style2 .sub-form .form-group {
  position: relative;
}
.tc-subscribe-style2 .sub-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;
}
.tc-subscribe-style2 .sub-form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}
.tc-subscribe-style2 .sub-form .form-group button {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: var(--color-blue1);
  background: transparent;
  border: 0;
  font-weight: bold;
  text-transform: capitalize;
}

/* ----------  subscribe style-3 ------------ */
.tc-subscribe-style3 .sub-form {
  padding: 35px 30px 45px;
  background-color: #f1f1f1;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 10px;
}
.tc-subscribe-style3 .sub-form .text {
  font-size: 15px;
}
.tc-subscribe-style3 .sub-form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.tc-subscribe-style3 .sub-form .form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 5px;
  font-size: 14px;
  padding-left: 50px;
}
.tc-subscribe-style3 .sub-form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}

/* ----------  subscribe style-4 ------------ */
.tc-subscribe-style4 .form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-subscribe-style4 .form .form-group .form-control {
  min-height: 50px;
  border-radius: 0;
  padding-left: 45px;
  font-size: 13px;
}
.tc-subscribe-style4 .form .form-group .icon {
  position: absolute;
  left: 15px;
  bottom: 17px;
  font-size: 21px;
}
.tc-subscribe-style4 .form .form-group button {
  font-weight: bold;
  background-color: var(--color-creamy1);
  text-transform: uppercase;
  border: 0;
  padding: 15px 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ----------  subscribe style-6 ------------ */
.tc-subscribe-style6 .tc-subscribe-card {
  padding: 30px;
  background-color: var(--color-main);
  color: #fff;
}
.tc-subscribe-style6 .tc-subscribe-card .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.tc-subscribe-style6 .tc-subscribe-card li {
  font-size: 13px;
  margin: 5px 0;
}
.tc-subscribe-style6 .tc-subscribe-card .price {
  margin: 20px 0 15px;
}
.tc-subscribe-style6 .tc-subscribe-card .price h2 {
  font-size: 40px;
}
.tc-subscribe-style6 .tc-subscribe-card .price h2 small {
  font-size: 12px;
  font-weight: normal;
}
.tc-subscribe-style6 .tc-subscribe-card small {
  font-size: 12px;
  color: #ffcccc;
}
.tc-subscribe-style6 .tc-subscribe-card .subsc-btn {
  border: 0;
  background-color: #3c5c6e;
  font-size: 14px;
  padding: 12px 30px;
  text-transform: capitalize;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.tc-subscribe-style6 .tc-subscribe-card .subsc-btn:hover {
  background-color: #304d5e;
}

/* ----------  subscribe style-8 ------------ */
.tc-subscribe-style8 {
  padding: 50px 0;
}
.tc-subscribe-style8 .sub-info h5 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.tc-subscribe-style8 .sub-form .form-group {
  position: relative;
  color: #fff;
}
.tc-subscribe-style8 .sub-form .form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: #1b477e;
  border: 0;
  border-radius: 0;
  padding: 0 90px 0 50px;
  font-size: 14px;
  color: #fff;
}
.tc-subscribe-style8 .sub-form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.tc-subscribe-style8 .sub-form .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.tc-subscribe-style8 .sub-form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.tc-subscribe-style8 .sub-form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.tc-subscribe-style8 .sub-form .form-group .form-control::placeholder {
  color: #fff;
}
.tc-subscribe-style8 .sub-form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}
.tc-subscribe-style8 .sub-form .form-group button {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  color: #fff;
  background: var(--color-main);
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
}

/* ----------  subscribe style-1 ------------ */
.tc-subscribe-style9 {
  padding: 40px 30px;
  background-color: #fdf6f5;
  border-top: 5px solid var(--color-main);
}
.tc-subscribe-style9 .sub-info h5 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.tc-subscribe-style9 .sub-form .form-group {
  position: relative;
}
.tc-subscribe-style9 .sub-form .form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
}
.tc-subscribe-style9 .sub-form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}
.tc-subscribe-style9 .sub-form .form-group button {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: var(--color-main);
  background: transparent;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* ===============================================================
			[ * download Section ] 
================================================================*/
/* ----------  download style-1 ------------ */
.tc-download-style1 .content {
  padding: 60px;
  background-image: url(../img/download1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.tc-download-style1 .content .info .title {
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.tc-download-style1 .content .info .text {
  font-size: 14px;
  color: #666;
}
.tc-download-style1 .content .img {
  text-align: center;
}
.tc-download-style1 .content .img a {
  display: block;
  margin: 10px 0;
}
/* ===============================================================
			[ * sidebar_popup Section ] 
================================================================*/
/* ----------  sidebar-popup-style1 ------------ */
.sidebar-popup-style1 {
  padding: 10px;
  background-color: var(--bg-gray1);
}
.sidebar-popup-style1 .logo img {
  width: 150px;
}
.sidebar-popup-style1 .btn-close {
  margin-top: -2rem;
}
.sidebar-popup-style1 .offcanvas-body::-webkit-scrollbar {
  height: 20px;
  width: 7px;
  background: #f1f1f1;
  border-radius: 10px;
}
.sidebar-popup-style1 .offcanvas-body::-webkit-scrollbar-thumb {
  background: rgba(153, 153, 153, 0.3333333333);
  border-radius: 7px;
}
.sidebar-popup-style1 .offcanvas-body::-webkit-scrollbar-corner {
  background: rgba(153, 153, 153, 0.3333333333);
  border-radius: 7px;
}
.sidebar-popup-style1 .offcanvas-body .text {
  font-size: 16px;
  color: #777;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card {
  display: block;
  margin-top: 15px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card .img {
  height: 90px;
  position: relative;
  overflow: hidden;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card .img img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card .info h5 {
  text-transform: capitalize;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card .info .num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: var(--color-main);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card:hover .img img {
  -webkit-transform: rotate(5deg) scale(1.2);
      -ms-transform: rotate(5deg) scale(1.2);
          transform: rotate(5deg) scale(1.2);
}
.sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card:hover .info .num {
  width: 80px;
  background-color: var(--color-main);
  color: #fff;
}
.sidebar-popup-style1 .offcanvas-body .social-links {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidebar-popup-style1 .offcanvas-body .social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #777;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.sidebar-popup-style1 .offcanvas-body .social-links a:hover {
  background-color: var(--color-main);
  color: #fff;
}

/* ===============================================================
			[ * breaking_news Section ] 
================================================================*/
/* ----------  breaking-news-style2 ------------ */
.tc-breaking-news-style2 {
  background-color: #161225;
}
.tc-breaking-news-style2 .card-breaking-style2 {
  height: 230px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-breaking-news-style2 .card-breaking-style2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-breaking-news-style2 .card-breaking-style2 .img {
  height: 100%;
  overflow: hidden;
}
.tc-breaking-news-style2 .card-breaking-style2 .img img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.tc-breaking-news-style2 .card-breaking-style2 .tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
.tc-breaking-news-style2 .card-breaking-style2 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}
.tc-breaking-news-style2 .card-breaking-style2 .info .title {
  font-size: 18px;
  color: #fff;
}
.tc-breaking-news-style2 .card-breaking-style2 .info .date {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}
.tc-breaking-news-style2 .card-breaking-style2:hover .img img {
  -webkit-transform: scale(1.2) rotate(2deg);
      -ms-transform: scale(1.2) rotate(2deg);
          transform: scale(1.2) rotate(2deg);
}
.tc-breaking-news-style2 .tc-breaking-news-slider2 {
  position: relative;
}
.tc-breaking-news-style2 .tc-breaking-news-slider2 .swiper-container {
  padding-bottom: 50px;
}
.tc-breaking-news-style2 .tc-breaking-news-slider2 .swiper-container .swiper-scrollbar {
  background-color: #241e3d;
  border-radius: 0;
  height: 8px;
  left: 0;
  width: 100%;
}
.tc-breaking-news-style2 .tc-breaking-news-slider2 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #4f4288;
  border-radius: 0;
}

/* ----------  breaking-news-style5 ------------ */
.tc-breaking-news-style5 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e9ec;
}
.tc-breaking-news-style5 .content .breaking-title {
  padding: 12px 30px 12px 20px;
  background-color: var(--color-darkGray);
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-breaking-news-style5 .content .breaking-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-right: 60px;
}
.tc-breaking-news-style5 .content .breaking-body .arrows {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-color: #e6e9ec;
  z-index: 10;
}
.tc-breaking-news-style5 .content .breaking-body .arrows .swiper-button-next,
.tc-breaking-news-style5 .content .breaking-body .arrows .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #fff;
  top: 5px;
  margin: 0;
  right: 5px;
}
.tc-breaking-news-style5 .content .breaking-body .arrows .swiper-button-next::after,
.tc-breaking-news-style5 .content .breaking-body .arrows .swiper-button-prev::after {
  font-size: 15px;
  color: #444;
}
.tc-breaking-news-style5 .tc-breaking-news-slider5 .swiper-slide {
  position: relative;
}

/* ----------  breaking-news-style6 ------------ */
.tc-breaking-news-style6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}
.tc-breaking-news-style6 .content .breaking-title {
  padding: 12px 30px 12px 20px;
  color: var(--color-main);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  border-right: 1px solid #000;
}
.tc-breaking-news-style6 .content .breaking-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-right: 60px;
}
.tc-breaking-news-style6 .content .breaking-body .arrows {
  position: absolute;
  right: 15px;
  top: 1px;
  height: 100%;
  width: 90px;
  z-index: 10;
}
.tc-breaking-news-style6 .content .breaking-body .arrows .swiper-button-next,
.tc-breaking-news-style6 .content .breaking-body .arrows .swiper-button-prev {
  width: 35px;
  height: 35px;
  top: 5px;
  margin: 0;
  right: 5px;
  border: 1px solid #000;
  background-color: #fff;
}
.tc-breaking-news-style6 .content .breaking-body .arrows .swiper-button-next::after,
.tc-breaking-news-style6 .content .breaking-body .arrows .swiper-button-prev::after {
  font-size: 15px;
  color: #444;
}
.tc-breaking-news-style6 .tc-breaking-news-slider6 .swiper-slide {
  position: relative;
}

/* ----------  breaking-news-style7 ------------ */
.tc-breaking-news-style8 {
  position: relative;
  padding: 30px;
}
.tc-breaking-news-style8::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_shap.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.tc-breaking-news-style8 .tc-breaking-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 5;
}
.tc-breaking-news-style8 .tc-breaking-title h5 {
  font-weight: bold;
}
.tc-breaking-news-style8 .tc-breaking-title small {
  text-transform: uppercase;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 {
  position: relative;
  padding-bottom: 60px;
  z-index: 5;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-next,
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-prev {
  width: 25px;
  height: 23px;
  border-radius: 0;
  border: 1px solid #fff;
  top: -35px;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-next::after,
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-prev::after {
  font-size: 10px;
  color: #fff;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-next:hover,
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-prev:hover {
  background-color: #fff;
  border-color: #fff;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-next:hover::after,
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-prev:hover::after {
  color: #000;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-next, .tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-button-prev, .tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-container-rtl .swiper-button-next {
  right: 30px;
  left: auto;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 5px;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0 5px;
}
.tc-breaking-news-style8 .tc-breaking-news-slider8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* ===============================================================
			[ * categories Section ] 
================================================================*/
/* ----------  popular-categories-style3 ------------ */
.tc-popular-categories-style3 .category-card {
  display: block;
  text-align: center;
  padding: 20px;
  background-color: #f6f2f0;
  border-radius: 15px;
  margin-bottom: 70px;
}
.tc-popular-categories-style3 .category-card .icon {
  margin: 30px auto;
  height: 70px;
  width: 75px;
  font-size: 80px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
.tc-popular-categories-style3 .category-card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-popular-categories-style3 .category-card .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
}
.tc-popular-categories-style3 .category-card small {
  font-size: 12px;
  color: #666;
}
.tc-popular-categories-style3 .category-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.2);
}
.tc-popular-categories-style3 .category-card:hover .icon {
  color: var(--color-orange1);
}
.tc-popular-categories-style3 .category-card:hover .title {
  text-decoration: underline;
}

/* ----------  popular-categories-style7 ------------ */
.tc-popular-categories-style7 .category-content .cat-link {
  font-size: 60px;
  font-weight: bold;
  position: relative;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  line-height: 1;
  margin-bottom: 30px;
  color: #000;
}
.tc-popular-categories-style7 .category-content .cat-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.tc-popular-categories-style7 .category-content .cat-link:hover {
  color: var(--color-orange1);
}
.tc-popular-categories-style7 .category-content .cat-link .num {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
  color: var(--color-orange1);
  font-weight: normal;
}
.tc-popular-categories-style7 .category-content .cat-link:last-of-type {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-popular-categories-style7 .category-content .cat-link:last-of-type::after {
  display: none;
}

/* ----------  categories-style10 ------------ */
.tc-categories-style10 {
  position: relative;
  padding: 75px 0;
  background-color: #dee0ee;
  color: #000;
}
.tc-categories-style10::after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(farthest-side, #fff 95%, transparent 100%) calc(var(--x) - 2.2em - 15px) calc(var(--y) - 2.2em - 15px)/140px 140px fixed no-repeat;
  mix-blend-mode: exclusion;
  pointer-events: none;
  z-index: 10;
}
.tc-categories-style10 .cat-content {
  position: relative;
}
.tc-categories-style10 .category {
  font-size: 72px;
  font-family: "Neco-Variable", sans-serif !important;
  -webkit-margin-end: 100px;
          margin-inline-end: 100px;
  position: relative;
  z-index: 10;
}
.tc-categories-style10 .category .num {
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -35px;
  right: 5px;
}

/* ===============================================================
			[ * 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-1 ------------ */
.footer-style1 {
  background-color: #eceff2;
  border-top: 1px solid #000;
}
.footer-style1 .content {
  padding: 70px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.footer-style1 .content .info .foot-logo {
  margin-bottom: 35px;
}
.footer-style1 .content .info .foot-logo img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-style1 .content .info p {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
}
.footer-style1 .content .info p b {
  color: #000;
}
.footer-style1 .content .info .social-links {
  margin-top: 40px;
}
.footer-style1 .content .info .social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #777;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.footer-style1 .content .info .social-links a:hover {
  background-color: #ffd940;
  color: #fff;
}
.footer-style1 .content .link-group {
  margin-bottom: 75px;
}
.footer-style1 .content .link-group:last-of-type {
  margin-bottom: 0;
}
.footer-style1 .content .link-group .title {
  margin-bottom: 40px;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
}
.footer-style1 .content .link-group .f-link {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
  text-transform: capitalize;
}
.footer-style1 .content .link-group .f-link:hover {
  color: #000;
  text-decoration: underline;
}
.footer-style1 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #fff;
  color: #111;
  font-size: 18px;
  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-style1 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style1 .to_top.show {
  right: 30px;
  opacity: 1;
}

/* ----------  footer style-2 ------------ */
.footer-style2 {
  background-color: #161225;
}
.footer-style2 .foot-tilte {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
.footer-style2 .contact-info li {
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-style2 .contact-info li:last-of-type {
  margin: 0;
}
.footer-style2 .social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #31294d;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.footer-style2 .social-links a:hover {
  background-color: var(--color-blue1);
  color: #fff;
}
.footer-style2 .link-group .f-link {
  color: #cccccc;
  margin-bottom: 15px;
}
.footer-style2 .link-group .f-link:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-style2 .link-group li:last-of-type a {
  margin: 0;
}
.footer-style2 .text {
  color: #cccccc;
  font-size: 16px;
}
.footer-style2 .form .form-group {
  position: relative;
}
.footer-style2 .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 11px;
  font-size: 18px;
  color: #fff;
}
.footer-style2 .form .form-group input {
  width: 100%;
  padding: 15px 100px 15px 60px;
  background-color: #31294d;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
}
.footer-style2 .form .form-group button {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: var(--color-blue1);
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.footer-style2 .foot-lang {
  position: relative;
  padding-top: 10px;
  text-transform: capitalize;
  display: inline-block;
}
.footer-style2 .foot-lang .another-lang-links {
  background-color: #31294d;
  border-radius: 10px;
  overflow: hidden;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style2 .foot-lang .another-lang-links .lang-link {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.footer-style2 .foot-lang .another-lang-links .lang-link:last-of-type {
  border: 0;
}
.footer-style2 .foot-lang .another-lang-links .lang-link:hover {
  background-color: #231d3a;
}
.footer-style2 .foot-lang .lang-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.footer-style2 .foot-lang:hover .another-lang-links {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.footer-style2 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #461cfb;
  color: #fff;
  font-size: 18px;
  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-style2 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style2 .to_top.show {
  right: 30px;
  opacity: 1;
}

/* ----------  footer style-3 ------------ */
.footer-style3 .text {
  font-size: 16px;
  color: #666;
}
.footer-style3 .foot-info h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-style3 .foot-links a {
  font-size: 16px;
  margin-bottom: 12px;
}
.footer-style3 .foot-links a:hover {
  text-decoration: underline;
}
.footer-style3 .foot-subscribe .sub-form .form-group {
  position: relative;
}
.footer-style3 .foot-subscribe .sub-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;
}
.footer-style3 .foot-subscribe .sub-form .form-group .icon {
  position: absolute;
  bottom: 6px;
  left: 15px;
  z-index: 2;
  font-size: 22px;
}
.footer-style3 .foot-subscribe .sub-form .form-group button {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: var(--color-orange1);
  background: transparent;
  border: 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-style3 .foot-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 14px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  color: #666;
}
.footer-style3 .foot-social a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}
.footer-style3 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #000;
  color: #fff;
  font-size: 18px;
  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-style3 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style3 .to_top.show {
  right: 30px;
  opacity: 1;
}

/* ----------  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: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: var(--color-creamy1);
  color: #000;
  font-size: 18px;
  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;
}

/* ----------  footer style-5 ------------ */
.footer-style5 {
  background-color: var(--color-darkGray);
}
.footer-style5 .foot-tilte {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
.footer-style5 .contact-info li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-style5 .contact-info li:last-of-type {
  margin: 0;
}
.footer-style5 .social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.footer-style5 .social-links a:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-darkGray);
}
.footer-style5 .link-group .f-link {
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-style5 .link-group .f-link:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-style5 .link-group li:last-of-type a {
  margin: 0;
}
.footer-style5 .text {
  color: #fff;
  font-size: 16px;
}
.footer-style5 .form .form-group {
  position: relative;
}
.footer-style5 .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 11px;
  font-size: 18px;
  color: #fff;
}
.footer-style5 .form .form-group input {
  width: 100%;
  padding: 15px 100px 15px 60px;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  background-color: #4a7187;
  color: #fff;
}
.footer-style5 .form .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.footer-style5 .form .form-group input::-moz-placeholder {
  color: #fff;
}
.footer-style5 .form .form-group input:-ms-input-placeholder {
  color: #fff;
}
.footer-style5 .form .form-group input::-ms-input-placeholder {
  color: #fff;
}
.footer-style5 .form .form-group input::placeholder {
  color: #fff;
}
.footer-style5 .form .form-group button {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: #fff;
  color: var(--color-darkGray);
  border: 0;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.footer-style5 .foot-lang {
  position: relative;
  padding-top: 10px;
  text-transform: capitalize;
  display: inline-block;
}
.footer-style5 .foot-lang .another-lang-links {
  background-color: #4a7187;
  border-radius: 10px;
  overflow: hidden;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style5 .foot-lang .another-lang-links .lang-link {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.footer-style5 .foot-lang .another-lang-links .lang-link:last-of-type {
  border: 0;
}
.footer-style5 .foot-lang .another-lang-links .lang-link:hover {
  background-color: #2f5164;
}
.footer-style5 .foot-lang .lang-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.footer-style5 .foot-lang:hover .another-lang-links {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.footer-style5 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: var(--color-darkGray);
  color: #fff;
  font-size: 18px;
  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-style5 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style5 .to_top.show {
  right: 30px;
  opacity: 1;
}

/* ----------  footer style-6 ------------ */
.footer-style6 {
  background-color: var(--color-darkGray);
}
.footer-style6 .foot-tilte {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
.footer-style6 .contact-info li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-style6 .contact-info li:last-of-type {
  margin: 0;
}
.footer-style6 .social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.footer-style6 .social-links a:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.footer-style6 .link-group .f-link {
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-style6 .link-group .f-link:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-style6 .link-group li:last-of-type a {
  margin: 0;
}
.footer-style6 .text {
  color: #fff;
  font-size: 16px;
}
.footer-style6 .form .form-group {
  position: relative;
}
.footer-style6 .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 11px;
  font-size: 18px;
  color: #fff;
}
.footer-style6 .form .form-group input {
  width: 100%;
  padding: 15px 100px 15px 60px;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  background-color: #4a7187;
  color: #fff;
}
.footer-style6 .form .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.footer-style6 .form .form-group input::-moz-placeholder {
  color: #fff;
}
.footer-style6 .form .form-group input:-ms-input-placeholder {
  color: #fff;
}
.footer-style6 .form .form-group input::-ms-input-placeholder {
  color: #fff;
}
.footer-style6 .form .form-group input::placeholder {
  color: #fff;
}
.footer-style6 .form .form-group button {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: var(--color-main);
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.footer-style6 .foot-lang {
  position: relative;
  padding-top: 10px;
  text-transform: capitalize;
  display: inline-block;
}
.footer-style6 .foot-lang .another-lang-links {
  background-color: #4a7187;
  border-radius: 10px;
  overflow: hidden;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style6 .foot-lang .another-lang-links .lang-link {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.footer-style6 .foot-lang .another-lang-links .lang-link:last-of-type {
  border: 0;
}
.footer-style6 .foot-lang .another-lang-links .lang-link:hover {
  background-color: #2f5164;
}
.footer-style6 .foot-lang .lang-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.footer-style6 .foot-lang:hover .another-lang-links {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.footer-style6 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: var(--color-main);
  color: #fff;
  font-size: 18px;
  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-style6 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style6 .to_top.show {
  right: 30px;
  opacity: 1;
}

/* ----------  footer style-1 ------------ */
.footer-style7 .tc-subscribe {
  padding: 60px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5333333333);
}
.footer-style7 .tc-subscribe .sub-info h5 {
  font-size: 30px;
  color: #000;
}
.footer-style7 .tc-subscribe .sub-form .form-group {
  position: relative;
}
.footer-style7 .tc-subscribe .sub-form .form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 10px;
  border: 0;
}
.footer-style7 .tc-subscribe .sub-form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
  color: #000;
}
.footer-style7 .tc-subscribe .sub-form .form-group button {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: var(--color-main);
  background: transparent;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-style7 .foot-content {
  padding-top: 100px;
}
.footer-style7 .foot-content .text {
  font-size: 16px;
  color: #666;
}
.footer-style7 .foot-content .foot-info h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-style7 .foot-content .foot-links a {
  font-size: 16px;
  margin-bottom: 12px;
}
.footer-style7 .foot-content .foot-links a:hover {
  text-decoration: underline;
}
.footer-style7 .foot-content .insta-imgs .images .img {
  display: block;
  height: 80px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.footer-style7 .foot-content .insta-imgs .images .img .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style7 .foot-content .insta-imgs .images .img:hover .icon {
  opacity: 1;
}
.footer-style7 .foot-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 14px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  color: #666;
  background-color: #fff;
}
.footer-style7 .foot-social a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}
.footer-style7 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #111;
  color: #fff;
  font-size: 18px;
  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-style7 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style7 .to_top.show {
  right: 30px;
  opacity: 1;
}

/* ----------  footer style-1 ------------ */
.footer-style8 {
  background-color: var(--color-blue2);
}
.footer-style8 .content {
  padding: 80px 0;
}
.footer-style8 .content .info .foot-logo {
  margin-bottom: 35px;
}
.footer-style8 .content .info .foot-logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-style8 .content .info p {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
  font-weight: 300;
}
.footer-style8 .content .info p b {
  color: #fff;
  font-weight: bold;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.footer-style8 .content .info .social-links {
  margin-top: 40px;
}
.footer-style8 .content .info .social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #1b477e;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.footer-style8 .content .info .social-links a:hover {
  background-color: var(--color-main);
}
.footer-style8 .content .link-group {
  margin-bottom: 75px;
}
.footer-style8 .content .link-group:last-of-type {
  margin-bottom: 0;
}
.footer-style8 .content .link-group .title {
  margin-bottom: 40px;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
}
.footer-style8 .content .link-group .f-link {
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
  text-transform: capitalize;
  font-weight: 200;
}
.footer-style8 .content .link-group .f-link:hover {
  text-decoration: underline;
}
.footer-style8 .foot {
  color: #97aac3;
}
.footer-style8 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: var(--color-main);
  color: #fff;
  font-size: 18px;
  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-style8 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style8 .to_top.show {
  right: 30px;
  opacity: 1;
}

/* ----------  footer style-2 ------------ */
.footer-style9 {
  background-color: var(--color-blue3);
}
.footer-style9 .foot-tilte {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
.footer-style9 .contact-info li {
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-style9 .contact-info li:last-of-type {
  margin: 0;
}
.footer-style9 .social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color-darkGray);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  text-transform: capitalize;
}
.footer-style9 .social-links a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.footer-style9 .link-group .f-link {
  color: #cccccc;
  margin-bottom: 15px;
}
.footer-style9 .link-group .f-link:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-style9 .link-group li:last-of-type a {
  margin: 0;
}
.footer-style9 .text {
  color: #cccccc;
  font-size: 16px;
}
.footer-style9 .form .form-group {
  position: relative;
}
.footer-style9 .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 11px;
  font-size: 18px;
  color: #fff;
}
.footer-style9 .form .form-group input {
  width: 100%;
  padding: 15px 100px 15px 60px;
  background-color: var(--color-darkGray);
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.footer-style9 .form .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.footer-style9 .form .form-group input::-moz-placeholder {
  color: #fff;
}
.footer-style9 .form .form-group input:-ms-input-placeholder {
  color: #fff;
}
.footer-style9 .form .form-group input::-ms-input-placeholder {
  color: #fff;
}
.footer-style9 .form .form-group input::placeholder {
  color: #fff;
}
.footer-style9 .form .form-group button {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: var(--color-main);
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.footer-style9 .foot-lang {
  position: relative;
  padding-top: 10px;
  text-transform: capitalize;
  display: inline-block;
}
.footer-style9 .foot-lang .another-lang-links {
  background-color: var(--color-darkGray);
  border-radius: 10px;
  overflow: hidden;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style9 .foot-lang .another-lang-links .lang-link {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.footer-style9 .foot-lang .another-lang-links .lang-link:last-of-type {
  border: 0;
}
.footer-style9 .foot-lang .another-lang-links .lang-link:hover {
  background-color: var(--color-main);
}
.footer-style9 .foot-lang .lang-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.footer-style9 .foot-lang:hover .another-lang-links {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.footer-style9 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: var(--color-main);
  color: #fff;
  font-size: 18px;
  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-style9 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style9 .to_top.show {
  right: 30px;
  opacity: 1;
}
.footer-style9 .foot-logo {
  max-width: 180px;
}

/* ----------  footer style-3 ------------ */
.footer-style10 .text {
  font-size: 16px;
  color: #666;
}
.footer-style10 .foot-info h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-style10 .foot-logo img {
  width: 180px;
}
.footer-style10 .foot-links a {
  font-size: 16px;
  margin-bottom: 15px;
  color: #666;
}
.footer-style10 .foot-links a:hover {
  text-decoration: underline;
}
.footer-style10 .foot-subscribe .sub-form .form-group {
  position: relative;
}
.footer-style10 .foot-subscribe .sub-form .form-group .form-control {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 3px;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 50px;
}
.footer-style10 .foot-subscribe .sub-form .form-group .icon {
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 2;
  font-size: 22px;
}
.footer-style10 .foot-subscribe .sub-form .form-group button {
  position: absolute;
  bottom: 19px;
  right: 10px;
  color: var(--color-main);
  background: transparent;
  border: 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-style10 .foot-social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 19px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  color: #666;
}
.footer-style10 .foot-social a:hover {
  background-color: var(--color-main);
  color: #fff;
  text-decoration: none;
}
.footer-style10 .to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: transparent;
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.footer-style10 .to_top i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-style10 .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: -ms-flexbox;
  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: -ms-flexbox;
  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;
  font-family: "Neco-Variable";
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  font-family: "Neco-Variable";
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -ms-flexbox;
  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;
}

/* ===============================================================
			[ * author details page ] 
================================================================*/
/* ----------  blog author-details style ------------ */
.tc-author-details ::-moz-selection {
  color: #fff;
  background: var(--color-main);
}
.tc-author-details ::selection {
  color: #fff;
  background: var(--color-main);
}
.tc-author-details .widgets .search-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  padding: 10px 15px;
  margin-top: 10px;
}
.tc-author-details .widgets .search-form .form-group input {
  border: 0;
  background: transparent;
  width: 100%;
}
.tc-author-details .widgets .search-form .form-group input::-webkit-input-placeholder {
  text-transform: capitalize;
}
.tc-author-details .widgets .search-form .form-group input::-moz-placeholder {
  text-transform: capitalize;
}
.tc-author-details .widgets .search-form .form-group input:-ms-input-placeholder {
  text-transform: capitalize;
}
.tc-author-details .widgets .search-form .form-group input::-ms-input-placeholder {
  text-transform: capitalize;
}
.tc-author-details .widgets .search-form .form-group input::placeholder {
  text-transform: capitalize;
}
.tc-author-details .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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -ms-flexbox;
  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);
}

/* ===============================================================
			[ * shop page ] 
================================================================*/
/* ----------  blog author-details style ------------ */
.tc-shop-page .tc-shop-header {
  background-image: url(../img/back2.png);
  background-size: cover;
  position: relative;
}
.tc-shop-page .tc-shop-header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-shop-page .tc-shop-header .navbar-container {
  background: transparent;
}
.tc-shop-page .tc-shop-header .navbar-container .top-navbar.style-1 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
}
.tc-shop-page .tc-shop-header .navbar-container .top-navbar.style-1 .date-weather .item {
  color: #fff;
}
.tc-shop-page .tc-shop-header .navbar-container .top-navbar.style-1 .date-weather .item .inf strong, .tc-shop-page .tc-shop-header .navbar-container .top-navbar.style-1 .date-weather .item .inf p {
  color: #fff;
}
.tc-shop-page .tc-shop-header .navbar-container .top-navbar.style-1 .border-dark {
  border-color: #fff !important;
}
.tc-shop-page .tc-shop-header .navbar-container .navbar.style-1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tc-shop-page .tc-shop-header .navbar-container .navbar.style-1 .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.tc-shop-page .tc-shop-header .navbar-container .navbar.style-1 .navbarList-icon span {
  background-color: #fff;
}
.tc-shop-page .tc-shop-header .navbar-container .navbar.style-1 .nav-side .icon-link:last-of-type {
  border-color: rgba(255, 255, 255, 0.3333333333);
}
.tc-shop-page .tc-shop-header .nav-search-style1 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3333333333);
}
.tc-shop-page .tc-shop-header .nav-search-style1 .form .form-group .form-control {
  background-color: rgba(0, 0, 0, 0.3333333333);
}
.tc-shop-page .tc-shop-header .tc-shop-categories {
  color: #fff;
}
.tc-shop-page .tc-shop-header .tc-shop-categories .main-title {
  font-size: 48px;
}
.tc-shop-page .tc-shop-header .tc-shop-categories .tc-cat-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-shop-page .tc-shop-header .tc-shop-categories .tc-cat-cards .cat-card {
  text-align: center;
  margin: 10px 40px;
}
.tc-shop-page .tc-shop-header .tc-shop-categories .tc-cat-cards .cat-card .icon {
  font-size: 50px;
  margin-bottom: 10px;
}
.tc-shop-page .tc-shop-header .tc-shop-categories .tc-cat-cards .cat-card .icon img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-shop-page .tc-shop-header .tc-shop-categories .tc-cat-cards .cat-card p {
  font-size: 13px;
  text-transform: uppercase;
}
.tc-shop-page .tc-shop-header .tc-shop-categories .tc-cat-cards .cat-card:hover p {
  text-decoration: underline;
}
.tc-shop-page .tc-products-content .tc-products-filter {
  margin-bottom: 40px;
}
.tc-shop-page .tc-products-content .tc-products-filter .form-select {
  background-color: #eef2f5;
  color: #000;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
}
.tc-shop-page .tc-products-content .tc-products .product-card {
  margin-bottom: 50px;
}
.tc-shop-page .tc-products-content .tc-products .product-card:hover .img .btns {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tc-shop-page .tc-products-content .tc-products .product-card .img {
  position: relative;
  height: 370px;
  overflow: hidden;
}
.tc-shop-page .tc-products-content .tc-products .product-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-shop-page .tc-products-content .tc-products .product-card .img .off {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  background-color: var(--color-main);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
.tc-shop-page .tc-products-content .tc-products .product-card .img .btns {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-shop-page .tc-products-content .tc-products .product-card .img .btns .butn {
  width: calc(50% - 5px);
  background-color: #fff;
}
.tc-shop-page .tc-products-content .tc-products .product-card .img .btns .butn:hover {
  background-color: var(--color-main);
}
.tc-shop-page .tc-products-content .tc-products .product-card .img .btns .butn:last-of-type {
  background-color: var(--color-main);
}
.tc-shop-page .tc-products-content .tc-products .product-card .img .btns .butn:last-of-type span {
  color: #fff;
}
.tc-shop-page .tc-products-content .tc-products .product-card .info .title {
  font-size: 16px;
  text-transform: capitalize;
}
.tc-shop-page .tc-products-content .tc-products .product-card .info .rate {
  font-size: 13px;
  margin-top: 10px;
}
.tc-shop-page .tc-products-content .tc-products .product-card .info .rate i {
  color: #999;
}
.tc-shop-page .tc-products-content .tc-products .product-card .info .rate i.active {
  color: #ffbc07;
}
.tc-shop-page .tc-products-content .tc-products .product-card .info .price {
  font-size: 22px;
  display: block;
  margin-top: 15px;
}
.tc-shop-page .tc-products-content .tc-products .product-card .info .price .price-off {
  color: var(--color-main);
}
.tc-shop-page .tc-products-content .tc-products .product-card .info .price .price-last {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

/* ===============================================================
			[ * product page ] 
================================================================*/
/* --------------- services product styles --------------- */
.product-page {
  overflow: hidden;
}
.product-page .product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 15px;
}
.product-page .product-slider .gallery-thumbs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  height: 500px;
}
.product-page .product-slider .gallery-thumbs .swiper-slide {
  min-height: 75px;
  cursor: pointer;
}
.product-page .product-slider .gallery-thumbs .swiper-slide .img {
  width: 80px;
  height: 75px;
}
.product-page .product-slider .gallery-thumbs .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img {
  border: 3px solid var(--color-main);
}
.product-page .product-slider .gallery-top .swiper-slide .img {
  height: 500px;
}
.product-page .product-slider .gallery-top .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product-info .category {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.product-page .product-info .title {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.product-page .product-info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  color: #d0d0d0;
}
.product-page .product-info .stars .active {
  color: #ffba00;
}
.product-page .product-info .rev {
  color: #999;
  font-size: 10px;
}
.product-page .product-info .price {
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
}
.product-page .product-info .info-text {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.product-page .product-info .info-list {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
.product-page .product-info .info-list li {
  margin-bottom: 5px;
}
.product-page .product-info .color-quantity {
  padding: 20px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 25px;
}
.product-page .product-info .color-quantity .select-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check {
  padding: 0;
  margin-bottom: 0;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input {
  display: none;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.gray {
  background-color: #e3e3e3;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.black {
  background-color: #000;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.blue {
  background-color: #1941c4;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.green {
  background-color: #9ac419;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input:checked ~ .form-check-label .color-circle {
  outline: 1px solid var(--color-main);
}
.product-page .product-info .qyt-addCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .product-info .qyt-addCart .add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 30%;
  border-radius: 30px;
}
.product-page .product-info .qyt-addCart .add-more .qt-minus,
.product-page .product-info .qyt-addCart .add-more .qt-plus {
  cursor: pointer;
}
.product-page .product-info .qyt-addCart .add-more .qt {
  font-size: 14px;
}
.product-page .product-info .qyt-addCart .btn {
  background-color: var(--color-main);
  padding: 12px 30px;
  width: 40%;
}
.product-page .product-info .qyt-addCart .btn span {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.product-page .product-info .qyt-addCart .btn:hover {
  background-color: #000;
}
.product-page .product-info .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  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(0, 0, 0, 0.1333333333);
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
}
.product-page .product-info .fav-btn.active {
  color: #f73312;
}
.product-page .product-info .socail-icons {
  margin-top: 40px;
}
.product-page .product-info .socail-icons a:hover {
  background-color: var(--color-main) !important;
  color: #fff !important;
}
.product-page .product-details .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
  padding-bottom: 10px;
}
.product-page .product-details .nav-pills .nav-link {
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #666;
  text-transform: capitalize;
}
.product-page .product-details .nav-pills .nav-link.active {
  color: var(--color-main);
  font-weight: bold;
}
.product-page .product-details .content-info {
  padding: 50px 8vw;
}
.product-page .product-details .content-info .text {
  color: #666;
}
.product-page .product-details .additional-info ul {
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
}
.product-page .product-details .additional-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  font-style: 14px;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
}
.product-page .product-details .additional-info ul li:last-of-type {
  border: 0;
}
.product-page .product-details .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: #d0d0d0;
}
.product-page .product-details .stars .active {
  color: #ffba00;
}
.product-page .product-details .rate-stars {
  display: block;
  position: relative;
  text-align: end;
  margin-bottom: 30px;
  direction: rtl;
}
.product-page .product-details .rate-stars input {
  border-radius: 0;
  visibility: hidden;
  width: 20px;
  cursor: pointer;
}
.product-page .product-details .rate-stars input::before {
  font-family: "Line Awesome Free";
  content: "\f005";
  font-weight: 900;
  font-size: 20px;
  color: #eee;
  visibility: visible;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.product-page .product-details .rate-stars input:hover:before {
  opacity: 0.8;
}
.product-page .product-details .rate-stars input:checked:before {
  color: #fc0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}
.product-page .product-details .rate-stars input:checked ~ input:before {
  color: #fc0;
}
.product-page .product-details .rate-stars input:not(:checked):before {
  color: #eee;
}
.product-page .related-products .title {
  font-size: 25px;
  margin-bottom: 35px;
}
.product-page .related-products .related-products-slider .swiper-button-next, .product-page .related-products .related-products-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d8dee4;
}
.product-page .related-products .related-products-slider .swiper-button-next:hover, .product-page .related-products .related-products-slider .swiper-button-prev:hover {
  background: var(--color-main);
}
.product-page .related-products .related-products-slider .swiper-button-next, .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}
.product-page .related-products .related-products-slider .swiper-button-prev, .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
  left: -50px;
}
.product-page .related-products .related-products-slider .swiper-button-next:after, .product-page .related-products .related-products-slider .swiper-button-prev:after {
  font-size: 10px;
}

/* ===============================================================
			[ * 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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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;
}
/* ===============================================================
			[ * author page ] 
================================================================*/
/* ----------  author page style ------------ */
.tc-author-page .tc-author-header .content {
  position: relative;
  background-image: url(../img/about_page/header_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.tc-author-page .tc-author-header .content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.tc-author-page .tc-author-header .content .title {
  position: relative;
  z-index: 10;
  padding: 100px 0 130px;
  text-align: center;
  text-transform: capitalize;
}
.tc-author-page .tc-author-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-author-page .tc-author-header .content .links .icon {
  margin: 0 35px;
}
.tc-author-page .tc-author-header .content .links a {
  color: #bcbcbc;
  font-size: 14px;
  text-transform: uppercase;
}
.tc-author-page .tc-author-header .content .links a:hover {
  color: #fff;
  text-decoration: underline;
}
.tc-author-page .tc-author-details {
  padding-bottom: 100px;
}
.tc-author-page .tc-author-details .content {
  text-align: center;
  margin-top: -65px;
}
.tc-author-page .tc-author-details .content .author-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.0666666667);
  margin: auto auto 30px;
}
.tc-author-page .tc-author-details .content .social-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin: 0 5px;
}
.tc-author-page .tc-author-details .content .social-links a:hover {
  background-color: var(--color-main);
  color: #fff;
}

/* ===============================================================
			[ * 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;
}

/* ===============================================================
			[ * loaders style ] 
================================================================*/
/* --------------- Start laoder --------------- */
/* common */
.loading-page.style1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading {
  text-align: center;
  display: block;
}

.loading span {
  display: inline-block;
  margin: 0 -0.05em;
}

h2.loading {
  font-size: calc(3.5vw + 25px);
  letter-spacing: -0.5vw;
}

small.loading {
  font-size: calc(0.7vw + 10px);
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

/* code #1 */
small.loading01 {
  color: var(--color-main);
}

.loading01 span {
  -webkit-animation: loading01 1.4s infinite alternate;
          animation: loading01 1.4s infinite alternate;
}
.loading01 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading01 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading01 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading01 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading01 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading01 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loading01 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loading01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* code #2 */
.loading02 span {
  -webkit-animation: loading02 1.2s infinite alternate;
          animation: loading02 1.2s infinite alternate;
}
.loading02 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading02 span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading02 span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loading02 span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loading02 span:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loading02 span:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes loading02 {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.2;
  }
}

@keyframes loading02 {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.2;
  }
}
/* code #4 */
.loading04 span {
  -webkit-animation: loading04 0.7s infinite;
          animation: loading04 0.7s infinite;
}
.loading04 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading04 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading04 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading04 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading04 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loading04 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loading04 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes loading04 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
/* code #7 */
.loading07 span {
  position: relative;
  color: #000;
}
.loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: var(--color-blue1);
  opacity: 0;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-animation: loading07 3s infinite;
          animation: loading07 3s infinite;
}
.loading07 span:nth-child(2)::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading07 span:nth-child(3)::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading07 span:nth-child(4)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading07 span:nth-child(5)::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading07 span:nth-child(6)::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loading07 span:nth-child(7)::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loading07 {
  0%, 75%, 100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes loading07 {
  0%, 75%, 100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.loader {
  --path: #2F3545;
  --dot: #5628EE;
  --duration: 3s;
  width: 44px;
  height: 44px;
  position: relative;
  margin: 15px;
}
.loader:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: var(--dot);
  top: 37px;
  left: 19px;
  -webkit-transform: translate(-18px, -18px);
      -ms-transform: translate(-18px, -18px);
          transform: translate(-18px, -18px);
  -webkit-animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader svg {
  display: block;
  width: 100%;
  height: 100%;
}
.loader svg rect,
.loader svg polygon,
.loader svg circle {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.loader svg polygon {
  stroke-dasharray: 145 76 145 76;
  stroke-dashoffset: 0;
  -webkit-animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader svg rect {
  stroke-dasharray: 192 64 192 64;
  stroke-dashoffset: 0;
  -webkit-animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader svg circle {
  stroke-dasharray: 150 50 150 50;
  stroke-dashoffset: 75;
  -webkit-animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader.triangle {
  width: 48px;
}
.loader.triangle:before {
  left: 21px;
  -webkit-transform: translate(-10px, -18px);
      -ms-transform: translate(-10px, -18px);
          transform: translate(-10px, -18px);
  -webkit-animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@-webkit-keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }
  66% {
    stroke-dashoffset: 147;
  }
  100% {
    stroke-dashoffset: 221;
  }
}

@keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }
  66% {
    stroke-dashoffset: 147;
  }
  100% {
    stroke-dashoffset: 221;
  }
}
@-webkit-keyframes dotTriangle {
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(10px, -18px);
            transform: translate(10px, -18px);
  }
  100% {
    -webkit-transform: translate(-10px, -18px);
            transform: translate(-10px, -18px);
  }
}
@keyframes dotTriangle {
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(10px, -18px);
            transform: translate(10px, -18px);
  }
  100% {
    -webkit-transform: translate(-10px, -18px);
            transform: translate(-10px, -18px);
  }
}
@-webkit-keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}
@keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}
@-webkit-keyframes dotRect {
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(18px, -18px);
            transform: translate(18px, -18px);
  }
  75% {
    -webkit-transform: translate(0, -36px);
            transform: translate(0, -36px);
  }
  100% {
    -webkit-transform: translate(-18px, -18px);
            transform: translate(-18px, -18px);
  }
}
@keyframes dotRect {
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(18px, -18px);
            transform: translate(18px, -18px);
  }
  75% {
    -webkit-transform: translate(0, -36px);
            transform: translate(0, -36px);
  }
  100% {
    -webkit-transform: translate(-18px, -18px);
            transform: translate(-18px, -18px);
  }
}
@-webkit-keyframes pathCircle {
  25% {
    stroke-dashoffset: 125;
  }
  50% {
    stroke-dashoffset: 175;
  }
  75% {
    stroke-dashoffset: 225;
  }
  100% {
    stroke-dashoffset: 275;
  }
}
@keyframes pathCircle {
  25% {
    stroke-dashoffset: 125;
  }
  50% {
    stroke-dashoffset: 175;
  }
  75% {
    stroke-dashoffset: 225;
  }
  100% {
    stroke-dashoffset: 275;
  }
}
.dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
.dribbble img {
  display: block;
  height: 28px;
}

.preloader {
  -webkit-animation: tiltSpin 8s linear infinite;
          animation: tiltSpin 8s linear infinite;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 17em;
  height: 17em;
  color: var(--color-orange1);
}

.preloader, .preloader__ring {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.preloader__ring {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: inherit;
          animation-timing-function: inherit;
  -webkit-animation-iteration-count: inherit;
          animation-iteration-count: inherit;
  font-size: 2em;
  position: relative;
  height: 3rem;
  width: 1.5rem;
}

.preloader__ring:nth-child(even) {
  animation-direction: reverse;
}

.preloader__sector {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateZ(7rem);
          transform: translateZ(7rem);
}

.preloader__sector, .preloader__sector:empty:before {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.preloader__sector:empty:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, currentColor), color-stop(55%, transparent));
  background: linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
  content: "";
}

.preloader__sector:nth-child(2) {
  -webkit-transform: rotateY(12deg) translateZ(7rem);
          transform: rotateY(12deg) translateZ(7rem);
}

.preloader__sector:nth-child(3) {
  -webkit-transform: rotateY(24deg) translateZ(7rem);
          transform: rotateY(24deg) translateZ(7rem);
}

.preloader__sector:nth-child(4) {
  -webkit-transform: rotateY(36deg) translateZ(7rem);
          transform: rotateY(36deg) translateZ(7rem);
}

.preloader__sector:nth-child(5) {
  -webkit-transform: rotateY(48deg) translateZ(7rem);
          transform: rotateY(48deg) translateZ(7rem);
}

.preloader__sector:nth-child(6) {
  -webkit-transform: rotateY(60deg) translateZ(7rem);
          transform: rotateY(60deg) translateZ(7rem);
}

.preloader__sector:nth-child(7) {
  -webkit-transform: rotateY(72deg) translateZ(7rem);
          transform: rotateY(72deg) translateZ(7rem);
}

.preloader__sector:nth-child(8) {
  -webkit-transform: rotateY(84deg) translateZ(7rem);
          transform: rotateY(84deg) translateZ(7rem);
}

.preloader__sector:nth-child(9) {
  -webkit-transform: rotateY(96deg) translateZ(7rem);
          transform: rotateY(96deg) translateZ(7rem);
}

.preloader__sector:nth-child(10) {
  -webkit-transform: rotateY(108deg) translateZ(7rem);
          transform: rotateY(108deg) translateZ(7rem);
}

.preloader__sector:nth-child(11) {
  -webkit-transform: rotateY(120deg) translateZ(7rem);
          transform: rotateY(120deg) translateZ(7rem);
}

.preloader__sector:nth-child(12) {
  -webkit-transform: rotateY(132deg) translateZ(7rem);
          transform: rotateY(132deg) translateZ(7rem);
}

.preloader__sector:nth-child(13) {
  -webkit-transform: rotateY(144deg) translateZ(7rem);
          transform: rotateY(144deg) translateZ(7rem);
}

.preloader__sector:nth-child(14) {
  -webkit-transform: rotateY(156deg) translateZ(7rem);
          transform: rotateY(156deg) translateZ(7rem);
}

.preloader__sector:nth-child(15) {
  -webkit-transform: rotateY(168deg) translateZ(7rem);
          transform: rotateY(168deg) translateZ(7rem);
}

.preloader__sector:nth-child(16) {
  -webkit-transform: rotateY(180deg) translateZ(7rem);
          transform: rotateY(180deg) translateZ(7rem);
}

.preloader__sector:nth-child(17) {
  -webkit-transform: rotateY(192deg) translateZ(7rem);
          transform: rotateY(192deg) translateZ(7rem);
}

.preloader__sector:nth-child(18) {
  -webkit-transform: rotateY(204deg) translateZ(7rem);
          transform: rotateY(204deg) translateZ(7rem);
}

.preloader__sector:nth-child(19) {
  -webkit-transform: rotateY(216deg) translateZ(7rem);
          transform: rotateY(216deg) translateZ(7rem);
}

.preloader__sector:nth-child(20) {
  -webkit-transform: rotateY(228deg) translateZ(7rem);
          transform: rotateY(228deg) translateZ(7rem);
}

.preloader__sector:nth-child(21) {
  -webkit-transform: rotateY(240deg) translateZ(7rem);
          transform: rotateY(240deg) translateZ(7rem);
}

.preloader__sector:nth-child(22) {
  -webkit-transform: rotateY(252deg) translateZ(7rem);
          transform: rotateY(252deg) translateZ(7rem);
}

.preloader__sector:nth-child(23) {
  -webkit-transform: rotateY(264deg) translateZ(7rem);
          transform: rotateY(264deg) translateZ(7rem);
}

.preloader__sector:nth-child(24) {
  -webkit-transform: rotateY(276deg) translateZ(7rem);
          transform: rotateY(276deg) translateZ(7rem);
}

.preloader__sector:nth-child(25) {
  -webkit-transform: rotateY(288deg) translateZ(7rem);
          transform: rotateY(288deg) translateZ(7rem);
}

.preloader__sector:nth-child(26) {
  -webkit-transform: rotateY(300deg) translateZ(7rem);
          transform: rotateY(300deg) translateZ(7rem);
}

.preloader__sector:nth-child(27) {
  -webkit-transform: rotateY(312deg) translateZ(7rem);
          transform: rotateY(312deg) translateZ(7rem);
}

.preloader__sector:nth-child(28) {
  -webkit-transform: rotateY(324deg) translateZ(7rem);
          transform: rotateY(324deg) translateZ(7rem);
}

.preloader__sector:nth-child(29) {
  -webkit-transform: rotateY(336deg) translateZ(7rem);
          transform: rotateY(336deg) translateZ(7rem);
}

.preloader__sector:nth-child(30) {
  -webkit-transform: rotateY(348deg) translateZ(7rem);
          transform: rotateY(348deg) translateZ(7rem);
}

/* Animations */
@-webkit-keyframes tiltSpin {
  from {
    -webkit-transform: rotateY(0) rotateX(30deg);
            transform: rotateY(0) rotateX(30deg);
  }
  to {
    -webkit-transform: rotateY(1turn) rotateX(30deg);
            transform: rotateY(1turn) rotateX(30deg);
  }
}
@keyframes tiltSpin {
  from {
    -webkit-transform: rotateY(0) rotateX(30deg);
            transform: rotateY(0) rotateX(30deg);
  }
  to {
    -webkit-transform: rotateY(1turn) rotateX(30deg);
            transform: rotateY(1turn) rotateX(30deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(1turn);
            transform: rotateY(1turn);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(1turn);
            transform: rotateY(1turn);
  }
}
/* --------------- End Preloader --------------- */
/* ===============================================================
			[ * 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: -ms-flexbox;
    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: -webkit-max-content;
    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;
  }
  .footer-style2 .foot .foot-lang,
  .footer-style5 .foot .foot-lang,
  .footer-style6 .foot .foot-lang,
  .footer-style9 .foot .foot-lang {
    margin-top: 30px;
  }
  .footer-style2 .foot .foot-lang .another-lang-links,
  .footer-style5 .foot .foot-lang .another-lang-links,
  .footer-style6 .foot .foot-lang .another-lang-links,
  .footer-style9 .foot .foot-lang .another-lang-links {
    left: 0;
  }
  .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: -webkit-max-content;
    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: -webkit-max-content;
    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: -webkit-max-content !important;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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;
  }
}
/* ======== */
/* ======= */
/* ===============================================================
			[ * darkStyle style ] 
================================================================*/
/* --------------- dark theme --------------- */
.dark-theme {
  background-color: #050b0f !important;
  color: #eeeeee !important;
}
.dark-theme .dark-none {
  display: none;
}
.dark-theme .light-none {
  display: block;
}
.dark-theme .bg-gray1,
.dark-theme .bg-gray3,
.dark-theme .tc-widget-tags-style5 .tags-content a,
.dark-theme .tc-breaking-news-style5 .content,
.dark-theme .tc-breaking-news-style5 .content .breaking-body .arrows,
.dark-theme .bg-white,
.dark-theme .tc-featured-news-style8,
.dark-theme .tc-widget-social-style8,
.dark-theme .tc-widget-Popular-style8,
.dark-theme .tc-widget-standings-style8,
.dark-theme .tc-author-info-style1 .tc-author-card .content {
  background-color: #06121a !important;
}
.dark-theme .bg-gray2 {
  background-color: #000 !important;
}
.dark-theme .color-000,
.dark-theme .tc-post-grid-style10 .info,
.dark-theme .form-control,
.dark-theme .tc-widget-recent-style2 .tc-widget-popular-list .item .info .title,
.dark-theme .tc-subscribe-style2 .sub-info h5,
.dark-theme .tc-popular-categories-style3 .category-card .title {
  color: #eeeeee !important;
}
.dark-theme .color-666 {
  color: #a9a3a3 !important;
}
.dark-theme .brd-gray,
.dark-theme .form-control {
  border-color: rgba(255, 255, 255, 0.1333333333) !important;
}
.dark-theme .form-check-input,
.dark-theme .form-control {
  background: rgba(255, 255, 255, 0.2);
}
.dark-theme .top-navbar.style-1 .date-weather .item .inf strong,
.dark-theme .navbar.style-1 .navbar-nav .nav-item .nav-link,
.dark-theme .tc-slider-style1 .swiper-button-next:after, .dark-theme .tc-slider-style1 .swiper-button-prev:after,
.dark-theme .navbar.style-1 .dropdown-menu .dropdown-item, .dark-theme .navbar.style-1 .dropdownMenu .dropdown-item,
.dark-theme .tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item .title,
.dark-theme .tc-trends-news-style1 .tc-stock-card .stock-card-title,
.dark-theme .tc-widget-popular-style1 .tc-widget-popular-list .item .info .title,
.dark-theme .tc-widget-survey-style1 .ques-title,
.dark-theme .tc-download-style1 .content .info .title,
.dark-theme .navbar.style-2 .navbar-nav .nav-item .nav-link,
.dark-theme .top-navbar.style-2 .date-weather .item .inf strong,
.dark-theme .tc-trends-news-slider2 .card-item .info .title,
.dark-theme .tc-widget-social-style2 .social-card .cont h6,
.dark-theme .navbar.style-4 .navbar-nav .nav-item .nav-link,
.dark-theme .top-navbar.style-4 .search-form .form-group .icon,
.dark-theme .navbar.style-5 .navbar-nav .nav-item .nav-link,
.dark-theme .top-navbar.style-5 .date-weather .item .inf strong,
.dark-theme .navbar.style-6 .navbar-nav .nav-item .nav-link,
.dark-theme .navbar.style-6 .side-navbar .icon-link i,
.dark-theme .tc-widget-social-style6 .item .icon i,
.dark-theme .tc-widget-categories-style6 .categories-content .item .icon-title .title,
.dark-theme .tc-post-grid-style7 .item .content h2.title,
.dark-theme .meta-bot,
.dark-theme .tc-popular-categories-style7 .category-content .cat-link,
.dark-theme .tc-post-grid-style7 .item .content .title,
.dark-theme .footer-style7 .tc-subscribe .sub-info h5,
.dark-theme .table,
.dark-theme .tc-widget-standings-style8 .form-select,
.dark-theme .info-text,
.dark-theme .tc-widget-social-style3 .social-card .cont h6 {
  color: #eeeeee !important;
}
.dark-theme .navbar.style-1 .dropdown-menu .dropdown-item:hover, .dark-theme .navbar.style-1 .dropdownMenu .dropdown-item:hover {
  background-color: #050b0f;
  color: var(--color-main);
}
.dark-theme .navbar.style-1 .navbarList-icon span,
.dark-theme .navbar.style-4 .navbar-nav .nav-item .nav-link::before,
.dark-theme .navbar.style-4 .navbarList-icon span {
  background-color: #eeeeee;
}
.dark-theme .top-navbar.style-1 .sub-darkLight .darkLight-btn,
.dark-theme .tc-widget-survey-style1,
.dark-theme .tc-widget-sponsored-style1,
.dark-theme .tc-widget-tags-style2 .tags-content a,
.dark-theme .tc-posts-tabs-style3 .nav-pills,
.dark-theme .results-navbar .content .results-content .game-card .game-name,
.dark-theme .tc-widget-standings-style8 .table thead {
  background-color: #000;
}
.dark-theme .top-navbar.style-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
}
.dark-theme .navbar.style-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.dark-theme .footer-style1 {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.6);
}
.dark-theme .footer-style1 .content .link-group .f-link {
  color: #999;
}
.dark-theme .footer-style1 .content .info p b,
.dark-theme .footer-style1 .content .link-group .title,
.dark-theme .footer-style1 .tc-subscribe-style1 .sub-info h5,
.dark-theme .footer-style1 .tc-subscribe-style1 .sub-form .form-group .form-control,
.dark-theme .footer-style1 .content .info .social-links a {
  color: #eeeeee;
}
.dark-theme .navbar.style-1 .dropdown-menu, .dark-theme .navbar.style-1 .dropdownMenu,
.dark-theme .footer-style1 .tc-subscribe-style1 .sub-form .form-group .form-control,
.dark-theme .footer-style1 .content .info .social-links a,
.dark-theme .sidebar-popup-style1,
.dark-theme .nav-search-style1 .form .form-group .form-control,
.dark-theme .tc-trends-news-style2 .content,
.dark-theme .tc-trends-news-slider2 .card-item .img .num,
.dark-theme .tc-slider-style1.slider-color-blue1 .swiper-button-next,
.dark-theme .tc-slider-style1.slider-color-blue1 .swiper-button-prev,
.dark-theme .tc-widget-tags-style2,
.dark-theme .tc-post-list-style3 .items .gary-item,
.dark-theme .tc-must-read-style6,
.dark-theme .tc-widget-survey-style6,
.dark-theme .tc-widget-standings-style8 .form-select {
  background-color: #06121a !important;
}
.dark-theme .tc-trends-news-style1 .hot-trends-tabs-style1 .links .link,
.dark-theme .tc-post-list-style1 .tc-post-title-style1,
.dark-theme .tc-post-list-style1 .items,
.dark-theme .tc-trends-news-style1 .tc-stock-card,
.dark-theme .tc-post-overlay-default .img .tags,
.dark-theme .sidebar-popup-style1 .offcanvas-body .social-links a,
.dark-theme .sidebar-popup-style1 .offcanvas-body .sidebar-categories .cat-card .info .num,
.dark-theme .nav-search-style1,
.dark-theme .tc-post-grid-style2 .content {
  background-color: #000;
  color: #eeeeee;
}
.dark-theme .tc-download-style1 .content {
  background-image: url(../img/download1_dark.png);
}
.dark-theme .tc-post-list-style2 .items .item,
.dark-theme .tc-post-list-style1 .items .item,
.dark-theme .tc-trends-news-style1 .tc-stock-card .stock-card-title,
.dark-theme .tc-trends-news-style1 .tc-stock-card .stock-card-body .stock-card-item,
.dark-theme .tc-widget-social-style6 .item .icon i,
.dark-theme .tc-breaking-news-style6 .content,
.dark-theme .tc-breaking-news-style6 .content .breaking-title {
  border-color: rgba(255, 255, 255, 0.1333333333) !important;
}
.dark-theme .border-dark,
.dark-theme .tc-main-post-style1 .btm-share-post,
.dark-theme .tc-main-post-style2 .btm-share-post {
  border-color: #fff !important;
}
.dark-theme .sidebar-popup-style1 .btn-close,
.dark-theme .navbar-light .navbar-toggler-icon {
  -webkit-filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(350deg) brightness(102%) contrast(99%);
          filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(350deg) brightness(102%) contrast(99%);
}
.dark-theme .footer-style2,
.dark-theme .tc-post-list-style4 .items,
.dark-theme .tc-post-list-style4 .items .item {
  background-color: #050b0f;
}
.dark-theme .tc-post-grid-style4 .item .info .text,
.dark-theme .tc-post-grid-style4 .item .info a.more,
.dark-theme .tc-main-post-style1 .tc-main-post-content .info-text .lg-letter,
.dark-theme .tc-main-post-style2 .info-text .lg-letter {
  color: #fff !important;
}
.dark-theme .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message,
.dark-theme .tc-main-post-style2 .quote-message-content .quote-message {
  background-color: #000;
}
.dark-theme .tc-main-post-style1 .tc-main-post-content .quote-message-content .quote-message::after,
.dark-theme .tc-main-post-style2 .quote-message-content .quote-message::after {
  border-top: 40px solid #000;
  border-right: 50px solid #000;
}
.dark-theme .tc-subscribe-style9 {
  background-color: #000;
}
.dark-theme .tc-subscribe-style9 .sub-info h5 {
  color: #fff !important;
}
.dark-theme .tc-subscribe-style9 .sub-form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.dark-theme .tc-main-post-style2 .main-content-side .audio-content .title {
  color: #000;
}
.dark-theme .tc-slider-style1.slider-color-orange1 .swiper-button-next,
.dark-theme .tc-slider-style1.slider-color-orange1 .swiper-button-prev {
  background-color: transparent;
}






/*
	####################
	#  ADDITIONAL CSS  #
	####################
*/

.languages-menu {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}

.languages-menu .language-option {
  padding: 0 10px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}

.languages-menu .language-option.active {
  font-weight: bold;
  color: #373737;
}

.languages-menu .language-option:hover {
  text-decoration: underline;
}




.image-content {
	text-align: center;
	margin: 5px;
  }
.image-content .image-place {
	position: relative;
	margin-bottom: 5px;
    }
.image-content .image-place img {
	width: 100%;
  }
.image-content .image-place .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.image-content .image-place .hover-image a {
	position: absolute;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 70px;
	height: 70px;
	/* background: #b81c1c; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	line-height: 70px;
	color: #ffffff;
	font-size: 30px;
	outline: none;
}
.image-content .image-place .hover-image a.zoom:hover {
	opacity: 0.7;
}
.image-content .image-place:hover .hover-image {
	opacity: 1;
}

.uc-footer i.icon {
   margin-right: 10px;
}
.uc-footer .nav-y {
   padding: 5px;
}

.image-content .hover-image {
   z-index: 1;
   cursor: pointer;
}

.mfp-bg, .mfp-wrap, .lightboxOverlay {
   z-index: 9999 !important;
}


.df-dw {
  display: flex;
  flex-wrap: wrap;
}

.posts-tags .links .link {
  font-size: 13px;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  margin-inline-end: 5px;
  text-transform: capitalize;
  border: 1px solid #000;
}

.pagination-posts-prev-next h6:hover {
  font-weight: bold;
}


/*
	####################
	#     L I S T     #
	####################
*/

.info .text ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 20px;
}

.info .text ul li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  background-image: url('data:image/jpeg;base64,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');
  background-size: contain;
  background-repeat: no-repeat;
}

.info .text ul.circle {
  list-style-type: circle;
}
.info .text ul.square {
  list-style-type: square;
}


.info .text ol {
  margin-left: 20px; 
  list-style-type: none;
  padding-left: 0; 
  counter-reset: list-item; 
}
.info .text ol.roman {
  list-style-type: upper-roman;
}
.info .text ol.lower-alpha {
  list-style-type: lower-alpha;
}
.info .text ol li {
  counter-increment: list-item; 
}
.info .text ol li::before {
  content: counter(list-item) ". "; 
  color: #ed3410; 
}


.pagination-posts .page-numbers.active {
  margin: 0 15px;
}




.tc-blog-nav-search .links {
  text-align: end;
}
.tc-blog-nav-search .links a:hover, .tc-blog-nav-search .links a:focus  {
  text-decoration: underline;
  text-decoration-color: #f5d03d;
}


@media screen and (max-width: 767px) {
  .pagination-posts-prev-next .col-lg-6 {
    margin-bottom: 20px;
  }

}


