
.cct #carousel1{
    max-width: 1400px;
    margin: auto;
}
.cct img {
      object-fit: cover;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}
.cct .owl-nav button {
  position: absolute;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.cct .owl-nav button .fa{font-size:52px;}
.cct .owl-nav button.owl-prev {
  left: -35px;
}
.cct .owl-nav button.owl-next {
  right: -35px;
}
.cct .owl-dots{display:none;}
.cct .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.cct .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.cct .owl-dots button.owl-dot.active {
  background-color: #000;
}
.cct .owl-dots button.owl-dot:focus {
  outline: none;
}
.cct .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
.cct span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.cct .owl-nav button:focus {
    outline: none;
}
.cct .owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.cct .item {
    width: 100%;
    text-align: center;
}
.cct .item a{color:#fff;font-size: 24px;}