/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.anim_cont_box h3 {
	margin: 0;
	background-color: #343484;
	border-radius: 10px 10px 0 0;
	padding: 10px 10px 10px 24px;
}

.anim_cont_box p {
	padding: 24px;
}
.anim_cont_box:after {
	content: "";
	border: 10px solid;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-color: transparent;
	border-left-color: #343484;
}
.arrow_shape_left:after {
	right: 100%;
	left: auto;
	border-color: transparent;
	border-left-color: transparent;
	border-right-color: #343484;	
}
.journey_row:before,
.journey_row_first:before,
.journey_row_last:before {
	content: "";
	height: 100%;
	width: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: calc(50% - 5px);
}
.journey_row_first:before {
	height: 60%;
	top: 40%;
}
.journey_row_last:before {
	height: 50%;
}
.journey_sec svg {
	background-color: #efedff;
}

.team_member .eael-team-image:before {
	content: "";
	position: absolute;
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	background-color: #CCB0EF4D;
	z-index: -1;
	border-bottom-left-radius: 60px;
	left: 0;
	bottom: 0;
}
.cont_us_sec:before {
	content: "";
	position: absolute;
	top: 0;
	height: calc(100% - 60px);
	width: 40%;
	right: 0;
	background-color: #343484;
	border-radius: 0 30px 30px 0;
	z-index: 0;
}
.service_box {
	background-color: #343484;
	color: #ffffff;
	padding: 15px;
	height: 200px;
	width: 200px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 30px solid #CCB0EF;
}
.service_box h5 {
	margin: 0;
	font-size: 21px;
	text-align: center;
	font-weight: 600;
}
.services_box_wrapper {
	padding: 50px 10px;
}
.service_box_outr {
	width: 100%;
	max-width: 450px;
	height: 450px;
	border: 4px solid #ccb0ef;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.serv_round {
	position: absolute;
	background-color: #CCB0EF;
	border: 5px solid #CCB0EF;
	border-radius: 100%;
	height: 180px;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.serv_cont {
	position: absolute;
	background-color: #343484;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	flex-direction: column;
	text-align: center;
	padding: 20px;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5rem;
}
.serv_cont:hover {
	cursor: pointer;
}

.serv_round_one {
	bottom: calc(100% - 100px);
}
.serv_round_two {
	top: 20px;
	right: 70px;
}
.serv_round_three {
	right: 30px;
	bottom: 130px;
}
.serv_round_four {
	top: calc(100% - 120px);
	right: 160px;
}
.serv_round_five {
	left: 148px;
	bottom: -50px;
}
.serv_round_six {
	bottom: 140px;
	left: 30px;
}
.serv_round_seven {
    top: 20px;
    left: 70px;
}

.serv_cont p {
	font-size: 13px;
	line-height: normal;
	margin: 0;
	opacity: 0;
	display: none;
	transition: 0.3s ease-in-out;
}
.serv_cont strong {
	font-weight: 600;
	transition: 0.3s ease-in-out;
}
.serv_cont span {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
}

.post_round_one {
	top: -70px;
}
.post_round_two {
	right: 30px;
	top: 110px;
}
.post_round_three {
	bottom: 0;
	right: 90px;
}
.post_round_four {
	bottom: 0;
	left: 90px;
}
.post_round_five {
	left: 30px;
	top: 110px;
}


.elementor-message-success {
	text-align: center;
	color: green;
	margin: 15px 0;
}

span.eael-simple-menu-toggle-text {
	display: none;
}

.post_header {
	padding: 50px 0 0;
}

.post_header .elementor-container {
	padding: 10px;
	flex-direction: column;
}

.post_header h1.entry-title {
	margin: 0;
}

.post_header .wp-post-image {
	border-radius: 10px;
	margin-bottom: 15px;
}
body.single-post ul {
	padding-left: 19px;
	margin: 10px 0 20px;
}
body.single-post h2 b,
body.single-post h3 b {
	font-weight: 600;
}
body.single-post .page-content {
	padding-bottom: 30px;
}

.eael-post-grid-container .eael-post-grid {
	display: flex;
	flex-wrap: wrap;
}
.eael-grid-post-holder {
	height: 100%;
}

html {
	scroll-behaviour: smooth;
}
body div.wpforms-container-full .wpforms-field-label,
body .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin-bottom: 8px;
}
body div.wpforms-container-full:not(:empty) {
    margin: 0;
}
body .wpforms-container .wpforms-submit-container {
    text-align: center;
}
body div.wpforms-container-full .wpforms-form label.wpforms-error,
body div.wpforms-container-full .wpforms-form em.wpforms-error {
	margin-top: 5px;
}
body .wpforms-container .wpforms-field,
body .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0;
    position: relative;
}





@media screen and (min-width:992px) and (max-width:1300px) {

	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
		width: fit-content;
	}

	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a {
		white-space: nowrap;
	}

}


@media screen and (max-width:1024px) {

	.cont_us_sec:before {
		display: none;
	}


}


@media screen and (min-width:768px) {

	.serv_cont:hover {
		background-color: transparent;
	}
	.serv_cont:hover p {
		opacity: 1;
		display: block;
		color: #343484;
	}
	.serv_cont:hover strong {
		opacity: 0;
		display: none;
	}
}

@media screen and (max-width:767px) {

	.anim_cont_box:after,
	.arrow_shape_left:after {
		display: none;
	}
	.journey_row:before,
	.journey_row_first:before,
	.journey_row_last:before {
		display: none;
	}
	.services_box_wrapper {
		padding: 0;
	}
	.serv_round {
		position: initial;
		height: 100%;
		width: 46%;
		border-radius: 0;
		margin: 0 auto 15px;
	}
	.service_box_outr {
		max-width: 100%;
		height: auto;
		border: none;
		flex-wrap: wrap;
	}
	.service_box {
		height: auto;
		width: 100%;
		border-radius: 0;
		border-width: 3px;
		margin-bottom: 15px;
		display: none;
	}
	.serv_cont {
		position: initial;
		border-radius: 0;
		padding: 10px;
		height: auto;
		min-height: 180px;
	}
	.serv_round img {
		margin-bottom: 10px;
	}
	.serv_cont p {
		display: block;
		opacity: 1;
		font-size: 13px;
	}
	.serv_cont strong {
		font-size: 16px;
		margin-bottom: 6px;
	}

}



