/* @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:700&display=swap'); */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}

.navbar {
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px 10px;
    background-color: white;
    box-sizing: border-box;
    transition: .5s;
}  

.nav_content {
    height: 55px;
    width: 1200px;
    margin: 0 auto;
}

#company_logo {
    height: 50px;
    width: 110px;
    float: left;
    margin-top: 4px;
    /* margin-left: -19px; */
}

ul {
    float: right;
    display: flex;
    list-style: none;
    line-height: 58px;
}

li a {
    padding: 5px 0px 5px 35px;
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-weight: bolder;
    font-family: 'Open Sans Condensed', sans-serif;
}

li a.active,
li a:hover {
    color: rgb(66, 183, 255);
}

.sidebar-content{
    width: 100%;
    height: 900px;
}

.inner-sidebar{
    width: 1200px;
    height: 900px;
    margin: auto;
}

.table-content{
    padding-top: 50px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 54px;
}
  
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
  
tr:nth-child(even) {
    background-color: #dddddd;
}

#Landing-pic{
    width: 350px;
    height: 280px;
    margin-top: 120px;
}

.service-img{
    margin-top: -320px;
}

.subscribe{
    width: 1000px;
    margin: auto;
}

#service-img{
    width: 500px;
    height: 350px;
    float: right;
}

.footer {
    width: 100%;
    height: 37px;
    bottom: 0;
    background: lightskyblue;
}

.footer_content {
    height: 37px;
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    word-spacing: 2px;
}

.copyright {
    height: 21px;
    width: 1000px;
    float: left;
    padding-top: 8px;
}

.copyright a {
    text-decoration: none;
    color: black;
}

.socials {
    height: 25px;
    width: 200px;
    float: right;
    padding-top: 6px;
}

.facebook {
    height: 25px;
    width: 25px;
    float: left;
    margin-left: 100px;
    margin-right: 10px;
}

#fb-logo {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.twitter {
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 0px;
}

#twitter-logo {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.instagram {
    height: 25px;
    width: 25px;
    float: right;
}

#ig-logo {
    height: 25px;
    width: 25px;
    cursor: pointer;
}