@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Golos+Text:wght@400;500;600;700;800;900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Space+Grotesk:wght@300;400;500;600;700&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap"); /* Header
-------------------------------------------------------------- */
.header.main {
	background: transparent;
}

.home25 .header #site-header-inner .header__logo img {
	height: auto;
	max-width: 100%;
	min-width: auto;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 1000;
	height: 80px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .header-right {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.header .container {
	padding: 0;
}
.header.header-main-nav .mobile-button {
	right: auto;
}
.header.header-main-nav #main-nav-mobi {
	display: none;
}
.header.header-main-nav.toggle_menu #main-nav-mobi {
	display: block;
}
.header .show-header-fixed {
	display: none;
}
.header #site-header-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 150px auto 150px;
	grid-template-columns: 150px auto 150px;
	position: relative;
	width: 100%;
}
.header #site-header-inner .tf-button {
	margin-left: auto;
	padding: 8px 16px;
	color: #171717;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
.header #site-header-inner .tf-button:hover {
	background-color: #fff;
}
.header #site-header-inner .header__logo {
	z-index: 9;
	padding-left: 15px;
}
.header #site-header-inner .header__logo img {
	height: 42px;
	max-width: 157px;
	min-width: 157px;
}
.header .main-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 4px;
	letter-spacing: 0.6px;
}
.header .social {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header .social li {
	margin-left: 16px;
}
.header .social li img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: scale(1);
}
.header .social li img:hover {
	transform: scale(1.3);
}

.header-style2 #main-nav .menu li.menu-item-has-children > a::after {
	color: #171717;
}
.header-style2 #main-nav .menu li a {
	color: #171717;
}
.header-style2 #main-nav .menu li a::before {
	background-color: #171717;
}
.header-style2 #main-nav .menu li a .menu-text {
	text-shadow: 0 16px 0 #171717;
}

.curved-text {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-size: 32px;
}

.curved-text span {
	min-width: 0.5em;
	text-align: center;
	padding: 30px;
	margin: 0px;
	color: #000;
}

#main-nav .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
#main-nav .menu.right {
	justify-content: flex-end;
	padding-right: 15px;
}
#main-nav .menu.right li:last-child {
	margin-right: 0;
}
#main-nav .menu li {
	position: static;
	margin-right: 24px;
}
#main-nav .menu li.relative {
	position: relative;
}
#main-nav .menu li.relative .sub-menu {
	padding: 10px 6px;
	min-width: 200px;
}
#main-nav .menu li.relative li {
	width: 100%;
}
#main-nav .menu li a {
	font-family: "DM Sans", sans-serif;
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 32px 0px;
}
#main-nav .menu li a::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #c8f27c;
	content: "";
	left: 0;
	bottom: 25px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#main-nav .menu li a .menu-text {
	display: -webkit-box;
	display: -ms-flexbox;
	overflow: hidden;
	text-shadow: 0 16px 0 #fff;
	display: flex;
}
#main-nav .menu li a .menu-text span {
	text-transform: uppercase;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-style: normal;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: translateY(var(--m)) translateZ(0);
	transform: translateY(var(--m)) translateZ(0);
}
#main-nav .menu li a:hover {
	--y: -8px;
}
#main-nav .menu li a:hover .menu-text span {
	--m: calc(16px * -1);
}
#main-nav .menu li a:hover .menu-text span:nth-child(1) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(5) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(6) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(7) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(8) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(9) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(10) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(11) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(12) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(13) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(14) {
	-webkit-transition-delay: 75s;
	transition-delay: 0.75s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(15) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(16) {
	-webkit-transition-delay: 0.85s;
	transition-delay: 0.85s;
}
#main-nav .menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#main-nav .menu li.menu-item-has-children > a:hover {
	color: #c8f27c;
}
#main-nav .menu li.menu-item.current-menu-item > a::before {
	opacity: 1;
}

/* Header Fixed
-------------------------------------------------------------- */
.home10 #header_main.is-fixed.is-fixed.is-small .logo-dark {
	display: block !important;
}
.home10 #header_main.is-fixed.is-fixed.is-small .logo-light {
	display: none !important;
}

.home2 #header_main.is-fixed.is-fixed.is-small .social {
	display: flex;
}

.home5 #header_main.is-fixed.is-fixed.is-small,
.home7 #header_main.is-fixed.is-fixed.is-small,
.home10 #header_main.is-fixed.is-fixed.is-small {
	height: 100px;
}

#header_main.is-fixed {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 999;
	opacity: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 0 0px #ececec;
}
#header_main.is-fixed.header-style2 #main-nav .menu li a .menu-text {
	text-shadow: 0 16px 0 #fff;
}
#header_main.is-fixed.is-fixed.is-small {
	top: -1px;
	opacity: 1;
	visibility: visible;
	height: 80px;
	background-color: #171717;
}
#header_main.is-fixed.is-fixed.is-small .show-light {
	display: none !important;
}
#header_main.is-fixed.is-fixed.is-small .show-dark {
	display: block !important;
}
#header_main.is-fixed.is-fixed.is-small .social {
	display: none;
}
#header_main.is-fixed.is-fixed.is-small .social.social-dark {
	display: flex !important;
}
#header_main.is-fixed.is-fixed.is-small .show-header-fixed {
	display: flex;
}
#header_main.is-fixed.is-fixed.is-small
	#main-nav
	.menu
	li.menu-item-has-children
	> a::after,
#header_main.is-fixed.is-fixed.is-small #main-nav .menu li > a {
	color: #fff;
}
#header_main.is-fixed.is-fixed.is-small #main-nav .sub-menu li a {
	color: #171717;
}
#header_main.is-fixed.is-fixed.is-small #main-nav .sub-menu li a:hover {
	color: #c8f27c;
}

#header_main.main.is-fixed {
	background-color: #190d3e;
}

.header.main.is-fixed .tf-button span.tl::before,
.header.main.is-fixed .tf-button span.tl::after {
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #190d40 !important;
}

.home2 #main-nav .menu li a::before {
	background-color: #bbadff;
}
.home2 #main-nav .sub-menu li a:hover,
.home2 #main-nav .sub-menu li a.current-item {
	text-decoration-color: #bbadff;
}

/* Button
-------------------------------------------------------------- */
.button {
	width: 160px;
	height: 160px;
	background-color: #c8f27c;
	color: #171717;
	font-size: 18px;
	line-height: 24px;
	border-radius: 50%;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.button.style-2 {
	width: 100px;
	height: 100px;
}
.button.style-2.hover-circle:hover span {
	color: #171717;
}
.button.style-3 {
	width: 140px;
	height: 140px;
}
.button.style-3.hover-circle:hover span {
	color: #3c60dc;
}
.button.style-4 {
	color: #171717;
	flex-direction: column;
	border: 1px solid #171717;
	background-color: transparent;
}
.button.style-4 svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button.style-4 span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button.style-4:hover {
	background-color: #5edda0;
	border-color: #5edda0;
}
.button.style-4:hover svg path {
	stroke: #fff;
}
.button.style-4:hover span {
	color: #fff;
}
.button.style2 {
	border-radius: 10px;
	background-color: #3c60dc;
	color: #fff;
	padding: 15px 24px;
	height: auto;
	width: auto;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
}
.button.style2 .icon {
	position: relative;
	margin-left: 12px;
	width: 15px;
	height: 15px;
	display: flex;
}
.button.style2 .icon svg,
.button.style2 .icon img {
	position: absolute;
	top: 1px;
}
.button.style2 .icon svg.show,
.button.style2 .icon img.show {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
}
.button.style2:hover {
	background-color: #171717;
	color: #fff;
}
.button.style2:hover .icon svg.show,
.button.style2:hover .icon img.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateX(0);
}
.button.style2:hover .icon svg.effect,
.button.style2:hover .icon img.effect {
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.button.style2 svg {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button.style2 img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button.style3 {
	border-radius: 1000px;
	background-color: #3c60dc;
	color: #fff;
	padding: 15px 40px;
	height: auto;
	width: auto;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
}
.button.style3:hover {
	background-color: #171717;
	color: #fff;
}
.button.style3:hover img {
	transform: translate3d(5px, -5px, -5px);
}
.button.style3 img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 12px;
}
.button.style3.gradient {
	background-image: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	color: #171717;
	background-size: 300% 100%;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.button.style3.gradient:hover {
	background-position: 100% 0;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.button.hover-circle {
	transform: translateY(0);
}
.button.hover-circle .text {
	z-index: 10;
	position: relative;
}
.button.hover-circle span {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.button.hover-circle .effect {
	background-color: #fff;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	width: 0;
	border-radius: 50%;
}
.button.hover-circle:hover {
	transform: translateY(-8px);
	background-color: #fff;
}
.button.hover-circle:hover span {
	color: #171717;
}
.button.hover-circle:hover .effect {
	height: 136px;
	margin-left: -68px;
	margin-top: -68px;
	width: 136px;
}

.button-style {
	height: 50px;
	position: relative;
	background-color: transparent;
	z-index: 9;
}
.button-style .btn-main {
	height: 50px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px 30px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	background-color: #c8f27c;
	text-transform: capitalize;
}
.button-style.style1 .btn-main {
	padding: 12px 34px;
	background-color: #c8f27c;
}
.button-style.style1 .btn-absolute {
	background-color: #fff;
}
.button-style.style2 {
	height: 52px;
}
.button-style.style2 .btn-main {
	border-radius: 0;
	background-color: #bbadff;
	height: 52px;
	padding: 14px 26px;
}
.button-style.style2 .btn-absolute {
	height: 52px;
	background-color: #000000;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-radius: 0;
	right: -8px;
	bottom: -8px;
}
.button-style.style2:hover .btn-absolute {
	border-radius: 0;
}
.button-style.style2:hover .btn-main {
	transform: translate3d(8px, 8px, 8px);
}
.button-style.style3 .btn-main {
	background-color: #c8f27c;
	border: 2px solid #171717;
}
.button-style.style3 .btn-main.border-none {
	border: none;
}
.button-style.style4 .btn-main {
	background-color: #fff;
	border: 2px solid #171717;
}
.button-style.style5 .btn-main {
	border-radius: 0;
	background-color: #c8f27c;
}
.button-style.style5 .btn-absolute {
	background-color: #000000;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}
.button-style.style6 {
	height: 64px;
}
.button-style.style6 .btn-absolute {
	border-radius: 0;
	background-color: #fff;
	height: 64px;
	right: -8px;
	bottom: -8px;
}
.button-style.style6 .btn-main {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	height: 64px;
	padding: 12px 28px;
	letter-spacing: 1px;
	background-color: #c8f27c;
	border-radius: 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button-style.style6 .icon {
	position: relative;
	margin-left: 12px;
	width: 28px;
	height: 16px;
	display: flex;
}
.button-style.style6 .icon svg,
.button-style.style6 .icon img {
	position: absolute;
	top: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button-style.style6 .icon svg.show,
.button-style.style6 .icon img.show {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
}
.button-style.style6:hover .icon svg.show,
.button-style.style6:hover .icon img.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateX(0);
}
.button-style.style6:hover .icon svg.effect,
.button-style.style6:hover .icon img.effect {
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.button-style.style6:hover .btn-main {
	transform: translate3d(6px, 6px, 6px);
}
.button-style.style6:hover .btn-absolute {
	border-radius: 0px;
}
.button-style.not-move:hover .btn-main {
	transform: translate3d(0, 0, 0);
}
.button-style:hover .btn-main {
	transform: translate3d(6px, 6px, 6px);
}
.button-style:hover .btn-absolute {
	border-radius: 6px;
}
.button-style .btn-absolute {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	right: -6px;
	bottom: -6px;
	background-color: #000000;
	border-radius: 4px;
	position: absolute;
	display: block;
	z-index: -1;
	height: 50px;
}

.effect-arow {
	position: relative;
	min-width: 42px;
	overflow: hidden;
}
.effect-arow .effect-absolute,
.effect-arow .effect {
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.effect-arow .effect {
	position: relative;
	left: 0;
	top: 0;
}
.effect-arow .effect-absolute {
	opacity: 0;
	visibility: hidden;
	left: -180%;
}

.gradient_effect {
	background-size: 300% 100%;
	--moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gradient_effect:hover {
	background-position: 100% 0;
	--moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gradient_effect.gradient_2:hover {
	color: #171717;
}

.tf-button-style2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	padding: 11px 34px;
}

.hover-this .hover-anim {
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

/* Section
-------------------------------------------------------------- */
.home4 .cursor1 {
	border-color: #ffd84f;
}
.home4 .cursor2 {
	background-color: #ffd84f;
}

.home13 .cursor1 {
	border-color: #ee37b4;
}
.home13 .cursor2 {
	background-color: #ee37b4;
}

.home9 .cursor1 {
	border-color: #3bbb67;
}
.home9 .cursor2 {
	background-color: #3bbb67;
}

.home27 .cursor1 {
	border-color: #5edda0;
}
.home27 .cursor2 {
	background-color: #5edda0;
}

.home2 .cursor1 {
	border-color: #bbadff;
}
.home2 .cursor2 {
	background-color: #bbadff;
}

.cursor1 {
	position: fixed;
	width: 40px;
	height: 40px;
	border: 1px solid #c8f27c;
	border-radius: 50%;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.1s;
	transition: 0.1s;
	z-index: 9999999;
	mix-blend-mode: difference;
}

.cursor2 {
	position: fixed;
	width: 8px;
	height: 8px;
	background-color: #c8f27c;
	border-radius: 50%;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.15s;
	transition: 0.15s;
	z-index: 9999999;
	mix-blend-mode: difference;
}

.page-title-wrapper {
	background-color: #0e0e0e;
}
.page-title-wrapper .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("./../../assets/images/backgroup/bg_page_title_2.png")
		center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.7;
}
.page-title-wrapper .brand {
	text-align: center;
	position: relative;
	z-index: 99;
	padding: 40px 0 26px;
	background-color: rgba(255, 255, 255, 0.05);
}
.page-title-wrapper .brand p {
	letter-spacing: 0.3px;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	text-transform: capitalize;
}

.page-title {
	position: relative;
	background-color: #0e0e0e;
	padding: 26% 0 6.5%;
}
.page-title.style1 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("./../../assets/images/backgroup/bg_page_title_1.png")
		center center no-repeat;
	background-size: cover;
	opacity: 0.2;
	background-attachment: fixed;
}
.page-title.style1 .content-box {
	position: relative;
	padding-right: 200px;
}
.page-title.style1 .content-box .content {
	max-width: 75%;
}
.page-title.style1 .content-box .content .title {
	margin-bottom: 20px;
}
.page-title.style1 .content-box .position-button {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}
.page-title.style1 .content-box .button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #171717;
}
.page-title.style2 {
	background-color: transparent;
	padding: 13.9% 0 7.8%;
}
.page-title.style2 .content-box {
	position: relative;
}
.page-title.style2 .content-box .content {
	text-align: center;
}
.page-title.style2 .content-box .content .title {
	margin-bottom: 40px;
	font-family: "DM Sans", sans-serif;
	letter-spacing: -1px;
}
.page-title.style2 .content-box .content .sub-title {
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #fff;
}
.page-title.style3 {
	background-color: transparent;
	padding: 10.4% 0 6.6%;
}
.page-title.style3 .content-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.page-title.style3 .content-box .content {
	padding-top: 102px;
	width: 50%;
}
.page-title.style3 .content-box .content .title {
	margin-bottom: 54px;
	font-family: "Space Grotesk", sans-serif;
	letter-spacing: -1px;
	position: relative;
	color: #171717;
	text-transform: capitalize;
	letter-spacing: 0;
}
.page-title.style3 .content-box .content .title span {
	margin-top: 3px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: "Space Grotesk", sans-serif;
	font-size: 80px;
	line-height: 1.2;
}
.page-title.style3 .content-box .content .title img {
	position: absolute;
	top: -20px;
	left: -33px;
}
.page-title.style3 .content-box .content .sub-title {
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 32px;
	color: #3a3b3e;
}
.page-title.style3 .content-box .image-box {
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 265px;
}
.page-title.style3 .content-box .image-box .bg-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-title.style3 .content-box .image-box .bg-overlay img {
	border-radius: 0;
}
.page-title.style3 .content-box .image-box img {
	border-radius: 40px;
}
.page-title.style3 .content-box .image-box .like {
	position: absolute;
	left: -46px;
	top: 17%;
}
.page-title.style3 .content-box .image-box .likeimg {
	border-radius: 0;
}
.page-title.style3 .content-box .image-box .heart {
	position: absolute;
	right: -10px;
	bottom: 6%;
}
.page-title.style3 .content-box .image-box .heartimg {
	border-radius: 0;
}
.page-title.style3 .content-box .image-box .graphic {
	position: absolute;
	z-index: 3;
	left: -74px;
	bottom: 15%;
	background: #ffffff;
	border: 2px solid #171717;
	box-shadow: 0px 4px 44px rgba(11, 60, 30, 0.1);
	border-radius: 12px;
	width: 100%;
	max-width: 214px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
}
.page-title.style3 .content-box .image-box .graphic .text {
	padding-right: 15px;
}
.page-title.style3 .content-box .image-box .graphic .text h6 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #171717;
	margin-bottom: 4px;
}
.page-title.style3 .content-box .image-box .graphic .text p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.page-title.style3 .content-box .image-box .graphic .text p img {
	margin-right: 8px;
}
.page-title.style3 .content-box .image-box .graphic .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-title.style3 .content-box .image-box .graphic .image p {
	position: absolute;
	font-size: 12px;
	color: #171717;
}
.page-title.style4 {
	background: linear-gradient(76.63deg, #ebeffc 0%, #fefbed 99.84%);
	padding: 120px 0;
}
.page-title.style4 .content-box {
	padding-right: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-title.style4 .content-box .content {
	padding-right: 10.3%;
	width: 50%;
	text-align: center;
	padding-top: 7px;
}
.page-title.style4 .content-box .content .title {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0;
	font-size: 56px;
	line-height: 1.214;
	color: #171717;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 600;
	text-transform: capitalize;
}
.page-title.style4 .content-box .content .sub-title {
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	line-height: 1.636;
	margin-bottom: 40px;
	color: #171717;
	text-align: left;
}
.page-title.style4 .content-box .image-box {
	position: relative;
	padding-left: 22px;
	width: 50%;
	text-align: left;
}
.page-title.style4 .content-box .image-box .content {
	max-width: 235px;
	position: absolute;
	right: 3px;
	bottom: 52px;
}
.page-title.style4 .content-box .image-box img {
	border-radius: 28px;
}
.page-title.style4 .content-box .image-box .box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 235px;
	height: 235px;
	border-radius: 50%;
	background: #ffffff;
	filter: drop-shadow(0px 10px 25px rgba(39, 63, 68, 0.1));
}
.page-title.style4 .content-box .image-box .box a {
	position: absolute;
	color: #3c60dc;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
}
.page-title.style4 .content-box .image-box svg {
	fill: #171717;
	height: auto;
	max-width: 65vmin;
	transform-origin: center;
	width: 100%;
	text-transform: uppercase;
	transform: rotate(-10deg);
	font-weight: 700;
	letter-spacing: 1.5px;
	-webkit-animation: rotating 20s infinite linear;
	animation: rotating 20s infinite linear;
}
.page-title.style5 {
	background-color: #fff;
	padding: 174px 0 116px;
}
.page-title.style5 .content-box {
	padding-right: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-title.style5 .content-box .content {
	padding-right: 40px;
	width: 52%;
	text-align: center;
	padding-top: 0;
}
.page-title.style5 .content-box .content .title {
	font-family: "Plus Jakarta Sans", sans-serif;
	letter-spacing: 0.5px;
	font-size: 56px;
	line-height: 1.214;
	color: #171717;
	margin-bottom: 24px;
	text-align: left;
	font-weight: 600;
	text-transform: capitalize;
}
.page-title.style5 .content-box .content .sub-title {
	margin-bottom: 40px;
	color: #171717;
	text-align: left;
}
.page-title.style5 .content-box .content .note {
	text-align: left;
	color: #171717;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.page-title.style5 .content-box .content form {
	max-width: 560px;
	margin-bottom: 20px;
	height: 66px;
	position: relative;
	border: 2px solid #3a3b3e;
	border-radius: 100px;
}
.page-title.style5 .content-box .content form input[type="email"] {
	font-family: "DM Sans", sans-serif;
	height: 100%;
	line-height: 1;
	padding: 18px 24px;
	border: none;
	color: #171717;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style5 .content-box .content form input[type="email"]::placeholder {
	font-family: "DM Sans", sans-serif;
	color: #a0a3aa;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style5 .content-box .content form button {
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	height: 52px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	padding: 13px 28px;
	background-size: 300% 100%;
	border-radius: 50px;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.page-title.style5 .content-box .content form button:hover {
	background-position: 100% 0;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.page-title.style5 .content-box .image-box {
	margin-left: 80px;
	width: 48%;
	position: relative;
	padding: 36px 36px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.page-title.style5 .content-box .image-box .overlay {
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	border-radius: 28px;
	height: 65%;
}
.page-title.style5 .content-box .image-box .image {
	width: calc((100% - 20px) / 2);
	border: 3px solid #3a3b3e;
	border-radius: 20px;
	overflow: hidden;
}
.page-title.style6 {
	background-color: transparent;
	padding: 146px 0 60px;
}
.page-title.style6 .overlay {
	background-color: #171717;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 63%;
	z-index: 0;
}
.page-title.style6 .content-box {
	position: relative;
}
.page-title.style6 .content-box .content {
	margin-bottom: 77px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.page-title.style6 .content-box .content .box {
	width: 50%;
}
.page-title.style6 .content-box .content .box .title {
	font-size: 56px;
	line-height: 68px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	position: relative;
	text-transform: capitalize;
}
.page-title.style6 .content-box .content .box .title img {
	position: absolute;
	top: 0;
	left: -28px;
}
.page-title.style6 .content-box .content .box .sub-title {
	margin-bottom: 28px;
}
.page-title.style6 .content-box .content .box .button {
	padding: 12px 38px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background-color: transparent;
}
.page-title.style7 {
	background-color: transparent;
	padding: 180px 0 0;
}
.page-title.style7 .button-style.style6 .btn-main {
	background-color: #35a62b;
	color: #fff;
}
.page-title.style7 .button-style.style6 .btn-main svg path {
	fill: #fff;
}
.page-title.style7 .content-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.page-title.style7 .content-box .content {
	padding-top: 95px;
	width: 50%;
}
.page-title.style7 .content-box .content h5 {
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
	margin-bottom: 14px;
}
.page-title.style7 .content-box .content .title {
	margin-bottom: 40px;
	font-family: "Unbounded", cursive;
	letter-spacing: -1px;
	position: relative;
	color: #35a62b;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 56px;
	line-height: 68px;
}
.page-title.style7 .content-box .content .title span {
	font-family: "Unbounded", cursive;
	margin-top: 3px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 76px;
	line-height: 94px;
	color: #171717;
}
.page-title.style7
	.content-box
	.content
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #35a62b;
	top: 20px;
	height: 60%;
}
.page-title.style7 .content-box .content .title img {
	position: absolute;
	top: 0;
	left: -28px;
}
.page-title.style7 .content-box .content .sub-title {
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 40px;
	color: #171717;
}
.page-title.style7 .content-box .image-box {
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 0;
}
.page-title.style7 .content-box .image-box .box {
	background-color: #35a62b;
	padding: 12px 30px 12px 20px;
	position: absolute;
	right: -40px;
	bottom: 44px;
}
.page-title.style7 .content-box .image-box .box p {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #fff !important;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: capitalize;
}
.page-title.style8 {
	background: #050712;
	padding: 170px 0 60px;
}
.page-title.style8 .bg_image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 80px);
	opacity: 0.4;
	z-index: 1;
}
.page-title.style8 .overlay {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 51.04%,
		rgba(0, 0, 0, 0.2) 100%
	);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.page-title.style8 .content-box {
	z-index: 4;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.page-title.style8 .content-box .content {
	padding-top: 18px;
	padding-right: 50px;
	width: 50%;
}
.page-title.style8 .content-box .content h5 {
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
	margin-bottom: 14px;
}
.page-title.style8 .content-box .content .title {
	margin-bottom: 20px;
	font-family: "Space Grotesk", sans-serif;
	position: relative;
	color: #fff;
	font-size: 64px;
	line-height: 1.25;
	text-transform: uppercase;
}
.page-title.style8 .content-box .content .sub-title {
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 40px;
}
.page-title.style8 .content-box .content .tf-button {
	padding: 11px 34px;
	color: #171717;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
.page-title.style8 .content-box .content .counter_wrapper {
	margin-bottom: 40px;
}
.page-title.style8 .content-box .content .counter_wrapper .box {
	text-align: left;
	padding-left: 0;
	width: 41%;
}
.page-title.style8 .content-box .content .counter_wrapper .box:nth-child(2) {
	width: 59%;
}
.page-title.style8 .content-box .content .counter_wrapper .box .content {
	padding: 0;
	width: 100%;
}
.page-title.style8
	.content-box
	.content
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	font-size: 56px;
	line-height: 68px;
	font-weight: 700;
	font-family: "Space Grotesk", sans-serif;
	color: #fff;
	margin-bottom: 4px;
}
.page-title.style8 .content-box .content .counter_wrapper .box .content .desc {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 1.5px;
	color: #fff;
	text-transform: uppercase;
}
.page-title.style8 .content-box .image-box {
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 0;
}
.page-title.style8 .content-box .image-box .box {
	background-color: #c8f27c;
	padding: 12px 30px 12px 20px;
	position: absolute;
	right: -40px;
	bottom: 44px;
}
.page-title.style8 .content-box .image-box .box p {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #171717;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: capitalize;
}
.page-title.style9 {
	padding: 252px 0 0;
}
.page-title.style9 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(
			0deg,
			rgba(21, 23, 43, 0.7),
			rgba(21, 23, 43, 0.7)
		),
		url(./../../assets/images/backgroup/bg_page_title_5.png) center center
			no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-title.style9 .content-box {
	position: relative;
	z-index: 2;
	padding-bottom: 190px;
}
.page-title.style9 .content-box .content {
	text-align: center;
}
.page-title.style9 .content-box .content .button-style {
	height: 54px;
}
.page-title.style9 .content-box .content .button-style .btn-main {
	padding: 14px 32px;
	height: 54px;
}
.page-title.style9 .content-box .content h2 {
	font-size: 44px;
	line-height: 56px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 16px;
}
.page-title.style9 .content-box .content .title {
	margin-bottom: 16px;
}
.page-title.style9 .content-box .content .title span {
	color: #fb5858;
	text-transform: uppercase;
}
.page-title.style9
	.content-box
	.content
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #fb5858;
	height: 60px;
	top: 16px;
	width: 8px;
}
.page-title.style9 .content-box .content .sub-title {
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	margin-bottom: 44px;
}
.page-title.style9 .content-box .content .button-style.style3 .btn-main {
	background-color: #fb5858;
	color: #fff;
}
.page-title.style9 .content-box .content .button-style.style3 .btn-main:hover {
	background-color: #fff;
	color: #171717;
}
.page-title.style9 .content-box .content .button-style.style3 .btn-absolute {
	display: none;
}
.page-title.style9 .slider {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(4px);
	position: relative;
	padding: 40px 0 28px;
	text-align: center;
}
.page-title.style9 .slider .txt {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
	color: #fff;
}
.page-title.style10 {
	background-color: transparent;
	padding: 128px 0 0;
}
.page-title.style10 .content-box .content {
	padding: 35px 0 162px;
	text-align: center;
}
.page-title.style10 .content-box .content .title {
	text-transform: capitalize;
	color: #171717;
	margin-bottom: 32px;
	font-family: "Unbounded", cursive;
	font-size: 56px;
}
.page-title.style10 .content-box .content .title span {
	background: linear-gradient(88.34deg, #456aeb 32.22%, #df5788 66.18%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.page-title.style10 .content-box .content .sub-title {
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	color: #3a3b3e;
	margin-bottom: 30px;
}
.page-title.style10 .content-box .content .tf-button {
	padding: 15px 34px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	border-radius: 58px;
	background-size: 100% 300%;
	--moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-image: linear-gradient(88.12deg, #456aeb 0.49%, #df5788 100%);
}
.page-title.style10 .content-box .content .tf-button:hover {
	background-position: 100% 0;
	background-size: 300% 100%;
	--moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.page-title.style10 .video {
	margin-top: -96px;
	padding: 36px 42px 36px 36px;
	background: radial-gradient(
			63.94% 63.94% at 50% 0%,
			rgba(255, 255, 255, 0.12) 0%,
			rgba(255, 255, 255, 0) 100%
		),
		rgba(104, 105, 107, 0.2);
	backdrop-filter: blur(6px);
	border-radius: 24px;
}
.page-title.style11 {
	background-color: #fff;
	padding: 202px 0 122px;
}
.page-title.style11 .content-box {
	padding-right: 0;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.page-title.style11 .content-box .content {
	padding-right: 10px;
	width: 60%;
	text-align: center;
	padding-top: 0;
}
.page-title.style11
	.content-box
	.content
	.animationtext.clip
	.cd-words-wrapper::after {
	background: #5edda0;
	height: 60%;
	top: 18px;
}
.page-title.style11 .content-box .content .title {
	position: relative;
	font-family: "Golos Text", sans-serif;
	font-size: 32px;
	line-height: 1.25;
	color: #171717;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 600;
}
.page-title.style11 .content-box .content .title .arow {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 50px;
	height: 50px;
}
.page-title.style11 .content-box .content .title .cd-words-wrapper {
	margin-top: 20px;
	margin-left: 50px;
}
.page-title.style11 .content-box .content .title span {
	font-size: 64px;
}
.page-title.style11 .content-box .content .sub-title {
	margin-bottom: 40px;
	color: #171717;
	text-align: left;
	font-size: 22px;
	line-height: 36px;
}
.page-title.style11 .content-box .content .button-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-title.style11 .content-box .content .button-wrapper .button-style {
	margin-right: 20px;
	height: 56px;
}
.page-title.style11
	.content-box
	.content
	.button-wrapper
	.button-style:last-child {
	margin-right: 0;
}
.page-title.style11
	.content-box
	.content
	.button-wrapper
	.button-style
	.btn-main {
	padding: 13px 25px;
	min-width: 152px;
	height: 56px;
	border-radius: 10px;
	background: #5edda0;
}
.page-title.style11
	.content-box
	.content
	.button-wrapper
	.button-style
	.btn-absolute {
	height: 56px;
	border-radius: 10px;
}
.page-title.style11 .content-box .content .note {
	text-align: left;
	color: #171717;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.page-title.style11 .content-box .content form {
	max-width: 560px;
	margin-bottom: 20px;
	height: 66px;
	position: relative;
	border: 2px solid #3a3b3e;
	border-radius: 100px;
}
.page-title.style11 .content-box .content form input[type="email"] {
	font-family: "DM Sans", sans-serif;
	height: 100%;
	line-height: 1;
	padding: 18px 24px;
	border: none;
	color: #171717;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style11
	.content-box
	.content
	form
	input[type="email"]::placeholder {
	font-family: "DM Sans", sans-serif;
	color: #a0a3aa;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style11 .content-box .content form button {
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	height: 52px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	padding: 13px 28px;
}
.page-title.style11 .content-box .image-box {
	padding-top: 8px;
	margin-left: 30px;
	width: 40%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.page-title.style11 .content-box .image-box .image {
	overflow: hidden;
	text-align: right;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.page-title.style11 .content-box .image-box .image img {
	border-radius: 50%;
}
.page-title.style11 .content-box .image-box .box.position_1 {
	position: absolute;
	right: -20%;
	top: 27px;
}
.page-title.style11 .content-box .image-box .box.position_2 {
	position: absolute;
	left: 0%;
	bottom: 10px;
}
.page-title.style11 .content-box .image-box .box .content {
	padding: 16px;
	text-align: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #171717;
	box-shadow: 6px 6px 0px #000000;
	border-radius: 8px;
	position: relative;
}
.page-title.style11 .content-box .image-box .box .content::before {
	border-radius: 16px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 6px;
	top: 6px;
	background-color: #000000;
	z-index: -9999;
}
.page-title.style11 .content-box .image-box .box .content .number-content {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	font-family: "Golos Text", sans-serif;
	color: #171717;
	margin-bottom: 4px;
}
.page-title.style11 .content-box .image-box .box .content .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	white-space: nowrap;
}
.page-title.style12 {
	background-color: transparent;
	padding: 200px 0 100px;
}
.page-title.style12 .content-box {
	padding-right: 0;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.page-title.style12 .content-box .content {
	padding-right: 10px;
	width: 50%;
	padding-top: 5%;
}
.page-title.style12
	.content-box
	.content
	.animationtext.clip
	.cd-words-wrapper::after {
	background: #5edda0;
	height: 60%;
	top: 18px;
}
.page-title.style12 .content-box .content .title {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 64px;
	line-height: 1.25;
	color: #171717;
	margin-bottom: 24px;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.page-title.style12 .content-box .content h5 {
	font-size: 64px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	color: #171717;
	line-height: 1.25;
	text-align: left;
	margin-bottom: 0;
}
.page-title.style12 .content-box .content .sub-title {
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-bottom: 8px;
	color: #171717;
	text-align: left;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	text-transform: capitalize;
}
.page-title.style12 .content-box .content .desc {
	margin-bottom: 40px;
	color: #3a3b3e;
}
.page-title.style12 .content-box .content .button-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-title.style12 .content-box .content .button-wrapper .button-style {
	margin-right: 20px;
	height: 56px;
}
.page-title.style12
	.content-box
	.content
	.button-wrapper
	.button-style:last-child {
	margin-right: 0;
}
.page-title.style12
	.content-box
	.content
	.button-wrapper
	.button-style
	.btn-main {
	padding: 10px 15px;
	min-width: 144px;
}
.page-title.style12
	.content-box
	.content
	.button-wrapper
	.button-style
	.btn-absolute {
	height: 56px;
	border-radius: 0px;
}
.page-title.style12 .content-box .content .note {
	text-align: left;
	color: #171717;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.page-title.style12 .content-box .content form {
	max-width: 560px;
	margin-bottom: 20px;
	height: 66px;
	position: relative;
	border: 2px solid #3a3b3e;
	border-radius: 100px;
}
.page-title.style12 .content-box .content form input[type="email"] {
	font-family: "DM Sans", sans-serif;
	height: 100%;
	line-height: 1;
	padding: 18px 24px;
	border: none;
	color: #171717;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style12
	.content-box
	.content
	form
	input[type="email"]::placeholder {
	font-family: "DM Sans", sans-serif;
	color: #a0a3aa;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style12 .content-box .content form button {
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	height: 52px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	padding: 13px 28px;
}
.page-title.style12 .content-box .image-box {
	padding-left: 36px;
	width: 50%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.page-title.style12 .content-box .image-box .img_2 {
	position: absolute;
	right: -7%;
	bottom: 0;
}
.page-title.style13 {
	background-color: transparent;
	padding: 0 0 0 52px;
	border-bottom: 1px solid #3a3b3e;
}
.page-title.style13 .button-style.style6 .btn-main {
	background-color: #35a62b;
	color: #fff;
}
.page-title.style13 .button-style.style6 .btn-main svg path {
	fill: #fff;
}
.page-title.style13 .content-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	padding: 24px 0;
}
.page-title.style13 .content-box .content {
	padding-right: 200px;
}
.page-title.style13 .content-box .content h5 {
	color: #171717;
	font-size: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.page-title.style13 .content-box .content .button {
	right: 52px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #3bbb67;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.page-title.style13 .content-box .content .button.hover-circle:hover {
	background-color: #171717;
}
.page-title.style13 .content-box .content .button.hover-circle:hover .text {
	color: #171717;
}
.page-title.style13 .content-box .content .title {
	margin-bottom: 17px;
	font-family: "Plus Jakarta Sans", sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 4.4px;
	font-size: 44px;
	line-height: 1.2;
	color: #171717;
}
.page-title.style13
	.content-box
	.content
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #3bbb67;
	top: 8px;
	height: 80%;
}
.page-title.style13 .content-box .content .title img {
	position: absolute;
	top: 0;
	left: -28px;
}
.page-title.style13 .content-box .content .sub-title {
	color: #171717;
}
.page-title.style14 {
	background-color: transparent;
	padding: 90px 0 8px;
}
.page-title.style14 .content-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	padding: 24px 0;
}
.page-title.style14 .content-box .content {
	padding-top: 7px;
}
.page-title.style14 .content-box .content h5 {
	color: #171717;
	font-size: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.page-title.style14 .content-box .content .title {
	margin-bottom: 17px;
	font-family: "Plus Jakarta Sans", sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 4.4px;
	font-size: 44px;
	line-height: 1.2;
	color: #171717;
}
.page-title.style14
	.content-box
	.content
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #3bbb67;
	top: 8px;
	height: 80%;
}
.page-title.style14 .content-box .content .title img {
	position: absolute;
	top: 0;
	left: -28px;
}
.page-title.style14 .content-box .content .sub-title {
	color: #171717;
}
.page-title.style14 .content-box .info {
	margin-left: auto;
}
.page-title.style14 .content-box .info h5 {
	font-size: 32px;
	line-height: 40px;
	color: #171717;
	margin-bottom: 8px;
	font-family: "DM Sans", sans-serif;
}
.page-title.style14 .content-box .info .mail_to {
	font-size: 24px;
	font-family: DM Sans;
	line-height: 36px;
	text-decoration-line: underline;
	color: #171717;
	margin-bottom: 28px;
}
.page-title.style14 .content-box .info .social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-title.style14 .content-box .info .social li {
	margin-right: 12px;
}
.page-title.style14 .content-box .info .social li:last-child {
	margin-right: 0;
}
.page-title.style14 .content-box .info .social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #3a3b3e;
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	color: #171717;
}
.page-title.style14 .content-box .info .social li a:hover {
	background-color: #171717;
	color: #fff;
}
.page-title.style15 {
	background-color: transparent;
	padding: 0 0 8px;
}
.page-title.style15 .content-box {
	position: relative;
	padding: 32px 0 0;
}
.page-title.style15 .content-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.page-title.style15 .content-box ul li {
	margin-bottom: 32px;
	width: 50%;
}
.page-title.style15 .content-box ul li:nth-child(1) {
	width: 60%;
}
.page-title.style15 .content-box ul li:nth-child(2) {
	width: 40%;
	padding-left: 20px;
}
.page-title.style15 .content-box ul li p:nth-child(1) {
	font-size: 12px;
	line-height: 20px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 5px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.page-title.style15 .content-box ul li p:nth-child(2) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color: #171717;
}
.page-title.style15 .content-box .content {
	margin-bottom: 24px;
}
.page-title.style15 .content-box .content h5 {
	color: #171717;
	font-size: 56px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 1.214;
	text-transform: capitalize;
	margin-bottom: 0;
}
.page-title.style15 .content-box .content .title {
	margin-bottom: 17px;
	font-family: "Plus Jakarta Sans", sans-serif;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 2.4px;
	font-size: 76px;
	line-height: 1.4;
	color: #171717;
	font-weight: 700;
}
.page-title.style15
	.content-box
	.content
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #c8f27c;
	top: 18px;
	height: 75%;
	width: 10px;
}
.page-title.style15 .content-box .content .title img {
	position: absolute;
	top: 0;
	left: -28px;
}
.page-title.style15 .content-box .content .sub-title {
	color: #171717;
}
.page-title.style15 .content-box .info {
	margin-left: auto;
}
.page-title.style15 .content-box .info h5 {
	font-size: 32px;
	line-height: 40px;
	color: #171717;
	margin-bottom: 8px;
	font-family: "DM Sans", sans-serif;
}
.page-title.style15 .content-box .info .mail_to {
	font-size: 24px;
	font-family: DM Sans;
	line-height: 36px;
	text-decoration-line: underline;
	color: #171717;
	margin-bottom: 28px;
}
.page-title.style15 .content-box .info .social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-title.style15 .content-box .info .social li {
	margin-right: 12px;
}
.page-title.style15 .content-box .info .social li:last-child {
	margin-right: 0;
}
.page-title.style15 .content-box .info .social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #3a3b3e;
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	color: #171717;
}
.page-title.style16 {
	padding: 0;
	background-color: transparent;
}
.page-title.style16 .banner_26 {
	height: 100vh;
	/* animation slider */
}
.page-title.style16 .banner_26 .content .position,
.page-title.style16 .banner_26 .content .time,
.page-title.style16 .banner_26 .content h3 {
	transform: translateY(50px);
	opacity: 0;
}
.page-title.style16 .banner_26 .swiper-slide-active .content .position,
.page-title.style16 .banner_26 .swiper-slide-active .content .time,
.page-title.style16 .banner_26 .swiper-slide-active .content h3 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: transform 1000ms ease, opacity 1000ms ease;
	-moz-transition: transform 1000ms ease, opacity 1000ms ease;
	-ms-transition: transform 1000ms ease, opacity 1000ms ease;
	-o-transition: transform 1000ms ease, opacity 1000ms ease;
	transition: transform 1000ms ease, opacity 1000ms ease;
	transition-delay: 1000ms;
	transform: translateY(0px);
}
.page-title.style16 .banner_26 .swiper-slide-active .content h3 {
	transition-delay: 500ms;
}
.page-title.style16 .banner_26 .swiper-slide-active .content .position {
	transition-delay: 700ms;
}
.page-title.style16 .banner_26 .swiper-slide-active .content .time {
	transition-delay: 900ms;
}
.page-title.style16 .banner_26 .swiper-wrapper .swiper-slide .image img {
	width: 100%;
	min-height: 100vh;
}
.page-title.style16 .box .image {
	height: 100%;
}
.page-title.style16 .box .image img {
	height: 100%;
}
.page-title.style16 .content {
	position: absolute;
	left: 48px;
	bottom: 250px;
}
.page-title.style16 .content h3 {
	font-size: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.page-title.style16 .content .position {
	font-size: 14px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #fff;
}
.page-title.style16 .content .time {
	font-size: 12px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #fff;
}
.page-title.style17 {
	background-color: transparent;
	padding: 165px 0 172px;
}
.page-title.style17 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("./../../assets/images/backgroup/bg_page_title_6.png")
		center center no-repeat;
	background-size: cover;
}
.page-title.style17 .content-box {
	padding-right: 0;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.page-title.style17 .content-box .content {
	width: 52%;
	padding-top: 44px;
}
.page-title.style17 .content-box .content h5 {
	font-size: 14px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	color: #a0a3aa;
	margin-bottom: 12px;
}
.page-title.style17 .content-box .content .title {
	font-size: 54px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	line-height: 60px;
	color: #171717;
	margin-bottom: 28px;
}
.page-title.style17 .content-box .content .sub-title {
	margin-bottom: 45px;
	color: #111;
	text-align: left;
	font-size: 22px;
	line-height: 36px;
	font-size: 14px;
	line-height: 24px;
	font-family: "spartan-regular";
}
.page-title.style17 .content-box .content .button-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.page-title.style17 .content-box .content .note {
	text-align: left;
	color: #171717;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.page-title.style17 .content-box .content form {
	max-width: 560px;
	margin-bottom: 20px;
	height: 66px;
	position: relative;
	border: 2px solid #3a3b3e;
	border-radius: 100px;
}
.page-title.style17 .content-box .content form input[type="email"] {
	font-family: "DM Sans", sans-serif;
	height: 100%;
	line-height: 1;
	padding: 18px 24px;
	border: none;
	color: #171717;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style17
	.content-box
	.content
	form
	input[type="email"]::placeholder {
	font-family: "DM Sans", sans-serif;
	color: #a0a3aa;
	font-size: 18px;
	line-height: 30px;
}
.page-title.style17 .content-box .content form button {
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	height: 52px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	padding: 13px 28px;
}
.page-title.style17 .content-box .image-box {
	padding-top: 8px;
	margin-left: 30px;
	width: 48%;
	z-index: 99;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.page-title.style17 .content-box .image-box .image {
	overflow: hidden;
	text-align: right;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.page-title.style17 .content-box .image-box .image img {
	border-radius: 50%;
}
.page-title.style18 {
	padding: 385px 0 296px;
}
.page-title.style18 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("./../../assets/images/backgroup/banner_6.png") center
		center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-title.style18 .content-box {
	position: relative;
	text-align: center;
}
.page-title.style18 .content-box .content {
	padding: 0 20%;
}
.page-title.style18 .content-box .content .title {
	margin-bottom: 24px;
	font-family: "Space Grotesk", sans-serif;
}
.page-title.style18 .content-box .content .sub-title {
	color: #fff;
	margin-bottom: 40px;
}
.page-title.style18 .content-box .position-button {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}
.page-title.style18 .content-box .button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #171717;
	background-color: #5edda0;
	border-radius: 0;
	border: none;
}
.page-title.style19 {
	background: #fff;
	overflow: hidden;
	padding: 80px 0 0;
}
.page-title.style19 .container {
	max-width: 1920px;
}
.page-title.style19 .bg_image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 80px);
	opacity: 0.4;
	z-index: 1;
}
.page-title.style19 .content-box {
	z-index: 4;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.page-title.style19 .content-box .content {
	padding-top: 126px;
	padding-left: 240px;
	width: 40%;
}
.page-title.style19 .content-box .content .title {
	margin-bottom: 16px;
	font-family: "DM Sans", sans-serif;
	position: relative;
	color: #171717;
	font-size: 56px;
	line-height: 1.214;
	text-transform: capitalize;
}
.page-title.style19 .content-box .content .sub-title {
	font-family: "Montserrat", sans-serif;
	line-height: 28px;
	margin-bottom: 32px;
	color: #64666c;
}
.page-title.style19 .content-box .image-box {
	transform: rotate(-16deg);
	width: 60%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 0;
}
.page-title.style19 .content-box .image-box > .swiper_vertical {
	margin-right: -165px;
}
.page-title.style19 .content-box .image-box .box {
	background-color: #c8f27c;
	padding: 12px 30px 12px 20px;
	position: absolute;
	right: -40px;
	bottom: 44px;
}
.page-title.style19 .content-box .image-box .box p {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #171717;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: capitalize;
}

.video {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video .wrap-video {
	z-index: 2;
	position: absolute;
}
.video .img_video {
	width: 100%;
}

.tf-title .sub-title {
	font-size: 22px;
	line-height: 33px;
	color: #171717;
	font-weight: 500;
	font-family: "Space Grotesk", sans-serif;
}
.tf-title .sub-title.white {
	color: #fff;
}

.tf-title-style2 .sub-title {
	color: #a0a3aa !important;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.2px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.tf-title-style2 .sub-title.color-style {
	color: #3a3b3e !important;
}
.tf-title-style2 h4.title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	color: #171717;
	margin-bottom: 20px;
}
.tf-title-style2 h4.title.white {
	color: #fff;
}
.tf-title-style2 a {
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}
.tf-title-style2 a.white {
	color: #fff;
}
.tf-title-style2 a.white:hover {
	color: #fff;
}

.tf-title-style3 .sub-title {
	color: #3a3b3e;
	margin-bottom: 20px;
}
.tf-title-style3 h4.title {
	text-transform: capitalize;
	color: #171717;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 40px;
}
.tf-title-style3 h4.title.white {
	color: #fff;
}
.tf-title-style3 .button-style {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}
.tf-title-style3 .button-style.white {
	color: #fff;
}
.tf-title-style3 .button-style.white:hover {
	color: #fff;
}

.tf-title-style4 .sub-title {
	color: #3c60dc;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 1.5px;
}
.tf-title-style4 h3.title {
	text-transform: capitalize;
	color: #171717;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
}
.tf-title-style4 h3.title.mb-20 {
	margin-bottom: 20px;
}
.tf-title-style4 h3.title.white {
	color: #fff;
}
.tf-title-style4 .button-style {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}
.tf-title-style4 .button-style.white {
	color: #fff;
}
.tf-title-style4 .button-style.white:hover {
	color: #fff;
}

.tf-title-style5 .sub {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	background: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.tf-title-style5 .title {
	text-transform: uppercase;
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
}
.tf-title-style5 .title.mb-20 {
	margin-bottom: 20px;
}
.tf-title-style5 .title.white {
	color: #fff;
}
.tf-title-style5 .button-style {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}
.tf-title-style5 .button-style.white {
	color: #fff;
}
.tf-title-style5 .button-style.white:hover {
	color: #fff;
}

.project-banner {
	background: url("./../../assets/images/backgroup/bg_featured.png") center
		center no-repeat;
	background-size: cover;
	padding: 100px 120px 128px;
}
.project-banner .tf-title .title,
.project-banner .tf-title p {
	color: #fff;
	text-align: center;
}

.project-content {
	margin-top: -18.5%;
	padding: 0 120px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.project-content .col-50 {
	width: calc((100% - 74px) / 2);
}

.image-service .image {
	position: relative;
}
.image-service .icon {
	z-index: 2;
	position: absolute;
	width: 40px;
	height: 100px;
	background-color: #c8f27c;
	-webkit-transform: rotate(15deg) translateY(-120px);
	transform: rotate(15deg) translateY(-120px);
	top: 3px;
	right: 30px;
}
.image-service .icon.style2 {
	right: 100px;
}

.tf-testimonial .overlay {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("./../../assets/images/backgroup/bg_testimonials.jpg")
		center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.home9 .tf-partner,
.tf-partner {
	background-color: #5edda0;
}
.home9 .tf-partner .container,
.tf-partner .container {
	max-width: 1920px;
	padding: 0 60px;
}
.home9 .tf-partner .sl-brand-11 .swiper-slide .image,
.tf-partner .sl-brand-11 .swiper-slide .image {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home9 .tf-partner .sl-brand-11 .swiper-slide .image span:nth-child(1) img,
.tf-partner .sl-brand-11 .swiper-slide .image span:nth-child(1) img {
	margin-right: 80px;
	min-width: 40px;
}
.home9 .tf-partner .sl-brand-13.swiper-container,
.tf-partner .sl-brand-13.swiper-container {
	padding-right: 125px;
}
.home9 .tf-partner .sl-brand-13 .swiper-slide .image,
.tf-partner .sl-brand-13 .swiper-slide .image {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home9 .tf-partner .sl-brand-13 .swiper-slide .image span:nth-child(1) img,
.tf-partner .sl-brand-13 .swiper-slide .image span:nth-child(1) img {
	margin-right: 50px;
	min-width: 40px;
	max-width: 40px;
}
.home9 .tf-partner .sl-brand-13 .swiper-slide .image span:nth-child(2) img,
.tf-partner .sl-brand-13 .swiper-slide .image span:nth-child(2) img {
	max-height: 90px;
}
.home9 .tf-partner .swiper-container,
.tf-partner .swiper-container {
	padding-right: 115px;
}

.list-service li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 31px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.list-service li .heading {
	color: #171717;
	width: 40%;
	margin-bottom: 0;
	font-family: "Unbounded", cursive;
}
.list-service li .heading a {
	position: relative;
}
.list-service li .heading a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list-service li .desc {
	width: 60%;
	font-size: 22px;
	line-height: 36px;
}
.list-service li:last-child {
	border-bottom: none;
}
.list-service li.active .heading a,
.list-service li:hover .heading a {
	color: #35a62b;
}
.list-service li.active .heading a::before,
.list-service li:hover .heading a::before {
	background-color: #35a62b;
}

.content-skill {
	padding: 68px 140px 68px 78px;
	margin-right: -130px;
}
.content-skill .tf-title .title {
	margin-bottom: 24px;
}
.content-skill .tf-title p {
	margin-bottom: 34px;
}
.content-skill .list-skills li {
	font-family: "Space Grotesk", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #171717;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-left: 42px;
}
.content-skill .list-skills li::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #171717;
	background-color: #c8f27c;
}
.content-skill .list-skills li:last-child {
	margin-bottom: 0;
}

.section-about {
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #171717;
	overflow: hidden;
	border-radius: 12px;
}
.section-about .graphic_1,
.section-about .graphic_2 {
	position: absolute;
}
.section-about .graphic_1 {
	top: 0;
	right: 0;
	z-index: -1;
}
.section-about .graphic_2 {
	bottom: 0;
	right: 30%;
}
.section-about.tf-section {
	padding: 38px 58px;
	transform: translateY(-50%);
	z-index: 9;
}
.section-about .button-style.style4 {
	margin-top: -8px;
}
.section-about .button-style.style4 .btn-main {
	padding: 10px 30px;
}
.section-about.style2 {
	border-radius: 28px;
	border: none;
	padding: 68px 53px;
}
.section-about.style2 .button {
	width: auto;
	height: 56px;
	background-color: #171717;
	color: #fff;
	padding: 15px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	transform: translateY(0);
}
.section-about.style2 .button:hover {
	background-color: #fff;
	color: #171717;
	transform: translateY(-3px);
}

.tf-statistics.tf-section {
	padding: 80px 0 83px;
}
.tf-statistics .image {
	position: absolute;
	width: calc(50% - 15px);
	height: 100%;
	left: 0;
	top: 0;
}
.tf-statistics .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tf-statistics .counter_wrapper.style3 {
	padding-left: 70px;
	width: 100%;
	max-width: 420px;
}
.tf-statistics .tf-title {
	padding-left: 70px;
}

.content-about.col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.content-about.col2 .desc,
.content-about.col2 > div {
	width: calc((100% - 30px) / 2);
}

.user-dashboard {
	margin-top: 60px;
	margin-bottom: 32px;
	position: relative;
	background: #ffd84f;
	border: 2px solid #171717;
	border-radius: 16px;
	padding: 23px 32px 21px;
}
.user-dashboard::before {
	border-radius: 16px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.user-dashboard .info {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.user-dashboard .info .image {
	margin-right: 28px;
	max-width: 120px;
}
.user-dashboard .info .image img {
	width: 100%;
}
.user-dashboard .info .infomation .position {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.user-dashboard .info .infomation .name {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #171717;
	text-transform: capitalize;
	font-family: "Space Grotesk", sans-serif;
}
.user-dashboard .info .infomation .tag {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.user-dashboard .info .infomation .tag li {
	padding: 8px 15px;
	border: 1px solid #171717;
	border-radius: 50px;
	background-color: #fff;
	height: 32px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-dashboard .info .infomation .tag li:last-child {
	margin-right: 0;
}
.user-dashboard .info .infomation .tag li span {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	font-family: "Space Grotesk", sans-serif;
	color: #171717;
}
.user-dashboard .info-social {
	padding-left: 32px;
	width: 30%;
}
.user-dashboard .info-social p {
	color: #171717;
	margin-bottom: 16px;
	font-family: "DM Sans", sans-serif;
}
.user-dashboard .info-social .social li {
	margin-right: 12px;
}
.user-dashboard .info-social .social li:last-child {
	margin-right: 0;
}
.user-dashboard .info-social .social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #171717;
	border-radius: 50px;
}
.user-dashboard .info-social .social li a i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 14px;
	color: #171717;
}
.user-dashboard .info-social .social li a:hover {
	border-color: #fff;
	background-color: #171717;
}
.user-dashboard .info-social .social li a:hover i {
	color: #fff;
}

#side-bar-dashboard {
	border-radius: 16px;
}
#side-bar-dashboard .info {
	margin-bottom: 30px;
	border-radius: 18px 18px 16px 16px;
	background: #ffffff;
	border: 2px solid #171717;
	position: relative;
}
#side-bar-dashboard .info::before {
	border-radius: 16px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 6px;
	top: 6px;
	background-color: #000000;
	z-index: -1;
}
#side-bar-dashboard .info .title {
	border-radius: 16px 16px 0 0;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #171717;
	background: #ffd84f;
	border-bottom: 1px solid #3a3b3e;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
#side-bar-dashboard .info ul li {
	padding: 15px 19px 14px;
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}
#side-bar-dashboard .info ul li span {
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	font-weight: 700;
	padding-left: 10px;
}
#side-bar-dashboard .info .bootom {
	color: #3a3b3e;
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	text-align: center;
	padding: 19px 20px;
	border-radius: 0 0 16px 16px;
}
#side-bar-dashboard .contact-btn {
	margin-bottom: 16px;
}
#side-bar-dashboard .contact-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
#side-bar-dashboard .contact-btn a span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 18px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #171717;
	background: #ffd84f;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid #171717;
}
#side-bar-dashboard .contact-btn a img {
	margin-right: 12px;
}
#side-bar-dashboard .contact-btn a::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 16px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 6px;
	top: 6px;
	background-color: #000000;
	z-index: -1;
}
#side-bar-dashboard .contact-btn a:hover span {
	transform: translate3d(6px, 6px, 6px);
}
#side-bar-dashboard .contact-btn a:hover::before {
	border-radius: 18px;
}

.article-dashboard {
	position: relative;
	border-radius: 20px;
	background: #ffffff;
	border: 2px solid #171717;
}
.article-dashboard::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
	border-radius: 16px;
}
.article-dashboard .menu-dashboard ul {
	background: #ffd84f;
	border-bottom: 1px solid #171717;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article-dashboard .menu-dashboard ul li {
	width: 16.6666666667%;
}
.article-dashboard .menu-dashboard ul li a {
	padding: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.article-dashboard .menu-dashboard ul li.active a,
.article-dashboard .menu-dashboard ul li:hover a {
	background-color: #171717;
	color: #ffd84f;
}
.article-dashboard .menu-dashboard ul.style2 {
	padding: 0 32px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}
.article-dashboard .menu-dashboard ul.style2 li a {
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.article-dashboard .menu-dashboard ul.style2 li.active a,
.article-dashboard .menu-dashboard ul.style2 li:hover a {
	background: #ee37b4;
	color: #fff;
}
.article-dashboard .body-dashboard {
	padding: 7px 32px 0;
	scroll-behavior: smooth;
}
.article-dashboard .body-dashboard .section-inner {
	padding: 22px 0 34px;
	border-bottom: 1px solid #e6e6e6;
}
.article-dashboard .body-dashboard .section-inner#Pricing {
	padding-bottom: 30px;
	border-bottom: 0;
}
.article-dashboard .body-dashboard .section-inner#Portfolio {
	padding-bottom: 10px;
}
.article-dashboard .body-dashboard .section-inner:last-child {
	border: none;
}
.article-dashboard .body-dashboard .section-inner .sub-title {
	position: relative;
	margin-bottom: 13px;
}
.article-dashboard .body-dashboard .section-inner .sub-title span {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
	padding: 6px 27.5px 6px 16.5px;
	text-transform: uppercase;
}
.article-dashboard .body-dashboard .section-inner .sub-title span img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.article-dashboard .body-dashboard .section-inner .title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #171717;
	text-transform: capitalize;
}
.article-dashboard .body-dashboard .section-inner .title span {
	padding-top: 4px;
	font-size: 64px;
	line-height: 80px;
}
.article-dashboard .body-dashboard .section-inner .desc {
	color: #3a3b3e;
}
.article-dashboard .body-dashboard .section-inner .resume-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.article-dashboard .body-dashboard .section-inner .resume-box .box {
	width: calc((100% - 48px) / 2);
}
.article-dashboard .body-dashboard .section-inner .resume-box .box .inner {
	padding-left: 16px;
	border-left: 1px solid #e6e6e6;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div {
	padding-bottom: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #e6e6e6;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p.date {
	font-size: 12px;
	line-height: 20px;
	color: #3a3b3e;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	h6 {
	font-size: 20px;
	line-height: 32px;
	color: #171717;
	margin-bottom: 4px;
}
.article-dashboard .body-dashboard .section-inner .resume-box .box h5 {
	color: #171717;
	margin-bottom: 20px;
}
.article-dashboard .body-dashboard .section-inner .my_skill {
	position: relative;
	display: block;
	z-index: 10;
}
.article-dashboard .body-dashboard .section-inner .my_skill .title {
	color: #171717;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 36px;
}
.article-dashboard .body-dashboard .section-inner .my_skill .my_skill_box {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 8px;
	border: 1px solid #171717;
	width: 100%;
	padding: 24px 28px 26px;
	background-color: #fff;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 8px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -9999999;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.content-progress-box {
	width: calc((100% - 64px) / 3);
	margin-top: 28px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder {
	margin-bottom: 10px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	font-family: "Plus Jakarta Sans", sans-serif;
}
.article-dashboard .body-dashboard .section-inner#Service .wrapper {
	z-index: 9;
}
.article-dashboard .body-dashboard .section-inner#Service .box {
	padding: 24px 32px 22px;
	background: #fff;
	border-radius: 8px;
	position: relative;
	margin-bottom: 28px;
	border: 1px solid #171717;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.article-dashboard .body-dashboard .section-inner#Service .box:last-child {
	margin-bottom: 0;
}
.article-dashboard .body-dashboard .section-inner#Service .box h5 {
	color: #171717;
	margin-bottom: 8px;
}
.article-dashboard .body-dashboard .section-inner#Service .box p {
	color: #3a3b3e;
}
.article-dashboard .body-dashboard .section-inner#Service .box::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 8px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.article-dashboard .body-dashboard .section-inner#Service .box:hover,
.article-dashboard .body-dashboard .section-inner#Service .box.active {
	background: #ffd84f;
}
.article-dashboard .body-dashboard .section-inner#project {
	padding-bottom: 62px;
}
.article-dashboard .body-dashboard .section-inner .flat-tabs .menu-tab {
	margin-bottom: 21px;
	border: none;
}
.article-dashboard .body-dashboard .section-inner .flat-tabs .menu-tab li {
	margin-right: 25px;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li:last-child {
	margin-right: 0;
}
.article-dashboard .body-dashboard .section-inner .flat-tabs .menu-tab li span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #a0a3aa;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li.active {
	border-color: #171717;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li.active
	span {
	color: #171717;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box {
	width: calc((100% - 32px) / 2);
	margin-bottom: 32px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box:hover
	.image
	.button {
	opacity: 1;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.image {
	position: relative;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.image
	img {
	width: 100%;
	border-radius: 12px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.image
	.button {
	opacity: 0;
	position: absolute;
	right: 24px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.content
	h5 {
	text-transform: capitalize;
	color: #171717;
	margin-bottom: 4px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.content
	p {
	font-size: 16px;
	line-height: 26px;
	color: #3a3b3e;
}
.article-dashboard .body-dashboard .section-inner .sl-testimonial {
	position: relative;
	padding-right: 6px;
	margin-right: -6px;
	padding-bottom: 6px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 1px solid #3a3b3e;
	bottom: 51px;
	z-index: 11;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials:hover {
	background-color: #c8f27c;
	border-color: #c8f27c;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.swiper-button-disabled {
	opacity: 0.5;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials
	i {
	color: #171717;
	font-size: 20px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.btn-next-testimonials {
	right: 38px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.btn-prev-testimonials {
	right: 92px;
}
.article-dashboard .body-dashboard .section-inner .testimonials-box {
	padding: 32px 32px 30px;
	position: relative;
	box-shadow: none;
	border-radius: 16px;
}
.article-dashboard .body-dashboard .section-inner .testimonials-box::before {
	border-radius: 16px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.article-dashboard .body-dashboard .section-inner .testimonials-box .sub {
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.article-dashboard .body-dashboard .section-inner .testimonials-box .inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.image {
	width: 60px;
	height: 60px;
	margin-right: 16px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.image
	img {
	border-radius: 50%;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	h5 {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 32px;
	color: #171717;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	p {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.article-dashboard .body-dashboard .section-inner .wrapper {
	z-index: 9;
}
.article-dashboard .body-dashboard .section-inner .wrapper.row {
	margin: 0;
}
.article-dashboard .body-dashboard .section-inner .pricing-box {
	position: relative;
	border-radius: 8px;
	padding: 24px 24px 58px;
	border: 1px solid #171717;
	width: calc((100% - 32px) / 2);
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.article-dashboard .body-dashboard .section-inner .pricing-box.active,
.article-dashboard .body-dashboard .section-inner .pricing-box:hover {
	background: #ffd84f;
}
.article-dashboard .body-dashboard .section-inner .pricing-box.active .link,
.article-dashboard .body-dashboard .section-inner .pricing-box:hover .link {
	color: #fff;
	background: #171717;
}
.article-dashboard .body-dashboard .section-inner .pricing-box::before {
	border-radius: 8px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.article-dashboard .body-dashboard .section-inner .pricing-box h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #171717;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.article-dashboard .body-dashboard .section-inner .pricing-box .time {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.article-dashboard .body-dashboard .section-inner .pricing-box .time span {
	padding-right: 4px;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	font-family: "Space Grotesk", sans-serif;
}
.article-dashboard .body-dashboard .section-inner .pricing-box ul {
	margin-top: 18px;
	border-top: 1px solid #171717;
	padding-top: 20px;
	margin-bottom: 41px;
}
.article-dashboard .body-dashboard .section-inner .pricing-box ul li {
	margin-bottom: 8px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	ul
	li:last-child {
	margin-bottom: 0;
}
.article-dashboard .body-dashboard .section-inner .pricing-box ul li span {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #3a3b3e;
	font-family: "DM Sans", sans-serif;
}
.article-dashboard .body-dashboard .section-inner .pricing-box .link {
	position: absolute;
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #171717;
	background: transparent;
	border-radius: 4px;
	padding: 11px 24px;
	height: 48px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
}
.article-dashboard .body-dashboard .section-inner .list_contact {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.article-dashboard .body-dashboard .section-inner .list_contact li {
	margin-right: 72px;
}
.article-dashboard .body-dashboard .section-inner .list_contact li p {
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	font-size: 24px;
	line-height: 36px;
}
.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li
	p:nth-child(1) {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.article-dashboard .body-dashboard .section-inner .list_contact li:last-child {
	margin-right: 0;
}
.article-dashboard .body-dashboard .section-inner#About .flex .content-left {
	width: 72%;
	padding-right: 15px;
}
.article-dashboard .body-dashboard .section-inner#About .flex .counter_wrapper {
	border-left: 1px solid #e6e6e6;
	padding-left: 32px;
	display: block;
	width: 28%;
	margin-left: 20px;
	padding-top: 8px;
}
.article-dashboard
	.body-dashboard
	.section-inner#About
	.flex
	.counter_wrapper
	.box {
	text-align: left;
	padding: 0;
	width: 100%;
	margin-bottom: 32px;
}
.article-dashboard
	.body-dashboard
	.section-inner#About
	.flex
	.counter_wrapper
	.box:last-child {
	margin-bottom: 0;
}
.article-dashboard
	.body-dashboard
	.section-inner#About
	.flex
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	font-family: "Space Grotesk", sans-serif;
	margin-bottom: 0;
}
.article-dashboard
	.body-dashboard
	.section-inner#About
	.flex
	.counter_wrapper
	.box
	.content
	.desc {
	text-transform: inherit;
	font-size: 14px;
	line-height: 24px;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.article-dashboard .body-dashboard .section-inner#Contact {
	border-radius: 0 0 16px 16px;
	margin: 0 -32px;
	padding: 30px 32px;
	background: #f2eaff;
}
.article-dashboard .body-dashboard .section-inner#Contact form textarea,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="text"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="password"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime-local"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="date"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="month"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="time"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="week"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="number"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="email"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="url"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="search"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="tel"],
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="color"] {
	border: 1px solid #171717;
	border-radius: 4px;
	padding: 15px 16px;
	height: 56px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="text"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="password"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime-local"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="date"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="month"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="time"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="week"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="number"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="email"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="url"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="search"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="tel"]::placeholder,
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="color"]::placeholder {
	color: #171717;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	text-transform: inherit;
}
.article-dashboard .body-dashboard .section-inner#Contact form textarea {
	height: auto;
	padding-bottom: 20px;
}
.article-dashboard .body-dashboard .section-inner#Contact form fieldset {
	margin-bottom: 24px;
}
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset:last-child {
	margin-bottom: 0;
}
.article-dashboard .body-dashboard .section-inner#Contact form .button-style {
	border-radius: 4px;
}
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.button-style
	.btn-main {
	border-radius: 4px;
	border: 1px solid #171717;
	padding: 10px 24px;
}
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.button-style
	.btn-absolute {
	border-radius: 4px;
	border: none;
}
.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.button-style:hover
	.btn-absolute {
	border-radius: 5px;
}
.article-dashboard .body-dashboard.style2 {
	padding-top: 28px;
}
.article-dashboard .body-dashboard.style2 p {
	font-family: "DM Sans", sans-serif;
}
.article-dashboard .body-dashboard.style2 .section-inner {
	padding-top: 0;
}
.article-dashboard .body-dashboard.style2 .section-inner .title {
	font-family: "DM Sans", sans-serif;
}
.article-dashboard .body-dashboard.style2 .section-inner .title.animationtext {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 36px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background: #ee37b4;
	height: 60%;
	top: 15px;
}
.article-dashboard .body-dashboard.style2 .section-inner .title span {
	font-size: 44px;
	line-height: 56px;
	padding-top: 2px;
}
.article-dashboard .body-dashboard.style2 .section-inner .tag-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.article-dashboard .body-dashboard.style2 .section-inner .tag-list li {
	margin-right: 12px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.tag-list
	li:last-child {
	margin-right: 0;
}
.article-dashboard .body-dashboard.style2 .section-inner .tag-list li span {
	padding: 5px 16px;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
	background: #f4f4f4;
	border-radius: 50px;
}
.article-dashboard .body-dashboard.style2 .section-inner .counter_wrapper {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 16px 32px;
}
.article-dashboard .body-dashboard.style2 .section-inner .counter_wrapper .box {
	text-align: left !important;
	width: calc((100% - 40px) / 3);
	border-left: 1px solid #e6e6e6;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.counter_wrapper
	.box:nth-child(1) {
	border: none;
	padding-left: 0;
	width: 25%;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.counter_wrapper
	.box:nth-child(3),
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.counter_wrapper
	.box:nth-child(2) {
	padding-left: 40px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 4px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.counter_wrapper
	.box
	.content
	.desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
	text-transform: inherit;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.resume-box
	.sub-title {
	font-size: 24px;
	line-height: 36px;
}
.article-dashboard .body-dashboard.style2 .section-inner .resume-box .box {
	width: calc((100% - 40px) / 2);
}
.article-dashboard .body-dashboard.style2 .section-inner .resume-box .box h5 {
	margin-bottom: 30px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.resume-box
	.box
	.inner {
	padding-left: 0;
	border: none;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p {
	font-size: 16px;
	line-height: 26px;
	color: #3a3b3e;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p.date {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #a0a3aa;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.resume-box
	.box
	.inner
	> div
	h5 {
	font-size: 20px;
	line-height: 1.6;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.article-dashboard .body-dashboard.style2 .section-inner .my_skill .title {
	margin-bottom: 30px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.my_skill
	.my_skill_box {
	padding: 25px 28px 26px 32px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.my_skill
	.my_skill_box::before {
	display: none;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.my_skill
	.my_skill_box
	.content-progress-box {
	width: calc((100% - 106px) / 3);
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder {
	margin-bottom: 11px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
}
.article-dashboard .body-dashboard.style2 .section-inner .wrapper_service .box {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 22px 32px 24px;
	margin-bottom: 28px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.wrapper_service
	.box:last-child {
	margin-bottom: 0;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.wrapper_service
	.box
	h5 {
	color: #171717;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
	font-family: "DM Sans", sans-serif;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.wrapper_service
	.box
	p {
	color: #3a3b3e;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #a0a3aa;
	margin-bottom: 19px;
	border: none;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner
	li {
	margin-right: 25px;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner
	li:hover {
	cursor: pointer;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner
	li:last-child {
	margin-right: 0;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner
	li
	span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	color: #a0a3aa;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner
	li.active {
	border-color: #171717;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner
	li.active
	span {
	color: #171717;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box {
	padding: 0 !important;
	width: calc((100% - 32px) / 2);
	border: none !important;
	margin-bottom: 34px !important;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box::before {
	display: none;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box:hover {
	background-color: transparent !important;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box:hover
	.image
	.button {
	opacity: 1;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box
	.image {
	position: relative;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box
	.image
	img {
	width: 100%;
	border-radius: 12px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box
	.image
	.button {
	opacity: 0;
	position: absolute;
	right: 24px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box
	.content
	h5 {
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	color: #171717;
	margin-bottom: 2px !important;
	font-family: "DM Sans", sans-serif;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner
	.box
	.content
	p {
	font-size: 16px;
	line-height: 26px;
	color: #3a3b3e;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.content-tab
	.content-inner.active {
	display: flex !important;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box::before {
	display: none;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box h5 {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box h5 img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box .time {
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box
	.time
	span {
	letter-spacing: 0;
	font-family: "DM Sans", sans-serif;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box ul {
	border: none;
	margin-top: 0;
	margin-bottom: 54px;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box .link {
	border-radius: 8px;
}
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box.active,
.article-dashboard .body-dashboard.style2 .section-inner .pricing-box:hover {
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
	border-radius: 16px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box.active
	h5
	img,
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box:hover
	h5
	img {
	opacity: 1;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box.active
	.link,
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box:hover
	.link {
	background: #ee37b4;
	border-color: #ee37b4;
}
.article-dashboard .body-dashboard.style2 .section-inner#Contact {
	padding: 3px 0 0;
	margin: 0;
	background-color: transparent;
}
.article-dashboard .body-dashboard.style2 .section-inner#Contact form textarea,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="text"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="password"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="datetime"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="datetime-local"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="date"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="month"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="time"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="week"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="number"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="email"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="url"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="search"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="tel"],
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="color"] {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	textarea::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="text"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="password"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="datetime"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="datetime-local"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="date"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="month"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="time"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="week"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="number"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="email"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="url"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="search"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="tel"]::placeholder,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="color"]::placeholder {
	color: #a0a3aa;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	textarea:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="text"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="password"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="datetime"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="datetime-local"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="date"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="month"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="time"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="week"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="number"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="email"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="url"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="search"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="tel"]:focus,
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	form
	input[type="color"]:focus {
	border: 1px solid #171717;
}
.article-dashboard .body-dashboard.style2 .section-inner#Contact .heading {
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
}
.article-dashboard .body-dashboard.style2 .section-inner#Contact .tf-button {
	background: #ee37b4;
	padding: 8px 22px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	border: 2px solid #ee37b4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner#Contact
	.tf-button:hover {
	background-color: transparent;
	color: #ee37b4;
}
.article-dashboard .body-dashboard.style2 .section-inner .list_contact > li {
	margin: 0;
	padding: 0;
	width: 33.333%;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.list_contact
	> li:nth-child(1) {
	width: 37%;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.list_contact
	> li:nth-child(2) {
	width: 42%;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.list_contact
	> li:nth-child(3) {
	width: 21%;
}
.article-dashboard .body-dashboard.style2 .section-inner .list_contact > li p {
	font-size: 20px;
	line-height: 32px;
	color: #171717;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.list_contact
	> li
	p:nth-child(1) {
	color: #a0a3aa;
	font-size: 14px;
	line-height: 24px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.list_contact
	> li
	ul
	li {
	margin-right: 24px;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.list_contact
	> li
	ul
	li:last-child {
	margin-right: 0;
}
.article-dashboard
	.body-dashboard.style2
	.section-inner
	.list_contact
	> li
	ul
	li
	img {
	width: 18px;
	height: 18px;
}
.article-dashboard .body-dashboard.style2 .sub-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #171717;
	text-transform: capitalize;
	font-family: "DM Sans", sans-serif;
	position: relative;
	padding-left: 9px;
	border-left: 3px solid #ee37b4;
	margin-bottom: 27px;
}
.article-dashboard .body-dashboard.style2 .sub-title.h5 {
	font-size: 24px;
	line-height: 1.5;
}
.article-dashboard .body-dashboard.style2 .sub-title.mb-20 {
	margin-bottom: 20px;
}
.article-dashboard .body-dashboard.style2 .sub-title.mb-16 {
	margin-bottom: 16px;
}
.article-dashboard .body-dashboard.style2 .sub-title.mb-22 {
	margin-bottom: 22px;
}
.article-dashboard.flat-tabs::before {
	display: none;
}

.feature-wrapper {
	padding: 32px 32px 4px;
	background: #f4f4f4;
	border-radius: 28px;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}

.testimonial-content {
	padding: 80px 240px 63px;
	border-radius: 28px;
}
.testimonial-content .tf-title h6,
.testimonial-content .tf-title .sub-title {
	color: #171717;
	font-family: "DM Sans", sans-serif;
}
.testimonial-content .tf-title .sub-title {
	font-size: 31px;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 18px;
}
.testimonial-content .tf-title h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}

.post-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.post-wrapper .tf-post {
	width: calc((100% - 80px) / 3);
}
.post-wrapper .tf-post .image {
	margin-bottom: 25px;
}
.post-wrapper .tf-post .image img {
	height: 100%;
}
.post-wrapper .tf-post .content p {
	color: #171717;
	margin-bottom: 16px;
}
.post-wrapper .tf-post .content .title {
	font-size: 24px;
	line-height: 36px;
}
.post-wrapper .tf-post.style2 .image {
	border-radius: 12px;
}
.post-wrapper .tf-post.style2 .image .tag {
	z-index: 2;
	position: absolute;
	left: 17px;
	bottom: 15px;
	padding: 0 7px;
	background-color: #3bbb67;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-family: "DM Sans", sans-serif;
	color: #fff !important;
	letter-spacing: 1px;
}
.post-wrapper .tf-post.style2 .content .title {
	font-family: "DM Sans", sans-serif;
	padding-right: 10px;
}

.wrap-video a {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.experience-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.experience-content .box {
	width: calc((100% - 132px) / 4);
}
.experience-content .box .date {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.experience-content .box .content {
	padding-top: 30px;
	position: relative;
}
.experience-content .box .content::after {
	position: absolute;
	content: "";
	width: calc(100% + 44px);
	height: 1px;
	background-color: #a0a3aa;
	left: 0;
	top: 0;
}
.experience-content .box .content::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #3a3b3e;
	z-index: 1;
	top: -5px;
	left: 0;
	border-radius: 50%;
}
.experience-content .box .content h6 {
	color: #171717;
	font-family: "Unbounded", cursive;
	margin-bottom: 4px;
}
.experience-content .box.active .date,
.experience-content .box:hover .date {
	color: #35a62b !important;
}
.icon-list li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 12px;
}
.icon-list li:last-child {
	margin-bottom: 0;
}
.icon-list li img {
	margin-top: 4px;
	margin-right: 12px;
}
.icon-list li span {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.roadmap-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	max-width: 930px;
	margin: 0 auto;
}
.roadmap-wrapper::before {
	position: absolute;
	content: "";
	height: 91%;
	width: 6px;
	background: #3a3b3e;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.roadmap-wrapper::after {
	position: absolute;
	content: "";
	height: 56%;
	width: 6px;
	background: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.roadmap-wrapper .row-roadmap {
	width: 50%;
	z-index: 3;
	text-align: left;
}
.roadmap-wrapper .left {
	padding-right: 60px;
}
.roadmap-wrapper .right {
	padding-left: 60px;
	padding-top: 162px;
}

.banner-style {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
	padding: 60px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	border-radius: 24px;
}
.banner-style .layer1 {
	position: absolute;
	left: 10%;
	top: 74px;
}
.banner-style .layer8 {
	position: absolute;
	left: 11%;
	top: 209.25px;
}
.banner-style .layer12 {
	position: absolute;
	right: 6%;
	top: 200.36px;
}
.banner-style .layer13 {
	position: absolute;
	left: 22%;
	top: 119.62px;
}
.banner-style .layer5 {
	position: absolute;
	right: 15%;
	top: 86.62px;
}
.banner-style .layer14 {
	position: absolute;
	right: 23%;
	top: 119.62px;
}

.dashboard-style2 .container {
	max-width: 1200px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 {
	background: #171717;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	padding: 33px 34px 32px 31px;
}
.dashboard-style2 #side-bar-dashboard .info-style2::before {
	display: none;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .position {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-left: 20px;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .position img {
	width: 24px;
	height: 24px;
	-webkit-animation: rotating 3s infinite linear;
	animation: rotating 3s infinite linear;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .position::before {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 8px;
	left: 0;
	background: #3bbb67;
	content: "";
}
.dashboard-style2 #side-bar-dashboard .info-style2 .image {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 25px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .image img {
	width: 100%;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .name {
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	margin-bottom: 24px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 ul {
	margin-bottom: 24px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 ul li {
	text-align: center;
	margin-bottom: 12px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 ul li:last-child {
	margin-bottom: 0;
}
.dashboard-style2 #side-bar-dashboard .info-style2 ul li a span {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	font-family: "DM Sans", sans-serif;
}
.dashboard-style2 #side-bar-dashboard .info-style2 ul li a {
	color: #fff;
}
.dashboard-style2 #side-bar-dashboard .info-style2 ul li span {
	color: #3bbb67;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .social {
	justify-content: center;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .social li {
	margin: 0 12px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .social li a {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .social li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.dashboard-style2 #side-bar-dashboard .info-style2 .bootom {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .tf-button {
	padding: 0 32px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #171717;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	border-radius: 8px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .tf-button svg {
	margin-right: 12px;
}
.dashboard-style2 #side-bar-dashboard .info-style2 .tf-button:hover {
	background-color: #fff;
}
.dashboard-style2 .article-dashboard {
	background: #171717;
	border: 1px solid #474747;
	border-radius: 16px;
}
.dashboard-style2 .article-dashboard::before {
	display: none;
}
.dashboard-style2 .article-dashboard .menu-dashboard ul {
	background-color: #171717;
}
.dashboard-style2 .article-dashboard .menu-dashboard ul li a {
	border-bottom: 2px solid transparent;
	color: #a0a3aa;
}
.dashboard-style2 .article-dashboard .menu-dashboard ul li:hover a,
.dashboard-style2 .article-dashboard .menu-dashboard ul li.active a {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid #3bbb67;
}
.dashboard-style2 .article-dashboard .body-dashboard {
	background-color: #171717;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner {
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 4px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner:nth-child(1) {
	padding-top: 30px;
	border-top: none;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner:last-child {
	border-bottom: none;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner .title {
	color: #fff;
	text-transform: capitalize;
	font-family: "DM Sans", sans-serif;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.title
	span {
	color: #3bbb67;
	margin-top: 7px;
	padding: 0;
	line-height: 70px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #3bbb67;
	position: absolute;
	top: 18px;
	right: 0px;
	width: 8px;
	height: 70%;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner .desc {
	color: #a0a3aa;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner .sub-title {
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	position: relative;
	padding-left: 20px;
	margin-bottom: 24px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title.mb-28 {
	margin-bottom: 28px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #3bbb67;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box {
	padding-top: 4px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box {
	width: calc((100% - 32px) / 2);
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box:nth-child(2) {
	margin-left: 10px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	h5 {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 40px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	h5.title {
	font-size: 32px;
	line-height: 40px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner {
	border-left: 2px solid #3a3b3e;
	margin-left: 8px;
	padding-left: 22px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div {
	position: relative;
	margin-bottom: 40px;
	border: none;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div:last-child {
	margin-bottom: 0;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	left: -31px;
	top: 0;
	border: 3px solid #3bbb67;
	background: #11131e;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p {
	color: #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p.date {
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #a0a3aa;
	margin-bottom: 4px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	h5 {
	margin-bottom: 4px;
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.title {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 18px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box {
	padding: 0;
	background-color: #171717;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box::before {
	display: none;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder {
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-bottom: 6px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	color: #fff;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.content-progress-box {
	margin-top: 20px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content {
	background: #3bbb67;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content-outter {
	background: rgba(255, 255, 255, 0.3);
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service {
	display: block;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background-color: transparent;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box::after {
	position: absolute;
	content: "";
	left: -2px;
	top: -0.5px;
	height: calc(100% + 1px);
	width: 100%;
	border-left: 4px solid #3bbb67;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box::before {
	display: none;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box
	h5 {
	position: relative;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	z-index: 3;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box
	p {
	position: relative;
	color: #a0a3aa;
	z-index: 3;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box:hover,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box.active {
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box:hover::after,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box.active::after {
	left: -0.5px;
	opacity: 1;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box {
	background-color: transparent;
	padding: 0;
	width: calc((100% - 28px) / 2);
	margin-bottom: 30px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box.full {
	width: 100%;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box.full
	.image {
	margin-bottom: 22px;
	border-radius: 16px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box.full
	.content
	h5 {
	font-size: 24px;
	line-height: 1.5;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box:hover
	.image
	.button {
	opacity: 1;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.image {
	position: relative;
	border-radius: 8px;
	margin-bottom: 19px;
	overflow: hidden;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.image
	img {
	width: 100%;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.image
	.button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: 72px;
	bottom: 65px;
	background-color: #3bbb67;
	opacity: 0;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.image
	.button:hover {
	background-color: #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.content
	h5 {
	text-transform: capitalize;
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 0;
	font-family: "DM Sans", sans-serif;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.content
	p {
	font-size: 14px;
	line-height: 22px;
	color: #cccccc;
	font-family: "DM Sans", sans-serif;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box {
	background-color: transparent;
	padding: 0 0 0 28px;
	border-radius: 0;
	border: none;
	border-left: 4px solid rgba(200, 242, 124, 0.3);
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box::before {
	display: none;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.sub {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 20px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	h5 {
	color: #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	p {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	color: #a0a3aa;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	p
	span {
	color: #3bbb67;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials {
	bottom: 18px;
	border: 1px solid #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials
	i {
	color: #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials:hover {
	border-color: #c8f27c;
	background-color: transparent;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials:hover
	i {
	color: #c8f27c;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.btn-next-testimonials {
	right: 10px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.btn-prev-testimonials {
	right: 63px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box::before {
	display: none;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	h5 {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 24px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.time {
	color: #a0a3aa;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.time
	span {
	color: #3bbb67;
	font-family: "DM Sans", sans-serif;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	ul {
	margin-top: 12px;
	border-color: rgba(255, 255, 255, 0.1);
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	ul
	li
	span {
	color: #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.link {
	border: 1px solid #3bbb67;
	border-radius: 8px;
	color: #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box.active,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: #3bbb67;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box.active
	.link,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	.link {
	background-color: #3bbb67;
	color: #171717;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner#Contact {
	margin: 0;
	padding: 40px 0;
	border-radius: 0;
	background-color: transparent;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.title {
	font-weight: 500;
	font-size: 56px;
	line-height: 68px;
	font-family: "DM Sans", sans-serif;
	text-transform: inherit;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.list_contact
	li
	p {
	color: #fff;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.list_contact
	li
	p:nth-child(1) {
	color: #a0a3aa;
	font-size: 12px;
	line-height: 20px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.list_contact
	li:nth-child(2) {
	padding-left: 28px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.list_contact
	li:nth-child(2)
	a {
	text-transform: capitalize;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="text"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="password"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime-local"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="date"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="month"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="time"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="week"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="number"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="email"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="url"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="search"],
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="tel"] {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #a0a3aa;
	border-radius: 0;
	padding: 15px 0px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="text"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="password"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime-local"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="date"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="month"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="time"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="week"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="number"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="email"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="url"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="search"]::placeholder,
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="tel"]::placeholder {
	color: #a0a3aa;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button {
	padding: 9px 24px;
	background: #3bbb67;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	border: 1px solid #3bbb67;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button:hover {
	background-color: #171717;
	color: #fff;
	border-color: #171717;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner#Resume {
	padding-bottom: 50px;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner#Skills {
	padding: 32px 0 40px;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner#Service {
	padding: 38px 0 8px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.sub-title {
	margin-bottom: 28px;
}
.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Testimonials {
	padding-bottom: 6px;
}
.dashboard-style2 .article-dashboard .body-dashboard .section-inner#Pricing {
	padding-bottom: 40px;
}

/* Box
-------------------------------------------------------------- */
.hover-effect {
	overflow: hidden;
}
.hover-effect:hover img {
	transform: scale(1.15);
}
.hover-effect img {
	transition: 0.8s ease;
}

.counter_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.counter_wrapper .box {
	width: calc((100% - 40px) / 4);
	text-align: center;
}
.counter_wrapper .box:nth-child(1) {
	padding-left: 60px;
}
.counter_wrapper .box:nth-child(2) {
	padding-left: 20px;
}
.counter_wrapper .box:nth-child(3) {
	padding-right: 24px;
}
.counter_wrapper .box:nth-child(4) {
	padding-right: 60px;
}
.counter_wrapper .box .content .box-couter .number-content {
	margin-bottom: 7px;
	color: #000000;
	font-size: 64px;
	line-height: 1.25;
	font-weight: 700;
	font-family: "Space Grotesk", sans-serif;
}
.counter_wrapper .box .content .desc {
	color: #171717;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	font-family: "Space Grotesk", sans-serif;
	text-transform: capitalize;
}
.counter_wrapper.style2 {
	margin-right: -20px;
	position: relative;
	flex-wrap: wrap;
	padding: 93px 65px 52px 45px;
	max-width: 580px;
	margin-left: auto;
}
.counter_wrapper.style2 .overlay {
	background: url("./../../assets/images/backgroup/bg_about.png") center
		center no-repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.counter_wrapper.style2 .box {
	padding: 0;
	width: calc((100% - 18px) / 2);
	margin-bottom: 40px;
	z-index: 1;
}
.counter_wrapper.style2 .box .content .box-couter .number-content {
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
}
.counter_wrapper.style2 .box .content .box-couter .number-content span {
	color: #171717 !important;
}
.counter_wrapper.style2 .box .content .desc {
	font-size: 18px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
}
.counter_wrapper.style3 {
	width: 100%;
	max-width: 350px;
}
.counter_wrapper.style3 .box {
	width: calc((100% - 30px) / 2);
	padding: 0;
	text-align: left;
	display: block;
}
.counter_wrapper.style3 .box .content .box-couter .number-content {
	color: #fff;
	font-size: 44px;
	line-height: 50px;
}
.counter_wrapper.style3 .box .content .desc {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.counter_wrapper.style4 .box {
	width: calc((100% - 0px) / 4);
}
.counter_wrapper.style4 .box .content .box-couter .number-content {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.counter_wrapper.style4 .box .content .desc {
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
}
.counter_wrapper.style4 .box:nth-child(1),
.counter_wrapper.style4 .box:nth-child(2),
.counter_wrapper.style4 .box:nth-child(3),
.counter_wrapper.style4 .box:nth-child(4) {
	padding-left: 0;
	padding-right: 0;
}
.counter_wrapper.style5 {
	justify-content: flex-start;
}
.counter_wrapper.style5 .box {
	text-align: left;
}
.counter_wrapper.style5 .box:nth-child(1) {
	width: 54%;
}
.counter_wrapper.style5 .box:nth-child(2) {
	width: 46%;
	padding-left: 95px;
}
.counter_wrapper.style5 .box .content .box-couter .number-content {
	margin-bottom: 12px;
	font-family: "Unbounded", cursive;
	font-size: 44px;
	line-height: 56px;
}
.counter_wrapper.style5 .box .content .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #3a3b3e;
}
.service-box .number {
	font-family: "Space Grotesk", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 44px;
	line-height: 50px;
	color: #a0a3aa;
	margin-right: 52px;
	font-weight: 700;
}
.service-box .content {
	padding-right: 14%;
}
.service-box .content .title {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #a0a3aa;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.service-box .icon svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-box.active .number,
.service-box:hover .number {
	color: #c8f27c;
}
.service-box.active .icon svg path,
.service-box:hover .icon svg path {
	fill: #fff;
}
.service-box.active .effect-arow .effect,
.service-box:hover .effect-arow .effect {
	left: 200%;
	opacity: 0;
	visibility: hidden;
}
.service-box.active .effect-arow .effect-absolute,
.service-box:hover .effect-arow .effect-absolute {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.service-box-style2 {
	padding: 52px 65px 62px 30px;
	position: relative;
	border-top: 8px solid transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-box-style2.boder-r-none {
	border-right: 0;
}
.service-box-style2.active,
.service-box-style2:hover {
	border-top: 8px solid #bbadff;
}
.service-box-style2.active p,
.service-box-style2:hover p {
	color: #fff;
}
.service-box-style2 .title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 8px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
}
.service-box-style2 p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 40px;
}

.service-box-style3 {
	background: #181818;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 24px 32px;
	position: relative;
	z-index: 1;
	display: block;
}
.service-box-style3::after {
	position: absolute;
	content: "";
	background-color: #c8f27c;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	border-radius: 12px;
	z-index: -2;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-box-style3::before {
	position: absolute;
	content: "";
	background: #181818;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 12px;
	z-index: -1;
}
.service-box-style3.active::after,
.service-box-style3:hover::after {
	top: 4px;
	left: 4px;
	opacity: 1;
}
.service-box-style3 .icon {
	margin-bottom: 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.service-box-style3 .content .title {
	color: #fff;
}

.service-box-style4 {
	background: #ffffff;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
	border-radius: 12px;
	border-left: 4px solid transparent;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 24px 32px 24px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-box-style4 .content {
	padding-right: 25px;
}
.service-box-style4 .content h5 {
	color: #171717;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 8px;
	font-weight: 600;
}
.service-box-style4 .content p {
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}
.service-box-style4 .icon {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translate3d(0, 0, 0);
}
.service-box-style4 .icon a svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-box-style4:hover {
	border-color: #3c60dc;
}
.service-box-style4:hover .icon a svg path {
	stroke: #3c60dc;
}
.service-box-style4:hover {
	transform: translateY(-10px);
}

.service-box-style5 {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	padding: 40px;
}
.service-box-style5.active,
.service-box-style5:hover {
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
	border-color: transparent;
}
.service-box-style5:hover .icon svg path {
	fill: #5edda0;
}
.service-box-style5:hover .arrow svg path {
	stroke: #5edda0;
}
.service-box-style5 .icon {
	max-width: 53px;
	margin-bottom: 20px;
}
.service-box-style5 .icon svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	fill: #171717;
}
.service-box-style5 .arrow {
	position: absolute;
	right: 32px;
	top: 32px;
}
.service-box-style5 .arrow svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-box-style5 .content .title {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #171717;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.service-box-style5 .content .desc {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}

.service-box-style6.active .icon::before,
.service-box-style6:hover .icon::before {
	opacity: 1;
}
.service-box-style6.active .icon::after,
.service-box-style6:hover .icon::after {
	opacity: 0;
}
.service-box-style6.active .icon svg path,
.service-box-style6:hover .icon svg path {
	fill: #fff;
}
.service-box-style6 .icon {
	margin-left: 36px;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 20px;
	overflow: hidden;
}
.service-box-style6 .icon svg {
	z-index: 1;
}
.service-box-style6 .icon svg path {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.service-box-style6 .icon::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	background: linear-gradient(88.12deg, #456aeb 0.49%, #df5788 100%);
}
.service-box-style6 .icon::after {
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(
			90deg,
			rgba(0, 159, 255, 0.32) 18.23%,
			rgba(203, 86, 128, 0.32) 100%
		),
		#ffffff;
	z-index: 0;
}
.service-box-style6 .content {
	margin-top: -50px;
	padding: 73px 36px 28px;
	background: radial-gradient(
			50% 50% at 22.8% 0%,
			rgba(80, 105, 229, 0.12) 0%,
			rgba(80, 105, 229, 0) 100%
		),
		linear-gradient(
			255.16deg,
			rgba(223, 87, 136, 0.04) 0%,
			rgba(69, 106, 235, 0.04) 100%
		);
	backdrop-filter: blur(6px);
	border-radius: 16px;
}
.service-box-style6 .content h5 {
	margin-bottom: 12px;
	color: #171717;
	font-size: 20px;
	line-height: 32px;
	font-family: "Unbounded", cursive;
	text-transform: capitalize;
}
.service-box-style6 .content .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
}

.service-box-style7 {
	background: #fff;
	border-radius: 12px;
	padding: 32px 32px;
	position: relative;
	z-index: 1;
	display: block;
}
.service-box-style7 .icon {
	margin-bottom: 28px;
	height: 69px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.service-box-style7 .icon svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-box-style7 .content .title {
	color: #171717;
	margin-bottom: 8px;
	font-family: "DM Sans", sans-serif;
}
.service-box-style7 .content p {
	color: #3a3b3e;
}
.service-box-style7:hover .img svg path {
	fill: #5edda0;
}
.service-box-style7:hover .ic svg path {
	stroke: #5edda0;
}

.project-box .image {
	margin-bottom: 40px;
	position: relative;
}
.project-box .image .position-button {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	right: 40px;
	bottom: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.project-box .content .title {
	color: #171717;
	margin-bottom: 8px;
}
.project-box .content p {
	color: #171717;
}
.project-box:hover .image .position-button {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.project-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.project-wrapper .project-box-style2 {
	width: calc((100% - 40px) / 2);
}

.project-box-style2 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
	border-radius: 20px;
	background-color: #fff;
	border-bottom: 4px solid transparent;
	padding: 40px 40px 34px;
	margin-bottom: 40px;
}
.project-box-style2 .image {
	position: relative;
	display: block;
}
.project-box-style2 .image img {
	border-radius: 12px;
}
.project-box-style2 .image .button {
	max-width: 100px;
	text-align: center;
	color: #fff;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(0);
	visibility: hidden;
	right: 38px;
	bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3c60dc;
}
.project-box-style2 .image .button:hover {
	bottom: 40px;
	background-color: #fff;
	color: #3c60dc;
}
.project-box-style2 .title {
	padding-right: 50px;
	color: #171717;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}
.project-box-style2.active,
.project-box-style2:hover {
	border-color: #3c60dc;
}
.project-box-style2.active .image .button,
.project-box-style2:hover .image .button {
	opacity: 1;
	visibility: visible;
}

.project-box-style3 {
	width: calc((100% - 64px) / 3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	position: relative;
}
.project-box-style3 .image {
	position: relative;
	display: block;
	z-index: 1;
}
.project-box-style3 .image::before {
	z-index: 9;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 69.44%,
		rgba(0, 0, 0, 0.8) 100%
	);
}
.project-box-style3 .content {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 20px;
	padding: 0 24px;
}
.project-box-style3 .content .title {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.project-box-style3 .content p {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #e6e6e6;
}
.project-box-style3.active,
.project-box-style3:hover {
	border-color: #3c60dc;
}
.project-box-style3.active .image .button,
.project-box-style3:hover .image .button {
	opacity: 1;
	visibility: visible;
}

.project-box-style4 {
	border-top: 1px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.project-box-style4:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.project-box-style4.style .image {
	padding: 66px 66px 60px 0;
	border-right: 1px solid #e6e6e6;
	border-left: 0;
}
.project-box-style4.style .content {
	padding: 3px 0 0 72px;
}
.project-box-style4 .image {
	width: 59.5%;
	position: relative;
	display: block;
	z-index: 1;
	padding: 63px 0 60px 66px;
	border-left: 1px solid #e6e6e6;
}
.project-box-style4 .content {
	width: 40.5%;
	padding: 3px 72px 0 0;
}
.project-box-style4 .content .title {
	letter-spacing: -0.3px;
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 16px;
	color: #171717;
	font-family: "Unbounded", cursive;
}
.project-box-style4 .content .desc {
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 60px;
}
.project-box-style4 .content a svg path {
	fill: #35a62b;
}
.project-box-style4.active,
.project-box-style4:hover {
	border-color: #3c60dc;
}
.project-box-style4.active .image .button,
.project-box-style4:hover .image .button {
	opacity: 1;
	visibility: visible;
}

.project-box-style5 {
	padding: 19px 60px;
	border-bottom: 1px solid #171717;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.project-box-style5:nth-child(1) {
	border-top: 1px solid #171717;
}
.project-box-style5 .content {
	width: 67%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.project-box-style5 .content .sub-title {
	text-align: center;
	width: 100px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: -40px;
	position: absolute;
	transform: rotate(-90deg);
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	color: #171717;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.project-box-style5 .content .title {
	margin-left: 44px;
	font-weight: 400;
	font-size: 56px;
	line-height: 68px;
	font-family: "Cormorant Upright", serif;
	color: #171717;
	margin-bottom: 0;
	padding-right: 15px;
}
.project-box-style5 .content .title a {
	color: #171717;
}
.project-box-style5 .content .title span {
	font-weight: 500;
	text-transform: uppercase;
}
.project-box-style5 .image {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 33%;
	opacity: 0;
	visibility: hidden;
}
.project-box-style5::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	opacity: 1;
	visibility: visible;
	background: linear-gradient(
		180deg,
		#d3c1fc 0.49%,
		#fedffc 52.08%,
		#d7e8fd 100%
	);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.project-box-style5.active .image,
.project-box-style5.active::before,
.project-box-style5:hover .image,
.project-box-style5:hover::before {
	opacity: 1;
	visibility: visible;
}

.project-box-style6 {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.project-box-style6 img {
	width: 100%;
}
.project-box-style6 .content {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 15px 16px 9px;
	position: absolute;
	background: rgba(23, 23, 23, 0.7);
	backdrop-filter: blur(4px);
}
.project-box-style6 .content h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}
.project-box-style6:hover .content,
.project-box-style6.active .content {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.project-box-style7 {
	margin-top: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #3a3b3e;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.project-box-style7:nth-child(1) {
	margin-top: 76px;
}
.project-box-style7:last-child {
	border: none;
	padding-bottom: 0;
}
.project-box-style7 .head {
	width: 28%;
}
.project-box-style7 .head .number {
	margin-bottom: 40px;
	-webkit-text-stroke: 2px #171717;
	color: #171717;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #a0a3aa;
	font-family: "Space Grotesk", sans-serif;
	font-size: 56px;
	line-height: 68px;
	font-weight: 700;
}
.project-box-style7 .head .heading {
	font-family: "DM Sans", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
.project-box-style7 .image {
	width: 38%;
	padding-left: 68px;
}
.project-box-style7 .content {
	padding-left: 15px;
	width: 34%;
}

.wrapper-blog {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.wrapper-blog .tf-post {
	width: calc((100% - 96px) / 3);
	position: relative;
}
.wrapper-blog .tf-post .image {
	margin-bottom: 26px;
}
.wrapper-blog .tf-post .content .tag {
	margin-bottom: 11px;
}
.wrapper-blog .tf-post .content p {
	color: #3a3b3e;
}
.wrapper-blog .tf-post::after {
	position: absolute;
	right: -24px;
	height: 100%;
	width: 1px;
	content: "";
	top: 0;
	background-color: #171717;
}
.wrapper-blog .tf-post:last-child::after {
	display: none;
}

.hover_effect.image {
	overflow: hidden;
}
.hover_effect.image img {
	transform: scale(1.02);
	width: 100%;
	-webkit-transform: rotate(3deg) scale(1.1);
	transform: rotate(3deg) scale(1.1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.hover_effect.image:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.tf-post:hover .image {
	overflow: hidden;
}
.tf-post:hover .image::before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tf-post:hover .image img {
	transform: scale(1.15);
}
.tf-post .image {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.tf-post .image::before {
	z-index: 1;
	position: absolute;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.tf-post .image img {
	transform: scale(1);
	width: 100%;
	transition: 0.6s ease-in-out;
}
.tf-post .content .tag {
	padding: 6px 10px;
	background-color: #c8f27c;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #171717;
	margin-bottom: 10px;
}
.tf-post .content .tag:hover {
	color: #171717;
}
.tf-post .content .title {
	font-size: 22px;
	line-height: 30px;
	color: #171717;
	margin-bottom: 18px;
	text-transform: capitalize;
}
.tf-post .content .title.mb8 {
	margin-bottom: 8px;
}
.tf-post .content h6.title {
	font-size: 20px;
	line-height: 1.6;
}
.tf-post .content p {
	font-size: 14px;
	line-height: 22px;
	color: #a0a3aa;
}
.tf-post .content p a {
	color: #171717;
}
.tf-post .content p a:hover {
	color: #c8f27c;
}
.tf-post .content .date {
	font-size: 14px;
	line-height: 22px;
}
.tf-post .content .date .date {
	position: relative;
	padding-left: 34px;
}
.tf-post .content .date .date::before {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	background-color: #171717;
	left: 3px;
	content: "";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tf-post .content .date:hover span::before {
	background-color: #c8f27c;
}

.portfolio-box {
	border: 2px solid #171717;
	box-shadow: 8px 20px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 14px 21px;
	background-color: #fff;
}
.portfolio-box.style1 {
	position: absolute;
	right: 42px;
	bottom: 40px;
	max-width: 135px;
}
.portfolio-box.style2 {
	position: absolute;
	left: 25px;
	bottom: 45px;
	max-width: 333px;
	width: 100%;
	padding: 14px 18px 14px 20px;
}
.portfolio-box.style2.style3 {
	right: -46px;
	left: auto;
	max-width: 278px;
	bottom: 50px;
	padding: 19px 22px 17px 22px;
}
.portfolio-box.style2.style3 .pricing {
	margin-top: 10px;
}
.portfolio-box.style2.style3 .pricing .inner h6 {
	margin-bottom: 5px;
}
.portfolio-box.style2 p {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #171717 !important;
}
.portfolio-box.style2 .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.portfolio-box.style2 .image {
	text-align: left;
	margin-top: 4px;
	max-width: 230px;
}
.portfolio-box.style2 .pricing {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.portfolio-box.style2 .pricing .inner {
	text-align: left;
}
.portfolio-box h6 {
	text-transform: capitalize;
	color: #171717 !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0;
}
.portfolio-box h6 img {
	margin-right: 8px;
}

.progress-couter {
	position: relative;
	margin-right: 60px;
	z-index: 99;
}
.progress-couter .couter {
	position: relative;
}
.progress-couter .couter .chart {
	height: 84px;
	width: 84px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	text-align: center;
}
.progress-couter .couter .chart .sub-title {
	padding-top: 8px;
	font-size: 12px;
	color: #3a3b3e;
	font-weight: 500;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.progress-couter .couter .chart canvas {
	position: absolute;
}
.progress-couter .couter .chart span.percent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	font-size: 16px;
	color: #171717;
	font-weight: 700;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding-bottom: 95px;
}
.progress-couter .couter .chart span.percent::after {
	position: relative;
	content: "%";
	color: #171717;
	font-weight: 500;
	font-size: 16px;
}

.testimonials-box {
	position: relative;
	border: 2px solid #171717;
	box-shadow: 8px 20px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 38px;
	background-color: #fff;
}
.testimonials-box .sub {
	margin-bottom: 20px;
}
.testimonials-box .info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.testimonials-box .info .image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.testimonials-box .info .content {
	padding-left: 16px;
}
.testimonials-box .info .content .name {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
	color: #171717;
}
.testimonials-box .info .content .desc {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}

.testimonials-box-style2 {
	position: relative;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
	border-radius: 20px;
	background: #fff;
	padding: 40px 40px 35px;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}
.testimonials-box-style2:hover {
	border-color: #3c60dc;
}
.testimonials-box-style2 .desc {
	font-size: 20px;
	line-height: 32px;
	color: #171717;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 12px;
}
.testimonials-box-style2 .title {
	font-size: 20px;
	line-height: 32px;
	color: #171717;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
}
.testimonials-box-style2 .name {
	font-size: 12px;
	line-height: 20px;
	color: #a0a3aa;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.testimonials-box-style3 {
	border: 1px solid #e6e6e6;
	border-radius: 40px;
	padding: 60px 60px 58px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #fff;
}
.testimonials-box-style3 .image {
	width: 38%;
}
.testimonials-box-style3 .image img {
	border-radius: 32px;
}
.testimonials-box-style3 .content {
	width: 65%;
	padding-top: 18px;
	padding-left: 78px;
}
.testimonials-box-style3 .content .icon {
	margin-bottom: 30px;
}
.testimonials-box-style3 .content .desc {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	margin-bottom: 20px;
}
.testimonials-box-style3 .content .name {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	margin-bottom: 0;
}
.testimonials-box-style3 .content .position {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}

.testimonials-box-style4 {
	border-left: 1px solid #e6e6e6;
	padding: 32px;
}
.testimonials-box-style4 .content .title {
	font-family: "Unbounded", cursive;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 0;
	color: #171717;
}
.testimonials-box-style4 .content .position {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.testimonials-box-style5 {
	padding: 24px 32px;
	border-radius: 20px;
	background-color: #fff;
}
.testimonials-box-style5 .content .title {
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 4px;
	color: #171717;
}
.testimonials-box-style5 .content .position {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 24px;
}
.testimonials-box-style5 .content .desc {
	color: #3a3b3e;
}

.about-box {
	background: #ffffff;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
	border-radius: 20px;
	padding: 36px 36px 31px;
	position: relative;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-box:hover {
	border-color: #3c60dc;
}
.about-box:hover {
	transform: translateY(-10px);
}
.about-box .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.about-box .icon::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background-color: #3c60dc;
	opacity: 0.1;
}
.about-box .content h5 {
	color: #171717;
	margin-bottom: 12px;
	font-family: "Montserrat", sans-serif;
}
.about-box .content p {
	color: #3a3b3e;
}

.about-box-style2 {
	padding-left: 95px;
	padding-top: 34px;
	position: relative;
}
.about-box-style2 .layer_1 {
	position: absolute;
	left: 0;
	top: 50%;
}
.about-box-style2 .layer_5 {
	position: absolute;
	left: 202px;
	top: 14px;
}
.about-box-style2 .layer_6 {
	position: absolute;
	left: 357.27px;
	top: 42.49px;
}
.about-box-style2 .layer_6 {
	position: absolute;
	left: 357.27px;
	top: 42.49px;
}
.about-box-style2 .layer_8 {
	position: absolute;
	right: 20%;
	top: 0.43px;
}
.about-box-style2 .layer_9 {
	position: absolute;
	right: 13%;
	top: 268.46px;
}
.about-box-style2 .layer_11 {
	position: absolute;
	right: 22%;
	top: 318px;
}
.about-box-style2 .layer_13 {
	position: absolute;
	left: 104px;
	top: 367px;
}
.about-box-style2 .image {
	max-width: 380px;
	padding: 24px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
	border: 1px solid rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(6px);
	border-radius: 12px;
	overflow: hidden;
}

.feature-box {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc((100% - 28px) / 2);
	margin-bottom: 28px;
}
.feature-box .icon {
	width: 80px;
	height: 80px;
	margin-right: 40px;
	min-width: 80px;
}
.feature-box .content .title {
	color: #171717;
	margin-bottom: 8px;
}
.feature-box .content .desc {
	color: #3a3b3e;
}

.pricing-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}

.pricing-box-style2 {
	border-radius: 24px;
	background-color: #fff;
	width: calc((100% - 120px) / 4);
	text-align: center;
	position: relative;
	padding: 3px;
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
.pricing-box-style2 .popular {
	z-index: 4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	left: 50%;
	top: -5px;
	opacity: 0;
	transform: translateX(-50%);
	padding: 5px 10px;
	border-radius: 0px 0px 8px 8px;
	font-size: 10px;
	line-height: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 1px;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.pricing-box-style2 .content {
	position: relative;
	height: 100%;
	z-index: 3;
	padding: 45px 37px 87px;
	background-color: #fff;
	border-radius: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style2::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 24px;
	left: 0;
	top: 0;
	border: 1px solid #e6e6e6;
	z-index: 2;
	opacity: 1;
}
.pricing-box-style2 .heading {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #171717;
	margin-bottom: 4px;
}
.pricing-box-style2 .price {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #171717;
	margin-bottom: 4px;
}
.pricing-box-style2 .date {
	color: #a0a3aa;
}
.pricing-box-style2 ul {
	text-align: left;
	margin: 22px 0 30px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}
.pricing-box-style2 ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 12px;
}
.pricing-box-style2 ul li:last-child {
	margin-bottom: 0;
}
.pricing-box-style2 ul li img {
	margin-right: 8px;
	margin-top: 3px;
}
.pricing-box-style2 ul li span {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
}
.pricing-box-style2 .position-btn {
	position: absolute;
	bottom: 37px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 215px;
}
.pricing-box-style2 .btn {
	position: relative;
	padding: 0 24px;
}
.pricing-box-style2 .btn span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #171717 !important;
	height: 48px;
	border-radius: 1000px;
	position: relative;
	z-index: 3;
}
.pricing-box-style2 .btn::after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #171717;
	position: absolute;
	content: "";
	background: #fff;
	border-radius: 1000px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.pricing-box-style2 .btn::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	border-radius: 1000px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.pricing-box-style2.active::before,
.pricing-box-style2:hover::before {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style2.active .popular,
.pricing-box-style2:hover .popular {
	top: 0px;
	opacity: 1;
}
.pricing-box-style2.active .btn::before,
.pricing-box-style2:hover .btn::before {
	opacity: 1;
}
.pricing-box-style2.active .btn::after,
.pricing-box-style2:hover .btn::after {
	opacity: 0;
}

.pricing-box-style3 {
	z-index: 999;
	border-radius: 24px;
	background-color: transparent;
	width: calc((100% - 120px) / 4);
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
.pricing-box-style3 .popular {
	opacity: 0;
	height: 27px;
	background: #ffffff;
	border-radius: 13.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 13px;
	font-family: "DM Sans", sans-serif;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 17px;
	letter-spacing: 1px;
	color: #171717;
}
.pricing-box-style3.active,
.pricing-box-style3:hover {
	transform: translateY(-37px);
}
.pricing-box-style3.active .popular,
.pricing-box-style3:hover .popular {
	opacity: 1;
}
.pricing-box-style3.active .content,
.pricing-box-style3:hover .content {
	border-radius: 20px;
}
.pricing-box-style3.active .content::before,
.pricing-box-style3:hover .content::before {
	opacity: 1;
	visibility: visible;
}
.pricing-box-style3.active .content .btn,
.pricing-box-style3:hover .content .btn {
	border-color: #fff;
	background-color: #fff;
}
.pricing-box-style3.active .content ul li span,
.pricing-box-style3.active .content .desc,
.pricing-box-style3.active .content .price,
.pricing-box-style3.active .content .price span,
.pricing-box-style3.active .content .heading,
.pricing-box-style3:hover .content ul li span,
.pricing-box-style3:hover .content .desc,
.pricing-box-style3:hover .content .price,
.pricing-box-style3:hover .content .price span,
.pricing-box-style3:hover .content .heading {
	color: #fff;
}
.pricing-box-style3.active .content .icon img,
.pricing-box-style3:hover .content .icon img {
	opacity: 0;
}
.pricing-box-style3.active .content .icon img.hover,
.pricing-box-style3:hover .content .icon img.hover {
	opacity: 1;
}
.pricing-box-style3 .content {
	text-align: left;
	position: relative;
	height: 100%;
	z-index: 3;
	padding: 60px 30px 36px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style3 .content::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: linear-gradient(21.57deg, #009fff 1.51%, #cb5680 97.79%);
	box-shadow: 0px 42px 32px rgba(122, 116, 179, 0.12);
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
}
.pricing-box-style3 .heading {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	font-family: "Unbounded", cursive;
	color: #171717;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style3 .heading a {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.pricing-box-style3 .icon {
	position: relative;
	display: block;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	margin-top: 3px;
}
.pricing-box-style3 .icon img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style3 .icon img.hover {
	opacity: 0;
}
.pricing-box-style3 .price {
	font-family: "Unbounded", cursive;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #171717;
	margin-bottom: 20px;
}
.pricing-box-style3 .price span {
	padding-left: 4px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	font-family: "DM Sans", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style3 .desc {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style3 ul {
	text-align: left;
	margin: 0 0 18px;
}
.pricing-box-style3 ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 8px;
}
.pricing-box-style3 ul li:last-child {
	margin-bottom: 0;
}
.pricing-box-style3 ul li span {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style3 .position-btn {
	width: 100%;
	max-width: 100%;
}
.pricing-box-style3 .btn {
	border: 1px solid #e6e6e6;
	position: relative;
	padding: 0 24px;
	width: 100%;
	border-radius: 26px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-box-style3 .btn span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #171717 !important;
	height: 48px;
	border-radius: 1000px;
	position: relative;
	z-index: 3;
}

.number-box-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.number-box-wrapper .number-box {
	width: calc((100% - 96px) / 4);
	position: relative;
}
.number-box-wrapper .number-box::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	border: 2px solid #c8f27c;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	border-radius: 16px;
}
.number-box-wrapper .number-box:hover::before {
	opacity: 1;
}
.number-box-wrapper .number-box .content {
	z-index: 3;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 28px 32px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
}
.number-box-wrapper .number-box .content .number {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	font-size: 56px;
	line-height: 68px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
.number-box-wrapper .number-box .content .heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-bottom: 8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
}
.number-box-wrapper .number-box.active .content .number,
.number-box-wrapper .number-box:hover .content .number {
	color: #c8f27c;
}
.number-box-wrapper .number-box.active .is_hover,
.number-box-wrapper .number-box:hover .is_hover {
	opacity: 1;
	visibility: visible;
}

.roadmad-box {
	margin-bottom: 92px;
	position: relative;
}
.roadmad-box:last-child {
	margin-bottom: 0;
}
.roadmad-box:hover .content .heading,
.roadmad-box.active .content .heading {
	color: #fff;
}
.roadmad-box .content {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	position: relative;
	border-radius: 16px;
	padding: 28px 32px;
}
.roadmad-box .content .heading {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 32px;
	line-height: 40px;
	color: #a0a3aa;
	margin-bottom: 15px;
}
.roadmad-box .content ul li {
	position: relative;
	padding-left: 6px;
}
.roadmad-box .content ul li span {
	position: relative;
	padding-left: 20px;
}
.roadmad-box .content ul li span::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a0a3aa;
	left: 4px;
	top: 10px;
}
.roadmad-box .content .icon {
	border-radius: 50%;
	background: #171717;
	width: 28px;
	height: 28px;
	max-width: 28px;
	max-height: 28px;
	position: absolute;
	top: 39%;
	right: -75px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.roadmad-box .content::before {
	position: absolute;
	content: "";
	right: -58px;
	top: 45%;
	width: 60px;
	height: 2px;
	background: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
}
.roadmad-box.style::after {
	left: -52px;
	right: auto;
}
.roadmad-box.style .content .icon {
	left: -75px;
	right: auto;
}
.roadmad-box.style .content::before {
	left: -60px;
	right: auto;
	width: 60px;
}

.team-box-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}

.team-box {
	width: calc((100% - 96px) / 4);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	border-radius: 12px;
	padding: 24px 24px 20px;
}
.team-box .image {
	margin-bottom: 16px;
	border-radius: 8px;
	overflow: hidden;
}
.team-box .image img {
	width: 100%;
}
.team-box .content {
	text-align: center;
}
.team-box .content .name {
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 0;
}
.team-box .content p {
	background: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 16px;
	line-height: 26px;
}

.what_i_do_wrap {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.what_i_do_wrap .box {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: calc((100% - 32px) / 2);
	padding: 40px;
	background: #1a1b2a;
	border-radius: 20px;
	margin-bottom: 30px;
}
.what_i_do_wrap .box h5 {
	font-family: "Golos Text", sans-serif;
	color: #fff;
	margin-bottom: 12px;
}
.what_i_do_wrap .box p {
	color: #fff;
}
.what_i_do_wrap .box:hover,
.what_i_do_wrap .box.active {
	background: #fb5858;
}

.team-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.team-wrapper.row-3 .team {
	width: calc((100% - 80px) / 3);
}
.team-wrapper.row-4 .team {
	width: calc((100% - 120px) / 4);
}
.team-wrapper .team {
	width: calc((100% - 120px) / 4);
	margin-bottom: 32px;
}

.team .image {
	border-radius: 12px;
}
.team .image {
	margin-bottom: 16px;
}
.team h5 {
	color: #171717;
	margin-bottom: 4px;
	font-family: "DM Sans", sans-serif;
}

/* Swiper
-------------------------------------------------------------- */
/* animation slider */
.swiper-container:hover {
	cursor: ew-resize;
}

.timing-function {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 9;
	opacity: 1;
	position: relative;
}
.swiper-pagination.style2 span {
	background-color: #171717;
}
.swiper-pagination.style2 span::after {
	border: 1px solid #171717;
}
.swiper-pagination.style2 span.swiper-pagination-bullet-active {
	background-color: #171717;
	border: 1px solid #171717;
}
.swiper-pagination.style3 span {
	background-color: transparent;
	border: 1px solid #171717;
}
.swiper-pagination.style3 span::after {
	border: 1px solid #171717;
}
.swiper-pagination.style3 span.swiper-pagination-bullet-active {
	background-color: #171717;
	border: 1px solid #171717;
}
.swiper-pagination span {
	opacity: 1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 0 8px;
	position: relative;
}
.swiper-pagination span::after {
	width: 16px;
	height: 16px;
	left: -5px;
	top: -5px;
	position: absolute;
	content: "";
	border: 1px solid #c8f27c;
	border-radius: 50%;
	opacity: 0;
}
.swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #c8f27c;
	border-color: #c8f27c;
}
.swiper-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.swiper.swiper-vertical {
	height: 624px;
}
.swiper.swiper-vertical .swiper-wrapper .swiper-slide {
	height: auto !important;
}

.swiper_vertical .item img {
	width: 200px;
	height: 300px;
	border-radius: 1000px;
}
.swiper_vertical .swiper {
	margin-left: 24px;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper .img-box {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	padding: 2px;
}
.swiper .img-box::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 12px;
	left: 0;
	top: 0;
	border: 2px solid #c8f27c;
	z-index: 2;
	opacity: 0;
}
.swiper .img-box::after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 12px;
	left: 0;
	top: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 3;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
}
.swiper .img-box:hover::before {
	opacity: 1;
}
.swiper .img-box .image {
	position: relative;
	padding: 22px;
	z-index: 4;
	border-radius: 12px;
}
.swiper .img-box .image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.mySwiper4 {
	overflow: visible;
}

.mySwiper5 {
	overflow: visible;
}

.sl-brand-11 .swiper-slide {
	width: auto !important;
}

.sl-brand-12 .swiper-slide .image span:nth-child(1) img {
	min-width: 40px;
	max-width: 40px;
}

.sl-brand-12 .swiper-slide .image span:nth-child(2) img {
	max-height: 90px;
}

/* Footer
-------------------------------------------------------------- */
.flat-tabs .menu-tab {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #a0a3aa;
}
.flat-tabs .menu-tab li {
	font-size: 24px;
	line-height: 40px;
	color: #171717;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
}
.flat-tabs .menu-tab li:hover {
	cursor: pointer;
}
.flat-tabs .content-tab {
	position: relative;
	overflow: hidden;
}

.content-inner {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	transform: scale(0.9) translate(0, 0%);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.content-inner.active {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
	opacity: 1;
	visibility: visible;
	position: relative;
	transform: scale(1) translate(0, 0%);
}

.flat-tabs-style2 {
	position: relative;
	z-index: 2;
	margin-top: -64px;
}
.flat-tabs-style2 .menu-tab {
	padding-bottom: 60px;
	border: none;
	justify-content: flex-end;
}
.flat-tabs-style2 .menu-tab li {
	position: relative;
	margin-left: 24px;
}
.flat-tabs-style2 .menu-tab li:hover {
	cursor: pointer;
}
.flat-tabs-style2 .menu-tab li::after {
	position: absolute;
	content: "";
	bottom: 4px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #171717;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
.flat-tabs-style2 .menu-tab li.active::after {
	opacity: 1;
}
.flat-tabs-style2 .menu-tab li span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #a0a3aa;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.flat-tabs-style2 .menu-tab li:nth-child(1) {
	margin-right: 0;
	margin-left: 0;
}
.flat-tabs-style2 .menu-tab li:hover span,
.flat-tabs-style2 .menu-tab li.active span {
	color: #171717;
}
.flat-tabs-style2 .content-inner {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}

.tf-about .flat-tabs .content-tab {
	padding-top: 32px;
}
.tf-about .flat-tabs .content-inner p {
	font-weight: 400;
}
.tf-about .menu-tab li {
	font-size: 24px;
	line-height: 44px;
	color: #171717;
	position: relative;
	margin-right: 38px;
}
.tf-about .menu-tab li:last-child {
	margin-right: 0;
}
.tf-about .menu-tab li::after {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 50%;
	background-color: #171717;
	opacity: 0;
}
.tf-about .menu-tab li.active::after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	opacity: 1;
}

#tab--content {
	position: relative;
	overflow-x: hidden;
}

.tabcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
}
.tabcontent .image .img {
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
}
.tabcontent .image .icon {
	opacity: 0;
	visibility: hidden;
}
.tabcontent.tab-active {
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.tabcontent.tab-active .image .img {
	transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-webkit-transition: all ease-in-out 0.8s;
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
	visibility: visible;
}
.tabcontent.tab-active .image .icon {
	transition: all 0.8s ease 0s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate(5deg) translateY(0);
	transform: rotate(5deg) translateY(0);
}

.tabcontent:first-child {
	position: relative;
}

.tabcontent.tab-active {
	opacity: 1;
	visibility: visible;
	border-top: 0px;
	display: block;
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

.icetab:last-child .service-box {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.icetab.active .service-box .number {
	color: #c8f27c;
}
.icetab.active .service-box .content .title {
	color: #fff;
}
.icetab.active .service-box .icon svg path {
	fill: #fff;
}
.icetab.active .service-box .effect-arow .effect {
	left: 200%;
	opacity: 0;
	visibility: hidden;
}
.icetab.active .service-box .effect-arow .effect-absolute {
	left: 0;
	opacity: 1;
	visibility: visible;
}

/* Menu
-------------------------------------------------------------- */
.body.main-nav-mobile {
	overflow: hidden !important;
}
.body.main-nav-mobile::after {
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.header__logo-mobile {
	display: none;
	padding: 20px 15px;
}
.header__logo-mobile img {
	height: 42px;
}

#main-nav-mobi-style2,
#main-nav-mobi {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	margin: 0 auto;
	width: 300px;
	left: 0;
	z-index: 9999;
	box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
	padding-left: 0;
	position: fixed;
	top: 0;
	overflow-y: auto;
	background: #0e0e0e;
	height: calc(100vh + 10px);
}
#main-nav-mobi-style2 ul,
#main-nav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav-mobi-style2 ul li,
#main-nav-mobi ul li {
	margin: 0;
	cursor: pointer;
	padding: 0;
	border-top: 1px solid rgba(2, 14, 40, 0.2);
	position: relative;
}
#main-nav-mobi-style2 ul li > ul > li:first-child,
#main-nav-mobi ul li > ul > li:first-child {
	border-top: 1px solid rgba(2, 14, 40, 0.2);
}
#main-nav-mobi-style2 ul > li > a,
#main-nav-mobi ul > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	padding: 12px 20px;
	position: relative;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
#main-nav-mobi-style2 .sub-menu li a,
#main-nav-mobi .sub-menu li a {
	padding-left: 40px;
}
#main-nav-mobi-style2 .sub-menu li a.current-item,
#main-nav-mobi .sub-menu li a.current-item {
	color: #c8f27c;
}
#main-nav-mobi-style2 ul li:first-child,
#main-nav-mobi ul li:first-child {
	border-top: 0px;
}
#main-nav-mobi-style2 ul ul li.current-item a,
#main-nav-mobi-style2 ul > li.current-menu-item > a,
#main-nav-mobi-style2 ul > li > a:hover,
#main-nav-mobi ul ul li.current-item a,
#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
	color: #c8f27c;
}
#main-nav-mobi-style2 .menu-item-has-children .arrow,
#main-nav-mobi .menu-item-has-children .arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	line-height: 48px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 2px;
	width: 48px;
}
#main-nav-mobi-style2 .menu-item-has-children .arrow:before,
#main-nav-mobi .menu-item-has-children .arrow:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
}
#main-nav-mobi-style2 .menu-item-has-children.current-menu-item .arrow:before,
#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
	color: #c8f27c;
}

.inner-page #menu-primary-menu::-webkit-scrollbar-thumb {
	background-color: #5edda0;
}

/* Mobile Menu Button */
.is_dark .mobile-button.style2 span,
.is_dark .mobile-button.style2::after,
.is_dark .mobile-button.style2::before,
#header_main.is-fixed.is-fixed.is-small .mobile-button.style2 span,
#header_main.is-fixed.is-fixed.is-small .mobile-button.style2::after,
#header_main.is-fixed.is-fixed.is-small .mobile-button.style2::before {
	background: #fff !important;
}

.home5.is_dark .mobile-button.style2 span,
.home5.is_dark .mobile-button.style2::after,
.home5.is_dark .mobile-button.style2::before,
.home5 #header_main.is-fixed.is-fixed.is-small .mobile-button.style2 span,
.home5 #header_main.is-fixed.is-fixed.is-small .mobile-button.style2::after,
.home5 #header_main.is-fixed.is-fixed.is-small .mobile-button.style2::before {
	background: #171717 !important;
}

.home21 .mobile-button {
	left: 15px;
	right: auto;
}

.home5.is_dark .icon-menu.style2 span,
.home5.is_dark .icon-menu.style2::after,
.home5.is_dark .icon-menu.style2::before,
.home5 .header.is-fixed .icon-menu.style2 span,
.home5 .header.is-fixed .icon-menu.style2::after,
.home5 .header.is-fixed .icon-menu.style2::before {
	background: #171717 !important;
}

.home5 .header .header-right,
.home7 .header .header-right {
	right: 16px;
}
.home5 .btn-menu,
.home7 .btn-menu {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.home25 #site-header-inner .header__logo {
	padding-left: 0;
}
.home25 .header.header-main-nav .header-right {
	bottom: 52px;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
}
.home25 .header.header-main-nav .mobile-button {
	bottom: 52px;
	top: auto;
	transform: none;
}
.home25 #main-nav-mobi {
	left: 90px;
	width: calc(100% - 90px);
	top: 0px;
}

.is_dark .icon-menu span,
.is_dark .icon-menu::after,
.is_dark .icon-menu::before {
	background: #171717;
}
.is_dark .icon-menu.style2 span,
.is_dark .icon-menu.style2::after,
.is_dark .icon-menu.style2::before {
	background: #fff;
}

#header_main.is-fixed.is-fixed.is-small .icon-menu.style2 span,
#header_main.is-fixed.is-fixed.is-small .icon-menu.style2::after,
#header_main.is-fixed.is-fixed.is-small .icon-menu.style2::before {
	background: #fff;
}

.icon-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	right: 0;
	background-color: transparent;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon-menu.style2 span,
.icon-menu.style2::after,
.icon-menu.style2::before {
	background: #171717;
}
.icon-menu.style3 span,
.icon-menu.style3::after,
.icon-menu.style3::before {
	background: #fff;
}
.icon-menu:before,
.icon-menu:after,
.icon-menu span {
	background-color: #fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.icon-menu:before,
.icon-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.icon-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.icon-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.icon-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.icon-menu.active span {
	opacity: 0;
}
.icon-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.icon-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-button {
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	right: 15px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobile-button.style2 span,
.mobile-button.style2::after,
.mobile-button.style2::before {
	background: #171717;
}
.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.mobile-button:before,
.mobile-button:after {
	content: "";
	position: absolute;
	top: 0;
	height: 3px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.mobile-button span {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
	opacity: 0;
}
.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* Sub Menu */
#main-nav .sub-menu {
	padding: 28px 40px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	background: #202020;
	box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
}
#main-nav .sub-menu > li {
	width: 25%;
}
#main-nav .sub-menu li {
	margin-right: 0 !important;
}
#main-nav .sub-menu li a {
	padding: 10px 20px;
	opacity: 1;
	color: #a0a3aa !important;
}
#main-nav .sub-menu li:hover .sub-menu {
	z-index: 9;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#main-nav .sub-menu li a {
	text-align: left;
	text-underline-offset: 10px;
	text-decoration-color: transparent;
	display: block;
}
#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li a.current-item {
	color: #fff !important;
	opacity: 1;
	text-decoration-line: underline;
	text-underline-offset: 6px;
	text-decoration-color: #c8f27c;
}

.home2 #main-nav .sub-menu li.current-item a {
	color: #bbadff;
}
.home2 #main-nav .menu li a:hover {
	color: #bbadff;
}
.home2 #main-nav .menu li a:hover::after {
	color: #bbadff;
}

#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li a.current-item {
	text-decoration-color: #5edda0;
}

/* Accordion
-------------------------------------------------------------- */
.flat-accordion {
	border: 3px solid #3a3b3e;
	border-radius: 20px;
	background: #fff;
}
.flat-accordion.max-width-930 {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}
.flat-accordion .flat-toggle {
	padding: 16px 30px 18px;
	margin-bottom: 21px;
	border-bottom: 1px solid #e6e6e6;
}
.flat-accordion .flat-toggle:last-child {
	margin-bottom: 0;
	border: none;
}
.flat-accordion .flat-toggle .toggle-title {
	padding-right: 40px;
	position: relative;
}
.flat-accordion .flat-toggle .toggle-title:hover {
	cursor: pointer;
}
.flat-accordion .flat-toggle .toggle-title.active .icon {
	transform: rotate(0);
}
.flat-accordion .flat-toggle .toggle-title .icon {
	position: absolute;
	right: 0;
	top: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: rotate(180deg);
}
.flat-accordion .flat-toggle .toggle-title .title {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #171717;
	margin-bottom: 0;
}
.flat-accordion .flat-toggle .toggle-content {
	display: none;
	margin-top: 8px;
}
.flat-accordion .flat-toggle .toggle-content p {
	color: #3a3b3e;
}
.flat-accordion.font4 .flat-toggle .toggle-title {
	z-index: 2;
}
.flat-accordion.font4 .flat-toggle .toggle-title .title {
	font-family: "Plus Jakarta Sans", sans-serif;
}
.flat-accordion.style2 {
	background-color: transparent;
	border: none;
	max-width: 791px;
	margin: 0 auto;
}
.flat-accordion.style2 .inner {
	padding: 20px 30px 13px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
	border: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
	z-index: 3;
	border-radius: 12px;
}
.flat-accordion.style2 .flat-toggle {
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 12px;
	margin-bottom: 30px;
	position: relative;
	z-index: 9;
	border: none;
}
.flat-accordion.style2 .flat-toggle.active .inner {
	padding-top: 27px;
}
.flat-accordion.style2 .flat-toggle .toggle-title {
	z-index: 11;
}
.flat-accordion.style2 .flat-toggle .toggle-title .title {
	font-size: "Space Grotesk", sans-serif;
	color: #fff;
	padding-bottom: 7px;
}
.flat-accordion.style2 .flat-toggle .toggle-title .icon {
	right: -2px;
	top: -2px;
}
.flat-accordion.style2 .flat-toggle .toggle-content {
	z-index: 11;
	padding-bottom: 12px;
}
.flat-accordion.style2 .flat-toggle .toggle-content p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #a0a3aa;
}
.flat-accordion.style2 .flat-toggle::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 12px;
	content: "";
	position: absolute;
	background-image: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
	opacity: 0;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	left: -2px;
	top: -2px;
	z-index: -2;
}
.flat-accordion.style2 .flat-toggle::after {
	z-index: -1;
	border-radius: 11px;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #050712;
}
.flat-accordion.style2 .flat-toggle.active::before,
.flat-accordion.style2 .flat-toggle:hover::before {
	opacity: 1;
}

/* Footer
-------------------------------------------------------------- */
.home27 #footer .button-style:hover .btn-main,
.home2 #footer .button-style:hover .btn-main {
	background-color: #fff !important;
	color: #171717 !important;
}

#footer {
	position: relative;
	padding: 80px 0;
	background-color: #171717;
}
#footer .container {
	z-index: 1;
	position: relative;
}
#footer.style2 {
	padding-bottom: 40px;
	background-color: #faf9f5;
}
#footer.style2.black {
	padding-top: 0;
	background-color: #171717;
}
#footer.style2.black .cta {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	margin-bottom: 40px;
}
#footer.style2.black .cta .tf-button {
	border-radius: 4px;
	padding: 12px 32px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
}
#footer.style2.black .footer-left .header__logo {
	margin-bottom: 4px;
}
#footer.style2.black .footer-left ul {
	margin-bottom: 10px;
}
#footer.style2.black .footer-left p {
	color: #fff;
}
#footer.style2.black .footer-contact.style1 {
	padding-left: 38px;
	padding-top: 18px;
}
#footer.style2.black .footer-contact.style2 {
	padding-left: 110px;
	padding-top: 18px;
}
#footer.style2.black .footer-contact a,
#footer.style2.black .footer-contact p {
	font-family: "DM Sans", sans-serif;
	color: #fff;
}
#footer.style2.black .footer-contact a {
	font-weight: 700;
}
#footer.style2 .cta {
	margin-bottom: 60px;
	background: #ffffff;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
	border-radius: 16px;
	padding: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#footer.style2 .cta .footer-form {
	width: 52%;
	padding-top: 0;
	margin-top: -1px;
}
#footer.style2 .cta .footer-form form fieldset {
	margin-bottom: 42px !important;
}
#footer.style2 .cta .footer-form form fieldset.mb-52 {
	margin-bottom: 33px !important;
}
#footer.style2 .cta .footer-form form fieldset.mb-50 {
	margin-bottom: 50px;
}
#footer.style2 .cta .content {
	padding-right: 15%;
	width: 48%;
}
#footer.style2 .cta input,
#footer.style2 .cta textarea {
	color: #171717;
	font-size: 18px;
	line-height: 36px;
	border-bottom: 1px solid #a0a3aa !important;
	font-family: "DM Sans", sans-serif;
}
#footer.style2 .cta input::placeholder,
#footer.style2 .cta textarea::placeholder {
	color: #a0a3aa !important;
	font-size: 18px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
}
#footer.style2 .cta textarea:focus,
#footer.style2 .cta input:focus {
	border-color: #3c60dc;
}
#footer.style2 .cta .footer-form .button.style2 {
	position: relative;
	border-radius: 10px;
	color: #171717;
	background: linear-gradient(
		266.86deg,
		rgba(118, 205, 103, 0.1) 0%,
		rgba(51, 114, 236, 0.1) 99.53%
	);
}
#footer.style2 .cta .footer-form .button.style2::after {
	border-radius: 10px;
	position: absolute;
	content: "";
	border: 1px solid #3c60dc;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer.style2 .cta .footer-form .button.style2:hover::after {
	border-color: transparent;
}
#footer.style2 .footer-left .header__logo {
	margin-bottom: 12px;
}
#footer.style2 .footer-left p {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}
#footer.style2 .footer-left .social li {
	margin-right: 24px;
}
#footer.style2 .footer-left .social li:last-child {
	margin-right: 0;
}
#footer.style2 .footer-left .social li img {
	width: 20px;
	height: 20px;
}
#footer.style2 .footer-contact {
	padding-top: 20px;
}
#footer.style2 .footer-contact.style1 {
	padding-left: 80px;
}
#footer.style2 .footer-contact.style2 {
	padding-left: 190px;
}
#footer.style2 .footer-contact p {
	font-size: 16px;
	line-height: 26px;
	color: #3a3b3e;
	margin-bottom: 8px;
	font-family: "DM Sans", sans-serif;
}
#footer.style2 .footer-contact a {
	font-size: 24px;
	font-family: 500;
	line-height: 36px;
	font-family: "Montserrat", sans-serif;
	color: #171717;
}
#footer .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("./../../assets/images/backgroup/bg_footer.png") center
		center no-repeat;
	background-size: cover;
}
#footer .footer-content {
	padding-right: 20%;
}
#footer .footer-content .title {
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 96px;
	color: #fff;
	position: relative;
}
#footer .footer-content .title a {
	position: absolute;
	left: 225px;
	top: -5px;
}
#footer .footer-content .social li {
	margin-right: 24px;
}
#footer .footer-content .social li:last-child {
	margin-right: 0;
}
#footer .footer-content .social li img {
	width: 36px;
	height: 36px;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .footer-content .social li a:hover img {
	transform: scale(1.3);
}
#footer .footer-content .copyright {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
}
#footer .footer-form {
	text-align: right;
	padding-top: 5px;
}
#footer .footer-form form {
	text-align: left;
	max-width: 690px;
	margin-left: auto;
}
#footer .footer-form form fieldset {
	margin-bottom: 60px;
}
#footer .footer-form form fieldset.mb-52 {
	margin-bottom: 52px;
}
#footer .footer-form form fieldset.mb-50 {
	margin-bottom: 50px;
}

/* Animate
-------------------------------------------------------------- */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.zoom-in-out-box {
	animation: zoom-in-zoom-out 2s ease infinite;
}

.pulse_three {
	animation: pulse_three 3s linear infinite;
}

@keyframes pulse_three {
	0% {
		box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff, 0 0 0 0 #fff;
	}
	25% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
			0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
	}
	50% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0),
			0 0 0 10px rgba(255, 255, 255, 0.3),
			0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	75% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0),
			0 0 0 20px rgba(255, 255, 255, 0),
			0 0 0 10px rgba(255, 255, 255, 0.3);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0),
			0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0);
	}
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.3, 1.3);
	}
	100% {
		transform: scale(1, 1);
	}
}
.d-rotate {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.d-rotate .rotate-text {
	display: block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
	transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.img-animation {
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
		-webkit-transform 0.8s ease-in-out 1.1s,
		-webkit-filter 0.5s ease-in-out 1.1s;
	transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
		-webkit-transform 0.8s ease-in-out 1.1s,
		-webkit-filter 0.5s ease-in-out 1.1s;
	-o-transition: clip-path 0.8s ease-in-out 0.3s,
		transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
	transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
		filter 0.5s ease-in-out 1.1s;
	transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
		filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s,
		-webkit-transform 0.8s ease-in-out 1.1s,
		-webkit-filter 0.5s ease-in-out 1.1s;
	position: relative;
}

.img-animation.animated {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	animation-duration: 0.75s;
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}
	30% {
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		transform: translateX(0);
	}
}
.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.tada {
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
	from {
		transform: none;
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		transform: none;
	}
}
.wobble {
	animation-name: wobble;
}

@keyframes jello {
	from,
	11.1%,
	to {
		transform: none;
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	to {
		transform: none;
	}
}
.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	to {
		transform: none;
	}
}
.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: none;
	}
}
.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translate3d(0, 0, 150px)
			rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translate3d(0, 0, 150px)
			rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		transform: none;
		opacity: 1;
	}
}
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}
.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1;
	}
	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.jackInTheBox {
	animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.rollIn {
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}
.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}
.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutUp {
	animation-name: zoomOutUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}
.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}
.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}
.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}
.slideOutUp {
	animation-name: slideOutUp;
}

@keyframes move2 {
	0% {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px);
	}
	50% {
		-webkit-transform: rotate(-1deg) translate(-2px, -2px);
		transform: rotate(-1deg) translate(-2px, -2px);
	}
	100% {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px);
	}
}
@keyframes move3 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	50% {
		-webkit-transform: translate(30px);
		transform: translate(30px);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@keyframes move4 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	50% {
		-webkit-transform: translate(-30px);
		transform: translate(-30px);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@keyframes move5 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes myanimation {
	0% {
		width: 0;
	}
}
@keyframes myanimation {
	0% {
		width: 0;
	}
}
@keyframes ripple {
	70% {
		box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.move1 {
	animation: move1 5s infinite linear;
}

.move2 {
	animation: move2 5s infinite linear;
}

.move3 {
	animation: move3 5s infinite linear;
}

.move4 {
	animation: move4 5s infinite linear;
}

.move5 {
	animation: move5 5s infinite linear;
}

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

Primary style

-------------------------------- */
/* .animationtext {
  font-size: 3rem;
  line-height: 1.2;
}

.animationtext.font-style-normal i,
.animationtext.font-style-normal em {
  font-style: normal;
}

.animationtext .item-text {
    margin: 0;
}

@media only screen and (min-width: 768px) {
  .animationtext {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .animationtext {
    font-size: 6rem;
  }
} */
.animationtext {
	max-height: 170px;
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper .item-text {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	font-weight: inherit;
}

.cd-words-wrapper .item-text.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper .item-text {
	opacity: 0;
}

.no-js .cd-words-wrapper .item-text.is-visible {
	opacity: 1;
}

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

xrotate-1 

-------------------------------- */
.animationtext.rotate-1 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.animationtext.rotate-1 .item-text {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.animationtext.rotate-1 .item-text.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in 1.2s;
	-moz-animation: cd-rotate-1-in 1.2s;
	animation: cd-rotate-1-in 1.2s;
}

.animationtext.rotate-1 .item-text.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out 1.2s;
	-moz-animation: cd-rotate-1-out 1.2s;
	animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		opacity: 0;
	}
	35% {
		-webkit-transform: rotateX(120deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(360deg);
		opacity: 1;
	}
}
@-moz-keyframes cd-rotate-1-in {
	0% {
		-moz-transform: rotateX(180deg);
		opacity: 0;
	}
	35% {
		-moz-transform: rotateX(120deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-moz-transform: rotateX(360deg);
		opacity: 1;
	}
}
@keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
	35% {
		-webkit-transform: rotateX(120deg);
		-moz-transform: rotateX(120deg);
		-ms-transform: rotateX(120deg);
		-o-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateX(360deg);
		-ms-transform: rotateX(360deg);
		-o-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1;
	}
}
@-webkit-keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-webkit-transform: rotateX(-40deg);
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		opacity: 0;
	}
}
@-moz-keyframes cd-rotate-1-out {
	0% {
		-moz-transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-moz-transform: rotateX(-40deg);
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		-moz-transform: rotateX(180deg);
		opacity: 0;
	}
}
@keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-webkit-transform: rotateX(-40deg);
		-moz-transform: rotateX(-40deg);
		-ms-transform: rotateX(-40deg);
		-o-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
}
/* -------------------------------- 

xtype 

-------------------------------- */
.animationtext.type .cd-words-wrapper {
	vertical-align: top;
	overflow: hidden;
}

.animationtext.type .cd-words-wrapper::after {
	/* vertical bar */
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #c8f27c;
}

.animationtext.type .cd-words-wrapper.waiting::after {
	-webkit-animation: cd-pulse 10s infinite;
	-moz-animation: cd-pulse 10s infinite;
	animation: cd-pulse 10s infinite;
}

.animationtext.type .cd-words-wrapper.selected {
	background-color: #c8f27c;
}

.animationtext.type .cd-words-wrapper.selected::after {
	visibility: hidden;
}

.animationtext.type .cd-words-wrapper.selected .item-text {
	color: #0d0d0d;
}

.animationtext.type .item-text {
	visibility: hidden;
}

.animationtext.type .item-text.is-visible {
	visibility: visible;
}

.animationtext.type i {
	position: absolute;
	visibility: hidden;
}

.animationtext.type i.in {
	position: relative;
	visibility: visible;
}

@-webkit-keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
@-moz-keyframes cd-pulse {
	0% {
		-moz-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	40% {
		-moz-transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
@keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		-moz-transform: translateY(-50%) scale(1);
		-ms-transform: translateY(-50%) scale(1);
		-o-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateY(-50%) scale(0.9);
		-moz-transform: translateY(-50%) scale(0.9);
		-ms-transform: translateY(-50%) scale(0.9);
		-o-transform: translateY(-50%) scale(0.9);
		transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		-moz-transform: translateY(-50%) scale(0);
		-ms-transform: translateY(-50%) scale(0);
		-o-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.animationtext.rotate-2 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.animationtext.rotate-2 i,
.animationtext.rotate-2 em {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animationtext.rotate-2 .item-text {
	opacity: 0;
}

.animationtext.rotate-2 i {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	-moz-transform: translateZ(-20px) rotateX(90deg);
	-ms-transform: translateZ(-20px) rotateX(90deg);
	-o-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}

.is-visible .animationtext.rotate-2 i {
	opacity: 1;
}

.animationtext.rotate-2 i.in {
	-webkit-animation: cd-rotate-2-in 0.4s forwards;
	-moz-animation: cd-rotate-2-in 0.4s forwards;
	animation: cd-rotate-2-in 0.4s forwards;
}

.animationtext.rotate-2 i.out {
	-webkit-animation: cd-rotate-2-out 0.4s forwards;
	-moz-animation: cd-rotate-2-out 0.4s forwards;
	animation: cd-rotate-2-out 0.4s forwards;
}

.animationtext.rotate-2 em {
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	-o-transform: translateZ(20px);
	transform: translateZ(20px);
}

.no-csstransitions .animationtext.rotate-2 i {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 0;
}

.no-csstransitions .animationtext.rotate-2 i em {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.no-csstransitions .animationtext.rotate-2 .is-visible i {
	opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
	}
}
@-moz-keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0deg);
	}
}
@keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		-moz-transform: translateZ(-20px) rotateX(90deg);
		-ms-transform: translateZ(-20px) rotateX(90deg);
		-o-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		-moz-transform: translateZ(-20px) rotateX(-10deg);
		-ms-transform: translateZ(-20px) rotateX(-10deg);
		-o-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		-moz-transform: translateZ(-20px) rotateX(0deg);
		-ms-transform: translateZ(-20px) rotateX(0deg);
		-o-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg);
	}
}
@-webkit-keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
	}
}
@-moz-keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-90deg);
	}
}
@keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		-moz-transform: translateZ(-20px) rotateX(0);
		-ms-transform: translateZ(-20px) rotateX(0);
		-o-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		-moz-transform: translateZ(-20px) rotateX(-100deg);
		-ms-transform: translateZ(-20px) rotateX(-100deg);
		-o-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		-moz-transform: translateZ(-20px) rotateX(-90deg);
		-ms-transform: translateZ(-20px) rotateX(-90deg);
		-o-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg);
	}
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.animationtext.loading-bar span {
	display: inline-block;
	padding: 0.2em 0;
}

.animationtext.loading-bar .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.animationtext.loading-bar .cd-words-wrapper::after {
	/* loading bar */
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #c8f27c;
	z-index: 2;
	-webkit-transition: width 0.3s -0.1s;
	-moz-transition: width 0.3s -0.1s;
	transition: width 0.3s -0.1s;
}

.animationtext.loading-bar .cd-words-wrapper.is-loading::after {
	width: 100%;
	-webkit-transition: width 3s;
	-moz-transition: width 3s;
	transition: width 3s;
}

.animationtext.loading-bar .item-text {
	top: 0.2em;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.animationtext.loading-bar .item-text.is-visible {
	opacity: 1;
	top: 0;
}

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

xslide 

-------------------------------- */
.animationtext.slide span {
	display: inline-block;
	/* padding: .2em 0; */
}

.animationtext.slide .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.animationtext.slide .item-text {
	opacity: 0;
	top: 0.2em;
}

.animationtext.slide .item-text.is-visible {
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in 0.6s;
	-moz-animation: slide-in 0.6s;
	animation: slide-in 0.6s;
}

.animationtext.slide .item-text.is-hidden {
	-webkit-animation: slide-out 0.6s;
	-moz-animation: slide-out 0.6s;
	animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes slide-in {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%);
		-ms-transform: translateY(20%);
		-o-transform: translateY(20%);
		transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
}
@-moz-keyframes slide-out {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	60% {
		opacity: 0;
		-moz-transform: translateY(120%);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
}
@keyframes slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		-moz-transform: translateY(120%);
		-ms-transform: translateY(120%);
		-o-transform: translateY(120%);
		transform: translateY(120%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
}
/* -------------------------------- 

xclip 

-------------------------------- */
.animationtext.clip span {
	display: inline-block;
	padding: 0;
}

.animationtext.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.animationtext.clip .cd-words-wrapper::after {
	/* line */
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background-color: #c8f27c;
}

.animationtext.clip .item-text {
	opacity: 0;
}

.animationtext.clip .item-text.is-visible {
	opacity: 1;
}

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

xzoom 

-------------------------------- */
.animationtext.zoom .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.animationtext.zoom .item-text {
	opacity: 0;
}

.animationtext.zoom .item-text.is-visible {
	opacity: 1;
	-webkit-animation: zoom-in 0.8s;
	-moz-animation: zoom-in 0.8s;
	animation: zoom-in 0.8s;
}

.animationtext.zoom .item-text.is-hidden {
	-webkit-animation: zoom-out 0.8s;
	-moz-animation: zoom-out 0.8s;
	animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
	}
}
@-moz-keyframes zoom-in {
	0% {
		opacity: 0;
		-moz-transform: translateZ(100px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(0);
	}
}
@keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-o-transform: translateZ(100px);
		transform: translateZ(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
	}
}
@-moz-keyframes zoom-out {
	0% {
		opacity: 1;
		-moz-transform: translateZ(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateZ(-100px);
	}
}
@keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		-moz-transform: translateZ(-100px);
		-ms-transform: translateZ(-100px);
		-o-transform: translateZ(-100px);
		transform: translateZ(-100px);
	}
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.animationtext.rotate-3 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.animationtext.rotate-3 .item-text {
	opacity: 0;
}

.animationtext.rotate-3 i {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.is-visible .animationtext.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.animationtext.rotate-3 i.in {
	-webkit-animation: cd-rotate-3-in 0.6s forwards;
	-moz-animation: cd-rotate-3-in 0.6s forwards;
	animation: cd-rotate-3-in 0.6s forwards;
}

.animationtext.rotate-3 i.out {
	-webkit-animation: cd-rotate-3-out 0.6s forwards;
	-moz-animation: cd-rotate-3-out 0.6s forwards;
	animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .animationtext.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 0;
}

.no-csstransitions .animationtext.rotate-3 .is-visible i {
	opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
	0% {
		-webkit-transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
	}
}
@-moz-keyframes cd-rotate-3-in {
	0% {
		-moz-transform: rotateY(180deg);
	}
	100% {
		-moz-transform: rotateY(0deg);
	}
}
@keyframes cd-rotate-3-in {
	0% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@-webkit-keyframes cd-rotate-3-out {
	0% {
		-webkit-transform: rotateY(0);
	}
	100% {
		-webkit-transform: rotateY(-180deg);
	}
}
@-moz-keyframes cd-rotate-3-out {
	0% {
		-moz-transform: rotateY(0);
	}
	100% {
		-moz-transform: rotateY(-180deg);
	}
}
@keyframes cd-rotate-3-out {
	0% {
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-o-transform: rotateY(0);
		transform: rotateY(0);
	}
	100% {
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
}
/* -------------------------------- 

xscale 

-------------------------------- */
.animationtext.scale .item-text {
	opacity: 0;
}

.animationtext.scale .item-text.is-visible {
	opacity: 1;
}

.animationtext.scale i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

/*.is-visible .animationtext.scale i {
  opacity: 1;
}*/
.animationtext.scale .item-text.is-visible {
	-webkit-animation: scale-up 0.6s forwards;
	-moz-animation: scale-up 0.6s forwards;
	animation: scale-up 0.6s forwards;
}

.animationtext.scale .item-text {
	-webkit-animation: scale-down 0.6s forwards;
	-moz-animation: scale-down 0.6s forwards;
	animation: scale-down 0.6s forwards;
}

.no-csstransitions .animationtext.scale .item-text {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

.no-csstransitions .animationtext.scale .is-visible i {
	opacity: 1;
}

@-webkit-keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-moz-keyframes scale-up {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	60% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}
@keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
}
@-moz-keyframes scale-down {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}
	60% {
		-moz-transform: scale(0);
		opacity: 0;
	}
}
@keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}
/* -------------------------------- 

xpush 

-------------------------------- */
.animationtext.push .item-text {
	opacity: 0;
}

.animationtext.push .item-text.is-visible {
	opacity: 1;
	-webkit-animation: push-in 0.6s;
	-moz-animation: push-in 0.6s;
	animation: push-in 0.6s;
}

.animationtext.push .item-text.is-hidden {
	-webkit-animation: push-out 0.6s;
	-moz-animation: push-out 0.6s;
	animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes push-in {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		-o-transform: translateX(10%);
		transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}
@-moz-keyframes push-out {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	60% {
		opacity: 0;
		-moz-transform: translateX(110%);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
}
@keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		-moz-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
}
.d-rotate.animated .rotate-text {
	-webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
	opacity: 1;
}

/* TF Section
-------------------------------------------------------------- */
.mb-60 {
	margin-bottom: 60px;
}

.pr-15 {
	padding-right: 15px;
}

.ml-8 {
	margin-left: 8px;
}

.pt-67 {
	padding-top: 67px;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.pr-120 {
	padding-right: 120px;
}

.pl-2 {
	padding-left: 2px;
}

.pl-25 {
	padding-left: 25px;
}

.mb-70 {
	margin-bottom: 70px;
}

.pt-38 {
	padding-top: 38px;
}

.pt3 {
	padding-top: 3px;
}

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

.pt-96 {
	padding-top: 96px;
}

.pt-103 {
	padding-top: 103px;
}

.mt-22 {
	margin-top: 22px;
}

.mr-12 {
	margin-right: 12px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-30 {
	margin-bottom: 30px;
}

.pd-0 {
	padding: 0 !important;
}

.mb-42 {
	margin-bottom: 42px;
}

.mb-58 {
	margin-bottom: 58px;
}

.pr-78 {
	padding-right: 78px;
}

.pt-80 {
	padding-top: 80px;
}

.pd-0-20 {
	padding: 0 20%;
}

.mt-80 {
	margin-top: 80px;
}

.mt2 {
	margin-top: 2px;
}

.mb-14 {
	margin-bottom: 14px;
}

.mb-6 {
	margin-bottom: 6px !important;
}

.mb-28-impotant {
	margin-bottom: 28px !important;
}

.mb-38 {
	margin-bottom: 38px;
}

.pl-3 {
	padding-left: 3px;
}

.mb-77 {
	margin-bottom: 77px;
}

.mb-34 {
	margin-bottom: 34px;
}

.ml-4 {
	margin-left: 4px;
}

.mb-40 {
	margin-bottom: 40px;
}

.pr-30 {
	padding-right: 30px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-52 {
	margin-bottom: 52px;
}

.mb-54 {
	margin-bottom: 54px;
}

.mb-38 {
	margin-bottom: 38px;
}

.mb-56 {
	margin-bottom: 56px;
}

.pt-50 {
	padding-top: 50px;
}

.pd-16 {
	padding: 0 16%;
}

.max-width-690 {
	max-width: 690px;
}

.max-width-650 {
	max-width: 650px;
}

.mb-36 {
	margin-bottom: 36px;
}

.pl-160 {
	padding-left: 160px;
}

.pl-84 {
	padding-left: 84px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-56 {
	margin-top: 56px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.mt-44 {
	margin-top: 44px;
}

.mt35 {
	margin-top: 35px;
}

.mt-82 {
	margin-top: 82px;
}

.mb-16 {
	margin-bottom: 16px;
}

.pl-65 {
	padding-left: 65px;
}

.ml-35 {
	margin-left: -35px;
}

.mr-25 {
	margin-right: -25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-20px {
	margin-top: 20px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-36 {
	margin-top: 36px;
}

.mr-35 {
	margin-right: -35px;
}

.pl-90 {
	padding-left: 90px;
}

.pt-98 {
	padding-top: 98px;
}

.mb-33 {
	margin-bottom: 33px !important;
}

.pt-40 {
	padding-top: 40px;
}

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

.ml-auto {
	margin-left: auto;
}

.pl-88 {
	padding-left: 88px;
}

.mb-75 {
	margin-bottom: 75px;
}

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

.mr-10 {
	margin-right: -10px;
}

.mb-100 {
	margin-bottom: 100px;
}

.ml-2 {
	margin-left: 2px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.w-full {
	width: 100%;
}

.mt-52 {
	margin-top: 52px;
}

.mt-54 {
	margin-top: 54px;
}

.mb-18 {
	margin-bottom: 18px;
}

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

.pl-68 {
	padding-left: 68px;
}

.pd-20 {
	padding: 0 20%;
}

.pd-28 {
	padding: 0 28%;
}

.pd-25 {
	padding: 0 25%;
}

.max-width-644 {
	max-width: 644px;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.pb-5 {
	padding-bottom: 5px;
}

.mb-28 {
	margin-bottom: 28px;
}

.pt-40 {
	padding-top: 40px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-68 {
	margin-bottom: 68px;
}

.mb-63 {
	margin-bottom: 63px;
}

.mb-82 {
	margin-bottom: 82px;
}

.mt-20 {
	margin-top: -20%;
}

.relative {
	position: relative;
}

.max-width-460 {
	max-width: 460px;
}

.color_2 {
	color: #171717;
}

.pt-55 {
	padding-top: 55px;
}

.pl-70 {
	padding-left: 70px;
}

.pr-11 {
	padding-right: 11%;
}

.pr-0 {
	padding-right: 0 !important;
}

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

.mt-38 {
	margin-top: 38px;
}

.pl-42 {
	padding-left: 42px;
}

.pt-18 {
	padding-top: 18px;
}

.pl-24 {
	padding-left: 24px;
}

.pt-48 {
	padding-top: 48px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-44 {
	margin-bottom: 44px;
}

.mr-20 {
	margin-right: 20px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-32 {
	margin-bottom: 32px;
}

.radius-20 {
	border-radius: 20px;
}

.radius-12 {
	border-radius: 12px;
}

.mb-12 {
	margin-bottom: 12px;
}

.pr-10 {
	padding-right: 10px;
}

.mr-16 {
	margin-right: 16px;
}

.pb-24 {
	padding-bottom: 24px !important;
}

.border-bottom {
	border-bottom: 1px solid #e6e6e6;
}

.border-top {
	border-bottom: 1px solid #e6e6e6;
}

.pl-60 {
	padding-left: 60px;
}

.pr-105 {
	padding-right: 105px;
}

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

.mb-50 {
	margin-bottom: 50px;
}

.mb-22 {
	margin-bottom: 22px;
}

.pl-14 {
	padding-left: 14px;
}

.ml-16 {
	margin-left: 16px;
}

.mt-16 {
	margin-top: 16px;
}

.pt-6 {
	padding-top: 6px;
}

.mb4 {
	margin-bottom: 4px;
}

.pl-138 {
	padding-left: 138px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-18 {
	margin-bottom: 18px !important;
}

.pb-30 {
	padding-bottom: 30px;
}

/* Magnific Popup CSS
-------------------------------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #3f3f3f;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	/* cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;  */
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	background: transparent;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
	background: transparent;
}

/* Main image in popup */
img.mfp-img {
	/* cursor: w-resize; */
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

/* .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */
@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure {
		/* The shadow behind the image */
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

/* progess
-------------------------------------------------------------- */
.content-progress-box .progress-bar {
	margin-bottom: 23px;
}
.content-progress-box .progress-bar:last-child {
	margin-bottom: 0;
}
.content-progress-box.style2 .progress-title-holder {
	margin-bottom: 0;
}
.content-progress-box.style2 .progress-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.4;
	margin-right: 0;
}
.content-progress-box.style2 .progress-content {
	background: linear-gradient(270deg, #86ff00 6.58%, rgba(9, 18, 29, 0) 100%);
	height: 11px;
}
.content-progress-box.style2 .progress-content-outter {
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.content-progress-box.style2 .progress-number-wrapper {
	text-align: left;
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content-progress-box.style2 .progress-number-wrapper span {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
}
.content-progress-box.style2 .progress-title-holder span {
	font-size: 12px;
	line-height: 1.4;
}

.progress-bar {
	background-color: transparent;
	color: #798da3;
}

.progress-title-holder {
	padding-bottom: 0;
	position: relative;
	text-align: left;
	margin-bottom: 12px;
}
.progress-title-holder span {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #171717;
}
.progress-title-holder span.percent {
	font-size: 15px;
	color: #fff;
}

.progress-title {
	z-index: 100;
	font-weight: 600;
	font-size: 18px;
	margin-right: 7px;
}

.progress-number-wrapper {
	width: 100%;
	z-index: 10;
}

.progress-content-outter {
	height: 4px;
	background-color: #e6e6e6;
}

.progress-content {
	height: 4px;
	background-color: #3a3b3e;
	width: 0%;
	/* Initial value */
}

.white {
	color: white;
}

.progress_number {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.project-box-style6 .progress-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.project-box-style6 .progress-title-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.project-box-style6 .content-progress-box.style2 .progress-title-holder span {
	font-family: "resobot-bold";
	font-weight: 700;
	color: #c8f27c;
	font-size: 16px;
	line-height: 1.4;
}
.project-box-style6
	.content-progress-box.style2
	.progress-title-holder
	span.white {
	color: #fff;
}
.project-box-style6
	.content-progress-box.style2
	.progress-title-holder
	span
	.progress-number-mark {
	margin-left: 3px;
}

/* Modal
-------------------------------------------------------------- */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	z-index: 999;
	overflow: hidden;
	align-items: center;
}
.modal .bg-modal {
	z-index: 98;
	background-color: #171717;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.modal .bg-modal:hover {
	cursor: pointer;
}

.js-project:hover,
.js-blog:hover {
	cursor: pointer;
}

.home5.modal-menu .popup-menu.modal,
.home10.modal-menu .popup-menu.modal {
	top: 99px;
	height: calc(100vh - 99px);
}

.home7.modal-menu .popup-menu.modal {
	top: 0px;
	height: 100vh;
}

.modal-menu.body {
	overflow: hidden;
}
.modal-menu .popup-menu.modal {
	display: block;
	top: 74px;
	height: calc(100vh - 74px);
}
.modal-menu .popup-menu.modal.style2 {
	top: 0;
	left: 90px;
	height: 100vh;
}
.modal-menu .popup-menu.modal .container-modal {
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
}
.modal-menu .popup-menu.modal .modal-content {
	padding: 0;
	background-color: #0e0e0e;
	max-height: 100%;
	max-width: 100%;
	height: 100%;
	border-radius: 0;
}
.modal-menu .popup-menu.modal .modal-content .list {
	max-height: 60vh;
	overflow-y: auto;
	width: 50%;
	padding-left: 120px;
}
.modal-menu .popup-menu.modal .modal-content .list li {
	margin-bottom: 20px;
}
.modal-menu .popup-menu.modal .modal-content .list li.active .sub {
	display: block;
	height: auto;
	overflow: visible;
}
.modal-menu .popup-menu.modal .modal-content .list li .sub {
	height: 0;
	overflow: hidden;
	padding-left: 20px;
}
.modal-menu .popup-menu.modal .modal-content .list li .sub li a {
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 44px;
	color: #fff;
}
.modal-menu .popup-menu.modal .modal-content .list li:last-child {
	margin-bottom: 0;
}
.modal-menu .popup-menu.modal .modal-content .list li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: "Space Grotesk", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
	color: #fff;
}
.modal-menu .popup-menu.modal .modal-content .list li a img {
	margin-left: 8px;
}
.modal-menu .popup-menu.modal .modal-content .list li a:hover {
	color: #c8f27c;
}
.modal-menu .popup-menu.modal .modal-content .inner {
	padding-right: 120px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	width: 50%;
}
.modal-menu .popup-menu.modal .modal-content .inner .mt-38 {
	margin-top: 38px;
}
.modal-menu .popup-menu.modal .modal-content .inner h5 {
	margin-bottom: 16px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}
.modal-menu .popup-menu.modal .modal-content .inner a {
	display: block;
}
.modal-menu .popup-menu.modal .modal-content .inner .mail {
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
.modal-menu .popup-menu.modal .modal-content .inner .phone {
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.modal-menu .popup-menu.modal .modal-content .inner h5,
.modal-menu .popup-menu.modal .modal-content .inner .mail,
.modal-menu .popup-menu.modal .modal-content .inner .phone {
	color: #fff;
}
.modal-menu .popup-menu.modal .modal-content .inner p {
	color: #fff !important;
}

/* Modal Content */
.modal-content {
	z-index: 99;
	max-height: 70vh;
	overflow-y: auto;
	max-width: 1170px;
	position: relative;
	margin: auto;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.5s;
	animation-name: animatetop;
	animation-duration: 0.5s;
	padding: 60px 210px;
	background-color: #fff;
	border-radius: 20px;
	border: none;
}
.modal-content .close-modal {
	position: absolute;
	right: 28px;
	top: 40px;
}
.modal-content .close-modal:hover {
	cursor: pointer;
}
.modal-content.project--modal {
	padding: 58px 60px;
}

.modal-content::-webkit-scrollbar {
	width: 12px;
	left: 10px;
	border-radius: 10px;
}

/* Track */
.modal-content::-webkit-scrollbar-track {
	background: #e6e6e6;
}

/* Handle */
.modal-content::-webkit-scrollbar-thumb {
	background: #a0a3aa;
	border-radius: 10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
/* The Close Button */
/* Blog
-------------------------------------------------------------- */
.box-details .heading {
	margin-bottom: 16px;
	color: #171717;
}
.box-details .heading.mb-28 {
	margin-bottom: 28px;
}
.box-details .info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.box-details .info li {
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.box-details .info li img {
	margin-right: 8px;
}
.box-details .info li span {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #171717;
}
.box-details .info li.line {
	width: 24px;
	height: 1px;
	background-color: #171717;
}
.box-details .mb-32 {
	margin-bottom: 32px;
}
.box-details .txt {
	margin-bottom: 12px;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #171717;
}
.box-details .txt.mb-32 {
	margin-bottom: 32px;
}
.box-details .txt.mb-20 {
	margin-bottom: 20px;
}
.box-details .video {
	border-radius: 0;
}
.box-details .video .wrap-video a {
	background-color: transparent;
}
.box-details .wraper-tag {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #e6e6e6;
}
.box-details .wraper-tag .tag {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.box-details .wraper-tag .tag li {
	margin-right: 18px;
	padding: 6px 10px;
	background-color: #e6e6e6;
}
.box-details .wraper-tag .tag li span {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #171717;
}
.box-details .wraper-tag .link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.box-details .wraper-tag .link li {
	margin-right: 16px;
}
.box-details .wraper-tag .link li span {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #171717;
}
.box-details.project-details {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.box-details.project-details .content {
	width: 66%;
}
.box-details.project-details .info-project {
	width: 34%;
	padding-top: 82px;
	padding-left: 24px;
}
.box-details.project-details .info-project .inner {
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	border-radius: 12px;
	padding: 34px 32px;
	max-width: 310px;
}
.box-details.project-details .info-project .inner li {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 12px;
	color: #171717;
}
.box-details.project-details .info-project .inner li:last-child {
	margin-bottom: 0;
}
.box-details.project-details .info-project .inner li span {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	color: #171717;
}

/* Home style
-------------------------------------------------------------- */
.body.show-modal {
	overflow: hidden;
}

.popup-section {
	right: -356px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: fixed;
	top: 0;
	z-index: 99999;
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	background: #ffffff;
	height: 100%;
	max-width: 356px;
	width: 100%;
}
.popup-section .content {
	padding: 20px 0;
	position: relative;
}
.popup-section .content .close-popup {
	border-radius: 4px 0 0 4px;
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	background: #ffffff;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -50px;
	top: 255px;
}
.popup-section .content .close-popup:hover {
	cursor: pointer;
}
.popup-section .content .heading {
	padding: 0 28px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	color: #171717;
	margin-bottom: 20px;
}
.popup-section .content .inner {
	padding: 0 28px;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
.popup-section .content .inner::-webkit-scrollbar {
	width: 6px;
}
.popup-section .content .inner::-webkit-scrollbar-thumb {
	background: #171717;
}
.popup-section .content .inner::-webkit-scrollbar-track {
	background: #e6e6e6;
}
.popup-section .content .inner a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.popup-section .content .inner a:last-child {
	margin-bottom: 0;
}
.popup-section .content .inner a img {
	width: 100%;
	border-radius: 12px;
}

.show-modal .popup-section {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.home1 .tf-section.tf-project {
	padding-bottom: 98px;
}
.home1 .tf-section.tf-testimonial {
	padding-bottom: 60px;
}

.home2 .tf-title-style2 a:hover {
	text-decoration: underline;
	text-decoration-color: #bbadff;
	color: #171717;
	text-underline-offset: 5px;
}
.home2 a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 5px;
}
.home2 .tf-project.bg_main_3 a:hover {
	color: #fff;
	text-decoration-color: #fff;
}
.home2.is_dark .themes-color a:hover:hover,
.home2 .tf-title-style2 a:hover,
.home2 a.white:hover,
.home2 a:hover {
	color: #bbadff;
}
.home2 .tf-title .title {
	font-family: "DM Sans", sans-serif;
}
.home2 .tf-section.we-are-a {
	padding: 80px 0;
}
.home2 .tf-section.tf-service {
	padding: 0;
}
.home2 .tf-section.tf-about {
	padding: 48px 0 50px;
}
.home2 .tf-section.tf-project {
	padding: 78px 0;
}
.home2 .tf-section.tf-project.style {
	padding: 86px 0 87px;
}
.home2 .tf-section.tf-project.style2 {
	padding: 128px 0;
}
.home2 #footer .button-style.style2 .btn-main {
	padding: 14px 35px;
}

.home3 .service-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home3 .service-wrapper .service-box-style3 {
	width: calc((100% - 90px) / 4);
	padding: 30px 32px 20px;
}
.home3 .service-wrapper .service-box-style3 .icon {
	margin-bottom: 38px;
}
.home3 .service-wrapper .service-box-style3 .icon svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home3 .service-wrapper .service-box-style3:hover .icon svg path {
	stroke: #c8f27c;
}
.home3 .section-about.tf-section {
	padding: 38px 58px 32px;
}
.home3 .section-about .tf-title .title {
	width: 65%;
}
.home3 .section-about .tf-title .wrapper-btn {
	width: 35%;
	text-align: right;
	padding-left: 15px;
}
.home3 .tf-section.tf-blog {
	padding-bottom: 196px;
}
.home3 .tf-section.tf-service {
	padding-bottom: 40px;
}
.home3 .tf-section.tf-testimonials {
	padding: 80px 0 79px;
}
.home3 #footer {
	padding-top: 0px;
	margin-top: -12px;
	padding-bottom: 130px;
}

.home21 #header_main.is-fixed.is-fixed.is-small .logo-light,
.home17 #header_main.is-fixed.is-fixed.is-small .logo-light,
.home23 #header_main.is-fixed.is-fixed.is-small .logo-light,
.home8 #header_main.is-fixed.is-fixed.is-small .logo-light,
.home5 #header_main.is-fixed.is-fixed.is-small .logo-light,
.home4 #header_main.is-fixed.is-fixed.is-small .logo-light {
	display: none;
}
.home21 #header_main.is-fixed.is-fixed.is-small .logo-dark,
.home17 #header_main.is-fixed.is-fixed.is-small .logo-dark,
.home23 #header_main.is-fixed.is-fixed.is-small .logo-dark,
.home8 #header_main.is-fixed.is-fixed.is-small .logo-dark,
.home5 #header_main.is-fixed.is-fixed.is-small .logo-dark,
.home4 #header_main.is-fixed.is-fixed.is-small .logo-dark {
	display: block;
}

.home4 .header-style2 #main-nav .menu li a::before {
	background-color: #3c60dc;
}
.home4 #main-nav .sub-menu li a:hover,
.home4 #main-nav .sub-menu li a.current-item {
	text-decoration-color: #3c60dc;
}
.home4 a:hover {
	color: #3c60dc;
}
.home4 .tf-title-style4 h3.title {
	font-family: "Montserrat", sans-serif;
}
.home4 .page-title .container {
	max-width: 1465px;
}
.home4 .tf-section.tf-about {
	padding: 80px 0;
}
.home4 .tf-section.tf-project .container {
	max-width: 1430px;
}
.home4 .tf-section.tf-project {
	padding-bottom: 0;
}
.home4 .tf-section.tf-testimonial {
	padding: 62px 0 84px;
}

.home5 #main-nav {
	display: none;
}
.home5 .header {
	height: 100px;
}
.home5 .btn-menu {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(
		180deg,
		#d3c1fc 0.49%,
		#fedffc 52.08%,
		#d7e8fd 100%
	);
}
.home5 .btn-menu:hover {
	cursor: pointer;
}
.home5 .copyright {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	text-align: center;
	color: #171717;
	padding: 35px 0;
}
.home5 .tf-about {
	padding: 136px 0 60px;
}
.home5 .tf-about .info {
	max-width: 300px;
	width: 100%;
	margin-left: auto;
}
.home5 .tf-about .info h4 {
	margin-bottom: 8px;
	font-size: 32px;
	line-height: 40px;
	font-family: "Cormorant Upright", serif;
	color: #171717;
	font-weight: 400;
}
.home5 .tf-about .info h4 span {
	font-weight: 500;
	text-transform: uppercase;
}
.home5 .tf-about .info .mail {
	font-family: "Cormorant Upright", serif;
	color: #171717;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-decoration: underline;
	margin-bottom: 28px;
}
.home5 .tf-about .info .social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home5 .tf-about .info .social li {
	margin-right: 12px;
	border-radius: 50%;
}
.home5 .tf-about .info .social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 50px;
	background: url("./../../assets/images/icon/bg-social.png") center center
		no-repeat;
	background-size: cover;
	color: #171717;
}
.home5 .tf-about .info .social li a:hover {
	color: #171717;
}
.home5 .tf-about .heading {
	padding-right: 22%;
	padding-top: 8px;
}
.home5 .container {
	max-width: 1830px;
}
.home5 .tf-project .container {
	max-width: 1920px;
	padding: 0;
}
.home5 .tf-title .title {
	font-weight: 400;
	font-family: "Cormorant Upright", serif;
	color: #171717;
}
.home5 .tf-title .title span {
	font-weight: 500;
	text-transform: uppercase;
}
.home5 .sl-project {
	padding-right: 200px;
	margin-right: -130px;
}
.home5 .sl-project img {
	width: 100%;
}

.home6 a:hover {
	color: #ffd84f;
}
.home6 .button-style.style5 .btn-main,
.home6 .button {
	background-color: #ffd84f;
}
.home6.body {
	height: 100vh;
}
.home6 .container {
	max-width: 1200px;
}
.home6 .animationtext.clip .cd-words-wrapper::after {
	background-color: #ffd84f;
	height: 60%;
	top: 20px;
}

.home7 #main-nav {
	display: none;
}
.home7 .header {
	height: 98px;
}
.home7 .header .container {
	padding: 0 60px;
}
.home7 .container {
	padding: 0;
	max-width: 100%;
}
.home7 .btn-menu {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
}
.home7 .wrapper-image-box-style2 {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-wrap: wrap;
	height: 100vh;
	background-position: 0% 0%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url("./../../assets/images/common/img-box-1.jpg");
}
.home7 .wrapper-image-box-style2:hover {
	background-position: 100% 100%;
}
.home7 .wrapper-image-box-style2:hover .image-box-style2::before {
	background: transparent;
}
.home7 .wrapper-image-box-style2:hover .image-box-style2 img {
	opacity: 0;
}
.home7 .wrapper-image-box-style2 .image-box-style2 {
	height: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	width: 50%;
}
.home7 .wrapper-image-box-style2 .image-box-style2::before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background: #171717;
	opacity: 0.3;
	z-index: 9;
}
.home7 .wrapper-image-box-style2 .image-box-style2 .image {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 100%;
}
.home7 .wrapper-image-box-style2 .image-box-style2 .image img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	object-fit: cover;
}
.home7 .wrapper-image-box-style2 .image-box-style2 .image img {
	object-fit: cover;
}
.home7 .wrapper-image-box-style2 .image-box-style2 .image .heading {
	position: absolute;
	left: 60px;
	bottom: 40px;
}
.home7 .wrapper-image-box-style2 .image-box-style2 .image .heading p {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.home7 .wrapper-image-box-style2 .image-box-style2 .image .heading h3 {
	font-weight: 700;
	font-size: 56px;
	line-height: 68px;
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}
.home7 .wrapper-image-box-style2 .image-box-style2 img {
	width: 100%;
	height: 100%;
}

.home8 {
	height: 100%;
	min-height: 100vh;
}
.home8 h1,
.home8 h2,
.home8 h3,
.home8 h4,
.home8 h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
}
.home8 .post-wrapper .tf-post .image {
	margin-bottom: 28px;
	height: 313px;
}
.home8 .tf-section.tf-brand {
	padding: 0;
}
.home8 .tf-section.tf-brand .desc {
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	color: #171717;
}
.home8 .tf-section.tf-brand .swiper-slide a {
	display: block;
	text-align: center;
}
.home8 .tf-section.tf-brand .swiper-slide a img {
	width: 100%;
	height: auto;
}
.home8 .tf-section.tf-feature {
	padding-top: 98px;
}
.home8 .tf-section.tf-blog {
	padding-bottom: 200px;
}
.home8 .tf-project .image-box {
	position: relative;
	padding-right: 50px;
}
.home8 .tf-project .image-box .inner {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 40px 35px;
	border-radius: 28px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.home8 .tf-project .image-box .inner .image {
	border: 3px solid #3a3b3e;
	filter: drop-shadow(0px 10px 25px rgba(39, 63, 68, 0.1));
	border-radius: 28px;
	overflow: hidden;
}
.home8 .tf-project .image-box .inner img {
	width: 100%;
	height: auto;
}
.home8 .tf-project .image-box .inner .overlay {
	border-radius: 28px;
	position: absolute;
	width: 100%;
	height: 62%;
	left: 0;
	bottom: 0;
	opacity: 0.68;
	z-index: -1;
}
.home8 .tf-project .image-box .box {
	z-index: 2;
	position: absolute;
	padding: 13px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 3px solid #3a3b3e;
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
	border-radius: 12px;
}
.home8 .tf-project .image-box .box p {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #171717;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
}
.home8 .tf-project .image-box.left .box {
	min-width: 290px;
	right: -20px;
	top: 30%;
	width: 290px;
}
.home8 .tf-project .image-box.left .box .icon {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 50%;
	position: relative;
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	overflow: hidden;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.home8 .tf-project .image-box.left .box .icon .bg {
	opacity: 0.1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.home8 .tf-project .image-box.right .inner {
	padding: 35px 40px 0;
}
.home8 .tf-project .image-box.right .inner .overlay {
	top: 0;
}
.home8 .tf-project .image-box.right .box {
	transform: rotate(-16deg);
	width: 100px;
	height: 100px;
	left: 30px;
	bottom: 25%;
	padding: 10px;
}
.home8 .tf-project .list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 12px;
}
.home8 .tf-project .list li:last-child {
	margin-bottom: 0;
}
.home8 .tf-project .list li span {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #171717;
	text-transform: capitalize;
}
.home8 .tf-project .list li img {
	margin-right: 12px;
}
.home8 .counter_wrapper {
	border-bottom: 1px solid #e6e6e6;
	padding: 80px 0;
}
.home8 .counter_wrapper .box {
	padding: 0;
}
.home8 .counter_wrapper .box:nth-child(1) {
	padding-right: 20px;
	padding-left: 0;
}
.home8 .counter_wrapper .box:nth-child(2) {
	padding-left: 0;
	padding-right: 10px;
}
.home8 .counter_wrapper .box:nth-child(3) {
	padding-right: 0;
}
.home8 .counter_wrapper .box:nth-child(4) {
	padding-left: 15px;
	padding-right: 0;
}
.home8 .counter_wrapper .box .content .box-couter .number-content {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
}
.home8 .counter_wrapper .box .content .desc {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
}
.home8 #footer {
	padding: 0 0 86px;
	margin-top: -48px;
}
.home8 #footer textarea,
.home8 #footer input[type="text"],
.home8 #footer input[type="password"],
.home8 #footer input[type="datetime"],
.home8 #footer input[type="datetime-local"],
.home8 #footer input[type="date"],
.home8 #footer input[type="month"],
.home8 #footer input[type="time"],
.home8 #footer input[type="week"],
.home8 #footer input[type="number"],
.home8 #footer input[type="email"],
.home8 #footer input[type="url"],
.home8 #footer input[type="search"],
.home8 #footer input[type="tel"],
.home8 #footer input[type="color"] {
	font-family: "DM Sans", sans-serif;
}
.home8 #footer textarea::placeholder,
.home8 #footer input[type="text"]::placeholder,
.home8 #footer input[type="password"]::placeholder,
.home8 #footer input[type="datetime"]::placeholder,
.home8 #footer input[type="datetime-local"]::placeholder,
.home8 #footer input[type="date"]::placeholder,
.home8 #footer input[type="month"]::placeholder,
.home8 #footer input[type="time"]::placeholder,
.home8 #footer input[type="week"]::placeholder,
.home8 #footer input[type="number"]::placeholder,
.home8 #footer input[type="email"]::placeholder,
.home8 #footer input[type="url"]::placeholder,
.home8 #footer input[type="search"]::placeholder,
.home8 #footer input[type="tel"]::placeholder,
.home8 #footer input[type="color"]::placeholder {
	font-family: "DM Sans", sans-serif;
}
.home8 #footer .footer-form {
	padding-top: 6px;
}

.home9 a:hover {
	color: #3bbb67;
}
.home9 #footer.style2.black .cta .tf-button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home9 #footer.style2.black .cta .tf-button:hover {
	background-color: #fff;
	color: #171717;
}
.home9 .tf-title-style4 h5.title,
.home9 .tf-title-style4 h3.title {
	font-family: "DM Sans", sans-serif;
}
.home9 .testimonials-box-style3 {
	max-width: 1037px;
	margin: 0 auto;
}
.home9 .header {
	height: 88px;
}
.home9 .header #site-header-inner .tf-button {
	padding: 0 32px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.home9 .header #site-header-inner .tf-button:hover {
	color: #171717;
}
.home9 .container {
	max-width: 1200px;
}
.home9 .clients .about {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.home9 .clients .about .tf-title-style4 {
	width: 48%;
}
.home9 .clients .about ul {
	padding: 2px 4px 0 0;
}
.home9 .clients .about ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.home9 .clients .about ul li:last-child {
	margin-bottom: 0;
}
.home9 .clients .about ul li img {
	margin-right: 20px;
	margin-top: 8px;
}
.home9 .clients .about ul li span {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.home9 .clients .information {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;
}
.home9 .clients .information.counter_wrapper .box:nth-child(1) {
	text-align: left;
	padding-left: 0;
}
.home9 .clients .information.counter_wrapper .box:nth-child(2) {
	padding: 0 82px 0 0;
}
.home9 .clients .information.counter_wrapper .box:nth-child(3) {
	padding: 0 0 0 12px;
}
.home9 .clients .information.counter_wrapper .box:nth-child(4) {
	padding: 0 0 0 100px;
}
.home9
	.clients
	.information.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	font-size: 56px;
	line-height: 1.21;
	font-family: "DM Sans", sans-serif;
}
.home9 .clients .information.counter_wrapper .box .content .desc {
	font-family: "DM Sans", sans-serif;
}
.home9 .service-wrapper {
	flex-wrap: wrap;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home9 .service-wrapper .service-box-style5 {
	width: calc((100% - 64px) / 3);
	margin-bottom: 32px;
}
.home9 .tf-cta .list {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
}
.home9 .tf-cta .list .box {
	width: 50%;
}
.home9 .tf-cta .list .box .number-content {
	font-size: 56px;
	line-height: 68px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #3bbb67;
	margin-bottom: 9px;
}
.home9 .tf-cta .list .box .number-content .style {
	font-size: 24px;
	line-height: 30px;
	padding-left: 4px;
}
.home9 .tf-cta .list .box .desc {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.3px;
}
.home9 .tf-cta .image {
	position: relative;
}
.home9 .tf-cta .image .graphic {
	position: absolute;
	right: 12%;
	top: 20%;
}
.home9 .tf-cta .image .img-main {
	width: 72%;
}
.home9 .tf-cta .image .img-main img {
	border-radius: 0 0 250px 250px;
}
.home9 .tf-cta .image .image-style {
	position: absolute;
	right: 24px;
	bottom: -5px;
	width: 47%;
	margin-left: auto;
	border: 20px solid #171717;
	border-radius: 250px 250px 0 0;
	overflow: hidden;
}
.home9 .tf-cta .image .image-style img {
	width: 100%;
}
.home9 .tf-section.tf-brand {
	padding: 40px 0;
}
.home9 .tf-section.services {
	padding-bottom: 65px;
}
.home9 .tf-section.tf-cta {
	padding: 80px 0 80px;
}
.home9 .tf-section.tf-blog {
	padding-bottom: 82px;
}
.home9 .tf-section.tf-testimonials {
	padding-bottom: 40px;
}

.testimonials-btn.tf-testimonials .btn-slider {
	position: absolute;
	top: 10px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonials-btn.tf-testimonials .btn-slider .next-testimonials {
	margin-left: 15px;
}
.testimonials-btn.tf-testimonials .btn-slider .btn-testimonials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
}
.testimonials-btn.tf-testimonials .btn-slider .btn-testimonials i {
	color: #171717;
}

.home10.is_light .button-style.style6:hover .btn-main {
	transform: translate3d(0, 0, 0);
}
.home10.is_light .tf-testimonials .btn-slider .btn-testimonials {
	border: 1px solid #e6e6e6;
}
.home10.is_light .tf-testimonials .btn-slider .btn-testimonials i {
	color: #171717;
}
.home10 .project-box-style4:hover,
.home10 .project-box-style4:active {
	border-top: 1px solid #e6e6e6;
}
.home10 #footer {
	background-color: #fff;
}
.home10 p {
	color: #171717 !important;
}
.home10 .tf-section.tf-service {
	padding-top: 125px;
}
.home10 .tf-title-style4 .sub {
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
}
.home10 .counter_wrapper.style5 .box .content .desc {
	font-family: "DM Sans", sans-serif;
	color: #fff;
	margin-bottom: 11px;
}
.home10 .header {
	height: 100px;
}
.home10 .tf-title-style4 h3.title {
	font-family: "Unbounded", cursive;
	color: #171717;
}
.home10 .tf-project .flat-tabs-style2 .content-inner {
	display: block;
}
.home10 .tf-testimonials .sl-testimonial-3 {
	padding-bottom: 120px;
	border-bottom: 1px solid #e6e6e6;
}
.home10 .tf-testimonials .btn-slider {
	position: absolute;
	top: 5px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home10 .tf-testimonials .btn-slider .btn-testimonials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.home10 .tf-testimonials .btn-slider .btn-testimonials i {
	color: #fff;
}
.home10 .tf-testimonials .btn-slider .btn-testimonials.swiper-button-disabled {
	opacity: 0.5;
}
.home10 .tf-testimonials .btn-slider .btn-testimonials:hover {
	border-color: #c8f27c;
}
.home10 .tf-testimonials .btn-slider .next-testimonials {
	margin-left: 15px;
}
.home10 #footer .footer-form form {
	padding-left: 0;
	max-width: 100%;
}
.home10 #footer .footer-form form fieldset {
	margin-bottom: 33px;
}
.home10 #footer .button-style.style6 .btn-main {
	background-color: #35a62b;
	color: #fff;
}
.home10 #footer .button-style.style6 .btn-main svg path {
	fill: #fff;
}
.home10 #footer .footer-content .social li {
	margin-right: 34px;
}
.home10 #footer .footer-content .social li img {
	width: 32px;
	height: 32px;
}
.home10 #footer .footer-content .copyright {
	margin-top: 58px;
	color: #3a3b3e !important;
}
.home10 #footer .tf-title-style4 h3.title {
	font-size: 56px;
	line-height: 68px;
}
.home10 #footer textarea,
.home10 #footer input[type="text"],
.home10 #footer input[type="password"],
.home10 #footer input[type="datetime"],
.home10 #footer input[type="datetime-local"],
.home10 #footer input[type="date"],
.home10 #footer input[type="month"],
.home10 #footer input[type="time"],
.home10 #footer input[type="week"],
.home10 #footer input[type="number"],
.home10 #footer input[type="email"],
.home10 #footer input[type="url"],
.home10 #footer input[type="search"],
.home10 #footer input[type="tel"],
.home10 #footer input[type="color"] {
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	padding: 0 0 13px 0;
	border-color: #e6e6e6;
}
.home10 #footer textarea::placeholder,
.home10 #footer input[type="text"]::placeholder,
.home10 #footer input[type="password"]::placeholder,
.home10 #footer input[type="datetime"]::placeholder,
.home10 #footer input[type="datetime-local"]::placeholder,
.home10 #footer input[type="date"]::placeholder,
.home10 #footer input[type="month"]::placeholder,
.home10 #footer input[type="time"]::placeholder,
.home10 #footer input[type="week"]::placeholder,
.home10 #footer input[type="number"]::placeholder,
.home10 #footer input[type="email"]::placeholder,
.home10 #footer input[type="url"]::placeholder,
.home10 #footer input[type="search"]::placeholder,
.home10 #footer input[type="tel"]::placeholder,
.home10 #footer input[type="color"]::placeholder {
	color: #3a3b3e;
	letter-spacing: -0.5px;
}
.home10 #footer textarea:focus,
.home10 #footer input[type="text"]:focus,
.home10 #footer input[type="password"]:focus,
.home10 #footer input[type="datetime"]:focus,
.home10 #footer input[type="datetime-local"]:focus,
.home10 #footer input[type="date"]:focus,
.home10 #footer input[type="month"]:focus,
.home10 #footer input[type="time"]:focus,
.home10 #footer input[type="week"]:focus,
.home10 #footer input[type="number"]:focus,
.home10 #footer input[type="email"]:focus,
.home10 #footer input[type="url"]:focus,
.home10 #footer input[type="search"]:focus,
.home10 #footer input[type="tel"]:focus,
.home10 #footer input[type="color"]:focus {
	border-color: #171717;
}
.home10 #footer .footer-contact {
	margin-bottom: 56px;
}
.home10 #footer .footer-contact p {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a0a3aa !important;
	margin-bottom: 8px;
}
.home10 #footer .footer-contact a {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "Unbounded", cursive;
	color: #171717;
}
.home10 .flat-tabs-style2 {
	margin-top: -52px;
}
.home10 .flat-tabs-style2 .menu-tab {
	padding-bottom: 63px;
}
.home10 .flat-tabs-style2 .menu-tab li {
	margin-left: 50px;
}
.home10 .flat-tabs-style2 .menu-tab li:nth-child(1) {
	margin-left: 0;
}
.home10 .flat-tabs-style2 .menu-tab li span {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a0a3aa;
}
.home10 .flat-tabs-style2 .menu-tab li.active span {
	color: #171717;
}
.home10 .flat-tabs-style2 .menu-tab li.active::after {
	background-color: #35a62b;
}

.home11 #main-nav .sub-menu li a:hover,
.home11 #main-nav .sub-menu li a.current-item {
	text-decoration-color: #c8f27c;
}
.home11 .flat-accordion .flat-toggle .toggle-title .icon {
	transform: rotate(0);
}
.home11 .flat-accordion .flat-toggle .toggle-title.active .icon {
	transform: rotate(180deg);
}
.home11.is_light .flat-accordion.style2 .flat-toggle::after {
	background-color: #fff;
}
.home11 .flat-accordion.style2 .flat-toggle {
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
}
.home11 .header {
	height: 92px;
	background-color: transparent;
}
.home11 .header #site-header-inner .tf-button {
	padding: 12px 32px;
}
.home11 .tf-brand {
	background: #050712;
}
.home11.is_light #footer {
	background-color: #171717;
}
.home11.is_light .banner-style {
	background: linear-gradient(
		40.04deg,
		rgba(130, 152, 67, 0.12) 0%,
		rgba(43, 164, 156, 0.12) 100%
	);
}
.home11.is_light .flat-accordion.style2 .flat-toggle .toggle-title .title {
	color: #171717;
}
.home11.is_light .flat-accordion.style2 .flat-toggle .toggle-content {
	border-top: 1px solid #e6e6e6;
}
.home11.is_light .flat-accordion.style2 .flat-toggle .toggle-content p {
	color: #3a3b3e;
}
.home11.is_light .team-box {
	background-color: #fff;
}
.home11.is_light .team-box .content .name {
	color: #171717;
}
.home11.is_light .roadmap-wrapper::before {
	background-color: #e6e6e6;
}
.home11.is_light .tf-team {
	background-color: #f4f4f4;
}
.home11.is_light .roadmad-box {
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
	border-radius: 16px;
}
.home11.is_light .roadmad-box {
	padding: 2px;
}
.home11.is_light .roadmad-box::after {
	border-radius: 18px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home11.is_light .roadmad-box:hover::after {
	opacity: 1;
}
.home11.is_light .roadmad-box .content {
	border: none;
	background-color: #fff;
}
.home11.is_light .roadmad-box .content ul li span,
.home11.is_light .roadmad-box .content .heading {
	color: #171717;
}
.home11.is_light .roadmad-box .content ul li span::before {
	background-color: #171717;
}
.home11.is_light .roadmad-box .content .icon {
	background: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
}
.home11.is_light .swiper .img-box {
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home11.is_light .swiper .img-box::before {
	display: none;
}
.home11.is_light .swiper .img-box:hover {
	border-color: #c8f27c;
}
.home11.is_light .number-box-wrapper .number-box .content {
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.home11.is_light .number-box-wrapper .number-box .content .heading,
.home11.is_light .number-box-wrapper .number-box .content .number {
	color: #171717;
}
.home11.is_light .number-box-wrapper .number-box:hover .number,
.home11.is_light .number-box-wrapper .number-box.active .number {
	background: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.home11.is_light.body {
	background: #fff;
}
.home11.is_light .tf-title-style5 .title {
	color: #171717;
}
.home11.is_light .tf-section p {
	color: #3a3b3e;
}
.home11.is_light .icon-list li span {
	color: #171717;
}
.home11.is_dark.body {
	background: #050712;
}
.home11 .tf-section.faq {
	padding-top: 20px;
}
.home11 .tf-section.tf-team {
	padding: 98px 0 80px;
}
.home11 .tf-section.tf-brand {
	padding: 20px 0 80px;
	position: relative;
}
.home11 .tf-section.tf-brand .overlay {
	height: 284px;
	z-index: 9;
	position: absolute;
	left: 0;
	top: -25px;
	width: 100%;
	background: linear-gradient(
		270deg,
		rgba(23, 23, 23, 0) 3%,
		#171717 51.95%,
		rgba(23, 23, 23, 0) 98.15%
	);
}
.home11 .tf-section.tf-about {
	padding-top: 61px;
}
.home11 .tf-section .tf-card .container-fluid {
	max-width: 1462px;
}
.home11 .tf-section .tf-card2 .container-fluid {
	max-width: 1826px;
}
.home11 .tf-section.tf-banner {
	padding-top: 66px;
}
.home11 #footer {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
	backdrop-filter: blur(6px);
}

.home12.body {
	overflow: hidden;
}
.home12 .dashboard-style2 .article-dashboard .body-dashboard {
	border-radius: 16px;
}
.home12 .dashboard-style2 #side-bar-dashboard .info-style2 {
	height: calc(100vh - 40px);
	overflow-y: auto;
}
.home12 .slider-dark,
.home12 .slider-light {
	display: none;
}
.home12 .dashboard-style2 #side-bar-dashboard .info-style2 .social.light {
	display: none;
}
.home12.is_dark .slider-dark {
	display: block;
}
.home12.is_light
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.tf-button:hover {
	background: #171717;
}
.home12.is_light .slider-light {
	display: block;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.list_contact
	li
	p:nth-child(1) {
	color: #3a3b3e;
}
.home12.is_light
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box {
	border: none;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.menu-dashboard
	ul
	li:hover
	a,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.menu-dashboard
	ul
	li.active
	a {
	color: #171717;
	border-color: #171717;
}
.home12.is_light .dashboard-style2 .article-dashboard .body-dashboard,
.home12.is_light .dashboard-style2 .article-dashboard,
.home12.is_light .dashboard-style2 .article-dashboard .menu-dashboard ul {
	background: linear-gradient(0deg, #ffffff, #ffffff),
		linear-gradient(0deg, #e6e6e6, #e6e6e6);
}
.home12.is_light .dashboard-style2 .article-dashboard .body-dashboard::before,
.home12.is_light .dashboard-style2 .article-dashboard::before,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.menu-dashboard
	ul::before {
	display: none;
}
.home12.is_light
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.tf-button
	svg
	path {
	stroke: #fff;
}
.home12.is_light.body {
	background-color: #f4f4f4;
}
.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 {
	background: linear-gradient(0deg, #ffffff, #ffffff),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.2),
			rgba(255, 255, 255, 0.2)
		);
}
.home12.is_light
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.social.light {
	display: flex;
}
.home12.is_light
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.social.dark {
	display: none;
}
.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 .tf-button {
	color: #fff;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title {
	font-weight: 700;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box {
	border-color: #3bbb67;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	input,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	textarea {
	border: none !important;
	border-bottom: 1px solid #e6e6e6 !important;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.list_contact
	li
	p,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.link,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	ul
	li
	span,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.time,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	h5,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	h5,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.sub,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.content
	p,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box
	.content
	h5,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box.full
	.content
	h5,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box.full
	.content
	p,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box
	h5,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	h5,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.title,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title,
.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 .bootom,
.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 ul li,
.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 ul li a,
.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 .name,
.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 .position {
	color: #171717;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box {
	border: 1px solid #e6e6e6;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box:hover {
	border-color: transparent;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover {
	border-color: #3bbb67;
}
.home12.is_light .dashboard-style2 .article-dashboard,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner,
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner {
	border-color: #e6e6e6;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.desc {
	color: #3a3b3e;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div::before {
	background-color: #fff;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box {
	background-color: transparent;
	border: none;
}
.home12.is_light
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content-outter {
	background-color: #e6e6e6;
}
.home12.body {
	background-color: #000;
}
.home12 .dashboard-style2 .article-dashboard {
	background: #171717;
	border: 1px solid #474747;
	border-radius: 16px;
}

.home13 a:hover {
	color: #ee37b4;
}
.home13 #Service .button.hover-circle {
	background-color: #fff;
	color: #171717;
}
.home13 #Service .button.hover-circle:hover {
	background-color: #ee37b4;
	color: #fff;
}
.home13 #Service .button.hover-circle:hover span {
	color: #fff;
}
.home13 .dark.social {
	display: none;
}
.home13 .article-dashboard {
	border-color: #fff;
}
.home13 #side-bar-dashboard .info ul.list li.dark {
	display: none;
}
.home13 #side-bar-dashboard .info,
.home13 .article-dashboard {
	height: 100%;
	margin-bottom: 0;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
	border-radius: 12px;
}
.home13 .container {
	max-width: 1200px;
}
.home13 #side-bar-dashboard .info {
	border: 1px solid #e6e6e6;
	padding: 32px;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
	border-radius: 12px;
	border: none;
}
.home13 #side-bar-dashboard .info .image {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
}
.home13 #side-bar-dashboard .info .image img {
	width: 100%;
}
.home13 #side-bar-dashboard .info::before {
	display: none;
}
.home13 #side-bar-dashboard .info .name {
	font-size: 32px;
	line-height: 1.25;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	text-align: center;
	margin-bottom: 24px;
}
.home13 #side-bar-dashboard .info ul.list li {
	padding: 15px 0 14px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	line-height: 26px;
	color: #a0a3aa;
}
.home13 #side-bar-dashboard .info ul.list li:last-child {
	margin-right: 5px;
}
.home13 #side-bar-dashboard .info ul.list li:nth-child(1) {
	padding-top: 0;
}
.home13 #side-bar-dashboard .info ul.list li:last-child {
	border: none;
}
.home13 #side-bar-dashboard .info ul.list li .social li {
	margin-left: 22px;
	border: none;
	padding: 0;
}
.home13 #side-bar-dashboard .info ul.list li .social li:first-child {
	margin: 0;
}
.home13 #side-bar-dashboard .info ul.list li .social li img {
	width: 18px;
	height: 18px;
}
.home13 #side-bar-dashboard .info .tf-button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	padding: 11px 24px;
	background: #ee37b4;
	border-radius: 8px;
	color: #fff;
}
.home13 #side-bar-dashboard .info .tf-button:hover {
	background-color: #171717;
}
.home13 #side-bar-dashboard .info .tf-button img {
	margin-right: 12px;
}
.home13 #side-bar-dashboard .info .bootom {
	padding: 0;
	color: #a0a3aa;
	font-size: 14px;
	line-height: 22px;
}

.home14 #main-nav .sub-menu li a:hover,
.home14 #main-nav .sub-menu li a.current-item {
	text-decoration-color: #fb5858;
}
.home14 #main-nav .menu li a::before {
	background-color: #fb5858;
}
.home14 a:hover {
	color: #fb5858;
}
.home14.style2 {
	display: flex;
}
.home14.style2 .header {
	display: none;
}
.home14.style2 .header .main-nav {
	display: none;
}
.home14.style2 #wrapper {
	width: calc(100vw - 375px);
}
.home14.style2 .menu_dasboard {
	padding: 0;
	position: relative;
}
.home14.style2 .menu_dasboard .fixel_menu {
	padding: 54px 54px 30px;
	width: 375px;
	overflow-y: auto;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #141520;
}
.home14 .menu_dasboard {
	z-index: 99;
	background: #141520;
	top: 0;
	left: 0;
	width: 375px;
	overflow: hidden;
	min-width: 375px;
}
.home14 .menu_dasboard .fixel_menu {
	padding: 54px 54px 30px;
	width: 375px;
	overflow-y: auto;
	height: 100vh;
}
.home14 .menu_dasboard .close_dashboard {
	display: none;
}
.home14 .menu_dasboard .menu_list {
	margin-bottom: 40px;
	text-align: center;
}
.home14 .menu_dasboard .menu_list li {
	margin-bottom: 28px;
}
.home14 .menu_dasboard .menu_list li:last-child {
	margin-bottom: 0;
}
.home14 .menu_dasboard .menu_list li a {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
}
.home14 .menu_dasboard .menu_list li.active a {
	color: #fb5858;
}
.home14 .menu_dasboard .social {
	margin-bottom: 18px;
	justify-content: center;
}
.home14 .menu_dasboard .social li {
	margin: 0 12px;
}
.home14 .menu_dasboard .copyright {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #a0a3aa;
}
.home14 .menu_dasboard .info {
	margin-bottom: 40px;
}
.home14 .menu_dasboard .info .avatar {
	width: 132px;
	height: 132px;
	border: 6px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	margin: 0 auto 14px;
}
.home14 .menu_dasboard .info .avatar img {
	width: 100%;
}
.home14 .menu_dasboard .info .content {
	text-align: center;
}
.home14 .menu_dasboard .info .content h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 4px;
}
.home14 .menu_dasboard .info .content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #a0a3aa;
}
.home14 .section-about .button-style.style4 {
	margin-top: 0;
	min-width: 156px;
}
.home14 .section-about .wrapper_btn {
	text-align: right;
	width: 25%;
}
.home14 .section-about .tf-title {
	width: 75%;
}
.home14 .header #site-header-inner .tf-button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home14 .header #site-header-inner .tf-button:hover {
	color: #171717;
}
.home14 #footer {
	padding-top: 8px;
}
.home14 #footer .button-style.style1 .btn-main {
	background-color: #fb5858;
	color: #fff;
}
.home14 #footer .button-style.style1 .btn-main:hover {
	background-color: #fff;
	color: #171717;
}
.home14 .section-about.tf-section {
	border: none;
	background-color: #fb5858;
	padding: 40px 60px;
}
.home14 .section-about.tf-section .tf-title p {
	color: #fff;
}
.home14 .section-about.tf-section .btn-main {
	border-color: #fff;
}
.home14 .section-about.tf-section .btn-main:hover {
	background-color: #171717;
	color: #fff;
	border-color: #171717;
}
.home14 .testimonials-box {
	padding: 39px 36px 40px;
	border: none;
	border-left: 4px solid #fb5858;
	border-radius: 12px;
	box-shadow: none;
}
.home14 .testimonials-box .info .content .name {
	font-family: "Space Grotesk", sans-serif;
}
.home14 .container {
	max-width: 1200px;
}
.home14 p,
.home14 h1,
.home14 h2,
.home14 h3,
.home14 h4,
.home14 h5,
.home14 h6 {
	font-family: "DM Sans", sans-serif;
}
.home14 .tf-section {
	padding: 80px 0;
}
.home14 .tf-section.tf-project {
	padding-bottom: 50px;
}
.home14 .tf-section.what_i_do {
	padding: 84px 0 52px;
	background-color: #0b0c1a;
}
.home14 .tf-section.tf-testimonials {
	padding-bottom: 169px;
}
.home14
	.tf-section.tf-testimonials
	.swiper-pagination.style2
	span.swiper-pagination-bullet-active::after {
	border-color: #fb5858;
}
.home14
	.tf-section.tf-testimonials
	.swiper-pagination.style2
	span.swiper-pagination-bullet-active {
	background-color: #fb5858;
	border-color: #fb5858;
}
.home14 .flat-tabs .menu-tab {
	border: none;
	justify-content: center;
	margin-bottom: 58px;
}
.home14 .flat-tabs .menu-tab li {
	margin: 0 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}
.home14 .flat-tabs .menu-tab li.active {
	border-bottom: 1px solid #fb5858;
}
.home14 .flat-tabs .content-inner {
	flex-wrap: wrap;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home14 .flat-tabs .content-inner .project-box-style6 {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.home14 .resume-wrap {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home14 .resume-wrap .box {
	width: calc((100% - 32px) / 2);
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
}
.home14 .resume-wrap .box h4 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #171717;
}
.home14 .resume-wrap .box ul {
	position: relative;
}
.home14 .resume-wrap .box ul::before {
	width: 2px;
	height: calc(100% - 6px);
	top: 3px;
	left: 0;
	background-color: #a0a3aa;
	position: absolute;
	content: "";
}
.home14 .resume-wrap .box ul li {
	margin-top: -2px;
	padding-left: 32px;
	position: relative;
	margin-bottom: 62px;
}
.home14 .resume-wrap .box ul li::before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: -7.5px;
	top: 2px;
	content: "";
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #fb5858;
}
.home14 .resume-wrap .box ul li:last-child {
	margin-bottom: 0;
}
.home14 .resume-wrap .box ul li .date {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.home14 .resume-wrap .box ul li h5 {
	color: #171717;
	text-transform: capitalize;
	margin-bottom: 4px;
	font-weight: 700;
}
.home14 .resume-wrap .box ul li .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
}
.home14 .resume-wrap .box ul li:hover .date {
	color: #fb5858;
}
.home14 .tf-about .info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	padding-top: 58px;
	margin-top: 18px;
}
.home14 .tf-about .info li {
	width: 25%;
	padding-right: 24px;
}
.home14 .tf-about .info li:last-child {
	padding-right: 0;
}
.home14 .tf-about .info li:nth-child(4),
.home14 .tf-about .info li:nth-child(3),
.home14 .tf-about .info li:nth-child(2) {
	padding-left: 32px;
}
.home14 .tf-about .info li p {
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #3a3b3e;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}
.home14 .tf-about .info li h5 {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #171717;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home14 .tf-about .counter_wrapper {
	padding-left: 90px;
	flex-wrap: wrap;
}
.home14 .tf-about .counter_wrapper .box {
	text-align: center;
	width: calc((100% - 40px) / 2);
	margin-bottom: 44px;
}
.home14 .tf-about .counter_wrapper .box:nth-child(4),
.home14 .tf-about .counter_wrapper .box:nth-child(3),
.home14 .tf-about .counter_wrapper .box:nth-child(2),
.home14 .tf-about .counter_wrapper .box:nth-child(1) {
	padding: 0;
}
.home14 .tf-about .counter_wrapper .box .content .box-couter .number-content {
	font-family: "DM Sans", sans-serif;
}
.home14 .tf-about .counter_wrapper .box .content .desc {
	font-family: "DM Sans", sans-serif;
}

.home16 #main-nav .sub-menu li a:hover,
.home16 #main-nav .sub-menu li a.current-item {
	text-decoration-color: #c8dcf7;
}
.home16 .header-style2 #main-nav .menu li a::before {
	background: linear-gradient(
			90deg,
			rgba(0, 159, 255, 0.32) 18.23%,
			rgba(203, 86, 128, 0.32) 100%
		),
		#ffffff;
}
.home16 a:hover {
	color: #b25ea7;
}
.home16 #main-nav .menu li.menu-item-has-children > a::after {
	right: -12px;
}
.home16 .wrap-video a {
	width: 72px;
	height: 72px;
	margin-left: -20px;
	margin-top: 20px;
}
.home16 #header_main.is-fixed.is-fixed.is-small #site-header-inner .tf-button {
	color: #fff;
}
.home16 .bg_pricing {
	display: none;
	background: url("./../../assets/images/backgroup/bg_pricing.png") center
		center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	max-width: 1440px;
	max-height: 424px;
}
.home16 #header_main.is-fixed.is-fixed.is-small .logo-light {
	display: none;
}
.home16 #header_main.is-fixed.is-fixed.is-small .logo-dark {
	display: block;
}
.home16 .counter_wrapper .box:nth-child(1) {
	padding-left: 85px;
}
.home16 .counter_wrapper .box:nth-child(3) {
	padding-right: 60px;
}
.home16 .counter_wrapper .box:nth-child(4) {
	padding-right: 108px;
}
.home16 #main-nav .menu li {
	margin-right: 40px;
}
.home16 .project-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home16 .project-wrapper .project-box {
	padding: 28px;
	width: calc((100% - 40px) / 2);
	margin-bottom: 40px;
	background: radial-gradient(
			81.93% 81.93% at 49.93% 0%,
			rgba(80, 105, 229, 0.12) 0%,
			rgba(80, 105, 229, 0) 100%
		),
		linear-gradient(
			255.16deg,
			rgba(223, 87, 136, 0.04) 0%,
			rgba(69, 106, 235, 0.04) 100%
		);
	backdrop-filter: blur(6px);
	border-radius: 16px;
	overflow: hidden;
}
.home16 .project-wrapper .project-box .content {
	margin-bottom: 20px;
}
.home16 .project-wrapper .project-box .content .title {
	font-size: 20px;
	line-height: 1.6;
	font-family: "Unbounded", cursive;
}
.home16 .project-wrapper .project-box .image {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 0;
}
.home16 .project-wrapper .project-box .image .position-button {
	right: 25px;
	bottom: 52px;
}
.home16 .project-wrapper .project-box .image .position-button a {
	width: 100px;
	height: 100px;
	background: linear-gradient(88.12deg, #456aeb 0.49%, #df5788 100%);
	color: #fff;
}
.home16 .project-wrapper .project-box .image img {
	width: 100%;
}
.home16 .sl-testimonial-4 {
	overflow: visible;
	max-width: 1170px;
}
.home16 .testimonials-box {
	border: none;
	background: radial-gradient(
			50% 50% at 22.8% 0%,
			rgba(80, 105, 229, 0.12) 0%,
			rgba(80, 105, 229, 0) 100%
		),
		linear-gradient(
			255.16deg,
			rgba(223, 87, 136, 0.04) 0%,
			rgba(69, 106, 235, 0.04) 100%
		);
	backdrop-filter: blur(6px);
	border-radius: 16px;
	overflow: hidden;
	padding: 40px;
}
.home16 .testimonials-box .sub {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.home16 .testimonials-box .info .content {
	padding-left: 20px;
}
.home16 .testimonials-box .info .content .name {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 8px;
}
.home16 .testimonials-box .info .content .desc {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home16 .testimonials-box .info .image {
	border-radius: 50%;
	overflow: hidden;
}
.home16 .pricing-wrapper {
	position: relative;
	border-radius: 16px;
	padding: 0 30px 25px;
	overflow: visible;
	z-index: 99;
}
.home16 .pricing-wrapper::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: radial-gradient(
			73.62% 73.62% at 45.35% 0%,
			rgba(80, 105, 229, 0.11) 0%,
			rgba(80, 105, 229, 0) 100%
		),
		linear-gradient(
			255.16deg,
			rgba(223, 87, 136, 0.04) 0%,
			rgba(69, 106, 235, 0.04) 100%
		);
	backdrop-filter: blur(6px);
	border-radius: 16px;
}
.home16 .pricing-wrapper .pricing-box-style3 {
	width: calc((100% - 69px) / 4);
}
.home16 #footer {
	padding: 40px 0;
	background: radial-gradient(
			50% 50% at 22.8% 0%,
			rgba(80, 105, 229, 0.12) 0%,
			rgba(80, 105, 229, 0) 100%
		),
		linear-gradient(
			255.16deg,
			rgba(223, 87, 136, 0.04) 0%,
			rgba(69, 106, 235, 0.04) 100%
		);
	backdrop-filter: blur(6px);
}
.home16 #footer.style2 .social.dark {
	display: none;
}
.home16 #footer.style2 .footer-contact a {
	font-family: "Unbounded", cursive;
	font-weight: 700;
	text-transform: capitalize;
}
.home16 #footer.style2 .footer-contact.style2 {
	padding-left: 190px;
	margin-right: -20px;
}
.home16 .tf-cta .cta-wrapper {
	padding: 60px 0;
	background: radial-gradient(
			50% 50% at 22.8% 0%,
			rgba(80, 105, 229, 0.12) 0%,
			rgba(80, 105, 229, 0) 100%
		),
		linear-gradient(
			255.16deg,
			rgba(223, 87, 136, 0.04) 0%,
			rgba(69, 106, 235, 0.04) 100%
		),
		#ffffff;
	backdrop-filter: blur(6px);
	border-radius: 16px;
}
.home16 .tf-cta .tf-button {
	padding: 15px 34px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	border-radius: 58px;
	background-size: 100% 300%;
	--moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-image: linear-gradient(88.12deg, #456aeb 0.49%, #df5788 100%);
}
.home16 .tf-cta .tf-button:hover {
	background-position: 100% 0;
	background-size: 300% 100%;
	--moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.home16 .service-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home16 .service-wrapper .service-box-style6 {
	width: calc((100% - 81px) / 3);
	margin-bottom: 30px;
}
.home16 .about-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home16 .about-list ul {
	margin-right: 16px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home16 .about-list ul li {
	margin-left: -12px;
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
}
.home16 .about-list ul li:nth-child(1) {
	z-index: 6;
}
.home16 .about-list ul li:nth-child(2) {
	z-index: 5;
}
.home16 .about-list ul li:nth-child(3) {
	z-index: 4;
}
.home16 .about-list ul li:nth-child(4) {
	z-index: 3;
}
.home16 .about-list ul li:nth-child(5) {
	z-index: 2;
}
.home16 .about-list ul li:nth-child(6) {
	z-index: 1;
}
.home16 .about-list ul li:nth-child(1) {
	margin-left: 0;
}
.home16 .about-list ul li:last-child {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	background: linear-gradient(88.12deg, #456aeb 0.49%, #df5788 100%);
}
.home16 .about-list ul li::after {
	border-radius: 50%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0.6);
}
.home16 .about-list ul li img {
	border-radius: 50%;
}
.home16 .about-list p {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.home16 .tf-title-style4 .title {
	font-family: "Unbounded", cursive;
	font-weight: 600;
}
.home16 .tf-title-style4 .title span {
	background: linear-gradient(88.34deg, #456aeb 32.22%, #df5788 66.18%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.home16 .tf-title-style4 p a {
	background: linear-gradient(88.05deg, #456aeb 54.59%, #df5788 72.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.home16 .header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home16 .header .header-btn {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.home16 .header #site-header-inner .tf-button {
	background-color: transparent;
	color: #171717;
	position: relative;
	padding: 7px 38px;
}
.home16 .header #site-header-inner .tf-button::after {
	z-index: -1;
	background: url("./../../assets/images/backgroup/bg_button_light.png")
		center right no-repeat;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home16 .tf-section.tf-counters {
	padding-bottom: 0;
}
.home16 .tf-section.tf-services {
	padding-bottom: 118px;
}
.home16 .tf-section.tf-about {
	padding-bottom: 148px;
}
.home16 .tf-section.tf-pricing {
	padding-top: 78px;
}
.home16 .tf-section.tf-testimonials {
	padding-top: 118px;
}
.home16 .tf-section.tf-cta {
	padding-bottom: 120px;
}
.home16 .tf-project .tf-title-style4 .title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
}
.home16 .tf-counters .information {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 60px;
}
.home16 .tf-counters .text {
	margin-bottom: 52px;
	padding: 0 10%;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #171717;
	font-family: "Unbounded", cursive;
}
.home16
	.tf-counters
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	font-weight: 600;
	font-size: 56px;
	line-height: 68px;
	font-family: "Unbounded", cursive;
}
.home16 .tf-counters .counter_wrapper .box .content .desc {
	color: #a0a3aa;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "DM Sans", sans-serif;
}

.home17 {
	overflow-y: hidden;
}
.home17 ::-webkit-scrollbar-thumb {
	background: #ffd84f;
}
.home17 .button {
	background-color: #ffd84f;
}
.home17 .article-dashboard {
	height: 100vh;
	overflow-y: auto;
}
.home17 .header {
	position: fixed;
	background-color: #fff;
}
.home17 .header #site-header-inner .tf-button.bg_9:hover {
	background-color: #171717;
	color: #fff;
}
.home17.is_light .dashboard-style2 #side-bar-dashboard .info-style2 .tf-button {
	border: 1px solid transparent;
}
.home17.is_light
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.tf-button:hover {
	border-color: #c8f27c;
}
.home17 .swiper-dark {
	display: none;
}
.home17 .dashboard-style2 .container {
	padding: 0;
}
.home17 .dashboard-wapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home17 .dashboard-wapper .article-dashboard {
	position: relative;
	border-radius: 0;
	width: 62.5%;
}
.home17 .dashboard-wapper .article-dashboard::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	top: -5px;
	left: 0;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
}
.home17 .dashboard-wapper #side-bar-dashboard {
	padding-top: 80px;
	width: 37.5%;
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
}
.home17 #dashboard .container {
	max-width: 1920px;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 {
	border-radius: 0;
	background: transparent;
	padding: 0px 40px 0px 30px;
	margin-left: 10px;
	height: 100vh;
	overflow-y: auto;
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .tf-button {
	background: #ffd84f;
	padding: 12px 30px;
	border-radius: 0;
	font-size: 20.1626px;
	font-weight: 700;
	height: 57px;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .tf-button img {
	margin-right: 12px;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .name {
	margin-bottom: 20px;
	color: #171717;
	font-family: "Unbounded", cursive;
	font-weight: 600;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .image {
	border-radius: 0;
	margin: 0 20px 16px;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .info_contact {
	margin-bottom: 12px;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .info_contact li {
	margin-bottom: 6px;
}
.home17
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.info_contact
	li:last-child {
	margin-bottom: 0;
}
.home17
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.info_contact
	li
	span,
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .info_contact li a {
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .coppyright {
	margin-bottom: 8px;
	text-align: center;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .social {
	margin-bottom: 16px;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .social.dark {
	display: none;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .social li {
	margin: 0 16px;
}
.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .social li a img {
	width: 30px;
	height: 30px;
}
.home17
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.social
	li:nth-child(1)
	a
	img {
	width: 40px;
	height: 40px;
}
.home17 .dashboard-style2 .article-dashboard {
	padding: 80px 5px 0 255px;
	background: #fcfcfc;
	border: none;
}
.home17 .dashboard-style2 .article-dashboard .body-dashboard {
	padding: 20px 80px 0 0;
	background: #fcfcfc;
	overflow-x: hidden;
}
.home17 .dashboard-style2 .article-dashboard .body-dashboard .section-inner {
	padding: 32px 0 60px;
	border-top: 1px solid rgba(23, 23, 23, 0.1);
	border-bottom: 1px solid rgba(23, 23, 23, 0.1);
	margin-bottom: 8px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.tf-button {
	padding: 12px 32px;
	background: #ffd84f;
	border: 1px solid rgba(230, 230, 230, 0.1);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #171717;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.tf-button
	span {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.tf-button:hover {
	background-color: #171717;
	color: #fff;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact {
	padding: 32px 0 40px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.sub-title-style {
	text-transform: inherit;
	font-size: 32px;
	line-height: 40px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.desc {
	font-size: 16px;
	line-height: 26px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.sub-title-style {
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 35px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset {
	margin-bottom: 18px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea,
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input {
	border: none !important;
	border-bottom: 1px solid rgba(23, 23, 23, 0.1) !important;
	color: #3a3b3e !important;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea::placeholder,
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input::placeholder {
	color: #3a3b3e !important;
	text-transform: inherit;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea {
	padding-bottom: 10px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	button
	span {
	text-transform: capitalize;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset.mb-30 {
	margin-bottom: 30px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button {
	padding: 12px 32px;
	background: #ffd84f;
	border: 1px solid rgba(230, 230, 230, 0.1);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	color: #171717;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button
	span {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button:hover {
	background-color: #171717;
	color: #fff;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact {
	margin-bottom: 40px;
	justify-content: space-between;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li {
	padding: 20px;
	width: calc((100% - 40px) / 3);
	border: 1px solid rgba(23, 23, 23, 0.2);
	margin: 0;
	display: block;
	text-align: center;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li
	.icon {
	margin-bottom: 12px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li
	p {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "DM Sans", sans-serif;
	color: #171717 !important;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.call_action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 40px;
	margin-bottom: 40px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Testimonials {
	padding-bottom: 52px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.sub {
	color: #171717;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	h5 {
	color: #171717;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials {
	border-color: #ffd84f;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials
	i {
	color: #ffd84f;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.swiper-button-disabled {
	border-color: #e6e6e6;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.swiper-button-disabled
	i {
	color: #171717;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs {
	margin-top: -35px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab {
	justify-content: flex-end;
	margin-bottom: 40px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li {
	margin-right: 40px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li.active {
	border-color: transparent;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li:last-child {
	margin-right: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-inner
	.box
	.image
	.button {
	right: 82px;
	bottom: 34px;
	font-family: "Space Grotesk", sans-serif;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.image {
	margin-bottom: 24px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.image
	img {
	border-radius: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.content
	h5 {
	font-size: 20px;
	line-height: 32px;
	font-family: "Unbounded", cursive;
	font-weight: 500;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Skills {
	padding-bottom: 28px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2 {
	border: 1px solid rgba(230, 230, 230, 0.1019607843);
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 32px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2:last-child {
	margin-bottom: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2
	h5 {
	font-size: 24px;
	line-height: 36px;
	font-family: "Unbounded", cursive;
	color: #171717;
	margin-bottom: 12px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2.active,
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2:hover {
	border: 1px solid #ffd84f;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill {
	padding-top: 60px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.title {
	font-size: 20px;
	line-height: 32px;
	font-family: "Unbounded", cursive;
	color: #171717;
	margin-bottom: 32px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box {
	background-color: transparent;
	border: none;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.content-progress-box {
	margin-bottom: 32px;
	margin-top: 0;
	width: calc((100% - 127px) / 2);
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content-outter {
	background-color: #e6e6e6;
	height: 8px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content {
	height: 8px;
	background-color: #ffd84f;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 8px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	font-family: "DM Sans", sans-serif !important;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	.progress-number-wrapper {
	margin-top: -3px;
	text-align: right;
	font-family: "DM Sans", sans-serif !important;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	.progress-number-wrapper
	span {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #171717;
	text-transform: inherit;
	letter-spacing: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #171717;
	font-family: "Unbounded", cursive;
	text-transform: initial;
	margin-bottom: 28px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style.mb-8 {
	margin-bottom: 8px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style.mb-40 {
	margin-bottom: 40px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style.mb-30 {
	margin-bottom: 30px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style
	span {
	color: #ffd84f;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner:nth-child(1) {
	padding-top: 40px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner:first-child {
	border-top: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner:last-child {
	margin-bottom: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.slider {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid rgba(23, 23, 23, 0.1);
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.slider
	p {
	text-align: center;
	color: #171717;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul {
	width: 45%;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	p {
	width: 55%;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li,
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	p {
	color: #3a3b3e;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul {
	padding-left: 90px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li:last-child {
	margin-bottom: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li
	span,
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li
	a {
	padding-left: 5px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title {
	text-transform: inherit;
	margin-bottom: 32px;
	color: #171717;
	font-family: "Unbounded", cursive;
	font-weight: 600;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #ffd84f;
	height: 64%;
	top: 15px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title
	.tf-text {
	padding-top: 5px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title
	span {
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
	font-weight: 600;
	font-size: 56px;
	line-height: 68px;
	color: #ffd84f;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box {
	width: calc((100% - 25px) / 2);
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	h5.title {
	color: #171717;
	font-family: "Unbounded", cursive;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner {
	border-color: rgba(23, 23, 23, 0.2);
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div {
	padding-left: 20px;
	padding-bottom: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	h5 {
	font-family: "Unbounded", cursive;
	color: #171717;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 0;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p {
	color: #171717;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div::before {
	border-color: #ffd84f;
	background-color: #fff;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p.date {
	color: #3a3b3e;
	margin-bottom: 12px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Resume {
	padding-bottom: 48px;
}
.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service {
	padding: 34px 0 20px;
}

.home18 .close_dashboard:hover {
	cursor: pointer;
}
.home18 .icon_dashboard {
	background-color: #a0a3aa;
	position: fixed;
	left: 0;
	top: 150px;
	width: 50px;
	height: 50px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home18 .menu_dasboard {
	z-index: 99;
	width: 375px;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.home18 .menu_dasboard .fixel_menu {
	padding: 72px 60px 38px;
	overflow-y: auto;
	height: 100vh;
	position: fixed;
	background: #141520;
	width: 375px;
}
.home18 .menu_dasboard .close_dashboard {
	display: none;
}
.home18 .menu_dasboard .menu_list {
	margin-bottom: 60px;
	text-align: center;
}
.home18 .menu_dasboard .menu_list li {
	margin-bottom: 8px;
}
.home18 .menu_dasboard .menu_list li:first-child {
	margin-bottom: 20px;
}
.home18 .menu_dasboard .menu_list li:last-child {
	margin-bottom: 0;
}
.home18 .menu_dasboard .menu_list li a {
	padding: 12px 16px;
	border-radius: 8px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
}
.home18 .menu_dasboard .menu_list li a span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #a0a3aa;
	box-shadow: 0px 3.5px 5.5px rgba(0, 0, 0, 0.02);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 12px;
	margin-right: 15px;
}
.home18 .menu_dasboard .menu_list li.active a {
	background: #3a3b3e;
}
.home18 .menu_dasboard .menu_list li.active a span {
	background: #fff;
}
.home18 .menu_dasboard .social {
	margin-bottom: 14px;
	justify-content: center;
}
.home18 .menu_dasboard .social li {
	margin: 0 12px;
}
.home18 .menu_dasboard .copyright {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #a0a3aa;
}
.home18 .menu_dasboard .info {
	margin-bottom: 124px;
	background-color: transparent;
}
.home18 .menu_dasboard .info .avatar {
	width: 162px;
	height: 162px;
	border: 6px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	margin: 0 auto 14px;
}
.home18 .menu_dasboard .info .avatar img {
	width: 100%;
}
.home18 .menu_dasboard .info .content {
	text-align: center;
}
.home18 .menu_dasboard .info .content h5 {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 4px;
	font-family: "DM Sans", sans-serif;
}
.home18 .menu_dasboard .info .content p {
	color: #a0a3aa;
}
.home18 .swiper-dark {
	display: none;
}
.home18 .dashboard-style2 .container {
	padding: 0;
}
.home18 .dashboard-wapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home18 .dashboard-wapper .article-dashboard {
	position: relative;
	border-radius: 0;
	width: calc(100% - 375px);
}
.home18 .dashboard-wapper .article-dashboard::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	top: -5px;
	left: 0;
	box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
}
.home18 .dashboard-wapper #side-bar-dashboard .info {
	margin-bottom: 98px;
	background-color: transparent;
	border: none;
}
.home18 .dashboard-wapper #side-bar-dashboard .info::before {
	display: none;
}
.home18 #dashboard .container {
	max-width: 1920px;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 {
	border-radius: 0;
	background: transparent;
	padding: 42px 40px 40px 30px;
	margin-left: 10px;
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .tf-button {
	background: #ffd84f;
	padding: 12px 30px;
	border-radius: 0;
	font-size: 20.1626px;
	font-weight: 700;
	height: 57px;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .name {
	margin-bottom: 20px;
	color: #171717;
	font-family: "Unbounded", cursive;
	font-weight: 600;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .image {
	border-radius: 0;
	margin: 0 20px 32px;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .info_contact {
	margin-bottom: 12px;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .info_contact li {
	margin-bottom: 12px;
}
.home18
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.info_contact
	li:last-child {
	margin-bottom: 0;
}
.home18
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.info_contact
	li
	span,
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .info_contact li a {
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .coppyright {
	margin-bottom: 47px;
	text-align: center;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .social {
	margin-bottom: 45px;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .social.dark {
	display: none;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .social li {
	margin: 0 16px;
}
.home18 .dashboard-style2 #side-bar-dashboard .info-style2 .social li a img {
	width: 30px;
	height: 30px;
}
.home18
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.social
	li:nth-child(1)
	a
	img {
	width: 40px;
	height: 40px;
}
.home18 .dashboard-style2 .article-dashboard {
	padding: 40px 187px 0 190px;
	background: #fff;
	border: none;
}
.home18
	.dashboard-style2
	.article-dashboard
	.counter_wrapper
	.box
	.content
	.desc,
.home18
	.dashboard-style2
	.article-dashboard
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	font-family: "DM Sans", sans-serif;
}
.home18 .dashboard-style2 .article-dashboard .body-dashboard {
	padding: 0;
	margin-bottom: 0;
	background: #fff;
}
.home18 .dashboard-style2 .article-dashboard .body-dashboard .section-inner {
	padding: 25px 0 60px;
	border-top: 1px solid rgba(23, 23, 23, 0.1);
	border-bottom: 1px solid rgba(23, 23, 23, 0.1);
	margin-bottom: 8px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.page-content {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.page-content
	.content-box {
	width: 50%;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.page-content
	.image {
	padding-left: 30px;
	text-align: right;
	padding-right: 80px;
	width: 50%;
	position: relative;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.page-content
	.image
	img {
	border-radius: 25px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.page-content
	.image
	.box {
	position: absolute;
	right: 5px;
	top: 99px;
	filter: drop-shadow(0px 8.18713px 20.4678px rgba(39, 63, 68, 0.1));
	display: flex;
	align-items: center;
	justify-content: center;
	width: 164px;
	height: 164px;
	border-radius: 50%;
	background: #ffffff;
	filter: drop-shadow(0px 10px 25px rgba(39, 63, 68, 0.1));
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.page-content
	.image
	.box
	a {
	position: absolute;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.page-content
	.image
	svg {
	fill: #a0a3aa;
	height: auto;
	max-width: 65vmin;
	transform-origin: center;
	width: 100%;
	text-transform: uppercase;
	transform: rotate(-10deg);
	font-weight: 700;
	letter-spacing: 1.5px;
	-webkit-animation: rotating 20s infinite linear;
	animation: rotating 20s infinite linear;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.counter_wrapper
	.box {
	text-align: left;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.counter_wrapper
	.box
	.content {
	padding: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.counter_wrapper
	.box:nth-child(1) {
	padding: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.counter_wrapper
	.box:nth-child(2) {
	padding: 0 0 0 18px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.counter_wrapper
	.box:nth-child(3) {
	padding: 0 0 0 50px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.counter_wrapper
	.box:nth-child(4) {
	padding: 0 0 0 62px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.tf-button {
	padding: 12px 32px;
	background: #ffd84f;
	border: 1px solid rgba(230, 230, 230, 0.1);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.tf-button
	span {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact {
	padding: 21px 0 80px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	.desc {
	font-size: 16px;
	line-height: 26px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.sub-title-style {
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 35px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.icon {
	position: absolute;
	top: 22px;
	left: 45px;
	z-index: 1;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	select {
	z-index: 2;
	background-color: transparent;
	width: 48px;
	padding-right: 20px;
	left: 16px;
	position: absolute;
	top: 10px;
	border: none;
	border-right: 1px solid #e6e6e6;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	select:focus-visible {
	border: none !important;
	outline: none !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input#phone {
	padding-left: 75px !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset {
	position: relative;
	margin-bottom: 20px;
	width: calc((100% - 32px) / 2);
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset.full {
	width: 100%;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset.mb-22 {
	margin-bottom: 22px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	p {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 1.4px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input {
	height: 48px !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea,
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input {
	padding: 11px 16px !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 8px;
	color: #3a3b3e !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea::placeholder,
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input::placeholder {
	color: #a0a3aa !important;
	text-transform: inherit;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea {
	padding: 10px 16px 4px !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	button {
	background-color: #3c60dc;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	button
	span {
	color: #fff;
	text-transform: capitalize;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset.mb-30 {
	margin-bottom: 30px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button {
	padding: 12px 28px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	color: #171717;
	border: 1px solid #3c60dc;
	box-shadow: 0px 0.9125px 1.825px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button
	span {
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	text-transform: inherit;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button:hover {
	border-color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact {
	margin-bottom: 40px;
	justify-content: space-between;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li {
	padding: 20px;
	width: calc((100% - 40px) / 3);
	border: 1px solid rgba(23, 23, 23, 0.2);
	margin: 0;
	display: block;
	text-align: center;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li
	.icon {
	margin-bottom: 12px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li
	p {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "DM Sans", sans-serif;
	color: #171717 !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.call_action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 40px;
	margin-bottom: 40px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Testimonials {
	padding-bottom: 100px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.sub {
	color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	h5 {
	color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials {
	border-color: #ffd84f;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials
	i {
	color: #ffd84f;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.swiper-button-disabled {
	border-color: #e6e6e6;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.swiper-button-disabled
	i {
	color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs {
	margin-top: -45px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab {
	justify-content: flex-end;
	margin-bottom: 60px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li {
	margin-right: 25px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li:last-child {
	margin-right: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li
	span {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-inner
	.box
	.image
	.button {
	right: 82px;
	bottom: 34px;
	font-family: "Space Grotesk", sans-serif;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box {
	width: calc((100% - 64px) / 3);
	margin-bottom: 30px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.image {
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.image
	img {
	border-radius: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.content-tab
	.content-inner
	.box
	.content
	h5 {
	font-size: 24px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.swiper-pagination {
	justify-content: flex-start;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.swiper-pagination.style2
	span {
	background-color: transparent;
	border-color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.swiper-pagination.style2
	span.swiper-pagination-bullet-active {
	background-color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box {
	border-left: none;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.image {
	border-radius: 14px;
	overflow: hidden;
	width: 217px;
	min-width: 217px;
	height: 217px;
	min-height: 217px;
	margin-right: 38px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.image
	img {
	width: 100%;
	height: 100%;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.content {
	margin-top: -2px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.content
	.inner {
	align-items: center;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.content
	.name {
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.content
	.desc {
	font-weight: 400;
	font-size: 14px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
	line-height: 22px;
	margin-left: 12px;
	position: relative;
	padding-left: 20px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.content
	.desc::before {
	position: absolute;
	content: "-";
	left: 0;
	top: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.content
	.sub {
	font-size: 22px;
	line-height: 36px;
	color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Skills {
	padding-bottom: 28px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2 {
	width: calc((100% - 27px) / 2);
	margin-bottom: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 30px 28px 25px;
	border: 1px solid rgba(23, 23, 23, 0.1);
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2
	.icon {
	min-width: 60px;
	margin-right: 30px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2
	h5 {
	font-size: 24px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	margin-bottom: 8px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2
	p {
	color: #3a3b3e;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2.active,
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2:hover {
	box-shadow: 0px 10px 25px rgba(39, 63, 68, 0.1);
	border-color: transparent;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill {
	padding-top: 48px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.title {
	font-size: 32px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	margin-bottom: 23px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box {
	background-color: transparent;
	border: none;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.content-progress-box {
	margin-bottom: 21px;
	margin-top: 0;
	width: calc((100% - 60px) / 2);
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content-outter {
	background-color: #e6e6e6;
	height: 8px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content {
	height: 8px;
	background-color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 11px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	font-family: "DM Sans", sans-serif !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	.progress-number-wrapper {
	margin-top: -3px;
	text-align: right;
	font-family: "DM Sans", sans-serif !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	.progress-number-wrapper
	span {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #171717;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style {
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
	margin-bottom: 44px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style.mb-8 {
	margin-bottom: 8px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style.mb-40 {
	margin-bottom: 40px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style.mb-30 {
	margin-bottom: 30px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style.mb-50 {
	margin-bottom: 50px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner:nth-child(1) {
	padding-top: 40px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner:first-child {
	border-top: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner:last-child {
	margin-bottom: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page {
	padding-bottom: 25px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.slider {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid rgba(23, 23, 23, 0.1);
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.slider
	p {
	text-align: center;
	color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content {
	margin-bottom: 29px;
	padding-right: 30px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	p {
	color: #3a3b3e;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li {
	margin-bottom: 32px;
	width: calc((100% - 30px) / 2);
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li
	p {
	font-weight: 700;
	text-transform: capitalize;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li
	p:nth-child(1) {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li
	p:nth-child(2) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-size: 24px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title {
	text-transform: capitalize;
	margin-bottom: 20px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #171717;
	height: 50%;
	top: 32px;
	width: 6px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title
	.tf-text {
	padding-top: 20px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title
	span {
	padding-top: 0;
	margin-top: 0;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box {
	display: block;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box {
	width: 100%;
	margin-bottom: 40px;
	margin-left: 0 !important;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box:last-child {
	margin-bottom: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	h5.title {
	color: #171717;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-left: 0;
	border-top: 1px solid;
	border-color: rgba(23, 23, 23, 0.2);
	padding-left: 20px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 30px 0 15px 42px;
	width: calc((100% - 186px) / 3);
	border-left: 2px solid #e6e6e6;
	margin-bottom: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div:hover {
	border-color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div:hover::before {
	border-color: #171717;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	h5 {
	font-family: "DM Sans", sans-serif;
	color: #171717;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p {
	color: #3a3b3e;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: -11px;
	left: -11px;
	width: 20px;
	height: 20px;
	border-color: #e6e6e6;
	background-color: #fff;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div
	p.date {
	color: #a0a3aa;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 20px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Resume {
	padding-bottom: 80px;
}
.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service {
	padding: 22px 0 78px;
}
.home18 #footer {
	padding: 6px 0 8px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home18 #footer p {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}
.home18 #footer ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home18 #footer ul li {
	position: relative;
	padding-left: 15px;
	margin-left: 10px;
}
.home18 #footer ul li:first-child::before {
	display: none;
}
.home18 #footer ul li::before {
	position: absolute;
	content: "|";
	left: 0;
	top: 0;
}
.home18 #footer ul li a {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}

.home19.is_dark .themes-color a.button-style span {
	color: #fff;
}
.home19 #main-nav .menu li.menu-item.current-menu-item > a::before {
	background-color: #5edda0;
}
.home19 a:hover {
	color: #5edda0;
}
.home19 #header_main.is-fixed.is-fixed.is-small .logo-light {
	display: none;
}
.home19 #header_main.is-fixed.is-fixed.is-small .logo-dark {
	display: block;
}
.home19 .wrapper {
	padding-bottom: 100px;
}
.home19 .swiper-dark {
	display: none;
}
.home19 .contact-inner {
	padding: 60px;
	background-color: #fff;
	position: relative;
	border-radius: 16px;
	border: 2px solid #171717;
}
.home19 .contact-inner::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 8px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.home19 .list_contact {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home19 .list_contact li {
	margin-right: 72px;
}
.home19 .list_contact li p {
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	font-size: 24px;
	line-height: 36px;
}
.home19 .list_contact li p:nth-child(1) {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.home19 .list_contact li:last-child {
	margin-right: 0;
}
.home19 #contact {
	z-index: 9;
	padding: 3px 0 0;
	margin: 0;
}
.home19 #contact fieldset {
	margin-bottom: 24px;
}
.home19 #contact input {
	height: 56px;
}
.home19 #contact textarea,
.home19 #contact input {
	font-family: "DM Sans", sans-serif !important;
	padding: 11px 16px !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 4px;
	color: #a0a3aa !important;
	font-size: 16px;
	line-height: 26px;
}
.home19 #contact textarea::placeholder,
.home19 #contact input::placeholder {
	color: #a0a3aa !important;
	text-transform: inherit;
}
.home19 #contact textarea {
	padding: 14px 16px 22px !important;
}
.home19 #contact .tf-button {
	height: 56px;
	padding: 12px 22px;
	font-size: 16px;
	line-height: 26px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home19 #contact .tf-button:hover {
	background-color: #171717;
	border-color: #171717;
	color: #fff;
}
.home19 #contact button {
	background-color: #5edda0;
}
.home19 #contact button span {
	color: #fff;
	text-transform: capitalize;
}
.home19 #contact.mb-30 {
	margin-bottom: 30px;
}
.home19 .tf-button {
	padding: 12px 28px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	color: #171717;
	border: 1px solid #5edda0;
	box-shadow: 0px 0.9125px 1.825px rgba(16, 24, 40, 0.05);
	border-radius: 10px;
	font-weight: 700;
}
.home19 .tf-button span {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	text-transform: inherit;
}
.home19 .tf-button .heading {
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
}
.home19 .tf-button .tf-button {
	background: #ee37b4;
	padding: 8px 22px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	border: 2px solid #ee37b4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.home19 .tf-button .tf-button:hover {
	background-color: transparent;
	color: #171717;
}
.home19 .list_contact > li {
	margin: 0;
	padding: 0;
	width: 33.333%;
}
.home19 .list_contact > li:nth-child(1) {
	width: 34%;
}
.home19 .list_contact > li:nth-child(2) {
	width: 33%;
}
.home19 .list_contact > li:nth-child(3) {
	width: 33%;
}
.home19 .list_contact > li p {
	font-size: 24px;
	line-height: 36px;
	color: #171717;
}
.home19 .list_contact > li p:nth-child(1) {
	color: #a0a3aa;
	font-size: 14px;
	line-height: 24px;
}
.home19 .list_contact > li p:nth-child(2) {
	font-family: "Golos Text", sans-serif;
}
.home19 .list_contact > li ul {
	z-index: 9;
	display: flex;
	position: relative;
	justify-content: flex-end;
	margin-top: 7px;
	margin-right: -2px;
}
.home19 .list_contact > li ul li {
	z-index: 9;
	display: block;
	position: relative;
	margin-right: 24px;
}
.home19 .list_contact > li ul li:last-child {
	margin-right: 0;
}
.home19 .list_contact > li ul li img {
	width: 25px;
	height: 25px;
	z-index: 9;
}
.home19 .list_contact > li ul li a {
	position: relative;
	border-radius: 8px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.home19 .list_contact > li ul li a:hover {
	padding-left: 4px;
	padding-top: 4px;
}
.home19 .list_contact > li ul li a:hover::before {
	left: 4px;
	top: 4px;
}
.home19 .list_contact > li ul li a::before {
	border: 1px solid #171717;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 50%;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1;
}
.home19 .list_contact > li ul li a::after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 50%;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 4px;
	top: 4px;
	background-color: #000000;
	z-index: -1;
}
.home19 .sl-brand-10 .swiper-slide a {
	width: 100%;
}
.home19 .sl-brand-10 .swiper-slide a img {
	width: 100%;
}
.home19 .my_skill_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home19 .my_skill_box .content-progress-box {
	width: calc((100% - 32px) / 2);
	margin-bottom: 19px;
}
.home19 .my_skill_box .content-progress-box .progress-title-holder {
	margin-bottom: 7px;
}
.home19 .my_skill_box .content-progress-box .progress-title-holder span {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.home19 .my_skill_box .content-progress-box .progress-content-outter {
	background: #171717;
	height: 8px;
}
.home19
	.my_skill_box
	.content-progress-box
	.progress-content-outter
	.progress-content {
	height: 8px;
	background: #5edda0;
}
.home19 .wrapper_portfolio {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home19 .wrapper_portfolio .box {
	width: calc((100% - 80px) / 2);
	margin-bottom: 23px;
}
.home19 .wrapper_portfolio .box.active .image .button,
.home19 .wrapper_portfolio .box:hover .image .button {
	opacity: 1;
}
.home19 .wrapper_portfolio .box.active .image::before,
.home19 .wrapper_portfolio .box:hover .image::before {
	left: 6px;
	top: 6px;
}
.home19 .wrapper_portfolio .box .image {
	position: relative;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home19 .wrapper_portfolio .box .image::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000;
	z-index: -1;
}
.home19 .wrapper_portfolio .box .image img {
	width: 100%;
}
.home19 .wrapper_portfolio .box .image .button {
	opacity: 0;
	position: absolute;
	right: 60px;
	bottom: 84px;
	background-color: #5edda0;
}
.home19 .wrapper_portfolio .box .image .button:hover {
	background-color: #fff;
}
.home19 .wrapper_portfolio .box .content h5 {
	font-size: 32px;
	line-height: 40px;
	text-transform: capitalize;
	color: #171717;
	margin-bottom: 0;
	margin-top: 40px;
	font-family: "Golos Text", sans-serif;
}
.home19 .wrapper_portfolio .box .content p {
	font-size: 16px;
	line-height: 26px;
	color: #3a3b3e;
}
.home19 .wrapper_service {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home19 .wrapper_service .box {
	width: calc((100% - 32px) / 2);
	margin-bottom: 28px;
	padding: 24px 32px 22px;
	background: #fff;
	border-radius: 12px;
	position: relative;
	margin-bottom: 28px;
	border: 1px solid #171717;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home19 .wrapper_service .box h5 {
	font-family: "Golos Text", sans-serif;
	color: #171717;
	margin-bottom: 8px;
}
.home19 .wrapper_service .box p {
	color: #171717;
}
.home19 .wrapper_service .box::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 12px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.home19 .wrapper_service .box:hover,
.home19 .wrapper_service .box.active {
	background: #5edda0;
}
.home19 .container {
	max-width: 1200px;
}
.home19 .tf-title {
	margin-bottom: 40px;
}
.home19 .tf-title .title {
	font-size: 56px;
	line-height: 68px;
	font-family: "Golos Text", sans-serif;
	font-weight: 600;
	padding-left: 28px;
	margin-bottom: 0;
	position: relative;
}
.home19 .tf-title .title::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 6px;
	left: 0;
	top: 0;
	background-color: #5edda0;
}
.home19 .section-about.tf-section {
	border: none;
	background-color: #fb5858;
	padding: 40px 60px;
}
.home19 .section-about.tf-section .tf-title p {
	color: #fff;
}
.home19 .section-about.tf-section .btn-main {
	border-color: #fff;
}
.home19 .sl-testimonial {
	padding: 8px;
	margin: -8px;
}
.home19 .testimonials-box {
	padding: 40px 40px 83px;
	position: relative;
	box-shadow: none;
	border-radius: 16px;
}
.home19 .testimonials-box::before {
	border-radius: 16px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.home19 .testimonials-box .sub {
	font-family: "Golos Text", sans-serif;
	color: #171717;
	font-size: 32px;
	line-height: 52px;
	margin-bottom: 26px;
}
.home19 .testimonials-box .inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home19 .testimonials-box .inner .image {
	width: 60px;
	height: 60px;
	margin-right: 16px;
}
.home19 .testimonials-box .inner .image img {
	border-radius: 50%;
}
.home19 .testimonials-box .inner .content h5 {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 32px;
	color: #171717;
}
.home19 .testimonials-box .inner .content p {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.home19 .container {
	max-width: 1200px;
}
.home19 p,
.home19 h1,
.home19 h2,
.home19 h3,
.home19 h4,
.home19 h5,
.home19 h6 {
	font-family: "DM Sans", sans-serif;
}
.home19 .tf-brand {
	padding-bottom: 90px;
}
.home19 .tf-brand .desc {
	font-size: 24px;
	line-height: 36px;
	font-family: "Golos Text", sans-serif;
	font-weight: 600;
	color: #171717;
}
.home19 .tf-section {
	padding: 80px 0;
}
.home19 .tf-section.tf-sevices {
	padding: 81px 0 0;
}
.home19 .tf-section.tf-project {
	padding: 73px 0 0;
}
.home19 .tf-section.tf-pricing {
	padding-bottom: 100px;
}
.home19 .tf-section.what_i_do {
	padding: 84px 0 52px;
	background-color: #0b0c1a;
}
.home19 .tf-section.tf-testimonials {
	padding: 76px 0 20px;
}
.home19 .tf-section.tf-testimonials .swiper-pagination.style2 {
	justify-content: flex-start;
	position: absolute;
	left: 44px;
	bottom: 53px;
}
.home19 .tf-section.tf-testimonials .swiper-pagination.style2 span {
	border-color: #171717;
	background: transparent;
}
.home19
	.tf-section.tf-testimonials
	.swiper-pagination.style2
	span.swiper-pagination-bullet-active {
	background-color: #171717;
}
.home19 .tf-section .pricing_wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home19 .tf-section .pricing-box {
	width: calc((100% - 64px) / 3);
	position: relative;
	border-radius: 8px;
	padding: 24px 24px 58px;
	border: 1px solid #171717;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home19 .tf-section .pricing-box.active,
.home19 .tf-section .pricing-box:hover {
	background: #5edda0;
}
.home19 .tf-section .pricing-box.active .link,
.home19 .tf-section .pricing-box:hover .link {
	color: #fff;
	background: #171717;
}
.home19 .tf-section .pricing-box.active ul,
.home19 .tf-section .pricing-box:hover ul {
	border-color: #fff;
}
.home19 .tf-section .pricing-box.active .time,
.home19 .tf-section .pricing-box.active h5,
.home19 .tf-section .pricing-box.active ul li span,
.home19 .tf-section .pricing-box:hover .time,
.home19 .tf-section .pricing-box:hover h5,
.home19 .tf-section .pricing-box:hover ul li span {
	color: #fff;
}
.home19 .tf-section .pricing-box::before {
	border-radius: 8px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 8px;
	top: 8px;
	background-color: #000000;
	z-index: -1;
}
.home19 .tf-section .pricing-box h5 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #171717;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.home19 .tf-section .pricing-box .time {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.home19 .tf-section .pricing-box .time span {
	padding-right: 4px;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	font-family: "Space Grotesk", sans-serif;
}
.home19 .tf-section .pricing-box ul {
	margin-top: 18px;
	border-top: 1px solid #171717;
	padding-top: 20px;
	margin-bottom: 41px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home19 .tf-section .pricing-box ul li {
	margin-bottom: 8px;
}
.home19 .tf-section .pricing-box ul li:last-child {
	margin-bottom: 0;
}
.home19 .tf-section .pricing-box ul li span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #3a3b3e;
	font-family: "DM Sans", sans-serif;
}
.home19 .tf-section .pricing-box .link {
	position: absolute;
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #171717;
	background: transparent;
	border-radius: 4px;
	padding: 11px 24px;
	height: 48px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
}
.home19 .flat-tabs .menu-tab {
	border: none;
	justify-content: center;
	margin-bottom: 58px;
}
.home19 .flat-tabs .menu-tab li {
	margin: 0 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}
.home19 .flat-tabs .menu-tab li.active {
	border-bottom: 1px solid #fb5858;
}
.home19 .flat-tabs .content-inner {
	flex-wrap: wrap;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home19 .flat-tabs .content-inner .project-box-style6 {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.home19 .my_skill .title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	margin-bottom: 19px;
}
.home19 .resume-wrap {
	margin-bottom: 52px;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home19 .resume-wrap .box {
	width: calc((100% - 32px) / 2);
	padding: 0;
}
.home19 .resume-wrap .box h4 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #171717;
	font-family: "Golos Text", sans-serif;
}
.home19 .resume-wrap .box ul {
	margin-left: 10px;
	position: relative;
}
.home19 .resume-wrap .box ul::before {
	width: 1px;
	height: calc(100% - 6px);
	top: 3px;
	left: 0;
	background-color: #171717;
	position: absolute;
	content: "";
}
.home19 .resume-wrap .box ul li {
	margin-top: -2px;
	padding-left: 24px;
	position: relative;
	padding-top: 2px;
	margin-bottom: 60px;
}
.home19 .resume-wrap .box ul li::before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: -7.5px;
	top: 2px;
	content: "";
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #171717;
}
.home19 .resume-wrap .box ul li:last-child {
	margin-bottom: 0;
}
.home19 .resume-wrap .box ul li .date {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #3a3b3e;
}
.home19 .resume-wrap .box ul li h5 {
	font-size: 24px;
	line-height: 36px;
	color: #171717;
	margin-bottom: 4px;
	font-weight: 600;
	font-family: "Golos Text", sans-serif;
}
.home19 .resume-wrap .box ul li .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
}
.home19 .tf-about .info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	padding-top: 58px;
	margin-top: 18px;
}
.home19 .tf-about .info li {
	width: 25%;
	padding-right: 24px;
}
.home19 .tf-about .info li:last-child {
	padding-right: 0;
}
.home19 .tf-about .info li:nth-child(4),
.home19 .tf-about .info li:nth-child(3),
.home19 .tf-about .info li:nth-child(2) {
	padding-left: 32px;
}
.home19 .tf-about .info li p {
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #3a3b3e;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}
.home19 .tf-about .info li h5 {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #171717;
	margin-bottom: 0;
}
.home19 .tf-about .counter_wrapper {
	padding-left: 90px;
	flex-wrap: wrap;
}
.home19 .tf-about .counter_wrapper .box {
	text-align: center;
	width: calc((100% - 40px) / 2);
	margin-bottom: 44px;
}
.home19 .tf-about .counter_wrapper .box:nth-child(4),
.home19 .tf-about .counter_wrapper .box:nth-child(3),
.home19 .tf-about .counter_wrapper .box:nth-child(2),
.home19 .tf-about .counter_wrapper .box:nth-child(1) {
	padding: 0;
}
.home19 .tf-about .counter_wrapper .box .content .box-couter .number-content {
	font-family: "DM Sans", sans-serif;
}
.home19 .tf-about .counter_wrapper .box .content .desc {
	font-family: "DM Sans", sans-serif;
}

.home20 #header_main.is-fixed.header-style2 #main-nav .menu li a .menu-text {
	text-shadow: 0 16px 0 #171717;
}
.home20 a:hover {
	color: #f48d62;
}
.home20
	#header_main.is-fixed.is-fixed.is-small
	#main-nav
	.menu
	li.menu-item-has-children
	> a::after,
.home20 #header_main.is-fixed.is-fixed.is-small #main-nav .menu li > a {
	color: #171717;
}
.home20 #header_main.is-fixed.is-fixed.is-small {
	background-color: #fff;
}
.home20 #header_main.is-fixed.is-fixed.is-small .social {
	display: flex;
}
.home20 .button.style2 {
	height: 60px;
	border-radius: 30px;
	padding: 0;
}
.home20 .button.style2 .btn-main {
	height: 60px;
	background: #f48d62;
	font-family: "Space Grotesk", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	padding: 10px 23.5px;
}
.home20 .mySwiper6 {
	overflow: visible;
}
.home20 .mySwiper6 .box .image {
	margin-bottom: 30px;
}
.home20 .mySwiper6 .box .image img {
	width: 100%;
}
.home20 .mySwiper6 .box .content {
	text-align: center;
}
.home20 .mySwiper6 .box .content h5 {
	font-size: 24px;
	line-height: 26px;
	font-family: "Space Grotesk", sans-serif;
	color: #111111;
	font-weight: 600;
	margin-bottom: 4px;
}
.home20 .mySwiper6 .box .content p {
	font-family: "Space Grotesk", sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #5a5a5a;
}
.home20 #footer {
	background: url("./../../assets/images/backgroup/bg_footer_2.png") center
		center no-repeat;
	background-size: cover;
	padding: 42px 0;
}
.home20 #footer .footer_content {
	text-align: center;
}
.home20 #footer .footer_content .footer__logo {
	margin-bottom: 8px;
}
.home20 #footer .footer_content p {
	font-family: "Space Grotesk", sans-serif;
	font-size: 15px;
	line-height: 35px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 6px;
}
.home20 #footer .footer_content .social {
	display: flex;
	align-items: center;
	justify-content: center;
}
.home20 #footer .footer_content .social li {
	margin: 0 18px;
}
.home20 .tf-post .image {
	margin-bottom: 21px;
}
.home20 .tf-post .content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home20 .tf-post .content .date {
	min-width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 31px;
	background: url("./../../assets/images/common/bg_text.png") center center
		no-repeat;
	background-size: contain;
	margin-top: 6px;
	text-transform: uppercase;
	color: #5b5067;
}
.home20 .tf-post .content .title {
	text-transform: inherit;
	padding-left: 24px;
	font-size: 22px;
	line-height: 28px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	color: #161616;
	margin-bottom: 0;
}
.home20 .tf-artwork {
	background: url("./../../assets/images/backgroup/bg_artwork.png") center
		center no-repeat;
	background-size: cover;
}
.home20 .tf-artwork .button.style3 {
	height: 60px;
	border-radius: 30px;
	background-color: transparent;
}
.home20 .tf-artwork .button.style3 .btn-main {
	height: 60px;
	background: transparent;
	border: 2px solid #000000;
	font-family: "Space Grotesk", sans-serif;
	color: #171717;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	padding: 10px 30px;
	margin-top: -5px;
}
.home20 .tf-artwork .button.style3 .btn-main svg path {
	fill: #171717;
}
.home20 .container {
	max-width: 1200px;
}
.home20 .header {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(2px);
}
.home20 .header .container {
	max-width: 1440px;
}
.home20 .tf-section {
	padding: 90px 0;
}
.home20 .tf-section.tf-feature {
	padding-bottom: 145px;
}
.home20 .tf-section.tf-artwork {
	padding-top: 84px;
}
.home20 .tf-section.tf-blog {
	padding: 86px 0 65px;
}
.home20 .tf-title .title {
	font-size: 42px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	line-height: 52px;
	text-transform: inherit;
}
.home20 .feature_wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home20 .feature_wrapper .box .image {
	margin-bottom: 24px;
}
.home20 .feature_wrapper .box .content h3 {
	font-size: 42px;
	font-weight: 600;
	font-family: "Space Grotesk", sans-serif;
	color: #171717;
	margin-bottom: 5px;
}
.home20 .feature_wrapper .box .content p {
	font-size: 18px;
	font-family: "Space Grotesk", sans-serif;
	color: #828282;
}
.home20 .feature_wrapper .box .content p span {
	text-align: center;
	padding: 8px 26px 8px 20px;
	margin-left: 4px;
	background: url("./../../assets/images/common/bg_text.png") center center
		no-repeat;
}

.home21 #main-nav-mobi {
	right: 0;
	left: auto;
}
.home21 .error {
	width: 100%;
	text-align: right;
}
.home21.home19 .tf-section .pricing-box .time span {
	padding-right: 0;
	padding-left: 8px;
}
.home21 .progress-title {
	margin-right: 0;
}
.home21 #main-nav .menu {
	flex-direction: row-reverse;
}
.home21 #contact textarea,
.home21 #contact input {
	text-align: right;
}
.home21 #contact .tf-button {
	margin-left: auto;
}
.home21.home19 .contact-inner::before {
	left: -8px;
}
.home21.home19 .contact-inner .list_contact {
	flex-direction: row-reverse;
}
.home21.home19 .contact-inner .list_contact > li {
	text-align: right;
}
.home21.home19 .contact-inner .list_contact > li ul {
	justify-content: flex-start;
}
.home21.home19 .tf-section .pricing-box {
	text-align: right;
}
.home21.home19 .tf-section .pricing-box::before {
	left: -8px;
}
.home21.home19 .tf-section .pricing-box .flex {
	justify-content: flex-end;
}
.home21.home19 .tf-section.tf-testimonials .swiper-pagination.style2 {
	left: auto;
	right: 44px;
	justify-content: flex-end;
}
.home21.home19 .wrapper_portfolio .box .image .button {
	left: 60px;
	right: auto;
}
.home21 .header .social {
	left: 0;
	right: auto;
	flex-direction: row-reverse;
}
.home21 .header .social li {
	margin-left: 0;
	margin-right: 16px;
}
.home21 .header #site-header-inner {
	flex-direction: row-reverse;
}
.home21 .page-title.style11 .content-box {
	flex-direction: row-reverse;
}
.home21 .page-title.style11 .content-box .image-box .image {
	text-align: left;
	justify-content: flex-start;
}
.home21 .page-title.style11 .content-box .image-box .box.position_1 {
	right: auto;
	left: 0;
}
.home21 .page-title.style11 .content-box .image-box .box.position_2 {
	right: 0;
	left: auto;
}
.home21 .page-title.style11 .content-box .content {
	padding-right: 0;
}
.home21 .page-title.style11 .content-box .content .sub-title,
.home21 .page-title.style11 .content-box .content .title {
	text-align: right;
}
.home21 .page-title.style11 .content-box .content .button-wrapper {
	justify-content: flex-end;
}
.home21 .tf-title .title {
	text-align: right;
	padding-right: 28px;
	padding-left: 0;
}
.home21 .tf-title .title::before {
	right: 0;
	left: auto;
}
.home21 .wrapper_service .box {
	text-align: right;
}
.home21 .wrapper_service .box::before {
	left: -8px;
}
.home21.home19 .wrapper_portfolio .box.active .image::before,
.home21.home19 .wrapper_portfolio .box:hover .image::before {
	left: -6px;
}
.home21 .tf-brand .desc,
.home21.home19 .wrapper_portfolio .box .content h5,
.home21 .progress-title-holder,
.home21 .resume-wrap .box ul li,
.home21 .resume-wrap .box h4 {
	text-align: right;
}
.home21 .content-progress-box .progress-content-outter .progress-content {
	margin-left: auto;
}
.home21 .testimonials-box {
	text-align: right;
}
.home21 .testimonials-box::before {
	left: -8px !important;
}
.home21 .testimonials-box .inner {
	flex-direction: row-reverse;
}
.home21 .testimonials-box .inner .image {
	margin-right: 0;
	margin-left: 16px;
}
.home21 .my_skill .title {
	text-align: right !important;
}
.home21 .resume-wrap .box ul {
	margin-left: 0 !important;
	margin-right: 10px;
}
.home21 .resume-wrap .box ul::before {
	right: 0;
	left: auto;
}
.home21 .resume-wrap .box ul li {
	padding-left: 0 !important;
	padding-right: 20px;
}
.home21 .resume-wrap .box ul li::before {
	right: -7.5px;
	left: auto !important;
}

.home22 {
	background: #fff6ed;
}
.home22 .content_about {
	padding-left: 50px;
}
.home22 .flat-tabs {
	margin-top: -52px;
	position: relative;
	z-index: 9;
}
.home22 .flat-tabs .menu-tab {
	justify-content: flex-end;
	margin-bottom: 42px;
	border: none;
}
.home22 .flat-tabs .menu-tab li {
	margin-right: 66px;
}
.home22 .flat-tabs .menu-tab li:last-child {
	margin-right: 0;
}
.home22 .flat-tabs .menu-tab li.active span {
	border-bottom: 1px solid #171717;
}
.home22 .flat-tabs .menu-tab li span {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
.home22 .flat-tabs .content-inner .box .image .button {
	right: 82px;
	bottom: 34px;
	font-family: "Space Grotesk", sans-serif;
}
.home22 .flat-tabs .content-tab .content-inner {
	flex-wrap: wrap;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home22 .flat-tabs .content-tab .content-inner .box {
	width: calc((100% - 46px) / 2);
	margin-bottom: 32px;
}
.home22 .flat-tabs .content-tab .content-inner .box .image {
	margin-bottom: 20px;
	overflow: hidden;
}
.home22 .flat-tabs .content-tab .content-inner .box .image img {
	border-radius: 0;
	width: 100%;
}
.home22 .flat-tabs .content-tab .content-inner .box .content h5 {
	font-size: 32px;
	line-height: 40px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	color: #171717;
	margin-bottom: 0;
	text-transform: capitalize;
}
.home22 .tf-service .tf-title-style4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home22 .tf-service .tf-title-style4 .button-style {
	margin-left: 15px;
}
.home22 .wapper_service {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home22 .wapper_service .box {
	padding: 24px 24px 40px;
	width: calc((100% - 96px) / 4);
	text-align: center;
}
.home22 .wapper_service .box:hover .image {
	transform: rotateY(360deg);
}
.home22 .wapper_service .box .image {
	width: 120px;
	height: 120px;
	margin: 0 auto 40px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.home22 .wapper_service .box .image img.img_dark {
	display: none;
}
.home22 .wapper_service .box h5 {
	font-size: 24px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	line-height: 36px;
	color: #171717;
}
.home22 .button-style {
	margin-right: 20px;
	height: 56px;
}
.home22 .button-style:last-child {
	margin-right: 0;
}
.home22 .button-style .btn-main {
	padding: 10px 25px;
	min-width: 152px;
	height: 56px;
	border-radius: 0px;
	background: var(
		--gradient,
		linear-gradient(45deg, #52da98 0%, #f8fab5 100%)
	);
	border: 2px solid #171717;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 700;
}
.home22 .button-style .btn-main svg {
	margin-left: 16px;
}
.home22 .button-style .btn-absolute {
	height: 56px;
	border-radius: 0px;
}
.home22 .tf-title-style4 .title {
	font-family: "Plus Jakarta Sans", sans-serif;
	letter-spacing: 1.76px;
	text-transform: uppercase;
	font-weight: 600;
}
.home22 .header {
	background-color: #171717;
	height: 100px;
}
.home22 #main-nav .menu li {
	margin-right: 41px;
}
.home22 .tf-section {
	padding: 100px 0;
}
.home22 .tf-section.tf-about {
	padding-top: 0;
}
.home22 .tf-section.tf-service {
	padding-bottom: 120px;
}
.home22 .tf-section.tf-testimonial {
	padding-top: 66px;
}
.home22 .content_about {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.home22 .counter_wrapper .box {
	text-align: left;
	width: auto;
	padding: 0 !important;
	margin-right: 44px;
}
.home22 .counter_wrapper .box:last-child {
	margin-right: 0;
}
.home22 .counter_wrapper .box .content .box-couter .number-content {
	font-size: 44px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	line-height: 56px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.home22 .counter_wrapper .box .content .desc {
	color: #3a3b3e;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	text-transform: capitalize;
	font-family: "DM Sans", sans-serif;
}
.home22 .tf-brand {
	padding-bottom: 98px;
}
.home22 .tf-brand .desc {
	font-size: 20px;
	line-height: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	color: #171717;
	text-align: center;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.home22 .tf-testimonial {
	position: relative;
}
.home22 .tf-testimonial .sl-testimonial-5 {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 40px 0;
}
.home22 .tf-testimonial .tf-title-style4 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home22 .tf-testimonial .tf-title-style4 .wapper_btn {
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home22 .tf-testimonial .testimonials-box {
	padding: 0 30px 0 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	position: relative;
}
.home22 .tf-testimonial .testimonials-box h4 {
	font-size: 20px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 7px;
	color: #171717;
}
.home22 .tf-testimonial .testimonials-box .sub {
	margin-bottom: 40px;
}
.home22 .tf-testimonial .testimonials-box .inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home22 .tf-testimonial .testimonials-box .inner .image {
	width: 60px;
	height: 60px;
	margin-right: 16px;
}
.home22 .tf-testimonial .testimonials-box .inner .image img {
	border-radius: 50%;
}
.home22 .tf-testimonial .testimonials-box .inner .content h5 {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 32px;
	color: #171717;
}
.home22 .tf-testimonial .testimonials-box .inner .content p {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.home22 .tf-testimonial .testimonials-box::before {
	position: absolute;
	left: -32px;
	height: 100%;
	background-color: #e6e6e6;
	width: 1px;
	content: "";
	top: 0;
}
.home22 .tf-testimonial .btn-testimonials {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 1px solid #3a3b3e;
	z-index: 11;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home22 .tf-testimonial .btn-testimonials:hover {
	background-color: #c8f27c;
	border-color: #c8f27c;
}
.home22 .tf-testimonial .btn-testimonials.swiper-button-disabled {
	opacity: 0.5;
}
.home22 .tf-testimonial .btn-testimonials i {
	color: #171717;
	font-size: 30px;
}
.home22 .tf-testimonial .btn-testimonials.btn-next-testimonials {
	margin-left: 16px;
}
.home22 #footer .footer-form form {
	padding-left: 0;
	max-width: 100%;
}
.home22 #footer .footer-form form fieldset {
	margin-bottom: 33px;
}
.home22 #footer {
	background-color: transparent;
}
.home22 #footer .button-style {
	height: 64px;
}
.home22 #footer .button-style .btn-absolute,
.home22 #footer .button-style .btn-main {
	height: 64px;
}
.home22 #footer .footer-content .social li {
	margin-right: 34px;
}
.home22 #footer .footer-content .social li img {
	width: 32px;
	height: 32px;
}
.home22 #footer .footer-content .copyright {
	margin-top: 58px;
	color: #3a3b3e !important;
}
.home22 #footer textarea,
.home22 #footer input[type="text"],
.home22 #footer input[type="password"],
.home22 #footer input[type="datetime"],
.home22 #footer input[type="datetime-local"],
.home22 #footer input[type="date"],
.home22 #footer input[type="month"],
.home22 #footer input[type="time"],
.home22 #footer input[type="week"],
.home22 #footer input[type="number"],
.home22 #footer input[type="email"],
.home22 #footer input[type="url"],
.home22 #footer input[type="search"],
.home22 #footer input[type="tel"],
.home22 #footer input[type="color"] {
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	padding: 0 0 13px 0;
	border-color: #171717;
}
.home22 #footer textarea::placeholder,
.home22 #footer input[type="text"]::placeholder,
.home22 #footer input[type="password"]::placeholder,
.home22 #footer input[type="datetime"]::placeholder,
.home22 #footer input[type="datetime-local"]::placeholder,
.home22 #footer input[type="date"]::placeholder,
.home22 #footer input[type="month"]::placeholder,
.home22 #footer input[type="time"]::placeholder,
.home22 #footer input[type="week"]::placeholder,
.home22 #footer input[type="number"]::placeholder,
.home22 #footer input[type="email"]::placeholder,
.home22 #footer input[type="url"]::placeholder,
.home22 #footer input[type="search"]::placeholder,
.home22 #footer input[type="tel"]::placeholder,
.home22 #footer input[type="color"]::placeholder {
	color: #3a3b3e;
	letter-spacing: -0.5px;
}
.home22 #footer textarea:focus,
.home22 #footer input[type="text"]:focus,
.home22 #footer input[type="password"]:focus,
.home22 #footer input[type="datetime"]:focus,
.home22 #footer input[type="datetime-local"]:focus,
.home22 #footer input[type="date"]:focus,
.home22 #footer input[type="month"]:focus,
.home22 #footer input[type="time"]:focus,
.home22 #footer input[type="week"]:focus,
.home22 #footer input[type="number"]:focus,
.home22 #footer input[type="email"]:focus,
.home22 #footer input[type="url"]:focus,
.home22 #footer input[type="search"]:focus,
.home22 #footer input[type="tel"]:focus,
.home22 #footer input[type="color"]:focus {
	border-color: #171717;
}
.home22 #footer .footer-contact {
	margin-bottom: 56px;
}
.home22 #footer .footer-contact p {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3a3b3e;
	margin-bottom: 8px;
	letter-spacing: 1.4px;
}
.home22 #footer .footer-contact a {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #171717;
	text-transform: capitalize;
}

.home23 .header .header-right {
	right: 52px;
}
.home23 .header #site-header-inner .header__logo {
	padding-left: 0;
}
.home23 .page-title.style13 {
	width: 50%;
}
.home23 #footer {
	padding: 28px 54px;
	background-color: transparent;
}
.home23 #footer .footer-content {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home23 #footer .footer-content .social li {
	margin-right: 24px;
}
.home23 #footer .footer-content .social li img {
	width: 36px;
	height: 36px;
}
.home23 #footer .footer-content .copyright {
	margin-top: 0;
	color: #3a3b3e !important;
	font-size: 14px;
	line-height: 22px;
}
.home23 .tf-project {
	margin-top: 74px;
}
.home23 .container {
	max-width: 1920px;
	padding: 0;
}
.home23 .container #site-header-inner {
	padding: 0 52px;
}
.home23 .header {
	border-bottom: 1px solid #3a3b3e;
	height: 74px;
}
.home23 .flat-tabs {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
	border-bottom: 1px solid #3a3b3e;
}
.home23 .flat-tabs .menu-tab {
	width: 50%;
	display: block;
	border: none;
}
.home23 .flat-tabs .menu-tab li {
	margin: 0;
	padding: 24px 52px 17px;
	border-bottom: 1px solid #3a3b3e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home23 .flat-tabs .menu-tab li:last-child {
	border: none;
}
.home23 .flat-tabs .menu-tab li::after {
	display: none;
}
.home23 .flat-tabs .menu-tab li:hover,
.home23 .flat-tabs .menu-tab li.active {
	background: #171717;
}
.home23 .flat-tabs .menu-tab li:hover span,
.home23 .flat-tabs .menu-tab li.active span {
	color: #fff;
}
.home23 .flat-tabs .menu-tab li span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 40px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	color: #171717;
	text-transform: capitalize;
}
.home23 .flat-tabs .content-tab {
	margin-top: -194px;
	border-left: 1px solid #3a3b3e;
	padding: 52px;
	width: 50%;
	display: flex;
}
.home23 .flat-tabs .content-tab .content-inner .project img {
	width: 100%;
	height: 100%;
	transform: scale(0.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home23 .flat-tabs .content-tab .content-inner.active .project img {
	transform: scale(1);
}

.home24 #header_main.is-fixed.is-fixed.is-small .logo-light {
	display: none;
}
.home24 #header_main.is-fixed.is-fixed.is-small .logo-dark {
	display: block;
}
.home24 .header {
	height: 74px;
}
.home24 .container {
	max-width: 1920px;
	padding: 0 30px;
}
.home24 .page-title .container {
	padding: 0 90px;
}
.home24 .wrapper_project {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home24 .wrapper_project .box {
	position: relative;
	overflow: hidden;
}
.home24 .wrapper_project .box:hover .content {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.home24 .wrapper_project .box .content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 40px 20px;
	background: rgba(62, 62, 63, 0.1);
	backdrop-filter: blur(4px);
}
.home24 .wrapper_project .box .content .position {
	font-size: 14px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.4px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.home24 .wrapper_project .box .content h3 {
	margin-bottom: 0;
	font-size: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 56px;
	text-transform: capitalize;
}

.home25 .main-nav {
	display: none;
}
.home25 .page-title {
	width: 37.4%;
	padding: 0 80px;
}
.home25 .tf-project {
	width: 62.6%;
}
.home25 .body_inner {
	width: calc(100% - 90px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	border-left: 1px solid #a0a3aa;
}
.home25 .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home25 #header_main.is-fixed.is-fixed.is-small .logo-light {
	display: none;
}
.home25 #header_main.is-fixed.is-fixed.is-small .logo-dark {
	display: block;
}
.home25 .header {
	position: static;
	flex-direction: column;
	height: 100vh;
	width: 90px;
}
.home25 .header .main-nav {
	left: 37.5%;
}
.home25 .header #site-header-inner {
	position: fixed;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 52px 0 32px;
	max-width: 90px;
}
.home25 .container {
	max-width: 1920px;
	padding: 0;
}
.home25 .tf-project .sl-project-2 {
	padding-right: 260px;
}
.home25 .tf-project .box {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #a0a3aa;
	padding: 78px 20px 56px;
}
.home25 .tf-project .box .number {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}
.home25 .tf-project .box .number p {
	font-size: 64px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #e6e6e6;
}
.home25 .tf-project .box .image img {
	width: 100%;
}
.home25 .tf-project .box .content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	margin-top: 32px;
}
.home25 .tf-project .box .content .position {
	font-size: 12px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px;
	border-radius: 4px;
	padding: 4px 16px;
	background-color: #171717;
	display: inline-block;
}
.home25 .tf-project .box .content h3 {
	margin-bottom: 0;
	font-size: 56px;
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 1.214;
	text-transform: capitalize;
	color: #171717;
}

.home26 #main-nav .menu li a {
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.home26 .container {
	max-width: 1920px;
	padding: 0 48px;
}
.home26 .page-title {
	min-height: 100vh;
	position: relative;
}
.home26 .page-title .container {
	padding: 0;
	max-width: 100%;
}
.home26 .page-title .swiper-pagination {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 28px;
	flex-direction: column;
	width: auto;
	align-items: flex-end;
}
.home26 .page-title .swiper-pagination span {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 4px;
	border-radius: 6px;
	margin-bottom: 12px;
	opacity: 0.2;
	background-color: #fff;
	width: 32px;
}
.home26 .page-title .swiper-pagination span.swiper-pagination-bullet-active {
	width: 52px;
	opacity: 1;
}
.home26 .page-title .swiper-pagination span::after {
	display: none;
}
.home26 .page-title .swiper-pagination span:last-child {
	margin-bottom: 0;
}
.home26 .header {
	height: 100px;
}

.home1 #header_main.is-fixed.is-fixed.is-small .social,
.home27 #header_main.is-fixed.is-fixed.is-small .social {
	display: flex;
}

.home27 {
	background-color: #171717;
}
.home27 #main-nav .menu li a::before {
	background-color: #5edda0;
}
.home27 a:hover {
	color: #5edda0;
}
.home27 .tf-title-style4 h3.title {
	color: #fff;
}
.home27.is_light {
	background-color: #fff;
}
.home27.is_light .project-box-style7 .button.style2:hover {
	background-color: #171717;
	color: #fff;
}
.home27.is_light .switcher-container h3,
.home27.is_light .switcher-container h2 {
	color: #fff;
}
.home27.is_light h1,
.home27.is_light h2,
.home27.is_light h3,
.home27.is_light h4,
.home27.is_light h5,
.home27.is_light h6,
.home27.is_light .tf-title h3.title,
.home27.is_light .tf-title-style4 h3.title {
	color: #171717;
}
.home27.is_light .pricing-box-style2::before {
	border-color: #e6e6e6;
}
.home27.is_light .pricing-box-style2 ul li span {
	color: #171717;
}
.home27.is_light #footer p {
	color: #a0a3aa;
}
.home27.is_light .page-title.style18 .content-box .content .title {
	color: #fff;
}
.home27.is_light .pricing-box-style2 .btn {
	border-radius: 0;
}
.home27.is_light .pricing-box-style2 .btn::before,
.home27.is_light .pricing-box-style2 .btn::after {
	border-radius: 0;
}
.home27.is_light .project-box-style7 {
	border-color: #e6e6e6;
}
.home27.is_light section .button.style2 {
	border-color: #171717;
	color: #171717;
}
.home27.is_light section .button.style2 svg path {
	stroke: #171717;
}
.home27.is_light p {
	color: #3a3b3e;
}
.home27.is_light .service-box-style3 {
	border-color: #e6e6e6;
	background: transparent;
}
.home27.is_light .service-box-style3::before {
	background: transparent;
}
.home27.is_light .service-box-style3 .icon .img svg path {
	fill: #171717;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home27.is_light .service-box-style3 .content p {
	color: #3a3b3e;
}
.home27.is_light .service-box-style3:hover .icon .img svg path,
.home27.is_light .service-box-style3.active .icon .img svg path {
	fill: #5edda0;
}
.home27 .tf-testimonial .overlay {
	background: url(./../../assets/images/backgroup/bg_testimonials_2.png)
		center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.home27 .tf-section.tf-feature {
	padding: 85px 0 98px;
}
.home27 .tf-title-style4 h3.title {
	font-family: "DM Sans", sans-serif;
}
.home27 .tf-counter .tf-title .sub-title {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.3px;
}
.home27 #footer {
	background-color: #000;
}
.home27 #footer .button-style.style5 .btn-main {
	background-color: #5edda0;
}
.home27 #footer input::placeholder,
.home27 #footer textarea::placeholder {
	font-family: "DM Sans", sans-serif !important;
}
.home27 #footer .button-style .btn-main {
	height: 52px;
	padding: 12px 35px;
}
.home27 .tf-post .content .title {
	font-size: 24px;
	line-height: 36px;
}
.home27 .tf-post .content .tag {
	background-color: #5edda0;
}
.home27 .tf-post .content .date .date::before {
	background-color: #fff;
}
.home27 .wrapper-post {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home27 .wrapper-post .tf-post {
	width: calc((100% - 48px) / 3);
}
.home27 .wrapper-post .tf-post .image {
	margin-bottom: 27px;
}
.home27 .wrapper-post .tf-post .content .tag {
	margin-bottom: 12px;
}
.home27 .tf-section.tf-pricing {
	padding: 108px 0 120px;
}
.home27 .tf-section.tf-testimonial {
	padding-bottom: 60px;
	background-color: #171717;
}
.home27 .tf-section.tf-blog {
	padding-bottom: 87px;
}
.home27 .sl-testimonial .tf-title h6,
.home27 .sl-testimonial .tf-title .sub-title.white {
	font-family: "DM Sans", sans-serif;
}
.home27 .sl-testimonial .tf-title .sub-title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
}
.home27 .pricing-box-style2 {
	background: none;
	padding: 0;
}
.home27 .pricing-box-style2 .price {
	font-family: "DM Sans", sans-serif;
}
.home27 .pricing-box-style2 .heading {
	margin-bottom: 6px;
}
.home27 .pricing-box-style2 .btn::before {
	background: #5edda0;
}
.home27 .pricing-box-style2.active::before,
.home27 .pricing-box-style2:hover::before {
	border: 3px solid #5edda0;
	opacity: 1;
}
.home27 .pricing-box-style2.active .btn span,
.home27 .pricing-box-style2:hover .btn span {
	color: #171717 !important;
}
.home27 .pricing-box-style2::before {
	border: 1px solid rgba(255, 255, 255, 0.1019607843);
	z-index: 2;
	background-color: transparent;
}
.home27 .pricing-box-style2 .content {
	background-color: transparent !important;
	padding: 45px 37px 90px;
}
.home27 .pricing-box-style2 ul {
	padding-top: 21px;
}
.home27 .pricing-box-style2 ul li span {
	color: #fff;
}
.home27 .pricing-box-style2 ul li span.icon {
	margin-top: 4px;
	margin-left: 2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.home27 .pricing-box-style2 ul li span.icon img {
	margin: 0;
}
.home27 .counter_wrapper .box .content .box-couter .number-content {
	-webkit-text-stroke: 2px #171717;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #171717;
	font-family: "Space Grotesk", sans-serif;
	font-size: 80px;
	line-height: 1.2;
}
.home27 .tf-counter {
	background-color: #5edda0;
}
.home27 .header {
	border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.home27 h1,
.home27 h2,
.home27 h3,
.home27 h4,
.home27 h5 {
	font-family: "DM Sans", sans-serif;
	color: #fff;
}
.home27 section .button.style2 {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #fff;
}
.home27 .project-box-style7 .button.style2 {
	padding: 12px 30px;
}
.home27 .project-box-style7 .button.style2:hover {
	background-color: #fff;
	color: #171717;
}
.home27 .button.style2 {
	padding: 14px 24px;
}
.home27 .service-box-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home27 .service-box-wrapper .service-box-style3 {
	width: calc((100% - 90px) / 4);
}
.home27 .service-box-style3 {
	padding: 30px;
}
.home27 .service-box-style3 .icon {
	margin-bottom: 30px;
	height: 69px;
}
.home27 .service-box-style3 .icon svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home27 .service-box-style3:hover .icon .img svg path {
	stroke: transparent;
	fill: #5edda0;
}
.home27 .service-box-style3:hover .icon svg path {
	stroke: #5edda0;
}
.home27 .service-box-style3::after {
	display: none;
}

.home-demo .tf-inner-page {
	background-color: #171717;
}
.home-demo .tf-inner-page .container {
	max-width: 1650px;
}
.home-demo .tf-inner-page .swiper-container.sl-inner-page {
	overflow: visible;
}
.home-demo .tf-inner-page .swiper-container.sl-inner-page .image {
	position: relative;
	border-radius: 20px;
	display: flex;
}
.home-demo .tf-inner-page .swiper-container.sl-inner-page .image img {
	border-radius: 20px;
}
.home-demo .tf-inner-page .swiper-container.sl-inner-page .image::before {
	z-index: 9;
	position: absolute;
	content: "";
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	left: -4px;
	top: -4px;
	border-radius: 20px;
	border: 8px solid rgba(255, 255, 255, 0.12);
}
.home-demo .tf-section.tf-feature {
	padding-top: 60px;
}
.home-demo #header_main.is-fixed.is-fixed.is-small .header__logo img {
	display: none;
}
.home-demo
	#header_main.is-fixed.is-fixed.is-small
	.header__logo
	img.fixed-show {
	display: flex;
}
.home-demo .header__logo {
	display: flex;
	align-items: center;
}
.home-demo .header__logo .fixed-show {
	display: none;
}
.home-demo .tf-heading {
	position: relative;
	padding: 199px 0 139px;
}
.home-demo .tf-heading .icon-1 {
	left: 35%;
	top: 15%;
}
.home-demo .tf-heading .icon-2 {
	top: 18%;
	right: 30%;
}
.home-demo .tf-heading .icon-3 {
	bottom: 52px;
	left: 33%;
}
.home-demo .tf-heading .icon-4 {
	right: 33%;
	bottom: 15%;
}
.home-demo .tf-heading .icon-bg {
	z-index: -1;
	position: absolute;
}
.home-demo .tf-heading .img-bg {
	max-width: 455px;
	border-radius: 16px;
	position: absolute;
	z-index: -1;
	width: 24%;
}
.home-demo .tf-heading .img-bg.img1 {
	left: 30px;
	top: 73px;
}
.home-demo .tf-heading .img-bg.img2 {
	right: 93px;
	top: 111px;
}
.home-demo .tf-heading .img-bg.img3 {
	left: 149px;
	bottom: -2px;
}
.home-demo .tf-heading .img-bg.img4 {
	right: 43px;
	bottom: -35px;
}
.home-demo .tf-heading .tf-button {
	padding: 12px 32px;
	background-color: #c8f27c;
	border-radius: 8px;
	color: #171717;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
.home-demo .tf-heading .tf-button:hover {
	background-color: #171717;
	color: #fff;
}
.home-demo .tf-heading .container {
	max-width: 1920px;
}
.home-demo .tf-heading .tf-title {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10%;
}
.home-demo .tf-heading .tf-title .title {
	text-transform: capitalize;
	font-family: "DM Sans", sans-serif;
}
.home-demo .tf-heading .tf-title .sub {
	font-size: 22px;
	line-height: 36px;
	color: #64666c;
	margin-bottom: 40px;
}
.home-demo .tf-title.style .title {
	letter-spacing: -0.5px;
	font-size: 44px;
	line-height: 1.27;
	font-family: "DM Sans", sans-serif;
}
.home-demo .tf-title.style .sub {
	font-size: 22px;
	line-height: 36px;
}
.home-demo .tf-slide {
	background-color: #171717;
}
.home-demo .tf-slide .tf-card2 .mySwiper {
	max-width: 1120px;
	margin: 0 auto;
	overflow: visible;
}
.home-demo .tf-slide .tf-card2 .mySwiper .swiper-container.mySwiper12 {
	overflow: visible;
}
.home-demo .tf-slide .mySwiper4-wrapper {
	max-width: 1700px;
	margin: 0 auto 40px;
	overflow: visible;
}
.home-demo .tf-slide .mySwiper4-wrapper .swiper-container.mySwiper11 {
	overflow: visible;
}
.home-demo .tf-slide .container {
	max-width: 1920px;
}
.home-demo .tf-slide .tf-title .title {
	color: #fff;
	text-transform: capitalize;
}
.home-demo .tf-slide .tf-title .sub {
	color: #a0a3aa;
}
.home-demo .tf-slide .box {
	padding: 24px;
	background-color: #2a2a2a;
	border-radius: 12px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.home-demo .tf-slide .box img {
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 8px;
	margin-right: 32px;
}
.home-demo .tf-slide .box .content h6 {
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 3px;
}
.home-demo .tf-about {
	padding: 66px 0 60px;
}
.home-demo .tf-about .about-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 80px;
	border-radius: 24px;
	background: linear-gradient(
		180deg,
		#efeafb 0%,
		rgba(239, 234, 251, 0.08) 100%
	);
}
.home-demo .tf-about .about-wrapper .tf-title {
	width: 41%;
	padding: 30px 0;
}
.home-demo .tf-about .about-wrapper .image {
	width: 59%;
	position: relative;
	padding: 0 80px 60px 76px;
}
.home-demo .tf-about .about-wrapper .image .img-inner {
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.0392156863);
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 200px;
	width: 30%;
}
.home-demo .tf-about .list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	color: #171717;
	margin-bottom: 12px;
}
.home-demo .tf-about .list li img {
	margin-right: 16px;
}
.home-demo .tf-about .list li:last-child {
	margin-bottom: 0;
}
.home-demo .padding-0-115 {
	padding: 0 115px;
}
.home-demo .warpper-icon-box {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-demo .warpper-icon-box.col6 .icon-box {
	width: calc((100% - 200px) / 6);
}
.home-demo .warpper-icon-box.col5 .icon-box {
	width: calc((100% - 200px) / 5);
}
.home-demo .icon-box {
	padding: 16px 8px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
	background-color: #fff;
	margin-bottom: 32px;
}
.home-demo .icon-box img {
	margin-bottom: 20px;
	width: 48px;
	height: 48px;
}
.home-demo .icon-box p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #171717;
}
.home-demo .img-box {
	position: relative;
}
.home-demo .img-box:hover .image .link {
	transform: translate(-50%, -10px);
	opacity: 1;
	visibility: visible;
}
.home-demo .img-box .image {
	position: relative;
	margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
}
.home-demo .img-box .image .link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
}
.home-demo .img-box .image .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}
.home-demo .img-box .image .wrapper .tf-button-style2 {
	padding: 12px 47px;
	border-radius: 25px;
	margin: 0 6px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-demo .img-box .image .wrapper .tf-button-style2:hover {
	transform: translateY(-10px);
}
.home-demo .img-box .image .wrapper .tf-button-style2.light-link {
	background-color: #171717;
	color: #fff;
}
.home-demo .img-box .image .wrapper .tf-button-style2.dark-link {
	background-color: #c8f27c;
	color: #171717;
}
.home-demo .img-box p {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #171717;
}
.home-demo .flat-tabs {
	display: flex;
	flex-direction: column;
}
.home-demo .flat-tabs .content-inner .wrap-box {
	flex-wrap: wrap;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.home-demo .flat-tabs .content-inner .wrap-box.row-4 .img-box {
	width: calc((100% - 120px) / 4);
}
.home-demo
	.flat-tabs
	.content-inner
	.wrap-box.row-4
	.img-box
	.image
	.wrapper
	.tf-button-style2 {
	padding: 12px 16px;
}
.home-demo .flat-tabs .content-inner .img-box {
	width: calc((100% - 80px) / 3);
	margin-bottom: 40px;
}
.home-demo .flat-tabs .menu-tab {
	padding: 12px;
	background-color: #fff;
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	border: none;
	justify-content: center;
	border-radius: 35px;
	display: inline-block;
	margin: 0 auto 48px;
}
.home-demo .flat-tabs .menu-tab li {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
	line-height: 26px;
	padding: 9px 28px;
	border-radius: 25px;
}
.home-demo .flat-tabs .menu-tab li.active {
	background-color: #c8f27c;
}
.home-demo .title {
	font-family: "DM Sans", sans-serif;
}
.home-demo .tf-title .title {
	font-family: "DM Sans", sans-serif;
	font-size: 56px;
	line-height: 1.214;
	color: #171717;
}
.home-demo .tf-title .title.white {
	color: #fff;
}
.home-demo .tf-title .sub {
	color: #3a3b3e;
}
.home-demo .swiper_vertical .swiper {
	margin-left: 16px;
}
.home-demo .swiper_vertical .item {
	text-align: right;
}
.home-demo .swiper_vertical .item.bg-2 img {
	width: 443px;
	min-width: 443px;
	height: 279px;
}
.home-demo .swiper_vertical .item.bg-3 img {
	height: 164px;
}
.home-demo .swiper_vertical .item.bg-4 img {
	height: 230px;
}
.home-demo .swiper_vertical .item.bg-5 img {
	height: 217px;
}
.home-demo .swiper_vertical .item.bg-6 img {
	height: 184px;
}
.home-demo .swiper_vertical .item.bg-7 img {
	height: 229px;
}
.home-demo .swiper_vertical .item.bg-8 img {
	height: 216px;
}
.home-demo .swiper_vertical .item img {
	width: 385px;
	height: 291px;
	border-radius: 8px;
}
.home-demo .swiper.swiper-vertical {
	height: 720px;
	overflow: visible;
}
.home-demo .button.style2 {
	background-color: #c8f27c;
	border-radius: 58px;
	padding: 17px 32px;
	color: #171717;
}
.home-demo .button.style2 .icon {
	width: 26px;
	height: 26px;
}
.home-demo .button.style2 .icon svg {
	top: 0;
}
.home-demo .header {
	background-color: #fff;
}
.home-demo .header.is-fixed #site-header-inner .tf-button:hover {
	background-color: #fff;
	color: #171717;
}
.home-demo .header #site-header-inner .tf-button {
	padding: 12px 32px;
	background-color: #c8f27c;
}
.home-demo .header #site-header-inner .tf-button:hover {
	background-color: #171717;
	color: #fff;
}

.inner-page .tf-post .content .date:hover span::before {
	background-color: #5edda0 !important;
}
.inner-page .cursor1 {
	border-color: #5edda0;
}
.inner-page .cursor2 {
	background-color: #5edda0;
}
.inner-page #main-nav-mobi-style2 .sub-menu li a.current-item,
.inner-page #main-nav-mobi .sub-menu li a.current-item,
.inner-page
	#main-nav-mobi-style2
	.menu-item-has-children.current-menu-item
	.arrow:before,
.inner-page
	#main-nav-mobi
	.menu-item-has-children.current-menu-item
	.arrow:before,
.inner-page #main-nav-mobi-style2 ul ul li.current-item a,
.inner-page #main-nav-mobi-style2 ul > li.current-menu-item > a,
.inner-page #main-nav-mobi-style2 ul > li > a:hover,
.inner-page #main-nav-mobi ul ul li.current-item a,
.inner-page #main-nav-mobi ul > li.current-menu-item > a,
.inner-page #main-nav-mobi ul > li > a:hover {
	color: #5edda0;
}
.inner-page #main-nav .menu li.menu-item-has-children > a:hover {
	color: #5edda0;
}
.inner-page #main-nav .menu li a::before {
	background-color: #5edda0;
}
.inner-page a:hover {
	color: #5edda0;
}
.inner-page button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inner-page .tf-title-style4 h3.title {
	font-family: "DM Sans", sans-serif;
}
.inner-page #header_main.is-fixed.is-fixed.is-small .social {
	display: flex;
}
.inner-page #footer {
	padding-top: 0;
}
.inner-page #footer .footer__logo {
	height: 42px;
	width: 158px;
	margin-bottom: 5px;
}
.inner-page #footer.style2.black .footer-contact.style1 {
	padding-left: 80px;
}
.inner-page #footer.style2.black .footer-contact.style2 {
	padding-left: 190px;
}
.inner-page #footer.style2.black .footer-contact p {
	color: #e6e6e6;
}
.inner-page #footer.style2 .cta {
	padding: 40px 0;
}
.inner-page #footer.style2 .cta .tf-button {
	height: 48px;
	border-radius: 25px;
	padding: 10px 32px;
	background-color: #5edda0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #171717;
}
.inner-page #footer.style2 .cta .tf-button.hover-white:hover {
	background-color: #fff;
	color: #171717;
}
.inner-page h4.title-inner {
	font-size: 32px;
	line-height: 1.25;
	color: #171717;
	font-family: "DM Sans", sans-serif;
}
.inner-page .tf-button {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 32px;
	background-color: #5edda0;
	border-radius: 25px;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: #171717;
}
.inner-page .tf-button.style2 {
	background-color: transparent;
	border: 1px solid #171717;
}
.inner-page .tf-button.hover-white:hover {
	background-color: #fff;
	color: #171717;
}
.inner-page .tf-button.hover-dark:hover {
	background-color: #171717;
	color: #fff;
}
.inner-page .tf-title {
	display: block;
}
.inner-page .tf-title .title {
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.inner-page .tf-title .title.text-white {
	color: #fff;
}
.inner-page .service-wrapper {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inner-page .service-wrapper .service-box-style7 {
	width: calc((100% - 90px) / 4);
	margin-bottom: 40px;
}
.inner-page .flat-accordion {
	border: 1px solid #e6e6e6;
}
.inner-page .flat-accordion .flat-toggle {
	padding: 18px 30px 17px;
	margin-bottom: 0;
}
.inner-page .flat-accordion.style3 {
	border: none;
}
.inner-page .flat-accordion.style3 .flat-toggle {
	width: 100%;
	max-width: 570px;
	padding: 0;
	margin-bottom: 24px;
	border: none;
}
.inner-page .flat-accordion.style3 .flat-toggle .toggle-title {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
}
.inner-page .flat-accordion.style3 .flat-toggle .toggle-title .title {
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	line-height: 36px;
}
.inner-page .flat-accordion.style3 .flat-toggle .toggle-title .ic {
	position: absolute;
	right: 0;
	top: 6px;
}
.inner-page .flat-accordion.style3 .flat-toggle .toggle-title .ic-in-active {
	display: block;
}
.inner-page .flat-accordion.style3 .flat-toggle .toggle-title .ic-active {
	display: none;
}
.inner-page
	.flat-accordion.style3
	.flat-toggle
	.toggle-title.active
	.ic-in-active {
	display: none;
}
.inner-page
	.flat-accordion.style3
	.flat-toggle
	.toggle-title.active
	.ic-active {
	display: block;
}
.inner-page .flat-accordion.style3 .flat-toggle .toggle-content {
	margin-top: 16px;
}
.inner-page .flat-accordion.style3 .flat-toggle:last-child {
	margin-bottom: 0;
}
.inner-page .counter_wrapper .box .content .box-couter .number-content {
	font-family: "DM Sans", sans-serif;
}
.inner-page .tf-section.pb-60 {
	padding-bottom: 60px;
}
.inner-page.about-1 .counter_wrapper .box:nth-child(1) {
	padding-left: 88px;
}
.inner-page.about-1 .counter_wrapper .box:nth-child(3) {
	padding-right: 60px;
}
.inner-page.about-1 .counter_wrapper .box:nth-child(4) {
	padding-right: 110px;
}
.inner-page.about-1 .counter_wrapper .box .content .box-couter .number-content {
	font-size: 56px;
	line-height: 68px;
}
.inner-page.about-1 .counter_wrapper .box .content .desc {
	color: #a0a3aa;
}
.inner-page.about-1 .tf-section.tf-testimonial {
	padding-bottom: 60px;
}
.inner-page.about-1 .tf-section.tf-service {
	padding-bottom: 50px;
}
.inner-page.about-2 p.sub {
	font-size: 22px;
	line-height: 36px;
}
.inner-page.about-2 .tf-section.tf-service {
	padding-bottom: 35px;
}
.inner-page.about-2 .counter_wrapper .box:nth-child(1) {
	padding-left: 0;
}
.inner-page.about-2 .counter_wrapper.style5 .box:nth-child(2) {
	padding-left: 82px;
}
.inner-page.about-2 .img-wrap {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
.inner-page.about-2 .img-wrap .image {
	width: calc((100% - 40px) / 2);
}
.inner-page.about-2 .img-wrap .image img {
	border-radius: 20px;
}
.inner-page .border-style::before {
	left: -15px;
	top: 0;
	position: absolute;
	content: "";
	width: calc(100% + 15px);
	height: 1px;
	background-color: #e6e6e6;
}
.inner-page .service-box-style5 {
	padding: 32px;
}
.inner-page .service-box-style5 .icon {
	margin-bottom: 32px;
}
.inner-page .service-box-style5 .content .title {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 8px;
}
.inner-page .wrap-service {
	position: relative;
}
.inner-page .wrap-service::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	right: 0;
	top: 0;
	background-color: #e6e6e6;
}
.inner-page .wrap-service .image,
.inner-page .wrap-service .content-service {
	width: 50%;
}
.inner-page .content-service {
	padding-left: 120px;
	padding-right: 20%;
}
.inner-page .text-number {
	margin-bottom: 8px;
	-webkit-text-stroke: 2px #a0a3aa;
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #a0a3aa;
	font-family: "Space Grotesk", sans-serif;
	font-size: 56px;
	line-height: 68px;
	font-weight: 700;
}
.inner-page .project-box-style7 {
	border-color: #e6e6e6;
	margin-top: 50px;
}
.inner-page .project-box-style7 .image img {
	width: 100%;
	max-width: 400px;
}
.inner-page.details .spacing-80 {
	height: 80px;
	width: 100%;
}
.inner-page.details .counter_wrapper .box:nth-child(2) {
	padding-right: 100px !important;
}
.inner-page.details .counter_wrapper .box:nth-child(3) {
	padding-left: 30px !important;
}
.inner-page.details .counter_wrapper .box .content .box-couter .number-content {
	font-size: 56px;
	line-height: 1.2;
}
.inner-page.details .counter_wrapper .box .content .desc {
	font-family: "DM Sans", sans-serif;
}
.inner-page.details .project .content h5 {
	font-family: "DM Sans", sans-serif;
}
.inner-page.details .page-title-inner {
	padding: 175px 0 100px;
	background-color: transparent;
	text-align: left;
}
.inner-page.details .page-title-inner p {
	color: #3a3b3e;
}
.inner-page.details .page-title-inner .mb-28 {
	margin-bottom: 28px;
}
.inner-page.details .page-title-inner .wrap > div {
	width: 50%;
}
.inner-page.details .page-title-inner .heading {
	font-family: "DM Sans", sans-serif;
}
.inner-page.details .list li {
	position: relative;
	font-size: 22px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	padding-left: 28px;
}
.inner-page.details .list li::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 12px;
	top: 12px;
	background-color: #171717;
}
.inner-page.details .breadcrumb {
	padding: 0;
	background-color: transparent;
}
.inner-page.details .breadcrumb li {
	margin-right: 15px;
}
.inner-page.details .breadcrumb li a {
	color: #171717;
	position: relative;
}
.inner-page.details .breadcrumb li a::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #171717;
	right: -12px;
}
.inner-page.details .counter_wrapper {
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;
}
.inner-page.details .counter_wrapper .box {
	padding: 0 !important;
	text-align: center;
	width: calc((100% - 90px) / 4);
}
.inner-page.details .counter_wrapper .box:nth-child(1) {
	display: flex;
}
.inner-page.details .counter_wrapper .box:nth-child(4) {
	display: flex;
	justify-content: flex-end;
}
.inner-page.pricing-detail .tf-section.tf-pricing {
	padding-top: 0;
}
.inner-page.pricing-detail .page-title-inner {
	padding-bottom: 266px;
}
.inner-page.pricing-detail .pricing-box-style2 {
	padding: 0;
	background: transparent;
	border: 3px solid transparent;
}
.inner-page.pricing-detail .pricing-box-style2 ul {
	margin: 28px 0 22px;
}
.inner-page.pricing-detail .pricing-box-style2::before {
	display: none;
}
.inner-page.pricing-detail .pricing-box-style2 .heading {
	font-size: 24px;
	line-height: 36px;
}
.inner-page.pricing-detail .pricing-box-style2 p {
	font-size: 16px;
	line-height: 26px;
}
.inner-page.pricing-detail .pricing-box-style2 p.date {
	padding: 2px 9px;
	background-color: #f7f7f7;
	border-radius: 4px;
	display: inline;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}
.inner-page.pricing-detail .pricing-box-style2 p.price {
	font-family: "DM Sans", sans-serif;
	margin-bottom: -5px;
}
.inner-page.pricing-detail .wrap-accordion {
	padding: 60px 60px 25px;
	width: 100%;
	border-radius: 28px;
}
.inner-page.pricing-detail .wrap-accordion .content {
	width: 35%;
}
.inner-page.pricing-detail .flat-accordion {
	width: 65%;
	border: none;
	background-color: transparent;
	padding-left: 65px;
}
.inner-page.pricing-detail .flat-accordion .flat-toggle {
	padding: 0 0 20px 0;
	margin-bottom: 35px;
}
.inner-page.pricing-detail .flat-accordion .flat-toggle .toggle-title .title {
	font-family: "DM Sans", sans-serif;
}
.inner-page.pricing-detail
	.flat-accordion
	.flat-toggle
	.toggle-title
	.title
	.icon {
	top: 2px;
}
.inner-page.faq .tf-section {
	padding-bottom: 66px;
}
.inner-page.faq .wrap-accordion {
	width: 100%;
	border-radius: 28px;
}
.inner-page.faq .wrap-accordion .content {
	width: 32%;
}
.inner-page.faq .flat-accordion {
	width: 68%;
	border: none;
	background-color: transparent;
	padding-left: 170px;
}
.inner-page.faq .flat-accordion .flat-toggle {
	padding: 0 0 20px 0;
	margin-bottom: 35px;
}
.inner-page.faq .flat-accordion .flat-toggle .toggle-title .title {
	font-family: "DM Sans", sans-serif;
}
.inner-page.faq .flat-accordion .flat-toggle .toggle-title .title .icon {
	top: 2px;
}
.inner-page.page-404 .tf-section {
	padding: 240px 0 160px !important;
}
.inner-page.page-404 .tf-section .image img {
	max-width: 574px;
	width: 100%;
}
.inner-page.page-404 .tf-section .content {
	width: 100%;
	max-width: 464px;
	margin-left: auto;
}
.inner-page.page-404 .tf-section .content h2 {
	font-size: 180px;
	line-height: 180px;
	font-family: "DM Sans", sans-serif;
}
.inner-page.page-404 .tf-section .content h3 {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 4px;
}
.inner-page.page-404 .tf-section .content p {
	font-size: 22px;
	line-height: 36px;
}
.inner-page.pricing a:hover {
	color: #5edda0;
}
.inner-page.pricing .billing {
	display: flex;
}
.inner-page.pricing .billing ul {
	width: 50%;
	margin-left: auto;
	justify-content: flex-end;
	display: flex;
	margin-top: 4px;
}
.inner-page.pricing .billing ul li {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #171717;
	position: relative;
}
.inner-page.pricing .billing ul li span {
	color: #a0a3aa;
}
.inner-page.pricing .billing ul li.tab-menu:hover {
	cursor: pointer;
}
.inner-page.pricing .billing ul li.tab-menu.first::before {
	right: -36px;
}
.inner-page.pricing .billing ul li.tab-menu.two::before {
	left: -36px;
}
.inner-page.pricing .billing ul li.tab-menu.active::before {
	opacity: 1;
}
.inner-page.pricing .billing ul li.tab-menu::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	content: "";
	top: 3px;
	z-index: 9;
	border-radius: 50%;
}
.inner-page.pricing .billing ul li.checked {
	width: 57px;
	min-width: 57px;
	height: 28px;
	background: #5edda0;
	border-radius: 60px;
	margin: 0 12px;
}
.inner-page.pricing .tab-content {
	display: none;
}
.inner-page.pricing .tab-content.active {
	display: block;
}
.inner-page.pricing .pricing-box-style2 {
	background: #5edda0;
}
.inner-page.pricing .pricing-box-style2 .position-btn {
	max-width: 100%;
	padding: 0 40px;
}
.inner-page.pricing .pricing-box-style2 .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-page.pricing .pricing-box-style2 .btn::before {
	background: #5edda0;
}
.inner-page.pricing .pricing-box-style2 p.price {
	font-size: 44px;
	line-height: 56px;
	margin-bottom: 7px;
}
.inner-page.pricing .pricing-box-style2 p.popular {
	font-size: 10px;
	line-height: 12.6px;
}
.inner-page.pricing .pricing-box-style2 .popular {
	background: #5edda0;
}
.inner-page.pricing .pricing-box-style2.active,
.inner-page.pricing .pricing-box-style2:hover {
	border-color: #5edda0;
}
.inner-page.pricing .pricing-box-style2 .content .inner {
	width: 50%;
}
.inner-page.pricing .pricing-box-style2 .content .inner:nth-child(1) {
	text-align: left;
}
.inner-page.pricing .pricing-box-style2 .content .inner:nth-child(2) {
	text-align: right;
}
.inner-page.pricing .pricing-wrap {
	background-color: #fff;
	margin-top: -213px;
	padding: 40px;
	border-radius: 28px;
}
.inner-page.pricing .pricing-wrap .wrap {
	display: flex;
	margin-left: -40px;
}
.inner-page.pricing .pricing-wrap .wrap.row-3 .pricing-box-style2 {
	margin-left: 40px;
	width: 33.333%;
}
.inner-page.pricing .pricing-wrap .wrap.row-2 .pricing-box-style2 {
	margin-left: 40px;
	width: 50%;
}
.inner-page.pricing .pricing-wrap .billing {
	background-color: #f7f7f7;
	border-radius: 16px;
	padding: 20px 28px;
	margin-bottom: 32px;
}
.inner-page.pricing .pricing-wrap .billing h6 {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
}
.inner-page.project .flat-tabs .menu-tab {
	margin-bottom: 40px;
	border: none;
	justify-content: center;
}
.inner-page.project .flat-tabs .menu-tab li {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #a0a3aa;
	padding: 8px 20px;
	margin: 0 6px;
	border-radius: 20px;
}
.inner-page.project .flat-tabs .menu-tab li.active {
	color: #171717;
	background: linear-gradient(0deg, #f7f7f7, #f7f7f7),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.17),
			rgba(255, 255, 255, 0.17)
		);
}
.inner-page.project .flat-tabs .content-inner .project-box {
	margin-bottom: 38px;
}
.inner-page.project .flat-tabs .content-inner .project-box .content h5 {
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
}
.inner-page.project .flat-tabs .content-inner .project-box .content p {
	color: #a0a3aa;
}
.inner-page.project .flat-tabs .content-inner.row-3 {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inner-page.project .flat-tabs .content-inner.row-3 .project-box {
	width: calc((100% - 80px) / 3);
}
.inner-page.project .flat-tabs .content-inner.row-4 {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inner-page.project .flat-tabs .content-inner.row-4 .project-box {
	width: calc((100% - 120px) / 4);
}
.inner-page.project .flat-tabs .content-inner.row-4 .project-box .img {
	max-height: 430px;
}
.inner-page.project .flat-tabs .content-inner.row-4 .project-box .img img {
	width: 100%;
	height: 100%;
}
.inner-page.project .flat-tabs .content-inner .row-4-style {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
	margin-left: -40px;
}
.inner-page.project .flat-tabs .content-inner .row-4-style .project-box {
	width: 25%;
	margin-left: 40px;
}
.inner-page.project .flat-tabs .content-inner .row-4-style .project-box .img {
	max-height: 430px;
}
.inner-page.project
	.flat-tabs
	.content-inner
	.row-4-style
	.project-box
	.img
	img {
	width: 100%;
	height: 100%;
}
.inner-page.project .flat-tabs .content-inner.row-2 {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -40px;
}
.inner-page.project .flat-tabs .content-inner.row-2 .project-box {
	margin-left: 40px;
	width: 33.333%;
}
.inner-page .tf-compare {
	padding: 40px;
	background-color: #f7f7f7;
	border-radius: 28px;
}
.inner-page .tf-compare > div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.inner-page .tf-compare .left {
	width: 33.5%;
	padding-top: 28px;
}
.inner-page .tf-compare .left .heading {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 4px;
}
.inner-page .tf-compare .left ul {
	margin-bottom: 19px;
}
.inner-page .tf-compare .left ul:last-child {
	margin-bottom: 0;
}
.inner-page .tf-compare .left ul li {
	margin-bottom: 4px;
}
.inner-page .tf-compare .left ul li:first-child {
	margin-bottom: 5px;
}
.inner-page .tf-compare .left ul li:last-child {
	margin-bottom: 0;
}
.inner-page .tf-compare .left ul li p {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	color: #171717;
}
.inner-page .tf-compare .left ul li span {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #3a3b3e;
}
.inner-page .tf-compare .right {
	display: flex;
	align-items: initial;
	justify-content: space-between;
	width: 66.5%;
}
.inner-page .tf-compare .right .pricing-box-style2 {
	width: calc((100% - 48px) / 3);
}
.inner-page .tf-compare .right .pricing-box-style2 .heading {
	min-height: 36px;
}
.inner-page .tf-compare .right .pricing-box-style2 .content {
	padding: 20px 12px 15px;
}
.inner-page .tf-compare .right .pricing-box-style2 ul {
	margin-top: 12px;
	padding-top: 34px;
	margin-bottom: 20px;
	border: none;
}
.inner-page .tf-compare .right .pricing-box-style2 ul:last-child {
	margin-bottom: 0;
}
.inner-page .tf-compare .right .pricing-box-style2 ul.style {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.inner-page .tf-compare .right .pricing-box-style2 ul.pt-60 {
	padding-top: 60px;
}
.inner-page .tf-compare .right .pricing-box-style2 ul li {
	justify-content: center;
	margin-bottom: 8px;
}
.inner-page .tf-compare .right .pricing-box-style2 ul li.mb-20 {
	margin-bottom: 20px;
}
.inner-page .tf-compare .right .pricing-box-style2 ul li.mb-15 {
	margin-bottom: 15px;
}
.inner-page .tf-compare .right .pricing-box-style2 ul li img {
	margin-top: 0;
}
.inner-page .tf-compare .right .pricing-box-style2 ul li.mb-0 {
	margin-bottom: 0px;
}
.inner-page .ic-light {
	display: block;
}
.inner-page .ic-dark {
	display: none;
}
.inner-page .content-detail .mb-40 {
	margin-bottom: 40px;
}
.inner-page .content-detail .heading {
	font-size: 32px;
	line-height: 1.25;
}
.inner-page .content-detail .mb-16 {
	margin-bottom: 16px;
}
.inner-page .content-detail .box .image {
	width: 44%;
}
.inner-page .content-detail .box .content {
	width: 56%;
	padding-right: 92px;
}
.inner-page .content-detail .box .content .heading {
	margin-top: 25px;
	margin-bottom: 24px;
}
.inner-page .content-detail .box .content ul li {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.inner-page .content-detail .box .content ul li:last-child {
	margin-bottom: 0;
}
.inner-page .content-detail .box .content ul li p {
	font-family: "DM Sans", sans-serif;
}
.inner-page .content-detail .box .content ul li p:nth-child(1) {
	font-size: 20px;
	line-height: 1.6;
	width: 30%;
	font-weight: 700;
	text-transform: capitalize;
}
.inner-page .content-detail .box .content ul li p:nth-child(2) {
	width: 70%;
	padding-left: 50px;
}
.inner-page .about-content {
	background-color: #f7f7f7;
	border-radius: 32px;
	padding: 80px;
	display: flex;
	align-items: flex-start;
}
.inner-page .about-content .content {
	width: 50%;
	padding-right: 70px;
}
.inner-page .about-content .content h5,
.inner-page .about-content .content h3 {
	font-family: "DM Sans", sans-serif;
}
.inner-page .about-content .content .name {
	font-size: 44px;
	line-height: 56px;
	font-size: "DM Sans", sans-serif;
}
.inner-page .about-content .content ul {
	display: flex;
	align-items: initial;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inner-page .about-content .content ul li {
	width: calc((100% - 30px) / 2);
	margin-top: 32px;
}
.inner-page .about-content .content ul li p {
	font-family: "DM Sans", sans-serif;
}
.inner-page .about-content .content ul li p:nth-child(1) {
	margin-bottom: 8px;
	color: #a0a3aa;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.inner-page .about-content .content ul li p:nth-child(2) {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.inner-page .about-content .image {
	width: 50%;
	display: flex;
	align-items: inherit;
	justify-content: flex-end;
}
.inner-page .about-content .image img {
	max-width: 460px;
	margin-left: auto;
	width: 100%;
}
.inner-page .list_item li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	color: #3a3b3e;
}
.inner-page .list_item li:last-child {
	margin-bottom: 0;
}
.inner-page .list_item li::before {
	border-radius: 50%;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 13px;
	background-color: #171717;
	left: 10px;
}
.inner-page.blog-page.grid .tf-section.tf-blog {
	padding: 70px 0 80px;
}
.inner-page.blog-page.grid .tf-blog .content {
	padding-right: 10px;
}
.inner-page.blog-page.grid .tf-blog .post .tag {
	margin-bottom: 12px;
}
.inner-page.blog-page.grid .tf-blog .article .post {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}
.inner-page.blog-page.grid .tf-blog .article .post .tag {
	color: #fff;
}
.inner-page.blog-page.grid .tf-blog .article .post .tag:hover {
	background-color: #171717;
	color: #fff;
}
.inner-page.blog-page.grid .tf-blog .article .post.inner .tag {
	background-color: #fff;
	color: #171717;
	font-size: 12px;
	line-height: 16px;
	height: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 5px 12px;
}
.inner-page.blog-page.grid .tf-blog .article .post.inner .tag:hover {
	background-color: #171717;
	color: #fff;
}
.inner-page.blog-page.grid .tf-blog .article .post.inner .content {
	padding: 16px 28px;
	text-align: left;
}
.inner-page.blog-page.grid .tf-blog .article .post.inner .content .title {
	text-transform: capitalize;
	font-size: 20px;
	line-height: 28px;
}
.inner-page.blog-page.grid .tf-blog .article .post .image {
	margin-bottom: 0;
}
.inner-page.blog-page.grid .tf-blog .article .post .content {
	background: rgba(23, 23, 23, 0.2784313725);
	z-index: 9;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 20px 30px 28px;
}
.inner-page.blog-page.grid .tf-blog .article .post .content .title {
	margin-bottom: 0;
}
.inner-page.blog-page.grid .tf-blog .article .left {
	width: 68.3%;
	margin-right: 40px;
}
.inner-page.blog-page.grid .tf-blog .article .right {
	width: 32.7%;
}
.inner-page.blog-page.grid .flat-tabs .menu-tab {
	margin-bottom: 44px;
	border: none;
}
.inner-page.blog-page.grid .flat-tabs .menu-tab li {
	border-radius: 99px;
	font-size: 14px;
	line-height: 24px;
	color: #a0a3aa;
	padding: 8px 20px;
	margin-right: 12px;
}
.inner-page.blog-page.grid .flat-tabs .menu-tab li.active {
	color: #171717;
	background: linear-gradient(0deg, #f7f7f7, #f7f7f7),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.17),
			rgba(255, 255, 255, 0.17)
		);
}
.inner-page.blog-page.grid .flat-tabs .content-inner .row-3 {
	margin-left: -40px;
}
.inner-page.blog-page.grid .flat-tabs .content-inner .row-3 .tf-post {
	margin-left: 40px;
	width: 33.333%;
	margin-bottom: 40px;
}
.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	.tag {
	background-color: #5edda0;
	border-radius: 4px;
	margin-bottom: 12px;
}
.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	.tag:hover {
	background-color: #171717;
	color: #fff;
}
.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	p {
	color: #3a3b3e;
}
.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	.title {
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.inner-page.blog-page .tf-blog .article.full {
	width: 100%;
}
.inner-page.blog-page .tf-blog .flex-blog {
	display: flex;
}
.inner-page.blog-page .tf-blog a:hover {
	color: #5edda0;
}
.inner-page.blog-page .tf-blog a.tf-button.style2:hover {
	color: #fff;
}
.inner-page.blog-page .tf-blog .widget-title {
	font-size: 24px;
	line-height: 1.5;
	font-family: "DM Sans", sans-serif;
}
.inner-page.blog-page .tf-blog .post-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 19px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.inner-page.blog-page .tf-blog .post-list.pb-40 {
	padding-bottom: 40px;
}
.inner-page.blog-page .tf-blog .post-list .image {
	border-radius: 4px;
	min-width: 80px;
	max-width: 80px;
}
.inner-page.blog-page .tf-blog .post-list .content {
	padding-left: 20px;
}
.inner-page.blog-page .tf-blog .post-list .content .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 8px;
}
.inner-page.blog-page .tf-blog .post-list .content ul.info {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.inner-page.blog-page .tf-blog .post-list .content ul.info li {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	position: relative;
	color: #3a3b3e;
	display: flex;
	align-items: center;
}
.inner-page.blog-page .tf-blog .post-list .content ul.info li img {
	margin-right: 4px;
}
.inner-page.blog-page .tf-blog .post-list .content ul.info li:nth-child(1) {
	padding-right: 36px;
}
.inner-page.blog-page
	.tf-blog
	.post-list
	.content
	ul.info
	li:nth-child(1)::before {
	position: absolute;
	content: "";
	right: 8px;
	top: 11px;
	height: 1px;
	width: 16px;
	background-color: #a0a3aa;
}
.inner-page.blog-page .tf-blog .post-list:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.inner-page.blog-page .tf-blog .widget {
	padding-top: 24px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.inner-page.blog-page .tf-blog .widget.border-bt-none {
	border-bottom: 0;
}
.inner-page.blog-page .tf-blog .widget .list-tag {
	display: inline-block;
}
.inner-page.blog-page .tf-blog .widget .list-tag li {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 5px;
}
.inner-page.blog-page .tf-blog .widget .list-tag li a {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 5px 16px;
	font-size: 14px;
	line-height: 22px;
}
.inner-page.blog-page .tf-blog .widget .list-tag li a:hover {
	background-color: #171717;
	color: #fff;
}
.inner-page.blog-page .tf-blog .list-category li {
	padding-bottom: 13px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	width: 100%;
}
.inner-page.blog-page .tf-blog .list-category li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.inner-page.blog-page .tf-blog .list-category li a {
	font-size: 16px;
	line-height: 26px;
	color: #171717;
	font-family: "DM Sans", sans-serif;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 700;
}
.inner-page.blog-page .tf-blog .list-category li a svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inner-page.blog-page .tf-blog .list-category li a:hover {
	color: #5edda0;
}
.inner-page.blog-page .tf-blog .list-category li a:hover svg path {
	fill: #5edda0;
}
.inner-page.blog-page .tf-blog .list-category li svg {
	margin-right: 12px;
}
.inner-page.blog-page .tf-blog .list-category li .number {
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
	font-size: 14px;
	line-height: 24px;
	color: #171717;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7f7f7;
	right: 0;
}
.inner-page.blog-page .tf-blog .widget .post {
	padding-bottom: 20px;
}
.inner-page.blog-page .tf-blog .widget .post .tag {
	margin-bottom: 12px;
}
.inner-page.blog-page .tf-blog .widget .post .image {
	margin-bottom: 24px;
	border-radius: 12px;
	height: 224px;
}
.inner-page.blog-page .tf-blog .widget .post .image img {
	height: 100%;
}
.inner-page.blog-page .tf-blog .widget .post .info ul {
	width: 100%;
}
.inner-page.blog-page .tf-blog .widget .post .info ul li {
	font-size: 14px;
	line-height: 22px;
	padding-right: 36px !important;
}
.inner-page.blog-page .tf-blog .widget .post .info ul li:nth-child(1)::before {
	right: 8px;
	top: 9px;
}
.inner-page.blog-page .tf-blog .widget .post .title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.inner-page.blog-page .tf-blog .post {
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.inner-page.blog-page .tf-blog .post .image {
	display: flex;
	border-radius: 20px;
	margin-bottom: 32px;
	overflow: hidden;
}
.inner-page.blog-page .tf-blog .post .image.mb-40 {
	margin-bottom: 40px;
}
.inner-page.blog-page .tf-blog .post .tag {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 6px 10px;
	background-color: #5edda0;
	margin-bottom: 16px;
	border-radius: 4px;
}
.inner-page.blog-page .tf-blog .post .tag:hover {
	background-color: #171717;
	color: #fff;
}
.inner-page.blog-page .tf-blog .post .title {
	font-family: "DM Sans", sans-serif;
}
.inner-page.blog-page .tf-blog .post h4 {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 16px;
}
.inner-page.blog-page .tf-blog .post .desc-style {
	font-size: 22px;
	line-height: 36px;
}
.inner-page.blog-page .tf-blog .post .desc {
	font-size: 16px;
	line-height: 26px;
}
.inner-page.blog-page .tf-blog .post .quote-box {
	padding: 32px 26px 32px 32px;
	border-radius: 16px;
	background-color: #f7f7f7;
}
.inner-page.blog-page .tf-blog .post .quote-box .desc {
	font-weight: bold;
	position: relative;
	padding-left: 28px;
}
.inner-page.blog-page .tf-blog .post .quote-box .desc::before {
	position: absolute;
	content: "";
	background-color: #3a3b3e;
	height: 1px;
	width: 20px;
	left: 0;
	top: 12px;
}
.inner-page.blog-page .tf-blog .post .inner-list {
	width: 100%;
}
.inner-page.blog-page .tf-blog .post .inner-list .quote-box {
	padding: 28px 32px;
}
.inner-page.blog-page .tf-blog .post .inner-list > div {
	width: 48%;
	padding-left: 39px;
}
.inner-page.blog-page .tf-blog .post .inner-list .list {
	width: 52%;
}
.inner-page.blog-page .tf-blog .post .inner-list .list li {
	margin-bottom: 12px;
}
.inner-page.blog-page .tf-blog .post .inner-list .list li:last-child {
	margin-bottom: 0;
}
.inner-page.blog-page .tf-blog .post .inner-list .list li p {
	font-size: 18px;
	line-height: 30px;
}
.inner-page.blog-page .tf-blog .post .list-socical.dark {
	display: none;
}
.inner-page.blog-page .tf-blog .post .list-socical li {
	margin-right: 12px;
}
.inner-page.blog-page .tf-blog .post .list-socical li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 10px 15px 8px 8px;
}
.inner-page.blog-page .tf-blog .post .list-socical li a span {
	margin-left: 6px;
	padding-left: 8px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #171717;
	position: relative;
}
.inner-page.blog-page .tf-blog .post .list-socical li a span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #171717;
	opacity: 0.1;
}
.inner-page.blog-page .tf-blog .post .info {
	justify-content: space-between;
}
.inner-page.blog-page .tf-blog .post .info .avt {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.inner-page.blog-page .tf-blog .post .info ul {
	width: 50%;
	display: flex;
}
.inner-page.blog-page .tf-blog .post .info ul:nth-child(2) li {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.inner-page.blog-page .tf-blog .post .info ul li a svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inner-page.blog-page .tf-blog .post .info ul li a:hover svg path {
	stroke: #5edda0;
}
.inner-page.blog-page .tf-blog .post .info ul.style li {
	margin-right: 16px;
	padding: 0 !important;
}
.inner-page.blog-page .tf-blog .post .info ul.style li:last-child {
	margin-right: 0;
}
.inner-page.blog-page .tf-blog .post .info ul.style li::before {
	display: none !important;
}
.inner-page.blog-page .tf-blog .post .info ul li {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	position: relative;
	color: #3a3b3e;
	display: flex;
	align-items: center;
}
.inner-page.blog-page .tf-blog .post .info ul li.style::before {
	top: 18px !important;
}
.inner-page.blog-page .tf-blog .post .info ul li svg {
	margin-right: 4px;
}
.inner-page.blog-page .tf-blog .post .info ul li .bold {
	font-weight: bold;
	font-size: 14px;
}
.inner-page.blog-page .tf-blog .post .info ul li:nth-child(1) {
	padding-right: 48px;
}
.inner-page.blog-page .tf-blog .post .info ul li:nth-child(1)::before {
	position: absolute;
	content: "";
	right: 14px;
	top: 13px;
	height: 1px;
	width: 16px;
	background-color: #a0a3aa;
}
.inner-page.blog-page .tf-blog .post .info ul:nth-child(2) {
	justify-content: flex-end;
}
.inner-page.blog-page .tf-blog .post .info ul:nth-child(2).style {
	padding-right: 40px;
}
.inner-page.blog-page .tf-blog .row-2 {
	justify-content: space-between;
}
.inner-page.blog-page .tf-blog .row-2 .tf-post {
	width: calc((100% - 32px) / 2);
}
.inner-page.blog-page .tf-blog .wrap-tag {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	padding: 18px 0;
	border-left: 0;
	border-right: 0;
}
.inner-page.blog-page .tf-blog .wrap-tag .list-tag {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.inner-page.blog-page .tf-blog .wrap-tag .list-tag li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
}
.inner-page.blog-page .tf-blog .wrap-tag .list-tag li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	border-radius: 4px;
	background-color: #f7f7f7;
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	font-weight: bold;
	color: #171717;
}
.inner-page.blog-page .tf-blog .wrap-tag .list-tag li a:hover {
	background-color: #e6e6e6;
}
.inner-page.blog-page .tf-blog .wrap-tag .list-tag li:last-child {
	margin-right: 0;
}
.inner-page.blog-page .tf-blog .wrap-tag ul {
	flex-wrap: wrap;
}
.inner-page.blog-page .tf-blog .wrap-tag ul li p {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
}
.inner-page.blog-page .tf-blog .wrap-tag .share-post {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.inner-page.blog-page .tf-blog .article {
	width: calc(100% - 400px);
}
.inner-page.blog-page .tf-blog .side-bar {
	width: 400px;
	padding-left: 64px;
}
.inner-page.blog-page .tf-blog .side-bar .search-form {
	overflow: hidden;
	position: relative;
	height: 48px;
	border: 1px solid #e6e6e6;
	border-radius: 100px;
}
.inner-page.blog-page .tf-blog .side-bar .search-form input {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
	height: 100%;
	height: 48px;
	padding: 13px 16px;
	border: none;
}
.inner-page.blog-page .tf-blog .side-bar .search-form input::placeholder {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	color: #cccccc;
}
.inner-page.blog-page .tf-blog .side-bar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 0 99px 99px 0;
	background-color: #171717;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-page.blog-post .page-title-inner {
	padding: 177px 0 0;
}
.inner-page.blog-post .page-title-inner.style {
	padding-top: 60px;
}
.inner-page.blog-post .tf-section.tf-blog {
	padding-top: 0;
}
.inner-page.blog-post .tf-section.tf-blog .post {
	border: none;
}
.inner-page .panigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.inner-page .panigation ul li {
	margin-right: 12px;
}
.inner-page .panigation ul li:hover a,
.inner-page .panigation ul li.active a {
	background-color: #171717;
	color: #fff;
	border-color: #171717;
}
.inner-page .panigation ul li a {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-page.team-details .tf-section.tf-project {
	padding-bottom: 68px;
}
.inner-page.team-details .flat-tabs .menu-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 52px;
	border: none;
}
.inner-page.team-details .flat-tabs .menu-tab li {
	margin: 0 12px;
	font-size: 16px;
	line-height: 26px;
	color: #a0a3aa;
	text-decoration-line: underline;
	text-underline-offset: 6px;
	text-decoration-color: transparent;
}
.inner-page.team-details .flat-tabs .menu-tab li.active {
	text-decoration-color: #171717;
	color: #171717;
}
.inner-page.team-details .flat-tabs .content-inner .row-3 {
	margin-left: -32px;
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
}
.inner-page.team-details .flat-tabs .content-inner .row-3 .box {
	margin-left: 32px;
	width: 33.333%;
	margin-bottom: 32px;
}
.inner-page.team-details .flat-tabs .content-inner .row-3 .box .content h5 {
	font-family: "DM Sans", sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.inner-page.team-details .flat-tabs .content-inner .row-3 .box .image img {
	width: 100%;
}
.inner-page.team-details h4 {
	font-size: 32px;
	line-height: 1.25;
	font-family: "DM Sans", sans-serif;
}
.inner-page .image-box .image {
	max-width: 120px;
	margin-right: 20px;
}
.inner-page .image-box .image img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.inner-page .image-box .content {
	padding-top: 8px;
}
.inner-page .image-box .content h5 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	margin-bottom: 4px;
}
.inner-page .image-box .content p {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
}
.inner-page .image-box .content .tf-button {
	border-color: #a0a3aa;
	height: 32px;
	padding: 4px 20px;
	font-size: 14px;
	line-height: 24px;
}
.inner-page .image-box .content .tf-button:hover {
	color: #fff;
}
.inner-page.page-contact .tf-section.tf-brand {
	padding-top: 0 !important;
}
.inner-page.page-contact .tf-section.tf-brand .desc {
	padding-top: 98px;
	border-top: 1px solid #e6e6e6;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.inner-page.page-contact .tf-contact .contact-box {
	padding: 40px 36px 16px;
	border-radius: 20px;
	background-color: #f7f7f7;
	max-width: 660px;
}
.inner-page.page-contact .tf-contact .contact-box .wrap {
	display: flex;
	justify-content: space-between;
}
.inner-page.page-contact .tf-contact .contact-box .wrap ul {
	width: calc((100% - 18px) / 2);
}
.inner-page.page-contact .tf-contact .contact-box .wrap ul .social {
	display: flex;
	align-items: center;
}
.inner-page.page-contact .tf-contact .contact-box .wrap ul .social li {
	margin-right: 12px;
	margin-bottom: 0;
}
.inner-page.page-contact
	.tf-contact
	.contact-box
	.wrap
	ul
	.social
	li:last-child {
	margin-right: 0;
}
.inner-page.page-contact .tf-contact .contact-box .wrap ul .social li a {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.inner-page.page-contact .tf-contact .contact-box .wrap li {
	margin-bottom: 24px;
}
.inner-page.page-contact .tf-contact .contact-box .wrap li p {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #171717;
}
.inner-page.page-contact .tf-contact .contact-box .wrap li p:nth-child(1) {
	font-weight: 700;
	margin-bottom: 8px;
}
.inner-page.page-contact .tf-contact .contact-box .title {
	font-size: 32px;
	line-height: 40px;
	font-family: "DM Sans", sans-serif;
}
.inner-page.page-contact .tf-contact .contact-box .desc {
	line-height: 28px;
}
.inner-page.page-contact .tf-contact .info li {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
}
.inner-page.page-contact .tf-contact form {
	max-width: 663px;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inner-page.page-contact .tf-contact form.style {
	max-width: 570px;
	padding: 48px;
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	border-radius: 24px;
}
.inner-page.page-contact .tf-contact form .sub-title-style {
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 35px;
}
.inner-page.page-contact .tf-contact form .icon {
	position: absolute;
	top: 22px;
	left: 45px;
	z-index: 1;
}
.inner-page.page-contact .tf-contact form select {
	z-index: 2;
	background-color: transparent;
	width: 48px;
	padding-right: 20px;
	left: 16px;
	position: absolute;
	top: 10px;
	border: none;
	border-right: 1px solid #e6e6e6;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
}
.inner-page.page-contact .tf-contact form select:focus-visible {
	border: none !important;
	outline: none !important;
}
.inner-page.page-contact .tf-contact form input#phone {
	padding-left: 75px !important;
}
.inner-page.page-contact .tf-contact form fieldset {
	width: calc((100% - 12px) / 2);
	position: relative;
	margin-bottom: 20px;
}
.inner-page.page-contact .tf-contact form fieldset.full {
	width: 100%;
}
.inner-page.page-contact .tf-contact form fieldset.mb-5 {
	margin-bottom: 5px;
}
.inner-page.page-contact .tf-contact form fieldset.mb-6 {
	margin-bottom: 6px;
}
.inner-page.page-contact .tf-contact form fieldset.mb-16 {
	margin-bottom: 16px;
}
.inner-page.page-contact .tf-contact form fieldset.mb-30 {
	margin-bottom: 30px;
}
.inner-page.page-contact .tf-contact form fieldset.mb-22 {
	margin-bottom: 22px;
}
.inner-page.page-contact .tf-contact form fieldset p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.inner-page.page-contact .tf-contact form fieldset input {
	height: 50px !important;
}
.inner-page.page-contact .tf-contact form fieldset label {
	font-size: 14px;
	line-height: 22px;
}
.inner-page.page-contact .tf-contact form fieldset textarea,
.inner-page.page-contact .tf-contact form fieldset input {
	padding: 11px 16px !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 8px;
	color: #3a3b3e !important;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #171717;
}
.inner-page.page-contact .tf-contact form fieldset textarea::placeholder,
.inner-page.page-contact .tf-contact form fieldset input::placeholder {
	color: #a0a3aa !important;
}
.inner-page.page-contact .tf-contact form fieldset textarea {
	padding: 15px 16px 18px !important;
}
.inner-page.page-contact .tf-contact form fieldset.mb-30 {
	margin-bottom: 30px;
}
.inner-page.page-contact .tf-contact form .tf-button {
	padding: 12px 40px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	color: #171717;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inner-page.page-contact .tf-contact form .tf-button.full {
	width: 100%;
}
.inner-page.page-contact .tf-contact form .tf-button span {
	font-family: "DM Sans", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inner-page.page-contact .tf-contact form .tf-button:hover span {
	color: #fff;
}

.newsletter-box {
	border: 1px solid #e6e6e6;
	padding: 32px;
	border-radius: 8px;
	text-align: center;
}
.newsletter-box p {
	font-size: 14px;
	line-height: 22px;
}
.newsletter-box form a {
	width: 100%;
}
.newsletter-box form a:hover {
	color: #fff !important;
}
.newsletter-box form input {
	margin-bottom: 20px;
	padding: 12px 12px;
	height: 45px;
	border: 1px solid #e6e6e6;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	border-radius: 100px;
}
.newsletter-box .icon {
	width: 80px;
	max-width: 80px;
	margin: 0 auto 16px;
}

.comment-post .comment .text {
	font-size: 16px;
	line-height: 26px;
}
.comment-post .sort_by {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comment-post .sort_by p {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-right: 8px;
}
.comment-post .sort_by select {
	padding: 3px 8px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}
.comment-post .comment {
	position: relative;
}
.comment-post .comment .user {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.comment-post .comment .user .avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 16px;
}
.comment-post .comment .user p {
	font-family: "DM Sans", sans-serif;
}
.comment-post .comment .user .name {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
.comment-post .comment .user .date {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #a0a3aa;
}
.comment-post .comment .content {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
}
.comment-post .comment .icon-option {
	position: absolute;
	right: 0;
	top: 16px;
}
.comment-post .comment .action {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-post .comment .action a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
}
.comment-post .comment .action ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.comment-post .comment .action ul li {
	display: flex;
	align-items: center;
}
.comment-post .comment .action ul li span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
}
.comment-post .comment .action ul li svg {
	margin-right: 4px;
}

.comment-form.post {
	padding-bottom: 0 !important;
}
.comment-form .tf-button {
	padding: 10px 22px;
}
.comment-form .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comment-form fieldset {
	margin-bottom: 20px;
	width: calc((100% - 20px) / 2);
}
.comment-form fieldset.mb-20 {
	margin-bottom: 20px;
}
.comment-form fieldset.mb-12 {
	margin-bottom: 12px;
}
.comment-form fieldset.mb-32 {
	margin-bottom: 32px;
}
.comment-form fieldset.full {
	width: 100%;
}
.comment-form fieldset p {
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 12px;
}
.comment-form fieldset label {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Sans", sans-serif;
	margin-left: 12px;
}
.comment-form fieldset input {
	height: 50px;
}
.comment-form fieldset input.checkbox {
	height: 12px;
	width: 12px;
	border: 1px solid #171717;
}
.comment-form fieldset textarea {
	max-height: 112px;
}
.comment-form fieldset textarea,
.comment-form fieldset input {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	color: #3a3b3e;
}
.comment-form fieldset textarea::placeholder,
.comment-form fieldset input::placeholder {
	color: #3a3b3e;
}

.page-title-inner {
	position: relative;
	padding: 160px 0 80px;
	background-color: #171717;
	text-align: center;
}
.page-title-inner.details .flex.wrap > div:nth-child(1) {
	width: 40%;
	padding-right: 60px;
}
.page-title-inner.details .flex.wrap > div:nth-child(2) {
	width: 60%;
	padding-left: 38px;
}
.page-title-inner.details .flex.inner {
	justify-content: space-between;
	align-items: flex-end;
}
.page-title-inner.details .flex.inner ul li {
	margin-bottom: 16px;
}
.page-title-inner.details .flex.inner ul li:last-child {
	margin-bottom: 0;
}
.page-title-inner.details .flex.inner ul li p,
.page-title-inner.details .flex.inner ul li span {
	font-family: "DM Sans", sans-serif;
}
.page-title-inner.details .flex.inner ul li p {
	color: #3a3b3e;
}
.page-title-inner.details .flex.inner ul li span {
	color: #171717;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}
.page-title-inner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(./../../assets/images/backgroup/bg_inner_page.png) center
		center no-repeat;
	background-size: contain;
	background-attachment: fixed;
}
.page-title-inner .heading {
	font-size: 56px;
	line-height: 1.21;
	margin-bottom: 12px;
	font-family: "DM Sans", sans-serif;
}
.page-title-inner p {
	color: #fff;
	margin-bottom: 0;
}

.breadcrumb {
	padding: 0 16px;
	background: rgba(255, 255, 255, 0.1215686275);
	border-radius: 36px;
	display: inline-block;
	margin-bottom: 12px;
	height: 34px;
}
.breadcrumb li {
	margin-right: 20px;
	display: inline-block;
}
.breadcrumb li:last-child {
	margin-right: 0;
}
.breadcrumb li a {
	color: #fff;
	position: relative;
}
.breadcrumb li a::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	right: -12px;
	top: 9px;
}
.breadcrumb li a,
.breadcrumb li span {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}

.about-2.inner-page .service-wrapper .service-box-style7 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.1019607843);
}
.about-2.inner-page .service-wrapper .service-box-style7 .content .title {
	color: #fff;
}
.about-2.inner-page .service-wrapper .service-box-style7 .content p {
	color: #a0a3aa;
}
.about-2.inner-page .service-wrapper .service-box-style7 .icon .img svg path {
	fill: #fff;
}
.about-2.inner-page .service-wrapper .service-box-style7 .icon .ic svg path {
	stroke: #fff;
}
.about-2.inner-page .service-wrapper .service-box-style7:hover {
	background-color: #fff;
	border-color: #fff;
}
.about-2.inner-page .service-wrapper .service-box-style7:hover .content .title {
	color: #171717;
}
.about-2.inner-page
	.service-wrapper
	.service-box-style7:hover
	.icon
	.img
	svg
	path {
	fill: #171717;
}
.about-2.inner-page
	.service-wrapper
	.service-box-style7:hover
	.icon
	.ic
	svg
	path {
	stroke: #171717;
}
.about-2 .counter_wrapper.style5 .box .content .icon {
	background-color: #5edda0;
}

/* Reponsive
-------------------------------------------------------------- */
.icon_dashboard,
.menu-mobile {
	display: none;
}

.show-destop {
	display: block;
}

@media only screen and (max-width: 1600px) {
	.page-title.style19 .content-box .content {
		padding: 100px 50px 0 0;
	}
}
@media only screen and (max-width: 1440px) {
	.inner-page .tf-compare {
		padding: 30px;
	}
	.home-demo .swiper_vertical .item.bg-2 img {
		min-width: auto;
	}
	.home23 .page-title.style13 {
		width: 100%;
	}
	.home23 .flat-tabs .content-tab {
		border-top: 1px solid #3a3b3e;
		margin-top: -1px;
	}
	.tf-partner .sl-brand-13.swiper-container,
	.tf-partner .swiper-container {
		padding-right: 80px;
	}
	.tf-partner .sl-brand-11 .swiper-slide .image span:nth-child(1) img {
		margin-right: 40px !important;
	}
	.home17 #main-nav .menu li {
		margin-right: 20px;
	}
	.page-title.style15 .content-box .content h5 {
		font-size: 40px !important;
	}
	.page-title.style15 .content-box .content .title {
		font-size: 40px !important;
	}
	.page-title.style15
		.content-box
		.content
		.title.animationtext.clip
		.cd-words-wrapper::after {
		top: 12px;
		height: 60%;
		width: 6px;
	}
	.home25 .tf-project .box .content .position {
		font-size: 10px;
	}
	.page-title.style15 .content-box ul {
		flex-wrap: wrap;
	}
	.page-title.style15 .content-box ul li {
		padding: 0 !important;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.page-title.style15 .content-box ul li:last-child {
		margin-bottom: 0;
	}
	.home25 .page-title {
		padding: 0 32px;
	}
	.home25 .tf-project .box .content h3 {
		font-size: 32px;
	}
	.home24 .wrapper_project .box .content {
		padding: 20px;
	}
	.home24 .wrapper_project .box .content h3 {
		font-size: 24px;
		line-height: 1.2;
	}
	.home23 .flat-tabs .content-tab .content-inner .project img {
		height: auto;
	}
	.page-title.style12 .content-box .image-box .img_2 {
		right: 0;
	}
	.page-title.style11 .content-box .image-box .box.position_1 {
		right: 0;
		top: -20px;
	}
	.home18 .dashboard-style2 .article-dashboard {
		padding: 0px 15px 0;
	}
	.home17 .dashboard-style2 .article-dashboard .body-dashboard {
		padding-right: 0;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.content
		ul {
		padding-left: 25px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.call_action {
		display: block;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.call_action
		.tf-button {
		margin-top: 20px;
		padding: 12px 0;
		max-width: 128px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.list_contact {
		flex-wrap: wrap;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.list_contact
		li {
		width: calc((100% - 20px) / 2);
		margin-bottom: 20px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.list_contact
		li:last-child {
		margin-bottom: 0;
	}
	.home17 .dashboard-style2 .container {
		padding: 0 15px;
	}
	.home17 .dashboard-style2 .article-dashboard {
		padding-left: 0;
	}
	.home16 #main-nav .menu li {
		margin-right: 20px;
	}
	body {
		position: relative;
	}
	.home18 .show_dashboard .menu_dasboard {
		opacity: 1;
		visibility: visible;
		left: 0;
		z-index: 9999;
	}
	.show_dashboard.home14 .menu_dasboard {
		opacity: 1;
		visibility: visible;
		left: 0;
		z-index: 9999;
	}
	.icon_dashboard {
		display: block;
		position: absolute;
		left: 20px;
		top: 48vh;
		z-index: 9;
	}
	.icon_dashboard:hover {
		cursor: pointer;
	}
	.icon_dashboard svg {
		font-size: 30px;
	}
	.icon_dashboard svg path {
		fill: #fff;
	}
	.home14 .menu_dasboard {
		padding-bottom: 30px;
	}
	.home14 .menu_dasboard .close_dashboard {
		display: block;
	}
	.post-wrapper .tf-post .image {
		height: auto;
	}
	.page-title.style7 .content-box .content .title span {
		font-size: 56px;
	}
	.page-title.style7 .content-box .image-box .box {
		right: 0;
	}
	.section-about {
		margin: 0 15px;
	}
}
@media only screen and (max-width: 1200px) {
	.inner-page.page-contact .tf-contact .contact-box .wrap {
		display: block;
	}
	.inner-page.page-contact .tf-contact .contact-box .wrap ul {
		width: 100%;
	}
	.home-demo .flat-tabs .content-inner .wrap-box.row-4 .img-box {
		width: calc((100% - 40px) / 2);
	}
	.tf-compare {
		overflow-x: scroll;
	}
	.tf-compare::-webkit-scrollbar {
		display: none;
	}
	.tf-compare > div {
		overflow-x: auto;
		width: 1200px;
	}
	.tf-compare > div::-webkit-scrollbar {
		display: none;
	}
	.inner-page.pricing .pricing-box-style2 .content {
		padding: 30px 16px 87px;
	}
	.inner-page.pricing .pricing-box-style2 .position-btn {
		padding: 0 16px;
	}
	.inner-page .content-service {
		padding-left: 30px;
		padding-right: 0;
	}
	.home-demo .padding-0-115 {
		padding: 0;
	}
	.home-demo .warpper-icon-box.col6 .icon-box {
		width: calc((100% - 80px) / 3);
	}
	.user-dashboard .info {
		width: 60%;
	}
	.modal-menu .popup-menu.modal .modal-content .list {
		padding-left: 30px;
	}
	.home14.style2 .flat-tabs .content-inner .project-box-style6 {
		width: calc((100% - 30px) / 2);
	}
	.home14.style2 .resume-wrap {
		flex-wrap: wrap;
	}
	.home14.style2 .resume-wrap .box {
		width: 100%;
		margin-bottom: 30px;
	}
	.home14.style2 .resume-wrap .box:last-child {
		margin-bottom: 0;
	}
	.home14.style2 .tf-about .info {
		flex-wrap: wrap;
	}
	.home14.style2 .tf-about .info li {
		margin-top: 24px;
		width: 50%;
	}
	.home14.style2 .what_i_do_wrap {
		flex-wrap: wrap;
	}
	.home14.style2 .what_i_do_wrap .box {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content {
		flex-direction: column-reverse;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content
		.image,
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content
		.content-box {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content
		.image {
		margin-bottom: 40px;
		text-align: center;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content
		.content-box
		.content {
		padding: 0;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs {
		margin-top: 30px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.menu-tab {
		margin-bottom: 30px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner
		.box {
		width: calc((100% - 32px) / 2);
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box
		.inner
		> div {
		width: calc((100% - 40px) / 3);
		padding: 15px 0 15px 15px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.counter_wrapper {
		flex-wrap: wrap;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.counter_wrapper
		.box {
		padding: 0 !important;
		width: calc((100% - 20px) / 2);
	}
	.pr-10 {
		padding-right: 0;
	}
	.home20 .feature_wrapper {
		justify-content: space-between;
	}
	.home20 .feature_wrapper .box {
		width: calc((100% - 30px) / 2);
	}
	.page-title.style13
		.content-box
		.content
		.title.animationtext.clip
		.cd-words-wrapper::after {
		top: 4px;
	}
	.home23 .flat-tabs .menu-tab li span {
		font-size: 24px;
	}
	.page-title.style13 .content-box .content .button {
		right: 15px;
	}
	.page-title.style13 .content-box .content .title {
		font-size: 24px;
	}
	.home23 #footer,
	.home23 .flat-tabs .content-tab,
	.home23 .flat-tabs .menu-tab li {
		padding: 15px;
	}
	.page-title.style13 {
		padding-left: 15px;
	}
	.home23 .container #site-header-inner {
		padding: 0 15px;
	}
	.home22 .flat-tabs .menu-tab li {
		margin-right: 25px;
	}
	.home22 .wapper_service .box {
		padding: 0;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.menu-tab
		li {
		margin-right: 20px;
	}
	.home17 .dashboard-style2 #side-bar-dashboard .info-style2 {
		padding: 30px;
	}
	.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .image {
		margin: 0 0 32px;
	}
	.home16 .pricing-wrapper {
		margin-bottom: 0;
	}
	.home14 .tf-about .info li:nth-child(3),
	.home14 .tf-about .info li:nth-child(2),
	.home14 .tf-about .info li:nth-child(1) {
		padding: 0 16px 0 0 !important;
	}
	.home14 .tf-about .info li:nth-child(4) {
		padding: 0 !important;
	}
	.home14 .tf-about .counter_wrapper {
		padding-left: 0;
	}
	.home14 .header .main-nav {
		right: 0;
		left: auto;
	}
	.home14 .header .main-nav .menu li:last-child {
		margin-right: 0 !important;
	}
	.home14.style1 .header #site-header-inner .tf-button {
		display: none;
	}
	.page-title.style8 .content-box .content {
		width: 45%;
	}
	.page-title.style8 .content-box .image-box {
		width: 55%;
	}
	.experience-content {
		width: 1200px;
	}
	.experience-content::-webkit-scrollbar {
		display: none;
	}
	.page-title.style7 .content-box .content .title span {
		font-size: 44px;
	}
	.testimonial-content {
		padding: 70px 70px;
	}
	.pricing-wrapper {
		flex-wrap: wrap;
		margin-bottom: -30px;
	}
	.pricing-wrapper .pricing-box-style2 {
		width: calc((100% - 40px) / 2);
		margin-bottom: 30px;
	}
	.pricing-wrapper .pricing-box-style2 .content {
		padding: 30px 16px 80px;
	}
	.content.pt-55 {
		padding-top: 0;
	}
	#footer.style2 .footer-contact {
		padding-left: 0 !important;
	}
	.animationtext {
		max-height: none;
	}
	.home6.body {
		height: 100%;
		padding-bottom: 40px;
	}
	.home22 #footer .pl-55 {
		padding-left: 15px;
	}
	.home22 #footer .pr-105 {
		padding-right: 15px;
	}
	.home2 .counter_wrapper .box .content .box-couter .number-content {
		font-size: 32px;
	}
	.inner-page.page-contact .tf-contact form.style2 {
		padding: 0;
	}
}
@media only screen and (max-width: 991px) {
	.inner-page.page-contact .tf-contact form.style {
		padding: 24px;
		max-width: 100%;
	}
	.is_dark.inner-page.details .header .social_dark {
		display: none;
	}
	.inner-page.page-404 .tf-section {
		padding: 140px 0 100px !important;
	}
	.inner-page.page-404 .tf-section .content h2 {
		font-size: 120px;
		line-height: 1;
	}
	.inner-page.faq .flat-accordion {
		padding-left: 30px;
	}
	.inner-page.page-contact .tf-contact form {
		padding: 24px;
	}
	.inner-page.blog-page.blog-post .tf-blog .flex-blog {
		display: block;
	}
	.inner-page.blog-page.blog-post .tf-blog .side-bar,
	.inner-page.blog-page.blog-post .tf-blog .article {
		width: 100%;
	}
	.inner-page.blog-page.blog-post .tf-blog .side-bar {
		padding-left: 0;
		margin-top: 40px;
	}
	.inner-page.blog-page.grid .tf-blog .article .flex-blog {
		display: block;
	}
	.inner-page.blog-page.grid .tf-blog .article .right .post.inner .content {
		width: 100%;
	}
	.inner-page.blog-page.grid .tf-blog .article .right .post.inner .image img {
		width: 100%;
	}
	.inner-page.blog-page.grid .tf-blog .article .right,
	.inner-page.blog-page.grid .tf-blog .article .left {
		width: 100%;
	}
	.inner-page.pricing .wrap-accordion {
		padding: 30px 30px 5px;
	}
	.inner-page.pricing .pricing-wrap .billing {
		display: block;
	}
	.inner-page.pricing .pricing-wrap .billing ul {
		margin-top: 16px;
		width: 100%;
		justify-content: flex-start;
	}
	.inner-page.pricing .pricing-wrap .wrap.row-3 {
		margin-left: 0;
		flex-wrap: wrap;
	}
	.inner-page.pricing .pricing-wrap .wrap.row-3 .pricing-box-style2 {
		margin-left: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.inner-page.pricing
		.pricing-wrap
		.wrap.row-3
		.pricing-box-style2:last-child {
		margin-bottom: 0;
	}
	.body.project {
		margin-bottom: 0;
	}
	.project {
		margin-bottom: 30px;
	}
	.pl-160 {
		padding-left: 15px;
	}
	.inner-page.details .counter_wrapper {
		flex-wrap: wrap;
	}
	.inner-page.details .counter_wrapper .box {
		justify-content: center !important;
		width: calc((100% - 30px) / 2);
		margin-bottom: 30px;
		padding: 0 !important;
	}
	.inner-page.details .counter_wrapper .box:nth-child(3),
	.inner-page.details .counter_wrapper .box:nth-child(2) {
		padding: 0 !important;
	}
	.inner-page.details .page-title-inner {
		padding-top: 120px;
	}
	.pr-120 {
		padding-right: 0;
	}
	.pl-84 {
		padding-left: 15px;
	}
	.inner-page.details .page-title-inner .wrap {
		display: block;
	}
	.inner-page.details .page-title-inner .wrap > div {
		width: 100%;
	}
	.pl-138 {
		padding-left: 0;
	}
	.inner-page .wrap-service {
		display: block;
	}
	.inner-page .wrap-service .image,
	.inner-page .wrap-service .content-service {
		width: 100%;
	}
	.inner-page .wrap-service .content-service {
		padding: 32px;
	}
	.team-wrapper .team,
	.inner-page .service-wrapper .service-box-style7 {
		width: calc((100% - 30px) / 2);
		margin-bottom: 30px;
	}
	.pl-35 {
		padding-left: 0 !important;
	}
	.home-demo .tf-heading .icon-4 {
		right: 30px;
	}
	.home-demo .tf-heading .icon-2 {
		right: 40px;
	}
	.home-demo .tf-heading .icon-1 {
		left: 50px;
	}
	.home-demo .tf-heading .img-bg {
		width: 33.333%;
	}
	.home-demo .tf-heading .tf-title {
		padding: 80px 0;
	}
	.home-demo .tf-heading .img-bg.img3 {
		left: 15px;
	}
	.home-demo .tf-heading .img-bg.img4 {
		right: 15px;
	}
	.home-demo .tf-heading .img-bg.img1 {
		left: 15px;
		top: 15px;
	}
	.home-demo .tf-heading .img-bg.img2 {
		right: 15px;
		top: 15px;
	}
	.pd-28,
	.home-demo .tf-about .about-wrapper .tf-title {
		padding: 0;
	}
	.home-demo .tf-about .about-wrapper {
		padding: 20px;
		display: block;
	}
	.home-demo .tf-about .about-wrapper .image,
	.home-demo .tf-about .about-wrapper .tf-title {
		width: 100%;
	}
	.home-demo .tf-about .about-wrapper .image {
		padding: 0 30px 30px 0;
	}
	.home-demo .warpper-icon-box.col5 .icon-box,
	.home-demo .warpper-icon-box.col6 .icon-box {
		width: calc((100% - 40px) / 2);
	}
	.home-demo .flat-tabs .content-inner .img-box {
		width: calc((100% - 40px) / 2);
	}
	.pd-25,
	.pd-20 {
		padding: 0;
	}
	.home-demo .swiper.swiper-vertical {
		height: 340px;
	}
	.page-title.style19 .content-box {
		flex-direction: column-reverse;
	}
	.page-title.style19 .content-box .content {
		width: 100%;
		padding: 40px 0 0;
		margin-bottom: 40px;
	}
	.page-title.style19 .content-box .image-box {
		overflow: hidden;
		width: 100%;
		transform: rotate(0);
	}
	.page-title.style19 .content-box .image-box > .swiper_vertical {
		margin-right: 0;
	}
	.home-demo .swiper_vertical .item img {
		width: 100% !important;
		height: 100% !important;
	}
	.home14.style2 .header {
		display: flex;
	}
	.home12.body {
		overflow: visible;
	}
	.home14 .header .main-nav {
		right: auto;
	}
	.header .main-nav {
		top: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.header__logo-mobile {
		display: block;
	}
	#menu-modal {
		display: none !important;
	}
	.home14.style2 #wrapper {
		width: 100%;
	}
	.home14.style2 .menu_dasboard {
		display: none;
	}
	.home18 .dashboard-wapper {
		display: block;
	}
	.home18 .dashboard-wapper #side-bar-dashboard .info {
		margin-bottom: 40px;
	}
	.home18 .dashboard-wapper .article-dashboard {
		width: 100%;
	}
	.home18 .dashboard-wapper .menu_dasboard {
		width: 100%;
	}
	.home18 .dashboard-wapper .menu_dasboard .fixel_menu {
		padding: 30px 15px;
		overflow: visible;
		position: relative;
		height: auto;
		width: 100%;
	}
	.home2 .counter_wrapper.style2 {
		margin-top: 30px;
	}
	.home2 .counter_wrapper.style2 .overlay {
		display: none;
	}
	.home2.is_dark .box .content .box-couter .number-content span {
		color: #fff !important;
	}
	.home2.is_dark .box .content .box-couter .number-content,
	.home2.is_dark .box .content .desc {
		color: #fff;
	}
	#header_main.is-fixed.is-fixed.is-small .social {
		display: none !important;
	}
	.home8 .tf-section.pd0 {
		padding-top: 70px;
	}
	.section-about.style2 .button {
		padding: 14px 24px;
	}
	.post-wrapper .tf-post .image img {
		height: auto;
	}
	.home3 .service-wrapper {
		flex-wrap: wrap;
	}
	.home3 .service-wrapper .service-box-style3 {
		width: calc((100% - 30px) / 2);
		margin-bottom: 30px;
	}
	.home10 .pr-105 {
		padding-right: 15px;
	}
	.home10 .pl-55 {
		padding-left: 15px;
	}
	#footer .footer-content {
		padding-right: 0;
	}
	#footer .footer-form form {
		max-width: 100%;
		margin-top: 30px;
	}
	.tf-partner .container {
		padding: 0 15px;
	}
	.home27 .service-box-wrapper {
		flex-wrap: wrap;
	}
	.home27 .service-box-wrapper .service-box-style3 {
		width: calc((100% - 30px) / 2);
		margin-bottom: 30px;
	}
	.home27 .service-box-style3 {
		margin-bottom: 30px;
	}
	.project-box-style7 .content,
	.project-box-style7 .head,
	.project-box-style7 .image {
		width: 33.333%;
	}
	.project-box-style7 .image {
		padding-left: 30px;
		padding-right: 15px;
	}
	.home27 .tf-partner .container {
		padding: 0 15px;
	}
	#header_main.is-fixed.is-fixed.is-small .social,
	.home2 #header_main.is-fixed.is-fixed.is-small .social {
		display: none;
	}
	.modal-content {
		padding: 40px 20px !important;
	}
	.home12 .dashboard-style2 #side-bar-dashboard .info-style2 {
		height: 100%;
		max-height: 100%;
	}
	.home7 .header .container {
		padding: 0 15px;
	}
	.home6 .wrapper {
		overflow: visible;
	}
	.flat-tabs-style2 .menu-tab {
		flex-wrap: wrap;
	}
	#header_main.is-fixed.is-fixed.is-small .show-dark.hide_mobile,
	#header_main.is-fixed.is-fixed.is-small.hide_mobile,
	#header_main.is-fixed.is-fixed.is-small .social.social-dark,
	.hide_mobile,
	.menu_hamburger {
		display: none !important;
	}
	.home20 #header_main.is-fixed.is-fixed.is-small .social {
		display: none;
	}
	.pd-0-20 {
		padding: 0;
	}
	.home26 .container {
		padding: 0 15px;
	}
	.page-title.style16 .content {
		left: 15px;
		bottom: 15px;
	}
	.page-title.style16 .banner_26 .swiper-wrapper .swiper-slide .image img {
		object-fit: cover;
	}
	.home25 .tf-project .sl-project-2 {
		padding-right: 150px;
	}
	.home25 .body_inner {
		flex-wrap: wrap;
	}
	.home25 .body_inner .page-title,
	.home25 .body_inner .tf-project {
		width: 100%;
	}
	.home24 .wrapper_project {
		flex-wrap: wrap;
	}
	.home24 .container,
	.home24 .page-title .container {
		padding: 0 15px;
	}
	.home23 .flat-tabs {
		flex-wrap: wrap;
	}
	.home23 .flat-tabs .content-tab,
	.home23 .flat-tabs .menu-tab {
		width: 100%;
	}
	.home23 .flat-tabs .content-tab .content-inner {
		width: 100%;
	}
	.home22 .flat-tabs {
		margin-top: 30px;
	}
	.home22 .flat-tabs .menu-tab {
		justify-content: flex-start;
	}
	.home22 .tf-about .content_about {
		padding-left: 0;
	}
	.home22 .tf-about .image {
		margin-bottom: 30px;
	}
	.home22 .tf-about .image img {
		width: 100%;
	}
	.home22 .wapper_service {
		flex-wrap: wrap;
	}
	.home22 .wapper_service .box {
		margin-top: 32px;
		width: calc((100% - 32px) / 2);
	}
	.page-title.style12 .content-box {
		flex-wrap: wrap;
	}
	.page-title.style12 .content-box .content {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}
	.page-title.style12 .content-box .image-box {
		width: 100%;
		max-width: 764px;
		margin: 0 auto;
		padding-left: 0;
	}
	.page-title.style12 .content-box .image-box .img_2 {
		width: 50%;
	}
	.home19 .list_contact {
		flex-wrap: wrap;
	}
	.home19 .list_contact > li {
		margin-bottom: 20px;
	}
	.home19 .list_contact > li:last-child {
		margin-bottom: 0;
	}
	.home19 .list_contact > li:nth-child(1),
	.home19 .list_contact > li:nth-child(2) {
		width: 50%;
	}
	.home19 .list_contact > li:nth-child(3) {
		width: 100%;
	}
	.home19 .list_contact > li ul {
		justify-content: flex-start;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs {
		margin-top: 30px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.menu-tab {
		justify-content: flex-start;
		margin-bottom: 30px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner
		.box {
		width: calc((100% - 32px) / 2);
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.content {
		padding-right: 0;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content {
		flex-wrap: wrap;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content
		.content-box {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.page-content
		.image {
		margin: 0 auto 40px;
		padding-left: 0;
		width: 100%;
		max-width: 541px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.counter_wrapper {
		flex-wrap: wrap;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.counter_wrapper
		.box {
		padding: 0 !important;
		width: calc((100% - 20px) / 2);
	}
	.home17 .dashboard-wapper #side-bar-dashboard {
		box-shadow: none;
	}
	.home17 .dashboard-wapper {
		flex-direction: column-reverse;
		padding-top: 80px;
		margin-top: 0;
	}
	.home17 #side-bar-dashboard {
		margin-top: 30px;
		height: 100%;
	}
	.home17 {
		overflow: visible;
	}
	.home17 .dashboard-style2 .article-dashboard {
		padding: 30px 0 0;
		height: 100%;
	}
	.home17 .dashboard-style2 #side-bar-dashboard,
	.home17 .dashboard-style2 .article-dashboard {
		width: 100%;
	}
	.home17 .dashboard-style2 #side-bar-dashboard {
		padding-top: 0;
	}
	.home17 .dashboard-style2 #side-bar-dashboard .info-style2 {
		height: 100%;
	}
	.home16 .pricing-wrapper .pricing-box-style3 {
		width: calc((100% - 30px) / 2);
		margin-bottom: 20px;
	}
	.tablet-w100 {
		width: 100%;
	}
	.home16 .service-wrapper .service-box-style6 {
		width: calc((100% - 40px) / 2);
	}
	.home14 .flat-tabs .content-inner {
		flex-wrap: wrap;
	}
	.home14 .flat-tabs .content-inner .project-box-style6 {
		width: calc((100% - 30px) / 2);
	}
	.home14 .tf-about .info {
		padding-top: 30px;
		flex-wrap: wrap;
	}
	.home14 .tf-about .info li {
		width: 50%;
		margin-top: 24px;
	}
	.team-box-wrapper {
		flex-wrap: wrap;
	}
	.team-box-wrapper .team-box {
		width: calc((100% - 32px) / 2);
		margin-bottom: 30px;
	}
	.number-box-wrapper {
		flex-wrap: wrap;
	}
	.number-box-wrapper .number-box {
		margin-bottom: 32px;
		width: calc((100% - 32px) / 2);
	}
	.about-box-style2 {
		padding-left: 20px;
	}
	.page-title.style8 .content-box {
		display: block;
	}
	.page-title.style8 .content-box .content,
	.page-title.style8 .content-box .image-box {
		width: 100%;
	}
	.page-title.style8 .content-box .content {
		margin-bottom: 50px;
	}
	.page-title.style8 .content-box .image-box .justify-end {
		width: 100%;
		justify-content: center;
	}
	.project-box-style4 .content {
		width: 50%;
		padding: 0 30px 0 0;
	}
	.project-box-style4 .content .desc {
		margin-bottom: 30px;
	}
	.project-box-style4 .image {
		width: 50%;
		padding-left: 30px;
	}
	.project-box-style4.style .image {
		padding-right: 30px;
	}
	.project-box-style4.style .content {
		padding-left: 30px;
	}
	.home10 .flat-tabs-style2 {
		margin-top: 0;
	}
	.home10 .flat-tabs-style2 .menu-tab {
		padding-bottom: 40px;
		flex-wrap: wrap;
	}
	.pl-35 {
		padding-left: 0;
	}
	.page-title.style7 .content-box {
		display: block;
	}
	.page-title.style7 .content-box .content {
		padding-top: 70px;
		width: 100%;
		margin-bottom: 60px;
	}
	.page-title.style7 .content-box .image-box {
		width: 100%;
	}
	.page-title.style7 .content-box .image-box img {
		width: 100%;
	}
	.home8 .counter_wrapper {
		padding-top: 0;
	}
	.home8 .tf-project .image-box {
		padding-right: 0;
	}
	.home8 .tf-project .image-box.left .box {
		right: 15px;
	}
	.home8 .tf-project .image-box.pl-50 {
		padding-left: 0;
	}
	.tablet-mb30 {
		margin-bottom: 30px !important;
	}
	.content.pl-70 {
		padding-left: 0;
	}
	.content.pr-11 {
		padding-right: 0;
	}
	.page-title.style5 .content-box {
		display: block;
	}
	.page-title.style5 .content-box .image-box {
		width: 100%;
		margin-left: 0;
	}
	.page-title.style5 .content-box .content {
		padding-right: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	.user-dashboard.flex {
		display: block;
	}
	.user-dashboard .info,
	.user-dashboard .info-social {
		width: 100%;
	}
	.user-dashboard .info .infomation .tag li {
		margin-bottom: 12px;
	}
	.user-dashboard .info-social {
		padding: 20px 0 0;
	}
	.user-dashboard .info-social p {
		margin-bottom: 8px;
	}
	.page-title.style4 .content-box {
		display: block;
		padding: 0;
	}
	.page-title.style4 .content-box .image-box,
	.page-title.style4 .content-box .content {
		width: 100%;
		padding: 0;
	}
	.page-title.style4 .content-box .image-box {
		padding-left: 0;
		margin-top: 30px;
	}
	.page-title.style4 .content-box .image-box img {
		width: 100%;
	}
	.header #site-header-inner .tf-button {
		display: none;
	}
	.page-title.style3 .content-box .image-box {
		margin-left: 130px;
		margin-top: 40px;
	}
	.mr-25,
	.mr-35 {
		margin-right: 0;
	}
	.ml-35 {
		margin-left: 0;
	}
	.page-title.style4 .content-box .content,
	.pr-35 {
		padding-right: 0;
	}
	.service-box-style2 {
		padding: 60px 15px 60px 0;
	}
	.pl-88,
	.tf-statistics .tf-title,
	.pl-65 {
		padding-left: 0;
	}
	.project-content {
		padding: 0 15px;
	}
	.show-destop {
		display: none;
	}
	.counter_wrapper .box {
		padding: 0 15px !important;
	}
	.project-banner {
		padding-bottom: 180px;
	}
	.mobile-button {
		display: block;
	}
	.header .social {
		display: none;
	}
	.max-width-690 {
		max-width: 100%;
	}
	.counter_wrapper.style2 {
		max-width: 100%;
		margin-right: 0;
		padding: 0px 15px 0px 15px;
	}
	.pt-98 {
		padding-top: 30px;
	}
	.tf-spacing {
		height: 50px !important;
	}
	.portfolio-box.style2.style3 {
		right: 0;
	}
	.mt-35 {
		margin-top: 0 !important;
	}
	.content-about.col2 {
		display: block;
	}
	.content-about.col2 .desc,
	.content-about.col2 > div {
		width: 100%;
	}
	.about-box {
		padding: 20px;
	}
	.section-about.style2 {
		padding: 40px 30px;
	}
	.home9 .service-wrapper .service-box-style5 {
		width: calc((100% - 32px) / 2);
	}
	.content.pt-48 {
		padding-top: 0;
	}
	.content.pl-24 {
		padding-left: 0;
	}
	.image.pl-20 {
		padding-left: 0;
	}
	.flat-tabs-style2 {
		margin-top: 0;
	}
	.flat-tabs-style2 .menu-tab {
		padding-bottom: 40px;
		justify-content: flex-start;
	}
	.testimonials-box-style3 {
		padding: 30px;
	}
	.testimonials-box-style3 .content {
		padding-left: 24px;
	}
	.home5 .tf-about .heading {
		padding-right: 0;
	}
	.home5 .sl-project {
		padding-right: 0px;
		margin-right: -50px;
	}
	.project-box-style5 {
		padding: 20px 20px;
	}
	.project-box-style5 .content .title {
		line-height: 1.5;
		font-size: 32px;
	}
	.project-box-style5 .content .title span {
		font-size: 32px;
	}
	.home7 .wrapper-image-box-style2 .image-box-style2 .image .heading {
		left: 16px;
		bottom: 16px;
	}
	.home7 .wrapper-image-box-style2 .image-box-style2 .image .heading h3 {
		font-size: 32px;
		line-height: 1.2;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box
		.inner
		> div {
		width: calc((100% - 60px) / 3);
		padding: 20px 0 15px 20px;
	}
	.home14 .section-about.tf-section {
		padding: 30px;
	}
	.home27 .mb-70 {
		margin-bottom: 30px;
	}
	.home27 .mb-60 {
		margin-bottom: 40px;
	}
	.home27 .pl-70 {
		padding-left: 0;
	}
	.home27 .counter_wrapper {
		flex-wrap: wrap;
	}
	.home27 .counter_wrapper .box {
		width: calc((100% - 20px) / 2);
	}
	.pl-90 {
		padding-left: 0;
	}
	.home23 .flat-tabs .content-tab {
		border-right: 0;
		border-left: 0;
	}
	.home20 .is_dark .mobile-button.style2 span,
	.home20 .is_dark .mobile-button.style2::after,
	.home20 .is_dark .mobile-button.style2::before,
	.home20 #header_main.is-fixed.is-fixed.is-small .mobile-button.style2 span,
	.home20
		#header_main.is-fixed.is-fixed.is-small
		.mobile-button.style2::after,
	.home20
		#header_main.is-fixed.is-fixed.is-small
		.mobile-button.style2::before {
		background: #171717 !important;
	}
	.mobile-nav-style .header__logo-mobile {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mobile-nav-style #menu-primary-menu {
		padding-top: 80px;
	}
	.page-title-inner.details .flex.wrap > div {
		width: 100% !important;
	}
	.page-title-inner.details .flex.wrap > div:nth-child(2) {
		padding-left: 0;
	}
	.inner-page .content-detail .box .content {
		padding-right: 30px;
	}
	.inner-page .content-detail .box .content ul li p:nth-child(2) {
		padding-left: 15px;
	}
	.team-wrapper.row-4 .team,
	.team-wrapper.row-3 .team {
		width: calc((100% - 40px) / 2);
	}
	.inner-page .about-content {
		padding: 30px;
	}
	.inner-page.blog-page .tf-blog .post .info {
		display: block !important;
	}
	.inner-page.blog-page .tf-blog .post .info ul {
		width: 100%;
		justify-content: flex-start !important;
	}
	.inner-page.blog-page .tf-blog .post .info ul:nth-child(1) {
		margin-bottom: 10px;
	}
	.inner-page.project .flat-tabs .content-inner.row-4 .project-box {
		width: calc((100% - 40px) / 2);
	}
	#menu-primary-menu {
		height: calc(100vh - 82px);
		overflow-y: auto;
	}
}
@media only screen and (max-width: 767px) {
	.inner-page.project .flat-tabs .content-inner .row-4-style {
		flex-wrap: wrap;
	}
	.inner-page.project .flat-tabs .content-inner .row-4-style .project-box {
		width: 100%;
	}
	.home-demo .flat-tabs .content-inner .wrap-box.row-4 .img-box {
		width: 100%;
	}
	.inner-page.page-404 .tf-section {
		padding: 140px 0 70px !important;
	}
	.inner-page.page-contact .tf-contact .contact-box .wrap {
		display: block;
	}
	.inner-page.page-contact .tf-contact .contact-box .wrap ul {
		width: 100%;
	}
	.inner-page.blog-post .page-title-inner.style {
		padding: 0 0 40px;
	}
	.inner-page.blog-post .tf-section.tf-blog {
		padding-top: 0 !important;
	}
	.inner-page.blog-page.grid .flat-tabs .menu-tab {
		flex-wrap: wrap;
	}
	.inner-page.project .flat-tabs .content-inner.row-4 .project-box {
		width: 100%;
	}
	.inner-page.details .page-title-inner {
		padding-bottom: 90px;
	}
	.inner-page .about-content .content ul li {
		width: 100%;
	}
	.inner-page.team-details .flat-tabs .menu-tab {
		display: flex;
		flex-wrap: wrap;
	}
	.inner-page .about-content .content {
		padding-right: 0;
	}
	.page-title-inner .heading {
		font-size: 42px;
	}
	.inner-page .content-detail .box .content ul li {
		display: block;
		width: 100%;
	}
	.inner-page .content-detail .box .content ul li p {
		width: 100% !important;
	}
	.inner-page .content-detail .box .content ul li p:nth-child(2) {
		padding-left: 0;
	}
	.pt-67 {
		padding-top: 0;
	}
	.inner-page.page-contact .tf-contact form fieldset {
		width: 100%;
	}
	.inner-page.page-404 .tf-section .image {
		margin-bottom: 30px;
	}
	.inner-page.page-404 .tf-section .image img {
		max-width: 100%;
	}
	.inner-page.page-404 .tf-section .content {
		max-width: 100%;
	}
	.inner-page.faq .wrap-accordion .inner {
		display: block;
	}
	.inner-page.faq .wrap-accordion .inner .content {
		width: 100%;
		margin-bottom: 30px;
	}
	.inner-page.faq .wrap-accordion .inner .flat-accordion {
		width: 100%;
		padding-left: 0;
	}
	.inner-page.page-contact .tf-section.tf-brand .desc {
		padding-top: 60px;
	}
	.inner-page.page-contact .tf-contact form {
		margin-top: 40px;
		max-width: 100%;
	}
	.inner-page.details .breadcrumb {
		height: auto;
	}
	.inner-page.details .page-title-inner {
		padding-top: 30px;
	}
	.inner-page.details .page-title-inner.style2 {
		padding-top: 80px;
	}
	.list-socical {
		flex-wrap: wrap;
	}
	.list-socical li {
		margin-bottom: 8px;
	}
	.inner-page.blog-page .tf-blog .row-2 {
		flex-wrap: wrap;
	}
	.inner-page.blog-page .tf-blog .row-2 .tf-post {
		width: 100%;
		margin-bottom: 40px;
	}
	.inner-page.blog-page .tf-blog .row-2 .tf-post:last-child {
		margin-bottom: 0;
	}
	.inner-page.blog-page .tf-blog .wrap-tag {
		flex-wrap: wrap;
	}
	.inner-page.blog-page .tf-blog .wrap-tag .share-post {
		width: 100%;
		justify-content: flex-start;
	}
	.inner-page.blog-page .tf-blog .wrap-tag .list-tag {
		width: 100%;
		margin-bottom: 16px;
	}
	.inner-page.blog-page .tf-blog .post .inner-list {
		flex-wrap: wrap;
	}
	.inner-page.blog-page .tf-blog .post .inner-list > div {
		margin-top: 30px;
		width: 100%;
		padding-left: 0;
	}
	.inner-page.blog-page .tf-blog .post .inner-list .list {
		width: 100%;
	}
	.inner-page.blog-page.grid .flat-tabs .content-inner .row-3 {
		flex-wrap: wrap;
	}
	.inner-page.blog-page.grid .flat-tabs .content-inner .row-3 .tf-post {
		width: 100%;
	}
	.inner-page.blog-page .tf-blog .flex-blog {
		display: block;
	}
	.inner-page.blog-page .tf-blog .widget .post .image {
		height: auto;
	}
	.inner-page.blog-page .tf-blog .article,
	.inner-page.blog-page .tf-blog .side-bar {
		width: 100%;
	}
	.inner-page.blog-page .tf-blog .side-bar {
		padding-left: 0;
		margin-top: 40px;
	}
	.inner-page.team-details .flat-tabs .content-inner .row-3 {
		flex-wrap: wrap;
	}
	.inner-page.team-details .flat-tabs .content-inner .row-3 .box {
		width: 100%;
	}
	.inner-page.team-details .flat-tabs .content-inner .row-3 .box:last-child {
		margin-bottom: 0;
	}
	.inner-page .about-content {
		display: block;
	}
	.inner-page .about-content .content {
		width: 100%;
		margin-bottom: 30px;
	}
	.inner-page .about-content .image {
		width: 100%;
	}
	.inner-page .about-content .image img {
		max-width: 100%;
	}
	.team-wrapper.row-4 .team,
	.team-wrapper.row-3 .team {
		width: 100%;
	}
	.inner-page .content-detail .box {
		display: block;
	}
	.inner-page .content-detail .box .content {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.inner-page .content-detail .box .image {
		width: 100%;
	}
	.inner-page.project .flat-tabs .menu-tab {
		flex-wrap: wrap;
	}
	.inner-page.project .flat-tabs .menu-tab li {
		margin-bottom: 6px;
	}
	.inner-page.project .flat-tabs .content-inner.row-2,
	.inner-page.project .flat-tabs .content-inner.row-3 {
		margin: 0 !important;
	}
	.inner-page.project .flat-tabs .content-inner.row-2 .project-box,
	.inner-page.project .flat-tabs .content-inner.row-3 .project-box {
		width: 100%;
		margin-left: 0;
	}
	.inner-page.project .flat-tabs .content-inner.row-2 .project-box img,
	.inner-page.project .flat-tabs .content-inner.row-3 .project-box img {
		width: 100%;
	}
	.tf-compare::-webkit-scrollbar {
		display: block;
		height: 8px;
	}
	.tf-compare::-webkit-scrollbar-thumb {
		background: #5edda0;
	}
	.inner-page.pricing .wrap-accordion .inner.flex {
		display: block;
	}
	.inner-page.pricing .wrap-accordion .inner.flex .content,
	.inner-page.pricing .wrap-accordion .inner.flex .flat-accordion {
		width: 100%;
		padding-left: 0;
	}
	.inner-page.pricing .pricing-wrap {
		padding: 20px;
	}
	.inner-page.pricing .pricing-wrap .billing {
		padding: 20px;
	}
	.inner-page.details .counter_wrapper .box {
		width: 100%;
	}
	.inner-page.details .counter_wrapper .box:last-child {
		margin-bottom: 0;
	}
	.inner-page .project-box-style7 .image img {
		max-width: 100%;
	}
	.inner-page.about-2 .img-wrap {
		display: block;
	}
	.inner-page.about-2 .img-wrap .image {
		width: 100%;
		margin-bottom: 30px;
	}
	.inner-page.about-2 .img-wrap .image:last-child {
		margin-bottom: 0;
	}
	.pr-30 {
		padding-right: 0;
	}
	.team-wrapper .team,
	.inner-page .service-wrapper .service-box-style7 {
		width: 100%;
	}
	.team-wrapper .team:last-child,
	.inner-page .service-wrapper .service-box-style7:last-child {
		margin-bottom: 0;
	}
	.flex.justify-end-destop {
		justify-content: flex-start !important;
	}
	.pl-68 {
		padding-left: 15px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.testimonials-box {
		display: block;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.testimonials-box
		.image {
		margin-bottom: 24px;
		width: 100%;
		height: auto;
	}
	.home16 .project-wrapper .project-box .image .position-button {
		bottom: 16px;
	}
	.box-details .wraper-tag .tag {
		flex-wrap: wrap;
	}
	.box-details .wraper-tag .tag li {
		margin-bottom: 16px;
	}
	.home17
		.dashboard-style2
		#side-bar-dashboard
		.info-style2
		.info_contact
		li
		span,
	.home17
		.dashboard-style2
		#side-bar-dashboard
		.info-style2
		.info_contact
		li
		a {
		font-size: 24px;
		line-height: 36px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner#services
		.wrapper_service
		.box-style2:last-child {
		padding-bottom: 0;
	}
	.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box:nth-child(2) {
		margin-left: 0;
	}
	.home12.is_light .dashboard-style2 #side-bar-dashboard .info-style2 {
		margin-bottom: 40px;
	}
	.page-title.style4 {
		padding: 100px 0 80px;
	}
	.home10 .flat-tabs-style2 .menu-tab li {
		margin-right: 30px;
		margin-left: 0;
	}
	.home10 .flat-tabs-style2 .menu-tab li:last-child {
		margin-right: 0;
	}
	.user-dashboard {
		margin-top: 30px;
	}
	.page-title.style12
		.content-box
		.content
		.animationtext.clip
		.cd-words-wrapper::after {
		top: 10px;
	}
	.home25 .header.header-main-nav .mobile-button {
		bottom: 15px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner
		.box:last-child {
		margin-bottom: 0;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner#services
		.wrapper_service
		.box-style2 {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.counter_wrapper
		.box {
		margin-bottom: 0px !important;
	}
	.home14 .section-about {
		margin: 0;
	}
	.page-title.style3 {
		padding: 100px 0;
	}
	.mobile-mb50 {
		margin-bottom: 50px;
	}
	.home9 .tf-partner .container,
	.tf-partner .container {
		padding: 0 15px;
	}
	.home9 .tf-partner .swiper-container,
	.tf-partner .swiper-container {
		padding-right: 40px;
	}
	#main-nav-mobi-style2 ul li,
	#main-nav-mobi ul li {
		border: none;
	}
	.home16 .tf-cta .cta-wrapper {
		padding: 30px 15px;
	}
	.page-title.style12 {
		padding-top: 150px;
	}
	.home22 #footer {
		padding-top: 50px !important;
	}
	.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .social li {
		margin: 0px 8px;
	}
	.home17 .dashboard-style2 #side-bar-dashboard .info-style2 {
		overflow-x: hidden;
	}
	.home17 .dashboard-style2 #side-bar-dashboard .info-style2 {
		margin-left: 0;
	}
	.home17 .article-dashboard .body-dashboard .section-inner .wrapper.mb-40 {
		margin-bottom: 0 !important;
	}
	.what_i_do_wrap .box:last-child,
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner
		.box:last-child,
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box:last-child {
		margin-bottom: 0;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box {
		width: 100%;
	}
	.swiper-pagination {
		display: none;
	}
	.home19 .testimonials-box {
		padding: 20px 15px;
	}
	.home12
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box {
		margin-top: 0;
	}
	.home12
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box:last-child {
		margin-bottom: 0;
	}
	.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box {
		width: 100%;
	}
	.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box:last-child {
		margin-bottom: 0;
	}
	.article-dashboard .body-dashboard .section-inner .title span {
		font-size: 48px;
	}
	.dashboard-style2 #side-bar-dashboard .info-style2 {
		padding: 20px 15px;
	}
	.home12 .dashboard-style2 #side-bar-dashboard .info-style2 .social li {
		margin: 0;
	}
	.home24 .header #site-header-inner .header__logo {
		padding-left: 0;
	}
	.home24 .mobile-button {
		right: 0;
	}
	.page-title.style8 .content-box .content {
		padding-right: 0;
	}
	#footer .footer-content .title {
		font-size: 68px;
		line-height: 1.2;
	}
	.home11 .swiper_vertical .swiper:nth-child(1) {
		margin-left: 0;
	}
	.page-title.style5 .content-box .content form button {
		padding: 13px 20px;
	}
	.page-title.style18 .content-box .content {
		padding: 0;
	}
	.service-box-style2 {
		border-top: 8px solid #bbadff;
	}
	.home2 .tf-section.tf-about {
		padding-bottom: 40px !important;
	}
	.home3 .service-wrapper .service-box-style3 {
		width: 100%;
	}
	.home3 .service-wrapper .service-box-style3:last-child {
		margin-bottom: 0;
	}
	.home8 .section-about .tf-title .title {
		font-size: 40px;
	}
	.home8 .tf-section.tf-blog {
		padding-bottom: 250px !important;
	}
	.home23 #footer .footer-content {
		display: block;
		text-align: center;
	}
	.home23 #footer .footer-content .footer-contact .social {
		justify-content: center;
	}
	.home8 .post-wrapper .tf-post .image {
		height: auto;
	}
	.service-box-style2 {
		padding: 70px 0;
	}
	.service-box-style2 {
		border-right: 0;
	}
	.home27 .wrapper-post {
		flex-wrap: wrap;
	}
	.home27 .wrapper-post .tf-post {
		width: 100%;
		margin-bottom: 40px;
	}
	.home27 .wrapper-post .tf-post:last-child {
		margin-bottom: 0;
	}
	.pl-25 {
		padding-left: 0;
	}
	.project-box-style7 {
		margin-top: 50px;
		margin-top: 50px;
		flex-wrap: wrap;
	}
	.project-box-style7:nth-child(1) {
		margin-top: 50px;
	}
	.project-box-style7 .content,
	.project-box-style7 .head,
	.project-box-style7 .image {
		width: 100%;
		padding: 0;
	}
	.project-box-style7 .image,
	.project-box-style7 .head {
		margin-bottom: 30px;
	}
	.project-box-style7 .image .number,
	.project-box-style7 .head .number {
		margin-bottom: 25px;
	}
	.home27 .service-box-wrapper .service-box-style3 {
		width: 100%;
	}
	.home27 .service-box-wrapper .service-box-style3:last-child {
		margin-bottom: 0;
	}
	.sl-brand-11 .swiper-slide {
		width: inherit !important;
	}
	.tf-partner .sl-brand-11 .swiper-slide .image {
		text-align: center;
	}
	.tf-partner .sl-brand-11 .swiper-slide .image span:nth-child(2) {
		width: 100%;
	}
	.tf-partner .sl-brand-11 .swiper-slide .image span img {
		width: auto;
	}
	.page-title.style18 {
		padding: 120px 0 80px;
	}
	.box-details .wraper-tag {
		display: block;
	}
	.box-details .wraper-tag .link {
		justify-content: flex-start;
		margin-top: 20px;
	}
	.box-details.project-details {
		display: block;
	}
	.box-details.project-details .info-project,
	.box-details.project-details .content {
		width: 100%;
	}
	.box-details.project-details .info-project {
		padding: 30px 0 0 0;
	}
	.box-details.project-details .info-project .inner {
		max-width: 100%;
	}
	.box-details.project-details .content {
		padding-top: 30px;
	}
	.home21 .tf-title .title {
		font-size: 48px;
	}
	.mobile_block {
		display: block !important;
	}
	.home3 .section-about .tf-title .title br {
		display: none;
	}
	.home3 .section-about .tf-title .title,
	.home3 .section-about .tf-title .wrapper-btn {
		text-align: left;
		width: 100%;
		padding: 0;
	}
	.home2 .pr-78 {
		padding-right: 0;
	}
	.page-title.style7 .content-box .content .title {
		margin-bottom: 20px;
	}
	.page-title.style7 .content-box .content .title span {
		line-height: 1.4;
	}
	.page-title.style7 {
		padding-top: 70px;
	}
	.home10 .project-box-style4 {
		padding-top: 30px;
	}
	.home10 .counter_wrapper .box {
		padding: 0 !important;
	}
	.home10 #footer .footer-content {
		padding-top: 30px !important;
	}
	.home10 #footer .footer-content .copyright {
		margin-top: 20px;
	}
	.home19 .wrapper {
		padding-bottom: 0;
	}
	.home14 .section-about .wrapper_btn,
	.home14 .section-about .tf-title {
		width: 100%;
		text-align: left;
	}
	.home14 .section-about .wrapper_btn .title,
	.home14 .section-about .tf-title .title {
		margin-bottom: 0;
	}
	.swiper-pagination {
		margin-bottom: 5px !important;
	}
	.post-wrapper .tf-post.style2 .content .title {
		margin-bottom: 0;
	}
	.swiper-slide a {
		width: 100%;
		display: block;
		text-align: center;
	}
	.content-skill {
		padding: 30px;
	}
	.page-title.style2 {
		padding: 120px 0 80px;
	}
	.home20 .tf-section.tf-blog {
		padding-bottom: 40px !important;
	}
	.home20 .tf-post {
		margin-bottom: 40px;
	}
	.page-title.style17 {
		padding: 100px 0 80px;
	}
	.page-title.style17 .content-box {
		display: block;
	}
	.page-title.style17 .content-box .content {
		width: 100%;
		margin-bottom: 30px;
	}
	.page-title.style17 .content-box .image-box {
		width: 100%;
		margin: 0;
	}
	.page-title.style17 .content-box .image-box img {
		width: 100%;
	}
	.home20 .feature_wrapper .box {
		padding-top: 0 !important;
		width: 100%;
		margin-bottom: 40px;
	}
	.home20 .feature_wrapper .box:last-child {
		margin-bottom: 0;
	}
	.home20 .feature_wrapper .box .image img {
		width: 100%;
	}
	.home25 .tf-project .sl-project-2 {
		padding-right: 0;
	}
	.page-title.style14 .content-box .content .title {
		font-size: 28px !important;
	}
	.page-title.style14 .content-box {
		flex-wrap: wrap;
	}
	.page-title.style14 .content-box .content,
	.page-title.style14 .content-box .info {
		width: 100%;
	}
	.page-title.style14 .content-box .info {
		margin-top: 30px;
	}
	.page-title.style13 .content-box .content .title {
		font-size: 24px !important;
	}
	.page-title.style13 .content-box .content {
		padding-right: 0;
	}
	.page-title.style13 .content-box .content .button {
		position: relative;
		transform: translateY(0);
		margin-top: 15px;
		left: 0;
	}
	.home22 #footer .footer-content {
		margin-top: 30px;
	}
	.home22 #footer .footer-content .footer-contact {
		margin-bottom: 30px;
	}
	.home22 #footer .footer-content .footer-contact:last-child {
		margin-bottom: 0;
	}
	.home22 #footer .footer-content .copyright {
		margin-top: 30px;
	}
	.home22 .tf-brand {
		padding-bottom: 0;
	}
	.home22 .flat-tabs .menu-tab {
		flex-wrap: wrap;
	}
	.home22 .flat-tabs .content-tab .content-inner .box {
		width: 100%;
	}
	.home22 .flat-tabs .content-tab .content-inner .box:last-child {
		margin-bottom: 0;
	}
	.home22 .tf-service .tf-title-style4 {
		display: block;
	}
	.home22 .tf-service .tf-title-style4 .button-style {
		margin-top: 30px;
		margin-left: 0;
	}
	.page-title.style12 .content-box .content h5 {
		font-size: 32px;
	}
	.hide_mobie {
		display: none;
	}
	.home19 .list_contact {
		flex-wrap: wrap;
	}
	.home19 .list_contact > li {
		width: 100% !important;
	}
	.home19 .contact-inner {
		padding: 30px 16px;
	}
	.page-title.style11 {
		padding: 120px 0 100px;
	}
	.page-title.style11 .content-box {
		flex-wrap: wrap;
	}
	.page-title.style11 .content-box .content,
	.page-title.style11 .content-box .image-box {
		width: 100%;
		margin: 0;
	}
	.page-title.style11 .content-box .content {
		margin-bottom: 50px;
		padding: 0;
	}
	.home18 #footer {
		justify-content: center;
		flex-wrap: wrap;
		padding: 12px 0 !important;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner {
		padding: 40px 0 40px !important;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner#Contact
		form
		fieldset {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner
		.box {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner#Service
		.wrapper_service
		.box-style2 {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box {
		overflow-x: auto;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box:hover::-webkit-scrollbar {
		display: block;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box::-webkit-scrollbar {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		width: 10px;
		height: 4px;
		position: relative;
		display: none;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.resume-box
		.box
		.inner {
		width: 767px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs {
		margin-top: 20px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.menu-tab {
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner
		.box {
		width: 100%;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.content {
		display: block;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.content
		ul {
		padding-left: 0;
		margin-top: 25px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.content
		p,
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.content
		ul {
		width: 100%;
	}
	.home16 .pricing-wrapper {
		padding-bottom: 50px;
	}
	.home16 .pricing-wrapper .pricing-box-style3 {
		width: 100%;
	}
	.home16 .pricing-wrapper .pricing-box-style3:last-child {
		margin-bottom: 0;
	}
	.home16 .project-wrapper .project-box {
		width: 100%;
	}
	.home16 .project-wrapper .project-box:last-child {
		margin-bottom: 0;
	}
	.home16 .about-list {
		display: block;
	}
	.home16 .about-list ul {
		margin-bottom: 20px;
	}
	.home16 .service-wrapper .service-box-style6 {
		width: 100%;
	}
	.home16 .service-wrapper .service-box-style6:last-child {
		margin-bottom: 0;
	}
	.page-title.style10 .video {
		padding: 16px;
	}
	.home16 .page-title .content-box .content .title {
		font-size: 32px !important;
	}
	.page-title.style10 {
		padding-top: 100px;
	}
	.home14 .tf-section.tf-testimonials {
		padding-bottom: 190px !important;
	}
	.home14 .tf-section.tf-testimonials .swiper-pagination {
		display: none;
	}
	.home14 #footer {
		margin-top: -80px;
	}
	.home14 .tf-section.section-about > .flex {
		display: block;
	}
	.home14 .tf-section.section-about .title {
		font-size: 36px;
		line-height: 1.5;
	}
	.home14 .flat-tabs .content-inner .project-box-style6 {
		width: 100%;
	}
	.home14 .flat-tabs .content-inner .project-box-style6:last-child {
		margin-bottom: 0;
	}
	.home14 .flat-tabs .menu-tab {
		flex-wrap: wrap;
	}
	.home14 .resume-wrap {
		flex-wrap: wrap;
	}
	.home14 .resume-wrap .box,
	.what_i_do_wrap .box {
		width: 100%;
	}
	.page-title.style9 {
		padding-top: 120px;
	}
	.page-title.style9 .content-box {
		padding-bottom: 70px;
	}
	.page-title.style9
		.content-box
		.content
		.title.animationtext.clip
		.cd-words-wrapper::after {
		height: 45px;
		top: 8px;
	}
	.home5 .tf-about {
		padding-top: 100px;
	}
	.home5 .tf-about .info {
		max-width: 100%;
		margin-top: 30px;
	}
	#dashboard.mt-60 {
		margin-top: 30px;
	}
	.home13 .article-dashboard .menu-dashboard {
		z-index: 999;
	}
	.home13 .article-dashboard .menu-dashboard.menu-mobile {
		border-bottom: 1px solid #e6e6e6;
		background-color: #fff;
	}
	.home13 .article-dashboard .menu-dashboard.menu-mobile .menu-tab {
		background-color: #fff;
		border: none;
		box-shadow: 0px 5px 5px rgba(39, 63, 68, 0.1);
		border-radius: 12px;
	}
	.article-dashboard .body-dashboard.style2 .section-inner#Contact {
		padding-bottom: 30px;
	}
	.article-dashboard .body-dashboard.style2 .section-inner .list_contact {
		flex-wrap: wrap;
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner
		.list_contact
		> li {
		width: 100% !important;
		margin-bottom: 24px;
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner
		.list_contact
		> li:last-child {
		margin-bottom: 0;
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner
		.flat-tabs-inner
		.menu-tab-inner {
		flex-wrap: wrap;
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box {
		width: calc((100% - 32px) / 2);
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box:last-child {
		margin-bottom: 0 !important;
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner#Service
		.box:last-child {
		margin-bottom: 0 !important;
	}
	.article-dashboard .body-dashboard.style2 .section-inner#Service .box,
	.article-dashboard .body-dashboard.style2 .section-inner .resume-box .box {
		width: 100%;
	}
	.article-dashboard .body-dashboard.style2 .section-inner .counter_wrapper {
		padding: 16px;
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner
		.counter_wrapper
		.box {
		width: 100% !important;
		border: none;
	}
	.article-dashboard .body-dashboard.style2 .section-inner .title span {
		font-size: 32px;
	}
	.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner#Service
		.content-inner
		.box {
		width: 100%;
	}
	.banner-style {
		padding: 32px 16px;
	}
	.team-box-wrapper {
		align-items: inherit;
	}
	.team-box-wrapper .team-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.team-box-wrapper .team-box:last-child {
		margin-bottom: 0;
	}
	.roadmap-wrapper {
		display: block;
	}
	.roadmap-wrapper::before,
	.roadmap-wrapper::after {
		display: none;
	}
	.roadmap-wrapper .right {
		padding-left: 0;
		padding-top: 0px;
	}
	.roadmap-wrapper .row-roadmap {
		margin-bottom: 40px;
		width: 100%;
	}
	.roadmap-wrapper .row-roadmap:last-child {
		margin-bottom: 0 !important;
	}
	.roadmap-wrapper .row-roadmap .content::before {
		display: none;
	}
	.roadmap-wrapper .row-roadmap .content .icon {
		display: none;
	}
	.roadmap-wrapper .row-roadmap .roadmad-box {
		margin-bottom: 30px;
	}
	.roadmap-wrapper .row-roadmap .roadmad-box:last-child {
		margin-bottom: 0 !important;
	}
	.roadmap-wrapper .left {
		padding-left: 0;
		padding-right: 0;
	}
	.about-box-style2 {
		padding-left: 0;
	}
	.about-box-style2 .image {
		margin: 0 auto 30px;
	}
	.home10 #footer .footer-contact a {
		font-size: 16px;
	}
	.col-md-9.pr-105 {
		padding-right: 15px;
	}
	.col-md-3.pl-55 {
		padding-left: 15px;
	}
	.home10 .tf-testimonials .sl-testimonial-3 {
		padding-bottom: 70px;
	}
	.list-service li {
		display: block;
	}
	.list-service li .heading,
	.list-service li .desc {
		width: 100%;
	}
	.list-service li .heading {
		margin-bottom: 16px;
	}
	.list-service li:last-child {
		padding-bottom: 0;
	}
	.project-box-style4 {
		display: block;
		margin-bottom: 60px !important;
	}
	.project-box-style4:last-child {
		margin-bottom: 0 !important;
	}
	.project-box-style4 .content {
		width: 100% !important;
		padding: 0 !important;
	}
	.project-box-style4 .image {
		padding: 0 !important;
		width: 100% !important;
		border: none !important;
	}
	.counter_wrapper.style5 {
		display: block;
	}
	.counter_wrapper.style5 .box {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.counter_wrapper.style5 .box:last-child {
		margin-bottom: 0;
	}
	.testimonials-box-style3 {
		padding: 16px;
		display: block;
	}
	.testimonials-box-style3 .content,
	.testimonials-box-style3 .image {
		width: 100%;
	}
	.testimonials-box-style3 .content {
		margin-top: 30px;
		padding-left: 24px;
	}
	.flat-tabs-style2 .content-inner {
		flex-wrap: wrap;
	}
	.project-box-style3 {
		width: calc((100% - 32px) / 2);
	}
	.graphic {
		width: auto !important;
	}
	.page-title.style6 .overlay {
		height: 90%;
	}
	.page-title.style6 .content-box .content {
		display: block;
	}
	.page-title.style6 .content-box .content .box {
		width: 100%;
		padding-left: 0 !important;
	}
	.home9 .tf-cta .image .image-style {
		right: 0;
	}
	.home9 .clients .information.counter_wrapper .box {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
	}
	.home9 .clients .about {
		display: block;
	}
	.home9 .clients .about .tf-title-style4 {
		width: 100%;
	}
	.section-about.style2 .justify-end {
		justify-content: flex-start;
	}
	.section-about.style2 .justify-end .button {
		margin-top: 30px;
	}
	.post-wrapper {
		flex-wrap: wrap;
	}
	.post-wrapper .tf-post {
		width: 100%;
		margin-bottom: 30px;
	}
	.testimonial-content {
		padding: 70px 16px;
	}
	.pricing-wrapper .pricing-box-style2 {
		width: 100%;
	}
	.feature-wrapper {
		flex-wrap: wrap;
	}
	.feature-wrapper .feature-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.home8 .tf-section.tf-brand {
		padding: 0 !important;
	}
	.page-title.style5 {
		padding: 120px 0 70px;
	}
	.home6 .article-dashboard .body-dashboard {
		border-radius: 20px;
	}
	.article-dashboard .body-dashboard {
		height: 100% !important;
		overflow-x: hidden;
		padding: 10px 16px 0;
		margin-bottom: 0;
	}
	.btn-testimonials {
		display: none !important;
	}
	#footer.style2 .footer-contact {
		padding-top: 30px;
	}
	.counter_wrapper.style4 .box {
		width: calc((100% - 0px) / 2);
		margin-bottom: 20px;
	}
	.project-wrapper .project-box-style2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.project-wrapper .project-box-style2:last-child {
		margin-bottom: 0;
	}
	#footer.style2 .cta .content {
		padding-right: 0;
	}
	.home4 .tf-section.tf-testimonial {
		padding-top: 0 !important;
	}
	#footer.style2 .cta {
		display: block;
	}
	#footer.style2 .cta .content,
	#footer.style2 .cta .footer-form {
		width: 100%;
	}
	.pl-90 {
		padding-left: 0;
	}
	.home3 #footer {
		margin-top: -50px;
	}
	.section-about .tf-title {
		display: block !important;
	}
	.section-about .tf-title .title {
		margin-bottom: 30px;
	}
	.section-about.tf-section {
		padding: 15px !important;
	}
	.home3 .tf-section.tf-blog {
		padding-bottom: 200px !important;
	}
	.wrapper-blog {
		display: block;
	}
	.wrapper-blog .tf-post {
		width: 100%;
	}
	.max-width-650 {
		max-width: 100%;
	}
	.image img {
		width: 100%;
	}
	.content-skill {
		margin-right: 0;
	}
	.tf-statistics .image {
		padding: 0 15px;
		position: relative;
		margin-bottom: 30px;
		width: 100%;
	}
	.tf-statistics .image img {
		width: 100%;
		height: auto;
	}
	.tf-statistics .counter_wrapper.style3 {
		padding-left: 0;
		width: 100%;
	}
	.page-title.style3 .content-box .content,
	.page-title.style3 .content-box .image-box {
		width: 100%;
	}
	.page-title.style3 .content-box {
		display: block;
	}
	.page-title.style3 .content-box .image-box {
		margin-left: auto;
	}
	.page-title.style3 .content-box .image-box .like,
	.page-title.style3 .content-box .image-box .graphic {
		left: 0;
	}
	#footer .footer-content {
		padding-right: 0;
	}
	.mobile-mb0 {
		margin-bottom: 0 !important;
	}
	.tf-post {
		margin-bottom: 30px;
	}
	.sl-brand .swiper-slide a {
		width: 100%;
		text-align: center;
	}
	.pd-16 {
		padding: 0;
	}
	.pt-96 {
		padding-top: 40px;
	}
	.project-banner {
		padding: 70px 15px 150px;
	}
	.page-title .content-box .content .title {
		font-size: 36px !important;
	}
	.page-title.style1 .content-box {
		padding-right: 0;
		padding-bottom: 150px;
	}
	.page-title.style1 .content-box .content {
		width: 100%;
		max-width: 100%;
	}
	.page-title.style1 .content-box .button {
		width: 120px;
		height: 120px;
	}
	.home23 #footer {
		padding-bottom: 20px !important;
	}
	#footer {
		padding-bottom: 100px !important;
	}
	.tf-section {
		padding: 70px 0 !important;
	}
	.tf-section.mobile-pb0 {
		padding-bottom: 0 !important;
	}
	.tf-section.mobile-pt0 {
		padding-top: 0 !important;
	}
	.home2 .tf-section.tf-service {
		padding: 0 !important;
	}
	.counter_wrapper {
		flex-wrap: wrap;
	}
	.counter_wrapper .box {
		padding: 15px 15px 0 !important;
		width: calc((100% - 40px) / 2);
	}
	.max-width-460 {
		max-width: 100%;
	}
	.mobile-mb30 {
		margin-bottom: 30px !important;
	}
	.service-box .content {
		padding-right: 30px;
	}
	.service-box .number {
		margin-right: 30px;
	}
	.service-box-style4 {
		padding: 20px 0px 20px 20px;
	}
	.service-box-style4 .content {
		padding-right: 10px;
	}
	.project-wrapper .project-box-style2 {
		padding: 20px;
	}
	.page-title.style4 .content-box .image-box svg {
		max-width: 60vmin;
	}
	.page-title.style4 .content-box .image-box .box {
		width: 220px;
		height: 220px;
	}
	.page-title.style4 .content-box .image-box .content {
		max-width: 220px;
	}
	.mobile-block {
		display: block !important;
	}
	#footer.style2.black .cta {
		padding: 40px 0;
	}
	.article-dashboard .body-dashboard .section-inner .flat-tabs .menu-tab {
		flex-wrap: wrap;
	}
	.article-dashboard .body-dashboard .section-inner .flat-tabs .menu-tab li {
		margin-bottom: 10px;
	}
	.article-dashboard .body-dashboard .section-inner .pricing-box {
		width: 100%;
		margin-bottom: 40px;
	}
	.article-dashboard .body-dashboard .section-inner#About .flex {
		display: block;
	}
	.article-dashboard
		.body-dashboard
		.section-inner#About
		.flex
		.content-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.article-dashboard
		.body-dashboard
		.section-inner#About
		.flex
		.counter_wrapper {
		width: 100%;
		margin-left: 0;
		display: flex;
		justify-content: space-between;
	}
	.article-dashboard
		.body-dashboard
		.section-inner#About
		.flex
		.counter_wrapper
		.box {
		width: calc((100% - 60px) / 3);
	}
	.article-dashboard .body-dashboard .section-inner .my_skill .my_skill_box {
		padding-bottom: 2px;
	}
	.article-dashboard
		.body-dashboard
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box {
		width: calc((100% - 32px) / 2);
		margin-bottom: 24px;
		margin-top: 0;
	}
	.sl-brand-3 .swiper-slide a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.menu-destop {
		display: none;
	}
	.home12 .article-dashboard .menu-dashboard.menu-mobile {
		background: #3bbb67;
	}
	.article-dashboard .menu-dashboard {
		position: relative;
	}
	.article-dashboard .menu-dashboard.menu-mobile {
		background: #ffd84f;
		border-bottom: 1px solid #171717;
		border-radius: 16px 16px 0 0;
		display: flex;
		min-height: 50px;
	}
	.article-dashboard
		.menu-dashboard.menu-mobile.active
		.menu-mobile-icon
		span {
		opacity: 0;
	}
	.article-dashboard
		.menu-dashboard.menu-mobile.active
		.menu-mobile-icon::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.article-dashboard
		.menu-dashboard.menu-mobile.active
		.menu-mobile-icon::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	.article-dashboard .menu-dashboard.menu-mobile.active .menu-tab {
		height: auto;
		opacity: 1;
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-tab {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		display: none;
		height: 0;
		opacity: 0;
		display: block;
		top: 100%;
		position: absolute;
		width: 100%;
		z-index: 9;
		border-radius: 0;
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-tab li {
		width: 100%;
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-tab li a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-mobile-icon {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: none;
		position: absolute;
		width: 26px;
		height: 26px;
		top: 10px;
		right: 15px;
		background-color: transparent;
		cursor: pointer;
		display: block;
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-mobile-icon::before,
	.article-dashboard .menu-dashboard.menu-mobile .menu-mobile-icon::after {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		content: "";
		position: absolute;
		top: 0;
		height: 3px;
		width: 100%;
		left: 0;
		top: 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		z-index: 999;
		background-color: #171717;
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-mobile-icon:before {
		-webkit-transform: translate3d(0, -7px, 0);
		-moz-transform: translate3d(0, -7px, 0);
		transform: translate3d(0, -7px, 0);
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-mobile-icon::after {
		-webkit-transform: translate3d(0, 7px, 0);
		-moz-transform: translate3d(0, 7px, 0);
		transform: translate3d(0, 7px, 0);
	}
	.article-dashboard .menu-dashboard.menu-mobile .menu-mobile-icon span {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		top: 50%;
		overflow: hidden;
		text-indent: 200%;
		background-color: #171717;
	}
	.home19 .tf-section .pricing-box {
		width: 100%;
		margin-bottom: 40px;
	}
	.home19 .tf-section .pricing-box:last-child {
		margin-bottom: 0;
	}
	.home19 .wrapper_portfolio,
	.home19 .wrapper_service {
		flex-wrap: wrap;
	}
	.home19 .wrapper_portfolio .box,
	.home19 .wrapper_service .box {
		width: 100%;
	}
	.home19 .wrapper_portfolio .box {
		padding-top: 0 !important;
		margin-bottom: 40px;
	}
	.home19 .wrapper_portfolio .box .content h5 {
		margin-top: 20px;
	}
	.home19 .wrapper_portfolio .box:last-child {
		margin-bottom: 0;
	}
	.home19 .tf-brand {
		padding-bottom: 0;
	}
	.home25 .header #site-header-inner {
		padding: 16px 0;
	}
	.number-box-wrapper .number-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.number-box-wrapper .number-box:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 600px) {
	.inner-page.pricing .billing ul li span {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}
	.home-demo .flat-tabs .content-inner .img-box {
		width: 100%;
	}
	.home14.style2 .tf-about .info li {
		width: 100%;
	}
	.popup-section {
		right: -300px;
		max-width: 300px;
	}
	.popup-section .content .inner,
	.popup-section .content .heading {
		padding: 0 20px;
	}
	.tf-title-style4 h3.title,
	.tf-title-style4 h3.title.white {
		font-size: 32px;
	}
	.home13 .article-dashboard .body-dashboard .section-inner .list_contact li {
		width: auto;
		margin-bottom: 0;
	}
	.tf-about .menu-tab li {
		margin-right: 10px;
	}
	.home27 .counter_wrapper .box {
		width: 100%;
		margin-bottom: 30px;
	}
	.home27 .counter_wrapper .box:last-child {
		margin-bottom: 0;
	}
	.home25 .header {
		width: 74px;
	}
	.home24 .wrapper_project .box {
		width: 100%;
	}
	.home19 .my_skill_box {
		flex-wrap: wrap;
	}
	.home19 .my_skill_box .content-progress-box {
		width: 100%;
	}
	.home19 .resume-wrap {
		flex-wrap: wrap;
	}
	.home19 .resume-wrap .box {
		width: 100%;
	}
	.home19 .resume-wrap .box h4 {
		margin-bottom: 30px;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.counter_wrapper
		.box {
		width: 100%;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.title
		span {
		font-size: 40px;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.list_contact
		li {
		width: 100%;
	}
	.home17
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box {
		width: 100%;
	}
	.home14 .tf-about .info li {
		width: 100%;
	}
	.home14 .tf-about .counter_wrapper .box:nth-child(4),
	.home14 .tf-about .counter_wrapper .box:nth-child(3),
	.home14 .tf-about .counter_wrapper .box:nth-child(2),
	.home14 .tf-about .counter_wrapper .box:nth-child(1) {
		padding: 0;
	}
	.home7 .wrapper-image-box-style2 .image-box-style2 .image .heading p {
		margin-bottom: 4px;
	}
	.home7 .wrapper-image-box-style2 .image-box-style2 .image .heading h3 {
		font-size: 24px;
		line-height: 1.2;
	}
	.project-box-style5 {
		display: block;
	}
	.project-box-style5 .content {
		padding: 0;
		width: 100%;
	}
	.project-box-style5 .image {
		margin-top: 30px;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	.home5 .sl-project {
		margin-right: 0;
	}
	.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner#Contact
		.list_contact
		li:nth-child(2) {
		padding-left: 0;
	}
	.number-box-wrapper {
		flex-wrap: wrap;
	}
	.number-box-wrapper .number-box {
		margin-bottom: 32px;
	}
	.number-box-wrapper .number-box:last-child {
		margin-bottom: 0;
	}
	.swiper.swiper-vertical {
		height: 300px;
	}
	.swiper_vertical .item img {
		width: 100%;
		height: auto;
	}
	.home10 {
		font-size: 16px;
	}
	.home10 #footer .footer-content {
		padding-top: 20px;
	}
	.home10 #footer .footer-contact {
		margin-bottom: 30px;
	}
	.home10 #footer .footer-contact:last-child {
		margin-bottom: 0;
	}
	.page-title.style7 .content-box .content .title span {
		font-size: 36px;
	}
	.project-box-style3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.project-box-style3:last-child {
		margin-bottom: 0;
	}
	.home9 .service-wrapper .service-box-style5 {
		width: 100%;
	}
	.home9 .service-wrapper .service-box-style5:last-child {
		margin-bottom: 0;
	}
	.article-dashboard .body-dashboard .section-inner .resume-box {
		display: block;
	}
	.article-dashboard .body-dashboard .section-inner .resume-box .box {
		width: 100%;
		margin-bottom: 40px;
	}
	.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner {
		display: block;
	}
	.article-dashboard
		.body-dashboard
		.section-inner
		.flat-tabs
		.content-tab
		.content-inner
		.box {
		width: 100%;
	}
	.article-dashboard .body-dashboard .section-inner .list_contact {
		display: block;
	}
	.article-dashboard .body-dashboard .section-inner .list_contact li {
		width: 100%;
		margin: 0 0 24px;
	}
	.article-dashboard
		.body-dashboard
		.section-inner
		.list_contact
		li:last-child {
		margin-bottom: 0;
	}
	.project-banner .tf-title {
		display: block;
	}
	.project-banner .tf-title .title {
		margin-bottom: 30px;
	}
	.project-banner .tf-title .title,
	.project-banner .tf-title p {
		width: 100%;
		padding: 0;
	}
	.project-content {
		flex-wrap: wrap;
	}
	.project-content .col-50 {
		width: 100%;
	}
	.pt-96 {
		padding-top: 0;
	}
}
@media only screen and (max-width: 500px) {
	.inner-page.blog-page .tf-blog .post h4 {
		font-size: 20px;
	}
	.page-title-inner.details .flex.wrap > div:nth-child(2) {
		flex-wrap: wrap;
	}
	.page-title-inner.details .flex.wrap > div:nth-child(2) ul {
		width: 50%;
	}
	.home-demo .warpper-icon-box.col5 .icon-box,
	.home-demo .warpper-icon-box.col6 .icon-box {
		width: 100%;
	}
	.page-title.style8 .content-box .content .counter_wrapper {
		display: block;
	}
	.counter_wrapper.style2 .box {
		width: 100%;
	}
	.home8 #footer {
		margin-top: -100px;
	}
	.feature-wrapper {
		padding: 32px 20px 0px;
	}
	.feature-wrapper .feature-box {
		display: block;
	}
	.feature-wrapper .feature-box .icon {
		margin: 0 auto 16px;
	}
	.feature-wrapper .feature-box .content {
		text-align: center;
	}
	.home22 .wapper_service .box {
		width: 100%;
	}
	.home18
		.dashboard-style2
		.article-dashboard
		.body-dashboard
		.section-inner.page
		.content
		ul
		li {
		width: 100%;
	}
	.home14 .tf-about .counter_wrapper .box {
		width: 100%;
	}
	.article-dashboard
		.body-dashboard.style2
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box {
		width: 100%;
	}
	.article-dashboard
		.body-dashboard
		.section-inner#About
		.flex
		.counter_wrapper {
		display: block;
	}
	.article-dashboard
		.body-dashboard
		.section-inner#About
		.flex
		.counter_wrapper
		.box {
		width: 100%;
	}
	.article-dashboard
		.body-dashboard
		.section-inner
		.my_skill
		.my_skill_box
		.content-progress-box {
		width: 100%;
	}
	.user-dashboard {
		padding: 24px;
	}
	.user-dashboard .info-social .social li {
		margin-right: 6px;
	}
	.user-dashboard .info {
		display: block;
	}
	.user-dashboard .info .image {
		margin-bottom: 20px;
		width: 100%;
		max-width: none;
		margin-right: 0;
	}
	.counter_wrapper.style4 .box {
		width: 100%;
		border: none;
	}
	.counter_wrapper {
		flex-wrap: wrap;
	}
	.counter_wrapper .box {
		padding: 15px 15px 0 !important;
		width: 100%;
	}
	.mobile-full {
		width: 100%;
	}
}
html {
	margin-right: 0 !important;
}

@font-face {
	font-family: "spartan-regular";
	src: url("../../assets/font/Spartan-Regular.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #a0a3aa;
}
body .fs-20 {
	font-size: 20px;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
	display: none;
}

.smooth {
	scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
	width: 4px;
	height: 67px;
	position: relative;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff;
}

.fixed {
	position: fixed;
	overflow: hidden;
}

.hiden {
	overflow: hidden;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #c8f27c;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #c8f27c;
}

.inner-page::-webkit-scrollbar-thumb {
	background: #5edda0;
}

img {
	max-width: 100%;
	height: auto;
	transform: scale(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	color: #fff;
}

h1,
.h1 {
	font-size: 80px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 64px;
	line-height: 1.25;
}

h3,
.h3 {
	font-size: 44px;
	line-height: 56px;
}

h4,
.h4 {
	font-size: 36px;
	line-height: 1.2222;
}

h5,
.h5 {
	font-size: 24px;
	line-height: 1.5;
}

h6,
.h6 {
	font-size: 20px;
	line-height: 1.6;
}

.h7,
.h8 {
	font-family: "Chakra Petch", sans-serif;
	font-weight: 700;
	color: #fff;
}

.h7 {
	font-size: 24px;
	line-height: 1.33;
}
.h7.st {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
}

.h8 {
	font-size: 20px;
	line-height: 1.3;
}
.h8.st {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
}

p {
	margin-bottom: 0;
}

.padding-0 {
	padding: 0 !important;
}

.radius-16 {
	border-radius: 16px;
}

.radius-24 {
	border-radius: 24px;
}

.left-auto {
	margin-left: auto;
}

.flex-column {
	flex-direction: column;
}

.width-full {
	width: 100%;
}

.capitalize {
	text-transform: capitalize;
}

.container {
	max-width: 1440px;
}
.container.w_1200 {
	max-width: 1200px;
}
.container.w_1470 {
	max-width: 1470px;
}
.container.w_1210 {
	max-width: 1210px;
}
.container.w_1920 {
	max-width: 1920px;
}
.container.w_1950 {
	max-width: 1950px;
}
.container.w_1870 {
	max-width: 1870px;
}
.container.pd0 {
	padding: 0;
}

.brand-row1 .container {
	max-width: 1622px;
}

.brand-row2 .container {
	max-width: 1854px;
}

.bg_9 {
	background-color: #ffd84f;
}

.bg-10 {
	background-color: #f7f7f7;
}

.z-index {
	z-index: 999;
}

.white {
	color: #fff;
}

.white-dark {
	color: #fff !important;
}

.color-main {
	color: #171717;
}

.color-primary {
	color: #c8f27c;
}

.color-11 {
	color: #35a62b;
}

.color-12 {
	color: #fb5858;
}

.mb-12 {
	margin-bottom: 12px;
}

.bg-12 {
	background-color: #fb5858;
}

#wrapper {
	overflow: hidden !important;
	position: relative;
}

.text-gradient {
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

ul,
li {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: unset;
	transition: all 0.3s;
	cursor: pointer;
	display: inline-block;
}
a:hover {
	color: #c8f27c;
	transition: all 0.3s;
}

.center {
	text-align: center;
}

.mt-35 {
	margin-top: -35px;
}

.tf-spacing.h114 {
	height: 114px;
}
.tf-spacing.h100 {
	height: 100px;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.capitalize {
	text-transform: capitalize;
}

.container {
	width: 100%;
	margin: auto;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.justify-end-destop {
	justify-content: flex-end !important;
}

.flex {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.flex.justify-center {
	justify-content: center;
}
.flex.justify-end {
	justify-content: flex-end;
}
.flex.align-items-center {
	align-items: center;
}
.flex.align-items-end {
	align-items: flex-end;
}
.flex .flex-column {
	flex-direction: column;
}
.flex.flex-wrap {
	flex-wrap: wrap;
}

.justify-between {
	justify-content: space-between;
}

.bg_main {
	background: #c8f27c;
}

.bg_main_6 {
	background: #bbadff;
}

.bg_main_9 {
	background: #3bbb67;
}

.bg_main_2 {
	background: #171717;
}

.bg_main_10 {
	background: #3bbb67;
}

.bg_13 {
	background: #f4f4f4;
}

.bg_main_3 {
	background: #bbadff;
}

.bg_main_4 {
	background: #f3f1fb;
}

.bg_main_5 {
	background: #f9f3e5;
}

.bg_main_7 {
	background: #faf9f5;
}

.bg_main_8 {
	background: #fcf9f2;
}

.boder-right {
	border-right: 1px solid #e6e6e6;
}

.radius-10 {
	border-radius: 10px;
}

.radius-4 {
	border-radius: 4px;
}

.radius-58 {
	border-radius: 58px;
}

.color1 {
	color: #3a3b3e !important;
}

.radius-20 {
	border-radius: 20px;
}

.color_1 {
	color: #3a3b3e;
}

.color2 {
	color: #171717 !important;
}

a.color2 {
	color: #171717 !important;
}
a.color2:hover {
	color: #c8f27c;
}

.gradient {
	background: linear-gradient(40.04deg, #52da98 0%, #f8fab5 100%);
}

.gradient_2 {
	background-image: linear-gradient(40.04deg, #a7d22a 0%, #29f8eb 100%);
}

.gradient_3 {
	background-image: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0) 61.65%
	);
}

.right {
	text-align: right;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border: none;
	border-bottom: 2px solid #3a3b3e;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 24px;
	line-height: 40px;
	border-radius: 0;
	padding: 0 0 18px 0;
	width: 100%;
	background: transparent;
	color: #a0a3aa;
	font-family: "Space Grotesk", sans-serif;
}

button {
	outline: none;
	border: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
	color: #a0a3aa;
	font-family: "Space Grotesk", sans-serif;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
	position: fixed;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	text-align: center;
	z-index: 999;
	right: 14px;
	bottom: 23px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	overflow: hidden;
	background-color: #171717;
	border: 1px solid #fff;
}

#scroll-top.show {
	right: 15px;
	opacity: 1;
	visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#scroll-top:before {
	z-index: -1;
}

#scroll-top:after {
	content: "\f077";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

#scroll-top:hover {
	transform: translateY(-7%);
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
	overflow: hidden;
}

.preload-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99999999999;
	display: block;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.heading-preload {
	position: relative;
	letter-spacing: 5px;
	color: #a0a3aa;
	text-transform: uppercase;
	font-family: "Space Grotesk", sans-serif;
	font-size: 32px;
	line-height: 1.5;
	border-bottom: 2px solid #a0a3aa;
}
.heading-preload::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #171717;
	border-bottom: 2px solid #171717;
	animation: lod 2s linear infinite;
	overflow: hidden;
}

@keyframes lod {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.tf-section {
	z-index: 2;
	position: relative;
	padding: 100px 0;
	margin-bottom: 0 !important;
}
.tf-section.pb-98 {
	padding-bottom: 98px;
}
.tf-section.pd0 {
	padding: 0;
}
.tf-section.pt-80 {
	padding-top: 80px;
}
.tf-section.pb0 {
	padding-bottom: 0;
}
.tf-section.pt0 {
	padding-top: 0;
}
.tf-section.pt-120 {
	padding-top: 120px;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
	position: fixed;
	right: -290px;
	top: 150px;
	width: 290px;
	z-index: 99999999;
}

.switcher-container h2 {
	border-radius: 12px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	padding: 20px 28px 32px;
	background-color: #000000;
}

.switcher-container h2 a {
	background-color: #171717;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -50px;
	top: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	outline: 0;
	color: #fff;
	border-radius: 4px 0px 0px 4px;
}

.switcher__item {
	background-color: #000000;
	padding: 0 0 28px 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.bg-mode {
	background-color: #fff;
}

.inner-page.details .social_dark {
	display: none;
}
.inner-page.details .logo_dark {
	display: none;
}
.inner-page.details #header_main.is-fixed.is-fixed.is-small .logo_light {
	display: none !important;
}
.inner-page.details #header_main.is-fixed.is-fixed.is-small .logo_dark {
	display: block !important;
}

.list-socical li {
	display: flex;
	align-items: center;
}
.list-socical li a {
	display: flex;
	align-items: center;
}
.list-socical.light {
	display: flex;
}
.list-socical.dark {
	display: none;
}

.page-contact .social_dark {
	display: none;
}

.is_dark.inner-page.blog-page .tf-blog .post .tag:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.inner-page .tf-post .content .date .date::before {
	background-color: #fff;
}
.is_dark.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	.tag:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.inner-page.page-contact .tf-contact form fieldset textarea,
.is_dark.inner-page.page-contact .tf-contact form fieldset input {
	color: #fff !important;
}
.is_dark.inner-page.blog-page .tf-blog a.tf-button.style2:hover {
	color: #171717;
}
.is_dark .testimonials-btn.tf-testimonials .btn-slider .btn-testimonials {
	border-color: #a0a3aa;
}
.is_dark .testimonials-btn.tf-testimonials .btn-slider .btn-testimonials i {
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .side-bar .search-form input {
	color: #fff;
}
.is_dark.inner-page.blog-page
	.tf-blog
	.side-bar
	.search-form
	input::placeholder {
	color: #fff;
}
.is_dark.inner-page.page-contact .tf-contact .contact-box {
	background-color: #000;
}
.is_dark.inner-page.page-contact .tf-contact .contact-box .wrap li p {
	color: #a0a3aa;
}
.is_dark.inner-page.page-contact
	.tf-contact
	.contact-box
	.wrap
	li
	p:nth-child(1) {
	color: #fff;
}
.is_dark .page-contact .social_light {
	display: none;
}
.is_dark .page-contact .social_dark {
	display: flex;
}
.is_dark.inner-page.page-contact .tf-contact form select {
	color: #fff;
}
.is_dark.inner-page.page-contact .tf-contact form fieldset p {
	color: #fff;
}
.is_dark.inner-page.page-contact .tf-contact form .tf-button:hover {
	background-color: #fff;
}
.is_dark.inner-page.page-contact .tf-contact form .tf-button:hover span {
	color: #171717;
}
.is_dark .newsletter-box .icon svg path {
	fill: #fff;
}
.is_dark .newsletter-box form input {
	background-color: #000;
	border-color: #000;
}
.is_dark .comment-form fieldset textarea,
.is_dark .comment-form fieldset input {
	color: #a0a3aa;
}
.is_dark .comment-form fieldset textarea::placeholder,
.is_dark .comment-form fieldset input::placeholder {
	color: #a0a3aa;
}
.is_dark .comment-post .comment .icon-option svg path {
	fill: #fff;
}
.is_dark .comment-post .comment .action ul li svg path {
	stroke: #fff;
}
.is_dark.inner-page.blog-page.blog-post .tf-blog .content .date {
	color: #fff;
}
.is_dark.inner-page.blog-page.blog-post .tf-blog .content .date .date:before {
	background-color: #fff;
}
.is_dark.inner-page.blog-page.blog-post .tf-blog .post .title {
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .wrap-tag .list-tag li a {
	border: 1px solid #3a3b3e;
	background-color: #171717;
	color: #a0a3aa;
}
.is_dark.inner-page.blog-page .tf-blog .wrap-tag .list-tag li a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .post .quote-box {
	background-color: #000;
}
.is_dark.inner-page.blog-page .tf-blog .post .quote-box svg path {
	fill: #fff;
}
.is_dark .list-socical.light {
	display: none;
}
.is_dark .list-socical.dark {
	display: flex;
}
.is_dark.inner-page .panigation ul li a {
	border: 1px solid #3a3b3e;
}
.is_dark.inner-page .panigation ul li.active a {
	background: rgba(255, 255, 255, 0.1019607843);
}
.is_dark.inner-page.blog-page .tf-blog .post {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .list-category li {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .post-list {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .widget {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .widget .post {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .widget:last-child {
	border: none;
}
.is_dark.inner-page.blog-page .tf-blog .post-list .content ul.info li {
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .widget .list-tag li {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .list-category li .number {
	background-color: #000;
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .list-category li a {
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .list-category li a:hover {
	color: #5edda0;
}
.is_dark.inner-page.blog-page .tf-blog .list-category li svg path {
	fill: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .side-bar .search-form {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .side-bar .search-form button {
	background-color: #3a3b3e;
}
.is_dark.inner-page.blog-page
	.tf-blog
	.side-bar
	.search-form
	input::placeholder {
	color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .post .info ul li {
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .post .info ul li svg path {
	stroke: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .post .tag {
	color: #171717;
}
.is_dark.inner-page.team-details .bg-10 {
	background-color: #000;
}
.is_dark.inner-page .about-content {
	background-color: #000;
}
.is_dark.inner-page .list_item li {
	color: #fff;
}
.is_dark.inner-page .list_item li::before {
	background-color: #fff;
}
.is_dark.inner-page.project .flat-tabs .menu-tab li.active {
	background: #000;
	color: #fff;
}
.is_dark .page-title-inner.details .flex.inner ul li p {
	color: #a0a3aa;
}
.is_dark .page-title-inner.details .flex.inner ul li span {
	color: #fff;
}
.is_dark.inner-page .content-detail .box .content ul li p:nth-child(1) {
	color: #fff;
}
.is_dark.inner-page-themes {
	background-color: #171717;
}
.is_dark.inner-page-themes .color-main {
	color: #fff;
}
.is_dark.inner-page.pricing {
	background-color: #171717;
}
.is_dark.inner-page.pricing .wrap-accordion {
	background-color: #000;
}
.is_dark.inner-page.pricing .tf-compare {
	background-color: #000;
}
.is_dark.inner-page.pricing .tf-compare .left ul li p {
	color: #fff;
}
.is_dark.inner-page.pricing .tf-compare .left ul li span {
	color: #a0a3aa;
}
.is_dark.inner-page.pricing .tf-compare .right ul li span {
	color: #a0a3aa;
}
.is_dark.inner-page.pricing .color-main {
	color: #fff;
}
.is_dark.inner-page.pricing .pricing-wrap {
	background-color: #171717;
}
.is_dark.inner-page.pricing .pricing-wrap .billing {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.is_dark.inner-page.pricing .pricing-wrap ul li {
	color: #fff;
}
.is_dark.inner-page.pricing .pricing-wrap .wrap.row-3 .pricing-box-style2 {
	border: 2px solid rgba(255, 255, 255, 0.1019607843);
}
.is_dark.inner-page.pricing
	.pricing-wrap
	.wrap.row-3
	.pricing-box-style2:hover {
	border-color: #5edda0;
}
.is_dark.inner-page.pricing .pricing-box-style2 .heading {
	color: #fff;
}
.is_dark.inner-page.pricing .pricing-box-style2 ul {
	border-color: #3a3b3e;
}
.is_dark.inner-page.pricing .pricing-box-style2 ul li span {
	color: #fff;
}
.is_dark.inner-page.pricing .pricing-box-style2 ul li span.desc {
	color: #a0a3aa;
}
.is_dark.inner-page.pricing .pricing-box-style2 .btn {
	background: transparent;
	border: 1px solid #3a3b3e;
	border-radius: 1000px;
}
.is_dark.inner-page.pricing .pricing-box-style2 .btn::before,
.is_dark.inner-page.pricing .pricing-box-style2 .btn::after {
	display: none;
}
.is_dark.inner-page.pricing .pricing-box-style2 .btn span {
	color: #fff !important;
}
.is_dark.inner-page.pricing .pricing-box-style2:hover .btn,
.is_dark.inner-page.pricing .pricing-box-style2.active .btn {
	background: #5edda0;
	border: 1px solid #5edda0;
}
.is_dark.inner-page.pricing .pricing-box-style2:hover .btn span,
.is_dark.inner-page.pricing .pricing-box-style2.active .btn span {
	color: #171717 !important;
}
.is_dark.inner-page.details .page-title-inner p {
	color: #a0a3aa;
}
.is_dark.inner-page.details .bg-10 {
	background-color: #000;
}
.is_dark.inner-page.details .counter_wrapper {
	border-color: #3a3b3e;
}
.is_dark.inner-page.details .list li {
	color: #fff;
}
.is_dark.inner-page.details .list li::before {
	background-color: #fff;
}
.is_dark.inner-page.details .tf-button:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.inner-page.details .color-main {
	color: #fff;
}
.is_dark.inner-page.details .breadcrumb li a {
	color: #fff;
}
.is_dark.inner-page.details .breadcrumb li a::after {
	background-color: #fff;
}
.is_dark.inner-page.details .header-style2 #main-nav .menu li a {
	color: #fff;
}
.is_dark.inner-page.details .header-style2 #main-nav .menu li a::before {
	background-color: #fff;
}
.is_dark.inner-page.details .header-style2 #main-nav .menu li a .menu-text {
	text-shadow: 0 16px 0 #fff;
}
.is_dark.inner-page.details .social_dark {
	display: flex;
}
.is_dark.inner-page.details .social_light {
	display: none;
}
.is_dark.inner-page.details .logo_dark {
	display: block;
}
.is_dark.inner-page.details .logo_light {
	display: none;
}
.is_dark.inner-page.details .page-title-inner {
	background-color: #171717;
}
.is_dark .button.style-4 {
	border-color: #3a3b3e;
}
.is_dark .button.style-4 svg path {
	stroke: #fff;
}
.is_dark .button.style-4:hover span {
	color: #171717;
}
.is_dark .button.style-4:hover svg path {
	stroke: #171717;
}
.is_dark.inner-page .ic-light {
	display: none;
}
.is_dark.inner-page .ic-dark {
	display: block;
}
.is_dark.inner-page .wrap-service:before {
	background: #3a3b3e;
}
.is_dark.inner-page .service-box-style5 {
	border: 2px solid rgba(255, 255, 255, 0.1019607843);
	background: linear-gradient(
			0deg,
			rgba(24, 24, 24, 0.4),
			rgba(24, 24, 24, 0.4)
		),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.1),
			rgba(255, 255, 255, 0.1)
		);
}
.is_dark.inner-page .service-box-style5 .icon svg path {
	fill: #fff;
}
.is_dark.inner-page .service-box-style5:hover .icon svg path {
	fill: #5edda0;
}
.is_dark.inner-page.about-2 .service-wrapper .service-box-style7:hover {
	background: linear-gradient(0deg, #181818, #181818),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.1),
			rgba(255, 255, 255, 0.1)
		);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
.is_dark.inner-page.about-2
	.service-wrapper
	.service-box-style7:hover:hover
	.img
	svg
	path {
	fill: #5edda0;
}
.is_dark.inner-page.about-2
	.service-wrapper
	.service-box-style7:hover:hover
	.icon
	.ic
	svg
	path {
	stroke: #5edda0;
}
.is_dark.inner-page.about-2
	.service-wrapper
	.service-box-style7:hover
	.content
	.title {
	color: #fff;
}
.is_dark.inner-page.about-2 .testimonials-box-style5 {
	border: 1px solid #3a3b3e;
	background: transparent;
}
.is_dark.inner-page.about-2 .testimonials-box-style5 .content .position span,
.is_dark.inner-page.about-2 .testimonials-box-style5 .content .desc,
.is_dark.inner-page.about-2 .testimonials-box-style5 .content .title.white {
	color: #fff;
}
.is_dark.inner-page.about-2 .tf-section.bg-10,
.is_dark.inner-page.about-2 .tf-section.bg_main_2 {
	background-color: #000;
}
.is_dark.inner-page .tf-button.style2 {
	border-color: #fff;
	color: #fff;
}
.is_dark.inner-page .tf-button.style2:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.inner-page .service-wrapper .service-box-style7 {
	border: 2px solid rgba(255, 255, 255, 0.1019607843);
	background: linear-gradient(
			0deg,
			rgba(24, 24, 24, 0.4),
			rgba(24, 24, 24, 0.4)
		),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.1),
			rgba(255, 255, 255, 0.1)
		);
}
.is_dark.inner-page .service-wrapper .service-box-style7 .img svg path {
	fill: #fff;
}
.is_dark.inner-page .service-wrapper .service-box-style7:hover .img svg path {
	fill: #5edda0;
}
.is_dark .flat-accordion .flat-toggle .toggle-content p,
.is_dark .service-box-style7 .content p {
	color: #a0a3aa;
}
.is_dark .flat-accordion .flat-toggle .toggle-title .title,
.is_dark .team h5,
.is_dark .service-box-style7 .content .title,
.is_dark .counter_wrapper .box .content .box-couter .number-content,
.is_dark.inner-page .tf-title .title,
.is_dark.inner-page h4.title-inner,
.is_dark .tf-title-style4 h3.title {
	color: #fff;
}
.is_dark.inner-page .flat-accordion {
	background-color: transparent;
	border-color: #3a3b3e;
}
.is_dark.inner-page .flat-accordion .flat-toggle {
	border-color: #3a3b3e;
}
.is_dark .color_1 {
	color: #a0a3aa;
}
.is_dark .page-title-inner {
	background-color: #000;
}
.is_dark .bg-mode-2 {
	background-color: #000 !important;
}
.is_dark .bg-mode {
	background-color: #171717;
}
.is_dark .switcher__item {
	background-color: #fff;
}
.is_dark .switcher__item .switcher__title {
	color: #171717;
}

.switcher__btn {
	background-color: #2b2b2f;
	padding-right: 12px;
	margin-right: 12px;
}
.switcher__btn select {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	width: 100%;
	border: none;
	padding: 9px 10px;
	background: #2b2b2f;
	text-transform: capitalize;
	outline: none;
	cursor: pointer;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
	text-decoration: none;
}

.switcher-container h2 .setting {
	margin-top: -2px;
	-webkit-animation: rotating 1s infinite linear;
	animation: rotating 1s infinite linear;
}

.switcher-container h3 {
	color: #a0a3aa;
	margin: 0;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 32px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
}

.switcher-container .selector-box {
	color: #fff;
	overflow: hidden;
}

.switcher-container .layout-switcher {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
	float: left;
	display: block;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	padding: 10px 20px;
	margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
	margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
	color: #fff;
	cursor: pointer;
}

.switcher-container .color-box {
	height: auto;
	overflow: hidden;
	margin-bottom: 6px;
}

.switcher-container .styleswitch {
	margin-bottom: 10px;
}

.sw-odd .dark_mode {
	display: none;
}

.switcher-container h2 .setting.setting_light {
	display: block;
}
.switcher-container h2 .setting.setting_dark {
	display: none;
}

.is_light .sw-odd .light_mode {
	display: block;
}
.is_light .sw-odd .dark_mode {
	display: none;
}
.is_light .switcher-container h2 .setting.setting_light {
	display: block;
}
.is_light .switcher-container h2 .setting.setting_dark {
	display: none;
}

.is_dark.home10 #footer.style2 .cta textarea,
.is_dark.home10 #footer.style2 .cta input,
.is_dark #footer.style2 .cta textarea,
.is_dark #footer.style2 .cta input {
	color: #a0a3aa;
}
.is_dark.home10 .sw-odd,
.is_dark .sw-odd {
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	background: #ffffff;
}
.is_dark.home10 .sw-odd .light_mode,
.is_dark .sw-odd .light_mode {
	display: none;
}
.is_dark.home10 .sw-odd .dark_mode,
.is_dark .sw-odd .dark_mode {
	display: block;
}
.is_dark.home10 .sw-odd h3,
.is_dark .sw-odd h3 {
	color: #171717 !important;
}
.is_dark.home10 .sw-odd h3 span,
.is_dark .sw-odd h3 span {
	color: #171717;
}
.is_dark.home10 .sw-odd .ws-colors a,
.is_dark .sw-odd .ws-colors a {
	background-color: transparent;
	border: 1px solid #e6e6e6;
	color: #171717;
}
.is_dark.home10 .sw-odd .ws-colors a.is_active,
.is_dark .sw-odd .ws-colors a.is_active {
	background-color: #171717;
	color: #fff;
}
.is_dark.home10 .switcher-container h2 a,
.is_dark .switcher-container h2 a {
	background-color: #fff;
}
.is_dark.home10 .switcher-container h2,
.is_dark .switcher-container h2 {
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	background: #ffffff;
	color: #171717 !important;
}
.is_dark.home10 .switcher-container h2 .setting.setting_light,
.is_dark .switcher-container h2 .setting.setting_light {
	display: none;
}
.is_dark.home10 .switcher-container h2 .setting.setting_dark,
.is_dark .switcher-container h2 .setting.setting_dark {
	display: block;
}

.sw-odd {
	background-color: #000000;
	padding: 0 0 28px 28px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0 0 0 12px;
}
.sw-odd span {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	padding-left: 3px;
}
.sw-odd h3 {
	display: flex;
}

.sw-even {
	background-color: #202020;
	padding: 20px 0 20px 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sw-even a {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 26px 10px 27px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #14a077;
	border: 1px solid #14a077;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 30px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sw-odd .ws-colors a {
	padding: 0;
	width: 136px;
	height: 48px;
	background-color: #3a3b3e;
	border-radius: 4px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}
.sw-odd .ws-colors a.is_active {
	background-color: #fff;
	color: #171717;
}

.sw-odd #color2 {
	background-color: #8b91dd;
}

.sw-odd #color3 {
	background-color: #fb236a;
}

.sw-odd #color4 {
	background-color: #1967d2;
}

.sw-odd #color5 {
	background-color: #059669;
}

.sw-odd #color6 {
	background-color: #3c65f5;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* @Keyframe */
@keyframes rotating {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.themes-bg {
	background-color: #fff;
}

.themes-color h1,
.themes-color h2,
.themes-color h3,
.themes-color h4,
.themes-color h5.h6 {
	color: #171717;
}

.themes-bg .tf-title .sub-title.white,
.themes-bg .sub-title,
.themes-bg h6 {
	color: #171717;
}
.themes-bg .swiper-pagination span {
	background: transparent;
	border-color: #171717;
}
.themes-bg .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #171717;
}
.themes-bg .swiper-pagination span::after {
	border-color: #171717;
}

.show-dark,
.swiper-dark,
.social-dark,
.logo-dark {
	display: none;
}

.home4 .tf-title-style4 .sub-title {
	color: #3c60dc !important;
}

img.light {
	display: block;
}

img.dark {
	display: none;
}

.is_dark.inner-page .tf-button.hover-dark:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.inner-page.blog-page .tf-blog .post .list-socical li a {
	border-color: #3a3b3e;
}
.is_dark.inner-page.blog-page .tf-blog .post .list-socical li a span {
	color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .post .list-socical li a span::before {
	background-color: #fff;
}
.is_dark.inner-page.blog-page .tf-blog .post .list-socical.dark {
	display: flex;
}
.is_dark.inner-page.blog-page .tf-blog .post .list-socical.light {
	display: none;
}
.is_dark.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	p {
	color: #a0a3aa;
}
.is_dark.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	p
	a {
	color: #fff;
}
.is_dark.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	p
	a:hover {
	color: #5edda0;
}
.is_dark.inner-page.blog-page.grid
	.flat-tabs
	.content-inner
	.row-3
	.tf-post
	.content
	.title {
	color: #fff;
}
.is_dark .button-style.style3 .btn-main {
	border-color: transparent;
}
.is_dark .service-box-style4 .icon svg path {
	stroke: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.button-style
	.btn-main {
	border-color: transparent;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.button-style
	.btn-absolute {
	background-color: #fff;
}
.is_dark .service-box-style5 .content .title {
	color: #fff;
}
.is_dark .feature-box .content .title {
	color: #fff;
}
.is_dark.home22 .flat-tabs .menu-tab li {
	color: #a0a3aa;
}
.is_dark.home22 .flat-tabs .menu-tab li.active {
	color: #fff;
}
.is_dark.home22 .flat-tabs .menu-tab li.active span {
	border-color: #fff;
}
.is_dark #side-bar-dashboard .info .bootom {
	color: #a0a3aa;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	button:hover
	span {
	color: #171717;
}
.is_dark
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	.tf-button:hover {
	background-color: #fff;
	color: #171717;
	border-color: #fff;
}
.is_dark .page-title.style5 .content-box .content .title,
.is_dark .page-title.style3 .content-box .content .title {
	color: #fff;
}
.is_dark .header-style2.dark--white #main-nav .menu li a .menu-text {
	text-shadow: 0 16px 0 #fff;
}
.is_dark .page-title.style11 .content-box .content .title,
.is_dark .page-title.style4 .content-box .content .title {
	color: #fff;
}
.is_dark.home17 .header {
	background-color: #171717;
}
.is_dark.home17 .header #site-header-inner .tf-button.bg_9:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.tf-button:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.home12
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content-outter {
	background: rgba(255, 255, 255, 0.3019607843);
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content {
	background-color: #3bbb67;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box {
	border: none;
}
.is_dark.home12 .article-dashboard .body-dashboard .section-inner#Service .box {
	background-color: transparent !important;
	border-color: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box:hover {
	background-color: #242627 !important;
	border-color: #242627 !important;
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box {
	border: none;
	background-color: transparent !important;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.content-inner
	.box:hover {
	background-color: transparent;
}
.is_dark.home12 .article-dashboard .body-dashboard .section-inner .pricing-box {
	border-color: rgba(255, 255, 255, 0.1);
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.time {
	color: #a0a3aa !important;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover,
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.active {
	background-color: #232323 !important;
	border-color: #3bbb67;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	h5,
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.active
	h5 {
	color: #fff !important;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	.link,
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.active
	.link {
	background-color: #3bbb67;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	.time,
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.active
	.time {
	color: #fff !important;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	.time
	span,
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.active
	.time
	span {
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	ul
	li
	span,
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.active
	ul
	li
	span {
	color: #fff !important;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.link {
	border-color: #3bbb67;
}
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input,
.is_dark.home12
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea {
	background-color: transparent !important;
}
.is_dark img.light {
	display: none;
}
.is_dark img.dark {
	display: block;
}
.is_dark.home4 .about-box .content h5 {
	color: #fff;
}
.is_dark.home4 .button.style2 svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark.home4 .button.style2:hover {
	background-color: #fff !important;
	color: #171717 !important;
}
.is_dark.home4 .button.style2:hover svg path {
	stroke: #171717;
}
.is_dark.home3 .tf-post .content .date .date::before {
	background-color: #fff;
}
.is_dark.home3 .title.color-main {
	color: #fff;
}
.is_dark.home13 {
	background-color: #000;
}
.is_dark.home13 #side-bar-dashboard .info .tf-button {
	border: 2px solid #ee37b4;
	padding: 9px 24px;
}
.is_dark.home13 #side-bar-dashboard .info .tf-button:hover {
	border: 2px solid #fff;
}
.is_dark.home13 .dark.social {
	display: flex;
}
.is_dark.home13 .light.social {
	display: none;
}
.is_dark.home13 .article-dashboard .menu-dashboard ul.style2 {
	background-color: #171717;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content {
	background-color: #fff;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard.style2
	.section-inner
	.wrapper_service
	.box {
	border-color: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.is_dark.home13 .progress-content-outter {
	background-color: #a0a3aa;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard.style2
	.section-inner
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content,
.is_dark.home13 .article-dashboard .body-dashboard.style2 .sub-title,
.is_dark.home13 .article-dashboard .menu-dashboard ul.style2 li a {
	color: #fff !important;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box
	p {
	color: #a0a3aa !important;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box:hover
	h5 {
	color: #ee37b4 !important;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box:hover
	p,
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box
	p {
	color: #a0a3aa !important;
}
.is_dark.home13 #side-bar-dashboard .info ul.list li {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
.is_dark.home13 #side-bar-dashboard .info ul.list li.dark {
	display: flex;
}
.is_dark.home13 #side-bar-dashboard .info ul.list li.dark li {
	margin: 0;
}
.is_dark.home13 #side-bar-dashboard .info ul.list li.dark a {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.is_dark.home13 #side-bar-dashboard .info ul.list li.light {
	display: none;
}
.is_dark.home13 #side-bar-dashboard .info .name,
.is_dark.home13
	.article-dashboard
	.body-dashboard.style2
	.section-inner
	.flat-tabs-inner
	.menu-tab-inner
	li.active
	span {
	color: #fff;
}
.is_dark.home13 .article-dashboard {
	border-color: transparent;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	.time {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.is_dark.home13
	.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box.active,
.is_dark.home13
	.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box:hover {
	background-color: #000;
	border-color: transparent;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box.active
	.link,
.is_dark.home13
	.article-dashboard
	.body-dashboard.style2
	.section-inner
	.pricing-box:hover
	.link {
	background: #ee37b4;
	border-color: #ee37b4;
	color: #fff;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box.active
	ul
	li
	span,
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	ul
	li
	span,
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	h5,
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	.time {
	color: #fff !important;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea,
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input {
	border-color: rgba(255, 255, 255, 0.1019607843) !important;
	background-color: transparent !important;
}
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea:focus,
.is_dark.home13
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input:focus {
	border-color: #fff !important;
}
.is_dark.home25 {
	background-color: #171717;
}
.is_dark.home25 .tf-project .box .content .position {
	background-color: #fff;
	color: #171717;
}
.is_dark.home25 .tf-project .box .content h3,
.is_dark.home25 .page-title.style15 .content-box ul li p:nth-child(2),
.is_dark.home25 .page-title.style15 .content-box .content .title,
.is_dark.home25 .page-title.style15 .content-box .content h5 {
	color: #fff;
}
.is_dark.home25 .page-title.style15 .content-box .content .sub-title {
	color: #a0a3aa;
}
.is_dark.home24 {
	background-color: #171717;
}
.is_dark.home24 .page-title.style14 .content-box .info h5,
.is_dark.home24 .page-title.style14 .content-box .info .mail_to,
.is_dark.home24 .page-title.style14 .content-box .content .sub-title,
.is_dark.home24 .page-title.style14 .content-box .info .social li a,
.is_dark.home24 .page-title.style14 .content-box .content .title {
	color: #fff;
}
.is_dark.home24 .page-title.style14 .content-box .info .social li a {
	border-color: #a0a3aa;
}
.is_dark.home24 .page-title.style14 .content-box .info .social li a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #171717;
}
.is_dark.home24 .header #main-nav .menu li a {
	color: #fff;
}
.is_dark.home24 .header #main-nav .menu li.menu-item-has-children > a::after {
	color: #fff;
}
.is_dark.home24 .header #main-nav .menu li.menu-item-has-children > a::before {
	background-color: #fff;
}
.is_dark.home23 {
	background-color: #171717;
}
.is_dark.home23 #footer .footer-content .copyright {
	color: #a0a3aa !important;
}
.is_dark.home23 .flat-tabs .menu-tab li span,
.is_dark.home23 .page-title.style13 .content-box .content .sub-title,
.is_dark.home23 .page-title.style13 .content-box .content h5,
.is_dark.home23 .page-title.style13 .content-box .content .title {
	color: #fff;
}
.is_dark.home23 .flat-tabs .menu-tab li:hover,
.is_dark.home23 .flat-tabs .menu-tab li.active {
	background-color: #fff;
}
.is_dark.home23 .flat-tabs .menu-tab li:hover span,
.is_dark.home23 .flat-tabs .menu-tab li.active span {
	color: #171717;
}
.is_dark.home23 .flat-tabs,
.is_dark.home23 .flat-tabs .content-tab,
.is_dark.home23 .flat-tabs .menu-tab li,
.is_dark.home23 .header,
.is_dark.home23 .page-title.style13 {
	border-color: #a0a3aa;
}
.is_dark.home23 .header #main-nav .menu li a {
	color: #fff;
}
.is_dark.home23 .header #main-nav .menu li.menu-item-has-children > a::after {
	color: #fff;
}
.is_dark.home23 .header #main-nav .menu li.menu-item-has-children > a::before {
	background-color: #fff;
}
.is_dark.home22 {
	background-color: #171717;
}
.is_dark.home22 #footer .footer-contact p {
	color: #a0a3aa;
}
.is_dark.home22 #footer .footer-contact a {
	color: #fff;
}
.is_dark.home22 #footer textarea,
.is_dark.home22 #footer input {
	border-color: #fff;
	color: #fff !important;
}
.is_dark.home22 #footer textarea::placeholder,
.is_dark.home22 #footer input::placeholder {
	color: #a0a3aa !important;
}
.is_dark.home22 .wapper_service .box .image img {
	display: none;
}
.is_dark.home22 .wapper_service .box .image img.img_dark {
	display: block;
}
.is_dark.home22 .tf-brand .desc,
.is_dark.home22 .tf-testimonial .testimonials-box .inner .content h5,
.is_dark.home22 .tf-testimonial .testimonials-box h4,
.is_dark.home22 .flat-tabs .content-tab .content-inner .box .content h5,
.is_dark.home22 .wapper_service .box h5,
.is_dark.home22 .counter_wrapper .box .content .box-couter .number-content,
.is_dark.home22 .page-title.style12 .content-box .content .title,
.is_dark.home22 .page-title.style12 .content-box .content .sub-title,
.is_dark.home22 .page-title.style12 .content-box .content h5,
.is_dark.home22 h1,
.is_dark.home22 h2,
.is_dark.home22 h3,
.is_dark.home22 h4,
.is_dark.home22 h5 {
	color: #fff;
}
.is_dark.home22 .tf-testimonial .btn-testimonials {
	border-color: #fff;
}
.is_dark.home22 .tf-testimonial .btn-testimonials i {
	color: #fff;
}
.is_dark.home22 .tf-testimonial .testimonials-box .inner .content p,
.is_dark.home22 .counter_wrapper .box .content .desc,
.is_dark.home22 .page-title.style12 .content-box .content .desc {
	color: #a0a3aa;
}
.is_dark.home22 #footer .footer-content .copyright,
.is_dark.home22 .color1 {
	color: #a0a3aa !important;
}
.is_dark.home22 .button-style .btn-absolute {
	background-color: #fff;
}
.is_dark.home22 .button-style .btn-main {
	border: none !important;
}
.is_dark.home19 {
	background-color: #171717;
}
.is_dark.home19 #contact .tf-button {
	border-color: #3bbb67;
	background-color: #3bbb67;
	color: #fff;
}
.is_dark.home19 #contact .tf-button:hover {
	background-color: #fff;
	color: #171717;
	border-color: #fff;
}
.is_dark.home19 .contact-inner {
	background-color: #171717;
	border-color: #fff;
}
.is_dark.home19 .tf-section .pricing-box {
	background-color: #171717;
	border-color: #fff;
}
.is_dark.home19 .tf-section .pricing-box::before {
	background-color: #fff;
}
.is_dark.home19 .tf-section .pricing-box .time span,
.is_dark.home19 .tf-section .pricing-box h5 {
	color: #fff;
}
.is_dark.home19 .tf-section .pricing-box ul {
	border-color: #fff;
}
.is_dark.home19 .tf-section .pricing-box ul li span {
	color: #a0a3aa;
}
.is_dark.home19 .tf-section .pricing-box .link {
	border-color: #fff;
	color: #fff;
}
.is_dark.home19 .tf-section .pricing-box:hover,
.is_dark.home19 .tf-section .pricing-box.active {
	background-color: #3bbb67;
}
.is_dark.home19 .tf-section .pricing-box:hover ul li span,
.is_dark.home19 .tf-section .pricing-box.active ul li span {
	color: #fff;
}
.is_dark.home19 .tf-section .pricing-box:hover .link,
.is_dark.home19 .tf-section .pricing-box.active .link {
	border-color: #171717;
}
.is_dark.home19 .swiper-pagination.style2 span {
	background-color: #fff !important;
}
.is_dark.home19 .swiper-pagination.style2 span::after {
	border-color: #fff;
}
.is_dark.home19 .wrapper_portfolio .box .image .button {
	background-color: #3bbb67;
	color: #fff;
}
.is_dark.home19 .wrapper_portfolio .box .image .button:hover {
	background-color: #fff;
	color: #171717;
}
.is_dark.home19 .wrapper_service .box {
	background-color: #171717;
	border-color: #fff;
}
.is_dark.home19 .wrapper_service .box::before {
	background-color: #fff;
}
.is_dark.home19 .wrapper_service .box h5,
.is_dark.home19 .wrapper_service .box p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark.home19 .wrapper_service .box.active,
.is_dark.home19 .wrapper_service .box:hover {
	background-color: #3bbb67;
}
.is_dark.home19 .wrapper_service .box.active h5,
.is_dark.home19 .wrapper_service .box.active p,
.is_dark.home19 .wrapper_service .box:hover h5,
.is_dark.home19 .wrapper_service .box:hover p {
	color: #171717 !important;
}
.is_dark.home19 .list_contact > li p:nth-child(2),
.is_dark.home19 .tf-brand .desc,
.is_dark.home19 .testimonials-box .sub,
.is_dark.home19 .testimonials-box .inner .content h5,
.is_dark.home19 .wrapper_portfolio .box .content h5,
.is_dark.home19 .wrapper_service .box h5,
.is_dark.home19 .wrapper_service .box p,
.is_dark.home19 .my_skill_box .content-progress-box .progress-title-holder span,
.is_dark.home19 .my_skill .title,
.is_dark.home19 .resume-wrap .box ul li h5,
.is_dark.home19 .resume-wrap .box h4,
.is_dark.home19 .tf-title .title,
.is_dark.home19 .number-content {
	color: #fff !important;
}
.is_dark.home19 .resume-wrap .box ul li::before {
	background-color: #171717;
	border-color: #fff;
}
.is_dark.home19 .testimonials-box {
	background-color: #171717;
	border-color: #fff;
}
.is_dark.home19 .testimonials-box::before {
	background-color: #fff;
}
.is_dark.home19 .my_skill_box .content-progress-box .progress-content-outter,
.is_dark.home19 .resume-wrap .box ul::before {
	background-color: #fff;
}
.is_dark.home19 .resume-wrap .box ul li h5 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark.home19 .resume-wrap .box ul li.active h5,
.is_dark.home19 .resume-wrap .box ul li:hover h5 {
	color: #3bbb67 !important;
}
.is_dark.home19 p {
	color: #a0a3aa !important;
}
.is_dark.home19 .header #main-nav .menu li a {
	color: #fff;
}
.is_dark.home19 .page-title.style11 {
	background: linear-gradient(
		8.36deg,
		rgba(45, 37, 4, 0) 5.56%,
		#352b00 93.18%
	);
}
.is_dark.home19
	.page-title.style11
	.content-box
	.content
	.button-wrapper
	.button-style
	.btn-main {
	background-color: #3bbb67;
}
.is_dark.home19
	.page-title.style11
	.content-box
	.content
	.button-wrapper
	.button-style
	.btn-absolute {
	background-color: #fff;
}
.is_dark.home19 .page-title.style11 .content-box .image-box .box .content {
	background-color: #171717;
	border-color: #fff;
	box-shadow: 6px 6px 0px #fff;
}
.is_dark.home19
	.page-title.style11
	.content-box
	.image-box
	.box
	.content::before {
	display: none;
}
.is_dark.home19
	.page-title.style11
	.content-box
	.image-box
	.box
	.content
	.number-content,
.is_dark.home19
	.page-title.style11
	.content-box
	.image-box
	.box
	.content
	.desc {
	color: #fff !important;
}
.is_dark.home19 .page-title.style11 .content-box .content .sub-title {
	color: #fff !important;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2 {
	border-color: #3a3b3e;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2
	.icon
	svg
	path {
	fill: #fff;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#services
	.wrapper_service
	.box-style2:hover {
	box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.1019607843);
	background-color: #000000;
}
.is_dark.home18 #footer ul li a {
	color: #a0a3aa;
}
.is_dark.home18 .dashboard-style2 .article-dashboard {
	background: #171717;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	color: #fff;
}
.is_dark.home18 .dashboard-style2 .article-dashboard .body-dashboard {
	background: #171717;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner {
	border-color: #3a3b3e;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	p {
	color: #fff !important;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	select {
	color: #fff;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea,
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input {
	color: #fff !important;
	border-color: #a0a3aa !important;
	background-color: transparent !important;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea::placeholder,
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input::placeholder {
	color: #3a3b3e;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea:focus,
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input:focus {
	border-color: #fff !important;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style {
	color: #fff !important;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li
	p:nth-child(2),
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.title
	span {
	color: #fff !important;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content {
	background-color: #fff;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box-style2 {
	border-color: #3a3b3e;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box-style2
	.icon
	svg
	path {
	fill: #fff;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box-style2:hover {
	background-color: #000000;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner {
	border-color: rgba(255, 255, 255, 0.1);
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div {
	border-color: #fff;
}
.is_dark.home18
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div:hover::before {
	border-color: #fff;
}
.is_dark.home17 {
	background: #171717;
}
.is_dark.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .social {
	display: none;
}
.is_dark.home17
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.social.dark {
	display: flex;
}
.is_dark.home17
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.social.dark
	li
	a {
	height: 60px;
	width: 60px;
}
.is_dark.home17
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.info_contact
	li
	a,
.is_dark.home17
	.dashboard-style2
	#side-bar-dashboard
	.info-style2
	.info_contact
	li
	span {
	color: #fff;
}
.is_dark.home17 .dashboard-style2 #side-bar-dashboard .info-style2 .name {
	color: #fff;
}
.is_dark.home17 .swiper-light {
	display: none;
}
.is_dark.home17 .swiper-dark {
	display: flex;
}
.is_dark.home17 .dashboard-style2 .article-dashboard {
	background-color: #171717;
}
.is_dark.home17 .dashboard-style2 .article-dashboard .body-dashboard {
	background-color: #171717;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner {
	border-color: rgba(255, 255, 255, 0.2);
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box-style2 {
	border-color: rgba(230, 230, 230, 0.1);
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box-style2:hover,
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.wrapper_service
	.box-style2
	.active {
	border-color: #ffd84f;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style {
	color: #fff !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sub-title-style
	span {
	color: #ffd84f;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content-outter {
	background-color: rgba(255, 255, 255, 0.2);
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner {
	border-color: rgba(255, 255, 255, 0.2);
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	> div::before {
	background: #171717;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	div
	p {
	color: #fff !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	div
	p.date {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #a0a3aa !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.resume-box
	.box
	.inner
	div:hover
	p.date {
	color: #ffd84f !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea,
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input {
	border-color: rgba(230, 230, 230, 0.1) !important;
	background-color: transparent;
	color: #fff !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	textarea::placeholder,
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	fieldset
	input::placeholder {
	color: #a0a3aa !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li {
	border-color: rgba(255, 255, 255, 0.2);
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li
	p {
	color: #fff !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials {
	border-color: #ffd84f !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials
	i {
	color: #ffd84f !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.swiper-button-disabled {
	border-color: #fff !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials.swiper-button-disabled
	i {
	color: #fff !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.inner
	.content
	p
	span {
	color: #ffd84f;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box
	.sub {
	color: #fff !important;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li {
	color: #a0a3aa;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.content
	ul
	li
	span {
	color: #fff;
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.slider {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.is_dark.home17
	.dashboard-style2
	.article-dashboard
	.body-dashboard
	.section-inner.page
	.slider
	p {
	color: #fff !important;
}
.is_dark.home17 .header #site-header-inner .tf-button::after {
	background: url(./../../assets/images/backgroup/bg_button.png) center right
		no-repeat;
}
.is_dark.home17 #main-nav .menu li.menu-item.current-menu-item > a::before {
	background-color: #fff;
}
.is_dark.home17
	.header-style2
	#main-nav
	.menu
	li.menu-item-has-children
	> a::after,
.is_dark.home17 .header-style2 #main-nav .menu li a {
	color: #fff;
}
.is_dark.home16 {
	background: url(./../../assets/images/backgroup/bg_body_16.png) center
		center no-repeat;
	background-size: cover;
}
.is_dark.home16 .page-title.style10 .content-box .content {
	background: url("./../../assets/images/backgroup/bg_content.png") center
		center no-repeat;
	background-size: cover;
}
.is_dark.home16 .project-wrapper .project-box {
	border: 1px solid #191e3c;
}
.is_dark.home16 .bg_pricing {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
	z-index: -1;
}
.is_dark.home16 .service-box-style6 .content {
	background: radial-gradient(
		50% 50% at 22.8% 0%,
		rgba(255, 255, 255, 0.12) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	backdrop-filter: blur(6px);
	border: 1px solid #191e3c;
}
.is_dark.home16 .service-box-style6 .icon::after {
	background: linear-gradient(
			90deg,
			rgba(0, 159, 255, 0.3) 18.23%,
			rgba(203, 86, 128, 0.3) 100%
		),
		#000727;
}
.is_dark.home16 #footer.style2 .social.dark {
	display: flex;
}
.is_dark.home16 #footer.style2 .social.light {
	display: none;
}
.is_dark.home16 #footer.style2 .footer-left p {
	color: #e6e6e6;
}
.is_dark.home16 #footer.style2 {
	background: radial-gradient(
		63.94% 63.94% at 50% 0%,
		rgba(255, 255, 255, 0.12) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	backdrop-filter: blur(6px);
}
.is_dark.home16 .pricing-box-style3 .btn {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.is_dark.home16 .pricing-box-style3:hover .btn span,
.is_dark.home16 .pricing-box-style3.active .btn span {
	color: #171717 !important;
}
.is_dark.home16 .tf-cta .cta-wrapper {
	background-color: transparent;
	background: radial-gradient(
		63.94% 63.94% at 50% 0%,
		rgba(255, 255, 255, 0.12) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	border: 1px solid;
	border-image-source: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.12) 0%,
			rgba(255, 255, 255, 0) 74.04%
		),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.08),
			rgba(255, 255, 255, 0.08)
		);
}
.is_dark.home16 .testimonials-box .info .content .desc,
.is_dark.home16 .pricing-box-style3 .desc,
.is_dark.home16 .page-title.style10 .content-box .content .sub-title {
	color: #a0a3aa;
}
.is_dark.home16 p.color1 {
	color: #a0a3aa !important;
}
.is_dark.home16 .testimonials-box .info .content .name,
.is_dark.home16 .pricing-box-style3 .btn span {
	color: #fff !important;
}
.is_dark.home16 .about-list p,
.is_dark.home16 #footer.style2 .footer-contact p,
.is_dark.home16 .testimonials-box .sub,
.is_dark.home16 .pricing-box-style3.active .desc,
.is_dark.home16 .pricing-box-style3:hover .desc,
.is_dark.home16 .pricing-box-style3 ul li span,
.is_dark.home16 .pricing-box-style3 .price,
.is_dark.home16 .project-wrapper .project-box .content .title,
.is_dark.home16 .counter_wrapper .box .content .box-couter .number-content,
.is_dark.home16 .tf-counters .text,
.is_dark.home16 .page-title.style10 .content-box .content .title,
.is_dark.home16 h1,
.is_dark.home16 h2,
.is_dark.home16 h3,
.is_dark.home16 h4,
.is_dark.home16 h5 {
	color: #fff;
}
.is_dark.home16 .header #site-header-inner .tf-button::after {
	background: url(./../../assets/images/backgroup/bg_button.png) center right
		no-repeat;
}
.is_dark.home16 #main-nav .menu li.menu-item.current-menu-item > a::before {
	background-color: #fff;
}
.is_dark.home16
	.header-style2
	#main-nav
	.menu
	li.menu-item-has-children
	> a::after,
.is_dark.home16 .header-style2 #main-nav .menu li a {
	color: #fff;
}
.is_dark.home16 .header #site-header-inner .tf-button {
	color: #fff;
}
.is_dark.home14 .resume-wrap .box h4 {
	color: #fff;
}
.is_dark.home14 .resume-wrap .box ul li::before {
	background: #0b0c19;
}
.is_dark.home14 .testimonials-box,
.is_dark.home14 .tf-section.tf-project,
.is_dark.home14 .resume-wrap .box {
	background: #0b0c19;
}
.is_dark.home14 .color1 {
	color: #a0a3aa !important;
}
.is_dark.home14 .testimonials-box .info .content .desc,
.is_dark.home14 p {
	color: #a0a3aa;
}
.is_dark.home14 .flat-tabs .menu-tab li {
	color: #a0a3aa;
}
.is_dark.home14 .what_i_do_wrap .box p,
.is_dark.home14 .sub.color1,
.is_dark.home14 .name.color2 {
	color: #fff !important;
}
.is_dark.home14 .testimonials-box .info .content .name,
.is_dark.home14 .flat-tabs .menu-tab li.active,
.is_dark.home14 .resume-wrap .box ul li h5,
.is_dark.home14 .resume-wrap .box ul li .desc,
.is_dark.home14 .tf-about .info li p,
.is_dark.home14 .tf-about .info li h5,
.is_dark.home14 .tf-about .counter_wrapper .box .content .desc,
.is_dark.home14
	.tf-about
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content,
.is_dark.home14 h1,
.is_dark.home14 h2,
.is_dark.home14 h3,
.is_dark.home14 h4,
.is_dark.home14 h5,
.is_dark.home14 h6 {
	color: #fff;
}
.is_dark.home14 .bg_themes {
	background: #1a1b2a;
}
.is_dark .list-service li {
	border-color: rgba(255, 255, 255, 0.2) !important;
}
.is_dark .list-service li:hover,
.is_dark .list-service li.active .heading a {
	color: #c8f27c;
}
.is_dark .list-service li:hover::before,
.is_dark .list-service li.active .heading a::before {
	background-color: #c8f27c;
}
.is_dark .project-box-style4 .content a svg path {
	fill: #c8f27c;
}
.is_dark .experience-content .box:hover .content::before,
.is_dark .experience-content .box.active .content::before {
	background-color: #fff !important;
}
.is_dark .experience-content .box:hover .date,
.is_dark .experience-content .box.active .date {
	color: #c8f27c !important;
}
.is_dark .counter_wrapper.style5 .box .content .icon {
	background: rgba(255, 255, 255, 0.12);
}
.is_dark .page-title.style7 .content-box .image-box .box {
	background-color: #c8f27c;
}
.is_dark .page-title.style7 .content-box .image-box .box p {
	color: #171717 !important;
}
.is_dark.home10 .counter_wrapper.style5 .box .content .desc {
	color: #fff !important;
}
.is_dark .testimonials-box-style4 {
	border-color: #3a3b3e !important;
}
.is_dark.home10 #footer {
	background-color: #171717;
}
.is_dark.home10 #footer textarea,
.is_dark.home10 #footer input[type="text"],
.is_dark.home10 #footer input[type="password"],
.is_dark.home10 #footer input[type="datetime"],
.is_dark.home10 #footer input[type="datetime-local"],
.is_dark.home10 #footer input[type="date"],
.is_dark.home10 #footer input[type="month"],
.is_dark.home10 #footer input[type="time"],
.is_dark.home10 #footer input[type="week"],
.is_dark.home10 #footer input[type="number"],
.is_dark.home10 #footer input[type="email"],
.is_dark.home10 #footer input[type="url"],
.is_dark.home10 #footer input[type="search"],
.is_dark.home10 #footer input[type="tel"],
.is_dark.home10 #footer input[type="color"] {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.is_dark.home10 #footer textarea::placeholder,
.is_dark.home10 #footer input[type="text"]::placeholder,
.is_dark.home10 #footer input[type="password"]::placeholder,
.is_dark.home10 #footer input[type="datetime"]::placeholder,
.is_dark.home10 #footer input[type="datetime-local"]::placeholder,
.is_dark.home10 #footer input[type="date"]::placeholder,
.is_dark.home10 #footer input[type="month"]::placeholder,
.is_dark.home10 #footer input[type="time"]::placeholder,
.is_dark.home10 #footer input[type="week"]::placeholder,
.is_dark.home10 #footer input[type="number"]::placeholder,
.is_dark.home10 #footer input[type="email"]::placeholder,
.is_dark.home10 #footer input[type="url"]::placeholder,
.is_dark.home10 #footer input[type="search"]::placeholder,
.is_dark.home10 #footer input[type="tel"]::placeholder,
.is_dark.home10 #footer input[type="color"]::placeholder {
	color: #3a3b3e;
}
.is_dark.home10 #footer textarea:focus,
.is_dark.home10 #footer input[type="text"]:focus,
.is_dark.home10 #footer input[type="password"]:focus,
.is_dark.home10 #footer input[type="datetime"]:focus,
.is_dark.home10 #footer input[type="datetime-local"]:focus,
.is_dark.home10 #footer input[type="date"]:focus,
.is_dark.home10 #footer input[type="month"]:focus,
.is_dark.home10 #footer input[type="time"]:focus,
.is_dark.home10 #footer input[type="week"]:focus,
.is_dark.home10 #footer input[type="number"]:focus,
.is_dark.home10 #footer input[type="email"]:focus,
.is_dark.home10 #footer input[type="url"]:focus,
.is_dark.home10 #footer input[type="search"]:focus,
.is_dark.home10 #footer input[type="tel"]:focus,
.is_dark.home10 #footer input[type="color"]:focus {
	border-color: #fff;
}
.is_dark.home10 #footer .footer-contact a {
	color: #fff;
}
.is_dark.home10 #footer .footer-content .copyright {
	color: #a0a3aa !important;
}
.is_dark.home10 .testimonials-box-style4 .content .desc,
.is_dark.home10 .list-service li .desc {
	color: #fff !important;
}
.is_dark.home10 .flat-tabs-style2 .menu-tab li.active::after {
	background-color: #c8f27c;
}
.is_dark.home10 .project-box-style4 {
	border-color: rgba(255, 255, 255, 0.1) !important;
}
.is_dark.home10 .project-box-style4 .image {
	border-color: rgba(255, 255, 255, 0.1) !important;
}
.is_dark.home10 h1,
.is_dark.home10 h2,
.is_dark.home10 h3,
.is_dark.home10 h4,
.is_dark.home10 h5,
.is_dark.home10 h6 {
	color: #fff !important;
}
.is_dark.home10 p {
	color: #a0a3aa !important;
}
.is_dark.home10 p.sub {
	color: #fff !important;
}
.is_dark .button-style.style6 .btn-main {
	background-color: #c8f27c !important;
	color: #171717 !important;
}
.is_dark .button-style.style6 .btn-main svg path {
	fill: #171717 !important;
}
.is_dark .page-title.style7 .content-box .content .title span {
	color: #fff;
}
.is_dark
	.page-title.style7
	.content-box
	.content
	.title.animationtext.clip
	.cd-words-wrapper::after {
	background-color: #c8f27c;
}
.is_dark.home10 {
	background-color: #171717;
}
.is_dark #footer.style2.black .cta {
	background-color: #000000;
}
.is_dark .testimonials-box-style3 {
	border-color: #3a3b3e;
	background-color: transparent;
}
.is_dark .testimonials-box-style3 .content .name a,
.is_dark .testimonials-box-style3 .content .desc {
	color: #fff !important;
}
.is_dark .flat-tabs-style2 .menu-tab li {
	border-color: #fff !important;
}
.is_dark .flat-tabs-style2 .menu-tab li.active span,
.is_dark .flat-tabs-style2 .menu-tab li:hover span {
	color: #fff !important;
}
.is_dark.home9 p {
	color: #a0a3aa !important;
}
.is_dark.home9 .clients .about ul li span {
	color: #fff;
}
.is_dark.home9
	.clients
	.information.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	color: #fff;
}
.is_dark.home9 .service-wrapper .service-box-style5 {
	border-color: #3a3b3e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark.home9 .service-wrapper .service-box-style5:hover,
.is_dark.home9 .service-wrapper .service-box-style5.active {
	border-color: #3bbc68;
}
.is_dark .page-title.style6 {
	background-color: #171717;
}
.is_dark.home8 .section-about .tf-title p,
.is_dark.home8 .section-about .tf-title .title {
	color: #171717 !important;
}
.is_dark.home8 .flat-accordion {
	border-color: #fff;
	background-color: #171717;
}
.is_dark.home8 .flat-accordion .flat-toggle .toggle-title .title {
	color: #fff;
}
.is_dark.home8 .flat-accordion .flat-toggle .toggle-title .icon svg path {
	stroke: #fff;
}
.is_dark .testimonial-content .tf-title-style4 h3.title {
	color: #171717 !important;
}
.is_dark .testimonial-content .tf-title h6,
.is_dark .testimonial-content .tf-title .sub-title {
	color: #171717 !important;
}
.is_dark .pricing-box-style2 .content {
	background-color: #171717;
}
.is_dark .pricing-box-style2 .price {
	color: #fff !important;
}
.is_dark .pricing-box-style2 .btn span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark .pricing-box-style2.active span,
.is_dark .pricing-box-style2:hover .btn span {
	color: #fff !important;
}
.is_dark.home8 .tf-project .image-box.left .box p {
	color: #171717;
}
.is_dark.home8 .tf-project .list li span {
	color: #fff;
}
.is_dark .feature-wrapper {
	background-color: rgba(255, 255, 255, 0.1);
}
.is_dark .feature-wrapper .feature-box {
	background-color: #000000;
}
.is_dark .page-title.style5 .content-box .content form {
	border-color: #e6e6e6;
}
.is_dark .page-title.style5 .content-box .content form button {
	color: #fff;
}
.is_dark .page-title.style5 .content-box .content .note {
	color: #fff !important;
}
.is_dark .article-dashboard .body-dashboard h1,
.is_dark .article-dashboard .body-dashboard h2,
.is_dark .article-dashboard .body-dashboard h3,
.is_dark .article-dashboard .body-dashboard h4,
.is_dark .article-dashboard .body-dashboard h5,
.is_dark .article-dashboard .body-dashboard h6 {
	color: #fff !important;
}
.is_dark .article-dashboard .body-dashboard p {
	color: #a0a3aa !important;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.list_contact
	li
	p
	a {
	color: #fff;
}
.is_dark .article-dashboard .body-dashboard .section-inner:last-child {
	border-bottom: none !important;
}
.is_dark .article-dashboard .body-dashboard .section-inner#Contact {
	background-color: #171717;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li.active {
	border-color: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.flat-tabs
	.menu-tab
	li.active
	span {
	color: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials {
	border-color: #fff !important;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.sl-testimonial
	.btn-testimonials
	i {
	color: #fff !important;
}
.is_dark .article-dashboard .body-dashboard .section-inner .pricing-box {
	background-color: #171717;
	border-color: #fff;
}
.is_dark .article-dashboard .body-dashboard .section-inner .pricing-box:hover {
	background-color: #c8f27c;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	ul
	li
	span {
	color: #3a3b3e !important;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	h5,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	.time {
	color: #171717 !important;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box:hover
	.link {
	background-color: #fff;
	color: #171717;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box::before {
	background-color: #fff;
}
.is_dark .article-dashboard .body-dashboard .section-inner .pricing-box .time {
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.pricing-box
	ul
	li
	span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #a0a3aa;
}
.is_dark .article-dashboard .body-dashboard .section-inner .pricing-box .link {
	border-color: #fff;
	color: #fff;
}
.is_dark .article-dashboard .body-dashboard .section-inner .testimonials-box {
	background-color: #171717;
	border-color: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.testimonials-box::before {
	background-color: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#About
	.flex
	.counter_wrapper
	.box
	.content
	.box-couter
	.number-content {
	color: #fff;
}
.is_dark .article-dashboard .body-dashboard .section-inner#Service .box {
	background-color: #171717;
	border-color: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box::before {
	background-color: #fff;
}
.is_dark .article-dashboard .body-dashboard .section-inner#Service .box h5,
.is_dark .article-dashboard .body-dashboard .section-inner#Service .box p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.is_dark .article-dashboard .body-dashboard .section-inner#Service .box:hover {
	background-color: #c8f27c;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box:hover
	h5 {
	color: #171717;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box:hover
	p {
	color: #3a3b3e;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box {
	border-color: #fff;
	background-color: #171717;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-title-holder
	span {
	color: #fff !important;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box
	.progress-content {
	background-color: #a0a3aa;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner
	.my_skill
	.my_skill_box::before {
	background-color: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="text"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="password"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime-local"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="date"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="month"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="time"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="week"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="number"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="email"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="url"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="search"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="tel"],
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="color"] {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	textarea::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="text"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="password"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="datetime-local"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="date"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="month"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="time"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="week"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="number"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="email"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="url"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="search"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="tel"]::placeholder,
.is_dark
	.article-dashboard
	.body-dashboard
	.section-inner#Contact
	form
	input[type="color"]::placeholder {
	color: #a0a3aa;
}
.is_dark .article-dashboard {
	background-color: #171717;
	border-color: #fff;
}
.is_dark .article-dashboard::before {
	background-color: #fff;
}
.is_dark #side-bar-dashboard .contact-btn a::before {
	background-color: #fff;
}
.is_dark #side-bar-dashboard .contact-btn a span {
	border-color: #c8f27c;
}
.is_dark #side-bar-dashboard ul li {
	color: #a0a3aa;
}
.is_dark #side-bar-dashboard ul li span {
	color: #fff;
}
.is_dark #side-bar-dashboard .info {
	overflow: hidden;
	background-color: #171717;
	border-color: #fff;
}
.is_dark #side-bar-dashboard .info::before {
	background-color: #fff;
}
.is_dark.home6 {
	background-color: #000000;
}
.is_dark.home6 .article-dashboard::before {
	display: none;
}
.is_dark.home6
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box:hover
	h5,
.is_dark.home6
	.article-dashboard
	.body-dashboard
	.section-inner#Service
	.box:hover
	p {
	color: #171717 !important;
}
.is_dark .project-box-style5 {
	border-color: #fff;
}
.is_dark .project-box-style5 .content .sub-title,
.is_dark .project-box-style5 .content .title a,
.is_dark.home5 .tf-about .info .social li a {
	color: #fff;
}
.is_dark.home5 {
	background: #121223;
}
.is_dark #footer.style2 .footer-contact a {
	color: #fff;
}
.is_dark #footer.style2 .cta .footer-form .button.style2 {
	background: transparent;
	color: #fff;
}
.is_dark #footer.style2 .cta .footer-form .button.style2 svg path {
	stroke: #fff;
}
.is_dark #footer.style2 .cta .footer-form .button.style2:hover svg path {
	stroke: #171717;
}
.is_dark #footer.style2 {
	background-color: #000000;
}
.is_dark .testimonials-box-style2,
.is_dark .project-box-style2 {
	background-color: #000000;
}
.is_dark #footer.style2 .cta,
.is_dark .service-box-style4 {
	background-color: #171717;
}
.is_dark .about-box {
	background-color: #000000;
}
.is_dark .about-box .icon {
	background-color: #3c60dc;
}
.is_dark .about-box .icon svg path {
	fill: #fff;
}
.is_dark.home10 .header #main-nav .menu li a {
	color: #fff;
}
.is_dark.home10 .header #main-nav .menu li.menu-item-has-children > a::after {
	color: #fff;
}
.is_dark.home10 .header #main-nav .menu li.menu-item-has-children > a::before {
	background-color: #fff;
}
.is_dark.home8 .number-content,
.is_dark.home4 .number-content {
	color: #fff !important;
}
.is_dark.home8 p,
.is_dark.home4 p {
	color: #a0a3aa !important;
}
.is_dark.home8 .header #main-nav .menu li a,
.is_dark.home4 .header #main-nav .menu li a {
	color: #fff;
}
.is_dark.home8 .header #main-nav .menu li.menu-item-has-children > a::after,
.is_dark.home4 .header #main-nav .menu li.menu-item-has-children > a::after {
	color: #fff;
}
.is_dark.home8 .header #main-nav .menu li.menu-item-has-children > a::before,
.is_dark.home4 .header #main-nav .menu li.menu-item-has-children > a::before {
	background-color: #fff;
}
.is_dark .show-light,
.is_dark .swiper-light,
.is_dark .social-light,
.is_dark .logo-light {
	display: none;
}
.is_dark .swiper-dark,
.is_dark .social-dark {
	display: flex;
}
.is_dark .show-dark,
.is_dark .logo-dark {
	display: block;
}
.is_dark .page-title.style4 .content-box .content .sub-title {
	color: #fff !important;
}
.is_dark.home3 .tf-title p,
.is_dark.home3 .sub-title {
	color: #a0a3aa !important;
}
.is_dark.home3 .button-style.style3 .btn-main {
	color: #171717 !important;
}
.is_dark .tf-about .menu-tab li.active::after {
	background-color: #fff;
}
.is_dark #footer.themes-bg-style,
.is_dark .themes-bg-style {
	background-color: #000;
	background: #000;
}
.is_dark #footer.themes-bg-style .swiper-pagination.style2 span,
.is_dark .themes-bg-style .swiper-pagination.style2 span {
	background-color: #fff;
}
.is_dark #footer.themes-bg-style .swiper-pagination.style2 span::after,
.is_dark .themes-bg-style .swiper-pagination.style2 span::after {
	background-color: transparent;
	border-color: #fff;
}
.is_dark .themes-bg .tf-title .sub-title.white,
.is_dark .themes-bg .sub-title,
.is_dark .themes-bg h6 {
	color: #fff;
}
.is_dark .themes-bg .swiper-pagination span {
	background: transparent;
	border-color: #fff;
}
.is_dark .themes-bg .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #fff;
}
.is_dark .themes-bg .swiper-pagination span::after {
	border-color: #fff;
}
.is_dark .themes-bg {
	background-color: #171717;
}
.is_dark .themes-color ul li,
.is_dark .themes-color h1,
.is_dark .themes-color h2,
.is_dark .themes-color h3,
.is_dark .themes-color h4,
.is_dark .themes-color h5.h6 {
	color: #fff;
}
.is_dark .themes-color .wrapper-blog .tf-post .content p,
.is_dark .themes-color a,
.is_dark .themes-color p,
.is_dark .themes-color span {
	color: #fff;
}
.is_dark .themes-color a:hover {
	color: #c8f27c;
}
.is_dark .themes-color a:hover span {
	color: #c8f27c;
}

/*# sourceMappingURL=app.css.map */
