.business-template .navBreadcrumb .container {
	padding: 2% 5% 0;
}

.business-template .navBreadcrumb a {
	color: #28c2fe;
}

.business-template .container {
	max-width: 1300px;
}

/* Section Style Starts  */
.complete-it .graphicTop .container {
	margin: 3% auto 0;
	padding: 3% 0 0;
}

.complete-it .animateBg {
	/*background: url(/resources/images/business/solutions/complete-it/FPO-CompleteIT.png) no-repeat top center*/
	/* background-size: 100%; */
	height: 100%;
	overflow: visible;
	display: block;
	max-height: 460px;
}

.complete-it .completeITVideo {
	width: 100%;
	display: block;
}

.complete-it .completeITVideo_mo {
	display: none;
}
/* Section Style Ends */

/* Section Style Starts */
.business-template .more-info {
	background-color: transparent;
}

.business-template .more-info .title {
	text-align: left;
	margin-bottom: 20px;
}

.business-template .more-info .description {
	margin-bottom: 40px;
}

.business-template .button {
	max-width: 288px;
	width: 100%;
	font-size: 18px;
}
/* Section Style Ends */

/* Section Style Starts */
.business-template .classification-details .text ul {
	list-style: disc;
	padding: 0 0 0 50px;
}

.business-template .classification-details .text ul li {
	margin: 10px 0;
	font-size: 18px;
}

.business-template .classification-details .block .image {
    min-width: 102px;
    max-width: 102px;
    width: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    max-height: 102px;
    display: flex;
    min-height: 102px;
    justify-content: center;
    align-items: center;
}

.business-template .classification .container-wrapper>div {
	flex-basis: 15%;
	flex-grow: 1;
}

/* .business-template .classification-details .block .sub-title {
} */
/* Section Style Ends */

/* iframe Widget */
.business-template .classification-details .iframe-widget {
	background-color: #ffffff;
	border-radius: 6px;
	padding: 4%;
	width: 93%;
	margin-top: 5%;
	display: inline-flex;
}

.business-template .iframe-wrap {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	margin: 0 auto;
	transition: all .6s linear;
}

.business-template .iframe-wrap iframe {
	width: 100%;
	height: 168.75px;
	transition: all .6s linear;
}

.business-template .iframe-widget .text {
	color: #505050;
	padding: 0 5%;
	flex-grow: 1;
	flex-basis: 50%;
}

.business-template .iframe-widget .text .sub-title {
	font-weight: 500;
}

/* Section Style Starts */
.business-template .classification.threePilars {
	background-color: #EFEFEF;
}

.business-template .classification.threePilars .container-wrapper>div {
	flex: inherit;
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 20px 10px;
	justify-content: flex-start;
	height: 540px;
}

.business-template .classification.threePilars .container-wrapper .subtitle
	{
	font-size: 24px;
	font-weight: 500;
}

.business-template .classification.threePilars .description {
	max-width: 318px;
	font-size: 19px;
}

.business-template .classification.threePilars .container-wrapper>div a
	{
	color: #fff;
	margin: 30px auto 0
}

.business-template .classification.threePilars .container-wrapper>div a:HOVER
	{
	color: #28C2FE;
}

.business-template .classification.threePilars .container-wrapper>div img,
	.business-template .classification.threePilars .container-wrapper>div iframe
	{
	max-width: 318px;
	margin: 3rem 0;
	max-height: 191px;
	height: 100%;
	width: 100%;
}
/* Section Style Ends */

@media ( max-width : 1024px) {
	.complete-it .animateBg {
		max-height: 380px;
	}
}

@media ( max-width : 768px) {
	.complete-it .animateBg {
		max-height: 280px;
	}
	.complete-it .completeITVideo {
		display: none;
	}
	.complete-it .completeITVideo_mo {
		display: block;
		width: 100%;
	}
	.business-template .classification-details .iframe-widget {
		display: block;
	}
}

@media ( max-width : 600px) {
	.business-template .header .title {
		font-size: 30px;
	}
	.business-template .header .sub-title {
		font-size: 14px;
	}
	.complete-it .graphicTop .container {
		margin: 3% 0 0;
		padding: 5% 0;
	}
	.complete-it .animateBg {
		max-height: 230px;
	}
	.business-template .classification .container-wrapper>div {
		flex-basis: inherit;
	}
	.business-template .classification-details .block .image {
	    margin-bottom: 20px;
	}
	.business-template .iframe-wrap {
		width: 275px;
		max-width: 275px;
		min-width: 275px;
		margin: 0 auto;
	}
	.business-template .iframe-wrap iframe {
		height: 154.688px;
	}
}

@media ( max-width : 400px) {
	.complete-it .animateBg {
		max-height: 140px;
	}
	.business-template .iframe-wrap {
		width: 235px;
		max-width: 235px;
		min-width: 235px;
	}
	.business-template .iframe-wrap iframe {
		height: 132.188px;
	}
}
