.hero-page-section.hero-page-section-aboutus{
    background:url(../../../images/clickdealer/about-us/hero-about-us-bg.png) no-repeat center center / cover;
}

.hero-page-section.hero-page-section-aboutus .hero-page-section-wrap{
    align-items: center;
}

.hero-page-section.hero-page-section-aboutus .hero-page-section-info h2{
    padding-top:0;
}

.about-us-our-story{
    background: #F3F4F5;
    padding-top:60px;
    padding-bottom:60px;
}

.about-us-our-story-wrap{
    max-width: 1240px;
    margin:0 auto;
    display: flex;
    justify-content: flex-end;
    border-radius: 30px;
    /* background:url(../../../images/clickdealer/about-us/about-us-our-story-1.png) no-repeat 0 0 / 52%, #FFF; */
    background: #fff;
    overflow: hidden;
}

.about-us-our-story-img{
    flex-shrink: 0;
    width:588px;
}

.about-us-our-story-info{
    padding:20px;
    max-width:670px;
}

.about-us-our-story-info h2{
    margin:0 0 10px 0;
    color: #131313;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px; /* 123.333% */
}

.about-us-our-story-info p{
    color: #131313;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 10px;
}

.about-us-our-story-info p span{
   font-weight:500;
}

.about-us-our-story-info a{
    display: flex;
    align-items: center;
    color: #367CF3;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.18px;
}

.about-us-our-story-info a svg{
    margin-left:4px;
    flex-shrink: 0;
}

@media(max-width:1200px){
    .about-us-our-story-img {
        flex-shrink: 0;
        width: 543px;
    }
    .about-us-our-story-info {
        padding: 20px;
        max-width: 778px;
    }

}

@media(max-width:1140px){
    .about-us-our-story-img {
        flex-shrink: 1;
        max-width: 543px;
        width:100%;
    }
    .about-us-our-story-info {
        padding: 20px;
        max-width: 578px;
    }
    .about-us-our-story-wrap {
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        border-radius: 30px;
        background: url(../../../images/clickdealer/about-us/about-us-our-story-1.png) no-repeat -51px 0 / 58%, #FFF;
        overflow: hidden;
    }
}

@media(max-width:1024px){
    .about-us-our-story-info {
        padding: 20px;
        max-width: 522px;
    }
    .about-us-our-story-wrap {
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        border-radius: 30px;
        background: url(../../../images/clickdealer/about-us/about-us-our-story-1.png) no-repeat -51px 0 / 64%, #FFF;
        overflow: hidden;
    }
}

@media(max-width:1000px){
    .about-us-our-story-info h2{
        font-size: 52px;
        line-height: 60px; /* 115.385% */
    }
    .about-us-our-story-info {
       max-width:500px;
    }
    .about-us-our-story-info p{
        margin:0;
    }
}

@media(max-width:992px){
    .about-us-our-story-info {
        max-width: 568px;
    }
    .about-us-our-story-wrap {
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        border-radius: 30px;
        background: url(../../../images/clickdealer/about-us/about-us-our-story-1.png) no-repeat -51px 0 / 57%, #FFF;
        overflow: hidden;
    }
}

@media(max-width:900px){
    .about-us-our-story-info h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .about-us-our-story-info {
        max-width: 514px;
        background:#fff;
    }
    .about-us-our-story-wrap {
        max-width: 1240px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        border-radius: 30px;
        background: url(../../../images/clickdealer/about-us/about-us-our-story-1.png) no-repeat -51px 0 / 70%, #FFF;
        overflow: hidden;
    }
}

@media(max-width:768px){
    .about-us-our-story-wrap{
        flex-direction: column;
        background: url(../../../images/clickdealer/about-us/about-us-our-story-1-mob.png) no-repeat 0 0 / 100%, #FFF;
    }
    .about-us-our-story-info{
        max-width:100%;
        width:100%;
        background:transparent;
    }
    .about-us-our-story-img{
        max-width:100%;
        width:100%;
        padding-top: 166%;

    }
}

.about-us-experience{
    background:#fff;
    padding:60px 0;
}

.about-us-experience-wrap{
    border-radius: 30px;
    padding:70px 15px;
    max-width:1210px;
    background:url(../../../images/clickdealer/about-us/about-us-banner.png)no-repeat center center / cover;
    margin:0 auto;
}

.about-us-experience-wrap h2{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 71px; /* 118.333% */
    margin:0 0 23px;
}

.about-us-experience-wrap p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media(max-width:1000px){
    .about-us-experience-wrap h2{
        font-size:52px;
        line-height:60px;
    }
}

@media(max-width:900px){
    .about-us-experience-wrap h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .about-us-experience-wrap p{
        font-size: 18px;
    }
}

.about-us-items-block{
    background:#fff;
}

.about-us-items-wrap{
    max-width:1240px;
    padding:60px 15px;
    margin: 0 auto;
}

.about-us-items-block h2{
    text-align: center;
    color: #131313;
    margin:0 0 30px 0;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
}

.about-us-items-list{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.about-us-items-list-item{
    padding:20px;
    width:32%;
    border-radius: 30px;
    margin-bottom:30px;
}

.about-us-items-list-item h5{
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 112.5% */
    margin:0;
}

.about-us-items-list-item .img-wrap{
    display: flex;
    justify-content: flex-end;

}


.about-us-items-list-item:nth-of-type(1){
    background:#110C1D;
}
.about-us-items-list-item:nth-of-type(1) h5{
   max-width:237px;
}
.about-us-items-list-item:nth-of-type(1) .img-wrap img{
    max-width:215px;
    width:100%;
}
.about-us-items-list-item:nth-of-type(2){
    background: linear-gradient(152deg, #FF9B26 17.31%, #FEC810 88.67%);
}
.about-us-items-list-item:nth-of-type(2) h5{
    max-width:243px;
}
.about-us-items-list-item:nth-of-type(2) .img-wrap img{
    max-width:167px;
    width:100%;
}
.about-us-items-list-item:nth-of-type(3){
    background:linear-gradient(218deg, #F3F4F5 21.95%, #A9E4F0 94.5%);
}
.about-us-items-list-item:nth-of-type(3) h5{
    max-width:252px;
}
.about-us-items-list-item:nth-of-type(3) .img-wrap img{
    max-width:115px;
    width:100%;
}
.about-us-items-list-item:nth-of-type(4){
    background: linear-gradient(127deg, #1429B6 5.14%, #0289FB 86.37%);
}
.about-us-items-list-item:nth-of-type(4) h5{
    max-width:279px;
}
.about-us-items-list-item:nth-of-type(4) .img-wrap img{
    max-width:200px;
    width:100%;
}
.about-us-items-list-item:nth-of-type(5){
    background: linear-gradient(162deg, #DCEDFF 25.2%, #8198E9 104.41%);
}
.about-us-items-list-item:nth-of-type(5) h5{
    max-width:243px;
}
.about-us-items-list-item:nth-of-type(5) .img-wrap img{
    max-width:200px;
    width:100%;
}
.about-us-items-list-item:nth-of-type(6){
    background:#222223
}
.about-us-items-list-item:nth-of-type(6) h5{
    max-width:252px;
}
.about-us-items-list-item:nth-of-type(6) .img-wrap img{
    max-width:135px;
    width:100%;
}

.about-us-items-list-item:nth-of-type(1) h5,
.about-us-items-list-item:nth-of-type(2) h5,
.about-us-items-list-item:nth-of-type(4) h5,
.about-us-items-list-item:nth-of-type(6) h5{
    color:#fff;
}
.about-us-items-list-item:nth-of-type(3) h5,
.about-us-items-list-item:nth-of-type(5) h5{
    color:#131313;
}

@media(max-width:1000px){
    .about-us-items-block h2{
        color: #131313;
        font-family: Inter;
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px; /* 115.385% */
        text-transform: capitalize;
    }
    .about-us-items-list-item{
        width:48%;
    }
}

@media(max-width:900px){
    .about-us-items-block h2{
        font-size:36px;
        line-height:44px;
    }
}

@media(max-width:640px){
    .about-us-items-list-item{
        width:100%;
    }
}

.industry-accolades{
    background:url(../../../images/clickdealer/about-us/industry-accolades-bg.png)no-repeat center center / cover;
}

.industry-accolades-wrap{
    max-width:1240px;
    margin:0 auto;
    padding:60px 15px 60px;
}

.industry-accolades h2{
    color: #FFF;
    margin:0 0 10px;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
    text-align: center;
}

.industry-accolades p{
    color: #6170A4;
    text-align: center;
    margin:0 ;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 131.818% */
}

.industry-accolades-trophy{
    display: flex;
    justify-content: space-between;
    padding:0 15px;
}

.industry-accolades-trophy-img{
    max-width:231px;
    width:100%;
}
.industry-accolades-slider{
    flex-grow:1;
}


/**SLIDER***/

.industry-accolades-slider {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    max-width:930px;
    padding-top:20px;
}

.industry-slider-timeline__wrapper {
    padding: 0 30px;
    height: 130px;
}

.timeline {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
}
.timeline a {
    text-decoration: none;
}
.timeline a:hover {
    text-decoration: underline;
}

.timeline__all-cars,
.timeline__exit {
    padding: 1em 1.75em;
    display: inline-block;
    background: white;
}

.timeline__list {
    display: flex;
    list-style-type: none;
    margin: 0 30px;
    padding: 0;
    justify-content: space-between;
    width:100%;
    background: url(../../../images/clickdealer/about-us/line.png) no-repeat center 60% / 140%;
    height:128px;
    padding-top:10px;
}

.timeline__item:nth-of-type(1){
    width:240px;
}
.timeline__item:nth-of-type(2){
    width:150px;
}
.timeline__item:nth-of-type(3){
    width:70px;
}
.timeline__item:nth-of-type(4){
    width:70px;
}
.timeline__item:nth-of-type(5){
    width:70px;
}
.timeline__item:nth-of-type(6){
    width:70px;

}
.timeline__item:nth-of-type(7){
    width:390px;
}
.timeline__item:nth-of-type(8){
    width:540px;
}

.timeline__item {
    position: relative;
    height:100%;
    min-height:132px;
}




.timeline__link {
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    left: 31px;
    transform: translate(-50%, -50%);
}

.timeline__item__point {
    width: 10px;
    height: 10px;
    background:#fff;
    z-index: 6;
    border-radius: 50%;
    box-shadow:0px 0px 15px #FFF;
}

.timeline__item__content {
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translate(-50%, -20px) scale(0.92);
    transition: all 0.75s ease-out;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}


.timeline__item__content:after{
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#fff;
    box-shadow:0px 0px 15px #FFF;
    position: absolute;
    content:"";
    bottom:-14px;
    transform: translateX(-50%);
    left:50%;
    display: block;
}

.timeline__item__content:hover{
    opacity: 1;
    transform: translate(-50%, -21px) scale(0.99);
}



.timeline__item--active .timeline__item__content, .timeline__link:hover + .timeline__item__content {
    opacity: 1;
    transform: translate(-50%, -55px);
}
.timeline__item--active .timeline__item__content:before, .timeline__link:hover + .timeline__item__content:before {
    transform: translate(-50%, -100%) scale(1);
    opacity: 1;
}
.timeline__item--active .timeline__item__content:after, .timeline__link:hover + .timeline__item__content:after {
    transform: translate(-50%, 0%) scale(1);
    opacity: 1;
}
.timeline__item__content:nth-of-type(1){
    left:30px;
}

.timeline__item__content:nth-of-type(2){
    left:108px;
}

.timeline__item__content:nth-of-type(3){
    left:190px;
}
.timeline__item__content:nth-of-type(4){
    left:260px;
}
.timeline__item__content:nth-of-type(5){
    left:329px;
}

.timeline__item__content:nth-of-type(6){
    left:396px;
}

.timeline__item__content:nth-of-type(7){
    left:465px;
}
.timeline__item__content:nth-of-type(8){
    left:490px;
}
.timeline__item__content:nth-of-type(8){
    left:540px;
}
.timeline__item__year {
    position: absolute;
    left: 33px;
    bottom: 30px;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.4s ease-in;
    color: rgba(255, 255, 255, 0.4);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    text-transform: capitalize;
}
.timeline__item--active .timeline__item__year, .timeline__link:hover ~ .timeline__item__year {

}
.timeline__item:nth-child(3n+1) .timeline__item__year {
    opacity: 1;
}

.timeline__item__thumb {
    position: relative;
    cursor:pointer;
}




.timeline__item--active .timeline__item__shadow, .timeline__link:hover + .timeline__item__content .timeline__item__shadow {
    transform: scale(1);
    opacity: 1;
}

.timeline__path {
    position: absolute;
    top: 0;
    left: 25px;
    right: -30px;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;

    -webkit-clip-path: polygon(130px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(130px 0, 100% 0, 100% 100%, 0 100%);
}

.timeline__path__triangle {
    display: block;
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.timeline__path__triangle--static-1,
.timeline__path__triangle--static-2 {
    top: 0;
}

.timeline__path__triangle--static-1 {
    border-width: 260px 260px 0 260px;
    border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
    left: 0;
}

.timeline__path__triangle--static-2 {
    border-width: 260px 260px 0 260px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    right: 0;
}

.timeline__path__triangle--static-3 {
    border-width: 0 260px 260px 260px;
    border-color: transparent transparent rgba(255, 255, 255, 0.4) transparent;
    left: 30%;
    bottom: 0;
}

.timeline__path__triangle--moving {
    position: absolute;
    border-width: 260px 260px 0 260px;
    border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
    left: 0;
    top: 0;
    transition: transform 3s ease-out;
}


.view {

}

.views {
}

.view__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.industry-slider-timeline__wrapper {
   padding-top:45px;
    width: 100%;
}

.slick-slide {
    outline: none;
}

.industry-accolades-slider .slick-arrow {
    z-index: 10;
    width:64px;
    height:64px;
    font-size:0;
    position: absolute;
    top:32px;
}
.industry-accolades-slider .slick-arrow.slick-prev {
    background:url(../../../images/clickdealer/about-us/about-us-arrow-left.png)no-repeat center center / cover;
}
.industry-accolades-slider .slick-arrow.slick-next {
    background:url(../../../images/clickdealer/about-us/about-us-arrow-right.png)no-repeat center center / cover;
}


.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
    position: absolute;
    top:0;
}

.industry-accolades .view__inner h2{
    color: rgba(255, 255, 255, 0.29);
    font-family: Inter;
    font-size: 140px;
    font-style: normal;
    font-weight: 900;
    line-height: 130px; /* 92.857% */
    text-transform: capitalize;
}

.timeline__list .slick-list{
    width:100%;
    overflow-x:hidden !important;
}
.instagram-widget .widget-img-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    background:#fff;
}
.instagram-widget .widget-img-wrap .insta-link{
    width:20%;
}

.instagram-widget .widget-img-wrap .insta-link img{
    width:100%;
}

.instagram-block .widget-footer{
    background:white;
    padding:30px;
}

.btn-follow-instagram{
    background:#0095f6;
    color:white;
    border-radius: 10px;
    min-width:75px;
    height:32px;
    max-width:170px;
    margin:0 auto;
}

.btn-follow-instagram i{
    margin-right:10px;
}

@media(max-width:1000px){
    .industry-accolades h2{
        font-size: 52px;
        line-height: 60px;
    }
}

@media(max-width:900px){
    .industry-accolades h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media(max-width:768px){
    .industry-accolades-trophy{
        flex-direction: column;
    }
    .industry-accolades-slider{
        width:100%;
    }
    .industry-accolades-trophy-img{
        margin:0 auto;
    }
    .industry-accolades .view__inner h2{
        font-size:70px;
        line-height:130px;
    }
    .timeline__list{
        margin:0;
    }
    .instagram-widget .widget-img-wrap .insta-link {
        width: 33%;
    }
}

@media(max-width:480px){
    .industry-slider-timeline__wrapper{
        padding:0;
    }
}