 body.widget-snippet .service-card a.button,  .fee .widget-snippet .service-card a.button,  body.widget-snippet .services-header-inner, .fee .services-header-inner{
   z-index: unset;
   overflow: unset;
 }
 body.widget-snippet .services-section .services-header:after,  .fee .services-section .services-header:after {
  display:none;
}
.services-section {
    margin: 0 auto;
    padding: 0 0 150px;
    text-align: center;
    background-color: rgba(244, 244, 244, 1);
  }

  /* underline below heading */

  .services-section p.description {
    max-width: 870px;
    margin: 0 auto 50px;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    line-height: 1.5;
  }

  /* Grid container */
  .services-grid {
    gap: 27px;
    max-width: 1339px;
    margin: -40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
  }

  /* Each card */
  .service-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,0.05);
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100%/3 - 22px);
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.04);
  }

  /* Icon circle */
  .service-icon {
	width: 80px;
	height: 71px;
	border-radius: 50%;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.service-icon img{
	width: 80px;
	height: 71px;
	object-fit:contain;
}

  /* Icon SVG or text inside */
  .service-icon svg {
    fill: #fff;
    width: 44px;
    height: 44px;
  }

  /* Title */
  .service-card h3 {
    margin: 0 0 15px;
    color: #111;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    letter-spacing: -1px;
  }

  /* Description */
  .service-card p {
    margin-bottom: 10px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    padding: 0;
  }

  /* Button */
  .service-card a.button {
	text-decoration: none;
	display: block;
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	max-width: 100%;
	margin: 0 auto 0 0;
	transition: background-color 0.3s ease;
	background-color: transparent;
	padding: 0;
	width: 100%;
	}
  .service-card a.button:after {
    content: "\f061";
    font: normal normal normal 16px / 1 FontAwesome;
    margin-left: 8px;
    position: absolute;
    top: 5px;
    right: 2px;
}
.service-card:hover{
	border: 2px solid rgba(248, 114, 82, 1);
}
	.service-card a.button:hover {
   color:#f87252;
    }

.services-section .services-header {
    background: url(/template/efa6b0f4/images/developer-bg.jpg);
    padding: 80px 15px;
    position: relative;
}

.services-section .services-header h1 {
    font-family: Biotif;
    font-weight: 600;
    font-size: 66px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
}

.services-section .services-header p {
    font-family: Biotif;
    font-weight: 400;
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    max-width: 800px;
}

.services-header-inner {
    max-width: 1279px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 1;
}

.services-section .services-header:after {
    background-color: rgba(10, 27, 43, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-list {
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.13);
    width: 100%;
    padding-bottom: 15px;
    height: 100%;
}

.service-list a.list {
    display: block;
    text-align: left;
    margin: 7px 0;
  text-decoration: underline;
}
.service-list a.list:hover {
  text-decoration: underline;
      color: #FF7F00;
}

@media all and (max-width:1280px){
.service-card {
    padding: 35px 25px;
}
}
@media all and (max-width:1200px){
.service-card {
   width: calc(100%/3 - 28px);
}
.services-section .services-header h1 {
    font-size: 56px;
}
.services-section .services-header p {
    font-size: 22px;
	line-height:34px
}
.services-header-inner {
	    padding: 0 30px;
}
}
@media all and (max-width:991px){
.service-card {
   width: calc(100%/2 - 22px);
}
.services-section {
    margin: 0 auto;
    padding: 0 0 80px;
}
 .services-grid {
    padding: 0 10px;
}
.services-header-inner {
	    padding: 0 10px;
}
.services-section .services-header h1 {
    font-size: 48px;
}
.services-section .services-header p {
    font-size: 20px;
}
.service-card h3 {
    font-size: 32px;
    line-height: 40px;
}
.service-icon {
    width: 50px;
    height: 41px;
}
.service-icon img{
	width: 50px;
	height: 41px;
}
.services-section .services-header {
    padding: 50px 15px 80px;
}
}
@media all and (max-width:767px){
.services-section {
    margin: 0 auto;
    padding: 0 0 60px;
}
      .services-section .services-header {
        padding: 30px 15px 60px;
    }
.service-card {
   width: 100%;
}
.services-grid {
    gap: 20px;
    padding: 0 15px 0;
} 
.services-section .services-header h1 {
    font-size: 32px;
	line-height: 40px;
}
.services-section .services-header p {
    font-size: 18px;
	line-height: 30px;
}
.service-card h3 {
    font-size: 28px;
    line-height: 36px;
}
.service-icon {
    margin-bottom: 22px;
}
}