@import url("theme_blogs.php");
@import url("theme_forums.php");
@import url("theme_footer.php");
@import url("theme_mods.php");
@import url("theme_sidebars.php");
@import url("theme_users.php");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: "berlin_sans_fb_demibold";
  src: url("../fonts/berlin_sans_fb_demi_bold-webfont.woff2") format("woff2"), url("../fonts/berlin_sans_fb_demi_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html, ul, li, a, button, input[type=submit], span, .avatar, .dropdown-content ul li input[type=submit], .dropdown-content ul li button {
	cursor: url(../img/cursor.png), default;
}
:root {
  --tg-body-font-family: 'Roboto', Courier;
  --tg-heading-font-family: 'Roboto', Courier;
  --tg-berlin-font-family: 'Roboto', Courier;
  --tg-icon-font-family: 'Roboto', Courier;
  --tg-body-font-size: 18px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-common-color-blue: #0d6efd;
  --tg-common-color-indigo: #6610f2;
  --tg-common-color-purple: #6f42c1;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #dc3545;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #ffc107;
  --tg-common-color-green: #198754;
  --tg-common-color-teal: #68fb9a;
  --tg-common-color-cyan: #0dcaf0;
  --tg-common-color-rating: #faa706;
  --tg-common-color-white: #fff;
  --tg-common-color-gray: #0f1b16;
  --tg-common-color-black: #212c14;
  /* --tg-common-color-black: #0f1b16; */
  --tg-common-color-black-2: #201f2a;
  --tg-common-color-black-3: #0b0e13;
  --tg-common-color-black-4: #10181f;
  --tg-common-color-black-5: #090d10;
  --tg-common-color-black-6: #050506;
  --tg-common-color-black-7: #040608;
  --tg-common-color-black-8: #0d141b;
  --tg-common-color-black-9: #111922;
  --tg-body-color: #adb0bc;
  --tg-heading-color: #fff;
  --tg-theme-primary: #00dd00;
  --tg-theme-secondary: #ffbe18;
  --tg-border-1: #19222b;
  --tg-border-2: #22292f;
  --tg-border-3: #2c3137;
  --tg-border-4: #333333;
  --tg-border-5: #1b242e;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}
@keyframes scroll {
	0% { height: 0 }
	100% { height: 100%; }
}
@keyframes type { 
  from { width: 0; } 
}
@keyframes type2 {
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
}
@keyframes blink {
  to{opacity: .0;}
}
@keyframes scan {
	from { top: 0 }
	to { top: 100% }
}
@keyframes flicker {
		0% { opacity: 0.15795 }
		5% { opacity: 0.31511 }
		10% { opacity: 0.94554 }
		15% { opacity: 0.2469 }
		20% { opacity: 0.62031 }
		25% { opacity: 0.0293 }
		30% { opacity: 0.00899 }
		35% { opacity: 0.5344 }
		40% { opacity: 0.12778 }
		45% { opacity: 0.52042 }
		50% { opacity: 0.3823 }
		55% { opacity: 0.2198 }
		60% { opacity: 0.9383 }
		65% { opacity: 0.86615 }
		70% { opacity: 0.68695 }
		75% { opacity: 0.55749 }
		80% { opacity: 0.96984 }
		85% { opacity: 0.0361 }
		90% { opacity: 0.24467 }
		95% { opacity: 0.08351 }
		100% { opacity: 0.54813 }
	}

.category,
.category tbody {
	border-collapse: collapse;
	border-spacing: 0px;
	box-sizing: border-box;
	display: block;
	height: auto;
	margin: 0;
	padding: 12px 0;
	table-layout: fixed;
	width: 100%;
}
.category tr,
.category tbody tr {
	border: 2px solid rgba(0,0,0,0.1);
	border-collapse: collapse;
	box-shadow: 0 0 8px rgba(0,100,0,0.8) inset;
	box-sizing: border-box;
	border-width: 2px 0;
	display: inline-block;
	height: auto;
	margin: 0;
	margin-bottom: 3px;
	padding: 4px 4px;
	width: 100%;
}
.category tr:hover {
	background-color: #00ff00;
}
.category tr:hover .td02 a h4,
.category tr:hover .td02 p,
.category tr:hover .td05 a h6,
.category tr:hover .td05 p,
.category tr:hover .td03 span h6,
.category tr:hover .td03 span p {
	color: #0f1b16;
}
.category tr:hover .td01 a .thumb,
.category tr:hover .td04 a .thumb {
	border-color: #0f1b16;
}
.category tr.title {
	background-color: #0f1b16;
	border: none;
	box-sizing: border-box;
	box-shadow: none;
	color: #00ff00;
	display: block;
	float: left;
  font-size: 36px;
  line-height: 8px;
  margin: 0;
  margin-left: 16px;
  margin-top: -29px;
  padding: 2px 8px;
  position: absolute;
  line-height: 12px;
  width: auto;
}
.td01,
.td02,
.td03,
.td04,
.td05 {
	border: none;
	border-collapse: collapse;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0 0;
	max-height: 71px;
	overflow: hidden;
	padding: 0 0;
	width: auto;
}
.td01,
.td04 {
	width: auto;
}
.td02,
.td05 {
	width: 30%;
}
.td03 {
	margin-right: 12px;
	width: auto;
}
	.td01 a {
		background-color: transparent;
		display: inline-block;
		height: 64px;
		margin: 4px 12px 4px 4px;
		padding: 0;
		width: 64px;
	}
		.td01 a .thumb {
			background-color: rgba(0,100,0,0.8);
			background-size: 100% auto;
			border: none;
			border-radius: none;
			display: inline-block;
			height: 64px;
			margin: 0;
			padding: 0;
			width: 64px;
		}
	.td02 a {
		background-color: transparent;
		display: inline-block;
		height: auto;
		margin: 0;
		margin-top: 12px;
		padding: 0;
		width: 100%;
	}
		.td02 a h4 {
			background-color: transparent;
			color: #00ff00;
			display: inline-block;
			font-size: 24px;
			line-height: 26px;
			height: auto;
			margin: 0;
			padding: 0;
			width: 100%;
		}
	.td02 p {
		background-color: transparent;
		color: #00ff00;
		display: block;
		font-size: 16px;
		line-height: 18px;
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.td03 span {
		background-color: transparent;
		display: inline-block;
		height: auto;
		margin: 0;
		padding: 14px 8px;
		width: auto;
	}
		.td03 span h6 {
			background-color: transparent;
			color: #00ff00;
			display: block;
			font-size: 24px;
			height: auto;
			margin: 0;
			padding: 0;
			text-align: center;
			width: 100%;
		}
		.td03 span p {
			background-color: transparent;
			color: #00ff00;
			display: block;
			font-size: 14px;
			height: auto;
			margin: 0;
			margin-top: -2px;
			padding: 0;
			text-align: center;
			width: 100%;
		}
	.td04 a {
		background-color: transparent;
		display: inline-block;
		height: 64px;
		margin: 4px 12px 4px 4px;
		padding: 0;
		width: 64px;
	}
		.td04 a .thumb {
			background-color: #00ff00;
			background-size: 100% auto;
			border: 3px solid #00ff00;
			border-radius: 50%;
			display: inline-block;
			height: 64px;
			margin: 0;
			padding: 0;
			width: 64px;
		}
	.td05 a {
		background-color: transparent;
		display: inline-block;
		height: auto;
		margin: 0;
		margin-top: 3px;
		padding: 0;
		width: 100%;
	}
		.td05 a h6 {
			background-color: transparent;
			color: #00ff00;
			display: inline-block;
			font-size: 18px;
			line-height: 20px;
			height: auto;
			margin: 0;
			margin-top: 0;
			padding: 0;
			width: 100%;
		}
	.td05 p {
		background-color: transparent;
		color: #00ff00;
		display: block;
		font-size: 16px;
		line-height: 18px;
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
section.content {
	float: left;
	height: auto;
	margin: 0;
	margin-top: -8px;
	padding: 0;
	width: 100%;
}
.blog-post-content,
.blog-widget,
.blog-post-content,
.product__desc-wrap .tab-content, 
.category {
	background-color: rgba(0,100,0,0.8) !important;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #00ff00;
	border-image-source: url(../img/ui-border.png);
	border-image-slice: 9;
	border-image-width: auto;
	border-image-outset: 1;
	border-image-repeat: stretch;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,100,0,0.8);
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	transition: 0.3s;
	width: 100%;
}
.shop__widget-title, 
.fw-title {
	background-color: transparent;
	background-image: url(../img/icons/icon.png);
	background-position: 24px 0;
	background-repeat: no-repeat;
	background-size: 28px 28px;


	/*background-color: #212c14;*/
	background-color: transparent;
	box-sizing: border-box;
	color: #00ff00;
	display: block;
	float: left;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  margin-top: -36px;
  padding: 2px 8px;
  padding-left: 60px;
  width: 100%;
}
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
	background-color: rgba(88, 37, 28, 1);
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 120%;
}
img,
.img {
  max-width: 100%;
  -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;
}
a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -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;
}
a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
a:hover,
button:hover {
  color: #00ff00;
  text-decoration: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

.list-wrap {
  margin: 0px;
  padding: 0;
}
.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-common-color-gray);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input,
textarea {
  color: var(--tg-body-color);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: none;
  background-color: var(--tg-common-color-black);
}

::-webkit-scrollbar {
  width: 12px;
  background-color: var(--tg-common-color-black);
}

::-webkit-scrollbar-thumb {
  border-radius: none;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00ff00;
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-black);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-black);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-black);
  text-shadow: none;
}





/*=============================
	1. Button style
===============================*/
.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: var(--tg-common-color-black-2);
  display: inline-flex;
  font-size: 15px;
  font-weight: var(--tg-fw-extra-bold);
  letter-spacing: 0.8px;
  margin-bottom: 0;
  padding: 15px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -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;
  vertical-align: middle;
  font-family: var(--tg-heading-font-family);
  white-space: nowrap;
}
.btn:hover {
  background: var(--tg-common-color-gray);
  color: var(--tg-common-color-white);
}

/* TG Button 01 */
.tg-btn-1 {
	background-color: #00ff00;
	border: 2px solid rgba(0,0,0,0.1);
	border-width: 2px 0;
	box-shadow: 0 0 8px rgba(0,100,0,0.8) inset;
	box-sizing: border-box;
	color: #145c05;
	display: inline-flex;
	font-size: 16px;
	font-weight: var(--tg-fw-extra-bold);
	height: auto;
	justify-content: center;
	margin: 4px;
	min-width: 195px;
	overflow: hidden;
	padding: 8px 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	z-index: 1;
}
.tg-btn-1:hover {
background-color: #145c05;
color: #00ff00;
}

.tg-border-btn {
  display: inline-flex;
  font-family: var(--tg-heading-font-family);
  color: #000;
  font-weight: var(--tg-fw-extra-bold);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("data:image/svg+xml,%3csvg width='157' height='48' viewBox='0 0 157 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1_14)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M131.75 2L155.75 25L131.75 47L148.75 24L131.75 2Z' fill='%2345F882'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 1L1 24.5111L25 47L8 23.4889L25 1Z' fill='%2345F882'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.75 1L0.75 25L23.75 47H131.75L155.75 25L131.75 1H24.75Z' stroke='%2345F882' stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_14'%3e%3crect width='156.5' height='47.5' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 157px;
  min-height: 48px;
  z-index: 1;
}
.tg-border-btntg-border-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--tg-theme-primary);
  clip-path: polygon(27px 0, calc(85% - 3px) 0, 100% 50%, calc(85% - 1px) 100%, 24px 100%, 0% 50%);
  -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;
  opacity: 0;
  z-index: -1;
}
.tg-border-btn i {
  margin-right: 10px;
}
.tg-border-btn:hover {
  color: var(--tg-common-color-black-2);
}
.tg-border-btn:hover::before {
  opacity: 1;
}

/* TG Button 02 */
.tg-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-bold);
  border: 2px solid var(--tg-theme-primary);
  white-space: nowrap;
  font-size: 20px;
  padding: 14px 35px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -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;
}
.tg-btn-2::before, .tg-btn-2::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons/btn_shape01.png);
  width: 15px;
  height: 51px;
  pointer-events: none;
}
.tg-btn-2::after {
  left: auto;
  right: -2px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.tg-btn-2:hover {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-black-2);
}
.tg-btn-2.-secondary {
  border: 2px solid var(--tg-theme-secondary);
}
.tg-btn-2.-secondary::before, .tg-btn-2.-secondary::after {
  background-image: url(../img/icons/btn_shape02.png);
}
.tg-btn-2.-secondary:hover {
  background-color: var(--tg-theme-secondary);
}











/**
Default Tab Style
**/
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  margin: 0 0;
}
.nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: auto;
}
.nav-tabs .nav-link:focus {
	border-color: transparent;
}
.tab-pane.active {
  animation: tgSlideDown 0.5s ease-in-out;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 20px;
  border-radius: 3px;
  z-index: 99;
  color: var(--tg-common-color-black-2);
  text-align: center;
  background: var(--tg-theme-primary);
  transition: 0.8s ease;
  border: none;
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 20px;
  }
}
.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%);
}
.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-black-2);
}
.scroll__top i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1199.98px) {
  .scroll__top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 30px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll__top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 25px;
  }
}



/*=============================
	02. Header
===============================*/
.transparent-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 21;
  height: auto;
}
@media (max-width: 767.98px) {
  .transparent-header {
    top: 0;
  }
}

.tg-header__area {
  padding: 11px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tg-header__area.tg-sticky-menu {
	background-color: #0f1b16;
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .tg-header__area.tg-sticky-menu {
    padding: 18px 0;
  }
}
.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 26px;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
  margin-top: 3px;
  border: 2px solid var(--tg-theme-primary);
  padding: 5px 10px;
}
@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: block;
	margin-top: 38px;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area .mobile-nav-toggler {
    margin-top: 11px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__area {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-header__area {
    padding: 25px 0;
  }
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 0 24px;
}
@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 65px;
  }
}
.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}
.tgmenu__navbar-wrap ul li a {
  font-size: 15px;
  font-weight: var(--tg-fw-bold);
  text-transform: uppercase;
  color: #00ff00;
  font-family: var(--tg-heading-font-family);
  padding: 38px 23px;
  display: block;
  line-height: 1;
  position: relative;
  letter-spacing: 0.8px;
  z-index: 1;
}
.tgmenu__navbar-wrap ul li .sub-menu {
	background-color: rgba(0, 100, 0, 0.8);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #00ff00;
	border-image-source: url(../img/ui-border.png);
	border-image-slice: 9;
	border-image-width: auto;
	border-image-outset: 1;
	border-image-repeat: stretch;
	border-radius: none;
	box-shadow: 0 0 0 1px rgba(0,100,0,0.8);
	-webkit-box-shadow: 0 0 0 1px rgba(0,100,0,0.8);
	-moz-box-shadow: 0 0 0 1px rgba(0,100,0,0.8);
	box-shadow: 0 0 0 1px rgba(0,100,0,0.8);
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0;
	min-width: 230px;
	opacity: 0;
	padding: 18px 0;
	position: absolute;
	top: 100%;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transition: all 0.3s ease-out 0s;
	-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;
	visibility: hidden;
	z-index: 9;
}
.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  font-weight: var(--tg-fw-bold);
  color: #00ff00;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tgmenu__navbar-wrap ul li .sub-menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background-color: var(--tg-theme-primary);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  margin: 7px 9px 0 0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a::before, .tgmenu__navbar-wrap ul li .sub-menu li.active > a::before {
  width: 7px;
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active > a, .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tgmenu__action > ul li {
  position: relative;
  margin-left: 25px;
}
.tgmenu__action > ul li:first-child {
  margin-left: 0;
}
.tgmenu__action > ul li a {
  color: #000;
}
.tgmenu__action > ul li .tg-btn-3 {
  width: 150px;
  height: 45px;
  color: var(--tg-theme-primary);
  font-size: 15px;
  font-weight: var(--tg-fw-bold);
  letter-spacing: 1px;
}
.tgmenu__action > ul li .tg-btn-3 i {
  margin-right: 12px;
}
.tgmenu__action > ul li .tg-btn-3 .svg-icon {
  fill: #0f1d29;
  stroke: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
  .tgmenu__action {
    margin-right: 40px;
  }
}
.tgmenu__action .search a {
  display: block;
  font-size: 20px;
}
.tgmenu__action .search a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action .header-btn {
  padding-left: 0;
}
.tgmenu__action .header-btn .btn {
  color: #000;
  font-size: 14px;
  padding: 0;
  font-weight: var(--tg-fw-extra-bold);
}
@media (max-width: 1199.98px) {
  .tgmenu__action .header-btn::before {
    box-shadow: inset 0px 3px 7px 0px var(--tg-theme-primary);
    opacity: 0.1;
  }
}
.tgmenu__action .side-toggle-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 45px;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .tgmenu__action .side-toggle-icon {
    display: none;
  }
}
.tgmenu__action .side-toggle-icon span {
  display: block;
  height: 3px;
  background-color: #00ff00;
  -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;
}
.tgmenu__action .side-toggle-icon span:nth-child(1) {
  width: 26px;
}
.tgmenu__action .side-toggle-icon span:nth-child(2) {
  width: 45px;
}
.tgmenu__action .side-toggle-icon span:nth-child(3) {
  width: 26px;
  align-self: flex-end;
}
.tgmenu__action .side-toggle-icon:hover span {
  width: 45px;
}

.logo a {
  display: inline-block;
}
.logo img {
  max-width: 177px;
}

.tg-sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 99;
  background: var(--tg-common-color-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  opacity: 0;
}
.tg-sticky-menu.sticky-menu__show {
	background-color: rgba(88, 37, 28, 0.9);
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

/*=============================
	04. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 14px;
  height: 45px;
  background: var(--tg-common-color-gray);
  color: var(--tg-common-color-white);
}
.tgmobile__search input::placeholder {
  font-size: 14px;
  color: #c7c7c7;
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  max-width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid var(--tg-border-2);
}
.tgmobile__menu .navigation li.current > a::before {
  height: 100%;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 18px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #00ff00;
  background: var(--tg-common-color-gray);
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-common-color-white);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-common-color-white);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-common-color-black);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 11px 60px 11px 25px;
  font-size: 15px;
  font-weight: var(--tg-fw-semi-bold);
  color: #00ff00;
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid var(--tg-border-2);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid var(--tg-border-2);
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #00ff00;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: block;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 16px;
  color: #00ff00;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--tg-border-2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: #00ff00;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-common-color-black);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  display: none;
  color: #00ff00;
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}








/*=============================
    08. Video
===============================*/
.video-bg {
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 32px -32px;
  position: relative;
  padding: 64px 0;
  z-index: 1;
}
.video-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b242e;
  opacity: 0.22;
  z-index: -1;
}
.video-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/video_overlay.png);
  background-position: center;
  background-size: cover;
  opacity: 0.38;
  z-index: -1;
}
.video__content .popup-video {
  display: inline-block;
  font-size: 86px;
  line-height: 1;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.13);
  color: #00ff00;
  margin: 0 0 14px;
}
.video__content .popup-video:hover {
  color: var(--tg-theme-primary);
}
.video__content .title {
	color: #00ff00;
  font-size: 55px;
  font-weight: var(--tg-fw-extra-bold);
  margin: 0 0 6px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.33);
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  .video__content .title {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.1;
  }
}
.video__content .title span {
  color: #00ff00;
}
.video__content p {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: var(--tg-fw-medium);
  color: #fefefe;
  letter-spacing: 0.9px;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}
@media (max-width: 1500px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 900px;
  }
}














/*=============================
    17. Blog
===============================*/


blockquote {
  padding-left: 80px;
  position: relative;
  margin: 27px 0 28px;
  font-size: 20px;
  color: var(--tg-common-color-white);
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 767.98px) {
  blockquote {
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
}
blockquote::before {
  content: "\f137";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Flaticon";
  color: var(--tg-theme-primary);
  font-size: 52px;
  line-height: 1;
  font-style: normal;
}
@media (max-width: 767.98px) {
  blockquote::before {
    position: relative;
    display: block;
    font-size: 40px;
    margin: 0 0 7px;
  }
}
blockquote p {
  font-size: 20px;
  color: var(--tg-common-color-white);
  line-height: 1.5;
  font-style: italic;
  font-weight: var(--tg-fw-medium) !important;
}
@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
  }
}

/* Blog avatar */
.blog__avatar-wrap {
  overflow: hidden;
  padding: 20px 55px 20px 30px;
  display: flex;
  align-items: center;
  border: 1px solid #232a30;
  background: #14241d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  .blog__avatar-wrap {
    padding: 20px 45px 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .blog__avatar-wrap {
    display: block;
    text-align: center;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__avatar-wrap {
    padding: 30px 30px;
  }
}
.blog__avatar-img {
  margin-right: 30px;
  width: 145px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .blog__avatar-img {
    margin-right: 30px;
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .blog__avatar-img {
    margin: 0 auto 25px;
  }
}
.blog__avatar-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 145px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .blog__avatar-img img {
    height: 130px;
  }
}
.blog__avatar-info .designation {
  font-size: 13px;
  color: var(--tg-theme-secondary);
  font-weight: var(--tg-fw-semi-bold);
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog__avatar-info .name {
  font-size: 20px;
  margin-bottom: 12px;
}
.blog__avatar-info .name a:hover {
  color: var(--tg-theme-primary);
}
.blog__avatar-info p {
  margin: 0 0 0;
}

.comments-wrap-title {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0 40px;
}
.comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #19222b;
}
@media (max-width: 767.98px) {
  .comments-box {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.comments-avatar {
  margin-right: 25px;
  width: 132px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .comments-avatar {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .comments-avatar {
    margin: 0 0 15px;
  }
}
.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comments-text {
  flex-grow: 1;
}
.comments-text .avatar-name {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.comments-text .avatar-name .name {
  font-size: 18px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
  margin-top: 0;
}
.comments-text .avatar-name .date {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
}
.comments-text .comment-reply-link {
  font-size: 16px;
  letter-spacing: 1.5px;
}
.comments-text .comment-reply-link i {
  color: var(--tg-theme-primary);
  margin-right: 3px;
}
.comments-text .comment-reply-link:hover {
  color: var(--tg-theme-primary);
}
.comments-text p {
  margin: 0 0;
}

.latest-comments {
  margin: 0 0 70px;
}
.latest-comments .children {
  margin: 0 0 0 80px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .latest-comments .children {
    margin: 0 0;
  }
}

.comment-reply-title {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0 17px;
}
.comment-form .form-grp {
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
  margin: 0 0 30px;
}
.comment-form .form-grp::after {
  content: "";
  position: absolute;
  background-color: #19222b;
  width: 60px;
  height: 2px;
  right: -21px;
  bottom: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.comment-form .form-grp input, .comment-form .form-grp textarea {
  display: block;
  width: 100%;
  border: 2px solid #19222b;
  background: transparent;
  color: var(--tg-common-color-white);
  padding: 14px 25px;
  -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;
}
.comment-form .form-grp textarea {
  height: 160px;
  max-height: 160px;
}
.comment-form .form-grp input::placeholder, .comment-form .form-grp textarea::placeholder {
  opacity: 0.8;
}
.comment-form [type=submit] {
  -webkit-clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-black);
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
  font-weight: var(--tg-fw-bold);
  letter-spacing: 1px;
  border: none;
  padding: 14px 30px;
}
.comment-form [type=submit]:hover {
  background: var(--tg-theme-secondary);
}
.comment-notes {
  margin: 0 0 40px;
}










#logo-v {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 200px;
}
.expandingArea { position: relative }

.clear {
	clear: both;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
.upper { text-transform: uppercase; }
#avatar {
	background-color: #00ff00;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 50%;
	display: inline-block;
	color: #00ff00;
	font-size: 12px;
	height: 180px;
	margin: 0;
	margin-bottom: 24px;
	padding: 56px 0;
	width: 180px;
}
.col-xl-8 {
	width: 100%;
}
.header-btn {
	float: left;
	width: auto;
}
	.header-btn .avatar {
		float: right;
		margin: 0;
		width: auto;
	}
		.header-btn .avatar .img {
			background-color: transparent;
			background-repeat: no-repeat;
			background-size: 100% auto;
			border: 2px solid #00ff00;
			border-radius: 50%;
			float: right;
			height: 48px;
			margin-left: 8px;
			width: 48px;
		}
		.header-btn .avatar .txt {
			color: #00ff00 !important;
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 20px;
			margin: 0 0 0 8px;
			margin-top: 6px;
			padding: 0;
			text-align: right;
			width: auto;
		}
		.header-btn .avatar .misc {
			color: #00ff00;
			float: right;
			font-size: 12px;
			line-height: 20px;
			margin: 0 0 0 8px;
			margin-top: -6px;
			padding: 0;
			text-align: right;
			width: auto;
		}






.download-lg {
	background-color: #00ff00;
	background-image: url(../img/icons/download.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	background-size: 42px 42px;
	border-radius: 3px;
	color: #145c05;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	margin: 0;
	max-height: 48px;
	padding: 16px;
	padding-left: 60px;
	text-transform: uppercase;
}



/* TG Button 03 */
.tg-btn-3 {
	background-color: #00ff00;
	background-image: url(../img/icons/download.png);
	background-position: 10px 8px;
	background-repeat: no-repeat;
	background-size: 42px 42px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: var(--tg-heading-font-family);
	color: #145c05;
	font-weight: var(--tg-fw-extra-bold);
	border: none;
	border-radius: 3px;
	white-space: nowrap;
	font-size: 16px;
	padding: 16px;
	padding-left: 60px;
	line-height: 1;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-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;
	width: auto;
	height: 61px;
}
@media (max-width: 767.98px) {
  .tg-btn-3 {
    width: auto;
    height: 53px;
    padding: 13px 22px;
    font-size: 15px;
  }
}
.tg-btn-3:hover {
	color: var(--tg-common-color-black-2);
}
.tg-btn-3 .svg-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	fill: var(--tg-theme-primary);
	fill-rule: evenodd;
	z-index: -1;
}
.tg-btn-3 .svg-icon svg {
	display: block;
	-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;
}








.icon-footer {
	background-color: transparent;
	background-image: url(../img/icons/icon.png);
	background-position: center;
	background-size: 100% auto;
	float: left;
	height: 28px;
	margin: 0;
	margin-left: 0px;
	margin-top: -7px;
	padding: 0;
	position: relative;
	width: 28px;
	z-index: 5000;
}


























/* ????? */
.col-xl-4 {
	width: 27% !important;
}
.footer-style-one {
	background-color: rgba(88, 37, 28, 0.7);
	box-shadow: inset 0 32px 32px -32px rgba(88, 37, 28, 1) !important;
	-webkit-box-shadow: inset 0 32px 32px -32px rgba(88, 37, 28, 1) !important;
	-moz-box-shadow: inset 0 32px 32px -32px rgba(88, 37, 28, 1) !important;
}
.footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+2) .footer-widget,
.footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+3) .footer-widget,
.footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+4) .footer-widget {
		padding-left: 50px !important;
}
.footer__top-wrap {
	border: none;
}




.sign-up-container {
	border: 1px solid;
	border-color: #9a9a9a;
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	width: 350px;
	margin: 50px auto;
}

.page-header {
	float: right;
}

.login-signup {
	margin: 10px;
	text-decoration: none;
	float: right;
}

.login-signup a {
	text-decoration: none;
	font-weight: 700;
}

.signup-heading {
	font-size: 2em;
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}

.inline-block {
	display: inline-block;
}

/*.row {
	margin: 15px 0px;
	text-align: center;
}*/

.form-label {
	margin-bottom: 5px;
	text-align: left;
}

input.input-box-330 {
	width: 250px;
}

.sign-up-container .error {
	color: #ee0000;
	padding: 0px;
	background: none;
	border: #ee0000;
}

.sign-up-container .error-field {
	border: 1px solid #d96557;
}

.sign-up-container .error:before {
	content: '*';
	padding: 0 3px;
	color: #D8000C;
}

.error-msg {
	padding-top: 10px;
	color: #D8000C;
	text-align: center;
}

.success-msg {
    padding-top: 10px;
	color: #176701;
	text-align: center;
}

input.btn {
	width: 250px
}

.signup-align {
	margin: 0 auto;
}

.page-content {
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}









/* version 3.0 table added */
.phppot-container {
	-webkit-font-smoothing: antialiased;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .9em;
	color: #1e2a28;
	width: 740px;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
}

.phppot-container table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

.phppot-container td, .phppot-container th {
	text-align: left;
	padding: 8px;
}

.phppot-container h1 {
	font-weight: normal;
}

input[type=text].phppot-input, .phppot-container input,
	.phppot-container textarea, .phppot-container select, .phppot-input,
	.phppot-select {
	box-sizing: border-box;
	width: 200px;
	height: initial;
	padding: 8px 5px;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
}

.phppot-container input[type="checkbox"] {
	width: auto;
	vertical-align: text-bottom;
	display: initial;
	opacity: initial;
	position: inherit;
	pointer-events: initial;
}

.phppot-container textarea, .phppot-textarea {
	width: 300px;
}

.phppot-container select, .phppot-select {
	display: initial;
	height: 30px;
	background-color: #fff;
	padding: 2px 5px;
}

.phppot-container button, .phppot-container input[type=submit] {
	padding: 8px 0px;
	font-size: 1em;
	border-radius: 3px;
	color: #565656;
	font-weight: bold;
	background-color: #ffc72c;
	border-color: #ffd98e #ffbe3d #de9300;
}

.phppot-container button, .phppot-container input[type=submit]:hover {
	background-color: #f7c027;
}

.phppot-container button:focus {
	outline: none;
}

.phppot-container .phppot-row {
	padding-top: 15px;
}

#phppot-message {
	padding: 6px 20px;
	font-size: 1em;
	color: rgb(40, 40, 40);
	box-sizing: border-box;
	margin: 0px;
	border-radius: 3px;
	width: 100%;
	overflow: auto;
}

.phppot-container .error {
	padding: 6px 20px;
	border-radius: 3px;
	background-color: #fb817c;
	border: 1px solid #e46b66;
}

.phppot-container .success {
	background-color: #48e0a4;
	border: #40cc94 1px solid;
}

#phppot-loader-icon {
	color: #1871e6;
	font-weight: bold;
	padding: 6px 20px 6px 0;
	display: none;
	vertical-align: middle;
}

#phppot-loader-ack-icon {
	color: #1871e6;
	font-weight: bold;
	padding: 6px 20px 6px 0;
	display: none;
	vertical-align: middle;
}

#phppot-btn-send:hover {
	background: #1363cc;
	border: #105bbd 1px solid;
}

.phppot-container .validation-message {
	color: #e20900;
	display: inline-block;
}

.phppot-container .label {
	margin-bottom: 3px;
}

.phppot-form, .phppot-section {
	border: #eaeaea 1px solid;
	padding: 10px 25px 10px 30px;
	border-radius: 3px;
}

.phppot-container .display-none {
	display: none;
}

.icon-add-more-attachemnt {
	font-style: italic;
	font-size: .9em;
}

.inline-block {
	display: inline-block;
}

@media all and (max-width: 780px) {
	.phppot-container {
		width: auto;
	}
}

@media all and (max-width: 400px) {
	.phppot-container {
		padding: 0px 20px;
	}
	.phppot-container h1 {
		font-size: 1.2em;
	}
	.phppot-container input, .phppot-container textarea, .phppot-container select
		{
		width: 100%;
	}
	.phppot-form {
		border: none;
		padding: 0;
	}
}

.col-xl-6 {
	width: 80%;
}


.user-btn-1, .user-btn-2 {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 2px solid #00ff00;
	border-width: 4px;
	box-shadow: 0 0 8px rgba(0,100,0,0.8) inset;
	box-sizing: border-box;
	color: #00ff00;
	display: inline-flex;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	height: auto;
	justify-content: center;
	margin: 4px;
	overflow: hidden;
	padding: 16px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	z-index: 1;
}
.user-btn-1:hover, .user-btn-2:hover {
	background-color: #00ff00;
	color: #145c05;
}
.hover-bar {
	background-color: transparent;
	float: left;
	margin: 0;
	margin-top: -68px;
	padding: 16px;
	width: 100%;
}
.w3-display-left,
.w3-display-right {
	background-color: #00ff00;
	border: none;
	box-sizing: border-box;
	color: #145c05;
	height: 36px;
	text-transform: uppercase;
	width: auto;
}
.w3-display-left:hover,
.w3-display-right:hover {
	color: #fff;
}
.w3-display-left {
	float: left;
}
.w3-display-right {
	float: right;
}


#test .swiper-slide {
	max-height: 420px;
	width: 100% !important;
}





.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
	background-color: #145c05 !important;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #00ff00;
	border-image-source: url(../img/ui-border.png);
	border-image-slice: 9;
	border-image-width: auto;
	border-image-outset: 1;
	border-image-repeat: stretch;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,100,0,0.8);
	box-sizing: border-box;
	color: #00ff00;
	display: none;
	height: auto;
  	margin: 0;
	margin-left: 0;
	margin-top: 46px;
	width: 256px;
	padding: 12px 16px;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
	.dropdown-content ul {
		background-color: transparent;
		border: none;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		.dropdown-content ul li {
			background-color: transparent;
			border: none;
			display: block;
			height: auto;
			margin: 0;
			padding: 0;
			width: 100%;
		}
			.dropdown-content ul li a,
			.dropdown-content ul li input[type=submit],
			.dropdown-content ul li button {
				background-color: transparent;
				border: none;
				color: #00dd00;
				display: block;
				height: auto;
				margin: 0;
				padding: 0;
				text-align: left;
				transition: 0.3s;
				width: 100%;
			}
			.dropdown-content ul li a:hover,
			.dropdown-content ul li input[type=submit]:hover,
			.dropdown-content ul li button:hover {
				color: #00ff00;
				letter-spacing: 3px;
				transition: 0.3s;
			}

.dropdown:hover .dropdown-content {
  display: block;
}

.ad1 {
	background-color: #00ff00;
	color: #145c05;
	display: block;
	height: auto;
	margin: 16px 0;
	padding: 8px 16px;
	position: relative;
	text-align: center;
	width: 100%;
}
/* Social Styles */
.social {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	box-sizing: border-box;
	color: #00ff00;
	display: inline-block;
	height: 20px;
	letter-spacing: -1px;
	margin: 0;
	margin-bottom: -6px;
	padding: 0;
	padding-left: 24px;
	width: auto;
}
.social.downloads {
	background-image: url(../img/icons/new_icon_downloads.png);
}
.social.views {
	background-image: url(../img/icons/new_icon_views.png);
}
.social.comments {
	background-image: url(../img/icons/new_icon_comments.png);
}
/* BBCode Styles */
.youtube-player {
	width: 100%;
}













.error-table {
	background-color: rgba(0,100,0,0.8);
	border: 1px solid #00ff00;
	border-width: 0 0 1px 0;
	border-image-source: url(../img/ui-border.png);
	border-image-slice: 9;
	border-image-width: auto;
	border-image-outset: 1;
	border-image-repeat: stretch;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	height: auto !important;
	margin: 0;
	padding: 0;
	transition: 0.3s;
	width: 100%;
}
.error-table .item_icon {
	background-color: transparent;
	background-size: 100% auto;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 180%;
	height: 52px !important;
	margin: 8px !important;
	padding: 0 !important;
	width: 52px !important;
}
.error-table .item_title {
	color: #00ff00;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	margin-top: 16px;
	padding: 0;
	width: calc(100% - 68px);
}














.product__desc-wrap {
  margin: 0;
}
.product__desc-wrap .nav {
  border-bottom: none;
  margin: 0 0 5px;
}
.product__desc-wrap .nav-item {
  margin: 0 0 -1px;
}
.product__desc-wrap .nav-link {
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tg-fw-semi-bold);
  color: #00ff00;
	margin:0;
    border: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product__desc-wrap .nav-link:hover {
	background-color: #00ff00;
	border-color: #00ff00;
	color: #145c05;
}
.product__desc-wrap .nav-link.active {
	background-color: #00ff00;
	border-color: #00ff00;
	border-radius: 0;
	color: #145c05;
	margin:0;
}


















/* Pagination */
/* Pagination is used by nearly every
.pagination_link {
	display: block;
	text-align: center;
	margin: 0;
	margin-top: 24px;
	padding: 0;
}
.pagination_link .pagination {
	background-color: transparent;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.pagination_link .pagination .pagination {
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
}
.pagination_link .pagination .pagination .page-item.disabled .page-link {
	background-color: transparent;
	border-color: #00ff00;
	color: #00ff00;
	display: inline-block;
	width: auto;
}
.pagination_link .pagination .pagination .page-item.active .page-link{
	background-color: #00ff00;
	border-color: #00ff00;
	color: #145c05;
	display: inline-block;
	width: auto;
}
.pagination_link .pagination .pagination .page-item {
	background-color: transparent;
	border-color: #00ff00;
	color: #00ff00;
	display: inline-block;
	width: auto;
}
.pagination_link .pagination .pagination .page-link {
	background-color: transparent;
	border-color: #00ff00;
	color: #00ff00;
	display: inline-block;
	width: auto;
}






/*  */

.blog-area {
	box-shadow: inset 0 32px 32px -32px rgba(0,0,0,0.8) !important;
	-webkit-box-shadow: inset 0 32px 32px -32px rgba(0,0,0,0.8) !important;
	-moz-box-shadow: inset 0 32px 32px -32px rgba(0,0,0,0.8) !important;
}







/* Breadcrumbs */
.breadcrumbs_new {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 24px;
	width: 100%;
}
.breadcrumbs_new ul {
	float: left;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 12px 0;
	width: 100%;
}
.breadcrumbs_new ul li:before,
.breadcrumbs_new ul .breadcrumb-item:before,
.breadcrumbs_new ul .breadcrumb-item.active:before {
	color: #00ff00;
}
.breadcrumbs_new ul li,
.breadcrumbs_new ul .breadcrumb-item,
.breadcrumbs_new ul .breadcrumb-item.active {
	color: #00ff00;
	display: inline-block;
	font-size: 14px;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
.breadcrumbs_new ul li a,
.breadcrumbs_new ul .breadcrumb-item a,
.breadcrumbs_new ul .breadcrumb-item.active a {
	color: #00ff00;
}
.breadcrumbs_new h1,
.breadcrumbs_new span {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #00ff00;
	display: inline-block;
	font-size: 48px;
    font-weight: var(--tg-fw-bold);
	height: auto;
    line-height: var(--tg-heading-line-height);
	margin: 0;
	padding: 0;
	padding-left: 72px;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-position: under;
	width: auto;
}
/* Filter Dropdowns */
/* Filter Dropdowns are used for the "mods" and "forums" areas and include the same style and format as the "upload" buttons. */
.filter_dropdown button {
	background-color: #00ff00;
	border: none;
    color: #145c05;
    float: left;
    font-size: 20px;
    height: auto;
    line-height: 20px;
    margin: 8px;
    padding: 12px;
    text-transform: uppercase;
    transition: 0.3s;
    width: auto;
}
.filter_dropdown button:hover {
	letter-spacing: 2px;
}
.filter_dropdown {
	float: left;
}
.filter_dropdown_content {
	display: none;
	position: absolute;
	background-color: transparent;
	margin-left: 8px;
	margin-top: 52px;
	padding: 0;
	padding-top: 16px;
	width: 240px;
	z-index: 10000;
}
.filter_dropdown_content ul {
	background-color: #f9f9f9;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.filter_dropdown_content ul li {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.filter_dropdown_content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.filter_dropdown_content a:hover {
	background-color: #f1f1f1;
}
.filter_dropdown:hover .filter_dropdown_content {
	display: block;
}
.filter_dropdown:hover .filter_dropdown button {
	background-color: #3e8e41;
}

.container {
  max-width: 1800px;
}
.custom-container {
  max-width: 1800px;
}





/* Homepage */
/*=============================
    03. Slider
===============================*/
.slider__bg {
  background-position: center;
  background-size: cover;
  padding: 158px 0 54px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .slider__bg {
    padding: 175px 0 55px;
  }
}
@media (max-width: 767.98px) {
  .slider__bg {
    padding: 160px 0 55px;
  }
}
.slider__content {
  margin: 135px 0 0 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}
/*
  .slider__content .logo { 
    width: 70%;
  }
*/
@media (max-width: 1800px) {
  .slider__content {
    margin: 135px 0 0 0;
  }
}
@media (max-width: 1500px) {
  .slider__content {
    margin: 90px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .slider__content {
    margin: 0 0 70px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .slider__content {
    margin: 0 0 50px;
  }
}
.slider__content .sub-title {
  margin: 0 0 19px;
  line-height: 1;
  font-family: var(--tg-body-font-family);
  font-weight: var(--tg-fw-bold);
  letter-spacing: 4px;
  font-size: 20px;
  color: var(--tg-theme-primary);
  position: relative;
  padding: 17px 0 17px 20px;
}
@media (max-width: 1199.98px) {
  .slider__content .sub-title {
    font-size: 16px;
    padding: 15px 0 15px 20px;
  }
}
@media (max-width: 991.98px) {
  .slider__content .sub-title {
    font-size: 18px;
    padding: 15px 20px 15px;
  }
}
@media (max-width: 767.98px) {
  .slider__content .sub-title {
    font-size: 17px;
    padding: 15px 20px 15px;
  }
}
.slider__content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/slider/text_gradient_bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.28;
}
@media (max-width: 1199.98px) {
  .slider__content .sub-title::before {
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .slider__content .sub-title::before {
    left: 86px;
    top: 0;
    right: 0;
    width: 297px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .slider__content .sub-title::before {
    left: 55px;
    width: 256px;
    margin: 0 auto;
  }
}
.slider__content .title {
	color: #00ff00;
  margin: 0 0 21px;
  font-size: 72px;
  font-family: 'Poppins', sans-serif;
  line-height: 0.8;
}
@media (max-width: 1500px) {
  .slider__content .title {
    font-size: 118px;
  }
}
@media (max-width: 1199.98px) {
  .slider__content .title {
    font-size: 94px;
  }
}
@media (max-width: 991.98px) {
  .slider__content .title {
    font-size: 120px;
  }
}
@media (max-width: 767.98px) {
  .slider__content .title {
    font-size: 18vw;
    text-shadow: -1px 3px 0px rgba(69, 248, 130, 0.66);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .title {
    font-size: 17vw;
    text-shadow: -1px 5px 0px rgba(69, 248, 130, 0.66);
  }
}
.slider__content p {
  margin: 0 0;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.4;
  color: var(--tg-common-color-white);
}
@media (max-width: 1199.98px) {
  .slider__content p {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .slider__content p {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .slider__content p {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content p {
    font-size: 24px;
    letter-spacing: 5px;
	text-align: center;
  }
}
.slider__btn {
  margin: 33px 0 0;
  text-align: center;
}
.slider__btn .tg-btn-1 {
  padding: 15px 49px;
}
.slider__img img {
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .slider__img img {
    margin: 0 0 0 auto;
    max-width: 90%;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .slider__img img {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    display: block;
  }
}
.slider__shapes {
  opacity: 0.27;
}
.slider__shapes img {
  position: absolute;
  animation: shapeBlinker 1.5s linear infinite;
  opacity: 0;
  z-index: -1;
}
.slider__shapes img:nth-child(1) {
  left: 23%;
  top: 17%;
  animation-delay: 0.2s;
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(1) {
    left: 13%;
    top: 12%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(1) {
    left: 11%;
    top: 11%;
  }
}
.slider__shapes img:nth-child(2) {
  left: 29%;
  bottom: 45%;
  animation-delay: 0.4s;
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(2) {
    left: 12%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(2) {
    left: 10%;
    bottom: 55%;
  }
}
.slider__shapes img:nth-child(3) {
  right: 47%;
  top: 20%;
  animation-delay: 0.2s;
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(3) {
    right: 23%;
    top: 15%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(3) {
    right: 10%;
    top: 17%;
  }
}
.slider__shapes img:nth-child(4) {
  right: 42%;
  top: 23%;
  animation-delay: 0.6s;
}
@media (max-width: 1500px) {
  .slider__shapes img:nth-child(4) {
    right: 40%;
    top: 28%;
  }
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(4) {
    right: 20%;
    top: 35%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(4) {
    right: 14%;
    top: 33%;
  }
}
.slider__brand-wrap {
  position: absolute;
  left: 0;
  bottom: 130px;
  width: 100%;
  height: auto;
}
@media (max-width: 1500px) {
  .slider__brand-wrap {
    bottom: 150px;
  }
}
@media (max-width: 1199.98px) {
  .slider__brand-wrap {
    bottom: 85px;
  }
}
@media (max-width: 991.98px) {
  .slider__brand-wrap {
    bottom: 0;
    position: relative;
  }
}
.slider__brand-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  gap: 20px 60px;
  margin: 0 0 0 40px;
}
@media (max-width: 1800px) {
  .slider__brand-list {
    margin: 0 0 0;
  }
}
@media (max-width: 1199.98px) {
  .slider__brand-list {
    width: 60%;
    gap: 20px 30px;
  }
}
@media (max-width: 991.98px) {
  .slider__brand-list {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .slider__brand-list {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__brand-list {
    gap: 35px;
  }
}
.slider__brand-list li a {
  display: block;
}
.slider__area {
  position: relative;
  max-height: 100vh;
  min-height: 100vh;
}