@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,500&display=swap');
body{
  font-family: 'Raleway', sans-serif;
}
p {
    font-size: 16px;
    line-height: 1.4rem;
    margin-bottom: 0.7rem;
    
}
h1{
    font-size: 2.1rem;
    margin-bottom: 1rem;
    font-weight: 600;    
}
h2{
    font-size: 1.8rem;
    font-weight: 600;
    color: #00bba9;
}
.display-5{
    font-size: 18px;
}
.display-6{
    font-size: 16px;
}
.bld{font-weight:600;}
.ttlh2{
    text-transform: uppercase;
    }
.btn-success {
    color: #fff;
    background-color: #00bba9;
    border-color: #009b99;
    font-size: 14px;
}
.btn-success:hover {
    color: #fff;
    background-color: #17d8c5;
    border-color: #009b99;
}
.lime {
    background: #00bba9;
    padding-top: 2rem;
    color: white;
}
.service img {
   width: 25%;
}
.service .media{
    border-bottom: none;
    margin-bottom:1rem;
    padding-bottom:1rem;
}
.service .media a{
    display:contents;
    color:#000;
}
.service .media a:hover{color:#00bba9;}
.service h4 {
    line-height: 0.8;
    font-size: 1rem;
    font-weight: 600;
}
.service p {
    font-size: 14px;
    line-height: 1.3;
}
.reviews{
    background: #b1e3de;
    color: #343a40;
}
.reviews .media-body{
    border-left: 4px solid #ffffff5c;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.reviews h4{
    line-height: 1.2rem;
    font-size: 24px;
}
.reviews p {
    font-size: 16px;
}
.reviews h5 {
    font-size: 1rem;
    font-weight: 600;
}
.pubs .media{
    display: block;
    text-align: center;
    padding-top: 1rem;
}
.pubs .media img{opacity:.3;}
.pubs h4{
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
    color: #545b62;
}
.pubs p {
    font-size: 14px;
    line-height: 1.1rem;
    color: darkslateblue;
}
.pubs .media-body{
    border-right: 1px solid #e9ecef;
}    
.pubs .media-body-end {
    border-right: 0;
}
.pubs .media img:hover{opacity:.6;}
.arrow{
    width: 2rem;
    opacity: 0.4;
    margin: 1rem;
}
.arrow:hover {
    opacity: 1;
}
.footer-form{
    background: #b1e3de;
    
}
footer h2{
    font-size: 1.2rem;
    color: #fff;
}
footer p {
    font-size: 16px;
    line-height: 1rem;
    color:white;
}
footer article{
    border-right: 1px solid #656565;
    padding-right: 1rem;
}
footer ul {
    color: white;
    list-style:white;
}
footer ul li a{
    color: white;
}
footer h4{
    font-size: 1rem;
    font-weight: 600;
    color: white;
}
footer small{
    color: #6d6f71;
}
#service .carousel-caption {
    position: absolute;
    top: 120px;
    left: 15%;
    z-index: 10;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
#service .carousel-caption h2 {
    font-size: 1rem;
    font-weight: 400;
    color:white;
    text-transform:uppercase;
}
#public {background:#f8f9fa;}
#public .media{background:#ffffff;}
#public .carousel-caption {
    position: absolute;
    top: 160px;
    left: 20px;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 10px;
    text-align: left;
}
#public .carousel-caption h2 {
    font-size: 18px;
    font-weight: 400;
     color: #fff;
     line-height:19px;
}
.public-body p{
    color:#000;
    font-size:16px;
    line-height:17px;
}
.carousel-caption {
    position: absolute;
    top: 3vw;
    left: 15%;
    z-index: 10;
    padding-top: 120px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h2 {
    font-size: 4vw;
    font-weight: 600;
}
.carousel-caption h3{
    font-size: 1.7vw;
    font-weight: 600;    
}
.carousel-caption-prsnl {
    position: absolute;
    bottom: 1vw;
    right: 6%;
    z-index: 10;
    padding: 1rem;
    background: #5b8783;
    color: #fff;
    text-align: left;
}
.carousel-caption-prsnl-small {
    position: absolute;
    bottom: 1vw;
    left: 16%;
    z-index: 10;
    padding: 0.5rem;
    background: #5b8783;
    color: #fff;
    text-align: left;
    width: 400px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
.bg-nav{
    background-color: #00bba9!important;
}
.hdr-info{display:block;}


@media (min-width: 576px)
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}

.title-st{
    margin-top: 1.6rem;
    border-bottom: 4px solid #dae0e5;
}
.title-st h1 {
    color: #009b99;
    text-transform: uppercase;
}
article h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #545b62;
    text-transform: uppercase;
    margin-top: 1.3rem;
}
article h3 {
    font-size: 1.3rem;
    margin-top: 0.5rem;
}
.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: .6rem 0rem;
}
.breadcrumb a{
    color: #6c757d;
    font-size: .7em;
}
.breadcrumb-item+.breadcrumb-item::before {    
    color: #97b5b2;    
}
.article-nav li {
    list-style: none;
    background: #e9ecef;
    padding: 0.5rem 1rem;
    margin-bottom: 1px;
}
.article-nav li:hover {
    background: #99d365;
}
.article-nav ul{
    padding-inline-start: 0;
}
.article-nav li a{
    font-size: 1.1rem;
    color: #000;
    font-weight: 600;
}
.display-4 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.2;
}
.display-4 a{
    color: #0c998b;
}

@media (max-width: 576px){
    h1,h2,h3,h4{
    font-size: 1.3rem;       
}
.hdr-info{display:none;}
.carousel-caption {
    top: -13vw;    
}
.carousel-caption h3{
    font-size: 1.1rem;
    font-weight: 600;
}
.carousel-caption-prsnl-small {
    width: 100%;
}
p {
    font-size: 16px;
    line-height: 1.2rem;
    margin-bottom: 0.7rem;
}
.service .media{
    border-bottom:1px solid #e9ecef;
    margin-bottom:1rem;
    padding-bottom:1rem;
}
.carousel-caption-prsnl {
    position: absolute;
    bottom: 1vw;
    right: .5%;
    z-index: 10;
    padding: 1rem;
    background: #5b8783;
    color: #fff;
    text-align: left;
}

}