/* CSS Document */

*{
margin:0px;
padding:0px;
}

img{
border:0px;
}

.floatl{
float:left;
}

.floatr{
float:right;
}

.clear{
clear:both;
}

body{
background:#f3f2f7;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#container{
width:955px;
margin:auto;
padding-bottom:25px;
}

/* css for left col starts here*/

.left-col{
height:930px;
}

.logo{
padding-top:25px;
}

.main-links ul{
list-style:none;
margin-top:60px;
}

.main-links li{
background:url(../images/main-links-li-bg.gif) bottom left no-repeat;
width:245px;
color:#000;
line-height:28px;
text-align:right;
font-weight:bold;
}

.main-links li a{
text-decoration:none;
color:#000;
background:url(../images/main-links-li-bullets.gif) right 5px no-repeat;
padding-right:15px;
}

.main-links li a:hover{
color:#c00f2c;
}

.main-links li a.active{
color:#c00f2c;
}



/* css for left col ends here*/


/* css for right col starts here*/

.right-col{
width:680px;
padding:0px 0px 0px 15px;
}

.right-col-content{
background:#fff;
padding:25px 20px;
}

.main-content{
padding-top:30px;
background:url(../images/main-content-dotted-bg.gif) bottom left repeat-x;
color:#494949;
line-height:20px;
}

h1, h2, h3, h4{line-height:normal;}

a{color:#494949;
		text-decoration:underline;}

a:hover{text-decoration:none;}

.main-content h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:29px;
color:#7b2c1d;
font-weight:normal;
padding-bottom:15px;
}

.main-content span{
color:#a38d66;
font-weight:bold;
}

.main-content p{
color:#494949;
line-height:20px;
padding:20px 0px;
}

.main-content p span{
color:#c6765a;
font-weight:bold;
}

.gallery-section{
padding:30px 0px;
background:url(../images/main-content-dotted-bg.gif) bottom left repeat-x;
margin-bottom:30px;
}

.gallery-section h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
color:#7b2c1d;
font-weight:normal;
padding-bottom:20px;
}

.gallery-section ul{
list-style:none;
}

.gallery-section li{
float:left;
width:150px;
text-align:center;
padding-right:10px;
}

.gallery-section p{
padding-top:5px;
color:#71311d;
font-weight:bold;
}

.gallery-section li a{
color:#71311d;
}

.testimonial-section h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
color:#7b2c1d;
font-weight:normal;
padding-bottom:20px;
}

.testimonial-section p{
font-style:italic;
line-height:20px;
width:455px;
text-align:center;
padding-bottom:10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* css for right col ends here*/

#footer{
background:#080905;
}

.footer-links{
color:#dedede;
width:955px;
margin:auto;
font-size:11px;
}

.footer-links ul{
list-style:none;
}

.footer-links li{
float:left;
padding-left:10px;
color:#fafafa;
line-height:83px;
font-size:11px;
}

.footer-links li a{
text-decoration:none;
color:#fafafa;
}

.footer-links p{
padding-top:35px;
color:#a8a8a8;
}
/* inner pages css start */
.aboutus-img{float:right; border:4px solid #fff;	margin:0 0px 10px 20px;}
h5{font-size:15px;font-weight:bold; padding:0px 0px 5px 0px; border-bottom:1px dotted #666;	margin:0px 0px 10px 0px;}
h6{font-size:16px; font-weight:bold; padding:0px 0px 5px 0px; margin:0px 0px 10px 0px;}
.aboutcolumnzone{padding:20px 0px 16px 0px;}
.aboutcolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.aboutcolumn2{width:48%; float:right; margin:0px 0px 10px 0px;}
.abouticon{float:left; margin:0px 20px 0px 0px;}
.insidereadmore{padding:10px 0px 10px 0px;}
input.button{color:#000; background:#ffc850; font:bold 11px Arial, Helvetica, sans-serif; text-decoration:none; padding:10px 10px; margin:0px 5px 5px 0;	border:1px solid #5b7a92;}
input.button:hover{cursor:pointer; color:#fff; background:#663300; border:1px solid #ffc850;}
.project-img{float:right; margin-left:20px;	border: 6px solid #666;}
.whiteheading{font:30px Myriad Pro, Arial; color:#CBD76B; font-weight:100;	padding:0px; margin:25px 0px 20px 0px;}
.ourprojectrow{margin-bottom:20px; border-bottom:1px dotted #666; padding-bottom:10px; padding-right:20px}
.servicecolumnzone{padding:20px 0px 16px 0px;}
.servicecolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.servicecolumn2{width:48%; float:right;	margin:0px 0px 10px 0px;}
.blog-posted-row{padding:3px;}
/* inner pages css ends */
