@charset "UTF-8";
/*
* SERVICES DETAILS------------------------------------------------------------------------
*/

.breadcrumbs-custom-4 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    text-align: center;
    background-color: #cccccc;
    z-index: 1;
}

.breadcrumbs-custom-content {
	position: relative;
	width: 85%;
	margin: -37px auto 0px auto;
    border-radius: 10px;
	align-content: center;
	padding: 30px 20px;
	min-height: 100px;
	z-index: 10;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width: 576px) {
    .breadcrumbs-custom-content {
		margin: -40px auto 0px auto;
		width: 75%;
	}
}

@media (min-width: 992px) {
    .breadcrumbs-custom-content {
		margin: -50px auto 0px auto;
		width: 50%;
	}
}

@media (min-width: 1200px) {
    .breadcrumbs-custom-4 {
        padding: 100px 0;
    }
}

.box-transform-wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.box-transform {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	will-change: transform;
	animation: bgPos 100s linear infinite;
	transform: translate3d(75px, -75px, 0) rotate(0.001deg);
	background-position: 50% 50%;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}

@keyframes bgPos {
	25% {
		transform: translate3d(150px, -150px, 0) rotate(0.001deg);
	}
	75% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

@media (max-width: 767px) {
	.box-transform-1 {
		padding-top: 56.25%;
	}
}

@media (max-width: 575px){
	.tabs-line .nav-link{
		font-size: 17px;
	}
}

.service-detail{
	text-align: left;
}
.service-detail .tittle-icon{
	font-size: 2.5rem;
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 4.25rem;
	align-self: center;
}
.service-detail .nav .nav-link {
	background: #FFFFFF;
	color: #E54C00;
	transition: 0.5s;
	font-size: 24px;
	max-height: 84px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.service-detail .nav .nav-link.active {
	background: #E54C00;
	color: #FFFFFF;
}

.service-detail .nav .nav-link.active h3 {
	color: #ffffff !important;
}

.service-detail .tab-content i{
	color: #E54C00;
}

@media (max-width: 576px) {
	.service-detail .nav .nav-link {
		font-size: 20px;
	}
}

/*
* END SERVICES------------------------------------------------------------------------
*/