/* .mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1140px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */

/*MY Css*/
.slideimg {
      position: relative;
    height: auto;
    margin-bottom: 30px;
    width: 30%;
    display: inline-block;
    margin-right: 30px;
}
.navarrows {
    color: #0063ad;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    pointer-events: all;
    text-align: right;
    margin-bottom: 50px;
    margin-top: 0;
}
a.prev, a.next {
    padding-left: 20px;
}
.slideimg img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  
}
.slideimg:hover .overlay {
    opacity: 1;
}
.slick-arrow:hover{color:#eaeaea!important;}
h2.testimonials-heading {
    color: #666;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
   
}
h3.slider-title {font-size: 20px; font-weight: 600; text-transform: uppercase; color: #005a9e; margin-bottom: 30px; }
.overlay {
      cursor: all-scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgba(0,90,158,.74);
}
.premium-ihover-content {
    width: 90%;
    padding-left: 10px;
    margin: 0 auto;
    color: white;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.premium-ihover-description {
    font-size: 16px;
}

h4.premium-ihover-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align:left;
}

@media screen and (max-width: 600px) {
h2.testimonials-heading {font-size: 20px; text-align: center; }
.slideshow-container {padding: 20px; }
}
@media screen and (max-width: 992px) {
.team-section .container {padding: 15px; }
 h2.testimonials-heading, .mySlides1.slidermaindiv, .mySlides2.slidermaindiv  {text-align: center; }
.slideimg {position: relative; height: auto; margin-bottom: 30px; width: 26%; display: inline-block; margin-right: 35px; }
h3.slider-title {margin-left: 30px; }
.premium-ihover-description {font-size: 10px; }
.navarrows { font-size: 18px;}

 }


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)  
  and (-webkit-min-device-pixel-ratio: 2){
.team-section .container {padding: 15px; }
 h2.testimonials-heading, .mySlides1.slidermaindiv, .mySlides2.slidermaindiv  {text-align: center; }
.slideimg {position: relative; height: auto; margin-bottom: 30px; width: 26%; display: inline-block; margin-right: 35px; }
h3.slider-title {margin-left: 30px; }

.premium-ihover-description {font-size: 10px; }
.navarrows { font-size: 18px;}  
} 
ul.slick-dots, .navarrows {
    display: none !important;
}
.slick-prev, .slick-next {top: 100% !important;left: 95%; }
.slick-prev {left: 90%!important;}
.slick-next:before, .slick-prev:before {color: #005a9c !important; }
button.slick-prev:before {content: "\f104" !important; padding: 0; margin-left: -5px; width: 100%; height: 100%; line-height: 30px; font-family: "FontAwesome"; font-size: 22px; color: white; transition: .5s ease; -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; -ms-transition: .5s ease; text-align: center; display: inline-block; -moz-border-radius: 58%; -webkit-border-radius: 58%; font-weight: 900; border-radius: 58%; text-shadow: 0 0 transparent!important; }
button.slick-next:before {content: "\f105"; padding: 0; width: 100%; height: 100%; line-height: 30px; font-family: "FontAwesome"; font-size: 22px; color: white; transition: .5s ease; -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; -ms-transition: .5s ease; text-align: center; display: inline-block; -moz-border-radius: 58%; -webkit-border-radius: 58%; font-weight: 900; border-radius: 58%; text-shadow: 0 0 transparent!important; }