.fullrounded img {
   -webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px; 
}
.readon {
  width: 190px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.readon.sm {
  width: 140px;
  height: 45px;
  line-height: 145px;
}
.readon {
  background: #ff6c39;
  color: #fff;
}
.readon:hover,
.readon:focus {
  background: #243a4f;
  color: #fff;
}
.readon.border {
  background: transparent;
  border: 2px solid #ff6c39;
  color: #fff;
}
.readon.border:hover,
.readon.border:focus {
  background: #ff6c39;
  border: 2px solid #ff6c39;
  color: #fff;
}
.readon.border.white {
  background: #fff;
  border: 2px solid #ff6c39;
  color: #ff6c39;
}
.readon.border.white:hover,
.readon.border.white:focus {
  background: #ff6c39;
  border: 2px solid #ff6c39;
  color: #fff;
}
.readon.white {
  background: #fff;
  color: #ff6c39;
}
.readon.white:hover,
.readon.white:focus {
  background: #ff6c39;
  color: #fff;
}
.slider-btn1 a {
  line-height: 100%;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: none;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 24px;
}
.tparrows.preview2.tp-rightarrow:hover:after {
  right: 40.5%;
}
.tparrows.preview2.tp-leftarrow:hover:after {
  left: 40.5%;
}