/* === bootstrap-grid-subset.css === */
/*
 * Bootstrap 5 grid + container subset — Tourism Today legacy theme.
 *
 * TSX usage audit (Paket B):
 *   container (54 yer), row (8), col-6, col-md-6, col-lg-4, col-lg-6,
 *   col-lg-8, align-items-center (1).
 *
 * KAPSAM DISI (Bootstrap full'dan cikartilmis):
 *   - Tum component CSS: modal, carousel, dropdown, accordion, navbar,
 *     alert, badge, card, breadcrumb, pagination, list-group, toast,
 *     tooltip, popover, offcanvas, collapse, spinner, progress, form-*,
 *     btn-*
 *   - Reset/typography (default.css ve style.css'te zaten var)
 *   - Diger col-* numaralari (col-1..12, col-sm-*, col-xl-*, col-xxl-*) —
 *     legacy runtime'da kullanilmiyor (audit kanit)
 *   - flex/justify/align utility'leri (Tailwind sagliyor)
 *   - spacing utility'leri (m-, p-, mx-auto vb. — Tailwind)
 *
 * Boyut: ~2 KB raw (full bootstrap.min.css 164 KB raw idi -> ~162 KB kazanc).
 *
 * Lisans: MIT (Bootstrap 5).
 */

.theme-legacy {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

/* === Container === */
.theme-legacy .container,
.theme-legacy .container-fluid {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .theme-legacy .container { max-width: 540px; }
}
@media (min-width: 768px) {
  .theme-legacy .container { max-width: 720px; }
}
@media (min-width: 992px) {
  .theme-legacy .container { max-width: 960px; }
}
@media (min-width: 1200px) {
  .theme-legacy .container { max-width: 1140px; }
}
@media (min-width: 1400px) {
  .theme-legacy .container { max-width: 1320px; }
}

/* === Row === */
.theme-legacy .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.theme-legacy .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* === Columns — runtime'da kullanilan SET === */
.theme-legacy .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

@media (min-width: 768px) {
  .theme-legacy .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .theme-legacy .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .theme-legacy .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .theme-legacy .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

/* === Flex utility (1 yer kullanim) === */
.theme-legacy .align-items-center {
  align-items: center !important;
}


/* === default.css === */
/* Deafult Margin & Padding */
/*-- Margin Top --*/
.theme-legacy .mt-5 {
	margin-top: 5px;
}
.theme-legacy .mt-10 {
	margin-top: 10px;
}
.theme-legacy .mt-15 {
	margin-top: 15px;
}
.theme-legacy .mt-20 {
	margin-top: 20px;
}
.theme-legacy .mt-25 {
	margin-top: 25px;
}
.theme-legacy .mt-30 {
	margin-top: 30px;
}
.theme-legacy .mt-35 {
	margin-top: 35px;
}
.theme-legacy .mt-40 {
	margin-top: 40px;
}
.theme-legacy .mt-45 {
	margin-top: 45px;
}
.theme-legacy .mt-50 {
	margin-top: 50px;
}
.theme-legacy .mt-55 {
	margin-top: 55px;
}
.theme-legacy .mt-60 {
	margin-top: 60px;
}
.theme-legacy .mt-65 {
	margin-top: 65px;
}
.theme-legacy .mt-70 {
	margin-top: 70px;
}
.theme-legacy .mt-75 {
	margin-top: 75px;
}
.theme-legacy .mt-80 {
	margin-top: 80px;
}
.theme-legacy .mt-85 {
	margin-top: 85px;
}
.theme-legacy .mt-90 {
	margin-top: 90px;
}
.theme-legacy .mt-95 {
	margin-top: 95px;
}
.theme-legacy .mt-100 {
	margin-top: 100px;
}
.theme-legacy .mt-105 {
	margin-top: 105px;
}
.theme-legacy .mt-110 {
	margin-top: 110px;
}
.theme-legacy .mt-115 {
	margin-top: 115px;
}
.theme-legacy .mt-120 {
	margin-top: 120px;
}
.theme-legacy .mt-125 {
	margin-top: 125px;
}
.theme-legacy .mt-130 {
	margin-top: 130px;
}
.theme-legacy .mt-135 {
	margin-top: 135px;
}
.theme-legacy .mt-140 {
	margin-top: 140px;
}
.theme-legacy .mt-145 {
	margin-top: 145px;
}
.theme-legacy .mt-150 {
	margin-top: 150px;
}
.theme-legacy .mt-155 {
	margin-top: 155px;
}
.theme-legacy .mt-160 {
	margin-top: 160px;
}
.theme-legacy .mt-165 {
	margin-top: 165px;
}
.theme-legacy .mt-170 {
	margin-top: 170px;
}
.theme-legacy .mt-175 {
	margin-top: 175px;
}
.theme-legacy .mt-180 {
	margin-top: 180px;
}
.theme-legacy .mt-185 {
	margin-top: 185px;
}
.theme-legacy .mt-190 {
	margin-top: 190px;
}
.theme-legacy .mt-195 {
	margin-top: 195px;
}
.theme-legacy .mt-200 {
	margin-top: 200px;
}
/*-- Margin Bottom --*/

.theme-legacy .mb-5 {
	margin-bottom: 5px;
}
.theme-legacy .mb-10 {
	margin-bottom: 10px;
}
.theme-legacy .mb-15 {
	margin-bottom: 15px;
}
.theme-legacy .mb-20 {
	margin-bottom: 20px;
}
.theme-legacy .mb-25 {
	margin-bottom: 25px;
}
.theme-legacy .mb-30 {
	margin-bottom: 30px;
}
.theme-legacy .mb-35 {
	margin-bottom: 35px;
}
.theme-legacy .mb-40 {
	margin-bottom: 40px;
}
.theme-legacy .mb-45 {
	margin-bottom: 45px;
}
.theme-legacy .mb-50 {
	margin-bottom: 50px;
}
.theme-legacy .mb-55 {
	margin-bottom: 55px;
}
.theme-legacy .mb-60 {
	margin-bottom: 60px;
}
.theme-legacy .mb-65 {
	margin-bottom: 65px;
}
.theme-legacy .mb-70 {
	margin-bottom: 70px;
}
.theme-legacy .mb-75 {
	margin-bottom: 75px;
}
.theme-legacy .mb-80 {
	margin-bottom: 80px;
}
.theme-legacy .mb-85 {
	margin-bottom: 85px;
}
.theme-legacy .mb-90 {
	margin-bottom: 90px;
}
.theme-legacy .mb-95 {
	margin-bottom: 95px;
}
.theme-legacy .mb-100 {
	margin-bottom: 100px;
}
.theme-legacy .mb-105 {
	margin-bottom: 105px;
}
.theme-legacy .mb-110 {
	margin-bottom: 110px;
}
.theme-legacy .mb-115 {
	margin-bottom: 115px;
}
.theme-legacy .mb-120 {
	margin-bottom: 120px;
}
.theme-legacy .mb-125 {
	margin-bottom: 125px;
}
.theme-legacy .mb-130 {
	margin-bottom: 130px;
}
.theme-legacy .mb-135 {
	margin-bottom: 135px;
}
.theme-legacy .mb-140 {
	margin-bottom: 140px;
}
.theme-legacy .mb-145 {
	margin-bottom: 145px;
}
.theme-legacy .mb-150 {
	margin-bottom: 150px;
}
.theme-legacy .mb-155 {
	margin-bottom: 155px;
}
.theme-legacy .mb-160 {
	margin-bottom: 160px;
}
.theme-legacy .mb-165 {
	margin-bottom: 165px;
}
.theme-legacy .mb-170 {
	margin-bottom: 170px;
}
.theme-legacy .mb-175 {
	margin-bottom: 175px;
}
.theme-legacy .mb-180 {
	margin-bottom: 180px;
}
.theme-legacy .mb-185 {
	margin-bottom: 185px;
}
.theme-legacy .mb-190 {
	margin-bottom: 190px;
}
.theme-legacy .mb-195 {
	margin-bottom: 195px;
}
.theme-legacy .mb-200 {
	margin-bottom: 200px;
}
/*-- Padding Top --*/

.theme-legacy .pt-5 {
	padding-top: 5px;
}
.theme-legacy .pt-10 {
	padding-top: 10px;
}
.theme-legacy .pt-15 {
	padding-top: 15px;
}
.theme-legacy .pt-20 {
	padding-top: 20px;
}
.theme-legacy .pt-25 {
	padding-top: 25px;
}
.theme-legacy .pt-30 {
	padding-top: 30px;
}
.theme-legacy .pt-35 {
	padding-top: 35px;
}
.theme-legacy .pt-40 {
	padding-top: 40px;
}
.theme-legacy .pt-45 {
	padding-top: 45px;
}
.theme-legacy .pt-50 {
	padding-top: 20px;
}
.theme-legacy .pt-55 {
	padding-top: 55px;
}
.theme-legacy .pt-60 {
	padding-top: 60px;
}
.theme-legacy .pt-65 {
	padding-top: 65px;
}
.theme-legacy .pt-70 {
	padding-top: 70px;
}
.theme-legacy .pt-75 {
	padding-top: 75px;
}
.theme-legacy .pt-80 {
	padding-top: 80px;
}
.theme-legacy .pt-85 {
	padding-top: 85px;
}
.theme-legacy .pt-90 {
	padding-top: 90px;
}
.theme-legacy .pt-95 {
	padding-top: 95px;
}
.theme-legacy .pt-100 {
	padding-top: 100px;
}
.theme-legacy .pt-105 {
	padding-top: 105px;
}
.theme-legacy .pt-110 {
	padding-top: 110px;
}
.theme-legacy .pt-115 {
	padding-top: 115px;
}
.theme-legacy .pt-120 {
	padding-top: 120px;
}
.theme-legacy .pt-125 {
	padding-top: 125px;
}
.theme-legacy .pt-130 {
	padding-top: 130px;
}
.theme-legacy .pt-135 {
	padding-top: 135px;
}
.theme-legacy .pt-140 {
	padding-top: 140px;
}
.theme-legacy .pt-145 {
	padding-top: 145px;
}
.theme-legacy .pt-150 {
	padding-top: 150px;
}
.theme-legacy .pt-155 {
	padding-top: 155px;
}
.theme-legacy .pt-160 {
	padding-top: 160px;
}
.theme-legacy .pt-165 {
	padding-top: 165px;
}
.theme-legacy .pt-170 {
	padding-top: 170px;
}
.theme-legacy .pt-175 {
	padding-top: 175px;
}
.theme-legacy .pt-180 {
	padding-top: 180px;
}
.theme-legacy .pt-185 {
	padding-top: 185px;
}
.theme-legacy .pt-190 {
	padding-top: 190px;
}
.theme-legacy .pt-195 {
	padding-top: 195px;
}
.theme-legacy .pt-200 {
	padding-top: 200px;
}
/*-- Padding Bottom --*/

.theme-legacy .pb-5 {
	padding-bottom: 5px;
}
.theme-legacy .pb-10 {
	padding-bottom: 10px;
}
.theme-legacy .pb-15 {
	padding-bottom: 15px;
}
.theme-legacy .pb-20 {
	padding-bottom: 20px;
}
.theme-legacy .pb-25 {
	padding-bottom: 25px;
}
.theme-legacy .pb-30 {
	padding-bottom: 30px;
}
.theme-legacy .pb-35 {
	padding-bottom: 35px;
}
.theme-legacy .pb-40 {
	padding-bottom: 40px;
}
.theme-legacy .pb-45 {
	padding-bottom: 45px;
}
.theme-legacy .pb-50 {
	padding-bottom: 50px;
}
.theme-legacy .pb-55 {
	padding-bottom: 55px;
}
.theme-legacy .pb-60 {
	padding-bottom: 60px;
}
.theme-legacy .pb-65 {
	padding-bottom: 65px;
}
.theme-legacy .pb-70 {
	padding-bottom: 70px;
}
.theme-legacy .pb-75 {
	padding-bottom: 75px;
}
.theme-legacy .pb-80 {
	padding-bottom: 80px;
}
.theme-legacy .pb-85 {
	padding-bottom: 85px;
}
.theme-legacy .pb-90 {
	padding-bottom: 90px;
}
.theme-legacy .pb-95 {
	padding-bottom: 95px;
}
.theme-legacy .pb-100 {
	padding-bottom: 100px;
}
.theme-legacy .pb-105 {
	padding-bottom: 105px;
}
.theme-legacy .pb-110 {
	padding-bottom: 110px;
}
.theme-legacy .pb-115 {
	padding-bottom: 115px;
}
.theme-legacy .pb-120 {
	padding-bottom: 120px;
}
.theme-legacy .pb-125 {
	padding-bottom: 125px;
}
.theme-legacy .pb-130 {
	padding-bottom: 130px;
}
.theme-legacy .pb-135 {
	padding-bottom: 135px;
}
.theme-legacy .pb-140 {
	padding-bottom: 140px;
}
.theme-legacy .pb-145 {
	padding-bottom: 145px;
}
.theme-legacy .pb-150 {
	padding-bottom: 150px;
}
.theme-legacy .pb-155 {
	padding-bottom: 155px;
}
.theme-legacy .pb-160 {
	padding-bottom: 160px;
}
.theme-legacy .pb-165 {
	padding-bottom: 165px;
}
.theme-legacy .pb-170 {
	padding-bottom: 170px;
}
.theme-legacy .pb-175 {
	padding-bottom: 175px;
}
.theme-legacy .pb-180 {
	padding-bottom: 180px;
}
.theme-legacy .pb-185 {
	padding-bottom: 185px;
}
.theme-legacy .pb-190 {
	padding-bottom: 190px;
}
.theme-legacy .pb-195 {
	padding-bottom: 195px;
}
.theme-legacy .pb-200 {
	padding-bottom: 200px;
}



/*-- Padding Left --*/
.theme-legacy .pl-0 {
	padding-left: 0px;
}
.theme-legacy .pl-5 {
	padding-left: 5px;
}
.theme-legacy .pl-10 {
	padding-left: 10px;
}
.theme-legacy .pl-15 {
	padding-left: 15px;
}
.theme-legacy .pl-20{
	padding-left: 20px;
}
.theme-legacy .pl-25 {
	padding-left: 35px;
}
.theme-legacy .pl-30 {
	padding-left: 30px;
}
.theme-legacy .pl-35 {
	padding-left: 35px;
}

.theme-legacy .pl-35 {
	padding-left: 35px;
}

.theme-legacy .pl-40 {
	padding-left: 40px;
}

.theme-legacy .pl-45 {
	padding-left: 45px;
}

.theme-legacy .pl-50 {
	padding-left: 50px;
}

.theme-legacy .pl-55 {
	padding-left: 55px;
}

.theme-legacy .pl-60 {
	padding-left: 60px;
}
.theme-legacy .pl-65 {
	padding-left: 65px;
}
.theme-legacy .pl-70 {
	padding-left: 70px;
}
.theme-legacy .pl-75 {
	padding-left: 75px;
}
.theme-legacy .pl-80 {
	padding-left: 80px;
}
.theme-legacy .pl-85 {
	padding-left: 80px;
}
.theme-legacy .pl-90 {
	padding-left: 90px;
}
.theme-legacy .pl-95 {
	padding-left: 95px;
}
.theme-legacy .pl-100 {
	padding-left: 100px;
}


/*-- Padding Right --*/
.theme-legacy .pr-0 {
	padding-right: 0px;
}
.theme-legacy .pr-5 {
	padding-right: 5px;
}
.theme-legacy .pr-10 {
	padding-right: 10px;
}
.theme-legacy .pr-15 {
	padding-right: 15px;
}
.theme-legacy .pr-20{
	padding-right: 20px;
}
.theme-legacy .pr-25 {
	padding-right: 35px;
}
.theme-legacy .pr-30 {
	padding-right: 30px;
}
.theme-legacy .pr-35 {
	padding-right: 35px;
}

.theme-legacy .pr-35 {
	padding-right: 35px;
}

.theme-legacy .pr-40 {
	padding-right: 40px;
}

.theme-legacy .pr-45 {
	padding-right: 45px;
}

.theme-legacy .pr-50 {
	padding-right: 50px;
}

.theme-legacy .pr-55 {
	padding-right: 55px;
}

.theme-legacy .pr-60 {
	padding-right: 60px;
}
.theme-legacy .pr-65 {
	padding-right: 65px;
}
.theme-legacy .pr-70 {
	padding-right: 70px;
}
.theme-legacy .pr-75 {
	padding-right: 75px;
}
.theme-legacy .pr-80 {
	padding-right: 80px;
}
.theme-legacy .pr-85 {
	padding-right: 80px;
}
.theme-legacy .pr-90 {
	padding-right: 90px;
}
.theme-legacy .pr-95 {
	padding-right: 95px;
}
.theme-legacy .pr-100 {
	padding-right: 100px;
}

/* font weight */
.theme-legacy .f-700{font-weight: 700;}
.theme-legacy .f-600{font-weight: 600;}
.theme-legacy .f-500{font-weight: 500;}
.theme-legacy .f-400{font-weight: 400;}
.theme-legacy .f-300{font-weight: 300;}

/* Background Color */

.theme-legacy .gray-bg {
	background: #f7f7fd;
}
.theme-legacy .white-bg {
	background: #fff;
}
.theme-legacy .black-bg {
	background: #222;
}
.theme-legacy .theme-bg {
	background: #222;
}
.theme-legacy .primary-bg {
	background: #222;
}
/* Color */

.theme-legacy .white-color {
	color: #fff;
}
.theme-legacy .black-color {
	color: #222;
}
.theme-legacy .theme-color {
	color: #222;
}
.theme-legacy .primary-color {
	color: #222;
}
/* black overlay */

.theme-legacy [data-overlay] {
	position: relative;
}
.theme-legacy [data-overlay]::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.theme-legacy [data-overlay="3"]::before {
	opacity: 0.3;
}
.theme-legacy [data-overlay="4"]::before {
	opacity: 0.4;
}
.theme-legacy [data-overlay="5"]::before {
	opacity: 0.5;
}
.theme-legacy [data-overlay="6"]::before {
	opacity: 0.6;
}
.theme-legacy [data-overlay="7"]::before {
	opacity: 0.7;
}
.theme-legacy [data-overlay="8"]::before {
	opacity: 0.8;
}
.theme-legacy [data-overlay="9"]::before {
	opacity: 0.9;
}

/* === main-core.css === */
/* === main-core.css — generated === */
/*=============================
	01. Variable CSS
===============================*/
.theme-legacy {
    --tg-body-font-family: 'Inter', sans-serif;
    --tg-heading-font-family: 'Manrope', sans-serif;
    --tg-primary-color: #F4796C;
    --tg-secondary-color: #183354;
    --tg-body-font-color: #545E69;
    --tg-heading-font-color: #183354;
    --tg-paragraph-color: #545E69;
    --tg-icon-color: #6D757F;
    --tg-border-color: #DFDFDF;
    --tg-border-dark: #273341;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #E8F1F1;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #0C1622;
    --tg-black-two: #000000;
    --tg-gray: #D9D9D9;
    --tg-gray-two: #BACCE1;
    --tg-gray-three: #F9F9F7;
    --facebook: #104E87;
    --twitter: #2EB4FF;
    --linkedin: #0C7ED0;
    --instagram: #FF2F7A;
    --youtube: #c4302b;
    --skype: #00aff0;
}
.theme-legacy {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
}
.theme-legacy img,
.theme-legacy .img {
	max-width: 100%;
	-webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.theme-legacy .f-left {
	float: left
}
.theme-legacy .f-right {
	float: right
}
.theme-legacy .fix {
	overflow: hidden
}
.theme-legacy a,
.theme-legacy button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
.theme-legacy a:focus,
.theme-legacy .btn:focus,
.theme-legacy button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.theme-legacy a:hover,
.theme-legacy .portfolio-cat a:hover,
.theme-legacy .footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}
.theme-legacy a,
.theme-legacy button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}
.theme-legacy .btn:focus,
.theme-legacy button:focus,
.theme-legacy input:focus,
.theme-legacy input:focus,
.theme-legacy textarea,
.theme-legacy textarea:focus {
	outline: 0
}
.theme-legacy .uppercase {
	text-transform: uppercase;
}
.theme-legacy .capitalize {
	text-transform:none;
}
.theme-legacy h1,
.theme-legacy h2,
.theme-legacy h3,
.theme-legacy h4,
.theme-legacy h5,
.theme-legacy h6 {
	font-family: var(--tg-heading-font-family);
	color: #000000;
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	/*text-transform: capitalize;*/
}
.theme-legacy h1 a,
.theme-legacy h2 a,
.theme-legacy h3 a,
.theme-legacy h4 a,
.theme-legacy h5 a,
.theme-legacy h6 a {
	color: inherit;
}
.theme-legacy h1 {
	font-size: 2.5rem;
}
.theme-legacy h2 {
	font-size: 2rem;
}
.theme-legacy h3 {
	font-size: 1.75rem;
}
.theme-legacy h4 {
	font-size: 1.5rem;
}
.theme-legacy h5 {
	font-size: 1.25rem;
}
.theme-legacy h6 {
	font-size: 1rem;
}
.theme-legacy .list-wrap {
	margin: 0px;
	padding: 0px;
}
.theme-legacy .list-wrap li {
	list-style: none
}
.theme-legacy p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: #000000;
   /* text-transform: capitalize;*/
	margin-bottom: 15px;
}
.theme-legacy hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
.theme-legacy label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
.theme-legacy *::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
.theme-legacy ::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
.theme-legacy ::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
.theme-legacy *::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
.theme-legacy *::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
.theme-legacy .theme-overlay {
	position: relative
}
.theme-legacy .theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.theme-legacy .separator {
	border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.theme-legacy .container {
    padding-left: 15px;
    padding-right: 15px;
}
.theme-legacy .row {
    --bs-gutter-x: 30px;
}
.theme-legacy .row.g-0 {
	--bs-gutter-x: 0;
}
.theme-legacy .gutter-y-30 {
  	--bs-gutter-y: 30px;
}
.theme-legacy .gutter-40 {
    --bs-gutter-x: 40px;
}

/*=============================
	1. Button style
===============================*/
.theme-legacy .btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-secondary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 45px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: var(--tg-heading-font-family);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.theme-legacy .btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-primary-color);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.theme-legacy .btn:hover {
    color: var(--tg-white);
}
.theme-legacy .btn:hover::before {
    top: -40%;
}
.theme-legacy .btn-two {
    background: var(--tg-primary-color);
}
.theme-legacy .btn-two::before {
    background: var(--tg-secondary-color);
}
.theme-legacy .breadcrumb > .active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.theme-legacy .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: var(--tg-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: 1s ease;
    border: none;
}
.theme-legacy .scroll-top.open {
	bottom: 30px;
}
.theme-legacy .scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.theme-legacy .scroll-top:hover {
	background: var(--tg-secondary-color);
}

/*=============================
	07. Breadcrumb
===============================*/
.theme-legacy .breadcrumb-area {
    background: var(--tg-gray-three);
    padding: 37px 0;
}
.theme-legacy .breadcrumb-content .breadcrumb {
    margin-bottom: 0;
}
.theme-legacy .breadcrumb-content .breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-icon-color);
}
.theme-legacy .breadcrumb-content .breadcrumb-item a {
    color: var(--tg-icon-color);
}
.theme-legacy .breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .breadcrumb-content .breadcrumb-item.active {
    color: var(--tg-primary-color);
}
.theme-legacy .breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 8px;
    color: var(--tg-icon-color);
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.theme-legacy .breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}

/*=============================
	11. Newsletter
===============================*/
.theme-legacy .newsletter-wrap {
    background: var(--tg-teal);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 74px 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.theme-legacy .newsletter-content {
    width: 20%;
    flex: 0 0 auto;
    margin-right: 50px;
}
.theme-legacy .newsletter-content .title {
    margin-bottom: 0;
    font-size: 24px;
}
.theme-legacy .newsletter-form {
    flex-grow: 1;
}
.theme-legacy .newsletter-form form {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;
}
.theme-legacy .newsletter-form .form-grp {
    width: 300px;
}
.theme-legacy .newsletter-form .form-grp input {
    width: 100%;
    border: none;
    background: var(--tg-white);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-font-color);
    padding: 15px 20px;
    line-height: 1;
    height: 50px;
}
.theme-legacy .newsletter-form .form-grp input::placeholder {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 500;
}
.theme-legacy .newsletter-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.theme-legacy .newsletter-shape-wrap img:nth-child(1) {
    left: 0;
    bottom: 0;
}
.theme-legacy .newsletter-shape-wrap img:nth-child(2) {
    top: 0;
    right: 0;
}

/* newsletter-two */
.theme-legacy .newsletter-wrap-two .newsletter-content {
    width: 25%;
    flex: 0 0 auto;
    margin-right: 40px;
}
.theme-legacy .newsletter-wrap.newsletter-wrap-two {
    padding: 74px 95px;
}
.theme-legacy .newsletter-wrap-two .newsletter-content .title {
    font-family: var(--tg-body-font-family);
}

/* newsletter-three */
.theme-legacy .newsletter-area-three {
    background: var(--tg-teal);
    padding: 75px 0;
}
.theme-legacy .newsletter-wrap-three {
    display: flex;
    align-items: center;
}
.theme-legacy .newsletter-wrap-three .newsletter-content {
    width: 14%;
    flex: 0 0 auto;
    margin-right: 35px;
}
.theme-legacy .newsletter-wrap-three .newsletter-form .form-grp {
    width: 250px;
}
.theme-legacy .newsletter-social {
    display: flex;
    align-items: center;
    margin-left: 60px;
    gap: 10px;
}
.theme-legacy .newsletter-social .title {
    margin-bottom: 0;
    font-size: 18px;
}
.theme-legacy .newsletter-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}
.theme-legacy .newsletter-social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 20px;
}
.theme-legacy .newsletter-social .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .newsletter-form .btn {
    background: var(--tg-primary-color);
}
.theme-legacy .newsletter-form .btn::before {
    background: var(--tg-secondary-color);
}


/* newsletter-four */
.theme-legacy .newsletter-area-four {
    background: var(--tg-teal);
    padding: 78px 0;
}
.theme-legacy .newsletter-wrap-four .newsletter-content {
    width: 100%;
    flex: 0 0 auto;
    margin-right: 0;
    text-align: center;
    margin-bottom: 25px;
}
.theme-legacy .newsletter-wrap-four .newsletter-content .title {
    font-size: 28px;
}
.theme-legacy .newsletter-wrap-four .newsletter-form form {
    justify-content: center;
}
.theme-legacy .newsletter-wrap-four .newsletter-form .form-grp {
    width: 350px;
}


/*=============================
	blog-details
===============================*/
.theme-legacy .blog-details-content .title {
    margin-bottom: 15px;
    font-size: 28px;

}
.theme-legacy .bd-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.theme-legacy .bd-content-inner .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .blog-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.theme-legacy .blog-details-social .list-wrap li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--facebook);
    color: var(--tg-white);
}
.theme-legacy .blog-details-social .list-wrap li:nth-child(2) a {
    background: var(--twitter);
}
.theme-legacy .blog-details-social .list-wrap li:nth-child(3) a {
    background: var(--instagram);
}
.theme-legacy .blog-details-social .list-wrap li:nth-child(4) a {
    background: var(--linkedin);
}
.theme-legacy .blog-details-thumb {
    margin-bottom: 20px;
}
.theme-legacy .blog-details-thumb img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 6px;
}
.theme-legacy .blog-details-content p {
    margin-bottom: 15px;
}
.theme-legacy .blog-details-content p.first-info::first-letter {
    font-size: 100px;
    float: left;
    line-height: .8;
    font-weight: 700;
    color: var(--tg-secondary-color);
    font-family: var(--tg-heading-font-family);
    margin-right: 8px;
}
.theme-legacy .blog-details-content blockquote {
    background: var(--tg-gray-three);
    margin: 50px 75px 35px;
    padding: 35px 40px 30px;
    border-radius: 8px;
    border: 1px solid #EEE;
    position: relative;
}
.theme-legacy .blog-details-content blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 40px;
    top: -20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: var(--tg-primary-color);
}
.theme-legacy .blog-details-content blockquote p {
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-secondary-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1.4;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.theme-legacy .blog-details-content blockquote cite {
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    font-family: var(--tg-heading-font-family);
    padding-left: 22px;
    line-height: 1;
}
.theme-legacy .blog-details-content blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 3px;
    background: var(--tg-secondary-color);
}
.theme-legacy .blog-details-inner-img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-legacy .blog-details-inner {
    margin: 40px 0;
}
.theme-legacy .blog-details-inner-content .title-two {
    margin-bottom: 10px;
    font-size: 24px;
}
.theme-legacy .blog-details-inner-content p {
    margin-bottom: 15px;
}
.theme-legacy .blog-details-inner-content .list-wrap li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--tg-heading-font-family);
    font-weight: 700;
    color: var(--tg-secondary-color);
    line-height: 1.4;
    margin-bottom: 15px;
}
.theme-legacy .blog-details-inner-content .list-wrap li:last-child {
    margin-bottom: 0;
}
.theme-legacy .blog-details-inner-content .list-wrap li i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 3px;
    font-size: 14px;
}
.theme-legacy .blog-details-video {
    position: relative;
    margin: 40px 0 30px;
}
.theme-legacy .blog-details-video img {
    border-radius: 5px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.theme-legacy .blog-details-video .paly-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 22px;
}
.theme-legacy .blog-details-video .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .blog-details-bottom {
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: 45px;
    margin-bottom: 50px;
}
.theme-legacy .blog-details-bottom .post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.theme-legacy .blog-details-bottom .post-share .title,
.theme-legacy .blog-details-bottom .post-tags .title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
.theme-legacy .blog-details-bottom .post-tags .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.theme-legacy .blog-details-bottom .post-tags .list-wrap li a {
    font-size: 15px;
    font-weight: 500;
    background: #FFF3F2;
    display: block;
    border-radius: 4px;
    padding: 7px 18px;
}
.theme-legacy .blog-details-bottom .post-tags .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .blog-details-bottom .post-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
}
.theme-legacy .blog-details-bottom .post-share .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.theme-legacy .blog-details-bottom .post-share .list-wrap li a {
    font-size: 16px;
    color: var(--tg-icon-color);
}
.theme-legacy .blog-details-bottom .post-share .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .blog-avatar-wrap {
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    padding: 42px 42px;
    background: var(--tg-gray-three);
}
.theme-legacy .blog-avatar-img {
    width: 115px;
    flex: 0 0 auto;
    margin-right: 30px;
}
.theme-legacy .blog-avatar-img img {
    border-radius: 50%;
}
.theme-legacy .blog-avatar-info .designation {
    display: block;
    font-size: 16px;
    color: var(--tg-primary-color);
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--tg-heading-font-family);
}
.theme-legacy .blog-avatar-info .name {
    margin-bottom: 10px;
    font-size: 18px;
}
.theme-legacy .blog-avatar-info p {
    margin-bottom: 0;
}
.theme-legacy .pev-next-post-wrap {
    margin-bottom: 60px;
}
.theme-legacy .pev-next-post-wrap .post-item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}
.theme-legacy .post-item.next-post {
    flex-direction: row-reverse;
    text-align: right;
}
.theme-legacy .pev-next-post-wrap .post-item .thumb {
    width: 100px;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.theme-legacy .pev-next-post-wrap .post-item .thumb img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}
.theme-legacy .pev-next-post-wrap .post-item .content span {
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.theme-legacy .pev-next-post-wrap .post-item .content .post-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}
.theme-legacy .pev-next-post-wrap .post-item:hover .content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .comments-wrap-title {
    font-size: 24px;
    margin-bottom: 25px;
}
.theme-legacy .comments-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D6DCE9;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.theme-legacy .latest-comments .children {
    margin: 0 0 0 45px;
    padding: 0;
}
.theme-legacy .comments-avatar {
    width: 115px;
    flex: 0 0 auto;
    margin-right: 25px;
}
.theme-legacy .comments-avatar img {
    border-radius: 50%;
}
.theme-legacy .comments-text .avatar-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.theme-legacy .comments-text .avatar-name .name {
    margin-bottom: 0;
    font-size: 18px;
}
.theme-legacy .comments-text .avatar-name span {
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: var(--tg-primary-color);
}
.theme-legacy .comments-text p {
    margin-bottom: 15px;
}
.theme-legacy .comments-text .reply-btn {
    background: #FFF3F2;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 6px 17px;
    text-transform: uppercase;
    border-radius: 5px;
}
.theme-legacy .comments-text .reply-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .comment-respond {
    margin-top: 55px;
}
.theme-legacy .comment-reply-title {
    margin-bottom: 12px;
    font-size: 24px;
}
.theme-legacy .comment-notes {
    margin-bottom: 30px;
}
.theme-legacy .comment-form .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .comment-form .form-grp {
    margin-bottom: 20px;
}
.theme-legacy .comment-form .form-grp textarea,
.theme-legacy .comment-form .form-grp input {
    width: 100%;
    border: 1px solid #EEEEEE;
    background: var(--tg-gray-three);
    color: var(--tg-secondary-color);
    padding: 12px 15px;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-family: var(--tg-heading-font-family);
}
.theme-legacy .comment-form .form-grp textarea::placeholder,
.theme-legacy .comment-form .form-grp input::placeholder {
    color: var(--tg-paragraph-color);
}
.theme-legacy .comment-form .form-grp textarea {
    min-height: 130px;
    max-height: 130px;
}
.theme-legacy .comment-form .checkbox-grp {
    display: flex;
    align-items: center;
    margin: 10px 0 25px;
}
.theme-legacy .comment-form .checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
}
.theme-legacy .comment-form .checkbox-grp label {
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-paragraph-color);
    user-select: none;
}


/*=============================
	28. Pagination
===============================*/
.theme-legacy .pagination-wrap .pagination {
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}
.theme-legacy .pagination-wrap .pagination .page-link {
    margin-left: 0;
    padding: 0 0;
    color: var(--tg-black-two);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
    font-family: var(--tg-heading-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    background: var(--tg-gray-three);
    transition: .3s linear;
}
.theme-legacy .pagination-wrap .pagination .page-item.active .page-link,
.theme-legacy .pagination-wrap .pagination .page-link:hover {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.theme-legacy .pagination-wrap .pagination .page-link:focus {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    outline: 0;
    box-shadow: none;
}

/*=============================
	32. Preloader
===============================*/
.theme-legacy #preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
}
.theme-legacy #preloader .loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    text-align: center;
    transition: all 0s;
    font-size: 0;
}
.theme-legacy #preloader .loader-inner #loader {
    position: relative;
    z-index: 1002;
    top: auto;
    left: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: 0 0 !important;
    width: auto;
    height: auto;
    max-width: 90vw;
}
.theme-legacy .loader-inner #loader h2 {
    margin: 0 0;
    text-transform: inherit;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--tg-body-font-family);
}
.theme-legacy #bg-loader {
    color: #7486b189;
}
.theme-legacy #fg-loader {
    color: var(--tg-secondary-color);
    position: absolute;
    top: 0px;
    width: 0%;
    overflow: hidden;
    animation-name: leftToRight;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    white-space: nowrap;
}
.theme-legacy #fg-loader span {
    color: var(--tg-primary-color);
}
@-webkit-keyframes leftToRight {
    0% {
        width: 1px;
    }
    95% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}
@keyframes leftToRight {
    0% {
        width: 1px;
    }
    95% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

/*=============================
    00. Mode Trigger
===============================*/
.theme-legacy .darkmode-trigger {
  position: fixed;
  margin: 16px;
  right: 15px;
  bottom: 66px;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  box-shadow: 0 6px 32px -1px rgba(0, 0, 0, 0.08);
  width: 40px;
  height: 40px;
  background-color: #1B1128;
  color: var(--tg-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.theme-legacy .darkmode-trigger .modeSwitch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-white);
  z-index: 1;
}
.theme-legacy .darkmode-trigger [type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.theme-legacy .darkmode-trigger .icon::before {
  content: "\f185";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: 1;
}
.theme-legacy .darkmode-trigger:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*=============================
    00. Dark CSS
===============================*/

.theme-legacy [tg-theme=dark] .widget-title .title {
color:white;
}



.theme-legacy [tg-theme=dark] .blog-details-content .title {
    margin-bottom: 15px;
    font-size: 28px;
    color: white;
}


.theme-legacy [tg-theme=dark] {
    --tg-heading-font-color: var(--tg-white);
    --tg-gray: var(--tg-border-dark);
    --tg-teal: #182330;
}
.theme-legacy [tg-theme=dark] body {
    background: var(--tg-black);
}
.theme-legacy [tg-theme=dark] p {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .header-top-wrap {
    background: #182330;
}
.theme-legacy [tg-theme=dark] *::placeholder {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .darkmode-trigger {
  background-color: var(--tg-white);
  color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .darkmode-trigger .modeSwitch {
  color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .darkmode-trigger .icon::before {
  content: "\f186";
}
.theme-legacy [tg-theme=dark] .header-search-wrap form input {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .header-search-wrap form input::placeholder {
    color: var(--tg-gray-three);
    opacity: .5;
}
.theme-legacy [tg-theme=dark] .header-search-wrap form button {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .header-cart strong {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .header-action .header-sine-in a {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .header-action .header-sine-in a:hover {
    color: var(--tg-primary-color);
}
    .theme-legacy [tg-theme=dark] .post-title a {
        color: var(--tg-white);
    }
.theme-legacy [tg-theme=dark] .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .newsletter-shape-wrap {
    opacity: .2;
}
.theme-legacy [tg-theme=dark] .newsletter-form .form-grp input {
    color: var(--tg-white);
    background: #273341;
}
.theme-legacy [tg-theme=dark] .section-title-line {
    border-color: var(--tg-border-dark);
}
.theme-legacy [tg-theme=dark] .section-title-line::after {
    background: var(--tg-black);
}
.theme-legacy [tg-theme=dark] .view-all-btn .link-btn {
    border-color: var(--tg-border-dark);
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .view-all-btn .link-btn:hover {
    border-color: var(--tg-secondary-color);
}
.theme-legacy [tg-theme=dark] .categories-item {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 5px solid #E8F1F1;
}
.theme-legacy [tg-theme=dark] .sidebar-avatar {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .sidebar-avatar-shape img {
    opacity: .2;
}
.theme-legacy [tg-theme=dark] .sidebar-social-wrap .list-wrap li a {
    background: var(--tg-border-dark);
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .sidebar-social-wrap .list-wrap li a:hover {
    background: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .categories-shape-wrap img {
    opacity: .2;
}
.theme-legacy [tg-theme=dark] .overlay-post-thumb::after {
    background: linear-gradient(180deg, rgba(24, 51, 84, 0.00) 0%, #000 83.34%);
}
.theme-legacy [tg-theme=dark] .footer-area {
    background: #0C192A;
}
.theme-legacy [tg-theme=dark] .footer-top {
    background: #0C192A;
}
.theme-legacy [tg-theme=dark] .copyright-text p {
    color: #7C91AA;
}
.theme-legacy [tg-theme=dark] .sticky-menu {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .navbar-wrap ul li .sub-menu {
    border: 1px solid var(--tg-gray);
    background: var(--tg-border-dark);
    box-shadow: 0px 30px 70px 0px rgb(43 47 53 / 15%);
}
.theme-legacy [tg-theme=dark] .offCanvas-wrap {
    background-color: #0C192A;
}
.theme-legacy [tg-theme=dark] .offCanvas-contact-list li {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .offCanvas-contact-list li a {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .offCanvas-contact-list li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .offCanvas-social li a {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .offCanvas-social li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .mobile-menu .menu-box {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .mobile-search input {
    border: 1px solid var(--tg-border-dark);
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .mobile-search button {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .mobile-menu .close-btn {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .mobile-menu .navigation li {
    border-top: 1px solid var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .mobile-menu .navigation:last-child {
    border-bottom: 1px solid var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .newsletter-form .form-grp input::placeholder {
    color: var(--tg-white);
    opacity: .5;
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-two {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .header-style-two {
    background: #0f161e;
}
.theme-legacy [tg-theme=dark] .section-title-line-three {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .post-tag-two {
    border-color: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .post-tag-two:hover {
    background: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .sidebar-newsletter {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .header-top-wrap-two {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-three {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .editor-nav .slick-arrow {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .editor-nav .slick-arrow:hover {
    border-color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .header-top-wrap-three {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .sidebar-avatar-two {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .sidebar-avatar-two .sidebar-avatar-thumb {
    border: 5px solid var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .trending-shape-wrap img {
    opacity: .2;
}
.theme-legacy [tg-theme=dark] .header-logo-area-three {
    background: #0f161e;
}
.theme-legacy [tg-theme=dark] .coin-item .content > span {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-six {
    box-shadow: 0px 2px 10px 0px rgb(78 78 78 / 10%);
}
.theme-legacy [tg-theme=dark] .hl-left-side-four .date {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .hl-left-side-four .date i {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .hl-right-side-four .sign-in a {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .hl-right-side-four .sign-in a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .news-banner-small-post::before {
    background: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .banner-post-five {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .header-top-wrap-four {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .sidebar-wrap-three::before {
    background: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .stories-post {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .politics-post-wrap-two::before {
    background: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .politics-post-two {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .editor-post-area-three {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .editor-nav-two .slick-arrow {
    border-color: var(--tg-border-dark);
}
.theme-legacy [tg-theme=dark] .editor-nav-two .slick-arrow:hover {
    border-color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .editor-post-area-three .section-title-line::after {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .editor-post-three::before {
    background: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .hot-post-item-two {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .footer-bottom-three {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .footer-top-three .footer-content p {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .footer-top-three .footer-widget .fw-title {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .footer-link-wrap .list-wrap li a {
    color: var(--tg-gray-two);
}
.theme-legacy [tg-theme=dark] .footer-link-wrap .list-wrap li a:hover {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .footer-bottom-menu .list-wrap li a::before,
.theme-legacy [tg-theme=dark] .footer-top-three .footer-link-wrap .list-wrap li a::before {
    background: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .footer-bottom-menu .list-wrap li a {
    color: var(--tg-gray-two);
}
.theme-legacy [tg-theme=dark] .footer-bottom-menu .list-wrap li a:hover {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .stories-post-two {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .search__popup {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .header-search-wrap form button:hover {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .banner-post-seven::before {
    background: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .breadcrumb-area {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .breadcrumb-content .breadcrumb-item a {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .about-content > span {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .team-area {
    background: var(--tg-border-dark);
}
.theme-legacy [tg-theme=dark] .team-content {
    background: var(--tg-black);
}
.theme-legacy [tg-theme=dark] .author-wrap {
    background: var(--tg-teal);
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .author-thumb img {
    box-shadow: 0px 4px 20px 0px #000000;
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .author-social .list-wrap li a {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .author-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .sidebar-search form input {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .sidebar-search form input::placeholder {
    color: var(--tg-white);
    opacity: .4;
}
.theme-legacy [tg-theme=dark] .pagination-wrap .pagination .page-link {
    color: var(--tg-white);
    border-color: var(--tg-gray);
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .pagination-wrap .pagination .page-link:hover {
    color: var(--tg-white);
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .blog-details-content blockquote {
    background: var(--tg-teal);
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .blog-details-content blockquote p {
    color: var(--tg-white);

}
.theme-legacy [tg-theme=dark] .blog-details-content blockquote cite {
    color: var(--tg-gray-two);
}
.theme-legacy [tg-theme=dark] .blog-details-content blockquote cite::before {
    background: var(--tg-border-dark);
}
.theme-legacy [tg-theme=dark] .blog-details-bottom {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .blog-details-bottom .post-tags .list-wrap li a {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .blog-details-bottom .post-tags .list-wrap li a:hover {
    background: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .blog-details-bottom .post-share .list-wrap li a {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .blog-details-bottom .post-share .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .blog-avatar-wrap {
    border-color: var(--tg-gray);
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .pev-next-post-wrap .post-item .content span {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .comments-text .reply-btn {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .comments-text .reply-btn:hover {
    background: var(--tg-primary-color);
}
.theme-legacy [tg-theme=dark] .comments-box {
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .comment-form .form-grp textarea,
.theme-legacy [tg-theme=dark] .comment-form .form-grp input {
    border-color: var(--tg-gray);
    background: var(--tg-teal);
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .comment-form .form-grp textarea::placeholder,
.theme-legacy [tg-theme=dark] .comment-form .form-grp input::placeholder {
    color: var(--tg-white);
    opacity: .5;
}
.theme-legacy [tg-theme=dark] .comment-form .checkbox-grp input {
    background-color: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .comment-form .checkbox-grp label {
    color: var(--tg-gray-three);
}
.theme-legacy [tg-theme=dark] .blog-details-content p.first-info::first-letter {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .blog-details-inner-content .list-wrap li {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .contact-info-item {
    background: var(--tg-teal);
    border-color: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .contact-info-item .content::before {
    background: var(--tg-gray);
}
.theme-legacy [tg-theme=dark] .contact-info-item .content p {
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .contact-form {
    background: var(--tg-teal);
}
.theme-legacy [tg-theme=dark] .contact-form .form-grp textarea,
.theme-legacy [tg-theme=dark] .contact-form .form-grp input {
    border-color: var(--tg-gray);
    background: var(--tg-gray);
    color: var(--tg-white);
}
.theme-legacy [tg-theme=dark] .contact-form .form-grp textarea::placeholder,
.theme-legacy [tg-theme=dark] .contact-form .form-grp input::placeholder {
    color: var(--tg-white);
    opacity: .5;
}
.theme-legacy [tg-theme=dark] .menu-area .logo {
    display: none !important;
}
.theme-legacy [tg-theme=dark] .menu-area .logo.d-none {
    display: block !important;
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-two .logo.d-none {
    display: none !important;
}
.theme-legacy [tg-theme=dark] .header-logo-area-two .logo {
    display: none !important;
}
.theme-legacy [tg-theme=dark] .header-logo-area-two .logo.d-none {
    display: block !important;
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-four .logo {
    display: none !important;
}
.theme-legacy [tg-theme=dark] .header-logo-area-four .logo {
    display: none;
}
.theme-legacy [tg-theme=dark] .header-logo-area-four .logo.d-none {
    display: block !important;
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-six .logo.d-none {
    display: none !important;
}
.theme-legacy [tg-theme=dark] .mobile-menu .nav-logo {
    display: none;
}
.theme-legacy [tg-theme=dark] .mobile-menu .nav-logo.d-none {
    display: block !important;
}
.theme-legacy [tg-theme=dark] .footer-area-four .fw-logo.d-none {
    display: block !important;
}
.theme-legacy [tg-theme=dark] .footer-area-four .fw-logo {
    display: none !important;
}
.theme-legacy [tg-theme=dark] .offCanvas-wrap .logo a.logo-light {
    display: block;
}
.theme-legacy [tg-theme=dark] .offCanvas-wrap .logo a.logo-dark {
    display: none;
}
.theme-legacy [tg-theme=dark] #preloader {
    background: var(--tg-black);
}
.theme-legacy [tg-theme=dark] #fg-loader {
    color: var(--tg-white);
}



/**AWA**/





.theme-legacy .stories {
    display: none;
    overflow-x: scroll;
    padding: 10px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}



/* === responsive.css === */
/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {
.theme-legacy .navbar-wrap ul {
    margin: 0 0 0 35px;
}

}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
.theme-legacy .container {
    max-width: 1320px;
}
.theme-legacy .navbar-wrap ul {
    margin: 0 0 0 15px;
}
.theme-legacy .navbar-wrap ul li a {
    padding: 40px 8px;
}
.theme-legacy .header-right-side {
    padding-right: 20px;
}
.theme-legacy .header-top-wrap {
    padding: 6px 20px;
}
.theme-legacy .offcanvas-toggle {
    width: 80px;
}
.theme-legacy .offcanvas-toggle a {
    padding: 30px 20px 30px 20px;
}
.theme-legacy .header-search-wrap form {
    width: 250px;
}
.theme-legacy .banner-post-thumb img {
    height: 560px;
}
.theme-legacy .banner-post-content {
    left: 60px;
    right: 60px;
    bottom: 40px;
}
.theme-legacy .overlay-post-content-three .post-title {
    font-size: 24px;
}
.theme-legacy .overlay-post-content-three {
    left: 20px;
    right: 20px;
    bottom: 30px;
}
.theme-legacy .newsletter-social {
    margin-left: 50px;
}
.theme-legacy .banner-post-content-four .post-title {
    font-size: 24px;
}
.theme-legacy .banner-post-content-four {
    left: 20px;
    right: 20px;
    bottom: 35px;
}
.theme-legacy .banner-post-thumb-four img {
    height: 390px;
}
.theme-legacy .contact-map {
    height: 450px;
}

}



/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
.theme-legacy .container,
.theme-legacy .custom-container {
    max-width: 960px;
}
.theme-legacy .header-action > ul li.header-btn {
	display: none;
}
.theme-legacy .menu-outer .navbar-wrap {
    display: block !important;
}
.theme-legacy .menu-area .mobile-nav-toggler {
    display: block;
}
.theme-legacy .menu-wrap {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.theme-legacy .menu-wrap .row {
    flex-grow: 1;
}
.theme-legacy .offcanvas-toggle {
    display: none;
}
.theme-legacy .logo.text-center {
    text-align: left !important;
}
.theme-legacy .menu-area {
    padding: 15px 0;
}
.theme-legacy .header-search-wrap form {
    width: 300px;
}
.theme-legacy .featured-post-thumb img {
    height: 350px;
}
.theme-legacy .featured-post-content .post-title {
    font-size: 22px;
}
.theme-legacy .newsletter-wrap {
    padding: 50px 30px;
}
.theme-legacy .newsletter-form .form-grp {
    width: 220px;
}
.theme-legacy .newsletter-content {
    width: 24%;
    margin-right: 20px;
}
.theme-legacy .sidebar-wrap {
    margin-left: 0;
}
.theme-legacy .latest-post-item.big-post .featured-post-content .post-title {
    font-size: 24px;
}
.theme-legacy .latest-post-item-wrap > .row > .col-66 {
    width: 100%;
}
.theme-legacy .latest-post-wrap {
    display: flex;
    margin: 0 -15px;
}
.theme-legacy .latest-post-item.small-post {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 15px;
}
.theme-legacy .latest-post-item-wrap > .row > .col-34 {
    width: 100%;
}
.theme-legacy .sidebar-avatar {
    padding: 100px 25px 40px;
}
.theme-legacy .sidebar-social-wrap .list-wrap li a {
    padding: 10px 15px;
    min-width: 128px;
}
.theme-legacy .section-title p {
    width: 100%;
}
.theme-legacy .categories-item-wrap .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .featured-post-item.healthy-post .featured-post-content .post-title {
    font-size: 18px;
}
.theme-legacy .popular-post .content .post-title {
    font-size: 16px;
}
.theme-legacy .popular-post .thumb {
    width: 95px;
    margin-right: 10px;
}
.theme-legacy .footer-content p {
    width: 100%;
}
.theme-legacy .footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
    margin-left: 40px;
}
.theme-legacy .header-right-side {
    padding-right: 0;
}
.theme-legacy .menu-area.menu-style-two .mobile-nav-toggler {
    display: none;
}
.theme-legacy .menu-style-two .menu-wrap {
    padding: 0 0;
}
.theme-legacy .banner-post-content {
    left: 30px;
    right: 30px;
    bottom: 35px;
}
.theme-legacy .banner-post-content .post-title {
    font-size: 24px;
}
.theme-legacy .banner-post-content .post-title br {
    display: none;
}
.theme-legacy .categories-img-two img {
    height: 150px;
}
.theme-legacy .categories-img-two {
    border-radius: 30px;
}
.theme-legacy .categories-item-wrap-two .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .spotlight-post-inner-wrap .row .col-70 {
    width: 100%;
}
.theme-legacy .spotlight-post-inner-wrap .row .col-30 {
    width: 65%;
    flex: 0 0 auto;
}
.theme-legacy .spotlight-post-inner-wrap .sidebar-wrap {
    margin-top: 40px;
}
.theme-legacy .video-small-post-wrap {
    padding-left: 25px;
}
.theme-legacy .video-post-content .post-title {
    font-size: 24px;
}
.theme-legacy .video-post-item.small-post .video-post-content .post-title {
    font-size: 20px;
}
.theme-legacy .video-post-item.small-post {
    gap: 20px;
}
.theme-legacy .weekly-post-inner-wrap .row .col-70 {
    width: 100%;
}
.theme-legacy .weekly-post-item {
    gap: 30px;
}
.theme-legacy .weekly-post-inner-wrap .row .col-30 {
    width: 65%;
}
.theme-legacy .weekly-post-inner-wrap .sidebar-wrap {
    padding-top: 40px;
}
.theme-legacy .sidebar-img {
    text-align: center;
}
.theme-legacy .newsletter-wrap-two .newsletter-content {
    margin-right: 20px;
}
.theme-legacy .newsletter-wrap.newsletter-wrap-two {
    padding: 50px 30px;
}
.theme-legacy .banner-post-content-two {
    left: 30px;
    bottom: 30px;
    right: 30px;
}
.theme-legacy .menu-area.menu-style-three .mobile-nav-toggler {
    display: none;
}
.theme-legacy .menu-style-three .menu-wrap {
    display: block;
    padding: 0;
}
.theme-legacy .menu-area.menu-style-three {
    padding: 0;
}
.theme-legacy .banner-post-content-two .post-title {
    font-size: 24px;
}
.theme-legacy .banner-post-two.small-post .banner-post-content-two {
    left: 20px;
    right: 20px;
    bottom: 15px;
}
.theme-legacy .trending-post-inner .col-70 {
    width: 100%;
    flex: 0 0 auto;
}
.theme-legacy .trending-post-inner .col-30 {
    width: 65%;
    flex: 0 0 auto;
}
.theme-legacy .overlay-post-thumb-three img {
    height: 500px;
}
.theme-legacy .newsletter-wrap-three {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}
.theme-legacy .newsletter-wrap-three .newsletter-content {
    width: 20%;
    margin-right: 30px;
}
.theme-legacy .newsletter-social {
    margin-left: 0;
}
.theme-legacy .menu-area.menu-style-four .mobile-nav-toggler {
    display: none;
}
.theme-legacy .menu-style-four .menu-wrap {
    padding: 0;
    justify-content: center;
}
.theme-legacy .header-logo-area-two .logo.text-center {
    text-align: center !important;
}
.theme-legacy .menu-area.menu-style-four {
    padding: 0 0;
}
.theme-legacy .banner-post-thumb-three img {
    height: 430px;
}
.theme-legacy .banner-post-content-three {
    bottom: 40px;
}
.theme-legacy .header-logo-area-three {
    padding: 20px 0;
}
.theme-legacy .header-logo-area-three .logo.text-center {
    text-align: center !important;
}
.theme-legacy .header-logo-area-three .offcanvas-toggle {
    display: block;
}
.theme-legacy .banner-post-content-four .post-title {
    font-size: 22px;
}
.theme-legacy .banner-post-content-four .post-title br {
    display: none;
}
.theme-legacy .recent-post-inner-wrap .row .col-70 {
    width: 100%;
}
.theme-legacy .recent-post-inner-wrap .row .col-30 {
    width: 65%;
}
.theme-legacy .recent-post-inner-wrap .sidebar-wrap {
    margin-top: 40px;
}
.theme-legacy .overlay-post-content-five {
    left: 25px;
    right: 25px;
    bottom: 30px;
}
.theme-legacy .overlay-post-content-five .post-title {
    font-size: 24px;
}
.theme-legacy .mining-post-inner .row .col-70 {
    width: 100%;
}
.theme-legacy .mining-post-inner .row .col-30 {
    width: 65%;
}
.theme-legacy .mining-post-inner .sidebar-wrap {
    padding-top: 20px;
}
.theme-legacy .menu-style-six .menu-wrap {
    display: block;
    padding: 0;
}
.theme-legacy .menu-area.menu-style-six .mobile-nav-toggler {
    display: none;
}
.theme-legacy .menu-style-six .offcanvas-toggle {
    display: block;
}
.theme-legacy .menu-area.menu-style-six {
    padding: 0;
}
.theme-legacy .header-logo-area-four {
    padding: 20px 0;
}
.theme-legacy .sidebar-wrap-three {
    padding-left: 0;
    margin-top: 50px;
}
.theme-legacy .sidebar-wrap-three::before {
    display: none;
}
.theme-legacy .editor-post-three::before {
    right: -15px;
}
.theme-legacy .editor-post-active-two .col-lg-3 {
    padding: 0 15px;
}
.theme-legacy .row {
    --bs-gutter-x: 30px;
}
.theme-legacy .horizontal-post-content-four .post-title {
    font-size: 16px;
}
.theme-legacy .newsletter-wrap-four .newsletter-content .title {
    font-size: 26px;
}
.theme-legacy .banner-post-content-six .post-title {
    font-size: 26px;
}
.theme-legacy .author-inner-wrap .row .col-70 {
    width: 100%;
}
.theme-legacy .author-inner-wrap .row .col-30 {
    width: 65%;
    margin-top: 60px;
}
.theme-legacy .blog-inner-wrap .sidebar-wrap {
    margin-left: 0;
    margin-right: 0;
}
.theme-legacy .about-content {
    width: 100%;
}
.theme-legacy .contact-form {
    padding: 35px 25px 40px;
}
.theme-legacy .contact-map {
    height: 400px;
}

}



/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
.theme-legacy .container,
.theme-legacy .custom-container {
    max-width: 720px;
}
.theme-legacy .menu-area {
	padding: 20px 0;
}
.theme-legacy .menu-nav {
	justify-content: space-between;
}
.theme-legacy .header-search-wrap form {
    display: none;
}
.theme-legacy .newsletter-wrap {
    display: block;
    text-align: center;
}
.theme-legacy .newsletter-content {
    width: 100%;
    margin: 0 0 20px 0;
}
.theme-legacy .newsletter-form form {
    justify-content: center;
    flex-wrap: wrap;
}
.theme-legacy .newsletter-form .form-grp {
    width: 220px;
}
.theme-legacy .latest-post-inner-wrap > .row > .col-70 {
    width: 100%;
    flex: 0 0 auto;
}
.theme-legacy .latest-post-item.big-post .featured-post-content p {
    width: 100%;
    margin: 0 auto;
}
.theme-legacy .latest-post-item.big-post .featured-post-content .post-title {
    font-size: 26px;
}
.theme-legacy .latest-post-item.small-post .featured-post-content .post-title {
    font-size: 22px;
}
.theme-legacy .section-title .title {
    font-size: 26px;
}
.theme-legacy .latest-post-inner-wrap > .row > .col-30 {
    width: 100%;
    flex: 0 0 auto;
}
.theme-legacy .sidebar-avatar {
    padding: 100px 30px 45px;
}
.theme-legacy .sidebar-social-wrap .list-wrap li a {
    padding: 10px 15px;
    min-width: 162px;
}
.theme-legacy .sidebar-wrap {
    padding-top: 40px;
}
.theme-legacy .overlay-post-content .post-title {
    font-size: 26px;
}
.theme-legacy .healthy-inner-wrap .row .col-70 {
    width: 100%;
}
.theme-legacy .healthy-inner-wrap .row .col-30 {
    width: 100%;
}
.theme-legacy .popular-post .thumb {
    width: 110px;
    margin-right: 16px;
}
.theme-legacy .popular-post .content .post-title {
    font-size: 18px;
}
.theme-legacy .footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
    margin-left: 0;
}
.theme-legacy .footer-bottom {
    padding: 25px 0;
}
.theme-legacy .scroll-top {
    right: 15px;
}
.theme-legacy .menu-style-two .logo.d-none {
    display: block !important;
}
.theme-legacy .header-logo-area {
    display: none;
}
.theme-legacy .banner-post-thumb img {
    height: 500px;
}
.theme-legacy .categories-item-wrap-two .row {
    --bs-gutter-x: 30px;
}
.theme-legacy .spotlight-post-item-wrap .row .col-57 {
    width: 100%;
}
.theme-legacy .spotlight-post.big-post .spotlight-post-thumb img {
    height: 350px;
}
.theme-legacy .spotlight-post.small-post {
    flex-direction: row;
}
.theme-legacy .spotlight-post-item-wrap .row .col-43 {
    width: 100%;
}
.theme-legacy .spotlight-post.big-post {
    margin-bottom: 30px;
}
.theme-legacy .spotlight-post.big-post .spotlight-post-content .post-title {
    margin-bottom: 10px;
    font-size: 26px;
}
.theme-legacy .spotlight-post.big-post .spotlight-post-thumb {
    margin-bottom: 15px;
}
.theme-legacy .spotlight-post-inner-wrap .row .col-30 {
    width: 100%;
}
.theme-legacy .video-small-post-wrap {
    padding-left: 0;
}
.theme-legacy .video-small-post-wrap::before {
    display: none;
}
.theme-legacy .weekly-post-thumb {
    width: 330px;
}
.theme-legacy .weekly-post-inner-wrap .row .col-30 {
    width: 100%;
}
.theme-legacy .newsletter-wrap-two .newsletter-content {
    width: 100%;
    margin: 0 0 20px 0;
}
.theme-legacy .menu-area.menu-style-two .mobile-nav-toggler {
    display: block;
}
.theme-legacy .header-top-wrap-two {
    display: none;
}
.theme-legacy .menu-area.menu-style-three {
    padding: 20px 0;
}
.theme-legacy .banner-post-inner .row .col-70 {
    width: 100%;
}
.theme-legacy .banner-post-inner .row .col-30 {
    width: 100%;
}
.theme-legacy .banner-post-two.small-post .banner-post-thumb-two img {
    height: 250px;
}
.theme-legacy .banner-post-two.small-post .banner-post-content-two {
    left: 25px;
    right: 25px;
    bottom: 20px;
}
.theme-legacy .editor-post-item {
    gap: 20px;
}
.theme-legacy .editor-post-thumb {
    width: 150px;
}
.theme-legacy .recent-post-wrap .row .col-54 {
    width: 100%;
}
.theme-legacy .horizontal-post-two {
    justify-content: space-between;
}
.theme-legacy .recent-post-wrap .row .col-46 {
    width: 100%;
}
.theme-legacy .trending-post-thumb {
    width: 50%;
}
.theme-legacy .trending-post-content .post-title {
    font-size: 24px;
}
.theme-legacy .trending-post-content .blog-post-meta {
    margin-bottom: 10px;
}
.theme-legacy .newsletter-wrap-three .newsletter-content {
    width: 100%;
    margin: 0;
    text-align: center;
}
.theme-legacy .trending-post-inner .col-30 {
    width: 100%;
}
.theme-legacy .trending-post-inner .sidebar-wrap {
    padding-top: 0;
}
.theme-legacy .menu-style-three .header-action>ul {
    justify-content: flex-end;
}
.theme-legacy .menu-area.menu-style-three .mobile-nav-toggler {
    display: block;
}
.theme-legacy .menu-style-three .header-action {
    margin-left: auto;
}
.theme-legacy .header-logo-area-two {
    display: none;
}
.theme-legacy .menu-style-four .logo.d-none {
    display: block !important;
}
.theme-legacy .menu-area.menu-style-four .mobile-nav-toggler {
    display: block;
}
.theme-legacy .menu-style-four .menu-nav {
    justify-content: space-between;
    flex-grow: 1;
}
.theme-legacy .menu-area.menu-style-four {
    padding: 15px 0;
}
.theme-legacy .banner-post-content-three .post-title {
    font-size: 26px;
}
.theme-legacy .editor-post-item.editor-post-two {
    justify-content: space-between;
}
.theme-legacy .header-logo-area-three {
    display: none;
}
.theme-legacy .banner-post-content-four .post-title {
    font-size: 24px;
}
.theme-legacy .recent-post-inner-wrap .row .col-30 {
    width: 100%;
}
.theme-legacy .recent-post-inner-wrap .sidebar-wrap {
    padding-top: 0;
}
.theme-legacy .mining-post-inner .row .col-30 {
    width: 100%;
}
.theme-legacy .banner-post-thumb-four img {
    height: 370px;
}
.theme-legacy .politics-post-wrap .row .col-69 {
    width: 100%;
}
.theme-legacy .politics-post {
    gap: 25px;
    margin-bottom: 30px;
}
.theme-legacy .politics-post-wrap .row .col-31 {
    width: 100%;
}
.theme-legacy .politics-post-wrap-two {
    padding-left: 0;
}
.theme-legacy .politics-post-wrap-two::before {
    display: none;
}
.theme-legacy .banner-post-seven::before {
    display: none;
}
.theme-legacy .top-news-post {
    gap: 25px;
}
.theme-legacy .top-news-post-thumb {
    width: 325px;
}
.theme-legacy .top-news-post {
    gap: 20px;
}
.theme-legacy .top-news-post-content .post-title {
    font-size: 22px;
}
.theme-legacy .header-logo-area-four {
    display: none;
}
.theme-legacy .menu-style-six .logo.d-none {
    display: block !important;
}
.theme-legacy .menu-style-six .offcanvas-toggle {
    display: none;
}
.theme-legacy .menu-area.menu-style-six .mobile-nav-toggler {
    display: block;
}
.theme-legacy .menu-style-six .menu-nav {
    align-items: center;
}
.theme-legacy .menu-area.menu-style-six {
    padding: 20px 0;
}
.theme-legacy .news-banner-post-wrap .row .col-67 {
    width: 100%;
}
.theme-legacy .news-banner-post-wrap .row .col-33 {
    width: 100%;
}
.theme-legacy .news-banner-small-post {
    padding-right: 0;
    display: flex;
    gap: 0 30px;
}
.theme-legacy .news-banner-small-post::before {
    display: none;
}
.theme-legacy .news-banner-small-post .banner-post-five {
    border-bottom: none;
    padding-bottom: 0;
    width: 50%;
}
.theme-legacy .horizontal-post-content-four .post-title {
    font-size: 17px;
}
.theme-legacy .banner-post-thumb-six img {
    height: 400px;
}
.theme-legacy .newsletter-wrap-four .newsletter-form .form-grp {
    width: 300px;
}
.theme-legacy .section-title-four .title {
    font-size: 22px;
}
.theme-legacy .author-inner-wrap .row .col-30 {
    width: 100%;
}
.theme-legacy .author-inner-wrap .sidebar-wrap {
    padding-top: 0;
}
.theme-legacy .blog-details-content .title {
    font-size: 24px;
}
.theme-legacy .blog-details-thumb img {
    height: 400px;
}
.theme-legacy .blog-details-content blockquote {
    margin: 50px 30px 35px;
    padding: 35px 30px 30px;
}
.theme-legacy .blog-details-inner-content .title-two {
    font-size: 22px;
}
.theme-legacy .blog-details-video img {
    height: 350px;
}
.theme-legacy .blog-avatar-wrap {
    padding: 35px 25px;
}
.theme-legacy .pev-next-post-wrap .post-item .content .post-title br {
    display: none;
}
.theme-legacy .about-img {
    margin-bottom: 50px;
}
.theme-legacy .contact-form {
    padding: 45px 50px 50px;
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-two .logo.d-none {
    display: block !important;
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-six .logo.d-none.white-logo {
    display: block !important;
}
.theme-legacy [tg-theme=dark] .menu-area.menu-style-four .logo.white-logo {
    display: block !important;
}
.theme-legacy .header-top-social-two {
    display: none;
}
.theme-legacy .menu-style-six .logo.d-none.white-logo {
    display: none !important;
}
.theme-legacy .darkmode-trigger {
    right: 0px;
}

}



/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
.theme-legacy .custom-container {
    max-width: 100%;
}
.theme-legacy .transparent-header {
	top: 0;
}
.theme-legacy .header-top-wrap {
    display: none;
}
.theme-legacy .newsletter-content .title {
    font-size: 22px;
}
.theme-legacy .newsletter-wrap {
    padding: 50px 25px;
}
.theme-legacy .newsletter-form .form-grp {
    width: 100%;
}
.theme-legacy .section-title-wrap {
    gap: 20px;
    flex-wrap: wrap;
}
.theme-legacy .latest-post-item.big-post .featured-post-thumb img {
    height: 350px;
}
.theme-legacy .latest-post-item.big-post .featured-post-content .post-title {
    font-size: 24px;
}
.theme-legacy .post-title br {
    display: none;
}
.theme-legacy .latest-post-item.small-post {
    width: 100%;
}
.theme-legacy .latest-post-wrap {
    display: block;
}
.theme-legacy .sidebar-avatar {
    padding: 100px 25px 45px;
}
.theme-legacy .sidebar-social-wrap .list-wrap li a {
    min-width: 142px;
}
.theme-legacy .categories-item {
    width: 150px;
}
.theme-legacy .overlay-post-thumb img {
    height: 400px;
}
.theme-legacy .overlay-post-content {
    left: 20px;
    bottom: 25px;
    right: 20px;
}
.theme-legacy .overlay-post-content .post-title {
    font-size: 24px;
}
.theme-legacy .ta-horizontal-post {
    display: block;
}
.theme-legacy .horizontal-post-thumb {
    width: 100%;
    margin: 0 0 20px;
}
.theme-legacy .horizontal-post-thumb img {
    width: 100%;
}
.theme-legacy .footer-bottom-menu .list-wrap {
    justify-content: center;
    margin-bottom: 10px;
}
.theme-legacy .copyright-text p {
    text-align: center;
}
.theme-legacy .footer-bottom {
    padding: 20px 0;
}
.theme-legacy .menu-wrap {
    padding: 0 15px;
}
.theme-legacy .section-title-wrap-three {
    flex-wrap: wrap;
}
.theme-legacy .weekly-post-item {
    flex-wrap: wrap;
    gap: 20px;
}
.theme-legacy .video-post-item.small-post {
    flex-wrap: wrap;
}
.theme-legacy .weekly-post-thumb {
    width: 100%;
}
.theme-legacy .banner-post-content {
    left: 25px;
    right: 25px;
    bottom: 35px;
}
.theme-legacy .categories-item-wrap-two .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .section-title-three .title {
    font-size: 18px;
    padding: 8px 20px;
}
.theme-legacy .spotlight-post.big-post .spotlight-post-thumb img {
    height: 300px;
}
.theme-legacy .spotlight-post.big-post .spotlight-post-content .post-title {
    font-size: 24px;
}
.theme-legacy .spotlight-post-content .post-title {
    margin-bottom: 10px;
    font-size: 18px;
}
.theme-legacy .overlay-post-content-two {
    left: 20px;
    right: 20px;
}
.theme-legacy .video-post-item.big-post .video-post-thumb img {
    height: 320px;
}
.theme-legacy .video-post-item.small-post .video-post-thumb {
    width: 100%;
}
.theme-legacy .weekly-post-thumb img {
    height: 300px;
}
.theme-legacy .footer-top {
    padding: 80px 0 30px;
}
.theme-legacy .banner-post-two.big-post .banner-post-thumb-two img {
    height: 500px;
    object-fit: cover;
}
.theme-legacy .banner-post-two.small-post .banner-post-content-two {
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.theme-legacy .overlay-post-two .overlay-post-thumb img {
    height: 440px;
}
.theme-legacy .horizontal-post-two {
    flex-direction: row;
    flex-wrap: wrap;
}
.theme-legacy .horizontal-post-two .horizontal-post-thumb {
    width: 100%;
}
.theme-legacy .horizontal-post-two .horizontal-post-content {
    min-height: auto;
}
.theme-legacy .trending-post {
    flex-wrap: wrap;
}
.theme-legacy .trending-post-thumb {
    width: 100%;
}
.theme-legacy .trending-post-thumb img {
    min-height: 250px;
}
.theme-legacy .overlay-post-thumb-three img {
    height: 440px;
}
.theme-legacy .so-post-content {
    left: 20px;
    right: 20px;
}
.theme-legacy .newsletter-wrap-three .newsletter-form .form-grp {
    width: 100%;
}
.theme-legacy .newsletter-wrap-three {
    gap: 25px 0;
}
.theme-legacy .newsletter-area-three {
    padding: 60px 0;
}
.theme-legacy .weekly-post-area-two {
    padding: 60px 0;
}
.theme-legacy .banner-post-content-two {
    left: 20px;
    bottom: 25px;
    right: 20px;
}
.theme-legacy .header-top-wrap-three {
    display: none;
}
.theme-legacy .banner-post-content-three {
    left: 25px;
    right: 25px;
    bottom: 25px;
}
.theme-legacy .footer-top-two {
    padding: 80px 0;
}
.theme-legacy .banner-post-thumb-three img {
    height: 400px;
}
.theme-legacy .banner-post-content-three .post-title {
    font-size: 24px;
}
.theme-legacy .overlay-post-four .overlay-post-content-three {
    left: 25px;
    right: 25px;
}
.theme-legacy .banner-post-content-four .post-title {
    font-size: 22px;
}
.theme-legacy .horizontal-post-three {
    flex-wrap: wrap;
}
.theme-legacy .horizontal-post-thumb-three {
    width: 100%;
}
.theme-legacy .top-news-post {
    flex-wrap: wrap;
}
.theme-legacy .politics-post {
    flex-wrap: wrap;
}
.theme-legacy .politics-post-thumb {
    width: 100%;
}
.theme-legacy .header-top-wrap-four {
    display: none;
}
.theme-legacy .news-banner-small-post {
    display: block;
}
.theme-legacy .news-banner-small-post .banner-post-five {
    width: 100%;
}
.theme-legacy .banner-post-thumb-six img {
    height: 300px;
}
.theme-legacy .banner-post-content-six .post-title {
    font-size: 24px;
}
.theme-legacy .politics-post-thumb img {
    height: 270px;
}
.theme-legacy .editor-post-three::before {
    display: none;
}
.theme-legacy .top-news-post-thumb {
    width: 100%;
}
.theme-legacy .sports-post-thumb img {
    height: 300px;
}
.theme-legacy .sports-post-content .post-title {
    font-size: 22px;
}
.theme-legacy .newsletter-wrap-four .newsletter-content .title {
    font-size: 24px;
}
.theme-legacy .newsletter-area-four {
    padding: 70px 0;
}
.theme-legacy .author-wrap {
    padding: 30px 25px 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.theme-legacy .blog-details-thumb img {
    height: 300px;
}
.theme-legacy .blog-details-content blockquote {
    margin: 50px 0 35px;
    padding: 35px 25px 30px;
}
.theme-legacy .blog-details-content blockquote::before {
    left: 25px;
}
.theme-legacy .blog-details-inner-img {
    margin-bottom: 30px;
}
.theme-legacy .blog-details-inner-content .title-two {
    font-size: 20px;
}
.theme-legacy .blog-details-video img {
    height: 300px;
}
.theme-legacy .blog-details-bottom .post-share {
    justify-content: flex-start;
    margin-top: 20px;
}
.theme-legacy .blog-avatar-wrap {
    flex-wrap: wrap;
}
.theme-legacy .blog-avatar-img {
    margin: 0 0 20px 0;
}
.theme-legacy .pev-next-post-wrap .post-item {
    gap: 15px;
}
.theme-legacy .comments-box {
    flex-wrap: wrap;
}
.theme-legacy .comments-avatar {
    margin: 0 0 20px 0;
}
.theme-legacy .latest-comments .children {
    margin: 0;
}
.theme-legacy .about-img .left-img {
    gap: 15px;
}
.theme-legacy .about-img {
    gap: 15px;
}
.theme-legacy .about-img img.shape {
    display: none;
}
.theme-legacy .section-title-five .title {
    font-size: 26px;
}
.theme-legacy .section-title-five p br {
    display: none;
}
.theme-legacy .contact-info-item {
    padding: 30px 20px 30px;
    gap: 30px;
}
.theme-legacy .contact-info-item .content::before {
    left: -15px;
}
.theme-legacy .contact-form {
    padding: 35px 25px 40px;
}
.theme-legacy .contact-map {
    height: 350px;
}
.theme-legacy .darkmode-trigger {
    right: 0px;
}




}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.theme-legacy .container,
.theme-legacy .custom-container {
    max-width: 540px;
}
.theme-legacy .newsletter-content .title {
    font-size: 24px;
}
.theme-legacy .categories-item {
    width: 190px;
}
.theme-legacy .newsletter-form .form-grp {
    width: 225px;
}
.theme-legacy .categories-item-wrap-two .row {
    --bs-gutter-x: 30px;
}
.theme-legacy .video-post-item.small-post .video-post-thumb {
    width: 190px;
}
.theme-legacy .video-post-item.small-post {
    flex-wrap: unset;
    gap: 30px;
}
.theme-legacy .horizontal-post-thumb-three {
    width: 180px;
}
.theme-legacy .horizontal-post-three {
    flex-wrap: nowrap;
}
.theme-legacy .banner-post-content-four .post-title {
    font-size: 24px;
}


}


