/* ---------------------------------------------------------
   Circle Info
------------------------------------------------------------ */

.elematic-circle-info-item {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: all .3s ease
}

.elematic-circle-info-sub-circle {
    color: #a3adb5;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    box-shadow: 0 5px 15px 0 rgba(151, 163, 184, 0.3);
    background-color: #fff;
    border-radius: 50%;
    transition: .5s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    text-align: center;
}

.elematic-circle-info-sub-circle i {
    font-size: 26px;
    top: 0;
    position: relative
}

.elematic-circle-info-sub-circle svg {
    width: 1em;
    height: 1em;
    fill: #a3adb5
}

.elematic-circle-info-sub-circle:hover,
.elematic-circle-info-sub-circle.active {
    color: #fff;
    box-shadow: 0 6px 13px 0 rgba(30, 135, 240, 0.3);
    background-color: #550099;
    transition: background-color 1s
}

.elematic-circle-info-sub-circle:hover svg,
.elematic-circle-info-sub-circle.active svg {
    fill: #fff
}

.elematic-circle-info-wrap {
    border-radius: 100%;
    margin: 60px auto;
    position: relative
}

.elematic-circle-info-inner {
    border-radius: 50%;
    box-sizing: content-box;
    padding-bottom: unset;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 9
}

.elematic-circle-info-inner:before,
.elematic-circle-info-inner:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    display: block
}

.elematic-circle-info-inner:before {
    height: 100%;
    width: 100%;
    border: 1px solid rgba(163, 173, 181, 0.3)
}

.elematic-circle-info-inner:after {
    height: 130%;
    width: 130%;
    border: 1px solid rgba(163, 173, 181, 0.1)
}

.elematic-circle-info-content {
    height: 80%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    padding: 0;
    border-radius: 100%;
    transition: background-color 1s
}

.elematic-circle-info-item {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2
}

.elematic-circle-info-item.active {
    display: flex;
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) both
}

.elematic-circle-info-title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    display: block
}

.elematic-circle-info-desc {
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 1.88;
    text-align: center;
    margin: 0;
    transition: all .5s
}

.elematic-circle-info-desc p {
    margin: 0
}

.elematic-circle-info-icon.d-md-none {
    display: none
}

.elematic-style-circle .elematic-circle-info {
    overflow: hidden
}

.elematic-style-circle .elematic-circle-info-item {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: background-image .2s ease-in-out
}

.elematic-content-hide-yes .elematic-circle-info-content-inner {
    display: none
}

@media (max-width:767px) {
    .elematic-style-list .elematic-circle-info-wrap {
        height: 100% !important;
        width: 100% !important;
        margin: auto !important
    }
    .elematic-style-list .elematic-circle-info-inner {
        display: none
    }
    .elematic-style-list .elematic-circle-info-content {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        transition: all .4s ease
    }
    .elematic-style-list .elematic-circle-info-content-inner {
        
        margin-left: calc(69px + 20px)
    }
    .elematic-style-list .elematic-circle-info-item {
        display: inherit;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 0
    }
    .elematic-style-list .elematic-circle-info-item.right {
        float: right
    }
    .elematic-style-list .elematic-circle-info-title {
        margin-bottom: 8px;
        text-align: left
    }
    .elematic-style-list .elematic-circle-info-desc {
        text-align: justify
    }
    .elematic-style-list .elematic-circle-info-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 18px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 15px 0 rgba(151, 163, 184, 0.3);
        transition: all .5s;
        cursor: pointer;
        color: #a3adb5
    }
    .elematic-style-list .elematic-circle-info-icon:hover {
        box-shadow: 0 6px 13px 0 rgba(30, 135, 240, 0.3);
        background-color: #1e87f0;
        color: #fff
    }
    .elematic-style-list .elematic-circle-info-icon:hover svg {
        fill: #fff
    }
    .elematic-style-list .elematic-circle-info-icon svg,
    .elematic-style-list .elematic-circle-info-icon i {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%
    }
    .elematic-style-list .elematic-circle-info-icon svg {
        width: 1em;
        height: 1em;
        fill: #a3adb5
    }
    .elematic-style-list .elematic-circle-info-icon.d-md-none {
        display: inherit
    }
    .elematic-style-list .elematic-circle-info-sub-circle {
        display: none
    }
}