/*============================================================
    [Master Stylesheet]
    Theme Name: LogiLand - Transport & Logistics Service HTML5 Template
    Theme URI: https://themejunction.net/html/logiland/demo/
    Author: Theme-Junction
    Author URI: https://themeforest.net/user/theme-junction
    Description: Transport & Logistics Service HTML5 Template

/************ Table Of Contents ***************
    01. Header CSS
    02. Hero CSS
    03. Canvas CSS
    04. Main Menu CSS
    05. Slider CSS
    06. Service CSS
    07. Cta CSS
    08. Price CSS
    09. Faq CSS
    10. Video CSS
    11. Tabs CSS
    12. Step CSS
    13. About CSS
    14. Feature CSS
    15. Team CSS
    16. Project CSS
    17. Testimonial CSS
    18. Counter CSS
    19. Map CSS
    20. Blog CSS
    21. Blog Details CSS
    22. Service Details CSS
    23. Project Details CSS
    24. Team Details CSS
    25. Contact CSS
    26. Subscribe CSS
    27. Breadcrumb CSS
    28. Footer CSS
    29. Button CSS
    30. Responsive CSS
**********************************************/
:root {
	--tj-ff-title: "DM Sans", sans-serif;
	--tj-ff-body: "Poppins", sans-serif;
	--tj-body-font-weight: 400;
	--tj-body-line-height: 1.5;
	--tj-fz-body: 16px;
}
:root {
	--tj-primary-color: #fd5523;
	--tj-primary-color2: #ffd1c3;
	--tj-primary-color3: #8f3c23;
	--tj-secondary-color: #062e39;
	--tj-body-color: #7c858c;
	--tj-white-color: #ffffff;
	--tj-dark-color: #181818;
	--tj-dark-color2: #f6f6f6;
	--tj-gray-color: #747474;
	--tj-gray-color2: #c5c5c5;
	--tj-gray-color3: #ddd;
	--tj-gray-color4: #e0e0e0;
	--tj-gray-color5: #e1e1e1;
	--tj-gray-color6: #d9d9d9;
	--tj-gray-color7: #787878;
	--tj-gray-color8: #ffc107;
	--tj-gray-color10: #d3d3d3;
	--tj-gray-color11: #f4f4f4;
}

html,
body {
	font-size: var(--tj-fz-body);
	color: var(--tj-body-color);
	font-family: var(--tj-ff-body);
	font-weight: var(--tj-body-font-weight);
	line-height: var(--tj-body-line-height);
	overflow-x: hidden;
}

input,
textarea,
select {
	border: 0;
	background: transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
	color: var(--tj-secondary-color);
}

a:hover {
	color: var(--tj-primary-color);
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tj-ff-title);
	color: var(--tj-secondary-color);
	line-height: 1.35;
}

h1 {
	font-weight: 700;
	font-size: 55px;
	line-height: 1.2;
}

h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2;
}

h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}

h4 {
	font-weight: 700;
	font-size: 26px;
}

h5 {
	font-weight: 700;
	font-size: 24px;
}

h6 {
	font-weight: 700;
	font-size: 22px;
}

input:focus,
select:focus,
textarea:focus {
	outline: none !important;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-carousel.owl-drag .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.owl-carousel .owl-item img {
	display: block;
	height: 100%;
}

.list-gap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-z-idex {
	position: relative;
	z-index: 3 !important;
}

.loader-icon img {
	max-width: 65px;
	width: 100%;
}

.tj-section-heading.text-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
}

.tj-section-heading .sub-title {
	display: inline-block;
	color: var(--tj-primary-color);
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-left: 35px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.tj-section-heading .sub-title.active-shape::before {
	position: absolute;
	content: "";
	width: 16px;
	top: 8px;
	left: 0;
	border: 2px solid var(--tj-primary-color);
	height: 16px;
	z-index: 3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tj-section-heading .sub-title.active-shape::after {
	position: absolute;
	content: "";
	width: 16px;
	top: 8px;
	left: 10px;
	border: 2px solid var(--tj-secondary-color);
	height: 16px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tj-section-heading .sub-title.active-shape2::before {
	position: absolute;
	content: "";
	width: 16px;
	top: 8px;
	left: 0;
	border: 2px solid var(--tj-primary-color);
	height: 16px;
	z-index: 3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tj-section-heading .sub-title.active-shape2::after {
	position: absolute;
	content: "";
	width: 16px;
	top: 8px;
	left: 10px;
	border: 2px solid var(--tj-white-color);
	height: 16px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tj-section-heading .title {
	margin-top: 20px;
	font-size: 55px;
}

/* ----------------------------------
    01. Header CSS
 ------------------------------------ */
.tj-header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding-top: 30px;
}

.tj-header-section .tj-hambagur-icon {
	padding-right: 15px;
}

.tj-header-section .tj-main-menu {
	margin-right: 25px;
}

.tj-header-section .container {
	background: var(--tj-white-color);
	border-radius: 6px;
}

.tj-header-section .container .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

.tj-header-section.header-sticky {
	padding: 13px 0;
}

.header-section-two.header-sticky .header-topbar,
.tj-header-section.header-sticky .header-topbar {
	display: none !important;
}

.header-section-three.header-sticky,
.header-section-two.header-sticky,
.tj-header-section.header-sticky {
	position: fixed;
	width: 100%;
	background: var(--tj-white-color);
	top: 0;
	-webkit-box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
	box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
	-webkit-animation: sticky 0.7s;
	animation: sticky 0.7s;
	z-index: 99;
}

.header-section-three.header-sticky {
	background: var(--tj-secondary-color);
	-webkit-box-shadow: 0px 0px 45px 0px rgba(255, 255, 255, 0.55);
	box-shadow: 0px 0px 45px 0px rgba(255, 255, 255, 0.55);
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.tj-header-section .bg-color {
	background: var(--tj-white-color);
	border-radius: 6px;
	position: relative;
}

.tj-header-section .logo-area {
	width: 276px;
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tj-header-section .header-content-area {
	width: calc(100% - 276px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-topbar {
	background: #062e39;
	padding: 9px 20px 9px 30px;
	border-radius: 0 4px;
	width: 100%;
}

.header-content-left span {
	font-size: 15px;
	font-weight: 500;
	color: var(--tj-white-color);
}
.header-content-right {
	display: inline-flex;
	max-width: 300px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: end;
	column-gap: 50px;
}
.header-content-right .languages {
	max-width: 80px;
	width: 100%;
}
.header-content-right .languages:before {
	position: absolute;
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	right: 0;
	top: 50%;
	color: var(--tj-white-color);
	transform: translateY(-50%);
	font-size: 12px;
	line-height: 11px;
	transition: all 0.3s ease-in-out 0s;
}
.header-content-right .languages.open:before {
	transform: rotate(180deg) translateY(50%);
}
.header-content-right .languages > ul.lang_lists {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 100%;
	background-color: var(--tj-white-color);
	z-index: 99;
	display: none;
}
.header-content-right .languages > .activated,
.header-content-right .languages > ul.lang_lists li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	line-height: 25px;
	font-family: var(--tj-ff-body);
	font-weight: 500;
	text-transform: capitalize;
	padding: 0 14px 0 0;
	color: var(--tj-white-color);
	cursor: pointer;
}
.header-content-right .languages > ul.lang_lists li {
	display: block;
}

.header-content-right .languages > ul.lang_lists li > a {
	color: var(--tj-gray-color7);
	padding: 5px 10px;
}
.header-content-right .languages > ul.lang_lists li.active > a,
.header-content-right .languages > ul.lang_lists li > a:hover {
	color: var(--tj-dark-color);
}
.header-section-two .header-content-right .header-social-icon::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}
.header-content-right.language-hide .header-social-icon::before {
	display: none;
}
.header-content-right .header-social-icon ul {
	margin: 0;
	padding: 0;
}

.header-content-right .header-social-icon ul li {
	display: inline-block;
	margin-left: 10px;
}

.header-content-right .header-social-icon ul li a i {
	color: var(--tj-white-color);
	font-size: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-content-right .header-social-icon ul li a i:hover {
	color: var(--tj-primary-color);
}

.header-content-right .header-social-icon ul li a .icon-youtube {
	font-size: 10px;
}

.header-content-right .header-social-icon ul li a .icon-twiter {
	font-size: 13px;
}

.header-section-two .header-topbar {
	background: var(--tj-secondary-color);
	padding: 7px 0;
}

.header-section-two .topbar-content-area {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
}

.header-section-two .header-content-left {
	margin-bottom: 0;
}
.header-section-two .header-content-left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-section-two .header-content-left ul li {
	display: inline-block;
	font-size: 15px;
	color: var(--tj-white-color);
	padding-left: 25px;
	position: relative;
}

.header-section-two .header-content-left ul li i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	line-height: 1;
}

.header-section-two .header-content-left ul li a {
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-section-two .header-content-left ul li a:hover {
	color: var(--tj-primary-color);
}

.header-section-two .header-content-right .nice-select {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 15px;
	padding-left: 0;
	padding-right: 25px;
	font-weight: 500;
	color: var(--tj-white-color);
}

.header-section-two .nice-select::after {
	border-bottom: 1px solid var(--tj-white-color);
	border-right: 1px solid var(--tj-white-color);
	height: 10px;
	margin-top: -7px;
	right: 6px;
	width: 10px;
	top: 50%;
}

.header-section-two .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: transparent;
}

.header-section-two .nice-select .list {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
	margin-top: 7px;
}

.header-section-two .nice-select .option {
	padding-left: 30px;
	padding-right: 30px;
	color: var(--tj-secondary-color);
	font-weight: 500;
}

.header-section-two .header-right .header-content-right .nice-select {
	background-color: transparent;
	border: none;
	height: 0;
	line-height: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--tj-white-color);
}

.header-section-two .header-right .nice-select {
	margin-right: 30px;
	font-size: 16px;
	color: var(--tj-secondary-color);
	border: none;
}

.header-section-two .header-right .nice-select::after {
	border-bottom: 1px solid var(--tj-secondary-color);
	border-right: 1px solid var(--tj-secondary-color);
	height: 10px;
	margin-top: -8px;
	right: 6px;
	width: 10px;
}

.header-section-two .header-right .nice-select .option:hover,
.header-right .nice-select .option.focus,
.header-right .nice-select .option.selected.focus {
	background-color: transparent;
}

.header-section-two .header-right .nice-select .list {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-top: 15px;
}

.header-section-two .header-right .nice-select .option {
	padding-left: 30px;
	padding-right: 30px;
	color: var(--tj-secondary-color);
	font-weight: 500;
}

.header-section-two .header-social-icon {
	position: relative;
}

.header-section-two .tj-header-menu-bottom .header-right .hambugar-icon i {
	font-size: 35px;
	color: var(--tj-primary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-section-two
	.tj-header-menu-bottom
	.header-right
	.hambugar-icon
	i:hover {
	color: var(--tj-secondary-color);
}

.tj-header-menu-bottom {
	padding: 15px 0;
}

.logo-box .primary-logo,
.logo-box .secondary-logo {
	display: inline-block;
	max-width: 196px;
	width: 100%;
}

.tj-header-menu-bottom .header-menu-area {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tj-header-menu-bottom .tj-btn {
	height: 60px;
}

.tj-header-menu-bottom .header-right .hambugar-icon {
	position: relative;
	line-height: 1;
}

.tj-header-menu-bottom .header-right .hambugar-icon i {
	font-size: 35px;
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-header-menu-bottom .header-right .hambugar-icon i:hover {
	color: var(--tj-primary-color);
}

.tj-header-menu-bottom .header-right .modal-icon i {
	margin-right: 28px;
	font-size: 20px;
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	top: 4px;
}

.tj-header-menu-bottom .header-right .modal-icon i:hover {
	color: var(--tj-primary-color);
}

.header-section-three {
	position: absolute;
	width: 100%;
	z-index: 9;
	padding-top: 0;
}

.header-section-three .tj-main-menu li a {
	color: var(--tj-white-color);
}

.header-section-three .tj-main-menu > ul > li > a::before {
	color: var(--tj-white-color);
}

.header-section-three
	.tj-main-menu
	> ul
	> li.menu-item-has-children
	> a::before {
	color: var(--tj-white-color);
}

.header-section-three .tj-main-menu > ul > li.current-menu-ancestor > a::before,
.header-section-three .tj-main-menu > ul > li.current-menu-item > a::before {
	color: var(--tj-primary-color);
}

.header-section-three .tj-header-menu-bottom .header-right .modal-icon i {
	color: var(--tj-white-color);
}

.header-section-three .tj-header-menu-bottom .header-right .modal-icon i:hover {
	color: var(--tj-primary-color);
}

.header-right-wrpr .header-right-item {
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
}

.header-right-wrpr .header-right-item:last-child {
	padding-right: 0;
	margin-right: 0;
}

.header-right-wrpr .header-right-item::before {
	position: absolute;
	content: "";
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 32px;
	background: rgba(223, 223, 223, 0.55);
}

.header-right-wrpr .header-right-item:last-child::before {
	display: none;
}

.header-section-two .tj-primary-btn {
	margin-left: 28px;
}

.section-shape {
	background: url(../images/bg/section-bg.jpg);
}

.section-shape2 {
	background: url(../images/bg/section-shape.png);
}

.section-shape,
.section-shape2 {
	background-position: top right;
	background-repeat: no-repeat;
}

.section-shape2 {
	background-position: 100% -135px;
}

/* ----------------------------------
    02. Hero CSS
 ------------------------------------ */
.tj-hero-section {
	position: relative;
	padding-top: 190px;
	padding-bottom: 230px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.tj-hero-section .hero-bg-1 {
	content: "";
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tj-hero-section .hero-bg-1::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	display: none;
	background: rgba(6, 46, 57, 0.5);
}

.tj-hero-section .hero-bg-1:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tj-hero-section .hero-bg-2 {
	content: "";
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
}
.tj-hero-section .hero-bg-2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--tj-secondary-color);
	opacity: 0.93;
}

.tj-hero-section .hero-shape {
	position: absolute;
	z-index: 3;
	right: 8%;
	top: 20%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tj-hero-content {
	position: relative;
	z-index: 3;
	padding-left: 70px;
	color: var(--tj-white-color);
}

.tj-hero-content .tj-section-heading {
	max-width: 600px;
	margin-bottom: 40px;
}

.tj-hero-content .tj-section-heading .title {
	color: var(--tj-white-color);
}

body [class^="icon-"]::before,
body [class*=" icon-"]::before {
	color: unset;
}

/* ----------------------------------
    03. Canvas CSS
 ------------------------------------ */
.tj-overlay-canvas {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #db5228b2;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.tj-offcanvas-area {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 485px;
	z-index: 9999;
	background: var(--tj-white-color);
	padding: 30px 30px 30px;
	right: -485px;
	opacity: 0;
	visibility: visible;
	overflow-y: auto;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.tj-offcanvas-area .des {
	margin-bottom: 20px;
}

.tj-offcanvas-area .offcanvas-title {
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
}

.tj-offcanvas-area .offcanvas-title:after {
	width: 70px;
	height: 2px;
	content: "";
	clear: both;
	position: absolute;
	bottom: -5px;
	left: 0px;
	background: var(--tj-primary-color);
	border-radius: 3px;
}

.tj-offcanvas-area .contact-info-list {
	margin-bottom: 30px;
}

.tj-offcanvas-area .contact-info-list .contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tj-offcanvas-area .contact-info-list .contact-box.contact-box1 {
	margin-bottom: 15px;
}

.tj-offcanvas-area .contact-info-list .contact-link span {
	color: var(--tj-secondary-color);
	font-size: 20px;
}

.tj-offcanvas-area .contact-info-list .contact-link span {
	font-size: 20px;
}

.tj-offcanvas-area .contact-info-list .contact-link a {
	color: var(--tj-body-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-offcanvas-area .contact-info-list .contact-link a:hover {
	color: var(--tj-primary-color);
}

.tj-offcanvas-area .contact-info-list .contact-box .contact-icon {
	margin-right: 15px;
}

.tj-offcanvas-area .contact-info-list .contact-box .contact-icon i {
	font-size: 30px;
	color: var(--tj-secondary-color);
	position: relative;
	top: 4px;
}

.tj-offcanvas-area
	.contact-info-list
	.contact-box
	.contact-icon
	.fa-light.fa-location-dot {
	position: relative;
	top: -3px;
}

.tj-offcanvas-area .tj-offcanvas-header {
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.tj-offcanvas-area .tj-offcanvas-header .offcanvas-title .product-title {
	font-weight: 500;
	font-size: 20px;
}

.tj-offcanvas-area .offcanvas-icon i {
	font-size: 40px;
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-offcanvas-area .offcanvas-icon i:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	color: var(--tj-primary-color);
	transform: rotate(90deg);
}

.tj-offcanvas-area .tj-offcanvas-icon-list {
	margin-bottom: 50px;
}

.tj-offcanvas-area .tj-offcanvas-icon-list ul {
	padding: 0;
}

.tj-offcanvas-area .tj-offcanvas-icon-list ul li {
	display: inline-block;
	padding-right: 5px;
}
.tj-offcanvas-area .tj-offcanvas-icon-list ul li i {
	background: var(--tj-secondary-color);
	color: var(--tj-white-color);
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.tj-offcanvas-area .tj-offcanvas-icon-list ul li i:hover {
	background: var(--tj-primary-color);
}

.canvas_expanded .tj-offcanvas-area {
	right: 0;
}

.canvas_expanded .tj-offcanvas-area,
.canvas_expanded .tj-overlay-canvas {
	opacity: 1;
	visibility: visible;
}
.logo-area .sidebar-logo {
	display: inline-block;
	max-width: 150px;
	height: 100%;
}
.tj-offcanvas-area .tj-search-box form input {
	border: 1px solid var(--tj-primary-color);
	width: 100%;
	padding: 13px 60px 13px 15px;
	border-radius: 3px;
}

.tj-offcanvas-area .tj-search-box {
	position: relative;
	margin-bottom: 30px;
}

.tj-offcanvas-area .tj-search-box form button {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 20px;
	border-radius: 0px 3px 3px 0px;
	background: var(--tj-primary-color);
	font-size: 18px;
	color: var(--tj-white-color);
	height: 100%;
	border: none;
}

.tj-offcanvas-area .contact-map iframe {
	width: 100%;
}

.mobile-navbar-menu {
	overflow: hidden;
}

.mean-container a.meanmenu-reveal {
	display: none !important;
}

.mobile-navbar-menu .mean-bar {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-navbar-menu .mean-bar * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-navbar-menu .mean-nav {
	background: transparent;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
}

.mobile-navbar-menu .mean-nav > ul {
	display: block !important;
}

.mobile-navbar-menu .mean-nav ul li {
	border-top: 1px solid #e0e3ed;
}

.mobile-navbar-menu .mean-nav ul li a {
	color: var(--tj-secondary-color);
	border-top: none;
	padding: 10px 0;
}

.mean-container .mean-nav ul li li a {
	text-transform: capitalize;
}

.mobile-navbar-menu .mean-nav ul li.dropdown-opened > a {
	color: var(--tj-primary-color);
}

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}
@keyframes criss-cross-left {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}
@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}
@keyframes criss-cross-right {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

/* ----------------------------------
    04. Main Menu CSS
 ------------------------------------ */
.header-content {
	width: 100%;
}

.tj-main-menu > ul > li {
	margin-right: 30px;
}

.tj-main-menu > ul > li > a {
	padding-top: 16px;
	padding-bottom: 14px;
	text-transform: capitalize;
}
.tj-main-menu > ul > li.has-dropdown > a {
	padding-right: 25px;
}

.tj-main-menu > ul > li.current-menu-item a,
.tj-main-menu > ul > li.current-menu-ancestor a {
	color: var(--tj-primary-color);
}

.tj-main-menu > ul > li.current-menu-item a::before {
	color: var(--tj-primary-color);
}

.tj-main-menu > ul > li.menu-item-has-children > a::before {
	content: "\2b";
	font-family: "Font Awesome 6 Pro";
	font-weight: 500;
	color: var(--tj-secondary-color);
	font-size: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.tj-main-menu > ul > li.current-menu-ancestor a::before,
.tj-main-menu > ul > li.menu-item-has-children > a:hover::before {
	color: var(--tj-primary-color);
}

.tj-main-menu
	> ul
	> li.menu-item-has-children
	> ul
	> li.menu-item-has-children
	> a::before {
	content: "\2b";
	font-family: "Font Awesome 6 Pro";
	font-weight: 500;
	color: var(--tj-secondary-color);
	font-size: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.tj-main-menu
	> ul
	> li.menu-item-has-children
	> ul
	> li.current-menu-ancestor
	> a::before,
.tj-main-menu
	> ul
	> li.menu-item-has-children
	> ul
	> li.menu-item-has-children
	> a:hover::before {
	color: var(--tj-primary-color);
}

.tj-main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.tj-main-menu li {
	display: inline-block;
	position: relative;
}

.tj-main-menu li:last-child {
	margin-right: 0;
}

.tj-main-menu > ul > li > a:last-child {
	padding-right: 0;
}

.tj-main-menu li a {
	color: var(--tj-secondary-color);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--tj-ff-title);
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.tj-main-menu li:hover a {
	color: var(--tj-primary-color);
}
.tj-main-menu li.current-menu-item a {
	color: var(--tj-primary-color);
}

.tj-main-menu li .sub-menu-list {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--tj-white-color);
	padding: 15px 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	top: 130%;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	width: 220px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	left: 0;
	pointer-events: none;
}

.tj-main-menu li.menu-last .sub-menu-list {
	left: auto;
	right: 0;
}

.tj-main-menu li .sub-menu-list::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 3px;
	background: var(--tj-primary-color);
	content: "";
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
}

.tj-main-menu li .sub-menu-list li {
	display: block;
}

.tj-main-menu li .sub-menu-list li a {
	display: block;
	padding: 10px 20px;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	position: relative;
	color: var(--tj-secondary-color);
}
.tj-main-menu li .sub-menu-list li.current-menu-item > a,
.tj-main-menu li .sub-menu-list li.current-menu-ancestor > a {
	color: var(--tj-primary-color);
}

.tj-main-menu li .sub-menu-list li a::after {
	content: "";
	width: 0;
	height: 2px;
	background: var(--tj-primary-color);
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 10px;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.tj-main-menu li .sub-menu-list li a:hover {
	color: var(--tj-primary-color);
	padding-left: 30px;
	padding-right: 10px;
}

.tj-main-menu li .sub-menu-list li a:hover::after {
	width: 14px;
}

.tj-main-menu li:hover > .sub-menu-list {
	opacity: 1;
	visibility: visible;
	top: 100%;
	pointer-events: inherit;
}

.tj-main-menu li:hover > .sub-menu-list::before {
	width: 100%;
}

.tj-main-menu li ul.sub-menu-list ul.sub-menu-list {
	top: 0;
	left: 100%;
}

.tj-main-menu li.menu-last ul.sub-menu-list ul.sub-menu-list {
	left: auto;
	right: 100%;
}

.logo-area a:focus,
.logo-area a {
	outline: none;
}

.header-content .header-language {
	max-width: 37px;
	width: 100%;
	margin-left: auto;
	margin-right: 20px;
}
.header-content .tj-hambagur-icon,
.header-content .tj-header-button {
	margin-left: 5px;
}
.header-content .header-language .languages .lang_lists {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: transparent;
	display: none;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.header-content .header-language .activated,
.header-content .header-language ul li a {
	max-width: 37px;
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
.header-content .header-language .languages li.activated img {
	max-width: 37px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 13px;
}
.header-content .header-language .languages li.activated,
.header-content .header-language .languages ul.lang_lists li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 14px;
	font-family: var(--tj-ff-title);
	font-weight: 400;
	text-transform: uppercase;
	color: var(--color-white);
	cursor: pointer;
}
.header-content .header-language .languages ul.lang_lists li {
	display: block;
}
.header-content .header-language .languages ul.lang_lists li > a {
	padding-bottom: 10px;
}

.elementor-widget-tj-hero-slider {
	background-color: var(--tj-primary-color);
}
.tj-slider-section {
	position: relative;
	-webkit-mask-image: url(../images/shapes/slider-shape.svg);
	mask-image: url(../images/shapes/slider-shape.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom center;
	mask-position: bottom center;
}
.tj-slider-section .slider_shape {
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	height: 175px;
	background-size: cover;
}

.tj-hambagur-icon a {
	cursor: pointer;
	display: block;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.tj-hambagur-icon a span {
	height: 2px;
	width: 30px;
	display: block;
	background: var(--tj-secondary-color);
	cursor: pointer;
	list-style: none;
	margin: 8px 0;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	margin-left: auto;
}

.tj-hambagur-icon a span.dot3 {
	width: 25px;
}

.tj-hambagur-icon a span.dot2 {
	width: 20px;
}

.tj-hambagur-icon a:hover span {
	background: var(--tj-primary-color);
}

.tj-hambagur-icon a:hover .dot2,
.tj-hambagur-icon a:hover .dot3 {
	width: 30px;
}

.header-section-three .tj-hambagur-icon a {
	cursor: pointer;
	display: block;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.header-section-three .tj-hambagur-icon a span {
	height: 2px;
	width: 30px;
	display: block;
	background: var(--tj-white-color);
	cursor: pointer;
	list-style: none;
	margin: 8px 0;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	margin-left: auto;
}

.header-section-three .tj-hambagur-icon a span.dot3 {
	width: 25px;
}

.header-section-three .tj-hambagur-icon a span.dot2 {
	width: 20px;
}

.header-section-three .tj-hambagur-icon a:hover span {
	background: var(--tj-primary-color);
}

.header-section-three .tj-hambagur-icon a:hover .dot2,
.header-section-three .tj-hambagur-icon a:hover .dot3 {
	width: 30px;
}

/* ----------------------------------
    05. Slider CSS
------------------------------------ */
.tj-slider-section .banner-shape {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 10%;
	z-index: 2;
}

.tj-slider-section .banner-shape::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 155%;
	top: -30%;
	left: 0;
	background: url(../images/shapes/banner-shape.png);
	background-position: center left;
	background-repeat: no-repeat;
	z-index: 2;
}

.tj-slider-section .swiper-slide-active .banner-shape {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.tj-slider-section .swiper-slide {
	position: relative;
	background-position: center;
	background-size: cover;
	padding-right: 40px;
	min-height: 875px;
	max-height: 875px;
}
.tj-slider-section .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.tj-slider-section .swiper-pagination {
	width: auto;
	right: 80px;
	left: auto;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet {
	display: block;
	margin: 0 0 12px;
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.tj-slider-section .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	opacity: 0.8;
}

.tj-slider-section .swiper-pagination-bullet-active {
	background: var(--tj-primary-color);
	border-color: var(--tj-primary-color);
	width: 20px;
	height: 20px;
	position: relative;
	opacity: 1;
}

.tj-slider-section-three {
	position: relative;
}

.tj-slider-section-three .slider_shape2 {
	position: absolute;
	bottom: -5px;
	left: -5%;
	width: 110%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}
.tj-slider-section-three .slider_shape2 img {
	width: 100%;
}
.tj-slider-section-three .thumb-slider {
	position: absolute;
	bottom: 12%;
	-webkit-transform: translate(-50% 0%);
	-ms-transform: translate(-50% 0%);
	transform: translate(-50% 0%);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.tj-slider-section-three .slider-content {
	margin-top: 275px;
	max-width: 100%;
	position: relative;
	margin-bottom: 265px;
	z-index: 9;
}

.tj-slider-section-three .thumb_slide {
	text-align: center;
	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;
	width: 80px !important;
}

.tj-slider-section-three .thumb_slide:last-child {
	margin-right: 0 !important;
}

.tj-slider-section-three .tj-bg-layer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tj-slider-section-three .tj-bg-layer::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.tj-slider-section-three .thumb_slider img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
	border: 2px solid var(--tj-secondary-color);
}

.tj-slider-section-three .swiper-slide-thumb-active img {
	border: 2px solid var(--tj-primary-color);
}

.tj-slider-section-three .slider-client img {
	width: 50px;
	height: 50px;
	border-radius: 500px;
	display: inline-block;
	margin-right: -30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 45px;
}

.tj-slider-section-three .slider-client .client-wrapper {
	margin-right: 55px;
}

.tj-slider-section-three .slider-client .client-wrapper img {
	width: 50px;
	height: 50px;
	border-radius: 500px;
	display: inline-block;
	margin-right: -30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client .client-auother p {
	font-size: 22px;
	font-weight: 500;
	color: var(--tj-white-color);
	margin-bottom: 0;
}

.tj-slider-section-three .slider-content .slider-title {
	color: var(--tj-white-color);
	display: block;
	margin-bottom: 55px;
}

.slider-content {
	margin-top: 315px;
	margin-bottom: 235px;
	max-width: 825px;
	position: relative;
	z-index: 9;
}

.slider-content .slider-title {
	color: var(--tj-white-color);
	display: block;
	margin-bottom: 30px;
	font-size: 60px;
}

.slider-content .slider-desc {
	color: var(--tj-white-color);
	font-size: 17px;
	margin-bottom: 40px;
	max-width: 590px;
	display: block;
}

.tj-slider-section-three .sc-image-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: overlay;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
	transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
	-o-transition: transform 8000ms ease, opacity 1700ms ease-in;
	transition: transform 8000ms ease, opacity 1700ms ease-in;
	transition: transform 8000ms ease, opacity 1700ms ease-in,
		-webkit-transform 8000ms ease;
	transition: transform 8000ms ease, opacity 1700ms ease-in,
		-webkit-transform 8000ms ease;
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.tj-slider-section-three .swiper-slide .slider-client,
.tj-slider-section-three .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-desc,
.tj-slider-section .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-content::before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	-o-transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease,
		-webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease,
		-webkit-transform 2000ms ease;
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
	-webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
	transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
	-o-transition: transform 1500ms ease, opacity 1500ms ease;
	transition: transform 1500ms ease, opacity 1500ms ease;
	transition: transform 1500ms ease, opacity 1500ms ease,
		-webkit-transform 1500ms ease;
	transition: transform 1500ms ease, opacity 1500ms ease,
		-webkit-transform 1500ms ease;
}

.tj-slider-section-three .swiper-slide .slider-client,
.tj-slider-section-three .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-title {
	-webkit-transform: translateY(-125px);
	-ms-transform: translateY(-125px);
	transform: translateY(-125px);
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button,
.tj-slider-section .swiper-slide .slider-desc {
	-webkit-transform: translateY(125px);
	-ms-transform: translateY(125px);
	transform: translateY(125px);
}
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-client,
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-desc,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-btn {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.tj-slider-section-three
	.swiper-slide.swiper-slide-active
	.slider-content
	.tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.slider-bg-image3 {
	background: url(../images/slider/slider-bg-image3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider-bg-image3 .container {
	padding-top: 150px;
	padding-bottom: 150px;
}

.tj-slider-section-three .select-form-box .select-bm {
	margin-top: 30px;
}

.slider-tabs.slider-tabs-two .tj-input-form {
	padding: 0;
}

.slider-tabs.slider-tabs-two .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	border-bottom: 2px solid var(--tj-secondary-color);
	margin-bottom: 25px;
	padding-left: 0;
}

.slider-tabs.slider-tabs-two .nav-pills .nav-link.active {
	color: var(--tj-white-color);
	background-color: var(--tj-secondary-color);
	border-radius: 3px 3px 0px 0px;
	padding: 8px 14px 10px;
}

.slider-tabs.slider-tabs-two {
	background: var(--tj-primary-color);
	border-radius: 3px;
	padding: 35px 35px 35px;
	max-width: 550px;
	display: inline-block;
	position: relative;
	z-index: 9;
}

.slider-tabs.slider-tabs-two .select-form-box {
	background: none;
	border-radius: 0;
	padding: 0;
	max-width: 100%;
	margin-left: auto;
}

.slider-tabs.slider-tabs-two .nav-link {
	color: var(--tj-white-color);
	font-size: 16px;
	font-weight: 500;
	padding: 8px 14px 10px;
	display: flex;
	align-items: center;
}

.slider-tabs.slider-tabs-two .nav-link i {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

/* ----------------------------------
    06. Service CSS
------------------------------------ */
.tj-service-item {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	min-height: 422px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tj-service-item:before {
	background: rgba(6, 46, 57, 0.5);
	border-radius: 8px 8px 0 0;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	content: "";
}

.tj-service-item .icon-box {
	position: absolute;
	top: -65px;
	right: -55px;
	background: var(--tj-white-color);
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	border-radius: 50%;
	z-index: 3;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	border: 2px solid var(--tj-primary-color);
}

.tj-service-item .icon-box::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 0;
	top: 0;
	line-height: 0;
	background: var(--tj-primary-color);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-service-item:hover .icon-box {
	background-color: transparent;
	border-color: transparent;
	color: var(--tj-white-color);
}

.tj-service-item:hover .icon-box i {
	color: var(--tj-white-color);
}

.tj-service-item:hover .icon-box::before {
	opacity: 1;
	visibility: visible;
	width: 200px;
	height: 200px;
	line-height: 200px;
}

.tj-service-item .icon-box i {
	color: var(--tj-primary-color);
	font-size: 50px;
	position: relative;
	top: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	right: 15px;
}
.tj-service-item .icon-box img {
	position: relative;
	top: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	right: 15px;
	max-width: 50px;
	width: 100%;
}

.tj-service-item .service-content {
	padding: 35px 30px;
	z-index: 3;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-service-item:hover .service-content {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tj-service-item .service-content .title-link {
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}

.tj-service-item .service-content .title-link:hover {
	color: var(--tj-primary-color);
}

.tj-service-item .service-content p {
	color: var(--tj-white-color);
	margin-bottom: 0;
}

.tj-service-section-two {
	position: relative;
}

.service-item-two {
	padding: 20px 30px 10px;
	border: 1px solid var(--tj-gray-color3);
	position: relative;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	margin-bottom: 65px;
}

.service-item-two .service-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: -45px;
}

.service-item-two .service-image img {
	width: 230px;
	max-height: 240px;
	border-radius: 3px;
}

.service-item-two .service-text {
	position: relative;
	padding-left: 50px;
	padding-top: 15px;
	margin-bottom: -55px;
}

.service-item-two .services-icon {
	position: absolute;
	left: -45px;
	top: 25px;
}

.service-item-two .services-icon i {
	width: 70px;
	height: 70px;
	line-height: 65px;
	border-radius: 50%;
	background: var(--tj-secondary-color);
	border: 6px solid var(--tj-white-color);
	color: var(--tj-white-color);
	font-size: 25px;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-item-two .services-icon img {
	width: 70px;
	height: 70px;
	line-height: 65px;
	border-radius: 50%;
	background: var(--tj-secondary-color);
	border: 6px solid var(--tj-white-color);
	font-size: 25px;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	display: block;
	padding: 10px;
}
.service-item-two:hover .services-icon img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-item-two:hover .services-icon i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-item-two .service-title {
	margin-bottom: 25px;
}

.service-item-two .service-title a {
	font-size: 26px;
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.service-item-two .service-title a:hover {
	color: var(--tj-primary-color);
}

.service-item-two .service-title a:hover {
	color: var(--tj-primary-color);
}

.service-item-two .des {
	margin-bottom: 25px;
}

.service-item-two:hover .services-icon i {
	background-color: var(--tj-primary-color);
}

.tj-service-section-four.tj-service-page {
	padding-top: 110px;
	padding-bottom: 90px;
}
.tj-service-page .tj-section-heading {
	text-align: center;
	margin-bottom: 55px;
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.service-item-three {
	position: relative;
	margin-bottom: 25px;
}

.service-item-three .service-image {
	position: relative;
	overflow: hidden;
	overflow: hidden;
	border-radius: 3px;
}

.service-item-three .service-image img {
	border-radius: 3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 100%;
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-item-three:hover .service-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-item-three .service-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	padding: 25px 20px 20px 25px;
	width: 75%;
}

.service-item-three .service-content::before {
	z-index: 1;
	bottom: -1px;
	right: -68px;
	width: 70px;
	height: 100%;
	position: absolute;
	clear: both;
	display: block;
	content: "";
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.service-item-three .service-content .title {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.service-item-three .service-content .title:hover {
	color: var(--tj-primary-color);
}

.service-item-three .service-icon {
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 9;
}

.service-item-three .service-icon i {
	width: 70px;
	height: 70px;
	line-height: 78px;
	font-size: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tj-secondary-color);
	border-radius: 50%;
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-item-three .service-icon img {
	width: 70px;
	height: 70px;
	line-height: 78px;
	text-align: center;
	display: inline-block;
	background: var(--tj-secondary-color);
	border-radius: 50%;
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	padding: 15px;
}

.service-item-three:hover .service-icon i {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.service-item-three:hover .service-icon img {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tj-service-icon-box {
	position: absolute;
	right: 140px;
	bottom: -35px;
	background: #062e39;
	z-index: 9;
	border-radius: 4px;
}

.tj-service-icon-box ul {
	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;
}

.tj-service-icon-box ul li,
.service-item.tj-feature-3 {
	display: inline-block;
	padding: 65px 30px 20px;
	text-align: center;
	position: relative;
	min-width: 216px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color: var(--tj-secondary-color);
}

.tj-service-icon-box ul li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: -2px;
	top: 0;
	background: rgba(255, 255, 255, 0.05);
}

.tj-service-icon-box ul li:last-child:before {
	display: none;
}

.tj-service-icon-box ul .br-none:before {
	display: none;
}

.tj-service-icon-box ul li .tj-service-icon,
.service-item.tj-feature-3 .tj-service-icon {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 10px;
}

.tj-service-icon-box ul li:hover .tj-service-icon,
.service-item.tj-feature-3:hover .tj-service-icon {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.tj-service-icon-box ul li .service-item .service-arrow,
.service-item.tj-feature-3 .service-arrow {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-service-icon-box ul li:hover .service-item .service-arrow,
.service-item.tj-feature-3:hover .service-arrow {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}

.tj-service-icon-box ul li .service-item .service-arrow i,
.service-item.tj-feature-3 .service-arrow i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: var(--tj-white-color);
	color: #062e39;
	display: inline-block;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-service-icon-box ul li .service-item .service-arrow i:hover,
.service-item.tj-feature-3 .service-arrow i:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.tj-service-icon-box ul li:hover .service-item .service-arrow i,
.service-item.tj-feature-3:hover .service-arrow i {
	color: var(--tj-secondary-color);
	opacity: 1;
	visibility: visible;
}

.tj-service-icon-box ul li:hover,
.service-item.tj-feature-3:hover {
	background-color: var(--tj-primary-color);
}

.tj-service-icon-box ul li:nth-child(1):hover {
	border-radius: 3px 0 0 3px;
}

.tj-service-icon-box ul li:nth-child(3):hover {
	border-radius: 0 3px 3px 0;
}

.tj-service-icon-box ul li:hover .service-icon i,
.service-item.tj-feature-3:hover .service-icon i {
	color: var(--tj-white-color);
	line-height: 1;
}

.tj-service-icon-box ul li .service-item .service-icon,
.service-item.tj-feature-3 .service-icon {
	font-size: 70px;
	color: var(--tj-primary-color);
	line-height: 1;
}

.tj-service-icon-box ul li .service-item .sub-title span,
.service-item.tj-feature-3 .sub-title span {
	color: var(--tj-white-color);
	font-family: var(--tj-ff-title);
	font-size: 22px;
	font-weight: 700;
	line-height: 34px;
	display: block;
	margin-bottom: 10px;
}

.tj-service-icon-box ul li:hover .sub-title span,
.service-item.tj-feature-3:hover .sub-title span {
	color: var(--tj-white-color);
}

.tj-service-icon-box2 {
	position: static;
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	z-index: 9;
}

.tj-service-icon-box2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tj-service-icon-box2 ul li {
	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;
	text-align: center;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 65px 25px 20px;
	max-width: 215px;
	min-width: 215px;
}

.tj-service-icon-box2 ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--tj-primary-color);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-service-icon-box2 ul li:hover::before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

div .tj-service-icon-box2 ul li .service-item {
	position: relative;
	z-index: 1;
}

.tj-service-icon-box2 ul li::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 1px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 100px;
	background: var(--tj-gray-color4);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tj-service-icon-box2 ul li:last-child::after {
	display: none;
}

div .tj-service-icon-box2 ul li:hover .service-item::before {
	background-color: var(--tj-primary-color);
}

.tj-service-icon-box2 ul li .br-none:before {
	display: none;
}

.tj-service-icon-box2 .service-item .tj-service-icon {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 10px;
}

.tj-service-icon-box2 ul li:hover .service-item .tj-service-icon {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}

.tj-service-icon-box2 ul li .service-item .service-arrow {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-service-icon-box2 ul li:hover .service-item .service-arrow {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.tj-service-icon-box2 ul li .service-item .service-icon i {
	line-height: 1;
}

.tj-service-icon-box2 ul li:hover .service-item .service-icon {
	color: var(--tj-white-color);
}

.tj-service-icon-box2 ul li:hover .service-item .service-arrow i {
	opacity: 1;
	visibility: visible;
}

.tj-service-icon-box2 ul li .service-item.service-icon {
	font-size: 70px;
	color: var(--tj-primary-color);
	line-height: 1;
}

.tj-service-icon-box2 ul li .service-item .service-icon {
	font-size: 70px;
	color: var(--tj-secondary-color);
}
.tj-service-icon-box2 ul li .service-item .service-icon img {
	max-width: 70px;
	width: 100%;
}

.tj-service-icon-box2 ul li .service-item .sub-title span {
	color: var(--tj-secondary-color);
	font-family: var(--tj-ff-title);
	font-size: 22px;
	font-weight: 700;
	line-height: 34px;
	display: block;
	margin-bottom: 10px;
}

.tj-service-icon-box2 ul li:hover .service-item .sub-title span {
	color: var(--tj-white-color);
}

.tj-service-icon-box2 ul li .service-item .service-arrow i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: var(--tj-white-color);
	color: #062e39;
	display: inline-block;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-service-icon-box2 ul li .service-item .service-arrow i:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* ----------------------------------
    07. Cta CSS
------------------------------------ */
.tj-cta-section {
	background-color: var(--tj-secondary-color);
	background-size: 27.5% 100%;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.tj-cta-section:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/shapes/cta-shape.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.tj-cta-section .cta-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	background-size: cover;
	height: 100%;
	background-position: center;
}

.cta-content-area {
	background: var(--tj-secondary-color);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 76px 0;
	position: relative;
}

.cta-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 75px;
	position: relative;
	z-index: 9;
}

.cta-content .cta-icon {
	background: var(--tj-primary-color);
	min-width: 120px;
	height: 120px;
	line-height: 136px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}

.cta-content .cta-icon i {
	color: var(--tj-white-color);
	font-size: 50px;
}

.cta-content .cta-text {
	padding-left: 80px;
	max-width: 850px;
}

.cta-content .cta-text .title {
	color: var(--tj-white-color);
	margin-bottom: 30px;
	font-size: 45px;
}

.cta-content .cta-text .desc {
	color: var(--tj-white-color);
	font-size: 18px;
	margin-bottom: 0;
}

.tj-cta-section .tj-theme-button {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}

.tj-cta-section-two {
	position: relative;
	padding: 60px 0;
}

.tj-cta-section-two .tj_cta_image {
	content: "";
	position: absolute;
	background: url(../images/cta/cta-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}

.tj-cta-section-two .tj_cta_image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.tj-cta-section-two .tj_cta_image1 {
	content: "";
	position: absolute;
	background: url(../images/cta/cta-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}

.tj-cta-section-two .tj_cta_image1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.tj-cta-section-two .tj-cta-content .tj-section-heading {
	margin-bottom: 25px;
	max-width: 450px;
}

.tj-cta-content {
	position: relative;
	z-index: 3;
}

.tj-cta-content2 {
	padding-left: 110px;
}

.tj-cta-content .tj-section-heading .sub-title {
	font-size: 18px;
	font-weight: 500;
}

.tj-cta-content .tj-section-heading .title {
	color: var(--tj-white-color);
	font-size: 35px;
	margin-top: 5px;
}

.tj-cta-section-three {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.tj-cta-section-three::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	background: rgba(6, 46, 57, 0.6);
}

.tj-cta-left-content {
	position: relative;
	z-index: 3;
}

.tj-cta-left-content h3 {
	color: var(--tj-white-color);
	margin-bottom: 25px;
}

.tj-cta-left-content p {
	color: var(--tj-white-color);
	margin-bottom: 45px;
}

.tj-cta-section-three .cta-counter-box {
	position: relative;
	z-index: 3;
}

.tj-cta-section-three .cta-counter-box ul {
	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;
}

.counter-item-2 {
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 20px 0 0 18px;
	z-index: 1;
}

.counter-item-2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 70px;
	height: 110%;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.55);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
}
.counter-item-2:hover::before {
	background: var(--tj-primary-color);
}
.counter-item-2 .tj-count {
	font-size: 35px;
	font-weight: 700;
	color: var(--tj-white-color);
	line-height: 1;
	font-family: var(--tj-ff-title);
	letter-spacing: 4px;
}

.counter-item-2 .sub-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--tj-white-color);
	font-family: var(--tj-ff-title);
	position: relative;
	z-index: 3;
}

/* ----------------------------------
    08. Price CSS
------------------------------------ */
.tj-price-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-bottom: 85px;
}

.tj-price-item {
	border-radius: 3px;
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}

.tj-price-item .price-top-header {
	background: var(--tj-secondary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 3px 3px 0px 0px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(142, 150, 185, 0.25);
	box-shadow: 0px 1px 2px 0px rgba(142, 150, 185, 0.25);
	padding: 18px 20px 16px 35px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-price-item-active .price-top-header,
.tj-price-item:hover .price-top-header {
	background: var(--tj-primary-color);
}

.tj-price-item .price-top-header .header-title .title {
	color: var(--tj-white-color);
	font-size: 30px;
	display: block;
	margin-bottom: 0;
}

.tj-price-item .price-top-header .price-button .price-btn {
	background: var(--tj-secondary-color);
	width: 95px;
	height: 32px;
	line-height: 32px;
	border-radius: 40px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	color: var(--tj-white-color);
	opacity: 0;
	visibility: hidden;
}

.tj-price-item-active .price-top-header .price-button .price-btn,
.tj-price-item:hover .price-top-header .price-button .price-btn {
	opacity: 1;
	visibility: visible;
}

.tj-price-item .price-content {
	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;
	margin-bottom: 20px;
}

.tj-price-item .price-middle-content {
	padding: 35px 25px 30px;
}

.tj-price-item .price-middle-content .price-content-box {
	border-bottom: 1px solid #eee;
}

.tj-price-item .price-middle-content .price-content-box .price-percent {
	margin-right: 15px;
}

.tj-price-item .price-middle-content .price-content-box .price-percent .price {
	font-size: 24px;
	color: var(--tj-secondary-color);
	font-weight: 700;
}

.tj-price-item .price-middle-content .price-content-box .price-date .date {
	font-size: 18px;
	color: var(--tj-primary-color);
}

.tj-price-item .price-check-box {
	margin-top: 25px;
	margin-bottom: 20px;
}

.tj-price-item .price-check-box ul li {
	font-weight: 500;
	line-height: 2.3;
	padding-left: 25px;
	position: relative;
}
.tj-price-item .price-check-box ul li.hide {
	text-decoration: line-through;
}

.tj-price-item .price-check-box ul li i {
	color: var(--tj-primary-color);
	margin-right: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	line-height: 1;
}

/* ----------------------------------
    09. Faq CSS
------------------------------------ */
.tj-faq-section {
	padding-bottom: 55px;
}

.tj-faq-section.tj-faq-page {
	padding-top: 110px;
}

.tj-faq-section.tj-faq-page {
	padding-top: 110px;
}

.tj-faq-left-content .faq-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.tj-faq-left-content .faq-content:last-child {
	margin-bottom: 0;
}

.tj-faq-left-content .faq-image {
	margin-bottom: 35px;
}

.tj-faq-left-content .faq-content .faq-icon {
	margin-right: 15px;
}

.tj-faq-left-content .faq-content .faq-text p {
	max-width: 385px;
	width: 100%;
	margin-bottom: 0;
}

.tj-faq-left-content .faq-content .faq-icon i {
	width: 50px;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	background: var(--tj-secondary-color);
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	border-radius: 50%;
	color: var(--tj-white-color);
}

.tj-faq-left-content .faq-content:hover .faq-icon i {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.tj-faq-left-content .faq-content .faq-text .title {
	font-size: 18px;
	font-weight: 500;
}

.tj-faq-section .tj-faq-area {
	padding-left: 20px;
}

.tj-faq-area .accordion-button {
	padding: 25px 25px;
	font-size: 18px;
	color: var(--tj-secondary-color);
	border: 0;
	font-weight: 500;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	position: relative;
}

.tj-faq-area .accordion-button::after {
	background-image: none;
}

.tj-faq-area .accordion-button.collapsed {
	background-color: #f4f4f4;
}

.tj-faq-area .accordion-item {
	border: 1px solid #ebebeb;
	margin-bottom: 25px;
	border-radius: 0;
}

.tj-faq-area .accordion .accordion-item .accordion-header {
	margin-top: 0;
	margin-bottom: 0;
}

.tj-faq-area .accordion-body {
	padding: 0px 25px 35px;
}

.tj-faq-area .accordion-body strong {
	font-weight: 500;
}

.tj-faq-area
	.accordion
	.accordion-item
	.accordion-header
	.accordion-button:before {
	content: "\f137";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 25px;
	top: 20px;
	right: 20px;
	color: var(--tj-secondary-color);
	font-family: flaticon_logistics !important;
}

.tj-faq-area .accordion-button:not(.collapsed) {
	color: var(--tj-primary-color);
}

.tj-faq-area
	.accordion
	.accordion-item
	.accordion-header
	.accordion-button:not(.collapsed)::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "\f137";
	font-family: flaticon_logistics !important;
}

/* ----------------------------------
    10. Video CSS
------------------------------------ */
.tj-video-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 110px;
	overflow: hidden;
}

.tj-video-section::before {
	position: absolute;
	content: "";
	width: 100px;
	top: -50px;
	left: 6%;
	-webkit-transform: rotate(-26.947deg);
	-ms-transform: rotate(-26.947deg);
	transform: rotate(-26.947deg);
	height: 135%;
	background: rgba(255, 255, 255, 0.4);
}

.tj-video-section::after {
	position: absolute;
	content: "";
	width: 100px;
	top: -75px;
	right: 10%;
	-webkit-transform: rotate(-26.947deg);
	-ms-transform: rotate(-26.947deg);
	transform: rotate(-26.947deg);
	height: 135%;
	background: rgba(255, 255, 255, 0.4);
}

.tj-video-area .video-title h3 {
	margin-bottom: 0;
}

.tj-video-area .video-title {
	color: var(--tj-white-color);
	display: block;
	max-width: 625px;
	margin: 0 auto;
	font-size: 45px;
}

.tj-video-area .tj-video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.tj-video-area .video-icon {
	background: var(--tj-primary-color);
	border: 5px solid var(--tj-white-color);
	position: relative;
}

.tj-video-area .video-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--tj-white-color);
	font-size: 35px;
}

.tj-video-area .circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 1px 1px #0000001a;
	box-shadow: 0px 0px 1px 1px #0000001a;
	position: relative;
	z-index: 9;
}

.tj-video-area .circle a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tj-video-area .pulse {
	-webkit-animation: pulse-animation 2s infinite;
	animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
	0% {
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

@keyframes pulse-animation {
	0% {
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

/* ----------------------------------
    11. Tabs CSS
------------------------------------ */

.tj-tabs-section {
	position: relative;
	z-index: 9;
}

.tj-tabs-section-two {
	padding-top: 80px;
}

.tj-tabs-section-two .slider-tabs.slider-tabs-two {
	margin: 0 auto;
}

.tabs-box .tab-content {
	position: relative;
	border-radius: 3px;
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	padding: 50px 45px 60px;
}

.tabs-box .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs-box .nav .nav-item {
	width: 50%;
}
.tabs-box .nav .nav-item .nav-link {
	width: 100%;
	background: var(--tj-secondary-color);
	color: var(--tj-white-color);
	font-family: var(--tj-ff-title);
	font-size: 24px;
	border-radius: 30px 30px 0px 0px;
	padding: 11px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.tabs-box .nav .nav-item .nav-link i {
	position: relative;
	top: 4px;
	right: 5px;
}

.tabs-box .nav .nav-item .nav-link.active {
	background: var(--tj-primary-color);
	position: relative;
	z-index: 10;
}

.tabs-box .nav .nav-item .nav-link.active::before {
	position: absolute;
	left: 50%;
	bottom: -10px;
	border-right: 26px solid transparent;
	border-bottom: 26px solid var(--tj-primary-color);
	content: "";
	z-index: -1;
	-webkit-transform: rotate(-405.853deg);
	-ms-transform: rotate(-405.853deg);
	transform: rotate(-405.853deg);
}

.tabs-box .tabs-form-box {
	margin-bottom: 40px;
}

.tabs-box .tabs-form-box .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.tabs-box .tabs-form-box .tabs-input input {
	background: rgba(225, 225, 225, 0.4);
	width: 100%;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 400;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
}

.tj-quiz-list .wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tj-quiz-list .wpcf7-radio .wpcf7-list-item {
	margin: 0;
}
.tj-quiz-list .wpcf7-radio .wpcf7-list-item label {
	position: relative;
	padding-left: 40px;
}
.tj-quiz-list .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}
.tj-quiz-list .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid var(--tj-gray-color5);
	top: 50%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.tj-quiz-list .wpcf7-radio .wpcf7-list-item label input[type="radio"]:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--tj-white-color);
}
.tj-quiz-list .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked {
	border-color: var(--tj-primary-color);
}
.tj-quiz-list
	.wpcf7-radio
	.wpcf7-list-item
	label
	input[type="radio"]:checked::after {
	background: var(--tj-primary-color);
}

.tabs-box .tj-quiz-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.tabs-box .tj-quiz-list .quiz-check {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-left: 40px;
}

.tabs-box .tj-quiz-list .quiz-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.tabs-box .tj-quiz-list .quiz-check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 2px solid var(--tj-gray-color5);
}

.tabs-box .tj-quiz-list .quiz-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--tj-primary-color);
}

.tabs-box .tj-quiz-list .quiz-check input:checked ~ .checkmark {
	border-color: var(--tj-primary-color);
	background-color: transparent;
}

.tabs-box .tj-quiz-list .quiz-check input:checked ~ .checkmark:after {
	display: block;
}

.tabs-box .tabs-image {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.tabs-box .tabs-image img {
	max-width: 340px;
	width: 100%;
}

/* ----------------------------------
    12. Step CSS
------------------------------------ */
.tj-step-section {
	position: relative;
}

.tj-step-area .tj-step-item {
	margin-bottom: 30px;
}

.tj-step-area .tj-step-item:nth-child(1) {
	margin-top: 0;
	position: relative;
}

.tj-step-area .tj-step-item:nth-child(1)::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 350px;
	top: 25%;
	right: -50%;
	border-top: 2px dotted var(--tj-secondary-color);
	-webkit-transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	transform: rotate(14deg);
}

.tj-step-area .tj-step-item:nth-child(2) {
	margin-top: 65px;
}

.tj-step-area .tj-step-item:nth-child(2)::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 350px;
	top: 12%;
	right: -50%;
	border-top: 2px dotted var(--tj-secondary-color);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.tj-step-area .tj-step-item:nth-child(3) {
	margin-top: 0;
}

.tj-step-area .tj-step-item:nth-child(3)::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 350px;
	top: 25%;
	right: -50%;
	border-top: 2px dotted var(--tj-secondary-color);
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.tj-step-area .tj-step-item:nth-child(4) {
	margin-top: 75px;
}

.tj-step-area .tj-step-item:nth-child(4) .stp-arrow i {
	font-size: 18px;
	position: absolute;
	top: 67px;
	right: -103px;
	display: inline-block;
	-webkit-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	transform: rotate(13deg);
	z-index: 3;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-step-area .tj-step-item:nth-child(4):hover .stp-arrow i {
	color: var(--tj-secondary-color);
}

.tj-step-area .tj-step-item:nth-child(4)::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100px;
	top: 25%;
	right: 10%;
	border-top: 2px dotted var(--tj-secondary-color);
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.tj-step-area .tj-step-item .step-icon-box {
	border-radius: 3px;
	width: 145px;
	height: 75px;
	text-align: center;
	margin: 0 auto;
	background: var(--tj-white-color);
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 3;
}

.tj-step-area .tj-step-item:hover .step-icon-box {
	background-color: var(--tj-primary-color);
}

.tj-step-area .tj-step-item {
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-step-area .tj-step-item::before {
	position: absolute;
	content: "";
	top: -75px;
	left: -1px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 100%;
	background: url(../images/banner/doted-shape1.png);
	background-position: center;
	background-repeat: no-repeat;
}

.tj-step-area .tj-step-item:hover::before {
	opacity: 1;
	visibility: visible;
}

.tj-step-area .tj-step-item .step-box::before {
	content: "";
	position: absolute;
	top: -27.8675px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 145px;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-bottom: 28.8675px solid var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-step-area .tj-step-item:hover .step-box::before {
	border-bottom: 28.8675px solid var(--tj-primary-color);
}

.tj-step-area .tj-step-item .step-box::after {
	content: "";
	position: absolute;
	bottom: -27.8675px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 145px;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 28.8675px solid var(--tj-white-color);
}

.tj-step-area .tj-step-item:hover .step-box::after {
	border-top: 28.8675px solid var(--tj-primary-color);
}

.tj-step-area {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1165px;
	margin: 0 auto;
}

.tj-step-area .tj-step-item i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	line-height: 0;
	text-align: center;
	color: var(--tj-secondary-color);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-step-area .tj-step-item:hover i {
	color: var(--tj-white-color);
}

.tj-step-area .tj-step-item .number {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: var(--tj-secondary-color);
	display: inline-block;
	border-radius: 50%;
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-step-area .tj-step-item:hover .number {
	background-color: var(--tj-white-color);
	color: var(--tj-primary-color);
}

.tj-step-area .tj-step-item .step-content {
	margin-top: 60px;
}

.tj-step-area .tj-step-item .step-content span {
	display: inline-block;
}

/* ----------------------------------
    13. About CSS
------------------------------------ */
.tj-about-section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.tj-page-area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.tj-about-section .tj-section-heading {
	margin-bottom: 35px;
}

.tj-about-section .tj-section-heading .title {
	margin-bottom: 25px;
}

.tj-icon-box .ab-text {
	margin-bottom: 10px;
}

.tj-icon-box .ab-text .ab-icon {
	margin-right: 15px;
}
.tj-icon-box .ab-text .ab-icon i {
	color: var(--tj-primary-color);
	font-size: 35px;
	line-height: 1;
}

.about-content-one .ab-button-box {
	margin-top: 45px;
}

.about-content-one .ab-button-box .right-text {
	padding-left: 45px;
}

.about-content-one .ab-button-box .about-btn {
	margin-right: 45px;
}

.about-group-image {
	position: relative;
}

.about-group-image .image-box {
	width: calc(100% - 225px);
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.about-group-image .image-box::before {
	content: "";
	position: absolute;
	top: 25%;
	left: 20%;
	width: 59%;
	height: 53%;
	z-index: 10;
	border: 2px dashed var(--tj-gray-color3);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	max-width: 250px;
	max-height: 350px;
}

.about-group-image .image-box:hover::before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about-group-image .group-1 {
	margin-top: 20px;
	width: 60%;
}

.about-group-image .group-shape {
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-group-image .dotted-shape {
	position: absolute;
	bottom: 32%;
	left: 45%;
	z-index: 9;
}

.tj-about-section-two {
	padding-bottom: 120px;
}

.tj-about-section-two .tj-section-heading {
	margin-bottom: 35px;
}

.tj-about-section-two .tj-section-heading .title {
	margin-bottom: 30px;
}

.about-group-image2 {
	position: relative;
}

.about-group-image2 .image-box img {
	width: 62%;
	border-radius: 3px;
}

.about-group-image2 .group-1 {
	max-width: 50%;
	width: 100%;
	position: absolute;
	top: 85px;
	right: 25px;
	border-radius: 3px;
}

.about-group-image2 .group-shape {
	position: absolute;
	top: 25px;
	left: 45px;
	max-width: 55%;
	width: 100%;
}

.about-content-two {
	padding-left: 30px;
}

.about-content-two .content-box {
	border-bottom: 1px solid var(--tj-gray-color3);
}

.about-content-two .tj-icon-box {
	margin-bottom: 25px;
	margin-right: 50px;
}

.about-content-two .tj-icon-box:last-child {
	margin-right: 0;
}

.about-content-two .tj-icon-box p {
	max-width: 245px;
}

.about-content-two .tj-icon-box .ab-text {
	margin-bottom: 10px;
}

.about-content-two .tj-icon-box .ab-text .ab-icon {
	margin-right: 15px;
}

.ab-auother-box .auother-header {
	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;
	margin-right: 35px;
}

.ab-auother-box .auother-header .auother-image {
	margin-right: 20px;
	width: 80px;
	height: 80px;
}
.ab-auother-box .auother-header .auother-image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ab-auother-box .auother-header .auother-text h6 {
	margin-bottom: 0;
}
.ab-auother-box .right-text {
	max-width: 151px;
}

.tj-about-section-three {
	padding-top: 110px;
	padding-bottom: 80px;
}

.about-content-three .content-box {
	border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.about-content-three .tj-icon-box {
	margin-bottom: 30px;
	margin-right: 50px;
}

.about-content-three .tj-icon-box:last-child {
	margin-right: 0;
}

.about-content-three .tj-icon-box p {
	max-width: 245px;
}

.about-content-three .tj-icon-box .ab-text {
	margin-bottom: 10px;
}

.about-content-three .tj-icon-box .ab-text .ab-icon {
	margin-right: 15px;
}

.about-content-three .tj-theme-button {
	margin-top: 35px;
}

.tj-icon-box2 {
	background: var(--tj-white-color);
	border-radius: 4px;
	padding: 45px 15px 20px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 200px;
	margin-right: 25px;
	position: relative;
	z-index: 10;
}

.tj-icon-box2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 4px 4px 0 0;
	height: 4px;
	background: var(--tj-primary-color);
}

.tj-icon-box2 .number-icon {
	margin-bottom: 10px;
}

.tj-icon-box2 .number-icon {
	display: inline-block;
	background: var(--tj-primary-color);
	text-align: center;
	width: 91px;
	height: 86px;
	line-height: 98px;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.tj-icon-box2 .number-icon i {
	color: var(--tj-white-color);
	font-size: 45px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-icon-box2 .about-number .tj-count {
	color: var(--tj-dark-color);
	letter-spacing: 4px;
	font-size: 40px;
	font-weight: 700;
	font-family: var(--tj-ff-title);
}

.tj-icon-box2 .about-number p {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--tj-ff-title);
}

.tj-icon-box3 {
	background: var(--tj-secondary-color);
	border: 1px solid var(--tj-primary-color);
	border-radius: 2px;
	padding: 25px 15px;
	margin-right: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	max-width: 200px;
	width: 100%;
}

.tj-icon-box3:last-child {
	margin-right: 0;
}

.tj-icon-box3 i {
	color: var(--tj-primary-color);
	font-size: 50px;
	line-height: 1.2;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-icon-box3 .title {
	color: var(--tj-white-color);
	margin-bottom: 0;
}

.tj-icon-box3:hover {
	background-color: var(--tj-primary-color);
	border-color: transparent;
}

.tj-icon-box3:hover i {
	color: var(--tj-white-color);
}

/* ----------------------------------
    14. Feature CSS
------------------------------------ */
.tj-choose-us-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120px;
	padding-top: 110px;
	position: relative;
}

.tj-choose-us-section::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	background: rgba(6, 46, 57, 0.7);
}

.tj-choose-us-section .tj-section-heading .title {
	margin-bottom: 25px;
}

.tj-choose-us-section .choose-us-content-1 {
	position: relative;
	z-index: 3;
}

.choose-us-content-1 .tj-section-heading .title {
	color: var(--tj-white-color);
}

.choose-us-content-1 .tj-section-heading .desc {
	color: var(--tj-white-color);
}

.tj-choose-us-section-two {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 110px;
	padding-bottom: 65px;
	position: relative;
}

.tj-choose-us-section-two::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	background: rgba(6, 46, 57, 0.9);
}

.choose-us-top-content {
	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;
	position: relative;
	z-index: 3;
}

.choose-us-top-content .tj-section-heading .title {
	color: var(--tj-white-color);
}

.choose-us-step-item {
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

.choose-us-step-item .choose-step-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.choose-us-step-item .choose-step-box .choose-box {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: var(--tj-white-color);
	border: 3px solid var(--tj-primary-color);
	margin-right: 15px;
	position: relative;
	top: -3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.choose-us-step-item:hover .choose-step-box .choose-box {
	border-color: var(--tj-white-color);
	background-color: var(--tj-primary-color);
}

.choose-us-step-item .choose-step-box .step-content .title {
	color: var(--tj-white-color);
	font-size: 24px;
	font-weight: 500;
}

.choose-us-step-item p {
	color: var(--tj-white-color);
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
}

.choose-us-step-item p::before {
	position: absolute;
	content: "";
	width: 90%;
	height: 1px;
	top: -15px;
	left: 35px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.choose-us-step-item:hover p::before {
	background-color: var(--tj-primary-color);
}

.tj-input-form {
	background: var(--tj-primary-color);
	border-radius: 3px;
	padding: 50px 55px 60px;
	max-width: 486px;
	width: 100%;
	position: relative;
	z-index: 3;
}

.tj-input-form .title {
	color: var(--tj-white-color);
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 25px;
}

.tj-input-form .input-form label {
	font-size: 15px;
	font-weight: 500;
	color: var(--tj-white-color);
	margin-bottom: 10px;
}

.tj-input-form .input-form {
	margin-bottom: 20px;
}

.tj-input-form .input-form input {
	background: var(--tj-white-color);
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	padding: 15px 15px;
	border-radius: 3px;
}
.tj-input-form .wpcf7-not-valid-tip {
	color: #ffb900;
	font-size: 13px;
}

.tj-input-form .wpcf7 form .wpcf7-response-output {
	color: var(--tj-white-color);
	font-size: 13px;
	text-align: center;
}

.tj-input-fom .select-bm {
	margin-top: 50px;
}

.tj-input-form .select-bm .nice-select {
	margin-bottom: 35px;
}

.tj-input-form .nice-select {
	width: 100%;
	border: none;
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	border-radius: 3px;
}

.tj-input-form .nice-select .list {
	width: 100%;
	margin-top: 0;
}

.tj-input-form .nice-select .list li {
	font-size: 14px;
}

.tj-input-form .nice-select .list li:last-child {
	margin-bottom: 10px;
}

.tj-input-form .nice-select .option.selected {
	font-weight: 500;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected {
	color: var(--tj-body-color);
}

.tj-input-form .nice-select .option.disabled {
	color: var(--tj-body-color);
}

.tj-input-form .nice-select:after {
	border-bottom: 1px solid var(--tj-body-color);
	border-right: 1px solid var(--tj-body-color);
	margin-top: 0;
	height: 10px;
	top: 35%;
	right: 20px;
	width: 10px;
}

.tj-input-range {
	position: relative;
	margin-bottom: 15px;
}

.tj-input-range label {
	color: var(--tj-white-color);
	font-size: 15px;
	font-weight: 500;
}

.tj-input-range .tj-range-1 {
	width: 100%;
	cursor: pointer;
}

.tj-input-range output {
	color: var(--tj-white-color);
	font-size: 15px;
	font-weight: 500;
}

.tj-input-range .tj-range-1[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: var(--tj-secondary-color);
	height: 6px;
	padding: 0;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
}

.tj-input-range .tj-range-1[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 5px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: var(--tj-white-color);
	border: 1px solid var(--tj-white-color);
}

.tj-input-range .tj-range-1[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-border-radius: 50%;
	height: 14px;
	width: 14px;
	border-radius: 5px;
	background: var(--tj-white-color);
	border: 1px solid var(--tj-white-color);
}

.tj-input-range .tj-range-1[type="range"]::-ms-track {
	width: 300px;
	height: 6px;
	background: var(--tj-secondary-color);
	border-color: transparent;
	border-width: 2px 0;
	color: transparent;
}

.tj-input-range .tj-range-1[type="range"]::-ms-thumb {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: var(--tj-white-color);
	border: 1px solid var(--tj-white-color);
}

.tj-input-range .tj-range-1[type="range"]::-ms-fill-lower {
	background: var(--tj-primary-color);
	border-radius: 2px;
}

.tj-input-range .tj-range-1[type="range"]::-ms-fill-upper {
	background: var(--tj-primary-color);
	border-radius: 2px;
}

.tj-input-range .tj-range-1[type="range"]::-ms-tooltip {
	display: none;
}

.tj-input-range .tj-range-1[type="text"] {
	border: none;
}

.tj-input-range .tj-range-1[type="range"]::range-track {
	width: 100%;
	height: 20px;
	border-radius: 10px;
	background-color: #eee;
	border: 2px solid #ccc;
}

/* ----------------------------------
    15. Team CSS
------------------------------------ */
.tj-team-section.tj-team-page {
	padding-top: 120px;
	padding-bottom: 95px;
}
.tj-team-section.tj-team-page .tj-theme-btn {
	margin-top: 30px;
}
.tj-team-page .tj-section-heading {
	margin-bottom: 55px;
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	text-align: center;
}

.tj-team-item {
	background: var(--tj-white-color);
	border-radius: 5px;
	margin-bottom: 25px;
}

.tj-team-item .image-box {
	position: relative;
	overflow: hidden;
}

.tj-team-item .image-box img {
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 5px;
}

.tj-team-item .image-box .social-icon-box {
	width: 75px;
	height: 100%;
	background: var(--tj-secondary-color);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-team-item:hover .image-box .social-icon-box {
	opacity: 1;
}

.tj-team-item .image-box .social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tj-team-item .image-box .social-icon {
	background: var(--tj-primary-color);
	padding: 15px 0;
	border-radius: 4px;
	width: 55px;
	position: relative;
	left: -20px;
}

.tj-team-item .image-box .social-icon li {
	margin-bottom: 20px;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}

.tj-team-item .image-box .social-icon li:last-child {
	margin-bottom: 0;
}

.tj-team-item:hover .image-box .social-icon li:nth-child(1) {
	-webkit-transition: transform 0.2s ease-in-out 0.1s;
	-o-transition: transform 0.2s ease-in-out 0.1s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.1s;
	transition: -webkit-transform 0.2s ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out 0.1s,
		-webkit-transform 0.2s ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out 0.1s,
		-webkit-transform 0.2s ease-in-out 0.1s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item:hover .image-box .social-icon li:nth-child(2) {
	-webkit-transition: transform 0.2s ease-in-out 0.2s;
	-o-transition: transform 0.2s ease-in-out 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
	transition: -webkit-transform 0.2s ease-in-out 0.2s;
	transition: transform 0.2s ease-in-out 0.2s;
	transition: transform 0.2s ease-in-out 0.2s,
		-webkit-transform 0.2s ease-in-out 0.2s;
	transition: transform 0.2s ease-in-out 0.2s,
		-webkit-transform 0.2s ease-in-out 0.2s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item:hover .image-box .social-icon li:nth-child(3) {
	-webkit-transition: transform 0.2s ease-in-out 0.3s;
	-o-transition: transform 0.2s ease-in-out 0.3s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.3s;
	transition: -webkit-transform 0.2s ease-in-out 0.3s;
	transition: transform 0.2s ease-in-out 0.3s;
	transition: transform 0.2s ease-in-out 0.3s,
		-webkit-transform 0.2s ease-in-out 0.3s;
	transition: transform 0.2s ease-in-out 0.3s,
		-webkit-transform 0.2s ease-in-out 0.3s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item:hover .image-box .social-icon li:nth-child(4) {
	-webkit-transition: transform 0.2s ease-in-out 0.4s;
	-o-transition: transform 0.2s ease-in-out 0.4s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.4s;
	transition: -webkit-transform 0.2s ease-in-out 0.4s;
	transition: transform 0.2s ease-in-out 0.4s;
	transition: transform 0.2s ease-in-out 0.4s,
		-webkit-transform 0.2s ease-in-out 0.4s;
	transition: transform 0.2s ease-in-out 0.4s,
		-webkit-transform 0.2s ease-in-out 0.4s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item .image-box .social-icon li a {
	color: var(--tj-white-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tj-team-item .image-box .social-icon li a i {
	font-size: 20px;
}

.tj-team-item .image-box .social-icon li a:hover {
	color: var(--tj-secondary-color);
}

.tj-team-item .team-content {
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.tj-team-item:hover .team-content .title-link {
	color: var(--tj-primary-color);
	display: inline-block;
}

.tj-team-item .team-content h4 {
	margin-bottom: 0;
	font-size: 24px;
}

.tj-team-item .team-content .title-link {
	color: var(--tj-secondary-color);
	margin-bottom: 0;
	display: inline-block;
}
.tj-team-item .team-content .sub-title {
	display: inline-block;
}

.tj-team-item-two {
	background-color: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	padding: 50px 50px 40px;
	margin-bottom: 25px;
}

.tj-team-item-two .image-box {
	margin-bottom: 30px;
}

.tj-team-item-two .image-box img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 2px dashed transparent;
	padding: 10px;
	border-radius: 50%;
	height: auto;
}

.tj-team-item-two:hover .image-box img {
	border: 2px dashed var(--tj-primary-color);
}

.tj-team-item-two {
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-team-item-two .social-icon-box {
	text-align: center;
}

.tj-team-item-two .social-icon-box ul li {
	display: inline-block;
	margin-right: 5px;
}

.tj-team-item-two .social-icon-box ul li:last-child {
	margin-right: 0;
}

.tj-team-item-two .social-icon-box ul li i {
	width: 45px;
	height: 45px;
	line-height: 42px;
	color: var(--tj-gray-color7);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
	display: inline-block;
	border: 1px solid var(--tj-gray-color6);
	border-radius: 50%;
}

.tj-team-item-two .social-icon-box ul li i:hover {
	color: var(--tj-white-color);
	background-color: var(--tj-primary-color);
	border-color: transparent;
}

.tj-team-item-two .social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tj-team-item-two .social-icon {
	border-radius: 4px;
	position: relative;
}

.tj-team-item-two .social-icon li {
	margin-bottom: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.tj-team-item-two .social-icon li:last-child {
	margin-bottom: 0;
}

.tj-team-item-two:hover .social-icon li:nth-child(1) {
	-webkit-transition: transform 0.2s ease-in-out 0.1s;
	-o-transition: transform 0.2s ease-in-out 0.1s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.1s;
	transition: -webkit-transform 0.2s ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out 0.1s,
		-webkit-transform 0.2s ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out 0.1s,
		-webkit-transform 0.2s ease-in-out 0.1s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item-two:hover .social-icon li:nth-child(2) {
	-webkit-transition: transform 0.2s ease-in-out 0.2s;
	-o-transition: transform 0.2s ease-in-out 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
	transition: -webkit-transform 0.2s ease-in-out 0.2s;
	transition: transform 0.2s ease-in-out 0.2s;
	transition: transform 0.2s ease-in-out 0.2s,
		-webkit-transform 0.2s ease-in-out 0.2s;
	transition: transform 0.2s ease-in-out 0.2s,
		-webkit-transform 0.2s ease-in-out 0.2s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item-two:hover .social-icon li:nth-child(3) {
	-webkit-transition: transform 0.2s ease-in-out 0.3s;
	-o-transition: transform 0.2s ease-in-out 0.3s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.3s;
	transition: -webkit-transform 0.2s ease-in-out 0.3s;
	transition: transform 0.2s ease-in-out 0.3s;
	transition: transform 0.2s ease-in-out 0.3s,
		-webkit-transform 0.2s ease-in-out 0.3s;
	transition: transform 0.2s ease-in-out 0.3s,
		-webkit-transform 0.2s ease-in-out 0.3s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item-two:hover .social-icon li:nth-child(4) {
	-webkit-transition: transform 0.2s ease-in-out 0.4s;
	-o-transition: transform 0.2s ease-in-out 0.4s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.4s;
	transition: -webkit-transform 0.2s ease-in-out 0.4s;
	transition: transform 0.2s ease-in-out 0.4s;
	transition: transform 0.2s ease-in-out 0.4s,
		-webkit-transform 0.2s ease-in-out 0.4s;
	transition: transform 0.2s ease-in-out 0.4s,
		-webkit-transform 0.2s ease-in-out 0.4s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tj-team-item-two .social-icon li a {
	color: var(--tj-white-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tj-team-item-two .social-icon li a i {
	font-size: 20px;
}

.tj-team-item-two .social-icon li a:hover {
	color: var(--tj-secondary-color);
}

.tj-team-item-two .team-content {
	margin-bottom: 35px;
}

.tj-team-item-two .team-content h4 {
	margin-bottom: 0;
	font-size: 24px;
}

.tj-team-item-two .team-content .title-link {
	color: var(--tj-secondary-color);
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}

.tj-team-item-two .team-content .title-link:hover {
	color: var(--tj-primary-color);
}

.tj-team-item-two .team-content span {
	color: var(--tj-primary-color);
	font-weight: 500;
}

.tj-testimonial-section-two .swiper-pagination {
	width: auto;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.tj-testimonial-section-two .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
}
.tj-testimonial-section-two
	.swiper-pagination
	.swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.tj-testimonial-section-two .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.8);
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.tj-testimonial-section-two .swiper-pagination-bullet-active {
	background: var(--tj-primary-color);
	border-color: var(--tj-primary-color);
	width: 20px;
	height: 20px;
	position: relative;
}

.tj-team-section-three {
	padding-top: 110px;
	padding-bottom: 95px;
}

.team-item-three {
	position: relative;
	border-radius: 4px;
	margin-bottom: 25px;
	overflow: hidden;
}

.team-item-three:hover .tj-project-content {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.team-item-three .image-box img {
	width: 100%;
}

.team-item-three .arrow-icon {
	position: absolute;
	right: 20px;
	top: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 1;
}

.team-item-three .tj-project-content {
	position: absolute;
	bottom: 20px;
	-webkit-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
	left: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.team-item-three .tj-project-content .sub-title {
	background: var(--tj-secondary-color);
	color: var(--tj-white-color);
	line-height: 1;
	border-radius: 3px 3px 0px 0px;
	text-align: center;
	padding: 8px 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 15px;
	display: inline-block;
}

.team-item-three:hover .tj-project-content .sub-title {
	background-color: var(--tj-primary-color);
}

.team-item-three .tj-project-content h4 {
	margin-bottom: 0;
}

.team-item-three .tj-project-content .title-link {
	background: var(--tj-white-color);
	color: var(--tj-secondary-color);
	font-size: 24px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	border-radius: 0px 3px 3px 3px;
	text-align: center;
	padding: 10px 50px;
}

.team-item-three .tj-project-content .title-link:hover {
	color: var(--tj-primary-color);
}

.team-item-three:hover .arrow-icon {
	right: 30px;
}

.team-item-three .arrow-icon .social-active {
	position: relative;
}

.team-item-three .arrow-icon .team-social .social-active .team-social-dropdown {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s;
}

.team-item-three
	.arrow-icon
	.team-social:hover
	.social-active
	.team-social-dropdown {
	opacity: 1;
	visibility: visible;
}

.team-item-three .arrow-icon .social-active i {
	background: var(--tj-secondary-color);
	color: var(--tj-white-color);
	width: 50px;
	font-size: 20px;
	height: 50px;
	line-height: 56px;
	text-align: center;
	display: inline-block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 15px;
}

.team-item-three .arrow-icon .social-active:hover i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.team-item-three .arrow-icon:hover .social-active i {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.team-item-three
	.arrow-icon
	.team-social
	.social-active
	.team-social-dropdown
	li
	a
	i {
	background: var(--tj-white-color);
	color: var(--tj-primary-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.team-item-three
	.arrow-icon
	.team-social
	.social-active
	.team-social-dropdown
	li
	a
	i:hover {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

/* ----------------------------------
    16. Project CSS
------------------------------------ */
.tj-project-item {
	position: relative;
	border-radius: 3px;
	margin-bottom: 120px;
}
.tj-project-item.project_archive {
	margin-bottom: 30px;
}
.tj-project-item img {
	border-radius: 3px !important;
	width: 100%;
	max-height: 585px;
}
.tj-project-item.project_archive img {
	max-height: 515px;
	min-height: 350px;
}

.tj-project-item:hover::before {
	opacity: 1;
	visibility: visible;
}

.tj-project-item:hover .arrow-icon {
	opacity: 1;
	visibility: visible;
	right: 20px;
}

.tj-project-item:hover .tj-project-content {
	position: absolute;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.tj-project-item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	top: 0;
	left: 0;
	background: rgba(6, 46, 57, 0.5);
	border-radius: 4px;
}

.tj-project-item .arrow-icon {
	position: absolute;
	right: 0;
	top: 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tj-project-item .arrow-icon a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--tj-primary-color);
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: var(--tj-white-color);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.tj-project-item .arrow-icon a i:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.tj-project-item .tj-project-content {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
	left: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}

.tj-project-item .tj-project-content .sub-title {
	background: var(--tj-primary-color);
	color: var(--tj-white-color);
	line-height: 1;
	padding: 10px 30px;
	text-align: center;
	display: inline-block;
}

.tj-project-item .tj-project-content h4 {
	margin-bottom: 0;
}

.tj-project-item .tj-project-content .title-link {
	background: var(--tj-white-color);
	color: var(--tj-secondary-color);
	font-size: 24px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
}

.tj-project-item .tj-project-content .title-link:hover {
	color: var(--tj-primary-color);
}

.tj-project-section .swiper-pagination {
	width: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tj-project-section .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 5px;
}
.tj-project-section .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.tj-project-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

.tj-project-section .owl-carousel .owl-nav.disabled {
	display: none;
}

.tj-project-section .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	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;
	gap: 10px;
}

.tj-project-section .owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	background: var(--tj-primary-color2);
	flex-shrink: 0;
	border: none;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-radius: 50%;
}

.tj-project-section .owl-dots .owl-dot.active {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	background: var(--tj-primary-color);
}

.tj-project-page.tj-archive-projects {
	padding-top: 120px;
	padding-bottom: 90px;
}

.tj-project-page .tj-section-heading {
	max-width: 800;
	width: 100%;
	text-align: center;
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
}
.tj-project-page .tj-project-item {
	padding-bottom: 0;
	margin-bottom: 30px;
}
.tj-project-section-two.tj-project-page .tj-theme-btn {
	margin-top: 30px;
}

.tj-project-area .project-image {
	border-radius: 3px;
}

.tj-project-area .grid-item {
	margin-bottom: 1.5%;
}

.tj-project-area .project-item-three.grid-division-1 {
	width: 38%;
}

.tj-project-area .project-item-three.grid-division {
	width: 29%;
}

.tj-project-area .project-item-three .project-image {
	min-height: 395px;
}

.tj-project-area .gutter-sizer {
	width: 1.5%;
}

.project-item-three {
	width: 25%;
	border-right: 2px solid var(--tj-white-color);
	position: relative;
	margin-bottom: 2px;
}

.project-item-three .project-image {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 673px;
}

.project-item-three .project-image img {
	width: 100%;
	min-height: 673px;
	height: 100%;
	border-radius: 3px;
}

.project-item-three .project-image:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	-webkit-transition: 500ms all ease;
	border-radius: 3px;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#062e39),
		to(rgba(255, 255, 255, 0))
	);
	background: -o-linear-gradient(top, #062e39 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #062e39 0%, rgba(255, 255, 255, 0) 100%);
}

.project-item-three .project-text {
	left: 30px;
	bottom: -25px;
	max-width: 335px;
	position: absolute;
	-webkit-transition: 500ms all ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
}

.project-item-three:hover .project-text {
	opacity: 1;
	visibility: visible;
}

.project-item-three .project-text .sub-title {
	color: var(--tj-white-color);
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.project-item-three .project-text .title-link {
	color: var(--tj-white-color);
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}

.project-item-three .project-text .title-link:hover {
	color: var(--tj-primary-color);
}

.project-item-three .project-text p {
	opacity: 0;
	color: var(--tj-white-color);
	line-height: 1.688;
	padding-bottom: 35px;
	-webkit-transition: 500ms all ease;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
}

.project-item-three .arrow-btn i {
	right: 0;
	color: var(--tj-white-color);
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 56px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	top: 20px;
	position: absolute;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: var(--tj-primary-color);
}

.project-item-three .arrow-btn i:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.project-item-three:hover .arrow-btn i {
	right: 30px;
	opacity: 1;
	visibility: visible;
}

.project-item-three .more-btn:hover {
	color: var(--tj-primary-color);
	background-color: var(--tj-white-color);
}

.project-item-three:hover .project-text {
	bottom: 30px;
}

.project-item-three:hover .project-text p {
	opacity: 1;
}

.project-item-three:hover .project-image:before {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
}

.tj-project-section-three .tj-project-content-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ----------------------------------
    17. Testimonial CSS
------------------------------------ */
.tj-testimonial-section .tj-testimonial-slider {
	padding: 0 20px;
}

.tj-testimonial-section.tj-testimonial-page {
	padding-top: 110px;
}

.tj-testimonial-item {
	border-radius: 2px;
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 30px 0;
	padding: 0 0 50px 35px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.tj-testimonial-item .testimoniasl-image {
	position: relative;
	margin-top: -30px;
	max-width: 120px;
}

.tj-testimonial-item .testimonial-comment img {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.tj-testimonial-item:hover .testimonial-comment img {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tj-testimonial-item .content-area {
	padding-right: 35px;
}

.tj-testimonial-item .testimonial-rating {
	margin-bottom: 50px;
}

.tj-testimonial-item .testimonial-rating .rating-icon {
	background: var(--tj-primary-color);
	padding: 0 45px;
	height: 50px;
	line-height: 50px;
	border-radius: 0px 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tj-testimonial-item .testimonial-rating .rating-icon .star-ratings {
	unicode-bidi: bidi-override;
	color: var(--tj-gray-color10);
	font-size: 30px;
	line-height: 1;
	position: relative;
	margin: 0;
	padding: 0;
}
.tj-testimonial-item
	.testimonial-rating
	.rating-icon
	.star-ratings
	.fill-ratings {
	color: var(--tj-white-color);
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
}
.tj-testimonial-item
	.testimonial-rating
	.rating-icon
	.star-ratings
	.fill-ratings
	span {
	display: inline-block;
}
.tj-testimonial-item
	.testimonial-rating
	.rating-icon
	.star-ratings
	.empty-ratings {
	padding: 0;
	display: block;
	z-index: 0;
}
.tj-testimonial-item .testimonial-rating .rating-icon ul li {
	color: var(--tj-white-color);
	display: inline-block;
	margin-right: 5px;
}

.tj-testimonial-item p {
	font-style: italic;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 25px;
}

.tj-testimonial-item .testimonial-content .testimonial-auother .title {
	font-weight: 700;
	margin-bottom: 0;
}

.tj-testimonial-item .testimonial-content .testimonial-auother .sub-title {
	color: var(--tj-primary-color);
}

.tj-testimonial-section-two {
	position: relative;
}
.tj-testimonial-section-two .tj-section-heading .title {
	color: var(--tj-white-color);
}

.tj-testimonial-item-two {
	padding: 45px 25px 45px 40px;
	border: 1px solid rgba(253, 85, 35, 0.6);
	background: rgba(6, 46, 57, 0.65);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
	position: relative;
	z-index: 3;
}

.tj-testimonial-item-two .description p {
	color: var(--tj-white-color);
	margin-bottom: 35px;
}

.tj-testimonial-item-two .testimonial-auother {
	background: var(--tj-dark-color2);
	min-width: 386px;
	width: 100%;
	padding: 15px 15px;
	border-radius: 3px 0px 3px 3px;
	margin-bottom: 26px;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-testimonial-item-two:hover .testimonial-auother {
	background-color: var(--tj-primary-color);
}

.tj-testimonial-item-two .testimonial-auother::before {
	z-index: 1;
	top: -20px;
	right: 0;
	width: 17px;
	height: 20px;
	position: absolute;
	clear: both;
	display: block;
	content: "";
	background: var(--tj-gray-color10);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-testimonial-item-two:hover .testimonial-auother::before {
	background-color: var(--tj-primary-color3);
}

.tj-testimonial-item-two .testimonial-auother .client-image {
	max-width: 65px;
	margin-right: 15px;
}

.tj-testimonial-item-two .testimonial-auother .title {
	margin-bottom: 0;
	font-size: 24px;
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-testimonial-item-two:hover .testimonial-auother .title {
	color: var(--tj-white-color);
}

.tj-testimonial-item-two .testimonial-auother .sub-title {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-testimonial-item-two:hover .testimonial-auother .sub-title {
	color: var(--tj-white-color);
}

.tj-testimonial-item-two .rating-icon .star-ratings {
	unicode-bidi: bidi-override;
	color: var(--tj-white-color);
	font-size: 25px;
	line-height: 1;
	position: relative;
	margin: 0;
	padding: 0;
}
.tj-testimonial-item-two .rating-icon .star-ratings .fill-ratings {
	color: var(--tj-gray-color8);
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
}
.tj-testimonial-item-two .rating-icon .star-ratings .fill-ratings span {
	display: inline-block;
}
.tj-testimonial-item-two .rating-icon .star-ratings .empty-ratings {
	padding: 0;
	display: block;
	z-index: 0;
}

/* ----------------------------------
    18. Counter CSS
------------------------------------ */
.counter-item .counter-icon {
	margin-right: 35px;
}
.counter-item .counter-icon i {
	color: var(--tj-primary-color);
	font-size: 50px;
	line-height: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.counter-item .counter-number .tj-count {
	font-size: 55px;
	color: var(--tj-secondary-color);
	font-weight: 700;
}
.counter-item .counter-number .sub-title {
	color: var(--tj-secondary-color);
	font-size: 24px;
	font-weight: 500;
}

/* ----------------------------------
    19. Map CSS
------------------------------------ */
.tj-map-section {
	position: relative;
}

.tj-map-section .google-map iframe {
	height: 650px;
	width: 100%;
}

.tj-map-section .accordion-button::after {
	background-image: none;
}

.tj-map-tabs {
	max-width: 415px;
	margin: 0 auto;
	position: absolute;
	right: 16%;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.tj-map-tabs .accordion {
	background: var(--tj-secondary-color);
	padding: 35px 50px 20px;
}

.tj-map-tabs .accordion-item {
	background-color: transparent;
	border: none;
	padding-top: 25px;
}

.tj-map-tabs .accordion-item .accordion-button {
	background-color: transparent;
	font-size: 24px;
	color: var(--tj-white-color);
	padding: 0 0 25px 0;
}

.tj-map-tabs .accordion-item:nth-child(2) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tj-map-tabs .accordion-item:nth-child(3) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tj-map-tabs .accordion-button:not(.collapsed) {
	color: var(--tj-primary-color);
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tj-map-tabs .accordion-body {
	padding: 15px 0 0 0;
}

.accordion .accordion-item .accordion-header .accordion-button:before {
	position: absolute;
	top: 0;
	font-size: 20px;
	right: 0;
	content: "\f113";
	color: inherit;
	font-family: flaticon_logistics !important;
	font-weight: 400;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.accordion
	.accordion-item
	.accordion-header
	.accordion-button:not(.collapsed)::before {
	content: "\f114";
	background-image: none;
	color: inherit;
	font-family: flaticon_logistics !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion
	.accordion-item
	.accordion-header
	.accordion-button:not(.collapsed)::after {
	background-image: none;
}

.accordion .accordion-item .accordion-body ul li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 50px;
	color: var(--tj-white-color);
}

.accordion .accordion-item .accordion-body ul li i {
	color: inherit;
	font-size: 18px;
	margin-right: 10px;
	border: 1px solid;
	width: 40px;
	background: transparent;
	height: 40px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 56%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.accordion .accordion-item .accordion-body ul li i:hover {
	background-color: var(--tj-primary-color);
	border-color: transparent;
	color: var(--tj-white-color);
}

.accordion .accordion-item .accordion-body ul li span {
	color: inherit;
}

.accordion .accordion-item .accordion-body ul li a {
	color: inherit;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.accordion .accordion-item .accordion-body ul li a:hover {
	color: var(--tj-primary-color);
}

.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ----------------------------------
    20. Blog CSS
------------------------------------ */
.tj-blog-item {
	margin-bottom: 30px;
}

.tj-blog-item .tj-blog-image {
	position: relative;
	overflow: hidden;
}
.tj-blog-item .tj-blog-image a {
	display: block;
}
.tj-blog-item .tj-blog-image img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	min-height: 330px;
	max-height: 330px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.tj-blog-item:hover .tj-blog-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tj-blog-item .blog-content-area {
	position: relative;
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	padding: 25px 35px 25px;
}

.tj-blog-item .blog-content-area .blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -73px;
	background: var(--tj-white-color);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 360px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	margin-top: initial;
	margin-bottom: initial;
}

.tj-blog-item .blog-meta .meta-date {
	background: var(--tj-secondary-color);
	display: inline-block;
	text-align: center;
	margin-right: 25px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px 0 0 2px;
}

.tj-blog-item .blog-meta .meta-date ul {
	width: 60px;
	height: 53px;
}

.tj-blog-item .blog-meta .meta-date ul li {
	color: var(--tj-white-color);
	line-height: 1;
	padding-top: 7px;
}

.tj-blog-item .blog-meta .meta-list ul li {
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
}

.tj-blog-item .blog-meta .meta-list ul li a {
	color: inherit;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	text-transform: capitalize;
}

.tj-blog-item .blog-meta .meta-list ul li a:hover {
	color: var(--tj-primary-color);
}

.tj-blog-item .blog-meta .meta-list ul li:last-child {
	margin-right: 0;
}

.tj-blog-item .blog-meta .meta-list ul li i {
	font-weight: 500;
	margin-right: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-blog-item .blog-text-box .blog-header {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 25px;
}

.tj-blog-item .blog-text-box .blog-header p {
	margin-bottom: 25px;
}

.tj-blog-item .blog-text-box .blog-header .title-link {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	margin-bottom: 18px;
}

.tj-blog-item .blog-button ul li a {
	color: var(--tj-secondary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-blog-item .blog-button ul li a:hover {
	color: var(--tj-primary-color);
}

.tj-blog-item:hover .blog-meta .meta-date {
	background-color: var(--tj-primary-color);
}

.tj-blog-item .blog-text-box .blog-header .title-link:hover {
	color: var(--tj-primary-color);
}

.tj-blog-section-two .blog-item-three .meta-list {
	margin-bottom: 15px;
}

.blog-item-two {
	position: relative;
}

.blog-item-two .blog-content-box {
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 35px 25px;
}

.blog-item-two .meta-date {
	background: var(--tj-secondary-color);
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px;
	position: absolute;
	top: 20px;
	right: 25px;
}

.blog-item-two .meta-date ul {
	width: 60px;
	height: 53px;
}

.blog-item-two .meta-date ul li {
	color: var(--tj-white-color);
	line-height: 1;
	padding-top: 7px;
}

.blog-item-two .meta-list {
	display: inline-block;
	margin-bottom: 15px;
}

.blog-item-two .meta-list ul li {
	display: inline-block;
}

.blog-item-two .meta-list ul li a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: var(--tj-body-color);
}

.blog-item-two .meta-list ul li a:hover {
	color: var(--tj-primary-color);
}

.blog-item-two .meta-list ul li:last-child {
	margin-right: 0;
}

.blog-item-two .meta-list ul li i {
	color: var(--tj-primary-color);
	font-weight: 500;
	margin-right: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.blog-item-two .blog-text h5 {
	margin-bottom: 20px;
}

.blog-item-two .blog-text .title {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-weight: 700;
}

.blog-item-two .blog-text .title:hover {
	color: var(--tj-primary-color);
}

.blog-item-three {
	position: relative;
}

.blog-item-three .tj-blog-image {
	position: relative;
	overflow: hidden;
}
.blog-item-three .tj-blog-image a {
	display: block;
}

.blog-item-three .tj-blog-image img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 100%;
	max-height: 330px;
	object-fit: cover;
}

.blog-item-three:hover .tj-blog-image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.blog-item-three .blog-content-box {
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	padding: 50px 35px 30px;
	margin-bottom: 25px;
}

.blog-item-three .blog-content-box.margin-bm {
	margin-bottom: 0;
}

.tj-blog-item-three .blog-button ul li a {
	color: var(--tj-secondary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-blog-item-three .blog-button ul li a:hover {
	color: var(--tj-primary-color);
}

.blog-item-three .meta-date {
	background: var(--tj-secondary-color);
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

.blog-item-three:hover .meta-date {
	background-color: var(--tj-primary-color);
}

.blog-item-three .meta-date ul {
	padding: 4px 15px 10px;
}

.blog-item-three .meta-date ul li {
	color: var(--tj-white-color);
	line-height: 1;
	padding-top: 7px;
}

.blog-item-three .meta-list {
	display: inline-block;
}

.blog-item-three .meta-list ul li {
	display: inline-block;
	margin-right: 15px;
}

.blog-item-three .meta-list ul li:last-child {
	margin-right: 0;
}

.blog-item-three .meta-list ul li a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: inherit;
}

.blog-item-three .meta-list ul li a:hover {
	color: var(--tj-primary-color);
}

.blog-item-three .meta-list ul li:last-child {
	margin-right: 0;
}

.blog-item-three .meta-list ul li i {
	font-weight: 500;
	margin-right: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: inherit;
}

.blog-item-three .blog-text h5 {
	margin-bottom: 20px;
}

.blog-item-three .blog-text .title {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-weight: 700;
}

.blog-item-three .blog-text .title:hover {
	color: var(--tj-primary-color);
}
.tj-blog-item-three {
	margin-bottom: 25px;
	position: relative;
}

.tj-blog-item-three .tj-blog-image {
	position: relative;
	overflow: hidden;
}
.tj-blog-item-three .meta-date {
	background: var(--tj-secondary-color);
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	top: 20px;
	right: 30px;
}
.tj-blog-item-three .meta-date ul {
	padding: 4px 15px 10px;
}
.tj-blog-item-three .meta-date ul li {
	color: var(--tj-white-color);
	line-height: 1;
	padding-top: 7px;
}

.postbox__item .tj-blog-item-three .tj-blog-image {
	margin-bottom: 20px;
}

.tj-blog-item-three .tj-blog-image a {
	display: block;
}
.tj-blog-item-three .tj-blog-image img {
	min-height: 330px;
	max-height: 330px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.tj-blog-item-three:hover .tj-blog-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tj-blog-item-three .tj-blog-image .tj-video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tj-blog-area .format-image .tj-blog-image img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	height: auto;
}

.tj-blog-area .format-image:hover .tj-blog-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tj-blog-area .format-audio iframe {
	display: block;
	width: 100%;
}

.tj-blog-area .postbox__slider .postbox-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tj-blog-area .postbox__slider .postbox-nav button {
	background: transparent;
	border: 1px solid var(--tj-white-color);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--tj-white-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 15px;
}

.tj-blog-area .postbox__slider .postbox-nav button:hover {
	background: var(--tj-primary-color);
	color: var(--tj-white-color);
	border: 1px solid var(--tj-primary-color);
}

.tj-blog-item-three .blog-content-area {
	position: relative;
	background: var(--tj-white-color);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	padding: 10px 35px 25px;
}
.tj-blog-item-three .blog-meta .meta-list {
	height: 53px;
	line-height: 53px;
}
.tj-blog-item-three .blog-meta .meta-list ul li {
	display: inline-block;
	margin-right: 15px;
}
.tj-blog-item-three .blog-meta .meta-list ul li i {
	font-weight: 500;
	margin-right: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: var(--tj-primary-color);
}
.tj-blog-item-three .blog-meta .meta-list ul li a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: inherit;
}
.tj-blog-item-three .blog-meta .meta-list ul li a:hover {
	color: var(--tj-primary-color);
}

.blog-meta {
	margin-top: 20px;
	margin-bottom: 15px;
}

.blog-content-area .blog-meta {
	margin-top: 0;
	margin-bottom: 15px;
}

.blog-meta span {
	display: inline-block;
	margin-right: 15px;
}

.blog-meta span a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: var(--tj-body-color);
}

.blog-meta span a:hover {
	color: var(--tj-primary-color);
}

.blog-meta span:last-child {
	margin-right: 0;
}

.blog-meta span i {
	font-weight: 500;
	margin-right: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: var(--tj-primary-color);
}

.tj-blog-item-three .blog-text-box .blog-header {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 25px;
}

.tj-blog-item-three .blog-text-box .blog-header p {
	margin-bottom: 25px;
}

.tj-blog-item-three .blog-text-box .blog-header .title-link {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	margin-bottom: 18px;
}

.tj-blog-item-three:hover .meta-date {
	background-color: var(--tj-primary-color);
}

.tj-blog-item-three .blog-text-box .blog-header .title-link:hover {
	color: var(--tj-primary-color);
}

/* ----------------------------------
    21. Blog Details CSS
------------------------------------ */
.tj-blog-area {
	padding-top: 120px;
	padding-bottom: 95px;
}

.page-details-wrapper {
	padding-right: 15px;
}

.page-details-wrapper .tj-blog-item-three {
	position: relative;
	margin-bottom: 45px;
}

.page-details-wrapper.postbox__details .tj-blog-item-three {
	margin-bottom: 0;
}

.page-details-wrapper .tj-blog-item-three .blog-content-area {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.page-details-wrapper .tj-blog-item-three .active-text {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.page-details-wrapper .tj-blog-item-three .active-text a {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--tj-ff-title);
	padding: 10px 30px;
	border-radius: 2px;
	color: var(--tj-white-color);
	background: var(--tj-primary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
}

.page-details-wrapper .tj-blog-item-three .tj-content-box {
	border: 1px solid rgba(169, 169, 169, 0.2);
	padding: 0 30px;
}

.page-details-wrapper .tj-blog-item-three .tj-content-box .read-more {
	border-top: 1px solid rgba(169, 169, 169, 0.2);
}

.page-details-wrapper .tj-blog-item-three .tj-content-box .read-more a {
	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;
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-family: var(--tj-ff-title);
	padding: 25px 0 30px;
	font-weight: 600;
}

.page-details-wrapper .tj-blog-item-three .tj-content-box .read-more a:hover {
	color: var(--tj-primary-color);
}

.page-details-wrapper .tj-blog-item-three .tj-content-box .read-more a i {
	-webkit-transform: translateX(-10px) scale(1);
	-ms-transform: translateX(-10px) scale(1);
	transform: translateX(-10px) scale(1);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.page-details-wrapper .tj-blog-item-three .tj-content-box .read-more a:hover i {
	-webkit-transform: translateX(0) scale(1.2);
	-ms-transform: translateX(0) scale(1.2);
	transform: translateX(0) scale(1.2);
}

.page-details-wrapper .tj-blog-item-three .tj-content-box p {
	margin-bottom: 35px;
}

.page-details-wrapper .blog-content-area .blog-header .blog-title {
	font-size: 35px;
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.page-details-wrapper .blog-content-area .blog-header .blog-title:hover {
	color: var(--tj-primary-color);
}

.page-details-wrapper.postbox__details
	.blog-content-area
	.blog-header
	.blog-title:hover {
	color: initial;
}

.page-details-wrapper .check-list ul li,
.check-list.tj-list ul li {
	color: var(--tj-secondary-color);
	font-size: 18px;
	font-weight: 500;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}

.page-details-wrapper .check-list ul li i,
.check-list.tj-list ul li i {
	margin-right: 5px;
	color: var(--tj-primary-color);
	position: absolute;
	top: 14px;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.page-details-wrapper .details-video-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-details-wrapper .details-video-content .title {
	font-size: 30px;
	margin-bottom: 15px;
}

.page-details-wrapper .details-video-content p {
	margin-bottom: 30px;
}

.page-details-wrapper .video-image {
	position: relative;
}

.page-details-wrapper .video-image .video-box i {
	width: 100px;
	height: 100px;
	line-height: 90px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: var(--tj-white-color);
	text-align: center;
	background: var(--tj-primary-color);
	border-radius: 50%;
	font-size: 30px;
	border: 5px solid var(--tj-white-color);
	display: inline-block;
}

.page-details-wrapper .details-quote-content h4 {
	font-size: 30px;
	margin-bottom: 15px;
}

.page-details-wrapper .details-tags-box-wrpr {
	padding-top: 50px;
	clear: both;
}

.page-details-wrapper .details-tags-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e3e3e3;
	padding-top: 30px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
}

.page-details-wrapper .details-tags-box .tj-post-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.page-details-wrapper .details-tags-box .tj-post-tag span {
	font-size: 24px;
	font-weight: 700;
	color: var(--tj-secondary-color);
	font-family: var(--tj-ff-title);
	margin-right: 10px;
	display: inline-block;
}

.page-details-wrapper .details-tags-box .tj-post-tag a {
	background: var(--tj-gray-color3);
	font-size: 15px;
	font-family: var(--tj-ff-title);
	color: var(--tj-secondary-color);
	padding: 10px 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}

.page-details-wrapper .details-tags-box .tj-post-tag a:hover {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.page-details-wrapper .details-tags-box .tj-post-tag a:last-child {
	margin-right: 0;
}

.page-details-wrapper .details-tags-box .share-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.page-details-wrapper .details-tags-box .share-link a {
	color: var(--tj-primary-color);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	border: 1px solid var(--tj-primary-color);
	margin-bottom: 10px;
}

.page-details-wrapper .details-tags-box .share-link a:hover {
	color: var(--tj-white-color);
	background-color: var(--tj-primary-color);
	border-color: transparent;
}

.blog-coment-title h3 {
	font-size: 30px;
	position: relative;
	margin-bottom: 45px;
}

.blog-coment-title h3::before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	background: var(--tj-primary-color);
	width: 70px;
	height: 3px;
}

.page-details-wrapper .details-comment-content {
	margin-bottom: 50px;
	margin-top: 45px;
}

.page-details-wrapper .details-comment-content .comment-auother-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.details-comment-content .comment-auother-box .auother-image img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 25px;
	margin-bottom: 15px;
}

.page-details-wrapper
	.details-comment-content
	.comment-auother-box
	.auother-content
	.avatar-name
	h5
	a:hover {
	color: var(--tj-primary-color);
}

.avatar-name h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.avatar-name h5 a {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	text-decoration: none;
}

.avatar-name span {
	margin-bottom: 15px;
	display: block;
}

.details-comment-content .comment-auother-box .detils-reply {
	margin-top: 20px;
}

.details-comment-content .comment-auother-box .detils-reply a {
	border: 1px solid var(--tj-primary-color);
	color: var(--tj-primary-color);
	border-radius: 2px;
	padding: 6px 25px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: transparent;
	display: inline-block;
}

.details-comment-content .comment-auother-box .detils-reply a:hover {
	background-color: var(--tj-primary-color);
	border-color: transparent;
	color: var(--tj-white-color);
}

.details-comment-content .comments-box {
	border-bottom: 1px solid rgba(221, 221, 221, 0.3);
	margin-bottom: 35px;
	padding-bottom: 30px;
}

.blog-post-comment .details-input {
	margin-bottom: 20px;
}

.blog-post-comment .details-input input,
.blog-post-comment .details-input textarea {
	border: 1px solid #e8e8e8;
	width: 100%;
	padding: 15px 20px;
}

.blog-post-comment .details-input textarea {
	height: 145px;
	padding: 20px 20px;
}

.details-sidebar-inner .tj-sidebar-widget {
	background: var(--tj-gray-color11);
	border-radius: 4px;
	padding: 25px 30px;
	margin-bottom: 30px;
}
.tj-sidebar-widget.tj-appointment {
	padding: 0;
	border-radius: 4px;
}

.sidebar-search form {
	position: relative;
}

.sidebar-search form button {
	top: 0%;
	right: 0%;
	position: absolute;
	padding: 5px 20px;
	border-radius: 0px 4px 4px 0px;
	background: var(--tj-primary-color);
	font-size: 18px;
	color: var(--tj-white-color);
	cursor: pointer;
	border: 0;
	height: 100%;
}

.sidebar-search form input {
	border-radius: 4px;
	width: 100%;
	padding: 14px 20px;
	border: 1px solid var(--tj-gray-color3);
	background-color: #fff;
}

.sidebar-search form input:focus,
.sidebar-search form input:focus {
	outline: none;
	border-color: var(--tj-primary-color);
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.service_sidebar_form form .form-group {
	margin-bottom: 15px;
}
.service_sidebar_form form .form-group label {
	font-size: 14px;
	color: var(--tj-dark-color);
	margin-bottom: 5px;
}
.service_sidebar_form form .form-group label > span {
	color: #d63637;
}

.service_sidebar_form form .form-group select,
.service_sidebar_form form .form-group .nice-select,
.service_sidebar_form form .form-group textarea,
.service_sidebar_form
	form
	.form-group
	input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	border-radius: 4px;
	width: 100%;
	padding: 14px 20px;
	border: 1px solid var(--tj-gray-color3);
	background-color: var(--tj-white-color);
}
.service_sidebar_form form .form-group textarea {
	height: 200px;
	resize: none;
}
.service_sidebar_form
	form
	.form-group
	input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
.service_sidebar_form form .form-group textarea:focus {
	outline: none;
	border-color: var(--tj-primary-color);
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.details-sidebar-inner .details_title {
	position: relative;
	margin-bottom: 40px;
}

.details-sidebar-inner .details_title::before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	background: var(--tj-primary-color);
	width: 70px;
	height: 3px;
}

.details-sidebar-inner .sidebar-post .tj-post-content {
	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;
	margin-bottom: 25px;
}

.details-sidebar-inner .sidebar-post .tj-post-content:last-child {
	margin-bottom: 0;
}

.details-sidebar-inner .sidebar-post .tj-post-content .tj-auother-img {
	width: 100px;
	margin-right: 15px;
}

.details-sidebar-inner .sidebar-post .tj-post-content .tj-auother-img img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
}

.details-sidebar-inner .sidebar-post .tj-details-text {
	width: calc(100% - 115px);
}

.details-sidebar-inner .sidebar-post .details-meta {
	margin-bottom: 5px;
}

.details-sidebar-inner .sidebar-post .details-meta span {
	display: inline-block;
	margin-right: 15px;
}

.details-sidebar-inner .sidebar-post .details-meta span:last-child {
	margin-right: 0;
}

.details-sidebar-inner .sidebar-post .details-meta span i {
	color: var(--tj-primary-color);
	margin-right: 5px;
}

.details-sidebar-inner .sidebar-post .tj-details-header h6 {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 18px;
}

.details-sidebar-inner .sidebar-post .tj-details-header h6:hover {
	color: var(--tj-primary-color);
}

.tj-sidebar-widget ul {
	margin-bottom: 0 !important;
}

.tj-sidebar-widget ul li {
	border-bottom: 1px solid rgba(169, 169, 169, 0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
	list-style: none;
}

.tj-sidebar-widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tj-sidebar-widget ul li a {
	font-size: 16px;
	color: var(--tj-secondary-color);
	font-weight: 500;
	font-family: var(--tj-ff-title);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	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;
}

.tj-sidebar-widget.widget_recent_comments ul li a {
	display: initial;
}

.tj-sidebar-widget ul li a:hover {
	color: var(--tj-primary-color);
}

.tj-sidebar-widget ul li a span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: var(--tj-primary-color);
	background: var(--tj-white-color);
	border-radius: 50%;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}

.tj-sidebar-widget ul li a:hover span {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.details-sidebar-inner .sidebar-tags .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tagcloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}
.tagcloud a {
	position: relative;
	display: inline-block;
	padding: 8px 18px;
	background: var(--tj-white-color);
	color: var(--tj-secondary-color);
	font-size: 15px !important;
	font-family: var(--tj-ff-title);
	font-weight: 500;
	line-height: 26px;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.tagcloud a:hover {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.tj-post-tag a {
	position: relative;
	display: inline-block;
	padding: 8px 18px;
	background: var(--tj-white-color);
	color: var(--tj-secondary-color);
	font-size: 15px !important;
	font-family: var(--tj-ff-title);
	font-weight: 500;
	line-height: 26px;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-post-tag a:hover {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.tj-blog-standard {
	padding-top: 120px;
	padding-bottom: 120px;
}

.tj-blog-area .tj-sidebar-pagination ul {
	padding-left: 0;
}

.tj-sidebar-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

.tj-sidebar-pagination ul li a,
.tj-sidebar-pagination ul li span {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	color: var(--tj-dark-color);
	line-height: 38px;
	border: 1px solid #c8c8c8;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-sidebar-pagination ul li span.current {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
	border-color: transparent;
}

.tj-sidebar-pagination ul li a i {
	position: relative;
	top: 2px;
}
.tj-sidebar-pagination ul li .active-color,
.tj-sidebar-pagination ul li a:hover {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
	border-color: transparent;
}

/* ----------------------------------
    22. Service Details CSS
------------------------------------ */
.tj-service-details {
	padding-top: 120px;
	padding-bottom: 95px;
}

.service-details-wrapper .tj-blog-image {
	margin-bottom: 45px;
}

.service-details-wrapper .blog-header {
	margin-bottom: 20px;
}

.service-details-wrapper .check-list .title,
.check-list.tj-list .list-title {
	font-weight: 700;
	margin-bottom: 20px;
}

.details-sidebar-inner .sidebar-service ul li {
	margin-bottom: 15px;
	border-bottom: none;
	padding-bottom: 0;
}

.details-sidebar-inner .sidebar-service ul li:last-child {
	margin-bottom: 0;
}
.details-sidebar-inner .sidebar-service ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--tj-ff-title);
	color: var(--tj-secondary-color);
	background: var(--tj-white-color);
	padding: 15px 35px 15px 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}
.details-sidebar-inner .sidebar-service ul li a.active,
.details-sidebar-inner .sidebar-service ul li a:hover {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}
.details-sidebar-inner .sidebar-service ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.details-sidebar-inner .sidebar-documents ul li a {
	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;
	color: var(--tj-secondary-color);
	background: var(--tj-white-color);
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 500;
	padding: 8px 61px 8px 20px;
}

.details-sidebar-inner .sidebar-documents ul li a i {
	background: var(--tj-primary-color);
	color: var(--tj-white-color);
	padding: 13px 12px;
}

.details-sidebar-inner .tj-appointment-box {
	z-index: 1;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.details-sidebar-inner .tj-appointment-box:before {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.details-sidebar-inner .tj-appointment-box .tj-appointment-bg {
	height: 155px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 71%, 50% 100%, 0 70%);
	clip-path: polygon(0 0, 100% 0, 100% 71%, 50% 100%, 0 70%);
	background: var(--tj-primary-color);
	background-repeat: no-repeat;
	background-position: center;
}
.details-sidebar-inner .tj-appointment-box .tj-appointment-bg .tj-roof-content {
	padding: 0px 20px;
	height: 145px;
	background: var(--tj-primary-color);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 71%, 50% 100%, 0 70%);
	clip-path: polygon(0 0, 100% 0, 100% 71%, 50% 100%, 0 70%);
}

.details-sidebar-inner .tj-appointment-box .appointment-percent {
	width: 130px;
	border-radius: 500px;
	height: 130px;
	border: 5px solid var(--tj-white-color);
	background: var(--tj-primary-color);
	margin: 0 auto;
	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;
	position: relative;
	margin-top: -85px;
	margin-bottom: 25px;
	padding: 0 45px;
	-webkit-box-shadow: 0px 0px 15px 15px rgba(28, 10, 10, 0.16);
	box-shadow: 0px 0px 15px 15px rgba(28, 10, 10, 0.16);
}

.details-sidebar-inner .tj-appointment-box .appointment-percent span {
	font-size: 20px;
	color: var(--tj-white-color);
	font-weight: 600;
}

.details-sidebar-inner .tj-appointment-box .appointment-content .title {
	font-size: 25px;
	color: var(--tj-primary-color);
	margin-bottom: 15px;
}

.details-sidebar-inner .tj-appointment-box .appointment-content .tel-link {
	font-family: var(--tj-ff-title);
	font-size: 22px;
	color: var(--tj-white-color);
	font-weight: 700;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	margin-bottom: 15px;
}

.details-sidebar-inner
	.tj-appointment-box
	.appointment-content
	.tel-link:hover {
	color: var(--tj-primary-color);
}

.details-sidebar-inner .tj-appointment-box .appointment-content p {
	color: var(--tj-white-color);
	margin-bottom: 30px;
}

.details-sidebar-inner
	.tj-appointment-box
	.appointment-content
	.tj-transparent-btn.submit-btn2 {
	margin-bottom: 60px;
}

/* ----------------------------------
    23. Project Details CSS
------------------------------------ */
.tj-project-details {
	padding-top: 120px;
	padding-bottom: 120px;
}

.project-details-wrapper .tj-project-widget {
	margin-bottom: 25px;
}

.project-details-wrapper .tj-project-image {
	position: relative;
}

.project-details-wrapper .tj-project-image .active-introduction {
	position: absolute;
	right: 40px;
	bottom: 40px;
	background: var(--tj-white-color);
	max-width: 295px;
	width: 100%;
	padding: 45px 30px;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}
.tj-active-introduction.active-introduction {
	display: inline-block;
	background: var(--tj-white-color);
	max-width: 295px;
	width: 100%;
	margin: auto;
	padding: 45px 30px;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}
.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project-client
	ul
	li,
.tj-active-introduction.active-introduction .project-client ul li {
	border-bottom: 1px solid var(--tj-gray-color6);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project-client
	ul
	li:last-child,
.tj-active-introduction.active-introduction .project-client ul li:last-child {
	border: none !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project-client
	ul
	li
	span,
.tj-active-introduction.active-introduction .project-client ul li span {
	font-weight: 500;
	display: block;
	color: var(--tj-body-color);
}

.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project-client
	ul
	li:nth-child(1),
.tj-active-introduction.active-introduction .project-client ul li:nth-child(1) {
	color: var(--tj-primary-color);
	font-weight: 500;
}

.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project-client
	ul
	li:nth-child(2)
	a,
.tj-active-introduction.active-introduction
	.project-client
	ul
	li:nth-child(2)
	a {
	color: var(--tj-secondary-color);
	font-family: var(--tj-ff-title);
	font-size: 20px;
	font-weight: 500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project-client
	ul
	li:nth-child(2)
	a:hover,
.tj-active-introduction.active-introduction
	.project-client
	ul
	li:nth-child(2)
	a:hover {
	color: var(--tj-primary-color);
}

.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project-client
	ul
	li:nth-child(3),
.tj-active-introduction.active-introduction .project-client ul li {
	color: var(--tj-secondary-color);
	font-family: var(--tj-ff-title);
	font-size: 20px;
	font-weight: 500;
}

.project-details-wrapper .tj-project-image .active-introduction .project_title {
	border-bottom: 2px solid var(--tj-gray-color6);
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
	font-weight: 700;
}
.tj-active-introduction.active-introduction .project_title {
	border-bottom: 2px solid var(--tj-gray-color6);
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
	font-weight: 700;
}

.project-details-wrapper
	.tj-project-image
	.active-introduction
	.project_title::before,
.tj-active-introduction.active-introduction .project_title::before {
	position: absolute;
	content: "";
	height: 2px;
	bottom: -2px;
	background: var(--tj-primary-color);
	left: 0;
	width: 60px;
}

.project-details-wrapper .project-content-area .title-link {
	color: var(--tj-secondary-color);
	font-size: 35px;
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.project-details-wrapper .project-content-area .title-link:hover {
	color: var(--tj-primary-color);
}

.project-details-wrapper .project-content-area p {
	margin-bottom: 0;
}

.project-details-wrapper .check-image {
	position: relative;
}

.project-details-wrapper .check-image .tj-video-area {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.project-details-wrapper .check-list .title {
	font-size: 35px;
	margin-bottom: 15px;
}

.project-details-wrapper .check-list ul li {
	color: var(--tj-secondary-color);
	font-size: 18px;
	font-weight: 500;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}

.project-details-wrapper .check-list ul li i {
	margin-right: 5px;
	color: var(--tj-primary-color);
	position: absolute;
	top: 14px;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.project-details-wrapper .details-tags-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;
	padding-top: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
}

.project-details-wrapper .details-tags-box .tj-post-tag span {
	font-size: 24px;
	font-weight: 700;
	color: var(--tj-secondary-color);
	font-family: var(--tj-ff-title);
	margin-right: 30px;
}

.project-details-wrapper .details-tags-box .tj-post-tag a {
	background: transparent;
	font-size: 15px;
	border-radius: 3px;
	font-family: var(--tj-ff-title);
	border: 1px solid var(--tj-gray-color6);
	color: var(--tj-secondary-color);
	padding: 10px 15px;
	margin-right: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.project-details-wrapper .details-tags-box .tj-post-tag a:hover {
	background-color: var(--tj-primary-color);
	border-color: transparent;
	color: var(--tj-white-color);
}

.project-details-wrapper .details-tags-box .tj-post-tag a:last-child {
	margin-right: 0;
}

.project-details-wrapper .details-tags-box .share-link a,
.share-link.tj-social-share a {
	color: var(--tj-gray-color7);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	border: 1px solid var(--tj-gray-color6);
}

.project-details-wrapper .details-tags-box .share-link a:hover,
.share-link.tj-social-share a:hover {
	color: var(--tj-white-color);
	background-color: var(--tj-primary-color);
	border-color: transparent;
}

.project-details-wrapper .details-tags-box span,
.share-link.tj-social-share span {
	font-size: 24px;
	color: var(--tj-secondary-color);
	font-weight: 500;
	margin-right: 10px;
}

/* ----------------------------------
    24. Team Details CSS
------------------------------------ */
.tj-team-details {
	padding-top: 120px;
}

.team-sidebar-inner {
	padding-left: 30px;
}

.team-sidebar-inner h4 {
	font-size: 30px;
}

.team-sidebar-inner span {
	color: var(--tj-primary-color);
	display: block;
	margin-bottom: 20px;
}

.team-sidebar-inner .team-social {
	margin-bottom: 20px;
}

.team-sidebar-inner .team-social a i {
	color: var(--tj-primary-color);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	border: 1px solid var(--tj-primary-color);
}

.team-sidebar-inner .team-social a i:hover {
	background: var(--tj-primary-color);
	color: var(--tj-white-color);
	border-color: transparent;
}

.team-sidebar-inner h5 {
	font-size: 24px;
	font-weight: 700;
	max-width: 410px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.team-sidebar-inner .team-check ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.team-sidebar-inner .team-check ul li {
	font-size: 17px;
	font-weight: 500;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}

.team-sidebar-inner .team-check ul li i {
	margin-right: 5px;
	color: var(--tj-primary-color);
	position: absolute;
	top: 0;
	font-size: 25px;
	left: 0;
}

.team-sidebar-inner .tj-team-progress-bars {
	width: 520px;
	max-width: 100%;
	border-radius: 4px;
}

.team-sidebar-inner .tj-team-progress-bar .progress-bars {
	height: 7px;
	width: 100%;
	background-color: var(--tj-gray-color6);
	border-radius: 4px;
	position: relative;
}

.team-sidebar-inner .tj-team-progress-bar + .progress-bars {
	margin-top: 2rem;
}

.team-sidebar-inner .tj-team-progress-bar .bar {
	width: 0;
	height: 100%;
	background-color: var(--tj-primary-color);
	border-radius: 4px;
	-webkit-animation: move 2s linear infinite;
	animation: move 2s linear infinite;
	-webkit-transition: width 2s ease-out;
	-o-transition: width 2s ease-out;
	transition: width 2s ease-out;
}

@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 30px 30px;
	}
}

@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 30px 30px;
	}
}

.team-sidebar-inner .tj-team-progress-bar .perc {
	position: absolute;
	top: -30px;
	right: 0;
	color: var(--tj-secondary-color);
	font-weight: 500;
}

.team-sidebar-inner .tj-team-progress-bar label {
	font-weight: 500;
	font-family: var(--tj-ff-title);
	color: var(--tj-secondary-color);
	margin-bottom: 5px;
	margin-top: 20px;
}

.tj-team-details .thumb-group {
	border-top: 1px solid #d6d6d6;
	padding-top: 45px;
	margin-top: 80px;
}

.tj-team-details .team-thumb-content h4 {
	font-size: 30px;
	margin-bottom: 10px;
}

.tj-team-details .team-thumb-content p {
	max-width: 510px;
}

.tj-team-details .team-thumb-image .thumb-1 {
	padding-left: 20px;
}

.tj-team-details .team-thumb-image .thumb-1:first-child {
	padding-left: 0;
}

.tj-team-details .team-thumb-image .thumb-1 img {
	display: inline-block;
	max-width: 150px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-team-details .team-thumb-image .thumb-1 img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/* ----------------------------------
    25. Contact CSS
------------------------------------ */

.tj-contact-page .tj-section-heading {
	margin-bottom: 30px;
}

.tj-contact-page .tj-contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	background: var(--tj-white-color);
	padding: 30px 25px;
	position: relative;
}

.tj-contact-page .contact-header span {
	display: block;
}

.tj-contact-box {
	margin-bottom: 55px;
}

.tj-contact-page .tj-contact-list .contact-icon i {
	width: 75px;
	height: 75px;
	line-height: 82px;
	font-size: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: var(--tj-secondary-color);
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-right: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

.tj-contact-page .tj-contact-list:hover .contact-icon i {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.tj-contact-page .tj-contact-list .contact-header {
	padding-left: 85px;
}

.tj-contact-page .tj-contact-list .contact-header a {
	color: var(--tj-secondary-color);
	font-size: 20px;
	font-weight: 500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tj-contact-page .tj-contact-list .contact-header a:hover {
	color: var(--tj-primary-color);
}

.tj-animate-form .animate-form {
	width: 100%;
}

.tj-animate-form .form__div {
	position: relative;
	height: auto;
	margin-bottom: 1.5rem;
}
.tj-animate-form .form__div .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.tj-animate-form .form__input {
	width: 100%;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
	outline: none;
	padding: 14px 15px;
	font-size: 15px;
	background: none;
}

.tj-animate-form .form__input.textarea {
	min-height: 165px;
}

.tj-animate-form .form__label {
	position: absolute;
	left: 1rem;
	top: 1rem;
	padding: 0 0.25rem;
	background-color: var(--tj-white-color);
	color: var(--tj-body-color);
	font-size: 15px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.tj-animate-form .form__input:focus + .form__label {
	top: -0.5rem;
	left: 0.8rem;
	color: var(--tj-body-color);
	font-size: 15px;
	font-weight: 500;
	z-index: 10;
}

.tj-animate-form
	.form__input:not(:placeholder-shown).form__input:not(:focus)
	+ .form__label {
	top: -0.5rem;
	left: 0.8rem;
	font-size: 15px;
	font-weight: 500;
	z-index: 10;
}

.tj-animate-form .form__input:focus {
	border: 1.5px solid var(--tj-primary-color);
}

.tj-animate-form .form__input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--tj-body-color);
}
.tj-animate-form .form__input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--tj-body-color);
}
.tj-animate-form .form__input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--tj-body-color);
}
.tj-animate-form .form__input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--tj-body-color);
}

.tj-theme-button .tj-primary-btn.contact-btn {
	border: none;
	margin-top: 0;
}

.tj-contact-page .google-map iframe {
	height: 650px;
	width: 100%;
}

/* ----------------------------------
    26. Subscribe CSS
------------------------------------ */
.tj-subscribe-section {
	position: relative;
	z-index: 9;
	margin-bottom: -70px;
}

.subscribe-content-box {
	background: var(--tj-primary-color);
	padding: 40px 35px 40px 20px;
	position: relative;
	z-index: 9;
}

.subscribe-content-box .subscribe-title {
	padding-left: 35px;
}

.subscribe-content-box .subscribe-title .title {
	font-size: 40px;
	color: var(--tj-white-color);
	font-weight: 700;
}

.subscribe-content-box .subscribe-form .footer-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.subscribe-content-box .subscribe-form .footer-form input {
	margin-right: 20px;
	width: 100%;
	background: var(--tj-white-color);
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	padding: 0 20px;
}

.tj-subscribe-section .footer-form .tj-transparent-btn {
	min-width: 185px;
	height: 60px;
	background-color: var(--tj-secondary-color);
}
.tj-subscribe-section .footer-form .tj-transparent-btn::before {
	background-color: var(--tj-white-color);
}
.tj-subscribe-section .footer-form .tj-transparent-btn::after {
	opacity: 0.2;
}

/* ----------------------------------
    27. Breadcrumb CSS
------------------------------------ */
.breadcrumb-wrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	position: relative;
	background-color: var(--tj-gray-color);
	overflow: hidden;
}

.breadcrumb-wrapper::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	background: rgba(6, 46, 57, 0.5);
}

.breadcrumb-wrapper .breadcrumb-content {
	position: relative;
	z-index: 3;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-title {
	color: var(--tj-white-color);
	margin-bottom: 110px;
	font-size: 55px;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link ul li {
	display: inline-block;
	color: var(--tj-white-color);
	font-size: 18px;
	font-weight: 500;
	font-family: var(--tj-ff-title);
}

.breadcrumb-wrapper .hero-right-element {
	line-height: 0;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link {
	background: var(--tj-primary-color);
	display: inline-block;
	color: var(--tj-white-color);
	font-size: 18px;
	font-family: var(--tj-ff-body);
	font-weight: 500;
	position: relative;
	padding: 23px 70px;
	right: -35px;
	top: 0;
	max-width: calc(100% - 60px);
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link::before {
	z-index: 1;
	top: 0;
	left: -69px;
	width: 70px;
	height: 101%;
	position: absolute;
	clear: both;
	display: block;
	content: "";
	background: var(--tj-primary-color);
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	clip-path: polygon(100% 0, 50% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0, 50% 100%, 100% 100%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link::after {
	z-index: 1;
	top: 0;
	right: -70px;
	width: 70px;
	height: 101%;
	position: absolute;
	clear: both;
	display: block;
	content: "";
	background: var(--tj-primary-color);
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
	-webkit-clip-path: polygon(0 0, 0% 100%, 50% 100%);
	clip-path: polygon(0 0, 0% 100%, 50% 100%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link > span a {
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link > span {
	display: inline-block;
	position: relative;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link > span a:hover {
	text-decoration: underline;
}

/* ----------------------------------
    28. Footer CSS
------------------------------------ */
.tj-footer-section {
	background-color: var(--tj-secondary-color);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: var(--tj-gray-color2);
}

.tj-footer-section::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	background: rgba(6, 46, 57, 0.7);
}

.tj-footer-section .footer-top {
	padding-top: 70px;
	z-index: 3;
	position: relative;
}

.tj-footer-section .footer1_col_4,
.tj-footer-section .footer1_col_3,
.tj-footer-section .footer1_col_2 {
	margin-top: 90px;
}

.tj-footer-section .footer-title {
	display: block;
	color: var(--tj-white-color);
	position: relative;
	margin-bottom: 35px;
}

.tj-footer-section .footer-title:after {
	content: url(../images/icon/icon-shape.svg);
	position: absolute;
	bottom: -20px;
	left: 0;
}

.footer-widget {
	margin-bottom: 35px;
}

.footer-widget.footer2_col_2 {
	margin-left: 25px;
}

.footer-widget .about-company-widget p {
	margin-top: 40px;
}

.footer-widget.footer1_col_1.widget_info {
	background: var(--tj-secondary-color);
	background-image: url("../images/banner/footer-shape.png");
	padding: 105px 50px 110px;
	max-width: 385px;
	margin-left: -50px;
	width: 100%;
	margin-bottom: 0;
}

.footer-widget.footer1_col_2 {
	margin-bottom: 25px;
}

.footer-widget.footer1_col_3 {
	margin-bottom: 25px;
	padding-left: 50px;
}

.footer-widget.footer1_col_4 {
	margin-bottom: 25px;
}

.tj-footer-section .footer-widget .footer-social-icon {
	margin-top: 35px;
}

.footer-widget.footer1_col_1.widget_info .logo-box {
	max-width: 170px;
	margin-bottom: 40px;
}

.tj-footer-section .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tj-footer-section .widget_nav_menu ul li {
	margin-bottom: 15px;
	position: relative;
}

.tj-footer-section .widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

.tj-footer-section .widget_nav_menu ul li a {
	color: var(--tj-gray-color2);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 25px;
	display: block;
}

.tj-footer-section .widget_nav_menu ul li a:before {
	font-family: "flaticon_logistics";
	content: "\f113";
	position: absolute;
	top: 0;
	left: 0;
}

.tj-footer-section .widget_nav_menu ul li a:hover {
	color: var(--tj-primary-color);
}

.footer-widget.footer1_col_4 .footer-title {
	margin-bottom: 35px;
}

.footer-widget.widget_tj_contact_info .footer__contact-list {
	margin-top: 55px;
}

.footer-widget.widget_tj_contact_info .footer__contact-list a {
	color: var(--tj-gray-color2);
	font-size: 17px;
	font-weight: 500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 45px;
	position: relative;
	padding-left: 60px;
	display: block;
}

.tj-footer-section-two
	.footer-widget.widget_tj_contact_info
	.footer__contact-list
	a {
	color: var(--tj-secondary-color);
}

.footer-widget.widget_tj_contact_info .footer__contact-list a:hover {
	color: var(--tj-primary-color);
}

.footer-widget.widget_tj_contact_info .footer__contact-list a:last-child {
	margin-bottom: 0;
}

.footer-widget.widget_tj_contact_info .footer__contact-list a i {
	width: 50px;
	height: 50px;
	line-height: 56px;
	color: var(--tj-white-color);
	text-align: center;
	border: 1px solid var(--tj-gray-color2);
	display: inline-block;
	border-radius: 50%;
	font-size: 22px;
	margin-right: 10px;
	background: transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-right: 5px;
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.tj-footer-section-two
	.footer-widget.widget_tj_contact_info
	.footer__contact-list
	a
	i {
	color: var(--tj-secondary-color);
	border: 1px solid var(--tj-secondary-color);
}

.footer-widget.widget_tj_contact_info .footer__contact-list a i:hover {
	background-color: var(--tj-white-color);
	color: var(--tj-primary-color);
	border-color: transparent;
}

.footer_info_widget .footer_info p {
	max-width: 335px;
}

.tj-footer-section-two .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tj-footer-section-two .widget_nav_menu ul li {
	margin-bottom: 15px;
	position: relative;
}

.tj-footer-section-two .widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

.tj-footer-section-two ul.wp-block-archives li a,
.tj-footer-section-two ul.wp-block-categories li a,
.tj-footer-section-two ul.wp-block-latest-posts li a,
.tj-footer-section-two ul.wp-block-page-list li a {
	color: var(--tj-body-color);
}

.tj-footer-section-two .widget_nav_menu ul li a {
	color: var(--tj-body-color);
	font-weight: 400;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	padding-left: 25px;
}

.tj-footer-section-two .widget_nav_menu ul li a:before {
	font-family: "flaticon_logistics";
	content: "\f11b";
	position: absolute;
	top: 0;
	left: 0;
}

.tj-footer-section-two .widget_nav_menu ul li a:hover {
	color: var(--tj-primary-color);
}

.footer-widget .widget-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--tj-gray-color3);
	padding-bottom: 20px;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-widget .widget-post:last-child {
	border: none;
}

.footer-widget .widget-post .post-calender {
	width: calc(100% - 110px);
}

.footer-widget .widget-post .post-img {
	width: 90px;
}

.footer-widget .widget-post .post-img img {
	width: 90px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.footer-widget .widget-post .post-calender i {
	color: var(--tj-primary-color);
	margin-right: 10px;
	line-height: 1;
}

.footer-widget .widget-post .post-calender h6 {
	line-height: 1.2;
}

.footer-widget .widget-post .post-calender .post-title {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 18px;
}

.footer-widget .widget-post .post-calender .post-title:hover {
	color: var(--tj-primary-color);
}

.footer-widget.footer2_col_4 {
	padding-left: 45px;
}

.footer-widget .footer__time ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widget .footer__time ul li {
	margin-bottom: 20px;
}

.footer-widget .footer__time ul li:last-child {
	margin-bottom: 0;
}

.tj-footer-section-two {
	background: var(--tj-dark-color2);
	position: relative;
	color: var(--tj-body-color);
}

.tj-footer-section-two .footer-top {
	padding-top: 90px;
	border-bottom: 1px solid var(--tj-gray-color3);
}

.footer_info_widget .footer__logo_1 img {
	max-width: 196px;
	margin-bottom: 40px;
}

.tj-footer-section-two .footer-title {
	color: var(--tj-dark-color);
	font-weight: 700;
	display: block;
	position: relative;
	margin-bottom: 35px;
}

.tj-footer-section-two .footer-title:after {
	content: url(../images/icon/icon-shape.svg);
	position: absolute;
	bottom: -20px;
	left: 0;
}

.tj-footer-section-two .footer-widget .footer-social-icon {
	margin-top: 25px;
}

.footer-widget .footer-social-icon a {
	display: inline-block;
	margin-right: 10px;
}

.footer-widget .footer-social-icon a:last-child {
	margin-right: 0;
}

.footer-widget .footer-social-icon a i {
	background: #1b1a1a;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-widget .footer-social-icon a i:hover {
	background-color: var(--tj-primary-color);
	color: var(--tj-white-color);
}

.copyright-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 27px 0;
}

.footer-copyright-area {
	position: relative;
	z-index: 3;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-copyright-area .copyright-target p {
	color: var(--tj-gray-color2);
	margin-bottom: 0;
}

.footer-copyright-area .copyright-target a {
	color: var(--tj-gray-color2);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-copyright-area .copyright-target a:hover {
	color: var(--tj-primary-color);
}
.footer-copyright-area .copyright-menu ul {
	padding: 0;
}
.footer-copyright-area .copyright-menu ul li {
	display: inline-block;
	margin-right: 20px;
}
.footer-copyright-area .copyright-menu ul li:last-child {
	margin-right: 0;
}

.footer-copyright-area .copyright-menu ul li a {
	color: var(--tj-gray-color2);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-copyright-area .copyright-menu ul li a:hover {
	color: var(--tj-primary-color);
}

.footer-copyright-two {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.copyright-bottom-two {
	padding: 25px 0;
}

.footer-copyright-two .copyright-target p {
	color: var(--tj-body-color);
	margin-bottom: 0;
}

.footer-copyright-two .copyright-target a {
	color: var(--tj-body-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-copyright-two .copyright-target a:hover {
	color: var(--tj-primary-color);
}
.footer-copyright-two .copyright-menu ul {
	padding: 0;
}
.footer-copyright-two .copyright-menu ul li {
	display: inline-block;
	margin-right: 20px;
}
.footer-copyright-two .copyright-menu ul li:last-child {
	margin-right: 0;
}

.footer-copyright-two .copyright-menu ul li a {
	color: var(--tj-body-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-copyright-two .copyright-menu ul li a:hover {
	color: var(--tj-primary-color);
}

.tj-footer-section-three {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: var(--tj-secondary-color);
	background-image: url(../images/banner/footer-bg2.jpg);
}
.tj-footer-section-three::before {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	left: 0;
	top: 0;
	background: rgba(6, 46, 57, 0.3);
}

.tj-footer-section-three .footer-top {
	padding-top: 110px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	z-index: 1;
	position: relative;
}

.tj-footer-section-three .copyright_bottom {
	padding: 27px 0;
}

.footer-contact-box {
	margin-bottom: 30px;
}

.footer-subscribe-box {
	margin-bottom: 50px;
}

.footer-contact-box .footer-logo {
	margin-bottom: 40px;
}

.footer-contact-box .footer-logo img {
	max-width: 196px;
	width: 100%;
}

.footer-contact-box p {
	color: var(--tj-white-color);
	max-width: 500px;
	margin-bottom: 50px;
}

.footer-contact-list .contact-box {
	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;
	margin-right: 35px;
	margin-bottom: 20px;
}

.footer-contact-list .contact-box:last-child {
	margin-right: 0;
}

.footer-contact-list .contact-box .contact-icon {
	margin-right: 20px;
}

.footer-contact-list .contact-box .contact-icon i {
	width: 70px;
	height: 70px;
	line-height: 76px;
	background: var(--tj-white-color);
	font-size: 25px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: var(--tj-primary-color);
}
.footer-contact-list .contact-box .contact-link .sub-title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: var(--tj-white-color);
	font-family: var(--tj-ff-title);
}

.footer-contact-list .contact-box .contact-link a {
	color: var(--tj-white-color);
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-contact-list .contact-box .contact-link a:hover {
	color: var(--tj-primary-color);
}

.footer-subscribe-box {
	position: relative;
	padding-left: 45px;
}

.footer-subscribe-box::before {
	position: absolute;
	content: "";
	top: 25px;
	left: -25px;
	width: 1px;
	height: 250px;
	background: rgba(232, 232, 232, 0.5);
}

.footer-subscribe-box .title {
	font-size: 40px;
	color: var(--tj-white-color);
	display: block;
	margin-bottom: 30px;
}

.footer-subscribe-box p {
	color: var(--tj-white-color);
	max-width: 510px;
	margin-bottom: 35px;
}

.footer-subscribe-box .footer-form input {
	background: var(--tj-white-color);
	width: 365px;
	height: 62px;
	line-height: 62px;
	padding: 0 20px;
	border-radius: 3px;
	border: 1px solid rgba(234, 24, 38, 0.25);
}

.footer-subscribe-box .footer-form {
	position: relative;
	margin-bottom: 33px;
}

.footer-subscribe-box .footer-form .tj-theme-button {
	position: absolute;
	right: 0;
	top: 0;
}

.footer-subscribe-box .footer-social-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-subscribe-box .footer-social-box .social-title {
	margin-right: 20px;
}

.footer-subscribe-box .footer-social-box .social-title h5 {
	color: var(--tj-white-color);
}

.footer-subscribe-box .social-list {
	position: relative;
	top: -4px;
}

.footer-subscribe-box .social-list ul li {
	margin-right: 15px;
	display: inline-block;
}

.footer-subscribe-box .social-list ul li:last-child {
	margin-right: 0;
}

.footer-subscribe-box .social-list ul li a {
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-subscribe-box .social-list ul li a:hover {
	color: var(--tj-primary-color);
}

/* ----------------------------------
    29. Button CSS
------------------------------------ */
.tj-header-button {
	height: 60px;
	position: relative;
}

.tj-header-button:hover:before {
	border-bottom: 27px solid rgba(255, 255, 255, 0.05);
}

.tj-header-btn {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	font-family: var(--tj-ff-title);
	color: var(--tj-white-color);
	font-size: 18px;
	background-color: var(--tj-primary-color);
	font-weight: 500;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.tj-header-btn:after {
	position: absolute;
	left: 8px;
	bottom: 6px;
	border-right: 27px solid transparent;
	border-bottom: 27px solid var(--tj-white-color);
	content: "";
	opacity: 0.5;
	z-index: 2;
}

.tj-header-btn:hover::after {
	opacity: 0.05;
}

.tj-header-btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--tj-secondary-color);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}

.tj-header-btn:hover {
	color: var(--tj-white-color);
}

.tj-header-btn:hover:before {
	width: 100%;
}

.tj-header-btn i {
	font-size: 17px;
	color: var(--tj-white-color);
	font-weight: 500;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	top: 3px;
}

.tj-header-btn:hover i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* tj-primary-btn */

.tj-primary-btn {
	display: inline-block;
	padding: 17px 26px;
	border-radius: 3px;
	font-family: var(--tj-ff-title);
	color: var(--tj-white-color);
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	background-color: var(--tj-primary-color);
	overflow: hidden;
	z-index: 1;
	line-height: 1;
	border: none;
}

.tj-primary-btn::after {
	position: absolute;
	left: 8px;
	bottom: 8px;
	border-right: 24px solid transparent;
	border-bottom: 24px solid var(--tj-white-color);
	content: "";
	opacity: 0.2;
	z-index: 2;
}

.tj-primary-btn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--tj-secondary-color);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	z-index: -1;
}

.tj-primary-btn:hover {
	color: var(--tj-white-color);
}

.tj-primary-btn:hover:before {
	width: 100%;
}

.tj-primary-btn i {
	font-size: 17px;
	color: inherit;
	font-weight: 500;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	top: 3px;
}

.tj-primary-btn:hover i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.tj-primary-btn.price-button {
	width: 100%;
	border: none;
	padding: 23px 26px;
	text-align: center;
	background-color: var(--tj-secondary-color);
}
.tj-primary-btn.price-button::before {
	background-color: var(--tj-primary-color);
}
.tj-price-item-active .tj-primary-btn.price-button {
	background-color: var(--tj-primary-color);
}
.tj-price-item-active .tj-primary-btn.price-button::before {
	background-color: var(--tj-secondary-color);
}
.tj-primary-btn.submit-btn {
	border: none;
	padding: 20px 26px;
}

.tj-transparent-btn.submit-btn2 {
	border: none;
	padding: 22px 26px !important;
}

/* tj-tranparent-btn */

.tj-transparent-btn {
	display: inline-block;
	padding: 17px 26px;
	text-align: center;
	border-radius: 3px;
	font-family: var(--tj-ff-title);
	color: var(--tj-white-color);
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: var(--tj-primary-color);
	position: relative;
	overflow: hidden;
	z-index: 1;
	line-height: 1;
	border: none;
}

.tj-transparent-btn::after {
	position: absolute;
	left: 8px;
	bottom: 8px;
	border-right: 25px solid transparent;
	border-bottom: 25px solid var(--tj-white-color);
	content: "";
	opacity: 0.5;
	z-index: 2;
}

.tj-transparent-btn:hover:after {
	border-bottom-color: var(--tj-secondary-color);
	opacity: 0.1;
}

.tj-transparent-btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--tj-white-color);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	z-index: -1;
}

.tj-transparent-btn:hover {
	color: var(--tj-secondary-color);
}

.tj-transparent-btn:hover:before {
	width: 100%;
}

.tj-transparent-btn i {
	font-size: 17px;
	color: inherit;
	font-weight: 500;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	top: 3px;
}

.tj-transparent-btn:hover i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: inherit;
}

/* tj-tranparent-btn2 */

.tj-transparent-btn-two {
	display: inline-block;
	padding: 17px 26px;
	text-align: center;
	border-radius: 3px;
	font-family: var(--tj-ff-title);
	color: var(--tj-secondary-color);
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: var(--tj-white-color);
	border: 1px solid var(--tj-gray-color3);
	position: relative;
	overflow: hidden;
	z-index: 1;
	line-height: 1;
}

.tj-transparent-btn-two:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	border-color: var(--tj-primary-color);
	background-color: var(--tj-primary-color);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	z-index: -1;
}

.tj-transparent-btn-two:hover {
	color: var(--tj-white-color);
	border-color: var(--tj-primary-color);
}

.tj-transparent-btn-two:hover:before {
	width: 100%;
}

.tj-transparent-btn-two i {
	font-size: 90%;
	color: inherit;
	font-weight: 500;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	top: 3px;
}

.tj-transparent-btn-two:hover i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: inherit;
}

/* submit button */

.tj-submit-btn {
	display: inline-block;
	padding: 17px 26px;
	text-align: center;
	border-radius: 3px;
	font-family: var(--tj-ff-title);
	color: var(--tj-white-color);
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: var(--tj-secondary-color);
	position: relative;
	overflow: hidden;
	z-index: 1;
	line-height: 1;
	border: none;
}

.tj-submit-btn::after {
	position: absolute;
	left: 8px;
	bottom: 8px;
	border-right: 25px solid transparent;
	border-bottom: 27px solid rgba(255, 255, 255, 0.05);
	content: "";
	z-index: 2;
}

.tj-submit-btn:hover:after {
	border-bottom: 27px solid var(--tj-gray-color5);
}

.tj-submit-btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--tj-white-color);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	z-index: -1;
}

.tj-submit-btn:hover {
	color: var(--tj-secondary-color);
}

.tj-submit-btn:hover:before {
	width: 100%;
}

.tj-submit-btn i {
	font-size: 17px;
	color: var(--tj-white-color);
	font-weight: 500;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	top: 3px;
}

.tj-submit-btn:hover i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: var(--tj-secondary-color);
}

.tj-theme-button.price-button {
	width: 100%;
}

.tj-theme-button.price-button .tj-primary-btn::after {
	background-color: var(--tj-secondary-color);
}

.tj-theme-button.price-button .tj-primary-btn::before {
	background-color: var(--tj-primary-color);
}

.tj-price-item-active .tj-theme-button.price-button .tj-primary-btn::before {
	width: 100%;
}

.tj-theme-button.price-button::before {
	bottom: 6px;
	border-bottom: 27px solid rgba(255, 255, 255, 0.05);
}

.tj-theme-button.price-button .tj-primary-btn {
	border: none;
	width: 100%;
}

.tj-theme-button .tj-transparent-btn.submit-btn:after {
	background-color: var(--tj-secondary-color);
}

.tabs-button {
	border: none;
	width: 316px;
	padding: 23px 26px;
}

/* modal css */
.search_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--tj-secondary-color);
	z-index: 100;
	padding-top: 70px;
	padding-bottom: 100px;
	opacity: 0;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-transform: translateY(calc(-100% - 80px));
	-ms-transform: translateY(calc(-100% - 80px));
	transform: translateY(calc(-100% - 80px));
	-webkit-transition: opacity 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.header_searce button {
	background-color: transparent;
	border: none;
	position: relative;
	top: 3px;
}

.header_searce button i {
	color: var(--tj-secondary-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 25px;
}

.header-section-three .header_searce button i {
	color: var(--tj-white-color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 25px;
	font-weight: 600;
}

.header_searce button i:hover {
	color: var(--tj-primary-color);
}

.search_popup.search-opened {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	z-index: 999;
}
.search_popup.search-opened .search_form .search_input {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.search_popup.search-opened .search_form .search_input button {
	border: none;
}

.search_popup.search-opened .search_form .search_input i {
	font-size: 25px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: var(--tj-body-color);
}

.search_popup.search-opened .search_form .search_input i:hover {
	color: var(--tj-primary-color);
}

.search_popup .search_form .search_input i {
	font-size: 25px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: var(--tj-body-color);
}

.search_popup .search_form .search_input i:hover {
	color: var(--tj-primary-color);
}

.search_popup.search-opened .search_form .search_input::after {
	width: 100%;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
@media (max-width: 575px) {
	.search_popup {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

.search_wrapper .search_top {
	margin-bottom: 50px;
}

.search_wrapper .search_top .search_logo {
	max-width: 200px;
}

.search_wrapper .search_top .search_logo a {
	display: block;
}

@media (max-width: 575px) {
	.search_wrapper .search_top .search_logo {
		max-width: 196px;
	}
}

.search_wrapper .search_top .search_close i {
	font-size: 40px;
	color: var(--tj-body-color);
	background-color: transparent;
	border: none;
	font-weight: 200;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.search_wrapper .search_top .search_close i:hover {
	color: var(--tj-primary-color);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.search_wrapper .search_top {
		margin-bottom: 50px;
	}
}
@media (max-width: 575px) {
	.search_wrapper .search_top {
		margin-bottom: 40px;
	}
}

.search_wrapper .search_form .search_input {
	position: relative;
	height: 80px;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	font-family: var(--tj-ff-title);
	opacity: 0;
	color: var(--tj-white-color);
	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;
}

.search_wrapper .search_form .search_input::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search_wrapper .search_form .search_input input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size: 24px;
	color: var(--tj-white-color);
	border-bottom: 1px solid transparent;
	padding: 0;
	padding-right: 30px;
}

.search_wrapper .search_form .search_input input::-webkit-input-placeholder {
	font-size: 24px;
}

.search_wrapper .search_form .search_input input::-moz-placeholder {
	font-size: 24px;
}

.search_wrapper .search_form .search_input input:-ms-input-placeholder {
	font-size: 24px;
}

.search_wrapper .search_form .search_input input::-ms-input-placeholder {
	font-size: 24px;
}

.search_wrapper .search_form .search_input input::placeholder {
	font-size: 24px;
}

.search_wrapper .search_form .search_input input ~ .search-focus-border {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--tj-secondary-color);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search_wrapper .search_form .search_input input:focus ~ .search-focus-border {
	width: 100%;
	left: 0;
	right: auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.search_wrapper .search_form .search_input input {
		font-size: 20px;
	}
	.search_wrapper .search_form .search_input input::-webkit-input-placeholder {
		font-size: 20px;
	}
	.search_wrapper .search_form .search_input input::-moz-placeholder {
		font-size: 20px;
	}
	.search_wrapper .search_form .search_input input:-ms-input-placeholder {
		font-size: 20px;
	}
	.search_wrapper .search_form .search_input input::-ms-input-placeholder {
		font-size: 20px;
	}
	.search_wrapper .search_form .search_input input::placeholder {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.search_wrapper .search_form .search_input input {
		font-size: 18px;
	}
	.search_wrapper .search_form .search_input input::-webkit-input-placeholder {
		font-size: 18px;
	}
	.search_wrapper .search_form .search_input input::-moz-placeholder {
		font-size: 18px;
	}
	.search_wrapper .search_form .search_input input:-ms-input-placeholder {
		font-size: 18px;
	}
	.search_wrapper .search_form .search_input input::-ms-input-placeholder {
		font-size: 18px;
	}
	.search_wrapper .search_form .search_input input::placeholder {
		font-size: 18px;
	}
}

.search_wrapper .search_form .search_input button {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: var(--tj-white-color);
	background: transparent;
	outline: none;
}
.search_wrapper .search_form .search_input button:focus-visible {
	outline: none;
}

.search-popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--tj-primary-color);
	z-index: 99;
	opacity: 0.7;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	-webkit-transform: translateY(calc(-100% - 80px));
	-ms-transform: translateY(calc(-100% - 80px));
	transform: translateY(calc(-100% - 80px));
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.search-popup-overlay.search-popup-overlay-open {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*Pulse Border Animation*/

@keyframes circle-ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3),
			0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3),
			0 0 0 5em rgba(255, 84, 33, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3),
			0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
	}
	100% {
		-webkit-box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3),
			0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3),
			0 0 0 8em rgba(255, 84, 33, 0);
		box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3),
			0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3),
			0 0 0 8em rgba(255, 84, 33, 0);
	}
}
@-webkit-keyframes circle-ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3),
			0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3),
			0 0 0 5em rgba(255, 84, 33, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3),
			0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
	}
	100% {
		-webkit-box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3),
			0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3),
			0 0 0 8em rgba(255, 84, 33, 0);
		box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3),
			0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3),
			0 0 0 8em rgba(255, 84, 33, 0);
	}
}
.up-down {
	animation: up-down 4s alternate infinite;
	-webkit-animation: up-down 4s alternate infinite;
}

.up-down-new {
	animation: up-down 8s alternate infinite;
	-webkit-animation: up-down 8s alternate infinite;
}

@keyframes up-down {
	0% {
		transform: translateY(30px);
		-webkit-transform: translateY(0);
	}
	50% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes up-down {
	0% {
		transform: translateY(30px);
		-webkit-transform: translateY(0);
	}
	50% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
.left-right {
	animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
	-webkit-animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}

.left-right-new {
	animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
	-webkit-animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}

@keyframes left-right {
	0% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
	50% {
		transform: translateY(-50px);
		-webkit-transform: translatex(-50px);
	}
	100% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
}
@-webkit-keyframes left-right {
	0% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
	50% {
		transform: translatex(-50px);
		-webkit-transform: translatex(-50px);
	}
	100% {
		transform: translatex(0);
		-webkit-transform: translatex(0);
	}
}
.spine {
	animation: spine 5s linear infinite;
	-webkit-animation: spine 5s linear infinite;
}

@keyframes spine {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes spine {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
.spine-r {
	animation: spine-r 5s linear infinite;
	-webkit-animation: spine-r 5s linear infinite;
}

@keyframes spine-r {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
@-webkit-keyframes spine-r {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
.spine2 {
	-webkit-animation: spine 8s linear infinite;
	animation: spine 8s linear infinite;
}

@keyframes spine2 {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	from {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes spine2 {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	from {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes pre_rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes pre_rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loaderspin {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@-webkit-keyframes loaderspin {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@-webkit-keyframes loaderpulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes loaderpulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
/*Pulse Border Animation*/
@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
			scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
			scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/*Pulse Border Animation*/
@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
			scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
			scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* -----------------------
    17. modal CSS
--------------------------*/
body .search-modal .modal-content {
	background: transparent;
	position: initial;
	border: 0;
	position: relative;
}

body .search-modal .search-block input {
	height: 60px;
	line-height: 60px;
	padding: 0;
	background: transparent;
	border-width: 0 0 1px 0;
	border-radius: 0;
	border-color: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--tj-white-color);
	font-weight: 600;
	font-size: 18px;
}

body .search-modal button {
	background: none;
	border: none;
	border: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
}

body .search-modal button svg {
	background-color: transparent;
}

body .search-modal button svg path {
	fill: var(--tj-primary-color);
	opacity: 1;
	outline: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-size: 24px;
}

body .modal-backdrop {
	opacity: 0.95 !important;
}

.shake-y {
	-webkit-animation: shakeY 5s ease-in-out infinite;
	animation: shakeY 5s ease-in-out infinite;
}

.pulse {
	-webkit-animation: pulse 3s ease-in-out infinite;
	animation: pulse 3s ease-in-out infinite;
}

.skew-spin {
	-webkit-animation: skewSpin 5s linear infinite;
	animation: skewSpin 5s linear infinite;
}

.left-right-rotate {
	-webkit-animation: rotated-style3 2s infinite alternate;
	animation: rotated-style3 2s infinite alternate;
}

/***********************************
PAGE LOAD ANIMATION
***********************************/
.preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: default;
	position: fixed;
	z-index: 9999999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--tj-primary-color2);
}

.preloader .tj-primary-btn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.preloader .animation-preloader {
	z-index: 1000;
}

.preloader .animation-preloader .spinner {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border: 3px solid #ebebec;
	border-radius: 50%;
	text-align: center;
	line-height: 94px;
}
.preloader .animation-preloader .spinner::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border-top: 3px solid var(--tj-primary-color);
	border-radius: 50%;
	animation: loaderspin 1.8s infinite ease-in-out;
	-webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

@media (max-width: 767px) {
	.preloader .animation-preloader .spinner {
		width: 7.5em;
		height: 7.5em;
		margin: 0 auto 1.5em auto;
	}
}
.preloader .animation-preloader .txt-loading {
	font-size: 80px;
	line-height: 118px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 700;
	margin-top: 170px;
}

@media (max-width: 767px) {
	.preloader .animation-preloader .txt-loading {
		font-size: 50px;
		line-height: 77px;
	}
}
@media (max-width: 575px) {
	.preloader .animation-preloader .txt-loading {
		font-size: 36px;
		line-height: 58px;
		margin-top: 80px;
	}
}

@media (max-width: 991px) {
	.preloader .animation-preloader .text-loading {
		font-size: 25px;
		line-height: 38px;
	}
	.preloader .animation-preloader .spinner {
		line-height: 80px;
	}
	.preloader .animation-preloader .spinner {
		position: absolute;
		top: 35%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100px;
		height: 100px;
		border: 3px solid #ebebec;
		border-radius: 50%;
		text-align: center;
		line-height: 94px;
	}
}

.preloader .animation-preloader .txt-loading .letters-loading {
	color: #0b0f28;
	position: relative;
}

.preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: var(--tj-primary-color);
	content: attr(data-text-preloader);
	left: 1px;
	opacity: 0;
	position: absolute;
	top: -11px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.preloader p {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #243342;
}

/*-- logiland-scroll-top start --*/
.logiland-scroll-top {
	position: fixed;
	right: 30px;
	bottom: 25px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
	box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(0.75rem);
	-ms-transform: translateY(0.75rem);
	transform: translateY(0.75rem);
	-webkit-transition: all 0.2s linear, margin-right 0s;
	-o-transition: all 0.2s linear, margin-right 0s;
	transition: all 0.2s linear, margin-right 0s;
}

.logiland-scroll-top.progress-done {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.logiland-scroll-top-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	color: var(--tj-primary-color);
	background-color: var(--tj-white-color);
	z-index: -1;
	border-radius: 50%;
}

.logiland-scroll-top > svg path {
	fill: none;
}

.logiland-scroll-top > svg.progress-circle path {
	stroke: var(--tj-primary-color);
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

@media (min-width: 1px) {
	.logiland-scroll-top.progress-done {
		opacity: 1;
	}
}

/*-- logiland-scroll-top end --*/
@-webkit-keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@-webkit-keyframes shakeY {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes shakeY {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes skewSpin {
	0% {
		-webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
		transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
	}
	100% {
		-webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg)
			rotate(360deg);
		transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
	}
}
@keyframes skewSpin {
	0% {
		-webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
		transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
	}
	100% {
		-webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg)
			rotate(360deg);
		transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
	}
}
@-webkit-keyframes rotated-style3 {
	0% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
	}
	100% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
	}
}
@keyframes rotated-style3 {
	0% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
	}
	100% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
	.tj-slider-section-three .thumb-slider {
		bottom: 10%;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.tj-slider-section-three .thumb-slider {
		bottom: 8%;
	}
	.tj-slider-section-three .slider-tabs {
		padding: 35px 20px 35px;
	}
	.tj-map-tabs {
		right: 8%;
	}
}
@media only screen and (min-width: 1440px) {
	.container {
		max-width: 1315px;
	}
	.container-two {
		max-width: 1370px;
	}
}

/* ----------------------------------
    30. Responsive CSS
------------------------------------ */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.cta-content .cta-text {
		padding-left: 30px;
	}
	.tj-testimonial-item-two .testimonial-auother {
		min-width: 327px;
	}
	.tj-blog-item .blog-content-area .blog-meta {
		width: 325px;
	}
	.slider-content {
		margin-top: 180px;
		margin-bottom: 250px;
	}
	.slider-content .slider-title {
		font-size: 60px;
		margin-bottom: 20px;
	}
	.slider-content .slider-desc {
		margin-bottom: 30px;
	}
	.tj-slider-section .banner-shape {
		left: 2%;
	}
	.tj-service-icon-box2 ul li {
		padding: 55px 25px 15px;
		min-width: 185px;
	}
	.tj-hero-content {
		padding-left: 25px;
	}
	.tj-cta-content2 {
		padding-left: 45px;
	}
	.tj-service-icon-box2 ul li a .service-item .service-icon {
		font-size: 45px;
	}
	.tj-service-icon-box2 ul li a .service-item .sub-title span {
		font-size: 20px;
	}
	.tj-slider-section-three .slider-content {
		margin-top: 225px;
		margin-bottom: 215px;
	}
	.tj-slider-section-three .thumb-slider {
		bottom: 6%;
	}
	.tj-slider-section-three .slider-tabs .nav-pills .nav-link.active {
		padding: 8px 10px 10px;
	}
	.tj-slider-section-three .slider-tabs .nav-link {
		font-size: 14px;
	}
	.tj-slider-section-three .slider-tabs {
		padding: 25px 20px 25px;
	}
	.tj-slider-section-three .slider-tabs .tj-input-form .input-form {
		margin-bottom: 15px;
	}
	.tj-slider-section-three .slider-tabs .tj-input-form .select-bm .nice-select {
		margin-bottom: 25px;
	}
	.tj-slider-section-three .slider-tabs.slider-tabs-two .nav {
		margin-bottom: 15px;
	}
	.tj-slider-section-three .slider-client {
		margin-bottom: 35px;
	}
	.tj-slider-section-three .slider-content .slider-title {
		margin-bottom: 45px;
	}
	.footer-contact-list .contact-box .contact-icon i {
		width: 60px;
		height: 60px;
		line-height: 68px;
		font-size: 22px;
	}
	.footer-contact-list .contact-box .contact-icon {
		margin-right: 10px;
	}
	.team-item-three .tj-project-content .title-link {
		padding: 15px 35px;
		display: inline-block;
	}
	.tj-hero-section {
		padding-top: 160px;
		padding-bottom: 200px;
	}
	.tj-hero-content .tj-section-heading .title {
		font-size: 60px;
	}
	.tabs-box .tj-quiz-list .quiz-check {
		font-size: 16px;
	}
	.project-item-three .project-image {
		min-height: 450px;
	}
	.tj-service-section-three .tj-theme-button {
		position: relative;
		top: -10px;
	}
	.tj-main-menu > ul > li {
		margin-right: 25px;
	}
	.tj-team-item .image-box img {
		height: auto;
	}
	.tj-slider-section .swiper-slide {
		min-height: 735px;
	}
	.tj-slider-section .slider_shape {
		height: 146px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tj-header-section .logo-area {
		width: 200px;
	}
	.tj-header-section .header-content-area {
		width: calc(100% - 200px);
	}
	.tj-main-menu > ul > li {
		margin-right: 20px;
	}
	.tj-main-menu > ul > li.menu-item-has-children > a::before {
		right: 10px;
	}
	.header-menu-select .header-language ul li a img {
		max-width: 25px;
	}
	.tj-service-icon-box {
		right: 30px;
	}
	.tj-step-area {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 35px;
	}
	.tj-counter-area .counter-item .counter-number .tj-count {
		font-size: 40px;
	}
	.tj-counter-area .counter-item .counter-number .sub-title {
		font-size: 18px;
	}
	.tj-counter-area .counter-item .counter-icon {
		margin-right: 20px;
	}
	.tj-team-item-two {
		padding: 35px 30px 25px;
	}
	.cta-content .cta-text .title {
		font-size: 35px;
	}
	.cta-content .cta-text {
		padding-left: 25px;
	}
	.tj-input-form {
		padding: 40px 35px 50px;
		max-width: 445px;
	}
	.tj-icon-box3 .title {
		font-size: 20px;
	}
	.tj-icon-box3 {
		padding: 25px 25px;
	}
	.tj-subscribe-section {
		margin-bottom: -30px;
	}
	.tj-footer-section .footer-top {
		padding-top: 0;
	}
	.footer-widget.footer1_col_1.widget_info {
		background: transparent;
		background-image: none;
		padding: 0;
		max-width: 385px;
		margin-left: 0;
		width: 100%;
		margin-top: 90px;
	}
	.tj-footer-section .footer-widget-1 {
		margin-top: 90px;
	}
	.footer-widget.footer1_col_3 {
		padding-left: 0;
	}
	.footer-widget.footer1_col_2 {
		padding-left: 15px;
	}
	.tj-blog-item .blog-content-area {
		padding: 25px 25px 25px;
	}
	.tj-blog-item-three .blog-content-area {
		padding: 10px 25px 25px;
	}
	.tj-blog-item .blog-meta .meta-date {
		margin-right: 10px;
	}
	.tj-blog-item .blog-meta .meta-list {
		font-size: 14px;
	}
	.tj-blog-item .blog-content-area .blog-meta {
		max-width: 280px;
	}
	.footer-widget .footer-social-icon ul li a i {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.tj-header-menu-bottom .header-right .modal-icon i {
		margin-right: 20px;
	}
	.header-section-two .modal-icon {
		display: none;
	}
	.logo-box .primary-logo,
	.logo-box .secondary-logo {
		max-width: 135px;
	}

	.header_searce button i {
		font-size: 18px;
	}

	.tj-cta-content2 {
		padding-left: 45px;
	}
	.tj-service-icon-box2 ul li {
		max-width: 33.3333%;
		width: 100%;
	}
	.tj-service-icon-box2 ul li a .service-item .service-icon {
		font-size: 45px;
	}
	.tj-service-icon-box2 ul li a .service-item .sub-title span {
		font-size: 20px;
	}
	div .tj-service-icon-box2 ul li a .service-item.nth-child-3:before {
		display: none;
	}
	.service-item-two .service-image img {
		max-width: 200px;
	}
	.tj-step-area .tj-step-item {
		margin-bottom: 60px;
	}
	.tj-step-area .tj-step-item .stp-arrow,
	.tj-step-area .tj-step-item:nth-child(4)::after,
	.tj-step-area .tj-step-item:nth-child(3)::after,
	.tj-step-area .tj-step-item:nth-child(2)::after,
	.tj-step-area .tj-step-item:nth-child(1)::after {
		display: none;
	}
	.tj-step-area .tj-step-item::before {
		top: -62px;
	}
	.tj-step-area .tj-step-item:nth-child(2) {
		margin-top: 0;
	}
	.tj-step-area .tj-step-item:nth-child(4) {
		margin-top: 0;
	}
	.service-item-two .service-text {
		padding-left: 35px;
	}
	.service-item-two {
		padding: 20px 20px 10px;
	}
	.tabs-box .tabs-image img {
		max-width: 250px;
	}
	.tabs-box .tabs-form-box .tabs-input input {
		padding: 0 10px;
	}
	.tabs-box .tj-quiz-list .quiz-check {
		font-size: 14px;
		margin-right: 20px;
		padding-left: 40px;
	}
	.tabs-box .tj-quiz-list .quiz-check .checkmark {
		height: 20px;
		width: 20px;
		top: 2px;
	}
	.tabs-box .tj-quiz-list .quiz-check .checkmark::after {
		top: 3px;
		left: 3px;
		width: 10px;
		height: 10px;
	}
	.tj-testimonial-item-two {
		padding: 35px 10px 35px 25px;
	}
	.tj-testimonial-item-two .testimonial-auother .title {
		font-size: 19px;
	}
	.tj-testimonial-item-two .testimonial-auother {
		min-width: 283px;
	}
	.tj-hero-content {
		padding-left: 0;
	}
	.footer-contact-list .contact-box .contact-icon i {
		width: 60px;
		height: 60px;
		line-height: 68px;
		font-size: 22px;
	}
	.slider-content {
		margin-top: 220px;
		margin-bottom: 280px;
		max-width: 700px;
	}
	.tj-slider-section-three .slider-content .slider-title,
	.tj-slider-section .slider-content .slider-title {
		font-size: 50px;
	}
	.tj-slider-section-three .slider-tabs .nav-link i {
		display: none;
	}
	.tj-slider-section-three .slider-tabs {
		padding: 30px 20px 30px;
	}
	.tj-slider-section-three .slider-tabs .nav-link {
		font-size: 14px;
	}
	.tj-slider-section-three .thumb-slider {
		bottom: 4.5%;
	}
	.service-item-three .service-content {
		padding: 25px 10px 10px 15px;
	}
	h4 {
		font-size: 22px;
	}

	.tj-cta-section-three .cta-counter-box .list-one li:nth-child(2) {
		margin-top: 0;
	}
	.tj-price-item .price-top-header {
		padding: 18px 10px 16px 15px;
	}
	.tj-price-item .price-top-header .header-title .title {
		font-size: 24px;
	}
	.team-item-three .tj-project-content {
		left: 10px;
	}
	.choose-us-step-item p::before {
		width: 260px;
	}
	.footer-subscribe-box .footer-form input {
		width: 260px;
	}
	.footer-subscribe-box::before {
		display: none;
	}
	.project-item-three .project-image {
		min-height: 450px;
	}
	.project-item-three .project-text {
		left: 25px;
	}
	.project-item-three:hover .project-text {
		bottom: 30px;
	}
	.tj-input-form .nice-select::after {
		right: 10px;
	}
	.team-item-three .tj-project-content .title-link {
		padding: 9px 25px;
		display: inline-block;
		font-size: 22px;
	}
	.team-item-three .arrow-icon {
		right: 15px;
	}
	.team-item-three:hover .arrow-icon {
		right: 15px;
	}
	.team-item-three
		.arrow-icon
		.team-social
		.social-active
		.team-social-dropdown
		li
		a
		i {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.subscribe-content-box {
		padding: 40px 15px 40px 10px;
	}
	.subscribe-content-box .subscribe-title {
		padding-left: 20px;
	}
	.tj-service-section-three .tj-theme-button {
		position: relative;
		top: -10px;
	}
	.tj-hero-section .hero-bg-1 {
		width: 100%;
	}
	.tj-hero-section .hero-bg-1::before {
		display: block !important;
	}
	.tj-hero-section .hero-bg-2 {
		display: none;
	}
	.details-sidebar-inner .sidebar-post .tj-post-content .tj-auother-img {
		margin-bottom: 10px;
	}
	.details-sidebar-inner .sidebar-post .tj-details-text {
		width: 100%;
	}
	.tj-contact-page .tj-contact-list .contact-icon i {
		width: 55px;
		height: 55px;
		line-height: 62px;
		font-size: 25px;
		left: 10px;
	}
	.tj-contact-page .tj-contact-list {
		padding: 25px 10px;
	}
	.tj-contact-page .tj-contact-list .contact-icon i {
		width: 55px;
		height: 55px;
		line-height: 62px;
		font-size: 25px;
		left: 10px;
	}
	.tj-contact-page .tj-contact-list .contact-header {
		padding-left: 70px;
	}
	.tj-primary-btn {
		padding: 17px 20px;
	}
	.tj-cta-section-three .cta-counter-box .list-one {
		padding-left: 0;
	}
	.tj-cta-section-three .cta-counter-box .list-one li:nth-child(1) {
		margin-left: 0;
		margin-bottom: 65px;
	}
	.tj-cta-section-three .cta-counter-box .list-one li:nth-child(4) {
		margin-top: 0;
	}
	.tj-project-item.project_archive img {
		max-height: 450px;
	}
	.tj-project-item .tj-project-content .title-link {
		padding: 12px 15px;
	}
	.tj-team-item .image-box img {
		height: auto;
	}

	.tj-slider-section {
		mask-position: left bottom;
		-webkit-mask-position: left bottom;
	}

	.tj-slider-section .slider_shape {
		background-position: left;
	}
	.tj-slider-section .swiper-slide {
		min-height: 800px;
	}
	.footer-widget .widget-post .post-calender {
		width: 100%;
	}
	.footer-widget.footer2_col_4 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-topbar {
		padding: 9px 15px;
		border-radius: 4px 4px 0 0;
	}
	.header-section-two .topbar-content-area {
		justify-content: center;
	}
	.header-content-right {
		max-width: 100%;
		justify-content: center;
	}
	.tj-header-content {
		padding-right: 15px;
	}

	.tj-slider-section-three .slider-content .slider-title,
	.tj-slider-section .slider-content .slider-title {
		font-size: 35px;
	}
	.tj-slider-section-three .slider-client .client-wrapper {
		margin-right: 45px;
	}
	.tj-header-section .logo-area {
		display: none;
	}
	.tj-header-section .mobile-logo-area {
		max-width: 200px;
		padding: 15px;
	}
	.tj-header-section .header-content-area {
		width: 100%;
	}
	.tj-slider-section {
		mask-position: left;
		-webkit-mask-position: left;
	}
	.tj-slider-section .slider_shape {
		height: 116px;
		background-position: left;
	}
	.tj-slider-section .swiper-slide {
		min-height: 585px;
	}
	.tj-service-icon-box {
		position: initial;
		margin: 15px;
	}
	.tj-about-section {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.tj-page-area {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.tj-section-heading .title,
	.tj-about-section .tj-section-heading .title {
		font-size: 35px;
	}
	.about-content-one {
		margin-bottom: 55px;
	}
	.tj-input-form {
		background: var(--tj-primary-color);
		max-width: 100%;
	}
	.choose-us-content-1 .tj-section-heading .title {
		font-size: 45px;
	}
	.tj-slider-section-three .slider-content {
		margin-top: 150px;
		margin-bottom: 190px;
	}
	.tj-slider-section-three .thumb-slider {
		bottom: 3%;
	}
	.tj-slider-section .banner-shape {
		display: none;
	}
	.slider-content {
		margin-top: 90px;
		margin-bottom: 90px;
	}
	.tj-slider-section-three .slider-tabs {
		display: none;
	}
	.tj-cta-section-three {
		padding-top: 70px;
		padding-bottom: 95px;
	}
	.tj-team-item-two {
		padding: 35px 30px 25px;
	}
	.tj-cta-section .cta-inner {
		display: none;
	}
	.tj-blog-item .blog-content-area {
		padding: 25px 25px 25px;
	}
	.tj-blog-item .blog-text-box .blog-header .title-link {
		font-size: 22px;
		display: inline-block;
	}

	.tj-blog-item .blog-content-area .blog-meta {
		width: 315px;
	}
	.tj-header-section .tj-hambagur-icon {
		display: block;
	}
	.cta-content .cta-icon {
		left: 60px;
	}
	.cta-content .cta-text .title {
		font-size: 40px;
	}
	.tj-cta-section {
		padding-bottom: 110px;
	}
	.tj-cta-section .tj-theme-button {
		left: 15px;
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%);
	}

	.footer-widget.footer1_col_1.widget_info {
		background: transparent;
		background-image: none;
		padding: 0;
		max-width: 385px;
		margin-left: 0;
		width: 100%;
		margin-top: 45px;
	}
	.footer-widget.footer1_col_3 {
		padding-left: 0;
	}
	.tj-footer-section .footer-widget .footer-title {
		margin-top: 35px;
	}
	.tj-footer-section .footer-widget-1 {
		margin-top: 35px;
	}
	.footer-copyright-two {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-copyright-area {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.copyright-target {
		margin-bottom: 10px;
	}
	.header-menu-select {
		padding-right: 15px;
	}
	.tj-slider-section .slider-content {
		margin-top: 230px;
		margin-bottom: 90px;
	}
	.tj-footer-section {
		margin-top: 0;
		padding-top: 30px;
	}
	.subscribe-content-box {
		display: block !important;
		padding: 30px 35px 35px 30px;
	}
	.subscribe-content-box .subscribe-content {
		margin-bottom: 30px;
	}
	.tj-service-icon-box ul li {
		width: 33.3333%;
	}
	.tj-blog-item .blog-meta .meta-list {
		font-size: 14px;
	}
	.tj-blog-item .blog-content-area .blog-meta {
		max-width: 280px;
	}
	.tj-blog-item .blog-meta .meta-date {
		margin-right: 10px;
	}
	.tj-choose-us-section {
		padding-bottom: 80px;
		padding-top: 70px;
	}
	.tj-section-heading {
		margin-bottom: 35px;
	}
	.tj-testimonial-item .testimonial-rating {
		margin-bottom: 25px;
	}
	.tj-blog-item .blog-meta .meta-list ul li {
		margin-right: 10px;
		font-size: 13px;
	}
	.service-item-three .service-content {
		padding: 25px 10px 10px 15px;
	}
	.tj-section-heading .title {
		margin-top: 10px;
	}

	.tj-map-tabs {
		margin: 35px auto;
		position: initial;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.tj-map-tabs .accordion {
		padding: 15px 25px 15px;
	}
	.tj-icon-box2 {
		padding: 20px 10px 5px;
	}
	.tj-icon-box2 .about-number .number {
		font-size: 25px;
	}
	.tj-icon-box2 .number-icon i {
		width: 76px;
		height: 76px;
		line-height: 88px;
		font-size: 40px;
	}
	.about-group-image .image-box {
		width: calc(100% - 225px);
	}
	.tj-service-icon-box2 ul li {
		max-width: 33.3333%;
		width: 100%;
	}
	.tj-service-icon-box2 ul li a .service-item .service-icon {
		font-size: 45px;
	}
	.tj-service-icon-box2 ul li a .service-item .sub-title span {
		font-size: 20px;
	}
	div .tj-service-icon-box2 ul li a .service-item.nth-child-3:before {
		display: none;
	}
	.tj-step-area .tj-step-item {
		margin-bottom: 75px;
	}
	.tj-step-area .tj-step-item .stp-arrow,
	.tj-step-area .tj-step-item:nth-child(4)::after,
	.tj-step-area .tj-step-item:nth-child(3)::after,
	.tj-step-area .tj-step-item:nth-child(2)::after,
	.tj-step-area .tj-step-item:nth-child(1)::after {
		display: none;
	}
	.tj-header-menu-bottom .header-right .modal-icon i {
		margin-right: 20px;
	}
	.header-section-two .modal-icon {
		display: none;
	}
	.tj-hero-section .tj-section-heading .title {
		font-size: 50px;
	}
	.tj-hero-content {
		padding-left: 0;
	}
	.tj-hero-section {
		padding-top: 90px;
		padding-bottom: 95px;
	}
	.tj-cta-content2 {
		padding-left: 45px;
	}
	.tj-cta-content .tj-section-heading .title {
		font-size: 30px;
	}
	.tabs-box .tabs-image {
		display: none;
	}
	.tabs-box .tj-quiz-list .quiz-check {
		font-size: 14px;
		margin-right: 20px;
		padding-left: 40px;
	}
	.tabs-box .tj-quiz-list .quiz-check .checkmark {
		height: 20px;
		width: 20px;
		top: 2px;
	}
	.tj-step-area {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 35px;
	}
	.tj-step-area .tj-step-item:nth-child(2) {
		margin-top: 0;
	}
	.tj-step-area .tj-step-item:nth-child(4) {
		margin-top: 0;
	}
	.tj-step-area .tj-step-item::before {
		top: -75px;
	}
	.tj-about-section-two {
		padding-bottom: 80px;
	}
	.tj-testimonial-item-two .testimonial-auother {
		min-width: 324px;
	}
	.tj-testimonial-item-two {
		padding: 35px 10px 35px 25px;
	}
	.tj-testimonial-item-two .testimonial-auother .title {
		font-size: 20px;
	}
	.tj-counter-section {
		padding-top: 80px;
	}
	.tj-counter-area .counter-item .counter-number .tj-count {
		font-size: 35px;
	}
	.tj-counter-area .counter-item .counter-number .sub-title {
		font-size: 18px;
	}
	.about-content-two {
		padding-left: 0;
	}
	.footer-widget.footer2_col_4 {
		padding-left: 0;
	}
	.tj-project-area .project-item-three .project-image {
		min-height: 300px;
	}
	.project-item-three .project-text .title-link {
		font-size: 20px;
		display: inline-block;
	}
	.project-item-three:hover .project-text {
		bottom: 25px;
	}
	.project-item-three .project-text {
		left: 20px;
	}
	.footer-widget.footer2_col_4,
	.footer-widget.footer2_col_3,
	.footer-widget.footer2_col_2,
	.footer-widget.footer2_col_1 {
		margin-bottom: 40px;
		margin-left: 0;
	}
	.tj-footer-section-two .footer-top {
		padding-top: 65px;
	}
	.tabs-box .tj-quiz-list .quiz-check .checkmark::after {
		top: 3px;
		left: 3px;
		width: 10px;
		height: 10px;
	}
	h4 {
		font-size: 22px;
	}
	.tj-price-item .price-top-header {
		padding: 18px 10px 16px 15px;
	}
	.tj-price-item .price-top-header .header-title .title {
		font-size: 24px;
	}
	.tj-team-section.tj-team-page {
		padding-top: 80px;
		padding-bottom: 55px;
	}
	.team-item-three .tj-project-content {
		left: 20px;
	}
	.footer-subscribe-box::before {
		display: none;
	}
	.project-item-three .project-image {
		min-height: 450px;
	}
	.project-item-three .project-text {
		left: 25px;
	}
	.project-item-three:hover .project-text {
		bottom: 30px;
	}
	.tj-slider-section-three .slider-client {
		margin-bottom: 30px;
	}
	.tj-cta-section-three .tj-cta-left-content {
		margin-bottom: 65px;
	}
	.tj-about-section-three {
		padding-top: 70px;
	}
	.tj-about-section-three .about-content-three {
		margin-bottom: 50px;
	}
	.tj-price-section {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.project-item-three {
		width: 50%;
	}
	.tj-faq-section .tj-faq-area {
		padding-left: 0;
	}
	.tj-team-section-three {
		padding-top: 70px;
		padding-bottom: 55px;
	}
	.tj-choose-us-section-two {
		padding-top: 70px;
		padding-bottom: 25px;
	}
	.choose-us-step-item p {
		padding-left: 0;
	}
	.choose-us-step-item p::before {
		left: 0;
	}
	.tj-footer-section-three .footer-top {
		padding-top: 75px;
	}
	.footer-subscribe-box {
		padding-left: 0;
	}
	.team-item-three .tj-project-content .title-link {
		padding: 15px 35px;
		display: inline-block;
	}
	.service-item-two .des {
		margin-bottom: 45px;
	}
	.tj-icon-box2 .about-number p {
		font-size: 16px;
	}
	.tj-icon-box2 .about-number .tj-count {
		font-size: 30px;
	}
	.tj-icon-box2 .number-icon {
		margin-bottom: 0;
	}
	.tj-subscribe-section {
		margin-bottom: -25px;
	}
	.tj-video-area .video-title {
		font-size: 35px;
	}
	.tj-video-section {
		padding-top: 80px;
		padding-bottom: 70px;
		margin-top: 0;
	}
	.tj-hero-section .hero-bg-1 {
		width: 100%;
	}
	.tj-hero-section .hero-bg-1::before {
		display: block !important;
	}
	.tj-hero-section .hero-bg-2 {
		display: none;
	}
	.tj-blog-area {
		padding-top: 80px;
		padding-bottom: 55px;
	}
	.page-details-wrapper
		.details-comment-content
		.comment-auother-box:nth-child(3) {
		padding-left: 0;
	}
	.details-sidebar-inner {
		margin-top: 50px;
	}
	.breadcrumb-wrapper {
		padding-top: 195px;
	}
	.breadcrumb-wrapper .breadcrumb-content .breadcrumb-title {
		margin-bottom: 65px;
	}
	.breadcrumb-wrapper .breadcrumb-content .breadcrumb-title {
		font-size: 45px;
	}
	.page-details-wrapper {
		padding-right: 0;
	}
	.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link {
		padding: 15px 35px;
	}
	.tj-blog-standard {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.tj-project-page.tj-archive-projects {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.project-details-wrapper .tj-project-image .active-introduction {
		position: initial;
		max-width: 100%;
		margin-top: 20px;
	}
	.tj-project-details {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.project-details-wrapper .check-image {
		margin-bottom: 30px;
	}
	.project-details-wrapper .project-content-area .title-link,
	.project-details-wrapper .check-list .title {
		font-size: 26px;
		display: inline-block;
	}
	.tj-service-details {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.tj-team-details {
		padding-top: 80px;
	}
	.team-sidebar-inner {
		padding-left: 0;
		margin-top: 40px;
	}
	.tj-team-details .team-thumb-image {
		-webkit-box-pack: left !important;
		-ms-flex-pack: left !important;
		justify-content: left !important;
		margin-top: 15px;
	}

	.tj-contact-page .tj-contact-list .contact-icon i {
		width: 55px;
		height: 55px;
		line-height: 62px;
		font-size: 25px;
		left: 10px;
	}
	.tj-contact-page .tj-contact-list {
		padding: 25px 10px;
	}
	.tj-contact-page .tj-contact-list .contact-header {
		padding-left: 60px;
	}
	.tj-contact-page .google-map {
		padding-left: 0;
	}
	.tj-testimonial-section.tj-testimonial-page {
		padding-top: 70px;
	}
	.tj-faq-section.tj-faq-page {
		padding-top: 70px;
	}
	.tj-service-section-four.tj-service-page {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.tj-project-section-two.tj-project-page {
		padding-bottom: 70px;
	}
	.tj-faq-section.tj-faq-page {
		padding-top: 70px;
	}
	.tj-footer-section .footer-top {
		padding-top: 0;
	}
	.tj-footer-section .footer1_col_4,
	.tj-footer-section .footer1_col_3,
	.tj-footer-section .footer1_col_2 {
		margin-top: 45px;
	}
	.tj-quiz-list .wpcf7-radio {
		gap: 20px;
	}
	.tj-project-item.project_archive img {
		max-height: 450px;
	}
	.tj-project-item .tj-project-content .title-link {
		padding: 12px 15px;
	}
	.tj-team-item .image-box img {
		height: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.tj-active-introduction.active-introduction {
		width: 500px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.tj-header-section {
		padding-top: 0;
		padding: 10px;
	}
	.tj-header-section.header-sticky {
		padding: 0;
	}
	.header-topbar {
		padding: 9px 15px;
		border-radius: 4px 4px 0 0;
	}
	.header-content-right {
		max-width: 100%;
		justify-content: center;
	}
	.tj-header-section .header-content-area {
		width: 100%;
	}
	.tj-header-section .mobile-logo-area {
		max-width: 170px;
		padding: 15px;
	}
	.header-content-left,
	.header-content-right {
		width: 100%;
		text-align: center;
	}
	.header-section-two .topbar-content-area {
		gap: 5px;
	}
	.header-section-two .header-content-left ul {
		row-gap: 5px;
		column-gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tj-header-content {
		padding-right: 15px;
	}
	.tj-slider-section .banner-shape {
		display: none;
	}
	.tj-slider-section {
		mask-image: none;
		-webkit-mask-image: none;
	}
	.tj-slider-section .swiper-slide {
		min-height: auto;
	}
	.tj-slider-section .slider_shape {
		display: none;
	}
	.tj-header-section .logo-area {
		display: none;
	}
	.tj-header-section .tj-hambagur-icon {
		display: block !important;
	}
	.tj-header-section .tj-theme-button.header-button {
		display: none;
	}
	.tj-slider-section-three .slider-tabs {
		display: none;
	}
	.tj-service-icon-box {
		position: initial;
		margin: 15px;
	}
	.tj-service-icon-box ul li,
	.service-item.tj-feature-3 {
		width: 100%;
		padding: 50px 15px 20px;
	}
	.tj-service-icon-box ul li::before {
		width: 100%;
		height: 1px;
		right: initial;
		top: initial;
		left: 0;
		bottom: 0;
	}
	.tj-slider-section-three .slider-content .slider-title,
	.tj-slider-section .slider-content .slider-title {
		font-size: 40px;
	}
	.tj-slider-section .slider-content {
		margin-top: 230px;
		margin-bottom: 90px;
	}

	.tj-section-heading .title,
	.tj-about-section .tj-section-heading .title {
		font-size: 35px;
	}
	.tj-cta-section .cta-inner {
		display: none;
	}
	.cta-content .cta-text .title {
		font-size: 27px;
	}
	.tj-cta-section .tj-theme-button {
		left: 15px;
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	.tj-cta-section {
		padding-bottom: 110px;
	}
	.tj-about-section {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.tj-page-area {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.about-content-one {
		margin-bottom: 55px;
	}
	.tj-input-form {
		padding: 40px 35px 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.tj-icon-box3 .title {
		font-size: 20px;
	}
	.tj-footer-section .footer-widget-1 {
		margin-top: 35px;
	}
	.footer-widget.footer1_col_1.widget_info {
		background: transparent;
		background-image: none;
		padding: 0;
		max-width: 385px;
		margin-left: 0;
		width: 100%;
		margin-top: 70px;
	}
	.tj-footer-section .footer-widget .footer-title {
		margin-top: 35px;
	}
	.footer-copyright-two,
	.footer-copyright-area {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		font-size: 14px;
	}
	.footer-widget.footer1_col_3 {
		padding-left: 0;
	}
	.tj-testimonial-section .tj-testimonial-slider {
		padding: 0 10px;
	}
	.copyright-target {
		margin-bottom: 10px;
	}
	.tj-slider-section .slider-content {
		margin-top: 230px;
		margin-bottom: 90px;
	}
	.tj-footer-section .footer-top {
		padding-top: 0;
	}
	.header-menu-select {
		padding-right: 15px;
	}
	.tj-blog-item .blog-content-area .blog-meta {
		width: 305px;
	}
	.tj-slider-section .swiper-pagination {
		right: 15px;
	}
	.subscribe-content-box {
		display: block !important;
		padding: 30px 20px 40px 20px;
	}
	.subscribe-content-box .subscribe-content {
		margin-bottom: 30px;
	}
	.subscribe-content-box .subscribe-title .title {
		font-size: 36px;
	}
	.tj-team-section.tj-team-page {
		padding-top: 60px;
		padding-bottom: 35px;
	}
	.team-item-three,
	.tj-team-item-two,
	.tj-team-item {
		max-width: 450px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.tj-testimonial-item .testimonial-rating .rating-icon {
		padding: 0 15px;
		height: 45px;
		line-height: 45px;
	}
	.tj-blog-item .blog-content-area .blog-meta {
		max-width: 280px;
	}
	.tj-blog-item-three .meta-date {
		right: 20px;
	}
	.tj-blog-item .blog-meta .meta-date {
		margin-right: 10px;
	}
	.tj-icon-box2 {
		padding: 20px 10px 5px;
		max-width: 135px;
	}
	.tj-icon-box2 .about-number .number {
		font-size: 25px;
	}
	.about-group-image .image-box {
		width: calc(100% - 155px);
	}

	.subscribe-content-box .subscribe-title {
		padding-left: 15px;
	}
	.subscribe-content-box .subscribe-title .title {
		font-size: 27px;
	}
	.subscribe-content-box .footer-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
	}
	.subscribe-content-box .footer-form input {
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.tj-subscribe-section .footer-form .tj-theme-button {
		margin-right: auto;
	}
	.cta-content {
		display: block !important;
		padding-left: 0;
	}
	.cta-content .cta-icon {
		position: initial;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 25px;
		min-width: 100px;
		height: 100px;
		line-height: 116px;
	}
	.cta-content .cta-text {
		padding-left: 0;
	}
	.tj-choose-us-section {
		padding-bottom: 80px;
		padding-top: 70px;
	}
	.tj-section-heading {
		margin-bottom: 35px;
	}
	.tj-testimonial-item .testimonial-rating {
		margin-bottom: 25px;
	}
	.tj-blog-item .blog-meta .meta-list ul li {
		margin-right: 10px;
		font-size: 13px;
	}
	.tj-section-heading .title {
		margin-top: 10px;
	}
	.tj-project-item.project_archive img {
		max-height: auto;
	}
	.tj-project-item .tj-project-content .title-link {
		padding: 15px 15px;
		font-size: 20px;
		display: inline-block;
	}
	.tj-input-form .title {
		color: var(--tj-white-color);
		font-size: 30px;
		margin-bottom: 20px;
	}
	.tj-icon-box2 .number-icon i {
		width: 76px;
		height: 76px;
		line-height: 88px;
		font-size: 40px;
	}
	.tj-service-icon-box2 ul li a .service-item .service-icon {
		font-size: 45px;
	}
	.tj-service-icon-box2 ul li a .service-item .sub-title span {
		font-size: 20px;
	}
	.tj-step-area .tj-step-item:not(:last-child) {
		margin-bottom: 75px;
	}
	.tj-step-area .tj-step-item .stj-arrow,
	.tj-step-area .tj-step-item:nth-child(4)::after,
	.tj-step-area .tj-step-item:nth-child(3)::after,
	.tj-step-area .tj-step-item:nth-child(2)::after,
	.tj-step-area .tj-step-item:nth-child(1)::after {
		display: none;
	}
	.tj-header-menu-bottom .header-right .modal-icon i {
		margin-right: 20px;
	}
	.header-section-two .modal-icon {
		display: none;
	}
	.service-item-three .service-content {
		padding: 35px 10px 10px 15px;
	}
	.tj-hero-content {
		padding-left: 0;
	}
	.tj-hero-section {
		padding-top: 90px;
		padding-bottom: 95px;
	}
	.tabs-box .tabs-image {
		display: none;
	}
	.tj-about-section-two {
		padding-bottom: 80px;
	}
	.tj-counter-section {
		padding-top: 80px;
	}
	.tj-counter-area .counter-item .counter-number .tj-count {
		font-size: 35px;
	}
	.tj-counter-area .counter-item .counter-number .sub-title {
		font-size: 18px;
	}
	.about-content-two {
		padding-left: 0;
	}
	.footer-widget.footer2_col_4 {
		padding-left: 0;
	}
	.tj-project-area .project-item-three .project-image {
		min-height: 300px;
	}
	.project-item-three .project-text .sub-title {
		margin-bottom: 10px;
	}
	.project-item-three .project-text .title-link {
		font-size: 20px;
		display: inline-block;
	}
	.project-item-three:hover .project-text {
		bottom: 25px;
	}
	.project-item-three .project-text {
		left: 20px;
	}
	.tj-project-page.tj-archive-projects {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.footer-widget.footer2_col_4,
	.footer-widget.footer2_col_3,
	.footer-widget.footer2_col_2,
	.footer-widget.footer2_col_1 {
		margin-bottom: 40px;
	}
	.footer-widget.footer2_col_2 {
		margin-left: 0;
	}
	.tj-footer-section-two .footer-top {
		padding-top: 65px;
	}
	.tj-hero-section .hero-shape {
		display: none;
	}
	div .tj-service-icon-box2 ul li .service-item::before {
		width: 100%;
		height: 1px;
		right: initial;
		top: initial;
		left: 0;
		bottom: 0;
	}
	.tj-cta-content .tj-section-heading .title {
		font-size: 30px;
	}
	.service-item-two {
		padding: 20px 15px 10px;
		display: block !important;
	}
	.service-item-two .service-text {
		padding-left: 35px;
		padding-top: 95px;
	}
	.tabs-box .tabs-input {
		margin-bottom: 20px;
	}
	.tabs-box .tabs-form-box {
		margin-bottom: 20px;
	}
	.tabs-box .tab-content {
		padding: 30px 15px 30px;
	}
	.tabs-box .nav .nav-item .nav-link {
		font-size: 15px;
	}
	.tabs-box .tj-quiz-list .quiz-check .checkmark::after {
		top: 3px;
		left: 3px;
		width: 10px;
		height: 10px;
	}
	.tabs-box .tj-quiz-list .quiz-check .checkmark {
		height: 20px;
		width: 20px;
		top: 2px;
	}
	.tj-video-area .video-title .title {
		font-size: 36px;
	}
	.tj-step-area {
		grid-template-columns: repeat(1, 1fr);
	}
	.tj-step-area .tj-step-item:nth-child(4),
	.tj-step-area .tj-step-item:nth-child(2) {
		margin-top: 0;
	}
	.tj-step-area .tj-step-item:nth-child(1) {
		margin-top: 45px;
	}
	.tj-project-area .project-item-three.grid-division-1 {
		width: 100%;
	}
	.tj-project-area .project-item-three.grid-division {
		width: 100%;
	}
	.blog-item-three .blog-content-box {
		padding: 35px 35px 15px;
	}
	.logo-box .primary-logo,
	.logo-box .secondary-logo {
		max-width: 150px;
	}
	.tj-service-icon-box2 ul li {
		min-width: 100%;
		overflow: hidden;
	}
	.tj-service-icon-box2 ul li::after {
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 1px;
		width: 250px;
	}
	.tj-testimonial-item-two .testimonial-auother .title {
		font-size: 20px;
	}
	.tj-testimonial-item-two .testimonial-auother {
		min-width: 295px;
	}
	.tabs-box .tj-quiz-list .quiz-check {
		margin-bottom: 15px;
	}
	.service-item-two .service-image img {
		width: 100%;
		max-height: 100%;
	}
	.service-item-two .service-title {
		margin-bottom: 15px;
	}
	.service-item-two .des {
		margin-bottom: 30px;
	}
	.service-item-two .services-icon {
		left: 15px;
		top: 10px;
	}
	.footer-contact-list .contact-box .contact-icon i {
		width: 60px;
		height: 60px;
		line-height: 68px;
		font-size: 22px;
	}
	h2 {
		font-size: 35px;
	}
	h4 {
		font-size: 22px;
	}
	.tj-cta-section-three .cta-counter-box .list-two li:nth-child(2),
	.tj-cta-section-three .cta-counter-box .list-one li:nth-child(2) {
		margin-top: 0;
	}
	.tj-price-item .price-top-header {
		padding: 18px 10px 16px 15px;
	}
	.tj-price-item .price-top-header .header-title .title {
		font-size: 24px;
	}
	.team-item-three .tj-project-content {
		left: 20px;
	}
	.footer-subscribe-box::before {
		display: none;
	}
	.project-item-three .project-image {
		min-height: 450px;
	}
	.project-item-three .project-text {
		left: 25px;
	}
	.project-item-three:hover .project-text {
		bottom: 25px;
	}
	.tj-slider-section-three .slider-client {
		margin-bottom: 30px;
	}
	.tj-cta-section-three .tj-cta-left-content {
		margin-bottom: 65px;
	}
	.tj-cta-section-three {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.tj-about-section-three {
		padding-top: 70px;
	}
	.tj-about-section-three .about-content-three {
		margin-bottom: 50px;
	}
	.tj-price-section {
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.tj-faq-section .tj-faq-area {
		padding-left: 0;
	}
	.tj-team-section-three {
		padding-top: 70px;
		padding-bottom: 55px;
	}
	.tj-choose-us-section-two {
		padding-top: 70px;
		padding-bottom: 25px;
	}
	.choose-us-step-item p {
		padding-left: 0;
	}
	.choose-us-step-item p::before {
		left: 0;
	}
	.tj-footer-section-three .footer-top {
		padding-top: 75px;
	}
	.footer-subscribe-box {
		padding-left: 0;
		margin-bottom: 35px;
	}
	.tj-slider-section-three .slider-content {
		margin-top: 140px;
		margin-bottom: 140px;
	}
	.tj-slider-section-three .slider_shape2 {
		display: none;
	}
	.tj-slider-section-three .thumb-slider {
		bottom: 30px;
	}

	.tj-map-tabs {
		max-width: 345px;
		right: 4%;
		margin: 35px auto;
		position: initial;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.tj-map-tabs .accordion {
		padding: 15px 25px 15px;
	}
	.footer_info_widget .footer__logo_1 img {
		margin-bottom: 20px;
	}
	.choose-us-top-content {
		display: block !important;
		margin-bottom: 50px;
	}
	.project-item-three {
		max-width: 100%;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 2px;
	}
	.tj-project-area .grid-item {
		margin-bottom: 30px;
	}
	.tj-section-heading .sub-title {
		font-size: 20px;
	}
	.footer-subscribe-box .footer-form input {
		width: 330px;
	}
	.footer-subscribe-box .footer-form .tj-theme-button {
		position: initial;
		margin-top: 25px;
	}
	.tj-cta-left-content h3 {
		font-size: 30px;
	}
	.tj-slider-section-three .thumb_slide {
		width: 70px !important;
	}
	.tj-slider-section-three .thumb_slider img {
		max-width: 60px;
		height: 60px;
	}
	.slider-tabs.slider-tabs-two .nav-link {
		font-size: 13px;
		padding: 8px 10px 10px;
	}
	.slider-tabs.slider-tabs-two .nav-link i {
		display: none;
	}
	.slider-tabs.slider-tabs-two {
		padding: 35px 30px 35px;
	}
	.tj-cta-section-three .cta-counter-box .list-one li:nth-child(1) {
		margin-bottom: 65px;
	}
	.footer-contact-list .contact-box .contact-icon {
		margin-bottom: 15px;
	}

	.footer-contact-list .contact-box {
		margin-right: 0;
	}

	.footer-contact-list .contact-box .contact-link a {
		font-size: 16px;
	}
	.footer-subscribe-box .title {
		font-size: 30px;
	}
	.team-item-three .tj-project-content .title-link {
		padding: 15px 30px;
		display: inline-block;
	}
	.tj-offcanvas-area {
		width: 350px;
	}
	.tj-input-form .select-bm .nice-select {
		margin-bottom: 15px;
	}
	.tj-icon-box2 .about-number p {
		font-size: 15px;
	}
	.tj-icon-box2 .about-number .tj-count {
		font-size: 30px;
	}
	.tj-icon-box2 .number-icon {
		margin-bottom: 0;
		width: 75px;
		height: 75px;
		line-height: 86px;
	}
	.tj-choose-us-section .tj-theme-button {
		margin-top: 20px;
	}
	.tj-subscribe-section {
		margin-bottom: -20px;
	}

	.tj-cta-section-two .tj_cta_image {
		width: 100%;
		height: 50%;
	}
	.tj-cta-section-two .tj_cta_image1 {
		width: 100%;
		height: 50%;
		top: 50%;
	}

	.tj-cta-content {
		padding: 50px 0;
	}
	.tj-service-section-three .tj-theme-button {
		position: relative;
		top: -10px;
	}
	.tj-footer-section-three .footer-contact-list {
		display: block !important;
	}
	.cta-content .cta-icon i {
		font-size: 40px;
	}
	.tj-video-section {
		padding-top: 80px;
		padding-bottom: 70px;
		margin-top: 0;
	}
	.tj-video-area .video-title {
		font-size: 35px;
	}
	.logo-box .primary-logo,
	.logo-box .secondary-logo {
		max-width: 150px;
	}
	.header-section-two .header-right .nice-select {
		margin-right: 20px;
	}
	.about-content-three .content-box,
	.about-content-two .content-box {
		display: block !important;
	}

	.footer_info_widget .footer_info p {
		margin-top: 20px;
	}
	.tj-cta-section-two {
		padding: 0;
	}
	.tj-hero-section .hero-bg-1 {
		width: 100%;
	}
	.tj-hero-section .hero-bg-1::before {
		display: block !important;
	}
	.tj-hero-section .hero-bg-2 {
		display: none;
	}
	.tj-testimonial-item {
		padding: 0 0 40px 20px;
	}
	.tj-testimonial-item p {
		font-size: 16px;
	}
	.tj-testimonial-item .testimonial-content .testimonial-auother .title {
		font-size: 22px;
	}
	.tj-tabs-section-two .tj-theme-button {
		margin-top: 20px;
	}
	.tj-blog-area {
		padding-top: 80px;
		padding-bottom: 55px;
	}
	.page-details-wrapper
		.details-comment-content
		.comment-auother-box:nth-child(3) {
		padding-left: 0;
	}
	.details-sidebar-inner {
		margin-top: 50px;
	}
	.breadcrumb-wrapper {
		padding-top: 215px;
	}
	.breadcrumb-wrapper .breadcrumb-content .breadcrumb-title {
		margin-bottom: 65px;
	}
	.page-details-wrapper .blog-content-area .blog-header .blog-title {
		font-size: 26px;
	}
	.page-details-wrapper {
		padding-right: 0;
	}
	.page-details-wrapper .check-image {
		margin-bottom: 25px;
	}
	.page-details-wrapper .video-image {
		margin-bottom: 25px;
	}
	.page-details-wrapper .details-tags-box {
		display: block;
		padding-bottom: 20px;
	}
	.page-details-wrapper .tj-post-tag {
		margin-bottom: 20px;
	}
	.page-details-wrapper .details-comment-content .comment-auother-box {
		display: block !important;
	}
	.page-details-wrapper .details-tags-box .tj-post-tag a {
		padding: 10px 10px;
		margin-right: 5px;
	}
	.page-details-wrapper .details-tags-box .tj-post-tag span {
		margin-right: 10px;
	}
	.breadcrumb-wrapper .breadcrumb-content .breadcrumb-title {
		font-size: 35px;
	}
	.breadcrumb-wrapper .breadcrumb-content .breadcrumb-link {
		padding: 15px 20px;
	}
	.tj-blog-standard {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.page-details-wrapper .tj-blog-item-three .tj-content-box {
		padding: 0 20px;
	}
	.project-details-wrapper .tj-project-image .active-introduction {
		position: initial;
		max-width: 100%;
		margin-top: 20px;
	}
	.tj-project-details {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.project-details-wrapper .check-image {
		margin-bottom: 30px;
	}
	.project-details-wrapper .details-tags-box {
		display: block;
	}
	.project-details-wrapper .details-tags-box .share-link {
		margin-bottom: 35px;
	}
	.project-details-wrapper .details-tags-box .share-link a,
	.share-link.tj-social-share a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.project-details-wrapper .details-tags-box span,
	.share-link.tj-social-share span {
		font-size: 20px;
		margin-right: 5px;
	}
	.project-details-wrapper .project-content-area .title-link,
	.project-details-wrapper .check-list .title {
		font-size: 26px;
		display: inline-block;
	}
	.tj-service-details {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.tj-service-details .sevice-image:first-child {
		margin-bottom: 25px;
	}
	.tj-team-details {
		padding-top: 60px;
	}
	.team-sidebar-inner {
		padding-left: 0;
		margin-top: 40px;
	}
	.tj-team-details .team-thumb-image {
		-webkit-box-pack: left !important;
		-ms-flex-pack: left !important;
		justify-content: left !important;
		margin-top: 15px;
	}
	.tj-team-details .team-thumb-image .thumb-1 img {
		max-width: 100px;
	}
	.tj-team-details .thumb-group {
		padding-top: 35px;
		margin-top: 50px;
	}
	.team-sidebar-inner h5 {
		font-size: 22px;
	}
	.tj-contact-page .tj-contact-list .contact-icon i {
		width: 55px;
		height: 55px;
		line-height: 62px;
		font-size: 25px;
		left: 10px;
	}
	.tj-contact-page .tj-contact-list {
		padding: 25px 10px;
	}
	.tj-contact-page .tj-contact-list .contact-header {
		padding-left: 60px;
	}
	.tj-contact-page .google-map {
		padding-left: 0;
	}
	.tj-contact-page .google-map iframe {
		height: 450px;
	}
	.tj-testimonial-section.tj-testimonial-page {
		padding-top: 70px;
	}
	.tj-faq-section.tj-faq-page {
		padding-top: 70px;
	}
	.tj-service-section-four.tj-service-page {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.tj-project-section-two.tj-project-page {
		padding-bottom: 70px;
	}
	.tj-faq-section.tj-faq-page {
		padding-top: 70px;
	}
	.tj-about-section .ab-button-box {
		display: block !important;
	}
	.about-content-one .ab-button-box .right-text {
		padding-left: 0;
	}
	.tj-footer-section .footer1_col_4,
	.tj-footer-section .footer1_col_3,
	.tj-footer-section .footer1_col_2 {
		margin-top: 45px;
	}
	.footer-widget.footer1_col_4 {
		margin-bottom: 75px;
	}
	.tj-map-section .google-map iframe {
		height: 450px;
	}
	.about-content-three .tj-icon-box,
	.about-content-two .tj-icon-box {
		margin-right: 0;
	}
	.about-content-three .tj-icon-box p {
		max-width: 100%;
	}
	.counter-item-2 .sub-title {
		font-size: 20px;
	}
	.counter-item-2 .tj-count {
		font-size: 28px;
	}
	.tj-footer-section .footer-widget {
		margin-bottom: 0;
	}
	.tj-footer-section .footer-widget.footer1_col_4 {
		margin-bottom: 75px;
	}
	.footer-widget .footer-title {
		margin-bottom: 25px;
	}
	.footer-widget.footer2_col_3 {
		margin-bottom: 25px;
	}
	.footer-widget.footer2_col_4 {
		margin-bottom: 55px;
	}
	.tj-step-area .tj-step-item .stp-arrow,
	.tj-step-area .tj-step-item:nth-child(4)::after,
	.tj-step-area .tj-step-item:nth-child(3)::after,
	.tj-step-area .tj-step-item:nth-child(2)::after,
	.tj-step-area .tj-step-item:nth-child(1)::after {
		display: none;
	}
	.details-sidebar-inner .tj-sidebar-widget {
		padding: 25px 30px;
	}
	.tj-quiz-list .wpcf7-radio {
		gap: 20px;
	}
	.tj-team-item .image-box img {
		height: auto;
	}
	.tj-team-item .image-box .social-icon-box {
		width: 50px;
	}
	.tj-team-item .team-content {
		padding: 20px 30px;
	}
	.tj-blog-item-three .blog-content-area {
		padding: 10px 25px 25px;
	}
	.team-sidebar-inner .team-check ul {
		column-count: 1;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tj-service-icon-box ul li {
		width: 33.3333%;
		min-width: initial;
	}
	.tj-service-icon-box ul li::before {
		width: 1px;
		height: 100%;
		right: -2px;
		top: 0;
		left: initial;
		bottom: initial;
	}
	.tj-service-icon-box ul li a .service-item .service-icon {
		font-size: 50px;
	}
	.tabs-box .tj-quiz-list .quiz-check {
		font-size: 14px;
		margin-right: 10px;
		padding-left: 28px;
	}
	.tj-step-area .tj-step-item::before {
		top: -62px;
	}
	.slider-tabs.slider-tabs-two .nav-pills .nav-link {
		font-size: 16px;
	}
	.slider-tabs.slider-tabs-two .nav-pills .nav-link.active {
		padding: 8px 10px 10px;
	}
}
