/*
Template Name: Mugi
Version: 1.0
Author: PxlSolutions
Author URI: http://themeforest.net/user/pxlsolutions
Description: Personal Portfolio & Resume HTML Template

[TABLE OF CONTENTS]

01. Base
02. Typography
03. Preloader
04. Header
05. Sections
06. Skills
07. Portfolio
08. Facts
09. Prices
10. Testimonials
11. Blog
12. Clients
13. Helper
14. Dark Mode
15. Buttons
16. Bootstrap Components
17. Theme elements
18. Slick
19. Responsive

*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800,800i");
/*=================================================================*/
/*                      BASE                              
/*=================================================================*/
* {
  margin: 0;
  padding: 0;
}

body {
  color: #888;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.relative {
  position: relative;
}

/*=================================================================*/
/*                      TYPOGRAPHY                              
/*=================================================================*/
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 20px 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

a {
  color: #000;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #9013FE;
  text-decoration: none;
}
a:focus {
  outline: 0;
}

.font-black {
  font-weight: 900;
}

blockquote {
  padding: 20px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  background: #F7F7F7;
  border-radius: 10px;
}

blockquote p {
  line-height: 1.6;
}

/* === Pre === */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

ul.styled {
  list-style: none;
}
ul.styled li:before {
  content: '';
  background: #9013FE;
  display: inline-block;
  height: 5px;
  margin-right: 20px;
  vertical-align: middle;
  width: 5px;
}

/*=================================================================*/
/*                      PRELOADER                              
/*=================================================================*/
.mugi-folding-cube {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.mugi-folding-cube .mugi-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mugi-folding-cube .mugi-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9013FE;
  -webkit-animation: mugi-foldCubeAngle 2.4s infinite linear both;
  animation: mugi-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.mugi-folding-cube .mugi-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.mugi-folding-cube .mugi-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.mugi-folding-cube .mugi-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.mugi-folding-cube .mugi-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mugi-folding-cube .mugi-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mugi-folding-cube .mugi-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes mugi-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes mugi-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#preloader {
  background: #FFF;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 5;
}
#preloader .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*=================================================================*/
/*                      HEADER                              
/*=================================================================*/
header.desktop-header {
  background: #FFF;
  border-right: solid 1px #ececec;
  padding: 40px;
  position: fixed;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  min-height: 100vh;
  top: 0;
  width: 230px;
  z-index: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* === Vertical Menu === */
  /* === Submenu === */
}
header.desktop-header.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
header.desktop-header .site-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
header.desktop-header .vertical-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
header.desktop-header .vertical-menu li.openmenu > a {
  color: #000;
}
header.desktop-header .vertical-menu li.openmenu .switch {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.desktop-header .vertical-menu li {
  padding: 8px 0;
  position: relative;
  list-style: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.desktop-header .vertical-menu li .switch {
  font-size: 30px;
  display: inline-block;
  padding: 0 14px;
  line-height: 1;
  cursor: pointer;
  color: #000;
  position: absolute;
  top: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
header.desktop-header .vertical-menu li a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
header.desktop-header .vertical-menu li a:after {
  content: '';
  background: #9013FE;
  width: 100%;
  height: 0;
  left: 1px;
  opacity: .5;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.desktop-header .vertical-menu li a:hover:after {
  height: 7px;
}
header.desktop-header .vertical-menu li a.nav-link {
  display: initial;
  padding: 0;
}
header.desktop-header .vertical-menu li .nav-link.active:after {
  content: '';
  background: #9013FE;
  width: 100%;
  height: 7px;
  left: 1px;
  opacity: .5;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
header.desktop-header .submenu {
  display: none;
  padding: 0;
}
header.desktop-header .submenu li a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
header.desktop-header .submenu li a:after {
  height: 3px;
}
header.desktop-header .submenu li a:hover:after {
  width: 100%;
  height: 3px;
}
header.desktop-header .submenu li a:hover {
  color: #000;
}
header.desktop-header .footer {
  margin-top: auto;
}
header.desktop-header .social-icons li:not(:last-child) {
  margin-right: 1.2rem;
}
header.desktop-header .social-icons li a:hover {
  color: #9013FE;
}
header.desktop-header .copyright {
  color: #999;
  font-size: 14px;
}

header.mobile-header {
  background: #FFF;
  border-bottom: solid 1px #ececec;
  display: none;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.mobile-header.open {
  -webkit-transform: translateX(230px);
  -moz-transform: translateX(230px);
  -ms-transform: translateX(230px);
  -o-transform: translateX(230px);
  transform: translateX(230px);
}
header.mobile-header .menu-icon button {
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  height: 33px;
  width: 33px;
}
header.mobile-header .menu-icon span {
  display: block;
  background: #000;
  height: 4px;
  position: relative;
  width: 20px;
}
header.mobile-header .menu-icon span:before {
  content: '';
  display: block;
  background: #000;
  height: 4px;
  top: -10px;
  position: absolute;
  width: 30px;
}
header.mobile-header .menu-icon span:after {
  content: '';
  display: block;
  background: #000;
  height: 4px;
  top: 10px;
  position: absolute;
  width: 10px;
}
header.mobile-header .site-logo {
  max-height: 50px;
  max-width: 50px;
  display: inline-block;
}
header.mobile-header .site-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
}

/*=================================================================*/
/*                      SECTIONS                             
/*=================================================================*/
main.content {
  margin-left: 230px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main.content.open {
  opacity: .4;
  -webkit-transform: translateX(230px);
  -moz-transform: translateX(230px);
  -ms-transform: translateX(230px);
  -o-transform: translateX(230px);
  transform: translateX(230px);
}

section {
  border-top: solid 1px #ececec;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

section.home {
  border-top: 0;
  padding: 0;
  height: 100vh;
  min-height: 100vh;
}
section.home .cta {
  margin: auto;
  max-width: 540px;
}
section.home .cta h1 {
  font-size: 72px;
  line-height: 0.9em;
}
section.home .cta p {
  font-size: 20px;
}

.section-title {
  font-size: 30px;
  margin: 0;
}

/*=================================================================*/
/*                      SKILLS                              
/*=================================================================*/
.skill-item .skill-info span {
  font-size: 14px;
}

/*=================================================================*/
/*                      PORTFOLIO                              
/*=================================================================*/
.portfolio-wrapper [class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pf-filter-wrapper {
  display: none;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item .thumb {
  overflow: hidden;
}
.portfolio-item .details {
  color: #FFF;
  position: absolute;
  padding: 0 30px;
  bottom: 25px;
  width: 100%;
  z-index: 1;
}
.portfolio-item .details h4 {
  color: #FFF;
  margin: 0 0 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.portfolio-item .details span {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0;
  display: block;
  transform: translateY(40px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.portfolio-item .mask {
  background: #9013FE;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .mask {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-item:hover .details h4, .portfolio-item:hover .details span {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-filter {
  margin-bottom: 25px;
}
.portfolio-filter li {
  color: #777;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.portfolio-filter li:after {
  content: '';
  background: #9013FE;
  width: 100%;
  height: 0;
  left: 0;
  opacity: .5;
  bottom: 1px;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-filter li:hover {
  color: #000;
}
.portfolio-filter li:hover:after {
  height: 7px;
}
.portfolio-filter li.current {
  color: #000;
}
.portfolio-filter li.current:after {
  content: '';
  background: #9013FE;
  width: 100%;
  height: 7px;
  left: 0;
  opacity: .5;
  bottom: 1px;
  position: absolute;
  z-index: -1;
}
.portfolio-filter li:not(:last-child) {
  margin-right: 1.8rem;
}

select.portfolio-filter-mobile {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: solid 2px #000;
  border-radius: 0;
  outline: 0;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.pf-filter-wrapper {
  position: relative;
}
.pf-filter-wrapper:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 20px;
  color: #000;
}

.portfolio-categories li a {
  display: block;
  color: #FFF;
  font-size: 13px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  background-color: #9013FE;
  padding: 5px 10px;
  text-transform: uppercase;
}

.portfolio-info li:not(:last-child) {
  margin-right: 1.5rem;
}
.portfolio-info li {
  font-size: 14px;
}
.portfolio-info li strong {
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
}

.social-share .share-text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.social-share li:not(:last-child) {
  margin-right: 1rem;
}

/*=================================================================*/
/*                      FACTS                              
/*=================================================================*/
.fact-item {
  padding: 30px 15px;
  border: solid 1px #ececec;
}
.fact-item .number {
  font-size: 30px;
}
.fact-item .number em {
  font-style: normal;
}
.fact-item p {
  font-size: 15px;
}

/*=================================================================*/
/*                      PRICES                              
/*=================================================================*/
.price-item {
  border: solid 1px #ececec;
  padding: 40px 50px;
}
.price-item .plan {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  background: #9013FE;
  padding: 2px 10px;
}
.price-item .price {
  font-size: 48px;
  font-weight: 900;
  margin: 30px 0 20px;
}
.price-item .price em {
  font-style: normal;
  font-size: 20px;
  vertical-align: super;
  margin-right: 10px;
}
.price-item ul {
  margin-bottom: 0;
}
.price-item ul li {
  line-height: 2.1;
}
.price-item .btn {
  margin-top: 30px;
}
.price-item.best {
  color: #FFF;
  background: #9013FE;
}
.price-item.best .plan {
  background: #FFF;
  color: #9013FE;
}
.price-item.best .price {
  color: #FFF;
}
.price-item.best ul li:before {
  background: #FFF;
}

/*=================================================================*/
/*                      TESTIMONIALS                              
/*=================================================================*/
.testimonials-wrapper {
  max-width: 700px;
  margin: auto;
}

.testimonial-item .thumb {
  border-radius: 50%;
  overflow: hidden;
  height: 80px;
  width: 80px;
}
.testimonial-item p {
  font-size: 18px;
  font-style: italic;
}
.testimonial-item span.symbol {
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  color: #9013FE;
  line-height: 1;
}

/*=================================================================*/
/*                      BLOG                              
/*=================================================================*/
.blog-item .thumb {
  position: relative;
  overflow: hidden;
}
.blog-item .thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item .thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-item .category {
  background: #9013FE;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 8px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.blog-item .meta {
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.blog-item .meta li:not(:last-child) {
  margin-right: 1rem;
}
.blog-item .meta li:after {
  content: '';
  background: #9013FE;
  display: inline-block;
  height: 5px;
  margin-left: 1rem;
  vertical-align: middle;
  width: 5px;
}
.blog-item .meta li:last-child::after {
  display: none;
}

/*=================================================================*/
/*                      CLIENTS                              
/*=================================================================*/
.client-item {
  border: solid 1px #ececec;
  padding: 25px;
  min-height: 80px;
  position: relative;
}
.client-item .inner {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.client-item img {
  display: inline-block;
}

/*=================================================================*/
/*                      HELPER                              
/*=================================================================*/
.help-block.with-errors {
  color: red;
  font-size: 12px;
}
.help-block.with-errors ul {
  margin-bottom: 0;
}

.spacer {
  clear: both;
}

.text-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#infscr-loading {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 10px;
}

#infscr-loading img {
  display: none;
}

.fa-spinner {
  margin-right: 10px;
  display: none;
}

.icon.square {
  color: #FFF;
  font-size: 30px;
  background: #9013FE;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.icon.simple {
  color: #9013FE;
  font-size: 36px;
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

@-webkit-keyframes ani-mouse {
  0% {
    top: 29%;
  }
  15% {
    top: 50%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    top: 29%;
  }
  15% {
    top: 50%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    top: 29%;
  }
  15% {
    top: 50%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 29%;
  }
}
.mouse {
  border: solid 3px #000;
  border-radius: 16px;
  display: block;
  margin: auto;
  height: 34px;
  position: relative;
  width: 25px;
}
.mouse .wheel {
  background: #000;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 5px;
  -webkit-animation: ani-mouse 2s linear infinite;
  -moz-animation: ani-mouse 2s linear infinite;
  animation: ani-mouse 2s linear infinite;
}

.circle {
  border-radius: 100%;
}

/*=================================================================*/
/*                      DARK MODE                              
/*=================================================================*/
body.dark {
  background: #000;
  color: #888;
}
body.dark header, body.dark .btn-default:before, body.dark #preloader {
  background: #000;
}
body.dark header, body.dark section, body.dark .fact-item, body.dark .price-item, body.dark .client-item, body.dark .form-control {
  border-color: #222;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark a, body.dark .vertical-menu li a, body.dark .portfolio-filter li.current, body.dark .portfolio-filter li:hover, body.dark .portfolio-info li strong, body.dark .social-share .share-text {
  color: #FFF;
}
body.dark a:hover {
  color: #9013FE;
}
body.dark .mouse {
  border-color: #FFF;
}
body.dark .mouse .wheel, body.dark header.mobile-header .menu-icon span, body.dark header.mobile-header .menu-icon span:before, body.dark header.mobile-header .menu-icon span:after {
  background: #FFF;
}
body.dark .timeline span.line {
  background: #222;
}
body.dark .slick-dots li.slick-active button:before {
  background: #9013FE;
}
body.dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.8);
}
body.dark .form-control {
  background-color: transparent;
}
body.dark header.desktop-header .vertical-menu li .nav-link.active:after, body.dark header.desktop-header .vertical-menu li a:after, body.dark .portfolio-filter li.current:after, body.dark .portfolio-filter li:after {
  opacity: 1;
}
body.dark #return-to-top {
  background: rgba(255, 255, 255, 0.2);
}
body.dark #return-to-top:hover {
  background: #9013FE;
}

/*=================================================================*/
/*                     BUTTONS
/*=================================================================*/
/* Sweep To Bottom */
.btn-animation {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-animation:hover:before, .btn-animation:focus:before, .btn-animation:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.btn {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 900;
  overflow: hidden;
  line-height: 1;
  padding: 15px 24px;
  position: relative;
  text-transform: uppercase;
}
.btn:focus {
  box-shadow: none;
}

.btn:focus {
  outline: 0;
}

.btn-default {
  color: #FFF;
  border: solid 3px #9013FE;
  background: #9013FE;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.btn-default:hover, .btn-default:focus {
  color: #9013FE;
  border-color: #9013FE;
}
.btn-default:before {
  background: #FFF;
}

.btn-alt {
  color: #000;
  background: transparent;
  border: solid 3px #000;
}
.btn-alt:hover, .btn-alt:focus {
  color: #FFF;
  border-color: #000;
}
.btn-alt:before {
  background: #000;
}

.btn-alt-light {
  color: #FFF;
  background: transparent;
  border: solid 3px #FFF;
}
.btn-alt-light:hover, .btn-alt-light:focus {
  color: #9013FE;
  border-color: #FFF;
}
.btn-alt-light:before {
  background: #FFF;
}

.btn-full {
  text-align: center;
  width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 28px 30px;
  font-size: 18px;
  font-weight: 100;
  line-height: 0;
}

.btn-sm {
  padding: 17px 16px;
  font-size: 12px;
  line-height: 0;
}

.btn-xs {
  padding: 12px 10px;
  font-size: 12px;
  line-height: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
  cursor: not-allowed;
}

/*=================================================================*/
/*                     BOOTSTRAP ELEMENTS
/*=================================================================*/
.breadcrumb {
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb > .active {
  color: #9c9c9c;
}

/* === Progress Bar === */
.progress {
  height: 5px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #e9e9e9;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 5px;
  color: #fff;
  text-align: center;
  background-color: #9013FE;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* === Form Control === */
.form-control {
  display: block;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  background-color: #FFF;
  background-image: none;
  border: solid 1px #ECECEC;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #9013FE;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 30px;
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

/* === Alert === */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: 0;
  right: 0;
  color: inherit;
}

/* === Pagination === */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: transparent;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  font-weight: 400;
  height: 46px;
  line-height: 32px !important;
  margin-left: 11px;
  line-height: 1.42857143;
  color: #1a1a1a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 50%;
  width: 46px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #FFF;
  background-color: #000;
  border-color: transparent;
}

/*=================================================================*/
/*                      THEME ELEMENTS
/*=================================================================*/
/* === Timeline === */
.timeline {
  position: relative;
}

.timeline .timeline-container {
  padding-left: 50px;
  margin-bottom: 100px;
  position: relative;
  background-color: inherit;
  width: 100%;
}
.timeline .timeline-container:last-of-type {
  margin-bottom: 0;
}

.timeline .timeline-container::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  background-color: #9013FE;
  top: 7px;
  z-index: 1;
}

.timeline .content {
  position: relative;
}

.timeline .content .time {
  color: #999;
  font-size: 14px;
}

.timeline .content p {
  margin: 0;
}

.timeline span.line {
  position: absolute;
  width: 1px;
  background-color: #ececec;
  top: 7px;
  bottom: 0;
  left: 4px;
}

/* === Go to Top === */
#return-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: none;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 8px;
  font-size: 16px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#return-to-top:hover {
  background: #9013FE;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=================================================================*/
/*                      SLICK SETTINGS
/*=================================================================*/
.slick-slide {
  height: auto;
  outline: none;
}

.slick-next, .slick-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  border-radius: 0;
  top: calc(50% - 40px);
  z-index: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
  background: #000;
}

.slick-prev {
  left: 0;
}
.slick-prev:hover {
  background: #000;
}

.slick-next {
  right: 0;
}
.slick-next:hover {
  background: #000;
}

.slick-next:before, .slick-next:after {
  left: 20px;
}

.slick-prev:before, .slick-prev:after {
  left: 17px;
}

.slick-prev:before {
  content: '';
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  top: 8px;
  position: absolute;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.slick-prev:after {
  content: '';
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 17px;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}

.slick-next:before {
  content: '';
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  top: 8px;
  position: absolute;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.slick-next:after {
  content: '';
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 17px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: relative;
  bottom: 0;
  padding: 0;
  margin: 40px 0 0;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  background: #9013FE;
  opacity: 1;
  height: 8px;
  width: 8px;
}

.slick-dots li button:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  height: 8px;
  width: 8px;
}

/*=================================================================*/
/*                      RESPONSIVE SETTINGS
/*=================================================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-item {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 768px) {
  header.desktop-header {
    -webkit-transform: translateX(-230px);
    -moz-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    -o-transform: translateX(-230px);
    transform: translateX(-230px);
  }

  header.mobile-header {
    display: block;
  }

  main.content {
    margin-left: 0;
  }

  section.home {
    padding: 300px 0;
  }

  .portfolio-filter {
    display: none;
  }

  .portfolio-item, .blog-item {
    max-width: 360px;
    margin: auto;
  }

  .blog-wrapper {
    margin: -50px 0;
  }
  .blog-wrapper .blog-item {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  section.home .cta h1 {
    font-size: 52px;
  }

  section.home .cta p {
    font-size: 18px;
  }

  .pf-filter-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .portfolio-info li {
    display: block;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1600px) {
  header.desktop-header {
    padding: 40px 60px;
    width: 300px;
  }

  main.content {
    margin-left: 300px;
  }

  .price-item {
    padding: 40px 70px;
  }
}
@media only screen and (max-height: 500px) {
  header.desktop-header .footer, header.mobile-header .footer {
    margin-top: 100px;
  }

  .scroll-down {
    display: none;
  }
}

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