@charset "utf-8";
/* CSS Document */

/* Slider */
.slick-loading .slick-list { background: #fff center center no-repeat; }

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 
 src: format('embedded-opentype'), format('woff'), format('truetype'), format('svg');
}

/* Arrows */
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
[dir='rtl'] .slick-prev:before { content: '→'; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
[dir='rtl'] .slick-next:before { content: '←'; }
.slick-prev, .slick-next { width: 30px; height: 30px; font-size: 0; line-height: 0; display: block; transition: all 0.25s ease-out 0s; transform: translateY(-50%); padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; position: absolute; top: 50%; z-index:99;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -66px; background: url(../images/left-blue-circle-arrow.svg) no-repeat top / 100%;}
.slick-prev:hover { background: url(../images/left-blue-white-circle-arrow.svg) no-repeat bottom / 100%;}
.slick-next { right: -66px; background: url(../images/right-blue-circle-arrow.svg) no-repeat top / 100%;}
.slick-next:hover { background: url(../images/right-blue-white-circle-arrow.svg) no-repeat bottom / 100%;}

.testimonials-col2 .slick-prev, .testimonials-col2 .slick-next { transform: none; top: inherit;}
.testimonials-col2 .slick-prev { right: -60px; bottom: 44px; left: inherit; background: url(../images/top-blue-circle-arrow.svg) no-repeat top / 100%;}
.testimonials-col2 .slick-prev:hover { background: url(../images/top-blue-white-circle-arrow.svg) no-repeat bottom / 100%;}
.testimonials-col2 .slick-next { right: -60px; bottom: 0; background: url(../images/down-blue-circle-arrow.svg) no-repeat top / 100%;}
.testimonials-col2 .slick-next:hover { background: url(../images/down-blue-white-circle-arrow.svg) no-repeat bottom / 100%;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width:100%; text-align:center; display:block; margin:0 0 0; list-style:none; position:absolute; right:0; bottom:-35px; left:0;}
.slick-dots li { width:8px; height:8px; display:inline-block; cursor:pointer; margin:0 2px 0; position: relative;}
.slick-dots li button { font-size:0; line-height:0; display:block; width:8px; height:8px; padding:4px 4px 4px; cursor:pointer; color: transparent; border:0; outline:none; background:transparent;}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { background: #36c2ee;}
.slick-dots li button:before { content: '•'; width:8px; height:8px; text-align: center; color: black; background: #ffffff; border-radius:50%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; left: 0;}
.slick-dots li.slick-active button:before { color: black; background: #36c2ee;}

.service-col1 .slick-dots { bottom:-35px;}
.service-col1 .slick-dots li button:hover:before, .service-col1 .slick-dots li button:focus:before { background: #36c2ee;}
.service-col1 .slick-dots li button:before { background: #012169;}
.service-col1 .slick-dots li.slick-active button:before { background: #36c2ee;}

.testimonials-col2 .slick-dots { bottom:28px;}

.testimonials-col3 .slick-dots { bottom:-40px;}

.team-col1 .slick-dots { bottom:-30px;}
.team-col1 .slick-dots li button:hover:before, .team-col1 .slick-dots li button:focus:before { background: #36c2ee;}
.team-col1 .slick-dots li button:before { background: #012169;}
.team-col1 .slick-dots li.slick-active button:before { background: #36c2ee;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.testimonials-col2 .slick-dots {bottom: -26px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.testimonials-col2 .slick-dots {bottom: -26px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.testimonials-col2 .slick-dots {bottom: -26px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.testimonials-col2 .slick-prev, .testimonials-col2 .slick-next {right: -27px; left: inherit; width: 22px; height: 22px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.testimonials-col2 .slick-prev, .testimonials-col2 .slick-next {right: -32px; left: inherit;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.testimonials-wrapp .slick-prev {left: -2%;}
.testimonials-wrapp .slick-next {right: -2%;}
.testimonials-col2 .slick-prev, .testimonials-col2 .slick-next {right: -35px; left: inherit;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.testimonials-col2 .slick-prev, .testimonials-col2 .slick-next {right: -42px;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {

}