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











.amlab_info p {
	font-size: 20px;
	margin-bottom: 0;
}

#portfolio-content {
	margin-top: 30px;
}

.contact-form-project .wpcf7-spinner {
	display: none;
}
.amlab_mg-0 p {
	margin-bottom: 0;
}

.ml-3 {
    margin-left: 1rem!important;
	margin-bottom: 6px;
}
.sub-title {
    position: relative;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
	display: flex;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 35px;
    color: #2ba4d5;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.amlab_endpagedet .wpcf7-spinner {
	display: none;
}
.page-id-7746 #top-bar {
	background-color: #2ba4d5 !important;
}
.amlab_projects img {
	-o-object-fit: fill !important;
    object-fit: fill !important;
}
.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}
.default-btn:hover {
	color: white !important;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
}
.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #221638;
    transition: width .5s ease-in-out,height .5s ease-in-out;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 5px;
}
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #2ba4d5;
    transition: .5s;
    border-radius: 5px;
    padding: 12px 24px;
    font-size: 16px;
}


.amlab_lr {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.pd-0 {
	padding: 0 !important;
}
/* .amlab_projects */
 .portfolio-box .box-text {
	height: 230px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0,0%,100%,.95);
	margin: -15% auto 0;
	max-width: 85%;
	padding: 0px 0px;
}
/*.amlab_projects*/ .portfolio-box .box-text .portfolio-box-title {
	margin-top: 10px;
    margin-bottom: 10px;
	position: relative;
	letter-spacing: 0;
    color: #2ba4d5 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

/* .amlab_projects  */
.portfolio-box .box-text .portfolio-box-title::after {
	content: "";
    position: absolute;
    height: 1px;
    background: #2ba4d5;
    opacity: 1;
    width: 192px;
    margin: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
}
/* .amlab_projects  */
.portfolio-box .box-text .box-text-inner {
	display: flex;
    flex-direction: column;
    gap: 5px;
}
/* .amlab_projects  */
.portfolio-box .box-text {
	position: relative;
}
/* #amlab_tags {
	position: absolute;
	width: 100%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
} */
#amlab_tags .portfolio-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
	gap: 5px;
}

#amlab_tags .portfolio-tag {
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #2ba4d5;
    font-size: 12px;
    font-weight: 700;
    color: white;
}


/* .amlab_projects  */
.portfolio-box .box-text .portfolio-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box!important;
}
/* .amlab_projects */
 .portfolio-box:hover {
	border: 1px solid #2ba4d5;
}
/* .amlab_projects */
 .portfolio-box {
	background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d9d9d9;
    transition: .5s;
    text-align: center;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.amlab_p0 p {
	margin-bottom: 0;
}

.amlab_title {
	margin-bottom: 0;
    display: inline-block;
    color: #262626;
    font-size: 44px;
	position: relative;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.amlab_hs {
	transition: transform .5s ease;
}
.amlab_hs img {
	cursor: pointer;
    object-fit: cover;
    transition: transform .5s ease;
    border-radius: 5px;
}
.amlab_hs:hover {
	transform: scale(1.2);
	transition: transform .5s ease;
}

.amlab_pdl {
	padding-left: 1em;
}

.amlab_h2 {
	padding-bottom: .3em;
    border-bottom: 1px solid #eaecef;
}

.amlab_bdt8>.col-inner::before {
	content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #2ba4d5;
    border-radius: 4px 4px 0 0;
}
.amlab_info h3 {
	color: #2ba4d5;
}

@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.mg-0 {margin-bottom: 0!important;}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.amlab_protit strong {
		font-size: 22px;
	}

}