﻿.float-right {
  float: right;
}
.main-slider .carousel-inner .item figure figcaption {
  top: 20%;
  left: -5%;
}
.main-slider figure figcaption .container {
  text-align: center;
}
.main-slider figure figcaption .container .con {
  width: 50%;
  display: inline-block;
}
.main-slider figure figcaption .container .con h1,
.main-slider figure figcaption .container .con p {
  width: 100% !important;
  text-align: center;
}
.services .section-header p {
  text-indent: 2em;
  text-align: left;
}
.services .services-content {
  padding: 0 100px;
  z-index: 0;
}
.services .services-content .owl-stage-outer .service-box {
  margin: auto;
  max-width: 300px;
}
.services .services-content .owl-stage-outer .service-box .service-split-desc {
  height: 50px;
}
.services .services-content .owl-stage-outer .service-box .font {
  transition: .3s;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.services .services-content .owl-stage-outer .sin-t .font {
  background: url('./t_gray.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-stage-outer .sin-p .font {
  background: url('./p_gray.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-stage-outer .sin-n .font {
  background: url('./n_gray.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-stage-outer .sin-q .font {
  background: url('./q_gray.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-stage-outer .sin-t:hover .font {
  background: url('./t_bright.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-stage-outer .sin-p:hover .font {
  background: url('./p_bright.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-stage-outer .sin-n:hover .font {
  background: url('./n_bright.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-stage-outer .sin-q:hover .font {
  background: url('./q_bright.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-nav {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.services .services-content .owl-nav button {
  width: 63px;
  height: 63px;
  transition: .3s;
}
.services .services-content .owl-nav button span {
  display: none;
}
.services .services-content .owl-nav button.owl-prev {
  float: left;
  background: url('./la_gray.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-nav button.owl-prev:hover {
  background: url('./la_bright.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-nav button.owl-next {
  float: right;
  background: url('./ra_gray.png') center center no-repeat;
  background-size: cover;
}
.services .services-content .owl-nav button.owl-next:hover {
  background: url('./ra_bright.png') center center no-repeat;
  background-size: cover;
}
.white-book {
  padding-bottom: 50px;
}
.white-book .row .content {
  position: relative;
  height: 400px;
  padding: 20px;
  transition: .6s ease;
  background-color: #F7F7F7;
}
.white-book .row .content ul {
  height: 250px;
}
.white-book .row .content ul li {
  font-size: 16px;
  padding: 5px 0;
}
.white-book .row .content ul li:first-of-type {
  font-size: 32px;
  padding: 10px 0;
}
.white-book .row .content .btn-content {
  padding: 20px 0;
  text-align: center;
}
.white-book .row .content .btn-content .btn {
  background: #FF8724;
  border-bottom: 2px solid #D9731E;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.white-book .row .content:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.white-book .row .content:hover .btn {
  text-decoration: none;
  border-bottom-color: #FF8724;
  margin-bottom: 0;
  margin-top: 4px;
}
.white-book .row .content .u-money {
  font-size: 26px;
  color: #FF8724;
  position: absolute;
  right: 40px;
  top: 30px;
}
.call-to-action h2 {
  text-align: left;
  text-indent: 2em;
  font-size: 24px;
}
.latest-work .section-header {
  margin-bottom: 20px;
}
.latest-work .section-header .sin-all {
  text-align: center;
}
.latest-work .portfolio-container .col-sm-4 {
  margin-bottom: 20px;
}
.latest-work .portfolio-container .col-sm-4 figure img {
  margin: 0 auto;
}
.latest-work .portfolio-container .col-sm-4 figure p {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .services .services-content {
    padding: 0 10px;
  }
  .services .services-content .owl-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .latest-work .portfolio-container .col-sm-2 {
    width: 20%;
  }
}
.sin-footer .footer-widget .twitter-feed .list-unstyled li {
  padding: 5px 0;
  border-bottom: 0;
}
.sin-footer .footer-widget .twitter-feed .list-unstyled li:last-of-type {
  border-bottom: 1px solid #3F3F3F;
}
