@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../font/opensans-semibold_0.eot');
	src: url('../font/opensans-semibold_0.eot') format('embedded-opentype'), url('../font/opensans-semibold_0.woff') format('woff'), url('../font/opensans-semibold_0.ttf') format('truetype'), url('../font/opensans-semibold_0.svg#OpenSansSemibold') format('svg');
}
@font-face {
	font-family: 'OpenSansRegular';
	src: url('../font/opensans-regular_0.eot');
	src: url('../font/opensans-regular_0.eot') format('embedded-opentype'), url('../font/opensans-regular_0.woff') format('woff'), url('../font/opensans-regular_0.ttf') format('truetype'), url('../font/opensans-regular_0.svg#OpenSansRegular') format('svg');
}
h1 {
	font-family: 'OpenSansSemibold';
	font-size: 36px;
	font-weight: 600;
	color: #000;
}
h2 {
	font-family: 'OpenSansSemibold';
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: 'OpenSansSemibold';
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
/* -------Defaults---------------- */
body {
	width: 100%;
	font-family: 'OpenSansRegular';
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
}
.body2 {
	/*background-image: url(../images/slider-2.jpg);*/
	/* Image is centered vertically and horizontally at all times */
	background-position: center center;
	/* Image doesn't repeat */
	background-repeat: no-repeat;
	/* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
	background-attachment: fixed;
	/* This is what makes the background image rescale based on its container's size */
	background-size: cover;
	/* Pick a solid background color that will be displayed while the background image is loading */
	background-color: #f6f3f3;/* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
   overflow-x: hidden;
}
.work-with-us {
	background-image: url(../images/work-with-us.jpg);
	/* Image is centered vertically and horizontally at all times */
	background-position: center center;
	/* Image doesn't repeat */
	background-repeat: no-repeat;
	/* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
	background-attachment: fixed;
	/* This is what makes the background image rescale based on its container's size */
	background-size: cover;
	/* Pick a solid background color that will be displayed while the background image is loading */
	background-color: #464646;/* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}
.contact {
	/*background-image: url(../images/contact.jpg);*/
	/* Image is centered vertically and horizontally at all times */
	background-position: center center;
	/* Image doesn't repeat */
	background-repeat: no-repeat;
	/* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
	background-attachment: fixed;
	/* This is what makes the background image rescale based on its container's size */
	background-size: cover;
	/* Pick a solid background color that will be displayed while the background image is loading */
	background-color: #f6f3f3;/* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}
.news {
	background-image: url(../images/news.jpg);
	/* Image is centered vertically and horizontally at all times */
	background-position: center center;
	/* Image doesn't repeat */
	background-repeat: no-repeat;
	/* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
	background-attachment: fixed;
	/* This is what makes the background image rescale based on its container's size */
	background-size: cover;
	/* Pick a solid background color that will be displayed while the background image is loading */
	background-color: #464646;/* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}
img {
	max-width: 100%;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px !important;
}
.right {
	float: right
}
.left {
	float: right;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.aboutHead {
	background: url(../images/header-img.jpg) no-repeat top left;
	margin-top: 80px;
}
.about {
	float: right;
	margin-top: 60px !important;
	margin-bottom: 100px !important;
}
/*-------Container---------------- */
.submitMt {
	display: inline-block;
	width: 100px !important;
	float: left
}
.middle_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.click {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#alertText {
	float: left
}
#txtEmail {
	margin-top: 0 !important;
}
#mainBody {
	overflow-x: hidden!important;
}
/*Form Styles*/
.formRow {
	margin: 15px 0px;
}
.formRow p {
	margin-top: 0px;
	padding: 0;
}
.formRow .inputfield {
	width: 45%;
	border: 1px #636361 solid;
	height: 20px;
	line-height: 20px;
	background: url(../images/bg_inputfield.png);
	color: #FFF;
	padding-left: 3px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-border-radius: none !important;
	border-radius: none !important;
}
.content-bg {
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	border: solid 1px #ccc;
}
.content-bg2 {
    /* position: fixed; */
    position: relative;
    /* top: 150px; */
    z-index: 99;
    width: 100%;
    max-width: 1140px;
    /* border: solid 1px #ccc; */
    margin: auto;
    margin-top: 71px;
    margin-bottom: 70px;
}

.itemLogo {
	/* border-radius: 10px;*/
	width: 205px !important;
	text-align: center
}
.itemLogo .outerWiht {
	background: none repeat scroll 0 0 rgba(225, 225, 225, 0.6);
	padding-bottom: 0px
}
.itemLogo .lgo {
	padding: 10% 8% 2% 10%;
}
.itemLogo span {
	font-size: 14px;
	color: #000;
	background: none repeat scroll 0 0 rgba(225, 225, 225, 0.6);
	display: block;
	padding: 0px 0 10px 0;
}
.itemLogo .bttm {
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px;
	text-decoration: none;
	margin-top: -7px;
	float: none;
	box-shadow: inset 3px 4px 7px 0px #000000;
	-webkit-box-shadow: inset 3px 4px 7px 0px #000000;
	-moz-box-shadow: inset 3px 4px 7px 0px #000000;
	-o-box-shadow: inset 3px 4px 7px 0px #000000;
	background: #464646
}
#page {
	height: 262px;
}
#page1 {
	height: 190px;
}
#page2 {
	height: 190px;
}
#page3 {
	height: 190px;
}
#page4 {
	height: 190px;
}
#hideDiv, #showDiv {
	width: 782px;
	text-align: left
}
.itemLogo .bttm a {
	text-decoration: none;
	color: #fff;
	border-radius: 0;
	display: block;
}
.itemLogo .bttm a img {
	display: inline;
	vertical-align: middle;
}
.itemLogo .bttm a:hover {
	text-decoration: none;
	color: #fff;
}
.ehsBck {
	margin-top: 5px;
}
.slidePanel {
	width: 34%;
	position: absolute;
	bottom: -340px;
	padding-bottom: -15px !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.slidePanel2 {
	left: 40%;
	bottom: -177px;
	padding-bottom: -10px !important;
}
.slidePanel3 {
	left: 80%;
	bottom: -166px;
	padding: 6px 0px;
}
.slidePanel4 {
	left: 90%;
	bottom: -166px;
}
.slidePanel .headingBox {
	font-size: 14px;
	color: #000;
	text-align: center;
	background: #d4a338 url(../images/slide-heading-droparrow.png) no-repeat 98% 13px;
	padding: 7px 0px;
	font-family: Verdana, Geneva, sans-serif;
	/* font-family: 'OpenSansSemibold'; */
	text-transform: uppercase;
}
.active .headingBox {
	background-position: 98% -30px;
}
.active1 .headingBox {
	background-position: 98% -30px
}
.slidePanel .contentBox {
	background: url(../images/footer-bg.png) repeat;
	padding: 10px;
	float: left;
	text-align: justify
}
.slidePanel .contentBox p {
	color: #fff;
	margin: 0;
	padding: 0px 10px;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	font-weight: normal;
}
.slidePanel .contentBox img {
	float: left;
	padding-right: 10px;
}
/*slide two*/ 
.contentBox p a {
	color: #000;
	font-family: 'OpenSansSemibold';
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	float: right;
	margin: 10px 0px;
}
.contentBox p a:hover {
	text-decoration: underline;
}
.contentBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left
}
.contentBox ul li {
	margin: 0;
	padding: 0;
	background: url(../images/bar-.png) no-repeat bottom left;
}
.contentBox ul li a {
	color: #202020;
	background: url(../images/arrow_bullet_ehs.png) no-repeat left 9px;
	margin-left: 0px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: justify;
}
.contentBox ul li a.last- {
	border-bottom: 0px;
}
.contentBox ul li:last-child {
	background: none;
}
.contentBox ul li a img {
	float: none !important;
}
.contentBox ul li a:hover {
	background: url(../images/arrow_bullet_ehs.png) no-repeat left 9px;
}
.smallbo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2980b9;
	-webkit-box-shadow: #B3B3B3 3px 3px 3px;
	-moz-box-shadow: #B3B3B3 3px 3px 3px;
	box-shadow: #B3B3B3 3px 3px 3px;
	padding: 5px !important;
	margin-bottom: 15px !important;
}
/*main copy*/
.careerHead {
	height: 345px;
	margin-top: 90px;
}
.aboutBody {
	background: #fff;
}
.luthianaGallery {
	background: url(../images/ireo-sales-gallery/ludhiana-sales-gallery.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.termsBody {
	background: url(../images/terms@conditions.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.siteBody {
	background: url(../images/sitemap.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.contentBox p img {
	float: right !important;
	margin-top: 5px;
}
.projectbody {
	background: url(../images/project/bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.ehsBody {
	background: url(../images/ehs/body_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.ehs {
	margin-top: 250px !important;
}
.textCopy p {
	color: #333333;
	line-height: 18px;/* padding:10px;*/
	margin: 0;
}
.sales_gallery p {
	color: #333333;
	line-height: 18px;
	padding: 15px 15px 15px 15px;
}
.sales_gallery p.mt1 {
	padding-top: 0;
}
.content {
	position: relative;
	margin-top: 0px;
}
.textCopy h2 {
	background: #909090;
	color: #fff;
	font-size: 16px;
	padding: 7px 15px;
	margin: 0;
}
.textCopy2 {
	position: relative;
	background: rgba(241, 241, 241, 0.9);
	width: 460px;
	margin-top: 20px;
}
.textCopy2 p {
	color: #333;
	line-height: 18px;
	padding: 15px;
	margin: 0;
}
.textCopy2 h2 {
	background: #909090;
	color: #fff;
	font-size: 16px;
	padding: 7px 15px;
	margin: 0;
}
.textCopy2 p a.viewGallery {
	background: #fdb915;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 7px 0;
	text-transform: uppercase;
}
.galleryText {
	background-color: rgba(241, 241, 241, 0.9);
	bottom: 20%;
	color: #333;
	float: right;
	margin-top: 150px;
	position: relative;
	width: 50%;
}
.galleryText h2 {
	margin: 0 0 10px 0;
	background: none repeat scroll 0 0 #909090;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 7px 15px;
}
.galleryText h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #333;
}
.galleryText p {
	margin: 0;
	padding: 0 0 10px 0px;
	line-height: 18px;
}
.galleryText a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
.galleryText a img {
	padding-right: 10px;
	vertical-align: text-bottom;
}
.gallry01 {
	padding: 0;
	width: 460px;
}
/*project copy*/
.projectText {
	width: 400px;
	margin-top: 175px;
	float: left;
	margin-bottom: 70px;
}
.projectText p {
	color: #333;
	margin-bottom: 15px;
	line-height: 18px;
}
.projectText .textCopyp {
	background: rgba(241, 241, 241, 0.9);
	padding-bottom: 15px;
	float: left
}
.projectText .textCopyp h2 {
	background: #909090;
	font-size: 16px;
	padding: 7px 15px;
	margin: 0;
	color: #fff;
}
.projectText .textCopyp p {
	color: #333;
	line-height: 18px;
	padding: 15px;
	margin: 0;
}
.projectText .textCopyp p a.viewGallery {
	background: #fdb915;
	font-size: 12px;
	color: #333;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 4px 10px;
	text-decoration: none;
	margin: 7px 0;
	font-weight: bold;
}
.enForm {
	top: 175px;
	position: absolute;
	right: 0px;
	z-index: 9999;
}
.galleryIn {
	padding: 7px 15px 15px 15px;
	float: left;
}
/*project India map*/
.projectMap {
	position: relative;
	width: 58%;
	float: right;
	margin-top: 150px;
}
.projectMap img {
	width: 80%;
	float: right;
}
.Team {
	width: 98%;
	float: left;
	padding: 15px;
}
.TeamInner {
	width: 70%;
}
.Team .contentPart {
	width: 100%;
	float: left;
	padding-right: 8px;
}
.Team .contentPart h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 13px;
	color: #333;
}
.Team .contentPart p {
	margin: 0;
	padding: 0 0 0px 0;
	color: #333;
}
.Team ul {
	margin: 0px 0 0 15px;
	padding: 10px 0 0px 3px;
	list-style: none;
	width: 25%;
	float: left;
	border-left: #d2d2d2 1px solid;
}
.Team ul.list20 {
	margin: 0px 0 0px 15px;
	padding: 10px 0 40px 3px;
	list-style: none;
	width: 25%;
	float: left;
	border-left: #d2d2d2 1px solid;
}
.Team ul li {
	margin: 0;
	padding: 0;
}
.Team ul li a {
	padding: 10px;
	border-bottom: #d2d2d2 1px solid;
	color: #6f6f6f;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
.Team ul li a:hover {
	color: #6f6f6f;
	font-weight: bold;
}
.targetDiv {
	display: none
}
.Team select {
	color: #666;
	float: right;
	font-size: 13px;
	height: 25px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 3px;
	position: absolute;
	right: 0;
	width: 36% !important;
	font-family: 'Myriad-Apple-Text' !important;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #E5E4E9;
}
/**************8careers************/
.career {
	float: right;
	margin-top: 40px;
	margin-bottom: 50px;
}
.careersCopy {
	padding: 15px;
}
.careersCopy h2 {
	border-bottom: 1px solid #d7d7d7;
	margin: 0;
	padding: 10px 0;
	font-size: 15px;
	display: block;
	color: #333;
}
.careersCopy p span {
	color: #333;
}
.careersCopy p {
	margin: 0;
	color: #333;
	line-height: 18px;
}
table.current {
	width: 100%
}
table.current th {
	color: #FFFFFF;
	background-color: #da852b;
	border: 1px solid #FFF;
	padding: 3px;
	font-size: 13px
}
table.current td {
	border: 1px solid #FFF;
	background-color: #CCC;
	color: #000000;
	padding: 3px;
	font-size: 12px;
}
/**************ehs-goals************/
ul.ehs_goals {
	height: auto;
	margin: 0px;
	width: 100%;
	border: none;
	font-size: 15px;
	color: #333;
	line-height: 18px;
}
ul.ehs_goals li {
	display: inherit;
	background: url(../images/arrow_bullet_ehs.png) no-repeat left;
	padding: 0px 15px;
}
/**************ehs-project-reports************/
ul.ehs-project-reports {
	height: auto;
	margin: 0px;
	width: 45%;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
ul.ehs-project-reports li {
	display: inherit;
	background: url(../images/arrow_bullet_ehs.png) no-repeat 0 4px;
	padding: 0px 15px;
	margin-bottom: 2px;
}
ul.ehs-project-reports li a {
	font-size: 15px;
	color: #333;
	border: 0;
	padding: 0;
}
ul.ehs-project-reports li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}
ul.ehs-project {
	height: auto;
	margin: 0px;
	width: 50%;
	border: none;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	float: right;
}
ul.ehs-project li {
	display: inherit;
	background: url(../images/arrow_bullet_ehs.png) no-repeat 0 4px;
	padding: 0px 15px;
}
ul.ehs-project li a {
	font-size: 15px;
	color: #333;
	border: 0;
	padding: 0;
	margin-bottom: 2px;
}
ul.ehs-project li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}
.dotted img {
	background: #666666;
	padding: 0px 10px;
}
.project-reports {
	width: 100%;
	height: auto;
	float: left
}
.ehs_p-reports {
	width: 98%
}
/*.btn-archive{ padding:30px 0; }*/
/*-----------Footer------------*/
.footer_wrapper {
	width: 100%;
	background: rgba(19, 17, 17, 0.8);
	position: fixed;
	bottom: 0;
	z-index: 9999;
	left: 0;
}
.footer_wrapper .container {
	padding: 10px 10px;
}
.footer_wrapper2 {
	width: 100%;
	background: #212121;
	bottom: 0;
	z-index: 9999;
} 
.footer_wrapper2 .container {
	padding: 10px 10px;
}
.copyright {
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0px;
}
.powerd {
	float: right;
	padding: 10px 0px;
}
/* --------------------------------------------------------------------photo-gallery-----open------------------------------------------------------------------------ */

.galley-w {
	float: left;
	max-width: 230px;
	margin: 10px 11px;
	padding: 2px;
	box-shadow: 0px 0px 0px 3px #CCCCCC;
	border-radius: 6px;
}
.galley-w img {
	width: 100%;
	border-radius: 6px;
}
.galley-w h3 {
	margin: 5px 0px;
	font-family: 'OpenSansSemibold';
	font-size: 16px;
	color: #104991;
	text-align: center;
}
/* ------------------------------------------------------------------photo-gallery-------end---------------------------------------------------------------------- */



/*******Media***********/
.media {
	position: relative;
	margin-top: 16%;
	z-index: 99;
}
.mebiaBody {
	background: url(../images/media/header-img.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.expose, .showall {
	color: #ca7d15 !important;
	font-size: 12px;
	text-decoration: none;
	float: right;
}
article aside p {
	display: none;
}
.hidden {
	display: none
}
.box {
	display: none
}
.boxShow {
	display: block
}
/*****contactUs*****/

.oneRow {
	width: 50%;
	float: left
}
/*.contactUs .mdlContent .inputfld{ width:32%;}*/

.btn {
	background: #ffb43f;
	border-radius: 4px;
	color: #ffffff !important;
	font-size: 14px;
	padding: 3px 10px 3px 10px;
	border: solid #ffb43f 1px;
	text-decoration: none;
}
.btn2 {
	background: #3498db;
	border-radius: 5px;
	color: #ffffff !important;
	font-size: 14px;
	padding: 3px 10px 3px 10px;
	border: solid #4283b2 1px;
	text-decoration: none;
}
.btn2:hover, .btn:hover {
	background: #ed9d21;
	text-decoration: none;
}
#page {
	padding: 0px 10px;
}
.outerDis {
	color: #333;
	background: rgba(241, 241, 241, 0.9);
	float: left;
	padding: 10px;
	height: 260px;
	width: 96%;
}
.outerDis h2 {
	font-size: 16px;
}
.outerDis strong {
	font-size: 14px;
}
.outerDis p {
	padding: 7px 0;
	line-height: 18px;
}
.outerDis ul {
	list-style: disc;
	margin: 0 0 0 10px;
	padding: 0;
}
.outerDis ul.block {
	width: 260px;
	float: left;
	margin-left: 36px;
}
.outerDis ul ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}
.outerDis ul li {
	margin: 0;
	padding: 0;
}
.outerDis ul li a, outerDis ul li a:hover {
	color: #333;
	text-decoration: none;
	font-size: 15px;
}
#profiles .description .eventsCopy .two .aside .short {
	height: 40px;
	overflow: hidden;
}
.aside .text .full {
	overflow: auto;
}
#profiles .description .eventsCopy .two .aside .read-more {
	color: #186acb;
	float: right;
	cursor: pointer;
	margin-top: 5px;
}
.leftleft {
	float: left
}
/*------------------------------------------------------Width styles-----------------------------------------------------------*/
.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w39 {
	width: 39%
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}
/*------------------------------------------------------Margin styles-----------------------------------------------------------*/
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.pr17 {
	margin-right: 17px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr28 {
	margin-right: 10px;
}
.mr30 {
	margin-right: 30px;
}
.mr35 {
	margin-right: 35px;
}
.mr40 {
	margin-right: 40px;
}
.mr45 {
	margin-right: 45px;
}
.mr50 {
	margin-right: 50px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.m115 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml45 {
	margin-left: 45px;
}
.ml50 {
	margin-left: 50px;
}
.ml55 {
	margin-left: 55px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt55 {
	margin-top: 55px;
}
.mt60 {
	margin-top: 60px;
}
/*Margin percentage Styles*/
.mtp5 {
	margin-top: 5%;
}
.mtp10 {
	margin-top: 13%;
}
.mtp15 {
	margin-top: 12%;
}
.mtp20 {
	margin-top: 20%;
}
.mtp25 {
	margin-top: 15%;
}
.mtp30 {
	margin-top: 30%;
}
.mtp35 {
	margin-top: 35%;
}
.mtp40 {
	margin-top: 40%;
}
.mtp45 {
	margin-top: 45%;
}
.mtp50 {
	margin-top: 50%;
}
.mtp55 {
	margin-top: 55%;
}
.mtp60 {
	margin-top: 60%;
}
.mb7 {
	margin-bottom: 7px;
}
.pb20 {
	padding-bottom: 38px !important;
}
.bottam {
	border-bottom: 2px solid #FFF;
}
.top_mgn {
	margin-top: 8px;
}
.text_sml {
	font-size: 12px;
	margin-bottom: 5px;
}
.slide_block {
	bottom: 299px;
	position: fixed;
	top: 22%;
	right: 15%;
}
.leftTab {
	margin: 0 !important;
}
.slide_block-12 {
	bottom: 299px;
	position: fixed;
	top: 42%;
	width: 490px;
	left: 13%;
}
ul.bottomLnk {
	list-style: outside none none;
	padding: 0;
	margin: 32px 1% 0 61%;
	width: 38.3%;
	z-index: 9999;
}
.rightTb1 {
	margin-left: 58% !important;
}
.slide_heading {
	background: url(../images/bg_content.png) scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	width: 370px;
	position: relative !important;
}
.slide_heading p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 7px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}
.new_size {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}
.panel {
	background: url(../images/bg_content.png);
	padding: 10px;
	margin: 0;
	display: none;
	margin: 0;
	padding: 10px;
	width: 350px;
}
/*.panel {background: url(../images/bg_content.png) repeat scroll 0 0 rgba(0, 0, 0, 0); display: none; left: 127.1px; margin: 0; padding: 10px; position: absolute; top: 93px;  width: 350px;}*/

.panel p {
	text-transform: none;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	padding: 12px 30px 0px 30px;
	text-align: center;
}
.panel p.title {
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
.panel p.artbok {
	text-transform: none;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.panel p.justify {
	text-align: justify;
}
.leftFloat {
	float: left
}
/*Lightbox Styles*/
/*.tbox {position:absolute; display:none; padding:14px 17px; z-index:999999;}*/
.tbox {
	position: absolute !important;
	display: none;
	padding: 14px 17px;
	z-index: 999999;
}
.tinner {
	padding: 15px;
	background: #fff url(images/preload.gif) no-repeat 50% 50%;
	border: 8px solid #353533;
}
.tmask {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 999999;
}
.tclose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat;
}
.tclose:hover {
	background-position: 0 -30px
}
#error {
	background: #ff6969;
	color: #fff;
	text-shadow: 1px 1px #cf5454;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0
}
#error .tcontent {
	padding: 10px 14px 11px;
	border: 1px solid #ffb8b8;
}
#success {
	background: #2ea125;
	color: #fff;
	text-shadow: 1px 1px #1b6116;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10;
}
#bluemask {
	background: #000
}
#frameless {
	padding: 0;
	cursor: pointer;
}
#frameless .tclose {
	right: 3px
}
/*End Lightbox Styles*/

.center-border {
	margin-left: 75px;
}
.allbox {
	margin-left: 125px !important;
}
.content-container {
	width: 1140px;
	overflow: hidden;
}
.top_mgn10 {
	margin-top: 20px;
}
.desktop {
	margin-top: -8.5% !important;
}
.specigh {
	margin-top: -5% !important;
}
.interi {
	margin-top: 0.5% !important;
}
.club {
	margin-top: -1.5% !important;
}
.arrival {
	margin-top: 4.5% !important;
}
.title {
	display: none !important
}
.slide-out-div {
	padding: 20px;
	width: 180px;
	background-color: #909090;
	display: block;
	z-index: 999;
	border-LEFT: 1px solid #909090;
	display: block;
	height: 227px !important;
}
.handle {
	background-image: url(../images/enquiry-form.png);
	background-repeat: no-repeat;
	display: block;
	height: 89px;
	outline: medium none;
	position: absolute;
	right: -25px;
	text-indent: -99999px;
	top: 0;
	width: 40px;
	display: none;
}
.inpt {
	border: 1px solid #919191;
	font-size: 11px;
	height: 17px;
	margin-bottom: 5px;
	padding: 5px;
	width: 156px;
}
.inpttext {
	border: 1px solid #919191;
	font-size: 11px;
	height: 60px;
	padding: 5px;
	width: 156px;
}
#showcase-content-3 {
	height: 190px;
}
.hideshow {
	background: none repeat scroll 0 0 rgba(102, 102, 102, 0.9);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-size: 12px;
	padding: 5px 20px;
	width: 60px;
	cursor: pointer;
}
.hideshow img {
	margin-left: 10px;
}
h2.bmlh2 span {
	font-size: 13px;
	font-weight: normal;
	display: block;
}
ul.options li.punjabOptions, ul.options li.delhiOptions {
	display: none;
`
}
#textonly {
	height: 28px !important;
}
.avoid-clicks {
	pointer-events: none;
}
.responsive {
	width: 60%;
	float: left;
	margin-top: 100px;
}
.responsive1 {
	width: 97%;
	float: left;
	margin-top: 100px;
}

.border-none {
	border-bottom: hidden !important;
}
/* scrolling-open */


.contteen01 {
	padding: 30px 0px 30px 0px;
	background: #fff; /* margin-bottom:40px; */
	margin: 0px 10px 150px 10px;
	border-radius: 10px;
}
.contteen {
	/* max-height:350px;
	overflow-y:scroll;  */
	padding: 2px 30px 30px 30px;
}
.contteen p {
	color: #000;
	font: normal 13px Verdana, Geneva, sans-serif;
	line-height: 24px;
	font-size: 14px;
	    text-align: justify;
}
.contteen p img {
	float: left;
	max-width: 156px;
	border: solid 3px #d7a539;
	margin: 20px 20px 20px 0px;
}
.welcom {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #dddfee;
	padding: 10px 0px;
}
.name {
	color: #000;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 0px 20px 0px;
}
 .contteen::-webkit-scrollbar {
 width:7px;
background:#d4a338;
}

/* Track */
.contteen::-webkit-scrollbar-track {
 /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
 -webkit-border-radius:0px;
 border-radius: 0px;
}
 
/* Handle */
.contteen::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px;
 border-radius:0px;
 background:#021d9b;
/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
}
.contteen::-webkit-scrollbar-thumb:window-inactive {
 background:#000;
}
/* social link-open */

.sticky-container {
	/*background-color: #333;*/
	padding: 0px;
	z-index: 10000000;
	margin: 0px;
	position: fixed;
	right: -119px;
	top: 250px;
	width: 200px;
}
.sticky li {
	list-style-type: none;
	background-color: #e53537;
	color: #efefef;
	height: 43px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.sticky li:hover {
	margin-left: -115px;
	/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.sticky li img {
	float: left;
	margin: 5px 5px;
	margin-right: 10px;
}
.sticky li p {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 43px;
}
/* social link-end */



.service {
	float: left;
}
.service ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
.service ul li {
	list-style: circle;
	color: #000;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 40px;
}
.contact-add {
	float: left;
	width: 40%;
}

.con-list{list-style:none;margin:0px; padding:0px;}

.con-list li {
    line-height: 25px;
    color: #000000;
    font-size: 15px;
    margin: 3px 0px;
    padding: 0px;
}
.contac-map {
	float: right;
	width: 60%;
}
.contac-map img {
	width: 100%;
}
.constru-img {
	box-shadow: 0px 0px 3px #000;
	float: left;
	background: #fff;
	border-radius: 7px;
	padding: 2px;
	max-width: 300px;
	margin: 20px 20px;
}
.constru-img img {
	width: 100%;
	border-radius: 7px;
}
.layout {
	float: left;
	color: #fff;
}
.layout-hed {
	text-align: center;
	color: #333333;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.price {
	color: #ff0000;
	font-size: 20px;
}
.floorplans {
	background: #a86016;
	min-height: 450px;
	height: 100%;
}
.table1 {
	width: 100%;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	margin-bottom: 50px;
}
.table1 td {
	padding: 10px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
.table2 {
	width: 47%;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	margin: 0px 15px 50px 15px;
	float: left;
}
.table2 td {
	padding: 10px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
.projects-ser {
	float: left;
	width: 65%;
}
.projects-ser ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.projects-ser ul li {
	background: url(../images/bullet3.png) left 12px no-repeat;
	padding: 10px 0px 10px 25px;
	color: #000;
	width: 45%;
	float: left;
	min-height: 60px;
}
.projects-ser2 {
	float: left;
	width: 65%;
}
.projects-ser2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.projects-ser2 ul li {
	background: url(../images/bullet3.png) left 12px no-repeat;
	padding: 10px 0px 10px 25px;
	color: #000;
	width: 45%;
	float: left;
	min-height: 60px;
}
.project-img {
	float: left;
	width: 35%;
	margin: 5% 0 0 0;
}
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	font-family: arial;
}
.card h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	color: #6f2f2b;
}
.upcomingpost h1 {
	margin-bottom: 35px;
    font-weight: 600;
}

h2.heading-2 {
	font-size: 30px;
}
.banner {
    display: block;
    position: relative;
    background: url(../images/productbnr.jpg) no-repeat center center;
    background-size: cover;
    min-height: 342px;
}
.about2{ display: block;
    position: relative;
    background: url(../images/banner.jpg) no-repeat center center ;
    background-size: cover;
    min-height: 342px;}

.con-banner{ display: block;
    position: relative;
    background:url(../images/banner-contact.jpg) no-repeat center center ;
    background-size: cover;
    min-height: 342px;}
/*.banner img { display: block; position: absolute; max-width:100%; top: -50px; }*/
.banner h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 200px 0px 0px 0px;
	position:relative; margin:0px;
}



.col-lft {
    float: left;
    margin-right: 5px;
}

h4.mrgn {
    margin-left: 13px;
}

@media screen and (max-width:1119px) {
.banner h2 {
    font-size: 35px;
    padding: 124px 0px 0px 0px;
}
}
@media screen and (max-width:991px) {
.contact-add {
    float: left;
    width: 50%;
}
.contac-map {
    float: right;
    width: 50%;
}
.banner h2 {
    padding: 60px 0px 0px 0px;
}
 .banner {
    display: block;
    position: relative;
    background: url(../images/productbnr.jpg) no-repeat center center;
    background-size: cover;
    min-height: 208px;
}
.about2{ display: block;
    position: relative;
    background: url(../images/banner.jpg) no-repeat center center ;
    background-size: cover;
     min-height: 208px;
	}

.con-banner{ display: block;
    position: relative;
    background:url(../images/banner-contact.jpg) no-repeat center center ;
    background-size: cover;
    min-height: 208px;
	}

}

@media screen and (max-width:767px) {
		#main-menu > li.current-menu-item {
			border-bottom: none !important;
			color: #fff;
		}
		.banner img { min-height: 250px; }
		.banner h2 { font-size: 22px; padding: 113px 0px 0px 0px; }

		.upcomingpost h1 {
		   font-size:25px !important;
		}
}


/*harpreet start*/
.mblock { display: none; }
.thankscont { text-align: center; }
.thankscont p { text-align: center; }



@media screen and (max-width: 580px) {
	.bx-wrapper img.mnone { display: none!important; }
	.bx-wrapper img.mblock { display: block!important; }
}
/*harpreet end*/


/* scrolling-end */