
/* ------------------------------------
  start revolution slider arrow styles
---------------------------------------*/

.tp-rightarrow.round, .tp-leftarrow.round{
  
}
.tp-leftarrow.round{
  background: url(assets/new-left-arrow.jpg) #313a45 no-repeat top left;
  width: 26px;
  height: 31px;
  background-color: black;
  position: absolute;
  
  left: calc( 50% - 30px );
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width:786px) {
.tp-leftarrow.round{
bottom: 60px; !important;
}
}
@media (max-width:786px) {
.tp-leftarrow.round{
/*bottom: 20px; !important;*/
}
}
.tp-leftarrow.round:hover{
  background: url(assets/new-left-hover-arrow.jpg) #ac0d6a no-repeat top left;
}
.tp-rightarrow.round{
  background: url(assets/new-right-arrow.jpg) #313a45 no-repeat top right;
  width: 26px;
  height: 31px;
  background-color: black;
  position: absolute;
  
  right: calc( 50% - 30px );
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width:786px) {
.tp-rightarrow.round{
bottom: 60px; !important;
}
}
@media (max-width:786px) {
.tp-rightarrow.round{
/*bottom: 20px; !important;*/
}
}
.tp-rightarrow.round:hover{
  background: url(assets/new-right-hover-arrow.jpg) #ac0d6a no-repeat top right;
}

/* ------------------------------------
  end revolution slider arrow styles
---------------------------------------*/