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

/* Slider */
.slick-loading .slick-list { background: #fff url('./ajax-loader.gif') center center no-repeat; }

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 src: url('./fonts/slick.eot');
 src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') 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: 80px; height: 16px; font-size: 0; color: transparent; line-height: 0; transition: all 0.25s ease-out 0s; outline: none; background: transparent; border: none; transform: translateY(-50%); cursor: pointer; display: block; padding: 0 0 0; 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: -8%; background: url(../images/left-white-grey-plain-arrow.svg) no-repeat top / 100%;}
.slick-prev:hover { background: url(../images/left-white-grey-plain-arrow.svg) no-repeat bottom / 100%;}
.slick-next { right: -8%; background: url(../images/right-white-grey-plain-arrow.svg) no-repeat top / 100%;}
.slick-next:hover { background: url(../images/right-white-grey-plain-arrow.svg) no-repeat bottom / 100%;}

/* Dots */
.slick-slider { padding-left: 0;}
.slick-dots { width: 100%; float: left; text-align: center; list-style: none; display: block; margin: 0 0 0 !important; position: absolute; right: 0; bottom: -70px; left: 0;}
.slick-dots li { width: 7px; height: 7px; vertical-align: middle; display: inline-block; margin: 0 3px 0; cursor: pointer; position: relative;}
.slick-dots li button { width: 7px; height: 7px; font-size: 0; line-height: 0; display: block; padding: 3.5px 3.5px 3.5px; 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: #58595b;}
.slick-dots li button:before { content: '•'; width: 7px; height: 7px; color: black; background: rgba(88,89,91,0.4); border-radius:50%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all 0.25s ease-out 0s; position: absolute; top: 0; left: 0;}
.slick-dots li.slick-active button:before { color: black; background: #58595b;}

.slick-dots li:before{display: none;}

.services-col1 .slick-dots { bottom: -94px;}
.testimonials-col1 .slick-dots { bottom: -142px;}

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

.about-wrapp .about-col2 .slick-dots { bottom:-45px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.services-col1 .slick-dots { bottom: -41px;}
.testimonials-col1 .slick-dots { bottom: -105px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.services-col1 .slick-dots { bottom: -41px;}
.testimonials-col1 .slick-dots { bottom: -105px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.services-col1 .slick-dots { bottom: -44px;}
.testimonials-col1 .slick-dots { bottom: -112px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.services-col1 .slick-dots { bottom: -54px;}
.testimonials-col1 .slick-dots { bottom: -122px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.services-col1 .slick-dots { bottom: -64px;}
.testimonials-col1 .slick-dots { bottom: -132px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.services-col1 .slick-dots { bottom: -74px;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.services-col1 .slick-dots { bottom: -84px;}
}