@charset "UTF-8";

/* navigation */
.header-top {
  border-bottom: 1px solid #E5E5E5;
}
.header-top .nav-link, .header-top .mail-right {
  font-size: 14px!important;
  color: #666666!important;
  font-weight: 400;
}
.header-top .mail-right a {
  color:  inherit;
  text-decoration: none;
}

.navbar-nav .nav-link {
  font-family: 'roboto', arial;
  font-size: inherit;
  color: #1A1A1A;
}
.nav-pills .nav-link.active{
  color:  #000000;
}
.nav-pills .show > .nav-link {
  color: #000000;
  background-color: transparent!important;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

/* end Nav */


/* Header */
.main-navigation{
  border-bottom: 1px solid #E5E5E5;
}
.cta-header-r button{
  font-size: 17px;
}
/* end Header */

/* Footer */
.footer-menu-group h4, .footer-bottom-l h4{
  font-size: 15px;
  font-family: roboto;
  font-weight: bold;
  color: #000;
}

.footer-menu-group a {
  color: #000;
  font-size: 15px;
}
.footer-bottom-l p, .footer-bottom-r {
  font-size: 15px;
}
/* CTA Floating RIGHT */
#mod-wa-wrapper {
    background-color: #fff;
    position: fixed;
    height: 150px;
    right: 1px;
    width: 50px;
    z-index: 100;
    display: block;
    bottom: 30px;
    border-radius: 20px 0px 0px 20px;
}
.mod-wa{
  position:inherit;
  width:30px;
  height:30px;
  bottom:35px;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.mod-perdana{
  position:inherit;
  width:30px;
  height:30px;
  bottom:35px;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.mod-claim{
  position:inherit;
  width:30px;
  height:30px;
  bottom:35px;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.mod-calc{
  position:inherit;
  width:30px;
  height:30px;
  bottom:35px;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-wa{
  margin-top:16px;
}
/* End CFR */
/* End */

/* Slider Home */
.home-slider .slide .img-holder {
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 550px;
    max-height: auto;
}
.bx-wrapper {
  background-color: #f0f0f0!important;
  border: 0!important;
  box-shadow: none!important;
  margin-bottom: 0!important;
}
.bx-wrapper .bx-pager {
  display: none;
}

.blog-lists:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* End Home */

@media screen and (min-width: 1200px) {
  .navbar-nav {
    flex-direction: row !important; } }
li.dropdown {
  list-style: none; }

/* About us */ 
/* Style the tab */
.tab {
  float: left;
  width: 100%;
  height: 300px;
  border-left: 1px solid #ccc;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #333333;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(57, 110, 179, 0.1);
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color:  rgba(57, 110, 179, 0.1);
  border-left: 3.5px solid #396EB3;
  color: #396EB3;
  font-weight:700;
  opacity:0.9;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 30px;
  width: 100%;
  border-left: none;
  height: 300px;
}

/* timeline AB */

.timeline {
    border-left: 1px dashed rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0px 30px 30px 30px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -180px;
    content: attr(data-date);
    text-align: right;
    font-weight: 700;
    font-size: 40px;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    left: -35px;
    background: #396EB3;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
/* End Au */

#to-top {
  float: right;
  margin: 2rem; }
.h-300 {
  height: 300px;
}
.h-350 {
  height: 350px; }
.h-227 {
  height: 227px;
}
.text-nu {
  text-decoration: none!important;
}
.img-as-background {
  position: relative;
  overflow: hidden;
  background-position: center center; }
  .img-as-background img {
    object-fit: cover;
    position: absolute;
    left: -1px;
    right: 0;
    z-index: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    min-width: calc(100% + 2px);
    min-height: 100%; }

section.section {
  padding-top: 6rem;
  padding-bottom: 6rem; }

/* Divinder */
hr.solid {
  border-top: 2px solid #ACC537;
  width: 100px;
}
/* Radius */
.border-tlr {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.border-all-15 {
  border-radius: 15px;
}
/* End Radius */

/* Square */
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.square-75:after {
  content: "";
  display: block;
  padding-bottom: 75%; }

.square-50:after {
  content: "";
  display: block;
  padding-bottom: 50%; }

/* Overlay */

/* Botton */
.btn-primary {
  color: #ffffff;
  background-color: #396EB3!important;
  border-color: #396EB3!important;
}
.btn-link {
  color: #396EB3!important;
}
/* End Botton */

/* Background */
.background-image-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: static; }
  .background-image-holder > div {
    z-index: 3; }

[dir="rtl"] .text-right, [dir="rtl"] .text-end {
  text-align: left !important; }
[dir="rtl"] .text-left, [dir="rtl"] .text-left {
  text-align: right !important; }
[dir="rtl"] .text-md-right, [dir="rtl"] .text-md-end {
  text-align: left !important; }
[dir="rtl"] .text-md-left, [dir="rtl"] .text-md-left {
  text-align: right !important; }
[dir="rtl"] .text-lg-right, [dir="rtl"] .text-lg-end {
  text-align: left !important; }
[dir="rtl"] .text-lg-left, [dir="rtl"] .text-lg-left {
  text-align: right !important; }
[dir="rtl"] .text-xl-right, [dir="rtl"] .text-xl-end {
  text-align: left !important; }
[dir="rtl"] .text-xl-left, [dir="rtl"] .text-xl-left {
  text-align: right !important; }
[dir="rtl"] .text-sm-right, [dir="rtl"] .text-sm-end {
  text-align: left !important; }
[dir="rtl"] .text-sm-left, [dir="rtl"] .text-sm-left {
  text-align: right !important; }
[dir="rtl"] .text-right, [dir="rtl"] .text-end {
  text-align: left !important; }
[dir="rtl"] .text-left, [dir="rtl"] .text-left {
  text-align: right !important; }
[dir="rtl"] .text-md-right, [dir="rtl"] .text-md-end {
  text-align: left !important; }
[dir="rtl"] .text-md-left, [dir="rtl"] .text-md-left {
  text-align: right !important; }
[dir="rtl"] .text-lg-right, [dir="rtl"] .text-lg-end {
  text-align: left !important; }
[dir="rtl"] .text-lg-left, [dir="rtl"] .text-lg-left {
  text-align: right !important; }
[dir="rtl"] .text-xl-right, [dir="rtl"] .text-xl-end {
  text-align: left !important; }
[dir="rtl"] .text-xl-left, [dir="rtl"] .text-xl-left {
  text-align: right !important; }
[dir="rtl"] .text-sm-right, [dir="rtl"] .text-sm-end {
  text-align: left !important; }
[dir="rtl"] .text-sm-left, [dir="rtl"] .text-sm-left {
  text-align: right !important; }
[dir="rtl"] .float-right, [dir="rtl"] .float-end {
  text-align: left !important; }
[dir="rtl"] .float-left, [dir="rtl"] .float-left {
  text-align: right !important; }
[dir="rtl"] .float-md-right, [dir="rtl"] .float-md-end {
  text-align: left !important; }
[dir="rtl"] .float-md-left, [dir="rtl"] .float-md-left {
  text-align: right !important; }
[dir="rtl"] .float-lg-right, [dir="rtl"] .float-lg-end {
  text-align: left !important; }
[dir="rtl"] .float-lg-left, [dir="rtl"] .float-lg-left {
  text-align: right !important; }
[dir="rtl"] .float-xl-right, [dir="rtl"] .float-xl-end {
  text-align: left !important; }
[dir="rtl"] .float-xl-left, [dir="rtl"] .float-xl-left {
  text-align: right !important; }
[dir="rtl"] .float-sm-right, [dir="rtl"] .float-sm-end {
  text-align: left !important; }
[dir="rtl"] .float-sm-left, [dir="rtl"] .float-sm-left {
  text-align: right !important; }
[dir="rtl"] .slick-testimonials .slick-prev, [dir="rtl"] .slick-prev {
  left: unset; }
[dir="rtl"] .slick-testimonials .slick-next, [dir="rtl"] .slick-next {
  right: unset; }
[dir="rtl"] .slick-testimonials .slick-prev:before, [dir="rtl"] .slick-prev:before {
  content: "" !important; }
[dir="rtl"] .slick-testimonials .slick-next:before, [dir="rtl"] .slick-next:before {
  content: "" !important; }

