.differenc-sec{
	padding:80px 0;
	position:relative;
	border-top:1px solid #e5e5e5;
}
.differenc-sec .differ-blk{
	margin-top:30px;
}
.differenc-sec .differ-blk h2{
	font-size:40px !important;
	line-height:50px;
	color:#0d0d0d;
	font-weight:500;
	/* font-family: 'Lora', serif; */
}
.differenc-sec .fea-block{
	padding:10px 0;
	
}
.differenc-sec .fea-block h4{
	font-size:16px !important;
	line-height:24px;
	color:#0d0d0d;
	text-transform:capitalize;
	font-weight:500;
	margin-bottom:8px !important;
	font-family: 'Lora', serif;
	display:block;
}
.differenc-sec .fea-block p{
	font-size:14px;
	line-height:24px;
	color:#999;
	text-align:justify;
}
.clear-fix{
	clear:both;
}
.differenc-sec .fea-block h4:hover{
	color:#db0000 !important;
}
.product-sec{
	padding:80px 0;
	position:relative;
	background-color: #666 !important;
}
.product-sec .product-heading{
	text-align:center;
}
.idx-heading{
	font-size:30px !important;
	line-height:40px;
	color:#fff;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:20px !important;
}


.idx-heading-color{
	color:#000;
}


.idx-heading span{
	padding:10px 15px;
	background:#db0000;
	color:#FFF !important;
	font-size:18px !important;
	line-height:27px;
	text-transform:capitalize;
	display:block;
	width:150px;
	margin:0 auto;
	font-family: 'Lora', serif;
	letter-spacing:1.3px;
	margin-bottom:15px !important;
}
/* Produt Slider */
.product {
	margin: 0 15px;
}
.product-container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-pic-container {
	width: 100%;
	height: auto;
	position:relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.product-pic {
	border:1px solid #d9d9d9 !important;
}
.product-detail{
	position: relative;
	text-align:center;
    padding: 20px 15px !important;
    background-color: #FFF !important;
	border:1px solid #f2f2f2;
	border-top:none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	min-height:60px;
}
.product-detail h4{
	font-size:14px !important;
	line-height:22px;
	font-weight:600;
	color:#0d0d0d;
	text-transform:uppercase;
	font-family: 'Lora', serif;
	
}
.product:hover .product-detail .brd-style{
	/* border-bottom:5px solid #f59713; */
	/* max-height:60px; */
	position:absolute;
	height:3px;
	width:100%;
	bottom:0;
	left:0;
	background:#db0000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.product:hover .product-detail h4{
	color:#db0000;
	font-weight:600;
}
.product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/* Product Button */
.product-sec .owl-buttons div {
    display: none!important;
    background: rgba(219,0,0,1) !important;
    color: #FFF !important;
    opacity: 1!important;
    border: 1px solid grba(219,0,0,.3);
    padding: 0px 6px!important;
    border-radius: 0 !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 34%;
}
.product-sec .owl-buttons div.owl-prev {
    left: -10px;
}
.product-sec .owl-buttons div.owl-next {
    right: -10px;
}
.product-view-outer{
	text-align:center;
	margin-top:20px;
}
  .product-more {
     font-size: 15px !important;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1.3px;
    font-family: 'Roboto Slab', serif;
	font-family: 'Lora', serif;
    margin-top: 5px !important;
}

.product-more-color{

	color: #000 !important;

}
 .product-more:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: -8px;
    border-width: 0 0 2px;
    border-style: solid;
	left: 46%;
    /* -webkit-transform: translateX(-45%); */
    /* -moz-transform: translateX(-45%); */
    /* transform: translateY(-45%); */

}

/* End Product Slider */

.idx-contact-sec{
	background:url(../design_img/Contact-now-banner.jpg) no-repeat center center;
	position:relative;
	background-size:cover;
	padding:300px 0;
	
}
.idx-contact-sec .contact-bg{
	position:relative;
	
}
.idx-contact-sec .contact-bg img{
	max-width:100%;
}
.idx-contact-sec .contact-box{
	position: absolute;
    /* bottom: 0; */
    /* right: 0; */
    background:rgba(255,255,255,0.9);
    height:320px;
	width:320px;
	padding:20px;
    color: #fff !important;
    font-size: 20px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-right: 50%;
    margin-bottom: 50%;
    -webkit-transform: translate(-50%, -50% );
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.idx-contact-sec .contact-box .idx-heading span {
    padding: 10px 15px;
    width: 160px;
    margin: 45px auto 15px !important;
    font-family: 'Lora', serif;
    letter-spacing: 1.1px;
	text-align:center;
}
.idx-contact-sec .contact-box .idx-heading {
    text-align:center;
}
.idx-contact-sec .product-more:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 92px;
    border-width: 0 0 2px;
    border-style: solid;
    left: 34%;
    /* -webkit-transform: translateX(-45%); */
    /* -moz-transform: translateX(-45%); */
    /* transform: translateY(-45%); */
}
.idx-about-sec{
	padding:80px 0;
	position:relative;
	background-color: #666 !important;
}
.idx-about-sec .about-heading{
	text-align:center;
	padding:0 40px;
	position:relative;
}
.idx-about-sec .about-heading p{
	font-size:14px !important;
	line-height:24px;
	color:#fff !important;
	text-align:center;
}

/* Gallery Slider Start Here */
.pro-space2 {
    padding: 0 10px;
    position: relative;
}
.pro-space2 .owl-buttons div.owl-prev i {
   padding-top:3px !important;
  
}
.pro-space2 .owl-buttons div.owl-next i {
   padding-top:3px !important;
  
}
.pro-space2 .owl-buttons div {
    display: none!important;
    background:rgba(186,48,48,1) !important;
    color: #FFF !important;
    opacity: 1!important;
	border:1px solid grba(186,48,48,.3);
    padding: 0px 6px!important;
	border-radius:0 !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 42%;
}
.pro-space2 .owl-buttons div.owl-prev {
     left: -5px;
}
.pro-space2 .owl-buttons div.owl-next {
     right: -5px;
}

.cate-blk {
	position: relative;
  display: inline-block;
  overflow: hidden;
  /* margin: 10px; */
  max-width: 100%;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000;
}

.cate-blk *,
.cate-blk:before,
.cate-blk:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cate-blk img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.cate-blk:before,
.cate-blk:after {
  position: absolute;
  /* top: 20px; */
  /* right: 20px; */
  content: '';
  /* background-color: #fff; */
  z-index: 1;
  opacity: 0;
  border: 2px solid #db0000;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
}

/* .cate-blk:before { */
  /* width: 0; */
  /* height: 1px; */
/* } */

/* .cate-blk:after { */
  /* height: 0; */
  /* width: 1px; */
/* } */

.cate-blk figcaption {
  position: absolute;
  padding: 15px 20px;
  left: 50%;
    top: 50%;
    margin-right: 50%;
    margin-bottom: 50%;
    -webkit-transform: translate(-50%, -50% );
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width:100%;
}

.cate-blk h3,
.cate-blk h4 {
  margin: 0;
  font-size: 27px !important;
  line-height:35px;
  font-weight:600;
  font-weight: normal;
  opacity: 0;
  text-align:center;
  font-family: 'Lora', serif;
}

.cate-blk h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.cate-blk a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cate-blk:hover img,
.cate-blk.hover img {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  opacity: 0.4;
}

.cate-blk:hover:before,
.cate-blk.hover:before,
.cate-blk:hover:after,
.cate-blk.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.cate-blk:hover:before,
.cate-blk.hover:before {
  /* width: 0px; */
}

.cate-blk:hover:after,
.cate-blk.hover:after {
  /* height: 40px; */
}

.cate-blk:hover h3,
.cate-blk.hover h3,
.cate-blk:hover h4,
.cate-blk.hover h4 {
  opacity: 1;
}

.cate-blk:hover h3,
.cate-blk.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cate-blk:hover h4,
.cate-blk.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.cate-gape{
	margin-top:50px !important;
}
/*Hover Effect End */

/* Inner Pages Start Css */

.inner-about-sec{
	padding:60px 0 80px;
	position:relative;
}
.inner-about-sec .abt-right-blk{
	position:relative;
	z-index:9;
}
.inner-about-sec .abt-right-blk img{ 
	max-width:100%;
}
.inner-about-sec  .abt-left-blk{
	padding:20px 15px;
	position:relative;
}
.inner-about-sec  .abt-left-blk p{
	font-size: 14px !important;
    line-height: 24px;
    color: #999 !important;
    text-align:justify;
}
.inner-about-sec  .abt-left-blk p a{
	color:#999 !important;
	font-weight:600;
}
.inner-about-sec  .abt-left-blk p a:hover{
	color:#db0000 !important;
}
.inner-about-sec .col-right {
    width: 25%;
    height: 100%;
    background:#666;
    position: absolute;
    top: 0;
    right: 0px;
}
.inner-abt-sec2{
	padding:80px 0;
	position:relative;
	
}
.inner-abt-sec2 .col-left {
    width: 25%;
    height:100%;
    background:#666;
    position: absolute;
    top: 0;
    left: 0px;
}
.career-sec.inner-about-sec .col-right {
    height: 100%;
}
.inner-about-sec .abt-left-blk h2 span {
    width: 150px;
    margin: 0 0;
    text-align:center;
}
/* Contact Us */
.contact-sec{
	padding:50px 0 80px;
	position:relative;
}
.contact-sec .contact-info {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
    border: 1px solid #eff2f7;
    /* background: #fff6f9; */
    padding: 20px 0;
    min-height: 225px;
    /* border: 1px solid #ecdae0; */
    border-radius: 0px;
}
.contact-sec .contact-info:hover{
	transition: all .2s ease;
	transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}
.contact-sec .inner-box .text {
    position: relative;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
	margin-top:10px;
}  
.contact-sec  .inner-box .icon-box{
	width:60px;
	height:60px;
	margin:0 auto 0px !important;
}
.contact-sec  .inner-box .icon-box img{
	max-width:100%;
}
.contact-sec  .inner-box .text h4 {
    color: #0d0d0d;
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Lora', serif;
}
.contact-sec .inner-box .text p {
    line-height: 25px;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #999;
    text-align: center;
}
.contact-sec .inner-box .text p a{
	color:#999 !important;
}
.cont-gape{
	margin-top:50px;
}
.cnt-innger-bg{
	background:#fef4e7;
	/* padding:20px 0; */
	position:relative;
}
.contact-sec .cont-per-info{
	padding:20px;
	text-align:center;
}
.contact-sec .cont-per-info h2{
	font-size: 24px !important;
    line-height: 32px;
    color: #f59713;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px !important;
	font-family: 'Lora', serif;
}
.contact-sec .cont-per-info h4{
	font-size:16px !important;
	line-height:24px;
	color:#0d0d0d;
	font-weight:600;
	letter-spacing:1.1px;
	text-transform:uppercase;
}
.contact-form-height {
    width: 100%;
    height: 535px !important;
}
.contact-sec .cont-form {
    padding: 40px 20px 20px 20px;
    position: relative;
    z-index: 9;
    background: #666;
	margin-top:48px;
}
.contact-sec .cont-form h2{
	font-size: 24px !important;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px !important;
	padding-left:15px !important;
}
.contact-form-owl .owl-btn{
	padding: 10px 15px;
    background: #db0000;
    color: #FFF !important;
    font-size: 18px !important;
    line-height: 27px;
    text-transform: capitalize;
    min-width: 150px;
    margin: 0 auto;
    font-family: 'Lora', serif;
    letter-spacing: 1.3px;
    margin-bottom: 15px !important;
}
.contact-form-owl .form-group .form-control:focus {
    box-shadow: none;
    border-color: #db0000;
    color: #0d0d0d;
}
.contact-sec .our-network h2{
	font-size: 24px !important;
    line-height: 32px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 20px !important;
	margin-top:0px !important;
}
.contact-sec  .cont-box {
	background: #666;
    position: relative;
    display: block;
    padding: 12px 20px;
    margin-bottom: 20px;
}
.contact-sec  .cont-box .text h4 {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px !important;
}
.contact-sec  .cont-box .text p{
	font-size:14px;
	line-height:26px;
	color:#fff;
	font-weight:400;
}
.map{
	margin:0 0px;
	position:relative;
}
.map-box{
	height:350px;
	width:100%;
}
.product-sec .product-btn a.cart {
	background: #0955a1;
	color: #fff !important;
	top:93px;
	opacity:1;
}
.product-sec .product-btn a:hover {
	background: #fff;
	color:#333!important
}
.product-sec .product-container:hover .product-back {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
/*products*/
 .hproduct-sec .product {
 margin: 0 10px;
}
.hproduct-sec .product-container {
 width:100%;
 height:auto;
 overflow:hidden;
 margin-bottom:30px;
}
.hproduct-sec .product-pic-container {
 width: 100%;
 height: auto;
 position:relative;
 overflow: hidden;
 -webkit-transition: all 200ms linear;
 -moz-transition: all 200ms linear;
 -o-transition: all 200ms linear;
 -ms-transition: all 200ms linear;
 transition: all 200ms linear;
}
.hproduct-sec .product-btn a.cart {
    background: #0e0e0e;
    color: #fff !important;
    top: 93px;
    opacity: 1;
}
.hproduct-sec .product-back {
 position: absolute;
 top: 50%;
 left: 50%;
 bottom: 50%;
 right: 50%;
 background: #000;
 z-index: 2;
 visibility: hidden;
 opacity: 0;
-webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.hproduct-sec .product-pic {
 overflow:hidden;
 -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}
.hproduct-sec .product-pic img {
 max-width: 100%;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.hproduct-sec .product-new {
 position: absolute;
 z-index: 1;
 top: 0px;
 left: 0px;
 display: inline-block;
 background-color: #f36a1f;
 display:none
}
.hproduct-sec .product-new span {
 color: white;
 text-transform: capitalize;
 padding: 15px 0px;
 display: inline-block;
 transform: rotate(-90deg);
 font-weight: 300;
}
.hproduct-sec .product-new:after {
 content: "";
 width: 0px;
 height: 0;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
 border-top: 4px solid #f36a1f;
 position: absolute;
 bottom: -4px;
 left: 50%;
 margin-left: -4px;
}
.discount {
 background:#ffefca;
 color: #000;
 width: 62px;
 height: 25px;
 position: absolute;
 top: 0px;
 right: 0;
 z-index: 1;
 text-align: center;
 line-height: 22px;
 display:none
}
.hproduct-sec .product-btn {
 width: 50px;
 height: 115px;
 position: absolute;
 z-index: 3;
 left: 50%;
 top: 52%;
 margin-top:-56px;
 margin-left:-25px;
 -webkit-transition: all 350ms linear;
 -moz-transition: all 350ms linear;
 -o-transition: all 350ms linear;
 -ms-transition: all 350ms linear;
 transition: all 350ms linear;
}
.hproduct-sec .product-btn.single{
	margin-top:-35px;
}
.hproduct-sec .product-btn a {
 background: #f59713;
 font-size: 14px;
 color: #fff !important;
 width: 40px;
 height: 40px;
 display: block;
 text-align: center;
 padding-top: 10px;
 position:absolute;
 top:50%;
 margin-top:-20px;
 left:50%;
 margin-left:-20px;
 border-radius: 100%;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 transform: scale(0);
 -webkit-transition: all 150ms linear;
 -moz-transition: all 150ms linear;
 -o-transition: all 150ms linear;
 -ms-transition: all 150ms linear;
 transition: all 150ms linear;
 position:relative
}
.hproduct-sec .product-btn a:hover {
 background: #fff;
 color:#333!important
}
.hproduct-sec .product-name {
 text-align:center;
 text-transform:uppercase;
 font-size:14px!important;
 margin:10px 0 5px !important;
 overflow: hidden !important;
 text-overflow: ellipsis;
 display: inline-block;
 white-space: nowrap !important;
 width: 100%;
}
.hproduct-sec .product-name a {
 color:#333 !important;
}
.hproduct-sec .product-name span {
 color:#999
}
.hproduct-sec .product-price {
 text-transform:capitalize;
 text-align:center;
 margin-top:5px!important;
 margin-bottom: 5px !important;
 display:none
}
.hproduct-sec .product-price .price-before {
 color:#999;
 text-decoration:line-through;
 font-size: 17px;
}
.hproduct-sec .product-price .price-now {
 font-weight:600;
 color:#1393dd;
 margin:0 5px;
 font-size: 17px;
}
.hproduct-sec .product-container:hover .product-back {
 visibility:visible;
 opacity: 0.3;
 top: 0px;
 left: 0px;
 bottom: 0px;
 right: 0px;
}
.hproduct-sec .product-container:hover .product-btn a {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
/* Product Pages Tabs */
.slabs-tabs .pws_tabs_container ul.pws_tabs_controll li a {
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
	line-height:24px;
	font-weight:600;
	background:#FFF;
	color:#0d0d0d !important;
	font-family: 'Lora', serif;
}
.slabs-tabs  .pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
    color: #fff !important;
    background: #f59713 !important;
}
.slabs-tabs  .pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll li a {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -2px;
}
.slabs-tabs  .pws_tabs_list {
    padding:40px 0px;
}
.slabs-tabs  .pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll {
    width: 25%;
}
.slabs-tabs .pws_tabs_container.pws_tabs_vertical .pws_tabs_list {
    width: 75%;
    min-height: 300px !important;
}
/*Date 01-0-2020 */
.stone-slab-sec .slabs-tabs .pws_tabs_container.pws_tabs_vertical .pws_tabs_list {
    width: 75%;
    min-height: 434px !important;
}
.stone-slab-sec .idx-heading {
    text-align:center;
}
.stone-slab-sec .product-detail {
    padding: 10px 8px !important;
    min-height: 40px;
}
.stone-slab-sec .product-detail h4 {
    font-size: 13px !important;
    line-height: 22px;
}
.stone-slab-sec .product-details-left{
	padding:15px 0;
	position:relative;
}
.stone-slab-sec .product-details-left img{
	max-width:100%;
}
.stone-slab-sec .modal .modal-title{
	font-size:16px !important;
	line-height:24px;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
}
.stone-slab-sec .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
	background:#f59713;
}
.stone-slab-sec .modal-header .close {
    margin-top: -24px;
	color:#FFF !important;
	font-size:24px;
	font-weight:600;
	opacity:1;
}
.stone-slab-sec .product-details-right{
	padding:0 0 0 20px !important;
	position:relative;
}

.stone-slab-sec .product-details-right h4{
	font-size:20px !important;
	line-height:27px;
	color:#f59713;
	font-weight:600;
	font-family: 'Lora', serif; 
	margin-bottom:10px !important;
	text-transform:capitalize;
}
.product-details-right ul {
    font-size: 14px;
    margin: 0 0 0px 25px !important;
    color: #999;
    list-style: none;
}
.product-details-right  ul li {
    line-height: 24px;
    font-size: 14px !important;
    color: #999;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
}
.product-details-right ul li:before {
    content: "\f105 ";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #f59713;
    font-size: 18px;
    font-weight: 700;
}

.stone-slab-sec.hproduct-sec .product-btn a {
	top: 28%;
}
.stone-slab-sec.hproduct-sec .product-btn a.cart {
    top: 65px !important;
   
}
.under-cons{
	text-align:center;
}
.under-cons img{
	max-width:100%;
}
.stone-slab-sec .slabs-tabs  .limestone-slabs-outer .pws_tabs_container.pws_tabs_vertical .pws_tabs_list {
   min-height: 400px !important;
}
.modal {
    text-align: center;
    padding: 0!important;
	top:20%;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.build-head-sec{
	padding:12px 30px;
	position:relative;
	background: #f59713 !important;
	margin-bottom:40px;
}
.build-head-sec h2{
	margin-bottom:0 !important;
	color:#FFF;
	font-size:24px !important;
	line-height:32px;
	font-weight:600;
}
.build-sec .slate-img-roof img{
	max-width:100%;
}

.portfolio-sec .gallery-outer{
	margin-bottom:30px !important;
}
.portfolio-sec .gallery-outer.no-margin{
	margin-bottom:0 !important;
}
.portfolio-sec .gallery{
	position: relative;
    overflow: hidden;
	border-radius:0px;
	height:220px;
}
.portfolio-sec.infra-sec .gallery{
	border:1px solid #e5e5e5;
	height:auto;
}
.portfolio-sec .gallery img{
	display: block;
   position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  max-width:100%;
  
}
.portfolio-sec .gallery:hover  img{
 -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
 
} 
.portfolio-sec .prd-name{
	background-color: #666;
	padding:10px 0;
	position:relative;
	margin-bottom:30px;
	border:1px solid #e5e5e5;
}
.portfolio-sec .prd-name h4{
	font-size: 16px !important;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px !important;
      text-align: center;
}
.portfolio-sec .gallery-outer:hover h4{
	color:#db0000 !important;
}

.legal-sec{
	padding:80px 0 !important;
	position:relative;
	
}
/* Legals Start here */
.legal {
	height: auto;
	padding:0px 15px 0px 15px!important;
}
.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}
.legal:first-child {
	border: none;
}
.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.legal p {
	margin-top:10px!important;
	font-weight:600!important;
	text-transform: capitalize;
	color: #fff;
	padding-bottom: 6px;
	text-align: center !important;
}
.legal .product {
	margin: 0 0px 30px;
}
.legal .product.last {
	margin: 0 0px 0px;
}
.legal .product-container {
	background-color: #666 !important;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:0 !important;
}
.legal .product-pic-container {
	width: 100%;
	height: auto;
	position:relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.legal .product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.legal .product-pic {
}
.legal .product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.legal .product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display:none
}
.legal .product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.legal .product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.legal .discount {
	background:#ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display:none
}
.legal .product-btn {
	width: 50px;
	height: 115px;
	line-height:50px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	background:transparent;
	margin-top:-56px;
	margin-left:-25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}
.legal .product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	margin:3px 0px;
	display: block;
	float:left;
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius:100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position:relative
}
.legal .product-btn a.cart {
	background: #666;
	top:30px;
	opacity:0;
}
.legal .product-btn a.view {
	background:#d13028;
	bottom:0px;
	opacity:0;
}
.legal .product-btn a:hover {
	background: #fff !important;
	color:#d13028!important
}
.legal .product-name {
	text-align:center;
	text-transform:uppercase;
	font-size:14px!important;
	margin:10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}
.legal .product-name a {
	color:#333 !important;
}
.legal .product-name span {
	color:#999
}

.legal .product-container:hover .product-back {
	visibility:visible;
	opacity: 0.3;
	top: 0;
	bottom: 0%;
}
.legal .product-container:hover .product-pic-container img {
    transform: scale(1);
}
.legal .product-container:hover .product-btn a.cart {
	top:0;
	opacity:1;
}
.legal .product-container:hover .product-btn a.view {
	bottom:0;
	opacity:1;
}

@media only screen and (min-width:1600px) and (max-width:1919px){
	
}
@media only screen and (min-width:1280px) and (max-width:1366px){
	header .nav-bar {
		margin-right: 50px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	header .nav-bar {
		margin-right: 40px;
	}
	header .top-bar {
		padding: 8px 0px;
    }
	header .logo-bar {
		padding: 8px 0px;
	}
	header .logo {
		margin-top:0px !important;
		width:140px !important;
		padding:5px 0;
   }
   header .btn-enquire {
		width: 120px;
		font-size: 13px;
		padding: 10px 10px 11px!important;
	}
	/* .slider-outer { */
		/* padding: 0 20px; */
   /* } */
   .idx-about-sec {
		padding: 60px 0;
	}
	.idx-heading span {
		padding: 8px 12px;
		font-size: 16px !important;
		line-height: 24px;
		width: 135px;
		margin-bottom: 10px !important;
	}
	.idx-heading {
		font-size: 27px !important;
		line-height: 35px;
		margin-bottom: 15px !important;
	}
	.product-view-outer {
		margin-top: 10px;
	}
	.product-more {
		font-size: 14px !important;
		line-height: 22px;
		letter-spacing: 1px;
		margin-top: 5px !important;
	}
	.product-more:after {
			width: 95px;
			bottom: -8px;
			border-width: 0 0 2px;
			left:45%;
    }
	.idx-contact-sec {
		margin: 0 0px;
	}
	.idx-contact-sec .contact-box {
		height: 270px;
		width: 270px;
		padding:15px;
		font-size:15px;
    }
	.idx-contact-sec .product-more:after {
			width: 90px;
			bottom: 70px;
			left: 34%;
    }
	.product-sec {
		padding: 60px 0;
	}
	.product-detail {
		padding: 15px 10px !important;
		min-height:75px;
	}
	.product-detail h4 {
		font-size: 13px !important;
		line-height: 22px;
    }
	.differenc-sec {
		padding: 60px 0;
    }
	.differenc-sec .differ-blk h2 {
		font-size:35px !important;
		line-height:45px;
	}
	footer .footer-bar {
		margin: 0 0px;
        padding-bottom: 30px;
	}
	footer .footer-logo {
		padding: 30px 0;
    }
	footer .footer-logo .logo {
		width: 180px;
	}
	footer .important-link {
		padding: 30px 0 30px;
	}
	/* Inner Pages */
	.banner-bar {
		padding: 250px 0 0px;
		margin: 0 0px;
	}
	.bstyle-sec .banner-content {
		top: -50px;
		margin-bottom: -50px;
		padding: 20px 15px;
	}
	.bstyle-sec .banner-content h1 {
		font-size: 27px !important;
		line-height: 35px;
	}
	.location {
		margin-top: 0px !important;
	}
	.inner-about-sec {
		padding: 50px 0 70px;
	}
	.inner-about-sec .col-right {
		width: 25%;
		height: 95%;
		right: 0px;
	}
	.inner-about-sec .abt-left-blk {
		padding: 20px 10px;
		margin-top: 20px;
	}
	/* Date 31-07-2020 */
	.contact-sec {
		padding: 40px 0 60px;
	}
	.contact-sec .inner-box .text h4 {
			font-size:18px !important;
			line-height:27px;
    }
	.contact-sec .inner-box .text p {
		line-height: 20px;
		margin-bottom: 8px !important;
		font-size: 12px !important;
   }
   .contact-sec .contact-info {
		 padding: 15px 0 5px;
		min-height: 190px;
   }
   .cont-gape {
		margin-top: 30px;
	}
	.contact-sec .cont-per-info {
		padding: 15px 20px;
	}
	.contact-sec .cont-per-info h2 {
		font-size: 22px !important;
		line-height: 30px;
    }
	.contact-sec .our-network h2 {
		font-size: 22px !important;
		line-height: 30px;
        margin-bottom: 15px !important;
   }
   .contact-sec .cont-form {
		padding: 30px 10px 15px 10px;
		margin-top: 35px;
	}
	.contact-sec .cont-box {
		padding: 8px 12px;
		margin-bottom: 20px;
	}
	.contact-sec .cont-box .text h4 {
		font-size: 18px !important;
		line-height: 27px;
    }
	.map {
		margin: 0 25px;
	}
	.map-box {
		height: 300px;
	}
	.career-sec.inner-about-sec .col-right {
		height: 88%;
	}
	.legal-sec {
		padding: 60px 0 !important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header .cont-nav ul a {
		padding: 0px 10px;
		font-size: 12px;
    }
	header .social-nav ul a .fa {
		width: 27px;
		height: 27px;
		line-height: 27px;
        font-size: 12px !important;
	}
	header .nav-bar {
		margin-right: 30px;
	}
	header .top-bar {
		padding: 8px 0px;
    }
	header .logo-bar {
		padding:12px 0px;
	}
	header .logo {
		margin-top:0px !important;
		width:100px !important;
   }
   header .btn-enquire {
		width: 80px;
		font-size: 12px;
		padding: 7px 8px 9px!important;
	}
	.slider-outer {
		padding: 0 0px;
   }
   .idx-about-sec {
		padding:50px 0;
	}
	.idx-heading span {
		padding: 8px 12px;
		font-size: 16px !important;
		line-height: 24px;
		width: 135px;
		margin-bottom: 10px !important;
	}
	.idx-heading {
		font-size: 24px !important;
		line-height: 32px;
		margin-bottom: 10px !important;
	}
	.product-view-outer {
		margin-top: 10px;
	}
	.product-more {
		font-size: 14px !important;
		line-height: 22px;
		letter-spacing: 1px;
		margin-top: 5px !important;
	}
	.product-more:after {
			width: 95px;
			bottom: -8px;
			border-width: 0 0 1px;
			left:43%;
    }
	.idx-contact-sec {
		margin: 0 0px;
	}
	.idx-contact-sec .contact-box {
		height: 220px;
		width: 220px;
		padding:8px;
		font-size:13px;
    }
	.idx-contact-sec .contact-box .idx-heading span {
		padding: 8px 12px;
		width: 125px;
		font-size:12px !important;
		margin: 25px auto 15px !important;
		
	}
	.idx-contact-sec .product-more:after {
			width: 90px;
			bottom: 60px;
			left: 29%;
			border-width:1px;
    }
	.product-sec {
		padding: 50px 0;
	}
	.product-detail {
		padding: 15px 10px !important;
		min-height:50px;
	}
	.product-detail h4 {
		font-size: 12px !important;
		line-height: 22px;
    }
	.differenc-sec {
		padding: 50px 0;
    }
	.differenc-sec .differ-blk h2 {
		font-size:28px !important;
		line-height:36px;
	}
	.differenc-sec .differ-blk {
		margin-top: 60px;
	}
	footer .footer-bar {
		margin: 0 0px;
        padding-bottom: 20px;
	}
	footer .important-link h3 {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 8px !important;
   }
	footer .footer-logo {
		padding: 30px 0;
    }
	footer .footer-logo .logo {
		width: 160px;
	}
	footer .important-link {
		padding: 20px 0 20px;
	}
	footer .footer-bar-bottom {
		padding: 8px 0;
    }
	/* Inner Pages */
	.banner-bar {
		padding: 250px 0 0px;
		margin: 0 0px;
	}
	.bstyle-sec .banner-content {
		top: -30px;
		margin-bottom: -30px;
		padding: 15px 10px;
	}
	.bstyle-sec .banner-content h1 {
		font-size: 24px !important;
		line-height: 32px;
	}
	.location {
		margin-top: 0px !important;
	}
	.inner-about-sec {
		padding: 50px 0 70px;
	}
	.inner-about-sec .col-right {
		width: 25%;
		height: 95%;
		right: 0px;
	}
	.inner-about-sec .abt-left-blk {
		padding: 10px 0px;
		margin-top: 0px;
	}
	/* Date 31-07-2020 */
	.contact-sec {
		padding: 40px 0 30px;
	}
	.contact-sec .inner-box .text h4 {
			font-size:18px !important;
			line-height:27px;
    }
	.contact-sec .inner-box .text p {
		line-height: 24px;
		margin-bottom: 8px !important;
		font-size: 14px !important;
   }
   .contact-sec .contact-info {
		 padding: 15px 0 5px;
		min-height: 200px;
		margin-bottom:20px;
   }
   .cont-gape {
		margin-top: 30px;
	}
	.contact-sec .cont-per-info {
		padding: 15px 20px;
	}
	.contact-sec .cont-per-info h2 {
		font-size: 22px !important;
		line-height: 30px;
    }
	.contact-sec .our-network h2 {
		font-size: 22px !important;
		line-height: 30px;
        margin-bottom: 15px !important;
		margin-top:20px !important;
   }
   .contact-sec .cont-form {
		padding: 30px 10px 15px 10px;
		margin-top: 35px;
	}
	.contact-sec .cont-box {
		padding: 15px 20px;
		margin-bottom: 20px;
	}
	.contact-sec .cont-box .text h4 {
		font-size: 18px !important;
		line-height: 27px;
    }
	.map {
		margin: 0 10px;
	}
	.map-box {
		height: 250px;
	}
	.career-sec.inner-about-sec .col-right {
		height: 78%;
	}
	.legal-sec {
		padding: 50px 0 !important;
	}
	.idx-contact-sec {
		padding: 180px 0;
	}
	
	
}
@media only screen and (min-width:320px) and (max-width:767px) {
	header .top-bar {
		display:none;
    }
	header .logo {
		width: 100px !important;
	}
	header .logo-bar {
		padding: 10px 0px;
		position: fixed;
		width: 100%;
		z-index: 999;
		background:#000;
	}
	/* section.slider { */
		/* top: 50px; */
		/* margin-bottom: 50px; */
	/* } */
	.slider-outer {
		padding: 0 0px;
		top:74px;
		margin-bottom:74px !important;
   }
   header .nav-bar {
        margin-right: 10px;
	}
   .product-view-outer {
       margin-top: 10px;
	}
   
   .idx-about-sec {
		padding: 30px 0;
  }
  .idx-about-sec .about-heading {
       padding: 0px;
   }
   .idx-heading span {
		padding: 7px 12px;
		font-size: 14px !important;
		line-height: 22px;
		width: 130px;
		letter-spacing: 1px;
		margin-bottom: 10px !important;
	}
	.idx-heading {
		font-size: 20px !important;
		line-height: 27px;
		margin-bottom: 10px !important;
	}
	.product-more:after {
			border-width: 0 0 1px;
			left: 35%;
   }
   .cate-gape {
		margin-top: 40px !important;
	}
	.cate-blk {
		margin: 0px;
     }
   .idx-contact-sec {
		margin: 0;
		padding:100px 0;
   }
   .idx-contact-sec .contact-box {
		background: rgba(255,255,255,0.9);
		height: 120px;
		width: 120px;
		padding: 2px;
		color: #fff !important;
		font-size: 14px;
	}
	.idx-contact-sec .contact-bg {
		margin-left: -15px;
		margin-right: -15px;
	}
	.idx-contact-sec .contact-box .idx-heading span {
		display:none;
	}
	.idx-contact-sec  .idx-heading {
		font-size: 14px !important;
		line-height: 22px;
		margin-bottom: 8px !important;
		margin-top:30px !important;
	}
	.product-more {
		font-size: 15px !important;
		line-height: 24px;
		letter-spacing: 1px;
		margin-top: 5px !important;
	}
	.idx-contact-sec .product-more:after {
		content: '';
		width: 66px;
		position: absolute;
		bottom: 30px;
		border-width: 0 0 1px;
		border-style: solid;
		left: 22%;
	}
	.product-sec {
		padding: 30px 0;
	}
	.differenc-sec {
		padding: 30px 0;
	}
	.differenc-sec .differ-blk h2 {
		font-size: 27px !important;
		line-height: 35px;
	}
	footer .footer-bar {
		margin: 0 0px;
		padding-bottom: 20px;
	}
	footer .footer-logo {
		padding: 20px 0;
		text-align:left !important;
	}
	footer .footer-logo .logo {
		width: 140px;
		margin:0;
   }
   footer .important-link {
		padding: 20px 0 10px;
   }
   footer .important-link h3 {
		font-size: 18px !important;
		line-height: 24px;
        margin-bottom: 15px !important;
  }
  footer .footer-bar-bottom {
		padding: 10px 0;
   }
   .differenc-sec .differ-blk {
		margin-top: 0px;
	}
	/* Inner Pages */
	.banner-bar {
		background: #f9f9f9 url(../design_img/inner-banner.jpg) no-repeat center center;
		background-size: cover;
		padding: 150px 0 0px;
		margin: 0px;
		position: relative;
		top:74px;
		margin-bottom:74px;
	}
	.bstyle-sec .banner-content {
		top: -30px;
		margin-bottom: -30px;
		padding: 20px 10px;
	}
	.bstyle-sec .banner-content h1 {
		font-size:18px !important;
		line-height: 27px;
		letter-spacing: 1.1px;
		margin-bottom:10px !important;
	}
	.location li {
		margin: 0px 7px 0px 0!important;
	}
	.location {
		margin-top:0px !important;
	}
	.location li a {
		font-size: 14px;
		line-height: 22px;
	}
	.inner-about-sec {
		padding: 40px 0 40px;
	}
	.inner-about-sec .abt-left-blk {
		padding: 0px 0px 20px;
		margin-top: 0px;
	}
	.inner-about-sec .col-right {
		display:none;
	}
	/* Date 31-07-2020 */
	.contact-sec {
		padding: 20px 0 30px;
    }
	.contact-sec .contact-info {
		padding: 20px 0 10px;
		min-height: 1px;
		margin-bottom:20px;
   }
   .contact-sec .cont-per-info {
		padding: 20px 15px;
  }
  .cont-per-bdr{
	  border-top:1px solid  #fff;
  }
  .cont-gape {
		margin-top: 20px;
	}
	.contact-sec .cont-form {
		padding: 20px 0px 20px 0px;
		margin-top: 0px;
	}
	.contact-sec .cont-form h2 {
		font-size: 18px !important;
		line-height: 27px;
        margin-bottom: 10px !important;
		padding-left: 15px !important;
	}
	.contact-form-height {
       height: 450px !important;
	}
	.contact-sec .our-network h2 {
		font-size: 18px !important;
		line-height: 27px;
        margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
	.contact-sec .cont-box {
		padding: 12px 15px;
		margin-bottom: 20px;
	}
	.contact-sec .cont-box .text h4 {
		font-size: 18px !important;
		line-height:27px;
	}
	.map {
		margin: 0 0px;
	}
	.map-box {
		height: 250px;
	}
	.stone-slab-sec .slabs-tabs .pws_tabs_container.pws_tabs_vertical .pws_tabs_list {
		width:100%;
		min-height: 500px !important;
	}
	.m-padding-right{
		padding-right:15px !important;
	}
	.pro-space2 {
		padding: 0 0px;
	}
	.cate-blk h3, .cate-blk h4 {
		font-size: 20px !important;
		line-height: 27px;
    }
	.product {
		margin: 0 0px;
	}
	.product-sec .owl-buttons div.owl-prev {
		left: -20px;
	}
	.product-sec .owl-buttons div.owl-next {
		right: -20px;
	}
	.idx-contact-sec .contact-bg img {
		height: 200px;
	}
	.product-more:after {
        width: 70px;
		left: 39%;
    }
	.modal {
		top:3%;
	}
	#goTop, #goDown {
		right: 20px;
   }
   .legal-sec {
	padding: 40px 0 !important;
	}
	.legal .product {
		margin: 0 0 30px;
	}
	.legal .product.last{
		margin: 0 0 0px;
	}
	.inner-abt-sec2 .col-left {
		display:none;
	}
}