/* -------------------
    BOX WIDGETS
----------------------*/
.single__box {
    display: block;
    transition: 0.3s;
    z-index: 1;
    position: relative;
}
.single__box:before,
.single__box:after{
    display: block;
    position: relative;
    content: '';
    transition: 0.5s;
    z-index: -1;
}
.box__bg__icon__text {
    position: absolute;
    font-size: 80px;
    font-weight: 800;
    right: 0;
    bottom: 0;
    opacity: .1;
    line-height: 1;
    z-index: -1;
}
.box__icon {
    /*
        width: 80px;
        height: 80px; 
        padding-top: 18px;
        border: 1px solid;
        border-radius: 50%;
        text-align: center;
    */
    display: inline-block;
    font-size: 24px;
    position: relative;
    transition: 0.3s;
    z-index:1;
}
.box__icon:before,
.box__icon:after {
    content: "";
    display: block;
    z-index: -1;
}
.box__icon img{
    margin:0 auto;
}
.box__title {
    position: relative;
    z-index: 1;
    line-height: 1;
}
.box__subtitle {
    line-height: 1;
}
.box__title:before,
.box__title:after{
    display: block;
    position: relative;
    content: '';
}
.box__button {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 30px;
}

/*----------------------
    BOX STYLE VARIENT
-----------------------*/
.single__box__layout__1 {
    transition: 0.5s;
    padding: 35px;
    padding-left: 120px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.single__box__layout__1 .box__icon {
    border-radius: 5px;
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 35px;
    font-size: 32px;
    color: #ffffff;
    background: #35BFE6;
    padding-top: 16px;
}
.single__box__layout__1 .box__icon img {
    width: auto;
}
.single__box__layout__1 .box__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

/* ------2------ */
.single__box__layout__2 {
    padding:25px 35px;
    padding-left: 120px;
    box-shadow: 0 50px 60px rgba(0, 0, 0, 0.07);
    min-height: 120px;
}
.single__box__layout__2 .box__icon {
    position: absolute;
    left: 35px;
    top: 25px;
    background: #35BFE6;
    color: #ffffff;
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
}
.single__box__layout__2 .box__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}
.single__box__layout__2 .box__title {
    font-size: 20px;
}

/* -------3------ */
.single__box__layout__3 {
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}
.single__box__layout__3 .box__icon {
    width: 85px;
    height: 85px;
    font-size: 32px;
    border-radius: 50%;
    box-shadow: 0 15px 40px rgba(53, 191, 230, 0.3);
    padding-top: 25px;
    background: #35BFE6;
    color: #ffffff;
    margin-bottom: 40px;
}
.single__box__layout__3 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}
.single__box__layout__3 .box__button {
    border-bottom: 2px solid #C0CCDA;
}

/* -------4------ */
.single__box__layout__4 {
    padding: 50px;
    text-align: center;
}
.single__box__layout__4 .box__icon {
    width: 85px;
    height: 85px;
    font-size: 32px;
    border-radius: 50%;
    padding-top: 25px;
    background: #35BFE6;
    color: #ffffff;
    margin-bottom: 40px;
}
.single__box__layout__4 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

/* -------5------ */
.single__box__layout__5 {
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}
.single__box__layout__5:before {
    background: #35BFE6;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}
.single__box__layout__5 .box__icon {
    width: 85px;
    height: 100px;
    font-size: 32px;
    box-shadow: 0 15px 40px rgba(53, 191, 230, 0.3);
    padding-top: 40px;
    background: #35BFE6;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    border-radius: 0 0 25px 0;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 70% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 70% 100%, 0 100%, 0 0);
}

.single__box__layout__5 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}
.single__box__layout__5 .box__button {
    border-bottom: 2px solid #C0CCDA;
}

/* -------6------ */

.single__box__layout__6 .box__icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    background: rgba(53, 191, 230, 0.35);
    color: #35BFE6;
    padding-top: 15px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.single__box__layout__6 .box__title {
    font-size: 20px;
    margin-bottom: 20px;
}
/*-------7-----*/

@-webkit-keyframes zoom_box_bg {from {transform: scale(1);}to {transform: scale(3);}}

@keyframes zoom_box_bg {from {transform: scale(1);}to {transform: scale(3);}}
.single__box__layout__7 {transition: 0.5s;}
.single__box__layout__7:before {-webkit-animation: 5s zoom_box_bg infinite alternate;animation: 5s zoom_box_bg infinite alternate;opacity: 0;}
.single__box__layout__7:hover:before {opacity: .1;}
.single__box__layout__7 .box__icon {margin-bottom: 25px;border: 0;padding: 0;transition: 0.5s;}
.single__box__layout__7:hover .box__icon {transform: rotateY(360deg);}

/* -------8------ */
.single__box__layout__8 {
    text-align: center;
}
.single__box__layout__8 .box__icon {
    margin-bottom: 30px;
}
.single__box__layout__8 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

/* -------9------ */
.single__box__layout__9 {
    position: relative;
    padding: 10px;
    padding-left: 60px;
}
.single__box__layout__9 .box__icon {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 35px;
    height: 35px;
}
.single__box__layout__9 .box__icon img{
    width: 35px;
    height: 35px;
}
.single__box__layout__9 .box__title {
    margin-bottom: 0;
    font-size: 20px;
}

/* -------10------ */
.single__box__layout__10 {
    text-align: center;
    transition: 0.5s;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.single__box__layout__10 .box__icon {
    border-radius: 50%;
    margin-bottom: 30px; 

}
.single__box__layout__10 .box__icon img {
    width: auto;
}
.single__box__layout__10 .box__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

/* -------11------ */
.single__box__layout__11 {
    transition: 0.5s;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}
.single__box__layout__11 .box__icon {
    width: 50px;
    margin-right: 10px;
}
.single__box__layout__11 .box__icon img{
    width: auto;
}
.single__box__layout__11 .box__icon,
.single__box__layout__11 .box__title{
    display: inline-block;
}
.single__box__layout__11 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

/* ------- 12 ------- */
.single__box__layout__12 {
    padding: 50px 40px;
    text-align: center;
}
.single__box__layout__12:hover {
    background: #ffffff;
    box-shadow: 0px 20px 50px 0px rgba(85,92,121,0.08);
}

.single__box__layout__12 .box__icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}
.single__box__layout__12 .box__icon img{
    width: 100px;
}
.single__box__layout__12 .box__title {
    margin-bottom: 20px;
}

/* ----------13-------- */
.single__box__layout__13 {
    text-align: center;
}
.single__box__layout__13 .box__icon {
    color: #0298ff;
    background-color: rgba(2,152,255,0.14);
    border-radius: 25px;
    box-shadow: 0px 10px 30px 0px rgba(110,193,228,0.20);
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 26px;
}
.single__box__layout__13:hover .box__icon{
    background-color: rgba(2,152,255,1);
    color: #ffffff;
}

.single__box__layout__13 .box__title {
    margin-bottom: 20px;
}

/* ----------14-------- */
.single__box__layout__14 {
    background: #ffffff;
    padding: 40px 72px 40px 180px;
    border-radius: 5px;
}
.single__box__layout__14:hover {
    background-color: #fe5d89;
    box-shadow: 0px 55px 70px -46px rgba(254,93,137,0.45);
    color: #ffffff;
}
.single__box__layout__14 .box__icon {
    width: 120px;
    display: block;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 50px;
}
.single__box__layout__14 .box__icon img{
    width: auto;
}
.single__box__layout__14 .box__title {
    margin-bottom: 20px;
}
.single__box__layout__14:hover .box__title{
    color: #ffffff;
}

/* ----------15-------- */
.single__box__layout__15 {
    padding: 50px 30px 50px 30px;
    background-color: #ffffff;
    box-shadow: 0px 20px 100px 0px rgba(114,112,164,0.13);
    text-align: center;
}
.single__box__layout__15:after {
    background-color: #ffffff;
    position: absolute;
    left: 55%;
    top: 53px;
    text-align: left;
    width: 25px;
    height: 25px;
    opacity: 1;
    border-radius:50px;
    z-index: 1;
    transition: 0.6s;
}
.single__box__layout__15:before {
    background-image: linear-gradient(134deg, #1700fb 0%, #009dea 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.single__box__layout__15:hover {
    color: #ffffff;
}
.single__box__layout__15:hover:before{
    opacity: 1;
} 
.single__box__layout__15 .box__icon {
    border-radius: 50%;
    color: #ffffff;
    background-image: linear-gradient(135deg, #1700fb 0%, #009dea 100%);
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 27px;
}
.single__box__layout__15 .box__icon img{
    width: auto;
}
.single__box__layout__15 .box__title {
    margin-bottom: 20px;
}
.single__box__layout__15:hover .box__title{
    color: #ffffff;
}

/* ----------16-------- */
 .single__box__layout__16 {
    padding-left: 100px;
}
.single__box__layout__16 .box__icon {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 1px #6315ff inset;
    box-shadow: 0px 0px 0px 1px #6315ff inset;
    background: #ffffff;
    color: #6315ff;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-top: 24px;
}
.single__box__layout__16:hover .box__icon{
    -webkit-box-shadow: 0px 0px 0px 100px #6315ff inset;
    box-shadow: 0px 0px 0px 100px #6315ff inset;
    color: #ffffff;
}
.single__box__layout__16 .box__icon img{
    width: auto;
}
.single__box__layout__16 .box__title {
    margin-bottom: 20px;
}
 
/* ----------17-------- */
 .single__box__layout__17 {
    padding: 50px 30px;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.single__box__layout__17:hover {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(107,125,179,0.11);
    box-shadow: 0px 10px 40px 0px rgba(107,125,179,0.11);
    border-color: transparent;
    background: #ffffff;
}
.single__box__layout__17 .box__icon {
    text-align: center;
    margin-bottom: 35px;
    padding: 0;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.single__box__layout__17:hover .box__icon{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.single__box__layout__17 .box__icon img{
    width: auto;
}
.single__box__layout__17 .box__title {
    margin-bottom: 20px;
}
 
/* ---------18---------- */
 .single__box__layout__18 {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
    box-shadow: 0px 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
    padding: 50px 20px;
    text-align: center;
}

.single__box__layout__18:hover{
    color:#ffffff;
    background: #0c59db url(../img/service_stripe_bg.png) no-repeat center center / cover;
}
.single__box__layout__18 .box__icon {
    font-size: 50px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__18:hover .box__icon {
    color: #ffffff;
}

.single__box__layout__18 .box__title {
    font-size: 22px;
    color: #232323;
}
.single__box__layout__18:hover .box__title {
    color: #ffffff;
}
.single__box__layout__18 .box__button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #0c59db;
    padding-top: 7px;
    color: #ffffff;
    right: 0;
    bottom: 0;
}
.single__box__layout__18:hover .box__button {
    background: #ffffff;
    color: #0c59db;
} 

/* ---------19---------- */
 .single__box__layout__19 {
    border: 2px solid #e3eeff;
    padding: 80px 50px;
    text-align: center;
}

.single__box__layout__19 .box__bg__icon__text {
    font-size: 170px;
    right: 20px;
    letter-spacing: -5px;
}
.single__box__layout__19 .box__icon {
    font-size: 80px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__19 .box__title {
    font-size: 36px;
    margin-bottom: 20px;
}
.single__box__layout__19:hover{
    border-color: #0c59db;
}
.single__box__layout__19 .box__button {
    font-weight: 700;
    color: inherit;
}
.single__box__layout__19 .box__button:hover {
    color: #0c59db;
} 

/* ---------20---------- */
 .single__box__layout__20 {
     border: 16px solid #e3eeff; 
    padding: 50px 40px;
}

.single__box__layout__20 .box__bg__icon__text {
    font-size: 170px;
    right: 20px;
    letter-spacing: -5px;
}
.single__box__layout__20 .box__icon {
    font-size: 80px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__20 .box__title {
    font-size: 36px;
    margin-bottom: 20px;
}
.single__box__layout__20:hover{
    border-color: #0c59db;
}
.single__box__layout__20 .box__button {
    font-weight: 700;
    color: inherit;
}
.single__box__layout__20 .box__button:hover {
    color: #0c59db;
} 
/* ---------21---------- */
 .single__box__layout__21 {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 109, 232, 0.04);
    box-shadow: 0px 8px 16px 0px rgba(0, 109, 232, 0.04);
}
.single__box__layout__21:hover {
    background: #0c59db;
    color: #ffffff;
}
.single__box__layout__21 .box__bg__icon__text {
    left: 0;
    top: 0;
    opacity: 0;
}

.single__box__layout__21:Hover .box__bg__icon__text {
    opacity: .1;
}
.single__box__layout__21 .box__title {
    margin-bottom: 0;
    font-size: 20px;
}
.single__box__layout__21:hover .box__title {
    color: #ffffff;
}
.single__box__layout__21:hover{
    border-color: #0c59db;
}

.single__box__layout__21 .box__button:hover {
    background: #ffffff;
    color: #006de8;
    padding-left: 8px;
}

.single__box__layout__21 .box__button {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    border-radius: 50%;
    padding-left: 13px;
    display: inline-block;
    z-index: 1;
}
.single__box__layout__21:hover .box__button {
    color: #ffffff;
}
.single__box__layout__21:hover .box__button:hover {
    color: #006de8;
    background: #ffffff;
} 

/* ---------22---------- */
 .single__box__layout__22 {
    padding: 50px 40px;
    text-align: center;
}
.single__box__layout__22 .box__bg__icon__text {
    font-size: 170px;
    right: 20px;
    letter-spacing: -5px;
}
.single__box__layout__22 .box__icon {
    font-size: 80px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__22 .box__title {
    font-size: 36px;
    margin-bottom: 20px;
}
.single__box__layout__22:hover{
    border-color: #0c59db;
}
.single__box__layout__22 .box__button {
    font-weight: 700;
    color: inherit;
}
.single__box__layout__22 .box__button i {
    margin-right: 10px;
}
.single__box__layout__22 .box__button:hover {
    color: #0c59db;
} 

/* --------- 23--------- */
 .single__box_wrap {
    position: relative;
    overflow: hidden;
}

.single__box__layout__23 {
    color: #ffffff;
    position: absolute;
    background: rgba(0, 34, 73, .8);
    left: 0;
    bottom: 0;
    padding: 30px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single__box__layout__23,
.single__box__layout__23 .box__title,
.single__box__layout__23 a {
    color: #ffffff;
}

.single__box__layout__23 .box__icon {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 70px;
    height: 70px;
    background: #006de8;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
}
.single__box__layout__23 .box__title {
    padding-left: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.single__box__layout__23 .box__description,
.single__box__layout__23 .box__button  {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}
.single__box__layout__23 .box__description{
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single__box__layout__23 .box__button {
        -webkit-transition: 0.8s;
        transition: 0.8s;
}
.single__box_wrap:hover .single__box__layout__23{
    height: 70%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 102, 255, 0.8)), to(rgba(96, 170, 255, 0.8)));
    background: linear-gradient(0deg, rgba(0, 102, 255, 0.8) 0%, rgba(96, 170, 255, 0.8) 100%);
}
.single__box_wrap:hover .single__box__layout__23 .box__title {
    padding-left: 80px;
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}
.single__box_wrap:hover .box__description,
.single__box_wrap:hover .box__button  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
} 

/* --------- 24--------- */
 .single__box__layout__24 {
    padding: 15px;
    padding-left: 80px;
    position: relative;
    overflow: hidden;
}

.single__box__layout__24 .box__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    padding-top: 10px;
    -webkit-box-shadow: 0px 4px 4px rgba(160,194,255,0.2);
    box-shadow: 0px 4px 4px rgba(160,194,255,0.2);
    border-radius: 50%;
    color: #0c59db;
    font-size: 20px;
    padding-top: 12px;
}

.single__box__layout__24:hover .box__icon {
    background: #0c59db;
    color: #ffffff;
}

.single__box__layout__24 .box__title {
    margin-bottom: 20px;
} 

/* ----------25--------- */
 .single__box__layout__25 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}
.wrap__single__box__layout__25::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}
.wrap__single__box__layout__25:hover::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}
.single__box_wrap {
    position: relative;
}
.box__big__thumb {
    overflow: hidden;
}
.single__box__layout__25 .box__title {
    color: #ffffff;
}

.single__box__layout__25 .box__subtitle {
    font-size: 24px;
    color: #F9C200;
    font-weight: 700;
} 

/*---------26----------*/
 .single__box__layout__26 {
    padding: 30px;
}

.single__box__layout__26 .box__button {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #CDCDCD; 
    border-radius: 50px;
    padding: 8px 25px 8px 25px;
}
 

/* ----------27---------- */
 section.elementor-element {counter-reset: number;}
.single__box__layout__27 {
    padding: 10px;
    text-align: center;
    color: #B0B0B0;
}

.single__box__layout__27 .box__icon {
    width: 100px;
    height: 100px;
    background: #FBBF3F;
    color: black;
    font-size: 45px;
    padding-top: 28px;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 50px;
}
.single__box__layout__27 .box__icon:after {
    counter-increment: number;
    background: #3F7BFB;
    width: 30px;
    height: 30px;
    content: counter(number);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    border: 4px solid #1D1D1C;
    line-height: 1;
}

.single__box__layout__27 .box__title {
    color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.single__box__layout__27 .box__title:before {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #343433;
}
.single__box__layout__27 .box__title:after {
    background: #FBBF3F;
    width: 5px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    position: absolute;
    border-radius: 50px;
}

.single__box__layout__27:hover .box__title:after {
    width: 100%;
}

.single__box__layout__27 .box__button {
    color: #FBBF3F;
    border: 2px solid #FBBF3F;
    padding: 7px 25px;
    border-radius: 50px;
}

.single__box__layout__27 .box__button:hover {
    background: #FBBF3F;
    color: #060606;
}
.single__box__layout__27:hover .box__icon:after {
    background: #FBBF3F;
    color: #060606;
}

.single__box__layout__27:hover .box__icon {
    background: #3F7BFB;
    color: #ffffff;
} 

/* ----------28---------- */
 .single__box__layout__28 {
    padding: 10px;
    text-align: center;
    color: #B0B0B0;
}

.single__box__layout__28:before {
    width: 100%;
    height: 2px;
    border-top: 2px dashed #4A4A49;
    left: 50%;
    top: 50px;
}

.single__box__layout__28 .box__icon {
    width: 100px;
    height: 100px;
    background: #1D1D1C;
    color: #ffffff;
    font-size: 45px;
    padding-top: 28px;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 20px;
}
.single__box__layout__28 .box__icon:after {
    background: #FBBF3F;
    content: "\e64c";
    font-family: 'themify';
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #1D1D1C;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
    position: absolute;
    left: 0;
    top: 0;
    border: 4px solid #1D1D1C;
    line-height: 1;
    z-index: 1;
}

.single__box__layout__28 .box__title {
    color: #ffffff;
    margin-bottom: 25px;
}

.single__box__layout__28 .box__button {
    color: #FBBF3F;
    border: 2px solid #FBBF3F;
    padding: 7px 25px;
    border-radius: 50px;
}

.single__box__layout__28 .box__button:hover {
    background: #FBBF3F;
    color: #060606;
}
.single__box__layout__28:hover .box__icon:after {
    background: #FBBF3F;
    color: #060606;
}

.single__box__layout__28:hover .box__icon {
    background: #3F7BFB;
    color: #ffffff;
} 

/* -------29------ */

.single__box__layout__29 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 30px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #2AA38C;
    color: #ffffff;
    position: absolute;
    z-index: 2;
}
.single__box__layout__29 .box__icon {
    font-size: 70px;
}
.single__box__layout__29 .box__icon img{
    width: auto;
}

.single__box__layout__29 .box__title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 30px;
    color: #ffffff;
}
.single__box__layout__29 .box__description {
    height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.single__box__layout__29:hover {
    background: #FFAB4A;
}
.single__box__layout__29:hover .box__description {
    margin-top: 30px;
    height: 80px;
} 

/* -------30------ */
 .single__box__layout__30 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 30px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}
.single__box__layout__30 .box__icon {
    font-size: 70px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single__box__layout__30 .box__icon img{
    width: auto;
}

.single__box__layout__30 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single__box__layout__30:hover{
    background: #2AA38C;
    color: #ffffff;
}
.single__box__layout__30:hover .box__title{
    color: #ffffff;
} 