/*--------------------------------------
    // Service Blocks
--------------------------------------*/
.advanced_addons_service.type-1 {
    padding: 35px 35px 35px 35px;
    transition: all .30s linear;
}

.advanced_addons_service.type-1 h4 {
    padding: 13px 0 10px 0;
}

.advanced_addons_service.type-1 p {
    line-height: 30px;
    margin-bottom: 18px;
}

.advanced_addons_service.type-1 a {
    color: #939393;
    text-transform: uppercase;
    font-size: 14px;
}

.advanced_addons_service.type-1 a i {
    padding-left: 5px;
}

.advanced_addons_service.type-1.active, .advanced_addons_service.type-1:hover {
    box-shadow: 0px 0px 100px rgba(0, 0, 0, .10);
}

/*------------------------------------------
    // Service Blocks 2
------------------------------------------*/
.advanced_addons_service.type-2 .block-body {
    padding: 20px 40px 20px 40px;
}

.fz-25 {
    font-size: 25px;
}

.advanced_addons_service.type-2 h4 {
    line-height: 28px;
    display: inline-flex;
    position: relative;
    height: 90px;
    align-items: center;
}

.advanced_addons_service.type-2 h4 span {
    z-index: 0;
}

.advanced_addons_service_area.type-2 .overlay {
    background: rgba(29, 29, 29, .80);
}

.advanced_addons_service.type-2 .svg {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 15px;
    left: -46px;
}

/*-----------------------------------------
    // Feautured Block 3
-----------------------------------------*/
.advanced_addons_service.type-3 {
    overflow: hidden;
    padding-bottom: 118px;
}

.advanced_addons_service.type-3 .block-image {
    height: 146px;
}

.advanced_addons_service.type-3 .block-image img {
    height: 100%;
    width: 100%;
}

.advanced_addons_service.type-3 .block-body .advanced_addons_icon {
    height: 90px;
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background: #f6fdff;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 0px 6px rgba(229, 234, 34, .50);
}

.advanced_addons_service.type-3 .block-body .advanced_addons_icon svg {
    height: 50px;
    width: 50px;
}

.advanced_addons_service.type-3 .block-body {
    padding-top: 52px;
    background: #f0f470;
    padding: 52px 30px 25px 30px;
    bottom: -69px;
    transition: all .30s linear;
}

.advanced_addons_service.type-3 .block-body h4 {
    padding-bottom: 26px;
    color: #004aa9;
}

.advanced_addons_service.type-3 .block-body p {
    color: #434343;
}

.advanced_addons_service.type-3 .block-body::before {
    content: "";
    position: absolute;
}

.advanced_addons_service.type-3:hover .block-body {
    bottom: 0;
}


/*-------------------------------------------
    // Featured Block 4
-------------------------------------------*/
.advanced_addons_service.type-4 .featured_icon {
    font-size: 50px;
    position: relative;
    z-index: 5;
    transition: all .30s linear;
}
.advanced_addons_service.type-4:hover .read_more,
.advanced_addons_service.type-4:hover .featured_title,
.advanced_addons_service.type-4:hover .featured_icon{
    color: #fff !important;
}
.featured_title {
    line-height: 32px;
    color: #253d5f;
    margin-bottom: 30px;
    font-size: 24px;
    margin-top: 30px;
    position: relative;
    z-index: 5;
}
.advanced_addons_service.type-4 p {
    color: #737f92;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 5;
}

.advanced_addons_service.type-4 {
    padding: 30px 30px 30px 30px;
    border-radius: 10px 10px 10px 10px;
}

.advanced_addons_service.type-4 .read_more {
    font-size: 18px;
    justify-content: flex-start;
    letter-spacing: 3px;
    z-index: 5;
    transition: all .30s linear;
}
.advanced_addons_service.type-4:hover .read_more {
    letter-spacing: 4px;
}

.advanced_addons_service.type-4 .read_more
 i {
    font-size: 43px;
    display: inline-block;
    padding-right: 10px;
}

.advanced_addons_service.type-4:before {
    content: '';
    width: 273px;
    height: 273px;
    background: #d858f5;
    border-radius: 50%;
    position: absolute;
    top: -148px;
    left: -83px;
    transform: scale(0);
        z-index: 1;

}
.advanced_addons_service.type-4:hover:before {
    transform: scale(1);
    transition: all 0.5s linear;
    transition-delay: 0.1s;
}
.advanced_addons_service.type-4 .hover-content {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: #9a5be8;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.advanced_addons_service.type-4:hover .hover-content {
  opacity: 1;
}
.advanced_addons_service.type-4 .hover-content:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #c647fe;
  border-radius: 50%;
  position: absolute;
  top:-250px;
  left:-180px;
  z-index: 1;
  transform: translate(-50% , -50%);
  opacity: 0;
}
.advanced_addons_service.type-4:hover .hover-content:before {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 0.9s linear;
}
.advanced_addons_service.type-4 .hover-content:after {
  content: '';
  width: 602px;
  height: 602px;
  background: #a461e8;
  border-radius: 50%;
  position: absolute;
  top:-196px;
  left:-180px;
  z-index: -1;
  transform: translate(-50% , -50%);
  opacity: 0;
}
.advanced_addons_service.type-4:hover .hover-content:after {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 1.3s linear;
}

.advanced_addons_service.type-4 .snow-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #a461e8;
  background: transparent;
  z-index: 2;

}
.advanced_addons_service.type-4:hover {
    box-shadow: 0px 5px 20px rgba(0,0,0,.10);
}
.advanced_addons_service.type-4 .snow-dot:nth-child(1),
.advanced_addons_service.type-4 .snow-dot:nth-child(2){
    border-color: #25e5eb;
}

.advanced_addons_service.type-4 .snow-dot:nth-child(7),
.advanced_addons_service.type-4 .snow-dot:nth-child(5){
    border-color: #ff4ca5;
     width: 24px;
     height: 24px;
}

.advanced_addons_service.type-4 .snow-dot:nth-child(3){
    height: 15px;
    width: 15px;
    border: 2px solid #a461e8;
    background: transparent;
}
.advanced_addons_service.type-4:hover .snow-dot{
    border-color: #ffffff;
}
.advanced_addons_service.type-4 .snow-dot:nth-child(1) {top:25px;left:41%; z-index: 1; animation: zoomInOut 1s alternate infinite ease-in;}
.advanced_addons_service.type-4 .snow-dot:nth-child(2) {top:25px;left:78%; animation: zoomInOut 1.1s alternate infinite ease-in;}
.advanced_addons_service.type-4 .snow-dot:nth-child(3) {top:75px;left:61%; animation: zoomInOut 0.8s alternate infinite ease-in;}
.advanced_addons_service.type-4 .snow-dot:nth-child(4) {top:136px;left:84%; animation: roateIn 1s alternate infinite ease-in;}
.advanced_addons_service.type-4 .snow-dot:nth-child(5) {bottom:35px;right:12%; animation: zoomInOut 1.2s alternate infinite ease-in;}
.advanced_addons_service.type-4 .snow-dot:nth-child(6) {bottom:80px;right:31%; animation: zoomInOut 0.9s alternate infinite ease-in;}
.advanced_addons_service.type-4 .snow-dot:nth-child(7) {bottom:40px;right:51%; animation: zoomInOut 1s alternate infinite ease-in;}
.advanced_addons_service.type-4:hover .title a,.advanced_addons_service.type-4:hover .icon-s,
.advanced_addons_service.type-4:hover p,.advanced_addons_service.type-4:hover .detail-button {
  color: #fff !important;
}
/*-------------------------------------------
    featured block - 5
-------------------------------------------*/
.advanced_addons_service.type-5:hover .hoverable_block {
    transform: translateY(calc(-100% - 20px));
}



.advanced_addons_service.type-5 .hoverable_block {
    width: calc(100% - 40px);
    box-shadow: 0 13px 50px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px 20px;
    left: 20px;
    transform: translateY(-50%);
    transition: transform 1s;
    transition-timing-function: cubic-bezier(.17,.67,.81,.11);
}
.advanced_addons_service.type-5 .hoverable_block a  {
    transform: translateZ(50px) translateY(-50%) translateX(-50%);
}
.advanced_addons_service.type-5:hover {
    box-shadow: 0px 20px 30px rgba(0,0,0,.10);
}

.advanced_addons_service.type-5 .hoverable_block h3 {
    color: #4e4949;
    font-weight: 600;
    line-height: 30px;
}

.advanced_addons_service.type-5 .hoverable_block p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
}
/*---------------------------------------------
---------------------------------------------*/
@media (min-width:992px) and (max-width:1200px) {
    .advanced_addons_service.type-2 h4 {
        line-height: 28px;
        font-size: 18px;
    }

}

@media (max-width:991px) and (min-width:768px) {
    .advanced_addons_service.type-2 h4 {
        line-height: 28px;
        font-size: 18px;
    }

    .advanced_addons_service.type-2 .block-body {
        padding: 20px 20px 20px 20px;
    }

    .advanced_addons_service.type-1 {
        padding: 20px 20px 20px 20px;
    }

    .advanced_addons_service.type-2 .svg {
        height: 40px;
        width: 40px;
        top: 26px;
        left: -18px;
    }

    .advanced_addons_service.type-1 a {
        font-size: 13px;
    }

}

@media (max-width:767px) {
    .advanced_addons_service.type-1 {
        margin-bottom: 15px;
        padding: 25px 25px 25px 25px;
    }

    .advanced_addons_service.rounded.type-2 {
        margin-bottom: 15px;
    }

    .advanced_addons_service.type-2 .block-image img {
        width: 100%;
    }

    .advanced_addons_service.type-2 h4 {
        line-height: 28px;
        height: 65px;
        font-size: 20px;
    }

    .advanced_addons_service.type-2 .svg {
        height: 40px;
        width: 40px;
        top: 13px;
        left: -29px;
    }

    .advanced_addons_service.type-2 .block-body {
        padding: 20px 20px 20px 15px;
        text-align: center;
    }

}