/*
business template style
*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,800";
body {
  font-family: 'Open Sans', 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; }

.search-form {
  position: relative; }
  .search-form .form-control {
    box-shadow: none;
    background-color: #f0f0f0;
    height: 40px;
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 250px; }
  .search-form i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #777; }

.navbar-default {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff; }
  .navbar-default .navbar-brand {
    margin-top: -20px; }
  .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    position: relative; }
  .navbar-default .navbar-nav > .active a:before {
    width: 40%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    top: 12px;
    left: 30%; }
  .navbar-default .navbar-nav > .active a:after {
    width: 40%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 12px;
    left: 30%; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: transparent; }

.business-slider {
  position: relative;
  overflow: hidden; }
  .business-slider .slides li {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center 30% !important; }
  .business-slider .slider-content {
    padding: 240px 0; }
    .business-slider .slider-content h1 {
      text-transform: uppercase;
      font-size: 50px;
      line-height: 50px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff; }
    .business-slider .slider-content h3 {
      font-weight: 300; }
    .business-slider .slider-content p {
      width: 70%;
      color: #fff; }
    .business-slider .slider-content .buttons {
      padding-top: 50px; }
  .business-slider .flexslider-controls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 130px;
    height: 100%;
    background: #23262d; }
    .business-slider .flexslider-controls:before {
      content: "";
      width: 1px;
      background: rgba(255, 255, 255, 0.2);
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0; }
    .business-slider .flexslider-controls .flex-control-nav {
      width: 100%;
      position: absolute;
      bottom: auto;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      background: #23262d; }
      .business-slider .flexslider-controls .flex-control-nav > li {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 10px auto;
        border-radius: 50%;
        background-color: #383c44;
        cursor: pointer;
        display: block;
        text-align: center; }
        .business-slider .flexslider-controls .flex-control-nav > li.flex-active {
          background-color: #cccccc; }

.btn-dark {
  border: 2px solid #ded8db;
  padding: 14px 30px;
  text-transform: uppercase;
  color: #fff;
  background: #363636;
  border-radius: 0px; }
  .btn-dark:hover {
    color: #fff; }

.btn-pink {
  padding: 14px 30px;
  text-transform: uppercase;
  color: #fff;
  background: #ed145b;
  border-radius: 0px;
  box-shadow: 4px 4px 0px black; }
  .btn-pink:hover {
    color: #fff; }

.buttons a {
  margin: 5px; }

.slider-social {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 130px;
  height: 100%;
  background: #23262d; }
  .slider-social ul {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .slider-social ul li {
      padding-bottom: 10px; }

.services-box {
  padding-bottom: 100px;
  padding-bottom: 70px; }
  .services-box .icon {
    padding-top: 100px;
    position: relative; }
    .services-box .icon:before {
      content: "";
      height: 100px;
      position: absolute;
      left: 50%;
      top: 0;
      background: #3b97d3;
      width: 1px; }
  .services-box a {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    padding: 15px 0;
    text-transform: uppercase;
    color: #333; }
    .services-box a:before {
      width: 40%;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      top: 13px;
      left: 30%; }
    .services-box a:after {
      width: 40%;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      bottom: 13px;
      left: 30%; }
  .services-box h4 {
    color: #3b97d3;
    margin-top: 15px; }

.statics {
  background: url(../images/business/statics.jpg) no-repeat center center;
  padding: 100px 0;
  padding-bottom: 70px;
  text-align: center;
  background-size: cover; }
  .statics h1 {
    font-weight: 600;
    color: #fff;
    font-size: 50px; }
  .statics .statics-box {
    margin-bottom: 30px; }
  .statics p {
    color: #fff;
    margin-bottom: 0px; }

.latest_news_slider {
  position: relative;
  padding-top: 100px; }
  .latest_news_slider h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 300;
    color: #23262d;
    font-size: 40px;
    line-height: 40px; }
  .latest_news_slider .owl-controls {
    position: absolute;
    top: -77px;
    right: 15%; }
    .latest_news_slider .owl-controls .owl-buttons div {
      border-radius: 0px;
      background-color: #000;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 30px;
      padding: 0px; }

.news-box .news-header {
  background: #23262d;
  padding: 20px; }
  .news-box .news-header h4 {
    color: #fff; }
  .news-box .news-header.light {
    background: #fff; }
    .news-box .news-header.light h4 {
      color: #23262d; }
    .news-box .news-header.light p {
      margin: 0;
      color: #555; }
  .news-box .news-header p {
    margin: 0;
    color: #a4a4a4; }
.news-box span {
  color: #3b97d3; }

.clients {
  background: #d7d7d7; }
  .clients ul {
    margin: 0;
    padding: 0; }
    .clients ul li {
      padding: 30px 50px; }

.services-header {
  background: #23262d;
  padding-top: 70px;
  position: relative; }
  .services-header .icons {
    position: relative; }
    .services-header .icons:before {
      content: "";
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      background: #ccc; }
  .services-header h1 {
    text-transform: uppercase;
    font-weight: 300;
    color: #ccc;
    margin-bottom: 30px; }
  .services-header ul {
    margin: 0;
    padding: 30px 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: inline-block;
    background: #23262d;
    position: relative; }
    .services-header ul li {
      padding: 0px 20px; }
      .services-header ul li a {
        color: #cccccc;
        font-size: 30px; }
      .services-header ul li.active a {
        color: #3b97d3; }

.service-tab-content .container-fluid, .service-tab-content .col-md-7 {
  padding: 0px; }
.service-tab-content .row {
  margin: 0px; }
.service-tab-content .service-special-title {
  padding: 40px 30px;
  background: #23262d;
  color: #ccc;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px -15px; }
  .service-tab-content .service-special-title span {
    display: block;
    font-size: 45px;
    line-height: 45px;
    font-weight: 300; }

.service-special-content {
  padding: 30px 20px; }
  .service-special-content p {
    font-size: 13px;
    color: #666; }
  .service-special-content a {
    display: inline-block;
    background: #3b97d3;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0px 25px;
    margin-top: 20px; }
    .service-special-content a:before {
      content: "";
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      background: #fff; }
    .service-special-content a span {
      display: block;
      padding: 8px 10px;
      background: #3b97d3;
      position: relative; }
    .service-special-content a:hover {
      color: #333; }
      .service-special-content a:hover span {
        background: #fff; }

.our-projects {
  padding-top: 100px; }
  .our-projects h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px; }
  .our-projects ul {
    padding-bottom: 30px; }
    .our-projects ul li a {
      color: #333;
      position: relative;
      text-transform: uppercase;
      font-weight: 400;
      display: block;
      padding: 12px 10px; }
    .our-projects ul li.active a:before {
      width: 40%;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      top: 12px;
      left: 30%; }
    .our-projects ul li.active a:after {
      width: 40%;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      bottom: 12px;
      left: 30%; }

.project-slide {
  position: relative;
  padding: 0px 20px;
  background: #31353c;
  overflow: hidden; }
  .project-slide .item {
    background: #31353c;
    padding: 15px 5px; }
  .project-slide .owl-controls {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: 0px; }
    .project-slide .owl-controls > .owl-buttons div {
      border-radius: 0px;
      background: transparent;
      margin: 0px; }
      .project-slide .owl-controls > .owl-buttons div.owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -20px;
        width: 24px; }
        .project-slide .owl-controls > .owl-buttons div.owl-prev span {
          display: block;
          transform: translateY(50%);
          -webkit-transform: translateY(50%);
          height: 100%;
          width: 24px;
          left: -9px;
          text-align: center;
          position: relative; }
          .project-slide .owl-controls > .owl-buttons div.owl-prev span em {
            font-style: normal;
            text-transform: uppercase;
            display: block;
            transform: rotate(-90deg); }
      .project-slide .owl-controls > .owl-buttons div.owl-next {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        width: 24px; }
        .project-slide .owl-controls > .owl-buttons div.owl-next span {
          display: block;
          transform: translateY(50%);
          -webkit-transform: translateY(50%);
          height: 100%;
          width: 24px;
          left: -9px;
          text-align: center;
          position: relative; }
          .project-slide .owl-controls > .owl-buttons div.owl-next span em {
            font-style: normal;
            text-transform: uppercase;
            display: block;
            transform: rotate(-90deg); }

.project-box {
  position: relative;
  overflow: hidden; }
  .project-box .project-overlay {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 151, 211, 0.82);
    opacity: 0; }
    .project-box .project-overlay .project-inner {
      position: absolute;
      top: 50%;
      display: inline-block;
      left: 50%;
      margin-top: -39px;
      margin-left: -66px;
      text-align: center; }
      .project-box .project-overlay .project-inner .p-overlay-icons {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 5px;
        margin-top: 20px;
        position: relative; }
        .project-box .project-overlay .project-inner .p-overlay-icons:before {
          content: "";
          width: 10px;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 0;
          top: 0; }
        .project-box .project-overlay .project-inner .p-overlay-icons:after {
          content: "";
          width: 10px;
          height: 1px;
          background: #fff;
          position: absolute;
          right: 0;
          top: 0; }
      .project-box .project-overlay .project-inner a {
        color: #fff;
        font-size: 20px;
        margin: 8px; }
      .project-box .project-overlay .project-inner span {
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 12px;
        position: relative;
        top: -5px; }
      .project-box .project-overlay .project-inner h4 {
        font-size: 15px;
        color: #fff;
        margin-bottom: 5px;
        font-weight: 300; }
  .project-box:hover .project-overlay {
    opacity: 1; }

.footer {
  background: url(../images/business/map.jpg) no-repeat top right #ededed; }

.footer-content {
  background: #ededed;
  padding: 50px 30px; }
  .footer-content h1 {
    letter-spacing: 4px;
    font-weight: 300;
    margin-bottom: 30px; }
  .footer-content p {
    font-size: 20px;
    line-height: 42px;
    color: #777;
    margin-bottom: 30px; }

.copyright {
  background: #fff;
  padding: 20px 15px;
  margin-left: -15px;
  padding-left: 15px;
  text-align: center; }

.footer ul li img {
  width: 44px; }

.our-team {
  padding-top: 100px; }
  .our-team h1 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 300;
    color: #23262d;
    font-size: 50px;
    line-height: 50px; }

.team-header {
  padding-bottom: 50px;
  background: #3b97d3; }
  .team-header ul.list-inline {
    padding: 30px 40px;
    display: inline-block;
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd;
    background: #3b97d3;
    position: relative; }
    .team-header ul.list-inline li img {
      border: 3px solid transparent; }
    .team-header ul.list-inline li.active img {
      border-color: #fff; }

.team-tabs {
  position: relative;
  overflow: hidden; }
  .team-tabs:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #fff; }

.team-text-content {
  background: #3b97d3;
  padding-bottom: 20px; }
  .team-text-content h2, .team-text-content p {
    color: #fff; }
  .team-text-content h2 small {
    color: #fff; }

.team-img-skills {
  padding: 50px 0;
  padding-bottom: 80px; }
  .team-img-skills img {
    position: relative;
    border: 10px solid #fff;
    margin-top: -255px; }
  .team-img-skills .progress {
    border-radius: 0px;
    box-shadow: none;
    background: #464646;
    height: 30px;
    text-align: right;
    color: #fff;
    padding-right: 10px;
    line-height: 30px; }
    .team-img-skills .progress .progress-bar {
      background: #3b97d3;
      line-height: 30px;
      text-align: left;
      padding-left: 15px; }

.team-socials li {
  padding: 0px; }

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

.about-services {
  padding: 50px 0;
  padding-top: 80px;
  background: #ebebeb; }
  .about-services h4 {
    font-size: 20px;
    margin: 10px 0; }
  .about-services a {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    padding: 15px 0;
    text-transform: uppercase;
    color: #333; }
    .about-services a:before {
      width: 40%;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      top: 13px;
      left: 30%; }
    .about-services a:after {
      width: 40%;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      bottom: 13px;
      left: 30%; }

.page-title {
  background: url(../images/business/page-title.jpg) no-repeat center center;
  padding: 100px 0; }
  .page-title h1 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 45px; }
  .page-title ul {
    margin: 0;
    padding-top: 10px; }
    .page-title ul li {
      position: relative;
      padding-left: 10px; }
      .page-title ul li:before {
        content: "/";
        color: #fff;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .page-title ul li:first-child:before {
        display: none; }
      .page-title ul li a {
        display: block;
        position: relative;
        color: #fff; }

.about-intro {
  padding: 60px 0;
  background: url(../images/business/about-bg.jpg) no-repeat center center;
  background-size: cover; }
  .about-intro .about-inner {
    padding: 40px 30px;
    position: relative; }
    .about-intro .about-inner img {
      border: 20px solid #fff; }
    .about-intro .about-inner:before {
      background: rgba(59, 151, 211, 0.8);
      content: "";
      position: absolute;
      height: 100%;
      right: 0;
      top: 0;
      width: 70%; }
    .about-intro .about-inner h2, .about-intro .about-inner p, .about-intro .about-inner li {
      color: #fff; }
    .about-intro .about-inner h2 {
      text-transform: uppercase; }
      .about-intro .about-inner h2 small {
        color: #fff;
        font-size: 15px;
        text-transform: capitalize; }
    .about-intro .about-inner p {
      font-size: 13px;
      line-height: 22px; }
  .about-intro i.fa {
    margin-right: 5px; }

@media (max-width: 1199px) {
  .slider-social {
    display: none; }

  .slider-content {
    text-align: right; }

  .business-slider .slider-content p {
    width: 70%;
    float: right;
    color: #fff; } }
@media (max-width: 991px) {
  .business-slider .slider-content p {
    width: 100%;
    float: none;
    color: #fff; }

  .slider-content {
    text-align: center;
    padding-right: 80px; }

  .business-slider .slider-content {
    padding: 80px 0;
    padding-right: 50px; }
    .business-slider .slider-content h1 {
      font-size: 30px;
      line-height: 30px; }
    .business-slider .slider-content .buttons {
      padding-top: 0; }

  .business-slider .flexslider-controls {
    right: 0;
    left: auto;
    width: 50px; }

  .about-intro .about-inner:before {
    width: 100%; } }
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    margin-top: 0; }

  .latest_news_slider .owl-controls {
    position: absolute;
    top: -14px;
    right: 0; }

  .latest_news_slider, .our-team, .our-projects {
    padding-top: 70px; } }

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