body {
    overflow-x: hidden;
}

.nav-link {
    color: black;
}

.main-menu1 li {
    cursor: pointer;
    border-right: 1px solid #fff;
    padding: 0px 5px;
    cursor: pointer;
}

table,
tr,
td {
    border: 1px solid black;
}

.navbar {
    background-image: linear-gradient(to bottom, #FC3, #F63);
}

.main-menu1 li:hover {
    background-image: -webkit-linear-gradient(bottom, #F60, #FC3);
    background-image: -moz-linear-gradient(bottom, #F60, #FC3);
    background-image: -o-linear-gradient(bottom, #F60, #FC3);
    background-image: linear-gradient(to top, #FC3, #F63);
}

..main-menu1 {

    color: #000;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#CF6));
    background-image: -webkit-linear-gradient(top, #F60, #FC3);
    background-image: -moz-linear-gradient(top, #F60, #FC3);
    background-image: -o-linear-gradient(top, #F60, #FC3);
    background-image: linear-gradient(to bottom, #FC3, #F63);
    list-style: none;
    display: ;
    justify-content: center;

    margin: 0 0 10px 0;
}

.list {
    color: #036;
    margin-left: 10px;
    font-size: 11px;
    /*line-height:40px;*/
}

.head {
    font: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.company-list {
    font-size: 15px;
}

.lists {
    font-size: 15px;
}

h4 {
    font-size: 1.50em;
    color: #60F;
    margin-left: 190px;
    margin-top: -29px;
    padding-bottom: 15px;
}

.heading {
    text-align: justify;
}

.swiper-button-prev {
    background: url("img/prev.gif");
    background-size: cover;
    position: fixed;
    width: 35px;
    height: 35px;
    left: 50px;
}

.swiper-button-next {
    background: url("img/next.gif");
    background-size: cover;
    width: 35px;
    position: fixed;
    height: 35px;
    right: 50px;
}

.swiper-scrollbar {
    display: none;
}

.footer {
    position: fixed;
    bottom: 0;

}

.swiper-nav {

    width: 100%;
    color: #000;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#CF6));
    background-image: -webkit-linear-gradient(top, #F60, #FC3);
    background-image: -moz-linear-gradient(top, #F60, #FC3);
    background-image: -o-linear-gradient(top, #F60, #FC3);
    background-image: linear-gradient(to bottom, #FC3, #F63);
}

.container_12 {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.container_12:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.swiper-nav span {
    cursor: pointer;
    padding-left: 28px;
    color: #000;
    text-align: center;

}

#space {
    margin-left: 20px !important;
    box-shadow: 0px 0px 5px #ccc;
}