.aboutpage .our-products,
.aboutpage .our-products .heading,
.aboutpage .our-products .about-content,
.aboutpage .our-team,
.aboutpage .our-team .heading,
.aboutpage .our-team .first-row .details.current-0 .name,
.aboutpage .our-team .first-row .details.current-1 .name,
.aboutpage .our-team .first-row .details.current-2 .name,
.aboutpage .our-team .first-row .details.current-0 .about,
.aboutpage .our-team .first-row .details.current-1 .about,
.aboutpage .our-team .first-row .details.current-2 .about,
.aboutpage .our-team .first-row .details.current-0 .experience,
.aboutpage .our-team .first-row .details.current-1 .experience,
.aboutpage .our-team .first-row .details.current-2 .experience,
.aboutpage .our-team .second-row .details.current-3 .name,
.aboutpage .our-team .second-row .details.current-3 .about,
.aboutpage .our-team .second-row .details.current-3 .experience,
.aboutpage .our-team .second-row .details.current-4 .name,
.aboutpage .our-team .second-row .details.current-4 .about,
.aboutpage .our-team .second-row .details.current-4 .experience,
.aboutpage .banner .banner-image img,
.aboutpage .banner .banner-text h1
{
	opacity: 0;
}

.banner img{   width: 100%; }
.banner .w3-display-middle{
	width: 100%;
}
.heading h1:after{
	content: "";
	width: 80px;
	display: block;
	box-sizing: border-box;
	padding-top: 30px;
    margin: 0 auto;
	border-bottom: 5px solid #DC2E27;
}
.aboutpage .banner-text{
	max-width: 800px;
}
.aboutpage .banner-text h1{
	text-align: center;
}
.aboutpage .our-products{
	line-height: 18px;
	letter-spacing: 1.14px;
}
.aboutpage .section .our-team .details h5 {
	color: #1B3552;
	letter-spacing: 1.14px;
	line-height: 20px;
	text-align: left;
}
.aboutpage .section .our-team .details{
	box-sizing: border-box;
    padding: 0px 30px 0px 30px;
    margin-bottom: 70px; 	
}
.aboutpage .section .our-team .second-row{
    max-width: 740px;
    margin: 0 auto;
}
.aboutpage .section .our-team .details .about {
	font-family: 'proxima_nova_altbold';
	min-height: 44px;
    font-size: 13px;
    letter-spacing: 0.83px;
    line-height: 18px;
    margin: 20px 0px 0px 0px;
    color: #1B3552;
}


.error-msg{
	display: none;
	font-size: 12px;
    color: #DC2E27;
    font-weight: 700;
}


/*contact page end*/

@media (min-width: 992px) and (max-width: 1199px) {
	.aboutpage .our-products .about-content{
		padding: 0px 20px; 
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.aboutpage .our-products .about-content{
		padding: 0px 20px; 
	}
	.aboutpage .our-products,
	.aboutpage .our-products .heading,
	.aboutpage .our-products .about-content,
	.aboutpage .our-team,
	.aboutpage .our-team .heading,
	.aboutpage .our-team .first-row .details.current-0 .name,
	.aboutpage .our-team .first-row .details.current-1 .name,
	.aboutpage .our-team .first-row .details.current-2 .name,
	.aboutpage .our-team .first-row .details.current-0 .about,
	.aboutpage .our-team .first-row .details.current-1 .about,
	.aboutpage .our-team .first-row .details.current-2 .about,
	.aboutpage .our-team .first-row .details.current-0 .experience,
	.aboutpage .our-team .first-row .details.current-1 .experience,
	.aboutpage .our-team .first-row .details.current-2 .experience,
	.aboutpage .our-team .second-row .details.current-3 .name,
	.aboutpage .our-team .second-row .details.current-3 .about,
	.aboutpage .our-team .second-row .details.current-3 .experience,
	.aboutpage .our-team .second-row .details.current-4 .name,
	.aboutpage .our-team .second-row .details.current-4 .about,
	.aboutpage .our-team .second-row .details.current-4 .experience,
	.aboutpage .banner .banner-image img,
	.aboutpage .banner .banner-text h1
	{
		opacity: 1;
	}

}

@media(max-width: 767px) {
	.aboutpage .our-products .about-content{
		padding: 0px; 
	}
	.aboutpage .section .our-team .details .about {
		min-height: auto;
		margin: 10px 0px 0px 0px;
	}
	.aboutpage .section .our-team .details {
		margin-bottom: 20px;
		padding: 0px;
	}
	.aboutpage .our-products,
	.aboutpage .our-products .heading,
	.aboutpage .our-products .about-content,
	.aboutpage .our-team,
	.aboutpage .our-team .heading,
	.aboutpage .our-team .first-row .details.current-0 .name,
	.aboutpage .our-team .first-row .details.current-1 .name,
	.aboutpage .our-team .first-row .details.current-2 .name,
	.aboutpage .our-team .first-row .details.current-0 .about,
	.aboutpage .our-team .first-row .details.current-1 .about,
	.aboutpage .our-team .first-row .details.current-2 .about,
	.aboutpage .our-team .first-row .details.current-0 .experience,
	.aboutpage .our-team .first-row .details.current-1 .experience,
	.aboutpage .our-team .first-row .details.current-2 .experience,
	.aboutpage .our-team .second-row .details.current-3 .name,
	.aboutpage .our-team .second-row .details.current-3 .about,
	.aboutpage .our-team .second-row .details.current-3 .experience,
	.aboutpage .our-team .second-row .details.current-4 .name,
	.aboutpage .our-team .second-row .details.current-4 .about,
	.aboutpage .our-team .second-row .details.current-4 .experience,
	.aboutpage .banner .banner-image img,
	.aboutpage .banner .banner-text h1
	{
		opacity: 1;
	}
}

