@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@charset "utf-8";

/* CSS Document */

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #069;
}

a:active {
    text-decoration: none;
}

.color_through_top {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 209px;
    height: 149px;
}

.color_through_bottom {
    position: absolute;
    left: 0;
    top: 152px;
    z-index: 1;
    width: 437px;
    height: 310px; 
}

.home .color_through_bottom {
    top: 278px !important;
}

.gradiantbg {
    background-image: url(imgs/topgradiantcellbg.jpg);
    background-repeat: repeat-x;
    border-top: solid 1px #ddd;
}

.middle_container {
    max-width: 1220px;
    width: 95%;
    margin: auto;
    
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    overflow: hidden;
}
.mobtab {
    display: none;
}
.splitmob {
    clear: none;
}
.split {
    clear: both;
}

.intro {
    width: 40%;
    float: left;
}

.intro h2 {
    font-family: 'Cutive', serif;
    font-size: 25px;
    font-weight: 100;
    color: #333;
    margin: 20px 0 12px 0px;
}

.intro p {
    font-family: Calibri;
    font-size: 16px;
    color: #666;
    margin: 0px 0 6px 0px;
    line-height: 22px;
    text-align: justify;
}

.banners {
    float: right;
    width: 58%;
    position: relative;
    margin-top: -45px;
}

.banners ul {
    width: auto;
}

.banners ul li {
    list-style: none;
    float: left;
    width: 47%;
    margin: 0 9px 0 9px;
}

.banners ul li p {
    font-family: Calibri;
    font-size: 16px;
    color: #333;
    margin: 0px 0 15px 0px;
    line-height: 22px;
    text-align: justify;
}

.banners ul li img {
    width: 100%;
    background-color: #FFF;
    padding: 3px;
    box-shadow: 0 0 3px #666;
}

.link {
    padding: 6px 20px 6px 20px;
    background-color: #333;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Calibri;
    border-radius: 3px;
}

:hover.link {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.companybar {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.logo {
    float: left;
    margin: 15px 0 10px 0px;
}

nav {
    float: right;
    width: 600px;
}

nav ul {
    width: auto;
    margin-right: 25px;
}

nav ul li {
    list-style: none;
    float: left;
    margin: 38px 0px 0 0px;
}

nav ul li a {
    padding: 10px 16px 10px 16px;
    display: block;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #8f9a9f;
    letter-spacing: .5px;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

nav ul li a:hover {
    color: #333;
    text-decoration: none;
    border-bottom: solid 1px #666;
    border-top: solid 1px #666;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul {
	display:none;
	position:absolute;
	width:222px;
	background:rgba(255,255,255,1);

}
nav ul ul li {
	list-style:none;
	float:none;
	margin: 0px 0px 0 0px;
}
nav ul ul li a {
    padding: 10px 15px 10px 15px;
    display: block;
	font-family:Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 14px;
    color: #666;
    border-bottom: solid 1px #ddd;
    border-top: none;
}
nav ul ul li a:hover {
    color: #333;
    text-decoration: none;
	border-top: none;
	border-bottom: solid 1px #ccc;

}
.mobslider {
	display:none;
}


.why_us {
    width: 100%;
}

.why_us h2 {
    font-family: 'Cutive', serif;
    font-size: 30px;
    font-weight: 100;
    color: #e66c1b;
    margin: 50px 0 6px 0px;
    text-align: center;
    letter-spacing: -.5px;
}

.why_us h3 {
    font-family: Calibri;
    font-size: 13px;
    font-weight: 100;
    color: #666;
    margin: 1px 0 22px 0px;
    text-align: center;
    letter-spacing: 2px;
}

.why_us ul {
    width: 100%;
}

.why_us ul li {
    width: 16%;
    float: left;
    text-align: center;
    border-left: solid 1px #d8d8d8;
}

.why_us ul li img {
    width: 66%;
    margin-bottom: 7px;
}

.why_us ul li a {
    font-size: 14px;
    color: #333;
    font-family: 'Cutive', serif;
}

.why_us ul li a:hover {
    color: #848383;
    text-decoration: none;
}

footer {
    background-image: url(imgs/bottom-background.png);
    background-repeat: no-repeat;
    height: 130px;
    background-position: center top;
    margin: 30px 0 0 0px;
}

.botleft {
    width: 50%;
    float: left;
    margin: 40px 0 0 0px;
}

.botlink {
    color: #CCC;
    font-size: 13px;
    font-family: Calibri;
    margin: 10px 0 0 0px;
}

.botlink a {
    color: #CCC;
    font-size: 13px;
    font-family: Calibri;
}

.rightpanel_bot {
    margin: 95px 0 0 0px;
    width: 40%;
    float: right;
    text-align: right;
    color: #CCC;
    font-size: 13px;
}

.rightpanel_bot a {
    color: #CCC;
    font-family: Calibri;
    font-size: 13px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/** Breadcurmb css **/

.breadcurmb-container {
    width: 100%;
    padding: 11px 0px;
    border-bottom: 5px solid #EAEAEA;
}

.breadcrumb {
    display: block;
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    color: #FFF;
    text-decoration: none;
    padding: 10px 0px 10px 50px;
    background: #587A1B none repeat scroll 0% 0%;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 29px solid #587A1B;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 20px;
    border-radius: 4px 0px 0px 4px;
}

.breadcrumb li:last-child a {
    background: #353535;
}

.breadcrumb li:last-child a:after {
    border-left-color: #353535 !important;
}


/*.breadcrumb li:nth-child(3) a       { background:   #82B429; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #82B429; }
.breadcrumb li:nth-child(4) a       { background:       #92C832 ; }
.breadcrumb li:nth-child(4) a:after { border-left-color: #92C832 ; }
.breadcrumb li:nth-child(5) a       { background:   #9AD435 ; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #9AD435 ; }
.breadcrumb li:nth-child(6) a       { background:   #AAE642 ; }
.breadcrumb li:nth-child(6) a:after { border-left-color: #AAE642 ; }
.breadcrumb li:nth-child(7) a       { background:   #BFF363 ; }
.breadcrumb li:nth-child(7) a:after { border-left-color: #BFF363  ; }*/

.breadcrumb li:last-child a {
    color: #FFF;
    pointer-events: none;
    cursor: default;
    font-weight: 500;
    font-style: italic;
}

.breadcrumb li a {
    background: #689615 none repeat scroll 0% 0%;
}

.breadcrumb li a:after {
    border-left-color: #689615 !important;
}

.breadcrumb li a:hover {
    background: #353535 none repeat scroll 0% 0%;
}

.breadcrumb li a:hover:after {
    border-left-color: #353535 !important;
}


/** Breadcurmb css **/
table {
    border-collapse: collapse;
    border-spacing: 0px;
}
.content_area {
    width: 100%;
    min-height: 600px;
    padding: 0 0 30px 0;
}

.matter {
    width: 100%;
    padding: 16px 0;

min-height:550px;
}
.matter table {
    margin: 1em 0px;
    width: 100% !important;
    overflow: hidden;
    background: #FFF none repeat scroll 0% 0%;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
}

.matter tr:nth-child(2n+1) {
    background-color: #F9F9F9;
}
.matter tr {
    border: 1px solid #D9E4E6;
}
.matter th:first-child {
    display: table-cell;
    text-align: center;
}
.matter th {
    display: none;
    border: 1px solid #FFF;
    background-color: #3ba5bb;
    color: #FFF;
    padding: 1em;
}
.matter tr {
    border: 1px solid #D9E4E6;
}
.matter td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6;
}
.matter th, .matter td {
    display: table-cell;
    padding: 1em;
}
.matter th, .matter td {
    text-align: left;
    margin: 0.5em 1em;
}
.matter td {
    border: 1px solid #D9E4E6;
}
.matter td {
    word-wrap: break-word;
    max-width: 7em;
}
.matter img{
    margin-top:10px;
    float:left;
    margin-left:95px;
}

.matter h3 {
    font-size: 31px;
    line-height: 30px;
    color: #ED3237;
    margin-bottom: 15px;
    font-weight: 100;
    font-family: "Roboto Condensed", sans-serif;
}
.matter h4 {
    font-size: 22px;
    line-height: 20px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 100;
    font-family: "Roboto Condensed", sans-serif;
}
.matter h5 {
    font-family: 'Cutive', serif;
    font-size: 15.5px;
    font-weight: 500;
    color: #e46a18;
    margin-bottom: 10px;
}
.matter p {
    font-family: "Roboto", sans-serif;
    margin: 8px 0px;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
    color: #535353;
}
.matter .about_r {
    float:right;
    margin-left: 20px;
    width: 30%;
}
.listing {
	width:100%;
	margin: 0 0 20px 15px;
}
.listing li {
	list-style:disc;
	line-height:25px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 2px 0;
}

.fixed .menu nav ul {
    margin: 10px 0;
}

.fixed nav ul li {
    margin: 6px 0px;
}

.fixed nav ul li a {
    border: none;
}

.fixed .follow {
    display: none;
}

.fixed .logo {
    width: 200px;
    top: 0px;
    margin: 0;
}

.fixed .logo img {
    width: 100%;
}

.contact .rightbar {
    width: 60%;
    float: left;
}

.freeback {
    width: 100%;
}

.freeback p {
    width: 48%;
    float: left;
    margin: 1%;
    text-align: left;
}

.freeback p label {
    width: 100%;
    text-align: left;
}

.freeback p label span {
    display: inline-block;
    color: #f33;
}

.freeback p input, .freeback p textarea {
    width: 94%;
    padding: 10px 3%;
    font-size: 14px;
    border: 1px solid #DDD;
    margin-top: 2px;
}
.full {
    width:98% !important;
}
.freeback .full textarea {
    padding: 10px 2%;
    width: 96%;
    min-height: 150px;
}


@media only screen and (max-width:1366px) {
.color_through_bottom {
top:90px;
}
}

.button {
    padding: 8px 46px;
    font-size: 16px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: #780B0B #780B0B #780101;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
    border-radius: 3px;
    background-color: #B30202;
    color: #FFF;
    margin-right: 10px;
    transition: 0.5s;
}
.button:hover {
    background-color: #780B0B;
    transition: 0.5s;
}
.contact .leftbar {
    width: 38%;
    float: right;
}
.contact .leftbar .line {
    width: 100%;
    margin: auto;
    height: 0px;
    border-bottom: 1px solid #DDD;
    margin-top: 15px;
    margin-bottom: 15px;
}
.contact .leftbar h4 {
    font-size: 31px;
    line-height: 30px;
    color: #5C5C5C;
    margin-bottom: 11px;
    font-weight: 100;
    font-family: "Roboto Condensed",sans-serif;
}
.seemap {
    cursor: pointer;
    margin-top: 20px;
}
.seemap img {
    width: 100%;
    border-radius: 5px;
}
.map_area iframe {
    width: 100%;
    height: 76vh;
}
.mail-box {
    width: 100%;
    min-height: 300px;
    padding: 23px 0px 30px;
}
.mail-box h3 {
    margin-bottom: 0px;   
}

.products{
	width:100%;
	overflow:hidden;
}
.products img{
    float:right;
    margin-left:10px;
    width: 40%;
}
.decorative-image{
    width:48%;
    decorative-image
}
.products h1{
    color:#ad6f27;
    font-family:Arial;
    font-size:20px;
	margin: 0 0 10px 0px;
    
}

.products p{
line-height: 24px;
text-align: justify;
font-size: 17px;
    
}

.products ul {
    margin-top:5px;
	padding: 0 0 0 15px;
}
.products ul li {
	list-style:disc;
    font-size:15px;
	line-height:30px;
    
}

.products1 {
	width:100%;
	overflow:hidden;
}
.products1 img{
    float:left;
    margin-right:10px;
    
    
}
.products1 h1{
    color:#ad6f27;
    font-family:Arial;
    font-size:20px;
	margin: 0 0 10px 0px;
    
}

.products1 p{
    font-size:15px;
	line-height:20px;
    
}

.products1 ul {
    margin-top:5px;
	padding: 0 0 0 15px;
}
.products1 ul li {
	list-style:disc;
    font-size:15px;
	line-height:30px;
    
}



.btext {
	font-size:20px;	
}

table thead tr{
    background:#535353;
    color:#ffffff;
}
table thead tr th{
    
    padding:8px;
    font-family: Arial;
    font-size:15px;
    font-weight:900;
    text-align:justify;
}
table tbody tr td{
padding:7px;    
    
}
.decorative{
width:100%;
}
.decorative h3{
    font-size: 25px;
    line-height: 30px;
    color: #AB691C;
    margin-bottom: 0px;
    font-weight: 100;
    font-family: "Roboto Condensed",;
 
}
.decorative ul{
width:auto;
}
.decorative ul li{
width: 100%;
padding: 1px;
font-family: "Roboto", sans-serif;

}

.matter .paint_image{
width: 100%;
margin-top: 0px;
padding: 10px 0;
}
.paint_image img{
float: right !important;
width: 27% !important;
margin: 0px !important;
}
.matter .bucket_color{
float: none;
margin: 0px;
text-align: center;
width: 55%;
}
.newtable{
    float:right;
    width:45%;
    margin-right:40px;
}
.matter2
{float:left;
/*margin-left:20%;
margin-right:20%;*/

}

.kills99 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
@media only screen and (max-width: 600px) {
  .kills99  {
    width:100%;
  }
}




@media only screen and (max-width: 600px) {
  .matter p  {
    text-align:justify;
  }
}

@media only screen and (max-width: 600px) {
  .matter2 {
    width:50%!important;
  }
}
@media only screen and (max-width: 600px) {
  .newtable {
    width:100%;
    margin:auto;
  }
}

.callnow{
    margin-top:80px;
   
}
