@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'), url('../fonts/slick.svg#slick') format('svg');
 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: 24px; font-size: 0; line-height: 0; display: block; transition: all 0.25s ease-out 0s; padding: 0 0 24px; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; transform: translateY(-50%); 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: -9%; background:url(../images/left-white-plain-arrow.svg) no-repeat center / 100%;}
.slick-prev:hover { background:url(../images/left-off-white-plain-arrow.svg) no-repeat center / 100%;}
.slick-next { right: -9%; background:url(../images/right-white-plain-arrow.svg) no-repeat center / 100%;}
.slick-next:hover { background:url(../images/right-off-white-plain-arrow.svg) no-repeat center / 100%;}



.experience-col2 .slick-next { display: none !important;}


.team-wrapp .team-col1.mob .slick-prev {left: -5.5%;    background: url(../images/slick-arrow-left.svg) no-repeat center / 100%;background-size: 16px;}
 .team-wrapp .team-col1.mob .slick-prev:hover { width:16px} 
.team-wrapp .team-col1.mob .slick-next { right: -5.5%; background:url(../images/slick-arrow-right.svg) no-repeat center / 100%;background-size: 16px;}
 .team-wrapp .team-col1.mob .slick-next:hover { width:16px} 



/* 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: -19%; left: 0;}
.slick-dots li { width: 16px; height: 16px; position: relative; vertical-align:middle; display:inline-block; margin:0 6px 0; cursor:pointer;}
.slick-dots li button { width: 16px; height: 16px; font-size: 0; line-height: 0; display: block; padding: 8px 8px 8px; 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: #94bbbf;}
.slick-dots li button:before { content: 'â€¢'; width: 16px; height: 16px; text-align: center; color: black; background: rgba(148,187,191,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: #94bbbf;}
.team-col1 .slick-dots { text-align: left;}
.team-col1 .slick-dots li { margin: 0 10px 0 0;}
.experience-wrapp .slick-dots { text-align: right;}
.experience-wrapp .slick-dots li { margin:0 0 0 12px;}
.experience-wrapp .slick-dots li button:hover:before, .experience-wrapp .slick-dots li button:focus:before { background: #ffffff;}
.experience-wrapp .slick-dots li button:before { background: rgba(255,255,255,0.4);}
.experience-wrapp .slick-dots li.slick-active button:before { background: #ffffff;}

.jobs-col1 .slick-dots { bottom:-84px;}
.jobs-col1 .slick-dots li { width: 10px; height: 10px; margin:0 4px 0;}
.jobs-col1 .slick-dots li button { width: 10px; height: 10px;}
.jobs-col1 .slick-dots li button:hover:before, .jobs-col1 .slick-dots li button:focus:before { background: #ffffff;}
.jobs-col1 .slick-dots li button:before { width: 10px; height: 10px; background: rgba(255,255,255,0.4);}
.jobs-col1 .slick-dots li.slick-active button:before { background: #ffffff;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -68px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.slick-dots { width: 100%; text-align: center; list-style: none; display: block; margin: 0 0 0; position: absolute; right: 0; bottom: -48px; left: 0;}
.slick-dots li { width: 10px; height: 10px; margin:0 4px 0;}
.slick-dots li button { width: 10px; height: 10px;}
.slick-dots li button:before { width: 10px; height: 10px;}

.team-col1 .slick-dots { text-align: center; bottom: -50px;}
.team-col1 .slick-dots li { margin: 0 6px 0;}
.experience-wrapp .slick-dots { text-align: center;}
.experience-wrapp .slick-dots li { margin:0 6px 0;}

.jobs-col1 .slick-dots { bottom:-58px;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -54px;}

.team-wrapp .team-col1.mob .slick-prev {left: -6%;    background: url(../images/slick-arrow-left.svg) no-repeat center / 100%;background-size: 15px;}

.team-wrapp .team-col1.mob .slick-prev:hover {left: -5%;}
.team-wrapp .team-col1.mob .slick-next { right: -6%; background:url(../images/slick-arrow-right.svg) no-repeat center / 100%;background-size: 15px;}
.team-wrapp .team-col1.mob .slick-next:hover {right: -5%;}

.mac-os .slick-prev {transform: translateY(-50%) scale(-1);}

.conversion1-wrapp .slick-prev {left: 2%;}
.conversion1-wrapp .slick-next {right: 2%;}

.mac-os .conversion1-wrapp .slick-prev {transform: translateY(-50%) scale(1);}

}

@media screen and (min-width:481px) and (max-width:600px) {
.slick-dots { width: 100%; text-align: center; list-style: none; display: block; margin: 0 0 0; position: absolute; right: 0; bottom: -48px; left: 0;}
.slick-dots li { width: 10px; height: 10px; margin:0 4px 0;}
.slick-dots li button { width: 10px; height: 10px;}
.slick-dots li button:before { width: 10px; height: 10px;}

.team-col1 .slick-dots { text-align: center; bottom: -50px;}
.team-col1 .slick-dots li { margin: 0 6px 0;}
.experience-wrapp .slick-dots { text-align: center;}
.experience-wrapp .slick-dots li { margin:0 6px 0;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -54px;}

.team-wrapp .team-col1.mob .slick-prev {left: -5.5%;    background: url(../images/slick-arrow-left.svg) no-repeat center / 100%;background-size: 16px;}
 .team-wrapp .team-col1.mob .slick-prev:hover { width:16px;left: -5%;} 
.team-wrapp .team-col1.mob .slick-next { right: -5.5%; background:url(../images/slick-arrow-right.svg) no-repeat center / 100%;background-size: 16px;}
 .team-wrapp .team-col1.mob .slick-next:hover { width:16px; right: -5%;} 

.mac-os .slick-prev {transform: translateY(-50%) scale(-1);}

.conversion1-wrapp .slick-prev {left: 2%;}
.conversion1-wrapp .slick-next {right: 2%;}

.mac-os .conversion1-wrapp .slick-prev {transform: translateY(-50%) scale(1);}

}

@media screen and (min-width:601px) and (max-width:767px) {
.slick-dots { width: 100%; text-align: center; list-style: none; display: block; margin: 0 0 0; position: absolute; right: 0; bottom: -48px; left: 0;}
.slick-dots li { width: 10px; height: 10px; margin:0 4px 0;}
.slick-dots li button { width: 10px; height: 10px;}
.slick-dots li button:before { width: 10px; height: 10px;}

.team-col1 .slick-dots { text-align: center; bottom: -50px;}
.team-col1 .slick-dots li { margin: 0 6px 0;}
.experience-wrapp .slick-dots { text-align: center;}
.experience-wrapp .slick-dots li { margin:0 6px 0;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -54px;}

.team-wrapp .team-col1.mob .slick-prev {left: -5.5%;    background: url(../images/slick-arrow-left.svg) no-repeat center / 100%;background-size: 16px;}
 .team-wrapp .team-col1.mob .slick-prev:hover { width:16px;left: -5%;} 
.team-wrapp .team-col1.mob .slick-next { right: -5.5%; background:url(../images/slick-arrow-right.svg) no-repeat center / 100%;background-size: 16px;}
 .team-wrapp .team-col1.mob .slick-next:hover { width:16px; right: -5%;} 

.mac-os .slick-prev {transform: translateY(-50%) scale(-1);}

.conversion1-wrapp .slick-prev {left: 2%;}
.conversion1-wrapp .slick-next {right: 2%;}

.mac-os .conversion1-wrapp .slick-prev {transform: translateY(-50%) scale(1);}

}

@media screen and (min-width:768px) and (max-width:900px) {
.slick-dots { bottom: -11%;}
.team-col1 .slick-dots {bottom: -22%;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -41px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.slick-dots { bottom: -13%;}
.team-col1 .slick-dots {bottom: -22%;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -46px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.slick-dots { bottom: -15%;}
.team-col1 .slick-dots {bottom: -20%;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -53px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.slick-dots { bottom: -17%;}
.team-col1 .slick-dots {bottom: -19%;}
.experience-wrapp .experience-col1 .slick-dots {bottom: -64px;}
}

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


}