body{
    overflow-x:hidden;
    font-family:serif!important;
}
a{
    color:#a13038;
     font-family:serif!important;
      font-size:16px;
}
.slide-heading2 {
    text-align: center;
    padding: 148px 21% 0;
}
a:hover{
    color:#a13038;
}
.contact-info .btn.btn-default.direction a:hover {
    color: #fff;
}
.news-post .alignleft {
    float: left;
    width: 28.6%;
    margin: 0 30px 0 0;
}
#button {
  display: inline-block;
  background-color: #a4353b;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 35px;
    color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration:none;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#header{
    position:fixed;
}
h1,h2,h3,h4,h5,h6{
    font-family:serif;
}
.breadcrumbs ul li a {
    color: #fff;
}
.breadcrumbs ul li:after {
    color: #fff;
}
.practice-col{
    margin-bottom:15px;
    padding-top: 15px;
}
#header {
    border-bottom: 3px solid #a13038;
}
p{
    font-family:serif!important;
    font-size:18px;
}
.btn-default{
    font-size:18px;
    font-family:serif;
}
.title-content {
    text-align: center;
    margin-bottom: 30px;
}
.news-posts.content{
    padding-top: 40px!important;
}
.container.container-block.team.home .team-info {
    border: 1px solid #cecece;
    padding: 10px 16px 4px;
    text-align: center;
    line-height: 24px;
    height: 130px;
}
.aside-block h2:before {
    background:#a13038!important;
}
.team-col{
    margin-top:10px;
}
.footer-socials li a {
    display: block;
    color: #464646!important;
}
.footer-socials li a:hover {
    display: block;
    color: #a13038!important;
}
.main-gallery .beans-slide:after {
    background: rgba(0, 0, 0, 0.4);
}
.banner-block:after {
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
}
#nav ul li {margin: 0 0 0 15px;}
.logo {
    width: 320px;
    height: 57px;
	margin-top: -14px;
}
.header-language {
    float: right;
    margin: 0 0 0 15px;
    color: #8f8e8e;
    font-size: 15px;
    margin-top: 3px;
    display:none;
}
#nav {
    border-right: 0px solid #8f8e8e; 
}
.header-language a {
    margin: 0 3px;
    text-transform: uppercase;
}
.dev p{float: right;}
.practice-link ul {
    list-style: none;
    padding: 0;
}
.post-pagination {
    justify-content: center;
    display: flex;
}
#nav ul li a:after {background: none !important;}
.team h3{margin-bottom: 20px;}
.banner-box {
    height: 260px;
    padding-top: 100px;
}
.team-contact h2{margin-top: 10px;}
.comments-form.add .form-group {width: 48.7%;}
.ml-0{margin-left: 0 !important;}
.comments-form .form-group{margin-bottom: 30px !important;}
.comments-form .form-row {margin: 0;}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 40px;
}
.upload-btn-wrapper a{
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#map{height: 400px;}
.p-0{padding: 0 !important;}
.news-posts2{margin-top: 20px;}
.news-posts2 .table > tbody > tr > td{
    text-align: center;
}
.news-posts2 p{margin-bottom: 15px;}
.display-center{
    margin: 0 auto;
    display: block;
}
.justify-center{
    justify-content: center;
    display: flex;
}
.services-holder p{margin-bottom: 30px;}
.news-post:hover {background: #fff;}
.news-post {
    color: #353535;
    background-color: #fff;
}
.news-post .txt-box h3 a {color: #353535;}
.w-50 {width: 50%;}
.contact-info {
    color: #333;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.contact-info a {color: #333;}
.social-links a:hover {color: #333333;}
.social-links li {margin-bottom: 10px;}
.contact-info a:hover {color: #333;}
.direction .btn-default {
    color: #fff!important;
    background:#a02e36;
}
.direction .btn-default:hover {
    color: #fff!important;
    background:#333;
}
.form-row .err {
    position: absolute;
    top: -10px;
    right: 0px;
    color: red;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.comments-form .btn-default {
    width: 170px;
    height: 54px;
    background: #a02e36;
    margin-top: 10px;
}
.comments-form .form-control {
    color: #333333;
}
.email-form .err {
    position: absolute;
    top: -10px;
    right: 0px;
    color: red;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.footer-terms {
    position: absolute;
    z-index: -1;
}
.email-form .form-group .form-control {
    float: left;
    width: 74%;
    height: 42px;
    background: none;
    border: 0;
    color: #464646;
    padding: 10px 10px;
    font: 14px/22px "Roboto", "Arial", "Helvetica", sans-serif;
}
.email-form .form-group .btn-default {
    background: none;
    width: 63px;
    height: 24px;
    color: #363636;
    margin: 9px 0 0;
    float: right;
    padding: 0;
}
.news-articles.address .news-column .txt {
    float: left;
    width: 75px;
    margin: 0 9px 0 0;
}

@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUgtLMA7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUutLM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.ar{font-family: 'Amiri', serif !important;}
.MsgNotifier {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
}
.logo img { width: unset; height: 100%; float: left; }
.logo-title {
    display: block;
    float: left;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 20px;
}
.logo-subtitle {
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: -0.5px;
    margin-left: 5px;
}
a[data-email] span { font-size: 12px; }