/**{*/
/*    margin:0;*/
/*    padding:0;*/
/*}*/
/*body{*/
/*    background-color: #000;*/
/*}*/
/* .banner_image{
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center center;
    object-fit: cover;
    min-height: 720px;
} */
/* .center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .center-image img {
    max-width: 100%;
    height:100px;
    margin-top: 50px;
  } */

  /* Logo Box Shadow CSS */
  /* .image-with-shadow {
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1); 
  } */

  /* Video CSS */
  
.descrpare{
  padding-bottom:30px;
  margin-top:-15px !important;
 }
  
  
  
  
  
@media screen and (max-width: 1199px){
    div.container-fluid{
        padding-top:100px !important;
        padding-bottom:100px !important;
    }
    video{
        display:none !important;
    }  
    .fab, .fas {
      font-weight: 400;
      font-size: 35px;
    }
    .widtdfn{
        width:20%;
    }
    .mobilerow{
        padding:0px;
        margin:0px;
    }
    h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin: 18px 0 10px 0;
    line-height: 1!important;
  }

  h2 {
    color: #7d0606;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1 !important;
  } 
  .mainlogo{
    width:50%;
 }
 
}
@media screen and (min-width: 1200px){
 
 .mainlogo{
    width:28%;
 }
  
  .video-container {
    position: relative;
    display: inline-block;
    height: 500px;
  }

  .video-container video {
    display: block;
    max-width: 100%;
  }

  .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 1;
    text-align: center;
  }

  .video-overlay h1, h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin: 18px 0 10px 0;
    line-height: 1!important;
  }

  .video-overlay span, h2 {
    color: #7d0606;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1 !important;
  }
  
  .video-overlay .row {
    margin-top: 20px;
  }
  /*.video-overlay img{*/
  /*  height: 95px;*/
  /*  margin-top: 190px;*/
  /*}*/
  .video-overlay .col-md-6 {
    padding: 0 10px;
  }
/* 
  .video-overlay .col-md-6 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 50px 0px 10px  0px;
  } */
.fab, .far {
    font-weight: 400;
    font-size: 40px;
    color: #595757;
}
.fas{
    font-weight: 400;
    font-size: 40px;
    color: #595757;
}
}