.homeService {
    background-color: #073855 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
}

.homeFigure {
    color: #ffffff !important;
    font-size: 28px !important;
    width: 40px !important;
}

.universal-button .homeArrow {
    bottom: 0;
    color: #ffffff;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
}

.timeline-item .mywrapper {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    border: 2px solid #f3f3f3;
    padding: 20px 20px 20px 40px;
    margin-top: -8px;
}

.mywrapper {
    display: table;
    height: 100%;
    width: 100%;
}
/* 
.phoneNavigation {
    color: #111111 !important;
    font-size: 20px !important;
    width: 30px !important;
    margin-right: 0px !important;
} */

.navigation .secondary-navigation {
  background-color: #f3f3f3 !important;
}

@media only screen and (min-width: 600px) {
  #navigation li + li::before {
      content: " | ";
  }
}
#navigation .nav > li > a {
    display: inline !important;
    opacity: 1 !important;
}

.timeline-item .wrapper img {
    margin-bottom: 0px !important; 
    float: right;
}

.custom-home-carousel .custom-home-slide {
    position: relative;
  }
  .custom-home-carousell .custom-home-slide .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    bottom: 0;
    left: 0;
    height: 40%;
    position: absolute;
    width: 100%;
  }
  .custom-home-carousel .custom-home-slide .overlay h3 {
    bottom: 20px;
    color: #fff;
    left: 30px;
    font-size: 24px;
    position: absolute;
  }
  .custom-home-carousel .custom-home-slide img {
    width: 100%;
  }
  .custom-home-carousel .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-home-carousel .owl-controls .owl-prev, .custom-home-carousel .owl-controls .owl-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #1396e2;
    display: inline-block !important;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3 !important;
  }

  .custom-home-carousel .owl-controls .owl-prev:after, .custom-home-carousel .owl-controls .owl-next:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #fff;
    width: 5px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .custom-home-carousel .owl-controls .owl-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .custom-home-carousel .owl-controls .owl-next:after {
    content: "\f105";
  }
  .custom-home-carousel .owl-controls .owl-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .custom-home-carousel .owl-controls .owl-prev:after {
    content: "\f104";
  }

  .presentation-image {

    max-width: 200px;
  }
  /* padding-right: 20px; padding-bottom: 20px */
  