.srv_content .srv_intro {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}
.style1 .srv_intro img{
	width:100%;
}
.srv_content .srv_intro .label{
    position: absolute;
    right: -40px;
    top: 15px;
    background: #fa6368;
    transform: rotate(40deg);
    padding: 12px 55px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}
.srv_content .srv_intro h3{
    color: #333;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}
.srv_content .srv_full{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 65px;
    background: #fff;
    text-align: center;
}
.srv_content .srv_full h4{
    color: #c51c66;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
}
.srv_content .srv_full h2{
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0px 10px;
}
.srv_content .srv_full .more_btn{
    width: 100%;
    margin-top: 40px;
    padding: 16px 10px;
    background: #c48981;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.srv_content .srv_full .more_btn a {
    color: #fff;
}
.servicebox:hover .more_btn{
    background: #3e2723;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.servicebox .more_btn a:hover {
    color: #c48981;
}
@media screen and (max-width: 991px){
    .servicebox{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px){
    .srv_content .srv_full{
        max-width: 200px;
        padding-top: 40px;
        margin-top: -100px;
    }
}

/*============== STYLE2 ======================*/
.style2.servicebox .srv_img img{
    width: 100%;
}
.style2.servicebox > h4{
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.style2.servicebox p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.style2 .btn_more{
    margin-top: 15px;
}
.style2 .btn_more a{
    color: #2dbff0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.style2 .btn_more a i{
    font-size: 18px;
    margin-left: 5px;
    color: #333;
}

.style2.servicebox:hover .btn_more a,
.style2.servicebox:hover .btn_more a i{
    color: #f69600;
}
@media screen and (max-width: 991px){
    .style2.servicebox{
        margin-bottom: 30px;
    }
}

/*======== STYLE 3==============*/
.style3.servicebox{
    float: left;
    width: 100%;
    position: relative;
}
.style3 .srv_content{
    float: left;
    width: 100%;
    height: 100%;
    border: 2px solid #e7e7e7;
}
.style3 .srv_content .srv_intro {
    float: left;
    width: 100%;
    height: 100%;
    padding: 70px 10px 40px 10px;
    text-align: center;
    position: relative;
}
.style3 .srv_content .srv_intro h3{
    color: #333;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}
.style3 .srv_content .primary_img,
.style3 .srv_content .secondary_img{
    width: 50px;
    height: 50px;
}
.style3 .srv_content .srv_full{
    float: left;
    width: 100%;
    height: 100%;
    padding: 40px 5px 40px 5px;
    background: #1a237e;
    border: 10px solid #e7e7e7;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.style3.servicebox:hover .srv_content .srv_full{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.style3 .srv_content .srv_full h3{
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}
.style3 .srv_content .srv_full p{
    color: #fff;
    line-height: 26px;
}