p {
    line-height: 130%;    
}
a {
    color: #106479;
}
.heading a:hover {
    color: #106479 !important; 
}
a:hover {
    color: #106479;
    font-weight: bold;
}
.breadcrumbs span a:hover, .breadcrumbs span a:focus {
    color: #106479 !important;
} 
.contact-section .contact-info p a:hover {
    color: #106479 !important;
}

.categories li a:hover, .categories li a:focus, .sidelink li a:hover, .sidelink li a:focus {
    color: #106479 !important;
}


.ftco-navbar-light {
    background-color: rgba(255,255,255, 0.9) !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: #106479 !important;
}

.ftco-navbar-light.scrolled .nav-item.active > a,
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #106479 !important;
    font-weight: bold;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #106479 !important;
    font-weight: bold;
}
 
.ftco-navbar-light .navbar-brand img {
    height:70px;
    width: auto;
}
.ftco-navbar-light.scrolled .navbar-brand img {
    height:50px;
    width: auto;   
}

.navbar-nav li.social {
  list-style: none;
  margin: 10px 10px 0 0;
  display: inline-block;
}
.navbar-nav li.social a {
    color: #106479;
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    background: rgba(255,255,255, 0.5);
    border-radius: 50%;
    position: relative;
    text-align: center;
    padding-top: 3px;
    margin-right:10px;
}
.ftco-navbar-light.scrolled .navbar-nav li.social a {
    border: 1px solid #106479;
}

@media (max-width: 991px) {
    .navbar-nav li.social a {
        float: none;
        display: inline-block;
        margin-right:10px;
        border: 1px solid #106479;
    }
}

.slider-text h1 { 
    font-size:36px !important; 
}
.slider-item .text {
    position:absolute;
    /* top: 20%;
    left: 10%; */
    width: 90%;
}
.slider-item .text .horizontal {
    width: 100%;
}    


.btn { border-radius: 15px; }
.btn:hover { 
    border-radius: 10px; 
    box-shadow: 2px 2px 2px 1px rgba(55, 55, 55, 0.5) !important; 
}


h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #106479;
}
.heading-section .subheading {
    color: #106479;
}

.services-section {
    background-color: rgba(255,255,255, 0.6) !important;
}

.btn.btn-primary {
  background: #106479 !important;
  border: 1px solid #106479 !important;
}

.ftco-footer .ftco-footer-widget ul li a {
  color: #106479;
}
.ftco-footer .ftco-footer-widget ul li a span {
  color: #106479;
}
.ftco-footer .ftco-footer-widget ul li a:hover {
  font-weight: bold;
  color: #fff;
}
.ftco-footer .ftco-footer-widget ul li a span:hover {
  color: #fff;
}


.owl-carousel {
    height: 100vh;
}
.owl-carousel .item {
    height: 100vh;
}
.owl-carousel .item .textoverlay {
    padding-top: 60vh;
    padding-left: 5%;
    max-width:50%;
    color: white;
}
.owl-carousel .item .textoverlay .text {
    padding: 20px;
    background-color: rgba(0,0,0, 0.75);
}
.owl-carousel .item .textoverlay h2 {
    color: white;
    font-weight: 800;
}
.owl-carousel .item .textoverlay h3 {
    color: white;
    font-weight: 600;
}
.owl-carousel .item .textoverlay a {
    color: white;
    font-weight: 600;
    margin-right: 15px;
}

.btn-custom, 
.owl-carousel .btn-custom {
    color: white;
    font-weight: 700;
    margin-right: 15px;
    font-size: 24px;
}
@media (max-width: 991px) {
    .btn-custom {
        color:darkred;
    }
}


.block-2, .block-2 .front, .block-2 .back {
  width: 97%;
  height: 90px;
  text-align: center;
}

.block-2 .front {
  background: #106479;  
}

.block-2 .back {
  background: #106479;  
}

.heading-section {
  background: #106479;  
  padding: 10px 15px !important;
  text-align: left;
  color: white;
}    
.heading-section .subheading {
  color: white;
  text-align: left;
}

.heading-section h2 {   
  color: white;
  font-size: 24px;
  text-align: left;
}

.help-block {
    font-size: 10px;
    color: darkred;
    font-weight: bold;
}



