h1 {
font-size: 24px;
line-height: 44px;
padding-left:24px;
}

h2 {
font-size: 18px;
line-height: 22px;
padding: 10px 0;
margin-top:30px;
margin-bottom:0px;
padding-left:24px;
}

h3 {
font-size: 16px;
line-height: 50px;
padding-left:24px;
color:#fff;
background-position:100%;
background-color:#868682;
}

h4{
font-size: 14px;
padding-left:24px;
}

h5{
font-size: 12px;
padding-left:24px;
font-style:normal;
}

#cont p {
padding-left:24px;
}
   
#expertise p {
padding-left:24px;
 }
 
.cust1_1 {
display:block;
margin-left: auto;
margin-right: auto;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:12px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:red;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

