.info-text {font-size:12px; color:red}
fieldset {
    border: dotted 1px #9cc31a;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
    margin: 0;
    margin-top: 10px;
}
legend {
    margin-left: 20px;
    padding: 5px 10px 0;
    border: dotted 1px #9cc31a;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    background-color: #FFF;
    margin: 0 auto;
}

.contact h2 {border-bottom:2px solid #EBE9E5;}

.img-hv {display:block}
.img-switch {display:none;margin:0}
.content-img {margin-left:15px}

#btn-banner {margin:25px 0}
#btn-banner .btn-outline-primary {margin:5px 8px;padding-left:10px;padding-right:10px}
@media (max-width: 768px) {
	.img-switch {display:block;margin-bottom:15px;}
	.img-hv {display:none}
}
/*====================================================
               Inner PAGE's Heading
======================================================*/
.test {
	background-size: cover;
	background-position: bottom right;
	background-repeat:none;
	background: url(../images/221.png) no-repeat;
	background-attachment: fixed;
}
#home-p {
	z-index: 1;
	height: 300px;
	position: relative;
	margin:0;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom right;
}
#home-p:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.4);
}
#home-p .container {	position: absolute;bottom:10px;max-width:100%;}
#home-p h1 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
#home-p p {
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 0;
	text-align:center;
/*	text-transform: uppercase;*/
}


#home-p.pagehead-idetail {
	background: url(../images/banner/industrial-project-detail.jpg) no-repeat;
}
#home-p.pagehead-cdetail {
	background: url(../images/banner/commercial-project-detail.jpg) no-repeat;
}
#home-p.pagehead-rdetail {
	background: url(../images/banner/residential-project-detail.jpg) no-repeat;
}
#home-p.pagehead-aboutus {
	background: url(../images/banner/corporate-info.jpg) no-repeat;
}

#home-p.pagehead-works {
	background: url(../images/banner/works.jpg) no-repeat;
}

#home-p.pagehead-portfolio {
	background: url(../images/banner/portfolio.jpg) no-repeat;
}

#home-p.pagehead-testimonials {
	background: url(../images/banner/testimonials.jpg) no-repeat;
}
#home-p.pagehead-residential {
	background: url(../images/banner/residential-projects.jpg) no-repeat;
}
#home-p.pagehead-commercial {
	background: url(../images/banner/commercial-projects.jpg) no-repeat;
}
#home-p.pagehead-industrial {
	background: url(../images/banner/industrial-projects.jpg) no-repeat;
}
#home-p.pagehead-terms {
	background: url(../images/banner/terms.jpg) no-repeat;
}
#home-p.pagehead-privacy {
	background: url(../images/banner/privacy-policy.jpg) no-repeat;
}
#home-p.pagehead-founders {
	background: url(../images/banner/founders.jpg) no-repeat;
}
#home-p.pagehead-contactus {
	background: url(../images/banner/contact.jpg) no-repeat;
}
#home-p.pagehead-terms {
	background: url(../images/banner/terms-of-service.jpg) no-repeat;
}
 @media (max-width: 768px) {
	#home-p {
		height:200px;
	}
	#home-p h1 {
		font-size: 30px;
		line-height: 40px;
	}
	#home-p p {
		font-size: 18px;
	}
}

#body-text h2{
    font-size: 20px;
    font-weight: 600;
    color:#0F335D;
}
#body-text h2 span {
    color:orange;
}

#body-text h3{
    font-size: 16px;
    font-weight: 500;
    color:#06497E;
}

#body-text .ul-desc {
	list-style: none;
	padding: 0;
	margin-left:5px; 
}
#body-text .ul-desc li {
  padding-left: 1.5em;
  margin-bottom:3px;
}
#body-text .ul-desc li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color:#81BB89;
  margin-left: -1em; /* same as padding-left set on li */
  width: 2em; /* same as padding-left set on li */
}

#body-text .body-img {
	float:right; 
	margin-left:15px;
	max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {
	#body-text .body-img {
		float:none; 
		margin:0 auto;
		display:block;
	}
}



/*====================================================
                   section-1
======================================================*/
#section-1 .section-1-cont p{
    padding-bottom: 15px;
	text-align:justify;
}
@media (min-width: 1600px) {
    #section-1 .section-1-cont p{
        font-size: 16px;
        padding-bottom: 20px;
    }
}



/*====================================================
                   section-terms
======================================================*/
#terms-text ol li {text-align:justify;margin-bottom:15px}

/*====================================================
                   section-privacy
======================================================*/
#privacy-text p {text-align:justify;margin-bottom:15px}

/*====================================================
                   section-digital
======================================================*/

#case-tabcontent {padding:20px 20px 5px; border: 1px solid #dee2e6; border-top:none }
.semi-gallery img {margin-top:30px}
.fa-ul>li {margin-top:5px;}
.fa-ul .fa {color:orange;}