﻿.mySlides {display: none;}

.mySlides img {
	vertical-align: middle;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
    width: 100%;
    height:500px;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    background: #191c52;
}

.infoBox {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    height: 100%;
    width: 70%;
}

.infoBox .comment {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 30px;
    padding: 85px 20px 20px 0;
    text-shadow: 1px 1px 3px black;
}

.infoBox .name {
    color: #FFC107;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 1px 1px 3px black;
}

.infoBox .qualification {
    color: #bdbdbd;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 15px;
}

.userBox {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    background-size: cover;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.navLeft {
    position: absolute;
    top: 50%;
	left: 0;
    transform: translateY(-50%);
    background: #ffffff15;
    padding: 10px;
	cursor:pointer;
	    color: white;
}
.navRight {
    position: absolute;
    top: 50%;
	right: 0;
    transform: translateY(-50%);
    background: #ffffff15;
    padding: 10px;
	cursor:pointer;
	    color: white;
}
.navLeft:hover, .navRight:hover {
    background: #ffffff50;
}







section.col-testimony {
    width: calc(100% - 100px);
    display: table;
    color: #000;
    max-width: 1400px;
    margin: auto;
    padding: 50px 50px 0 50px;
    background: #ffffff;
}
section.col-testimony .image {
    height: 430px;
    width: 400px;
    float: left;
}

section.col-testimony .title {
    margin-left: 400px;
    color: #b1b1b1;
    font-size: 22px;
    font-weight: 600;
}
section.col-testimony .qualification {
    margin-left: 400px;
    color: #ff9800;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 15px;
}
section.col-testimony .text {
    margin-left: 400px;
    color: #636363;
    margin-bottom: 20px;
    font-size: 30px;
    padding: 85px 0 20px 0;
}


/************************************Mobile Start********************************************/
@media (min-width: 320px) and (max-width: 500px) {

section.col-testimony {
    padding: 15px 0;
    width: 100%;
}
section.col-testimony .image {
    width: 250px;
    height: 250px;
    background-size: cover;
    border-radius: 50%;
    float: none;
    background-color: #e8e8e8;
    margin: auto;
}
section.col-testimony .text, section.col-testimony .title, section.col-testimony .qualification {
    padding: 5px 15px;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
}


.slideshow-container {
    min-height: 450px;
    height: auto;
    display: table;
    width: 100%;
}
.userBox {
    width: 150px;
    height: 150px;
    background-size: cover;
    border-radius: 50%;
    float: none;
    background-color: #ffffff7a;
    border: 2px solid white;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    z-index:0;
}
.mySlides img {
    position: absolute;
    height: 100%;
    width: auto;
    opacity: 0.3;
    z-index:0;
}

.infoBox {
    width: calc(100% - 65px);
    text-align: center;
    top: 165px;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 0;
    height:auto;
}
.infoBox .comment {
    padding: 0 0 15px 0;
    font-size: 1em;
    margin: 0;
}

.infoBox .name {
    font-size: 1em;
}

.infoBox .qualification {
    margin: 0;
    font-size: 0.8em;
}

}


/************************************Tablet Start********************************************/
@media (min-width: 501px) and (max-width: 1024px) {

.infoBox {
    right: 0;
    padding: 15px;
    width: calc(70% - 30px);
}
.infoBox .comment {
    padding: 15px 0;
    font-size: 1.5em;
    margin: 0;
}

.infoBox .qualification {
    font-size: 1em;
}


}