::-webkit-scrollbar {
	width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

hr {
	background: black;
	height: 1px;
	width: 10px;
}

.navbar {
	background: #131313;
	padding: 0.7rem 1.6rem;
	z-index: 1000;
}

#navbarSupportedContent > ul > li:nth-child(n) > a {
	color: #fff;
	font-size: 1.1rem;
	padding: 0 0.6rem;
	font-weight: 700;
}

#navbarSupportedContent > ul > li:nth-child(n) > a:hover,
#navbarSupportedContent > ul > li:nth-child(n) > a.active {
	color: #fccd03;
}



.bg-light-gray {
	background-color: #eeeeee;
}




.main-site-logo img {
	max-width: 60px !important;
}





.peta-button {
	font-size: 16px;
	font-weight: 900;
	color: black;
	background-color: #faedcd;
	border-radius: 5px;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.peta-button:hover {
	color: white;
	background-color: #000;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.wasap-button {
	font-size: 16px;
	font-weight: 900;
	color: black;
	background-color: #00ff5e;
	border-radius: 20px;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.wasap-button:hover {
	color: white;
	background-color: #075E54;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}


.call-button {
	font-size: 16px;
	font-weight: 900;
	color: black;
	background-color: #00ff5e;
	border-radius: 20px;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.call-button:hover {
	color: white;
	background-color: #075E54;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}







.home-main {
	position: relative;
	width: 100%;
	height: 500px;
}

.home-main .home-img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-main .home-text {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: cyan;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(1,1,1,0.7990546560421043) 30%, rgba(0,0,0,0.29653364763874297) 100%);
}
.home-main .home-text .home-text-box .home-text-title {
	color: white;
	font-weight: 700;
}
.home-main .home-text .home-text-box .home-text-detail {
	color: white;
	font-weight: 700;
	width: 100%;
}







.pengenalan-box {
	border: 3px solid black;
	border-radius: 0px;
	background-color: #faedcd;
	padding: 2px;
	box-shadow: 10px 10px 0px 0px #f1c835 , 10px 10px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}

.pengenalan-box:hover {
	box-shadow: 5px 5px 0px 0px #f1c835 , 5px 5px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}

.card-pengenalan {
	border: 2px solid black;
	border-radius: 0px;
	padding: 8px;
}

.card-pengenalan .card-img {
	height: 250px;
	width: 100%;
	border-radius: 10px;
}

.card-pengenalan .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.card-pengenalan .card-heading .card-title {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}


.card-pengenalan .read-more {
	display: flex;
	justify-content: center;
	width: 100%;
}
.card-pengenalan .read-more .btn-link {
	display: flex;
	justify-content: center;
	font-weight: 700;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
	background-color: #fccd03;
	color: black;
	padding: 0 6px;
	border: 3px solid #3F6184;
	border-radius: 5px;
	font-family: Arial, FontAwesome, sans-serif
}

.card-pengenalan .read-more .btn-link:hover {
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
	background-color: #faedcd;
	text-decoration: none;
  /*background-color: #1D3461;
  color: #fff;*/

}
.card-pengenalan .btn-link.collapsed:after {
	font-family: Arial, FontAwesome, sans-serif;
	content: "Siapakah Kami? \f054";
}
.card-pengenalan .btn-link:after {
	font-family: Arial, FontAwesome, sans-serif;
	content: "\f053 Tutup";
}
.pengenalan-info-box h5{
	font-weight: 700;
}









.card-prob {
	border: 3px solid black;
	border-radius: 1px;
	padding: 8px;
	box-shadow: 10px 10px 0px 0px #f1c835 , 10px 10px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}

.card-prob:hover {
	box-shadow: 5px 5px 0px 0px #f1c835 , 5px 5px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}

.card-prob .card-img {
	height: 200px;
	width: 100%;
	border-radius: 10px;
}

.card-prob .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.card-prob .card-heading{
	height: 100px;
}

.card-prob .card-heading .card-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.card-prob .info-box {
	height: 150px;
	border: 1px solid black;
	border-radius: 10px;
	padding: 3px;
}

.card-prob .info-box h6 {
	font-weight: 700;
}


.card-prob .info-box .card-text {
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #636262;
}


.card-prob .read-more {
	display: flex;
	justify-content: center;
	width: 100%;
}

.card-prob .read-more .btn-link {
	display: flex;
	justify-content: center;
	font-weight: 700;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
	background-color: #fccd03;
	color: black;
	padding: 0 6px;
	border: 3px solid #3F6184;
	border-radius: 5px;
	font-family: Arial, FontAwesome, sans-serif
}

.card-prob .read-more .btn-link:hover {
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
	background-color: #faedcd;
	text-decoration: none;
  /*background-color: #1D3461;
  color: #fff;*/

}

.card-prob .btn-link.collapsed:after {
	content: "Ketahui Punca \f078";
}
.card-prob .btn-link:after {
	content: "Tutup \f077";
}









.item {
	background: #fff;
	text-align: center;
	border-radius: 5px;
	border:3px solid black;
	box-shadow: 7px 7px 0px 0px #f1c835 , 7px 7px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}
.item:hover{
	box-shadow: 0px 0px 0px 0px #ffffff , 0px 0px 0px 3px #000000 ;
	background: #fccd03;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
	color: black;
	background:white;
	border: 3px solid black;
	border-radius:10px;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}
.item:hover h5, .item:hover p{
	color: black;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}
.item span.icon {
	font-size: 40px;
	color: white;
	width: 110px;
	height: 110px;
	border-radius: 100%;
}

.item .feature_box{
	background: black;
	color:black;
}

.item h5 {
	font-weight: 700;
}

.item p {
	font-weight: 600;
}








.card-advantage {
	border: 3px solid black;
	height: 250px;
	border-radius: 10px;
	box-shadow: 8px 8px 0px 0px #f1c835 , 8px 8px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}

.card-advantage:hover {
	box-shadow: 4px 4px 0px 0px #f1c835 , 4px 4px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}
.card-advantage img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.card-advantage .advantage-detail-box {
	position: absolute;
	width: 100%;
	height: 75px;
	bottom: 0;
	background: white;
	border-radius: 10px;
	transition: 0.7s;
}

.card-advantage .advantage-detail-box .advantage-detail-title{
	width: 100%;
	padding: 10px 20px;
	color: black;
	font-weight: 500;
	text-transform: uppercase;
}
.card-advantage .advantage-detail-box .advantage-detail-title h3{
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 2px;
}
.card-advantage .advantage-detail-box .advantage-detail-title h4{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1.5px;
}

.card-advantage .advantage-detail-box .advantage-detail-content {
	padding: 0px 10px;
	display: none;
}

.card-advantage:hover > .advantage-detail-box{
	height: 180px;
	transition: 0.7s;
}

.card-advantage:hover > .advantage-detail-box .advantage-detail-content{
	display: block;
	animation: fadeIn 0.7s;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	40% { opacity: 0; }
	100% { opacity: 1; }
}











.card-sijil {
	border: 3px solid black;
	border-radius: 0px;
	padding: 2px;
	box-shadow: 7px 7px 0px 0px #f1c835 , 7px 7px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}

.card-sijil:hover {
	box-shadow: 0px 0px 0px 0px #f1c835 , 0px 0px 0px 3px #000000 ;
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
	transition: all 0.5s ease 0s;
}
.card-sijil .card-img {
	height: 500px;
	width: 100%;
	border-radius: 2px;
}

.card-sijil .card-img img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.card-sijil .card-heading .card-title {
	min-height: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}









.servis-list {
	border: 3px solid black;
	border-radius: 3px;
	box-shadow: 10px 10px 0px 0px #f1c835 , 10px 10px 0px 3px #000000 ;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.servis-list:hover {
	box-shadow: 5px 5px 0px 0px #f1c835 , 5px 5px 0px 3px #000000 ;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.servis-list .img-container {
	border-radius: 10px;
	width: 100%;
	height: 200px;
}


.servis-list .img-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.servis-list .servis-detail-text {
	font-weight: 600;
	font-size: 17px;
	margin: 0;
}

.servis-list .card-view-more {
	font-weight: 700;
	color: black;
	padding: 0 5px;
	border: 2px solid black;
	border-radius: 5px;
	font-family: Arial, FontAwesome, sans-serif;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.servis-list .card-view-more:hover {
	background-color: #fccd03;
	text-decoration: none;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
  /*background-color: #1D3461;
  color: #fff;*/
}

.servis-list .card-view-more.collapsed:after {
	content: "Lebih Lanjut \f078";
}

.servis-list .card-view-more:after {
	content: "Tutup \f077";
}











.gallery-title{
	font-size: 20px;
	color: #3F6184;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.filter-button{
	box-shadow: 0px 0px 0px 0px #000000 , 2px 2px 0px 0px #f1c835 , 2px 2px 0px 1px #000000 ;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid black;
	padding:5px 10px;
	text-align: center;
	color: black;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	background:transparent;
	-webkit-transition: all .3s ease 0;
	transition: all .3s ease 0;
	transition: all 0.3s ease 0s;
}

.filter-button:hover,
.filter-button:focus,
.filter-button.active{
	box-shadow: 0px 0px 0px 1px #000000 , 2px 2px 0px 0px #f1c835 , 2px 2px 0px 2px #000000 ;
	background-color:#f1c835;
	outline:none;
	-webkit-transition: all .3s ease 0;
	transition: all .3s ease 0;
	transition: all 0.3s ease 0s;
}


.gallery_product .img-info{
	position: absolute;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	-webkit-transition: 2s;
	transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
	border-radius: 10px;
	-webkit-transition: 2s;
	transition: 2s;
}

/*  end gallery */

.pswp__caption__center {
	text-align: center;
}










.slide-content{
  margin: 0 25px;
  overflow: hidden;
  border-radius: 0px;
}
.card-review{
  border: 2px solid black;
  border-radius: 5px;
}

.card-content{
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
  font-style: italic;
}

.card-content h3{
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.card-content h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

.description{
  font-size: 15px;
  font-weight: 600;
  color: #707070;
}


.swiper-navBtn{
  font-size: 35px;
  color: black;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover,
.swiper-navBtn i:hover {
  text-shadow: 2px 2px 5px black;
  color: #f1c835;
  
}

.swiper-next{
  right: 2px;
}
.swiper-prev{
  left: 2px;
}
.swiper-pagination-bullet{
  background-color: black;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  border: 1px solid black;
  background-color: #f1c835;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}











.cta-box-image {
	background-color: black;
	height: 180px;
	border-radius: 10px 10px 0 0;
}

.cta-box-text {
	background-color: #3F6184;
	height: 220px;
	border-radius: 0 0 10px 10px;
}

.cta-box .cta-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.card-peta {
	padding: 2px;
	border: 3px solid black;
	border-radius: 0px;
	box-shadow: 5px 5px 0px 0px #f1c835 , 5px 5px 0px 3px #000000 ;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}

.card-peta:hover {
	box-shadow: 0px 0px 0px 0px #f1c835 , 0px 0px 0px 3px #000000 ;
	-webkit-transition: all .2s ease 0;
	transition: all .2s ease 0;
	transition: all 0.2s ease 0s;
}



.card-peta .card-img {
	height: 550px;
	width: 100%;
	border-radius: 10px;
	padding: 0;
}

.card-peta .card-img img {
	width: 100%;
	height: 100%;
}

.card-peta .card-heading .card-title {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.card-peta .card-heading .peta-text-box .tajuk-kad {
	font-size: 17px;
	font-weight: bold;
}

.card-peta .card-heading .peta-waktu-box .tajuk-kad {
	font-size: 17px;
	font-weight: bold;
}












/*footer*/
.col_white_amrc {
	color: #fff;
}
footer {
	width: 100%;
	background-color: #263238;
	min-height: 250px;
	padding: 10px 0px 15px 0px;
}
.pt2 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.pt2-new {
	padding-top: 20px;
	margin-bottom: 10px;
}
footer .text-phone-footer {
	font-size: 16px;
	font-weight: 500;
	color: #ccc;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
footer .text-about-footer {
	font-size: 16px;
	font-weight: 500;
	color: #ccc;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
footer .text-below-footer {
	font-size: 13px;
	color: #ccc;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.footer_ul_amrc {
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
	font-weight: 500;
	color: #ccc;
}
.footer_ul_amrc li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_ul_amrc .footer-kenapa-kami {
	font-weight: 500;
	color: #ccc;
}
.footer_ul_amrc .footer-kenapa-kami:hover {
	color: #fff;
	text-decoration: none;
}

.fleft {
	float: left;
}
.padding-right {
	padding-right: 10px;
}

.footer_ul2_amrc {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.footer_ul2_amrc li p {
	display: table;
}
.footer_ul2_amrc li a:hover {
	text-decoration: none;
}
.footer_ul2_amrc li i {
	margin-top: 5px;
}

.bottom_border {
	border-bottom: 3px solid #323f45;
	padding-bottom: 10px;
}
.foote_bottom_ul_amrc {
	list-style-type: none;
	padding: 0px;
	display: table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li {
	display: inline;
}
.foote_bottom_ul_amrc li a {
	color: #999;
	margin: 0 12px;
}

.social_footer_ul {
	display: table;
	margin: 15px auto 0 auto;
	list-style-type: none;
}
.social_footer_ul li {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
.social_footer_ul li a {
	color: #ccc;
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 50%;
}
.social_footer_ul li i {
	width: 20px;
	height: 20px;
	text-align: center;
}











@media screen and (max-width: 575px) {

}

@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {
	.home-main .home-text .home-text-box .home-text-detail {
		color: white;
		font-weight: 700;
		width: 80%;
	}


	.cta-box-image {
		background-color: black;
		height: 220px;
		border-radius: 0 10px 10px 0;
	}

	.cta-box-text {
		background-color: #3F6184;
		height: 220px;
		border-radius: 10px 0 0 10px;
	}

	.cta-box-image {
		height: 220px;
	}
	
	.card-peta .card-img {
	    height: 600px;
	}
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}