/*	
*	############################################################################################
*	
*	ONEBEEZ - One Page Parallax
*	---------------------------------------------------------------------
*
*	Version: 	1.0
*	Author: 	The Develovers
*	Website: 	https://www.themeineed.com
*	Copyright: 	Copyright 2017 The Develovers
*	
*	############################################################################################
*/
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.hero-unit,
.swiper-slide, .video-background, .preloader, .portfolio-item .info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.hero-unit,
.swiper-slide, .portfolio-item .info {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

/*
    Align items
 */
.hero-unit,
.swiper-slide, .portfolio-item .info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/*
    Align self
 */
/*
    Align content
 */
/*--------------------- 
 * General  
 *--------------------- */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #6E6E6E;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: #5f5f5f; }

p {
  margin-bottom: 25px; }

section {
  background-color: #fff; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0DB8A9; }
  a:hover, a:focus {
    text-decoration: none;
    color: #0ba093; }

footer {
  padding: 40px 0;
  background-color: #212121; }
  footer .list-social-icons {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    footer .list-social-icons a {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent; }
      footer .list-social-icons a:hover, footer .list-social-icons a:focus {
        background-color: #fff;
        color: #212121;
        border-color: #fff; }

@media screen and (max-width: 992px) {
  div.row > .section-col {
    margin-bottom: 50px; }
    div.row > .section-col:last-child {
      margin-bottom: 0; } }

.wow.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.copyright {
  margin: 0;
  font-size: 12px;
  color: #A0A0A0;
  text-align: center; }

.vmargin-3x {
  margin: 30px 0; }

.vmargin-5x {
  margin: 50px 0; }

.vmargin-10x {
  margin: 100px 0; }

.vpadding-5x {
  padding: 50px 0; }

.vpadding-8x {
  padding: 80px 0; }

.margin-top-3x {
  margin-top: 30px; }

.margin-bottom-3x {
  margin-bottom: 30px; }

.margin-top-5x {
  margin-top: 50px; }

.margin-bottom-5x {
  margin-bottom: 50px; }

.margin-bottom-8x {
  margin-bottom: 80px; }

.margin-bottom-10x {
  margin-bottom: 100px; }

.padding-bottom-5x {
  padding-bottom: 50px; }

.padding-top-5x {
  padding-top: 50px; }

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

.light-gray {
  background-color: #F9F9F9; }

.dark-gray {
  background-color: #373a3c; }

/* Navigation */
.navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 20px; }

.navbar-scroll-mode {
  -moz-box-shadow: 0 1px 5px 0 rgba(210, 210, 210, 0.5);
  -webkit-box-shadow: 0 1px 5px 0 rgba(210, 210, 210, 0.5);
  box-shadow: 0 1px 5px 0 rgba(210, 210, 210, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  background-color: #fff; }
  .navbar-scroll-mode .navbar-nav > li > a {
    color: #5f5f5f;
    margin: 6px 0; }
    .navbar-scroll-mode .navbar-nav > li > a:hover, .navbar-scroll-mode .navbar-nav > li > a:focus {
      background-color: transparent;
      color: #5f5f5f; }
  .navbar-scroll-mode .navbar-brand {
    width: 180px; }

.navbar-brand {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 240px;
  padding: 0 15px;
  height: auto; }
  .navbar-brand .logo {
    width: 100%; }

.navbar-nav > li {
  padding: 0 22px; }

.navbar-nav > li > a {
  padding: 0;
  margin: 8px 0;
  font-size: 14px;
  color: #fff; }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff; }

.navbar-nav > li.active > a:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #079828;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  -webkit-animation: scaleCenter .3s;
  animation: scaleCenter .3s;
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

@-webkit-keyframes scaleCenter {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleCenter {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media screen and (max-width: 767px) {
  .navbar-collapse {
    margin-top: 15px;
    padding: 0 20px;
    background-color: #fff; }
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: -35px;
    margin-right: -35px; }
  .navbar-nav > li > a {
    margin: 10px 0;
    padding: 5px 0;
    text-indent: 18px;
    color: #5f5f5f; }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
      color: #5f5f5f; }
  .navbar-nav > li.active > a:before {
    left: 12px;
    top: 12px; } }

.navbar-toggle {
  margin: 6px 15px 0 6px;
  padding: 0;
  color: #fff; }
  .navbar-toggle i {
    font-size: 22px; }

.nav-icon {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: block;
  width: 30px;
  height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
  .nav-icon span {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
    .nav-icon span:nth-child(1) {
      top: 0px; }
    .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
      top: 8px; }
    .nav-icon span:nth-child(4) {
      top: 16px; }
  .nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.nav-footer {
  text-align: center;
  margin: 10px 0; }
  .nav-footer > li {
    padding: 0; }
    .nav-footer > li:after {
      content: "/";
      margin: 0 15px; }
    .nav-footer > li:last-child:after {
      display: none; }
  .nav-footer > li > a {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff; }
  @media screen and (max-width: 640px) {
    .nav-footer > li {
      margin: 0 5px; } }

/*--------------------- 
 * Hero Unit
 *--------------------- */
.hero-unit,
.swiper-slide {
  position: relative; }

.hero-fullscreen {
  width: 100%;
  height: 100vh; }

.fullscreen-gradient {
  background-image: linear-gradient(-225deg, #9F42DD 0%, #2F91A4 100%); }

.parallax-mirror:before {
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgba(23, 23, 23, 0.5);
  z-index: 1; }

.hero-content {
  text-align: center;
  z-index: 9; }
  .hero-content .heading,
  .hero-content .lead {
    margin: 0;
    font-weight: 100;
    color: #fff; }
  .hero-content .heading {
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 76px;
    font-weight: 700; }
  .hero-content .lead {
    font-size: 42px; }
  .hero-content .btn {
    margin-top: 30px; }
  .hero-content.left-align {
    text-align: left; }
  @media screen and (max-width: 767px) {
    .hero-content .heading {
      font-size: 46px; }
    .hero-content .lead {
      font-size: 32px; }
    .hero-content.left-align {
      text-align: center; } }

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff; }
  .video-background > div:first-child,
  .video-background video {
    z-index: 0 !important; }
  .video-background .hero-content {
    position: relative;
    margin: 0 auto;
    z-index: 9; }

.swiper-wrapper .swiper-slide {
  background-position: center; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #444;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  opacity: .5; }
  .swiper-button-next:hover, .swiper-button-next:focus,
  .swiper-container-rtl .swiper-button-prev:hover,
  .swiper-container-rtl .swiper-button-prev:focus,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus,
  .swiper-container-rtl .swiper-button-next:hover,
  .swiper-container-rtl .swiper-button-next:focus {
    opacity: 1;
    color: #fff; }

.fullscreen-gradient .swiper-button-next,
.fullscreen-gradient .swiper-container-rtl .swiper-button-prev,
.fullscreen-gradient .swiper-button-prev,
.fullscreen-gradient .swiper-container-rtl .swiper-button-next {
  background: #fff;
  color: #585858;
  opacity: .2; }
  .fullscreen-gradient .swiper-button-next:hover, .fullscreen-gradient .swiper-button-next:focus,
  .fullscreen-gradient .swiper-container-rtl .swiper-button-prev:hover,
  .fullscreen-gradient .swiper-container-rtl .swiper-button-prev:focus,
  .fullscreen-gradient .swiper-button-prev:hover,
  .fullscreen-gradient .swiper-button-prev:focus,
  .fullscreen-gradient .swiper-container-rtl .swiper-button-next:hover,
  .fullscreen-gradient .swiper-container-rtl .swiper-button-next:focus {
    opacity: .5; }

.mouse {
  position: absolute;
  bottom: 0;
  z-index: 1; }
  .mouse.center {
    left: 50%;
    margin-left: -13px; }
  .mouse svg {
    display: block; }
    .mouse svg rect {
      stroke-dasharray: 120;
      stroke: #fff; }
  .mouse i {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    width: 4px;
    height: 10px;
    left: 11px;
    top: 11px;
    background-color: #fff;
    -webkit-animation: scrollBouncing 2s ease-out infinite;
    animation: scrollBouncing 2s ease-out infinite; }
  @media screen and (max-width: 767px) {
    .mouse {
      left: 50%;
      margin-left: -13px; } }

@keyframes scrollBouncing {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes scrollBouncing {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

/*--------------------- 
 * Elements  
 *--------------------- */
button,
.btn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.btn {
  border: 1px solid #848484;
  padding: 10px 30px;
  color: #5f5f5f; }
  .btn:active, .btn.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn:hover, .btn:focus {
    color: #5f5f5f;
    border-color: #515151; }

.btn-large {
  padding: 13px 30px;
  border-width: 2px;
  font-size: 16px; }

.btn-small {
  padding: 8px 28px;
  border-width: 2px;
  font-size: 12px; }

.btn-accent {
  background-color: #662d91;
  border-color: #662d91;
  color: #fff; }
  .btn-accent:hover, .btn-accent:focus {
    background-color: #0caa9c;
    border-color: #662d91;
    color: #fff; }
  .btn-accent.btn-animated:hover, .btn-accent.btn-animated:focus {
    background-color: #662d91; }

.btn-animated {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden; }
  .btn-animated i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    line-height: 1.7;
    font-size: 180%; }
  .btn-animated .on-hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    line-height: 3; }
  .btn-animated span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  .btn-animated:hover i,
  .btn-animated:hover .on-hover {
    top: 0; }
  .btn-animated:hover span {
    -webkit-transform: translateY(300%);
    transform: translateY(300%); }

/* team */
.team {
  padding: 20px;
  text-align: center; }
  .team .photo {
    width: 150px;
    margin-bottom: 20px;
    border: 5px solid #f3f3f3; }
  .team .name {
    font-size: 22px; }
  .team .title {
    font-size: 16px;
    color: #B4B4B4; }
  .team .brief {
    margin: 10px 0 0 0; }

/* services */
.service-item {
  position: relative;
  margin-bottom: 60px; }
  .service-item .service-name {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: normal; }
  .service-item .service-description {
    position: relative;
    margin-bottom: 0;
    z-index: 1; }
  .service-item .media-left {
    padding-right: 50px; }
  .service-item i {
    font-size: 50px;
    color: #0DB8A9; }

.last-row .service-item {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .last-row .service-item {
    margin-bottom: 60px; }
  .last-row .last-item {
    margin-bottom: 0; } }

/* fact metric */
.fact-list {
  padding: 120px 0; }

.fact {
  text-align: center; }
  .fact i {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    color: #0DB8A9; }
  .fact .fact-value {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff; }
  .fact .fact-title {
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .fact {
      margin-bottom: 60px; }
      .fact.last-item {
        margin-bottom: 0; } }

/* carousel dotted pagination */
.owl-theme .owl-controls {
  margin-top: 0; }
  .owl-theme .owl-controls .owl-page span {
    width: 4px;
    height: 4px;
    margin: 0 3px;
    background: #5f5f5f;
    opacity: 1; }
  .owl-theme .owl-controls .owl-page.active span {
    width: 8px;
    height: 8px;
    position: relative;
    top: 2px; }

/* carousel navigation buttons */
.owl-theme .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -48px; }
  .owl-theme .owl-controls .owl-buttons div {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    padding: 0;
    line-height: 0;
    font-size: 0;
    background-color: transparent;
    color: #c5c5c5; }
    .owl-theme .owl-controls .owl-buttons div:before {
      font-family: 'themify';
      font-size: 48px;
      line-height: 48px; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: 0; }
      .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
        content: '\e64a'; }
    .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: 0; }
      .owl-theme .owl-controls .owl-buttons div.owl-next:before {
        content: '\e649'; }

/* call to action */
.call-to-action .text {
  margin: 0;
  line-height: 1.2;
  float: left;
  font-size: 36px; }

.call-to-action .btn {
  float: right; }

@media screen and (max-width: 767px) {
  .call-to-action {
    text-align: center; }
    .call-to-action .text,
    .call-to-action .btn {
      float: none; }
    .call-to-action .text {
      margin-bottom: 30px; } }

/* social icons */
.list-social-icons a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #5f5f5f;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  background-color: #f7f7f7; }
  .list-social-icons a:hover, .list-social-icons a:focus {
    border-color: #e3e3e3; }

/* testimonial */
.testimonial {
  text-align: center;
  margin-bottom: 20px; }
  .testimonial .content {
    margin-bottom: 10px;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6;
    color: #5f5f5f; }
  .testimonial .author {
    font-size: 15px; }
    .testimonial .author .name {
      font-weight: 700; }
    .testimonial .author .title {
      color: #B4B4B4; }
  @media screen and (max-width: 767px) {
    .testimonial .content {
      font-size: 26px; } }

.dark-gray .testimonial .content {
  color: #d6d6d6; }

.dark-gray .testimonial .author, .dark-gray .testimonial .title {
  color: #939ba0; }

.dark-gray .owl-theme .owl-controls .owl-page span {
  background: #939ba0; }

/* pricing tables */
.pricing-table {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  border: 2px solid #5F5F5F;
  background-color: #fff; }
  .pricing-table .header {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    color: #fff; }
    .pricing-table .header:after {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      content: '';
      width: 130%;
      height: 190px;
      background-color: #5F5F5F;
      position: absolute;
      left: -15%;
      top: -108px;
      z-index: 1; }
  .pricing-table .title {
    position: relative;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    z-index: 2;
    color: #fff; }
  .pricing-table .description {
    display: block;
    position: relative;
    line-height: 1.2;
    color: #8d8d8d;
    z-index: 3; }
  .pricing-table .price {
    padding: 30px 0;
    border-bottom: 1px solid #EAEAEA;
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: #5f5f5f; }
    .pricing-table .price .amount {
      position: relative;
      font-size: 64px;
      font-weight: 100;
      line-height: 1;
      z-index: 4; }
    .pricing-table .price .sign {
      position: absolute;
      top: 20px;
      left: -12px;
      font-size: 24px;
      font-weight: 100; }
    .pricing-table .price .term {
      display: block;
      margin-bottom: 5px;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 1;
      color: #B4B4B4; }
  .pricing-table .list-detail {
    margin: 35px 0;
    text-align: center; }
    .pricing-table .list-detail > li {
      margin-bottom: 10px; }
      .pricing-table .list-detail > li:last-child {
        margin-bottom: 0; }
      .pricing-table .list-detail > li i {
        margin-right: 5px;
        font-size: 12px;
        font-weight: 700;
        color: #3CC04F; }
  .pricing-table .btn {
    margin-bottom: 8px; }
  .pricing-table.recommended {
    border-color: #0DB8A9; }
    .pricing-table.recommended .header:after {
      background-color: #0DB8A9; }
    .pricing-table.recommended .description {
      color: #30f0e0; }
  @media screen and (max-width: 767px) {
    .pricing-table {
      margin-bottom: 30px; }
      .pricing-table.last-item {
        margin-bottom: 0; } }

/* blog */
.blog-post {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #E9E9E9;
  background-color: #fff; }
  .blog-post .title {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: normal; }
    .blog-post .title a {
      color: #0DB8A9; }
  .blog-post .preview {
    font-size: 15px; }
  .blog-post .meta-info {
    font-size: 12px; }
  .blog-post .date {
    color: #B4B4B4; }
  .blog-post .more {
    float: right;
    color: #0DB8A9; }
    .blog-post .more i {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative;
      top: 0px;
      left: 0;
      font-size: 11px; }
    .blog-post .more:hover i, .blog-post .more:focus i {
      left: 3px; }
  @media screen and (max-width: 768px) {
    .blog-post {
      margin-bottom: 30px; }
      .blog-post.last-item {
        margin-bottom: 0; } }

/* clients */
.clients {
  text-align: center; }
  .clients img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 50px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%); }
  .clients a:hover > img,
  .clients a:focus > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: none;
    -webkit-filter: grayscale(0%); }

/* map */
.map-wrapper {
  display: none; }

#map {
  width: 100%;
  height: 0;
  border-top: 1px solid #212121; }

.map-toggle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 auto;
  position: relative;
  top: 37px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #212121;
  font-size: 2em;
  color: #5f5f5f;
  background: #fff;
  z-index: 1; }
  .map-toggle:hover, .map-toggle:focus {
    color: #5f5f5f; }

.map-overlay {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 5px 15px;
  position: absolute;
  top: -30px;
  text-align: center;
  background: #383838;
  border: 1px solid #d6d6d6; }

.overlay_arrow {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -11px; }
  .overlay_arrow.above {
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #383838; }

/* contact info */
.contact-info {
  padding: 120px 0;
  text-align: center; }
  .contact-info span {
    display: block;
    color: #fff; }
  .contact-info .phone {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 10px 50px;
    margin-bottom: 50px;
    font-size: 64px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.17); }
  .contact-info .email {
    font-size: 32px; }
  .contact-info .address {
    font-size: 24px; }
  @media screen and (max-width: 767px) {
    .contact-info .phone {
      font-size: 32px; }
    .contact-info .email {
      font-size: 24px; } }

/* contact form */
div[class*="col-"] > .form-group {
  margin-left: 0;
  margin-right: 0; }

div[class*="col-"] > .input-group {
  margin-bottom: 15px; }

.contact-form .form-group {
  margin-bottom: 50px; }

.contact-form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  color: #5f5f5f; }
  .contact-form .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #aeaeae; }

.parsley-errors-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1; }
  .parsley-errors-list li {
    color: #ca3e3e;
    font-size: 13px;
    list-style-image: none;
    list-style-type: none;
    margin-top: 3px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap; }

.alert {
  padding: 5px 12px; }

.alert-success {
  color: #60a961;
  background-color: #f9fff6;
  border-color: #e6f3db; }

/* preloader */
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 11000; }

.loading {
  display: block;
  margin: auto;
  position: relative;
  width: 35px;
  height: 35px; }
  .loading span {
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    border: 1px solid #5e5e5e; }
    .loading span:nth-child(1) {
      top: 0;
      left: 0;
      animation: move1 2s linear infinite; }
    .loading span:nth-child(2) {
      top: 0;
      right: 0;
      animation: move2 2s linear infinite; }
    .loading span:nth-child(3) {
      bottom: 0;
      left: 0;
      animation: move3 2s linear infinite; }
    .loading span:nth-child(4) {
      bottom: 0;
      right: 0;
      animation: move4 2s linear infinite; }

@keyframes move1 {
  0% {
    transform: translate(0);
    z-index: 10; }
  25% {
    transform: translate(100%, 0); }
  50% {
    transform: translate(100%, 100%); }
  75% {
    transform: translate(0, 100%);
    z-index: 0; }
  100% {
    transform: translate(0); } }

@-webkit-keyframes move1 {
  0% {
    transform: translate(0);
    z-index: 10; }
  25% {
    transform: translate(100%, 0); }
  50% {
    transform: translate(100%, 100%); }
  75% {
    transform: translate(0, 100%);
    z-index: 0; }
  100% {
    transform: translate(0); } }

@keyframes move2 {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(0, 100%); }
  50% {
    transform: translate(-100%, 100%);
    z-index: 0; }
  75% {
    transform: translate(-100%, 0);
    z-index: 10; }
  100% {
    transform: translate(0); } }

@-webkit-keyframes move2 {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(0, 100%); }
  50% {
    transform: translate(-100%, 100%);
    z-index: 0; }
  75% {
    transform: translate(-100%, 0);
    z-index: 10; }
  100% {
    transform: translate(0); } }

@keyframes move3 {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(0, -100%);
    z-index: 10; }
  50% {
    transform: translate(100%, -100%); }
  75% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(0);
    z-index: 0; } }

@-webkit-keyframes move3 {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(0, -100%);
    z-index: 10; }
  50% {
    transform: translate(100%, -100%); }
  75% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(0);
    z-index: 0; } }

@keyframes move4 {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(-100%, 0);
    z-index: 0; }
  50% {
    transform: translate(-100%, -100%);
    z-index: 10; }
  75% {
    transform: translate(0, -100%); }
  100% {
    transform: translate(0); } }

@-webkit-keyframes move4 {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(-100%, 0);
    z-index: 0; }
  50% {
    transform: translate(-100%, -100%);
    z-index: 10; }
  75% {
    transform: translate(0, -100%); }
  100% {
    transform: translate(0); } }

/* typed cursor blinking animation */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*--------------------- 
 * Portfolio
 *--------------------- */
/* portfolio item */
.portfolio-item {
  position: relative;
  overflow: hidden; }
  .portfolio-item:hover .overlay:after {
    opacity: 1;
    height: 260%; }
  .portfolio-item:hover .info {
    opacity: 1; }
  .portfolio-item .overlay:after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #323232;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .portfolio-item .info {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .portfolio-item .info .category {
      font-family: "Oswald", sans-serif;
      position: absolute;
      right: 25px;
      top: 30px; }
    .portfolio-item .info .centered {
      flex: 1; }
    .portfolio-item .info .title {
      margin-bottom: 15px;
      font-size: 26px;
      font-weight: 400;
      color: #fff;
      line-height: 1.4; }
  .portfolio-item .type {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.1); }
    .portfolio-item .type i {
      font-size: 2em;
      color: rgba(0, 0, 0, 0.3); }

.portfolio-isotope ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .portfolio-isotope ul > li {
    width: 33.333333%;
    padding: 0; }

@media screen and (max-width: 992px) {
  .portfolio-isotope ul > li {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .portfolio-isotope ul > li {
    width: 100%; } }

/* fix small glitch for Firefox affecting layout */
@-moz-document url-prefix() {
  .portfolio-isotope ul > li {
    margin-left: -0.5px; } }

/* porfolio filters */
.portfolio-item-filters {
  margin-bottom: 50px;
  margin-left: -20px; }
  .portfolio-item-filters li {
    padding: 0 20px; }
    .portfolio-item-filters li a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: block;
      margin-bottom: 12px;
      position: relative;
      font-size: 16px;
      color: inherit; }
      .portfolio-item-filters li a.active:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        background: #0DB8A9;
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -3px;
        -webkit-animation: scaleCenter .3s;
        animation: scaleCenter .3s;
        -webkit-transform-origin: 50%;
        transform-origin: 50%; }
  @media screen and (max-width: 767px) {
    .portfolio-item-filters {
      text-align: center; }
      .portfolio-item-filters li {
        padding: 0 5px; } }

/* portfolio detail */
.portfolio-detail {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff; }
  .portfolio-detail .media {
    margin-bottom: 50px; }
  .portfolio-detail .project-info {
    margin-bottom: 40px; }
    .portfolio-detail .project-info > li {
      margin-bottom: 20px; }
    .portfolio-detail .project-info strong {
      display: block;
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      font-weight: 400; }
  .portfolio-detail .mfp-close {
    position: absolute;
    top: 10px;
    right: 8px;
    color: #B4B4B4;
    opacity: 1; }
    .portfolio-detail .mfp-close:hover, .portfolio-detail .mfp-close:focus {
      color: #8e8e8e; }
    .portfolio-detail .mfp-close:before {
      content: '\e646';
      display: inline;
      font-family: 'themify'; }
  .portfolio-detail .owl-pagination {
    margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .portfolio-detail div.row > div:first-child {
      margin-bottom: 60px; } }

/* porfolio loading effect */
.mfp-preloader {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  text-indent: -9999px;
  background-image: url("../img/loading-ripple.svg");
  background-repeat: no-repeat;
  background-position: center center; }

/*--------------------- 
 * Typography
 *--------------------- */
.section-heading {
  margin-bottom: 40px;
  font-size: 40px; color:#079828;
  font-weight: 700; }
  .section-heading.big {
    font-size: 30px;
    color: #9E9E9E;
    line-height: 1.3; }

.section-lead {
  width: 80%;
  font-size: 30px;
  line-height: 1.5; }
  .section-lead.full {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .section-lead {
      width: 100%;
      font-size: 22px; } }

.heading-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 12px;
  color: #0DB8A9; }

.text-muted {
  color: #B4B4B4; }

/*# sourceMappingURL=main.css.map */