.slider-container.style-1 .homeslidecontent h2{text-shadow: 1px 1px #000;}
.blog h1{
	margin-top: 40px;
}
.btqtext {
  display: flex;
  flex-direction: column;   
  justify-content: center;  
  align-items: center;      
  height: 100%;             
  text-align: center;       
  background: #e1e1e1;
    padding: 20px 30px;
}
.btqtext h2{
	text-transform: capitalize;
}
.btqtext h6{
    color: #000000;
    font-weight: 300;
}

@media (min-width: 768px) { 
  .no-gutters-md {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-md > .col,
  .no-gutters-md > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
	.no-gutters-md{    margin-bottom: 40px;}
}

.number span{font-size: 10pt;
    top: 10px;
    right: 10px;
    position: absolute;}

.antispam:after{content:'@samshahi.com';}
.zgallery {margin-top: 50px;}
.zgallery div.image-box{padding:0px;}

.projcat{
    height: 300px;
    background-size: cover;
    border: 1px solid #898686;
    margin: 10px 0px;
}

.projcat .projcatover{
    background: #00000045;
    height: 100%;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    flex-direction: column;
}

.projcat h3{
	font-size: 3rem;
    color: #333;
    text-shadow: 0px 1px 1px #ffffff;
    transition: all 0.4s ease;
}
.projcat:hover h3{
    color: #efb236;
    text-shadow: 0px 1px 1px #333;
}
.projcat:hover .projcatover{
	backdrop-filter: invert(0.7);
}
/***********
	.header-front-page #halcyonsbig{display:inline;}
	.header-front-page #halcyonssmall{display:none;}
	.header-front-page .is-fixed #halcyonsbig{display:none;}
	.header-front-page .is-fixed #halcyonssmall{display:inline;}
************/

/********* Products *************/
.image-box {
    padding: 0 20px 20px;
    margin-bottom: 50px;
    background-color: #fff;
    color: #636363;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.image-box > *:last-child {
    margin-top: -25px;
    margin-bottom: -20px;
}

.image-box .image-box-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0 -20px 25px;
}

.image-box .image-box-thumbnail img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    object-fit: cover;
    width: 100%;
    height: 300px;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.image-box h4 {
	font-weight: 400;
	background-image: linear-gradient(45deg, #817f7b, #978767);
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    margin: 0px -20px;
    min-height: 90px;
    display: flex;
    margin-bottom: 10px;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    align-content: center;

}
.image-box:hover .image-box-thumbnail img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


/********** farsix Paging Plugin ************/
#page-numbers-block {
	width: 100%;
	margin-top:5px;
}

#page-numbers-block ul#numbers {
	margin: 0;
	padding: 0;
	width: 100%;
}

#page-numbers-block ul#numbers li  {
	list-style: none;
	display: inline;
}

#page-numbers-block ul#numbers a,#page-numbers-block ul#numbers span,#page-numbers-block ul#numbers a.current {
	margin: 0px 0px 0px 1px;
	text-align: center;
	font-family: tahoma;
	font-size: 20pt;
	text-decoration: none;
	color: #efb236;
	padding: 4px 9px 4px 9px;
	border-color: #E0EEFE;
	display: block;
	line-height: normal;
}

#page-numbers-block ul#numbers span,#page-numbers-block ul#numbers a.current,#page-numbers-block ul#numbers a.current:hover {
	border: 1px solid #ccc;
	background-color: #000;
}

#page-numbers-block ul#numbers a {
	background: none;
	border: 1px solid #E0EEFE;
}

#page-numbers-block ul#numbers a:hover {
	border-color: #E0EEFE;
	background-color: #EBEBEB;
}