body.widget-snippet section.banner::after {
  display:none;
}
body.widget-snippet section.banner .content a.button, body.widget-snippet section.banner {
  z-index: unset;
}
body.widget-snippet section.banner .content {
    z-index: unset;
}
section.banner {
  background: #000 url("/template/e6267503/images/banner-bg.jpg") no-repeat;
  width: 100%;
  height: auto;
  padding: 115px 0;
  text-align: left;
  background-position: right bottom;
  position: relative;
  z-index: 0;
  background-size: 1050px;
}
/*section.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.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) 45%, rgba(255,33,72,0) 100%); 
}*/
section.banner .content-are{
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
}

section.banner .content {
    max-width: 600px;
}
section.banner .content h1 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 70px;
letter-spacing: ;
color: #FFFFFF;
margin: 0;
padding:0;
}
section.banner .content h2{
  font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 35px;
color: #fff;
  margin: 0;
  padding: 15px 0;
}
section.banner .content p{
  font-family: 'PT Sans';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;
color: #FFFFFF;
}
section.banner .content .bottom-button{
  padding:20px 0 0 0;
}
section.banner .content .bottom-button a:first-of-type{
  display: inline-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-right: 20px;
  border: 1px solid #f26725;
}
section.banner .content .bottom-button a:first-of-type:hover{
 background: #fff;
 color: #F26725;
 border-color: #fff;
}
section.banner .content .bottom-button a:last-of-type{
  display: inline-block;
  background: transparent;
  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-right: 30px;
  border: 1px solid #fff;
}
section.banner .content .bottom-button a:last-of-type:hover{
   color: #fff;
   background: #f26725;
   border-color: #f26725;
}

section.banner .content a.button:hover {
    background:#fff;
    color:#30303c
}

@media screen and (max-width: 1200px){
.responsive section.banner {
  background-position: 200px bottom;
  background-size: 860px;
}
section.banner .content-are {
  padding: 0 20px;
}
}

@media screen and (max-width: 991px){
  .responsive section.banner {
  background-position: 65px bottom;
  background-size: 760px;
}
}
