* {
    margin: 0px;
    padding: 0px;
}
body{
}
ul {
    list-style-type: none;
}

a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

    
    

/*Styling Starts*/
html, body{}

body {
    max-height: 100%;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;

}
a:hover { text-decoration: none }

.hero-area{
    height:750px;
    
}

.background-grad{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,b7b7b7+100 */
background: rgb(237,237,237); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%, rgba(183,183,183,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%,rgba(183,183,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(237,237,237,1) 0%,rgba(183,183,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.logos{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,b7b7b7+100 */
background: rgb(237,237,237); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(183,183,183,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(183,183,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(183,183,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
}
.table-area{
    height:600px;
    display: table;
    margin:0px auto;
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.table-cell .logo img{
    height:200px;
}
.logos{
    height:150px;
     padding: 35px 0px;
    text-align: center;
    
}

.logos a img{
    height:75px;
    padding: 10px 20px;
}

.about-us-area{
    padding-top:80px;
    text-align: justify;
    padding-bottom: 80px;
}

.about-us-area ul{
    list-style: disc;
    margin-left: 20px;
}
.title{
    text-transform: capitalize;
    
}

.footer-area{
    background:#191919;
    color:#fff;
    padding:5px 0px;
}