@charset "utf-8";
/* CSS Document */







html, body {
	height: 100%;
}
ul {
	list-style: none;
}
ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 17px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #414141;
	line-height:24px;
	overflow-x: hidden;
	background-color: #ffffff;
}
@font-face {
	font-family: "Open Sans";
	src: url(fonts/OpenSans-Regular.ttf) format("truetype");
}
a {
	color: #000000;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #63a910;
	text-decoration: none !important;
}
a:focus {
	color: inherit;
	text-decoration: none !important;
}
 a:active, a:selected, a:visited {
 color:inherit;
 outline: none !important;
 text-decoration: none !important;
}
.form-control {
	padding: 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
}
input[type=text], input[type=email], input[type=file], input[type=password], input[type=date], input[type=tel], input[type=number], input[type=url], select {
	padding: 5px;
	background-color:#ffffff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 50px;
	width: 100%;
	text-indent: 5px;
	border: 1px solid #63a910;
	box-shadow: none;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
	border: 1px solid #f7c51e;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea {
	width: 100%;
	padding: 5px;
	background-color:#ffffff;
	border: 1px solid #63a910;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-indent: 7px;
}

::-webkit-input-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

:-moz-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

::-moz-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

:-ms-input-placeholder {
 color:#2e2e2e;
 font-size:13px;
}
input[type="submit"], input[type="button"] {
	text-align: center;
	background-color: #f7c51e;
	color: #ffffff;
	padding: 10px 20px;
	border: solid 2px #f3c217;
	border-radius: 0px;
	text-transform:uppercase;
	font-weight:600;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #f3c217;
	background-color: #ffffff;
	border: solid 2px #f3c217;
}
.button, button, .btn-default {
	text-align: center;
	background-color: #f7c51e;
	color: #ffffff !important;
	padding: 10px 20px;
	border: solid 2px #f3c217;
	border-radius: 0px;
	text-transform:uppercase;
	font-weight:600;
}
.button:hover, .button.active:focus, .button.active:hover, button:hover, .btn-default:hover {
	color: #f3c217 !important;
	background-color: #ffffff;
	border: solid 2px #f3c217;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #cca531;
	border-color: #cca531;
}
.btn-default.focus, .btn-default:focus {
	background-color: #090c7f;
	color: #ffffff;
}
.btn {
	border-radius: 0px;
}
button {
	border: none;
	outline: none;
}
p {
	line-height: 25px;
}
strong {
	font-weight: 600;
	color: #141414;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	color:#292929;
	font-weight:bold;
}
.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.aligncenter {
	margin: auto;
	margin-bottom: 5px;
	padding: 4px;
	display: block;
	border: 2px solid #f1f1f1;
}
.alignnone {
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.boldfont {
	font-weight: bold;
	font-size: 15px;
}
.blacklink {
	color: #000000;
	text-decoration: none;
	outline: none !important;
}
.blacklink:hover {
	color: #f4a137;
	text-decoration: none;
}
.white-font {
	color: #FFFFFF;
}
.nopadding-left {
	padding-left: 0px;
}
.nopadding-right {
	padding-right: 0px;
}
.marging-top {
	margin-top: 25px;
}
.marging-bottom {
	margin-bottom: 25px;
}
.widget-title {
	font-size: 30px;
	line-height: normal;
	color: #63a910;
	margin-bottom: 15px;
	text-transform:uppercase;
}
.widget-title span {
	color: #ff6c26;
}
.title-line {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 28px;
	margin-bottom: 20px;
}
.center-line {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 33px;
}
h3.widget-title {
	font-size: 28px !important;
	margin-bottom: 15px !important;
}

/*=====start header===*/
.header {
	height: auto;
	width: 100%;
    padding: 19px 0px;
	background-color: #ffffff;
	transition-duration: .4s;
	background-image:url(../images/pattern_grey.jpg);
}
.header-left {
	float: left;
	height: auto;
	width: 25%;
}
.header-right {
	float: left;
	height: auto;
	width: 75%;
}
.header-menu {
	width: 100%;
	height: auto;
	margin-top: 6px;
	float: left;
}
.sticky {
	position: fixed;
	 padding: 10px 0px;
	top:0px;
	width: 100%;
	background: #ffffff !important;
	z-index: 999;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
}
.sticky .header-left img {
	height: 50px;
}
.sticky .header-menu {
	margin-top: 9px;
}

/*===========start banner============*/

.banner {
	margin-top:-35px;
}
.tp-shadow1 {
	box-shadow: none !important;
}

section {
	width: 100%;
	height: auto;
	padding: 45px 0px 55px 0px;
}
.home .entry-title-bg {
	display: none;
}
.home .entry-title
{
	display:none;
	}



/*=======Products and Services======*/
.home-sce{
	     background-color:#4fba2c;
	     color:#fff;
	      margin-top: -30px;
}

.home-sce h1{
    color:#fff !important;
	font-weight:600;
}

.indser-info {
	display: table;
}
.indser-left, .indser-right {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	color: #ffffff;
	padding: 50px 50px;
	text-align:center;
}
.indser-info .widget-title {
	color: #ffffff;
}
.indser-left {
    background-image:url(../images/3d-model.jpg);
	background-position:center center;
	background-size:cover;
}
.indser-right {
	background-image:url(../images/renovation-restoration.jpg);
	background-position:center center;
	background-size:cover;
}


.wall-bg-th{
	background-image:url(../images/Sculpture-Making.jpg);
	background-position:center center;
	background-size:cover;
}

.wall-sculpture{
	background-image:url(../images/Wall-Sculpture.jpg);
	background-position:center center;
	background-size:cover;
}

.indser-right h4{
	    color:#fff !important;
}

.indser-right ul li{
	    display:inline-block;
	    padding-left:8px;
}

.indser-info p{
	font-size:20px;
	line-height:32px !important;
}
.indser-info .fa{
    border-width: 0px;
    background-color: rgba(255,255,255,0.9);
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #63a910;
    font-size: 30px;
	margin-bottom:15px;
}
/*=======Why choose======*/
.why-box
{
	display:table;
}

.why-info
{
	display:table-cell;
	vertical-align:top;
}
.why-icon
{
display: table-cell;
    vertical-align: top;
    width: 110px;
}
.why-icon i
{
	background-color:#63a910;
	height:80px;
	width:80px;
	line-height:80px;
	text-align:center;
	color:#ffffff;
	border-radius:50%;
	font-size:35px;
}
.why-info h4
{
	margin-bottom:5px;
}

.why-info
{
	padding-right:15px;
}

/*========home form=============*/
.home-form 
{
margin-bottom: 25px;
    border-bottom: solid 2px #656565;
}
.home-form input
{
margin-bottom:15px;
color:#000000;
}
.home-form textarea
{
height:100px;
color:#000000;
}
.home-form input[type="submit"]
{
width:100%;
}
/*========start foooter====================*/



.footer {
	background-color: #000 ;
	color: #ffffff;
	font-size: 14px;
	padding:60px 0px 20px 0px;
	background-image:url(../images/footer-bg.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.footer-lg{
text-align:center;
margin-bottom:25px;
}

.footer ul li{
	       line-height:1.5;
	       font-size: 16px;
	      padding: 5px 0px;
}
.footer ul li .fa{
margin-right:8px;  
}

.copy-right{
		  text-align:right;
}

.footer .widget {
	margin-bottom: 25px;
}
.footer .widget h2{
font-size: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-weight: bold;
	margin-bottom:13px;
	}
.footer .widget p {
	line-height:20px;
	margin-bottom:10px;
}	

.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #f3c217;
}
.ftcont 
{
	text-align:center;
}
.ftcont li
{
	display:inline-block;
	margin: 5px 30px;
	text-transform:uppercase;
}
.ftcont li .fa
{
	font-size:50px;
}

/*end footer*/



.copyright {
	font-size: 13px;
    padding-top: 20px;
    width: 100%;
    float: left;
	text-align:center;
}

.copyright a {
    color: #ffffff;
}
.copyright a:hover {
    color: #ffffff;
}

/*================ start inner page ====================*/

.page-margin {
	margin-top: 35px;
	margin-bottom: 25px;
}


.innerbanner {
	width: 100%;
	height: auto;

}
.innnerpic img {
	width: 100%;
	height: auto;

}
.page-margin {
	margin-top: 35px;
	margin-bottom: 35px;
}

/*================ start breadcrumb ====================*/

.breadcrumb {
	margin-bottom: 0px;
	background-color:rgba(247,197,30,0.8);
	border-radius: 4px;
	float: right;
	padding: 4px 15px;
	font-size:13px;
	color: #ffffff;
}
.breadcrumb a {
	color: #ffffff;
	margin-right:3px;
	margin-left:3px;
}
.breadcrumb li a:hover {
	color: #dc1309;
}
.breadcrumb .active {
	color: #ffffff;
}
.entry-content p {
	line-height: 32px;
}
.panel-left {
	width: 72%;
	float: left;
	margin-right: 3%;
}
.panel-right {
	width: 25%;
	float: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 10px;
}
.entry-content .widget-title {
	margin-bottom: 15px;
	text-transform:uppercase;
	font-weight: 800;
/* 	text-transform: inherit; */
}
.entry-content .ul-list, .entry-content .ol-list, .entry-content ol, .entry-content ul {
	margin-bottom: 20px;
}
.entry-content .ul-list {
	margin-left: 0px;
}
.entry-content .ul-list li {
	padding-left: 20px;
	background-position: left 5px;
	background-image: url(../images/arrow-green.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}
.entry-content ol li, .entry-content ul li {
	margin-bottom: 5px;
}
.entry-content ol li a, .entry-content ul li a {
	color: #1d1d1d;
}
.entry-content ol li a:hover, .entry-content ul li a:hover {
	color: #ce271e;
}
.ul-part li {
	width: 45%;
	margin-right: 5%;
	float: left;
}
.entry-content input, .entry-content textarea, .entry-content select {
	margin-bottom: 15px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}


