.about_sec h2 {
    color: var(--t-color);


}
.about_sec h1 {
    color: var(--black);
}
.abt_clip_img {
    clip-path: polygon(100% 0, 100% 47%, 100% 100%, 1% 100%, 0 33%);
    height: 500px;
}
.img_wrpper {
    position: relative;
}
.img_wrpper::after{
    content: "";
    position: absolute;
    background: var(--p-color);
    height: 0;
    width: 3px;
    right: -7px;
    top: -14px;
    z-index: -1;
    transition: all .5s;
}
.img_wrpper::before{
    content: "";
    position: absolute;
    background: var(--p-color);
    width: 0;
    height: 3px;
    left: 8px;
    top: 68px;
    rotate: 162deg;
    transition: all .5s;
}
.img_wrpper:hover::after{
    height: calc(100% + 14px);
}
.img_wrpper:hover::before{
    width: calc(100% + 2px);
}
/* slick slider */
.bt_clip_img img::before {
    content: '';
    width: 7px;
    height: calc(100% - 1px);
    right: 0px;
    bottom: 50px;
    position: absolute;
    background: var(--p-color);
    opacity: 1;
    z-index: 5;


}
.clip_img_warrper::after {
    content: '';
    width: 7px;
    height: calc(100% + 23px);
    right: 78px;
    top: -136px;
    position: absolute;
    background: var(--p-color);
    opacity: 1;
    z-index: 999;
    rotate: -90deg;
}
.expreince {
    position: absolute;
    top: 79%;
    right: -75%;
}
.expreince img {
    width: 40%;
    height: auto
}
.expreince p {
    position: absolute;
    left: 12%;
    top: 40%;
    margin: auto;
    color: var(--t-color);
    font-size: 16px;
}
.expreince p span{
    color: var(--white);
    font-size: 20px;
}
/* review section */
.about_review{
    margin-top: 100px !important;
    overflow-x: hidden;
}
.about_review .customer_dp{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_review .slick-initialized .slick-slide{
    background-color: var(--black-8);
    color: var(--white);
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 20px;
}
.about_review .client img {
    height: 50px;
    width: 50px;
    border: 2px solid var(--p-color);
    border-radius: 100%;
}
.fa-quote-right, .fa-quote-left,.fa-location-dot{
    color: var(--t-color);
    font-size:20px;
}
.about_review .review .sup.fa-solid {
    color: var(--t-color);
    font-size:18px;
}
.about_review .review{
    font-size:20px;
}
@media (max-width:769px) {
    .about_review .review{
        font-size:16px;
    }
}
.about_review .customer_details .name{
    font-size: 21px;
}
.about_review .location span:hover{
    color:var(--white);
}
.about_review .customer_details{
    margin-left:0 !important ;
}
.about_review .customer_details span{
    color: var(--t-color);
    font-size: 20px;
}
/* review section end */

/* our team  */
.our_team h2{
    color: var(--black);
}
.our_team h2 span{
    color:var(--t-color);
}
.our_team .slider_cover{
    background-color: var(--bg-color);
}
.our_team .slick-initialized .slick-slide{
    color: var(--white);
    height: 300px;
    margin: 0 15px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.our_team .slide_content h4{
    color: var(--white);
}
.our_team .slide_content p{
    color:var(--t-color);
}
.our_team .slide_content {
    position: absolute;
    bottom: -400px;
    left: 24px;
    padding: 10px;
    color: white;
    background-color: var(--black-5);
    transition: all 500ms;
    border-radius: 5px;
}
.our_team .slick-slide:hover .slide_content{
    bottom:20px;
}
.our_team .slick-dots li {
    display: none;
}
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3),
.slick-dots li:nth-last-child(4) {
    display: block;
}
.our_team .slick-dots{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset !important;
    margin-top: 20px;
}
.our_team .slick-dots li button{
    font-size: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    background-color: var(--black);
    border-radius: 50%;
}
.our_team li.slick-active button {
    background-color:var(--black-5) !important;
}
.our_team .slick-dots li button::before {
    font-size: 0;
}
