.service-section{
  padding:100px 0px;
}
.service-section .our-service-container{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
    padding:0px 30px;
    max-width:900px;
    margin:0 auto;
}
.service-section .head-title{
  font-family: Switzer Variable;
 font-weight: 600;
 font-size: 30px;
 line-height: 38px;
 letter-spacing: 0%;
 text-align: center;
  margin:0 0 30px 0;
  padding:0;

}
.our-service-container h3{
	font-family: Switzer Variable;
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 1%;
    text-align: center;
    margin: 0 0 15px 0;
    padding:0;
	color:#fff;
}
.our-service-container .ourservice-text-detail {
    text-align: center;
}
.our-service-container .ourservice-text-detail a{
	background-color: #FF7100;
    text-decoration: none;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 16.5px;
    letter-spacing: 1%;
    padding: 10px 35px;
    color: #fff;
    height: auto;
    display: inline-block;
	border-radius:10px;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.our-service-container .ourservice-text-detail a:hover {
    background: #d96101;
    color: #fff;
}
.our-service-container .service-item{
	position:relative;
    overflow: hidden;
}
.our-service-container .service-image img{
    width: 100%;
	height:527px;
	object-fit:cover;
	border-radius:13px;
}
.our-service-container .service-item:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(178.49deg, rgba(0, 0, 0, 0) 44.03%, rgba(0, 0, 0, 0.74) 87.04%);
    height: 100%;
	z-index: 1;
	border-radius:13px;
}
.our-service-container .service-item:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -9.68%, rgba(0, 0, 0, 0.73) 64.47%);
    height: 100%;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display:block !important;
    border-radius:0;
    opacity:0;
    bottom: -280px;
	z-index: 1;
	border-radius:13px;
}
.our-service-container .service-item:hover:before{
    opacity:100;
    bottom:0px;
}
.our-service-container .service-item .ourservice-text {
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding:0px 36px 0px 36px;
    bottom: -85px;
	z-index:2;
}
.our-service-container .service-item .ourservice-text-detail {
    /* display: none; */
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.our-service-container .service-content {
    margin-bottom: 32px;
}
.our-service-container .service-item .ourservice-text-detail p {
    color: rgba(255, 255, 255, 0.90);
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    margin:0 0 15px 0;
    padding:0;
}
.our-service-container .service-item:hover .ourservice-text {
    bottom: 68px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
}
.our-service-container .service-item:hover .ourservice-text-detail {
    display: block;
    opacity: 100;
}


body.widget-snippet .our-service-container .service-item .ourservice-text {
    position: relative;
    z-index: inherit;
    bottom:0;
}
body.widget-snippet .our-service-container .service-item .ourservice-text-detail {
    opacity: 100 !important;
    bottom: 0;
}
body.widget-snippet .our-service-container .service-item:after ,
body.widget-snippet .our-service-container .service-item:before {
   display:none;
   position: inherit !important;
}
body.widget-snippet .our-service-container .service-item {
  position: inherit;
    /* overflow: auto; */
    background-color: #000;
  border-radius:13px;
}
