@import url(https://fonts.googleapis.com/css?family=Hind:400,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,700,600);
html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: 'Hind', sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400; }

a, button, input[type="submit"] {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-decoration: none; }

a, a:hover, a:focus, button:focus {
  outline: 0 !important;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-weight: 700;
  color: #23262d; }

.margin-b-30 {
  margin-bottom: 30px; }

.header-2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  padding: 10px 0; }
  .header-2 .navbar-default {
    border: 0px;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
    .header-2 .navbar-default .navbar-nav > li > a {
      color: #fff;
      text-transform: uppercase; }
  .header-2 .navbar-default .navbar-nav > .active > a, .header-2 .navbar-default .navbar-nav > .active > a:focus, .header-2 .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent; }
  .header-2 .navbar-default .navbar-nav > .open > a, .header-2 .navbar-default .navbar-nav > .open > a:focus, .header-2 .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent; }

.logo {
  display: inline-block;
  margin: 20px 0; }

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }

  .navbar .navbar-collapse {
    text-align: center; } }
.dropdown-menu {
  border: 0px;
  border-top: 2px solid #fff; }

.main-heading {
  margin-bottom: 49px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  line-height: 37px;
  position: relative;
  z-index: 9;
  padding-left: 140px; }
  .main-heading span {
    font-size: 280px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: lowercase;
    font-weight: 400;
    position: absolute;
    top: -100%;
    left: 0;
    margin-top: -19px;
    text-shadow: 0px -3px 0px #fff; }

.about-socials li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid  #777;
  color: #777;
  display: block;
  margin: 15px auto; }
  .about-socials li a:hover {
    color: #fff;
    background-color: #3b97d3;
    border-color: #3b97d3; }

blockquote {
  border-left-color: #000;
  font-size: 13px;
  padding: 0px 20px; }

.section-about {
  position: relative;
  padding-bottom: 40px; }
  .section-about .right-img {
    width: 38%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden; }
    .section-about .right-img img {
      border-left: 20px solid #eee;
      border-bottom: 20px solid #eee; }
  .section-about .main-heading {
    margin-top: 50px;
    margin-bottom: 20px; }
  .section-about blockquote {
    border-left-color: #000;
    font-size: 13px;
    padding: 10px 20px;
    background: #fff;
    margin-right: -300px;
    position: relative;
    z-index: 2; }

.services {
  padding-top: 80px;
  padding-bottom: 50px;
  background: url("../images/business/service2.jpg") no-repeat center center;
  background-size: cover; }
  .services .service-box {
    margin-bottom: 40px; }
    .services .service-box h4, .services .service-box p {
      color: #fff; }
    .services .service-box h4 {
      text-transform: uppercase; }
    .services .service-box a {
      display: inline-block;
      padding: 7px 25px;
      color: #fff;
      border-radius: 100px;
      background: #f26522;
      text-transform: uppercase;
      padding-bottom: 5px; }

.icon-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #959595;
  margin: 0 auto;
  margin-bottom: 20px; }
  .icon-wrap .icon-inner {
    width: 86px;
    height: 86px;
    background: #959595;
    position: relative;
    top: 6px;
    left: 6px;
    display: block;
    border-radius: 50%;
    border: 10px solid #959595;
    line-height: 70px;
    font-size: 29px;
    color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }

.service-box:hover .icon-wrap .icon-inner {
  background-color: #23262d;
  border-color: #fff;
  color: #fff; }

.footer-copyright {
  background: #181b21;
  padding: 10px 0;
  padding-top: 14px; }
  .footer-copyright span {
    color: #5d5d5d; }
  .footer-copyright ul {
    margin: 0;
    padding: 0; }
    .footer-copyright ul li a {
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      display: block;
      padding: 5px 20px; }
      .footer-copyright ul li a:hover {
        color: #f26522; }

.footer {
  padding-top: 40px;
  background: #23262d; }
  .footer h3 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px; }
  .footer p {
    color: #c9c5c5; }
  .footer .latest-twits {
    padding-bottom: 10px; }
    .footer .latest-twits a {
      color: #f26522; }
    .footer .latest-twits p {
      margin: 0;
      color: #c9c5c5; }
    .footer .latest-twits span {
      color: #5d5d5d;
      display: block; }
  .footer .underline-ref {
    color: #5d5d5d;
    text-decoration: underline;
    text-transform: capitalize; }
    .footer .underline-ref:hover {
      color: #f26522; }
  .footer ul {
    margin-top: 20px; }
    .footer ul li a {
      color: #c9c5c5;
      font-size: 18px; }
      .footer ul li a:hover {
        color: #f26522; }
  .footer .recent-post a {
    float: left;
    border: 3px solid #fff;
    display: block; }
  .footer form {
    position: relative; }
    .footer form .btn-newsletter {
      border: 0px;
      background: transparent;
      position: absolute;
      right: 5px;
      top: 5px; }
    .footer form .form-control {
      border-radius: 0px;
      border: 0px;
      box-shadow: none; }
  .footer .col-md-3 {
    padding-bottom: 30px; }

.clients {
  background: #d7d7d7; }

.clients ul li {
  padding: 30px 50px; }

.cta-action {
  padding: 40px 0;
  background: #f26522; }
  .cta-action h3, .cta-action p {
    color: #fff; }
  .cta-action h3 {
    font-weight: 400; }
  .cta-action .btn-dark {
    margin-top: 45px; }

.btn-dark {
  background: #23262d;
  color: #fff;
  padding: 7px 30px;
  border-radius: 0px;
  box-shadow: 3px 3px 0px #913d14; }
  .btn-dark:hover {
    color: #fff; }

.news-events {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ebebeb; }

.news-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px; }
  .news-box .news-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    visibility: hidden; }
    .news-box .news-overlay:after {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      content: "";
      position: absolute;
      top: 20px;
      left: 100%;
      border-left: 20px solid rgba(0, 0, 0, 0.8); }
    .news-box .news-overlay p {
      font-size: 13px;
      line-height: 20px;
      color: #fff; }
    .news-box .news-overlay h4 {
      color: #fff;
      margin-bottom: 5px; }
    .news-box .news-overlay span {
      color: #f26522;
      display: block; }
    .news-box .news-overlay .buttons span {
      margin-right: 4px;
      display: inline-block;
      padding: 4px 10px;
      padding-bottom: 1px;
      border-radius: 100px;
      color: #fff;
      background: #f26522; }
  .news-box:hover .news-overlay {
    opacity: 1;
    visibility: visible; }

.our-team {
  padding-top: 60px; }
  .our-team .main-heading {
    margin-bottom: 0px; }
  .our-team .col-sm-3, .our-team .container-fluid {
    padding: 0px; }
  .our-team .row {
    margin: 0;
    overflow: hidden;
    padding: 60px 0; }
  .our-team .col-sm-3 {
    width: 20%; }
  .our-team .team-box {
    position: relative; }
    .our-team .team-box .team-overlay {
      position: absolute;
      width: 60%;
      height: auto;
      left: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 0;
      visibility: hidden;
      padding: 15px;
      transition: all 0.3s; }
      .our-team .team-box .team-overlay.right {
        right: 0;
        left: auto; }
      .our-team .team-box .team-overlay h3 {
        margin: 0px;
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        text-transform: capitalize; }
      .our-team .team-box .team-overlay small {
        font-weight: bold;
        color: #000;
        font-size: 10px;
        margin-top: -8px;
        display: block; }
      .our-team .team-box .team-overlay p {
        font-size: 10px;
        line-height: 14px; }
      .our-team .team-box .team-overlay ul {
        margin: 0px; }
        .our-team .team-box .team-overlay ul li {
          padding: 0px; }
          .our-team .team-box .team-overlay ul li a {
            display: block;
            width: 24px;
            font-size: 10px;
            height: 24px;
            line-height: 24px;
            padding-top: 1px;
            text-align: center;
            border-radius: 50%;
            color: #666;
            border: 1px solid #666; }
    .our-team .team-box img {
      transition: all 0.3s; }
    .our-team .team-box:hover {
      box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.6);
      z-index: 2;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1.4);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1.4);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1.4);
      transition: all 200ms ease-in;
      transform: scale(1.4); }
      .our-team .team-box:hover .team-overlay {
        opacity: 1;
        visibility: visible; }

.testimonials {
  padding: 80px 0; }

.tabs-row {
  margin: 0px;
  padding: 0px; }
  .tabs-row > li {
    margin-bottom: 10px; }
    .tabs-row > li img {
      border: 4px solid transparent;
      display: block;
      margin: 0 auto; }
    .tabs-row > li.active img {
      border-color: #f8ac87; }

.team-detail-box {
  position: relative;
  overflow: hidden; }
  .team-detail-box img {
    width: 100%; }
  .team-detail-box ul {
    margin: 0;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 15px;
    transition: all 0.3s; }
    .team-detail-box ul li a {
      display: block;
      width: 32px;
      font-size: 15px;
      height: 32px;
      line-height: 32px;
      padding-top: 0px;
      text-align: center;
      border-radius: 50%;
      color: #666;
      border: 1px solid #666; }
      .team-detail-box ul li a:hover {
        color: #fff;
        background: #666; }
  .team-detail-box .person-name {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0;
    right: 0; }
    .team-detail-box .person-name h4 {
      margin: 0;
      font-size: 19px;
      text-transform: uppercase;
      margin-right: -67px;
      letter-spacing: 3px; }
  .team-detail-box .person-text {
    position: relative;
    transform: rotate(90deg);
    top: 80px; }

.polygon-section {
  background: url("../images/business/service-bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-top: 90px;
  padding-bottom: 120px; }

.polygon-row {
  position: relative;
  margin-top: 30px; }
  .polygon-row li a {
    width: 184px;
    height: 160px;
    background: url("../images/business/poly.png") no-repeat;
    display: block;
    text-align: center;
    padding-top: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }
    .polygon-row li a i {
      color: #000;
      font-size: 50px;
      margin-top: 10px;
      transition: all 0.2s;
      -webkit-transition: all 0.2s; }
    .polygon-row li a span {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      margin-top: 100px; }
    .polygon-row li a:hover {
      background: url("../images/business/poly-active.png") no-repeat; }
      .polygon-row li a:hover i {
        color: #fff;
        margin-top: 0; }
      .polygon-row li a:hover span {
        margin-top: 0px; }
  .polygon-row li:nth-child(4) {
    position: absolute;
    left: 148px;
    top: 81px; }
  .polygon-row li:nth-child(5) {
    position: absolute;
    left: 148px;
    top: 252px; }
  .polygon-row li:nth-child(6) {
    position: absolute;
    left: 148px;
    top: 421px; }
  .polygon-row li:nth-child(7) {
    position: absolute;
    left: 302px;
    top: 0px; }
  .polygon-row li:nth-child(8) {
    position: absolute;
    left: 302px;
    top: 164px; }
  .polygon-row li:nth-child(9) {
    position: absolute;
    left: 302px;
    top: 342px; }

.business-slider {
  overflow: hidden;
  position: relative; }
  .business-slider .slider-content {
    padding: 150px 0;
    padding-top: 250px; }
  .business-slider .slider-box {
    text-align: center;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    position: relative; }
    .business-slider .slider-box:after {
      content: "";
      width: 100px;
      top: 0;
      left: 0;
      height: 10px;
      background: #fff;
      position: absolute; }
    .business-slider .slider-box:before {
      content: "";
      width: 100px;
      top: 0;
      right: 0;
      height: 10px;
      background: #fff;
      position: absolute; }
    .business-slider .slider-box h3 {
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 2px; }
    .business-slider .slider-box h1 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      margin: 15px 0;
      color: #fff;
      letter-spacing: 3px; }
    .business-slider .slider-box p {
      color: #fff; }
    .business-slider .slider-box a {
      background: #fff;
      text-transform: uppercase;
      color: #333;
      padding: 10px 30px;
      padding-bottom: 6px;
      display: inline-block;
      margin-top: 20px; }

.slider-box-inner {
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  display: table;
  position: relative; }
  .slider-box-inner:after {
    content: "";
    width: 100px;
    bottom: 0;
    left: 0;
    height: 10px;
    background: #fff;
    position: absolute; }
  .slider-box-inner:before {
    content: "";
    width: 100px;
    bottom: 0;
    right: 0;
    height: 10px;
    background: #fff;
    position: absolute; }

.business-slider .flex-direction-nav a {
  width: 40px;
  height: 160px;
  opacity: 1;
  margin: 0px;
  left: 20px; }
  .business-slider .flex-direction-nav a:before, .business-slider .flex-direction-nav a:after {
    display: none; }
  .business-slider .flex-direction-nav a.flex-next {
    right: 20px;
    left: auto; }
.business-slider .flex-direction-nav span {
  display: block;
  width: 40px;
  height: 160px; }
  .business-slider .flex-direction-nav span.thumb-prev {
    background: url(../images/business/prev.png) no-repeat; }
  .business-slider .flex-direction-nav span.thumb-next {
    background: url(../images/business/next.png) no-repeat; }

.our-work {
  padding-top: 60px;
  padding-bottom: 10px; }

.box-work {
  width: 200px;
  height: 100px;
  overflow: hidden;
  float: left;
  background: #000;
  margin-right: 5px; }

.owl-projects {
  background-color: #23262d;
  position: relative; }
  .owl-projects .owl-controls {
    margin-top: 0;
    text-align: center;
    width: auto;
    position: absolute;
    top: -60px;
    right: 100px;
    border: 1px solid #ddd;
    padding: 0px 10px; }
    .owl-projects .owl-controls .owl-buttons div {
      padding: 0px;
      background: transparent;
      color: #000;
      font-size: 30px; }
  .owl-projects .item {
    padding: 20px 15px; }

.project-col {
  position: relative;
  overflow: hidden; }
  .project-col img {
    width: 100%;
    transition: margin 0.3s;
    -webkit-transition: margin 0.3s; }
  .project-col .project-overlay {
    width: 60%;
    top: 0;
    right: -100%;
    background: #f26522;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 30px 15px; }
    .project-col .project-overlay h3, .project-col .project-overlay p {
      color: #fff; }
  .project-col:hover .project-overlay {
    right: 0; }

@media (max-width: 991px) {
  .main-heading span {
    font-size: 56px;
    text-transform: uppercase;
    position: relative; }

  .main-heading {
    padding-left: 0px; }

  .section-about blockquote {
    margin-top: 45px;
    margin-right: 0; }

  .section-about .right-img {
    width: 100%;
    position: relative; }

  .polygon-section {
    margin-top: 0px; }

  .our-team .col-sm-3 {
    width: 50%; }

  .our-team .team-box:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1); }

  .business-slider .slider-box {
    border-left: 0px;
    border-right: 0px;
    padding: 0px 40px; }

  .slider-box:before, .slider-box:after, .slider-box-inner:before, .slider-box-inner:after {
    display: none; } }
@media (max-width: 767px) {
  .our-team .col-sm-3 {
    width: 100%; }

  .polygon-row li {
    position: static !important; }
    .polygon-row li a {
      margin: 10px auto; }

  .business-slider .flex-direction-nav a {
    left: 0; }

  .business-slider .flex-direction-nav a.flex-next {
    right: 0; }

  .header-2 {
    position: relative;
    background: #000;
    padding: 0px;
    margin: 0px; }
    .header-2 .navbar-default {
      margin: 0px; }

  .business-slider .slider-content {
    padding: 50px 0;
    padding-top: 50px; }

  .about-socials li a {
    display: inline-block; }

  .section-about {
    margin-bottom: 0px; }

  .owl-projects .owl-controls {
    top: -47px;
    right: 14px; }

  .main-heading {
    font-size: 35px;
    margin-bottom: 30px; }

  .footer-copyright ul.text-right, .footer-copyright {
    text-align: center; }

  .slider-box-inner {
    padding-left: 0;
    padding-right: 0; }

  .business-slider .slider-box h1 {
    font-size: 30px;
    line-height: 30px; } }

/*# sourceMappingURL=style-business2.css.map */
