/*
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-green1: #1ca234 !important;
  --color-green2: #00ff2f !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;
}

.collapse-h5 {
  outline: none;
  margin-left: 5%;
  border: none;
  background: #c0c0c040;
  padding: 5px 10px;
  border-radius: 5px;
  margin: auto 5% 2% 2%;
  font-size: 16px;
  color: #444444;
}

.collapse-h5:hover {
  background: #4b7fc0;
  color: #fff;
}

.collapse-h5:focus {
  background: #4b7fc0;
  color: #fff;
}

@media (max-width: 426px) {
  .collapse-h5 {
    margin: 5px;
    font-size: 10px;
  }
}

/* {
    outline: none !important;
} */
.collapse-h5:focus,
.collapse-h5:focus-visible {
  outline: none !important;
}

.item-tenteds {
  background-image: linear-gradient(to right, #ffffffbd, #ffffffbd),
    url(https://turkmen-energy.com/themes/demo/assets/teq-news/img/Stilistika.svg) !important;
  background-position: center;
  background-size: contain;
  /* background-repeat: no-repeat; */
  object-fit: contain;
}

.tc-post-grid-default .item {
  background-image: linear-gradient(to right, #ffffff3b, #ffffff3b),
    url(https://turkmen-energy.com/themes/demo/assets/teq-news/img/Stilistika.svg);
  background-position: center;
  background-size: contain;
  /* background-repeat: no-repeat; */
  object-fit: contain;
}

/* .tef-img{
     background-image: linear-gradient(to right, #ffffffeb, #ffffffeb), url(https://turkmen-energy.com/themes/demo/assets/teq-news/img/Stilistika.svg);
     background-position:center;
     background-size: contain;
     background-repeat: no-repeat;
     object-fit: contain;
}
 */

.bg-green2 {
  background-color: var(--color-green1) !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: none;
}

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: 1475px;
  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: auto;
}
.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-top: 85px;
  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 {
  width: 100%;
  height: 100%;
}

.teq-market-card-img a img{
     width: 320px;
      height: 250px;
}

@media (max-width: 425px){
    .teq-market-card-img a img{
        width: 270px;
        height: 194px;
    }
    
}

.button-container{
     left: -27px;   
}

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

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-grayy1 {
  margin: 5px;
  max-width: 45%;
  border: 2px solid #8c8c8c17 !important;
  border-radius: 20px;
}

/* .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;
  border-radius: 3px;
}

.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;
}

/* ===============================================================
			[ * tons Section ] 
================================================================*/
/* --------------- buttons styles --------------- */
.button-container {
  display: flex;
  gap: 8px;
  position: relative;
}

.extra-buttons {
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 5px);
  right: -19%; 
  background: white;
  padding: 5px;
  z-index: 100;
  min-width: 160px;
}

.extra-buttons button {
  width: 96%;
  padding: 8px 10px;
  text-align: left;
  background: #eee;
  border: none;
  cursor: pointer;
}

.show {
  display: flex;
}

.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: var(--color-main);
}
.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;
  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: var(--color-main);
}
.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: 110px;
  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;
  cursor: pointer;
}
.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;
  transition: 0.5s;
}
.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 {
  height: 110%;
  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-green2);
}

.tc-header-style2 .content .tc-header-slider2 .swiper-button-next:focus,
.tc-header-style2 .content .tc-header-slider2 .swiper-button-prev:focus {
  outline: none;
  border-color: #fff;
  /* background: red; */
}
/* .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-green2);
} */
/* .tc-header-style2 .content .tc-header-slider2 .swiper-button-next:focus::after,
.tc-header-style2 .content .tc-header-slider2 .swiper-button-prev:focus::after{
   border-color: transparent;   
} */
.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 {
  max-width: 700px;
  margin: auto;
  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;
}

.tab-pane .tc-post-grid-default item {
  border: 2px solid rgb(0, 0, 0) !important;
}
.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;
  border-radius: 20px;
  margin-top: 64px;
}
.tc-widget-sponsored-style1 .img {
  height: 165px;
  border-radius: 20px;
}
.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: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 3px;
}

/* ----------  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: black;
  opacity: 0.5;
}
.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-green2);
  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-green2);
}
.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-green2);
}
.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: 10px;
  border-radius: 15px;
}
.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-green1);
}
.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: var(--color-main);
  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) {
  /*     .swiper-container{
margin-top: 25%;
} */
  .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-grayy1 {
    width: 100%;
  }
  .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;
}

.navbar.style-2 {
  position: sticky;
  top: 0px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.catslidermn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 10px 0px;
}

.catslider {
  display: flex;
  height: auto !important;
}

.category-card img {
  height: 75px;
  width: 100%;
  object-fit: cover;
}

.category-card h6 {
  padding: 10px 10px 0px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 60%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.category-card h6:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.main-post {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tenderheadtxt {
  font-size: 18px !important;
  line-height: 27px !important;
}

.magazineclass img {
  width: 190px;
}

.magazineclass {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.teqsec-main {
  position: relative;
  min-height: 100vh;
  padding: 3.5rem 0;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.teqsec-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding: 0 1.25rem;
  position: relative;
  z-index: 10;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .teqsec-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .tc-post-grid-default {
    flex-direction: column;
    /*   background: orangered; */
  }

  .tc-post-grid-default .item {
    min-width: 98% !important;
  }
}

@media (min-width: 1024px) {
  .teqsec-section {
    display: flex;
    gap: 7rem;
  }
}

@media (min-width: 1280px) {
  .teqsec-section {
    gap: 11rem;
  }
}

.teqsec-article {
  position: relative;
}

.teqsec-image-box {
  position: relative;
}

.teqsec-image {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

@media (min-width: 1024px) {
  .teqsec-image {
    height: 32rem;
    aspect-ratio: 3 / 4;
  }
}

.teqsec-content-box {
  background: #ffffffa3;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

@media (min-width: 1024px) {
  .teqsec-content-box {
    position: absolute;
    bottom: 2rem;
    right: 0rem;
    width: 20rem;
    height: 7rem;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

.teqsec-date {
  display: inline-block;
  font-size: 0.875rem;
  color: #6b7280;
}

.teqsec-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.4rem 0 0.6rem 0;
  line-height: 1.3;
}

.teqsec-tag {
  display: inline-block;
  font-size: 0.875rem;
  color: #60a5fa;
  text-transform: capitalize;
  text-decoration: none;
}

.teqsec-tag:hover {
  text-decoration: underline;
}

.teqsec-text {
  margin: 1.75rem 0;
  color: #1f2937;
  line-height: 1.6;
}

.teqsec-read-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e3a8a;
  text-decoration: none;
}

.teqsec-read-more-line {
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-right: 1rem;
  background-color: #1e3a8a;
}

.teqsec-read-more:hover {
  text-decoration: underline;
}

.teqsec-bottom-shape {
  background-color: #818cf8;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30vh;
  border-top-right-radius: 17rem;
}

/* 0----------------------------------------------------------------------------------------------------------------interview-report--------------------------------------------------------------- */

.inteview-report {
  margin: 2% !important;
}

.interview-item-img {
  max-width: 160px;
  max-height: 160px;
  margin: 20px;
  border-radius: 50%;
  background-size: cover;
}

.interview-item-info {
  display: flex;
}

.interview-deatails:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px 5px #2a64ad38;
}

.interview-item-info {
  margin: 20px 10px;
}

.interview-item-information {
  margin: 20px 10px;
  position: relative;
  left: -20px;
  width: 50%;
}

.interview-item-img-1 {
  padding: 20px;
  border-left: 2px solid #0000003b;
}

.interview-deatails {
  border: 1px solid #32af0021;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px auto;
}

.interview-item-info-p {
  overflow: hidden;
  font-size: 12px !important;
  max-height: 120px;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 10px;
}

.interview-item-info-p-1 {
  overflow: hidden;
  font-size: 12px !important;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 10px;
  margin-right: 10px;
}

.interview-item-info-h6-1 {
  margin: 10px;
  background-image: linear-gradient(45deg, #2a64ad38, transparent);
  border-radius: 20px;
  padding: 5px;
}

.interview-item-info-h6 {
  margin-bottom: 5px;
}

.interview-item-info-p.expanded {
  max-height: 1000px;
}
.interview-toggle-btn-class {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.interview-toggle-btn {
  background-color: #007bff;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.interview-item-info-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.interview-item-info-1 {
  display: flex;
  flex-direction: column;
}

.interview-item-information-1 {
  display: flex;
  width: 100%;
  padding: 20px;
}

.interview-item-info-h6-2 {
  margin: 5px auto;
}

.interview-item-information-1-right {
  padding: 10px;
  border-left: 2px solid #0000003b;
}

.interview-item-information-1-left {
  padding: 10px;
}

.interview-item-img-2 {
  max-width: 400px;
  padding: 20px;
  border-radius: 40px;
}

.interview-item-info-h6-2 {
  background-image: linear-gradient(45deg, #2a64ad38, transparent);
}

.interview-item-info-h6-3 {
  margin: 10px auto;
}

.interview-item-info-h6-2 {
  font-size: 24px;
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 20px;
  font-family: "Courier New", Courier, monospace !important;
  font-style: italic;
}

.inteview-report-button {
  color: #fff;
  background: #2a55addb;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 0 10px 5px #2a64ad38;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inteview-report-span {
  position: relative;
  top: -2px;
}

.inteview-report-button:hover {
  transform: scale(1.05);
}

.inteview-report-button:focus {
  transform: scale(1);
}

.interview-deatails-1 {
  transform: scale(1.01);
  box-shadow: 0 0 10px 5px #2a64ad38;
}

@media (max-width: 680px) {
  .interview-item-info-img {
    flex-direction: column;
  }
}
.interview-toggle-btn:hover,
.interview-toggle-btn:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 123, 255, 0.7);
}

.interview-toggle-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.interview-box::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 673px) {
  .interview-item-information-1 {
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }

  .interview-deatails-1 {
    width: 95% !important;
  }

  .interview-item-information-1-right {
    border: none;
  }

  .interview-item-img-2 {
    max-width: 95%;
  }

  .interview-item-info {
    display: flex;
    flex-direction: column;
  }
  .interview-item-img {
    width: 100%;
    margin: auto;
  }
  .interview-deatails {
    width: 70%;
  }
  .interview-item-information {
    width: 100%;
    left: 0;
    padding: 10px;
  }

  .interview-item-info-h6-1,
  .interview-item-info-p-1 {
    left: 0 !important;
  }

  .interview-item-img-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
}

@media (max-width: 425px) {
  .interview-deatails {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .interview-toggle-btn {
    display: inline-block;
    margin-top: 10px;
    background: #9b9b9b57;
    width: 100%;
    color: #004c9e;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px;
    height: 30px;
    transition: background 0.2s ease-in-out;
  }

  .interview-toggle-btn:hover,
  .interview-toggle-btn:focus {
    color: #fff;
  }
}

/* -------------------------------------------------------------------------------------------Decarbonization------------------------------------------------------------------------------------ */

.decarbonisations-heading-class {
  background-image: linear-gradient(
    to right,
    #1ca2342b 0%,
    #1ca2342b 100%,
    transparent 50%
  );
  padding: 3%;
}

.decarbonisations-heading-class h3 {
  font-size: 24px;
  margin: 1% auto;
}

.decarbonisations-heading-class p {
  text-align: justify;
}

.decarbonisations-span-scope {
  font-weight: bold;
  color: #2a64ad;
}

.decarbonisations-span-bold {
  font-weight: bold;
}

/* -----------------------------------------tender-------------------------- */

.tender-report {
  background: #fff;
  margin: 2% 7%;
  border-radius: 10px;
  padding: 10px;
}

.tender-heading {
  font-size: 26px;
  margin: 10px;
  margin-bottom: 30px;
}

.tenders-card-heading {
  font-size: 20px;
  margin-bottom: 13px;
  font-family: "Archivo", sans-serif !important;
  overflow: hidden;
  max-height: 25px;
}

.tenders-card-heading:hover {
  color: #2a64ad;
}

.tenders-card {
  margin: 10px;
  border-bottom: 1px solid #eee;
}

.tender-card-p {
  overflow: hidden;
  max-height: 25px;
}

.tender-data {
  display: flex;
  gap: 5px;
  color: #fff;
}

.tender-data-start {
  background: #2a64ad;
  font-size: 15px;
  padding: 5px;
}

.tender-data-end {
  background: #4b7fc0;
  font-size: 15px;
  padding: 5px;
}

.tender-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}

.tender-card-location {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.tender-card-location {
  margin-bottom: 10px;
}

/* ------------------------------------tender-one----------------------------- */
.tender-card-one-phone-title {
  font-size: 20px;
}

.tender-card-one-fax-title {
  font-size: 20px;
}

.tender-card-one-email-title {
  font-size: 20px;
}

/* --------------------------------------------------------------------------------Policy------------------------------------------------------------------------------ */
.inteview-report-inner {
  width: 75%;
}

.interview-report-sub {
  max-width: 85%;
  margin: auto;
}

.interview-heading-h5 {
  margin: 15px auto;
}

.interview-card {
  padding: 10px;
  margin-bottom: 20px;
}

.interview-card h6 {
  font-family: "Playfair Display Bold";
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
}

.interview-card-img {
  border-radius: 5px;
}
.interview-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-eye {
  height: 12px;
}

@media (max-width: 990px) {
  .inteview-report-inner {
    width: 100%;
    margin: auto;
  }
}

.interview-card-text-class {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  position: relative;
}

.interview-card-text-class.active {
  max-height: 2000px;
}

.tefevent-toggle-btn {
  display: block;
  margin: 10px auto 0;
  cursor: pointer;
}

.interview-card-text-class:not(.active) .interview-card-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(transparent, white);
  pointer-events: none;
}

.tefevent-toggle-btn {
  outline: none;
  border: 0;
  font-size: 10px;
  border-radius: 50%;
}

.interview-card-text-class button {
  position: relative;
  z-index: 10;
}

.interview-card .interview-card-image img {
  margin: 15px auto;
  max-height: 410px !important;
}

.eye-icon {
  margin: 5px;
}

.interview-card-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.year-assembly {
  text-align: center;
}

/* -----------------------------------------------------------------------------------------------teq-market------------------------------------------------------ */

.teq-market-cards {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}

.teq-market-card-details {
  padding: 10px;
}

.teq-market-card-h2 {
  font-size: 18px;
}

.teq-market-card-data {
  margin: 10px 0;
  font-size: 11px;
  background: #2a64ad;
  color: #eee !important;
  padding: 3px;
  border-radius: 3px;
  width: 95px;
}

.teq-market-card-drop-paragraph {
  font-size: 12px;
}

.teq-market-card {
  border-radius: 10px;
  display: flex;
}

.teq-market-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
  border-radius: 10px;
  max-width: 40%;
}
.teq-market-card-image {
  border-radius: 10px;
  margin: 10px auto;
}

.teq-market-card-drop-text {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  cursor: pointer;
  position: relative;
}

.teq-market-card-drop-text.expanded {
  max-height: 2000px;
}

.teq-market-card-drop-paragraph {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .teq-market-card {
    flex-direction: column;
  }
  .teq-market-card-img {
    max-width: 60%;
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 640px) {
  .teq-market-card-img {
    max-width: 90%;
  }
}

@media (max-width: 500px) {
  .teq-market-cards {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .teq-market-card-drop-text {
    max-height: 100px;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------teq-project--------------------------------------- */

.teq-event-event {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(to right, #ffffffd1, #ffffffd1),
    url("https://turkmen-energy.com/themes/demo/assets/teq-news/img/Stilistika.svg");
  background-position: center;
  background-size: contain;
  object-fit: contain;
  background-repeat: repeat;
  margin-bottom: 20px;
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.teq-event-event:hover {
  transform: scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(26, 115, 232, 0.5);
}

.teq-event-event-hover {
  transform: scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(26, 115, 232, 0.5);
}

.teq-project-ahref{
 flex-direction:column;   
}

.teq-event-event a {
  text-decoration: none;
  color: inherit;
  display: flex;
  min-height: 200px;
}

.teq-event-event-vid {
  width: 45%;
}

.teq-event-event-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.teq-event-event-info {
  width: 65%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teq-event-event-h1 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #1a1a1a;
}

.teq-event-event-p {
  font-size: 1em;
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
}

.teq-event-event-vid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.teq-event-event-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.teq-event-event-imge {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teq-event-event-image-2 {
  width: 450px;
  margin: 4px;
  border-radius: 3px;
  margin-top: 30px;
}

.teq-event-event-info-2 {
  width: 100%;
  padding: 20px;
}

.teq-event-event-h1-2 {
  font-size: 1.4rem;
  text-align: left;
  margin: 5px;
  margin-bottom: 20px;
}

.teq-event-event-p-2 {
  font-size: 1em;
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
}

.post_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.post_view_icon img {
  width: 20px;
}

.teq-event-event-text-2 {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  cursor: pointer;
  position: relative;
}

.teq-event-event-text-2.expanded {
  max-height: 2000px;
}

.teq-event-event-text-p2 {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .teq-event-event a {
    flex-direction: column;
  }

  .teq-event-event-info {
    width: 100%;
  }

  .teq-event-event-vid {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }

  .teq-event-event-video {
    width: 380px;
    border-radius: 12px;
  }

  .teq-event-event-vid img {
    width: 380px;
    border-radius: 12px;
  }
}
