.carousel {
    margin-bottom: 0;
}
.carousel .item {
    height: 500px;
}
.slider .container-fluid {
    padding: 0;
}
.carousel-control {
    border: none;
    width: 70px;
    height: 70px;
    line-height: 0.7;
    margin: 0 10px;
    font-family: "arial", "helvetica", "Liberation Sans", sans-serif;
    font-size: 80px;
    background-color: #155185;
    top: 50%;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.slogan {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 100;
}
.slogan .wrap {
    position: absolute;
    width: 400px;
    margin-top: 80px;
}
.slogan .line {
    font-family: "helvetica", "Liberation Sans", sans-serif;
    display: inline-block;
    color: #fff;
    background-color: #2f79b8;
    padding: 6px 12px;
    font-size: 22px;
}
.slogan .line:last-child {
    font-size: 16px;
    background-color: #155185;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding: 3px 12px;
}
body {
    background-color: #eee;
}
.container {
    border: 1px solid #006b51;
}
.content {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.content .page-header {
    color: #2f79b8;
    border-bottom: none;
    margin: 0;
}
.content .container {
    position: relative;
    background-color: #fff;
    top: -55px;
    padding: 0;
    max-width: 950px;
}
.content .container .white-space {
    margin: 25px;
}
.photos {
    padding: 0 0 20px 0;
}
.photo {
    display: inline-block;
    position: relative;
    padding: 2px 2px 10px 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.photo:hover {
    opacity: 1;
}
.service .col-md-4 p.content {
    min-height: 170px;
}
table.contact {
    width: 100%;
}
table.contact tr td:first-child {
    width: 130px;
    color: #111;
    text-align: right;
    padding-right: 10px;
    font-weight: 400;
}
table.column {
    width: 100%;
}
table.column td {
    width: 50%;
}
.cert {
    float: right;
    max-width: 140px;
}
.footer {
    color: #fff;
    background-color: #006b51;
    padding: 20px 0;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
}
.footer a {
    color: #fff;
}
.quick-links {
    list-style: none;
}
.quick-links > li {
    line-height: 30px;
}
.quick-links > li > a {
    color: #fff;
}
.social-icons-row {
    margin-top: 50px;
}
.social-icons-row > a {
    color: #fff;
    font-size: 30px;
    margin-left: 25px;
}
.social-icons-row > a:hover,
.social-icons-row > a:focus {
    color: #ffa500;
    text-decoration: none;
}
.phone-number {
    margin-left: 25px;
}
.footer-divider {
    border-top: 0;
    border-bottom: 1px solid #333;
}
.social {
    position: absolute;
    width: 200px;
    margin-top: -80px;
}
.social img {
    width: 31px;
    height: 31px;
    margin: 20px 10px 10px;
}
.navbar {
    background: #006b51;
    border: none;
}
.navbar .container {
    max-width: 970px;
}
.navbar-brand {
    overflow: hidden;
    padding: 3px 0;
    line-height: 4;
    width: 130px;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: none;
}
.navbar .nav {
    float: right;
    border-left: 1px solid #005e47;
    border-right: 1px solid #007b5d;
}
.navbar .nav > li > a {
    color: #fff;
    border-right: 1px solid #005e47;
    border-left: 1px solid #007b5d;
}
.navbar .nav > li > a.active {
    background: #10775e;
}
.navbar .nav > li > a:hover {
    background: #10775e;
    color: #fff;
}
table tr th,
table tr td {
    border-bottom: 1px solid #ddd;
    padding: 4px;
}
label {
    font-weight: normal;
    display: inline-block;
    min-width: 120px;
    text-align: right;
    margin-right: 15px;
    vertical-align: middle;
}
textarea {
    width: 500px;
    height: 200px;
}
input[type="file"] {
    display: inline-block;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: 1px solid #005e47;
    background-color: #fff;
    border-radius: 2px;
    margin: 4px 0;
}
button,
.btn,
input[type="button"],
input[type="submit"] {
    background-color: #006b51;
    border: 1px solid #005e47;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    margin-top: 15px;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #007b5d;
    border: 1px solid #005e47;
    color: #fff;
}
.alert {
    display: block;
    top: 65px;
    position: relative;
    margin: 0 auto;
    color: #520016;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    max-width: 950px;
    background-color: #ffc2cf;
    border: 1px solid #ff485e;
    border-radius: 1px;
}
@media (max-width: 768px) {
    textarea {
        width: auto;
    }
    .navbar .nav {
        float: none;
        border: none;
    }
    .carousel .item {
        height: 350px;
    }
    .cert {
        /* display: none; */
        float: none;
        margin-top: 10px;
        max-width: 110px;
    }
}
@media (max-width: 991px) {
    .nav > li > a {
        padding: 15px 5px;
    }
    .service .col-md-4 p.content {
        min-height: 10px;
    }
    .social {
        position: relative;
        margin: 0 auto;
    }
}
