/* Navigation */
.navi>li>a {
	color: #ffffff;
}

.navi-left:after,
.navi-right:after {
	background: #ffffff;
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	background-color: #ffffff;
}

.hamburger-menu p {
	color: #ffffff;
}

.admin-login a img {
	filter: invert(0);
}

.side-menu-list ul li a {
	letter-spacing: 0.6px;
}

/* Home Title */
.home-title {
	bottom: 20%;
	top: unset;
}

/* Part Of Family */
.family-title {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 16%;
	width: 800px;
}

.family-title h1 {
	color: #ffffff;
	font-family: hgs4;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.family-title h1 span {
	font-weight: 600;
}

.family-title hr {
	margin: 15px auto;
}

.family-title p {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.9;
	margin-bottom: 10px;
}

.big-family {
	margin: auto;
	width: 100%;
}

.big-family img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.navi>li>a {
		font-weight: 500;
		letter-spacing: 1px;
	}

	header.navbar.affix .admin-login a img {
		filter: unset !important;
	}
}

@media screen and (max-width: 991px) {
	.admin-login a img {
		filter: unset !important;
	}
}

@media screen and (max-width: 1200px) {
	.family-title {
		top: 12%;
	}

	.family-title h1 {
		font-size: 55px;
	}

	.family-title p {
		font-size: 14px;
	}

	.family-title p span {
		font-family: hgs4;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 1024px) {
	.family-title {
		width: 500px;
	}

	.family-title h1 {
		font-size: 40px;
	}

	.family-title p {
		margin-bottom: 0;
	}

	.family-title p span {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991px) {
	.navbar {
		position: relative;
	}

	.home-title {
		bottom: 12%;
	}
}

@media screen and (max-width: 767px) {
	.family-title {
		top: 8%;
	}

	.family-title p span {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.home-event-width {
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.new-about-us-content {
		padding: 5rem 15px;
	}

	.family-title {
		width: 90%;
	}

	.family-title h1 {
		font-size: 32px;
	}

	.family-title hr {
		margin: 5px auto;
	}
}

@media screen and (max-width: 500px) {
	.family-title {
		top: 5%;
		width: 95%;
	}
}

@media screen and (max-width: 450px) {
	.family-title p {
		line-height: 1.3;
		font-size: 13px;
	}

	.family-title h1 {
		font-size: 28px;
	}
}

@media screen and (max-width: 320px) {
	.home-bg-img {
		margin-top: 0;
	}
}


/* Member Pages */
.member-images-bg{
	position: relative;
}

.member-images-bg img {
	width: 100%;
}

.member-images-bg .team-title {
	cursor: pointer;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    width: fit-content;
    width: -moz-fit-content;
}

.member-images-bg .team-title h2 {
	animation-delay: 1.8s;
	color: #ffffff;
	font-size: 50px;
	margin: 0;
	text-transform: uppercase;
}

.member-images-bg .team-title p {
	animation-delay: 1.8s;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

.grid-container {
	columns: 3;
	column-gap: 0;
	padding: 3rem 0;
}

.grid-container.founders {
   columns: 2;
}

.grid-container .grid-item {
	break-inside: avoid;
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 100%;
}

.grid-item>div {
	align-items: center;
	display: grid;
	height: 260px;
}

.grid-item > div h2 {
	background-color: #132834;
	color: #ffffff;
	font-family: 'hgs4', sans-serif;
	font-size: 50px;
	font-weight: 200;
	margin: 30px 10px 10px 40px;
	padding: 5px 25px 0 15px;
	position: relative;
	text-transform: uppercase;
	width: fit-content;
	width: -moz-fit-content;
}

.grid-item > div h2::before {
	color: #dcdcdc;
	content: 'FOUNDERS';
	font-family: 'hgs4', sans-serif;
	font-size: 60px;
	font-weight: 200;
	left: -40px;
	position: absolute;
	top: -30px;
	z-index: -1;
}

.grid-item img {
	transition: transform .5s ease;
	-webkit-transition: all .5s ease;
	width: 100%;
}

.grid-item a {
	display: block;
	overflow: hidden;
}

.grid-item:hover img {
	transform: scale(1.1);
	-webkit-transform: translateZ(0) scale(1.1);
}

.grid-item h4 {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1;
    margin: 0 0 0 15px;
	opacity: 0;
	position: absolute;
	transform: translateY(0);
	transition: transform 0.5s ease;
}

.grid-item h4 span {
	font-size: 16px;
	font-weight: 300;
}

.grid-item:hover h4 {
	opacity: 1;
	transform: translateY(-65px);
}

.lb-outerContainer {
	background-color: transparent;
}

.lightbox .lb-image {
	border: none;
}

.sales-manager-padding {
	padding: 3rem 0;
}

.sales-manages-title {
	position: relative;
}

.sales-manages-title h2 {
	background-color: #B16B69;
	color: #ffffff;
	font-family: 'hgs4', sans-serif;
	font-size: 40px;
	font-weight: 200;
	margin: 30px 10px 10px 60px;
	padding: 5px 45px 0 15px;
	position: relative;
	text-transform: uppercase;
	width: fit-content;
	width: -moz-fit-content;
}

.sales-manages-title h2:before {
	color: #DCDCDC;
	content: 'SALES MANAGERS';
	font-family: 'hgs4', sans-serif;
	font-size: 50px;
	font-weight: 200;
	left: -40px;
	position: absolute;
	top: -30px;
	z-index: -1;
}

.members-search {
	border: none;
	margin: 0;
	padding: 3rem 0;
}

.members-search > div {
	margin-bottom: 2rem;
	position: relative;
}

.members-search > div h2 {
	background-color: #776A63;
	color: #ffffff;
	font-family: 'hgs4', sans-serif;
	font-size: 40px;
	font-weight: 200;
	margin: 30px 10px 10px 60px;
	padding: 5px 50px 0 15px;
	position: relative;
	text-transform: uppercase;
	width: fit-content;
	width: -moz-fit-content;
}

.members-search > div h2:before {
	color: #DCDCDC;
	content: 'OUR MEMBERS';
	font-family: 'hgs4', sans-serif;
	font-size: 50px;
	font-weight: 200;
	left: -40px;
	position: absolute;
	top: -30px;
	z-index: -1;
}

.members-search form label {
	width: 30%;
}

.members-search form input#submit {
	border: none;
}

.members-search h3 {
	border-bottom: 1px solid #132834;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	margin: 1rem auto;
	text-transform: uppercase;
	width: fit-content;
	width: -moz-fit-content;
}

.panel-body ul {
    text-align: center;
}

.panel-body ul li {
	height: 150px;
	text-align: left;
	width: 30%;
}


.panel-body ul li p {
	font-size: 13px !important;
	font-weight: 600;
    margin-bottom: 5px;
}

p.member-name span,
p.member-rank span,
p.member-code span {
    font-size: 12px;
    font-weight: 400;
}



.grid-container.gridcol2 { columns: 2; }
.titled1 h2 {
	background-color: #B16B69;
	color: #ffffff;
	font-family: 'hgs4', sans-serif;
	font-size: 40px;
	font-weight: 200;
	margin: 30px 10px 10px 60px;
	padding: 5px 45px 0 15px;
	position: relative;
	text-transform: uppercase;
	width: fit-content;
	width: -moz-fit-content;
}

.titled1 h2:before {
	color: #DCDCDC;
	content: ''attr(data-title)'';
	font-family: 'hgs4', sans-serif;
	font-size: 50px;
	font-weight: 200;
	left: -40px;
	position: absolute;
	top: -30px;
	z-index: -1;
}
.multiple-items .slick-track { display: inline-flex !important; width: auto !important; }
.multiple-items .slick-slide { padding: 0 5px; }

.familymember-wrap { padding: 80px 10px; }
.familymember-wrap .ftitle { margin: auto; text-align: center; }
.familymember-wrap .ftitle h1 { color: #333; font-family: hgs4; font-weight: 300; line-height: 1; text-transform: uppercase; }
.familymember-wrap .ftitle h1 span { font-weight: 600; }
.familymember-wrap .ftitle hr { margin: 15px auto; }
.familymember-wrap .ftitle p { color: #333; font-size: 12px; font-weight: 400; line-height: 1.9; margin-bottom: 10px; }



@media screen and (max-width: 1024px) {
	.grid-item > div h2,
	.sales-manages-title h2,
	.members-search > div h2 {
		font-size: 30px;
	}

	.grid-item > div h2::before {
		font-size: 50px;
	}

	.sales-manages-title h2:before,
	.members-search > div h2:before {
		font-size: 34px;
		top: -20px;
	}

	.grid-item h4 {
		font-size: 18px;
	}

	.grid-item h4 span {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.member-container {
		padding: 0 15px;
	}

	.member-images-bg .team-title {
		top: 20%;
	}
	
	.sales-manager-padding {
		padding: 2rem 0 0;
	}

	.members-search form label,
	.members-search form input#submit {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.container-fluid {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.grid-container {
		columns: 2;
	}

	.grid-container .grid-item h4 {
		bottom: 26px;
		opacity: 1 !important;
		transform: unset !important;
		transition: unset;
		z-index: 3;
	}

	.grid-item:hover img {
		transform: unset;
	}

	.member-images-bg .team-title h2 {
		font-size: 40px;
	}

	.member-images-bg .team-title p {
		font-size: 12px;
	}

	.panel-body {
		padding: 0;
	}
}

@media screen and (max-width: 500px) {
	.grid-item > div h2::before,
	.sales-manages-title h2::before,
	.members-search > div h2::before {
		content: '';
	}
	
	.grid-item > div h2,
	.sales-manages-title h2,
	.members-search > div h2 {
		margin: auto;
	}

	.panel-body ul li {
		height: 200px;
	}

	.member-images-bg .team-title h2 {
		font-size: 34px;
	}

	.member-images-bg .team-title p {
		font-size: 10px;
	}
}