/*
Theme Name: Bizix
Theme URI: http://themeforest.net/user/Softwebmedia/portfolio
Author: Soft Web Media
Text Domain: bizix
Domain Path: /languages
Author URI: http://themeforest.net/user/Softwebmedia
Description: A premium WordPress responsive theme by Soft Web Media
Version: 2.2.0
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/

/*
All css files are placed in bizix/css/ folder
*/
.searvice-wrp {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-box {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 0px;
}
.service-box::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #bf8316;
    border-top: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box img {
    width: 100%;
    transform: scale(1);
}
.service_titile {
    padding: 30px 30px 20px;
    position: relative;
    border: 5px solid #ffffff;
    border-top: 0;
    margin-top: 0px;
    background: #ffff;
	text-align: center;
}
.service_titile p
{
	text-align: center;
}
.service_titile h3 {
    font-size: 21px !important;
    margin: 0 0 10px;
    color: #222;
}
.service-info {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 35px 20px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: hidden;
    opacity: 0;
    display: block;
}
.service-info::before {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #bf8316;
    border-bottom: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-info > a {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 20px;
}
.service-info h4 {
    color: #fff !important;
    font-size: 22px !important;
    margin-top: 0px;
    margin-bottom: 20px;
	text-align: center;
}
.service-info p {
    color: #fff;
	text-align: center;
}
.service-info::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-bottom: 1px solid #bf8316;
    border-right: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box::after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-top: 1px solid #bf8316;
    border-right: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box:hover .service-info {
    visibility: visible;
    opacity: 1;
}



