/*
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.   ***************/

@font-face{
	font-family: BarlowCondensed-Bold;
	src: url(/wp-content/themes/flatsome-child/BarlowCondensed-Bold.ttf);
}
.section-title-container .section-title,.section-title-container .section-title span {
	border-bottom: 0;
	padding: 0;
}
.section-title-container .section-title span {
	font-size: 42px;
	text-transform: capitalize;
	font-weight: bold;
}
.section-title-container .section-title:before {
	content: '';
	position: absolute;
	height: 2px;
	background: linear-gradient(135deg, #5a2eb2, #cd68eb);
	width: 60%;
	right: 0;
	bottom: 14px;
}
.formdk2 {
	background: linear-gradient(135deg, #5a2eb2, #cd68eb);
	border-radius: 30px;
	padding: 40px;
}
.content-f h3 {
	font-size: 47px;
	font-weight: bold;
	margin-bottom: 0;
}
.content-f p {
	font-weight: bold;
}
.formdk2 input,.formdk2 textarea {
	background: transparent;
	border-bottom: solid 1px #fff !important;
	border: 0;
	box-shadow: none;
	color: #fff;
}
.formdk2 input:focus, .formdk2 textarea:focus {
	box-shadow: none !important;
	background: transparent !important;
	color: #fff;
}
p.contact-us {
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #fff;
}
.btn-cf7 {
	background: #fff !important;
	color: #000;
	width: 100%;
}
.formdk2 input::placeholder, .formdk2 textarea::placeholder {
	color: #fff;
}
.formdk2 textarea {
	min-height: 60px;
}
.thuvien .box-image {
	border-radius: 15px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #5a2eb2, #cd68eb);
}
.thuvien .box-image img {
	overflow: hidden;
	text-align: center;
	width: 190px;
	margin: 0 auto 10px;
	height: 11vw;
	display: block;
	object-fit: contain;
	transition: 0.5s linear 0s;
	margin: 0;
}
.box-project .box-text {
	background: #20202d;
	padding: 12px;
}
.box-project .box-text p {
	font-weight: bold;
	font-size: 17px;
}
.content-abouts {
	background: linear-gradient(135deg, #5a2eb2bd, #cd68eba8);
	padding: 30px 50px;
	border-radius: 30px;
}
.content-abouts h2 {
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 0;
}
.content-abouts h4 {
	font-weight: bold;
	font-size: 22px;
}
.title-our h2 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 0;
}
.title-our p {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.orr-service > .col-inner {
	background: linear-gradient(135deg, #5a2eb2, #cd68eb);
	border-radius: 30px;
	padding: 30px 30px 15px;
}
.orr-service > .col-inner .icon-box-text p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.footerCopy {
	color: #6566ae;
	font-weight: bold;
	line-height: 1.3;
}
.footerCopy p {
	font-size: 17px;
	margin-bottom: 0;
}
.footer-2a:before {
	content: "";
	background: linear-gradient(270deg, #02e5e4, #04baef, #3063ff, #921af6);
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
}
.infoFt1 h4 {
	font-size: 28px;
	font-weight: bold;
	color: #6566ae;
	margin-bottom: 5px;
}
.infoFt1 {
	color: #6566ae;
}
.infoFt1 p {
	margin-bottom: 10px;
}
.titleH1 h1 {
	font-size: 90px;
	font-weight: bold;
	font-family: BarlowCondensed-Bold;
	line-height: 1;
}
.titleH1 h1 span {
	display: block;
}
.scroll-des {
	width: 100%;
	height: 260px;
	background-color: #20202d;
	position: relative;
	border-radius: 99px;
}
.scroll-des p {
	color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	position: absolute;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
.scroll-des p i {
	margin-left: 30px;
}
@media (min-width: 992px){
	.nopad{
		padding-bottom: 0 !important;
	}
	.ftimg {
		width: 20% !important;
		margin: 0 0 0 auto;
	}
}
@media (max-width: 549px){
	.nopadm{
		padding-bottom: 0 !important;
	}
	.thuvien .box-image {
		height: 120px;
	}
	.thuvien .box-image img {
		height: 16vw;
	}
	.section-title-container .section-title:before {
		width: 35%;
		bottom: 10px;
	}
	.section-title-container .section-title span, .content-f h3, .content-abouts h2 {
		font-size: 30px;
	}

}