/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
	--text-gray: #666;
	--text-color: #222;
	--link-color: var(--fs-experimental-link-color);
	--link-hover-color: var(--fs-experimental-link-color-hover);
}
button,
.button {
	letter-spacing: 0;
}
.button.button-style-1 {
	min-height: unset;
	line-height: unset;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	font-weight: 500;
	font-size: 16px;
}
.button.button-style-1.is-large {
	font-size: 18px;
}
.button.button-style-1:hover {
	background-color: var(--fs-color-secondary);
	box-shadow: none;
}
.button.button-style-1 span {
	line-height: inherit;
}

.header-main {
	padding: 25px 0 45px;
	min-height: 52px;
	display: block;
	transition: padding 0.3s ease-in-out;
}
.header-bottom {
	width: 100%;
	transform: translateY(25px);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.header-bottom .flex-right {
	display: flex;
	justify-content: end;
}
.header-bottom .header-nav {
	background-color: var(--fs-color-primary);
	width: 80%;
}
.header-bottom .header-nav .menu-item a {
	padding: 13px 15px;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 24px;
}
.header-bottom .header-nav:before {
	content: "";
	width: 50px;
	height: 100%;
	top: 0px;
	left: 0px;
	transform: translateY(0px) translateX(-30px);
	background-color: var(--fs-color-primary);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%);
	display: block;
	position: absolute;
}
.header-block-block-1 {
	display: flex;
	justify-content: end;
}
.header-block .icon-box {
	margin-right: 25px;
	display: flex;
	align-items: center;
	width: auto;
}
.header-block .icon-box .icon-box-img {
	color: var(--fs-color-primary);
}
.header-block .icon-box .icon-box-text {
	padding-left: 10px;
	flex: unset !important;
}
.header-block .icon-box .icon-box-text p {
	color: var(--text-gray);
	font-size: 15px;
	line-height: 20px;
}
.header-block .icon-box .icon-box-text a {
	color: var(--text-color);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 23px;
}
.header-block .icon-box .icon-box-text a:hover {
	color: var(--fs-color-primary);
}
.gtranslate_wrapper {
	display: flex;
	gap: 4px;
	align-items: center;
}
.gtranslate_wrapper a.glink img {
	width: 28px;
	height: auto;
	margin: 0;
	display: block;
	border: 1px solid #f5f5f5;
}
li.header-search {
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
}
.header-bottom .header-nav .menu-item {
	margin: 0;
}
.header-bottom .html.custom.html_top_right_text {
	margin: 0;
	width: 150px;
	height: 100%;
	display: inline-flex !important;
	justify-content: center;
	background-color: #222;
}
.header-bottom .btn-contact {
	font-size: 18px;
	margin: 0;
}
.header .stuck #logo img {
	max-height: 70px !important;
}
.stuck .header-main {
	padding: 12px 0 45px;
}
.header .header-top .header-button a {
	border: none;
	padding: 8px 10px;
	font-size: 16px;
	min-height: unset;
	letter-spacing: 0;
	font-weight: normal;
	display: block;
	line-height: 24px;
}
.header .header-top .header-button a.plain {
	background-color: transparent;
	color: var(--text-color);
}
.header .header-top .header-button a span {
	line-height: inherit;
}
.header .header-top a,
.header .header-top li.html {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
}
.top-bar-nav li {
	margin: 0;
}
.top-bar-nav li:not(:last-child) {
	border-right: 1px solid #ddd;
}
.top-bar-nav li:last-child {
	margin-left: 10px !important;
}
.html .social-icons {
	display: flex;
	gap: 10px;
	font-size: 16px;
}
.header .html .social-icons a {
	margin: 0;
}
.header-social-icons a i {
	color: var(--text-gray);
	line-height: 1;
	display: block;
}

.section-banner h1 {
	font-size: 50px;
	margin: 0px 0px 20px;
}
.section-banner p {
	font-size: 18px;
	margin: 0px 0px 30px !important;
}
.section-banner .section-content {
	position: static !important;
}
.section-banner .block-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center !important;
	transform: translate(0, 0);
}
.section-banner .background-image {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.section-banner .background-image > .col-inner {
	width: 400px;
	height: 100%;
	top: 0px;
	left: 50%;
	transform: rotate(0deg) skewX(160deg) translateX(-50%);
	position: absolute;
}
.section-banner .background-image .item {
	animation-fill-mode: both;
	animation-iteration-count: inherit;
	animation-timing-function: ease;
}
.section-banner .background-image .item--1 {
	width: 100px;
	height: 80%;
	top: 100%;
	left: 0px;
	background-color: var(--fs-color-secondary);
	display: block;
	position: absolute;
	transform: translateY(0%);
	animation-duration: 1500ms;
	animation-name: fadeInUp;
}
.section-banner .background-image .item--2 {
	width: 200px;
	height: 100%;
	top: 0;
	left: 0px;
	background-color: var(--primary-color);
	display: block;
	position: relative;
	transform: translateX(100px);
	animation-duration: 1000ms;
	animation-name: fadeIn;
	opacity: 0;
}
.section-banner .background-image .item--3 {
	width: 100px;
	height: 80%;
	top: 0px;
	left: 100%;
	background-color: var(--fs-color-secondary);
	display: block;
	position: absolute;
	transform: translate(-100%, -100%);
	animation-duration: 1500ms;
	animation-name: fadeInDown;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(0%);
	}
	100% {
		opacity: 1;
		transform: translateY(-100%);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate(-100%, -100%);
	}

	100% {
		opacity: 1;
		transform: translate(-100%, 0);
	}
}

.head-title p:nth-of-type(1) {
	font-size: 16px;
	margin: 0px 0px 10px !important;
	font-weight: 600;
	text-transform: uppercase;
	border-style: double;
	border-color: var(--primary-color);
	border-width: 0px 0px 0px 6px;
	padding: 0px 0px 0px 10px;
	letter-spacing: 1px;
	display: inline-block;
	color: var(--primary-color) !important;
}
.head-title h2 {
	color: var(--text-color);
	font-size: 35px;
	margin: 0px 0px 20px;
	text-transform: capitalize;
}

/** POST ITEM **/
.post-item .box-text {
	background-color: #fff;
	padding: 30px;
}
.post-item .post-title {
	color: #222;
	font-size: 22px;
	margin: 0px 0px 5px;
	font-weight: 600;
}
.post-item .post-title a {
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.box-blog-post .is-divider {
	display: none;
}
.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666 !important;
	-webkit-line-clamp: 3;
	margin: 0px 0px 20px;
	font-size: 17px;
}
.blogs-service .post-item a.button {
	margin: 0;
	border: none;
	padding: 0;
	color: #fff !important;
	font-size: 16px;
	background-color: var(--fs-color-primary);
	text-transform: capitalize;
	padding: 9px 33px 9px 30px;
	font-weight: 500;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	line-height: 1.5;
}
.slider .flickity-button {
	margin: 0 !important;
	transform: translateY(-50%);
	min-height: unset;
	width: 35px;
	bottom: unset;
	top: 50%;
	height: 35px;
	border: none;
	color: #fff;
}
.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
	transform: translateY(-50%) !important;
}
.slider .flickity-button.previous {
	left: 0;
}
.slider .flickity-prev-next-button.next {
	right: 0;
}
.slider .flickity-button svg {
	border: none;
	padding: 10px;
	background-color: var(--primary-color);
}
.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
	opacity: 1;
}
.flickity-slider .post-item,
.row.row-small.blogs-service > .flickity-viewport > .flickity-slider > .col {
	padding-bottom: 0;
}
.blogs-service .post-item a.button:hover {
	background-color: var(--fs-color-secondary);
	box-shadow: none;
}

/** SECTION FORM **/
.section-form:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	background-color: var(--primary-color);
}
.section-form:after {
	content: "";
	width: 400px;
	height: 80px;
	background-color: #f4f5f8;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
	position: absolute;
	top: 0;
	right: 0;
}
