/* Contact person */
.ictgroup-contact {
	padding: 20px 0;
}

.single-contact-title h4 {
	text-align: center;
	font-size: 29px;
	font-weight: 600;
	padding-bottom: 10px;
}

.section2 .entry-content h4 {
	margin-bottom:10px !important
}
.single-contact .contact-info .fa-linkedin {
	font-size: 24px;
}

.top-space {
	padding-top: 30px;
}

.single-contact .section2 h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.single-contact .innocy-title h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.single-contact .section2 .recruiter-title {
	font-size: 20px;
}

.single-contact .section3 a {
	color: #616160;
	font-size: 20px;
	text-decoration: underline;
}

.section3 a:hover {
	color: #eb6012;
	text-decoration: none;
}

.section3 svg {
	margin-right: 8px;
	width: 12px;
	margin-left: 3px;

	position: relative;
	top: 5px;
}

.section3 .fa-envelope {
	color: #eb6012;
	font-size: 20px;
	margin-right: 10px;

}

.section3 .phone-line svg {
	margin-right: 15px;
	width: 12px;
	margin-left: 5px;
	position: relative;
	top: 5px;
}

.section3 .mail-line svg {
	width: 18px
}

.section3 .fa-linkedin {
	font-size: 22px;
	color: #eb6012;
}

.background-line {
	height: 10px;
	margin-top: -4px;
	/*background: url("/wp-content/themes/up2/assets/images/contact-bag-line.svg");*/
	background: url("/wp-content/uploads/2020/12/bar_moreheight.png");	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}

.phone-line {
	line-height: 35px;
}

.mail-line, .icon-line {
	line-height: 35px;
}

.contact-widget-container {
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 706px) {
	.contact-widget-container .elementor-image1 img {
		width: 320px;
		height: 165px;
		object-fit: cover;
		opacity: 1;
		object-position: 0 0;
	}

	.contact-widget-container .elementor-image1 {
		width: 195px;
		padding: 0 20px 0 0;
	}

	.single-contact .container {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 900px;
		margin: 0 auto;
	}

	.info-content {
		flex: 3;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.single-contact .section1 {
		flex: 1;
		padding: 0;
	}

	.single-contact .section2 {
		flex: 1.5;
		padding-bottom: 20px;
	}

	.single-contact .section3 {
		flex: 2;
		color: #616160;
	}

	.phone-line {
		margin-top: -20px;
	}
}

@media screen and (max-width: 705px) {
	.contact-widget-container .elementor-image1 img {
		width: 240px;
		height: 200px;
		object-fit: cover;
		opacity: 1;
		object-position: 0 0;
	}

	.contact-widget-container .elementor-image1 {
		width: 240px;
		padding: 0 20px 0 0;
	}

	.single-contact .container {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
    .contact-main {
	    display: flex;
		align-items: center;
		justify-content: center;
	    margin: 0 auto;
    }
	.phone-line {
		margin-top: 10px;
	}

	.single-contact .section1 {
		flex: 1;
	}

	.info-content {
		flex: 1;
	}
}

@media screen and (max-width: 556px) {
	.contact-widget-container .elementor-image1 img {
		width: 240px;
		height: 240px;
	}

	.contact-widget-container .elementor-image1 {
		width: 240px;
		height: 240px;
	}
}

@media screen and (max-width: 440px) {
	.contact-widget-container .elementor-image1 img {
		width: 300px;
		height: 270px
	}

	.contact-widget-container .elementor-image1 {
		padding-right: 0;
		width: 300px;
		height: 290px;
	}

	.single-contact {
	/*	display: flex;
		align-items: center;
		justify-content: center;*/
		width: 300px;
		margin: 0 auto;
	}

	.single-contact .container {
		display: block;
		margin: 0 auto;
	}

}

@media (max-width: 1236px) and (min-width: 785px) {
	.elementor-col-50 .single-contact .container {
	/*	display: flex;
		align-items: center;
		justify-content: center;*/
		margin: 0 auto;
	}

	.elementor-col-50 .single-contact .section1 {
		flex: 1 !important;
	}

	.elementor-col-50 .info-content {
		display: block;
	}
}



