:root {
  --mxtest-white: #ffffff;
  --mxtest-black: #16171a;
}
.carousel-container {
	width: 100%;
	overflow: hidden;
    padding: 30px 0;
}

.icarousel {
	width: 400px;
	height: 400px;
	position: relative;
	z-index: 2;
	margin: 2px auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.icarousel .slide {
	z-index: 3;
	width: 390px;
	height: 360px;
}

.container2 .icarousel {
	width: 400px;
	height: 450px;
}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
    cursor: pointer;
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	bottom: -30px;
	background: var(--mxtest-white);
	z-index: 1000;
	text-indent: -9999px;
}

a#iCarouselPrev {
	left: 150px;
	background-position: left top;
  cursor:pointer;
  transition:0.5s;
  overflow:hidden;
  border:solid 1px transparent; 
    border-radius:50%;
}
a#iCarouselPrev:hover{
/*  animation:borderAni 5s cubic-bezier(0, 0.6, 1, 0.4); */
      border:solid 1px var(--mxtest-black); 
    border-radius:50%;
}
a#iCarouselPrev:after{
  position:absolute;
  display:block;
  content:"";
  color:var(--mxtest-black);
  width: 20px;
  height: 15px;
  top:4px;
  left: 6px;
  border-bottom:solid 1px;
  transform:translatex(4px);
}

a#iCarouselPrev:before{
  position:absolute;
  display:block;
  content:"";
  color:var(--mxtest-black);
  width: 13px;
  height: 13px;
/*   border:solid 1px;  */
  border-top:solid 1px;
  border-left:solid 1px;
  top:50%;
  left:8px;
  transform-origin:0% 0%;
  transform:rotatez(-45deg);

}
a#iCarouselPrev:hover:before{
 animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

a#iCarouselPrev:hover:after{
 animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}


@keyframes aniArrow01 {
  0% {
    transform:rotatez(-45deg) translateY(30px) translateX(30px);
  }
  100% {
    transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
  }
}


@keyframes aniArrow02 {
  0% {
    transform:translateX(45px);
  }
  100% {
    transform:translateX(-44px);
  }
}

@keyframes borderAni{
   0% {
    border:solid 2px var(--mxtest-black);
  }
  100% {    
    border:solid 2px var(--mxtest-black); 
    border-radius:50%;
  }
}


a#iCarouselNext {
	right: 150px;
	background-position: right top;
  cursor:pointer;
  transition:0.5s;
  overflow:hidden;
  border:solid 1px transparent;
  border-radius:50%; 
}
a#iCarouselNext:hover{
/*  animation:borderAni 5s cubic-bezier(0, 0.6, 1, 0.4); */
      border:solid 1px var(--mxtest-black); 
    border-radius:50%;
}
a#iCarouselNext:after{
  position:absolute;
  display:block;
  content:"";
  color:var(--mxtest-black);
  width: 20px;
  height: 15px;
  top:5px;
  right: 14px;
  border-bottom:solid 1px;
  transform:translatex(4px);
}

a#iCarouselNext:before{
  position:absolute;
  display:block;
  content:"";
  color:var(--mxtest-black);
  width: 13px;
  height: 13px;
/*   border:solid 1px;  */
  border-top:solid 1px;
  border-left:solid 1px;
  top:50%;
  right:-5px;
  transform-origin:0% 0%;
  transform:rotatez(132deg);

}
a#iCarouselNext:hover:before{
 animation: aniArrow03 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

a#iCarouselNext:hover:after{
 animation: aniArrow04 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}


@keyframes aniArrow03 {
  0% {
    transform:rotatez(135deg) translateY(30px) translateX(30px);
  }
  100% {
    transform: rotatez(135deg) translateY(-35px) translateX(-35px);
  }
}


@keyframes aniArrow04 {
  0% {
    transform:translateX(-45px);
  }
  100% {
    transform:translateX(60px);
  }
}

@keyframes borderAni{
   0% {
    border:solid 2px var(--mxtest-black);
  }
  100% {    
    border:solid 2px var(--mxtest-black); 
    border-radius:50%;
  }
}


.container2 a.iCarouselNav {
	top: 168px;
}
.slide {
	z-index: 1000;}
.set_testimon {
    background: #000;
    border-radius: 5px;
    color: #ccc;
    border: 1px solid #333;
    border-top: 3px solid #999;
    min-height: 200px;
    margin-top: 90px;
    padding: 82px 0 29px;
    position: relative;
    text-align: center;
    z-index: 1;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); 
}

.su-content::before {
    color: #333;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 22px;
    margin: auto;
    position: absolute;
    left: 8px;
    top: -10px;
    z-index: -1;
}
.su-content::after {
    color: #333;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 22px;
    margin: auto;
    position: absolute;
    right: 8px;
    bottom: -10px;
    z-index: -1;
}

.set_testimon .su-img {
    left: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: -40px;
    width: 80px;
    z-index: 999;
}

.set_testimon .su-img::before,
.set_testimon .su-img::after {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 100px;
    content: "";
    left: -18px;
    opacity: 0.3;
    position: absolute;
    top: -18px;
    z-index: -1;
}

.set_testimon .su-img::before {
    height: 116px;
    left: -18px;
    opacity: 0.2;
    top: -18px;
    width: 116px;
}

.set_testimon .su-img::after {
    height: 152px;
    left: -36px;
    opacity: 0.1;
    top: -36px;
    width: 152px;
}

.set_testimon .su-img img {
    border-radius: 100px;
    width: 80px;
    height: 80px; 
    z-index: 999; 
    border: 5px solid #333;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);  
}

.set_testimon .su-content {
    margin-top: -27px;
    position: relative;
    padding: 0px 34px;
}

.set_testimon .gu-content h4 {
    color: #ddd;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 24px;
    margin-bottom: 1px;
}

.set_testimon .su-content p {
    color: #999;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}
 .set_testimon .gu-content p {
    color: #999;
    line-height: 20px;
    margin-top: 2px;
    font-style: italic;
}
@media only screen and ( max-width: 767px ) { 
.icarousel, .container2 .icarousel {
	width: 300px !important;
}
.icarousel .slide {
	width: 290px !important;
}
a#iCarouselPrev {
	left: 90px !important;
}

a#iCarouselNext {
	right: 90px !important;
}	
}