.About .page-header {
	text-align: center;
	margin-top: 72px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 58px;
	position: relative;
	
}
.About .main-container-wrapper {
	padding-bottom: 50px;
}

.About .page-header span,
.About .page-header .page-title {
	font-size: 40px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0;
	position: relative;
	
}

.About .page-header span:after,
.About .page-header .page-title:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background: #333;
	width: 65px;
	height: 3px;
	border-radius: 10px;
}
.partner-logos .view-content .views-row {
    float: left;
    margin-right: 35px;
    margin-bottom: 50px;
    height: 84px;
}
.About p {
    color: #4d4d4d;
}
.About .block-title {
	font-size: 18px;
	font-weight: 700;
	color: #4d4d4d;
	margin-bottom: 26px;
	margin-top: 29px;
}
.About .about-btn {
    text-align: center;
}
.About .btn,
.About .btn:active:focus {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin-top: 18px;
	margin-bottom: 0px;
	width: 145px;
	height: 42px;
	text-align: center;
	padding: 10px 5px;
}
.About .btn:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}
.About .banner-wrapper .banner-title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 100%;
}
.About .banner-wrapper .banner-title h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	margin: 0;
}
.About .play-video {
	background: transparent url(../images/Youtube_Icon_transparent.png) no-repeat scroll 0 0;
	bottom: 0;
	float: none;
	height: 42px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -ms-calc(50% - 0px);
	top: -moz-calc(50% - 0px);
	top: -webkit-calc(50% - 0px);
	top: calc(50% - 0px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	cursor: pointer;
}
.About .video-column .thumbnail-wrapper {
	cursor: pointer;
}
.About .video-column .thumbnail-wrapper img {
	width: 100%;
}
.About .video-column .thumbnail-wrapper:hover .play-video,
.About .video-column .play-video:hover {
    background: transparent url(../images/Youtube_Icon.png) no-repeat scroll 0 0;
}
.About .video-column .video-wrapper {
    position: absolute;
    left: 15px;
    top: 0;
    width: -ms-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -ms-calc(100% - 33px);
    height: -moz-calc(100% - 33px);
    height: -webkit-calc(100% - 33px);
    /*height: calc(100% - 33px);*/
	height: 100%;
	width: 100%;
	left: 0;
}
.About .video-column.video-active .thumbnail-wrapper,
.About .video-active .play-video {
	opacity: 0;
}
.About .video-active .video-wrapper {
	display: block!important;
}
.About .video-wrapper iframe {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.About .our-partners .block-title {
	margin-bottom: 21px;
	margin-top: 43px;
}
.About .partner-logos {
	margin-top: 27px;
}
.About .video-column .views-field-title {
	padding-top: 10px;
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
}
.About .video-column {
    padding: 0 10px;
}
.video-thumbnail-wrapper {
	position: relative;
	margin-bottom: 10px;
}


/* 11-04-2019*/
.about-us-intro table{
	width: 85%;
    margin: 0 auto;
}
.about-us-intro table .background-fill {
	background: #EAE9EC;
}
.about-us-intro table tbody>tr:first-child>td{
	background: #4D5863;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #fff;
}
.about-us-intro table tbody>tr:first-child>td{
	margin-bottom: 0;
	color: #fff;
}
.about-us-intro table td {
    padding: 4px 10px;
}
.about-us-intro table td p{
	margin-bottom: 0;
}
.about-us-intro table tr {
    border-bottom: 1px solid #ccc;
}
.about-us-intro table tbody{
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}