body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
}
.service-grid .service-list{  
  background-color: #f6f7f7;
    padding: 15px 8px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-two .theme-slider-button {
    border-color: #e54747;
       background-color: #e54747;
}
.button-two .theme-slider-button:hover {
    color:#e54747;
}
.caption-container h2.title {
font-size:60px
}

ul.service-grid li.service-list a:before {
    color: #e54747;
}  
h2.main-heading{
font-size: 52px;
       font-style: normal;
    letter-spacing: 0px;
    margin-bottom: 20px!important;
color:#2b2d3a!important;
}
.sub-heading{
    color: rgb(150, 156, 179)!important;
    font-size: 14px!important;
    font-style: normal;
    letter-spacing: 2px!important;
    line-height: 22px!important;
}
.caption-container {
     opacity: 1!important;
}
  .last-btn #menu >li:last-child > a{
  border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}