

#productArea{
   background-color: #EAEAEA;
   position: fixed;
   
   /* height: 100vh; */
   
   width:100%;
   z-index: 1000;
  
   padding-bottom: 50px;
}

.xxx{
    cursor:pointer;
    
    padding: 5px 10px ;
    background-color: rgb(0, 0, 0);
    border:1px solid black;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 1.4em;
}

.displayNone{
    display: none;
}
.displayBlock{
    display:block;
}
svg{
    fill:red
}
.bordered{
    border:1px solid black;
    align-items: center;
    text-align: center;
    margin: 10px;
    padding:5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.bordered:hover{
      background-color: #113567;
      color:white;
}
.cont-2{
    position: relative;
    width:90%;
    margin: auto;
}
.hedmed{
    border-bottom: 1px solid red;
    padding-bottom: 30px;
    padding-top: 70px;
    
}
.underProducts{
    padding-top: 30px;
    
}
.hederIcons{
    text-align: center;
}
.mainHeaderIcon{
    text-align: left;
}
.iconica{
    height: 100px;
    background-repeat: no-repeat;
    width: 100%;
}

.iconHome{
    background-image: url('icons/icon-home-solution.svg');
    

    
}
.iconBome{
    background-image: url('icons/icon-building-solution.svg');
    

    
}
.iconDome{
    background-image: url('icons/icon-urban-solution.svg');
    

    
}
.modalFooter{
    border-top: 1px solid red;
    padding-top: 30px;
    margin-top: 30px;
}
.button{
   border-radius: 5px;
    padding:10px;
}

.buttonLeft{
    float: left;
    background-color:#999999;
    color:white;
}
.buttonRight{
    float:right;
    background-color:#E2001A;
    color:white;
}
#originalVideo{
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       
        box-sizing: border-box;
        object-fit: cover;
}
#imitateVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    box-sizing: border-box;
    object-fit: cover;
}
.videoContainer{
    width: 100%;
    
}
@media only screen and (min-width: 1000px) {
    .videoContainer{
        width: 100%;
        height: 500px;
        
        
    }
  }

/* ply button csssss */
.play-btn {
    width: 70px;
    height: 70px;
    background: radial-gradient( #113567a6, #113567);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 100px auto;
    box-shadow: 0px 0px 25px 3px #11356786;
  }
  
  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -30%;
    left: -30%;
    background: rgba(198, 16, 0, 0);
  }
  
  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.3);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px #113567, 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }

  /* play button css end here */



  /* video  modal */

  #videomodal{
      position: fixed;
      top:0;
      left:0;
      width: 100%;
      background-color: rgb(0, 0, 0);
      height: 100vh;
      z-index: 998;
      overflow: hidden;
      display: none;

  }
  .containermy{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    
  }


  /* video modal end here */

  /* close video modal below */
  #closevideo{
    float: right; 
    color:white;
    padding: 5px;
    background-color:black;
    cursor:pointer;
  }

  /* preloader */

  .preloader{
    /*
    Making the preloader floating over other elements.
    The preloader is visible by default. 
    */
    position: fixed;
    background-color: #113567;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;

}



  /* preloader bitti */
.preloaderlogo{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.dropdown-inner{
  left:100px;
}
.whitedropdown a{
  color:rgb(83, 83, 82) !important
}
.containermy .wrapper{
  position: absolute;
  z-index: 999999999;
}