
	.HKCL-section.full-width {
    /*padding: 60px 0;*/
}


.HKCL-call-to-action .call-to-action-wrapper {
    padding: 50px;
    background-size: cover;
    background-position: center right;
}

@media (max-width: 1366px)
.container-fluid {
    max-width: 1300px;
    margin: 0 auto;
}

.text-white {
    color: #ffffff;
}
.text-white {
    color: #fff!important;
}

@media screen and (min-width: 300px)
.HKCL-call-to-action .call-to-action-wrapper h5 {
    font-size: calc(18px + 8 * ((100vw - 300px) / 1620));
}
.HKCL-call-to-action .call-to-action-wrapper h5 {
    font-size: 18px;
}
.HKCL-call-to-action .call-to-action-wrapper h5 {
    font-family: "SFUIDisplay-Medium";
    color: #ffffff;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.text-center {
    text-align: center!important;
}

.btn.btn-animated.btn-blue.active.white {
    color: #ffffff;
}
@media screen and (min-width: 300px)
.btn.btn-animated {
    font-size: calc(14px + 6 * ((100vw - 300px) / 1620));
}
.btn.btn-animated {
    font-size: 14px;
}
.btn.btn-animated {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    font-family: inherit;
    padding: 15px 30px;
    line-height: 1.4;
    height: 60px;
}

.btn.btn-animated span {
    z-index: 10;
    position: relative;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.btn.btn-animated.btn-blue.active.white {
    color: #ffffff;
}
@media screen and (min-width: 300px)
.btn.btn-animated {
    font-size: calc(14px + 6 * ((100vw - 300px) / 1620));
}
.btn.btn-animated {
    font-size: 14px;
}

.btn.btn-animated.btn-blue.active:before {
    background: #FF4C00;
}
.btn.btn-animated:before {
    content: '';
    height: 60px;
    width: 60px;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    border-radius: 60px;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn.btn-animated.btn-blue.active.white {
    color: #ffffff;
}
@media screen and (min-width: 300px)
.btn.btn-animated {
    font-size: calc(14px + 6 * ((100vw - 300px) / 1620));
}

	.morecontent span {
	    display: none;
	}
	.morelink {
	    display: block;
	}
	
	img {
	vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

	
.directors-holder .team-member {
	padding: 15px 10px;
	width: 100%;
	overflow: hidden;
}

.directors-holder .team-member .team-image {
	margin: 0 auto;
	width: 180px;
	height: 180px;
	text-align: center;
}

.directors-holder .team-member .team-image .team-image-holder {
	overflow: hidden;
	border-radius: 50%;
	-webkit-transition: all 0.14s;
	transition: all 0.14s;
	border: 1px solid #e2e2e2;
}

.directors-holder .team-member .team-image img {
	display: inline-block;
}

.directors-holder .team-member .team-details {
	margin: 0 auto;
	width: 250px;
	padding: 20px 10px 0;
	text-align: center;
}

.directors-holder .team-member .team-member-title {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.directors-holder .team-member .team-member-title:before {
	position: absolute;
	top: 0;
	bottom: 1px;
	left: 0;
	z-index: -1;
	content: '';
	width: 0;
	background: #FF4C00 !important;
    background: -moz-linear-gradient(-45deg, #FF4C00 0%, #FF4C00 100%) !important;
    background: -webkit-linear-gradient(-45deg, #FF4C00 0%, #FF4C00 100%) !important;
    background: linear-gradient(135deg, #FF4C00 0%, #FF4C00 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF4C00', endColorstr='#FF4C00', GradientType=1);
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
}

.directors-holder .team-member:hover .team-image .team-image-holder,
.directors-holder .team-member:focus .team-image .team-image-holder {
	-webkit-box-shadow: 0 0 0 3px #5d5a5a !important;
	box-shadow: 0 0 0 3px #5d5a5a !important; 
}

.directors-holder .team-member:hover .team-member-title:before,
.directors-holder .team-member:focus .team-member-title:before {
	width: 100%;
}

.directors-holder .team-member:hover h6,
.directors-holder .team-member:focus h6 {
	color: #fff;
}

.directors-holder .team-member:hover .team-designation,
.directors-holder .team-member:focus .team-designation {
	color: #fff;
}

.directors-holder h6 {
	margin: 0 0 5px;
	font-size: 18px;
	-webkit-transition: all 0.14s;
	transition: all 0.14s;
	color:#000;
}

.directors-holder .team-designation {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.14s;
	transition: all 0.14s;
	color:#000;
}

.directors-holder .team-text {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
    font-weight: 300;
}

.directors-holder .btn-view {
	font-variant: small-caps;
}

.directors-holder [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 40px;
}

.directors-holder [class*="col-"]:last-child {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.directors-holder .team-member {
		display: table;
		table-layout: fixed;
	}
	.directors-holder .team-member .team-image {
		display: table-cell;
		vertical-align: top;
	}
	.directors-holder .team-member .team-details {
		padding-top: 0;
		padding-left: 30px;
		width: auto;;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}
	.directors-holder .team-member .team-member-title:before {
		left: -120px;
	}
	.directors-holder .team-member:hover .team-member-title:before,
	.directors-holder .team-member:focus .team-member-title:before {
		width: 150%;
	}
}

@media (min-width:992px) {
	.directors-holder .team-member:hover .team-member-title:before,
	.directors-holder .team-member:focus .team-member-title:before {
		width: 170%;
	}
	.directors-holder [class*="col-"]:nth-child(2n+1) {
		clear: left;
	}
	.directors-holder [class*="col-"]:nth-last-child(2) {
		margin-bottom: 0;
	}
}

@media (min-width:1200px) {
	.directors-holder .team-member:hover .team-member-title:before,
	.directors-holder .team-member:focus .team-member-title:before {
		width: 150%;
	}
}

.team-holder .team-member {
	width: 100%;
}

.team-holder .team-member .team-image {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: -webkit-box-shadow 0.14s;
	transition: -webkit-box-shadow 0.14s;
	transition: box-shadow 0.14s;
	transition: box-shadow 0.14s, -webkit-box-shadow 0.14s;
}

.team-holder .team-member .team-image img {
	position: relative;
	top: -20px;
	left: -20px;
	width: 220px;
	display: inline-block;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.team-holder .team-member .team-image:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.team-holder .team-member .team-image .image-hover {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	margin-top: -20px;
	width: 100%;
	text-align: center;
}

.team-holder .team-member .team-image .image-hover a {
	margin: 0 2px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	color: #555;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.team-holder .team-member .team-image .image-hover a+a {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.team-holder .team-member .team-image .image-hover a:hover,
.team-holder .team-member .team-image .image-hover a:focus {
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 3px #f6821f;
	box-shadow: 0 0 0 3px #f6821f;
}

.team-holder .team-member .team-details {
	margin: 0 auto;
	width: 250px;
	max-width: 100%;
	padding-top: 20px;
	text-align: center;
}

.team-holder .team-member .btn-view {
	font-variant: small-caps;
}

.team-holder .team-member:hover,
.team-holder .team-member:focus,
.team-holder .team-member.onn {
	outline: none;
}

.team-holder .team-member:hover .team-image,
.team-holder .team-member:focus .team-image,
.team-holder .team-member.onn .team-image {
	-webkit-box-shadow: 0 0 0 5px #f6821f;
	box-shadow: 0 0 0 5px #f6821f;
}

.team-holder .team-member:hover .team-image img,
.team-holder .team-member:focus .team-image img,
.team-holder .team-member.onn .team-image img {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.team-holder .team-member:hover .team-image:before,
.team-holder .team-member:focus .team-image:before,
.team-holder .team-member.onn .team-image:before {
	opacity: 1;
}

.team-holder .team-member:hover .team-image .image-hover a,
.team-holder .team-member:focus .team-image .image-hover a,
.team-holder .team-member.onn .team-image .image-hover a {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.team-holder .va-block.row {
	text-align: center
}

.team-holder .va-block.row [class*="col-"] {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.team-holder h6 {
	margin: 0 0 10px;
	font-size: 18px;
}

.team-holder .team-designation {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #888;
}

.team-holder [class*="col-"] {
	margin-bottom: 50px;
}

.team-holder [class*="col-"]:last-child {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.team-holder [class*="col-"]:nth-child(2n+1) {
		clear: left;
	}
	.team-holder [class*="col-"]:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.team-holder {}
	.team-holder .team-details {
		width: auto;
	}
	.team-holder [class*="col-"]:nth-child(2n+1) {
		clear: none;
	}
	.team-holder [class*="col-"]:nth-child(3n+1) {
		clear: left;
	}
	.team-holder [class*="col-"]:nth-last-child(-n+0) {
		margin-bottom: 0;
	}
}

@media (min-width:1200px) {
	.team-holder [class*="col-"]:nth-child(3n+1) {
		clear: none;
	}
	.team-holder [class*="col-"]:nth-child(4n+1) {
		clear: left;
	}
	.team-holder [class*="col-"]:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

.team-holder .team-member .team-image {
	border: 1px solid #e2e2e2;
}

.vision-mission .row, #content .vision-mission img {
    margin-bottom: 0px;
}
