.gallery-img-styl {
	width:220px;
	height:auto;
	border:5px solid #000;
	margin-bottom:10px;
	padding:10px;
}

/*******************************************************/
/*********************** header-top ********************/
/*******************************************************/
.header-top {
	width:100%;
	height: auto;
	margin:0 auto;
	background-color:#086ea3;
	border-bottom:5px solid #282828;
}

.header-top-container {
	width:90%;
	height: auto;
	margin:0 auto;
}

.header-top-content {
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-align: center;
	letter-spacing:1px;
	color:#fff;
}

/*******************************************************/
/*********************** header ************************/
/*******************************************************/

.header {
	width:100%;
	height: auto;
	margin:0 auto;
	background-color:#383838;
	overflow:hidden;
}

.header-container {
	width:90%;
	height: auto;
	margin:0 auto;
}

.header-left {
	width:100%;
	height:90px;
	background-image:url(../images/companr-name.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	float: none;
	overflow:hidden;
}

.header-right {
	width:100%;
	height:100px;
	margin:0 auto;
	float:right;
	padding-top:00px;
}

.header-contact-call {
	width:100%;
	height:30px;
	line-height:30px;
	padding-right:0px;
	margin:0px auto 0 auto;
	position:relative;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#fff;
	text-align: center;
	float:right;
}

.header-contact-email {
	width:100%;
	height:30px;
	line-height:30px;
	padding-right:0px;
	margin:0px auto 0 auto;
	position:relative;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#fff;
	text-align: center;
	float:right;
}

/**************************************/
/************ Navigation **************/
/**************************************/

.navig {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:999;
}

.navig-container {
	width:100%;
	height:40px;
	margin:-30px auto 0 auto;
	position:relative;
	background-color:#fff;
	z-index:999;
	border-bottom:5px solid #198ac4;
	text-align:left;
}

/******* style.css-coad **************/

.nav a {
    padding: 10px 25px;
    color:#000;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#fff;
	position:relative;
	text-align:left;	
}

.nav a:hover {
    padding: 10px 25px;
    color:#000;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	background-color:#198ac4;
	color:#FFF;
}


/**********************************/
/************ Banner **************/
/**********************************/

.banner {
	width:100%;
	height:auto;
	margin:0px auto 0 auto;
	top:0px;
	clear:both;
	z-index:1;
	position:relative;
}

.banner-inner {
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
	top:0px;
	clear:both;
	z-index:1;
	position:relative;
}


.bi-img {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}


.bi-container {
	width:90%;
	height:auto;
	margin:0 auto 0 auto;
	position: absolute;
}

.bi-bg {
	width:auto;
	height:auto;
	margin:0 auto 0 auto;
	position:relative;
	float:right;
	background-color:rgba(255,255,0,0.8);
	padding:5px;
	bottom:60px;
}

.bi-txt {
	width:auto;
	height:auto;
	margin:0 auto;
	position:relative;
	float:right;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	font-weight:600;
	text-align:left;
	color:#666;
}

/********************************/
/******* welcome box ************/
/********************************/

.welcome {
	width:100%;
	height:40px;
	line-height:40px;
	margin:0 auto;
	background-image:url(../images/welcome-background.png);
	background-repeat:repeat;
	position:relative;
	background-size:100% auto;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	font-weight:600;
	text-align:center;
	border-bottom:5px solid #b9b9b9;
	top:0px;
}



/**************************************/
/******* Latest Projects **************/
/**************************************/


.lp-container {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
}
.lp-1 {
	width:100%;
	height: auto;
	margin:20px 2% 0 auto;
	position:relative;
	float:left;
	border:3px solid #CCC;
	background-color:#f1f0f0;
}

.lp-2 {
	width:100%;
	height: auto;
	margin:20px 2% 0 auto;
	position:relative;
	float:left;
	border:3px solid #CCC;
	background-color:#f1f0f0;
}

.lp-3 {
	width:100%;
	height: auto;
	margin:20px auto 0 auto;
	position:relative;
	float:left;
	border:3px solid #CCC;
	background-color:#f1f0f0;
}

.lp-txt {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	text-align:left;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#fb7e06;
	border-bottom:3px solid #CCC;
	padding:10px;
}

.lp-more{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#000;
	text-align:center;
	padding:10px;
}



/**************************************/
/************* text-area **************/
/**************************************/

.text-area {
	width:100%;
	height:auto;
	margin:20px auto 0px auto;
	position:relative;
	background-color:#198ac4;
	padding:20px 0px;
}

.text-area-container {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
	padding:20px auto;
}

/***********************************************/
/************* completed-projects **************/
/***********************************************/

.text-box {
	width:100%;
	height: auto;
	margin:0 auto;
	padding-bottom:30px;
	position:relative;
	background-color:#e1e1e1;
}

.text-box-container {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
}

.text-box-heading {
	width:90%;
	height:60px;
	line-height:60px;
	margin:0px auto 30px auto;
	position:relative;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:600;
	text-align:left;
	border-bottom:3px solid #6e6e6e;
}

/******************************************/
/************ Footer **********************/
/******************************************/

.footer-nav {
	width:100%;
	height:auto;
	position: relative;
	margin:0 auto;
	background-color:#efefef;
	padding-bottom:20px;
	overflow:hidden;
	border-top:2px solid #cccccc;
}

.footer-container {
	width:90%;
	height:auto;
	position: relative;
	margin:10px auto 0 auto;
}


.footer-contact-1 {
	width:100%;
	height: auto;
	margin:0px 1% 0px auto;
	float:none;
	padding-top:5px;
	padding-bottom:20px;
}

.footer-contact-2 {
	width:100%;
	height: auto;
	margin:0px auto 0px auto;
	float:none;
	padding-top:0px;
	padding-bottom:20px;
}



.footer { 
	width:100%;
	height: auto;
	line-height:30px;
	float:inherit;
	margin-top:0px;
	background-color:#f0d735;
	overflow:hidden;
}

.footer-con { 
	width:90%;
	height: auto;
	line-height:30px;
	margin:0 auto;
}

.footer-left {
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#000;
	float:none;
	padding-left:0px;
	line-height:30px;
	text-align:center;
}

.footer-right {
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#000;
	float:none;
	padding-right:0px;
	line-height:50px;
	overflow:hidden;
	text-align:center;
}

/**********************************/
/************ about ***************/
/**********************************/


.abt-container {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
}


.vm-container {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
}
.vision {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:none;
}

.mission {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:none;
}


/**********************************/
/************ Services ************/
/**********************************/


.services-container {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}


.services-bulders-txt {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:left;
}

.services-bulders-img {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:right;
	padding-left:0px;
}

.services-architects-txt {
	width:100%;
	height:auto;
	margin:20px auto;
	position:relative;
	float:right;
}

.services-architects-img {
	width:100%;
	height:auto;
	margin:20px auto;
	position:relative;
	float:left;
	padding-right:0px;
}

.services-interior-txt {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:left;
}

.services-interior-img {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:right;
	padding-left:0px;
}


/**********************************/
/************ Contact *************/
/**********************************/


.contact-container {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
}

.contact-txt {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:left;
	line-height:30px;
}

.contact-enq-frm {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:right;
	line-height:30px;
}





/***********************************/
/************ comp-pro *************/
/***********************************/

.comp-pro-container {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.comp-pro-left {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:left;
	overflow:hidden;
}

.comp-pro-right {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	float:right;
	overflow:hidden;
}

