

.mainmenunav ul.mainmenu > li > a {
    color: white;
}

.humberger-menu span svg{
    filter: invert(1);
}

.header-area .header-wrapper a.rn-btn{
    border-color: white;
    color: white;
}

.single-service{
    text-align: center;
    padding-top: 0 !important;
}

@media (max-width: 540px){
    .single-service{
        /*padding-top: 70px !important;*/
    }
}

@media only screen and (min-width: 1200px){
  .slide.slide-style-2.slider-paralax {
    height: auto;
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.breadcrumb-inner h2.title{
    background: none !important;
    -webkit-text-fill-color: white !important;
}

#myVideo{
    width: 100%;
    height: 100%;
}

.slide.slide-style-2{
    /*padding-top: 350px;
    padding-bottom: 350px;*/
}

@media only screen and (max-width: 767px) {
  .slide.slide-style-2 {
    /*padding-top: 150px;
    padding-bottom: 150px;*/
  }
  #myVideo{
      object-fit: cover;
  }
}