~ K    A     L    I ~
UNAME : Linux web63.extendcp.co.uk 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
SERVER IP : 10.0.187.63 -________- CLIENT IP : 216.73.216.210
PATH :/home/sites/blackstoneaccountants.co.uk/public_html/css/
UP FILE :
MINI SHELL D ZAB '
Current File : /home/sites/blackstoneaccountants.co.uk/public_html/css/style.css
.top-bar .bg-danger{
	background:#bd2130 !important;
}
.header{
	overflow:hidden;
	position:relative;
}
.header.blog{
	overflow:visible;
}
.header-row{
	height:625px;
}
.home .header-row{
	background-image:url('../images/blackstone-index.jpg');
	background-size:cover;
	background-position: center;
	
}
.home .header-row .slider-text{
background: rgba(255,255,255,.7);
    margin-top: 130px;
    padding: 15px 5px;
}
.about .header-row{
	background-image:url('../images/about-min.jpg');
	background-size:cover;
	background-position: center;
}
.header-row .slider-text{
	background: rgba(255,255,255,.7);
    margin-top: 168px;
    padding: 15px 5px;
}
.companies .header-row{
	background-image:url('../images/companies.jpg');
	background-size:cover;
	background-position: center;
}
.self-employed .header-row{
	background-image:url('../images/self-employed.jpg');
	background-size:cover;
	background-position: center;
}

.healthcare-professional .header-row{
	background-image:url('../images/healthcare-professional.jpg');
	background-size:cover;
	background-position: center;
}
.cis-contractors .header-row{
	background-image:url('../images/cis-contractors.jpg');
	background-size:cover;
	background-position: center;
}

.umbrella-companies .header-row{
	background-image:url('../images/umbrella-companies.jpg');
	background-size:cover;
	background-position: center;
}
.tax-planning .header-row{
	background-image:url('../images/vat-investigations.jpg');
	background-size:cover;
	background-position: center;
}
.contact .header-row{
	background-image:url('../images/contact.jpg');
	background-size:cover;
	background-position: center;
}
.contact .form-bg{
	background:rgba(0,0,0,0.8);
}
.get-in-touch table tr td{
	    vertical-align: baseline;
}
.get-in-touch {
margin-top:150px !important;
}
.get-in-touch + .map iframe{
	width:100%;
	height:320px;
	border:5px solid #000;
}
.blog .header-row{
	height:200px;
	background:repeating-linear-gradient(
      45deg,
      ),
      RGB(220,53,69) 60%,
      RGB(52,58,64) 40%,
      RGB(52,58,64) 100%
     );
	 background:#bd2130;
}
.blog-cards .card{
	box-shadow:10px 10px 15px rgba(73, 78, 92, 0.1);
}
.navbar{
	border-radius: 0px 0px 14px 14px;
	z-index:2;
	    box-shadow: 0px 0px 6px #000;
		padding:0px;
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff !important;
	text-transform:capitalize;
}
.navbar-dark .navbar-nav .nav-link.active{
	color:#bd2130 !Important;
}
.navbar-brand{
	    text-align: center;
        font-weight: bold;
    line-height: 15px;
	margin-left:15px;
}
.navbar-brand img{
	width:100PX;
}
.navbar-brand span{
	font-size:16px;
	font-weight:normal;
	
}
.dropdown-menu{
	margin-top:-5px;
}
.dropdown:hover .dropdown-menu{
	display:block;
}
.dropdown-menu a:hover{
	background:#d9534f;
	color:#fff;
}
.menu-bar{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	z-index:3;
}
.bg-img{
	position:fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	opacity:.5;
    background-position: center;
    background-size:50%;
    background-attachment: fixed;
	background-repeat:no-repeat;
}
.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background: #fff;
}
.logo img{
	width:200px;
	
	}
.about-us-right{
	position:relative;
}
.about-us-right img{
	 position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.help-section .box{
	/* box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1); */
    background: #fff;
    transition: 0.4s;
    overflow: hidden;
    max-height: 350px;
	margin:0px;
	margin-bottom:50px;
}
/* .help-section .box:hover{ */
	/* box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); */
    /* transform: translateY(-10px); */
    /* -webkit-transform: translateY(-10px); */
/* } */
.help-section .box img{
	width:60px;
	margin-top:20px;
}
.help-section .box h4{
	margin-bottom:10px;
	font-size:18px;
}
.help-section .box h4 a{
		color:#d9534f;
}
.help-section .box p{
	margin-bottom:0px;
}
.choose-section .box{
	/*box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);*/
    background: #fff;
    transition: 0.4s;
    overflow: hidden;
    max-height: 350px;
	margin:0px;
	margin-bottom:50px;
}
.btn-danger{
	box-shadow: 0px 0px 5px #000;
}
.navbar .btn-danger{
	box-shadow:0px 0px 0px;
}
/* .choose-section .box:hover{ */
	/* box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); */
    /* transform: translateY(-10px); */
    /* -webkit-transform: translateY(-10px); */
/* } */
.choose-section .box img{
	width:80px;
	margin-top:20px;
	}
.choose-section .box h4{
	margin-bottom:10px;
}
.choose-section .box h4 a{
	color:#d9534f;
}
.choose-section .box p{
	margin-bottom:0px;
}
.testimonial-card .card-up{
		box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.testimonial-card .card-up {
    height: 80px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	border-top:5px solid #292b2c;
}

.info-color {
    background-color: #d9534f !important;
}
.testimonial-card .avatar {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #d9534f;
    border-radius: 50%;
	background:#000;
}
.testimonial-card .avatar img {
	width: 93%;
    margin: 24px auto;
}
.testimonial-card .card-body{
	text-align:center;
	padding:10px !Important;
	height:225px;
}
.testimonial-card .card-body h4{
	color:#212529;
	font-size:18px
}
.testimonial-card .card-body p{
	font-size:15px;
}
.testimonial-card .card-body .fa{
	font-weight:bold;
}
.owl-theme .owl-dots .owl-dot{
	margin-top:20px;
}
.owl-theme .owl-dots .owl-dot.active span{
	background:#d9534f;
}
.owl-theme .owl-nav{
	display:none;
}
.modal .modal-content{
	border:5px solid #d9534f;
}
.modal .modal-content hr{
	display:none;
}
.modal-header .close{
	position: absolute;
    right: 8px;
    top: 5px;
}
.modal-header{
	border:0px;
}
.blog-cards .blog-card  .row{
    background: #fff;
    transition: 0.4s;
    overflow: hidden;
	margin:0px;
	    margin-bottom: 40px;
		padding:20px;
		box-shadow: 0px 0px 3px -1px;
}
.blog-cards .blog-card  a{
	color:black;
}
.blog-cards .blog-card  .row:hover{
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-10px);
}
.blog-cards .blog-card  .row img{
	width:100%;
	height:130px;
}
.blog-cards .blog-card  .row  h3{
	font-size:20px;
	text-transform:capitalize;
	margin:0px;
}
.blog-cards .blog-card  .row  p.date{
	font-size:13px;
	margin:0px;
	margin-top:6px;
}
.blog-cards .blog-card  .row  p{
	font-size:16px;
	margin:0px;
	margin-top:6px;
}
.blog-cards .blog-card  .row  p::first-letter{
	text-transform:uppercase;
}
.news-feed .news-head h3{
	font-size:15px;
	color:#fff;
	margin:0px;
}
.news-feed .news-head h3 span{
	display:inline-block;
	padding:12px;
}
.news-feed  ul{
	height:350px;
	padding:0px;
	list-style-type:none;
	overflow:scroll;
		border-left:1px solid #aaa;
}
.news-feed  ul li{
	padding: 7px 15px;
    border-bottom: 1px solid #aaa;
}
.news-feed  p{
	font-size:14px;
	color:#dc3545;
	margin:0px;
}
.post-detail-image{
width:50%;
float:left;
margin-right:20px;
}
.main-overlay{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	position:fixed;
	left:0px;
	top:0px;
	z-index:3;
	display:none;
	text-align:center;
}
.main-overlay i{
    font-size:30px;
    position:absolute;
   right: 10px;
    top: 6px;
    z-index:4;
    color:#fff;
    cursor:pointer;
}
.main-overlay .loading{
    color:#fff;
    font-size:30px;
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
}
@media only screen and (max-width:991px) {
	.top-bar .bg-danger
	{	
	text-align:center !Important;
	    padding: 8px 5px 3px;

	}
	.header{
		overflow:visible;
	}
.navbar{
	    padding: 0px 15px 10px;
}
.testimonial-card .card-body{
	height:300px;
}
.slider-text .btn-danger{
	margin-top:10px;
}
}
@media only screen and (max-width: 600px) {
	.news-feed ul{
		border:1px solid #aaa;
	}
	
}
@media only screen and (max-width: 600px) {
	.top-bar .top-phone{
		display:none;
	}
  .navbar .btn{
    margin-top:20px;
  }
.post-detail-image{
width:100%;
float:none;
margin:0px;
}
.get-in-touch {
margin-top:50px !important;
}
.home .header-row{
	height:380px;
}
.about .header-row{
	height:380px;
}
.companies .header-row{
	height:380px;
}
.self-employed .header-row{
	height:380px;
}

.healthcare-professional .header-row{
	height:380px;
}
.cis-contractors .header-row{
	height:380px;
}
.umbrella-companies .header-row{
	height:380px;
}
.tax-planning .header-row{
	height:380px;
}
.contact .header-row{
     padding:20px;
}
.get-in-touch table{
font-size:14px;
}
.home .header-row .slider-text {
    margin-top: 0px;
    padding: 6px 5px 20px;
}
.about .header-row .slider-text {
    margin-top: 0px;
    padding: 6px 5px 20px;
}
.header-row  .slider-text {
    margin-top: 20px;
    padding: 10px 5px 20px;
}
.header-row .slider-text  h1{
	font-size:30px;
}
.blog .header-row   h1{
	font-size:30px;
}
.header-row .slider-text  h5{
	font-size:16px;
}
.footer a{
		display:block;
	}
.footer .separter{
		display:none;
	}
	.choose-section{
		text-align:center !Important;
	}
	.choose-section .box{
		padding:10px!Important;
	}
	.help-section{
		text-align:center !Important;
	}
}
@media only screen and (max-width:400px) {
	.footer a{
		display:block;
	}
	.footer i,.footer .separter{
		display:none;
	}
	.top-bar .top-phone {
		display:block;
	}
	.home .header-row{
	height:370px;
}
.about .header-row{
	height:370px;
}
.companies .header-row{
	height:370px;
}
.self-employed .header-row{
	height:370px;
}

.healthcare-professional .header-row{
	height:370px;
}
.cis-contractors .header-row{
	height:370px;
}
.umbrella-companies .header-row{
	height:370px;
}
.tax-planning .header-row{
	height:370px;
}
	
}
@media only screen and (max-width:360px) {
	.home .header-row {
    height: auto;
	}
	.home .header-row .slider-text {
    margin-top: 0px;
    padding: 6px 5px 25px;
}
.about .header-row .slider-text {
    margin-top: 0px;
    padding: 6px 5px;
}
.header-row  .slider-text {
    margin-top: 20px;
    padding: 10px 5px 20px;
}
.header-row .slider-text  h1{
	font-size:20px;
}
.header-row .slider-text  h5{
	font-size:14px;
}
.blog .header-row   h1{
	font-size:20px;
}
.testimonial-card .card-body{
	height:400px;
}
}
Coded by KALI :v Greetz to DR HARD ../ kali.zbi@hotmail.com