body,
p {
  font-family: 'raleway', 'Helvetica Neue', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 2px;
}

p {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: normal;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #00b7ca;
}
a:hover {
    color: #00e8ff;
    text-decoration: none;
}

:hover,
:focus,
:active {
  outline: 0 !important;
}

section {
    padding: 100px 0;
}

.w-lg-25 {
  width: 25%;
}

.text-primary {
    color: #00b7ca !important;
}

.btn-primary {
    background-color: #008e9c;
    border-color: #00e8ff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #007480;
    border-color: #00e8ff;
}
.btn-primary:focus, 
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
    background-color: #008e9c;
    border-color: #008e9c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
}

.hr-style {
  max-width: 50px;
  border: 1px solid #737373;
}

.hr-style-light {
  max-width: 50px;
  border: 1px solid #808080;
}

.bg-dark {
    background-color: #222222!important;
}

/* Navigation */
#mainNav {
  opacity: 0;
  border-bottom: 3px solid #008e9c;
}
#mainNav.navbar-scrolled {
  opacity: 1;
  transition: 0.6s;
  box-shadow: 0 0.1rem 0.5rem rgba(0,0,0,.15);
}

#mainNav .navbar-brand {
  padding: 6px 15px 6px 26px;
}
#mainNav .navbar-brand img {
  max-width: 36.5%;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #008e9c;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #008e9c;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #00b7ca !important;
}


/* Header */
header.masthead {
    height: 100vh;
    background: url(../img/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    padding-top: 0;
}
header .nav-item a {
  color: #00b7ca;
  letter-spacing: 2.5px;
}

/* Showcase */
#showcase {
  padding: 0;
}

#showcase .container-fluid, 
#showcase .container-sm, 
#showcase .container-md, 
#showcase .container-lg, 
#showcase .container-xl {
  max-width: 1920px;
}
#showcase .container-fluid .portfolio-box, 
#showcase .container-sm .portfolio-box, 
#showcase .container-md .portfolio-box, 
#showcase .container-lg .portfolio-box, 
#showcase .container-xl .portfolio-box {
  position: relative;
  display: block;
}
#showcase .container-fluid .portfolio-box .portfolio-box-caption, 
#showcase .container-sm .portfolio-box .portfolio-box-caption, 
#showcase .container-md .portfolio-box .portfolio-box-caption, 
#showcase .container-lg .portfolio-box .portfolio-box-caption, 
#showcase .container-xl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(0, 142, 156, 0.8);
  transition: opacity 0.25s ease;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.25) inset;
}
#showcase .container-fluid .portfolio-box .portfolio-box-caption .project-category, 
#showcase .container-sm .portfolio-box .portfolio-box-caption .project-category, 
#showcase .container-md .portfolio-box .portfolio-box-caption .project-category, 
#showcase .container-lg .portfolio-box .portfolio-box-caption .project-category, 
#showcase .container-xl .portfolio-box .portfolio-box-caption .project-category {
  /*font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 1.3rem;
  letter-spacing: 2.5px;
  font-weight: 600;
  text-transform: uppercase;
}
#showcase .container-fluid .portfolio-box .portfolio-box-caption .project-name, 
#showcase .container-sm .portfolio-box .portfolio-box-caption .project-name, 
#showcase .container-md .portfolio-box .portfolio-box-caption .project-name, 
#showcase .container-lg .portfolio-box .portfolio-box-caption .project-name, 
#showcase .container-xl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
  letter-spacing: 2.5px;
}
#showcase .container-fluid .portfolio-box:hover .portfolio-box-caption, 
#showcase .container-sm .portfolio-box:hover .portfolio-box-caption, 
#showcase .container-md .portfolio-box:hover .portfolio-box-caption, 
#showcase .container-lg .portfolio-box:hover .portfolio-box-caption, 
#showcase .container-xl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

/* Slider */
#showcase-slider {
  background: url(../img/slide-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 

  overflow-x: hidden;
  padding: 50px 20px;
  border-top: 3px solid #000;
  border-bottom: 5px solid #008e9c;
  box-shadow: inset 0px 20px 25px -10px #0c0c0c,
              inset 0px -20px 25px -10px #0c0c0c;
}

  #showcase .col-lg-4:first-child {
    border-top: 5px solid #008e9c;
    border-right: 1px solid #008e9c;
    border-bottom: 1px solid #008e9c;
  }
  #showcase .col-lg-4:nth-child(2) {
    border-top: 1px solid #008e9c;
    border-bottom: 5px solid #008e9c;
  }
  #showcase .col-lg-4:nth-child(3) {
    border-top: 5px solid #008e9c;
    border-left: 1px solid #008e9c;
    border-bottom: 1px solid #008e9c;
  }

#showcase-slider .slick-slide {
  cursor: move;
}
#showcase-slider .showcase-img {
  width: 60%;
  height: 250px;
  margin: 15px auto;
}

#showcase-slider .showcase-img img {
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.65);
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.65);
  border: 1px solid white;
  height: 100%;
}

#showcase-slider p {
  font-size: 12px;
  margin: 2rem auto 5px;
  text-align: center;
}

#showcase-slider a p {
    color: #6c757d;
}
#showcase-slider a:hover p {
    color: #00e8ff;
}
#showcase-slider a:focus p {
    color: #008e9c;
}

#showcase-slider .slick-list {
  min-height: 350px;
}

#showcase-slider .slick-prev, .slick-next { 
  top: 38%;
}

#showcase-slider .slick-prev:before, .slick-next:before {
  font-size: 2rem;
  color: #00e8ff !important;
}

#showcase-slider .slick-dots li button:before {
  color: #fff;
}
#showcase-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00e8ff !important;
}
#showcase-slider .slick-dots li button:hover:before, 
#showcase-slider .slick-dots li button:focus:before {
  color: #008e9c !important;
}

ç

/* Service Page */
#services {
  background: #f7f7f7;
}

/* Contact Page */
.contact-style {
  text-decoration: none !important;
  display: block;
  cursor: pointer;
}
.contact-style > i {
  display: block;
  position: relative;
  width: 65%;
  height: 60px;
  line-height: 58px;
  margin: 0 auto;
  border: 1px solid #aaa;
  border-radius: 4px 4px 6px 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e5e5e5));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #e5e5e5 100%);
  text-transform: uppercase;
  color: #000;
  text-shadow: 0px 1px 3px #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.contact-style > i:hover {
  color: #464444;
}
.contact-style > .insert {
  display: block;
  padding: 10px 5px;
  z-index: -100;
  border-radius: 0 0 6px 6px;
  margin: 0 auto;
  max-width: 220px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-shadow: #000;
  color: #fff;
}
.contact-style > .insert.mobile {
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#3a3a3a));
  background: -webkit-linear-gradient(top, #d2d2d2 0%, #3a3a3a 100%);
  background: -o-linear-gradient(top, #d2d2d2 0%, #3a3a3a 100%);
  background: linear-gradient(to bottom, #d2d2d2 0%, #3a3a3a 100%);
}
.contact-style > .insert.gmail {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
}
.contact-style > .insert.facebook {
  background: -webkit-gradient(linear, left top, left bottom, from(#497dc1), to(#274772));
  background: -webkit-linear-gradient(top, #497dc1 0%, #274772 100%);
  background: -o-linear-gradient(top, #497dc1 0%, #274772 100%);
  background: linear-gradient(to bottom, #497dc1 0%, #274772 100%);
}
.contact-style:hover > span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

/* Footer */
.main-footer {
  width: 100%;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 10px 20px 8px;
  border-top: 1px solid #2f2f2f;
  background: url("../img/footer-bg.jpg") center center/cover;
}

/* Timeline */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: '';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
}
.timeline > li .timeline-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35) inset;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    /* padding: 0 20px 20px 100px; */
    padding: 0 20px 20px 35px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    /* padding: 0 100px 20px 20px; */
    padding: 0 35px 20px 20px;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }

  #mainNav .navbar-brand {
    padding: 8px 0;
  }
  #mainNav .navbar-brand img {
    width: 260px;
    padding-top: 3px;
  }

  #about .timeline-body p {
    text-align: justify;
    hyphens: auto;
  }

  #services img {
  	max-width: 215px;	
  }

  #showcase .col-12:first-child {
    border-top: 1px solid rgba(0, 142, 156, 0.8);
    border-left: 8px solid #008e9c;
  }
  #showcase .col-12:nth-child(2) {
    border-top: 1px solid rgba(0, 142, 156, 0.8);
    border-right: 8px solid #008e9c;
  }
  #showcase .col-12:nth-child(3) {
    border-top: 1px solid rgba(0, 142, 156, 0.8);
    border-left: 8px solid #008e9c;
  }

  .showcase-img {
    width: 90% !important;
    height: 180px !important;
  }
  .slick-prev,
  .slick-next {
    visibility: hidden;
  }

  /* LightBox */
  .lg-actions .lg-next, 
  .lg-actions .lg-prev {
  	display: none !important;
  }

  .main-footer {
    text-align: center;
  }
}