@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,500i,600,600i,700,700i,800,900');
* {
    margin: 0;
    padding: 0;
}

body {
    color: #999999;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.source-font {
    font-family: 'Source Sans Pro';
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

nav ul li {
    display: inline-block;
}

h1,
h2,
h4,
h3,
h5,
p {
    margin: 0;
    padding: 0;
}

.content {
    width: 100%;
    height: 100%;
    display: table;
}

.content-cell {
    display: table-cell;
    vertical-align: middle;
}

.background {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

:after,
:before {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.container:after {
    position: relative;
    content: "";
    clear: both;
    display: table;
}

.sectionp {
    padding: 100px 0;
}

img {
    max-height: 100%;
    max-width: 100%;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none !important;
}


/*js css*/

.btn {
    width: 150px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.4s;
    border-radius: 6px;
}

.btn:focus {
    outline: none;
    color: #fff
    
}
a:focus{
    outline: none !important;
}
/*map*/