/* Unlimited Elements - Icon Box */

.cs-icon-box {
    text-align: center;
    padding: 8%;
    margin: 15px 0;
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 9%);
}

.cs-icon-box .icon-block {
    margin-bottom: 20px;
}

.cs-icon-box .icon-block img {
    max-width: 100px;
}

.cs-icon-box .dis-block h3 {
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
}

.cs-icon-box .dis-block .cs-content p {
    margin-bottom: 15px;
}

.cs-icon-box .dis-block .cs-btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--e-global-color-primary);
}


/* Unlimited Elements - Icon Box */


/* Unlimited Elements - Content Carousel */

.cs-content-slider .content-item {
    text-align: center;
}

.cs-content-slider .content-item .dis-block {
    padding: 15px;
}

.cs-content-slider .content-item .dis-block h3 {
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
}

.cs-content-slider .content-item .dis-block .cs-content p {
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
}

.cs-content-slider .content-item .dis-block .cs-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--e-global-color-primary);
}

.cs-content-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-content-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    margin: 0 5px;
}

.cs-content-slider .owl-dots .owl-dot.active {
    background: var(--e-global-color-secondary);
}

.cs-content-slider .owl-nav {
    display: flex;
    justify-content: center;
    font-size: 30px;
}

.cs-content-slider .owl-nav div {
    margin: 0 8px;
    transition: all 0.2s;
}

.cs-content-slider .owl-nav div:hover {
    transform: scale(2);
}


/* Unlimited Elements - Content Carousel */


/* Unlimited Elements - Testimonial Carousel */

.cs-testi-slider {
    text-align: center;
}

.cs-testi-slider .avatar-image-block img {
    max-width: 150px;
    margin: 0 auto 20px;
}

.cs-testi-slider .dis-block p {
    margin-bottom: 20px;
}

.cs-testi-slider .testi-item-content {
    padding: 30px;
    border-radius: 30px;
    margin: 20px auto;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    max-width: 900px;
}

.cs-testi-slider .testi-item-content h5 {
    color: gray;
}

.cs-testi-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-testi-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    margin: 0 5px;
}

.cs-testi-slider .owl-dots .owl-dot.active {
    background: var(--e-global-color-secondary);
}

.cs-testi-slider .owl-nav .owl-prev,
.cs-testi-slider .owl-nav .owl-next {
    font-size: 22px;
    border: 1px solid var(--e-global-color-primary);
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    top: 45%;
}

.cs-testi-slider .owl-nav .owl-next {
    right: 0;
}

.cs-testi-slider .owl-nav .owl-prev {
    left: 0;
}

.cs-testi-slider .owl-nav .owl-prev:hover,
.cs-testi-slider .owl-nav .owl-next:hover {
    border-color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-secondary);
    color: #fff;
}


/* Unlimited Elements - Testimonial Carousel */


/* Unlimited Elements - Industry List */

.cs-industry-list .grid {
    display: flex;
    text-align: inherit;
    align-items: center;
    flex-wrap: wrap;
}

.cs-industry-list .content-item .cs-title h3 {
    margin-top: 10px;
    color: var(--e-global-color-primary);
}


.cs-industry-list .content-item {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #f3f5f7;
    position: relative;
}

.cs-industry-list .content-item h4 {
    margin: 0 0 0 10px;
    font-size: 22px;
    transition: all .5s;
}

.cs-industry-list .grid .content-item {
    margin: 10px 0;
}

.cs-industry-list .content-item:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: var(--e-global-color-text);
    width: 0;
}

.cs-industry-list .content-item .img-block,
.cs-industry-list .content-item .cs-title {
    position: relative;
}

.cs-industry-list .content-item:hover h4 {
    color: #fff !important;
}

.cs-industry-list .content-item:hover img {
    filter: brightness(0) invert(1);
}

.cs-industry-list .content-item:hover:before {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 100%;
}

.cs-industry-list .content-item img {
    transition: all .5s;
    max-width: 40px !important;
}


/* Unlimited Elements - Industry List */


/* Unlimited Elements - Icon Box List */

.cs-icon-box-list .grid {
    display: flex;
    text-align: inherit;
    align-items: center;
    flex-wrap: wrap;
}

.cs-icon-box-list .content-item .cs-title h3 {
    margin-top: 10px;
    color: var(--e-global-color-primary);
}


/* Unlimited Elements - Icon Box List */