/*******************
slide 4
*******************/
@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }

.slider4 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider4 .carousel-indicators {
  bottom: 0; }
  .slider4 .carousel-indicators li {
    background-color: #ffffff; }
    .slider4 .carousel-indicators li.active {
      background-color: #0f2965; }

.slider4 label {
  font-style: italic;
  font-family: 'PlayFairDisplay', sans-sarif;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.slider4 ul {
  list-style: none;
  margin: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }
  .slider4 ul li {
    line-height: 36px; }

.slider4 h2 {
  font-size: 36px;
  line-height: 42px;
  font-size: 36px; }

.slider4 p {
  font-size: 18px; }

.slider4 .slider-control span {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff; }

.slider4 .btn-secondary {
  background: transparent;
  color: #263238; }
  .slider4 .btn-secondary:hover {
    color: #263238 !important; }

@media (max-width: 768px) {
  .slider4 h2 {
    font-size: 28px;
    line-height: 36px; }
  .slider4 .slide-text {
    padding: 0 !important;
    width: 95% !important; }
  .slider4 .slide-image {
    height: 480px;
    width: auto !important;
    position: relative; }
  .slider4 .btn-md {
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 428px) {
  .slider4 h2 {
    font-size: 23px;
    line-height: 30px; }
  .slider4 .slide-image {
    left: -90%;
    height: 380px; }
  .slider4 .btn-md {
    text-align: center;
    margin-bottom: 10px; }
  .slider4 .btn-secondary {
    margin-left: 0 !important; } }
/*******************
Feature 9
*******************/
.wrap-feature9-box .card-body {
  padding: 40px 40px 0px; }
  .wrap-feature9-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }
/*******************
Feature 31
*******************/
.wrap-feature31-box {
  overflow: hidden;
  position: relative; }
  .wrap-feature31-box .half-radius {
    border-radius: 62% / 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .wrap-feature31-box .right-image {
    position: absolute;
    right: 0px;
    text-align: center;
    bottom: -60px; }
	
/*******************
Testimonial 1
*******************/
.testimonial1 .testi1 .card-body {
  padding: 35px; }

.testimonial1 .testi1 .thumb {
  position: relative;
  padding: 10px 20px 10px;
  padding-left: 90px;
  margin-left: -35px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 30px; }
  .testimonial1 .testi1 .thumb .thumb-img {
    width: 60px;
    position: absolute;
    left: 20px;
    top: -10px; }

.testimonial1 .testi1 h5 {
  line-height: 30px; }

.testimonial1 .testi1 .devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  margin: 20px 0;
  display: inline-block;
  width: 100px; }
	
.testimonial1 a:visited {
	color: #0254EB
}
.testimonial1 a.morelink {
	text-decoration:none;
	outline: none;
}
.testimonial1 .morecontent span {
	display: none;
}	









/*******************
Feature 10
*******************/
.wrap-feature10-box {
  padding: 100px 20px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  color: #ffffff; }
  .wrap-feature10-box p {
    margin: 30px 0 40px; }
  .wrap-feature10-box .box-title {
    color: #ffffff; }
	
@media only screen and (min-width:320px) and (max-width:575px) {
	.wrap-feature10-box { padding: 30px 20px;}
	.feature24 h1{line-height: 30px; font-size: 30px; }
	.feature24 .display-5 {font-size: 2rem;}
}	