@charset "UTF-8";
/* Slider */
.slick-loading .slick-list { background: #fff url('../images/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');
 font-display: swap;
}
/* 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: 22px; height: 22px; font-size: 0; line-height: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; transition: all 0.25s ease-out 0s; display: block; padding: 0; position: absolute; bottom: -61px; 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 { right: 42px; background: url(../images/slider-left-arrow1.svg) no-repeat top / 100%;}
.slick-prev:hover { background: url(../images/slider-left-arrow2.svg) no-repeat top / 100%;}
.slick-next { right: 13px; background: url(../images/slider-right-arrow1.svg) no-repeat top / 100%;}
.slick-next:hover { background: url(../images/slider-right-arrow2.svg) no-repeat top / 100%;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width: 100%; text-align: center; list-style: none; display: block; margin: 0 0 0; position: absolute; right: 0; bottom: -38px; left: 0;}
.slick-dots li { width: 7px; height: 7px; cursor: pointer; vertical-align: bottom; display: inline-block; margin: 0 3px 0; position: relative;}
.slick-dots li button { width: 7px; height: 7px; font-size: 0; color: transparent; line-height: 0; background: transparent; border: 0; cursor: pointer; outline: none; display: block; padding: 3.5px;}
.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: #d09f6b;}
.slick-dots li button:before { content: 'Ã¢â‚¬Â¢'; width: 7px; height: 7px; text-align: center; color: black; background: #3b3b3b; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border-radius: 50%; transition: all 0.25s ease-out 0s; position: absolute; top: 0; left: 0;}
.slick-dots li.slick-active button:before { color: black; background: #d09f6b;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.team-col3 .slick-dots { bottom: -20px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.team-col3 .slick-dots { bottom: -20px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.team-col3 .slick-dots { bottom: -20px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

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

}