/*=====================================
    Basic Styling
=======================================*/

html {
    font-family: 'Open Sans', serif;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

.section-title span{
    background: black;
    height: 1px;
    width: 150px;
}

.section-title span > div{
    border: 1px solid black; 
    background: white;
    border-radius: 11px;
    width: 11px;
    height: 11px;
}

.hovercard {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.hovercard:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*=====================================
    Navigation
=======================================*/

#navigation,
.navbar-brand,
.navbar-toggler,
.navbar-nav > li > a {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.navbar {
    background-color: #1F2021;
}

.navbar-brand > img{
  display: block;
}

.navigation .navbar-nav > li > a {
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.navigation .navbar-nav > li > a.active {
  border-bottom: 1px solid #00C7FC;
}

.navbar-toggler {
    border: none;
}

/*=====================================
    Main Slider
=======================================*/

.caption {
  background-color: rgba(5, 147, 187, 0.8);
    position: absolute;
    left: 15%;
    right: 15%;
    top: 20%;
    text-transform: uppercase;
}
.tax {
  background-color: rgba(255, 35, 0, 0.5);
    position: absolute;
    left: 35%;
    right: 15%;
    bottom: 10%;
}

.carousel-inner {
    color: #fff;
}

.carousel-item {
    overflow: hidden;
}

.carousel-indicators .active {
  background-color: #00c7fc;
}

/*=====================================
    Portfolio
=======================================*/

#portfolio .media .media-body h3{
    color: #00C7FC;
}

/*=====================================
    Actual
=======================================*/
#actual .card {
    color: #fff;
}

#actual .card-wrap {
    background-color: #0593BB;
}

#actual .list-group .list-group-item {
    background-color: transparent;
    border-color: white;
}

/*=====================================
    Gallery
=======================================*/
#gallery .card {
    background-color: #fff;
    border-radius: 0;
}

#gallery .card:hover {
    background-color: #0593BB;
    color: #fff;
}

/*=====================================
    Quotes
=======================================*/

#quotes {
    background-color: #1F2021;
    color: #fff;
}

/*=====================================
    Events
=======================================*/

#events .card {
    margin: 10px 0;
}

/*============================================================
    Contact Us
============================================================*/
.contact-form .form-control {
    border-radius: 0;
}

.contact-form .btn {
    background: #00C7FC;
    border-radius: 0;
    color: #fff;
}

/*=====================================
    Footer
=======================================*/

#footer {
    background-color: #1F2021;
    color: #fff;
}

.footer-social .line{
    background: white;
    height: 1px;
    width: 175px;
}
