/*-----------------------------------------------------------------------------------

Theme Name: Gerold - Personal Portfolio HTML5 Template
Theme URI: https://themejunction.net/html/gerold/demo/
Author: Theme-Junction
Author URI: https://themeforest.net/user/theme-junction
Description: Gerold - Personal Portfolio HTML5 Template

-----------------------------------------------------------------------------------
/************ TABLE OF CONTENTS ***************

  Theme Default CSS
	Preloader
	Headers
	Hero Section
	Services Section
	Portfolio Section
	Popup Section
	Resume Section
	Skills Section
	Testimonials Section
	Blog Section
	Blog Standard Page
	Blog Details Page
	Contact Section
	Footer Area
	Sidebar Menu
	Sidebar Widgets
	Breadcrumb Area

**********************************************/

/*
* ===============================
*  START: Theme Default CSS
* ===============================
*/

@import url("https://fonts.googleapis.com/css2?family=Russo+One&family=Sora:wght@100..800&display=swap");

:root {
	/* ----------------------------------
   @font family declaration
  ------------------------------------ */
	--tj-ff-body: "Sora", sans-serif;
	--tj-ff-heading: "Sora", sans-serif;
	--tj-ff-russo: "Russo One", sans-serif;
	--tj-ff-fontawesome: "Font Awesome 6 Pro";
	/* ----------------------------------
   @color declaration
  ------------------------------------ */
	--tj-body: #dddddd;
	--tj-white: #ffffff;
	--tj-off-white: #f6f3fc;
	--tj-black: #000000;
	--tj-black-2: #0f172a;
	--tj-black3: #5c6266;
	--tj-black4: #585859;
	--tj-h3-black: #0b0410;
	--tj-heading-primary: #102039;
	--tj-heading-secondary: #ea1826;
	--tj-theme-primary: #dcb86c;
	--tj-theme-primary-1: #2400ff;
	--tj-theme-primary-2: #9b8dff;
	--tj-theme-primary-3: #4654f9;
	--tj-theme-h3-primary-1: #814cec;
	--tj-theme-h4-primary-1: #240F31;
	--tj-theme-secondary: #2a1454;
	--tj-theme-accent-1: #0f0715;
	--tj-theme-accent-2: #140c1c;
	--tj-grey-1: #747779;
	--tj-grey-2: #d9d9d9;
	--tj-grey-3: #dddddd;
	--tj-grey-4: #22272c;
	--tj-grey-5: #636363;
	--tj-grey-6: #1b262e;
	--tj-bg: #0c1115;
	--tj-bg-2: #0e1418;
	--tj-bg-3: #10171c;
	--tj-bg-4: #151b1f;
	--tj-bg-5: #0D0612;
	/*--tj-h3-bg: #15091d;*/
	--tj-h3-bg: #0f172a;
	--tj-border: #1b2227;
	--tj-border1: #2a343c;


/* my color code */
--dark-blue-1: #1E293B;
--dark-blue-2: #020617;
--dark-blue-3: #0F172A;
--off-white: #F5F5F5;
--white-1: #FFFFFF;
--white-2: #f3f4f6;
--white-3: #e5e7eb;
--full-black: #000000;
--primary-blue: #2563EB;
--golden-yellow-1: #dcb86c;
--golden-yellow-2: #f5d487;
--golden-yellow-3: #dcb86c;
/* my color code end */

	

	/* ----------------------------------
   @font weight declaration
  ------------------------------------ */
	--tj-fw-normal: normal;
	--tj-fw-elight: 200;
	--tj-fw-light: 300;
	--tj-fw-regular: 400;
	--tj-fw-medium: 500;
	--tj-fw-sbold: 600;
	--tj-fw-bold: 700;
	--tj-fw-ebold: 800;
	--tj-fw-black: 900;
	/* ----------------------------------
    @font size declaration
  ------------------------------------ */
	--tj-fz-body: 16px;
	--tj-fz-btn: 15px;
	--tj-fz-p: 18px;
	--tj-fz-h1: 65px;
	--tj-fz-h2: 45px;
	--tj-fz-h3: 30px;
	--tj-fz-h4: 24px;
	--tj-fz-h5: 22px;
	--tj-fz-h6: 18px;
	--tj-fz-sub-title: 36px;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: var(--dark-blue-1) var(--golden-yellow-1);
}

::-webkit-scrollbar {
	height: 4px;
	width: 4px;
	background: var(--tj-theme-secondary);
}

::-webkit-scrollbar-thumb {
	background: var(--tj-theme-primary);
	-webkit-border-radius: 1ex;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
	background: transparent;
}

html,
body {
	min-height: 100%;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

body {
	font-family: var(--tj-ff-body);
	font-size: var(--tj-fz-body);
	font-weight: var(--tj-fw-regular);
	color: var(--tj-body);
	background-color: var(--tj-theme-accent-1);
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tj-ff-heading);
	font-weight: var(--tj-fw-bold);
	line-height: 1.2;
	color: var(--tj-white);
	margin-bottom: 15px;
}

h1 {
	font-size: var(--tj-fz-h1);
}

h2 {
	font-size: var(--tj-fz-h2);
}

h3 {
	font-size: var(--tj-fz-h3);
}

h4 {
	font-size: var(--tj-fz-h4);
}

h5 {
	font-size: var(--tj-fz-h5);
}

h6 {
	font-size: var(--tj-fz-h6);
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
	text-decoration: none;
}

.site-content {
	overflow: hidden;
}

.ul-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-button .tj-btn-primary, .service_card a.btn, .portfolio-button a.btn{
	color: #020617;
    background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
    background-size: 200%;
    animation: shine 3s linear infinite;
}
@keyframes shine {
  0% { background-position: 0%; }
  100% { background-position: 200%; }
}
.header-button .tj-btn-primary:hover, .service_card a.btn:hover, .portfolio-button a.btn:hover{
	background: linear-gradient(90deg, var(--white-1), var(--white-2), var(--white-3));
}
.hero-button a.btn.tj-btn-primary{background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3)); color: var(--full-black);}
.hero-button a.btn.tj-btn-primary:hover{background: linear-gradient(90deg, var(--white-1), var(--white-2), var(--white-3)); transition: 0.5s ease-in-out;}
.hero-button a.btn.tj-btn-secondary{background: linear-gradient(90deg, var(--white-1), var(--white-2), var(--white-3)); color: var(--full-black) !important; font-weight: 700;}
.hero-button a.btn.tj-btn-secondary:hover{background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3)); transition: 0.5s ease-in-out;}
.service-button a.btn{background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3)); color: var(--full-black);}
.service-button a.btn:hover{background: linear-gradient(90deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1)); color: var(--white-1); transition: 0.5s ease-in-out;}
.tj-btn-primary {
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: var(--tj-fz-btn);
	line-height: 1;
	font-weight: var(--tj-fw-bold);
	color: var(--tj-white);
	text-transform: capitalize;
	background-size: 200%;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(var(--tj-theme-primary)),
		color-stop(51%, var(--tj-theme-secondary)),
		to(var(--tj-theme-primary))
	);
	background-image: -o-linear-gradient(
		left,
		var(--tj-theme-primary) 0%,
		var(--tj-theme-secondary) 51%,
		var(--tj-theme-primary) 100%
	);
	background-image: linear-gradient(
		to right,
		var(--tj-theme-primary) 0%,
		var(--tj-theme-secondary) 51%,
		var(--tj-theme-primary) 100%
	);
	border: none;
	border-radius: 50px;
	padding: 17px 35px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	&.style-7 {
		padding: 19px 35px;
	}
}
.tj-btn-primary i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.tj-btn-primary:hover {
	background-position: -100%;
}
.tj-btn-primary:hover i {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.tj-btn-secondary {
	text-decoration: none;
	font-size: var(--tj-fz-btn);
	line-height: 1;
	font-weight: var(--tj-fw-medium);
	color: var(--tj-theme-primary);
	border-radius: 50px;
	padding: 17px 35px;
	border: 1px solid var(--tj-theme-primary);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: 1px;
}
.tj-btn-secondary:hover {
	background: var(--tj-theme-primary);
}
.hero-section.style-3 .tj-btn-secondary {
	border-color: var(--tj-white);
	color: var(--tj-white);
	padding: 16px 35px;
}
.hero-section.style-3 .tj-btn-secondary:hover {
	border-color: var(--tj-theme-primary);
}
.tj-btn-primary-2 {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
	background: var(--tj-theme-primary);
	color: var(--full-black);
	font-size: var(--tj-fz-btn);
	font-weight: var(--tj-fw-sbold);
	border-radius: 50px;
	padding: 17px 30px;
	line-height: 1;
}
.tj-btn-primary-2 .icon_box {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 0 4px;
	transform: rotate(-45deg);
}
.tj-btn-primary-2 .icon_box .icon_first,
.tj-btn-primary-2 .icon_box .icon_second {
	transition: all 0.3s ease-in-out 0s;
}
.tj-btn-primary-2 .icon_box .icon_second {
	position: absolute;
	transform: translateX(-150%);
}
.tj-btn-primary-2:hover .icon_box .icon_first {
	transform: translateX(150%);
}
.tj-btn-primary-2:hover .icon_box .icon_second {
	transform: translateX(0%);
}
.tj-btn-primary-2 i {
	display: inline-flex;
	line-height: 1;
}
.tj-btn-primary-2:hover {
	color: var(--tj-white);
	background-color: var(--tj-theme-primary);
}
.lead {
	font-size: 20px;
}
.social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.social-icons li a {
	color: var(--tj-theme-primary);
	width: 35px;
	height: 35px;
	border: 1px solid var(--tj-theme-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.social-icons li a i {
	transition: 0.3s;
}
.social-icons li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--tj-theme-primary);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50%;
	z-index: -1;
}
.social-icons li a:hover {
	border: 1px solid var(--tj-theme-primary);
	color: var(--tj-white);
}
.social-icons li a:hover::before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.funfact-item {
	border: none;
    padding: 40px 30px 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.01)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    text-align: center;
}
.inner-page-funfact-area{padding: 30px 0px;}
.funfact-item .number {
	font-size: 64px;
	line-height: 1;
	font-weight: var(--tj-fw-medium);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.funfact-item .number span {
	font-weight: var(--tj-fw-medium);
	font-family: var(--tj-ff-heading);
	letter-spacing: 0.04em;
}

.section-header {
	margin-bottom: 50px;
	max-width: 700px;
	width: 100%;
}
.tj-progress-7-area .section-header .section-title{color: var(--white-1);}
.section-header .section-title {
	font-size: 45px;
	color: var(--dark-blue-1);
	margin-bottom: 0;
}
.section-header p {
	margin-top: 15px;
}
.section-header p:last-child {
	margin-bottom: 0;
}
.section-header.style-2 .section-title {
	font-weight: var(--tj-fw-medium);
}
.section-header.style-2 .sub-title {
	color: rgba(255, 255, 255, 0.5);
	font-weight: var(--tj-fw-regular);
	display: block;
	margin-bottom: 15px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	padding: 3px !important;
}
.owl-dots {
	text-align: center;
	margin-top: 25px;
}
.owl-dots .owl-dot {
	margin-right: 5px;
}
.owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: var(--tj-grey-2);
	border-radius: 50%;
	display: block;
	opacity: 0.2;
}
.owl-dots .owl-dot.active span {
	background: var(--tj-theme-primary);
	opacity: 1;
}
.tj-nice-select {
	float: none;
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--tj-grey-1);
}
.tj-nice-select:hover {
	border-color: rgba(255, 255, 255, 0.1);
}
.tj-nice-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--tj-theme-primary);
}
.tj-nice-select::after {
	content: "";
	top: 50%;
	right: 10px;
	position: absolute;
	background: url(../img/icons/down-arrow.svg);
	background-position: center;
	background-size: cover;
	border: none;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	width: 15px;
	height: 12px;
	margin-top: -6px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.tj-nice-select.open::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option {
	color: var(--tj-theme-accent-1);
}
/* END: Theme Default CSS */

/*
* ===============================
*  START: Preloader
* ===============================
*/
body.loaded {
	overflow: hidden !important;
	height: 100% !important;
}

.preloader {
	position: fixed;
	z-index: 10;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	z-index: 99999999999999;
}

.preloader svg {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 110vh;
	fill: var(--tj-black-2);
}

.preloader .preloader-heading .load-text {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 15px;
	text-transform: uppercase;
	z-index: 20;
}

.load-text span {
	-webkit-animation: loading 1s infinite alternate;
	animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.load-text span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* END: Preloader */

/*
* ===============================
* START: Headers
* ===============================
*/

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceInUp {
	0%,
	10%,
	35%,
	50%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	10% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	35% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	80% {
		-webkit-transform: translate3d(0, -90px, 0);
		transform: translate3d(0, -90px, 0);
	}
	to {
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
}
@keyframes bounceInUp {
	0%,
	10%,
	35%,
	50%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	10% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	35% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	80% {
		-webkit-transform: translate3d(0, -90px, 0);
		transform: translate3d(0, -90px, 0);
	}
	to {
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
}
/* header style 10 */
.tj-header-area.header-10, .tj-header-area.header-2.header-10.header-sticky.sticky {
    padding: 0px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tj-header-area.header-10 .logo-box {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 210px;
    width: 100%;
    height: 100px;
    margin-right: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tj-header-area .logo-box {
    max-width: 60px;
    width: 100%;
    margin-right: 35px;
}
.tj-header-area.header-10 .logo-box img {
    width: 100%;
}
.tj-header-area.header-10 .header-menu {
    margin-left: 0px;
}
.tj-header-area.header-10 .header-button{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100px;
    margin-left: 0px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.tj-header-area.header-2.sticky {
    top: 0px;
    opacity: 1;
    animation: 1s ease 0s 1 normal both running bounceInDown;
}
/* end header style 10 */
.tj-header-area {
	padding: 20px 0;
	position: relative;
	z-index: 9;
	background: linear-gradient(135deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
}
.tj-header-area.header-absolute {
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.tj-header-area.header-2 {
	width: 100%;
	position: fixed;
	top: -90px;
	left: 0;
	padding: 10px 0;
	z-index: 100;
	opacity: 0;
	transition: 0.3s;
	box-shadow: 0 0 30px rgba(135, 80, 247, 0.2);
}
.tj-header-area.header-2.sticky {
	top: 0;
	opacity: 1;
	animation: bounceInDown 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.tj-header-area.header-2.sticky-out {
	top: 0;
	opacity: 1;
	animation: bounceInUp 1s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.tj-header-area .logo-box {
	max-width: 60px;
	width: 100%;
	margin-right: 35px;
}
.tj-header-area .logo-box a {
	display: inline-block;
}
.tj-header-area .header-info-list ul li {
	margin-right: 25px;
}
.tj-header-area .header-info-list ul li a {
	color: var(--tj-white);
	font-size: var(--tj-fz-btn);
	font-weight: var(--tj-fw-medium);
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.tj-header-area .header-info-list ul li a:hover {
	color: var(--tj-theme-primary);
}
.tj-header-area .header-menu {
	margin-left: auto;
}
.tj-header-area .header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	column-gap: 45px;
}
.tj-header-area .header-menu ul > li {
	position: relative;
}
.tj-header-area .header-menu ul > li > a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--tj-white);
	font-size: var(--tj-fz-btn);
	font-weight: var(--tj-fw-medium);
	text-decoration: none;
	position: relative;
	padding: 30px 0px;
	transition: 0.5s;
	z-index: 1;
}
.tj-header-area .header-menu ul > li.has-dropdown > a {
	padding-right: 20px;
}
.tj-header-area .header-menu ul > li.has-dropdown > a::after {
	position: absolute;
	content: "\2b";
	font-family: 'FontAwesome';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 13px;
	line-height: 1;
}
.tj-header-area
	.header-menu
	ul
	> li
	> .sub-menu
	li.current-menu-ancestor
	> a:after,
.tj-header-area .header-menu ul > li.has-dropdown:hover > a:after {
	content: "\f068";
}
.tj-header-area
	.header-menu
	ul
	> li.has-dropdown
	> .sub-menu
	> li.has-dropdown
	> a::after {
	right: 20px;
}

.tj-header-area .header-menu ul > li > a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(190deg, transparent 0%, var(--tj-theme-primary) 100%);
	background: linear-gradient(260deg, transparent 0%, var(--tj-theme-primary) 100%);
	bottom: 25px;
	left: 0px;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.tj-header-area .header-menu ul > li.current-menu-item > a::before,
.tj-header-area .header-menu ul > li.current-menu-ancestor > a::before,
.tj-header-area .header-menu ul > li:hover > a::before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.tj-header-area .header-menu ul > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	top: 100%;
	left: 0;
	z-index: 99;
	transform-origin: 0 0;
	text-align: left;
	background-color: var(--tj-black-2);
	transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 16px 40px rgba(135, 80, 247, 0.1);
	gap: 0;
}
.tj-header-area .header-menu ul > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	transition: all 0.5s ease;
}

.tj-header-area .header-menu ul > li > ul.sub-menu > li {
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--tj-theme-secondary);
}
.tj-header-area .header-menu ul > li > ul.sub-menu > li:last-child {
	border: none;
}
.tj-header-area .header-menu ul > li > ul.sub-menu > li > a {
	display: inline-block;
	padding: 18px 25px;
	width: 100%;
}
.tj-header-area
	.header-menu
	ul
	> li
	> ul.sub-menu
	> li.current-menu-ancestor
	> a,
.tj-header-area .header-menu ul > li > ul.sub-menu > li.current-menu-item > a,
.tj-header-area .header-menu ul > li > ul.sub-menu > li:hover > a {
	color: var(--tj-theme-primary);
}

.tj-header-area .header-menu ul li:hover > .sub-menu > li > {
	color: var(--tj-theme-primary);
}
.tj-header-area .header-menu ul li.has-dropdown .sub-menu li .sub-menu li {
	color: var(--tj-white);
}
.tj-header-area .header-menu ul > li > ul.sub-menu > li > a::before {
	display: none;
}
.tj-header-area .header-menu ul > li .sub-menu .sub-menu {
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 100%;
	transform: scaleY(0);
	transform-origin: 0 0;
}
.tj-header-area .header-menu ul > li > .sub-menu > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	transition: all 0.5s ease;
}

.tj-header-area .header-button {
	margin-left: 55px;
}
.tj-header-area .menu-bar {
	margin-left: 25px;
}
.tj-header-area .menu-bar button {
	border: none;
	padding: 0;
	background-color: transparent;
	height: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transform-origin: center center;
	transform: rotate(0deg);
	cursor: pointer;
	transition: transform 300ms ease;
}
.tj-header-area .menu-bar button span {
	height: 3px;
	width: 35px;
	display: block;
	background: var(--tj-white);
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	margin-left: auto;
}
.tj-header-area .menu-bar button span:nth-child(2) {
	width: 40px;
	transition-delay: 200ms;
}
.tj-header-area .menu-bar button span:nth-child(3) {
	width: 30px;
}
.tj-header-area .menu-bar button span:nth-child(4) {
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 3px;
	height: 0;
	transition: height 400ms;
}
.tj-header-area .menu-bar.menu-bar-toggeled button {
	transform: rotate(45deg);
	transition-delay: 400ms;
}
.tj-header-area .menu-bar.menu-bar-toggeled button span:nth-child(1) {
	width: 0;
}
.tj-header-area .menu-bar.menu-bar-toggeled button span:nth-child(3) {
	width: 0;
}
.tj-header-area .menu-bar.menu-bar-toggeled button span:nth-child(4) {
	height: 40px;
	transition: height 200ms ease;
	transition-delay: 200ms;
}

/* mobile-menu */
.mean-container a.meanmenu-reveal {
	display: none !important;
}
.mobile-menu .mean-bar {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mean-container .mean-bar {
	background-color: var(--tj-theme-secondary);
}
.mean-nav ul li a.mean-expand i.fa-plus {
	display: block;
}
.mean-nav ul li a.mean-expand i.fa-minus {
	display: none;
}
.mobile-menu .mean-nav ul:not(.sub-menu) {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.mean-nav ul li a.mean-expand.mean-clicked i.fa-minus {
	display: block;
}
.mean-nav ul li a.mean-expand.mean-clicked i.fa-plus {
	display: none;
}
.tj-header-area .mobile-menu .mean-bar * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tj-header-area .mobile-menu.mean-container .mean-nav {
	background: transparent;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0px;
}
.tj-header-area .mobile-menu {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	min-height: 90vh;
	overflow-y: auto;
	background-color: var(--tj-theme-secondary);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	z-index: -1;
}
.tj-header-area .mobile-menu.opened {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.tj-header-area .mobile-menu ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 0;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
}
.tj-header-area .mobile-menu ul li {
	width: 100%;
	display: block;
}
.tj-header-area .mobile-menu ul li a:not(.mean-expand) {
	width: 100%;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 15px 0;
	letter-spacing: 1px;
	font-size: 25px;
	border: none;
}
.tj-header-area .mobile-menu ul li a.mean-expand {
	width: 30px;
	height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	top: 13px;
}
.tj-header-area .mobile-menu ul li > .sub-menu {
	max-width: 100%;
	padding: 0;
}
.tj-header-area .mobile-menu ul li > .sub-menu > li {
	padding-left: 20px;
}
.tj-header-area .mobile-menu ul li > .sub-menu > li > a:not(.mean-expand) {
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 22px;
	padding: 10px 0;
}

#innerMenu .elementor-icon-list-item.active {
	border-bottom: 2px solid var(--e-global-color-3f0b73b);
}
#innerMenu .elementor-icon-list-item.active > a span {
	color: var(--e-global-color-3f0b73b);
}
#innerMenu .elementor-icon-list-item {
	border-bottom: 2px solid transparent;
}
/* END: Headers */

/*
* ===============================
*  START: Hero Section
* ===============================
*/
.hero-section.style-10 {
    padding: 130px 0 100px;
    background: linear-gradient(135deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    position: relative;
    z-index: 9;
}
.hero-section.style-10::before {
    width: 850px;
    height: 510px;
    margin-right: -3%;
    opacity: 0.3;
        position: relative;
    z-index: 9;
}
.hero-section.style-10 .bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.hero-section.style-10 .bg-shape img {
    width: 100%;
    height: 100%;
}
.hero-content-box.style-10 .subtitle {
    font-size: 18px;
    color: var(--tj-grey-1);
    font-weight: var(--tj-fw-sbold);
    margin-bottom: 30px;
}
.hero-content-box.style-10 .subtitle .wave {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: wave-animation;
    animation-name: wave-animation;
    display: inline-block;
    -webkit-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
}
.hero-content-box.style-10 .subtitle span {
    display: inline-block;
    color: var(--tj-white);
}
.hero-content-box.style-10 .hero-title {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: var(--tj-fw-sbold);
    color: var(--tj-white);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: none;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 15px;
}
.hero-content-box.style-10 .desc {
    max-width: 420px;
    width: 100%;
    color: var(--tj-grey-1);
}
.hero-content-box.style-10 .desc p:last-child {
    margin-bottom: 0;
}
.hero-content-box.style-10 .hero-button {
    margin-top: 35px;
    display: flex;
    gap: 20px;
}
.hero-content-box.style-10 .hero-button a.btn.tj-btn-primary i{
	-webkit-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.hero-content-box.style-10 .hero-button a.btn.tj-btn-secondary {
    color: #fff;
    border-color: #fff;
}
.hero-content-box.style-10 .hero-button a.btn.tj-btn-secondary:hover {
    border-color: var(--bs-btn-hover-border-color);
}
.hero-10-images {
    position: relative;
    max-width: 635px;
    width: 100%;
    z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero-10-images .mask_images {
        height: 510px;
    }
        .hero-section.style-10 .hero_scroll {
        left: 0.5%;
    }
        .hero-8-chats {
        right: -15px;
    }
    .hero-section.style-10 .hero-10-socials {
        left: 10px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-counter-5-shape-1 {
        left: 2%;
    }
}
.hero-10-images .mask_images {
    position: relative;
    max-width: 750px;
    width: 100%;
    height: 525px;
    -webkit-mask-image: url(../images/mask-hero-10.png);
    mask-image: url(../images/mask-hero-10.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: 1;
}
.hero-10-images .mask_images img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 750px;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.hero-10-reviews-wrap {
    max-width: 250px;
    width: 100%;
    -webkit-backdrop-filter: blur(41px);
    backdrop-filter: blur(41px);
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 12px;
    position: absolute;
    top: -10%;
    left: 70%;
    z-index: 2;
}
.hero-10-reviews-wrap .hero-10-thumb {
    margin-bottom: 35px;
}
.hero-10-reviews-wrap .hero-10-thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-10-reviews-wrap .hero-10-thumb ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-left: -20px;
    border: 3px solid #dcb86c;
    border-radius: 50%;
    z-index: 2;
}
.hero-10-reviews-wrap .hero-10-thumb ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.hero-10-reviews-wrap .hero-10-thumb ul li.count {
    position: relative;
    z-index: 2;
    background-color: #dcb86c;
    color: #000;
}
.star-ratings {
    unicode-bidi: bidi-override;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px var(--tj-color-theme-secondary);
}
.star-ratings .fill-ratings {
    color: #dcb86c;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings .fill-ratings {
    color: #dcb86c;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings .fill-ratings span {
    display: inline-block;
}

.star-ratings .fill-ratings span {
    display: inline-block;
}
.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
    color: var(--tj-color-common-white);
}

.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
    color: var(--tj-theme-primary);
}
.hero-8-chats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 1px;
    left: 98px;
    gap: 15px;
    max-width: 260px;
    width: 100%;
    -webkit-backdrop-filter: blur(41px);
    backdrop-filter: blur(41px);
    background: linear-gradient(to right, #dcb86c 0%, #dcb86c 51%, #dcb86c 100%);
    border-radius: 8px;
    font-size: 16px;
    color: #000000;
    font-weight: var(--tj-fw-medium);
    padding: 15px 15px 20px;
    z-index: 2;
    border: 2px solid #dcb86c;
    border-bottom-left-radius: 38px;
    border-left: 0px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.hero-8-chats span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
}
.hero_scroll {
    position: absolute;
    left: 0;
    top: 55%;
    z-index: 2;
}
.hero_scroll .down {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    color: var(--tj-white);
    text-decoration: none;
    letter-spacing: -0.02em;
}
.hero_scroll .down span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 32px;
    border: 1px solid var(--tj-white);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 50px;
}
.hero_scroll .down span i {
    display: inline-block;
    position: relative;
    right: -9px;
    top: 4px;
    -webkit-animation: jump-arrow 2.5s infinite;
    animation: jump-arrow 2.5s infinite;
}
@keyframes jump-arrow {
     0%, 20%, 55%, 80%, 100% {
          transform: translate3d(-50%, 0, 0) rotate(-90deg);
     }
     40% {
          transform: translate3d(-50%, -8px, 0) rotate(-90deg);
     }
     70% {
          transform: translate3d(-50%, -8px, 0) rotate(-90deg);
     }
     90% {
          transform: translate3d(-50%, -5px, 0) rotate(-90deg);
     }
}
.hero-section.style-10 .hero-10-socials {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
}
.hero-section.style-10 .hero-10-socials .social-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.hero-section.style-10 .hero-10-socials .social-icons li a {
    color: var(--tj-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icons li a {
    color: var(--tj-theme-primary);
    width: 35px;
    height: 35px;
    border: 1px solid var(--tj-theme-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.hero-section.style-10 .hero-10-socials .social-icons li a::before {
    background: -webkit-gradient(linear, right top, left top, from(var(--tj-theme-secondary)), to(var(--tj-theme-primary)));
    background: linear-gradient(-90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

.social-icons li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tj-theme-primary);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    z-index: -1;
}
.hero-section {
	padding: 0px;
	background: var(--tj-theme-accent-1);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hero-section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 322px;
	height: 308px;
	border-radius: 50%;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	margin-right: -5%;
	margin-top: -5%;
	z-index: -1;
}
.hero-section .intro_text svg {
	font-family: var(--tj-ff-russo);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 46%;
	top: 55%;
	transform: translate(-50%, -50%) scale(1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	animation: 3s pulsate infinite alternate ease-in-out;
}
.hero-section .intro_text svg text {
	text-transform: uppercase;
	/* animation: stroke 4s; */
	stroke-width: 1.2;
	stroke: #ffffff78;
	fill: transparent;
	font-size: 240px;
	display: inline-block;
	opacity: 0;
}

.hero-section .intro_text svg text.animate-stroke {
	animation: stroke 4s; /* Adjust the duration as needed */
	opacity: 0.7;
}
@keyframes stroke {
	0% {
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		stroke-width: 1;
	}
	100% {
		stroke-dashoffset: 100%;
		stroke-dasharray: 100% 0;
		stroke-width: 1;
	}
}
@keyframes pulsate {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.05);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}

.hero-sub-title {
	font-size: var(--tj-fz-sub-title);
	font-weight: var(--tj-fw-bold);
	display: block;
	margin-bottom: 10px;
}

.hero-title {
	font-size: 65px;
	background: var(--tj-theme-primary);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(var(--tj-theme-primary)),
		to(var(--tj-white))
	);
	background: -o-linear-gradient(
		left,
		var(--tj-theme-primary) 0%,
		var(--tj-white) 100%
	);
	background: linear-gradient(
		to right,
		var(--tj-theme-primary) 0%,
		var(--tj-white) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-content-box .lead {
	max-width: 550px;
	width: 100%;
	margin-bottom: 0;
}
.hero-content-box .button-box {
	margin-top: 50px;
	gap: 25px;
}
.hero-content-box .button-box .tj-btn-secondary {
	display: flex;
	align-items: center;
	gap: 6px;
}
.hero-content-box .button-box .tj-btn-secondary i {
	font-size: 17px;
}
.hero-image-box img {
	border-radius: 38px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	position: relative;
	border: 2px solid #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.hero-image-box img:hover {
	border: 2px solid #fff;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.hero-image-box {
	position: relative;
}

.hero-image-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	margin-left: -5%;
	margin-bottom: -5%;
}

.hero-section .funfact-area {
	margin: 80px 0px 0px 0px;
}
/* END: Hero Section */

/*
* ===============================
*  START: Services Section Style 8
* ===============================
*/
.tj-service-5-accordion-list-image {
    height: 300px;
    padding: 20px;
}
.tj-service-5-accordion-thumb {
    height: 300px;
}
.tj-service-section.style-8{
    padding-top: 120px;
    background-color: #e9e9e9;
    position: relative;
    z-index: 1;
}
.tj-service-section.style-8::before{
	content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: #dcb86c;
    background: linear-gradient(45deg, #dcb86c 0%, rgba(115, 67, 210, 0) 100%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    opacity: 0.4;
    z-index: -1;
}
.service_card {
    background: linear-gradient(135deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    position: relative;
    z-index: 9;
    border: 1px solid var(--dark-blue-2);
    padding: 30px 30px 30px 50px;
    border-radius: 15px;
}
.service_card .bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 15px;
}
.service_card .bg-shape img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.tj-service-section.style-8 h2.title {
    color: #0f172a;
}
.tj-portfolio-section.style-8 {
    padding-top: 120px;
    background-color: var(--tj-theme-accent-1);
    position: relative;
    z-index: 1;
}
.tj-portfolio-section.style-8, .tj-service-section.style-8{padding-top: 50px !important; padding-bottom: 50px;}
.tj-portfolio-section.style-8::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: var(--tj-theme-primary);
    background: linear-gradient(45deg, var(--tj-theme-primary) 0%, rgba(115, 67, 210, 0) 100%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    opacity: 0.4;
    z-index: -1;
}
.tj-service-section.style-8 .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 100%;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.section-header.style-5 .subtitle {
    display: inline-block;
    color: var(--tj-theme-primary);
    font-size: 12px;
    font-weight: var(--tj-fw-sbold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-header.style-5 .title {
    font-size: 44px;
    font-weight: var(--tj-fw-sbold);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    display: block;
}
.tj-text-invert > div{
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.4)));
    background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 50%);
}
.tj-service-section.style-8 .service-navigation, .tj-progress-7-area .progress-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tj-progress-7-area .progress-navigation .progress-prev, .tj-progress-7-area .progress-navigation .progress-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    line-height: 1;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--tj-white);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.tj-service-section.style-8 .service-navigation .service-next::before, .tj-service-section.style-8 .service-navigation .service-prev::before, .tj-progress-7-area .progress-navigation .progress-prev::before, .tj-progress-7-area .progress-navigation .progress-next::before {
    position: absolute;
    content: "";
    /*width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--tj-theme-primary);
    border-radius: 50%;*/
    opacity: 0;
    /*visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;*/
}
.tj-service-section.style-8 .service-navigation .service-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--tj-white);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    position: absolute;
    right: -3.9%;
    top: 50.2%;
    background: linear-gradient(90deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.tj-service-section.style-8 .service-navigation .service-next:hover{
	background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	color: var(--full-black);
	transform: rotate(0deg);
}
.tj-service-section.style-8 .service-navigation .service-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--tj-white);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    position: absolute;
    right: 18.5%;
    top: 50.2%;
    background: linear-gradient(90deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.tj-service-section.style-8 .service-navigation .service-prev:hover{
	background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	color: var(--full-black);
	transform: rotate(0deg);
}
.tj-service-item.style-8, .tj-portfolio-item.style-8 {
    text-align: center;
    background-color: var(--tj-black-2);
    border-radius: 12px;
    border: 1px solid rgba(116, 119, 121, 0.1);
    padding: 40px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tj-service-item.style-8 .service-icon, .tj-portfolio-item.style-8 .portfolio-icon{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    line-height: 1;
    background: -webkit-gradient(linear, right top, left top, from(var(--tj-theme-secondary)), to(var(--tj-theme-primary)));
    background: linear-gradient(-90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
    border-radius: 50%;
    margin-bottom: 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.tj-service-item:hover.style-8 .service-icon img, .tj-portfolio-item:hover.style-8 .portfolio-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tj-service-item.style-8 .service-icon img, .tj-portfolio-item.style-8 .portfolio-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.tj-service-item.style-8 .title, .tj-portfolio-item.style-8 .title {
    font-size: 28px;
    font-weight: var(--tj-fw-sbold);
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}
.portfolio_card {
    border: 1px solid var(--tj-theme-primary);
    padding: 30px 30px 30px 50px;
    border-radius: 15px;
    background: #00000000;
}
.service_card_left, .portfolio_card_left {
    padding: 50px 50px 50px 0;
}
.tj-service-5-accordion-list-item, .tj-portfolio-5-accordion-list-item {
    margin-bottom: 22px;
}
.tj-service-5-accordion-list-item span, .tj-portfolio-5-accordion-list-item span {
    font-weight: var(--tj-fw-sbold);
    color: var(--tj-white);
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 12px;
    line-height: 2;
}
.tj-service-5-accordion-list-item span::before, .tj-portfolio-5-accordion-list-item span::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: var(--tj-white);
}

.tj-service-5-accordion-list-title, .tj-portfolio-5-accordion-list-title{
    padding-bottom: 30px;
    transform: translateY(22px);
    margin-bottom: -115px;
    color: var(--tj-white);
    margin-bottom: 0px;
    font-weight: var(--tj-fw-bold);
    font-size: 30px;
    letter-spacing: -0.02em;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in;
}
.tj-service-5-accordion-list-title span, .tj-portfolio-5-accordion-list-title span{
	color: var(--tj-theme-primary);
  margin-right: 4px;
}
img.service-image, img.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.tj-service-section.style-8 .service-pagination {
    text-align: center;
    margin-top: 0px;
}
.tj-progress-7-area .progress-pagination {
    text-align: center;
    margin-top: 30px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.tj-progress-7-area .progress-pagination .swiper-pagination-bullet {
    background-color: var(--white-1);
    opacity: 0.3;
}
.tj-service-section.style-8 .service-pagination .swiper-pagination-bullet{
	background-color: #0f172a;
    opacity: 0.3;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.tj-service-section.style-8 .service-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .tj-progress-7-area .progress-pagination .swiper-pagination-bullet-active{
	opacity: 1;
}
.portfolio_card:nth-child(even) .row {
  flex-direction: row-reverse;
}
.portfolio_card:nth-child(even) .row .portfolio_card_left{
  padding: 50px 0px 50px 50px;
}
.portfolio_card, .service_card {
    margin-bottom: 30px;
}
.portfolio_card:last-child {
    margin-bottom: 0px;
}
.portfolio_card {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.6s ease;
  display: none;
}

.portfolio_card.show {
  display: block;
}

.portfolio_card.animate, .service_card.service_page.animate {
  opacity: 1;
  transform: translateY(0);
}
#portfolioContainer {
  scroll-behavior: smooth;
}
.service_card.service_page .service_card_left, .service_card.service_page .service_card_right {
    width: 100%;
}
.service_card.service_page .row {
    flex-direction: column-reverse;
}
.service_card.service_page{padding: 0px;}
.service_card.service_page .service_card_left {
    padding: 15px 30px 30px 40px;
}
.service_card.service_page .service_card_left a.btn.tj-btn-primary {
    width: 100%;
}
.service_card.service_page{
	position: relative;
    z-index: 9;
}
.service_card.service_page .bg-shape{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.service_card.service_page .bg-shape img{
	width: 100%;
	height: 100%;
}
/* END: Services Section Style 8 */


/*
* ===============================
*  START: Services Section
* ===============================
*/
.services-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: var(--tj-black-2);
}
.services-section .section-header {
	margin-left: auto;
	margin-right: auto;
}
.services-widget > a {
	color: inherit;
	text-decoration: none;
}
.services-widget .service-item {
	border-bottom: 1px solid var(--tj-theme-secondary);
	padding: 0 30px;
	position: relative;
	z-index: 2;
	gap: 20px;
}
.services-widget .service-item .number {
	color: var(--tj-theme-primary);
	font-size: 20px;
	font-weight: var(--tj-fw-bold);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.services-widget .service-item.current .number {
	color: var(--tj-white);
}
.services-widget .service-item.current.mleave .number {
	color: var(--tj-theme-primary);
}
.services-widget .service-item:hover .number {
	color: var(--tj-white);
}
.services-widget .service-item .left-box {
	width: calc(40% - 10px);
	padding: 30px 0;
	gap: 20px;
}
.services-widget .service-item .left-box .service-title {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.services-widget .service-item .right-box {
	width: calc(60% - 10px);
	padding: 30px 0;
	padding-right: 15%;
}
.services-widget .service-item .right-box p:last-child {
	margin-bottom: 0;
}
.services-widget .active-bg {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.services-widget i {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 55px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: var(--tj-theme-primary);
}
.services-widget .service-item.current i {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	color: var(--tj-white);
}
.services-widget .service-item.current.mleave i {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	color: var(--tj-theme-primary);
}
.services-widget .service-item:hover i {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	color: var(--tj-white);
}
.services-widget .service-item .service-link {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.service_details {
	padding: 0 40px 50px 40px;
}
.service_details_content .service_info .subtitle {
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--tj-black-2);
	margin-bottom: 10px;
}
.service_details_content .service_info .title {
	color: var(--tj-black-2);
	margin-bottom: 10px;
}
.service_details_content .service_info .desc {
	font-size: 16px;
	color: var(--tj-theme-accent-1);
	margin-bottom: 20px;
}
.service_details_content .service_info .desc p:last-child {
	margin-bottom: 0;
}
.service_details_content .service_info ul {
	padding: 0;
	margin: 0;
	list-style: none;
	columns: 2;
}
.service_details_content .service_info ul li {
	display: block;
	font-size: 16px;
	color: var(--tj-theme-accent-1);
	font-weight: var(--tj-fw-medium);
	position: relative;
	z-index: 1;
	padding-left: 22px;
	margin-bottom: 5px;
}
.service_details_content .service_info ul li::before {
	content: "\f00c";
	font-family: var(--tj-ff-fontawesome);
	font-weight: var(--tj-fw-medium);
	color: var(--tj-theme-primary);
	position: absolute;
	left: 0;
	top: 0;
}
/* END: Services Section */

/*
* ===============================
*  START: Portfolio Section
* ===============================
*/
.popup_modal_content .portfolio_info a.btn.tj-btn-primary {
    background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
    color: var(--full-black);
}
.popup_modal_content .portfolio_info a.btn.tj-btn-primary:hover {
    background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
    color: var(--full-black);
}
.portfolio-section.style-5 {
    padding-bottom: 120px;
    background-color: var(--tj-black-2);
    position: relative;
    z-index: 9;
}
.portfolio-section.style-5 .bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.portfolio-section.style-5 .bg-shape img {
    width: 100%;
    height: 100%;
}
.portfolio-section.style-5 .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 100%;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.portfolio-section.style-5 .section-header .sec-text, .tj-service-section.style-8 .section-header .sec-text {
    max-width: 560px;
    margin-left: 0;
}
.portfolio-section.style-5 .section-header .portfolio-shapes, .tj-service-section.style-8 .section-header .service-shapes {
    position: absolute;
    bottom: 20px;
    right: 32%;
    max-width: 100px;
    width: 100%;
    z-index: -1;
    -webkit-animation: up-down-move-2 3s forwards infinite alternate;
    animation: up-down-move-2 3s forwards infinite alternate;
}
.portfolio-section.style-5 .section-header .portfolio-shapes img {
    width: 100%;
}
.portfolio-section.style-5 .portfolio_slider {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
}
.portfolio-item.style-5 {
    max-width: 645px;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0px;
}
.portfolio-item.style-5 .image-box {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.portfolio-item.style-5 .image-box img {
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.portfolio-item.style-5 .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 25px;
    padding: 35px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.portfolio-item.style-5 .content-box .portfolio-text .portfolio-title {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.portfolio-item.style-5 .content-box .portfolio-text p {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.portfolio-item.style-5 .content-box .portfolio-arrow a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--white-1);
    color: var(--full-black);
    background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
    font-size: 25px;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}
.portfolio-item.style-5 .content-box .portfolio-arrow a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
    border-color: var(--golden-yellow-1);
}
.portfolio-item.style-5 .content-box .portfolio-arrow a .icon_box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding: 0 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.portfolio-item.style-5 .content-box .portfolio-arrow a .icon_box .icon_first, .portfolio-item.style-5 .content-box .portfolio-arrow a .icon_box .icon_second {
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-item.style-5 .content-box .portfolio-arrow a .icon_box .icon_second {
     position: absolute; 
     -webkit-transform: translateX(-150%); 
    -ms-transform: translateX(-150%);
     transform: translateX(-150%); 
}
.portfolio-item.style-5:hover .content-box .portfolio-arrow a::before {
    opacity: 1;
    visibility: visible;
}
.portfolio-item.style-5 .content-box .portfolio-arrow a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}
.portfolio-section.style-5 .portfolio_slider .portfolio-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.portfolio-section.style-5 .portfolio_slider .portfolio-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
}
.portfolio-section.style-5 .portfolio_slider .portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tj-white);
}
.portfolio-section.style-5 .portfolio-navigation, .service-section.style-5 .service-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio-section.style-5 .portfolio-navigation .portfolio-prev{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--full-black);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    position: absolute;
    right: 17.2%;
    top: 50.2%;
    background: linear-gradient(90deg, var(--white-1), var(--white-2), var(--white-3));
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.portfolio-section.style-5 .portfolio-navigation .portfolio-prev:hover{background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3)); transform: rotate(0deg);}
.portfolio-section.style-5 .portfolio-navigation .portfolio-next:hover{background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3)); transform: rotate(0deg);} 
.portfolio-section.style-5 .portfolio-navigation .portfolio-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--full-black);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    position: absolute;
    right: -3.9%;
    top: 50.2%;
    background: linear-gradient(90deg, var(--white-1), var(--white-2), var(--white-3));
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.portfolio-section {
	padding-top: 120px;
	padding-bottom: 80px;
	background: var(--tj-theme-accent-1);
}
.portfolio-section .section-header {
	margin-left: auto;
	margin-right: auto;
}
.portfolio-filter .button-group {
	background-color: var(--tj-black-2);
	border-radius: 60px;
	padding: 6px 8px;
	display: inline-block;
}
.portfolio-filter .button-group button {
	background: transparent;
	border: none;
	color: var(--tj-white);
	text-transform: capitalize;
	font-size: 15px;
	line-height: 1;
	padding: 12px 25px;
	border-radius: 50px;
	z-index: 10;
	position: relative;
}
.portfolio-filter .button-group {
	position: relative;
}
.portfolio-filter .button-group .active-bg {
	border-radius: 50px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.portfolio-box {
	padding-top: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.portfolio-box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	height: 35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	-webkit-filter: blur(150px);
	filter: blur(150px);
}
.portfolio-box .portfolio-sizer {
	width: 48%;
}
.portfolio-box .portfolio-item {
	background-color: var(--tj-theme-accent-2);
	margin-bottom: 4%;
	padding: 36px 36px 0 36px;
	border-radius: 10px;
	width: 48%;
}
.portfolio-box .gutter-sizer {
	width: 4%;
}
.portfolio-box .portfolio-item--width2 {
	width: 22%;
}
.portfolio-box .image-box {
	text-align: center;
}
.portfolio-box .content-box {
	position: absolute;
	bottom: 15px;
	left: 0;
	background: #000;
	width: calc(100% - 40px);
	border-radius: 15px;
	margin: 0 auto;
	right: 0;
	padding: 20px;
	padding-right: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
}
.portfolio-box .portfolio-item:hover .content-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-box .portfolio-item .content-box .portfolio-title {
	font-size: 30px;
}
.portfolio-box .portfolio-item .content-box p {
	margin-bottom: 0;
}
.portfolio-box .portfolio-item .content-box .portfolio-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: transparent;
	border: none;
	padding: 0;
}
.portfolio-box .portfolio-item .content-box i {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--tj-white);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.portfolio-box .portfolio-item:hover .content-box i {
	-webkit-transform: translateY(-50%) rotate(360deg);
	-ms-transform: translateY(-50%) rotate(360deg);
	transform: translateY(-50%) rotate(360deg);
}
/*  END: Portfolio Section */


/*
* ===============================
*  START: Popup Contact
* ===============================
*/
#contact-wrapper .popup_modal_content {
	background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
	padding: 40px;
}
.popup_contact_area {
    visibility: visible !important;
}
.popup_contact_area .popup_contact_form{
	background: transparent;
    padding: 0px;
    margin-top: 10px;
    border-radius: 15px;
    visibility: visible !important;
}
.popup_contact_area .section-header{
	max-width: 100%;
	margin-bottom: 25px;
	visibility: visible !important;
}
.popup_contact_area .section-header .section-title{
	font-size: 45px;
    color: var(--white-1	);
    margin-bottom: 0;
    font-weight: var(--tj-fw-medium);
    visibility: visible !important;
    text-align: center;
}
.popup_contact_area .section-header p{text-align: center;}
.popup_contact_area form#contact-form .form_group {
    display: flex;
    gap: 50px;
}
.popup_contact_area .popup_contact_form form#contact-form button.btn.tj-btn-primary-2:hover{
	background: var(--white-1);
	color: var(--full-black);
}
.popup_contact_info {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.popup_contact_info .pop_cont_box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%);
    padding: 30px;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    gap: 20px;
    width: 25%;
    height: 200px;
}
.popup_contact_info .pop_cont_box p {
    text-align: center;
}
.popup_contact_info .pop_cont_box a{text-decoration: none;}
.popup_contact_info .pop_cont_box a p{color: var(--white-1); text-decoration: none;}
.popup_contact_info .pop_cont_box i {
    font-size: 22px;
    background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
    color: var(--full-black);
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
}
.pop_cont_box.cont_box:hover i {
    background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
	color: var(--golden-yellow-1);
}
.pop_cont_box.count_box:hover p{
	color: var(--golden-yellow-1);
}
.pop_cont_box.my_social_icons ul{visibility: visible !important;}
.pop_cont_box.my_social_icons p {
    font-size: 20px;
    color: #fff;
}
.pop_cont_box.my_social_icons .social-icons li a i:hover{
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
	color: var(--dark-blue-1);
}
/*  END: Popup Contact */
.contact-wrapper_details{padding: 0px 40px 50px 40px}
/*
* ===============================
*  START: Popup Section
* ===============================
*/
.popup_content_area {
	max-width: 1350px;
	width: 100%;
	background-color: var(--tj-theme-secondary);
	-webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.03);
	box-shadow: 0 0 40px rgba(255, 255, 255, 0.03);
	margin: 0 auto;
	position: relative;
}
.popup-mfp {
	overflow: hidden;
}
.popup-mfp .mfp-container {
	position: fixed;
	padding: 75px 0;
	overflow-y: scroll;

	scrollbar-width: thin;
	scrollbar-color: var(--tj-theme-primary) var(--tj-theme-secondary);
}
.popup-mfp .mfp-container::-webkit-scrollbar {
	height: 4px;
	width: 4px;
	background: var(--tj-theme-secondary);
}

.popup-mfp .mfp-container::-webkit-scrollbar-thumb {
	background: var(--tj-theme-primary);
	-webkit-border-radius: 1px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

.popup-mfp .mfp-container::-webkit-scrollbar-corner {
	background: transparent;
}

.popup-mfp .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.popup-mfp.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.popup-mfp.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.popup-mfp.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.popup-mfp.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.popup-mfp.mfp-removing.mfp-bg {
	opacity: 0;
}

.popup_content_area .mfp-close {
	background: -o-linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
	background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
	color: var(--full-black);
	opacity: 1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 1;
	font-weight: var(--tj-fw-normal);
	right: -45px;
	top: -45px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.popup_content_area .mfp-close:hover {
	background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
	color: var(--white-1);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.popup_modal_img {
	padding: 0px 0px 0 0px;
	text-align: center;
	max-height: 330px;
	overflow: hidden;
	height: 330px;
	display: none;
}
.popup_modal_img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
    border-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#portfolio-wrapper .popup_modal_content{
	background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
}
.popup_modal_content {
	background-color: var(--tj-white);
	padding: 40px;
}
.popup_modal_content .portfolio_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: start;
	gap: 50px;
	padding: 0px 40px 0px 0px;
}
.popup_modal_content .portfolio_info .portfolio_info_text,
.popup_modal_content .portfolio_info .portfolio_info_items {
	max-width: calc(50% - 25px);
	width: 100%;
}
.portfolio_description .title,
.portfolio_info .portfolio_info_text .title {
	color: var(--white-1);
	margin-bottom: 10px;
}
.portfolio_description .desc,
.portfolio_info .portfolio_info_text .desc {
	font-size: 16px;
	color: var(--white-1);
	letter-spacing: 0.02em;
}
.portfolio_description .desc p:last-child,
.portfolio_info .portfolio_info_text .desc p:last-child {
	margin-bottom: 0;
}
.portfolio_info .portfolio_info_text .btn {
	margin-top: 20px;
}
.portfolio_info .portfolio_info_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 30px;
}
.portfolio_info .portfolio_info_items .info_item {
	max-width: calc(50% - 10px);
	width: 100%;
}
.portfolio_info_items .info_item .key {
	display: block;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--white-1);
}
.portfolio_info_items .info_item .value {
	display: block;
	font-size: 16px;
	font-weight: var(--tj-fw-medium);
	color: var(--white-1);
	margin-top: 5px;
}
.portfolio_info_items .info_item .value a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio_info_items .info_item .value a:hover {
	color: var(--tj-theme-primary);
}
.popup_modal_content .portfolio_gallery {
	margin-top: 50px;
}
.portfolio_gallery .gallery_item {
	max-width: 930px;
	width: 100%;
}
.portfolio_gallery button.owl-next, .portfolio_gallery button.owl-prev{
	background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.portfolio_gallery button.owl-next:hover, .portfolio_gallery button.owl-prev:hover{
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%) !important;
}
.portfolio_gallery button.owl-next {
    position: absolute;
    top: 30%;
    right: -1.7%;
}
/*.portfolio_gallery button.owl-next:hover span, .portfolio_gallery button.owl-prev:hover span{
	color: var(--white-1);
}*/
.portfolio_gallery button.owl-prev {
    position: absolute;
    top: 30%;
    left: -1.7%;
}
.portfolio_gallery button.owl-prev span{
	color: var(--full-black);
	position: absolute;
    top: -14%;
    left: 35%;
    font-size: 38px;
}
.portfolio_gallery button.owl-next span{
	color: var(--full-black);
	position: absolute;
    top: -14%;
    right: 35%;
    font-size: 38px;
}
.portfolio_gallery .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
}
.portfolio_gallery .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--tj-theme-primary);
	opacity: 0.6;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 0;
	padding: 0;
}
.portfolio_gallery .owl-dots .owl-dot:hover,
.portfolio_gallery .owl-dots .owl-dot.active {
	width: 30px;
	opacity: 1;
	border-radius: 30px;
}
.portfolio_gallery .owl-dots .owl-dot span {
	display: none;
}
.popup_modal_content .portfolio_story_approach,
.popup_modal_content .portfolio_description {
	padding: 0 40px;
	margin-top: 50px;
}

.portfolio_story_approach .portfolio_approach,
.portfolio_story_approach .portfolio_story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 50px;
}
.portfolio_approach .approach_title,
.portfolio_story .story_title {
	max-width: 20%;
	width: 100%;
}
.portfolio_approach .approach_title .title,
.portfolio_story .story_title .title {
	font-size: 20px;
	text-transform: uppercase;
	color: var(--white-1);
	margin-bottom: 0;
}
.portfolio_approach .approach_content,
.portfolio_story .story_content {
	max-width: 79%;
	width: 100%;
	letter-spacing: 0.02em;
	color: var(--white-1);
	font-size: 16px;
}
.portfolio_approach .approach_content p:last-child,
.portfolio_story .story_content p:last-child {
	margin: 0;
}
.popup_modal_content .portfolio_navigation {
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
	padding: 35px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.portfolio_navigation .navigation_item {
	max-width: calc(50% - 10px);
	width: 100%;
}
.portfolio_navigation .navigation_item .project {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-decoration: none;
}
.portfolio_navigation .navigation_item .project i {
	font-size: 30px;
	line-height: 1;
	color: var(--full-black);
	max-width: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.portfolio_navigation .navigation_item.prev-project .project i {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.portfolio_navigation .navigation_item.next-project .project:hover i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.portfolio_navigation .navigation_item.prev-project .project:hover i{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.portfolio_navigation .navigation_item .project .nav_project .label {
	font-size: 16px;
	letter-spacing: 0.02em;
	display: block;
	color: var(--full-black);
}
.portfolio_navigation .navigation_item .project .nav_project .title {
	font-size: 45px;
	margin: 0;
	color: var(--full-black);
}
.portfolio_navigation .navigation_item.next-project {
	text-align: end;
}
/* END: Popup Section */

/*
* ===============================
*  START: Resume Section style 5
* ===============================
*/
.resume-section.style-5 {
    padding-bottom: 120px;
    background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.resume-section.style-5::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 650px;
    height: 550px;
    border-radius: 50%;
    background: var(--tj-theme-primary);
    background: linear-gradient(190deg, var(--tj-theme-primary) 0%, rgba(115, 67, 210, 0) 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    margin-top: -16%;
    opacity: 0.5;
    z-index: -1;
}
.resume-section.style-5 .section-header{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.section-header.style-3 .subtitle, .section-header.style-5 .subtitle {
    display: inline-block;
    color: #ffffff;
    font-weight: var(--tj-fw-medium);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    background: linear-gradient(90deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    padding: 10px 20px;
    border-radius: 20px;
    width: fit-content;
    letter-spacing: 0.2em;
}
.portfolio-section.style-5 .sec-text .subtitle, .tj-progress-7-area .sec-text .subtitle, .blog-section .sec-text .subtitle {
    background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
    color: var(--full-black);
}
.section-header.style-3 .title {
    font-size: 44px;
    font-weight: var(--tj-fw-sbold);
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
.blog-button a.btn.tj-btn-primary{
	background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
    color: var(--full-black);
}
.blog-button a.btn.tj-btn-primary:hover{
	background: linear-gradient(90deg, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    color: var(--white-1);
}
.resume-section.style-5 .section-header.style-3 {
    display: grid;
    width: 100%;
    text-align: left !important;
    max-width: 100%;
}
.resume_menu_5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
    border-radius: 60px;
    position: relative;
    padding: 5px;
    z-index: 1;
    position: relative;
    margin-top: -12%;
    right: -38%;
    margin-bottom: 8%;
}
.resume_menu_5 .resume-tab.active {
    background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
    color: var(--full-black);
}
.tab-content>.active {
    display: block !important;
}
.resume-tabs .tab-content .tab-pane.fade {
    background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
    position: relative;
    z-index: 9;
    border-radius: 15px;
}
.resume-tabs .tab-content .tab-pane.fade .bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.resume-tabs .tab-content .tab-pane.fade .bg-shape img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.tab-content>.tab-pane {
    display: none;
}
.resume_wrapper_5 {
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}
.resume_wrapper_5 .resume_inner_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    gap: 20px;
}
.resume_wrapper_5 .resume_inner_5 .icon_box {
    max-width: 100px;
    width: 100%;
}
.resume_wrapper_5 .resume_inner_5 .icon_box img {
    width: 100%;
}
.exp_box {
    display: flex;
    gap: 20px;
    align-items: center;
}
.exp_box span {
    border-right: 1px solid;
    margin-bottom: 0px !important;
    padding-right: 20px;
}
.exp_box span:last-child {
    border-right: 0px solid;
    margin-bottom: 0px !important;
    padding-right: 00px;
}
.exp_box span i {
    margin-right: 5px;
}
.resume_menu_5 .resume-tab {
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-white);
    border-radius: 60px;
    padding: 11px 25px;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 1;
}
.resume_item.style-5 {
	   display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
}
.resume_wrapper_5 .resume_inner_5:not(:last-child) .resume_item {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.resume_item .resume_content .resume_text .subtitle {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 22px;
}

/* END: Resume Section style 5 */


/*
* ===============================
*  START: Resume Section
* ===============================
*/
.resume-section {
	padding-top: 120px;
	padding-bottom: 90px;
	background: var(--tj-black-2);
}
.resume-section .resume-item {
	margin-right: 100px;
}
.resume-widget .resume-item {
	position: relative;
	padding: 20px 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background: var(--tj-theme-accent-2);
	z-index: 10;
}
.resume-widget .resume-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	opacity: 0;
	z-index: -1;
	border-radius: 20px;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
}
.resume-widget .resume-item:hover:before {
	opacity: 1;
}
.resume-widget .resume-item .time {
	color: var(--tj-theme-primary);
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
}
.resume-widget .resume-item:hover .time {
	color: var(--tj-white);
}
.resume-widget .resume-item .resume-title {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
/* END: Resume Section */

/*
* ===============================
*  START: Skills Section
* ===============================
*/

/* Style 7 */
.tj-progress-7-area {
    background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
    padding: 120px 0 90px;
    position: relative;
    z-index: 9;
}
.tj-progress-7-area .bg-shape{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.tj-progress-7-area .bg-shape img{
	width: 100%;
	height: 100%;
}
.tj-progress-7-area .section-header.style-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}
.swiper-slide .skill-item {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.swiper-slide .skill-item .skill-inner {
    border-radius: 25px;
    padding: 40px 15px 30px;
    background: #0d1427;
    border: 2px solid #ffffff;
    margin-bottom: 15px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.swiper-slide .skill-item .skill-inner .icon-box {
    max-width: 60px;
    width: 100%;
    margin: 0 auto 30px;
    opacity: 1;
}
.swiper-slide .skill-item .skill-inner .icon-box img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.swiper-slide .skill-item .skill-inner .number {
    color: var(--white-1);
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
}
.swiper-slide .skill-item p{
	  color: var(--white-1);
    margin-bottom: 0;
}
.swiper-slide .skill-item:hover .skill-inner{
	background: #0d1427;
    border: 2px solid #fff;
}
.swiper-slide .skill-item:hover .icon-box{
	opacity: 1;
}
.swiper-slide .skill-item:hover .icon-box img{
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.swiper-slide .skill-item:hover .number{
	 color: var(--tj-theme-primary);
}
/* end style 7 */
.skills-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background: var(--tj-theme-accent-1);
}

.skills-section .section-header {
	margin-left: auto;
	margin-right: auto;
}
.skills-widget {
	gap: 20px;
	row-gap: 30px;
}
.skills-widget .skill-item {
	max-width: 180px;
	width: 100%;
	text-align: center;
}

.skills-widget .skill-inner {
	border-radius: 25px;
	padding: 40px 15px 30px;
	background: var(--tj-theme-accent-2);
	border: 1px solid transparent;
	margin-bottom: 15px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.skills-widget .skill-item:hover .skill-inner {
	background: var(--tj-theme-secondary);
	border: 1px solid var(--tj-theme-primary);
}

.skills-widget .skill-item .icon-box {
	max-width: 60px;
	width: 100%;
	margin: 0 auto 30px;
	opacity: 0.5;
}

.skills-widget .skill-item:hover .icon-box {
	opacity: 1;
}

.skills-widget .skill-item .icon-box img {
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.skills-widget .skill-item:hover .icon-box img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.skills-widget .skill-item .number {
	color: var(--tj-grey-1);
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
}

.skills-widget .skill-item:hover .number {
	color: var(--tj-theme-primary);
}

.skills-widget .skill-item p {
	color: var(--tj-theme-primary);
	margin-bottom: 0;
}
/*  END: Skills Section */

/*
* ===============================
*  START: Testimonials Section
* ===============================
*/
/* style 4 */
.testimonial-section.style-4 {
    background-color: var(--off-white);
    padding-top: 170px;
    padding-bottom: 0px;
}
.testimonial-section.style-4 .section-header.style-5 {
    max-width: 100%;
}
.testimonial-section.style-4 .section-header.style-5 .sec-text {
    justify-content: space-between;
    align-items: center;
}
.testimonial-section.style-4 .section-header.style-5 .sec-text .test-_content {
    width: 60%;
    display: grid;
}
.testimonial-section.style-4 .section-header.style-5 .sec-text .test-_content p{
	color: var(--full-black);
	font-size: 16px;
}
.testimonial-section.style-4 .section-header.style-5 .sec-text a.btn.tj-btn-primary{
	background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
	color: var(--full-black);
}
.testimonial-section.style-4 .section-header.style-5 .sec-text a.btn.tj-btn-primary:hover{
	background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
	color: var(--white-1);
}
.testimonial-item.style-4 {
    background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
    border-radius: 15px;
    padding: 45px 30px;
    max-width: 415px;
    width: 100%;
        position: relative;
    z-index: 9;
}
.testimonial-item.style-4 .bg-shape{
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.testimonial-item.style-4 .bg-shape img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.testimonial-item.style-4 .top-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}
.testimonial-item.style-4 .top-infos .title {
    font-weight: var(--tj-fw-medium);
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.testimonial-item.style-4 .testimonial-auother {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}
.testimonial-item.style-4 .testimonial-auother .auother-image {
    max-width: 50px;
    width: 100%;
}
.testimonial-item.style-4 .testimonial-auother .auother-image img {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-item.style-4 .testimonial-auother .auother-text .title {
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}
.testimonial-item.style-4 .testimonial-auother .auother-text .subtitle {
    font-size: 14px;
    letter-spacing: 0.02em;
}
.testimonial-section.style-4 .testimonial-pagination {
    text-align: center;
    margin-top: 25px;
}
.testimonial-section.style-4 .testimonial-pagination .swiper-pagination-bullet {
    background: var(--tj-grey-2);
    opacity: 1;
}
.testimonial-section.style-4 .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--tj-theme-primary);
}
/* End style 4 */
/* style 9 */
.tj-testimonial-9-area {
    padding: 120px 0 90px;
}
/*.section-header.style-5 .subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: var(--tj-fw-sbold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-header.style-5 .title {
    font-size: 44px;
    font-weight: var(--tj-fw-sbold);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
    display: block;
}*/
.tj-text-invert > div {
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 50%);
}
.tj-testimonial-9-area .section-header p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 32px;
    margin-top: 24px;
    max-width: 350px;
    width: 100%;
}
.tj-testimonial-9-slider{
    display: flex;
    -webkit-box-pack: end;
    justify-content: end;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.tj-testimonial-9-active {
    height: 620px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tj-testimonial-9-active::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0px;
    right: 0px;
    z-index: 2;
    background: linear-gradient(180deg, var(--tj-theme-accent-2) 0%, rgba(21, 9, 29, 0) 100%);
}
.swiper-backface-hidden .swiper-slide{
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tj-testimonial-9-wrapper {
    max-width: 750px;
    width: 100%;
    background: rgb(20, 12, 28);
    border: 2px solid var(--tj-theme-secondary);
    border-radius: 10px;
    padding: 28px 22px 40px;
    transition: 0.6s ease-in-out;
}
.tj-testimonial-9-top {
    display: flex;
    -webkit-box-align: end;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tj-testimonial-9-author {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.tj-testimonial-9-author-img {
    max-width: 76px;
    width: 100%;
    height: 76px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
    border-radius: 50%;
    padding: 8px;
}
.tj-testimonial-9-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.tj-testimonial-9-author-name .title {
    font-size: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.tj-testimonial-9-author-name .desc {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: rgba(221, 221, 221, 0.6);
}
.star-ratings {
    unicode-bidi: bidi-override;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1;
    position: relative;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 1px var(--tj-color-theme-secondary);
}
/*.star-ratings .fill-ratings {
    color: var(--tj-color-theme-secondary);
    position: absolute;
    z-index: 1;
    display: block;
    top: 0px;
    left: 0px;
    padding: 0px;
    overflow: hidden;
}*/
.star-ratings .fill-ratings span {
    display: inline-block;
}
.star-ratings .empty-ratings {
    display: block;
    z-index: 0;
    color: var(--tj-color-common-white);
    padding: 0px;
}
.tj-testimonial-9-paragraph {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.tj-testimonial-9-active .swiper-slide.swiper-slide-active{
	border: 2px solid var(--tj-theme-primary);
}
.testimonial-rating{display: flex; justify-content: center;}
.hero-8-reviews-rating {
    text-align: center;
}
/* end style 9 */
.testimonial-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background: var(--tj-black-2);
	position: relative;
}
.testimonial-section:before {
	content: "";
	position: absolute;
	left: 5%;
	bottom: 15%;
	width: 20%;
	height: 20%;
	border-radius: 50%;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	-webkit-filter: blur(150px);
	filter: blur(150px);
}
.testimonials-widget .testimonial-item {
	background: var(--tj-theme-accent-2);
	max-width: 300px;
	width: 100%;
	border-radius: 15px;
	padding: 25px;
}
.testimonials-widget .testimonial-item .top-area {
	margin-bottom: 20px;
}
.testimonials-widget .testimonial-item .image-box {
	width: 40%;
	max-width: 120px;
}
.testimonials-widget .testimonial-item .image-box img {
	border-radius: 5px 5px 5px 125px;
}
.testimonials-widget .testimonial-item .logo-box {
	max-width: 100px;
	width: 100%;
}
.testimonials-widget .testimonial-item .icon-box {
	margin-bottom: 25px;
}
.testimonials-widget .testimonial-item .icon-box svg {
	margin-right: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition-delay: 1.5s;
	transition: 0.4s;
}
.testimonials-widget
	.owl-item.active
	.testimonial-item
	.icon-box
	svg:first-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.testimonials-widget
	.owl-item.active
	.testimonial-item
	.icon-box
	svg:last-child {
	-webkit-transform: translateX(-22px) rotate(135deg);
	-ms-transform: translateX(-22px) rotate(135deg);
	transform: translateX(-22px) rotate(135deg);
}
.testimonials-widget .testimonial-item .quote {
	font-size: 16px;
	margin-bottom: 50px;
}
.testimonials-widget .testimonial-item .name {
	font-size: 18px;
	margin-bottom: 5px;
	color: var(--tj-white);
}
.testimonials-widget .testimonial-item span.designation {
	font-size: 14px;
	display: block;
}
/* END: Testimonials Section */

/*
* ===============================
*  START: Blog Section
* ===============================
*/
.blog-col {
  display: none;
}

.blog-col.show {
    display: block;
  animation: fadeUp 0.5s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blog_btn{
	display: flex;
	justify-content: center;
}
.blog_loadmore_btn{
    color: var(--full-black);
    background: linear-gradient(90deg, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
    background-size: 200%;
    animation: shine 3s linear infinite;
    font-size: var(--tj-fz-btn);
    font-weight: var(--tj-fw-bold);
    line-height
    text-transform: capitalize;
    border: none;
    border-radius: 50px;
    padding: 17px 35px;
    transition: 0.4s;
}
.blog_loadmore_btn:hover{
    background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    color: var(--white-1);
}
.blog-section.blog_page{
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
}
.blog-section .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 100%;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.blog-section.blog_page span.subtitle{
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	color: var(--white-1);
}
.blog-section .section-header .sec-text{
	max-width: 560px;
    margin-left: 0;
}
.blog-section .section-header .blog-shapes {
    position: absolute;
    bottom: 20px;
    right: 32%;
    max-width: 100px;
    width: 100%;
    z-index: -1;
    -webkit-animation: up-down-move-2 3s forwards infinite alternate;
    animation: up-down-move-2 3s forwards infinite alternate;
}
.blog-section .section-header .blog-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-section .blog-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-section .blog-navigation .blog-prev, .blog-section .blog-navigation .blog-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--tj-white);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.blog-section .blog-navigation .blog-prev{
	position: absolute;
    right: 16.2%;
    top: 50.2%;
    color: var(--full-black);
    background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.blog-section .blog-navigation .blog-prev:hover{
	background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
	color: var(--full-black);
    transform: rotate(0deg);
}
.blog-section .blog-navigation .blog-next:hover{
	background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
	color: var(--full-black);
    transform: rotate(0deg);
}
.blog-section .blog-navigation .blog-next{
	position: absolute;
    right: -3.9%;
    top: 50.2%;
    color: var(--full-black);
    background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.blog-section .blog-navigation .blog-prev::before, .blog-section .blog-navigation .blog-next::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--tj-theme-primary);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.blog-section .blog-pagination {
    text-align: center;
    margin-top: 30px;
}
.blog-section .blog-pagination .swiper-pagination-bullet {
    background-color: var(--white-1);
    opacity: 0.3;
}
.blog-section .blog-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}


.blog-section {
	padding-top: 120px;
	padding-bottom: 90px;
	background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
	position: relative;
    z-index: 9;
}
.blog-section .bg-shape{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.blog-section .bg-shape img{
   width: 100%;	
   height: 100%;
}
.blog-section .section-header {
	margin-left: auto;
	margin-right: auto;
}
.blog-item {
	background: var(--tj-theme-accent-2);
	border-radius: 15px;
	max-width: 400px;
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
}
.blog-item .blog-thumb {
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}
.blog-item .blog-thumb .category {
	display: inline-block;
	background-size: 200%;
	background-image: linear-gradient(
		90deg,
		var(--golden-yellow-1) 0%,
		var(--dark-blue-2) 110.61%
	);
	text-decoration: none;
	color: var(--full-black);
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 7px 14px;
	border-radius: 50px;
	transition: 0.4s;
}
.blog-item .blog-thumb .category:hover {
	background-size: 100%;
}
.blog-item .blog-thumb a {
	display: block;
}
.blog-item .blog-thumb img {
	width: 100%;
	border-radius: 15px;
	transition: all 0.5s ease-in-out 0s;
}
.blog-item:hover .blog-thumb img {
	transform: scale(1.1);
}
.blog-item .blog-content {
	padding: 15px 15px 20px;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: calc(100% - 40px);
	border-radius: 15px;
	background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.blog-item .blog-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	background: -o-linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
	background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
	opacity: 0;
	z-index: -1;
	border-radius: 15px;
}
.blog-item:hover .blog-content:before {
	opacity: 1;
}
.blog-item .blog-meta {
	margin-bottom: 10px;
}
.blog-meta ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.blog-meta ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: var(--tj-theme-primary);
	font-weight: var(--tj-fw-medium);
	transition: all 0.5s ease-in-out 0s;
}
.blog-item:hover .blog-meta li, .blog-item:hover .blog-content .blog-title {
	color: var(--full-black);
}
.blog-meta ul li i {
	line-height: 1;
	margin-right: 5px;
}
.blog-meta ul li a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}
.blog-item .blog-content .blog-title {
	color: var(--white-1);
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out 0s;
}
/* END: Blog Section */

/*
* ===============================
*  START: Blog Standard Page
* ===============================
*/
.tj-posts__area {
	background-color: var(--tj-black-2);
	padding-bottom: 120px;
	padding-top: 120px;
}
.tj-post {
	position: relative;
	position: relative;
	z-index: 1;
	background-color: var(--tj-theme-accent-2);
	border-radius: 8px;
	overflow: hidden;
}
.tj-post:not(:last-child) {
	margin-bottom: 40px;
}
.tj-post .tj-post__thumb {
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
	max-height: 350px;
}
.tj-post .tj-post__thumb a {
	display: inline-block;
}
.tj-post .tj-post__thumb img {
	transition: all 0.8s ease-in-out 0s;
	transform-origin: center;
	width: 100% !important;
    height: auto;
    max-width: 100% !important;
    object-fit: cover;
}
.tj-post:hover .tj-post__thumb img {
	transform: scale(1.1);
}
.tj-post__thumb .category {
	display: inline-block;
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	text-decoration: none;
	color: var(--full-black);
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	padding: 10px 15px;
	border-radius: 50px;
	transition: 0.4s;
}
.tj-post__thumb .category:hover {
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
	color: var(--full-black);
}
@keyframes animate-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7),
			0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	40% {
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0),
			0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	80% {
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0),
			0 0 0 30px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0),
			0 0 0 30px rgba(255, 255, 255, 0);
	}
}
.tj-post__thumb .tj-post__video .popup_video {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
	color: var(--tj-white);
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.tj-post__thumb .tj-post__video .popup_video::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--tj-theme-primary);
	opacity: 0.7;
	z-index: -1;
	border-radius: 50%;
	animation: animate-pulse 3s linear infinite;
	transition: all 0.4s ease-in-out 0s;
}
.tj-post__thumb .tj-post__video .popup_video:hover::after {
	opacity: 1;
}
.tj-post .tj-post__thumb .tj-post__gallery .tj-post-gallery__img img {
	transform: scale(1);
}
.tj-post__gallery.owl-carousel .owl-nav button {
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 1;
	color: var(--tj-white);
	padding: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.tj-post__gallery.owl-carousel .owl-nav button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--tj-theme-primary);
	opacity: 0.7;
	transition: all 0.4s ease-in-out 0s;
	z-index: -1;
	border-radius: 50%;
}
.tj-post__gallery.owl-carousel .owl-nav button:hover::after {
	opacity: 1;
}
.tj-post__gallery.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}
.tj-post .tj-post__content {
	padding: 30px;
}
.tj-post__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 10px;
	margin-bottom: 20px;
}
.tj-post__meta span {
	display: inline-flex;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.01em;
	color: var(--tj-body);
}
.tj-post__meta span a {
	text-decoration: none;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	transition: all 0.4s ease-in-out 0s;
}
.tj-post__meta span a:hover {
	color: var(--tj-theme-primary);
}
.tj-post__meta span i {
	color: var(--tj-theme-primary);
	margin-right: 8px;
}
.tj-post__content .tj-post__title {
	font-size: 30px;
	line-height: 1.3;
	color: var(--dark-blue-1);
	margin-bottom: 20px;
}
.tj-post__content .tj-post__title a {
	display: inline;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, currentColor),
		to(currentColor)
	);
	background-image: linear-gradient(
		to right,
		currentColor 0,
		currentColor 100%
	);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	-webkit-transition: all 0.3s, background-size 0.8s;
	transition: all 0.3s, background-size 0.8s;
}
.tj-post__content .tj-post__title a:hover {
	color: var(--tj-theme-primary);
	background-size: 100% 1px;
}
.tj-post__content .tj-post__excerpt {
	font-size: 16px;
	color: var(--tj-body);
}
.tj-post__content .tj-post__excerpt p {
	margin: 0;
	font-size: inherit;
	color: inherit;
	color: var(--full-black);
}
.tj-post-details__container .tj-post__content{color: var(--full-black);}
.tj-single__post h1, .tj-single__post h2, .tj-single__post h3, .tj-single__post h4, .tj-single__post h5, .tj-single__post h6, .single-post_tag_share .tj_tag .tag__title{
	color: var(--dark-blue-1);
}
.tj-post__content .tj-post__btn {
	margin-top: 30px;
}

.wp-block-quote,
blockquote {
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1))
;
	border-radius: 4px;
	max-width: 100%;
	padding: 40px 30px;
	position: relative;
	margin-bottom: 40px;
	border: none;
	border-radius: 8px;
	color: var(--tj-body);
}
.wp-block-quote::before,
blockquote::before {
	display: block;
	content: "\f10e";
	font-size: 40px;
	line-height: 1;
	font-family: 'FontAwesome';
	font-weight: var(--tj-fw-light);
	position: relative;
	margin: 0 0 15px;
}
.wp-block-quote p:last-child,
blockquote p:last-child {
	margin: 0;
}
.wp-block-quote cite,
blockquote cite {
	font-weight: var(--tj-fw-medium);
	font-size: 20px;
	line-height: 1.2;
	color: var(--tj-white);
}
.wp-block-quote cite::before,
blockquote cite::before {
	display: inline-block;
	width: 35px;
	height: 2px;
	background: var(--tj-theme-primary);
	border-radius: 2px;
	content: "";
	position: relative;
	top: -6px;
	margin-right: 15px;
}
.tj__pagination {
	margin-top: 60px;
}
.blog_page .tj__pagination {
    display: flex;
    justify-content: center;
}
.tj__pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.tj__pagination ul li .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	border: 1px solid var(--tj-white);
	font-size: 16px;
	line-height: 1;
	font-weight: var(--tj-fw-medium);
	color: var(--tj-white);
	background-color: transparent;
	transition: all 0.4s ease-in-out 0s;
	border: none;
}
.tj__pagination ul li .page-numbers:hover,
.tj__pagination ul li .page-numbers.current {
	border-color: var(--tj-theme-primary);
	background-color: var(--tj-theme-primary);
}
/* END: Blog Standard Page */

/*
* ===============================
*  START: Blog Details Page
* ===============================
*/
.tj-post-details__area {
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
	padding-top: 120px;
	padding-bottom: 120px;
}
.tj-single__post {
	margin-bottom: 50px;
}
.tj-single__post .tj-post__thumb {
	margin-bottom: 35px;
	position: relative;
}
.tj-single__post .tj-post__thumb img {
	border-radius: 8px 8px 0 0;
	width: 100%;
	border-radius: 20px;
}
.tj-single__post .tj-post__content .tj-post__title {
	margin-top: 0;
}
.tj-single__post .tj-post__content .tj-post__title span {
    color: var(--tj-theme-primary);
    margin-right: 4px;
}
.project_bar ul li {
    display: block !important;
}
.project_bar ul li a {
    display: flex !important;
    justify-content: space-between !important;
}
.project_bar button.tj-btn-primary.submit {
    width: 100%;
    margin-top: 30px;
}
.other_pro_box .tj-post__meta.entry-meta {
    margin-bottom: 0px !important;
    margin-top: 10px;
}
.tj-portfolio-5-accordion-list-button .tj-btn-primary:last-child{
	background-image: linear-gradient(to right, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 51%,
		var(--tj-theme-secondary) 100%) !important;}
.tj-portfolio-5-accordion-list-button {
    display: flex;
    gap: 20px;
}
.tj-single__post h1,
.tj-single__post h2,
.tj-single__post h3,
.tj-single__post h4,
.tj-single__post h5,
.tj-single__post h6 {
	margin-top: 30px;
}
.tj-single__post p {
	margin-bottom: 20px;
}
.tj-single__post blockquote {
	margin-bottom: 20px;
	position: relative;
    z-index: 9;
}
.tj-single__post blockquote .bg-shape {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.tj-single__post blockquote .bg-shape  img {
	width: 100%;
	height: 100%;
}
.tj-single__post ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.tj-single__post ul li {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: var(--tj-fw-medium);
	padding-left: 25px;
}
.tj-single__post ul li:not(:last-child) {
	margin-bottom: 10px;
}
.tj-single__post ul li::before {
	content: "\f058";
	font-family: 'FontAwesome';
	font-weight: var(--tj-fw-bold);
	color: var(--dark-blue-1);
	position: absolute;
	left: 0;
	top: 0;
}
.single-post_tag_share {
	border-top: 1px solid var(--tj-grey-4);
	padding-top: 31px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
}
.single-post_tag_share .tj_tag {
	width: calc(100% - 220px);
	display: flex;
	align-items: start;
	gap: 20px;
}
.single-post_tag_share.no-social-share .tj_tag {
	width: 100%;
}
.single-post_tag_share .tj_tag .tag__title {
	margin-right: 10px;
	margin-bottom: 0;
	line-height: 1.6;
}
.single-post_tag_share .tj_tag .tagcloud {
	gap: 10px;
}
.single-post_tag_share .tj_tag .tagcloud a {
	border-color: var(--dark-blue-1);
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
}
.single-post_tag_share .tj_tag .tagcloud a:hover {
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	border-color: var(--golden-yellow-1);
	color: var(--full-black);
}
.single-post_tag_share .share_link {
	display: flex;
	align-items: center;
	gap: 10px;
}
.single-post_tag_share .share_link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	border: 1px solid var(--dark-blue-1);
	color: var(--tj-white);
	text-decoration: none;
	border-radius: 50%;
	transition: all 0.4s ease-in-out 0s;
}
.single-post_tag_share .share_link a:hover {
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	color: var(--full-black);
	border-color: var(--golden-yellow-1);
}

.single-post__navigation {
	padding-top: 31px;
	padding-bottom: 31px;
	border-top: 1px solid var(--tj-grey-4);
	border-bottom: 1px solid var(--tj-grey-4);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.single-post__navigation .tj-navigation_post {
	max-width: 48%;
	width: 100%;
	min-height: 145px;
	overflow: hidden;
}
.single-post__navigation .tj-navigation_post .tj-navigation-post_inner {
	padding: 35px 25px;
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	display: flex;
	width: 100%;
	height: 100%;
	gap: 20px;
	align-items: center;
	position: relative;
    z-index: 9;
}
.single-post__navigation .tj-navigation_post .tj-navigation-post_inner .bg-shape{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.single-post__navigation .tj-navigation_post .tj-navigation-post_inner .bg-shape img{
	width: 100%;
	height: 100%;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.navigation-post_img {
	max-width: 85px;
	width: 100%;
	height: 85px;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.navigation-post_img
	a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.navigation-post_img
	a
	img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_nav {
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
	color: var(--tj-theme-primary);
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_nav
	i {
	margin-right: 10px;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_title
	.title {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
	word-break: break-word;
	transition: all 0.4s ease-in-out 0s;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_title
	.title:hover {
	color: var(--tj-theme-primary);
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner.next_post
	.tj-content {
	text-align: end;
}
.comment-respond{
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	padding: 30px;
	position: relative;
    z-index: 9;
    border-radius: 15px;
}
.comment-respond .bg-shape{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.comment-respond .bg-shape img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.tj-comments__container {
	margin-top: 50px;
}
.tj-comments__container .tj-comments__wrap {
	margin-bottom: 50px;
}
.tj-comments__container .comment-reply-title {
	margin-bottom: 0;
}
.tj-comments__wrap .tj-comment__title h3{color: var(--dark-blue-1);}
.comment-respond .tj-comment__title{color: var(--white-1);}
.tj-comments__wrap .tj-comment__title h3,
.comment-respond .tj-comment__title {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.tj-comments__wrap .tj-comment__title h3 {
	margin-bottom: 30px;
}
.tj-comments__wrap .tj-comment__title h3:before,
.comment-respond .tj-comment__title:before {
	background-color: var(--tj-theme-primary);
	content: "";
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tj-post-comment__form .form_group {
	margin-bottom: 20px;
}
.tj-post-comment__form .form_group select,
.tj-post-comment__form .form_group .nice-select,
.tj-post-comment__form
.form_group
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.tj-post-comment__form .form_group textarea {
	background: transparent;
	border-radius: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid var(--white-1);
}
::placeholder{color: var(--white-3);}
.tj-post-comment__form .tj-btn-primary {
	width: auto;
	margin-top: 10px;
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	color: var(--full-black);
}
.tj-post-comment__form .tj-btn-primary:hover{
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
}
.tj-post-comment__form .comment-form-cookies-consent {
	display: flex;
	align-items: start;
	gap: 10px;
}
.tj-post-comment__form .comment-form-cookies-consent input {
	margin-top: 5px;
}

.tj-latest__comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tj-latest__comments .tj__comment .children {
	padding-left: 30px;
}
.tj__comment .tj-comment__wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--tj-grey-4);
}
.tj__comment .tj-comment__wrap .comment__avatar {
	max-width: 120px;
	width: 100%;
	height: 120px;
}
.tj__comment .tj-comment__wrap .comment__avatar img {
	width: 100%;
	height: 100%;
}
.tj__comment .tj-comment__wrap .comment__text {
	width: calc(100% - 140px);
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name {
	margin-bottom: 15px;
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name h5 {
	color: var(--full-black);
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out 0s;
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name h5:hover {
	color: var(--tj-theme-primary);
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name span {
	color: var(--full-black);
	font-size: 14px;
	display: block;
}
.tj__comment .tj-comment__wrap .comment__text p{
	color: var(--full-black);
}
.tj__comment .tj-comment__wrap .comment__text p:last-child {
	margin-bottom: 0;
}
.tj__comment
	.tj-comment__wrap
	.comment__text
	.comment__reply
	.comment-reply-link {
	display: inline-block;
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	color: var(--white-1);
	font-size: 16px;
	line-height: 1;
	padding: 7px 25px;
	border: 1px solid var(--dark-blue-1);
	border-radius: 30px;
	text-decoration: none;
	margin-top: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.tj__comment
	.tj-comment__wrap
	.comment__text
	.comment__reply
	.comment-reply-link:hover {
	color: var(--full-black);
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	border-color: var(--golden-yellow-1);
}
/* END: Blog Details Page */

/*
* ===============================
*  START: Contact Section
* ===============================
*/
.contact-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
	position: relative;
}
.contact-form-box {
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	padding: 40px;
	border-radius: 15px;
	position: relative;
    z-index: 9;
}
.contact-form-box .bg-shape{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.contact-form-box .bg-shape img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.contact-form-box .section-header {
	margin-bottom: 25px;
}
.contact-form-box h2.section-title{color: var(--white-1);}
.contact-form-box .form_btn .btn{
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	color: var(--full-black);
}
.contact-form-box .form_btn .btn:hover{
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
}
.form_group {
	margin-bottom: 15px;
	width: 100%;
}
.form_group select,
.form_group .nice-select,
.form_group
	input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.form_group textarea {
	display: block;
	width: 100%;
	background: transparent;
	border: 1px solid #ffffff5c;
	font-size: 16px;
	line-height: 1;
	color: var(--tj-white);
	padding: 14px 20px;
	border-radius: 8px;
	transition: all 0.3s 0s ease-out;
	outline: none;
	height: auto;
}
.form_group .nice-select {
	padding: 17px 20px;
}
.form_group textarea {
	height: 200px;
	resize: none;
}
.form_group
	input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
.form_group textarea:focus {
	border-color: var(--tj-theme-primary);
}
.form_btn .btn {
	padding: 20px 35px;
}
.tj_main_sidebar .sidebar_widget .form_btn .btn{
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	color: var(--full-black);
}
.tj_main_sidebar .sidebar_widget .form_btn .btn:hover{
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
}
.contact-info-list li {
	padding-left: 75px;
	margin-bottom: 40px;
}
.contact-info-list li:last-child {
	margin-bottom: 0;
}
.contact-info-list .icon-box {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: -o-linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
}
.contact-info-list .text-box p {
	margin-bottom: 3px;
	color: var(--golden-yellow-1);
}
.contact-info-list .text-box a {
	font-size: 20px;
	font-weight: var(--tj-fw-medium);
	color: var(--full-black);
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
}
.contact-info-list .text-box a:hover {
	color: var(--tj-theme-primary);
}
/* END: Contact Section */

/*
* ===============================
*  START: Footer Area
* ===============================
*/
.tj-footer-area {
	background: var(--tj-theme-accent-1);
	padding: 50px 0 20px;
}
.footer-social-media ul li:first-child .footer-logo-box {
	max-width: 100%;
	width: 20%;
	margin: 0 auto 35px;
	display: flex;
}
.footer-social-media ul li:first-child .footer-logo-box a {
	display: inline-block;
}
.footer-menu ul {
	margin: 0 0 0px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 35px;
}
/*.footer-menu ul li a {
	color: var(--tj-white);
	font-size: var(--tj-fz-btn);
	font-weight: var(--tj-fw-bold);
	text-decoration: none;
	position: relative;
}*/
.footer-menu ul li a::before {
	content: "";
	position: absolute;
	width: 60%;
	height: 2px;
	border-radius: 4px;
	background: var(--tj-theme-primary);
	background: -o-linear-gradient(190deg, #2a145400 0%, var(--golden-yellow-1) 100%);
	background: linear-gradient(190deg, #2a145400 0%, var(--golden-yellow-1) 100%);
	bottom: -7px;
	left: 40px;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer-menu ul li a:hover::before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.copy-text p {
	margin-bottom: 0;
	color: var(--tj-grey-5);
	font-weight: var(--tj-fw-light);
}
.copy-text p > a {
	text-decoration: none;
	color: inherit;
	font-weight: var(--tj-fw-regular);
	font-family: inherit;
	color: var(--tj-white);
	transition: .3s;
}
.copy-text p > a:hover {
	color: var(--tj-theme-primary);
}
/* END: Footer Area */

/*
* ===============================
*  START: Footer Area Layout 4
* ===============================
*/
.tj-footer-area.style-4 {
    padding: 0px;
}
.footer-top-area {
    background-color: var(--tj-theme-primary);
    padding: 34px 0px;
}
.footer-contact-infos {
    text-align: center;
}
.footer-contact-infos .contact-footer-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.footer-contact-infos .contact-footer-item .contact_text a{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    color: var(--tj-white);
    font-weight: var(--tj-fw-medium);
    letter-spacing: 0.02em;
    line-height: 1;
    z-index: 1;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}
.footer-contact-infos .contact-footer-item .contact_text a .active-link {
    transform: translateY(0%);
    transition: 0.7s ease-in-out;
}
.footer-contact-infos .contact-footer-item .contact_text span {
    font-size: 20px;
    color: var(--tj-white);
    font-weight: var(--tj-fw-medium);
    letter-spacing: 0.02em;
}
.footer-contact-infos .contact-footer-item .contact_text a .hover-link {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    position: absolute;
    transition: 0.7s ease-in-out;
    border-radius: 50%;
}
.footer-contact-infos .contact-footer-item .contact_text a:hover .active-link {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
}
.footer-contact-infos .contact-footer-item .contact_text a:hover .hover-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.footer-social-media {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer-social-media ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-social-media ul li {
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 17.5%;
}
.footer-social-media ul li:first-child {
    width: 30%;
}
.footer-social-media ul li a{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 278px;
    height: 238px;
    color: var(--tj-white);
    font-size: 20px;
    font-weight: var(--tj-fw-medium);
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 10px;
    transition: 0.4s ease-in-out;
}
.footer-social-media ul li a .active-media {
    transform: translateY(0%);
    transition: 0.7s ease-in-out;
}
.footer-social-media ul li a .hover-media {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 1;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    position: absolute;
    border: 1px solid var(--tj-white);
    transition: 0.7s ease-in-out;
    border-radius: 50%;
}
.footer-social-media ul li a .hover-media i {
    position: relative;
    left: 1px;
}
.footer-social-media ul li a:hover .active-media{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
}
.footer-social-media ul li a:hover .hover-media{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.footer-bottom-area {
    padding: 32px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy-style-4 p {
    color: var(--tj-grey-5);
    margin-bottom: 0px;
}
.copy-style-4 p a {
    color: var(--tj-white);
    font-weight: var(--tj-fw-regular);
    text-decoration: none;
    transition: 0.4s ease-in-out;
}
/* END: Footer Area */

/*
* ===============================
*  START: Sidebar Menu
* ===============================
*/
.side-navbar {
	position: fixed;
	top: 50%;
	left: 1rem;
	background: var(--tj-white);
	border-radius: 10px;
	padding: 1rem 0;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
	z-index: 10000;
	-webkit-transform: translateY(-50%) translateX(-120%);
	-ms-transform: translateY(-50%) translateX(-120%);
	transform: translateY(-50%) translateX(-120%);
	background: var(--tj-theme-secondary);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.side-navbar.sticky-sidebar {
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.side-navbar li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3.5rem;
	width: 5.5rem;
	color: var(--tj-theme-primary);
	-webkit-transition: 250ms ease all;
	-o-transition: 250ms ease all;
	transition: 250ms ease all;
	text-decoration: none;
}
.side-navbar li.active-bg {
	width: 3.5rem;
	height: 3.5rem;
	background-color: var(--tj-theme-primary);
	border-radius: 17.5px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -2px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.side-navbar li a span {
	position: absolute;
	left: 100%;
	-webkit-transform: translate(-3rem);
	-ms-transform: translate(-3rem);
	transform: translate(-3rem);
	margin-left: 1rem;
	opacity: 0;
	pointer-events: none;
	color: var(--tj-theme-primary);
	background: var(--tj-white);
	padding: 0.75rem;
	-webkit-transition: 250ms ease all;
	-o-transition: 250ms ease all;
	transition: 250ms ease all;
	border-radius: 17.5px;
}
.side-navbar li.is-current a,
.side-navbar li:hover a {
	color: var(--tj-white);
}
.side-navbar li a i {
	font-size: 30px;
	display: inline;
	line-height: 1;
}
.side-navbar li.is-current a span,
.side-navbar li:hover a span {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.side-navbar li:first-child.is-current a span {
	opacity: 0;
}
.side-navbar ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* END: Sidebar Menu */

/*
* ===============================
*  START: Sidebar Widgets
* ===============================
*/
.sidebar_widget{
	position: relative;
    z-index: 9;
}
.sidebar_widget .bg-shape{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.sidebar_widget .bg-shape img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.tj_main_sidebar .sidebar_widget {
	background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1))
;
	padding: 30px 25px;
	border-radius: 8px;
}
.tj_main_sidebar .sidebar_widget:not(:last-child) {
	margin-bottom: 30px;
}
.sidebar_widget .widget_title {
	margin-bottom: 25px;
}
.sidebar_widget .widget_title .title {
	font-size: 20px;
	text-transform: uppercase;
	color: var(--tj-white);
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
.sidebar_widget.services_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar_widget.services_list ul li {
	display: flex;
	width: 100%;
	align-items: center;
}
.sidebar_widget.services_list ul li:not(:last-child) {
	margin-bottom: 5px;
}
.sidebar_widget.services_list ul li button {
	display: flex;
	align-items: start;
	width: 100%;
	text-align: left;
	border: none;
	background: transparent;
	color: var(--tj-body);
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
	z-index: 1;
}
.sidebar_widget.services_list ul li button::before {
	content: "\f101";
	font-family: 'FontAwesome';
	font-weight: var(--tj-fw-normal);
	position: absolute;
	right: 20px;
	top: 16px;
}

.sidebar_widget.services_list ul li:hover button {
	background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%)
;
	color: var(--full-black);
}
.sidebar_widget.services_list ul li.active button {
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	color: var(--full-black);
}
.sidebar_widget.services_list ul li button i {
	font-size: 25px;
	line-height: 1;
	margin-right: 10px;
	color: var(--tj-body);
	transition: all 0.4s ease-in-out 0s;
}

.sidebar_widget.services_list ul li.active button i,
.sidebar_widget.services_list ul li:hover button i {
	color: var(--tj-white);
}
.sidebar_widget.contact_form .form_group {
	margin-bottom: 10px;
}
.sidebar_widget.contact_form .form_group textarea {
	height: 150px;
}
.sidebar_widget.contact_form .form_btn .btn {
	width: 100%;
}

.tj-widget__search.form_group {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
}
.tj-widget__search.form_group
	input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	padding: 16px 60px 16px 20px;
}
.tj-widget__search.form_group .search-btn {
	border: none;
	padding: 0;
	background-color: var(--tj-theme-primary);
	font-size: 20px;
	color: white;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: all 0.4s ease-in-out 0s;
}
.tj-widget__search.form_group .search-btn:hover {
	background-color: var(--tj-theme-secondary);
}
.sidebar_widget.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar_widget.widget_categories ul li {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	color: var(--tj-theme-primary);
	font-size: 16px;
	font-weight: var(--tj-fw-medium);
}
.sidebar_widget.widget_categories ul li:not(:last-child) {
	margin-bottom: 20px;
}
.sidebar_widget.widget_categories ul li ul {
	margin-left: 20px;
}
.sidebar_widget.widget_categories ul li a {
	display: block;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color: var(--tj-body);
	transition: all 0.4s ease-in-out 0s;
}
.sidebar_widget.widget_categories ul li a:hover {
	color: var(--tj-theme-primary);
}
.tj_recent_posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tj_recent_posts ul li {
	display: flex;
	width: 100%;
	align-items: start;
	flex-wrap: wrap;
	gap: 20px;
}
.tj_recent_posts ul li:not(:last-child) {
	margin-bottom: 30px;
}

.tj_recent_posts ul li .recent-post_thumb {
	max-width: 80px;
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.tj_recent_posts ul li .recent-post_thumb a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.tj_recent_posts ul li .recent-post_thumb a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease-in-out 0s;
}
.tj_recent_posts ul li:hover .recent-post_thumb a img {
	transform: scale(1.1);
}
.tj_recent_posts ul li .recent-post_content {
	max-width: calc(100% - 100px);
}
.tj_recent_posts ul li .recent-post_content .tj-post__meta {
	margin-bottom: 10px;
}
.tj_recent_posts ul li .recent-post_content .recent-post_title {
	font-size: 18px;
	line-height: 1.3;
	color: var(--tj-white);
	margin-bottom: 0;
	letter-spacing: 0.01em;
	font-weight: var(--tj-fw-medium);
}
.tj_recent_posts ul li .recent-post_content .recent-post_title a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	transition: all 0.4s ease-in-out 0s;
}
.tj_recent_posts ul li .recent-post_content .recent-post_title a:hover {
	color: var(--tj-theme-primary);
}
.tagcloud {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.tagcloud a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--off-white);
	text-decoration: none;
	background-color: transparent;
	color: var(--white-1);
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.01em;
	padding: 10px 15px;
	border-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
.tagcloud a:hover {
	color: var(--full-black);
	background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
	border-color: var(--golden-yellow-1);
}
/* END: Sidebar Widgets */

/*
* ===============================
*  START: Breadcrumb Area
* ===============================
*/
body.absolute_header .breadcrumb_area {
	padding-top: 200px;
	align-items: end;
}
.breadcrumb_area {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	min-height: 400px;
	display: flex;
	align-items: flex-end;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: var(--tj-theme-accent-2);
}
.breadcrumb_area::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--tj-theme-accent-2);
	z-index: -1;
	opacity: 0.7;
}
.breadcrumb_content .title {
	font-size: 50px;
	line-height: 1.2;
	color: var(--tj-white);
	margin-bottom: 0;
}
.breadcrumb_content .breadcrumb_navigation {
	margin-top: 15px;
}
.breadcrumb_navigation {
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadcrumb_navigation span {
	font-size: 16px;
	color: var(--tj-white);
	font-weight: var(--tj-fw-regular);
}
.breadcrumb_navigation span a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: var(--tj-fw-medium);
	position: relative;
	z-index: 1;
}
.breadcrumb_navigation span a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: var(--tj-white);
	transition: 0.4s;
}
.breadcrumb_navigation span a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
/* END: Breadcrumb Area */

/* Start: Modal CSS */
.contact_modal .modal-content {
	border-radius: 0;
}
.contact_modal .modal-body {
	color: green;
}
.contact_modal.failed .modal-body {
	color: red;
}
.contact_modal .modal-body p {
	margin: 0;
}
.contact_modal .modal-footer,
.contact_modal .modal-header {
	background-color: var(--tj-theme-primary);
	border-radius: 0;
}
.contact_modal .modal-footer .btn {
	margin: 0;
	background: linear-gradient(
		135deg,
		var(--tj-theme-secondary) 16.35%,
		var(--tj-theme-accent-2) 91.35%
	);
	border: none;
	color: var(--tj-white);
}
.contact_modal .modal-header .close {
	margin: 0;
	background: linear-gradient(
		135deg,
		var(--tj-theme-secondary) 16.35%,
		var(--tj-theme-accent-2) 91.35%
	);
	border: none;
	color: var(--tj-white);
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

/* END: Modal CSS */
.section-header.style-5 .sec-text {
    display: grid;
}
.blog_page .section-header .sec-text.center {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.blog_page .section-header {
    display: flex;
    justify-content: center;
}
/*
* ===============================
*  START: About Section CSS
* ===============================
*/
.tj-about-section.style-8 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(to right, var(--white-1) 0%, var(--white-2) 51%, var(--white-3) 100%);
}
.about-wrapper-8 {
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 35px;
}
.about-8-images{
    max-width: 515px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 120px 14px 14px;
}
.about-8-images::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 405px;
    bottom: 0px;
    left: 0px;
    background-image: ;
    background-position-x: ;
    background-position-y: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-clip: ;
    background-color: ;
    background-size: 600% 100%;
    z-index: 2;
    animation: 15s linear 0s infinite alternate none running gradient;
    border-radius: 120px 14px 14px;
}
.about-8-images img {
    position: relative;
    z-index: 3;
    border-radius: 120px 14px 14px;
}
.about-8-images .about_shapes{
    position: absolute;
    top: 120px;
    right: 30px;
    left: auto;
    max-width: 50px;
    width: 100%;
    z-index: 2;
}
.about-8-images .about_shapes img {
    width: 100%;
}
.about-8-images img {
    position: relative;
    z-index: 3;
    border-radius: 120px 14px 14px;
}
.about-8-images::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 405px;
    bottom: 10px;
    left: -10px;
    box-shadow: rgb(129, 76, 236) 0px 0px 18px 0px inset;
    z-index: 1;
    border-radius: 120px 14px 14px;
    border: 2px solid var(--tj-theme-primary);
}
.about-8-content{
    max-width: 630px;
    width: 100%;
    margin-left: auto;
}
.tj-about-section.style-8 .section-header {
    margin-bottom: 20px;
}
.about-8-content .desc {
    color: var(--full-black);
    max-width: 510px;
    width: 100%;
    margin-bottom: 25px;
}
.about-8-content .desc p:last-child {
    margin-bottom: 0px;
}
.list-style-two{
    max-width: 420px;
}
.list-style-two ul {
    column-width: auto;
    column-count: 2;
    column-height: auto;
    column-wrap: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.list-style-two ul li {
    color: var(--full-black);
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    z-index: 1;
}
.list-style-two ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    height: 6px;
    width: 6px;
    background-color: var(--full-black);
}
.about-8-content .about-button {
    margin-top: 35px;
}

/* End About Section */



/*
* ===============================
*  START: Cta Area CSS
* ===============================
*/
.tj-cta-section.style-5 {
    padding-bottom: 0px;
    background-color: var(--tj-black-2);
}
.cta-wrapper.style-5 {
    padding: 50px;
}
.cta-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    padding: 94px 25px;
}
.cta-inner-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-inner-5 .cta-images {
    max-width: 295px;
    width: 100%;
}
.cta-inner-5 .cta-images img {
    width: 100%;
    border-radius: 25px;
}
.cta-inner-5 .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 840px;
    width: 100%;
}
.cta-inner-5 .cta-content .cta-text {
    max-width: 665px;
    width: 100%;
}
.cta-inner-5 .cta-content .cta-text .title {
    font-size: 60px;
    font-weight: var(--tj-fw-sbold);
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}
.cta-inner-5 .cta-content .cta-text span {
    display: block;
    color: var(--tj-white);
}
.cta-inner-5 .cta-content .cta-button .cta-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: var(--tj-white);
    font-size: 30px;
    background-color: var(--tj-black-2);
    text-decoration: none;
}
.cta-inner-5 .cta-content .cta-button .cta-link .icon_box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding: 0 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cta-inner-5 .cta-content .cta-button .cta-link .icon_box .icon_first, .cta-inner-5 .cta-content .cta-button .cta-link .icon_box .icon_second {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cta-inner-5 .cta-content .cta-button .cta-link .icon_box .icon_second {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

/* End Cta Area */



/*
* ===============================
*  START: Footer Area Style 9
* ===============================
*/
.tj-cta-6-section {
    background: var(--tj-black-2);
    padding-bottom: 0;
}
.tj-cta-6-section .container-fluid {
    padding: 0;
}
/*.tj-cta-section {
    padding-bottom: 155px;
}*/
.tj-cta-6-wrapper {
    background-position: center center;
    padding: 120px 25px 100px;
}
.cta-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    padding: 94px 25px;
    padding-bottom: 0px
}
/*.cta-wrapper .cta-inner {
    text-align: center;
}*/
.tj-cta-6-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--tj-white);
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    padding: 5px 10px;
    font-weight: var(--tj-fw-regular);
    margin-bottom: 46px;
}
.tj-cta-6-title {
    font-weight: var(--tj-fw-sbold);
    font-size: 70px;
    letter-spacing: -0.04em;
    color: var(--tj-white);
    margin-bottom: 85px;
}
#anim span:nth-child(1) {
    animation-delay: 0s;
}
#anim span {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    animation: wave-1 2.4s ease infinite;
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
}
.tj-cta-6-socail {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /*display: inline-block;*/
    padding-top: 15px;
}
.tj-cta-6-socail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}
.tj-cta-6-socail ul li:first-child {
    padding-left: 0;
}

.tj-cta-6-socail ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.tj-cta-6-socail ul li span {
    position: relative;
    z-index: 1;
}

.tj-cta-6-socail ul li span {
    width: 28px;
    height: 28px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    margin-right: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tj-cta-6-socail ul li span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tj-white);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    z-index: -1;
}
.tj-cta-6-socail ul li span i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    font-size: 11px;
}
.tj-cta-6-socail ul li a {
    color: var(--tj-white);
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tj-cta-6-socail ul li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tj-cta-6-socail ul li:hover span {
    color: var(--tj-theme-accent-2);
}
.tj-cta-6-socail ul li:hover span::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.footer-menu ul {
    margin: 0 0 0px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
}
.tj-footer-6-menu ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: var(--tj-fw-regular);
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}
.tj-footer-6-menu ul li a:hover {
    color: var(--tj-white);
}
/*.footer-menu ul li a {
    color: var(--tj-white);
    font-size: var(--tj-fz-btn);
    font-weight: var(--tj-fw-bold);
    text-decoration: none;
    position: relative;
}*/
.main-footer{
	background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);
	position: relative;
    z-index: 9;
}
.main-footer .bg-shape{
	    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.main-footer .bg-shape img{
	width: 100%;
	height: 100%;
}
.tj-footer-6-area {
    padding: 20px 0;
    border-top: 2px solid var(--golden-yellow-1);
}
.tj-footer-6-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tj-footer-6-paragraph {
    font-weight: var(--tj-fw-sbold);
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 16px;
    position: relative;
    z-index: 1;
}
.tj-footer-6-paragraph::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00FF2F;
    border-radius: 50%;
}
.tj-footer-6-copyright {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
.tj-footer-6-copyright a {
    color: var(--tj-white);
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tj-cta-6-section .section-title {
    font-size: 128px;
    color: var(--tj-theme-primary);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    gap: 0px;
}
.chat-mail {
    max-width: 330px;
    width: 100%;
    margin-left: auto;
}
.chat-mail .link {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    font-size: 32px;
    text-decoration: none;
    color: var(--tj-white);
    position: relative;
    z-index: 1;
    transition: 0.4s;
}
.chat-mail .link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -14px;
    left: 0;
    background: var(--tj-white);
    transition: 0.4s;
}
.chat-mail .link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    line-height: 1;
    font-size: 20px;
    border: 1px solid var(--tj-white);
    background: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: 0.4s;
}
.type_heading a {
    display: flex;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    color: #fff;
}
.type_heading i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 1;
    font-size: 50px;
    border: 1px solid var(--tj-white);
    background: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: 0.4s;
}
.type_heading:hover i{
	  transform: rotate(0deg);
}
.footer-menu ul li a:hover i {
    background: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
    color: var(--full-black);
    border-color: linear-gradient(to right, var(--golden-yellow-1) 0%, var(--golden-yellow-2) 51%, var(--golden-yellow-3) 100%);
}

.tj-footer-6-menu ul li a i {
    margin-right: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 16px;
}
/* End Footer Area */


/* Maquee Area */
.tj-maquee-section.maquee-style-bottom-8 {
    position: relative;
    /*background: -webkit-gradient(linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%));
    background: linear-gradient(to right, var(--dark-blue-2) 0%, var(--dark-blue-3) 51%, var(--dark-blue-1) 100%);*/
    padding: 33px 0;
    z-index: 1;
}
.tj-maquee-section.maquee-style-bottom-8::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--golden-yellow-1), var(--golden-yellow-2), var(--golden-yellow-3));
    transform: rotate(-1deg) scale(1.1);
    z-index: -2;
}
.tj-maquee-section.maquee-style-bottom-8::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--dark-blue-2), var(--dark-blue-3), var(--dark-blue-1));
    z-index: -1;
}
.tj-maquee-section.maquee-style-bottom-8 .maquee-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.marquee-item {
    width: auto;
    display: inline-block;
}
.marquee-item .marquee-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
}
.marquee-item .marquee-box .marquee-icon {
    max-width: 20px;
    width: 100%;
}
.tj-maquee-section.maquee-style-bottom-8 .marquee-item .marquee-box .marquee-icon img {
	width: 100%;
    -webkit-animation: rotateImg2 6s infinite linear;
    animation: rotateImg2 6s infinite linear;
}
.marquee-item .marquee-box .marquee-title {
    margin-left: 0px;
    margin-right: 0px;
}
.marquee-item .marquee-box .marquee-title .title {
    font-size: 20px;
    font-weight: var(--tj-fw-ebold);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
/* End Maquee Area */