.bg-primary{
    background-color: #970c0c !important;
}
.text-primary{
    color: #970c0c !important;
}
/* .logo-text{
    font-family: cursive;
} */
.btn-primary{
    background-color: #970c0c;
    border-color: #970c0c;
}

.gallery img{
    min-height: 320px;
}
.gallery_div{
    height:370px;
}
.gallery_div img{
    height:100%;
    width:100%;
}

.background-video {
    /* position: absolute; */
    right: 0;
    bottom: 0;
    z-index: -1;
  }
 
  /* HEADER */
  
  .header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 1rem 5%; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    z-index: 5;
  }
  /* .video_div { position:relative; } */
.video_div video {
    position:relative;
    z-index:0;
}
.overlay {
    position:absolute;
    top:30%;
    z-index:1;
    overflow-x: hidden;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    top: 0px;
    padding: 0 2px 0 8px;
    background: #edebeb;
}
.loading {
    position: fixed;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align:center;
}
.loading img{
height:70px;
}
.service_gallery{
    height: 300px;
    width: 300px;
}
.service_gallery img{
    width: 100% !important;
    height: 100% !important;
}

/* Custom Responsive CSS*/
@media screen and (min-width: 320px) and (max-width:890px) {
    .tab-img{
        width:100% !important;
    }
    .overlay{
        top:7%;
    }
    .overlay_text h3{
        font-size: 14px !important;
        margin-bottom: 2px !important;
        display: none;

    }
    .overlay_text p{
        display: none;
        font-size: 12px !important;
        padding-bottom: 0px !important;
        font-weight: 200 !important;
    }
    .overlay_text .btn-primary{
        font-size: 10px !important;
        margin:76px 0 15px 79px;
    }
    .overlay_text .btn-light{
        font-size: 10px !important;
        margin:76px 0 15px 2px;
    }
}
@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
   
}

@media (min-width: 1400px) {
    
}
.team-img{
    height:320px;
}
.team-img img{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: top
}
.team-content{
    height:100px;
}
.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom: 95px;
    right: 8px;
	background-color:#970c0c;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index:1 !important;
}

.my-float{
	margin-top: 13px;
    font-size: 21px;
}
.float:hover{
    cursor:pointer;
}
.my-float:hover{
    background:#970c0c;
    color:#fff;
}
