/* DH Tax & Law page customisations, carried over from the original custom.css.
   Rules that styled the old #navbar are omitted: the Navik navigation menu
   from the Brave template replaces them. Generated by build-css.py. */
/* fonts */@font-face{
    font-family: 'gilroy-bold';
    src: url('../fonts/gilroy-bold-webfont.eot');
    src: url('../fonts/gilroy-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff'),
         url('../fonts/gilroy-bold-webfont.ttf') format('truetype'),
         url('../fonts/gilroy-bold-webfont.svg#gilroy-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}@font-face{
    font-family: 'gilroy-medium';
    src: url('../fonts/gilroy-medium-webfont.eot');
    src: url('../fonts/gilroy-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-medium-webfont.woff') format('woff'),
         url('../fonts/gilroy-medium-webfont.ttf') format('truetype'),
         url('../fonts/gilroy-medium-webfont.svg#gilroy-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}@font-face{
    font-family: 'gilroy-light';
    src: url('../fonts/gilroy-light-webfont.eot');
    src: url('../fonts/gilroy-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff'),
         url('../fonts/gilroy-light-webfont.ttf') format('truetype'),
         url('../fonts/gilroy-light-webfont.svg#gilroy-light') format('svg');
    font-weight: normal;
    font-style: normal;

}@font-face{
    font-family: 'gilroy-bolditalic';
    src: url('../fonts/gilroy-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bolditalic-webfont.woff') format('woff'),
         url('../fonts/gilroy-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/gilroy-bolditalic-webfont.svg#gilroy-bolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}@font-face{
    font-family: 'gilroy-lightitalic';
    src: url('../fonts/gilroy-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-lightitalic-webfont.woff') format('woff'),
         url('../fonts/gilroy-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/gilroy-lightitalic-webfont.svg#gilroy-lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}#mask>span{
    display: none;
}.preloader-icon{
	display: none;
}#mask{
    background-image: url(../images/logo-loader.png);
    background-size: cover;
    animation: preloader 1.5s infinite linear;
}#mask{
    width: 104px;
    height: 92px;
}@keyframes preloader{
  0%{
    -webkit-transform: scale(.7);
    transform: scale(.7);
  }
  50%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%{
    -webkit-transform: scale(.7);
    transform: scale(.7);
  }
}@-webkit-keyframes preloader{
  0%{
    -webkit-transform: scale(.7);
    transform: scale(.7);
  }
  50%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%{
    -webkit-transform: scale(.7);
    transform: scale(.7);
  }
}/* header */

#home-big-image{
  height: 100vh;
  position: relative;
  background-image: url(../images/header-pics/header1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}.slide-wrap h2{
 font-size: 48px;
 line-height: 1.2;
 font-weight:normal;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 -ms-transition-animation-duration: 1s;
	animation-delay: 1s;
	
}.slide-content h4{
  font-family: 'gilroy-light', sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-transition-animation-duration: 1s;
	animation-delay: 2s;
}.slide-content p{
  line-height: 1.1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-transition-animation-duration: 1s;
	animation-delay: 2.5s;
}.slide-wrap-content{
width:80%;
margin:0 0 0 auto
}.font-18 p{
  font-size: 18px;
}.font-24{
  font-size: 24px;
  font-family: 'gilroy-bold';
}@media only screen and (max-width: 1199px){.slide-wrap h2{
 font-size: 40px;	
}.slide-content h4{
  font-size: 22px;
}
}@media only screen and (max-width: 767px){.slide-wrap h2{
 font-size: 38px;	
}.slide-wrap-content{
width:100%;
margin:-100px 0 0 0
}
}@media only screen and (max-width: 675px){.slide-wrap h2{
 font-size: 30px;
 text-align: center;
}.slide-content h4{
  font-size: 20px;
  text-align: center;
}.slide-content p{
  text-align: center;
}
}/* page header */

section.parallax-section .parallax-overlay{
	position: absolute;
	left: 1px;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #1f1f1f;
	opacity: 0;
}section.page-title.parallax-section{
  height: 350px;
}section.page-title.parallax-section .container{
	margin-top: 70px;
}section.page-title.parallax-section h2{
  font-size: 48px;
}section.intro-header{
	padding-top: 140px;
	padding-bottom: 30px;
}.title{
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}@media only screen and (max-width: 991px){section.page-title.parallax-section{
  height: 200px;
	padding-top: 0;
	padding-bottom: 0;
}section.page-title.parallax-section h2{
  font-size: 36px;
}section.intro-header{
	padding-top: 90px;
	padding-bottom: 30px;
}

}/* footer */

#footer.dark-footer .footer-widgets{
  background-color: #1D1D1B;
  color: #ccc;
}#footer.dark-footer .footer-widgets .widget > h4{
  color: #ccc;
  letter-spacing: 1px!important;
}#footer.dark-footer .footer-widgets a{
  color: #cccccc;
  letter-spacing: 1px!important;
  -webkit-transition: all .3s ease;
    transition: all .3s ease;
}#footer.dark-footer .footer-widgets a:hover{
  color: #ffffff;
  letter-spacing: 1px!important;
}#footer.dark-footer .form-control{
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid #282828;
    border-radius: 0;
    box-shadow: none;
	background: #191919;
	color: #ccc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}#footer.dark-footer .form-group{
    margin-bottom: 10px;
}#footer.dark-footer .form-group.has-error .form-control{
    border-color: #981b1e;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}.footer-copy{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: #1D1D1B;
    border-top: 1px solid #282828;
}.copy-text{
  text-align: center;
	color: #ccc;
}.copy-text a{
  color: #ccc;
  -webkit-transition: all .3s ease;
    transition: all .3s ease;
}.copy-text a:hover{
  color: #ffffff;
}.footer-widgets h1{
  font-family: 'gilroy-light', sans-serif;
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}@media only screen and (max-width: 767px){.footer-widgets .mb-100{
 margin-bottom: 50px;
}
}/*Link List*/
.link-list li{
	border-top: solid 1px #282828;
	padding:5px 0;
}.link-list li:first-child{
    border-top: none !important;
}.link-list a,
.link-list i{
	color: #cccccc;
}.link-list a:hover{
	color: #ffffff;
	text-decoration:none;
}.link-list li i{
    color: #cccccc;
    float: right;
    margin-top: 3px;
}/* profile-page */

#profile-intro .col-lg-5{
padding-top: 120px;
}@media only screen and (max-width: 1680px){#profile-intro .col-lg-5{
padding-top: 80px;
}
}@media only screen and (max-width: 1500px){#profile-intro .col-lg-5{
padding-top: 60px;
}
}@media only screen and (max-width: 1400px){#profile-intro .col-lg-5{
width: 100%;
left: 0;
padding-top: 60px;
padding-bottom: 60px;
padding-left: 200px;
padding-right: 200px;
flex: 0 0 100%;
max-width: 100%;
order: 0;
}#profile-intro .col-lg-7{
width: 100%;
left: 0;
padding-left: 200px;
padding-right: 200px;
padding-top: 60px;
flex: 0 0 100%;
max-width: 100%;
order: 0;
}#profile-intro .col-lg-7.sm-marg{
width: 100%;
left: 0;
padding-left: 200px;
padding-right: 200px;
padding-top: 0;
padding-bottom: 60px;
flex: 0 0 100%;
max-width: 100%;
order: 0;
}

}@media only screen and (max-width: 1100px){#profile-intro .col-lg-5{
padding-left: 100px;
padding-right: 100px;
}#profile-intro .col-lg-7{
padding-left: 100px;
padding-right: 100px;
}#profile-intro .col-lg-7.sm-marg{
padding-left: 100px;
padding-right: 100px;
}

}@media only screen and (max-width: 767px){#profile-intro .col-lg-5{
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
}#profile-intro .col-lg-7{
padding-left: 0;
padding-right: 0;
padding-top: 0;
}#profile-intro .col-lg-7.sm-marg{
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}section#more{
  padding-top: 30px;
  padding-bottom: 60px;
}section#more-service{
  padding-top: 30px;
  padding-bottom: 60px;
}.font-18{
font-size: 17px;
}
}.skill a:hover{
    color: #981b1e;
    text-decoration: none;
}/* office-page */

.map{
	width: 100%; 
	height: 500px;
	
}#map .contact-details{
  width: 230px;
  height: auto;
  color: #222221;
  font-size: 1.1em;
  line-height:1.4em;
  font-family: 'gilroy-medium', sans-serif;
  font-weight:normal;
  padding: 0.5em;
  overflow: hidden;
}#map .contact-details a{
	color:#981b1e;
	font-family: 'gilroy-bold', sans-serif;
	font-weight:normal;
}#map .contact-details a:hover{
	color:#981b1e;
}@media (max-width: 992px){.map{
	width: 100%; 
	height: 400px;
}
		
}.gm-style-iw{
	/*overflow: inherit !important;*/
}.map-box{
	height: 250px;
}.map-box-space{
	margin-top: 15px;
}.map-box-space1{
	margin-top: 7px;
}.heading-tight h4{
	margin-bottom: 5px;
}.sm-contact-pic{
	position: absolute;
	top:0;
	right:185px;
	width:499px;
	height: 301px;
	display:none;

	
}@media only screen and (max-width: 1400px){.sm-contact-pic{
	display:block;
}
}@media only screen and (max-width: 1100px){.sm-contact-pic{
	right:85px;
}
}@media only screen and (max-width: 930px){.sm-contact-pic{
	display:none;
}
}.contact-pic .font-18{
	margin-bottom: 20px;
}section.contact-pic{
	padding-top: 90px;
}@media only screen and (max-width: 767px){.contact-pic .img-side{
    min-height: 400px;
    margin: 60px 0 0;
    position: relative!important;
    z-index: 0;
}section.contact-pic{
	padding-top: 30px;
	padding-bottom: 0;
}section{
	padding-top: 30px;
	padding-bottom: 30px;
}
}.bulleted-color{
    margin-left: -22px;
	font-size:18px;
	line-height:1.3em;
	list-style: none;
}.bulleted-color li{
    margin-bottom:8px;
}.bulleted-color>li::before{content: "•"; color: #981b1e;
font-size:21px;
line-height:1em;
display: inline-block; width: 1em;
margin-left: -1em
}@media only screen and (max-width: 767px){.bulleted-color{
    font-size:17px;
}.bulleted-color>li::before{content: "•"; color: #981b1e;
font-size:20px;
line-height:1em;
display: inline-block; width: 1em;
margin-left: -1em
}
}/* taxation */

section.parallax-section .parallax-overlay.gradient-overlay{
  background-color: transparent;
  opacity: .8;
}section.parallax-section .parallax-overlay.gradient-overlay .author{
  font-family: 'gilroy-medium', sans-serif;
}section.parallax-section{
  color: #4c4b4b!important;
	font-family: 'gilroy-medium', sans-serif;
}section.parallax-section p span{
  color: #4c4b4b;
  font-size: 42px;
  line-height:22px;
  padding-top:0;
  display:inline;
  font-family: Georgia, serif;
  font-weight: 400;
  vertical-align:middle
}@media only screen and (max-width: 991px){.title > p{
    font-size: 20px;
  }section.parallax-section p span{
  color: #4c4b4b;
  font-size: 38px;
  line-height:18px;
  padding-top:0;
  display:inline;
  font-family: Georgia, serif;
  font-weight: 400;
  vertical-align:middle
}
}.office-map-but .btn{
 display: none;
}@media only screen and (max-width: 1400px){.office-map-but .btn{
 display: inline-block;
}
}.contact-map-but .btn{
 display: none;
}@media only screen and (max-width: 767px){.contact-map-but .btn{
 display: inline-block;
}
}/* footer fix */
@media only screen and (min-width: 992px){
  #footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

.footer-spacer {
    display: none;
}
	
}.ssdl{
padding: 0 5px; 
}@media only screen and (max-width: 400px){.ssdl{
display:none;
}.ssdb{
display:block;
}
}.img-cover.lal{
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}.footer-cleaner{ clear: both; width:100%; height: 85px;}@media only screen and (max-width: 991px){.footer-cleaner{ clear: both; width:100%; height: 23px;}.footer-widgets .widget.epb{
    margin-bottom: 90px;
  }
}@media only screen and (max-width: 767px){.footer-cleaner{ clear: both; width:100%; height: 0;}.footer-widgets .widget.npb{
    margin-bottom: 0;
  }.footer-widgets .widget.epb{
    margin-bottom: 50px;
  }
}#map{
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}/* new edits */
.conveyancing-text .text-sec .col-lg-6{
padding-left: 100px;
Padding-right: 100px;
}.conveyancing-text .text-sec .col-lg-5{
padding-left: 100px;
Padding-right: 100px;
}.container-fluid.no-padding{
padding-left: 0;
Padding-right: 0;	
}@media only screen and (max-width: 1380px){.conveyancing-text .text-sec .col-lg-6{
padding-left: 50px;
Padding-right: 50px;
}
}@media only screen and (max-width: 991px){.conveyancing-text .text-sec .col-lg-6{
padding-left: 30px;
Padding-right: 30px;
}
}@media only screen and (max-width: 991px){.large-text-area .container{
padding-left: 30px;
Padding-right: 30px;
}
}.accordion-title h3{
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}@media only screen and (max-width: 1199px){.footer-index-spacer{
		display: none;
	}
}/* contact page */

.form-group textarea{
  min-height: 100px;
}.form-group.has-error .form-control{
  border-color: #ff4656;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}.form-group.has-success .form-control{
  border-color: #2ecc71;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}/* Form Buttons */
.contact-form-border{
border-bottom: solid 1px rgba(31,31,31,0.08);	
}.btn-form-func{
  background: #111111;
  border-radius: 0;
	border: 1px solid #111111;
	color: #ffffff;
	display: inline-block;	
	overflow: hidden;
	padding: 21px 60px 19px 16px;
	position: relative;
	text-decoration: none;
	line-height: 1.1;
	width: 100%;
	font-size: 12px;
    letter-spacing: 2.5px;
	font-family: 'GothamPro', sans-serif;
    font-weight: 400;
	margin-bottom: 10px;
}.btn-form-func:hover{
	color: #ffffff;	
	background: #981b1e;
	border: 1px solid #981b1e!important;
}.btn-form-func:focus{
	outline: none;
}.btn-form-func .btn-form-func-content{
  font-size: 1em;
  line-height: 1.2;
  padding: 0 15px;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: left;
}.btn-form-func .icon{
  border-left: 1px solid #b2bec3;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}.btn-form-func i{
 font-size:40px;
 line-height: 1;
}.btn-form-func:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  transition: opacity 300ms ease;
}.btn-form-func:hover .btn-form-func-content{
  right: 100%;
}.btn-form-func:hover .icon{
  border-left: 0;
  font-size: 1.4em;
  width: 100%;
}.btn-form-func:hover:after{
  opacity: .2;
}.btn-form-func.btn-form-func-alt-color{
  border-color: #111111;
  color: #ffffff;
}.btn-form-func.btn-form-func-alt-color .icon{
  border-left-color: #b2bec3;
}.btn-form-func.btn-form-func-alt-color:after{
  background-color: transparent;
}.parsley-errors-list{
	margin-top: 8px;
	padding-left:0;
	list-style-type: none;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	color:#981b1e;
}#sendyFormContent{
    position: relative;
}.sent-message{
width:100%;
height:100vh;
position:relative;
}.sent-center{
position:absolute;
top:50%;
left:50%;
width:300px;
transform:translate(-50%,-50%);
}.sent-center h3{
font-size:18px;
font-weight: 500;
letter-spacing:2.5px;
text-transform: uppercase;
margin-bottom: 5px;
}.sent-logo{
max-width:200px;
display:block;
margin:0 auto 20px;
}.sent-logo img{
max-width:200px;
}.uline a{
 border-bottom:solid 1px;
}.col-lg-5.remove-padding{
padding-left: 0;
padding-right: 0;
}@media only screen and (max-width: 767px){.col-lg-5.remove-padding{
padding-left: 15px;
Padding-right: 15px;
}
}/*contact page end */

.pt-30{
	padding-top:30px!important;
}.pb-30{
	padding-bottom:30px!important;
}