@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: 4.1%; height: auto; font-size: 0; line-height: 0; display: block; transform: translateY(-50%); transition: all 0.25s ease-out 0s; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; padding: 0 0 4.1%; 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: -7.8%; background: url(../images/left-gold-white-border-circle-arrow.svg) no-repeat top / 100%;}
.slick-prev:hover { background: url(../images/left-gold-white-border-circle-arrow.svg) no-repeat bottom / 100%;}
.slick-next { right: -7.8%; background: url(../images/right-gold-white-border-circle-arrow.svg) no-repeat top / 100%;}
.slick-next:hover { background: url(../images/right-gold-white-border-circle-arrow.svg) no-repeat bottom / 100%;}

.testimonials-col1 .slick-prev { left: -9.2%;}
.testimonials-col1 .slick-next { right: -9.2%;}

.team-col2 .slick-prev, .team-col2 .slick-next { top: 40%;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width: 100%; text-align: center; display: block; list-style: none; margin: 0 0 0; position: absolute; right: 0; bottom: -40px; left: 0;}
.slick-dots li { width: 14px; height: 4px; cursor: pointer; vertical-align: middle; display: inline-block; transition: all 0.25s ease-out 0s; margin: 0 3px 0; position: relative; z-index: 9;}
.slick-dots li button { width: 14px; height: 4px; font-size: 0; color: transparent; line-height: 0; border: 0; outline: none; background: transparent; cursor: pointer; display: block; transition: all 0.25s ease-out 0s; padding: 2px 7px 2px;}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; transition: all 0.25s ease-out 0s;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before { background: #cbb37b; transition: all 0.25s ease-out 0s;}
.slick-dots li button:before { content: '•'; width: 14px; height: 4px; text-align: center; color: black; background: #d4d4d4; border-radius: 10px; -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 { width: 20px; transition: all 0.25s ease-out 0s;}
.slick-dots li.slick-active button:before { width: 20px; color: black; background: #cbb37b; transition: all 0.25s ease-out 0s;}

.team-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -26px;}

.aesthetics-box .slick-dots { text-align:left; bottom:69px; left:4%;}
.aesthetics-box .slick-dots li { width: 9px; height: 9px; margin: 0 3px 0;}
.aesthetics-box .slick-dots li button { width: 9px; height: 9px;}
.aesthetics-box .slick-dots li button:hover:before, .aesthetics-box .slick-dots li button:focus:before { background: #d9d9d9; transition: all 0.25s ease-out 0s;}
.aesthetics-box .slick-dots li button:before { width: 9px; height: 9px; text-align: center; background: #d9d9d9; border-radius: 50%;}
.aesthetics-box .slick-dots li.slick-active { width: 9px; height: 9px;}
.aesthetics-box .slick-dots li.slick-active button:before { width: 9px; height: 9px; background: #a42881;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.aesthetics-box .slick-dots { bottom:-50px; text-align:center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.aesthetics-box .slick-dots { bottom:-50px; text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.aesthetics-box .slick-dots { bottom:-50px; text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.aesthetics-box .slick-dots { bottom:43px;}
}

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

}

@media screen and (min-width:1341px) and (max-width:1900px) {
.slick-prev { left: -4.8%;}
.slick-next { right: -4.8%;}

.testimonials-col1 .slick-prev { left: -6.2%;}
.testimonials-col1 .slick-next { right: -6.2%;}
}