:root {
	--light-blue: #49a3f1 !important;
	--dark-blue: #1a73e8 !important;
	--light-orange: #ffa726 !important;
	--dark-orange: #fb8c00 !important;
	--bg-blue: linear-gradient(195deg,#49a3f1,#1a73e8) !important;
	--bg-orange: linear-gradient(195deg, #ffa726, #fb8c00) !important;
}
@font-face {
	font-family: 'GoodTimes';
	font-style: normal;
	font-weight: normal;
	src: local('GoodTimesRg-Regular'), url('../font/good times rg.woff') format('woff');
}
@font-face {
	font-family: 'Titillium';
	font-style: normal;
	font-weight: normal;
	src: local('TitilliumWeb-Regular'), url('../font/TitilliumWeb-Regular.ttf') format('truetype');
}

body {
	font-family: 'Titillium';
	letter-spacing: 2;
}
li {
	list-style: none;
}
a, a:hover {
	text-decoration: none!important;
}
.goodtimes {
	font-family: 'GoodTimes';
}
.titillium {
	font-family: 'Titillium';
}
.fs-5 {
    font-size: 1.25rem !important;
}
.mb-30px {
	margin-bottom: 30px;
}
.bg-blue {
	background: linear-gradient(195deg,#49a3f1,#1a73e8) !important;
}
.bg-orange {
	background: linear-gradient(195deg, #ffa726, #fb8c00) !important;
}
.btn-blue {
	background: linear-gradient(195deg,#49a3f1,#1a73e8) !important;
	color: #FFFFFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(0, 188, 212, 0.4) !important;
	transition: .25s ease-in-out;
}
.btn-orange {
	background: linear-gradient(195deg, #ffa726, #fb8c00) !important;
	color: #FFFFFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(255, 152, 0, 0.4) !important;
	transition: .25s ease-in-out;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-orange:hover, 
.btn-orange:focus {
	box-shadow: none !important;
	color: #FFFFFF;
}
a.text-light:focus, a.text-light:hover {
    color: var(--light-orange) !important;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 9;
}
.bat-nav .navbar.sticky .navbar-brand {
    padding: 10px 5rem 10px 3rem;
}
.bat-nav .call-us {
	height: 100%;
	position: relative;
	background: var(--bg-orange);
	color: #FFFFFF;
	font-family: 'GoodTimes';
	padding: 0.5rem 3rem;
	align-items: center;
	display: inline-flex;
}
.bat-nav .call-us::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background: var(--bg-orange);
}
.bat-nav .shadow-nav {
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
	padding-right: 3rem;
}
.bat-nav .navbar .navbar-brand {
    position: relative;
    display: flex;
    align-items: center;
    /* background: var(--bg-orange); */
	margin-right: 0;
	padding: 20px 5rem 20px 3rem;
	font-family: 'GoodTimes';
}
.bat-nav .navbar .navbar-brand img {
    width: auto;
	height: 40px;
}
.bat-nav .navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    /* background: var(--bg-orange); */
}
.bat-nav .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark-blue);
    font-size: 1.25rem;
	font-weight: bold;
	transition: .25s ease-in-out;
    outline: none;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: var(--dark-orange);
}
.bat-banner .slick-carousel .slick-prev, .bat-banner .slick-carousel .slick-next {
	top: unset;
	bottom: 15%;
	border: 2px solid var(--dark-blue);
	border-radius: 0.25rem;
	background: transparent;
}
.bat-banner .slick-carousel .slick-prev:hover,
.bat-banner .slick-carousel .slick-prev:focus,
.bat-banner .slick-carousel .slick-prev:active,
.bat-banner .slick-carousel .slick-next:hover,
.bat-banner .slick-carousel .slick-next:focus,
.bat-banner .slick-carousel .slick-next:active {
	border: 2px solid var(--dark-orange);
}
.bat-banner .slick-carousel .slick-prev {
	left: 3rem;
}
.bat-banner .slick-carousel .slick-next {
	left: 7rem;
}
.bat-banner .slick-carousel .slick-slide {
	position: relative;
	height: 550px;
}
.bat-banner .slick-carousel .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.bat-banner .slick-carousel .slick-slide .banner-info {
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 35%;
}
.bat-banner .slick-carousel .slick-slide .banner-info h2 {
	font-family: 'GoodTimes';
	font-weight: bold;
    color: var(--dark-blue);
	margin: 0;
	padding: 0;
}
.bat-banner .slick-carousel .slick-slide .banner-info p {
	margin: 10px 0 0 0;
	padding: 0;
}
.bat-facts {
	background: var(--bg-blue);
}
.bat-facts .info-facts {
	color: #FFFFFF;
	padding: 3rem;
	border: 2px solid #FFFFFF;
	border-radius: 0.25rem;
	text-align: center;
}
.bat-facts .counter {
	font-family: 'GoodTimes';
    color: var(--light-orange);
	font-weight: bold;
	font-size: 48px;
}
.bat-facts .desc-facts {
	font-weight: bold;
	font-size: 1.25rem;
}
.bat-about .about-left {
	height: 100%;
	margin: 0 0.5rem;
	padding: 2rem 1.5rem 2rem 0.25rem;
	border-radius: 2rem;
	background: #F9F9FB;
}
.bat-about .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-orange);
    margin: 0 0 20px 0;
    padding: 0;
}
.bat-about .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 1.25rem 0;
    padding: 0;
}
.bat-about .big-number {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 1rem 0;
    padding: 0;
	font-size: 60px;
}
.bat-about i.fa-check {
    color: var(--dark-orange);
    margin: 0 1rem 0 0;
    padding: 0;
}
.bat-wcu .wcu-right {
	height: 100%;
	margin: 0 0.5rem;
	padding: 2rem 1.5rem 2rem 0.25rem;
	border-radius: 2rem;
	background: #F9F9FB;
}
.bat-wcu .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-blue);
    margin: 0 0 20px 0;
    padding: 0;
}
.bat-wcu .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-orange);
    margin: 0 0 1.25rem 0;
    padding: 0;
}
.bat-wcu .btn-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}
.bat-wcu .wcu-detail {
	margin: 0 0.5rem 1.5rem 1.5rem;
}
.bat-wcu .wcu-detail h4 {
	font-family: 'GoodTimes';
	font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 0.5rem 0;
    padding: 0;
	font-size: 16px;
}
.bat-wcu .wcu-detail span {
    color: #666666;
}
.bat-services {
	background: var(--bg-orange);
}
.bat-services .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-blue);
    margin: 0 0 15px 0;
    padding: 0;
	text-align: center;
}
.bat-services .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 3rem 0;
    padding: 0;
	text-align: center;
}
.bat-services .img-fluid {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	flex-shrink: 0;
	width: 100%;
	height: 300px;
}
.bat-services .info-services {
	color: #FFFFFF;
	padding: 0.5rem;
	text-align: center;
	display: block;
}
.bat-services .desc-services {
	font-weight: bold;
	font-size: 1.25rem;
}
.bat-team .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-orange);
    margin: 0 0 15px 0;
    padding: 0;
	text-align: center;
}
.bat-team .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 6rem 0;
    padding: 0;
	text-align: center;
}
.bat-team  .team-card {
	position: relative;
	padding: 80px 15px 15px 30px;
	margin-top: 50px;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.075);
}
.bat-team  .team-card .title {
	display: flex;
	align-items: end;
	position: absolute;
	left: 30px;
	top: -50px;
}
.bat-team .executive .team-card .title h6 {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-orange);
    margin: 0 0 10px 15px;
}
.bat-team  .team-card .detail {
	position: relative;
}
.bat-team .executive .team-card .title img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(255, 152, 0, 0.4);
}
.bat-team .executive  .team-card .detail span {
    color: var(--dark-orange);
	margin-bottom: 10px;
	font-weight: bold;
}
.bat-team .employee .team-card .title h6 {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 10px 15px;
}
.bat-team .employee .team-card .title img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(0, 188, 212, 0.4);
}
.bat-team .employee  .team-card .detail span {
    color: var(--dark-blue);
	margin-bottom: 10px;
	font-weight: bold;
}
.bat-testimonial .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-blue);
    margin: 0 0 15px 0;
    padding: 0;
	text-align: center;
}
.bat-testimonial .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-orange);
    margin: 0 0 5rem 0;
    padding: 0;
	text-align: center;
}
.bat-testimonial .slick-testimonial .slick-prev, .bat-testimonial .slick-testimonial .slick-next {
	top: 300px;
	border: 2px solid var(--dark-blue);
	border-radius: 0.25rem;
	background: transparent;
}
.bat-testimonial .slick-testimonial .slick-prev:hover,
.bat-testimonial .slick-testimonial .slick-prev:focus,
.bat-testimonial .slick-testimonial .slick-prev:active,
.bat-testimonial .slick-testimonial .slick-next:hover,
.bat-testimonial .slick-testimonial .slick-next:focus,
.bat-testimonial .slick-testimonial .slick-next:active {
	border: 2px solid var(--dark-orange);
}
.bat-testimonial .slick-testimonial .slick-prev {
	left: 65px;
}
.bat-testimonial .slick-testimonial .slick-next {
	left: 135px;
}
.bat-testimonial .slick-testimonial .slick-slide {
	height: 70%;
}
.bat-testimonial .slick-testimonial .slick-slide .banner-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding: 50px;
	background: var(--bg-orange);
	border-radius: 10px;
	z-index: 2;
}
.bat-testimonial .slick-testimonial .slick-slide .banner-img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	z-index: 3;
}
.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial {
	position: absolute;
	right: 0;
	top: 50px;
	width: 80%;
	padding: 50px;
	background: var(--bg-blue);
	border-radius: 10px;
	z-index: 4;
	color: #FFFFFF;
}
.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial h4 {
	z-index: 5;
	font-size: 24px;
	margin: 0 0 1rem 0;
	font-family: 'GoodTimes';	
}
.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial p {
	z-index: 5;
	text-align: justify;
}
.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial span {
	z-index: 5;
	font-size: 18px;
	font-family: 'GoodTimes';
	text-align: center;
	margin-top: 40px;
	display: block;
	color: var(--light-orange);
}
.bat-partners .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-orange);
    margin: 0 0 15px 0;
    padding: 0;
	text-align: center;
}
.bat-partners .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 3rem 0;
    padding: 0;
	text-align: center;
}
.bat-partners .partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	padding-bottom: 100px;
}
.bat-partners img {
	height: 40px;
	width: auto;
	margin: 20px 35px;
}
.bat-contact .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-blue);
    margin: 0 0 15px 0;
    padding: 0;
}
.bat-contact .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-orange);
    margin: 0 0 3rem 0;
    padding: 0;
}
.bat-contact .btn-square {
	padding: 0 0 0 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}
.bat-contact .contact-detail {
	margin: 0 0.5rem 1.5rem 1.5rem;
}
.bat-contact .contact-detail h4 {
	font-family: 'GoodTimes';
	font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 0.5rem 0;
    padding: 0;
	font-size: 16px;
}
.bat-contact .contact-detail span {
    color: #666666;
	display: block;
}
.bat-privacy .header-privacy {
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}
.bat-privacy .small-title {
    font-weight: bold;
	font-size: 1.25rem;
    color: var(--dark-orange);
    margin: 0 0 20px 0;
    padding: 0;
}
.bat-privacy .big-title {
	font-family: 'GoodTimes';
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0;
    padding: 0;
}
.bat-privacy .list-stretch {
	width: 100%;
	height: 100%;
	position: relative;
	background: var(--bg-orange);
	color: #FFFFFF;
	display: inline-flex;
}
.bat-privacy .list-stretch::before {
	position: absolute;
	content: "";
	width: 110px;
	height: 100%;
	top: 0;
	left: -55px;
	transform: skewX(-30deg);
	background: var(--light-orange);
}
.bat-footer .socmed {
	text-align: left;
}
.bat-footer .copy {
	text-align: right;
}

/* start scroll to top */
.scrollup {
	position:fixed;
	bottom:3.5rem;
	right: 3rem;
	background: var(--bg-orange);
	padding:20px;
	border-radius: 15px;
	transition: .25s ease-in-out;
	display: none;
	opacity: .8;
	border: 2px solid #FFFFFF;
}
.scrollup:hover {
	background: var(--bg-blue);
}
.scrollup img {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/* end scroll to top */

@media (max-width: 1199px) {
	.bat-services .img-fluid {
		height: 400px;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial {
		width: 70%;
		height: calc(100% - 50px);
	}
}
@media (max-width: 991px) {
	.sticky {
		height: unset;
	}
	.bat-nav .navbar .navbar-nav .nav-link {
		margin-right: 15px;
		margin-left: 1.75rem;
		padding: 5px 0;
		font-size: 1rem;
	}
	.bat-banner  {
		padding-top: 60px;
	}
	.bat-banner .slick-carousel .slick-slide {
		height: 400px;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info {
		width: 30%;
		top: 40%;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info p {
		font-size: 14px;
	}
	.bat-banner .slick-carousel .slick-prev, .bat-banner .slick-carousel .slick-next {
		bottom: 30px;
	}
	.bat-about .about-left {
		display: none;
	}
	.bat-wcu .wcu-right {
		display: none;
	}
	.bat-testimonial .slick-testimonial .slick-prev, .bat-testimonial .slick-testimonial .slick-next {
		top: 50%;
		transform: translateY(-50%);		
	}
	.bat-testimonial .slick-testimonial .slick-prev {
		left: 0;
	}
	.bat-testimonial .slick-testimonial .slick-next {
		left: unset;
		right: 0;
	}
	.bat-testimonial .slick-testimonial .slick-slide {
		height: 650px;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-img {
		left: 50%;
		width: auto;
		transform: translateX(-50%);
		z-index: 5;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial {
		width: auto;
		position: relative;
		height: auto;
		margin: 80px 80px 0 80px;
		padding-top: 150px;
		text-align: center;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial p {
		text-align: center;
	}	
	.bat-privacy .header-privacy {
		box-shadow: none;
	}
	.bat-footer .socmed, .bat-footer .copy {
		text-align: center;
	}
	.bat-footer .socmed {
		margin-bottom: 10px;
	}
	.scrollup {
		bottom: 90px;
	}
	.fade {
		background: transparent;
		transform: scale(0);
		opacity: 0;
		-webkit-transition: all .25s linear;
		-o-transition: all .25s linear;
		transition: all .25s linear;
	}
	.fade.show {
		opacity: 1;
		transform: scale(1);
	}
	#navbarCollapse .modal-dialog {
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		align-items: normal;
		border-radius: 0px;
	}
	#navbarCollapse .modal-content {
		height: auto;
		min-height: 100%;
		background: var(--bg-orange);
	}
	#navbarCollapse .modal-header .close {
		padding: 1rem 2rem;
		color: #FFFFFF;
		opacity: 1;
	}
	#navbarCollapse .modal-content,
	#navbarCollapse .modal-header,
	#navbarCollapse .modal-footer {
		border: none;
		border-radius: 0px;
	}
	#navbarCollapse .biopho-modal {
		width: 50px;
		height: auto;
		display: block;
		margin: 50px auto 0 auto;
	}
	#navbarCollapse .modal-body ul {
		padding-inline-start: 0px;
		margin-top: 40px;
	}
	#navbarCollapse .modal-body ul li {
		list-style: none;
		text-align: center;
		padding: 10px;
	}
	#navbarCollapse .modal-body ul li a {
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
	}
}
@media (max-width: 767px) {
	.navbar-toggler-icon {
		width: 1.25em;
		height: 1.25em;
	}
	.bat-banner .slick-carousel .slick-slide {
		height: 250px;
	}
	.bat-banner .slick-carousel .slick-slide img {
		/* display: none; */
		opacity: 0.2;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info {
		width: auto;
		top: 30px;
		transform: translateY(0);
		right: 3rem;
		text-align: center;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info p {
		font-size: 14px;
	}
	.bat-banner .slick-carousel .slick-prev, .bat-banner .slick-carousel .slick-next {
		bottom: 15px;
	}
	.bat-banner .slick-carousel .slick-next {
		left: unset;
		right: 3rem;
	}
	.bat-services .img-fluid {
		height: auto;
	}
	.bat-testimonial .slick-testimonial .slick-slide {
		height: 750px;
	}
}
@media (max-width: 575px) {
	.bat-nav .shadow-nav {
		box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
		padding-right: 30px;
	}
	.bat-nav .navbar-nav.ml-auto  {
		margin-left: -15px!important;
	}
	.bat-nav .navbar .navbar-brand {
		padding-left: 30px!important;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info {
		left: 30px;
		right: 30px;
	}
	.bat-banner .slick-carousel .slick-slide .banner-info h2,
	.bat-about h2.big-title,
	.bat-wcu h2.big-title,
	.bat-services h2.big-title,
	.bat-team h2.big-title,
	.bat-testimonial h2.big-title,
	.bat-partners h2.big-title,
	.bat-contact h2.big-title,
	.bat-privacy h2.big-title {
		font-size: 24px;
	}
	.bat-banner .slick-carousel .slick-prev, .bat-banner .slick-carousel .slick-next {
		bottom: 0;
	}
	.bat-banner .slick-carousel .slick-prev {
		left: 30px;
	}
	.bat-banner .slick-carousel .slick-next {
		left: unset;
		right: 30px;
	}
	.bat-testimonial .big-title {
		margin-bottom: 0;
	}
	.bat-testimonial .slick-testimonial .slick-prev, .bat-testimonial .slick-testimonial .slick-next {
		background: #FFFFFF;	
	}
	.bat-testimonial .slick-testimonial .slick-slide {
		height: 650px;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-img {
		display: none;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial {
		margin: 0 25px;
		padding-top: 50px;
	}
	.bat-partners img {
		height: auto;
		width: auto;
		margin: 10px 0;
		max-width: 100%;
	}
	.bat-facts .p-5, 
	.bat-about .p-5, 
	.bat-wcu .p-5,
	.bat-services .p-5, 
	.bat-team .p-5, 
	.bat-testimonial .p-5, 
	.bat-partners .p-5, 
	.bat-contact .p-5,
	.bat-privacy .p-5 {
		padding: 30px!important;
	}
	.bat-about .px-5, 
	.bat-wcu .px-5 {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	.bat-footer .socmed .btn {
		display: block;
	}
	.scrollup {
		bottom: 70px;
		right: 30px;
	}
}
@media (max-width: 480px) {
	.bat-banner .slick-carousel .slick-slide .banner-info {
		top: 50%;
		transform: translateY(-50%);
	}
	.bat-banner .slick-carousel .slick-prev, .bat-banner .slick-carousel .slick-next {
		display: none!important;
	}
	.bat-about .px-5, 
	.bat-wcu .px-5 {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.bat-team .team-card {
		padding-top: 100px;
	}
	.bat-team .team-card .title {
		display: block;
	}
	.bat-team .executive .team-card .title h6,
	.bat-team .employee .team-card .title h6 {
		margin: 20px 0;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial {
		margin: 0px 20px;
		padding: 35px;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial h4 {
		font-size: 16px;
		font-weight: bold;
	}
	.bat-testimonial .slick-testimonial .slick-slide .banner-testimonial span {
		font-size: 16px;
		font-weight: bold;
		margin-top: 15px;
	}
	.bat-testimonial .slick-testimonial .slick-slide {
		height: 650px;
	}
	.scrollup {
		bottom: 90px;
	}
}