/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*******************
slide 7
*******************/
/*-------------------*/
/*Slider7 Style Start*/
/*-------------------*/
@-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); } }

.slider7 .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; }

.slider7 h2 {
  font-size: 32px; }

.slider7 p {
  line-height: 26px; }

.slider7 .slide-content {
  padding: 80px 25px;
  position: relative;
  opacity: 0.9;
  border-radius: 50%;
  max-width: 397px;
  min-height: 397px; }

.slider7 label {
  line-height: 31px;
  min-width: 110px; }

.slider7 a {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  font-size: 28px;
  right: 70px;
  bottom: 0; }
  .slider7 a i {
    line-height: 60px; }

.slider7 .carousel-indicators {
  bottom: 0; }
  .slider7 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3); }
    .slider7 .carousel-indicators li.active {
      background-color: #316ce8; }

@media (max-width: 768px) {
  .slider7 .slide-text {
    padding: 0 !important;
    width: 100% !important; }
  .slider7 .slide-image {
    height: 430px;
    left: -30%;
    position: relative;
    width: auto !important; } }

@media (max-width: 428px) {
  .slider7 .slide-image {
    left: -90%;
    width: auto; }
  .slider7 .slide-content {
    min-width: 100px;
    max-width: 300px;
    min-height: 300px;
    padding: 40px 25px; }
  .slider7 h2 {
    font-size: 28px; }
  .slider7 p {
    font-size: 14px;
    margin-top: 20px !important; }
  .slider7 a {
    height: 50px;
    width: 50px;
    font-size: 26px;
    right: 55px; }
    .slider7 a i {
      line-height: 50px; } }
