/*
  Theme Name:  Belle - html template
  Author: Oleko
  Url: https://themeforest.net/user/oleko
  Version: 1.0
  Tags: agency, business, clean, creative, design, minimal, modern, portfolio, professional, html, site, studio, template
*/
/*=======================================================================
[Table of contents]
=========================================================================

1. Header
2. About
3. Services
4. Works
5. Slider
6. Team
7. Pricing
8. Contacts
9. Footer

==========================================================================*/
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lato-Bold/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Lato-Regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Lato-Light";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Lato-Light/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light/Lato-Light.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans-Italic";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic/OpenSans-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans-CondLight";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-CondLight/OpenSans-CondLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-CondLight/OpenSans-CondLight.woff2") format("woff2"), url("../fonts/OpenSans-CondLight/OpenSans-CondLight.woff") format("woff"), url("../fonts/OpenSans-CondLight/OpenSans-CondLight.ttf") format("truetype"); }

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-bottom: 1px solid #e9e7e7;
  z-index: 777; }

header .logo {
  float: left;
  line-height: 90px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease; }

header .logo:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

header .main--menu {
  float: right; }

header .main--menu li {
  display: inline-block;
  list-style: none;
  text-decoration: none; }

header .main--menu li a {
  position: relative;
  font-size: 18px;
  line-height: 90px;
  font-family: "Lato-Bold", sans-serif;
  margin: 0 40px;
  color: #2a2a2a;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

header .main--menu li a:before {
  content: '';
  position: absolute;
  width: 0;
  top: 100%;
  left: 0;
  height: 2px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease; }

header .main--menu li a:hover:before {
  width: 100%; }

header .main--menu li:last-child a {
  margin-right: 0; }

header .main--menu li.active a:before {
  width: 100%; }

header.sticky {
  height: 60px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease; }

header.sticky .logo {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  line-height: 60px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease; }

header.sticky .main--menu li a {
  line-height: 60px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease; }

#slider--top {
  padding: 0; }

.header--top {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: table;
  z-index: 5;
  background-size: cover;
  padding: 0; }

.header--top .alt--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.header--top .owl-carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.header--top h1, .header--top h2, .header--top h3, .header--top p, .header--top a {
  position: relative;
  z-index: 15; }

.header--top .header--top__center {
  overflow: hidden;
  padding-top: 90px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10; }

.header--top .header--top__center p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: "OpenSans-CondLight", sans-serif;
  width: 50%;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 1.4px; }

/* Mobile menu */
.transparent .logo {
  line-height: 60px; }

.hidden--menu.mobile {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease; }

.hidden--menu.mobile .logo {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  line-height: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  z-index: 666; }

.hidden--menu.mobile.show--menu {
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible; }

.hidden--menu.mobile .hidden--menu__in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: table; }

.hidden--menu.mobile .menu {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: left 1000ms ease;
  transition: left 1000ms ease; }

.hidden--menu.mobile .menu .hidden--menu__social li:hover i {
  display: inline-block;
  color: #000;
  background: none; }

.hidden--menu.mobile .menu li {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  float: none;
  outline: none; }

.hidden--menu.mobile .menu li:first-child {
  top: 1px; }

.hidden--menu.mobile .menu > li:hover {
  background: none; }

.hidden--menu.mobile .menu > li > a:hover,
.hidden--menu.mobile .menu > li > a:hover + i {
  color: #1ab4f0;
  border: 1px #fff solid; }

.hidden--menu.mobile .menu li a {
  color: #fff;
  font-size: 16pt;
  height: 30px;
  line-height: 50px;
  outline: none;
  padding: 10px 10px; }

.hidden--menu.mobile .menu > li > ul {
  padding: 15px 0; }

.hidden--menu.mobile .menu > li > ul li a {
  font-size: 30px; }

.hidden--menu.mobile .menu li .social {
  text-align: center; }

.hidden--menu.mobile .menu li .social li {
  display: inline-block; }

.hidden--menu.mobile .menu li .social li a:hover i {
  color: #1ab4f0; }

.hidden--menu.mobile .menu i {
  color: #fff;
  font-size: 25px; }

.navTrigger {
  visibility: hidden;
  right: 5px;
  top: 7px;
  cursor: pointer;
  height: 4.75rem;
  position: absolute;
  width: 4.75rem;
  z-index: 993; }

.navTrigger.close div {
  background-color: #fff; }

.navTrigger.show--trigger {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  right: 10px;
  top: 10px;
  width: 5.75rem;
  height: 5.75rem; }

.navTrigger div {
  background-color: #000;
  height: 2px;
  position: absolute;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

.navTrigger div:first-of-type {
  left: 50%;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  width: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.navTrigger div:first-of-type + div {
  left: 50%;
  top: 50%;
  width: 17px;
  -webkit-transform: translateX(-80%) translateY(-50%);
      -ms-transform: translateX(-80%) translateY(-50%);
          transform: translateX(-80%) translateY(-50%); }

.navTrigger div:first-of-type + div + div {
  left: 50%;
  top: -webkit-calc(50% + 5px);
  top: calc(50% + 5px);
  width: 14px;
  -webkit-transform: translateX(-20%) translateY(-50%);
      -ms-transform: translateX(-20%) translateY(-50%);
          transform: translateX(-20%) translateY(-50%); }

.navTrigger:hover div:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  left: 50%; }

.navTrigger:hover div:nth-child(3) {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  left: 50%; }

.navTrigger.close.show--trigger {
  background-color: transparent;
  right: 10px;
  cursor: pointer;
  height: 4.75rem;
  position: absolute;
  top: 10px;
  width: 4.75rem;
  z-index: 993;
  left: -webkit-calc(100% - 61px);
  left: calc(100% - 61px); }

.navTrigger.close {
  left: -webkit-calc(100% - 50px);
  left: calc(100% - 50px); }

.navTrigger.close div:first-of-type {
  opacity: 0; }

.navTrigger.close div:first-of-type + div {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 20px;
  top: 50%; }

.navTrigger.close div:first-of-type + div + div {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 20px;
  top: 50%; }

/* Owl Slider Header */
.top--image #slider--top .owl-dots .owl-dot.active span {
  border: transparent;
  background-color: #fff; }

.top--image .owl-nav .owl-prev, .top--image .owl-nav .owl-prev.disabled {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  opacity: 1;
  background-color: transparent; }

.top--image .owl-nav .owl-prev:hover, .top--image .owl-nav .owl-prev.disabled:hover {
  background-color: transparent; }

.top--image .owl-nav .owl-prev i, .top--image .owl-nav .owl-prev.disabled i {
  color: #fff;
  font-size: 70px;
  z-index: 20;
  margin-left: 10%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.top--image .owl-nav .owl-prev i:hover, .top--image .owl-nav .owl-prev.disabled i:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.top--image .owl-nav .owl-next, .top--image .owl-nav .owl-next.disabled {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  opacity: 1;
  background-color: transparent; }

.top--image .owl-nav .owl-next:hover, .top--image .owl-nav .owl-next.disabled:hover {
  background-color: transparent; }

.top--image .owl-nav .owl-next i, .top--image .owl-nav .owl-next.disabled i {
  color: #fff;
  font-size: 70px;
  z-index: 20;
  margin-right: 10%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.top--image .owl-nav .owl-next i:hover, .top--image .owl-nav .owl-next.disabled i:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.top--image #slider--top .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto; }

.top--image #slider--top .owl-dots span {
  background-color: initial;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px #fff solid; }

/* Section About */
.about {
  position: relative;
  z-index: 15; }

.about h2 {
  float: right; }

.about h2 i {
  padding: 15px;
  font-size: 35px;
  margin-left: 35px; }

.about .section--content {
  z-index: 15;
  padding: 0; }

.about .section--content .row > div {
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: default; }

.about .section--content .row > div:first-child {
  padding-right: 30px; }

.about .section--content .row > div:last-child {
  padding-left: 30px; }

.about .section--content .row > div .about--box {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.about .section--content .row > div .about--box i {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.about .section--content .row > div:hover .about--box {
  background-color: #f3f3f3; }

.about .section--content .row > div:hover .about--box i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg); }

.about .section--content .about--box {
  padding: 160px 0; }

.about .section--content i {
  font-size: 45px;
  display: block;
  text-align: center; }

.about .section--content p {
  text-align: center;
  padding: 0 10px; }

.about .content--wrapper__in img {
	max-width: 100%;
	height: 130px;
	display: block;
	margin: 0 auto;
}

.about .section--footer .content--wrapper {
  position: relative;
  display: table;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.about .section--footer .content--wrapper .content--wrapper__in {
  display: table-cell;
  vertical-align: middle; }

.about .section--footer .content--wrapper .content--wrapper__in > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 0; }

.about .section--footer .content--wrapper .content--wrapper__in > div:hover {
  top: -5px; }

/* Section Services */
.services .section--header h2 {
  float: left; }

.services .section--header h2 i {
  padding: 15px;
  font-size: 35px;
  margin-right: 35px;
  background-color: #e9e7e7; }

.services .section--header p {
  text-align: right; }

.services .section--content {
  padding: 0; }

.services .section--content .row > div {
  min-height: 240px; }

.services .section--content .row > div .services--box {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 80px 10px;
  cursor: default; }

.services .section--content .row > div .services--box i {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.services .section--content .row > div .services--box:hover {
  background-color: #f3f3f3; }

.services .section--content .row > div .services--box:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg); }

.services .section--content i {
  font-size: 45px;
  color: #1ab4f0;
  display: block;
  text-align: center; }

.services .section--content p {
  text-align: center;
  padding: 0 10px; }

.services .section--footer {
  min-height: 520px; }

.services .section--footer .content--wrapper {
  position: relative;
  display: table;
  min-height: 520px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.services .section--footer .content--wrapper .content--wrapper__in {
  display: table-cell;
  vertical-align: middle;
  cursor: default; }

.services .section--footer .content--wrapper .content--wrapper__in > div {
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.services .section--footer .content--wrapper .content--wrapper__in > div:hover {
  top: -5px; }

.services .section--footer .content--wrapper .content--wrapper__in > div:first-child {
  padding-right: 30px; }

.services .section--footer .content--wrapper .content--wrapper__in > div:last-child {
  padding-left: 30px; }

.services .section--footer .content--wrapper .content--wrapper__in .content--number {
  font-size: 80px;
  line-height: 1;
  font-family: "OpenSans-Bold", sans-serif;
  color: #1ab4f0;
  text-align: center; }

.services .section--footer .content--wrapper .content--wrapper__in h3 {
  font-size: 20px;
  color: #fff; }

.services .section--footer .content--wrapper .content--wrapper__in p {
  color: #fff;
  text-align: center;
  font-size: 14px; }

/* Section Works */
.mix {
  position: relative;
  display: none; }

.portfolio .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.portfolio .section--header i {
  padding: 15px;
  font-size: 35px;
  margin-left: 35px;
  background-color: #e9e7e7; }

.portfolio .portfolio--filter {
  display: table;
  margin: 0 auto 80px; }

.portfolio .portfolio--filter li {
  display: inline-block;
  color: #c1c3c6;
  color: #2a2a2a;
  padding: 12px 25px;
  margin: 0 5px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer; }

.portfolio .portfolio--filter li.active, .portfolio .portfolio--filter li:hover {
  background-color: #1ab4f0;
  color: #fff; }

.portfolio .portfolio--works {
  display: block; }

.portfolio .portfolio--works .portfolio--works__wrapper:hover .works--content {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7); }

.portfolio .portfolio--works .portfolio--works__wrapper .portfolio--works__img {
  overflow: hidden; }

.portfolio .portfolio--works .portfolio--works__wrapper .portfolio--works__img img {
  width: 100%; }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden; }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper {
  display: table;
  margin: 0 auto; }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a {
  position: relative;
  display: table;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 17px;
  border: 1px solid #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #1ab4f0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 36px; }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .portfolio--title h3 {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 27px;
  color: #fff; }

.portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .portfolio--category {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #fff; }

.portfolio .section--content {
  padding-bottom: 0;
  padding-top: 80px; }

.image-source-link {
  color: #98C3D1; }

/* Magnific-popup */
.mfp-bottom-bar {
  margin-top: -40px; }

.mfp-counter {
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "OpenSans-Bold", sans-serif; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-title {
  background-color: rgba(0, 0, 0, 0.7); }

.mfp-title h5 {
  font-family: "Lato-Regular", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding: 20px 10px 10px; }

.mfp-title p {
  padding: 10px 10px 20px;
  line-height: 1.6; }

.mfp-bottom-bar {
  top: auto;
  bottom: 40px;
  margin-top: 0; }

/* owl */
#port .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  margin: auto;
  overflow: hidden; }

#port .owl-carousel .owl-nav .owl-prev {
  float: left;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 10px 0 0 -25px;
  display: table; }

#port .owl-carousel .owl-nav .owl-prev i {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 25px; }

#port .owl-carousel .owl-nav .owl-next {
  float: right;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 10px -25px 0 0;
  display: table; }

#port .owl-carousel .owl-nav .owl-next i {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
  font-size: 25px;
  text-align: right; }

/* Owl slider */
#owl-2.owl-carousel {
  position: relative;
  z-index: 50;
  overflow: hidden; }

#owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in {
  padding: 80px 0;
  vertical-align: middle;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: default; }

#owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in img {
  display: block;
  width: 96px;
  text-align: center;
  margin: 0 auto; }

#owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in p {
  margin: 35px auto;
  text-align: center;
  font-family: "OpenSans-Italic", sans-serif;
  width: 80%; }

#owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .name {
  text-align: center;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 24px;
  line-height: 1; }

#owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #1ab4f0;
  font-size: 18px;
  font-family: "OpenSans-Bold", sans-serif;
  display: block;
  text-align: center; }

#owl-2.owl-carousel .owl-dots {
  position: relative;
  padding-top: 0;
  padding-bottom: 80px; }

.owl-theme .owl-dots .owl-dot span {
  background-color: initial;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px #000 solid; }

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent; }

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1ab4f0;
  border: none; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

/* Section Team */
.team .section--header h2 {
  float: left; }

.team .section--header h2 i {
  padding: 15px;
  font-size: 35px;
  margin-right: 35px;
  background-color: #e9e7e7; }

.team .section--header p {
  text-align: right; }

.team .row > div:first-child {
  padding-right: 30px; }

.team .row > div:last-child {
  padding-left: 30px; }

.team .team--wrapper {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: default; }

.team .team--wrapper:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

.team .team--wrapper .name {
  font-size: 24px;
  line-height: 1;
  font-family: "OpenSans-Regular", sans-serif;
  text-align: center; }

.team .team--wrapper .position {
  font-size: 17px;
  line-height: 3;
  font-family: "OpenSans-Bold", sans-serif;
  text-align: center;
  color: #1ab4f0; }

.team .team--wrapper .photo img {
  width: 100%; }

.team .team--wrapper .social {
  display: table;
  margin: 0 auto;
  line-height: 4; }

.team .team--wrapper .social a {
  list-style: none;
  text-decoration: none;
  color: #2a2a2a; }

.team .team--wrapper .social a i {
  font-size: 25px;
  line-height: 2;
  margin: 0 12px;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.team .team--wrapper .social a i:hover {
  color: #1ab4f0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.team .section--skills {
  padding-bottom: 120px; }

.team .section--skills .row > div:first-child {
  padding-left: 0; }

.team .section--skills .row > div:last-child {
  padding-right: 0; }

.team .section--skills .skill--box {
  position: relative;
  margin-bottom: 25px;
  background-color: #e9e9e9; }

.team .section--skills .skill--box .skill--percent {
  position: relative;
  z-index: 10;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 17px;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase; }

.team .section--skills .skill--box .skill--percent span {
  padding: 0 10px; }

.team .section--skills .skill--box .skill--bar {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #1ab4f0; }

.team .section--skills .skill--content {
  margin-bottom: 40px; }

.team .section--skills .skill--content h4 {
  font-family: "OpenSans-Bold", sans-serif;
  color: #2a2a2a;
  font-size: 20px;
  text-align: right;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px; }

.team .section--skills .skill--content p {
  text-align: right; }

/* Section Pricing */
.pricing .section--header h2 {
  float: right; }

.pricing .section--header h2 i {
  padding: 15px;
  font-size: 35px;
  margin-left: 35px;
  background-color: #e9e7e7; }

.pricing .price--box {
  border: 3px solid #f3f3f3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: default; }

.pricing .price--box:hover {
  border: 3px solid #1ab4f0; }

.pricing .price--box .price--box__header {
  background-color: #f3f3f3;
  padding: 35px 0 45px; }

.pricing .price--box .price--box__header i {
  font-size: 27px;
  color: #1ab4f0;
  display: block;
  text-align: center; }

.pricing .price--box .price--box__header h4 {
  font-size: 27px;
  font-family: "OpenSans-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase; }

.pricing .price--box .price--box__header p {
  text-align: center;
  font-size: 20px; }

.pricing .price--box .price--box__content {
  padding: 40px 0;
  border-bottom: 3px solid #f3f3f3; }

.pricing .price--box .price--box__content span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.8; }

.pricing .price--box .price--box__footer {
  font-size: 30px;
  text-align: center;
  padding: 7px 0; }

.pricing .price--box .price--box__footer span {
  font-size: 100px;
  color: #1ab4f0; }

/* Section Contacts */
.contact .section--header h2 {
  float: left; }

.contact .section--header h2 i {
  padding: 15px;
  font-size: 35px;
  margin-right: 35px;
  background-color: #e9e7e7; }

.contact .section--header p {
  text-align: right; }

.contact .section--contact {
  position: relative; }

.contact .section--contact .row > div:first-child {
  padding-left: 0; }

.contact .section--contact .row > div:last-child {
  padding-right: 0; }

.contact .section--contact #map {
  height: 890px; }

.contact .section--contact .form--box {
  display: table;
  height: 890px;
  width: 100%; }

.contact .section--contact .form--box .form--box__in {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center; }

.contact .section--contact .form--box .form--box__in h4 {
  font-size: 24px;
  font-family: "OpenSans-Bold", sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase; }

.contact-form input, .contact-form textarea {
  display: block;
  margin: 0 auto 30px;
  width: 70%;
  border: 3px solid #e2e2e2;
  padding: 15px;
  font-family: "OpenSans-Regular", sans-serif; }

#success, #error {
  background-color: #f3f3f3;
  padding: 10px;
  width: 70%;
  margin: 0 auto 30px;
  border: 3px solid #e2e2e2;
  display: none; }

/* Footer */
.footer_in {
  height: 290px; }

.footer_in .footer--social {
  padding: 85px 0;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.footer_in .footer--social a {
  display: table;
  float: left;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  margin: 0 24px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.footer_in .footer--social a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.footer_in .footer--social a:hover i {
  color: #1ab4f0; }

.footer_in .footer--social a i {
  font-size: 18px;
  color: #fff;
  display: table-cell;
  vertical-align: middle; }

.footer_in p {
  position: relative;
  z-index: 10;
  font-size: 17px;
  color: #fff;
  text-align: center; }

.blue section .section--header i {
  color: #1ab4f0; }

.blue .back--top__up i {
  color: #1ab4f0;
  border: 2px solid #1ab4f0; }

.blue header .main--menu li a:before {
  background-color: #1ab4f0; }

.blue h1 {
  color: #1ab4f0; }

.blue .button {
  background-color: #1ab4f0;
  border: 1px solid #1ab4f0; }

.blue header .main--menu li a:before {
  background-color: #1ab4f0; }

.blue .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #1ab4f0; }

.blue .hidden--menu.mobile .menu > li > a:hover {
  color: #1ab4f0; }

.blue .hidden--menu.mobile .menu li .social li a:hover i {
  color: #1ab4f0; }

.blue .about .section--content i {
  color: #1ab4f0; }

.blue .services .section--content i {
  color: #1ab4f0; }

.blue .portfolio .portfolio--filter li.active, .blue .portfolio .portfolio--filter li:hover {
  background-color: #1ab4f0; }

.blue .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #1ab4f0; }

.blue .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #1ab4f0; }

.blue .owl-theme .owl-dots .owl-dot.active span {
  background-color: #1ab4f0; }

.blue .team .team--wrapper .position {
  color: #1ab4f0; }

.blue .team .section--skills .skill--box .skill--bar {
  background-color: #1ab4f0; }

.blue .pricing .price--box .price--box__header i {
  color: #1ab4f0; }

.blue .pricing .price--box .price--box__footer span {
  color: #1ab4f0; }

.blue .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #1ab4f0; }

.brown section .section--header i {
  color: #c69c6d; }

.brown .back--top__up i {
  color: #c69c6d;
  border: 2px solid #c69c6d; }

.brown header .main--menu li a:before {
  background-color: #c69c6d; }

.brown h1 {
  color: #c69c6d; }

.brown .button {
  background-color: #c69c6d;
  border: 1px solid #c69c6d; }

.brown header .main--menu li a:before {
  background-color: #c69c6d; }

.brown .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #c69c6d; }

.brown .hidden--menu.mobile .menu > li > a:hover {
  color: #c69c6d; }

.brown .hidden--menu.mobile .menu li .social li a:hover i {
  color: #c69c6d; }

.brown .about .section--content i {
  color: #c69c6d; }

.brown .services .section--content i {
  color: #c69c6d; }

.brown .portfolio .portfolio--filter li.active, .brown .portfolio .portfolio--filter li:hover {
  background-color: #c69c6d; }

.brown .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #c69c6d; }

.brown .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #c69c6d; }

.brown .owl-theme .owl-dots .owl-dot.active span {
  background-color: #c69c6d; }

.brown .team .team--wrapper .position {
  color: #c69c6d; }

.brown .team .section--skills .skill--box .skill--bar {
  background-color: #c69c6d; }

.brown .pricing .price--box .price--box__header i {
  color: #c69c6d; }

.brown .pricing .price--box .price--box__footer span {
  color: #c69c6d; }

.brown .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #c69c6d; }

.green section .section--header i {
  color: #2ecc71; }

.green .back--top__up i {
  color: #2ecc71;
  border: 2px solid #2ecc71; }

.green header .main--menu li a:before {
  background-color: #2ecc71; }

.green h1 {
  color: #2ecc71; }

.green .button {
  background-color: #2ecc71;
  border: 1px solid #2ecc71; }

.green header .main--menu li a:before {
  background-color: #2ecc71; }

.green .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #2ecc71; }

.green .hidden--menu.mobile .menu > li > a:hover {
  color: #2ecc71; }

.green .hidden--menu.mobile .menu li .social li a:hover i {
  color: #2ecc71; }

.green .about .section--content i {
  color: #2ecc71; }

.green .services .section--content i {
  color: #2ecc71; }

.green .portfolio .portfolio--filter li.active, .green .portfolio .portfolio--filter li:hover {
  background-color: #2ecc71; }

.green .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #2ecc71; }

.green .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #2ecc71; }

.green .owl-theme .owl-dots .owl-dot.active span {
  background-color: #2ecc71; }

.green .team .team--wrapper .position {
  color: #2ecc71; }

.green .team .section--skills .skill--box .skill--bar {
  background-color: #2ecc71; }

.green .pricing .price--box .price--box__header i {
  color: #2ecc71; }

.green .pricing .price--box .price--box__footer span {
  color: #2ecc71; }

.green .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #2ecc71; }

.lime section .section--header i {
  color: #8eda5c; }

.lime .back--top__up i {
  color: #8eda5c;
  border: 2px solid #8eda5c; }

.lime header .main--menu li a:before {
  background-color: #8eda5c; }

.lime h1 {
  color: #8eda5c; }

.lime .button {
  background-color: #8eda5c;
  border: 1px solid #8eda5c; }

.lime header .main--menu li a:before {
  background-color: #8eda5c; }

.lime .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #8eda5c; }

.lime .hidden--menu.mobile .menu > li > a:hover {
  color: #8eda5c; }

.lime .hidden--menu.mobile .menu li .social li a:hover i {
  color: #8eda5c; }

.lime .about .section--content i {
  color: #8eda5c; }

.lime .services .section--content i {
  color: #8eda5c; }

.lime .portfolio .portfolio--filter li.active, .lime .portfolio .portfolio--filter li:hover {
  background-color: #8eda5c; }

.lime .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #8eda5c; }

.lime .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #8eda5c; }

.lime .owl-theme .owl-dots .owl-dot.active span {
  background-color: #8eda5c; }

.lime .team .team--wrapper .position {
  color: #8eda5c; }

.lime .team .section--skills .skill--box .skill--bar {
  background-color: #8eda5c; }

.lime .pricing .price--box .price--box__header i {
  color: #8eda5c; }

.lime .pricing .price--box .price--box__footer span {
  color: #8eda5c; }

.lime .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #8eda5c; }

.green2 section .section--header i {
  color: #73ae20; }

.green2 .back--top__up i {
  color: #73ae20;
  border: 2px solid #73ae20; }

.green2 header .main--menu li a:before {
  background-color: #73ae20; }

.green2 h1 {
  color: #73ae20; }

.green2 .button {
  background-color: #73ae20;
  border: 1px solid #73ae20; }

.green2 header .main--menu li a:before {
  background-color: #73ae20; }

.green2 .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #73ae20; }

.green2 .hidden--menu.mobile .menu > li > a:hover {
  color: #73ae20; }

.green2 .hidden--menu.mobile .menu li .social li a:hover i {
  color: #73ae20; }

.green2 .about .section--content i {
  color: #73ae20; }

.green2 .services .section--content i {
  color: #73ae20; }

.green2 .portfolio .portfolio--filter li.active, .green2 .portfolio .portfolio--filter li:hover {
  background-color: #73ae20; }

.green2 .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #73ae20; }

.green2 .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #73ae20; }

.green2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #73ae20; }

.green2 .team .team--wrapper .position {
  color: #73ae20; }

.green2 .team .section--skills .skill--box .skill--bar {
  background-color: #73ae20; }

.green2 .pricing .price--box .price--box__header i {
  color: #73ae20; }

.green2 .pricing .price--box .price--box__footer span {
  color: #73ae20; }

.green2 .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #73ae20; }

.yellow section .section--header i {
  color: #feb500; }

.yellow .back--top__up i {
  color: #feb500;
  border: 2px solid #feb500; }

.yellow header .main--menu li a:before {
  background-color: #feb500; }

.yellow h1 {
  color: #feb500; }

.yellow .button {
  background-color: #feb500;
  border: 1px solid #feb500; }

.yellow header .main--menu li a:before {
  background-color: #feb500; }

.yellow .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #feb500; }

.yellow .hidden--menu.mobile .menu > li > a:hover {
  color: #feb500; }

.yellow .hidden--menu.mobile .menu li .social li a:hover i {
  color: #feb500; }

.yellow .about .section--content i {
  color: #feb500; }

.yellow .services .section--content i {
  color: #feb500; }

.yellow .portfolio .portfolio--filter li.active, .yellow .portfolio .portfolio--filter li:hover {
  background-color: #feb500; }

.yellow .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #feb500; }

.yellow .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #feb500; }

.yellow .owl-theme .owl-dots .owl-dot.active span {
  background-color: #feb500; }

.yellow .team .team--wrapper .position {
  color: #feb500; }

.yellow .team .section--skills .skill--box .skill--bar {
  background-color: #feb500; }

.yellow .pricing .price--box .price--box__header i {
  color: #feb500; }

.yellow .pricing .price--box .price--box__footer span {
  color: #feb500; }

.yellow .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #feb500; }

.yellow2 section .section--header i {
  color: #f1c40f; }

.yellow2 .back--top__up i {
  color: #f1c40f;
  border: 2px solid #f1c40f; }

.yellow2 header .main--menu li a:before {
  background-color: #f1c40f; }

.yellow2 h1 {
  color: #f1c40f; }

.yellow2 .button {
  background-color: #f1c40f;
  border: 1px solid #f1c40f; }

.yellow2 header .main--menu li a:before {
  background-color: #f1c40f; }

.yellow2 .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #f1c40f; }

.yellow2 .hidden--menu.mobile .menu > li > a:hover {
  color: #f1c40f; }

.yellow2 .hidden--menu.mobile .menu li .social li a:hover i {
  color: #f1c40f; }

.yellow2 .about .section--content i {
  color: #f1c40f; }

.yellow2 .services .section--content i {
  color: #f1c40f; }

.yellow2 .portfolio .portfolio--filter li.active, .yellow2 .portfolio .portfolio--filter li:hover {
  background-color: #f1c40f; }

.yellow2 .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #f1c40f; }

.yellow2 .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #f1c40f; }

.yellow2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #f1c40f; }

.yellow2 .team .team--wrapper .position {
  color: #f1c40f; }

.yellow2 .team .section--skills .skill--box .skill--bar {
  background-color: #f1c40f; }

.yellow2 .pricing .price--box .price--box__header i {
  color: #f1c40f; }

.yellow2 .pricing .price--box .price--box__footer span {
  color: #f1c40f; }

.yellow2 .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #f1c40f; }

.red section .section--header i {
  color: #f63145; }

.red .back--top__up i {
  color: #f63145;
  border: 2px solid #f63145; }

.red header .main--menu li a:before {
  background-color: #f63145; }

.red h1 {
  color: #f63145; }

.red .button {
  background-color: #f63145;
  border: 1px solid #f63145; }

.red header .main--menu li a:before {
  background-color: #f63145; }

.red .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #f63145; }

.red .hidden--menu.mobile .menu > li > a:hover {
  color: #f63145; }

.red .hidden--menu.mobile .menu li .social li a:hover i {
  color: #f63145; }

.red .about .section--content i {
  color: #f63145; }

.red .services .section--content i {
  color: #f63145; }

.red .portfolio .portfolio--filter li.active, .red .portfolio .portfolio--filter li:hover {
  background-color: #f63145; }

.red .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #f63145; }

.red .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #f63145; }

.red .owl-theme .owl-dots .owl-dot.active span {
  background-color: #f63145; }

.red .team .team--wrapper .position {
  color: #f63145; }

.red .team .section--skills .skill--box .skill--bar {
  background-color: #f63145; }

.red .pricing .price--box .price--box__header i {
  color: #f63145; }

.red .pricing .price--box .price--box__footer span {
  color: #f63145; }

.red .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #f63145; }

.red2 section .section--header i {
  color: #ff5454; }

.red2 .back--top__up i {
  color: #ff5454;
  border: 2px solid #ff5454; }

.red2 header .main--menu li a:before {
  background-color: #ff5454; }

.red2 h1 {
  color: #ff5454; }

.red2 .button {
  background-color: #ff5454;
  border: 1px solid #ff5454; }

.red2 header .main--menu li a:before {
  background-color: #ff5454; }

.red2 .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #ff5454; }

.red2 .hidden--menu.mobile .menu > li > a:hover {
  color: #ff5454; }

.red2 .hidden--menu.mobile .menu li .social li a:hover i {
  color: #ff5454; }

.red2 .about .section--content i {
  color: #ff5454; }

.red2 .services .section--content i {
  color: #ff5454; }

.red2 .portfolio .portfolio--filter li.active, .red2 .portfolio .portfolio--filter li:hover {
  background-color: #ff5454; }

.red2 .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #ff5454; }

.red2 .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #ff5454; }

.red2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff5454; }

.red2 .team .team--wrapper .position {
  color: #ff5454; }

.red2 .team .section--skills .skill--box .skill--bar {
  background-color: #ff5454; }

.red2 .pricing .price--box .price--box__header i {
  color: #ff5454; }

.red2 .pricing .price--box .price--box__footer span {
  color: #ff5454; }

.red2 .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #ff5454; }

.violet section .section--header i {
  color: #c472d6; }

.violet .back--top__up i {
  color: #c472d6;
  border: 2px solid #c472d6; }

.violet header .main--menu li a:before {
  background-color: #c472d6; }

.violet h1 {
  color: #c472d6; }

.violet .button {
  background-color: #c472d6;
  border: 1px solid #c472d6; }

.violet header .main--menu li a:before {
  background-color: #c472d6; }

.violet .services .section--footer .content--wrapper .content--wrapper__in .content--number {
  color: #c472d6; }

.violet .hidden--menu.mobile .menu > li > a:hover {
  color: #c472d6; }

.violet .hidden--menu.mobile .menu li .social li a:hover i {
  color: #c472d6; }

.violet .about .section--content i {
  color: #c472d6; }

.violet .services .section--content i {
  color: #c472d6; }

.violet .portfolio .portfolio--filter li.active, .violet .portfolio .portfolio--filter li:hover {
  background-color: #c472d6; }

.violet .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a:hover {
  background-color: #c472d6; }

.violet .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
  color: #c472d6; }

.violet .owl-theme .owl-dots .owl-dot.active span {
  background-color: #c472d6; }

.violet .team .team--wrapper .position {
  color: #c472d6; }

.violet .team .section--skills .skill--box .skill--bar {
  background-color: #c472d6; }

.violet .pricing .price--box .price--box__header i {
  color: #c472d6; }

.violet .pricing .price--box .price--box__footer span {
  color: #c472d6; }

.violet .contact .section--contact .form--box .form--box__in .contact-form .submit {
  background-color: #c472d6; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  list-style: none; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  color: #2a2a2a;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: "OpenSans-Regular", sans-serif; }

h1 {
  font-size: 64px;
  font-family: "Lato-Regular", sans-serif;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0; }

h1 span {
  color: #fff; }

h2 {
	color: #2a2a2a;
	font-family: "Lato-Regular", sans-serif;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
}

h3 {
  color: #2a2a2a;
  font-family: "Lato-Bold", sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 3;
  text-transform: uppercase; }

section .section--header {
  overflow: hidden;
  position: relative;
  z-index: 15;
  padding: 80px 0;
  background-color: #f3f3f3; }

section .section--header i {
  color: #1ab4f0; }

section .section--header .row {
  overflow: hidden; }

section .section--header .row > div:first-child {
  padding-left: 0; }

section .section--header .row > div:last-child {
  padding-right: 0; }

section .section--content {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 15;
  padding: 160px 0; }

section .section--content .row > div:first-child {
  padding-left: 0; }

section .section--content .row > div:last-child {
  padding-right: 0; }

section .section--content__block {
  margin-bottom: 35px;
  background-color: #fff; }

section .section--footer .row [class*="col-"]:first-child {
  padding-left: 0; }

section .section--footer .row [class*="col-"]:last-child {
  padding-right: 0; }

.bg--dark {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden; }

.bg--dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5; }

.bg--light {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden; }

.bg--light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5; }

.button {
  color: #fff;
  display: table;
  margin: 60px auto 0;
  padding: 20px 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "OpenSans-Regular", sans-serif; }

.button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #fff; }

.contact-form .submit {
  border: none;
  background-color: #1ab4f0;
  width: auto;
  color: #fff;
  display: table;
  margin: 30px auto 0;
  padding: 20px 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "OpenSans-Regular", sans-serif; }

.contact-form .submit:hover {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.back--top__up {
  position: fixed;
  z-index: 666;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: table;
  text-align: center;
  cursor: pointer; }

.back--top__up:hover i {
  opacity: 0.7;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

.back--top__up i {
  display: table-cell;
  vertical-align: middle;
  color: #1ab4f0;
  font-size: 30px;
  top: 0;
  border: 2px solid #1ab4f0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.hidden {
  display: none; }

.show--trigger {
  display: block;
  visibility: visible;
  opacity: 1;
  text-align: right;
  float: right;
  background-color: rgba(0, 0, 0, 0.5); }

.show--trigger > div {
  background-color: #fff; }

.transparent {
  height: 0;
  background-color: transparent;
  border-color: transparent; }

#back--top {
  display: none; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1366px) {
  /* Main */
  body {
    font-size: 14px;
    line-height: 1.75; }
  h1 {
    font-size: 54px;
    margin: 40px 0; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 18px;
    line-height: 3; }
  section .section--header {
    padding: 100px 0; }
  section .section--content {
    padding: 100px 0; }
  section .section--content__block {
    margin-bottom: 40px; }
  .button {
    padding: 15px 30px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    font-size: 20px; }
  .contact-form .submit {
    margin: 30px auto 0;
    padding: 15px 30px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    font-size: 20px; }
  .button {
    margin-top: 50px; }
  /* Header */
  header {
    height: 70px; }
  header .logo {
    line-height: 70px; }
  header .logo img {
    height: 35px; }
  header .main--menu li a {
    font-size: 16px;
    line-height: 70px;
    margin: 0 30px; }
  .header--top .header--top__center p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.4px; }
  /* About */
  .about .section--content .about--box {
    padding: 100px 0; }
  .about .section--footer .content--wrapper {
    height: 250px; }
  /* Services */
  .services .section--content .row > div .services--box {
    padding: 50px 0; }
  .services .section--footer {
    min-height: 420px; }
  .services .section--footer .content--wrapper {
    min-height: 420px; }
  .section--footer .content--wrapper {
    min-height: 420px; }
  .services .section--footer .content--wrapper .content--wrapper__in .content--number {
    font-size: 60px; }
  .services .section--footer .content--wrapper .content--wrapper__in h3 {
    font-size: 18px; }
  .services .section--footer .content--wrapper .content--wrapper__in p {
    font-size: 12px; }
  /* Portfolio */
  .portfolio .portfolio--filter li {
    padding: 8px 20px;
    font-size: 14px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a {
    width: 50px;
    height: 50px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a i {
    font-size: 26px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .portfolio--title h3 {
    font-size: 24px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .portfolio--category {
    font-size: 16px; }
  .mfp-title h5 {
    font-size: 22px;
    padding: 15px 10px 0; }
  .mfp-title p {
    padding: 10px 10px 15px;
    line-height: 1.2; }
  .portfolio .section--content {
    padding-top: 60px; }
  .portfolio .portfolio--filter {
    margin: 0 auto 60px; }
  /* Slider */
  #owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in {
    padding: 60px 0; }
  #owl-2.owl-carousel .owl-dots {
    padding-bottom: 60px; }
  /* Team */
  .team .team--wrapper .name {
    font-size: 20px; }
  .team .team--wrapper .position {
    font-size: 14px; }
  .team .team--wrapper .photo img {
    width: 90%;
    margin: 0 auto;
    display: block; }
  .team .team--wrapper .social a i {
    font-size: 20px; }
  .team .section--skills .skill--box .skill--percent {
    font-size: 14px;
    padding: 7px 15px; }
  .team .section--skills .skill--content h4 {
    font-size: 18px;
    margin-bottom: 20px; }
  .team .section--skills {
    padding-bottom: 80px; }
  /* Pricing */
  .pricing .price--box .price--box__header {
    padding: 25px 0 35px; }
  .pricing .price--box .price--box__header h4 {
    font-size: 24px; }
  .pricing .price--box .price--box__header p {
    font-size: 16px; }
  .pricing .price--box .price--box__content {
    padding: 20px 0;
    border-bottom: 3px solid #f3f3f3; }
  .pricing .price--box {
    border: 2px solid #f3f3f3; }
  .pricing .price--box .price--box__content {
    border-bottom: 2px solid #f3f3f3; }
  .pricing .price--box .price--box__footer {
    font-size: 26px; }
  .pricing .price--box .price--box__footer span {
    font-size: 70px; }
  /* Contact */
  .contact .section--contact #map {
    height: 650px !important; }
  .contact .section--contact .form--box {
    height: 650px; }
  .contact .section--contact .form--box .form--box__in h4 {
    font-size: 20px;
    margin-bottom: 20px; }
  .contact-form input, .contact-form textarea {
    margin: 0 auto 20px;
    border: 2px solid #e2e2e2;
    padding: 10px; }
  /* Footer */
  .footer_in {
    height: 220px; }
  .footer_in .footer--social {
    padding: 55px 0; }
  .footer_in .footer--social a {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin: 0 20px; }
  .footer_in p {
    font-size: 14px; }
  .back--top__up {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* Main */
  body {
    font-size: 14px;
    line-height: 1.75; }
  h1 {
    font-size: 48px;
    margin: 35px 0; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 16px; }
  section .section--header {
    padding: 60px 0; }
  section .section--content {
    padding: 60px 0; }
  section .section--content__block {
    margin-bottom: 30px; }
  .button {
    padding: 10px 25px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 16px; }
  .contact-form .submit {
    margin: 20px auto 0;
    padding: 10px 25px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    font-size: 16px; }
  .button {
    margin-top: 40px; }
  /* Header */
  header {
    height: 60px; }
  header .logo {
    line-height: 60px; }
  header .logo img {
    height: 30px; }
  header .main--menu li a {
    font-size: 14px;
    line-height: 60px;
    margin: 0 20px; }
  .header--top .header--top__center p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.2px; }
  /* About */
  .about .section--content .about--box {
    padding: 60px 0; }
  .about .section--footer .content--wrapper {
    height: 200px; }
  .about .content--wrapper__in img {
    height: 35px; }
  /* Services */
  .services .section--content .row > div .services--box {
    padding: 60px 0; }
  .services .section--footer {
    min-height: 250px; }
  .services .section--footer .content--wrapper {
    min-height: 250px; }
  .section--footer .content--wrapper {
    min-height: 250px; }
  .services .section--footer .content--wrapper .content--wrapper__in .content--number {
    font-size: 40px; }
  .services .section--footer .content--wrapper .content--wrapper__in h3 {
    font-size: 18px;
    line-height: 1.2; }
  .services .section--footer .content--wrapper .content--wrapper__in p {
    font-size: 10px; }
  /* Portfolio */
  .portfolio .portfolio--filter li {
    padding: 5px 15px;
    font-size: 12px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a {
    width: 40px;
    height: 40px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .button--wrapper a i {
    font-size: 22px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .portfolio--title h3 {
    font-size: 22px; }
  .portfolio .portfolio--works .portfolio--works__wrapper .works--content .works--content__in .portfolio--category {
    font-size: 16px; }
  .portfolio .section--content {
    padding-top: 40px; }
  .portfolio .portfolio--filter {
    margin: 0 auto 40px; }
  /* Slider */
  #owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in {
    padding: 60px 0; }
  #owl-2.owl-carousel .owl-dots {
    padding-bottom: 60px; }
  /* Team */
  .team .team--wrapper .name {
    font-size: 20px; }
  .team .team--wrapper .position {
    font-size: 14px; }
  .team .team--wrapper .photo img {
    width: 90%;
    margin: 0 auto;
    display: block; }
  .team .team--wrapper .social a i {
    font-size: 18px; }
  .team .section--skills .skill--box .skill--percent {
    font-size: 14px;
    padding: 7px 15px; }
  .team .section--skills .skill--content h4 {
    font-size: 18px;
    margin-bottom: 20px; }
  .team .section--skills {
    padding-bottom: 10px; }
  /* Pricing */
  .pricing .price--box .price--box__header {
    padding: 20px 0 30px; }
  .pricing .price--box .price--box__header h4 {
    font-size: 22px; }
  .pricing .price--box .price--box__header p {
    font-size: 14px; }
  .pricing .price--box .price--box__content {
    padding: 15px 0;
    border-bottom: 2px solid #f3f3f3; }
  .pricing .price--box {
    border: 2px solid #f3f3f3; }
  .pricing .price--box .price--box__content {
    border-bottom: 2px solid #f3f3f3; }
  .pricing .price--box .price--box__footer {
    font-size: 22px; }
  .pricing .price--box .price--box__footer span {
    font-size: 50px; }
  /* Contact */
  .contact .section--contact #map {
    height: 550px !important; }
  .contact .section--contact .form--box {
    height: 550px; }
  .contact .section--contact .form--box .form--box__in h4 {
    font-size: 18px;
    margin-bottom: 15px; }
  .contact-form input, .contact-form textarea {
    margin: 0 auto 15px;
    border: 2px solid #e2e2e2;
    padding: 7px; }
  /* Footer */
  .footer_in {
    height: 170px; }
  .footer_in .footer--social {
    padding: 45px 0; }
  .footer_in .footer--social a {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    margin: 0 15px; }
  .footer_in p {
    font-size: 12px; }
  .back--top__up {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* Main */
  .main--menu {
    display: none; }
  .navTrigger {
    visibility: visible; }
  body {
    font-size: 12px;
    line-height: 1.5; }
  h1 {
    font-size: 40px;
    margin: 0 0 35px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 14px; }
  section .section--header {
    padding: 40px 0; }
  section .section--header .row > div:first-child {
    padding-left: 15px; }
  section .section--header .row > div:last-child {
    padding-right: 15px; }
  section .section--content {
    padding: 40px 0; }
  section .section--content .row > div:first-child {
    padding-left: 15px; }
  section .section--content .row > div:last-child {
    padding-right: 15px; }
  section .section--content__block {
    margin-bottom: 30px; }
  .button {
    padding: 10px 25px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 16px; }
  .contact-form .submit {
    margin: 20px auto 0;
    padding: 10px 25px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    font-size: 16px; }
  .button {
    margin-top: 40px; }
  /* Header */
  header .logo img {
    height: 30px; }
  .top--image .owl-nav .owl-prev i, .top--image .owl-nav .owl-prev.disabled i {
    font-size: 40px; }
  .top--image .owl-nav .owl-next i, .top--image .owl-nav .owl-next.disabled i {
    font-size: 40px; }
  /* About */
  section .section--footer .row [class*="col-"] {
    padding: 15px; }
  .about .section--footer .content--wrapper {
    height: 150px;
    position: relative;
    z-index: 15; }
  .about .content--wrapper__in img {
    height: 25px; }
  .about .section--content .row > div:first-child {
    padding-right: 15px; }
  .about .section--content .row > div:last-child {
    padding-left: 15px; }
  /* Services */
  .services .section--content .row > div .services--box {
    padding: 40px 0; }
  .services .section--footer {
    min-height: 150px; }
  .services .section--footer .content--wrapper {
    min-height: 150px; }
  .section--footer .content--wrapper {
    min-height: 150px;
    height: 320px; }
  .services .section--footer .content--wrapper .content--wrapper__in > div:first-child {
    padding-right: 15px;
    padding-left: 15px; }
  .services .section--footer .content--wrapper .content--wrapper__in > div:last-child {
    padding-left: 15px;
    padding-right: 15px; }
  /* Portfolio */
  .mfp-title h5 {
    font-size: 18px;
    padding: 10px 10px 0; }
  .mfp-title p {
    padding: 10px 10px 10px;
    line-height: 1.2;
    font-size: 12px; }
  .mfp-bottom-bar {
    top: 100%;
    margin-top: -40px; }
  section.portfolio .section--content .row > div {
    padding: 0; }
  /* Team */
  .team .section--skills .row > div {
    padding: 0 15px; }
  .team .section--skills .row > div:first-child, .team .section--skills .row > div:last-child {
    padding: 0 15px; }
  .team .section--skills .skill--box {
    width: 100%;
    margin: 0 auto 25px; }
  .team .section--skills .skill--box:last-child {
    margin-bottom: 40px; }
  .team .section--skills .skill--content h4 {
    text-align: left; }
  .team .section--skills .skill--content p {
    text-align: left; }
  .team .row > div:first-child {
    padding-right: 15px; }
  .team .row > div:last-child {
    padding-left: 15px; }
  .team .section--skills .skill--content {
    margin-bottom: 30px; }
  /* Contact */
  .contact .section--contact .row > div:first-child {
    padding-top: 0;
    padding-left: 0; }
  .contact .section--contact .row > div:last-child {
    padding-right: 15px; }
  .contact .section--contact .row > div {
    padding: 0 15px; }
  .contact .section--contact #map {
    height: 480px !important; }
  .contact .section--contact .form--box {
    height: 480px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 560px) {
  /* Main */
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 16px; }
  section .section--header {
    padding: 0; }
  section .section--header .row [class*="col-"] {
    width: 100%; }
  section .section--content {
    padding: 0; }
  section .section--content .row [class*="col-"] {
    width: 100%; }
  section .section--content__block {
    margin-bottom: 30px; }
  .about h2 {
    width: 100%;
    text-align: left; }
  .about h2 i {
    padding: 15px;
    font-size: 25px;
    margin-left: 0; }
  .portfolio .section--header i {
    background-color: transparent; }
  section.portfolio .section--header .row > div:last-child, section.portfolio .section--header .row > div:last-child {
    padding: 0 15px; }
  section .section--header .row > div {
    padding: 0 15px; }
  section .section--header .row > div h2 {
    line-height: 55px; }
  section .section--header .row > div h2 i {
    float: left;
    margin-left: 20px;
    margin-right: 0;
    line-height: 55px;
    padding: 0;
    font-size: 25px;
    background-color: transparent; }
  /* Header */
  header {
    height: 60px; }
  header .logo {
    line-height: 60px;
    padding-left: 15px; }
  .hidden--menu .logo {
    padding-left: 0; }
  .header--top .header--top__center {
    padding-top: 0; }
  .header--top .header--top__center p {
    line-height: 1.3;
    letter-spacing: 1.5px;
    width: 70%; }
  section.about .section--header .row > div:last-child {
    position: absolute;
    top: 0;
    left: 0; }
  section.about .section--header .row > div:first-child {
    position: relative;
    margin-top: 60px;
    left: 0; }
  section .section--header p {
    padding: 0 0 15px; }
  /* About */
  .about .section--content .about--box {
    padding: 10px; }
  .about .section--content .about--box:first-child {
    padding-top: 20px; }
  .about .section--content .about--box:last-child {
    padding-bottom: 20px; }
  .about .section--content i {
    font-size: 25px; }
  section.about .section--header .row > div h2 {
    float: left;
    text-align: left;
    width: auto; }
  section.about .section--header .row > div i {
    float: right;
    text-align: left; }
  .about .content--wrapper__in [class*="col-"] {
    width: 50%; }
  .about .section--footer .content--wrapper .content--wrapper__in [class*="col-"] {
    padding: 20px 0 0; }
  .about .section--footer .content--wrapper .content--wrapper__in .col-xs-6:last-child {
    padding-bottom: 20px; }
  /* Services */
  section.services .section--header .row > div:last-child p {
    text-align: left; }
  section.services .section--header .row > div h2 {
    float: left;
    text-align: left;
    width: auto; }
  section.services .section--header .row > div i {
    float: right;
    text-align: left; }
  section .section--footer .row [class*="col-"]:first-child {
    padding-left: 15px; }
  section .section--footer .row [class*="col-"]:last-child {
    padding-right: 15px; }
  .services .section--content .row > div {
    padding: 10px 15px; }
  .services .section--content .row > div:first-child {
    padding-top: 20px; }
  .services .section--content .row > div:last-child {
    padding-bottom: 20px; }
  .services .section--content .row > div .services--box {
    padding: 10px; }
  .services .section--footer {
    height: auto; }
  .services .section--footer .content--wrapper {
    height: auto; }
  .section--footer .content--wrapper {
    height: auto; }
  .services .section--footer .content--wrapper .content--wrapper__in .content--number {
    line-height: 1; }
  .services .section--footer .content--wrapper .content--wrapper__in h3 {
    line-height: 2; }
  .services .section--content i {
    font-size: 35px; }
  .services .section--footer .content--wrapper .content--wrapper__in > div {
    width: 100%; }
  .services .section--content .row > div {
    min-height: inherit; }
  /* Portfolio */
  section.portfolio .section--header .row > div:first-child {
    position: relative;
    margin-top: 60px;
    padding-right: 15px;
    left: 0; }
  section.portfolio .section--header .row > div:last-child {
    position: absolute;
    top: 0;
    left: 0; }
  section.portfolio .section--header .row > div:last-child .pull-right {
    float: left !important; }
  section.portfolio .section--header .row > div h2 {
    float: left;
    text-align: left;
    width: auto; }
  section.portfolio .section--header .row > div i {
    float: right;
    text-align: left; }
  .portfolio .portfolio--filter {
    padding: 15px;
    display: table;
    margin: 0 auto;
    text-align: center; }
  .portfolio .portfolio--filter li {
    padding: 5px 10px;
    font-size: 12px; }
  section.portfolio .section--content .row > div {
    padding: 0; }
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in .position {
    padding-bottom: 0; }
  section.portfolio .section--content .row [class*="col-"] {
    width: 100%;
    padding: 8px 15px; }
  section.portfolio .section--content .row [class*="col-"]:first-child {
    padding-top: 0; }
  section.portfolio .section--content .row [class*="col-"]:last-child {
    padding-bottom: 15px; }
  section.portfolio.mobile--slider .section--content .row [class*="col-"] {
    width: 100%;
    padding: 0; }
  .portfolio .section--content {
    padding-top: 0; }
  /* Slider */
  .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #2a2a2a; }
  #owl-2.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item--wrap .item--wrap__in {
    padding: 40px 0; }
  #owl-2.owl-carousel .owl-dots {
    padding-bottom: 40px; }
  /* Team */
  section.team .section--header .row > div h2 {
    float: left;
    text-align: left;
    width: auto; }
  section.team .section--header .row > div i {
    float: right;
    text-align: left; }
  .team .section--header p {
    text-align: left; }
  section.team .section--content .row > div {
    padding: 0 15px; }
  section.team .section--content {
    padding: 40px 0 0; }
  .team .team--wrapper {
    padding-bottom: 30px; }
  .team .section--skills .skill--box {
    width: 90%; }
  .team .section--skills .row > div {
    width: 100%;
    padding: 0 15px; }
  .team .section--skills .skill--content {
    margin-bottom: 30px; }
  .team .section--skills .skill--content h4 {
    margin-bottom: 10px;
    text-align: center; }
  .team .section--skills .skill--content p {
    text-align: center; }
  /* Pricing */
  section.pricing .section--header .row > div:first-child {
    position: relative;
    margin-top: 60px;
    left: 0; }
  section.pricing .section--header .row > div:last-child {
    position: absolute;
    top: 0;
    left: 0; }
  section.pricing .section--header .row > div:last-child .pull-right {
    float: left !important; }
  section.pricing .section--header .row > div h2 {
    float: left;
    text-align: left;
    width: auto; }
  section.pricing .section--header .row > div i {
    float: right;
    text-align: left; }
  section.pricing .section--content .row > div {
    padding: 15px 30px; }
  section.pricing .section--content .row > div:first-child {
    padding-top: 30px; }
  section.pricing .section--content .row > div:last-child {
    padding-bottom: 30px; }
  .pricing .price--box .price--box__content span {
    font-size: 14px; }
  .pricing .price--box .price--box__footer {
    font-size: 18px; }
  .pricing .price--box .price--box__footer span {
    font-size: 45px; }
  /* Contact */
  section.contact .section--header .row > div h2 {
    float: left;
    text-align: left;
    width: auto; }
  section.contact .section--header .row > div i {
    float: right;
    text-align: left; }
  .contact .section--header p {
    text-align: left; }
  .contact-form input, .contact-form textarea {
    width: 100%; }
  .contact .section--contact .form--box {
    height: auto;
    margin: 30px 0; }
  .contact-form .submit {
    margin: 30px auto 0; }
  .contact .section--contact .row > div:first-child {
    padding-top: 15px;
    padding-left: 15px; }
  .footer_in .footer--social a {
    margin: 0 10px; }
  .footer_in .footer--social a i {
    font-size: 15px; } }
.Center {
}
