.cs-nav .cs-nav_list > li > a{
    color:#fff!important;
}
.cs-nav .cs-nav_list > li > a:hover{
    color:#e30613!important;
}
.cntrlprv{
    left:-70px;
}
.cntrlnxt{
    right:-70px;
}
.cntrlicn{
  width:30px;
  height:30px;
  color:#fff;
  border-radius:50%;
  background-color:#105ba4;
  padding:8px 8px;
 
 
}
.cs-gescout_sticky{
    background-color: rgba(0,0,0,0.7)!important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.cs-hero.cs-style1{
    padding-top:26%;
}

@media screen and (max-width: 767px) {
    .cs-fixed_bg{
        background-position:30% 80%;
    }
}