@media (max-width: 1025px) and (min-width: 1023px) {
	.elementor-inner-section.elementor-section-boxed {
		max-width: 90% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

.master-link {
	display: inline-block;
	color: #777;
	font-weight: 500;
	transition: .3s;
}

.master-link .icon {
	color: #f5ad0d;
	display: inline-block;
}

.master-link.icon-right .icon {
	margin-left: 15px;
}

.master-link:hover {
	color: #f5ad0d;
}

.master-link:hover .icon {
	animation: .3s link-icon linear;
}

@keyframes link-icon {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	
	49% {
		transform: translateX(20px);
		opacity: 0;
	}
	
	50% {
		transform: translateX(-20px);
		opacity: 0;
	}
	
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.master-heading {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.align-center .master-heading {
	align-items: center;
}

.master-heading .main-heading {
	margin-bottom: 0;
	margin-bottom: 22px;
}

@media (max-width: 576px) {
	.master-heading .main-heading {
		font-size: 28px;
	}
}

.headline-2 {
	font-size: 24px;
	margin-bottom: 28px;
}

.item-carousel {
	width: 100%;
	transition: 0s !important;
}

@keyframes circle-fade-before {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes circle-fade-after {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}

.master-partner {
	transition: transform .3s !important;
}

.master-partner:hover {
	transform: scale(1.04);
}

.master-service {
	position: relative;
	transition: box-shadow .3s, transform .3s !important;
	border-color: #e7e7e7;
}

.master-service .content-wrap {
	padding: 33px 35px 57px;
	transition: .5s;
	border-color: #e7e7e7;
}

.master-service .headline-2 {
	transition: .3s;
	margin-bottom: 34px;
}

.master-service .desc {
	position: relative;
	margin-bottom: 32px;
	transition: .3s;
}

.master-testimonial {
	position: relative;
	border-color: #e7e7e7;
	background-color: #fff;
	transition: box-shadow .3s, transform .3s !important;
}

.master-testimonial .name {
	font-size: 20px;
	margin-bottom: 2px;
}

.master-testimonial .role {
	font-size: 14px;
	margin-bottom: 18px;
	color: #999;
}

.master-testimonial .content-wrap {
	padding: 60px 35px 56px;
}

.master-testimonial .quotes {
	font-size: 30px;
	color: #f5ad0d;
	margin-bottom: 14px;
	line-height: 1;
}

.master-testimonial .quotes svg {
	width: 30px;
	fill: #f5ad0d;
}

.master-testimonial .comment {
	margin-bottom: 27px;
}

.master-testimonial .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #cacaca;
}

.align-center .master-testimonial .avatar {
	margin: 0 auto;
}

.master-testimonial .rating {
	max-width: 100px;
}

.align-center .master-testimonial .rating {
	margin: 0 auto;
}

.avatar-absolute .master-testimonial {
	margin-top: 50px;
}

.avatar-absolute .master-testimonial .content-wrap {
	padding-top: 76px;
}

.avatar-absolute .master-testimonial .avatar {
	position: absolute;
	top: -50px;
	left: 0;
}

.avatar-absolute.align-center .master-testimonial .avatar {
	transform: translateX(-50%);
	left: 50%;
}

.hover-effect-style-1 .master-testimonial:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #f5ad0d;
	transition: .3s;
	content: "";
}

.hover-effect-style-1 .master-testimonial:hover:after {
	height: 7px;
}

.hover-effect-style-2 .master-testimonial:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #f5ad0d;
	transition: .3s;
	content: "";
	clip-path: polygon(100% 0, 100% 0, 100% 0);
}

.hover-effect-style-2 .master-testimonial:hover:before {
	clip-path: polygon(100% 100%, 0 0, 100% 0);
}

.hover-effect-style-3 .master-testimonial:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #f5ad0d;
	transition: .3s;
	content: "";
}

.hover-effect-style-3 .master-testimonial:hover:after {
	height: 7px;
}

.hover-effect-style-3 .master-testimonial:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #f5ad0d;
	transition: .3s;
	content: "";
	clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
}

.hover-effect-style-3 .master-testimonial:hover:before {
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@keyframes hide-show {
	0% {
		opacity: 0;
	}
	
	66.6% {
		opacity: 0;
	}
	
	66.7% {
		opacity: 1;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes reveal-from-left {
	0% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	
	66.6% {
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	
	66.7% {
		-webkit-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	
	100% {
		-webkit-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
}

@keyframes reveal-from-right {
	0% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	
	66.6% {
		-webkit-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	
	66.7% {
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	
	100% {
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
}