.py-3 {
  padding-top: 0rem!important;
  padding-bottom: 0rem!important;
}

.slider{
  height: 300px !important;
}

.slider.owl-carousel .owl-item img{
  height: 300px !important;
}

.group .card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
  background-color: transparent;
  border:0;
  margin-left: -10px;
    margin-top: -10px;
}
.group.card:hover {
  transform: rotateY(180deg);
  background-color: #efefef;
    border: 10px solid #efefef;
    margin:10px;
    border-radius: 0;
}
.card .side {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
}
.card .back {
  transform: rotateY(180deg);
}

/* .perkhidmatan-slider{
  /* margin: 2% 0; 
  padding: 1% 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAKHDx/2ZYTxQRxbW9vNYAEYB8RmROaABADFDw6bea/X1wAAAABJRU5ErkJggg==) repeat;
  background-color: #e7eaec;
} */

#f1_container {
  position: relative;
  margin: 10px auto;
  z-index: 1;
}
#f1_container {
  perspective: 1000px;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.7s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  /*color: white;*/
  text-align: center;
  /* background:  */
  background-color: #430b6a;
  background: linear-gradient( 
326deg
 , #cb218e 0%, #430b6a 74%);
  height: 300px;
}

.grow {transition: all .2s ease-in-out;}
.grow:hover {
  transform: scale(1.2);
  
}

.aps .kategori:hover {
  background-color: #efefef;
 
}

.aps .item {
  border: 1px solid #fc9618;
}

.aps .item:hover{
  border: 1px solid #262626;
}

.agensi-berkaitan img{
  width: 90px;
}

.first-footer{
  font-weight: 600;
}

.back-sub-menu{
  background: white;
  margin-top: -2%;
  padding: 2em 3.5em;
}

.submenu ul {
  list-style: none;
  padding: 1em 3em 3em 1em;
  margin-top: 0;
  margin-bottom: 1rem;
}

.submenu ul li {
  padding: 0px 0 0px 28px;
  position: relative;
  /* border-bottom: 1px solid #ddd; */
}

.submenu ul li i {
  left: 0;
  top: 4px;
  position: absolute;
  font-size: 20px;
  color: #ec6003;
}

.submenu ul li span {
 padding-left:0.5em;
  font-size: 13px;
  color: #999;
}

.submenu ul li a{
  left: 0;
  top: 7px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
 
}

.submenu ul li:hover, .submenu ul li:active,.submenu ul li:focus {
  background-color: #eee;
  color:#ec6003;
 
}

.pagination>li>a, .pagination>li>span{
  font-size: 15px !important;
}




.blinking{
  animation:blinkingText 1.2s infinite;
  font-weight: 700;
  font-size: 10px;
  font-style: oblique
}
@keyframes blinkingText{
  0%{     color: red;    }
  49%{    color: red; }
  60%{    color: transparent; }
  99%{    color:transparent;  }
  100%{   color: red;    }
}


.total-visitor{
  float: right;
  font-size: 20px;
  margin-top: -2%;
 color: #262626;
}

.template-full table tr td {
  border: 1px solid;
  padding: 5px 10px;

}

.template-full2 table tr td {
  border: 0px solid;
  padding: 5px 10px;

}

.template-full {
  padding-left: 0px;
}

.template-full .table thead tr {
  background-color: #ef5734;
  background-image: linear-gradient(315deg, #ffcc2f 0%, #ef5734 74%);
  color: white;
  text-transform: uppercase;
}

.template-full2 .table thead tr {
  background: transparent;
  color: transparent;
  text-transform: uppercase;
}

.pad10 {
  width: 40%;
}

.tooltip {
  opacity: 1 !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
}

.tooltip-item {
  font-size: 14px;

}

.cloud-hint{
 /* background-image: url("../img/wall-4-light.png"), linear-gradient(
45deg
, #726193 20%, #e37b7c 60%, #ffe4b4);
    background-color: #726193;*/

    background-color: #f9484a;
background-image: url("../img/wall-4-light.png"), linear-gradient(315deg, #f9484a 0%, #fbd72b 74%);
padding-left: 15px;
color:#262626;
font-weight: 700;
font-size: 16px;
cursor: pointer;
}

@media only screen and (min-width: 601px) {
  nav.menu-desktop{
    display: block;
  }
  
  nav.menu-mobile{
    display: none;
  }
  }

@media only screen and (max-width: 600px) {
nav.menu-desktop{
  display: none;
}

nav.menu-mobile{
  display: block;
}

.dm-menu_submenu li ul{
	width: 200px !important;
  white-space: normal !important;
  padding-left: 20%;
  /* left:38% !important; */
}

}

.related-articles {
  padding: 7em 0;
}

.related-articles ul {
  list-style: none;
  padding: 1em 3em 3em 1em;
  margin-top: 0;
  margin-bottom: 1rem;
}

.related-articles ul li {
  padding: 10px 0 10px 28px;
  position: relative;
  /* border-bottom: 1px solid #ddd; */
}

.related-articles ul li i {
  left: 0;
  top: 11px;
  position: absolute;
  font-size: 15px;
  color: #430b6a;
}











