@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,600,700&amp;subset=latin-ext");

body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    cursor: default
}

h1,
h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}



.full--width {
    width: 100%
}

.d-table {
    display: table
}

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

.topbar {
    color: #333;
    line-height: 30px
}

.topbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.topbar ul li {
    display: inline-block;
    padding-right: 10px
}

.topbar ul a {
    color: #333;
}

.topbar ul a:hover {
    text-decoration: none
}

ul.nav {
    text-transform: uppercase
}

#owl-demo .item {
    display: block;
    height: calc(50vh) !important;
    min-height: 500px !important;
    background-position: center top;
    background-size: cover;
    z-index: -1
}

#owl-demo .item p {
    padding: 20px;
    position: absolute;
    margin: 0px;
    bottom: 27%;
    right: 40%;
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal
}

#owl-demo .item p span {
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
}

#owl-demo .item p span.white {
    background-color: #fff;
    color: #333;
}


@media (max-width: 767px) {
    .topbar {
        padding-top: 5%;
    }

    .topbar ul {
        text-align: center;
    }

    .topbar ul.contact li {
        text-align: center;
        display: block;
        line-height: 24px;
    }

    #owl-demo .item {
        display: block;
        height: calc(25vh) !important;
        min-height: 250px !important;
        background-position: center top;
        background-size: cover;
    }

    #owl-demo .item p {
        font-size: 16px;
        bottom: 10%;
        left: 5%;
    }

    .info-area {
        padding: 30px 0 30px 0 !important;
    }
}

.info-area {
    padding: 10px 0 30px 0;
    background-color: #2F9C03;
    color: #fff;
}

.info-area p {
    padding-top: 10px;
}

.info-area .description small {
    font-size: 21px;
}

.info-area .extra {
    font-size: 16px;
    background-color: #333;
    padding: 15px;
    border-radius: 10px;
}

.info-area .extra h4 {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.info-area .extra .icon-box {
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

.lab-area {
    padding: 10px 0 10px 0;
    background-repeat: no-repeat;
    background-image: url(../img/lab.jpg);
    min-height: 200px;
    background-position: center center;
    text-align: center;
}

.lab-area h3 {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.lab-area .description {
    font-size: 16px;
    display: block;
    padding-bottom: 20px;
    color: #fff;
}

.lab-area a {
    border-radius: 100px;
    line-height: 45px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    width: 150px;
}

.post-area {
    padding: 10px 0 10px 0;
}

.post-area h1 {
    padding-bottom: 50px;
}

.post-area a:hover {
    text-decoration: none;
}

.post-area p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-area a.more {
    color: #00599C;
    padding: 5px;
    border: solid 1px #00B7C2;
}

.client-area {
    padding: 10px 0 10px 0;
    background-color: #F6F6F6;
}

.client-area .thumbnail {
    padding: 10px 0 10px 0;
    min-height: 150px;
    margin-bottom: 30px
}

footer .foot-area {
    min-height: 250px;
    background-color: #2970be;
    display: block;
    padding: 60px 0 60px 0;
    color: #fff;
}

footer .copy {
    padding: 10px 0 10px 0;
    display: block;
    background-color: #fff;
    text-align: center;
}

footer ul {
    list-style-type: none;
    margin: 0 40px 0 0;
    padding: 0;
    line-height: 200%;
}

footer ul li.title {
    font-weight: bold;
    font-size: 18px;
}

footer ul li a {
    color: #fff;
}

footer ul:last-child {
    margin: 0;
}

footer .input-group {
    margin-bottom: 10px;
}

footer h4 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.side-menu {
    color: #2F9C03;
}

.side-menu .title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 10px 0 10px 0;
}

.side-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li ul {
    padding-left: 10px
}

.side-menu ul li a.active {
    color: #fff;
    background-color: #2F9C03;
}

.side-menu ul li a {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 8px;
    display: block;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 2px
}

.side-menu ul li a:hover {
    background-color: #2F9C03;
    color: #fff;
    text-decoration: none;
}

.in-content {
    min-height: 600px;
    padding: 60px 0 60px 0;
    background-color: #f8f8f8;
}

/*# sourceMappingURL=main.min.css.map */