.btn-style-one a{
        color: white!important;
    padding: 0!important;
}

.cta-cs p{
    color:white;
}

.cta-cs a{
    margin-top: 20px;
}

.clamp-2 {
    max-height: calc(2.4em * 2);
}

.main-menu .navigation > li:last-child.current > a:before,
.main-menu .navigation > li:last-child:hover > a:before {
    left: 0;
    width: unset;
}

.block-list li {
    list-style-type: disc !important;
    margin-left: 20px;
    font-size: 16px;
   
    font-family: "Exo", sans-serif;
    margin-bottom: 15px;
}

.wp-block-heading {
    margin-bottom: 16px;
}


/* Simple CSS scoped inside .con-text */

.con-text {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

.con-text h3 {
  font-size: 20px;
  margin: 20px 0 10px;
  color: #222;
}

.con-text p {
  margin-bottom: 15px;
}

.con-text ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.con-text ul li {
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .con-text .vc_col-sm-6 {
    width: 100%;
  }
}


.blog-detail h2{
  font-size: 26px;
}
.blog-detail h3{
  font-size: 24px;
}

.slider-track a h5{
	color:black;
}
