.highlight_style{
		
    padding: 10px;
    background: #E2E6E8;
    font-size: small;
    border-radius: 5px;
    margin: 10px;
    font-weight: 600;
	}


table.border{
  border: 1px solid #000001 !important;
}
.table thead th{
  border-bottom: 2px solid #000001 !important;
}
.table td, .table th{
  border-top: 2px solid #000001 !important;
}
.border{
  border: 2px solid #000001 !important; 
}
.table-striped tbody tr:nth-of-type(odd){
  background-color: rgb(0 0 0 / 19%);
}
table .border-right-0{
  border-right: 0px !important;
}
td {
    text-align: center;
}
.btn-primary {
  background-color: #000001;
  border-color: #000001;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: white;  
  border-color: #000001;
  color: #000001;
  outline: none;
  box-shadow: none;
}

#site-visit img {
    opacity: 0.4;
}
.w-100 {
    width: 100% !important;
}
#site-visit .video-caption {
    width: 100%;
    text-align: center;
    top: 27%;
    color: white;
}
.video-caption-wrapper .video-caption {
    transition: transform .5s 
ease;
    display: block;
}
.video-caption {
    background: black;
    opacity: 0.5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.position-absolute {
    position: absolute !important;
}
#site-visit .video-caption i {
    font-size: 35px;
    cursor: pointer;
}
.video-caption h2{
   font-size: 1.5rem;
}
.video-caption h4{
   font-size: 1rem;
}
.video-caption .fa-play-circle, .video-caption h2, .video-caption h4 {
    color: white !important;
    transition: all .3s 
ease-in-out;
}

.btn-primary:focus {
  box-shadow: none;
}
.border {
    border: 2px solid #000001 !important;
}
.price-amt .btn {
    width: 100%;
}
.overlay-img-wrapper {
    position: relative;
    width: 100%;
}
.overlay-img-wrapper .image {
    display: block;
    width: 100%;
    height: 190px;
    /*filter: blur(2px);*/
}
.overlay-img-wrapper:hover .overlay {
    bottom: 0;
    height: 100%;
}



.overlay-img-wrapper .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.overlay-img-wrapper .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

 .video-caption-wrapper {
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.position-relative {
    position: relative !important;
}

.project-card {
   width: 32%;  /* 3 in a row */
   display: block;
   margin-bottom: 15px;
   text-decoration: none;
   color: inherit;
}

@media (max-width: 768px) {
   .project-card {
      width: 48%; /* 2 in a row on tablets */
   }
}

@media (max-width: 576px) {
   .project-card {
      width: 100%; /* 1 in a row on mobiles */
   }
}

.site-visit{
   background: url('../img/online-presentation1.png') no-repeat center center !important;
    background-size: cover;
    padding-top: 0;
}

.custom-table {
  border-collapse: collapse;   /* replaces cellspacing="0" */
  border: none;                /* replaces border="0" */
  margin: 0 auto;              /* replaces align="center" */
  min-width: 60%;
  max-width: 100%;
  height: inherit;
}

.custom-table td {
  padding: 0;                  /* replaces cellpadding="0" */
}