
/*
* RTL
*/
/*
* Custom Animations
*/
@-webkit-keyframes dash {
	from {
		stroke-dasharray: 1000;
	}
	to {
		stroke-dasharray: 2000;
	}
}
@keyframes dash {
	from {
		stroke-dasharray: 1000;
	}
	to {
		stroke-dasharray: 2000;
	}
}
@-webkit-keyframes dash_2 {
	from {
		stroke-dashoffset: 1700;
	}
	to {
		stroke-dashoffset: 2000;
	}
}
@keyframes dash_2 {
	from {
		stroke-dashoffset: 1700;
	}
	to {
		stroke-dashoffset: 2000;
	}
}
.line-anim {
	-webkit-animation: dash 4500ms linear forwards;
					animation: dash 4500ms linear forwards;
}

.line-anim-2 {
	-webkit-animation: dash_2 1500ms linear forwards;
					animation: dash_2 1500ms linear forwards;
}

.circle-anim {
	-webkit-animation: dash 15s linear forwards;
					animation: dash 15s linear forwards;
}

/*
* Demo Custom Styles
*/
.custom-section-sub-title {
	font-size: 12px;
	letter-spacing: 0.5px;
}

.custom-margin-1 {
	margin-left: 70px;
	margin-bottom: 40px;
}

.custom-margin-2 {
	margin-right: -35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.custom-margin-3 {
		margin-top: 28px;
	}
}

@media (max-width: 991px) {
	.custom-margin-4-sm {
		margin-bottom: 30px;
	}
}

.custom-pos-rel {
	position: relative;
}

.custom-z-index {
	z-index: 3;
}

.custom-rounded-image {
	border-radius: 100%;
}

@media (min-width: 768px) {
	.custom-height {
		height: 210px;
	}
}

/*
* Scroll To Top Button
*/
html .scroll-to-top {
	bottom: -50px;
}
html .scroll-to-top.visible {
	bottom: 0;
}



/*
* Feature Box
*/
.feature-box.custom-feature-box-style-1 .feature-box-icon i._size-1 {
	font-size: 44px;
	line-height: 0.7;
}
.feature-box.custom-feature-box-style-1 .feature-box-info h4 {
	font-weight: 600;
}

/*
* Owl Carousel
*/
.owl-carousel .owl-height {
	min-height: 325px;
}
.owl-carousel.custom-nav-pos-1 .owl-nav {
	top: 35%;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"], .owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"]:hover {
	font-size: 30px;
	color: #1e1e1e !important;
	background: transparent;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before {
	content: "\f104";
	font-size: 0.7em;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
	content: "\f105";
	font-size: 0.7em;
}






/*
* Who We Are
*/
.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
*/
.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;
	}
}

/*
* What We Do
*/
.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;
}

