:root {
    --accent-color: #F03C00;
    --link-color: #507ECE;
    --background-color: #151515;
    --text-primary: #ffffff;
    --border-color: #B8B8B8;
    --placeholder-color: #808080;
    --heading-line-height: 1.3;
  --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: #fff;
    border-radius: 5px;
    min-height: 200px;
    border: 1px solid #f1f1f1;
    border-top: 3px solid #999;
    margin-top: 90px;
    padding: 82px 0 29px;
    position: relative;
    text-align: center;
    z-index: 1;
box-shadow: 0 0px 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 0px 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 0px 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); 
}

.testimonials-inner {
    position: relative;
}

.testimonials-inner .marquee {
    padding: 0;
}

.testimonials-inner .marquee-absolute-center {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-inner .marquee-absolute-center .marquee-item {
    color: var(--text-primary);
    -webkit-text-stroke: none;
}

.testimonials-inner.tc-mt-none {
    margin-top: 0;
}
.el-collection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.el-collection.el-collection-close::before {
    transform: rotate(0);
}

.el-collection.el-collection-close::after {
    transform: rotate(0);
}

.el-collection span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-color);
    background-color: var(--background-color);
    z-index: 2;
}

.el-collection::before, .el-collection::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    transition: transform 0.2s;
}

.el-collection::before {
    transform: rotate(4deg);
    z-index: 0;
}

.el-collection::after {
    transform: rotate(-4deg);
    z-index: 1;
}

.el-collection-hover:hover .el-collection::before {
    transform: rotate(4deg);
}

.el-collection-hover:hover .el-collection::after {
    transform: rotate(-4deg);
}

.el-collection-close:hover .el-collection::before {
    transform: rotate(0);
}

.el-collection-close:hover .el-collection::after {
    transform: rotate(0);
}

.testimonials-inner:hover .el-collection::before, .testimonials-inner:hover .el-collection::after {
    transform: rotate(0);
}
.testimonials-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem;
    text-align: center;
    z-index: 3;
}
.testimonials-item-desc, .testimonials-item-person{
    z-index: 4;
}


.testimonials-item-name {
    color: var(--accent-color);
    margin-bottom: 0.75rem;
}

.testimonials-item-position {
    line-height: var(--heading-line-height);
    font-size: 1.125rem;
}

.testimonials-marquee-top {
    margin-bottom: 2rem;
}

.testimonials-marquee-bottom {
    margin-top: 2rem;
}


.testimonials-item {
    border: 1px solid var(--border-color);
    background-color: var(--background-color);
    color: var(--text-primary);
}

.testimonials-item-photo {
    position: relative;
    min-width: 4.25rem;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    margin-left:  auto;
    margin-right:  auto;
}

.testimonials-item-photo img {
    position: relative;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    z-index: 1;
}

.testimonials-item-details {
    padding: 0.75rem 0 0 1.5rem;
}

.testimonials-item-details .testimonials-item-name {
    margin-bottom: 0.5rem;
}

.testimonials-item-details .testimonials-item-desc {
    margin: 1.75rem 0 0;
}

@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;
}	
}