#bgMain1 {
	z-index: -1;
}

#sliderRightText {
	width: 60%;
	top: 0px;
	right: 0;
	z-index: 17;
}
#sliderRightText1 {
	font-size: 2.5vw;
	top: 24.5%;
	right: 28%;
	z-index: 18;
}
#sliderRightText2 {
	font-weight: bolder !important;
	font-size: 4vw;
	top: 33%;
	right: 24%;
	z-index: 18;
}
#sliderRightText3 {
	font-weight: bolder !important;
	font-size: 4vw;
	top: 53%;
	right: 24%;
	z-index: 18;
}

#sliderMan {
	width: 50%;
	bottom: -27%;
	left: 15%;
	z-index: 19;
}
#globe {
	width: 43%;
	bottom: -17%;
	left: 20%;
	z-index: 20;
}
#globeBelt {
	width: 15%;
	bottom: -14%;
	left: 28.8%;
	z-index: 21;
}
#slideMan {
	width: 10%;
	bottom: -0.5%;
	left: 44.8%;
	z-index: 17;
}
#stars {
	width: 20%;
	bottom: 27%;
	left: 22%;
	z-index: 17;
}
#heart {
	width: 7%;
	bottom: 40%;
	left: 22%;
	z-index: 17;
}

@media (max-width: 767px) {
	#bgMain1 {
		z-index: -1;
		width: 190% !important;
		left: -1px;
	}

	#sliderRightText {
		width: 105%;
		top: 0px;
		right: -25%;
		z-index: 17;
	}

	/* #sliderMan {
		width: 80%;
		bottom: -22%;
		left: -12%;
		z-index: 19;
	} */

	#sliderRightText1 {
		font-size: 5vw;
		top: 23%;
		right: 22%;
		z-index: 18;
	}
	#sliderRightText2 {
		font-weight: bolder !important;
		font-size: 7vw;
		top: 33%;
		right: 13%;
		z-index: 18;
	}
	#sliderRightText3 {
		font-weight: bolder !important;
		font-size: 7vw;
		top: 53%;
		right: 13%;
		z-index: 18;
	}

	#globe {
		width: 65%;
		bottom: -13%;
		left: 0%;
		z-index: 20;
	}
	#globeBelt {
		width: 22.5%;
		bottom: -10%;
		left: 14%;
		z-index: 21;
	}
	#slideMan {
		width: 17%;
		bottom: -0.5%;
		left: 37.5%;
		z-index: 17;
	}
	#stars {
		width: 28%;
		bottom: 33%;
		left: 5%;
		z-index: 17;
	}
	#heart {
		width: 11%;
		bottom: 40%;
		left: 6.5%;
		z-index: 17;
	}
}

body {
	height: 100vh !important;
}

.tblHeader {
	border-right: 0.35rem white;
	border-inline-end-style: solid;

	border-top: solid 0.35rem white;

	font-size: 2rem;
	border-top-left-radius: 4rem;
	text-align: center;
	/* height: 4rem; */
	line-height: 5rem;
}

.tblContent {
	border-top: solid 0.35rem white;
}

.custom-about-btm-border {
	border-bottom: solid 10px var(--dark);
}

#aboutTeamTabs li a img {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border: solid 4px var(--primary);
	width: 5rem;
}
#aboutTeamTabs li a {
	border: 0;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

#aboutTeamTabs {
	border-bottom: 0 !important;
	transition: transform 300ms ease-out;
	-webkit-transition: transform 300ms ease-out;
	-moz-transition: transform 300ms ease-out;
	-ms-transition: transform 300ms ease-out;
	-o-transition: transform 300ms ease-out;
}

#aboutTeamTabs a.nav-link.active {
	background-color: var(--light);
	border-top-right-radius: 3rem;
	border-top-left-radius: 3rem;
	height: 100%;
}

#aboutTeamTabs li a {
	padding: 0.5rem !important;
	margin-bottom: 1rem !important;
	/* display: block !important; */
}

@media (max-width: 575.98px) {
	/* #aboutTeamTabs a.nav-link.active {
		border-bottom-right-radius: 50%;
		border-bottom-left-radius: 50%;
		height: auto;
	} */
}

#rightArrowTestimonial {
	position: absolute;
	width: 15%;
	right: -5%;

	cursor: pointer;
	z-index: 900;
	background-image: linear-gradient(
		to right,
		rgba(255, 0, 0, 0),
		rgba(255, 255, 255, 1)
	);
}
#rightArrowTestimonial img {
	position: absolute;
	right: 3%;
	top: 20%;
	width: 80%;
}
#leftArrowTestimonial {
	position: absolute;
	width: 15%;
	left: -5%;

	cursor: pointer;
	z-index: 901;
	background-image: linear-gradient(
		to left,
		rgba(255, 0, 0, 0),
		rgba(255, 255, 255, 1)
	);
}
#leftArrowTestimonial img {
	position: absolute;
	left: 3%;
	top: 14%;
	width: 80%;
}

/* #leftArrowTestimonial {
	position: absolute;
	width: 10%;
	left: -5%;
	top: 30%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
	z-index: 901;
} */
