/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 14, 2022, 6:23:36 PM
    Author     : Dell
*/

.team-lead { background: #f7f7f7; padding: 70px 0px; }
.team-lead .container { max-width: 1110px; }
.team-lead .culture-title-md { margin-bottom: 40px; }
.open-quote { font-size: 110px; display: block; font-weight: 600; line-height: 60px; }
.team-lead-content h5 { font-size: 22px; line-height: 1.9em; margin-bottom: 26px; }
.team-img img { width: 54px; height: 54px; border-radius: 100%; object-fit: cover; margin-right: 20px; }
.team-leader { display: flex; flex-wrap: wrap; align-items: center; }
.team-inforamation span { font-size: 16px; display: block; line-height: 22px; letter-spacing: .5px; font-family: 'Open Sans'; font-weight: 300; }
.team-inforamation span.team-text { font-size: 14px; }
.team-lead-contents .team-lead-content { padding: 0 35px; }
.team-lead-contents .slick-list { margin: 0px -35px; }
.team-lead-content h5 { position: relative; padding-top: 90px; }
.team-lead-content h5:before { content: '”'; position: absolute; top: 0; font-size: 110px; line-height: normal; left: 0; }

.team-lead-contents.slick-slider ul.slick-dots { display: flex; justify-content: center; margin: 30px 0 0;}
.team-lead-contents.slick-slider ul.slick-dots li:hover button,
.team-lead-contents.slick-slider ul.slick-dots li.slick-active button { transform: scale(1.4); background-color: #fff; opacity: 1; border-color: #000; border-width: 1.5px; }
.team-lead-contents.slick-slider ul.slick-dots li button { background-color: #3a343436; border-radius: 50%; border: 1px solid #3a343436; font-size: 0; padding: 0; cursor: pointer;}
.team-lead-contents.slick-slider ul.slick-dots li button { width: 6px; height: 6px; background: #000; opacity: 0.3; }
.team-lead-contents.slick-slider ul.slick-dots li.slick-active button { width: 9px; height: 9px; }
.team-lead-contents.slick-slider ul.slick-dots li { margin: 0 10px; }


@media (max-width:1400px) {
    .team-lead-contents .team-lead-content { padding: 0px 15px; }
    .team-lead-contents .slick-list { margin: 0px -15px; }
}
@media (max-width:767px) {
    .team-lead-contents .team-lead-content { padding: 0px 0px; }
    .team-lead-contents .slick-list { margin: 0px 0px; }
    .team-lead-content h5 { font-size: 19px; line-height: 1.7em; margin-bottom: 26px; }
}