/*
Theme Name: پوسته شخصی و نمونه کار توپیگو
Author: بایتیمو - راستچین
Author URI: https://www.rtl-theme.com/author/hamidcss/products/
Version: 1.1.1
Description: قالب توپیگو یک قالب شخصی و نمونه کار وردپرس است که توسط بایتیمو طراحی و توسعه یافته و در وبسایت راستچین منتشر شده است. توپیگو با بهره گیری از استاندارد های روز دنیا در طراحی و کدنویسی و همچنین ارائه پشتیبانی و آپدیت حرفه یکی از حرفه ای ترین قالب های شخصی و نمونه کار وردپرس در ایران است.
Requires at least: 6.4.3
Tested up to: 6.6.2
*/

@charset "UTF-8";
* {
	box-sizing: border-box;
}
body {
	font-family: 'font-site' !important;
	background-color: var(--tp-body-color);
	color: var(--tp-color-text) !important;
}
p {
	color: var(--tp-color-text);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'font-site-title', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold !important;
}
::-webkit-input-placeholder {
	color: var(--tp-color-text);
}
ul {
	all: unset;
	margin-bottom: 0 !important;
}
li {
	all: unset;
}
a {
	text-decoration: none !important;
}
.d-title-3 {
	text-align: center;
	width: 90%;
	padding: 25px;
	margin: 0 auto;
	margin-top: 110px;
}
.d-title-3 .title-3 {
	color: var(--tp-green);
}
.d-title-3 .title-3::before {
	content: "";
	background: var(--tp-green);
	display: block;
	width: 20%;
	height: 2px;
	margin: 6px auto;
}
.d-title-3 .des-title-3 {
	color: #5966a9;
}
.d-about-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto !important;
}
.text-about-3 {
	display: flex;
	align-items: center;
}
.text-about-3 .content-text-about-3 {
	border-right: 3px solid var(--tp-green);
	padding: 19px;
}
.title-about-3 {
	color: var(--tp-green);
}
.des-about-3 {
	margin: 24px 0;
	color: #4f6b95;
}
.btn-about-3 {
	background-color: var(--tp-green);
	color: #fff;
	padding: 10px 17px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 10px 25px #18cd6f5d;
	transition: 0.3s;
	border: 1px solid transparent;
}
.btn-about-3:hover {
	border-color: var(--tp-green);
	background-color: transparent;
	color: var(--tp-green);
}
.btn-about-3:hover svg path {
	fill: var(--tp-green);
}
.btn-about-3 svg {
	width: 25px;
	height: 25px;
}
.btn-about-3 svg path {
	fill: #fff;
}
.d-about-3 .img-about-3 {
	text-align: center;
}
.d-about-3 .img-about-3 img {
	max-width: 100%;
}
.d-services-3 {
	max-width: 100%;
	justify-content: center;
	margin: 0 auto !important;
}
.card-ser3 {
	background-color: var(--tp-box-color);
	display: flex;
	box-shadow: 0 2px 33px var(--tp-shadow-color-b);
	border-radius: 22px;
	flex-direction: column;
	justify-content: center;
	transition: 0.3s;
}
.card-ser3 .image-d {
	text-align: center;
	padding: 17px;
}
.card-ser3 .image-d img {
	max-width: 100%;
	width: 109px;
}
.card-ser3 .content-ser3 {
	padding: 18px;
}
.card-ser3 .title-card-ser3 {
	text-align: center;
	font-size: 2rem;
	width: 100%;
	color: var(--tp-green);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.card-ser3 .title-card-ser3::before {
	content: "";
	display: inline-block;
	width: 50px;
	position: relative;
	height: 10px;
	background: var(--tp-green);
	border-radius: 0 100px 100px 0;
}
.card-ser3 .des-card-ser3 {
	color: #5966a9;
}
.blog-3 .d-blog-3 {
	margin: 0 auto !important;
	justify-content: center;
}
.card-blog-3 {
	background-color: var(--tp-box-color);
	margin: 16px;
	padding: 13px 25px;
	box-shadow: 0 2px 33px var(--tp-shadow-color-b);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.card-blog-3 .image-d-card-blog-3 {
	text-align: center;
}
.card-blog-3 .image-d-card-blog-3 img {
	max-width: 100%;
	height: 183px;
	width: 100%;
	object-fit: cover;
	border-radius: 22px;
}
.card-blog-3 .content-blog-3 {
	margin: 17px 0;
}
.content-blog-3 .title-card-blog-3 {
	color: #4ece76;
}
.content-blog-3 .des-card-blog-3 {
	color: #40638d;
}
.card-blog-3 .footer-card-blog-3 {
	display: flex;
	padding: 6px;
	align-items: center;
	justify-content: space-between;
}
.footer-card-blog-3 .item-footer-card-blog-3 {
	color: #919ca9;
}
.item-footer-card-blog-3 svg {
	width: 25px;
	height: 25px;
}
.item-footer-card-blog-3 svg path {
	fill: #919ca9;
}
.card-blog-3 .btn-card-blog-3 {
	color: #4ece81;
	font-weight: 600;
	display: block;
	border-radius: 15px;
	text-align: center;
	transition: 0.3s;
	padding: 9px;
	margin: 4px 0;
}
.card-blog-3 .btn-card-blog-3:hover {
	background: #4ece8130;
}
.card-blog-3 .btn-card-blog-3 svg {
	width: 25px;
	height: 25px;
}
.card-blog-3 .btn-card-blog-3 svg path {
	fill: #4ece81;
}
.btn-blog-3-div {
	text-align: center;
	margin: 30px;
}
.btn-blog-3 {
	background-color: var(--tp-green);
	color: #fff;
	padding: 10px 17px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 10px 25px #18cd6f5d;
	transition: 0.3s;
	border: 1px solid transparent;
}
.btn-blog-3:hover {
	border-color: var(--tp-green);
	background-color: transparent;
	color: var(--tp-green);
}
.btn-blog-3:hover svg path {
	fill: var(--tp-green);
}
.btn-blog-3 svg {
	width: 25px;
	height: 25px;
}
.btn-blog-3 svg path {
	fill: #fff;
}
.footer-3 {
	background-color: var(--tp-box-color);
	padding: 0 10px 0px 10px;
	box-shadow: 0 -2px 33px var(--tp-shadow-color-b);
	z-index: 15;
	position: relative;
	margin-top: 45px;
}
.footer-3::before {
	content: "";
	width: 70%;
	height: 8px;
	display: block;
	transform: translate(0,-8px);
	position: absolute;
	border-radius: 10px 0 0 0;
	right: 0;
	background-color: var(--tp-green);
}
.btn-go-top-footer-3 {
	background: var(--tp-green);
	font-size: 28px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	box-shadow: 0 13px 20px var(--tp-green)70;
	height: 50px;
	transform: translate(0px,-24px)rotate(45deg);
	border-radius: 14px;
	transition: 0.3s;
	left: 53px;
	outline: 5px solid var(--tp-green)36;
	position: absolute;
}
.btn-go-top-footer-3:hover svg path {
	fill: var(--tp-green);
}
.btn-go-top-footer-3 svg path {
	fill: #fff;
}
.btn-go-top-footer-3:hover {
	background: var(--tp-box-color);
	color: var(--tp-green);
	outline-color: var(--tp-green);
	outline-width: 2px;
}
.btn-go-top-footer-3 span {
	transform: rotate(-45deg);
}
.d-footer-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
.title-footer-3 {
	margin: 16px;
	color: var(--tp-green);
}
.d-footer-3 ul {
	display: flex;
	padding-left: 0 !important;
	flex-wrap: wrap;
	justify-content: center;
}
.d-footer-3 ul li {
	margin: 13px;
	display: inline-flex;
	align-items: center;
	z-index: 2;
	position: relative;
}
.d-footer-3 ul li a::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
	z-index: -3;
	transform: rotate(18deg);
	opacity: 0.25;
	border-radius: 5px;
	background: var(--tp-menu-color);
}
.d-footer-3 ul li a {
	color: var(--tp-menu-color);
	transition: 0.3s;
	display: flex;
	align-items: center;
}
.d-footer-3 ul li a:hover {
	color: var(--tp-green);
}
.d-footer-3 ul li a:hover:before {
	content: "";
	background: var(--tp-green);
	opacity: 0.25;
}
.footer-3.styletwo::before {
	content: "";
	display: none !important;
}
.footer-3.styletwo {
	box-shadow: none;
}
.footer-3.styletwo .d-footer-3 {
	justify-content: unset !important;
	padding: 21px 21px;
}
.hero-3-a {
	background-image: url("./img/bg-hero-3-a.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 15px;
}
.d-hero-3-a {
	max-width: 100%;
	margin: 0 auto !important;
}
.d-text-hero-3-a {
	display: flex;
	align-items: center;
}
.title-hero-3-a {
	color: #7ca1aa;
	font-weight: bolder;
}
.title-hero-3-a::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 10px;
	box-shadow: 0 5px 25px var(--tp-green);
	border-radius: 4px;
	background: var(--tp-green);
}
.title-hero-3-a b {
	color: var(--tp-green);
}
.des-hero-3-a {
	color: #86aac3;
	margin: 23px 0;
}
.div-btn-hero-3-a {
	padding: 14px 0;
}
.btn-hero-3-a {
	background: var(--tp-green);
	padding: 8px 22px;
	border-radius: 17px;
	color: #fff;
	border: 1px solid transparent;
	transition: 0.3s;
	box-shadow: 0 16px 30px var(--tp-green)94;
}
.btn-hero-3-a:hover {
	color: var(--tp-green);
	background: transparent;
	border-color: var(--tp-green);
}
.btn2-hero-3-a {
	background: var(--tp-box-color);
	padding: 8px 22px;
	margin: 23px;
	border: 1px solid #7ca1aa;
	border-radius: 17px;
	color: #7ca1aa;
	transition: 0.3s;
	box-shadow: 0 16px 30px #7ca1aa91;
}
.btn2-hero-3-a:hover {
	background: #7ca1aa;
	color: #fff;
}
.d-img-hero-3-a {
	text-align: center;
}
.d-img-hero-3-a img {
	max-width: 100%;
}
.hero-3-b {
	background-image: url("./img/bg-hero-3-b.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	background-position: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.d-hero-3-b {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	z-index: 2;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-hero-3-b {
	color: #7ca1aa;
	font-weight: bolder;
	margin: 20px 0 58px 0;
}
.title-hero-3-b b {
	color: var(--tp-green);
}
.d-links-hero-3-b {
	width: 90%;
	padding: 24px;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.link-hero-3-b {
	margin: 10px;
	background: var(--tp-box-color);
	font-size: 26px;
	text-shadow: 0 5px 17px var(--tp-green)ab;
	padding: 5px;
	display: inline-flex;
	width: 46px;
	height: 46px;
	border-radius: 100px;
	border: 1px solid #17cc6c;
	justify-content: center;
	align-items: flex-start;
	color: var(--tp-green);
	transition: 0.3s;
}
.link-hero-3-b:hover {
	color: #fff;
	background: var(--tp-green);
}
.small-text-hero-3-b {
	font-size: 17px;
	color: #7ca1aa;
}
.shape-hero-3-b-right {
	display: block;
	width: 3px;
	position: absolute;
	height: 80%;
	background: var(--tp-green);
	right: 17px;
	z-index: 2;
}
.shape-hero-3-b-left {
	display: block;
	width: 3px;
	position: absolute;
	height: 80%;
	background: var(--tp-green);
	left: 17px;
	z-index: 2;
}
.content-hero-3-b {
	height: max-content;
}
.title-large-bg {
	position: absolute;
	font-size: 176px;
	font-weight: bolder;
	color: #d4dfe3;
	z-index: 1;
	bottom: 40px;
	right: 1px;
}
.title-large-bg-en {
	position: absolute;
	font-size: 176px;
	font-weight: bolder;
	color: #d4dfe3;
	z-index: 1;
	top: 40px;
	left: 1px;
}
.hero-3-c {
	background-image: url("./img/bg-hero-3-c.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
}
.d-hero-3-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 95px;
}
.d-head-hero-3-c {
	width: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 5px 31px;
}
.title-large-hero-3-bg {
	font-size: 178px;
	color: #ffffff73;
	z-index: 1;
	transform: translate(0,66px);
}
.d-head-hero-3-c img {
	left: 0;
	width: 108px;
	position: relative;
	border-radius: 500px;
}
.d-title-hero-3-c {
	background: #5cdba6;
	padding: 40px 25px;
	width: 100%;
	z-index: 2;
}
.title-hero-3-c {
	color: #fff;
	text-shadow: 0 13px 20px #4a6f829c;
}
.d-btns-hero-3-c {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-3-div {
	display: flex;
	justify-content: center;
}
.head-3-div.head-sktiy-top {
	position: sticky;
	z-index: 3;
	top: 25px;
}
.header-3 {
	background: var(--tp-menu-mobile-color);
	margin: 25px auto;
	backdrop-filter: blur(17px);
	display: flex;
	width: 90%;
	top: 38px;
	padding: 13px;
	z-index: 3;
	border-radius: 15px;
	box-shadow: 0 10px 9px var(--tp-shadow-color-c);
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--tp-border-color);
}
.right-header-3-doted {
	padding: 0 15px;
}
.right-header-3-doted img {
	width: 182px;
}
.spn-duted-header-3 {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border-radius: 100px;
}
.spn-1-header {
	background: #d33753;
}
.spn-2-header {
	background: #e7ce1c;
}
.spn-3-header {
	background: var(--tp-green);
}
.header-3 div>ul {
	display: flex;
	flex-wrap: wrap;
}
.header-3 div ul li {
	margin: 0 11px;
	border-left: 1px solid var(--tp-menu-color);
	padding-left: 21px;
	position: relative;
}
.header-3 div ul li.current-menu-item a {
	color: var(--tp-green);
}
.header-3 div ul li.current-menu-item a::before {
	content: "";
	background: var(--tp-green);
	opacity: 1;
}
.header-3 div ul li.current-menu-ancestor>a {
	color: var(--tp-green);
}
.header-3 div ul li.current-menu-ancestor a::before {
	content: "";
	background: var(--tp-green);
	opacity: 1;
}
.header-3 ul li::before {
	font: var(--fa-font-regular);
}
.header-3 li:last-child {
	border-left: 0px solid transparent;
	padding-left: 0;
}
.header-3 li a {
	color: var(--tp-menu-color);
	display: flex;
	align-items: center;
	transition: 0.3s;
	font-size: 14px;
}
.header-3 li.menu-item-has-children>a::after {
	content: "\f078";
	font: var(--fa-font-regular);
	font-size: 13px;
	margin-right: 6px;
}
.header-3 li a:hover {
	color: var(--tp-green);
}
.header-3 li a::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: var(--tp-menu-color);
	transition: 0.3s;
	opacity: 0.2;
	border-radius: 4px;
	margin-left: 5px;
	box-shadow: 0 0 0 transparent;
}
.header-3 li a:hover:before {
	content: "";
	background: var(--tp-green);
	box-shadow: 0 5px 20px var(--tp-shadow-color-b);
	opacity: 1;
}
.header-3 li a.active {
	color: var(--tp-green);
}
.header-3 li a.active::before {
	content: "";
	background: var(--tp-green);
	box-shadow: 0 5px 20px var(--tp-green);
}
.d-btn-header-3 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-header-3 {
	background: var(--tp-green);
	padding: 5px 21px;
	border-radius: 17px;
	color: #fff;
	border: 1px solid transparent;
	transition: 0.3s;
	box-shadow: 0 7px 24px var(--tp-shadow-color-a);
}
.btn-change-theme {
	border: none;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	margin-left: 19px;
	background: 000;
	color: #fff;
	background: #f0f2f5;
	border: 1px solid #5462761f;
}
.btn-change-theme svg path {
	fill: #fff;
}
.btn-header-3:hover {
	border-color: var(--tp-green);
	color: var(--tp-green);
	background-color: transparent;
	box-shadow: none;
}
.header-3 ul li:hover ul {
	z-index: 999999;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-3 li ul {
	padding: 6px 23px;
	position: absolute;
	background: var(--tp-box-color);
	width: max-content;
	left: -27px;
	margin-top: 7px;
	z-index: -99999999;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	display: flex;
	transform: translateY(-22px);
	flex-direction: column;
	border-radius: 14px;
	box-shadow: 0 10px 30px var(--tp-shadow-color-c);
}
.header-3 li ul li {
	margin: 10px 0;
	border: none;
	padding: 0 !important;
}
.header-3 li ul li.current_page_item a {
	color: var(--tp-green);
}
.header-3 li ul li a {
	color: var(--tp-menu-color);
	transition: 0.3s;
}
.header-3 li ul li a::before {
	display: none;
}
.header-3 li ul li a:hover {
	color: var(--tp-green);
}
.header-3 li svg {
	width: 22px;
	transition: 0.3s;
}
.header-3 li svg path {
	fill: var(--tp-menu-color);
}
.header-3 li:hover svg {
	transform: translate(0,2px);
}
.header-3 li:hover svg path {
	fill: var(--tp-green);
}
.header-3 li:hover .link-header-3 {
	color: var(--tp-green);
}
.div-menu-mobile-3 {
	position: fixed;
	width: 100%;
	display: none;
	z-index: 999999999999;
}
.menu-mobile-3 {
	width: 90%;
	background: var(--tp-box-color);
	margin: 0 auto;
	top: 13px;
	display: flex;
	position: relative;
	border-radius: 18px;
	z-index: 9999999999999;
	box-shadow: 0 10px 30px var(--tp-shadow-color-c);
	justify-content: space-between;
	padding: 12px 26px;
	align-items: center;
}
.logo-menu-mobile-3 {
	font-weight: bold;
	color: var(--tp-green);
}
.d-left-menu-mobile-3 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-show-menu-mobile-3 {
	margin-right: 25px;
	padding: 7px;
	background: var(--tp-green)26;
	border: 1px solid var(--tp-green);
	border-radius: 12px;
	transition: 0.3s;
}
.btn-show-menu-mobile-3.cir {
	border-color: #d51058;
	background: #d5105836;
}
.spn-btn-menu-mobile-3 {
	display: block;
	width: 30px;
	height: 3px;
	margin: 10px;
	transition: 0.3s;
	background: var(--tp-green);
}
.btn-show-menu-mobile-3.cir .spn-1-menu-mobile-3 {
	transform: translate(0px,8px)rotate(45deg);
	background: #d51058;
}
.btn-show-menu-mobile-3.cir .spn-2-menu-mobile-3 {
	transform: translate(0px,-5px)rotate(-45deg);
	background: #d51058;
}
.d-content-menu-mobile-3 {
	display: flex;
	justify-content: center;
}
.content-menu-mobile-3 {
	height: 80%;
	position: fixed;
	background: var(--tp-box-color);
	bottom: 14px;
	width: 90%;
	display: flex;
	border-radius: 20px;
	transition: 0.3s;
	padding: 16px;
	visibility: hidden;
	opacity: 0;
	z-index: -99999999;
	transform: translate(-100%,0);
	align-items: center;
	box-shadow: 0 10px 30px var(--tp-shadow-color-c);
}
.content-menu-mobile-3 div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.content-menu-mobile-3 ul {
	display: flex;
	justify-content: center;
	padding: 20px 13px;
	overflow-x: scroll;
	height: 90%;
	width: 100%;
	flex-direction: column;
}
.content-menu-mobile-3 div ul li {
	margin: 14px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #c7d3e0;
}
.content-menu-mobile-3 div ul li:last-child {
	border-color: transparent;
}
.content-menu-mobile-3 div ul li a {
	color: #6c8daf;
	transition: 0.3s;
	display: flex;
	align-items: center;
}
.content-menu-mobile-3 div ul li a::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 5px;
	margin-left: 11px;
	background: #6c8daf61;
	transition: 0.3s;
}
.content-menu-mobile-3 div ul li a:hover {
	color: var(--tp-green);
}
.content-menu-mobile-3 div ul li a:hover::before {
	content: "";
	background: var(--tp-green);
	box-shadow: 0 5px 20px var(--tp-green);
}
.link-content-menu-mobile-3.active {
	color: var(--tp-green);
}
.link-content-menu-mobile-3.active::before {
	content: "";
	background: var(--tp-green);
	box-shadow: 0 5px 20px var(--tp-green)f5;
}
.content-menu-mobile-3.show {
	visibility: visible;
	transform: translate(0,0);
	opacity: 1;
	z-index: 99999999999999999;
}
.div-menu-mobile-3.blur {
	width: 100%;
	z-index: 999999999999;
	background: #ffffff4d;
	height: 100%;
	backdrop-filter: blur(5px);
}
.li-header-3.dropdown svg {
	width: 22px;
	transition: 0.3s;
}
.li-header-3.dropdown svg path {
	fill: var(--tp-menu-color);
}
.li-header-3.dropdown:hover svg {
	transform: translate(0,2px);
}
.li-header-3.dropdown:hover svg path {
	fill: var(--tp-green);
}
.li-header-3.dropdown:hover .link-header-3 {
	color: var(--tp-green);
}
.li-header-3.dropdown:hover .link-header-3::before {
	content: "";
	background: var(--tp-green);
	box-shadow: 0 5px 20px var(--tp-green)f5;
}
.content-menu-mobile-3 div ul li.menu-item-has-children:hover ul {
	display: flex;
}
.content-menu-mobile-3 div ul li ul {
	width: 90%;
	background: #c7d4e147;
	padding: 14px;
	flex-direction: column;
	border-radius: 11px;
	margin-top: 13px;
	display: none;
}
.content-menu-mobile-3 div ul li ul li {
	margin: 7px 0;
}
.content-menu-mobile-3 div ul li ul li a {
	color: #7291b2;
	font-size: 18px;
}
.content-menu-mobile-3 div ul li ul li a:hover {
	color: var(--tp-green);
}
.li-content-menu-mobile-3.dropdown-m svg {
	width: 22px;
	transition: 0.3s;
	margin-right: 7px;
}
.li-content-menu-mobile-3.dropdown-m svg path {
	fill: var(--tp-menu-color);
}
.li-content-menu-mobile-3.dropdown-m:hover svg {
	transform: translate(0,2px);
}
.li-content-menu-mobile-3.dropdown-m:hover svg path {
	fill: var(--tp-green);
}
.sect-404 {
	display: flex;
	justify-content: center;
	height: 100vh;
	align-items: center;
}
.title-large-sect-404 {
	color: var(--tp-color-text);
	font-size: 5rem;
}
.title-large-sect-404 small {
	font-size: 2rem;
	font-weight: 100;
}
.div-content-sect-404 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65%;
}
.image-sect-404 {
	max-width: 100%;
}
.box-text-sect-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	border-radius: 15px;
}
.title-sect-404 {
	font-weight: 200;
	color: var(--tp-color-text);
	margin-top: 11px;
	margin-bottom: 28px;
	font-size: 23px;
}
.header-mobile-o32 {
	max-width: 100%;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	padding: 20px 0;
	position: fixed;
	bottom: 0;
	z-index: 13;
	display: none;
}
.div-header-mobile-o32 {
	width: 90%;
	background: var(--tp-menu-mobile-color);
	padding: 3px 1px;
	border: 1px solid var(--tp-border-color);
	backdrop-filter: blur(18px);
	border-radius: 21px;
	box-shadow: 0 -7px 30px var(--tp-shadow-color-b);
}
.header-mobile-o32::before {
	content: "";
	display: block;
	width: 60%;
	height: 6px;
	background: var(--tp-green);
	position: absolute;
	transform: translate(0,6px);
	border-radius: 0 0 10px 10px;
}
.div-header-mobile-o32 ul {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.div-header-mobile-o32 ul li {
	transition: 0.3s;
}
.div-header-mobile-o32 ul li.active a::after {
	background: var(--tp-green);
	box-shadow: 0 5px 10px var(--tp-green);
	opacity: 1;
}
.div-header-mobile-o32 ul li.active a {
	color: var(--tp-green);
}
.div-header-mobile-o32 ul li.active a svg path {
	fill: var(--tp-green);
}
.div-header-mobile-o32 ul li.active svg path {
	fill: #fff;
}
.div-header-mobile-o32 ul li svg path {
	fill: var(--tp-menu-color);
}
.div-header-mobile-o32 ul li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 11.5px;
	padding: 10px 17px;
	color: var(--tp-menu-color);
	border-radius: 15px;
	transition: 0.3s;
}
.div-header-mobile-o32 ul li a i {
	font-size: 20px;
	margin: 0 auto;
	margin-bottom: 3px;
}
.div-header-mobile-o32 ul li a::after {
	content: "";
	display: flex;
	width: 9px;
	height: 6px;
	border-radius: 2px;
	opacity: 0.3;
	margin: 0 auto;
	background: var(--tp-menu-color);
}
.div-header-mobile-o32 ul li a svg {
	margin: 0 auto;
}
.div-header-mobile-o32 ul li a:hover {
	background: var(--tp-green);
	color: #fff;
}
.div-header-mobile-o32 ul li a:hover::after {
	background: #fff;
	opacity: 0.5;
}
.div-header-mobile-o32 ul li a:hover svg path {
	fill: #fff;
}
.menu-mobile-o32 {
	position: fixed;
	bottom: 22%;
	height: 62%;
	width: 100%;
	transform: translate(0,100%);
	opacity: 0;
	z-index: -9999;
	transition: 0.3s;
	display: flex;
	justify-content: center;
}
.menu-mobile-o32 ul {
	width: 80%;
	display: flex;
	flex-direction: column;
	background: var(--tp-menu-mobile-color);
	padding: 20px;
	z-index: 999999999;
	border-radius: 15px;
	overflow-y: auto;
	backdrop-filter: blur(19px);
	border: 1px solid var(--tp-border-color);
	outline: 1px solid #2b2c2d24;
}
.menu-mobile-o32 ul li {
	padding: 11px 0;
	border-bottom: 1px solid var(--tp-shadow-color-b);
}

.menu-mobile-o32 ul li.current-menu-ancestor > a {
    color: var(--tp-green);
}
.menu-mobile-o32 ul li.current-menu-item a {
    color: var(--tp-green);
}
.menu-mobile-o32 ul li:last-child {
	border-bottom: none;
}
.menu-mobile-o32 ul li a {
	color: var(--tp-menu-color);
}
.menu-mobile-o32 ul li a:hover {
	color: var(--tp-green);
}
.menu-mobile-o32.show-menu {
	transform: translate(0,0);
	opacity: 1;
	z-index: 8;
}
.menu-mobile-o32 img {
	max-width: 100%;
}
.menu-mobile-o32 ul li ul {
	display: none;
	margin-top: 9px;
	background: #0a0a0a0a;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
}
.menu-mobile-o32 ul li:hover ul {
	display: flex;
}
.menu-mobile-o32 ul li ul li a:hover {
	color: var(--tp-green);
}
.menu-mobile-o32 ul li.menu-item-has-children>a::before {
	content: "\f078";
	font: var(--fa-font-regular);
	font-size: 13px;
	margin-left: 6px;
	float: left;
}
.menu-mobile-o32 div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.btn-change-theme-mobile-btn {
	position: fixed;
	top: 51px;
	left: 0;
	display: none;
	width: 43px;
	height: 43px;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 0 16px 16px 0;
	background: var(--tp-menu-mobile-color);
	backdrop-filter: blur(10px);
	border: 1px solid var(--tp-shadow-color-c);
}

.gallery-inner-portfolio {
	justify-content: center;
	max-width: 100%;
	margin: 0 auto !important;
}
.gallery-img-portfolio {
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-img-portfolio img {
	max-width: 100%;
	border-radius: 15px;
	transition: 0.3s;
}
.gallery-img-portfolio img:hover {
	filter: grayscale(1);
}
nav[aria-label="breadcrumb"] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 10px !important;
	padding-top: 30px !important;
}
nav[aria-label="breadcrumb"] ol {
	margin: 0;
}
.btn-previous-page {
	background-color: var(--tp-box-color);
	border: 1px solid var(--tp-border-color);
	padding: 10px;
	border-radius: 10px;
}
.btn-previous-page svg path {
	fill: var(--tp-color-text);
}
.single-portfolio-btn-copy-short-url {
	position: absolute;
}


.second-header{
	width: 100% !important;
	margin-top: 0 !important;
	padding: 22px 22px !important;
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid var(--tp-border-color) !important;
}
.second-header .box-cart-tp-header{
	position: relative !important;
    top: 0 !important;
    left: 6px !important;
}
