.headerLogo{

	height: 90px;

	padding: 10px;

}

.main-header__logo{

	top: 30px;

	

}

.feature-one__icon:before{

	display: none !important;

}

.feature-one__icon{

	padding: 10px;

}

.feature-one__icon span{

	font-size: 50px;

}

.why-choose-one{

	padding:40px 0px;

}







#myVideo {



  right: 0;

  bottom: 0;

  min-width: 100%;

  min-height: 100%;

}



/* Add some content at the bottom of the video/page */

.content {

  position: fixed;

  bottom: 0;

  background: rgba(0, 0, 0, 0.5);

  color: #f1f1f1;

  width: 100%;

  padding: 20px;

}



/* Style the button used to pause/play the video */

#myBtn {

  width: 200px;

  font-size: 18px;

  padding: 10px;

  border: none;

  background: #000;

  color: #fff;

  cursor: pointer;

}



#myBtn:hover {

  background: #ddd;

  color: black;

}



.mobilLogo{

  position: absolute;

  top:5px;

  left: 20px;
  z-index: 999;

}

.mobilLogo img{

  height: 80px;

}



.customImage{

  max-height: 200px;

}



.customImage img{

  height: 200px;

  object-fit: cover;

}



.projectImage img{

  height: 200px;

  object-fit: cover;

}



.customImageDetail img{

  max-height: 500px;

  object-fit: cover;

}



.border1{

  border: 2px solid black;

}



.whatsappColor{

  background: #25D366 !important;

  color: white;

}
@media only screen and (min-width: 901px) {


  .desktopHidden{
    display: none;
  }
}

@media only screen and (max-width: 900px) {

  .main-header{
    height: 100px;
  }

  .headerWhatsapp{
    position: absolute;
    top: 134px;
    left: 20%;
  }

  .headerWhatsapp a{
    font-size: 36px;
    font-weight: bold;
    color: slategray !important;
  }

  .whatsappIcon{
    position: fixed;
    bottom: 35px;
    left: 20px;
  }

}