  .carousel-item {
    transition: transform 2s ease-in-out;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2s;
  }
.text-bg {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 15px
}
.border-gap {
border-radius: 12px;
border: 1px solid #b3b3b3;
}

/*---------------------------------------
  CUSTOM BLOCK
-----------------------------------------*/
.custom-block-wrap {
  background-color:white;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
height: 100%;
}

.custom-block-wrap:hover {
  /*box-shadow: 0 1rem 2rem rgba(0,0,0,.175);*/
box-shadow: 4px 4px 9px -5px rgba(0,0,0,0.6);
}

.custom-block-body {
  padding: 30px;
height: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;

  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;

}

.bb {
position: absolute;
bottom: 20px;
right: 20px;
margin-top: 30px;
}
.footer, a {color: white;
text-align: center;
padding: 7px;
text-decoration: none;

}
.blue {color:rgb(84, 145, 213)}
.red {color:red}
span.blue {color:rgb(84, 145, 213)}
.title {
padding: 6px 10px;
text-align: center;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
background-color: rgb(181, 210, 223);

}
/*.....Contact form ......*/
textarea {resize: vertical;min-height:200px;}


/*fieldset {  min-width: 0;  padding: 0;  margin: 0;  border: 0;}*/
fieldset{width:100%;padding:0 20px 10px 20px;border:1px solid #a1a1a1;border-radius:10px;background-color:#f7f7f7;margin-top:10px;position:relative}
.dotted {border-radius:8px;border:1px dashed black; padding:6px;background-color: white;max-width: 200px;overflow: auto;text-align: center;}
legend { color: #006ac0; font-variant: small-caps; font-size:1.8rem; font-weight: bold; padding: 3px 10px; width: auto;background-color:#ffffff;
border-radius: 12px;}
@media (min-width: 1200px) {
  legend {
    font-size: 1.8rem;
  }
}
legend + * {
  clear: left;
}
