/* ------------------------------- bootstrap & others css ------------------------------- */
body {
	overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
	-webkit-font-feature-settings: "lnum"; 
	-moz-font-feature-settings: "lnum"; 
	font-feature-settings: "lnum"; 
}
.button:active, button:active,
.button:focus, button:focus,
.button:hover, button:hover	{
    outline:none !important;
}
.f400	{
	font-weight: 400;
}
.f600	{
	font-weight: 600;
}
.f700	{
	font-weight: 700;
}
.f900	{
	font-weight: 900;
}

/* ------------------------------- add-on css ------------------------------- */

/* ------------------------------- navbar css ------------------------------- */
.navbar	{
	padding: 0 50px 10px 50px;
	margin: 0;
	-moz-box-shadow: 0 2px 2px rgba(68, 68, 68, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(68, 68, 68, 0.2);
	box-shadow: 0 2px 2px rgba(68, 68, 68, 0.2);
}
.navbar.navbar-light	{
	background-color: rgba(255, 255, 255, 0.95);
}
.navbar .navbar-brand	{
	margin-top: 5px;
}
.vl {
    border-left: 1px solid #353535;
    height: 20px;
    margin: 8px 20px 0 10px;
}
#navbarTG .nav-top	{
	font-size: 14px;
	margin: 10px 0 0 0;
}
#navbarTG .p-2	{
	padding: 0 !important;
}
#navbarTG .nav-bottom	{
	font-size: 14px;
	background-color: #2b86c8;
	margin-top: 2px;
}
.navbar-light .navbar-nav .active>.nav-link 	{
    color: #2b86c8 !important;
}
#navbarTG .nav-top li a:hover	{
	opacity: 0.7;
}
#navbarTG .nav-top li a	{
	color: #353535;
	padding-right: 15px;
}
#navbarTG .nav-bottom li a:hover	{
	opacity: 0.5;
}
#navbarTG .nav-bottom li a	{
	color: #ffffff;
	margin: 0 20px;
	padding: 5px 0;
}

@media screen and (max-width: 991px){
    .vl {
	    display: none;
	}
	.navbar	{
	padding: 5px 20px 5px 20px;
	text-align: center !important;
	}
	#navbarTG .nav-top	{
		margin-bottom: 10px;
	}
	#navbarTG .p-2	{
	padding: 10px 0 !important;
	}
	#navbarTG li	{
		font-size: 17px;
	}
	#navbarTG .nav-top li a	{
	padding: 6px 0;
	}
	#navbarTG .nav-bottom li a	{
	padding: 5px 0;
	}
	.navbar .navbar-brand	{
	margin-top: 0;
	}
}

/* ------------------------------- video header css ------------------------------- */
#TGVBG {
	position: relative;
	background-color: black;
	height: 92vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	background: url('../images/main/CIFC-BG.jpg');
	background-size: cover;
}
/* #TGVBG video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
} */
#TGVBG .container {
	position: relative;
	z-index: 2;
}
#TGVBG .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #1f2e35;
	opacity: 0.8;
	z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
	#TGVBG {
		background: url('../images/main/CIFC-BG.jpg');
	}
	/* #TGVBG video {
		display: none;
	} */
}
#TGVBG .header-intro div {
	margin-top: 15% !important;
}
#TGVBG .header-intro p	{
	font-size: 16px;
	margin: 0;
}
#TGVBG .header-intro p > span	{
	padding: 0 15px;
}
#TGVBG .header-intro h1	{
	width: 100%;
	font-size: 60px;
}
#TGVBG .header-intro h2	{
	font-size: 18px;
	margin: 10px 0 30px 0;
	line-height: 1.4em;
	width: 80%;
}
#TGVBG .header-intro .header-btn:hover	{
	opacity: 0.8;
}
#TGVBG .header-intro .header-btn:focus	{
	box-shadow: none !important;
	outline: none !important; 
}
#TGVBG .header-intro .header-btn	{
	border: 0;
	outline: none;
	border-radius: 20px;
	padding: 8px 30px;
	background-color: white;
	color: black;
}
@media screen and (max-width: 991px){
	#TGVBG {
		height: 92vh;
	}
	#TGVBG .header-intro h1	{
		width: 100%;
		font-size: 40px;
	}
	#TGVBG .header-intro h2	{
	font-size: 18px;
	margin: 10px 0 30px 0;
	}
	#TGVBG .header-intro p	{
	font-size: 14px;
	}
}

/* ------------------------------- about css ------------------------------- */
#About	{
	min-height: 600px;
	padding: 100px 0;
	text-align: center;
	color: #353535;
	background-color: #f6f6f6;
	background:  url('../images/main/bricks.png');
	background-size: 30%;
    background-repeat: repeat;
}

#About ul {
	font-size: 14px;
}

#About p {
	font-size: 15px
}

#About a:hover{
	text-decoration: none;
}

.card .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #1f2e35;
	opacity: 0.4;
	z-index: 1;
	border-radius: .25rem;
	transition: all .3s;
	animation-duration: .2s;
	display: flex;
	-ms-flex-align: center;
	justify-content: center;
}

.card .details {
	position: relative;
	z-index: 2;
}

.card.location-singapore {
	background: url('../images/CIFC/locations-singapore.jpg');
	background-position: center;
	background-size: cover;
	border: none;
	cursor: pointer;
}

.card.location-hongkong {
	background: url('../images/CIFC/locations-hongkong.jpg');
	background-position: center;
	background-size: cover;
	border: none;
	cursor: pointer;
}

.location-singapore:hover .overlay, .card.location-hongkong:hover .overlay  {
	opacity: .6;
	background-color: #182d30;
}

@media screen and (max-width: 991px){
	#About{
		padding: 100px 0;
	}
}
@media screen and (max-width: 500px){
	#About	{
		text-align: left;
	}
}

/* ------------------------------- Trainers css ------------------------------- */
#Trainers {
	background: url("../images/CIFC/trainers-bg.jpg");
	background-position: fixed;
	background-size: cover
}

#Trainers .container {
	height: 100vh;
}

#Trainers .nav-link{
	border: 1px solid #dc3535;
	color: white;
    font-weight: 700;
	font-size: 3vh;
}

#Trainers .nav-link.active{
	background-color: #dc3545;
	color: white;
    font-weight: 700;
    font-size: 3vh;
}

/* ------------------------------- pricing css ------------------------------- */
#Pricing .container {
	height: 100vh;
}

#Pricing #txt-price {
	font-size: 7vh;
	text-align: center;
}

#Pricing #download-agenda {
	border: 0;
	outline: none;
	border-radius: 20px;
	padding: 8px 30px;
	background-color: black;
	color: white;
	width: 35vh;
	text-align: center;
}

#Pricing #register {
	border: 0;
	outline: none;
	border-radius: 20px;
	padding: 8px 30px;
	background-color: #130A95;
	color: white;
	width: 35vh;
	text-align: center;
}

#Pricing #side-reg{
	background-image: url('../images/CIFC/reg-bg.jpg');
	background-size: cover;
	background-position-x: 90%;
}

#Pricing a:hover{
	text-decoration: none;
}


@media screen and (max-width: 991px){
	#Pricing {
		text-align: center;
	}
}

/* ------------------------------- footer css ------------------------------- */
footer	{
	min-height: 300px;
	padding: 30px 50px;
	background-color: #464a4c;
	color: #9ba6aa;
}
footer a:hover	{
	color: #50bfd1;
	text-decoration: none;	
}
footer a	{
	color: #f1f1f1;
}
footer .footer-top	{
	font-size: 14px;
}
footer .footer-top p	{
	margin-bottom: 8px;
}
footer .footer-top .footer-title	{
	height: 50px;
}
footer .footer-top .footer-title h6	{
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 3px;
	border-bottom: 1px #9ba6aa solid;
}
footer .footer-bottom	{
	margin-top: 30px;
	border-top: 1px solid #9ba6aa;
	padding-top: 10px;
}
footer .footer-bottom .footer-bottom-left a:hover	{
	color: #50bfd1;
}
footer .footer-bottom .footer-bottom-left a	{
	color: #f1f1f1;
	padding-right: 15px;
}
footer .footer-bottom .footer-bottom-left	{
	font-size: 22px;
}
footer .footer-bottom .footer-bottom-left span	{
	color: #f1f1f1;
}
footer .footer-bottom .footer-bottom-right	{
	text-align: right;
}
@media screen and (max-width: 991px){
	footer	{
		padding: 50px 20px;
	}
	footer .footer-top	{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px){
	footer .footer-bottom .footer-bottom-left span	{
		font-size: 16px;
	}
}
.footer-copyright	{
	font-size: 13px;
	padding: 25px 0 10px 0;
	background-color: #2f3335;
	text-align: center;
	color: #9ba6aa;
}