.rop
{
	background:#06C;
	width:100%;
	padding:0px;
	margin:0px;
	height:10px;
}
.head
{
    background-color: rgba(255, 255, 255, 1);
	padding:0px;
	margin:0px;
	clear:both;
	width:100%;
}
.head:after
{
	content:'';
	display:block;
	clear:both;
}
.head .deta
{
	width:1100px;
	margin:0px auto;
	padding:0px;
}
.head .deta .log
{
	float:left;
	width:20%;
	padding:0px;
	margin:0px;
}
.head .deta .log img
{
	width:80%;
}
#container {
  margin: 0 auto;
  max-width: 890px;
}

p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color:  rgba(255, 255, 255, 1);
  border-bottom:solid 3px #0066CC;
}



nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  z-index:9999999999 !important;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: none;
}

nav a {
  display: block;
  padding: 0 12px;
  color: #222 !important;
  font-size:14px;
  text-transform:uppercase;
  line-height: 67px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #0066CC; }

nav a:hover { background-color: #0066CC; }

nav ul ul {
  display: none;
  z-index:9999999999999 !important;
  position: absolute;
  top:67px;
  border-left:solid 2px #0066CC;
  border-right:solid 2px #0066CC;
  border-bottom:solid 2px #0066CC;

}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
	z-index:9999999999 !important;
  width:220px;
  float: none;
  background-color: rgba(255, 255, 255, 1);
  display: list-item;
  position: relative;
}
nav ul ul li a
{
	line-height:55px;
	font-size:14px;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' '; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #254441;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}




.sets
{
	float:left !important; width:18% !important; margin:10px;
}
.sets img
{
	width:100% !important;
	padding:5px;
	border:solid 1px #ccc;
	height:200px;
}
.sets h4
{
	padding:10px;
	background:#0DBAE8;
	color:#fff;
	font-size:14px;
	text-align:center;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
::-webkit-input-placeholder { color: #000; } 
body{
	margin:0;
	background: #fff !important;
	overflow-x:hidden;
	margin-bottom:0 !important;
	}
body, th, td, input, textarea{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
form{
	}
fieldset{
	}
input, textarea{
	font-weight:bold;
	}
input.text{
	background:#FFFFFF;
	border:none;
	padding:1px;
	}
input.button{
	background:#000000;
	border:1px solid #000000;
	color:#ffffff;
	}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
li{
	list-style:none;
	padding:0;
	margin:0;
}
h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:25px;
	}
h2{
	font-size:22px;
	
	}
h3{
	font-size:16px;
	}
h4{
	font-size:14px;
	}
h5{
	font-size:12px;
	}
h6{
	font-size:10px;
	}
a, a:hover, a:focus{
	text-decoration:none !important;
	color:#fff!important;
}
/*carosel fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 3;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 3;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*end carosel fade*/
.page a, .single a, .single a:hover, .page a:hover, .page a:active {
	text-decoration:none !important;
}
/**** Isotope CSS3 transitions ****/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/*header*/
#header-top .container {
    background-color: rgba(0, 0, 0, 0.27);
}
header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.header-top{
	display:table;
	margin:0 auto;
}
.h1img {
    margin-top: 15px;
}
.h3img {
    margin-top: 5px;
}
.header-top img {
    float: left;
    margin-right: 5px;
}
#header .nav li{
    padding: 0;
    border-right: 1px solid #333;
    margin: 20px 0 20px 0;
}
#header .nav li:last-child{
    border-right:0;
}
#header .nav li a{
    font-size: 14px;
    color: #fff;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    padding: 0px 20px 0px 17px;
}
#header .nav li a:hover, #header .current-menu-item a{
	color:#333 !important;
}
.home #header .current-menu-item a{
	color:#fff !important;
}
#header #navbar {
    background: #0066CC;
    border: none;
    border-radius: 0;
}
#header .navbar {
    position: relative;
    min-height: inherit;
    margin-bottom: 0;
    border:none;
}
#header .navbar-default{
	background:none;
}
.header-bottom{
	background: rgba(0, 0, 0, 0.79);
}
.header-phone{
    background-image: url(../images/header-phone.png);
    background-repeat: no-repeat;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansbold';
    padding: 20px 0 19px 0;
    text-align: center;
    background-position-x: 15px;
    background-position-y: 15px;
}
.header-phone a{
	color:#fff;
}
.header-ask{
    background-color: #0dbae8;
    padding: 18px 0 18px 0;
	cursor:pointer;
}
.header-ask h5{
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansbold';
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
header .logo img{
	width:100%;
	height:auto;
}
.header-bottom select.filter-select, .header-bottom select.filter-loc {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background-image: url(../images/select-down-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    cursor: pointer;
}
.header-bottom select {
    background: none;
    border: none;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular';
}
.filter-select, .filter-loc {
    padding: 8px 15px 8px 25px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    font-family: 'open_sansbold';
}
.selectcat {
    padding: 15px 0;
    float: right;
}
.header-bottom input[type="submit"] {
    background: none;
    border: none;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansbold';
    margin-bottom: 0!important;
	text-transform:uppercase;
    background-image: url(../images/inputlens.png);
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 35%;
    margin-top: 6px;
}
.header-bottom option {
    color: #fff;
    background: #000;
    width: 100%;
}
.head-border{
	border-right:1px solid #4c4846;
    padding: 7px 0px;	
	padding-left: 0!important;	
    padding-right: 0 !Important;
}
/*header over*/
/*index*/
#slider{
	position:relative;
}
#slider .carousel, #slider .carousel-inner, #slider .item{
	max-height:667px;
}
#slider .item .image img {
    width: 100%;
    height: auto;
	
    min-height: 667px;
}
#slider:hover .control-carousel{
	display:block;
}
#slider a.left.control-carousel {
	position: absolute;
    bottom: 40px;
    right: 120px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.67);
    padding: 0px 10px 0px 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
#slider a.left.control-carousel .fa, #slider a.right.control-carousel .fa{
	color: #0066CC;
}
#slider a.right.control-carousel {
	position: absolute;
    bottom: 40px;
    right: 70px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.67);
    padding: 0px 10px 0px 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
#slider .control-carousel {
    font-size: 70px;
    color: #fff;
	
	display:none;
}
.image {
    width: 100%;
}
.titles {
    display: table;
    margin: 0 auto;
}
.titles h2{
    font-size: 20px;
    color: #000;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    margin: 25px 0;
    display: table;
    float: left;
}
.titles h2 i{
    font-size: 20px;
    color: #000;
    font-family: 'open_sanssemibold';
	text-transform:uppercase;
    margin-right: 7px;
    font-style: normal;
}
.titles span {
    margin-top: 23px;
}
span.left, span.right{
	background-image: url(../images/title-back.png);
    background-repeat: repeat-x;
    width: 255px;
    float: left;
    height: 25px;
    margin-right: 15px;
    background-position-y: 8px;
}
span.right{
	margin-right:0;
	margin-left:15px;
}
p{
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sansregular';	
}
.box{
    font-size: 14px;
	background-color:#0066CC;
	color:#fff;
    font-family: 'open_sansbold';
	text-align:center;
	display:table;
	margin:0 auto;
	text-transform:uppercase;
	padding: 8px 20px 8px 20px;
    border: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	cursor:pointer;
	
}
.box:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #fff;
    color: #0066CC;
}
/*.wpcf7-submit.box{
	background-color:#0066CC !important;
}*/
.aboutexcerpt{
	display:table;
	margin:0 auto;
}
.aboutexcerpt p {
    width: 100%;
    text-align:justify;
    display: table;
    margin: 0 auto !important;
    padding-bottom: 40px;
    padding-top: 15px;
}
.slider-overlay {
	position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(25,35,45,0) 0%,rgba(0,0,0,0.9) 100%);
    padding: 35px 0 0 0;
}
.slider_icon img {
    width: 63px;
    height: 63px;
}
.slider-overlay h1, .projareaoverlay h1{
    font-size: 20px;
	color:#fff;
    font-family: 'open_sansregular';
	margin:15px 0 0 0;
	padding:0;
	text-transform:capitalize;
}
.slider-overlay p{
    font-size: 12px;
	color:#fff;
    font-family: 'open_sansregular';
	margin:10px 0 0 0;
	padding:0;
	text-transform:capitalize;
}
.slider-overlay h4{
    font-size: 15px;
	color:#fff;
    font-family: 'open_sanssemibold';
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.slider-overlay h5{
    font-size: 10px;
    color: #fff;
    font-family: 'open_sansregular';
	margin:0 0 5px 0;
	padding:0;
	text-transform:capitalize;
}
 .overicon {
    width: 40px;
	height:50px;
    float: left;
    margin-right: 5px;
}
.slider-overlay .box{
	background:none;
	border:1px solid #0066CC;
	padding:10px 40px;
	margin-top:25px;
}
.slider-overlay .box:hover{
	background:#fff;
}
.projareaimgbox {
    height: 460px;
}
.projplotimgbox{
    height: 240px;
}
.projflatimgbox, .projotherimgbox{
    height: 205px;
	margin-top:15px;
}
.projareaimgbox img, .projplotimgbox img, .projflatimgbox img, .projotherimgbox img{
	width:100%;
	height:100%;
}
.projoverlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.72);
    padding: 5px 0;
}
.projoverlay .overicon {
	width: 65px;
    height: 50px;
    float: left;
    margin-right: 5px;
	position:relative;
}
.projoverlay .overicon  img{
	width: 40px;
    height: 40px;
    margin: 6px 17px 0 15px;
}
.projoverlay .overtext {
    float: left;
    display: table;
}
.others .projoverlay h1{
	font-size:12px;
}
.projoverlay h1{
    font-size: 18px;
    color: #fff;
    font-family: 'open_sanssemibold';
    margin: 5px 0 5px 0;
    padding: 0;
}
.projoverlay h5{
    font-size: 12px;
	color:#fff;
    font-family: 'open_sansregular';
	margin:0;
}
.projbox{
	background-color:#0066CC;
	padding-bottom: 44px;
}
.projbox h3{
    font-size: 18px;
	color:#000;
    font-family: 'open_sanssemibold';
	text-align:center;
	margin-top: 10px;
}
.projbox h3 span{
    font-family: 'open_sansregular';
}
.projbox p{
    font-size: 12px;
	color:#fff;
    font-family: 'open_sansregular';
	text-align:center;
    margin-bottom: 11px;
}
.projbox a{
    font-size: 14px;
	color:#fff !important;
    font-family: 'open_sansregular';
	display:table;
	margin:0 auto;
	text-decoration:underline!important;
}
.projbox .globe img{
	margin:0 auto;
	padding-top: 20px;
}
#aboutushome{
	padding:55px 0;
	background-image: url(../images/abtushome-back.png);
    background-repeat: no-repeat;
    background-position: center;
}
#customer{
	background-image: url(../images/customer-back.png);
    background-repeat:repeat;
}
#customer span.right {
    width: 150px;
}
#customer .titles {
    margin-top:15px;
	margin-left:0;
}
#customer .thumb {
    width: 48px;
    height: 50px;
    float: left;
	background-image: url(../images/newslistback.png);
    background-repeat: no-repeat;
}
#customer span.newsdate {
    display: table;
    margin: 0 auto;
    margin-top: 2px;
    font-size: 20px;
	color:#fff;
    font-family: 'open_sansbold';
}
#customer span.newsmonth {
	display: table;
    margin: 0 auto;
    margin-top: -1px;
    font-size: 9px;
    color: #fff;
    font-family: 'open_sansregular';
}
#customer .newstext {
    float: left;
    width: 270px;
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sanssemibold';
	margin-left:15px;
}
#customer .newstext h4{
    font-size: 14px;
}
#customer .newstext a{
    color: #3a3a3a !important;
}
#customer ul li{
	padding:15px 0;
	border-bottom:1px dotted #ccc;
	float: left;
}
#customer .viewall{
    font-size: 16px;
    color: #0066CC;
    font-family: 'open_sansregular';	
	text-decoration:underline !important;
	float:right;
	margin-right:25px;
	text-transform:capitalize;
}
.cusback{
	background:#fff;
	padding-bottom: 22px;
	
	box-shadow: 0px 0px 10px 5px #c2c2c2;
}
.cussays {
    height: 320px;
}
.cussays .cuscont p{
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sansregular';
	line-height:25px;
	text-align:center;	
	background-image: url(../images/quote.png);
    background-repeat: no-repeat;
	padding-left:15px;
	padding-top:15px;
}
.cussays .cuscont p{
	overflow-y: auto;
    height: 120px;
}
.cussays h4{
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sanssemibold';	
	text-align:center;
	text-transform:capitalize;
}
.cussays h6{
    font-size: 12px;
    color: #3a3a3a;
    font-family: 'open_sansregular';	
	text-align:center;
	text-transform:capitalize;
	font-style:italic;
}
.cusname{
	border-top:2px solid #0066CC;
	position:relative;
	padding-top: 60px;
}
.cusname img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
	border:2px solid #0066CC;
}
.carousel-indicators {
    bottom: -20px!important;	
}
.carousel-indicators li.active {
    background: none;
    border: 2px solid #0066CC!important;	
}
.carousel-indicators li{
    border: 2px solid #000 !important;	
}
.tvbox {
    padding-bottom: 25px;
}
.videobox{
	width:90%;
	height:200px;
	margin:0 auto;
	position:relative;
    border: 1px solid #000;
}
.videobox .novideo img{
	width:100%;
	height:100%;
}
.videobox .tvstand img{
	position:absolute;
	bottom:-21px;
	left:0;
	right:0;
	margin:auto;
}
#slider-carousel10, #slider-carousel10 .carousel-inner, #slider-carousel10 .item, .novideo {
    height: 100%;
}
#slider-carousel10 .control-carousel {
    position: absolute;
    top: -55px;
    right: 10px;
    width: 35px;
}
#slider-carousel10 .left.control-carousel {
    display: block;
    padding: 15px 15px;
    background: #e4e4e4;
    margin-right: 38px;
	background-image: url(../images/video-left.png);
    background-repeat: no-repeat;
    background-position-y: 8px;
    background-position-x: 9px;
}
#slider-carousel10 .left.control-carousel:hover, #slider-carousel10 .right.control-carousel:hover{
	background-color:#3cb54e;
}
#slider-carousel10 .right.control-carousel {
    display: block;
    padding: 15px 15px;
    background: #e4e4e4;
	background-image: url(../images/video-right.png);
    background-repeat: no-repeat;
    background-position-y: 8px;
    background-position-x: 9px;
}
#heighlights{
	background-image: url(../images/heighlights-back.png);
    background-repeat: no-repeat;
	
	background-position: center;	
    padding: 130px 0;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
#heighlights .plotsales img{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}
#heighlights .plotsales h3{
    font-size: 20px;
    color: #000;
    font-family: 'open_sanssemibold';
	text-transform:uppercase;
	text-align:center;
	margin-top:90px;	
}
#heighlights .plotsales h4{
    font-size: 32px;
    color: #0066CC;
    font-family: 'open_sansbold';
	text-transform:uppercase;
	text-align:center;
}
#services{
    position: relative;
    padding-top: 30px;
    padding-bottom: 80px;
}
#services .titles {
    margin-bottom: 15px;
}
#services .servimg {
    position: relative;
}
#services .servimg img{
	width:100%;
	height:200px;
}
#services h2{
    font-size: 20px;
    color: #000;
    font-family: 'open_sansbold';
	text-transform:uppercase;
}
#services p{
    font-size: 14px;
    color: #000;
    font-family: 'open_sansregular';
	text-transform:capitalize;
}
#services .overlay{
	width:100%;
	height:200px;
	float:left;
	position:absolute;
	top:0;
    background-color: rgba(60, 181, 78, 0.76);
	background-image: url(../images/servlock.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 50%;
	display:none;
}
#services .servimg:hover .overlay{
	display:block;
}
#services .carousel-indicators {
    bottom: -60px !important;
}
#happy {
    background-color: #36C;
    padding: 28px 0 5px 0;
}
.sitting img{
	width:100%;
	height:auto;
}
.happytext{
    font-size: 23px;
    color: #fff;
    font-family: 'open_sanslight';
	text-transform:capitalize;
}
#happy .happydate, #happy .happymobile{
    font-size: 14px;
    color: #000;
    font-family: 'open_sansregular';
	text-transform:capitalize;
	padding: 8px 0px 8px 35px;
    border: 1px solid #000;
	background-color:#fff;
	width:100%;
}
#happy .happydate{
	background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
	background-position-x: 3px;
    background-position-y: 8px;
}
#happy .happymobile{
	background-image: url(../images/header-phone.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
}
#happy .box {
    width: 100%;
}
#happy ::-webkit-input-placeholder { color: #d6d6d6; } 
div.wpcf7-validation-errors {
    border: 1px solid #f7e700 !important;
    float: left;
     color: red;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
    float: left;
    color: #fff;
}
.outerhappy {
    margin-top: 10px;
}
/*index over*/
/*footer*/
footer {
	padding:25px 0 0 0;
	background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
	
	background-position: center;
	background-color:#0b0a0a;
	background-size:cover;
}
footer h2{
    font-size: 16px;
    color: #36C;
    font-family: 'open_sansregular';
	margin-bottom:20px;
	text-transform:capitalize;	
}
footer p, footer a{
    font-size: 12px;
    color: #000 !important;
    font-family: 'open_sansregular';
	
    text-transform: capitalize;	
}
footer li{
	padding-bottom:8px;
    color: #000 !important;
}
footer .fa{
	padding-bottom:8px;
}
footer .footer-address .fa{
    color: #000;
	float:left;
	font-size:15px;
}
footer .footer-address ul {
    margin-left: 2px;
    margin-top: 15px;
}
footer .footer-address li {
    margin-left: 35px;
}
footer .footer-address li a {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}
footer p{
	line-height:25px;
}
.social ul li {
    float: left;
    border: 2px solid #9c9b9c;
    margin-right: 13px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 3px 0 0px 8px;
}
.social ul li:hover {
	background: #fff;
    border: 2px solid #33B348 !important;
}
footer .social ul li:hover{
	background:none;	
}
.social ul li:hover .fa {
    color: #33B359;
}
#bottomfooter{
	padding:20px 0;
	border-top:1px solid #343434;
    font-family: 'open_sansregular';
	color:#fff;
	background:#36C !important;
}
#bottomfooter span, #bottomfooter a{
	color:#fff;
}
.bottomlist ul{
	margin-bottom:0;
}
.bottomlist ul li {
    float: left;
    border-right: 1px solid #4a4949;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.bottomlist ul li:last-child {
	border-right:0;
}
.subscribes h3, .widgetGuts table th {
	display:none;
}
.subscribes input.text {
    background: none;
    border: 1px solid #2f2f2f;
    padding: 10px;
    color: #fff;
}
.subscribes table {
    width: 100% !Important;
}
.subscribes tr.required {
    width: 70%;
    float: left;
}
.subscribes tr {
    width: 30%;
    float: left;
}
.subscribes input.button {
    background: #0066CC;
    border: none;
    color: #ffffff;
    padding: 10px 0 10px 0px;
	font-size: 14px;
    font-family: 'open_sansbold';
	text-transform:uppercase;
}
.subscribes input.button:hover {
    background: #fff;
    color: #0066CC;
}
.subscribes ::-webkit-input-placeholder {
    color:    #fff;
	text-transform:capitalize;
    font-family: 'open_sansregular';
	font-size:12px;
}
.bottomlist {
    display: table;
    margin: 0 auto;
}
/*end footer*/
/*innerpages*/
.content-topa{
	background-image: url(../images/about.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
} 
.content-topm{
	background-image: url(../images/mission.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
} 
.content-topcm{
	background-image: url(../images/cmd.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-topmd{
	background-image: url(../images/med.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-topga{
	background-image: url(../images/galry.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-topcar{
	background-image: url(../images/car.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-topop{
	background-image: url(../images/opn.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-topap{
	background-image: url(../images/apl.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-topct{
	background-image: url(../images/ctn.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-topin{
	background-image: url(../images/infra.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.content-top{
	background-image: url(../images/project-back.png);
    background-repeat: no-repeat;	
	
	background-position: center;
	height:310px;
}
.page-id-221 .content-top{
	background-image: url(../images/faqhead.png);
    background-repeat: no-repeat;	
	height:310px;
}
.page-id-9 .content-top{
	background-image: url(../images/contacthead-back.png);
    background-repeat: no-repeat;	
	height:310px;
}
.overlay{
	position:absolute;
	z-index:100;
	top:0;
	float:left;
	width:100%;
	height:310px;
    background-color: rgba(0, 0, 0, 0.27);
}
.breadcrumb {
    background: none !important;
    margin-top: 225px;
    float: left;
    color: #fff;
    position: absolute;
    z-index: 100000;
    font-family: 'open_sansbold';	
	max-width: 330px;
	text-transform:capitalize;
}
.breadcrumb  a{
    color: #fff!important;
    font-family: 'open_sansbold';
    font-size: 13px;
	text-transform:capitalize;
}
.pagetitles h2 {
    margin-top: 225px;
    color: #fff;
    position: absolute;
    z-index: 999;
    text-align: center;
    left: 0;
    right: 0;
    font-family: 'open_sanssemibold';
	font-size:28px;
	text-transform:uppercase;
}
.thumbproject img{
	width:100%;
	height:233px;
}
.project-col{
	min-height:400px !important;
}
.tab_content{
	background:none !important;
	width:100%;
	clear:both;
	float:left;
}
a.accordion_tabs {
    color: #000 !Important;
    border-bottom: 1px solid #ccc;
    font-family: 'open_sansbold';
}
.toggle_border{
	border:none !important;
}
.accordion_tabs {
    border: none!important;
	clear:both;
	margin-bottom:5px;
}
.tabs{
	border:0!important;
	margin-top:70px;
	margin-bottom:25px;
}
.tabs-6 ul li, .tabs li a{
	border:0!important;
}
.tabs li.active{
	background:#f8f8f8;
	border-bottom:1px solid #37b44a!important;
}
.tabs li.all, .tabs li.going, .tabs li.complete, .tabs li.featured, .tabs li.Upcomming{
    background-position-x: 12px;
    background-position-y: 9px;
    padding: 0 10px 0px 25px;
    background-repeat: no-repeat;	
}
.tabs li.all{
	background-image: url(../images/projli1.png);
}
.tabs li.going, .tabs li.Upcomming {
	background-image: url(../images/projli2.png);
}
.tabs li.complete {
    background-image: url(../images/projli3.png);
    background-position-y: 8px;
}
.tabs li.featured {
    background-image: url(../images/projli4.png);
    background-position-y: 5px;
}
.tabs li a{
    font-size: 16px;
    color: #2b2f34!important;
    font-family: 'open_sansregular';
	text-transform:uppercase;
    padding: 8px 0px 8px 20px!important;
}
.contproject h1{
    font-size: 16px;
    color: #333333;
    font-family: 'open_sansbold';
	text-transform:uppercase;	
}
.project-tab h5{
    font-size: 16px;
    color: #333333;
    font-family: 'open_sansregular';
	text-transform:capitalize;	
}
.contproject .fa{
    color: #33b348;
	float:left;
	font-size:15px;
	margin-right:8px;
}
.contproject {
    float: left;
    width: 100%;
    border: 1px solid #ededed;
    border-top: 0;
    padding-left: 10px;
}
.overlayproj{
	display:table;
	position:absolute;
    top: 15px;
    left: 30px;
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansbold';
    background-image: url(../images/proj-img-back.png);
    background-repeat: no-repeat;
    background-color: #33b348;
    padding: 8px 20px 8px 40px;
    background-position-y: 8px;
    background-position-x: 8px;
	text-transform:uppercase;
}
.overlayproj span{
	position:absolute;
	top: 24px;
    left: -10px;
    background-image: url(../images/img-after.png);
	width:25px;
	height:25px;
    background-repeat: no-repeat;
    background-position-y: 8px;
    background-position-x: 8px;
}
.status {
    border: 1px solid #ededed;
    padding: 10px 0px 10px 25px !important;
    border-top: 0;
    color: #333;
    font-size: 12px;
	text-transform:uppercase;
    font-family: 'open_sanssemibold';
}
.status span {
    color: #33b348;
    font-size: 12px;
	text-transform:uppercase;
    font-family: 'open_sanssemibold';
}
.statusview {
    text-align: center;
    padding-left: 0 !important;
    font-family: 'open_sanssemibold';
}
.statusview:hover {
    color: #fff;
    background-color: #33B348;
}
.projopp {
    background-image: url(../images/projopp.png);
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    padding: 15px 0px 15px 55px;
    margin-top: 15px;
    border: 1px solid #ededed;
    background-position-y: 10px;
    background-position-x: 10px;
	background-color:#fbfbfb;
}
.projoppcont {
    float: left;
    width: 100%;
	padding: 15px 0px 15px 35px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #333333;
    font-family: 'open_sansregular';
    text-transform: uppercase;
}
.projopp h3 {
    font-size: 16px;
    color: #333333;
    font-family: 'open_sansregular';
    margin: 0;
    text-transform: uppercase;
}
.projoppcont li{
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-position-x: 0;
    padding-left: 35px;
    background-image: url(../images/cap.png);
}
.projoppcont li:nth-child(1), .projoppcont li:nth-child(2) {  
    background-image: url(../images/road.png);
}
.projoppcont li:nth-child(3) {  
    background-image: url(../images/bus.png);
}
.projoppcont li:nth-child(4) {  
    background-image: url(../images/scope.png);
}
.projoppcont li:nth-child(5), .projoppcont li:nth-child(6) {  
    background-image: url(../images/cap.png);
}
.projadv{
	width:100%;
	margin-top:15px;
	float:left;
}
.projadv img{
	width:100%;
	height:auto;
}
.projectlogo img{
	width:100%;
	height:150px;
    border: 1px solid #ededed;
}
.projlogocont h1{
    font-size: 28px;
    color: #333333;
    font-family: 'open_sansbold';
    text-transform: uppercase;
	margin-bottom:10px;
	margin-top:0;
}
.projlogocont h2{
    font-size: 14px;
    color: #333333;
    font-family: 'open_sansbold';
    text-transform: uppercase;
	margin-bottom:10px;
	margin-top:0;
}
.projlogocont .fa{
    color: #33b348;
	float:left;
	font-size:16px;
	margin-left:10px;
	margin-right:10px;
}
.projlogocont .box {
    padding: 10px 35px 10px 25px;
	background:#f5f5f5;
	color:#0066CC;
}
.projlogocont .box:hover {
	background:#f5f5f5;
	color:#fff;
	background:#0066CC;
	cursor:pointer;
}
.projlogocont .box:hover .key{
	background: url(../images/key.png) 5% 8%;
	
}
.projlogocont .box:hover .broch{
	background: url(../images/download.png) 95% 8%;
	
}
.box .key{
	background: url(../images/key.png) 95% 8%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    float: left;	
	
}
.box .broch{
	background: url(../images/download.png) 5% 8%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;	
	
}
.contents{
	padding:50px 0;
}
.projacc {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.projacc .videobox {
    width: 60%;
}
.accordion_head {
    font-size: 16px;
    color: #333333;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    padding: 15px 0 15px 50px;
    border: 1px solid #ededed;
	position:relative;
	float:left;
	width:100%;
    background-repeat: no-repeat;
}
span.plusminus {
    float: right;
    font-size: 33px;
    position: absolute;
    right: 25px;
    top: 0;
    color: #0066CC;
    cursor: pointer;
    background-image: url(../images/accborder.png);
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 13px;
    width: 28px;
    padding-top: 1px;
    text-align: center;
    font-weight: lighter;
	
}
.accordion_body{
	padding:20px;
	float:left;
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sansregular';
	line-height:25px;
	width: 100%;
    border: 1px solid #ededed;
	border-top:0;
	border-bottom:0;
}
.accordion_body ul {
    float: left;
    width: 45%;
    margin-top: 10px;
}
.accordion_body .shareicons ul {
    float: left;
    width: 100%;
    margin-top:0
}
.accordion_body ul li {
    color: #3a3a3a;
    font-size: 14px;
	text-transform:uppercase;
    font-family: 'open_sanssemibold';
}
.accordion_body ul li span{
    font-family: 'open_sansbold';
}
.overview {
    background-image: url(../images/acc1.png);
	background-position-y: 1px;
}
.speci{
    background-image: url(../images/acc2.png);
	background-position-y: 10px;
}
.amenities{
    background-image: url(../images/acc3.png);
	background-position-y: 4px;
}
.map{
    background-image: url(../images/acc4.png);
	background-position-y: 4px;
}
.floor{
    background-image: url(../images/acc5.png);
	background-position-y: 4px;
}
.availability{
    background-image: url(../images/acc6.png);
	background-position-y: 4px;
}
.walk{
    background-image: url(../images/acc7.png);
	background-position-y: 4px;
}
.pricebox{
    background-image: url(../images/acc8.png);
	background-position-y: 4px;
}
.banks{
    background-image: url(../images/acc9.png);
	background-position-y: 4px;
}
.statuss {
    background-image: url(../images/acc10.png);
	background-position-y: 4px;
}
.mapbody{
	padding:0;
	margin-top:10px;
}
.mapbody img{
	width:100%;
	height:200px;
}
.amenitiesbody .gallery-caption {
    color: #3a3a3a;
    font-size: 12px;
	text-transform:capitalize;
    font-family: 'open_sanslight';
	margin-top:10px;
}
.amenitiesbody .gallery-item {
    padding: 5px;
}
.amenitiesbody img {
	border:none !important;
    width: 100%;
}
.floorbody .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
    padding: 25px;
}
.floorbody .gallery-item img {
	width:100%;
	max-height:125px;
	
	height: auto;
}
.floorbody img {
    border: 1px solid #cfcfcf!important;
}
.popup-gallery a, .popup-gallery a:focus {
    position: relative;
	outline:none;
}
.gal-overlay {
    position: absolute;
    top: -51px;
    width: 100%;
    height: 125px;
}
.popup-gallery:hover .gal-overlay {
    background-color: rgba(53, 179, 72, 0.81);
    background-image: url(../images/lens.png);
	background-repeat:no-repeat;
	background-position-y: 50%;
    background-position-x: 50%;
}
.available {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: 'open_sansbold';
	font-size:16px;
}
.avail_body img{
	width:100%;
	height:170px;
}
.priceboxbody input, .priceboxbody textarea{
    padding: 10px 0 10px 15px;
    border: 1px solid #ededed;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'open_sanssemibold';
}  
.priceboxbody ::-webkit-input-placeholder { color: #a3a5a5; } 
.priceboxbody textarea{
	height:150px;
} 
.priceboxbody .box{
	padding:5px 0;
}   
.banksbody img {
    border: 0 !important;
}
.statusbody img {
    width: 100%;
    border: 0 !important;
    padding: 10px;
    height: 190px;
}
.statusbody .gallery-item {
    position: relative;
}
.statusbody .gallery-caption {
	margin-left: 0;
    position: absolute;
    top: 20px;
    left: 10px;
    background-color: #0066CC;
    padding: 2px 15px 2px 25px;
    color: #fff;
    background-image: url(../images/title-calendar.png);
	background-repeat:no-repeat;
    background-position-y: 50%;
    background-position-x: 3px;
}
.statusbody .gal-overlay {
    position: absolute;
    top: -74px;
    width: 100%;
    height: 170px;
}
.page-id-5 .content-top{
    background-image: url(../images/abouthead-back.png);
	background-repeat:no-repeat;
}
.page-id-5 #aboutushome {
    background-color: #f7f7f7;
	border-bottom:1px solid #ededed;
}
.page-id-5 #aboutushome p {
    width: 80%;
    margin: 0 auto;
    line-height: 25px;
}
#innerpage p, #innerpage p{
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sansregular';
    line-height: 25px;
}
.content-top h2{
    color: #fff!important;
}
#innerpage h2{
    font-size: 23px;
    color: #000;
	font-family: 'open_sansbold';
	text-transform:uppercase;
}
#innerpage h2 span{
    font-family: 'open_sanssemibold';
}
.aboutdesk{
	padding:25px 0;
}
.mdthumb img{
	width:100%;
	height:300px;
}
.mdtcont p {
	background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    margin: 48px 0 10px 0;
    text-transform: capitalize;
    padding-top: 20px;
    padding-left: 20px;
}
.mdtcont h3 {
	text-transform: uppercase;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #3a3a3a;
	font-family: 'open_sansbold';
    padding-right: 60px;
}
.mdtcont h4 {
    text-align: right;
    font-size: 14px;
    color: #3a3a3a;
	font-family: 'open_sansbold';
    padding-right: 25px;
}
.digsign img {
    float: right;
    width: 170px;
    height: auto;
}
.vismis{
    background-color: #fbfbfb;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 90px 0;
    background-image: url(../images/abt-back.png);
    background-repeat: no-repeat;
	
    background-position: center;
    background-position-x: -62px;
}
.visthumb {
    width: 100%;
    height: 120px;
}
.visthumb img{
    position: relative;
    top: 38%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.vistcont h5{
    font-size: 14px;
    color: #000;
	text-transform: uppercase;
    font-family: 'open_sansbold';
}
.abtawards {
	padding:35px 0;
    background-image: url(../images/awrd-back.png);
    background-repeat: no-repeat;
    background-position-x: 20%;
    background-position-y: 25px;
}
.abtawards h2{
	margin-bottom:30px;
}
.abtawards p{
	margin-bottom:30px;
    font-family: 'open_sanssemibold';
}
.awardimg{
	position:relative;
}
.awardimg img{
	width:100%;
	height:auto;
}
.awardimg .overlay {
    height: 100%;
	display:none;
}
.awardimg:hover .overlay {
	display:block;
	cursor:pointer;
}
.abtawards h4{
    font-size: 14px;
    color: #000;
    font-family: 'open_sanssemibold';
	text-transform: uppercase;
}
.abtawards ol.carousel-indicators {
	right: 15px;
    left: inherit;
    width: inherit;
    bottom: -35px !important;
}
.projtype {
    font-size: 16px;
    color: #0066CC;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    background-color: #f5f5f5;
    display: table;
    float: left;
    padding: 10px 40px 10px 15px;
}
.servthumb img {
    max-height: 400px;
    height: auto;
    width: 100%;
}
.singleservice{
	padding:25px 0px 70px 0px;
}
.singleservice h2{
	margin-bottom:35px;
}
#wpcf7-f220-p88-o1 .col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
}
input, textarea{
    width: 100%;
    padding: 10px 0 10px 35px;
    border: 1px solid #ededed;
    margin-bottom: 15px!important;
}
input:focus, select:focus, textarea:focus{
	outline-color: #0066CC!important;
}
textarea {
	height:150px;
}
.sname, .semail, .sphone, .sdate, .saddress, .sintrested, .qualification, .experience{
    background-image: url(../images/input1.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
}
.semail{
    background-image: url(../images/input2.png);
}
.sphone{
    background-image: url(../images/input3.png);
}
.sdate{
    background-image: url(../images/input4.png);
}
.qualification{
    background-image: url(../images/education.png);
    background-position-x: 5px;
}
.experience{
    background-image: url(../images/people.png);
    background-position-x: 5px;
}
.sintrested{
    background-image: url(../images/binocular.png);
    background-position-x: 5px;
}
.saddress{
    background-image: url(../images/input5.png);
    background-position-y: 10px;
	height:100px;
}
.sharethis {
	width: 20px;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    transition: 1s ease-in-out;
    background-image: url(../images/shareus.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
	background-position-x: 5px;
	margin-bottom:35px;
}
.sharethis .social {
    position: absolute;
    left: -160px;
    float: left;
    width: 100%;
    transition: 1s ease-in-out;
}
.sharethis:hover .social{
     left: 25px;
    transition: 1s ease-in-out;
}
.sharethis:hover{
   	width:150px;
    transition: 1s ease-in-out;
	cursor:pointer;
}
.sharespan{
	margin-left:10px;
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sansregular';
	text-transform:capitalize;
    margin-top: 5px;
    float: left;
}
.faqhead{
    background-image: url(../images/faqlist-back.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
	background-position-x: 10px;
}
#faq {
    padding: 25px 0 50px 0;
}
#contact{
    padding: 55px 0 0 0;
    background-image: url(../images/contact-us-back.png);
    background-repeat: no-repeat;
    background-position: center;
}
#contact h3{
    font-size: 16px;
    color: #3333333;
    font-family: 'open_sansbold';
	margin-bottom:30px;
}
#contact h3 span{
    font-family: 'open_sansregular';
}
.cont-form .col-md-6.col-sm-6.col-xs-12, .cont-form .col-md-12.col-sm-12.col-xs-12{
	padding-left:0;
}
#contact input, #contact textarea {
    padding: 10px 0 10px 15px;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea {
    background: none;
}
#contact .box {
    padding-left: 0 !important;
}
.cont-info > ul.uladd li{
	padding:15px 0;
	border-bottom:1px solid #d2d2d2;
    font-size: 12px;
    color: #333333;
    font-family: 'open_sanssemibold';
}
.cont-info > ul li a{
	color: #333333 !important;
}
.cont-info > ul li .fa {
    float: left;
    margin-top: 4px;
    margin-right: 15px;
    height: 35px;
    color: #33B348;
}
.cont-info .social ul li {
    padding: 5px 0 0 8px;
    margin-top: 15px;
    margin-bottom: 15px;
	border: 2px solid #9c9b9c;
}
.social ul li .fa {
    color: inherit;
    height: 0;
    margin: 0;
    float: none;
}
#gallery {
    padding: 25px 0 60px 0;
}
.titlephoto{
    background-image: url(../images/camera.png);
    background-repeat: no-repeat;
}
.gal-img {
    margin-bottom: 15px;
	position:relative;
}
.gal-img img{
	max-height:200px;
	min-height:200px;
	height:auto;
	width:100%;
}
#slider-carousel20 {
    margin-top: 40px;
	padding-bottom: 25px;
}
.titlephoto .titles, .titlevideo .titles {
    padding-top: 70px;
}
.titlevideo .titles{
    padding-bottom: 35px;
}
#slider-carousel20 ol.carousel-indicators{
    margin-bottom: 25px;
}
.gal-img .overlay {
    height: 200px;
	background-color: rgba(63, 182, 85, 0.79);
	display:none;
    background-image: url(../images/zoom-img.png);
    background-repeat: no-repeat;
	background-position-x:50%;
	background-position-y:50%;
}
.gal-img:hover .overlay {
	display:block;
}
.titlevideo{
    background-image: url(../images/videocamera.png);
    background-repeat: no-repeat;
}
#slider-carousel21 .novideo img{
	width:100%;
	height:auto;
	position:relative;
}
#slider-carousel21 .col-md-6.col-sm-6.col-xs-12 {
    min-height: 210px;
	padding-right:0;
}
#slider-carousel21 .carousel-inner {
    padding-bottom: 30px;
}
#slider-carousel21 .carousel-indicators {
    bottom: -15px!important;
}
#slider-carousel21 .tabs {
    margin-top: 0!important;
}
#slider-carousel21 .tabs li a {
    padding: 0px!important;
}
#slider-carousel21 .overlay {
	height:197px;
}
#slider-carousel21 .innervideo{
	height:200px;
}
.innervideo{
	position:relative;
	width:100%;
}
.tabcontents .videobox {
    width: 100%;
    height: 350px;
}
#careers{
	padding:25px 0 65px 0;
}
#careers .carousel-inner {
    padding-bottom: 35px;
}
#careers .carousel-indicators {
    bottom: 0px!important;
	text-align: right;
}
#careers .titles {
	margin: 0;
}
#careers h3{
	font-size: 16px;
    color: #3a3a3a;
    font-family: 'open_sanssemibold';
    margin-top: 75px;
    margin-bottom: 20px;
	text-transform:uppercase;
}
#careers .outercareer ul, #careers .outercareer li{
	margin:0;
	padding:0;
}
#careers .outercareer li, careerpopup li{
    list-style: none;
    padding-left: 45px;
	float: left;
    width: 100%;
}
.car-f, .car-s{
	background-image: url(../images/suitcase.png);
    background-repeat: no-repeat;
    min-height: 35px;
    background-position-y: 0px;
    background-position-x: 3px;
}
.car-s{
	background-image: url(../images/badge.png);
}
li.car-s p {
    width: 80%;
	font-size: 14px;
    color: #3a3a3a;
    font-family: 'open_sansregular';
}
.outercareer{
	width:100%;
	cursor:pointer;
	float:left;
	margin-bottom:15px;
}
.outercareer:hover .careerbox{
    border: 1px solid #a7deb0;
}
.outercareer:hover .outercareerbox{
	border-left:1px solid #a7deb0;
}
.outercareer:hover .career-contact{
	color:#fff;
}
.outercareer:hover .outercareercontact{
	color:#fff;
	background-color:#0066CC;
}
.careerbox {
	padding: 15px;
    float: left;
    border: 1px solid #ececec;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    position: relative;
    width: 100%;
    left: -52px;
}
.outercareerbox {
    width: 100%;
    overflow: hidden;
	border-left:1px solid #ececec;
}
.innerbox {
    transform: skew(25deg);
}
.careerbox h4{
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
	font-size: 16px;
    color: #3a3a3a;
    font-family: 'open_sanssemibold';
}
.car-img img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.career-contact{
	font-size:16px;
	color: #33B348;
	text-align:center;
	text-transform:uppercase;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    transform: skew(25deg);
}
.outercareercontact{
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    border: 1px solid #ececec;
    padding: 65px 15px;
	position: absolute;
    left: -30px;
}
.thisshare {
    float: left;
    width: 60%;
	cursor:pointer;
}
.innershare{
	width:35px;
	height:35px;
	background-image: url(../images/share-icon.png);
    background-repeat: no-repeat;
	float:left;
    background-position-y: -3px;
    margin-right: 10px;
}
.thisshare:hover .shareicons {
    width: 120px;
	transition: 1s ease-in-out;
}
.sharetitle{
	float:left;
	margin-top: 5px;
	text-transform:capitalize;
}
.shareicons {
    float: left;
    width: 0;
	height: 30px;
    overflow: hidden;
	transition: 1s ease-in-out;
}
.shareicons ul{
	margin-top:0;
}
.shareicons ul li {
    float: left;
}
#careers .outercareer .shareicons li {
    list-style: none;
    padding-left: 0;
    float: left;
    width: inherit;
}
.shareicons .fa {
	padding: 7px;
    border: 1px solid;
    color: #000;
	margin-right:10px;
}
.shareicons .fa:hover {
    background-color: #0066CC;
    color: #fff;
}
.shareicons i.fa.fa-facebook {
    padding: 7px 10px 7px 10px;
}
.searchitems {
    padding: 35px 0;
    float: left;
    width: 100%;
}
.noresult {
    text-align: center;
    padding: 50px 0;
	font-size: 25px;
    color: #3a3a3a;
    font-family: 'open_sanssemibold';
	text-transform:capitalize;
}
/*end inner pages*/
/*pop up*/
#myModal1 .modal-body {
    float: left;
}
.modal-title {
    text-align: center;
	text-transform:uppercase;
}
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
.modal {
    z-index: 105000!important;
}
/*share*/
.sharesocial h2{
    font-size: 16px;
    color: #333333;
    font-family: 'open_sansregular';
}
.sharesocial .fa {
    color: #9c9b9c !Important;
}
div.wpcf7-mail-sent-ok {
    float: left;
}
.modal-body {
    float: left;
}
.bookreq {
    height: 75px;
}
.projectname{
	display:none;
}
.careerpopup{
    font-family: 'montserratregular';
    font-size: 16px;
    color: #333333;
    padding-top: 18px;
}
.careerpopup h3{
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:0;
	
    font-size: 18px;
}
.careerpopup h4{
	margin:20px 0;
}
.modal-dialog {
    margin-top: 4%!important;
}
#myModalcareer .modal-dialog {
    width: 95%!important;
}
/*career pop upo*/
.popuptitle{
    padding-left: 45px;
    font-size: 16px;
    color: #3a3a3a;
    font-family: 'open_sanssemibold';
    margin-top: 10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.careerpopup li {
    margin-bottom: 15px;
}
.popupcont p {
    float: left;
    margin-left: 47px;
    margin-top: 10px;
}
.post{
	display:none;
}
/*end carrer pop up*/


/*new styles*/
.projacc .statusbody ul {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.projacc .statusbody ul li {
    width: 50%;
    float: left;
}
.projadv2 {
    float: left;
    width: 100%;
}
.service {
    height: auto;
}
/*end*/