.owl-theme .owl-controls > .owl-nav {
  margin: 0;
}
.owl-theme .owl-controls > .owl-nav > div {
  position: absolute;
  top: 45%;
  background: transparent;
  line-height: 52px;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-theme .owl-controls > .owl-nav > div i {
  font-size: 24px;
}
.owl-theme .owl-controls > .owl-nav .owl-prev {
  left: -60px;
}
.owl-theme .owl-controls > .owl-nav .owl-next {
  right: -60px;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
  background: #e1e1e1;
  -moz-box-shadow: inset 0px 1px 1px #999999;
  -webkit-box-shadow: inset 0px 1px 1px #999999;
  box-shadow: inset 0px 1px 1px #999999;
  margin: 3px;
  height: 16px;
  width: 16px;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background: #26c6da;
}
/*=========================================
8. Recent Case Studies Styles                                
==========================================*/
/*-------------------------------------------
8.1 Recent Case One Styles
-------------------------------------------*/
.recent-case-studies .single-case-item .case-image {
  position: relative;
}
.recent-case-studies .single-case-item .case-image img {
  transform-style: inherit;
}
.recent-case-studies .single-case-item .case-image .overly {
  position: absolute;
  content: "";
  background: rgba(38, 50, 56, 0.9);
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recent-case-studies .single-case-item .case-image .overly a {
  border: 2px solid #26c6da;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  text-transform: uppercase;
  position: relative;
  top: 45%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recent-case-studies .single-case-item .case-image .overly a:hover {
  background: #26c6da;
}
.recent-case-studies .single-case-item .case-content {
  background: #f8f8f8;
  margin: 0 1px 6px;
  padding: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recent-case-studies .single-case-item .case-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.recent-case-studies .single-case-item .case-content h3 a {
  color: #222222;
}
.recent-case-studies .single-case-item .case-content p {
  margin-bottom: 0;
}
.recent-case-studies .single-case-item:hover .case-image .overly {
  opacity: 1;
}
.recent-case-studies .single-case-item:hover .case-content {
  box-shadow: 0px 2px 6px -2px #999999;
}
.recent-case-studies .owl-controls .owl-nav > div {
  border: 2px solid #26c6da;
}
.recent-case-studies .owl-controls .owl-nav > div i {
  color: #222222;
}
.recent-case-studies .owl-controls .owl-nav > div:hover {
  background: #26c6da;
  border: 2px solid #26c6da;
}
.recent-case-studies .owl-controls .owl-nav > div:hover i {
  color: #ffffff;
}
/*-------------------------------------------
8.2 Recent Case Two Styles
-------------------------------------------*/
.recent-case-two-style > .container > .row > div {
  padding: 0;
}
.recent-case-two-style .single-studies .studies-image-responsive {
  display: none;
}
.recent-case-two-style .single-studies .studies-content h3 {
  font-size: 20px;
  margin: 15px 0 10px;
}
.recent-case-two-style .single-studies .case1 h3 a {
  color: #26c6da;
}
.recent-case-two-style .single-studies .case2 {
  min-height: 244px;
  padding: 0 15px;
}
.recent-case-two-style .single-studies .case2 h3 a {
  color: #ffd740;
}
.recent-case-two-style .single-studies .case3 {
  padding: 0 15px;
}
.recent-case-two-style .single-studies .case3 h3 a {
  color: #ff3d00;
}