 

 section {
	position: relative;
	padding: 80px 0 !important;
} 

/*  
.custom-image-style-1 {
	position: relative;
	border-radius: 100%;
	border: 7px solid #FFF;
	-webkit-box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
@media (min-width: 767px) {
	.custom-image-style-1:not(._middle) {
		position: absolute;
		top: 30%;
		z-index: 1;
	}
	.custom-image-style-1._left {
		left: 6%;
	}
}
@media (min-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
	.custom-image-style-1._left {
		left: 0%;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.custom-image-style-1._left {
		left: 11.2%;
	}
}
@media (min-width: 767px) {
	.custom-image-style-1._middle {
		top: 23%;
	}
	.custom-image-style-1._right {
		left: 65%;
	}
}

svg#curved-line-1 {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	height: 180%;
}
svg#curved-line-1 .path, svg#curved-line-1 .circle {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	opacity: 0.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
	svg#curved-line-1 {
		width: 107.4%;
		-webkit-transform: scale(1.13);
						transform: scale(1.13);
	}
}

 
.counters.custom-counters [class*="fa-"] {
	font-size: 28px;
	margin-bottom: 15px;
}
.counters.custom-counters strong {
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 40px;
}
.counters.custom-counters label {
	font-size: 14px;
	line-height: 14px;
}
@media (max-width: 991px) {
	.counters.custom-counters > div:nth-child(1), .counters.custom-counters div:nth-child(2) {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.counters.custom-counters > div:nth-child(3) {
		margin-bottom: 30px;
	}
}

 
.custom-image-style-2 {
	position: absolute;
	left: 10%;
	bottom: 0;
	-webkit-box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
}
.custom-image-style-2._big {
	width: 90%;
}
@media (max-width: 991px) {
	.custom-image-style-2._big {
		position: static;
	}
}
.custom-image-style-2._small {
	left: 0;
}
@media (max-width: 991px) {
	.custom-image-style-2._small {
		left: auto;
		right: 25px;
		bottom: 0;
		width: 23.5%;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.custom-image-style-2 {
		bottom: 111px;
	}
	.custom-image-style-2._small {
		left: 25px;
		bottom: 100px;
	}
}

svg#curved-line-2 {
	position: absolute;
	top: -85px;
	right: 190px;
	z-index: 1;
}
svg#curved-line-2 .path, svg#curved-line-2 .circle {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1700;
	opacity: 0.3;
}
svg#curved-line-2 .circle {
	stroke-dashoffset: 1000;
}

 
.testimonial.custom-testimonial-style-1 blockquote p {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-size: 1em;
	line-height: 2.2;
	font-weight: 100;
}
.testimonial.custom-testimonial-style-1 .testimonial-author {
	position: relative;
	margin-top: 24px;
	margin-top: 1.5rem;
}
.testimonial.custom-testimonial-style-1 .testimonial-author:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	border-top: 2px solid #1e1e1e;
	top: -15px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
} */

 
/*
* Contact / Map
*/
.custom-contact-box {
	padding: 50px 50px 15px;
}
.custom-contact-box h2 {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 25px;
}
.custom-contact-box h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 15px;
	border-bottom: 2px solid #FFF;
}
.custom-contact-box .feature-box .feature-box-info h1, .custom-contact-box .feature-box .feature-box-info h2, .custom-contact-box .feature-box .feature-box-info h3, .custom-contact-box .feature-box .feature-box-info h4, .custom-contact-box .feature-box .feature-box-info h5, .custom-contact-box .feature-box .feature-box-info h6 {
	color: #777;
}
@media (max-width: 767px) {
	.custom-contact-box {
		height: auto !important;
		margin-top: 0 !important;
	}
}

@media (min-width: 576px) {
	.custom-contact-form-style-1 .form-row._divider > div:nth-child(1) {
		border-right: 1px solid #5a5a5a;
	}
	.custom-contact-form-style-1 .form-row._divider > div:nth-child(2) {
		padding-left: 1rem;
	}
}
.custom-contact-form-style-1 .form-group {
	position: relative;
	margin-bottom: 0;
}
.custom-contact-form-style-1 .form-group:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: calc(100% + 90px);
	border-top: 1px solid #5a5a5a;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
.custom-contact-form-style-1 .form-control {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
					box-shadow: none;
	padding: 25px 0;
	color: #777;
	resize: none;
}
.custom-contact-form-style-1 .form-control::-webkit-input-placeholder {
	color: #777;
}
.custom-contact-form-style-1 .form-control::-moz-placeholder {
	color: #777;
}
.custom-contact-form-style-1 .form-control:-ms-input-placeholder {
	color: #777;
}
.custom-contact-form-style-1 .form-control::-webkit-input-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control::-moz-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control:-ms-input-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control:-moz-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control.error {
	-webkit-box-shadow: none;
					box-shadow: none;
}
.custom-contact-form-style-1 input.form-control {
	height: 50px;
	padding: 0;
}
.custom-contact-form-style-1 label.error {
	position: absolute;
	bottom: -6px;
}
.custom-contact-form-style-1 .custom-textarea-style {
	margin: 10px 0 10px 0;
	-webkit-box-sizing: content-box;
					box-sizing: content-box;
	padding: 6px 34px 6px 0 !important;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #3c3f44;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar {
	width: 12px;
	background-color: #3c3f44;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #01b1f5;
}

 
