/*body.widget-snippet section.service-banner::before {
  display:none;
}*/
body.widget-snippet section.service-banner .content a.button, body.widget-snippet section.service-banner {
  z-index: unset;
}
body.widget-snippet section.service-banner .content {
    z-index: unset;
}
.widget.widget-snippet.service-banner-full{
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
section.service-banner {
  background: #000 url("/template/e6267503/images/service-banner-bg.png") no-repeat;
  width: 100%;
  height:auto;
  padding: 60px 0;
  text-align: left;
  background-position: right bottom;
}
/*section.service-banner::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
 background: rgb(0,0,0);
background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 80%, rgb(0, 0, 0) 99%); 
}
section.service-banner::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 65%, rgba(255,33,72,0) 100%);
}*/
section.service-banner .content-are{
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
}

section.service-banner .content {
    max-width: 520px;
}

section.service-banner .content h2{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #FFFFFF;
margin: 0;
padding: 25px 0;
}
section.service-banner .content h1{
font-family: 'PT Sans';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 27px;
color: #fff;
margin: 0;
padding:0;
text-transform: uppercase;
}
section.service-banner .content p{
font-family: 'PT Sans';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #FFFFFF;
margin: 0;
padding:0 0 20px 0;

}
section.service-banner .content p:last-of-type{
  padding:0;
}
section.service-banner .content a{
display: block;
background: #F26725;
border-radius: 70px;
text-transform: capitalize;
padding: 10px 5px;
text-align: center;
max-width: 165px;
width: 100%;
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 23px;
color: #FFFFFF;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
text-decoration: none;
margin-top:20px;
}
section.service-banner .content a:hover{
background: #fff;
color: #f26725;
}
