 ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
/* stop */


.rounded {
    border-radius: .5rem!important;
}

.rounded img {
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important;
}

.si-colored.si-whatsapp,.si-whatsapp:hover{
    background-color:#25d366!important
}

.si-text-color.si-whatsapp i{
    color:#25d366
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

.post-masonry-full .entry:last-child {
    border-right: 1px dashed #e5e5e5;
}

.kz-auth.active {
    top: 0;
    background-color: #1abc9c;
    color: #fff;
    position: relative;
    margin-left: 0;
}

.kz-auth {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}

/* .bg-ijo {
    background-color: #00a651;
}

.kz-header a {
    color: #fff;
}

.kz-header a:hover {
    color: #444;
} */

.kz-banners {
    margin-top: -80px;
}
.kz-banner {
    max-height: 500px;
}

.kz-product:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.kz-menu ul li>a {
    font-size: 11px!important;
}

.kz-carousel .owl-stage {
    padding: 0;
}

/* The actual timeline (the vertical ruler) */
.kz-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
  
/* The actual timeline (the vertical ruler) */
.kz-timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #474e5d;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
  
/* Container around content */
.kz-timeline .kz-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
  
/* The circles on the timeline */
.kz-timeline .kz-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #474e5d;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    box-sizing: unset;
}
  
/* Place the container to the left */
.kz-timeline .kz-left {
    left: 0;
}
  
/* Place the container to the right */
.kz-timeline .kz-right {
    left: 50%;
}
  
/* Add arrows to the left container (pointing right) */
.kz-timeline .kz-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #474e5d;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #474e5d;
}
  
/* Add arrows to the right container (pointing left) */
.kz-timeline .kz-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #474e5d;
    border-width: 10px 10px 10px 0;
    border-color: transparent #474e5d transparent transparent;
}
  
/* Fix the circle for containers on the right side */
.kz-timeline .kz-right::after {
    left: -16px;
}
  
/* The actual content */
.kz-timeline .kz-content {
    padding: 20px 30px;
    background-color: #474e5d;
    position: relative;
    border-radius: 6px;
}
  
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .kz-timeline::after {
        left: 31px;
    }
  
    /* Full-width containers */
    .kz-timeline .kz-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
  
    /* Make sure that all arrows are pointing leftwards */
    .kz-timeline .kz-container::before {
        left: 60px;
        border: medium solid #474e5d;
        border-width: 10px 10px 10px 0;
        border-color: transparent #474e5d transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .kz-timeline .kz-left::after, .kz-timeline .kz-right::after {
        left: 15px;
    }
  
    /* Make all right containers behave like the left ones */
    .kz-timeline .kz-right {
      left: 0%;
    }
}

.kz-timeline.entry:after {
    background-color: transparent;
}

.kz-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.kz-list ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.kz-list li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background-color: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.kz-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background-color: #00a651;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 1.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.kz-masonry {
    margin-bottom: 50px!important;
}

/* Copyright &copy; Khidir Zahid Muchtadiabillah. All right Reserved. 