body {
    color: #222222;
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
}

strong * {
    font-weight: 700;
}

h1,
h2,
h3 {
    font-weight: 700;
    color: #008194;
}

header {
    background: #fff;
    z-index: 20;
    width: 100%;
    top: 0;
    position: fixed;
    backface-visibility: hidden;
}

.header-spacer {
    margin-top: 237px;
}

header>.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo,
.call-out {
    float: left;
}
.header-desc {
    margin-bottom: 20px;
}
.header-info {
    float: right;
    margin-top: 25px;
}

.header-info div {
    margin-left: 30px;
}

.header-info span {
    display: block;
    font-weight: 400;
}

.call-out {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 1em;
    margin-top: 50px;
}

.call-out span {
    font-weight: 700;
    display: block;
    font-size: 32px;
    color: #f2b701;
}

.header-info,
.logo2 {}

.navbar-default {
    background: rgb(13, 160, 182);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(13, 160, 182) 0%, rgb(25, 186, 209) 50%, rgb(13, 160, 182) 51%, rgb(13, 160, 182) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(13, 160, 182) 0%, rgb(25, 186, 209) 50%, rgb(13, 160, 182) 51%, rgb(13, 160, 182) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(13, 160, 182) 0%, rgb(25, 186, 209) 50%, rgb(13, 160, 182) 51%, rgb(13, 160, 182) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0da0b6', endColorstr='#0da0b6', GradientType=0);
    /* IE6-9 */
}


/*======================= Responsive Nav CSS start =================*/

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: #f2b701;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #f2b701;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f2b701;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.navbar-nav ul {
    background: #07899c;
    border-radius: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    list-style-type: none;
    width: 250px;
}

.navbar-nav ul li a {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.1s linear;
}

.navbar-nav ul li a:hover {
    text-decoration: none;
    color: #f2b701;
}

.navbar-nav li:hover>ul {
    display: block
}

.navbar-nav li:hover>a {
    color: #f2b701;
}

.navbar-nav ul {
    z-index: 100;
    display: none
}


/*======================= Responsive Nav CSS end =================*/

.carousel-indicators li {
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    height: 15px;
    width: 15px;
}

.carousel-indicators .active {
    background-color: #f2b701;
    height: 15px;
    width: 15px;
}

.main-content {
    margin: 40px 0;
}

.main-content * {
    font-size: 18px;
}

.main-content p {
    margin: 0 0 15px;
}

.main-content h1 {
    font-size: 28px;
    margin-top: 0;
}

.lead-heading {
    font-size: 32px !important;
}

.main-content h1:first-child {
    margin-bottom: 20px;
}

.features {
    background: #194248;
    padding: 60px 0 30px;
}

.btn-feature {
    border: 1px solid #fff;
    padding: 5px 20px;
    transition: 0.2s all linear;
    font-weight: 400;
}

.btn-feature:hover {
    text-decoration: none;
    background: #f2b701;
    color: #000;
    border: 1px solid #f2b701;
}

.feature {
    background: #008194;
    position: relative;
    padding: 15px 25px;
    margin: 0 0 30px;
    min-height: 460px;
    border-bottom: 10px solid #f2b701;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
}

.feature h2,
.feature p,
.feature a {
    color: #fff;
}

.feature .btn-feature {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 25px;
    margin-bottom: 25px;
}

.feature h2 {
    border-bottom: 2px solid #fff;
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.feature img {
    margin-bottom: 10px;
}

.secondary-content {
    padding: 60px 0;
}

.secondary-content h2:first-child {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.secondary-content .col-sm-7 {
    padding-right: 30px;
}

.secondary-content img {
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
}

.secondary-content p {
    font-size: 18px;
}

.feature-employee {
    background: #008194;
    padding: 20px;
    border-bottom: 10px solid #f2b701;
    position: relative;
    min-height: 250px;
    margin-bottom: 30px;
}

.feature-employee * {
    color: #fff;
}

.feature-employee .col-md-8 {
    padding-left: 20px;
    padding-right: 0;
}

.feature-employee h2 {
    font-size: 18px!important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.feature-employee p {
    font-size: 16px;
}

.feature-employee .btn-feature {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 15px;
}

.feature-employee .designation {
    display: block;
    font-style: italic;
    font-weight: 400;
}

.employee-description {
    float: right;
}

footer {
    background: #2d2c2c;
    padding: 40px 0;
}

footer * {
    color: #fff;
}

.footer-nav {
    padding-left: 0;
}

.footer-nav li {
    display: inline-block;
    list-style-type: none;
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.footer-nav li:first-child {
    padding-left: 0;
}

.footer-nav li:last-child {
    border-right: 0;
}

.footer-left {
    float: left;
}

.social p {
    font-weight: 400;
}

.social {
    float: right;
    text-align: right;
}

.social i {
    display: inline-block;
    padding-left: 5px;
    transition: 0.2s all linear;
    font-size: 36px;
}

.fa-facebook-square:hover {
    color: #3b5998;
}

.fa-google-plus-square:hover {
    color: #dd4c40;
}

.katron {
    color: #a7a7a7;
    font-size: 14px;
}

.parallax-banner,
.parallax-banner2 {
    overflow: hidden;
    position: relative;
    height: 300px;
}

.parallax-image,
.parallax-image2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    min-height: 100%;
    min-width: 100%;
}

.carousel.home {
    margin-top: 40px;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    left: initial;
    right: 1%;
    width: auto;
    bottom: 0;
}

.carousel-indicators li {
    background-color: #fff;
    display: block;
    margin-top: 10px;
}

.carousel-indicators .active {
    background-color: #008194;
    margin-top: 10px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control {
    width: 10%;
}

.internal {
    min-height: 600px;
}

.breadcrumb {
    background-color: #fff;
    margin-top: 20px;
}

.download-info {
    text-align: center;
    float: left;
    margin-right: 10px;
}

.downloads ul {
    padding-left: 0;
}

.downloads ul li {
    list-style-type: none;
    min-height: 65px;
}

.download-link {
    display: inherit;
    margin-left: 60px;
    margin-bottom: 35px;
    color: #008194;
}

.download-info small,
.download-info i {
    display: block;
    color: #008194;
    font-size: 14px;
}

.downloads.links {
    margin-top: 30px;
}

.downloads h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.staff {
    margin-top: 40px;
}

.form-control {
    font-size: 18px;
}

.staff h3 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
}

.staff .col-md-3 {
    margin-bottom: 20px;
    min-height: 480px;
}

.staff span {
    display: inline-block;
    min-height: 70px;
}

.staff-photo {
    position: relative;
    overflow: hidden;
}


/*.staff-mask {
    position: absolute;
    background: #008194;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s all ease-out;
}

.staff-mask:hover {
    opacity: 0.4;
} */

.listmembers a:hover {
    text-decoration: none;
}

.listmembers a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.listmembers a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
}

.faq {
    margin-top: 20px;
}

.btn-email {
    display: block;
    background: #18b7ce;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    z transition: all 0.2s linear;
}

.btn-email:hover,
.btn-email:focus {
    text-decoration: none;
    color: #fff;
}

.btn-email:hover {
    background: #1ecee8;
}

.btn-email i {
    color: #fff;
}

.theme-default .nivoSlider {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-open {}

.contact-form h2 {
    font-size: 22px;
}

.contact-info span {
    font-weight: bold;
}

.services {
    margin-top: 20px;
}

.service {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin: 0px -5px;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    min-height: 380px;
}

.service:hover {
    -webkit-box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
    box-shadow: 0px 0px 20px 0 rgba(32, 47, 57, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service a:hover,
.service a:focus {
    text-decoration: none;
}

.service h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.service * {
    font-size: 16px;
}

.service-photo {}

.link {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 20px;
}

.video-caption {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.download-info .fa-2x {
    font-size: 30px;
}

.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
}

.panel-title a {
    font-weight: 700;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #19b9d0;
    border-color: #0da0b6;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #0ea3b9;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.faq-downloads {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    color: #0da0b6;
}

@media screen and (max-width: 768px) {
    .carousel-indicators {
        bottom: -5px;
    }
    header {
        position: static;
    }
    .header-spacer {
        margin-top: 0;
    }
    .call-out {
        float: none;
        margin-right: 0;
    }
    .footer-left {
        float: none;
        text-align: center;
    }
    .social {
        float: none;
        text-align: center;
    }
    .logo, .call-out {
        float:none;
        text-align:center;
    }
    .header-info div {
        margin-left:0;
    }

}

@media screen and (max-width: 600px) {
    .header-info {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .call-out {
        margin-top: 20px;
    }
    .navbar-default {
        background: rgb(14, 163, 185);
    }
    .navbar-nav ul {
        position: static;
        width: auto;
    }
    .carousel-indicators li {
        display: inline-block;
    }
}