* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
a:focus {
	outline: none;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}
h1 {
	color: #9a989a;
	font-family: robotolight;
	font-size: 28px;
	padding-bottom: 30px;
}
h1.big {
	color: #b8a898;
	font-family: robotolight;
	font-size: 38px;
	padding-bottom: 47px;
}
h4 {
	color: #9a989a;
	font-family: robotoregular;
	font-size: 20px;
	padding-bottom: 20px;
}
h4 a {
	color: #9a989a;
	text-decoration: none;
}
h4 a:hover, h4 a:focus {
	color: #898789;
	text-decoration: none;
}
p {
	color: #9a989a;
	font-family: robotoregular;
	font-size: 16px;
	padding-bottom: 25px;
	line-height: 25px;
	text-align: justify;
}
p a {
	color: #b8a898;
}
p a:hover, p a:focus {
	color: #b8a898;
	text-decoration: underline;
}
.brown {
	color: #b8a898;
}
/*header section start*/
header {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	height: 102px;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.logo {
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8a898;
	float: left;
}
.logo-text {
	float: left;
	height: 60px;
	display: table;
	width: 400px;
}
.logo-text-inner {
	padding-left: 15px;
	padding-top: 18px;
	padding-bottom: 0px;
	font-family: 'robotoregular';
	font-size: 14px;
	color: #9a989a;
}
.headerRight {
	text-align: right;
	padding-top: 14px;
}
.social {
	display: inline-block;
	padding-left: 15px;
}
.social .fa {
	background-color: #b8a898;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.social .fa:hover {
	background-color: #917A64;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.language {
	display: inline-block;
}
.language .english {
	font-family: 'robotoregular';
	font-size: 14px;
	color: #b8a898;
}
.language .english a {
	color: #b8a898;
	text-decoration: none;
}
.language .english a:hover, .language .english a:focus {
	color: #917a64;
}
.language .devider {
	color: #b8a898;
}
.language .arabic {
	font-family: 'robotoregular';
	font-size: 14px;
	color: #b8a898;
}
.language .arabic a {
	color: #b8a898;
	text-decoration: none;
}
.language .arabic a:hover, .language .arabic a:focus {
	color: #917a64;
}
.navbar-brand {
	height: auto;
	padding: 0px;
	display: none;
}
.navbar {
	width: 100%;
	z-index: 999;
	background-color: #b8a898;
	border-radius: 0px;
	border: none;
	margin: 0px;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav {
	text-align: center;
	width: 100%;
}
.navbar-default .navbar-nav > li {
	float: none;
	display: inline-block;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 37px;
	padding-bottom: 0px;
	padding-left: 27px;
}
.navbar-nav > li:first-child {
	padding-left: 0px;
}
.navbar-nav > li:last-child {
	padding-right: 0px;
	background-image: none;
}
/*.navbar-nav > li.dot{
padding-top:15px;
}*/
.navbar-nav > li:first-child > a {
	padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	font-family: robotoregular;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 68px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #FFFFFF;
}
.navbar-default .navbar-nav li {
	position: relative;
}
.navbar-default .navbar-nav li ul {
	width: 276px;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: -6px;
	display: none;
}
.navbar-default .navbar-nav li:hover ul {
	display: block;
}
.navbar-default .navbar-nav li ul li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.navbar-default .navbar-nav li ul li:last-child {
	border: 0px;
}
.navbar-default .navbar-nav li ul li a {
	background-color: #e8ded5;
	font-family: robotoregular;
	color: #b8a898;
	font-size: 12px;
	text-transform: uppercase;
	line-height: normal;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	display: block;
	text-align: right;
}
.navbar-default .navbar-nav li ul li:hover > a, .navbar-default .navbar-nav li ul li a:focus {
	background-color: #b8a898;
	color: #FFF;
	text-decoration: none;
}
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
}
.header.headerFix {
	box-shadow: 0px 1px 4px #333;
}
.header.headerFix header {
	height: 0px;
	overflow: hidden;
	padding: 0px;
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
/*header section end*/
.jumbotron {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #b8a898;
}
.jumbotron h1 {
	color: #fff;
	font-family: robotolight;
	font-size: 38px;
	margin: 0px;
	padding: 0px;
}
.jumbotron .carousel-caption {
	bottom: 0%;
	left: 0%;
	right: 0%;
	padding-bottom: 80px;
	padding-top: 40px;
	text-shadow: none;
	z-index: 10;
	background-image: url(../img/page-header-bg-re.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
.jumbotron .carousel-indicators li {
	background-color: #fff;
}
.jumbotron .carousel-indicators .active {
	background-color: transparent;
	width: 10px;
	height: 10px;
	margin: 1px;
}
.carousel-captionAdd {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
/*body section start*/
.well {
	background-color: transparent;
	margin: 0px;
	border: none;
	box-shadow: none;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
.well .label-primary {
	background-color: transparent;
	padding-bottom: 82px;
}
.well .thumbnail.home-section {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
}
.well .thumbnail.home-section .fa {
	height: 85px;
	width: 85px;
	line-height: 73px;
	border: 2px solid #b8a898;
	border-radius: 50%;
	margin-bottom: 15px;
	color: #b8a898;
	font-size: 40px;
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
	-ms-transform: rotate(0.0turn); /* IE 9 */
	-moz-transition: rotate(0.0turn);
	-webkit-transform: rotate(0.0turn); /* Safari */
	-o-transition: rotate(0.0turn);
	transform: rotate(0.0turn);
}
.well .thumbnail.home-section:hover .fa {
	-ms-transform: rotate(1.0turn); /* IE 9 */
	-moz-transition: rotate(1.0turn);
	-webkit-transform: rotate(1.0turn); /* Safari */
	-o-transition: rotate(1.0turn);
	transform: rotate(1.0turn);
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
.well .thumbnail.home-section h1 {
	font-family: 'robotolight';
	font-size: 28px;
	color: #9a989a;
	padding-bottom: 15px;
}
.well .thumbnail.home-section .btn-default {
	font-family: 'robotolight';
	font-size: 14px;
	border: none;
	background-color: #b8a898;
	color: #fff;
	width: 165px;
	height: 38px;
	line-height: 38px;
	padding-bottom: 0px;
	padding-top: 0px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.well .thumbnail.home-section .btn-default:hover {
	background-color: #a39382;
}
.well .label-default {
	width: 100%;
	height: 383px;
	background-image: url(../img/home-hill.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 65px;
	position: relative;
}
.well .label-default .image-caption {
	background-image: url(../img/page-header-bg-re.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 36px;
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-family: 'robotolight';
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}
.well .label-default .image-caption span {
	font-family: 'robotobold';
}
.well .label-danger {
	background-color: transparent;
}
.well .label-danger h1 {
	font-family: 'robotolight';
	font-size: 28px;
	line-height: 32px;
	color: #b8a898;
	padding-bottom: 34px;
}
.well .label-danger h1 span {
	font-family: 'robotobold';
}
.well .label-danger .boxes {
	text-align: center;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.well .label-danger .boxes li {
	border: 5px solid #b8a898;
	height: 185px;
	width: 167px;
	padding: 9px;
	float: left;
	margin-left: 59px;
	margin-right: 59px;
	position: relative;
	background-color: #fff;
}
.well .label-danger .boxes li:first-child {
	margin-left: 0px;
}
.well .label-danger .boxes li:last-child {
	margin-right: 0px;
}
.well .label-danger .boxes li .box-content {
	border: 1px solid #b8a898;
	width: 100%;
	height: 100%;
	padding: 9px;
}
.well .label-danger .box-connecter {
	height: 43px;
	width: 123px;
	position: absolute;
	top: 72px;
	background-image: url(../img/connecter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.well .label-danger .box-connecter {
	left: 162px;
}
.well .label-danger .boxes li h3 {
	font-family: 'robotobold';
	font-size: 18px;
	padding-top: 5px;
	color: #9a989a;
	text-transform: uppercase;
}
.well .label-danger .boxes li h4 {
	font-family: 'robotobold';
	font-size: 13px;
	padding-top: 5px;
	color: #9a989a;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.well .label-danger .boxes li h2 {
	font-family: 'robotobold';
	font-size: 38px;
	line-height: 36px;
	padding-top: px;
	color: #9a989a;
}
/*body section end*/
/*page-header css st*/
.page-header {
	padding: 40px 0px;
	margin: 0;
	border-bottom: none;
	background-image: url(../img/page-header-bg-re.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.page-header h1 {
	font-family: robotolight;
	font-size: 38px;
	color: #FFF;
	padding-bottom: 0px;
	text-align: right;
}
/*footer section start*/


footer {
	background-color: #b8a898;
	margin: 0px;
	padding: 50px 0px 40px 0px;
	position: relative;
	z-index: 999;
}
footer .top {
	padding-bottom: 30px;
}
footer .medil {
	padding-bottom: 30px;
}
footer h2 {
	font-size: 14px;
	color: #FFF;
	padding-bottom: 0px;
	font-family: robotoregular;
	padding-right: 50px;
	padding-bottom: 10px;
	display: inline-block;
}
footer h2:last-child {
	padding-right: 0px;
}
footer h2 a {
	color: #FFF;
}
footer h2 a:hover, footer h2 a:focus {
	color: #FFF;
	text-decoration: none;
}
footer h2 img {
	padding-right: 5px;
}
footer p {
	font-size: 12px;
	color: #FFF;
	font-family: robotoregular;
	padding-bottom: 0px;
	line-height: 13px;
}
footer p a {
	color: #FFF;
	text-decoration: none;
}
footer p a:hover, footer p a:focus {
	color: #FFF;
	text-decoration: underline;
}
footer .medil p {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-left: solid 1px #fff;
	text-align: right;
}
footer figure {
	padding-top: 10px;
}
footer .read-more {
	text-align: right;
}
footer .btn-default {
	color: #b8a898;
	background-color: #fff;
	border-color: #fff;
	font-family: robotoregular;
	font-size: 15px;
	padding: 10px 40px;
	border-radius: 4px;
	margin-top: 14px;
}
footer .btn-default:hover, footer .btn-default:focus, footer .btn-default.focus, footer .btn-default:active, footer .btn-default.active {
	color: #fff;
	background-color: #a59381;
	border-color: #a59381;
}
.rightborder {
	padding-right: 113px;
	background-image: url(../img/border.png);
	background-repeat: repeat-y;
	background-position: 807px top;
}
.inner-banner {
}
.process-box {
}
.process-box figure {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.process-box .box {
	max-width: 260px;
	margin: 0px auto;
	border: 5px solid #b8a898;
	padding: 10px;
	background-color: #FFF;
}
.process-box .box .imagebox {
	border: 1px solid #b8a898;
	overflow-y: hidden;
}
ul.strategic {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
ul.strategic li {
	color: #9a989a;
	font-family: robotoregular;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
ul.strategic li img {
	margin-right: 5px;
	border: 1px solid #b8a898;
	height: 65px;
	width: 65px;
	border-radius: 50%;
}
.view-marble-box {
}
.view-marble-box figure {
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 262px;
	border: 1px solid #b8a898;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.view-marble-box figure .view {
	font-size: 14px;
	font-family: 'robotoregular';
	color: #FFF;
	background-image: url(../img/page-header-bg-re.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: 2px;
}
.view-marble-box figure .view a {
	color: #FFF;
	text-decoration: none;
}
.view-marble-box figure .view a:hover {
	color: #FFF;
	text-decoration: underline;
}
.quarries-thum-img {
	max-width: 260px;
	margin-bottom: 40px;
	border: 1px solid #b8a898;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.form-control {
	height: 52px;
	padding: 15px 15px;
	font-size: 14px;
	color: #9a989a;
	border: 1px solid #b8a898;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: robotoregular;
}
.form-control:focus {
	border-color: #99826a;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-moz-placeholder {
color: #9a989a;
}
.form-control:-ms-input-placeholder {
color: #9a989a;
}
.form-control::-webkit-input-placeholder {
color: #9a989a;
}
.btn-default {
	font-family: robotoregular;
	color: #fff;
	background-color: #b8a898;
	border-color: #b8a898;
	min-width: 165px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #ac957e;
	border-color: #ac957e;
}
.contactform {
	min-height: 750px;
}
ul.location {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}
ul.location li {
	font-size: 16px;
	color: #9a989a;
	padding-bottom: 25px;
	padding-left: 40px;
	position: relative;
	font-family: robotoregular;
}
ul.location li a {
	color: #9a989a;
	text-decoration: none;
}
ul.location li a:hover {
	color: #272727;
	text-decoration: none;
}
ul.location li img {
	position: absolute;
	left: 0px;
	top: 3px;
}
.pressCenterImg {
	margin-bottom: 20px;
	border: 1px solid #b8a898;
	padding: 2px;
}
.list-unstyled {
	margin-bottom: 25px;
}
.list-unstyled li {
	color: #9a989a;
	font-family: robotoregular;
	font-size: 16px;
	padding-bottom: 6px;
	line-height: normal;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 10px;
}
.paddingOff {
	padding-bottom: 4px;
}
.enpendArea {
	margin-bottom: 20px;
}
address {
	margin-bottom: 0px;
}
address h1 {
	padding-bottom: 12px;
	font-size: 26px;
}
address p {
	padding-bottom: 0px;
}
address h1 img {
	margin-right: 14px;
}
.well .label-danger.innerBox .boxes {
	margin-bottom: 48px;
	width: auto;
	background-image: url(../img/border2.png);
	background-repeat: repeat-x;
	background-position: left center;
	float: left;
}
.well .label-danger.innerBox .boxes li {
	margin: 0 20px 0 0;
}
.well .label-danger.innerBox .boxes li:last-child {
	margin-right: 0px;
}
.pressCenterImg2 {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.textGap {
	margin-bottom: 30px;
}
.mapBox {
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
}
.mapIcon {
	position: absolute;
	width: 43px;
}
.mapIcon1 {
	top: 0px;
	left: 0px;
}
.mapIcon1 {
	top: 65px;
	left: 255px;
}
.mapIcon2 {
	top: 118px;
	left: 208px;
}
.mapIcon3 {
	top: 97px;
	left: 540px;
}
.mapIcon4 {
	top: 110px;
	left: 610px;
}
.mapIcon5 {
	top: 35px;
	left: 630px;
}
.mapIcon6 {
	top: 166px;
	left: 654px;
}
.mapIcon7 {
	top: 180px;
	left: 683px;
}
.mapIcon8 {
	top: 103px;
	left: 684px;
}
.mapIcon9 {
	top: 141px;
	left: 700px;
}
.mapIcon10 {
	top: 180px;
	left: 693px;
}
.mapIcon11 {
	top: 120px;
	left: 740px;
}
.mapIcon12 {
	top: 202px;
	left: 785px;
}
.mapIcon13 {
	top: 145px;
	left: 906px;
}
.mapIcon14 {
	top: 180px;
	left: 920px;
}
.mapIcon15 {
	top: 280px;
	right: 180px;
}
.map2 {
	display: none;
}
.gapoff {
	margin-bottom: 0px !important;
}
.historyBox {
	background-image: url(../img/history-border.png);
	background-repeat: repeat-y;
	background-position: 31px top;
	position: relative;
	margin-bottom: 42px;
}
.historyBox h4 {
	font-size: 28px;
	color: #9a989a;
	font-family: robotolight;
	padding-bottom: 0px;
	line-height: normal;
}
.historyBox h4 strong {
	font-family: robotobold;
	font-weight: normal;
}
.historyText {
	background-image: url(../img/history-circle.png);
	background-repeat: no-repeat;
	background-position: 13px top;
	padding-left: 82px;
	min-height: 41px;
	position: relative;
	top: -2px;
	margin-bottom: 28px;
}
.histryGap1 {
	margin-bottom: 168px;
}
.histryGap2 {
	margin-bottom: 56px;
}
.historyEnd {
	background-repeat: repeat-y;
	background-position: center center;
	height: 5px;
	width: 5px;
	position: absolute;
	bottom: -2px;
	left: 31px;
	background-color: #FFF;
	z-index: 99;
}
.processText {
	margin-bottom: 110px;
	text-align: right;
}
.privacyBody {
	padding-top: 230px;
	min-height: 700px;
}
.trmsList ul {
	padding-left: 35px;
	padding-bottom: 25px;
}
.trmsList ul li {
	color: #9a989a;
	font-family: robotoregular;
	font-size: 16px;
	padding-bottom: 3px;
	line-height: 25px;
	text-align: right;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-right: 34px;
}
.downloadPop {
	text-align: center;
}
.downloadPop .modal-content {
	background-color: #b8a898;
	border-radius: 0px;
	margin-top: 20%;
}
.downloadPop .modal-dialog {
	max-width: 750px;
	width: auto;
}
.downloadPop .modal-body {
	padding-right: 96px;
	padding-left: 96px;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-width: 17px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.downloadPop h2 {
	font-size: 38px;
	color: #FFF;
	font-family: robotolight;
	line-height: normal;
	padding-bottom: 30px;
	line-height: 44px;
}
.downloadPop .form-control {
	font-size: 37px;
	color: #c2c2c2;
	font-family: robotolight;
	line-height: normal;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border: 1px solid #73685b;
	box-shadow: inset 2px 2px 4px #d1d1d1;
	letter-spacing: 1px;
}
.downloadPop .form-control::-moz-placeholder {
 color: #c2c2c2;
 opacity: 1;
}
.downloadPop .form-control:-ms-input-placeholder {
 color: #c2c2c2;
}
.downloadPop .form-control::-webkit-input-placeholder {
 color: #c2c2c2;
}
.downloadPop .form-group {
	margin-bottom: 17px;
}
.downloadPop .btn-default {
	font-size: 36px;
	color: #b8a898;
	font-family: robotobold;
	line-height: normal;
	height: auto;
	text-align: center;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-left: 40px;
	border: 1px none #73685b;
	background-color: #FFF;
	border-radius: 17px;
	min-width: inherit !important;
	width: auto !important;
	display: inline-block;
	line-height: normal;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	box-shadow: 0px 2px 3px #8e8276;
}
.downloadPop .btn-default:hover, .downloadPop .btn-default:focus {
	background-color: #84705B;
	color: #FFF;
	outline: none;
}
.pressBox {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E0DB;
	text-align: right;
	position: relative;
}
.pressBox:last-child {
	border: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.pressBoxSide {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E0DB;
}
.pressBoxSide:last-child {
	border: 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.anchorbox {
	top: -100px;
	position: absolute;
}
.rightSide {
	text-align: center;
	max-width: 280px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.rightSide.right-fixed {
	position: fixed;
	top: 80px;
	z-index: 999;
}
@media (max-width: 1200px) {
.navbar-default .navbar-nav > li {
	padding-right: 21px;
	padding-left: 11px;
}
.well .label-danger .boxes li {
	margin-left: 45px;
	margin-right: 45px;
	z-index: 9;
}
.well .thumbnail.home-section h1 br {
	display: none;
}
.well .label-danger .box-connecter {
	left: 162px;
	z-index: 0
}
.well .label-danger .box-connecter {
	width: 90px;
	overflow: hidden;
	text-align: center;
}
.well .label-danger .box-connecter img {
	max-width: none;
}
.well .label-danger .boxes {
	width: 100%;
}
ul.strategic li {
	font-size: 15px;
	margin-right: 2px;
}
ul.strategic li img {
	height: 40px;
	width: 40px;
	margin-right: 2px;
}
.rightborder {
	padding-right: 113px;
	background-position: 657px top;
}
.well .label-danger.innerBox .boxes {
	background-image: none;
	width: 100%;
}
.well .label-danger.innerBox .boxes li {
	margin-bottom: 20px;
}
.inner-banner {
	overflow: hidden;
}
.inner-banner img {
	height: 400px;
	max-width: inherit;
}
.jumbotron h1 {
	font-size: 25px;
	padding-bottom: 10px;
}
.jumbotron .carousel-caption {
	padding-bottom: 50px;
	padding-top: 30px;
}
.carousel-inner > .item img {
	height: 600px;
	max-width: none;
}
.mapIcon {
	width: 37px;
}
.mapIcon1 {
	top: 52px;
	left: 207px;
}
.mapIcon2 {
	top: 100px;
	left: 168px;
}
.mapIcon3 {
	top: 80px;
	left: 445px;
}
.mapIcon4 {
	top: 90px;
	left: 500px;
}
.mapIcon5 {
	top: 25px;
	left: 520px;
}
.mapIcon6 {
	top: 135px;
	left: 544px;
}
.mapIcon7 {
	top: 150px;
	left: 563px;
}
.mapIcon8 {
	top: 85px;
	left: 584px;
}
.mapIcon9 {
	top: 121px;
	left: 595px;
}
.mapIcon10 {
	top: 150px;
	left: 573px;
}
.mapIcon11 {
	top: 105px;
	left: 630px;
}
.mapIcon12 {
	top: 165px;
	left: 645px;
}
.mapIcon13 {
	top: 120px;
	left: 732px;
}
.mapIcon14 {
	top: 150px;
	left: 750px;
}
.mapIcon15 {
	top: 230px;
	right: 145px;
}
.processText {
	margin-bottom: 0px;
}
.rightSide {
	max-width: 200px;
}
.rightSide h4 {
	font-size: 16px;
	padding-bottom: 10px;
}
}
@media (max-width: 992px) {
.logo {
	width: 230px;
	margin-top: 7px;
}
.navbar-default .navbar-nav > li {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 11px;
}
.social .fa {
	margin-left: 2px;
}
.well .label-danger .boxes li {
	margin-left: 8px;
	margin-right: 9px;
	z-index: 9;
}
.logo-text {
	width: 280px;
}
.well {
	padding-top: 45px;
}
.well .label-primary {
	padding-bottom: 45px;
}
.well .thumbnail.home-section h1 {
	font-size: 22px;
}
.well .label-default .image-caption {
	padding: 20px;
	font-size: 22px;
	line-height: 25px;
}
.rightborder {
	border-right: none;
	padding-right: 0px;
}
ul.strategic li {
	font-size: 16px;
	margin-right: 10px;
}
ul.strategic li img {
	height: 70px;
	width: 70px;
	margin-right: 5px;
}
footer h2 {
	text-align: center;
	padding-right: 20px;
}
.contactform {
	min-height: 0px;
	margin-bottom: 30px;
}
.rightborder {
	padding-right: 0px;
	background-image: none;
	padding-bottom: 25px;
}
.page-header {
	padding: 20px 0px;
}
.page-header h1 {
	font-size: 26px;
}
.rightSide {
	text-align: center;
	max-width: 262px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rightSide.right-fixed {
	position: relative;
	top: 0px;
}
.view-marble-box figure {
	max-width: 262px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
address h1 {
	font-size: 20px;
}
address h1 img {
	width: 30px;
}
address p {
	font-size: 14px;
	line-height: 22px;
}
.navbar-default .navbar-nav li ul {
	width: 200px;
}
.navbar-default .navbar-nav li ul li a {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.jumbotron h1 {
	font-size: 20px;
}
.jumbotron .carousel-caption {
	padding-bottom: 40px;
	padding-top: 20px;
}
.jumbotron .carousel-indicators {
	bottom: 10px;
}
.carousel-inner > .item img {
	height: 500px;
	max-width: none;
}
.mapIcon {
	width: 28px;
}
.mapIcon1 {
	top: 40px;
	left: 161px;
}
.mapIcon2 {
	top: 74px;
	left: 130px;
}
.mapIcon3 {
	top: 60px;
	left: 341px;
}
.mapIcon4 {
	top: 70px;
	left: 386px;
}
.mapIcon5 {
	top: 22px;
	left: 400px;
}
.mapIcon6 {
	top: 104px;
	left: 414px;
}
.mapIcon7 {
	top: 113px;
	left: 431px;
}
.mapIcon8 {
	top: 64px;
	left: 432px;
}
.mapIcon9 {
	top: 87px;
	left: 441px;
}
.mapIcon10 {
	top: 113px;
	left: 438px;
}
.mapIcon11 {
	top: 75px;
	left: 468px;
}
.mapIcon12 {
	top: 125px;
	left: 495px;
}
.mapIcon13 {
	top: 90px;
	left: 568px;
}
.mapIcon14 {
	top: 113px;
	left: 578px;
}
.privacyBody {
	padding-top: 220px;
}
.mapIcon15 {
	top: 178px;
	right: 112px;
}
}
@media (max-width: 767px) {
h1 {
	font-size: 22px;
}
h4 {
	font-size: 17px;
}
p {
	font-size: 14px;
	padding-bottom: 25px;
	line-height: 22px;
	line-height: normal;
}
.navbar-brand {
	display: block;
	padding-left: 15px;
	width: 165px;
	padding-top: 8px;
}
.navbar-default .navbar-nav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.navbar-default .navbar-nav > li {
	width: 100%;
	background-image: none;
	padding: 0px;
}
.navbar-default .navbar-nav > li.dot {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	line-height: normal;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: normal !important;
	font-size: 13px;
}
.navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
}
header {
	padding-top: 10px;
	height: auto;
	padding-bottom: 10px;
}
.logo {
	/*	border:none;
width:100%;
text-align:center;
margin-bottom:10px;
padding-right:0px;*/
	display: none;
}
.logo img {
	width: 150px;
}
.logo-text {
	display: none;
}
.language {
	text-align: center;
	padding-bottom: 0px;
}
.well .thumbnail.home-section {
	padding-bottom: 30px;
}
.well .label-default .image-caption {
	padding: 15px;
	font-size: 20px;
	line-height: 22px;
}
.well .label-danger .box-connecter {
	display: none;
}
.well .label-danger .boxes li {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 15px;
	float: none !important;
}
ul.strategic li img {
	height: 50px;
	width: 50px;
	margin-right: 5px;
}
footer p {
	padding-bottom: 10px;
	text-align: center;
	line-height: 16px;
}
footer figure {
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: center;
}
footer .medil p {
	border-left: none;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
}
footer .text-right {
	text-align: center !important;
}
footer .read-more {
	text-align: center !important;
}
.quarries-thum-img {
	margin: 0 auto 20px;
	width: auto;
}
.inner-banner img {
	height: 250px;
	max-width: inherit;
}
.list-unstyled li {
	font-size: 14px;
}
.page-header h1 {
	font-size: 20px;
}
address {
	text-align: center;
	max-width: 260px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
address p {
	text-align: center;
}
.navbar-default .navbar-nav li ul {
	width: 100%;
	background-image: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	position: static;
}
.navbar-default .navbar-nav li ul li {
	border: 0px;
}
.navbar-default .navbar-nav li ul li a {
	text-align: center;
	font-size: 11px;
	background-color: transparent;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e8ded5;
}
.well .label-danger.innerBox .boxes {
	width: 100%;
}
.well .label-danger.innerBox .boxes li {
	margin-bottom: 20px;
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.pressCenterImg2 {
	float: none;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: block;
	max-width: 260px;
}
.jumbotron h1 {
	font-size: 16px;
}
.jumbotron .carousel-caption {
	padding-bottom: 30px;
	padding-top: 15px;
}
.jumbotron .carousel-indicators {
	bottom: 0px;
}
.carousel-inner > .item {
	overflow: hidden;
}
.carousel-inner > .item img {
	max-width: none;
	height: 400px;
}
.textGap {
	margin-bottom: 15px;
}
.map1 {
	display: none;
}
.map2 {
	display: block;
}
.mapIcon {
	display: none;
}
address {
	margin-bottom: 30px;
}
.historyText {
	padding-top: 4px;
	padding-left: 70px;
}
.historyBox h4 {
	font-size: 20px;
}
.privacyBody {
	padding-top: 130px;
	min-height: inherit;
}
h1.big {
	font-size: 28px;
	padding-bottom: 30px;
}
.trmsList ul {
	padding-left: 5px;
	padding-bottom: 25px;
}
.trmsList ul li {
	font-size: 14px;
	line-height: normal;
	padding-right: 20px;
	background-position: right 8px;
}
.headerRight {
	text-align: center;
	padding-top: 0px;
}
.downloadPop h2 {
	font-size: 25px;
	line-height: inherit;
}
.downloadPop .form-control {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.downloadPop .modal-body {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top-width: 10px;
}
.downloadPop .btn-default {
	font-size: 15px;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
	margin-top: 10px;
}
}
@media (max-width: 480px) {
.well .label-default .image-caption {
	padding: 10px;
	font-size: 17px;
	line-height: 18px;
}
.btn-default {
	width: 100%;
}
}
