.iq-service-box {
    position: relative;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    margin-bottom: 32px;
}

.iq-service-box .service-image img,
.iq-service-box .service-image i,
.iq-service-box .service-image svg {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.iq-service-box .service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iq-service-box .service-title {
    display: inline-block;
    margin-bottom: 10px;
}

.iq-service-box .service-title .title {
    color: var(--title-color);
}

.iq-service-box .service-description {
    margin: 0;
}

.iq-service-box .service-title:hover .title {
    color: var(--primary-color);
}

.iq-service-box .service-list {
    margin-top: 20px;
}

.iq-service-box .iq-btn-container {
    margin-top: 30px;
}

.iq-service-box .service-list ul li {
    margin-bottom: 8px;
}

.iq-service-box .service-list ul li:last-child {
    margin-bottom: 0;
}

.iq-service-box .service-list .icon {
    margin-right: 5px;
}

/*=====================
style-1
=============================*/
.iq-service-one {
    position: relative;
    padding: 40px;
    background: var(--global-body-bgcolor);
    -webkit-border-radius: var(--border-radius-ten);
    -moz-border-radius: var(--border-radius-ten);
    border-radius: var(--border-radius-ten);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.iq-service-one .service-image {
    margin-bottom: 30px;
}

.iq-service-one .service-list i {
    font-size: var(--font-size-18);
}

.iq-service-one .service-list svg {
    height: 18px;
    width: 18px;
}

/*=====================
style-2
=============================*/
.iq-service-two {
    padding: 60px;
    background: var(--white-color);
    text-align: center;
    -webkit-border-radius: var(--border-radius-ten);
    -moz-border-radius: var(--border-radius-ten);
    border-radius: var(--border-radius-ten);
}

.iq-service-two .service-image {
    margin-bottom: 30px;
}

.iq-service-two .service-image img,
.iq-service-box .service-image svg {
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.iq-service-box .service-image i {
    font-size: 75px;
}

.iq-service-two:hover .service-image img,
.iq-service-two:hover .service-image i,
.iq-service-two:hover .service-image svg {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (max-width: 1200px) {
    .iq-service-two {
        padding: 50px;
    }
}

/*=====================
style-3
=============================*/
.iq-service-three {
    padding: 45px;
    background: var(--white-color);
    -webkit-border-radius: var(--border-radius-box);
    -moz-border-radius: var(--border-radius-box);
    border-radius: var(--border-radius-box);
}

.iq-service-three .service-image {
    margin-bottom: 30px;
}

.iq-service-three .service-title {
    margin-bottom: 20px;
}

.iq-service-three .service-list {
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid var(--border-color-light);
}

.iq-service-three .service-list ul li {
    margin-bottom: 15px;
}

.iq-service-three .iq-btn-container {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .iq-service-three {
        padding: 35px;
    }
}