* {
    margin: 0;
    padding: 0;
}
@import url('<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900" rel="stylesheet">');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

button,
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
{
    margin-bottom: 20px;
}


h5, h6, p{
    line-height: 25px;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select:focus,
select:active {
    box-shadow: 0;
    border: 0;
    outline: 0
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

input:focus,
input:active {
    outline: none;
}


textarea:focus {
    outline: none !important;
    box-shadow: none !important
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



/*navbar css icon*/

 .navbar-brand {
     height: auto;
     padding: 10px;
     margin-top: 10px
 }

 nav.navbar {
     transition: 1s
 }

 nav.navbar.sticky {
     background: #fff none repeat scroll 0 0;
     border-radius: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 555;
     transition: 1s;
     box-shadow: 1px 1px 1px #efefef
 }


/*bootstrap form*/

.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 ;
  outline: 0 none;
}



/*js preloader*/

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 988899;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url('../img/fav.png');
    background-position: center center;
    background-color: #fff;
    background-repeat: no-repeat;

}

/*pagination css*/
