
.logospacefromtop
{
position:relative;
top:20px;
}

.backgroundimage
{
	background-image: url('../sliderspic/stonex-x300.jpg');
}

.aboutpara
{
	margin: 0 0 20px;
	    color: #6f6f6f;
    font-weight: 400;
        font-size: 12px;
    line-height: 20px;
}

/*
.aboutuslislide
{
	list-style-type:none;
	text-decoration:none;
	color:#fff;
}

*/

.aboutuslislide
{
	
	color:#fff;
	text-align:left;
}

.bg-graycolor
{
	    background-color: rgb(244, 244, 244);
}

.rounded-square
{
	background-color:#fff;
}

.rounded-square:hover
{
	background: rgba(0,0,0,0.36)
}

.brochuretop10px
{
	position:relative;
	top:10px;
}

/* media start */

.geosectionlayer
{
padding:100px 0px 120px 0px;
}

.boxmarginbottom50
{
	margin-bottom:50px;
}

.offerringyou
{
	position:relative;
	top:50px;
}

.h4fontsize25px
{
	font-size:26px;
}

.deleveringtxt
{
	margin-top: 120px;

}

.padding-15px-all
{
	padding: 18px 15px 0px 15px;
	height:560px;
}

    .buttonborder
               {
                  border:1px solid #fff;
                  color:#fff;
                  font-size:12px;
               }


  .buttonborder:hover
               {
                  border:0px;
                  background-color:#fff;
                  color:#bc682f;
                  font-size:12px;
               }

               .whiteliorient
               {
                  color:#fff;
                  text-align:left;
                  font-size:13px;
               }

               .paraoreinet
               {
               	color: #333;
line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: center;
    padding:0px;
    margin:0px;
        position: relative;
    top: -2px;
               }

               .borderproduct
               {
               	border:1px solid #333;

               }

                 .borderproduct:hover
               {
               	border:none;

               }

               .borderlipagination
               {
               	border-right:1px solid #666;
               }

               .paginationrow
               {
               	margin-top:50px;
               }

               .productpageli
               {
               	text-align:left;
               }

               .specificationleft
               {
               	text-align:left;
               }

             /*  .table tr.firstRow
               {
               	    background: #f4f4f4!important;
               }*/

               .table tr:nth-child(odd) {
    background: #f4f4f4;
}

  .servicesection
  {
padding: 70px 0px 50px 0px;
  }            

@media only screen and (max-width: 767px) {

.displaynon{
  display: none;
}
.geosectionlayer
{
padding: 50px 0;
}

	}

@media only screen and (max-width: 500px) {

  .backgroundimage {
    background-image: url('../sliderspic/parallax-bg-mobile.jpg');
  }

  .padding-50px-all
  {
  	height: fit-content;
  }


}

/* close media */