body {
		font-family: "Poppins", sans-serif;
}

h1 {
		line-height: 1.1em;
	    margin: 0em;
		text-transform: uppercase;
	    font-weight: 700;
}

h2 {
		line-height: 1.1em;
	    margin: 0em;
	    font-weight: 600;
}

h4 {
		line-height: 1.6em;
	    margin: 0em;
	    font-weight: 500;
}

@media (min-width: 1200px) {
		.container {
				max-width: 1200px !important;
		}
}

[class*="text-color-hover-"] {
		transition: ease all 300ms;
}

[class*="bg-color-hover-"] {
		transition: ease background 300ms;
}

.bg-color-hover-primary:hover [class*="opacity-"] {
		opacity: 1 !important;
}

.custom-font-secondary {
		font-family: 'Playfair Display', sans-serif !important;
}

.custom-font-tertiary {
		font-family: 'PT Sans Narrow', sans-serif !important;
}

.custom-bg-lighten-grey-1 {
		background: #4d4e50 !important;
}

.custom-font-size-1 {
		font-size: 1.4em !important;
}

.custom-font-size-2 {
		font-size: 1.35em !important;
}

.custom-font-size-3 {
		font-size: 1.15em !important;
}

.custom-positive-ls-5px {
		letter-spacing: 5px !important;
}

.custom-svg-btn-style-1 {
		position: relative;
		padding: 19px 60px 19px 50px;
		font-weight: 700;
		font-size: 13.6px;
		font-size: 0.85rem;
		z-index: 1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 0;
		width: 107%;
		height: 120%;
		transform: translate3d(-50%, -50%, 0);
		z-index: -1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background polygon {
		transition: ease all 300ms;
}

.custom-svg-btn-style-1 .custom-svg-btn-arrow {
		margin-left: 6px;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-small {
		padding: 18px 31px 18px 25px;
		font-size: 12.8px;
		font-size: 0.8rem;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light .custom-svg-btn-background polygon {
		fill: transparent;
		stroke: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light:hover .custom-svg-btn-background polygon {
		fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background {
		transition: ease opacity 300ms;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background polygon {
		fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid:hover .custom-svg-btn-background {
		opacity: 0.95;
}

.custom-read-more > svg {
		transition: ease transform 300ms;
}

.custom-read-more:hover > svg {
		transform: translate3d(6px, 0, 0);
}

.custom-container-absolute-centered-x {
		position: absolute !important;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
}

.custom-min-height-1 {
		min-height: 277px;
}

.owl-carousel.custom-stage-outer-box-shadow .owl-stage-outer {
		box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.custom-table-style-1 thead tr {
		background: #4d4e50;
}

.custom-table-style-1 thead th {
		border-top: 0;
		border-bottom: 0;
		color: #FFF;
		font-weight: 700;
		font-size: 17.6px;
		font-size: 1.1rem;
}

.custom-table-style-1 th, .custom-table-style-1 td {
		padding: 15px 20px;
}

.custom-table-style-1 td:first-child {
		font-weight: 600;
}

@media (min-width: 2000px) {
		.shape-divider svg {
				width: 100%;
		}
}

.featured-box.custom-featured-box-with-video > .custom-featured-box-video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 1;
		transition: ease all 300ms;
}

.featured-box.custom-featured-box-with-video > .custom-featured-box-video.active {
		z-index: 3;
}

.featured-box.custom-featured-box-with-video .featured-box-background {
		z-index: 2;
}

.featured-box.custom-featured-box-with-video .featured-box-background.hide {
		opacity: 0;
}

.featured-box.custom-featured-box-with-video .box-content {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 301px;
		padding: 0;
}

@media (max-width: 1199px) {
		.featured-box.custom-featured-box-with-video .box-content {
				height: 227px;
		}
}

@media (max-width: 991px) {
		.featured-box.custom-featured-box-with-video .box-content {
				height: 386px;
		}
}

@media (max-width: 767px) {
		.featured-box.custom-featured-box-with-video .box-content {
				height: 285px;
		}
}

@media (max-width: 575px) {
		.featured-box.custom-featured-box-with-video .box-content {
				height: 0;
				padding-top: 28%;
				padding-bottom: 28%;
		}
}

.featured-box.custom-featured-box-with-video .box-content.hide {
		opacity: 0;
		z-index: -1;
}

/*
* Home Section - Hero
*/
.custom-hero-sub-images-style-1 {
		position: absolute;
		top: 65%;
		left: 100%;
		width: 100%;
		min-height: 323px;
		z-index: -1;
}

.custom-hero-sub-images-style-1:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 339px;
		height: 100%;
		background: #CCC;
		opacity: 0.7;
		z-index: 1;
}

.custom-hero-sub-images-style-1:after {
		content: '';
		position: absolute;
		top: 0;
		right: 100%;
		width: 40vw;
		height: 100%;
		background: #CCC;
}

.custom-hero-sub-images-style-1 .custom-hero-sub-images-shadow {
		position: absolute;
		bottom: 0;
		width: 0px;
		height: 60%;
		left: 0;
		z-index: 1;
}

.custom-hero-sub-images-style-1 img {
		width: 640px;
		max-width: none;
}

/*
* Home Section - What We Do
*/
.custom-thumb-info-style-1 .custom-thumb-info-icon {
		display: flex;
		justify-content: center;
		padding: 40px 0;
		padding: 2.5rem 0;
		background: #4d4e50;
		transition: ease background 300ms;
}

.custom-thumb-info-style-1 .custom-thumb-info-icon > img {
		width: auto;
		transform: scale(1);
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
		position: relative;
}

.custom-thumb-info-style-1 .thumb-info-wrapper:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #4d4e50;
		opacity: 0.7;
		transition: ease opacity 300ms;
		z-index: 1;
}

.custom-thumb-info-style-1 .thumb-info-wrapper > img {
		filter: grayscale(1);
		transform: scale(1) !important;
}

.custom-thumb-info-style-1:hover .custom-thumb-info-icon > img, .custom-thumb-info-style-1.active .custom-thumb-info-icon > img {
		-webkit-animation: toRightFromLeftNoScale 0.3s forwards;
						animation: toRightFromLeftNoScale 0.3s forwards;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper:after, .custom-thumb-info-style-1.active .thumb-info-wrapper:after {
		opacity: 0;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper > img, .custom-thumb-info-style-1.active .thumb-info-wrapper > img {
		filter: grayscale(0);
}

@-webkit-keyframes toRightFromLeftNoScale {
		49% {
				transform: translate(100%) scale(1);
		}
		50% {
				opacity: 0;
				transform: translate(-100%) scale(1);
		}
		51% {
				opacity: 1;
		}
}

@keyframes toRightFromLeftNoScale {
		49% {
				transform: translate(100%) scale(1);
		}
		50% {
				opacity: 0;
				transform: translate(-100%) scale(1);
		}
		51% {
				opacity: 1;
		}
}

/*
* Home Section - Special Services
*/
.custom-section-shape-background {
		position: relative;
		overflow: hidden;
}

.custom-section-shape-background:before, .custom-section-shape-background:after {
		content: '';
		position: absolute;
		top: 0;
		left: 47.5%;
		width: 50vw;
		height: 100%;
		background: #FFF;
		transform: skewX(21deg);
		z-index: 0;
}

.custom-section-shape-background:after {
		left: 49.5%;
		transform: skewX(-21deg);
}

.custom-section-shape-background .custom-shape-divider {
		position: relative;
}

.custom-section-shape-background .custom-shape-divider:before {
		content: '';
		position: absolute;
		top: -150px;
		left: 0;
		width: 100%;
		height: 150%;
		background: #f7f7f7;
		transform: skewY(-4deg);
		z-index: 0;
}

.custom-section-shape-background.custom-section-shape-background-reverse:before {
		left: auto;
		right: 49.5%;
		transform: skewX(21deg) rotate(180deg);
}

.custom-section-shape-background.custom-section-shape-background-reverse:after {
		left: auto;
		right: 50.5%;
		transform: skewX(-21deg) rotate(180deg);
}

@media (max-width: 991px) {
		.custom-section-shape-background:before, .custom-section-shape-background:after {
				width: 100vw;
		}
}

.custom-list-icons-icon-size li > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li a:first-child > .icons:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
}

/*
* Home Section - How We Work
*/
.custom-process-style-1 .process-step-circle {
		width: 110px;
		height: 110px;
		border-color: #d4d4d4 !important;
}

.custom-process-style-1 .process-step-circle-content {
		font-size: 2.2em;
}

/*
* Home Section - Testimonials
*/
.custom-testimonial-style-1.testimonial.testimonial-style-3 blockquote {
		background: transparent !important;
		padding: 12px 40px;
}

.custom-testimonial-style-1.testimonial.testimonial-style-3 blockquote:before {
		content: '\f10d';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 19.2px;
		font-size: 1.2rem;
}

.custom-testimonial-style-1.testimonial.testimonial-style-3 .testimonial-author {
		margin-left: 40px;
}

.custom-testimonial-style-1.testimonial.testimonial-style-3 .testimonial-author img {
		max-width: 85px;
}

/*
* Home Section - Contact Us / Send Message
*/
.custom-form-style-1 {
		opacity: 1 !important;
}

.custom-form-style-1 .form-control {
		height: calc(1.5em + 1.85rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
		background: #f7f7f7;
		border-color: #f7f7f7;
}

.custom-form-style-1 .form-control:focus {
		border-color: #CCC;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}

/*
* Footer
*/
#footer p,
#footer a:not(.btn),
#footer li,
#footer strong,
#footer .footer-copyright p,
#footer a:not(.btn):not(.no-footer-css) {
		color: #b5b5b5;
}

.custom-list-style-1 > li {
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
}

.custom-list-style-1 > li + li {
		border-top: 1px solid #5c5d5f;
}

.custom-list-style-1 > li:first-child {
		padding-top: 0;
}

.custom-list-style-1 > li:last-child {
		padding-bottom: 0;
}

.custom-footer-top-light-border {
		border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Animated Circles */
.custom-animated-circles {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 500px;
		height: 500px;
		transform: translate3d(-55%, 25%, 0);
}

.custom-animated-circles .circle {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50%;
		height: 50%;
		border-radius: 100%;
		border: 1px solid #FFF;
		transform: translate3d(-50%, -50%, 0);
		-webkit-animation-name: customAnimatedCircles;
						animation-name: customAnimatedCircles;
		-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
		-webkit-animation-fill-mode: both;
						animation-fill-mode: both;
		-webkit-animation-timing-function: linear;
						animation-timing-function: linear;
		-webkit-animation-duration: 2.5s;
						animation-duration: 2.5s;
		-webkit-animation-delay: 500ms;
						animation-delay: 500ms;
}

.custom-animated-circles .circle:nth-child(2) {
		width: 70%;
		height: 70%;
		-webkit-animation-delay: 1000ms;
						animation-delay: 1000ms;
}

.custom-animated-circles .circle:nth-child(3) {
		width: 90%;
		height: 90%;
		-webkit-animation-delay: 1500ms;
						animation-delay: 1500ms;
}

.custom-animated-circles .circle:nth-child(4) {
		width: 110%;
		height: 110%;
		-webkit-animation-delay: 2000ms;
						animation-delay: 2000ms;
}

.custom-animated-circles.custom-animated-circles-pos-2 {
		bottom: auto;
		top: 0;
		transform: translate3d(-55%, -25%, 0);
}

.custom-animated-circles.custom-animated-circles-pos-3 {
		bottom: auto;
		left: auto;
		right: 0;
		transform: translate3d(65%, -50%, 0);
		top: 0;
}

@-webkit-keyframes customAnimatedCircles {
		0% {
				opacity: 0;
				transform: translate3d(-50%, -50%, 0) scale(0.8);
		}
		50% {
				opacity: 0.5;
				transform: translate3d(-50%, -50%, 0);
		}
		100% {
				opacity: 0;
				transform: translate3d(-50%, -50%, 0) scale(1.1);
		}
}

@keyframes customAnimatedCircles {
		0% {
				opacity: 0;
				transform: translate3d(-50%, -50%, 0) scale(0.8);
		}
		50% {
				opacity: 0.5;
				transform: translate3d(-50%, -50%, 0);
		}
		100% {
				opacity: 0;
				transform: translate3d(-50%, -50%, 0) scale(1.1);
		}
}

/* Custom Screens */
.custom-screens-carousel {
		max-height: 2160px;
}

@media (max-width: 1025px) {
		.custom-screens-carousel {
			max-height: 600px;
		}
}

/* Carousel Ipad */
.carousel-ipad {
		border-radius: 0px;
		border: 0px solid #403f44;
		padding: 10px;
		background: #000;
		box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
		position: relative;
}

@media (max-width: 991px) {
		.carousel-ipad {
				padding: 4px;
				border-radius: 0px;
		}
}

.carousel-ipad img {
		border: 1px solid #FFF;
}

.carousel-ipad .carousel-ipad-camera {
		background: #3c3d3d;
		width: 8px;
		height: 8px;
		position: absolute;
		left: 0;
		margin-left: 20px;
		bottom: 50%;
		margin-bottom: -5px;
		border-radius: 100%;
}

.carousel-ipad .carousel-ipad-home {
		background: #F9F9F9;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
		border-radius: 28px;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		margin-right: 5px;
		bottom: 50%;
		margin-bottom: -20px;
}

.carousel-ipad .carousel-ipad-home:after {
		width: 15px;
		height: 15px;
		margin-top: -8px;
		margin-left: -8px;
		border: 1px solid rgba(0, 0, 0, 0.12);
		border-radius: 4px;
		position: absolute;
		display: block;
		content: '';
		top: 50%;
		left: 50%;
}

@media (max-width: 991px) {
		.carousel-ipad .carousel-ipad-camera, .carousel-ipad .carousel-ipad-home {
				display: none;
		}
}

.carousel-ipad.carousel-ipad-sm {
		padding: 40px;
		border-radius: 25px;
}

@media (max-width: 991px) {
		.carousel-ipad.carousel-ipad-sm {
				padding: 20px;
				border-radius: 12px;
		}
}

/* Custom Form Style */
.custom-form-style-1 .form-control {
		padding: 20.8px;
		padding: 1.3rem;
		height: 45px;
}

.custom-skew-1 {
		transform: skewX(-35deg);
}

/*
* Text Background
*/
@media (min-width: 992px) {
		.custom-text-background {
				background-repeat: no-repeat;
				background-size: 160%;
				background-position: 20% 45%;
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
		}
}

@media (max-width: 991px) {
		.custom-text-background {
				background-image: none !important;
		}
}

.custom-font-size-1 {
		font-size: 0.6em;
}

@media (min-width: 1200px) {
		.custom-big-font-size-1 {
				font-size: 6.9rem !important;
		}
}

@media (min-width: 1600px) {
		.custom-big-font-size-1 {
				font-size: 8.5rem !important;
		}
}

@media (max-width: 991px) {
		.custom-ws-mobile-wrap {
				white-space: normal !important;
		}
}

/*
* Circles
*/
.custom-circle {
		position: absolute;
		display: block;
		border-radius: 50%;
		display: block;
		z-index: 100;
		transform: translate(-50%, -50%);
}

.custom-circle-blur {
		filter: blur(3px);
}

.custom-circle-1 {
		width: 68px;
		height: 67px;
}

@media (max-width: 1799px) {
		.custom-circle-1 {
				display: none;
		}
}

.custom-circle-2 {
		width: 33px;
		height: 32px;
}

@media (max-width: 1799px) {
		.custom-circle-2 {
				display: none;
		}
}

.custom-circle-3 {
		width: 21px;
		height: 20px;
}

@media (max-width: 1799px) {
		.custom-circle-3 {
				display: none;
		}
}

.custom-circle-4 {
		width: 14px;
		height: 13px;
}

@media (max-width: 1799px) {
		.custom-circle-4 {
				display: none;
		}
}

/*
* Approach Img
*/
.approach-img {
		position: relative;
		display: block;
		background-image: url("../../img/demos/digital-agency-2/bg/bg-3.png");
		background-repeat: no-repeat;
		border-radius: 50%;
		min-width: 355px;
		min-height: 360px;
		max-width: 355px;
		max-height: 360px;
		margin: auto;
		width: 100%;
}

.approach-img .custom-circle-1 {
		display: block;
		width: 50%;
		height: 50%;
		background-color: white;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 113px;
}

.approach-img .custom-circle-2 {
		display: block;
		width: 25%;
		height: 25%;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url(../../img/demos/digital-agency-2/bg/bg-3.png);
		background-position: center;
		background-size: 500px;
}

.approach-img .custom-circle-our-approach-deco-1 {
		width: 33px;
		height: 31px;
		border-radius: 50%;
		top: 30px;
		left: 30px;
}

.approach-img .custom-circle-our-approach-deco-2 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		top: 25%;
		right: 2%;
		transform: translateY(-50%);
}

.approach-img .custom-circle-our-approach-deco-3 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		bottom: 0;
		left: 20%;
		transform: translateX(-50%);
}

/*
* Approach Img
*/
.approach-img {
		position: relative;
		display: block;
		background-image: url("../../img/demos/digital-agency-2/bg/bg-3.png");
		background-repeat: no-repeat;
		border-radius: 50%;
		min-width: 355px;
		min-height: 360px;
		max-width: 355px;
		max-height: 360px;
		margin: auto;
		width: 100%;
}

.approach-img .custom-circle-1 {
		display: block;
		width: 50%;
		height: 50%;
		background-color: white;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 113px;
}

.approach-img .custom-circle-2 {
		display: block;
		width: 25%;
		height: 25%;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url(../../img/demos/digital-agency-2/bg/bg-3.png);
		background-position: center;
		background-size: 500px;
}

.approach-img .custom-circle-our-approach-deco-1 {
		width: 33px;
		height: 31px;
		border-radius: 50%;
		top: 30px;
		left: 30px;
}

.approach-img .custom-circle-our-approach-deco-2 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		top: 25%;
		right: 2%;
		transform: translateY(-50%);
}

.approach-img .custom-circle-our-approach-deco-3 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		bottom: 0;
		left: 20%;
		transform: translateX(-50%);
}

/*
* Buttons
*/
.custom-btn-outline {
		border-width: 3px;
}

@-webkit-keyframes arrowMove {
		0% {
				position: relative;
				left: -1px;
		}
		50% {
				position: relative;
				left: 3px;
		}
		100% {
				position: relative;
				left: -1px;
		}
}

@keyframes arrowMove {
		0% {
				position: relative;
				left: -1px;
		}
		50% {
				position: relative;
				left: 3px;
		}
		100% {
				position: relative;
				left: -1px;
		}
}

.custom-btn-with-arrow:after {
		content: '\E800';
		font-family: 'Fontello';
		font-size: 18px;
		margin-left: 17px;
}

.custom-btn-with-arrow:hover:after {
		-webkit-animation: arrowMove 600ms ease;
						animation: arrowMove 600ms ease;
		-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
}

/*
* Approach Img
*/
.approach-img {
		position: relative;
		display: block;
		background-image: url("../../img/bg-3.jpg");
		background-repeat: no-repeat;
		border-radius: 50%;
		min-width: 355px;
		min-height: 360px;
		max-width: 355px;
		max-height: 360px;
		margin: auto;
		width: 100%;
}

.approach-img .custom-circle-1 {
		display: block;
		width: 50%;
		height: 50%;
		background-color: white;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 113px;
}

.approach-img .custom-circle-2 {
		display: block;
		width: 35%;
		height: 35%;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url(../../img/bg-4.jpg);
		background-position: center;
		background-size: 500px;
}

.approach-img .custom-circle-our-approach-deco-1 {
		width: 33px;
		height: 31px;
		border-radius: 50%;
		top: 30px;
		left: 30px;
}

.approach-img .custom-circle-our-approach-deco-2 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		top: 25%;
		right: 2%;
		transform: translateY(-50%);
}

.approach-img .custom-circle-our-approach-deco-3 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		bottom: 0;
		left: 20%;
		transform: translateX(-50%);
}


/* Custom SVG Line Animation */
@-webkit-keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}

.customSVGLineAnim {
		-webkit-animation-name: customSVGLineAnim;
						animation-name: customSVGLineAnim;
}

/* Custom Brands Colors */
.custom-spotify-hover-effect {
		transition: ease background 300ms;
}

.custom-spotify-hover-effect:hover {
		background: #24cf5f;
}

.custom-itunes-hover-effect {
		transition: ease background 300ms;
}

.custom-itunes-hover-effect:hover {
		background: #d948dd;
}

.custom-amazon-hover-effect {
		transition: ease background 300ms;
}

.custom-amazon-hover-effect:hover {
		background: #ff9b00;
}

.custom-googlemusic-hover-effect {
		transition: ease background 300ms;
}

.custom-googlemusic-hover-effect:hover {
		background: #f4522b;
}

/* Custom Tour Items Hover Effect */
.custom-tour-wrapper {
		position: relative;
		overflow: hidden;
}

.custom-tour-wrapper .custom-tour-stage {
		transition: ease transform 300ms;
}

.custom-tour-wrapper .custom-tour-stage > .custom-tour-item + .custom-tour-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate3d(0, 100%, 0);
}

.custom-tour-wrapper:not(.custom-tour-wrapper-static):hover > .custom-tour-stage {
		transform: translate3d(0, -100%, 0);
}

/* Custom Thumb Info */
.custom-thumb-info-style-1 .overlay:before {
		transition: ease all 300ms 0ms !important;
}

.custom-thumb-info-style-1:hover .overlay:before {
		opacity: 0.8 !important;
		background: #0c0c0c !important;
}

.custom-thumb-info-style-1 .thumb-info-title {
		padding: 28.8px 44.8px 36.8px 33.6px !important;
		padding: 1.8rem 2.8rem 2.3rem 2.1rem !important;
}

/*
* Feature Box Icon
*/
.feature-box .feature-box-icon.custom-feature-box-icon-size-1 {
		width: 3em;
		height: 3em;
		font-size: 20.8px;
		font-size: 1.3rem;
}

/*
* Form
*/
.custom-form-style-1 .form-control {
		padding: 10px 20px;
}

.custom-form-style-1 .form-control:not(textarea) {
		height: 55px;
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #777;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #777;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #777;
}

.custom-form-style-1 .form-control:-moz-placeholder {
		color: #777;
}

/*
* Progress Bars
*/
.custom-progress-bars-style-1 .progress {
		position: relative;
		height: 7px;
		background: #CCC;
}

.custom-progress-bars-style-1 .progress-bar-tooltip {
		background-color: transparent;
		color: #777;
		font-size: 14px;
		top: -30px;
		right: 0;
		opacity: 1;
}

.custom-progress-bars-style-1 .progress-bar-tooltip:after {
		border-color: transparent;
}

/*
* Custom Circles & Counters
*/
.custom-circles-group-1 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
}

.custom-circles-group-1 .circle-1 {
		width: 250px;
		height: 250px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 96px;
		margin-bottom: 6rem;
}

.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 50%;
		left: 50%;
		border-radius: 100%;
		transform: translate3d(-50%, -50%, 0);
}

.custom-circles-group-1 .circle-2 {
		top: 56%;
		left: 76%;
		width: 190px;
		height: 190px;
}

.custom-circles-group-1 .circle-3 {
		top: 75%;
		left: 53%;
		width: 170px;
		height: 170px;
}

@media (max-width: 767px) {
		.custom-circles-group-1 .circle-2 {
				left: 84%;
		}
		.custom-circles-group-1 .circle-3 {
				left: 40%;
		}
}

.custom-circle {
		position: absolute;
		border-radius: 100%;
}

.custom-circle.custom-circle-big {
		width: 52px;
		height: 52px;
}

.custom-circle.custom-circle-medium {
		width: 23px;
		height: 23px;
}

.custom-circle.custom-circle-small {
		width: 15px;
		height: 15px;
}

.custom-circle.custom-circle-extra-small {
		width: 10px;
		height: 10px;
}

.custom-circle.custom-circle-pos-1 {
		top: 25%;
		left: -13%;
}

.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
		top: 45%;
}

.custom-circle.custom-circle-pos-2 {
		top: 43%;
		left: -4%;
}

.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
		top: 77%;
		left: -1%;
}

.custom-circle.custom-circle-pos-3 {
		top: 9%;
		left: 17%;
}

.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
		top: 35%;
}

.custom-circle.custom-circle-pos-4 {
		top: 53%;
		left: 20%;
}

.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
		left: 107%;
}

.custom-circle.custom-circle-pos-5 {
		top: 61%;
		left: 39%;
}

.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
		top: 21%;
		left: 96%;
}

.custom-circle.custom-circle-pos-6 {
		top: 41%;
		left: 46%;
}

.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
		top: 28%;
		left: 119%;
}

.custom-circle.custom-circle-pos-7 {
		top: 30%;
		left: 104%;
}

.custom-circle.custom-circle-pos-8 {
		top: 7%;
		left: 114%;
}

.custom-circle.custom-circle-pos-9 {
		top: 76%;
		left: 27%;
}

.custom-circle.custom-circle-pos-10 {
		top: 10%;
		left: 114%;
}

.custom-circle.custom-circle-pos-11 {
		top: 6%;
		left: 117%;
}

.custom-circle.custom-circle-pos-12 {
		top: 9%;
		left: 119.3%;
}

.custom-circle.custom-circle-pos-13 {
		top: 6%;
		left: 120%;
}

.custom-circle.custom-circle-pos-14 {
		left: 60%;
		top: -15%;
}

.custom-circle.custom-circle-pos-15 {
		top: -11%;
		left: 60.7%;
}

.custom-circle.custom-circle-pos-16 {
		top: -13.9%;
		left: 62%;
}

.custom-circle.custom-circle-pos-17 {
		top: 6%;
		left: 105%;
}

.custom-circle.custom-circle-pos-18 {
		top: 8%;
		left: 106.9%;
}

.custom-circle.custom-circle-pos-19 {
		top: 9.5%;
		left: 108.4%;
}

.custom-circle.custom-circle-pos-20 {
		bottom: 5.5%;
		left: -7%;
}

.custom-circle.custom-circle-pos-21 {
		bottom: 4.5%;
		left: -8.6%;
}

.custom-circle.custom-circle-pos-22 {
		bottom: 2.7%;
		left: -6.8%;
}

.custom-circle.custom-circle-pos-23 {
		bottom: 2.5%;
		left: -8.5%;
}

.custom-circle.custom-circle-pos-24 {
		top: 38%;
		left: -14.5%;
}

.custom-circle.custom-circle-pos-25 {
		top: 12.5%;
		left: -8.5%;
}

.custom-circle.custom-circle-pos-26 {
		top: 25.5%;
		left: 0.5%;
}

.custom-circle.custom-circle-pos-27 {
		top: 46%;
		left: 44.5%;
}

.custom-circle.custom-circle-pos-28 {
		top: 26%;
		left: 107%;
}

.custom-circle.custom-circle-pos-29 {
		top: 6.5%;
		left: 110%;
}

.custom-circle.custom-circle-pos-30 {
		top: 36.5%;
		left: 119.5%;
}

.custom-circle.custom-circle-pos-31 {
		top: 66.5%;
		left: 23.7%;
}

.custom-circle.custom-circle-pos-32 {
		top: 79%;
		left: 20%;
}

.custom-circle.custom-circle-pos-33 {
		top: 82%;
		left: 24.2%;
}

.custom-circle.custom-circle-pos-34 {
		top: 86%;
		left: 20.2%;
}

.custom-circle.custom-circle-pos-35 {
		top: 84%;
		left: 69.5%;
}

.custom-circle.custom-circle-pos-36 {
		top: 89.3%;
		left: 74.3%;
}

.custom-circle.custom-circle-pos-37 {
		top: 13.1%;
		left: 69.5%;
}

.custom-circle.custom-circle-pos-38 {
		top: 11.5%;
		left: 80.7%;
}

.custom-circle.custom-circle-pos-39 {
		top: 5.4%;
		left: 75.7%;
}

.custom-circle.custom-circle-pos-40 {
		top: 5.4%;
		left: 82.7%;
}

.custom-circle.custom-circle-pos-41 {
		top: 86%;
		left: 103%;
}

.custom-circle.custom-circle-pos-42 {
		top: 88.8%;
		left: 104.6%;
}

.custom-circle.custom-circle-pos-43 {
		top: 91%;
		left: 105.8%;
}

.custom-circle.custom-circle-pos-44 {
		left: 103%;
		top: 10%;
}

.custom-circle.custom-circle-pos-45 {
		left: 104.7%;
		top: 14.1%;
}

.custom-circle.custom-circle-pos-46 {
		left: 106.2%;
		top: 10.4%;
}

.custom-circle.custom-circle-pos-47 {
		top: 86%;
		left: -3%;
}

.custom-circle.custom-circle-pos-48 {
		top: 95%;
		left: -2.5%;
}

.custom-circle.custom-circle-pos-49 {
		top: 93%;
		left: -4.5%;
}

.custom-circle.custom-circle-pos-50 {
		top: 97%;
		left: -4.3%;
}

.custom-dots-rect-1 {
		width: 103px;
		height: 138px;
		position: absolute;
		bottom: 50px;
		left: -104px;
		z-index: 0;
}

.custom-dots-rect-2 {
		width: 79px;
		height: 75px;
		position: absolute;
		bottom: -43px;
		right: -39px;
		z-index: 0;
}

.custom-dots-rect-3 {
		width: 99px;
		height: 119px;
		position: absolute;
		top: -77px;
		left: -71px;
		z-index: 0;
}

.custom-dots-rect-4 {
		position: absolute;
		top: -50px;
		right: -388px;
		width: 144px;
		height: 100px;
		transform: rotateX(180deg);
}

.custom-dots-rect-5 {
		position: absolute;
		bottom: -80px;
		left: -38px;
		width: 144px;
		height: 100px;
		transform: rotateX(180deg);
}

/*
* Curved Sections Top and Bottom
*/
.custom-section-curved-top-1 {
		position: absolute;
		top: -590px;
		left: 0;
}

.custom-section-curved-top-2 {
		position: absolute;
		top: -255px;
		left: 0;
}

.custom-section-curved-top-3 {
		position: absolute;
		top: -210px;
		left: 0;
}

.custom-section-curved-top-4 {
		position: absolute;
		top: -260px;
		left: 0;
		transform: rotateY(180deg);
}

.custom-section-curved-top-5 {
		position: absolute;
		top: -236px;
		left: -60px;
		width: 115%;
}

.custom-section-curved-top-6 {
		position: absolute;
		top: -560px;
		left: 0;
		transform: rotateY(180deg);
}

.custom-section-curved-top-7 {
		position: absolute;
		top: -269px;
		left: 0;
}

.custom-page-header-curved-top-1 {
		position: absolute;
		top: -575px;
		left: 0;
}

/* 
* Custom Animations
*/
@-webkit-keyframes expandInWithBlur {
		from {
				opacity: 0;
				filter: blur(10px);
				transform: scale(0.8);
		}
		to {
				opacity: 1;
				filter: blur(0px);
				transform: scale(1);
		}
}
@keyframes expandInWithBlur {
		from {
				opacity: 0;
				filter: blur(10px);
				transform: scale(0.8);
		}
		to {
				opacity: 1;
				filter: blur(0px);
				transform: scale(1);
		}
}

.expandInWithBlur {
		-webkit-animation-name: expandInWithBlur;
						animation-name: expandInWithBlur;
}

/*
* Custom Text Colors
*/
.custom-text-color-grey-1 {
		color: #777 !important;
}

.custom-text-color-grey-2 {
		color: #c0c1cc !important;
}

.custom-text-color-light-1 {
		color: #e0e0e0 !important;
}

/*
* Custom Background Colors
*/
.custom-bg-color-light-1 {
		background-color: #eff1f3 !important;
}

.custom-bg-color-light-2 {
		background-color: #eff1f3 !important;
}

.custom-bg-color-grey-1 {
		background-color: #b9b9b9 !important;
}

.custom-bg-color-grey-2 {
		background-color: #e4e4e4 !important;
}

/*
* General Custom Styles
*/
.custom-box-shadow-1 {
		box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1);
}

.custom-border-radius-1 {
		border-radius: 10px;
}

/*
* Custom Spacement Styles
*/
@media (min-width: 768px) {
		.custom-negative-margin-1 {
				margin-top: -390px;
		}
}

/*
* Custom Sizes
*/
.custom-font-size-1 {
		font-size: 1.3em !important;
}

.custom-height-1 {
		height: calc(100% + 7px) !important;
}

.custom-column-bg {
		position: relative;
}

.custom-column-bg:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 50vw;
		height: 100%;
		border-radius: 0 10px 10px 0;
		background: #212529;
		opacity: 0.6;
		transform: translate3d(0, -50%, 0);
		z-index: -1;
}

@media (max-width: 767px) {
		.custom-column-bg:before {
				width: 100%;
				border-radius: 10px;
		}
}

@media (max-width: 575px) {
		.custom-column-bg:before {
				width: calc(100% - 30px);
				margin-right: 15px;
		}
}

.box-shadow-custom {
		box-shadow: 10px 10px 100px -15px rgba(0, 0, 0, 0.15);
}

.micro-map .micro-map-map {
		float: left;
		width: 40%;
}

.micro-map .micro-map-info {
		float: left;
		width: 60%;
		min-height: 260px;
}

.micro-map .micro-map-info-detail {
		clear: both;
		padding: 25px;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.8;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #C72125;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 1px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
  opacity: 0.5;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #C72125;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 30px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 70px 0 25px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
.timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}

@media (min-width: 992px) {
	.custom-img-1 {
	position: absolute;
	top: -35%;
	right: -25px;
	}
}

.box {
  width: 100%;
  height: 100%;
}
.one-value {
  border-radius:  70px 0px 0px 70px;
}
.two-value {
  border-radius: 0px 70px 70px 0px;
}

/*----------------------------------------------
    VIDEO FRAME
----------------------------------------------*/

.video-frame {
  min-height: 200px;
}

@media (min-width: 539px) {
		.video-frame {
			min-height: 260px;
	}
}

@media (min-width: 767px) {
		.video-frame {
			min-height: 360px;
	}
}

@media (min-width: 1023px) {
		.video-frame {
			min-height: 400px;
	}
}

@media (min-width: 1439px) {
		.video-frame {
			min-height: 440px;
	}
}

/*----------------------------------------------
    MENU FONTS
----------------------------------------------*/

.menu-fonts {
  font-family: "Poppins", sans-serif !important;
}

@media (min-width: 992px) {
		.menu-fonts {
			font-family: 'PT Sans Narrow', sans-serif !important;
	}
}

@media (min-width: 1300px) {
		.menu-fonts {
			font-family: "Poppins", sans-serif !important;
	}
}

#skyline{
  width: auto;
  height: auto;
}
.skyline{
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  animation: dash 8s linear forwards;
}
@keyframes dash{
  to{
    stroke-dashoffset: 0;
  }
}

.login-box {
  padding: 0px;
  margin: 0px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #ffc600);
  animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
	0%{
		transform: translateX(-100%);
	}

	100%{
		transform: translateX(100%);
	}
}

.login-box a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ffc600);
  animation: btn-anim2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes btn-anim2 {
	0%{
		transform: translateY(-100%);
	}

	100%{
		transform: translateY(100%);
	}
}

.login-box a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent, #ffc600);
  animation: btn-anim3 2s linear infinite;
}

@keyframes btn-anim3 {
	0%{
		transform: translateX(100%);
	}

	100%{
		transform: translateX(-100%);
	}
}

.login-box a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ffc600);
  animation: btn-anim4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes btn-anim4 {
	0%{
		transform: translateY(100%);
	}

	100%{
		transform: translateY(-100%);
	}
}

.custom-negative-margin-top {
		margin-top: -40px;
}

/*
* Coaching Consulting
*/
.coaching-consulting .col-coaching-consulting-imgs .card {
		position: absolute;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
		z-index: 1;
		top: 0;
		right: -30px;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
		z-index: 3;
		bottom: -50px;
		left: 58%;
		transform: translateX(-50%);
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
		z-index: 2;
		left: 65px;
		bottom: 20%;
}

@media (max-width: 991px) {
		.coaching-consulting .col-coaching-consulting-imgs .card {
				position: relative;
				max-width: 30%;
				margin-top: 30px;
				transform: none !important;
				top: 0 !important;
				left: 0 !important;
				bottom: 0 !important;
				right: 0 !important;
				float: left;
				margin-right: 3.33%;
		}
}

.custom-divider > hr {
		height: 4px !important;
}

@-webkit-keyframes customLineAnim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 2500;
				stroke-dashoffset: 1600;
		}
}

@keyframes customLineAnim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 2500;
				stroke-dashoffset: 1600;
		}
}

.customLineAnim {
		-webkit-animation-name: customLineAnim;
						animation-name: customLineAnim;
}

@-webkit-keyframes customLineAnim2 {
		from {
				stroke-dasharray: 2650;
				stroke-dashoffset: 2650;
		}
		to {
				stroke-dasharray: 2650;
				stroke-dashoffset: 0;
		}
}

@keyframes customLineAnim2 {
		from {
				stroke-dasharray: 2650;
				stroke-dashoffset: 2650;
		}
		to {
				stroke-dasharray: 2650;
				stroke-dashoffset: 0;
		}
}

.customLineAnim2 {
		-webkit-animation-name: customLineAnim2;
						animation-name: customLineAnim2;
}

@-webkit-keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 60px;
		}
}

@keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 60px;
		}
}

.customLineProgressAnim {
		-webkit-animation-name: customLineProgressAnim;
						animation-name: customLineProgressAnim;
}