
/* SECTION STYLE */
/* SECTION STYLE */
/* SECTION STYLE */
/* SECTION STYLE */

.ftco-section {
  padding: 7em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

/*
.heading-section {
  font-size: 28px; }
*/

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.owl-carousels {
  position: relative; }
  .owl-carousels .owl-item {
    opacity: 1; }
    .owl-carousels .owl-item.active {
      opacity: 1; }
  .owl-carousels .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousels .owl-nav .owl-prev,
    .owl-carousels .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -60px;
      color: rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 0; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousels .owl-nav .owl-prev,
        .owl-carousels .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousels .owl-nav .owl-prev span:before,
      .owl-carousels .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousels .owl-nav .owl-prev {
      left: 0; }
    .owl-carousels .owl-nav .owl-next {
      right: 0; }


  .owl-carousels .owl-dots {
    text-align: center;
    margin-top: 20px; }

/*
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      position: relative; }

      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }

      .owl-carousel .owl-dots .owl-dot.active {
        background: #1089ff; }
*/

  .owl-carousels:hover .owl-nav .owl-prev,
  .owl-carousels:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousels:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousels:hover .owl-nav .owl-next {
    right: -25px; }

.owl-carousels.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.work {
  width: 100%; }
  .work .img {
    width: 100%;
    height: 300px;
    position: relative;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26); }
    .work .img .icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #fff;
      display: block;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (prefers-reduced-motion: reduce) {
        .work .img .icon {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
  .work .text h3 {
    font-size: 18px;
    font-weight: 500; }
    .work .text h3 a {
      color: #000; }
  .work .text span {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500; }
  .work:hover .img .icon {
    opacity: 1; }


/*brand*/
/*brand*/
/*brand*/
/*brand*/
/*brand*/
/*brand*/
/**/
/**/
body{
     background:#eee;
 }
 .brands {
     width: 100%;
     padding-top: 90px;
     padding-bottom: 90px
 }

 .brands_slider_container {
     height: 130px;
     border: solid 1px #e8e8e8;
     box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
     padding-left: 97px;
     padding-right: 97px;
     background: #fff;
 }

 .brands_slider {
     height: 100%;
     margin-top: 50px
 }

 .brands_item {
     height: 100%
 }

 .brands_item img {
     max-width: 100%
 }

 .brands_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

 .brands_nav i {
     color: #e5e5e5;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .brands_nav:hover i {
     color: #676767
 }

 .brands_prev {
     left: 40px
 }

 .brands_next {
     right: 40px
 }
/**/
/**/
