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

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-main .hide-for-medium.flex-left .header-nav-main {
	justify-content: center;
}

.header-button a.button,
.button-wrapper {
	text-transform: capitalize;
	background: linear-gradient(to right, var(--primary-color), #37b2ff);
}

.content-top h4 {
	display: inline-block;
	width: auto;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #3d7dff;
	letter-spacing: 1px;
    text-shadow:
        0 0 6px rgba(61,125,255,.7),
        0 0 12px rgba(61,125,255,.4);
    margin-top: 0;
    margin-bottom: 12px;
}

.content-top h4::before,
.content-top h4::after {
	content: '';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 60px;
    height: 2px;
    background: linear-gradient(to right, transparent, #1f5eff);
    opacity:.8;
}

.content-top h4::before {
	left: -70px;
}

.content-top h4::after {
	right: -70px;
	transform: translateY(-50%) rotate(180deg);
}

.content-top h3 {
	font-size: 35px;
	line-height: 1.1;
	letter-spacing: -2px;
	text-transform: capitalize;
	text-shadow:
            0 0 10px rgba(255,255,255,0.15),
            0 0 25px rgba(0,90,255,0.15);
}

.content-top h2 {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -3px;
	background:linear-gradient(180deg, #36a2ff 0%, #0b63ff 45%, #29d4ff 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-shadow:
        0 0 10px rgba(0,140,255,.25),
        0 0 25px rgba(0,140,255,.25);
}

.content-top h2::before,
.content-top h2::after {
	content: '';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    border-top: 3px dotted rgba(255,255,255,.25);
}

.content-top h2::before {
	left: -70px;
}

.content-top h2::after {
	right: -70px;
}

.content-top p {
	font-size: 20px;
    line-height: 1.25;
    text-shadow: 0 0 10px rgba(255,255,255,.08);
    margin-bottom: 0;
}

.icon-service {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	padding: 16px 12px;
	transition: all .4s linear 0s;
}

.icon-service:hover {
	background: linear-gradient(145deg, #0d1b3e 0%, #0a1228 40%, #061020 100%);
	box-shadow: 0 0 0 1px rgba(30, 60, 180, 0.2), 0 4px 24px rgba(10, 30, 120, 0.6), inset 0 1px 0 rgba(100, 150, 255, 0.15), inset 0 0 30px rgba(20, 60, 180, 0.08);
}

.icon-service::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffffba;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.icon-service:hover::before {
	background: radial-gradient(ellipse at 50% 20%, rgba(60, 100, 255, 0.18) 0%, transparent 65%);
	z-index: 1;
}

.icon-service .icon-box-img,
.icon-service .icon-box-text {
	z-index: 2;
}

.icon-service .icon-box-text {
	position: relative;
}

.icon-service h4 {
	font-size: 20px;
	letter-spacing: -1px;
	color: black;
}

.icon-service:hover h4 {
	color: white;
}

.icon-service p {
	color: gray;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
}

.rw-service {
	padding: 16px;
	border: 1px solid #ffffff40;
	border-radius: 24px;
}

.content-service h3 {
	margin-top: 0;
}

.content-service p {
	margin: 0;
}

@media (min-width: 768px) {

	.rw-service .col-service {
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {

	.icon-service h4 {
		font-size: 18px;
	}
}

.about-content {
	margin-bottom: 48px;
}

.about-content h5 {
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 6px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 1;
	margin-bottom: 20px;
}

.about-content h5::after {
	content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    height: 2px;
    background: linear-gradient(to right, transparent, #1f5eff);
    opacity: .8;
}

.about-content h3 {
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.about-content p {
	margin-bottom: 0;
}

.about-button {
	line-height: 1;
	padding: 19px 20px;
	width: 230px;
	min-height: auto;
}

.col-about .col-inner {
	height: 100%;
}

.icon-about {
	height: 100%;
	background: white;
	padding: 64px 35px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon-about .icon-box-img img {
	padding-top: 0;
	transition: all .35s ease;
}

.icon-about:hover .icon-box-img img {
	transform: translateY(-10px);
}

.icon-about h3 {
    background: linear-gradient(180deg, #36a2ff 0%, #0b63ff 45%, #29d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 24px;
	line-height: 1;
}

.title-blogs h3 {
	border-bottom: none;
	margin-bottom: 0;
	font-size: 36px;
}

.title-blogs h3 span {
	text-transform: capitalize;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.title-blogs h3 a {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}

.title-blogs h3 a:hover {
	color: var(--primary-color);
}

.blogs-list .cat-label {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: capitalize;
	color: var(--primary-color);
	margin: 0;
}

.blogs-list h5.post-title {
	margin: 16px 0 20px;
	font-size: 22px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blogs-list h5.post-title a {
	margin: 0;
	display: block;
}

.blogs-list .post-meta::before {
    content: '\e01a';
    font-family: 'fl-icons';
    margin-right: 5px;
}

.is-divider {
	display: none;
}

.info-footer ul {
	list-style: none;
}

.info-footer ul li {
	margin-left: 0;
}

.nav-footer span.widget-title {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.nav-footer ul.menu>li+li {
	border-top: none;
}

#footer .wpcf7-email {
    width: calc(100% - 113px);
    float: left;
    border: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


#footer .wpcf7-submit {
    margin-right: 0px;
    text-transform: inherit;
    background: #37b2ff;
    font-weight: 100;
    font-size: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.copyright-footer {
	color: white;
}

.footer-wrapper .back-to-top {
	background-color: #37b2ff;
	border-color: #37b2ff;
	color: white;
}

.blog-archive {
    padding-top: 0;
}

.page-header-wrapper {
	margin-bottom: 30px;
}

.blog-archive .box-text h5.post-title {
    margin: 0 0 16px;
}

.blog-archive .box-text h5.post-title a {
    display: block;
    margin: 0;
}

@media (max-width: 991px) {

	.header-main li.html.custom {
		display: block;
	}

	.header-main li.html.custom .gtranslate_wrapper {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.header-main li.html.custom .gtranslate_wrapper a {
		display: block;
		width: 21px;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.content-top h4 {
		line-height: 1.2;
	}

	.content-top h4::before,
	.content-top h4::after {
		display: none;
	}

	.content-top h3 {
		font-size: 24px;
	}

	.content-top h2 {
		font-size: 28px;
	}

	.content-top h2::before,
	.content-top h2::after {
		display: none;
	}

	.icon-service h4 {
		font-size: 16px;
	}
}