/*---------------------------------------------*\
    Theme Name  : WANDA
    Description : The Unique Minimal Portfolio
    Version     : 1.0.2
\*---------------------------------------------*/

/**
*    Table of Contents: 
*        01. Reset
*        02. Typography
*        03. Background
*        04. Margin
*        05. Padding
*        06. Border
*        07. Icon
*        08. Button
*        09. Custom
*        10. Container
*        11. Background grid
*        12. Border site
*        13. Nav trigger
*        14. Navigation
*        15. Header
*        16. Hero carousel
*        17. Preloader
*        18. Section
*        19. Section - Hero
*        20. Section - Profile
*        21. Section - Projects
*        22. Section - Services
*        22. Section - Studio
*        22. Section - Milestones
*        22. Section - Testimonial
*        22. Section - Stats
*        23. Footer
*/





@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);





/*------------------------------------*\
    Reset
\*------------------------------------*/

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fdfdfd;
  color: #292627;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
  line-height: 23px;
  overflow-x: hidden;
}
a {
  color: #292627;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #292627;
}
a:focus,
a:active {
  color: #292627;
}
p {
  margin: 0;
}
img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  list-style-position: outside;
}
input,
textarea,
select {
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  max-width: 100%;
  padding: 8px 15px;
  resize: none;
  width: 100%;
}
input[type="submit"] {
  width: auto;
}
input[type="button"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}
input[type="submit"]:focus {
  border: none;
}
select::-ms-expand {
  display: none;
}





/*------------------------------------*\
    Typography
\*------------------------------------*/

/**
* Heading 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 45px;
  line-height: 50px;
}
h2 {
  font-size: 40px;
  line-height: 45px;
}
h3 {
  font-size: 35px;
  line-height: 40px;
}
h4 {
  font-size: 25px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 25px;
}
h6 {
  font-size: 18px;
  line-height: 23px;
}


/**
* Text size
*/

.text-extra-small {
  font-size: 10px !important;
  line-height: 15px !important;
}
.text-small {
  font-size: 11px !important;
  line-height: 20px !important;
}
.text-medium {
  font-size: 14px !important;
  line-height: 22px !important;
}
.text-large {
  font-size: 15px !important;
  line-height: 24px !important;
}
.text-extra-large {
  font-size: 18px !important;
  line-height: 27px !important;
}
.title-small {
  font-size: 20px !important;
  line-height: 30px !important;
}
.title-medium {
  font-size: 24px !important;
  line-height: 34px !important;
}
.title-large {
  font-size: 28px !important;
  line-height: 38px !important;
}
.title-extra-large {
  font-size: 35px !important;
  line-height: 45px !important;
}
.title-extra-large-2 {
  font-size: 45px !important;
  line-height: 55px !important;
}
.title-extra-large-3 {
  font-size: 50px !important;
  line-height: 60px !important;
}
.title-extra-large-4 {
  font-size: 70px !important;
  line-height: 80px !important;
}
.title-extra-large-5 {
  font-size: 80px !important;
  line-height: 90px !important;
}
.title-big {
  font-size: 100px !important;
  line-height: 110px !important;
}
.title-big-2 {
  font-size: 125px !important;
  line-height: 135px !important;
}
.title-big-3 {
  font-size: 150px !important;
  line-height: 160px !important;
}


/**
* Text color
*/

.text-black {
  color: #292627 !important;
}
.text-gray {
  color: #eaeaea !important;
}
.text-gray-dark {
  color: #dad9da !important;
}
.text-gray-dark-2 {
  color: #c2c0c1 !important;
}
.text-gray-light {
  color: #f2f2f2 !important;
}
.text-gray-light-2 {
  color: #f7f8f8 !important;
}
.text-white {
  color: #fdfdfd !important;
}
.text-color {
  color: #00c775 !important;
}


/**
* Text highlight
*/

.text-highlight {
  background-color: #00c775;
  border-radius: 1px;
  color: #fdfdfd;
  display: inline-block;
  margin: 2px 0;
  padding: 0 5px;
}


/**
* Title underline
*/

.title-underline {
  border-bottom: 4px solid #00c775;
}


/**
* Font weight
*/

.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}


/**
* Font family
*/

.font-family-base {
  font-family: 'Roboto', sans-serif !important;
}
.font-family-alt {
  font-family: 'Montserrat', sans-serif !important;
}


/**
* Text property
*/

.text-transform-none {
  text-transform: none !important;
}
.text-transform-unset {
  text-transform: unset !important;
}
.line-height-none {
  line-height: 0 !important;
}
.line-height-unset {
  line-height: unset !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.word-wrap {
  word-wrap: break-word;
}


/**
* Letter spacing
*/

.letter-spacing-1 {
  letter-spacing: 1px !important;
}
.letter-spacing-2 {
  letter-spacing: 2px !important;
}
.letter-spacing-3 {
  letter-spacing: 3px !important;
}
.letter-spacing-4 {
  letter-spacing: 4px !important;
}
.letter-spacing-5 {
  letter-spacing: 5px !important;
}
.letter-spacing-6 {
  letter-spacing: 6px !important;
}
.letter-spacing-7 {
  letter-spacing: 7px !important;
}
.letter-spacing-8 {
  letter-spacing: 8px !important;
}
.letter-spacing-9 {
  letter-spacing: 9px !important;
}
.letter-spacing-10 {
  letter-spacing: 10px !important;
}
.no-letter-spacing {
  letter-spacing: 0px !important;
}





/*------------------------------------*\
    Background
\*------------------------------------*/

.background-cover {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-fix {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .background-fix {
    background-attachment: fixed;
  }
}
.background-position-center {
  background-position: center center !important;
}
.background-position-top {
  background-position: center    top !important;
}
.background-position-right {
  background-position: right  center !important;
}
.background-position-right-top {
  background-position: right     top !important;
}
.background-position-right-bottom {
  background-position: right  bottom !important;
}
.background-position-bottom {
  background-position: center bottom !important;
}
.background-position-left {
  background-position: left   center !important;
}
.background-position-left-top {
  background-position: left      top !important;
}
.background-position-left-bottom {
  background-position: left   bottom !important;
}


/**
* Background color
*/

.background-black {
  background-color: #292627 !important;
}
.background-gray {
  background-color: #eaeaea !important;
}
.background-gray-dark {
  background-color: #dad9da !important;
}
.background-gray-dark-2 {
  background-color: #c2c0c1 !important;
}
.background-gray-light {
  background-color: #f2f2f2 !important;
}
.background-gray-light-2 {
  background-color: #f7f8f8 !important;
}
.background-white {
  background-color: #fdfdfd !important;
}
.background-color {
  background-color: #00c775 !important;
}





/*------------------------------------*\
    Margin
\*------------------------------------*/

.margin-0-5 {
  margin: 0.5% !important;
}
.margin-1 {
  margin: 1% !important;
}
.margin-1-5 {
  margin: 1.5% !important;
}
.margin-2 {
  margin: 2% !important;
}
.margin-2-5 {
  margin: 2.5% !important;
}
.margin-3 {
  margin: 3% !important;
}
.margin-3-5 {
  margin: 3.5% !important;
}
.margin-4 {
  margin: 4% !important;
}
.margin-4-5 {
  margin: 4.5% !important;
}
.margin-5 {
  margin: 5% !important;
}
.margin-5-5 {
  margin: 5.5% !important;
}
.margin-6 {
  margin: 6% !important;
}
.margin-6-5 {
  margin: 6.5% !important;
}
.margin-7 {
  margin: 7% !important;
}
.margin-7-5 {
  margin: 7.5% !important;
}
.margin-8 {
  margin: 8% !important;
}
.margin-8-5 {
  margin: 8.5% !important;
}
.margin-9 {
  margin: 9% !important;
}
.margin-9-5 {
  margin: 9.5% !important;
}
.margin-10 {
  margin: 10% !important;
}
.margin-10-5 {
  margin: 10.5% !important;
}
.margin-11 {
  margin: 11% !important;
}
.margin-11-5 {
  margin: 11.5% !important;
}
.margin-12 {
  margin: 12% !important;
}
.margin-12-5 {
  margin: 12.5% !important;
}
.margin-13 {
  margin: 13% !important;
}
.margin-13-5 {
  margin: 13.5% !important;
}
.margin-14 {
  margin: 14% !important;
}
.margin-14-5 {
  margin: 14.5% !important;
}
.margin-15 {
  margin: 15% !important;
}
.margin-15-5 {
  margin: 15.5% !important;
}
.margin-16 {
  margin: 16% !important;
}
.margin-16-5 {
  margin: 16.5% !important;
}
.margin-17 {
  margin: 17% !important;
}
.margin-17-5 {
  margin: 17.5% !important;
}
.margin-18 {
  margin: 18% !important;
}
.margin-rl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-rl {
  margin-right: 0 !important;
  margin-left: 0 !important;
}





/*------------------------------------*\
    Padding
\*------------------------------------*/

.padding-0-5 {
  padding: 0.5% !important;
}
.padding-1 {
  padding: 1% !important;
}
.padding-1-5 {
  padding: 1.5% !important;
}
.padding-2 {
  padding: 2% !important;
}
.padding-2-5 {
  padding: 2.5% !important;
}
.padding-3 {
  padding: 3% !important;
}
.padding-3-5 {
  padding: 3.5% !important;
}
.padding-4 {
  padding: 4% !important;
}
.padding-4-5 {
  padding: 4.5% !important;
}
.padding-5 {
  padding: 5% !important;
}
.padding-5-5 {
  padding: 5.5% !important;
}
.padding-6 {
  padding: 6% !important;
}
.padding-6-5 {
  padding: 6.5% !important;
}
.padding-7 {
  padding: 7% !important;
}
.padding-7-5 {
  padding: 7.5% !important;
}
.padding-8 {
  padding: 8% !important;
}
.padding-8-5 {
  padding: 8.5% !important;
}
.padding-9 {
  padding: 9% !important;
}
.padding-9-5 {
  padding: 9.5% !important;
}
.padding-10 {
  padding: 10% !important;
}
.padding-10-5 {
  padding: 10.5% !important;
}
.padding-11 {
  padding: 11% !important;
}
.padding-11-5 {
  padding: 11.5% !important;
}
.padding-12 {
  padding: 12% !important;
}
.padding-12-5 {
  padding: 12.5% !important;
}
.padding-13 {
  padding: 13% !important;
}
.padding-13-5 {
  padding: 13.5% !important;
}
.padding-14 {
  padding: 14% !important;
}
.padding-14-5 {
  padding: 14.5% !important;
}
.padding-15 {
  padding: 15% !important;
}
.padding-15-5 {
  padding: 15.5% !important;
}
.padding-16 {
  padding: 16% !important;
}
.padding-16-5 {
  padding: 16.5% !important;
}
.padding-17 {
  padding: 17% !important;
}
.padding-17-5 {
  padding: 17.5% !important;
}
.padding-18 {
  padding: 18% !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-rl {
  padding-right: 0 !important;
  padding-left: 0 !important;
}





/*------------------------------------*\
    Border
\*------------------------------------*/

.no-border {
  border: none !important;
}
.no-border-top {
  border-top: none !important;
}
.no-border-right {
  border-right: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.no-border-left {
  border-left: none !important;
}
.no-border-tb {
  border-top: none !important;
  border-bottom: none !important;
}
.no-border-rl {
  border-right: none !important;
  border-left: none !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.border-circled {
  border-radius: 50% !important;
}
.border-rounded {
  border-radius: 3px !important;
}





/*------------------------------------*\
    Icon
\*------------------------------------*/

/**
* Icon style
*/

i {
  margin: 0;
}
i-circled {
  border-radius: 50% !important;
}
i-rounded {
  border-radius: 3px !important;
}


/**
* Icon size
*/

.icon {
  font-size: 40px;
}
.icon-extra-small {
  font-size: 18px !important;
}
.icon-small {
  font-size: 25px !important;
}
.icon-medium {
  font-size: 40px !important;
}
.icon-large {
  font-size: 50px !important;
}
.icon-extra-large {
  font-size: 60px !important;
}





/*------------------------------------*\
    Button
\*------------------------------------*/

.btn {
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  margin-right: 15px;
  text-transform: uppercase;
  width: auto;
}
.btn i {
  margin-right: 5px;
}
.btn-rounded {
  border-radius: 3px !important;
}
.btn.btn-very-small {
  font-size: 9px;
  padding: 4px 12px  3px;
  letter-spacing: 1px;
}
.btn.btn-small {
  font-size: 11px;
  padding: 5px 14px  5px;
  letter-spacing: 1px;
}
.btn.btn-medium {
  font-size: 14px;
  padding: 10px 22px 10px;
  letter-spacing: 1px;
}
.btn.btn-large {
  font-size: 18px;
  padding: 18px 35px 18px;
  letter-spacing: 1px;
}
.btn.btn-large i {
  font-size: 24px;
}





/*------------------------------------*\
   Custom
\*------------------------------------*/

/**
* Display
*/

.display-block {
  display: block !important;
}
.display-inherit {
  display: inherit !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-none {
  display: none !important;
}
.display-table {
  display: table !important;
}
.display-table-cell {
  display: table-cell !important;
}


/**
* Position
*/

.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-relative {
  position: relative !important;
}
.position-top {
  top: 0 !important;
}
.position-right {
  right: 0 !important;
}
.position-bottom {
  bottom: 0 !important;
}
.position-left {
  left: 0 !important;
}


/**
* Top
*/

.top-1 {
  top: 1px !important;
}
.top-2 {
  top: 2px !important;
}
.top-3 {
  top: 3px !important;
}
.top-4 {
  top: 4px !important;
}
.top-5 {
  top: 5px !important;
}
.top-6 {
  top: 6px !important;
}
.top-7 {
  top: 7px !important;
}
.top-8 {
  top: 8px !important;
}
.top-9 {
  top: 9px !important;
}
.top-10 {
  top: 10px !important;
}
.top-minus-1 {
  top: -1px !important;
}
.top-minus-2 {
  top: -2px !important;
}
.top-minus-3 {
  top: -3px !important;
}
.top-minus-4 {
  top: -4px !important;
}
.top-minus-5 {
  top: -5px !important;
}
.top-minus-6 {
  top: -6px !important;
}
.top-minus-7 {
  top: -7px !important;
}
.top-minus-8 {
  top: -8px !important;
}
.top-minus-9 {
  top: -9px !important;
}
.top-minus-10 {
  top: -10px !important;
}


/**
* Width
*/

.width-50 {
  width: 50% !important;
}
.width-100 {
  width: 100% !important;
}
.width-auto {
  width: auto !important;
}
.min-width-100 {
  min-width: 100%;
}


/**
* Height
*/

.height-50 {
  height: 50% !important;
}
.height-100 {
  height: 100% !important;
}
.height-auto {
  height: auto !important;
}
.min-height-100 {
  min-height: 100%;
}


/**
* Vertical align
*/

.vertical-align-top {
  vertical-align: top !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}


/**
* Opacity
*/

.opacity-0 {
  opacity: 0.0 !important;
}
.opacity-1 {
  opacity: 0.1 !important;
}
.opacity-2 {
  opacity: 0.2 !important;
}
.opacity-3 {
  opacity: 0.3 !important;
}
.opacity-4 {
  opacity: 0.4 !important;
}
.opacity-5 {
  opacity: 0.5 !important;
}
.opacity-6 {
  opacity: 0.6 !important;
}
.opacity-7 {
  opacity: 0.7 !important;
}
.opacity-8 {
  opacity: 0.8 !important;
}
.opacity-9 {
  opacity: 0.9 !important;
}


/**
* Z-index
*/

.z-index-minus-1 {
  z-index: -1 !important;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}


/**
* Overflow
*/

.overflow-visible {
    overflow: visible !important;
}
.overflow-hidden {
    overflow: hidden !important;
}


/**
* Font style
*/

.text-italic {
  font-style: italic;
}





/*------------------------------------*\
    Container
\*------------------------------------*/

@media (min-width: 992px) and (max-width: 1279px) {
  .container {
    padding-right: 120px;
    padding-left: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 5000px) {
  .container {
    max-width: 1000px;
  }
}





/*------------------------------------*\
    Background grid
\*------------------------------------*/

.background-grid {
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.background-grid > .column {
  border-left: 1px solid #dad9da;
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 33.33333%;
  height: 100%;
}
@media (min-width: 480px) {
  .background-grid > .column {
    width: 25%;
  }
}
@media (min-width: 767px) {
  .background-grid > .column {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .background-grid > .column {
    width: 16.66666%;
  }
}
@media (max-width: 991px) {
  .background-grid > .column:first-child {
    border-left: none;
  }
}
@media (max-width: 479px) {
  .background-grid > .column:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .background-grid > .column:nth-child(5) {
    display: none;
  }
}
@media (max-width: 991px) {
  .background-grid > .column:nth-child(6) {
    display: none;
  }
}





/*------------------------------------*\
    Border site
\*------------------------------------*/

.border-site {
  background-color: #dad9da;
  position: fixed;
  z-index: 15;
}
@media (max-width: 991px) {
  .border-site {
    display: none;
  }
}
.border-site.border-site.bs-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.border-site.border-site.bs-right {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
}
.border-site.border-site.bs-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
}
.border-site.border-site.bs-left {
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
}





/*------------------------------------*\
    Navigation
\*------------------------------------*/

#navigation {
  background: linear-gradient(to left, #f2f2f2, #f7f8f8);
  -webkit-box-shadow: -5px 0px 7px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: -5px 0px 7px 0px rgba(0, 0, 0, 0.03);
  box-shadow: -5px 0px 7px 0px rgba(0, 0, 0, 0.03);
  display: none;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #navigation {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #navigation {
    top: 20px;
    right: 20px;
    width: 350px;
    height: calc(100% - 40px);
  }
}
#navigation .navbar-nav {
  float: none;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 991px) {
  #navigation .navbar-nav {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 992px) {
  #navigation .navbar-nav {
    padding-left: 70px;
  }
}
#navigation .navbar-nav > li {
  float: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#navigation .navbar-nav > li > a {
  display: inline-block;
  padding: 0;
  position: relative;
}
#navigation .navbar-nav > li > a:hover,
#navigation .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #292627;
}
#navigation .navbar-nav > li > a:after {
  background-color: #00c775;
  content: '';
  display: block;
  margin-top: -1px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 480px) and (max-width: 991px) {
  #navigation .navbar-nav > li > a:after {
    margin-bottom: -8px;
  }
}
#navigation .navbar-nav > li.active > a:after {
  opacity: 1;
}
@media (min-width: 992px) {
  #navigation .inner-content {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  #navigation .nav-social {
    padding-top: 18px !important;
  }
}


/**
* Nav trigger - open
*/

@media (max-width: 991px) {
  .nav-trigger.nav-trigger-open {
    background-color: #f7f8f8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 7px 7px;
    position: fixed;
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    z-index: 20;
  }
}
.nav-trigger.nav-trigger-open .nav-toggle {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 30px;
  z-index: 20;
}
@media (max-width: 991px) {
  .nav-trigger.nav-trigger-open .nav-toggle {
    top: 17px;
    right: 20px;
  }
}
.nav-trigger.nav-trigger-open .nav-toggle:hover {
  cursor: pointer;
}
.nav-trigger.nav-trigger-open .nav-toggle:before {
  font-size: 15px;
  letter-spacing: 1px;
  margin-left: -48px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.nav-trigger.nav-trigger-open .nav-toggle > span {
  background-color: #292627;
  display: block;
  margin-bottom: 6px;
  width: 100%;
  height: 4px;
}
@media (max-width: 991px) {
  .nav-trigger.nav-trigger-open .nav-toggle > span {
    height: 3px;
  }
}
.nav-trigger.nav-trigger-open .nav-toggle > span:last-child {
  margin-bottom: 0px;
}


/**
* Nav trigger - close
*/

.nav-trigger.nav-trigger-close {
  background-color: #292627;
  border-radius: 50%;
  display: block;
  margin: 0 auto 18px;
  position: relative;
  width: 42px;
  height: 42px;
}
@media (min-width: 480px) {
  .nav-trigger.nav-trigger-close {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 992px) {
  .nav-trigger.nav-trigger-close {
    margin-top: -26px;
    margin-left: -26px;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.nav-trigger.nav-trigger-close:hover {
  cursor: pointer;
}
.nav-trigger.nav-trigger-close span {
  background: #fdfdfd;
  display: block;
  margin-top: -1px;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
}
@media (min-width: 768px) {
  .nav-trigger.nav-trigger-close span {
    margin-left: -13px;
    width: 26px;
  }
}
.nav-trigger.nav-trigger-close span:nth-child(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-trigger.nav-trigger-close span:nth-child(2) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}





/*------------------------------------*\
    Header
\*------------------------------------*/

.header .logo {
  background-color: #00c775;
  position: fixed;
  top: 0;
  left: 20px;
  width: 75px;
  height: 75px;
  z-index: 25;
}
@media (max-width: 991px) {
  .header .logo {
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
  }
}





/*------------------------------------*\
    Preloader
\*------------------------------------*/

@media (min-width: 992px) {
  #jpreOverlay {
    border: 20px solid transparent;
  }
}
#jpreLoader {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: -5px;
  left: 10% !important;
  width: 80%;
  height: 4px;
}
#jpreBar {
  background-color: #00c775;
  background-image: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#jprePercentage {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  height: 35px !important;
  left: 12px;
  line-height: 35px !important;
  margin-top: -38px;
  position: absolute !important;
  text-align: center;
}
#jSplash {
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #jSplash {
    border: 20px solid #dad9da;
  }
}
#jSplash .rect {
  background-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  height: 60%;
}
#jSplash .rect .logo > span {
  color: #292627;
  letter-spacing: -1px;
  line-height: 80px !important;
  margin-top: -40px;
  margin-left: -100px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 80px;
  z-index: 10;
}
#jpreButton {
  display: none !important;
}





/*------------------------------------*\
    Section
\*------------------------------------*/

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .section {
    overflow-x: hidden;
  }
}
@media (max-width: 359px) {
  .section .title-extra-large-3 {
    font-size: 28px !important;
    line-height: 38px !important;
    margin-bottom: 22px !important;
  }
}
@media (min-width: 360px) and (max-width: 799px) {
  .section .title-extra-large-3 {
    font-size: 35px !important;
    line-height: 45px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 800px) and (max-width: 1279px) {
  .section .title-extra-large-3 {
    font-size: 45px !important;
    line-height: 55px !important;
    margin-bottom: 26px !important;
  }
}
.section .title-extra-large-3:last-child {
  margin-bottom: 0px !important;
}
.section-content {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}





/*------------------------------------*\
    Section - Hero
\*------------------------------------*/

.hero {
  background-image: url("../images/hero/01.jpg");
}
.hero .hero-title > span {
  font-size: 14px;
  margin-top: -23px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 4px;
}
@media (max-width: 479px) {
  .hero .hero-title > span {
    display: none;
  }
}
@media (max-width: 567px) {
  .hero .hero-title > span {
    font-size: 12px;
    margin-top: -20px;
    left: 2px;
  }
}
@media (min-width: 568px) and (max-width: 1279px) {
  .hero .hero-title > span {
    font-size: 13px;
  }
}
.hero .hero-title h2 {
  letter-spacing: -3px;
  position: relative;
}
@media (max-width: 479px) {
  .hero .hero-title h2 {
    font-size: 35px !important;
    letter-spacing: -1px;
    line-height: 45px !important;
  }
}
@media (min-width: 480px) and (max-width: 567px) {
  .hero .hero-title h2 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}
@media (min-width: 568px) and (max-width: 1279px) {
  .hero .hero-title h2 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
.hero .scroll-down {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 10;
}
@media (min-width: 992px) {
  .hero .scroll-down {
    bottom: 50px;
  }
}
@media (max-width: 567px) {
  .hero .scroll-down i {
    font-size: 28px !important;
  }
}


/**
* Hero Text Rotator
*/

.text-rotator {
  width: 100%;
  height: 60px;
  position: relative;
}
@media (max-width: 479px) {
  .text-rotator {
    height: 34px;
  }
}
@media (min-width: 480px) and (max-width: 1279px) {
  .text-rotator {
    height: 45px;
  }
}
.text-rotator > .text-rotator-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.text-rotator > .text-rotator-item > .item {
  display: none;
  height: 100%;
  opacity: 0;
}
.text-rotator > .text-rotator-item > .item.active {
  display: block;
  opacity: 1;
}
.text-rotator > .text-rotator-item > .item > span {
  background: linear-gradient(to left, #fdfdfd, #f2f2f2);
  border-left: 3px solid #00c775;
  border-radius: 2px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 100%;
  line-height: 60px !important;
  opacity: 0.9;
}
@media (max-width: 479px) {
  .text-rotator > .text-rotator-item > .item > span {
    border-left: 2px solid #00c775;
    font-size: 24px !important;
    letter-spacing: 2px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 480px) and (max-width: 1279px) {
  .text-rotator > .text-rotator-item > .item > span {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
.text-rotator > .rotator-pagination {
  margin-top: -13px;
  margin-left: -30px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 359px) {
  .text-rotator > .rotator-pagination {
    display: none;
  }
}
@media (max-width: 479px) {
  .text-rotator > .rotator-pagination {
    width: 14px;
  }
}
.text-rotator > .rotator-pagination:before {
  background-color: #c2c0c1;
  content: '';
  margin-top: -50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
}
.text-rotator > .rotator-pagination > .page {
  background-color: #292627;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}
.text-rotator > .rotator-pagination > .page.active {
  background-color: #00c775;
}
.text-rotator > .rotator-pagination > .page:last-child {
  margin-bottom: 0;
}
.text-rotator > .rotator-page-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin-top: -88px;
  margin-left: -52px;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 359px) {
  .text-rotator > .rotator-page-number {
    display: none;
  }
}
.text-rotator > .rotator-page-number > .number {
  letter-spacing: 1px;
}
.text-rotator > .rotator-page-number > .number > .current-index {
  display: none;
  opacity: 0;
}
.text-rotator > .rotator-page-number > .number > .current-index.active {
  display: inline-block;
  opacity: 1;
}
.text-rotator > .rotator-page-number > .number > .total-items {
  color: #00c775;
}
.text-rotator > .rotator-progress-bar {
  background-color: #c2c0c1;
  margin-top: -1px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
}
@media (max-width: 359px) {
  .text-rotator > .rotator-progress-bar {
    display: none;
  }
}
.text-rotator > .rotator-progress-bar:before,
.text-rotator > .rotator-progress-bar:after {
  border-radius: 1.5px;
  content: '';
  display: block;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  z-index: -1;
}
.text-rotator > .rotator-progress-bar:before {
  background-color: #00c775;
  margin-left: -3px;
  left: 0;
}
.text-rotator > .rotator-progress-bar:after {
  background-color: #c2c0c1;
  margin-right: -3px;
  right: 0;
}
.text-rotator > .rotator-progress-bar > .rotator-bar {
  background-color: #00c775;
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
}





/*------------------------------------*\
    Section - Profile
\*------------------------------------*/

.profile {
  position: relative;
}
.profile .profile-image {
  -webkit-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
  margin-top: -20px;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  .profile .profile-image {
    max-width: 75%;
    margin: 0 auto;
  }
}
.profile .profile-btn-download a {
  width: 100%;
}
@media (min-width: 768px) {
  .profile .profile-btn-download a {
    border-radius: 2px;
    margin-bottom: -20px;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 5;
  }
}
.profile .profile-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .profile .profile-description {
    display: none;
  }
}
.profile .profile-description > .item {
  position: absolute;
  top: 0;
  width: 60%;
  height: 25%;
}
@media (min-width: 800px) {
  .profile .profile-description > .item {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .profile .profile-description > .item {
    width: 100%;
  }
}
.profile .profile-description > .item.text-right {
  left: 40%;
  margin-left: -100%;
  padding-right: 30px;
}
@media (min-width: 800px) {
  .profile .profile-description > .item.text-right {
    left: 30%;
  }
}
@media (min-width: 992px) {
  .profile .profile-description > .item.text-right {
    left: 0;
  }
}
.profile .profile-description > .item.text-left {
  left: 100%;
  padding-left: 30px;
}
.profile .profile-description > .item:first-child {
  top: 40%;
}
.profile .profile-description > .item:nth-child(2) {
  top: 25%;
  margin-left: 8px;
}
.profile .profile-description > .item:last-child {
  top: 58%;
  margin-left: -10px;
}
@media (max-width: 991px) {
  .profile .profile-description > .item h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 799px) {
  .profile .profile-description > .item h5 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
}
.profile .profile-description .circle {
  background-color: #00c775;
  border-radius: 50%;
  content: '';
  display: block;
  opacity: 0.8;
  position: absolute;
  top: 10px;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .profile .profile-description .circle {
    top: 10px;
    width: 40px;
    height: 40px;
  }
}
.profile .profile-description .circle:before {
  background-color: #292627;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 65px;
  height: 1px;
}
.profile .profile-description .circle.on-right {
  margin-right: -60px;
  right: 0;
}
.profile .profile-description .circle.on-right:before {
  left: 0;
  margin-left: -50px;
}
@media (min-width: 992px) {
  .profile .profile-description .circle.on-right:before {
    margin-left: -45px;
  }
}
.profile .profile-description .circle.on-left {
  margin-left: -60px;
  left: 0;
}
.profile .profile-description .circle.on-left:before {
  right: 0;
  margin-right: -50px;
}
@media (min-width: 992px) {
  .profile .profile-description .circle.on-left:before {
    margin-right: -45px;
  }
}
.profile-chart .item {
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 320px) {
  .profile-chart .item {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .profile-chart .item {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .profile-chart .item {
    text-align: center;
  }
}
.profile-chart .item:nth-child(1) > span.percent:before {
  background-color: #00c775;
}
.profile-chart .item:nth-child(2) > span.percent:before {
  background-color: #aeabad;
}
.profile-chart .item:nth-child(3) > span.percent:before {
  background-color: #c2c0c1;
}
.profile-chart .item:nth-child(4) > span.percent:before {
  background-color: #dad9da;
}
.profile-chart .item:last-child {
  margin-bottom: 0px;
}
.profile-chart .item > span {
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
@media (min-width: 360px) {
  .profile-chart .item > span {
    font-size: 24px;
    height: 34px;
    line-height: 34px;
  }
}
@media (min-width: 480px) {
  .profile-chart .item > span {
    font-size: 28px;
    height: 38px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .profile-chart .item > span {
    font-size: 20px;
    height: 26px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  .profile-chart .item > span {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .profile-chart .item > span.percent {
    padding-left: 32px;
  }
}
.profile-chart .item > span.percent:before,
.profile-chart .item > span.percent:after {
  content: '';
  display: none;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .profile-chart .item > span.percent:before,
  .profile-chart .item > span.percent:after {
    display: inline-block;
  }
}
.profile-chart .item > span.percent:before {
  border-radius: 3px;
  top: 0;
  width: 26px;
  height: 26px;
}
.profile-chart .item > span.percent:after {
  background-color: #292627;
  margin-bottom: -3px;
  bottom: 0;
  left: 32px;
  width: 25px;
  height: 3px;
}


/**
* Profile - Gauge chart
*/

.gauge-chart-graph {
  margin-top: -35%;
  margin-left: -35%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 70%;
  z-index: -1;
}
@media (max-width: 767px) {
  .gauge-chart-graph {
    display: none;
  }
}
@media (min-width: 992px) {
  .gauge-chart-graph {
    margin-top: -30%;
    margin-left: -30%;
    width: 60%;
    height: 60%;
  }
}
.gauge-chart-graph .ct-series-a .ct-slice-donut {
  stroke: #00c775;
}
.gauge-chart-graph .ct-series-b .ct-slice-donut {
  stroke: #aeabad;
}
.gauge-chart-graph .ct-series-c .ct-slice-donut {
  stroke: #c2c0c1;
}
.gauge-chart-graph .ct-series-d .ct-slice-donut {
  stroke: #dad9da;
}





/*------------------------------------*\
    Section - Projects
\*------------------------------------*/

.projects > .item {
  border-bottom: 1px solid #dad9da;
  max-width: 100%;
  padding: 1.5%;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .projects > .item {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.projects > .item:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .projects > .item:hover {
    color: #fdfdfd;
  }
}
@media (min-width: 992px) {
  .projects > .item:hover .has-sideline:before {
    background-color: #fdfdfd;
  }
}
.projects > .item:hover .hover-bg {
  height: 100%;
}
.projects > .item.last-item {
  border-bottom: none;
}
.projects > .item.last-item:before,
.projects > .item.last-item:after {
  display: none;
}
.projects > .item:before,
.projects > .item:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: none;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 1px;
  z-index: 5;
}
@media (min-width: 992px) {
  .projects > .item:before,
  .projects > .item:after {
    display: block;
  }
}
.projects > .item:before {
  left: 0;
}
.projects > .item:after {
  right: 0;
}
@media (min-width: 992px) {
  .projects > .item .hover-bg {
    background-color: #00c775;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
}
@media (max-width: 991px) {
  .projects > .item .row > .item-col:first-child {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .projects > .item .row > .item-col:last-child {
    padding-right: 0;
  }
}
.projects > .item i {
  line-height: 20px;
}
.projects > .item .has-sideline:before {
  background-color: #00c775;
  content: '';
  display: inline-block;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 1px;
}
.projects .row {
  margin: 0;
}


/**
* Project nav
*/

@media (max-width: 991px) {
  .project-nav span {
    font-size: 15px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 991px) {
  .project-nav ul {
    display: inline-block;
    font-size: 15px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 991px) {
  .project-nav ul > li {
    float: left;
    margin-right: 20px;
  }
  .project-nav ul > li:last-child {
    margin-right: 0;
  }
}
.project-nav ul > li > a {
  position: relative;
}
.project-nav ul > li > a:hover {
  color: #292627;
}
.project-nav ul > li.active > a:before {
  background-color: #00c775;
  content: '';
  display: block;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
}


/**
* Project preview
*/

.project-preview {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
  margin-top: -160px;
  margin-left: -160px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 320px;
  height: 320px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .project-preview {
    margin-top: -210px;
    margin-left: -210px;
    width: 420px;
    height: 420px;
  }
}
@media (min-width: 992px) {
  .project-preview {
    margin-top: -235px;
    margin-left: -235px;
    width: 470px;
    height: 470px;
  }
}
.mfp-projectDetail {
  background-color: #f7f8f8;
  margin-top: -60px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 15;
}
@media (min-width: 768px) {
  .mfp-projectDetail {
    margin-top: -70px;
  }
}
.mfp-projectDetail.is-open {
  margin-top: 0;
  top: 0;
}
.mfp-projectDetail.is-open .mfp-projectTrigger {
  -webkit-box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.2);
}
.mfp-projectTrigger {
  background-color: #eaeaea;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
@media (min-width: 768px) {
  .mfp-projectTrigger {
    height: 70px;
  }
}
.mfp-triggerBtn {
  background-color: #dad9da;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
@media (min-width: 768px) {
  .mfp-triggerBtn {
    width: 70px;
  }
}
.mfp-triggerBtn:hover {
  cursor: pointer;
}
.mfp-triggerBtn:before {
  background-color: #00c775;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
.mfp-triggerBtn i {
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .mfp-triggerBtn i {
    font-size: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
}
.mfp-triggerBtn.trigger-close i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mfp-projectTitleWrap {
  display: table;
  padding-top: 2px;
  padding-left: 18px;
  position: relative;
  width: calc(100% - 70px);
  height: 100%;
}
.mfp-projectTitleWrap:before {
  background-color: #00c775;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
@media (max-width: 767px) {
  .mfp-projectTitleWrap span:first-child {
    display: none !important;
  }
}
.mfp-projectLink {
  position: relative;
}
.mfp-projectLink:hover:before {
  background-color: #00c775;
  content: '';
  display: block;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
}
@media (max-width: 767px) {
  .mfp-projectTitle {
    font-size: 11px !important;
  }
}
.mfp-projectAboutWrap {
  margin-top: 90px;
  width: 100%;
  height: calc(100% - 140px);
  position: relative;
}
@media (min-width: 768px) {
  .mfp-projectAboutWrap {
    height: calc(100% - 170px);
    margin-top: 110px;
  }
}
.mfp-projectAboutWrap > .inner-content {
  position: relative;
  width: 90%;
  height: 100%;
  left: 0;
}
.mfp-projectAboutWrap .viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mfp-projectAboutWrap .overview {
  list-style: none;
  margin: 0;
  padding-left: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.mfp-projectAboutWrap .scrollbar {
  position: absolute;
  top: 0;
  right: -18px;
  width: 13px;
}
.mfp-projectAboutWrap .track {
  background-color: #dad9da;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: relative;
  width: 100%;
  height: 100%;
}
.mfp-projectAboutWrap .thumb {
  background-color: #c2c0c1;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
}
.mfp-projectAboutWrap .disable {
  display: none;
}
.mfp-projectAbout {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .mfp-projectAbout {
    font-size: 15px !important;
    line-height: 24px !important;
  }
}
.mfp-triggerClose {
  background-color: #00c775;
  opacity: 1;
  margin-top: -50px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 55px !important;
}
.mfp-triggerClose:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .mfp-triggerClose {
    height: 60px;
    line-height: 65px !important;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .mfp-triggerClose span {
    font-size: 15px !important;
  }
}
.mfp-bg {
  background: #f2f2f2;
  opacity: 0;
}
.mfp-figure:after {
  background: #f2f2f2;
  box-shadow: none;
}
button.mfp-arrow {
  opacity: 1;
}
@media (max-width: 479px) {
  button.mfp-arrow {
    display: none;
  }
}
button.mfp-arrow:before {
  background-color: #00c775;
  border: none;
  border-radius: 50%;
  color: #fdfdfd;
  display: block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-size: 35px;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  margin-top: -30px;
  opacity: 1;
  top: 50%;
  text-transform: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
button.mfp-arrow:after {
  display: none;
}
button.mfp-arrow.mfp-arrow-right {
  right: 20px;
}
button.mfp-arrow.mfp-arrow-right:before {
  content: '\ebf9';
}
button.mfp-arrow.mfp-arrow-left {
  left: 20px;
}
button.mfp-arrow.mfp-arrow-left:before {
  content: '\ea26';
  left: auto;
  right: 0;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
img.mfp-img {
  padding: 0;
  position: relative;
  z-index: 10;
}
.mfp-preloader {
  animation: rotateplane 1.2s infinite ease-in-out;
  background-color: #00c775;
  opacity: 0.9;
  margin: -30px auto 0;
  width: 30px;
  height: 30px;
  z-index: 5;
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}





/*------------------------------------*\
    Section - Services
\*------------------------------------*/

.services-item {
  padding: 30px 0;
}
.services-item i {
  background-color: #f2f2f2;
}





/*------------------------------------*\
    Section - Studio
\*------------------------------------*/

@media (max-width: 479px) {
  .gallery-carousel {
    padding: 0 12px;
  }
}
@media (min-width: 480px) {
  .gallery-carousel {
    margin-top: 20px;
  }
}
.gallery-carousel .gallery-cell {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-carousel .gallery-cell {
    margin-right: 50px;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .gallery-carousel .gallery-cell {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .gallery-carousel .gallery-cell {
    margin-top: 35px;
  }
}
.gallery-carousel .gallery-cell .cell-number {
  background-color: #00c775;
  border-radius: 50%;
  line-height: 60px !important;
  opacity: 0.95;
  margin-top: 25px;
  margin-left: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 5;
}
@media (min-width: 480px) {
  .gallery-carousel .gallery-cell .cell-number {
    margin-top: -25px;
    margin-left: -25px;
  }
}
@media (min-width: 992px) {
  .gallery-carousel .gallery-cell .cell-number {
    line-height: 70px !important;
    margin-top: -30px;
    margin-left: -30px;
    width: 70px;
    height: 70px;
  }
}
.gallery-carousel .gallery-cell .cell-number:before {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: '';
  display: block;
  margin-top: -4px;
  margin-left: -4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}
@media (min-width: 992px) {
  .gallery-carousel .gallery-cell .cell-number:before {
    margin-top: -5px;
    margin-left: -5px;
    width: 80px;
    height: 80px;
  }
}
.gallery-carousel .gallery-cell img {
  border: 1px solid #c2c0c1;
  padding: 5px;
}
.gallery-carousel .gallery-nav {
  border-radius: 2px;
  -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: -20px;
  margin-left: -80px;
  bottom: 0;
  left: 50%;
  width: 160px;
  height: 80px;
  z-index: 5;
}
.gallery-carousel .gallery-nav > i {
  line-height: 46px !important;
  bottom: 12px;
  width: 50%;
  height: 46px;
}
.gallery-carousel .gallery-nav > i:hover {
  cursor: pointer;
}
.gallery-carousel .gallery-nav > i.nav-previous {
  left: 6px;
}
.gallery-carousel .gallery-nav > i.nav-next {
  right: 6px;
}





/*------------------------------------*\
    Section - Milestones
\*------------------------------------*/

.milestones-item {
  padding: 20px 0;
}





/*------------------------------------*\
    Section - Testimonial
\*------------------------------------*/

.testimonial-slider {
  border: none;
  background: transparent;
  margin: 0;
}
@media (min-width: 992px) {
  .testimonial-slider {
    padding: 0 20px;
  }
}
.testimonial-slider .item {
  background: linear-gradient(to left, #f2f2f2, #fdfdfd);
  padding: 50px 0 60px;
}
@media (min-width: 768px) {
  .testimonial-slider .item {
    background: transparent;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider .item {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .testimonial-slider .item {
    height: 420px;
  }
}
.testimonial-slider .testimonial-image {
  display: none;
  top: 0;
  left: 0;
  width: 250px;
}
@media (min-width: 768px) {
  .testimonial-slider .testimonial-image {
    display: block;
  }
}
@media (min-width: 992px) {
  .testimonial-slider .testimonial-image {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .testimonial-slider .testimonial-image {
    width: 420px;
  }
}
.testimonial-slider .testimonial-content {
  padding: 0 80px;
  top: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial-slider .testimonial-content {
    background: linear-gradient(to left, #f2f2f2, #fdfdfd);
    padding: 0 60px;
    position: absolute;
    width: calc(100% - 250px);
  }
}
@media (min-width: 992px) {
  .testimonial-slider .testimonial-content {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1024px) {
  .testimonial-slider .testimonial-content {
    width: calc(100% - 420px);
  }
}
@media (min-width: 1280px) {
  .testimonial-slider .testimonial-content {
    padding: 0 80px;
  }
}
@media (max-width: 479px) {
  .testimonial-slider .testimonial-quote {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .testimonial-quote {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .testimonial-slider .testimonial-quote {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .testimonial-slider .testimonial-quote {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .testimonial-author {
    font-size: 11px !important;
    line-height: 20px !important;
  }
}
.testimonial-slider-nav {
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 80px;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .testimonial-slider-nav {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .testimonial-slider-nav {
    background-color: #fdfdfd;
    border: 2px solid #292627;
    margin-left: -40px;
    left: 260px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider-nav {
    left: 330px;
  }
}
@media (min-width: 1024px) {
  .testimonial-slider-nav {
    left: 440px;
    width: 80px;
  }
}
.testimonial-slider-nav > i {
  width: 80px;
  height: 80px;
  line-height: 80px !important;
}
@media (max-width: 767px) {
  .testimonial-slider-nav > i {
    font-size: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .testimonial-slider-nav > i {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
  }
}
@media (min-width: 1024px) {
  .testimonial-slider-nav > i {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
  }
}
.testimonial-slider-nav > i:hover {
  cursor: pointer;
}
.testimonial-slider-nav > i.nav-previous {
  bottom: 0;
  left: 0;
}
.testimonial-slider-nav > i.nav-next {
  top: 0;
  right: 0;
}





/*------------------------------------*\
    Section - Stats
\*------------------------------------*/

.area-chart-wrapper {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .area-chart-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 479px) {
  .area-chart-wrapper ul > li {
    display: block;
    margin-bottom: 8px;
  }
}
@media (min-width: 480px) {
  .area-chart-wrapper ul > li {
    margin-left: 50px;
  }
}
.area-chart-wrapper ul > li:nth-child(1) {
  margin-left: 0px;
}
.area-chart-wrapper ul > li:nth-child(1) > span:before {
  background-color: #c2c0c1;
}
.area-chart-wrapper ul > li:nth-child(2) > span:before {
  background-color: #00c775;
}
.area-chart-wrapper ul > li:nth-child(3) > span:before {
  background-color: #dad9da;
}
.area-chart-wrapper ul > li > span {
  height: 20px;
  position: relative;
}
.area-chart-wrapper ul > li > span:before {
  border-radius: 2px;
  background-color: #00c775;
  content: '';
  display: block;
  margin-top: -1px;
  margin-left: -26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
}
.area-chart-graph {
  height: 250px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .area-chart-graph {
    height: 300px;
  }
}
.area-chart-graph .ct-label {
  color: #292627;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 5px;
  text-transform: uppercase;
}
.area-chart-graph .ct-series-a .ct-area {
  fill: #c2c0c1;
}
.area-chart-graph .ct-series-b .ct-area {
  fill: #00c775;
}
.area-chart-graph .ct-series-c .ct-area {
  fill: #dad9da;
}
.area-chart-graph .ct-area {
  fill-opacity: 0.8;
}





/*------------------------------------*\
    Footer
\*------------------------------------*/

.footer {
  padding: 80px 0 90px;
}
@media (min-width: 768px) {
  .footer {
    padding: 120px 0 220px;
  }
}
@media (max-width: 767px) {
  .footer .footer-column {
    font-size: 24px !important;
    line-height: 34px !important;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer .copyright {
  bottom: 0;
  height: 60px;
  line-height: 62px;
  left: 0;
  z-index: 5;
}
@media (min-width: 992px) {
  .footer .copyright {
    bottom: 20px;
  }
}