/**
 * @tableofcontents
 *
 * 1. Home New Testimonial Section
 */

/* @section 6. Home New CMS Feature Tabs */


#hm-new-cms-feats-wrap
{
    padding: 80px 0;
    background-color: #F8F9FB;
    overflow: hidden;
}

.hm-new-cms-feats-tabs-box-opt2
{
    max-width: 600px;
}

.hm-new-cms-feats-tabs-box-opt2 h3
{
    font-size: 30px;
    color: #0A1E43;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.hm-new-cms-feats-tabs-box-opt2 p
{
    font-size: 16px;
    color: #42526E;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}

.hm-new-cms-feats-tabs-opt2 ul
{
    border:  none !important;
}

.hm-new-cms-feats-tabs-opt2 li
{
    float: none;
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.hm-new-cms-feats-tabs-opt2 li::before
{
    content: '';
    width: 2px;
    height: 30px;
    background-color: rgba(184, 191, 202, 0.15);
    bottom: -35px;
    left: 32px;
    position: absolute;
}

.hm-new-cms-feats-tabs-opt2 li:last-child
{
    margin-bottom: 0;
}

.hm-new-cms-feats-tabs-opt2 li:last-child::before
{
    display: none;
}

.hm-new-cms-feats-tabs-opt2 li span
{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #23282d;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 10px 22px;
    font-weight: 300;
    text-transform: uppercase;
    min-width: 140px;
    position: absolute;
    left: 85px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: all .7s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.hm-new-cms-feats-tabs-opt2 li span::before
{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: inherit;
    left: -5px;
    content: '';
    top: 12px;
    transform: rotate(45deg);
}

.hm-new-cms-feats-tabs-opt2 li.active span
{
    opacity: 1;
    visibility: visible;
}

.hm-new-cms-feats-tabs-opt2 ul li a, .hm-new-cms-feats-tabs-opt2 ul li.active a, .hm-new-cms-feats-tabs-opt2 ul li a:hover
{
    border: 1px solid rgba(66, 82, 110, 0.35);
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    font-size: 0;
    border-radius: 50px !important;
    background-color: transparent;
    text-indent: -9999px !important;
}

.hm-new-cms-feats-tabs-opt2 ul li.active a, .hm-new-cms-feats-tabs-opt2 ul li.active a:hover, .hm-new-cms-feats-tabs-opt2 ul li.active a:focus
{
    border: none !important;
    background-color: #EC5D21;
}

.hm-new-cms-feats-tabs-opt2 ul li a
{
    background: url(../../img/home/home-new-cms-ftr-sprite.png) no-repeat center;
    padding: 0;
    transition: all .5s ease-in-out;
}

.hm-new-cms-feats-tabs-opt2 ul li:first-child a
{
    background-position-y: 6px;
}

.hm-new-cms-feats-tabs-opt2 ul li:first-child.active a
{
    background-position-y: -81px;
    background-color: #23282d;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(2) a
{
    background-position-y: -173px;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(2).active a
{
    background-position-y: -262px;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(2) span
{
    background-color: #EC5D21;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(3) a
{
    background-position-y: -354px;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(3).active a
{
    background-position-y: -442px;
    background-color: #ff2c21;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(3) span
{
    background-color: #ff2c21;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(4) a
{
    background-position-y: -535px;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(4).active a
{
    background-position-y: -623px;
    background-color: #474A8A;
}

.hm-new-cms-feats-tabs-opt2 ul li:nth-child(4) span
{
    background-color: #474A8A;
}

.hm-new-cms-feats-tabs-box-opt2 h3
{
    animation: left-text .5s;
}

.hm-new-cms-feats-tabs-box-opt2 p
{
    animation: left-text .7s;
}

.hm-new-cms-feats-tabs-box-opt2 a
{
    animation: left-text .9s;
}

@keyframes left-text
{
    0%
    {
        opacity: 0;
        transform: scale(1);
    }
    100%
    {
        opacity: 1;
        transform: scale(1);
    }
}

#hm-cms-feat-wrap {
    position: relative;
    padding: 70px 0;
    background: #f8f9fb;
}

.hm-cms-feat-tabs-dtl .fade
{
    opacity: 1 !important;
}

.hm-cms-feat-tabs .nav-tabs {
    border: 0 !important;
    margin-bottom: 20px;
}

.hm-cms-feat-tabs .nav-tabs>li>a {
    color: #9ba0a7;
    font-size: 14px;
    background: #eaedf2;
    padding: 5px 20px;
    border-radius: 4px !important;
    margin-right: 10px;
    border: 0 !important;
    transition: all 0.2s ease-in-out;
}

.hm-cms-feat-tabs .nav-tabs>li.active>a {
    color: #1e2d40;
    background: #c1d2ee;
    font-weight: 500;
    box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -ms-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
}

.hm-cms-feat-tabs .nav-tabs>li>a:hover
{
    background: #cdd0d6;
    color: #000;
}

.hm-cms-feat-img
{
    text-align: center;
}

.hm-cms-feat-img > img
{
    display: inline-block;
}

.hm-cms-feat-tabs-box > h3
{
    color: #091e42;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}

.hm-cms-feat-tabs-box > p
{
    color: #42526e;
    font-size: 20px;
}

.hm-cms-feat-tabs-box > a {
    display: inline-block;
    margin: 30px 0 5px;
}

.hm-cms-feat-oval
{
    margin: 20px 0 0 0;
    padding: 0;
    display: none;
}

.hm-cms-feat-oval li
{
    display: inline-block;
    list-style: none;
}

.hm-cms-feat-oval li.active a i {
    color: #2f7cfd;
}

.hm-cms-feat-oval li a i {
    color: #d1d8e7;
    font-size: 12px;
}


/* @Section 2. Wordpress versions Sprite set */

#wp_opt, #wp_clean, #wp_woo, #wp_multi{
    background-image: url(../../img/ppc/wp_ver_ftr_sprite.png);
}

.active #wp_opt, .active #wp_clean, .active #wp_woo, .active #wp_multi, #wp_opt+span, #wp_clean+span, #wp_woo+span, #wp_multi+span{
    background-color: #23282d !important;
}

#wp_opt{
    background-position-y: 5px;
}

.active #wp_opt{
    background-position-y: -65px;
}

#wp_clean{
    background-position-y: -140px;
}

.active #wp_clean{
    background-position-y: -213px;
}

#wp_woo{
    background-position-y: -290px;
}

.active #wp_woo{
    background-position-y: -365px;
}

#wp_multi{
    background-position-y: -440px;
}

.active #wp_multi{
    background-position-y: -517px;
}



@media(max-width:992px)
{
    
    /* CMS Tabs Section */
    #hm-new-cms-feats-wrap {
        padding: 40px 0;
        background-color: #F8F9FB;
    }

    .hm-new-cms-feats-tabs-box-opt2 h3
    {
        font-size: 26px;
        line-height: 36px;
    }

    .hm-new-cms-feats-tabs-box-opt2
    {
        margin-top: 40px;
    }

    .hm-new-cms-feats-tabs-opt2 li span
    {
        min-width: 120px;
        padding: 8px 15px;
    }
}

@media(max-width:767px)
{
    /* CMS Tabs Section */
    .hm-new-cms-feats-tabs-opt2 ul
    {
        display: flex;
        flex-wrap: nowrap;
    }

    .hm-new-cms-feats-tabs-opt2 li
    {
        float: left;
        flex: 1;
    }

    .hm-new-cms-feats-tabs-opt2 li span
    {
        left: 50%;
        top: 80px;
        transform: translate(-50%,0);
    }

    .hm-new-cms-feats-tabs-opt2 li span::before
    {
        left: 50%;
        top: -2px;
        transform: rotate(45deg) translateX(-50%);
    }

    .hm-new-cms-feats-tabs-opt2 ul li a
    {
        margin: 0 auto;
    }

    .hm-new-cms-feats-tabs-opt2 li::before
    {
        top: 32px;
        left: 75%;
        width: 50%;
        height: 2px;
        bottom: auto;
    }

    .hm-new-cms-feats-tabs-box-opt2 {
        text-align: center;
        margin: 50px 0 0;
        max-width: 100%;
        padding: 25px;
        background: #fff;
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        overflow: hidden;
    }    
}

@media(max-width:600px)
{
    /* Cloudways CMS Feature Tabs */
    .hm-new-cms-feats-tabs-opt2 li::before
    {
        left: 80%;
        width: 40%;
    }
}


@media (max-width: 550px) {

    /* Cloudways CMS Feature Tabs */
    .hm-new-cms-feats-tabs-opt2 li::before
    {
        display: none;
    }

    .hm-new-cms-feats-tabs-opt2 li:first-child span
    {
        left: 70%;
    }

    .hm-new-cms-feats-tabs-opt2 li:first-child span::before
    {
        left: 35%;
    }

    .hm-new-cms-feats-tabs-opt2 li:last-child span
    {
        left: 30%;
    }

    .hm-new-cms-feats-tabs-opt2 li:last-child span::before
    {
        left: 65%;
    }

}