/**
*    Table of Contents: 
*        01. Reset
*        02. Typography
*        03. Background
*        04. Margin
*        05. Padding
*        06. Border
*        07. Icon
*        08. Button
*        09. Custom
*        10. Magnific Popup
*        11. Preloader
*        12. Container
*        13. Background grid
*        14. Header
*        15. Navigation
*        16. Wrapper
*        17. Section
*        18. Section - Home
*        19. Section - Profile
*        20. Section - Services
*        21. Section - Resume
*        22. Section - Skills Bar Chart
*        23. Section - Skills List
*        24. Section - Skills Circle Chart
*        25. Section - Projects
*        26. Section - Work Process
*        27. Section - References
*        28. Section - Contact
*        29. Footer
*/


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





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

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  background-image: url('../images/bg-pattern-mobile.jpg');
  background-position: center 300px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  letter-spacing: .03em;
  line-height: 23px;
}
@media (min-width: 992px) {
  body {
    background-image: url('../images/bg-pattern.jpg');
  }
}
a {
  color: #333333;
  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: #333333;
}
a:focus,
a:active {
  color: #333333;
}
p {
  margin: 0;
}
img {
  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;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(210, 210, 210, 0.4);
}





/*------------------------------------*\
    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;
}
.text-extra-xlarge {
  font-size: 22px !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: 48px !important;
}
.title-extra-large {
  font-size: 35px !important;
  line-height: 55px !important;
}
.title-extra-large-2 {
  font-size: 45px !important;
  line-height: 65px !important;
}
.title-extra-large-3 {
  font-size: 50px !important;
  line-height: 70px !important;
}
.title-extra-large-4 {
  font-size: 70px !important;
  line-height: 90px !important;
}
.title-extra-large-5 {
  font-size: 80px !important;
  line-height: 100px !important;
}
.title-big {
  font-size: 100px !important;
  line-height: 120px !important;
}
.title-big-2 {
  font-size: 125px !important;
  line-height: 145px !important;
}
.title-big-3 {
  font-size: 150px !important;
  line-height: 170px !important;
}


/**
* Text color
*/

.text-black {
  color: #333333 !important;
}
.text-gray {
  color: #eaeaea !important;
}
.text-gray-dark {
  color: #dad9da !important;
}
.text-gray-dark-2 {
  color: #c2c0c1 !important;
}
.text-gray-light {
  color: #fcfcfc !important;
}
.text-gray-light-2 {
  color: #fdfdfd !important;
}
.text-white {
  color: #ffffff !important;
}
.text-color {
  color: #ff4f00 !important;
}


/**
* Text highlight
*/

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


/**
* Text underline
*/

.text-underline {
  border-bottom: 4px solid #ff4f00;
}


/**
* Font weight
*/

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


/**
* Font family
*/

.font-family-base {
  font-family: 'Montserrat', sans-serif !important;
}
.font-family-alt {
  font-family: 'Roboto', 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: #333333 !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: #fcfcfc !important;
}
.background-gray-light-2 {
  background-color: #fdfdfd !important;
}
.background-white {
  background-color: #ffffff !important;
}
.background-color {
  background-color: #ff4f00 !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;
}
.padding-bottom {
  padding-bottom: 60px;
}


/*------------------------------------*\
    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: 'Roboto', sans-serif;
  letter-spacing: 1px;
  margin-right: 15px;
  text-transform: uppercase;
  width: auto;
}
.btn i {
  margin-right: 5px;
}
.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: 16px;
  padding: 18px 35px 18px;
  letter-spacing: 1px;
}
.btn.btn-extra-large {
  font-size: 18px;
  padding: 18px 35px 18px;
  letter-spacing: 1px;
}
.btn.btn-large i {
  font-size: 24px;
}
.btn.btn-rounded {
  border-radius: 4px !important;
}
.btn-shadow {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
}





/*------------------------------------*\
   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-row {
  display: table-row !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;
}


/*
* Separator
*/

.sep-display-block,
.separator-line,
.separator-line-long,
.separator-line-full,
.separator-line-thin,
.separator-line-thin-long,
.separator-line-thin-full,
.separator-line-thick,
.separator-line-thick-long,
.separator-line-thick-full,
.separator-line-medium-thick,
.separator-line-medium-thick-long,
.separator-line-medium-thick-full,
.separator-line-extra-thick,
.separator-line-extra-thick-long,
.separator-line-extra-thick-full {
  display: block;
}
.sep-line-thin,
.separator-line-thin,
.separator-line-thin-long,
.separator-line-thin-full {
  height: 1px;
}
.sep-line-medium,
.separator-line,
.separator-line-long,
.separator-line-full {
  height: 2px;
}
.sep-line-thick,
.separator-line-thick,
.separator-line-thick-long,
.separator-line-thick-full {
  height: 4px;
}
.sep-line-medium-thick,
.separator-line-medium-thick,
.separator-line-medium-thick-long,
.separator-line-medium-thick-full {
  height: 6px;
}
.sep-line-extra-thick,
.separator-line-extra-thick,
.separator-line-extra-thick-long,
.separator-line-extra-thick-full {
  height: 8px;
}
.sep-line-width,
.separator-line,
.separator-line-thin,
.separator-line-thick,
.separator-line-medium-thick,
.separator-line-extra-thick {
  width: 30px;
}
.sep-line-width-long,
.separator-line-long,
.separator-line-thin-long,
.separator-line-thick-long,
.separator-line-medium-thick-long,
.separator-line-extra-thick-long {
  width: 80px;
}
.sep-line-width-full,
.separator-line-full,
.separator-line-thin-full,
.separator-line-thick-full,
.separator-line-medium-thick-full,
.separator-line-extra-thick-full {
  width: 100%;
}


/**
* 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;
}





/*------------------------------------*\
    Magnific popup
\*------------------------------------*/

.mfp-bg {
  background: #ffffff;
  opacity: 1;
}
.mfp-figure:after {
  -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);
}
.mfp-title,
.mfp-counter {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mfp-title,
.mfp-counter-curr {
  color: #333333;
}
.mfp-counter {
  color: #dad9da;
}
.mfp-zoom-out-cur {
  cursor: url("../img/icon-zoom-out-dark.png"), -moz-zoom-out;
  cursor: url("../img/icon-zoom-out-dark.png"), -webkit-zoom-out;
  cursor: url("../img/icon-zoom-out-dark.png"), zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp-image-holder .mfp-close {
  color: #333333;
}
.mfp-iframe-holder .mfp-close {
  color: #333333;
}
.mfp-arrow {
  height: 60px !important;
  margin-top: -30px !important;
  width: 60px !important;
}
.mfp-arrow:before,
.mfp-arrow:after {
  display: none !important;
}
.mfp-arrow-right,
.mfp-arrow-left {
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.mfp-arrow-right {
  background-image: url("../img/icon-arrow-right-dark.png") !important;
  right: 25px !important;
}
.mfp-arrow-left {
  background-image: url("../img/icon-arrow-left-dark.png") !important;
  left: 25px !important;
}


/*
* Magnific popup - Fade effect
*/

.mfp-fade-transition,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.mfp-fade-opacity-0,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}


/*
* Magnific popup - Popup inline
*/

.popup-wrap .mfp-container {
  padding: 0;
}
.popup-wrap .mfp-content {
  min-height: 100%;
}
.popup-wrap button.mfp-close {
  background-color: #333333;
  color: #ffffff;
  opacity: 1;
}
.popup-wrap button.mfp-close:active {
  top: 0;
}
.popup-main {
  display: none;
}
.popup-content {
  height: 100%;
  position: relative;
  width: 100%;
}
.popup-content .container {
  padding-bottom: 80px;
  padding-top: 80px;
}





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

#jpreOverlay {
  background-color: #fdfdfd;
}
#jpreLoader {
  background-color: #e2e1e2;
  border-radius: 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: -4px;
  margin-left: -100px;
  left: 50% !important;
  width: 200px;
  height: 8px;
}
#jpreBar {
  border-radius: 2px;
  background-color: #ff4f00;
  background-image: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#jpreButton {
  display: none !important;
}





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

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1200px) and (max-width: 5000px) {
  .container {
    max-width: 1000px;
  }
}





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

.background-grid {
  width: 100%;
  z-index: 5;
}
@media (min-width: 992px) {
  .background-grid {
    margin-left: 100px;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
}
.background-grid > .column {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  display: block;
  float: left;
  width: 33.33%;
}
@media (min-width: 768px) {
  .background-grid > .column {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .background-grid > .column {
    width: 16.6%;
  }
}
.background-grid > .column:first-child {
  border-left: none;
}





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

.header {
  background-color: #fcfcfc;
  -webkit-box-shadow: -5px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  height: 55px;
  z-index: 15;
}
@media (min-width: 992px) {
  .header {
    -webkit-box-shadow: 0 15px 100px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 15px 100px rgba(0, 0, 0, 0.075);
    box-shadow: 0 15px 100px rgba(0, 0, 0, 0.075);
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .header:before,
  .header:after {
    border-style: solid;
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
  }
}
@media (min-width: 992px) {
  .header:before {
    border-color: #ffffff transparent transparent transparent;
    border-width: 100px 100px 0 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .header:after {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 0 100px 100px;
    bottom: 0;
  }
}
.header .logo {
  background-color: #ff4f00;
  width: 55px;
  height: 100%;
  z-index: 5;
}
@media (max-width: 991px) {
  .header .logo {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .header .logo {
    border-radius: 50%;
    margin-left: -30px;
    position: absolute;
    top: 40px;
    left: 50%;
    width: 60px;
    height: 60px;
  }
}
.header .logo span {
  color: #ffffff;
}
.header .logo span:before {
  background-color: #ff4f00;
  content: '';
  display: none;
  opacity: 0.9;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
}





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

.navbar {
  border: none;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
@media (max-width: 991px) {
  .navbar {
    display: none;
    background-color: #fcfcfc;
  }
}
@media (min-width: 992px) {
  .navbar {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .navbar .container-fluid {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navbar .nav {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 992px) {
  .navbar .nav {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .navbar .nav > li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar .nav > li {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    padding: 30px 0;
    -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-90deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-90deg) translate3d(0, 0, 0);
    -o-transform: rotate(-90deg) translate3d(0, 0, 0);
    width: 100px;
  }
}
@media (max-width: 991px) {
  .navbar .nav > li.active > a {
    color: #ff4f00;
  }
}
@media (min-width: 992px) {
  .navbar .nav > li.active > a:before {
    opacity: 1;
  }
}
.navbar .nav > li > a {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 3px;
}
@media (max-width: 543px) {
  .navbar .nav > li > a {
    padding-bottom: 5px;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .navbar .nav > li > a {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .navbar .nav > li > a:before {
    background-color: #ff4f00;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    height: 2px;
  }
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: transparent;
}
@media (max-width: 991px) {
  .navbar .nav-social {
    padding-top: 18px !important;
  }
}


/**
* Nav trigger - open
*/

@media (min-width: 992px) {
  .nav-trigger.nav-trigger-open {
    display: none;
  }
}
.nav-trigger.nav-trigger-open .nav-toggle {
  position: fixed;
  top: 17px;
  right: 20px;
  width: 30px;
}
.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: #333333;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 4px;
}
.nav-trigger.nav-trigger-open .nav-toggle > span:last-child {
  margin-bottom: 0px;
}


/**
* Nav trigger - close
*/

.nav-trigger.nav-trigger-close {
  background-color: #ff4f00;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  display: block;
  margin: 0 auto 30px;
  position: relative;
  width: 52px;
  height: 52px;
}
@media (min-width: 992px) {
  .nav-trigger.nav-trigger-close {
    display: none;
  }
}
.nav-trigger.nav-trigger-close:hover {
  cursor: pointer;
}
.nav-trigger.nav-trigger-close span {
  background-color: #ffffff;
  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);
}





/*------------------------------------*\
    Wrapper
\*------------------------------------*/

.wrapper {
  background: transparent;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .wrapper {
    margin-left: 100px;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
}





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

.section {
  padding: 150px 0;
}
@media (max-width: 543px) {
  .section.no-padding-top {
    padding-bottom: 80px;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .section.no-padding-top {
    padding-bottom: 100px;
  }
}
@media (max-width: 543px) {
  .section.no-padding-bottom {
    padding-top: 80px;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .section.no-padding-bottom {
    padding-top: 100px;
  }
}
.section .section-title h2.has-sideline,
.section .section-title h3.has-sideline,
.section .section-title h4.has-sideline,
.section .section-title h5.has-sideline,
.section .section-title h6.has-sideline,
.section .section-title span.has-sideline {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.section .section-title h2.has-sideline:before,
.section .section-title h3.has-sideline:before,
.section .section-title h4.has-sideline:before,
.section .section-title h5.has-sideline:before,
.section .section-title h6.has-sideline:before,
.section .section-title span.has-sideline:before {
  background-color: #ff4f00;
  content: '';
  display: block;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
}
@media (max-width: 543px) {
  .section .title-extra-large-3 {
    font-size: 35px !important;
    line-height: 55px !important;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .section .title-extra-large-3 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
}
@media (max-width: 543px) {
  .section .title-big {
    font-size: 70px !important;
    line-height: 90px !important;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .section .title-big {
    font-size: 80px !important;
    line-height: 100px !important;
  }
}





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

#home {
  height: 250px;
}
@media (max-width: 991px) {
  #home {
    padding-top: 55px !important;
  }
}





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

/**
* Profile image
*/

.profile-image {
  margin-top: 20px;
}
.photo-size {
  width: 245px;
  height: auto;
  border-radius: 300px;
}
@media (min-width: 544px) and (max-width: 991px) {
  .profile-image {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .profile-image {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .profile-image {
    margin-top: 80px;
  }
}
.profile-image .image-wraper:before,
.profile-image .image-wraper:after {
  content: '';
  display: none;
  width: 45px;
  height: 45px;
  position: absolute;
}
@media (min-width: 544px) {
  .profile-image .image-wraper:before,
  .profile-image .image-wraper:after {
    display: block;
  }
}
.profile-image .image-wraper:before {
  border-top: 2px solid #ff4f00;
  border-left: 2px solid #ff4f00;
  margin-top: -15px;
  margin-left: -15px;
  top: 0;
  left: 0;
}
.profile-image .image-wraper:after {
  border-right: 2px solid #ff4f00;
  border-bottom: 2px solid #ff4f00;
  margin-bottom: -15px;
  margin-right: -15px;
  bottom: 0;
  right: 0;
}


/**
* Profile detail
*/

.profile-detail {
  margin-top: 30px;
}
@media (min-width: 544px) and (max-width: 991px) {
  .profile-detail {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .profile-detail {
    padding-left: 20px;
  }
}
.profile-detail .inner-content {
  background: #fcfcfc url("../images/bg-profile-detail.jpg");
  -webkit-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.08);
  padding: 20px 15px;
  position: relative;
}
@media (min-width: 544px) {
  .profile-detail .inner-content {
    padding: 35px 20px;
  }
}
@media (max-width: 543px) {
  .profile-detail ul {
    font-size: 11px !important;
    letter-spacing: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-detail ul {
    font-size: 11px !important;
  }
}
.profile-detail ul > li {
  margin-bottom: 8px;
  position: relative;
  height: 38px;
}
@media (min-width: 544px) {
  .profile-detail ul > li {
    margin-bottom: 10px;
  }
}
.profile-detail ul > li:last-child {
  margin-bottom: 0;
}
.profile-detail ul > li label {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 7px 10px;
}
@media (min-width: 544px) {
  .profile-detail ul > li label {
    padding: 7px 13px;
  }
}
.profile-detail ul > li span {
  padding: 7px 0;
  position: absolute;
  left: 118px;
  letter-spacing: 1px;
  line-height: 20px !important;
}
@media (min-width: 544px) {
  .profile-detail ul > li span {
    left: 128px;
  }
}
.profile-detail .line {
  content: '';
  display: none;
  position: absolute;
  margin-top: -320px;
  margin-left: -23px;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 640px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: -1;
}
@media (min-width: 544px) and (max-width: 991px) {
  .profile-detail .line {
    display: block;
  }
}
@media (min-width: 1200px) {
  .profile-detail .line {
    display: block;
  }
}
.profile-detail .line:before,
.profile-detail .line:after {
  background-color: #ff4f00;
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
}
.profile-detail .line:before {
  top: 35px;
  left: 0;
}
.profile-detail .line:after {
  margin-top: -35px;
  top: 0;
  right: 0;
}
.btn-resume-download {
  height: 60px;
  margin-top: 40px;
}
@media (min-width: 544px) and (max-width: 991px) {
  .btn-resume-download {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .btn-resume-download {
    margin-top: 50px;
  }
}
.btn-resume-download a {
  margin-left: -125px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 250px;
  height: 60px;
}
.btn-resume-download a i,
.btn-resume-download a span {
  height: 60px;
  line-height: 60px !important;
  top: 0;
}
.btn-resume-download a i {
  border-radius: 50%;
  left: 0;
  width: 60px;
}
.btn-resume-download a span {
  left: 60px;
  width: 190px;
}





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

.services {
  font-size: 0px;
  margin: 60px 0;
}
.services .item {
  width: 120px;
  height: 60px;
}
@media (max-width: 543px) {
  .services .item {
    display: block !important;
    margin-bottom: 50px;
    width: 100%;
  }
}
@media (min-width: 544px) {
  .services .item {
    border-bottom: 1px solid #c2c0c1;
  }
}
@media (min-width: 768px) {
  .services .item {
    width: 150px;
    height: 75px;
  }
}
@media (min-width: 992px) {
  .services .item {
    width: 200px;
    height: 100px;
  }
}
.services .item:before,
.services .item:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 544px) {
  .services .item:before,
  .services .item:after {
    display: block;
  }
}
.services .item:before {
  border: 1px solid #c2c0c1;
  border-bottom: none !important;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  top: 0;
}
@media (min-width: 768px) {
  .services .item:before {
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
  }
}
@media (min-width: 992px) {
  .services .item:before {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }
}
.services .item:after {
  bottom: 0;
  border: 1px dashed #c2c0c1;
  border-top: none !important;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .services .item:after {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    margin-bottom: -75px;
  }
}
@media (min-width: 992px) {
  .services .item:after {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-bottom: -100px;
  }
}
.services .item.rotate-180:before {
  border: 1px dashed #c2c0c1;
}
.services .item.rotate-180:after {
  border: 1px solid #c2c0c1;
}
.services .item.no-circle:before,
.services .item.no-circle:after {
  display: none;
}
@media (max-width: 543px) {
  .services .item.position-absolute {
    position: relative !important;
  }
}
@media (min-width: 544px) {
  .services .item.position-absolute {
    top: 0;
    left: auto;
  }
}
.services .item .circle {
  border-radius: 50%;
  margin-bottom: -25px;
  margin-left: -25px;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
}
@media (min-width: 544px) {
  .services .item .circle {
    left: 0;
  }
}
@media (max-width: 991px) {
  .services .item .circle {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .services .item .circle {
    margin-bottom: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px !important;
  }
}
.services .item label {
  margin-bottom: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px !important;
}
@media (max-width: 543px) {
  .services .item label {
    position: relative !important;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .services .item label {
    font-size: 11px !important;
  }
}
@media (min-width: 544px) {
  .services .item label {
    margin-left: -60px;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .services .item label {
    margin-left: -75px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .services .item label {
    margin-bottom: 15px;
    margin-left: -100px;
    width: 200px;
    height: 60px;
    line-height: 60px !important;
  }
}
@media (min-width: 544px) {
  .services .item label.text-bottom {
    margin-bottom: -65px;
  }
}
@media (min-width: 992px) {
  .services .item label.text-bottom {
    margin-bottom: -80px;
  }
}





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

.panel-group.panel-resume {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .panel-group.panel-resume {
    margin-top: 60px;
  }
}
.panel-group.panel-resume > .item {
  margin-bottom: 30px;
}
.panel-group.panel-resume > .item:last-child {
  margin-bottom: 0;
}
.panel-group.panel-resume > .item:last-child .panel:before {
  display: none;
}
.panel-group.panel-resume .panel-label {
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px !important;
}
@media (max-width: 767px) {
  .panel-group.panel-resume .panel-label {
    position: relative !important;
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .panel-group.panel-resume .panel-label {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .panel-group.panel-resume .panel-label {
    font-size: 15px !important;
  }
}
@media (min-width: 1200px) {
  .panel-group.panel-resume .panel-label {
    width: 170px;
  }
}
.panel-group.panel-resume .panel-button {
  border-radius: 50%;
  left: 165px;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .panel-group.panel-resume .panel-button {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .panel-group.panel-resume .panel-button {
    left: 185px;
  }
}
.panel-group.panel-resume .panel-button:before {
  content: '\f2f4';
  display: inline-block;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 62px !important;
  speak: none;
  text-transform: none;
  text-rendering: auto;
}
.panel-group.panel-resume .panel-button.collapsed:before {
  content: '\f2c7';
}
.panel-group.panel-resume .panel {
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .panel-group.panel-resume .panel {
    margin-left: 250px;
    width: calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
  }
}
@media (min-width: 1200px) {
  .panel-group.panel-resume .panel {
    margin-left: 270px;
  }
}
.panel-group.panel-resume .panel:before {
  border-left: 1px dashed #dad9da;
  content: '';
  display: block;
  margin-left: -57px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: calc(100% + 41px);
  height: -moz-calc(100% + 41px);
  height: -webkit-calc(100% + 41px);
  z-index: -1;
}
@media (max-width: 767px) {
  .panel-group.panel-resume .panel:before {
    display: none !important;
  }
}
.panel-group.panel-resume .panel-heading {
  border-top-left-radius: 0px;
}
@media (min-width: 544px) {
  .panel-group.panel-resume .panel-heading {
    height: 60px;
    padding: 0 18px;
  }
}
@media (min-width: 544px) {
  .panel-group.panel-resume .panel-heading h4 {
    line-height: 60px !important;
  }
}
@media (max-width: 1199px) {
  .panel-group.panel-resume .panel-heading h4 {
    font-size: 14px !important;
  }
}
.panel-group.panel-resume .panel-body {
  background: #ffffff url("../images/bg-panel-body.jpg");
  line-height: 28px !important;
  padding: 18px;
}





/*------------------------------------*\
    Section - Skills Bar Chart
\*------------------------------------*/

#skills-bar-chart .section-title {
  margin-bottom: 32px;
}
.skills-bar-chart {
  margin-top: 55px;
}
.skills-bar-chart > .chart-item {
  -webkit-box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.2);
  height: 35px;
}
.skills-bar-chart > .chart-item > .chart-bar {
  z-index: 5;
}
.skills-bar-chart > .chart-item > .chart-bar > label {
  font-weight: 400;
  line-height: 35px !important;
  padding-left: 12px;
  z-index: 5;
}
.skills-bar-chart > .chart-item > .chart-bar > .chart-progress {
  border-radius: 0px;
  margin: 0;
  width: 1%;
}
.skills-bar-chart > .chart-item > .chart-bar > .chart-progress > .chart-percent {
  border-radius: 2px;
  background-color: #333333;
  color: #ffffff;
  display: block;
  font-size: 10px;
  margin-top: -34px;
  margin-right: -20px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 40px;
  height: 26px;
  line-height: 26px;
}
.skills-bar-chart > .chart-item > .chart-bar > .chart-progress > .chart-percent:before {
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 8px 6px 0 6px;
  content: '';
  display: block;
  margin-bottom: -8px;
  margin-left: -6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
}





/*------------------------------------*\
    Section - Skills List
\*------------------------------------*/

@media (max-width: 767px) {
  #skills-list-2 {
    padding-top: 80px;
  }
}
.skills-list {
  margin-top: 60px;
  padding-left: 32px;
}
.skills-list:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  width: 1px;
  height: calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
}
.skills-list ul > li {
  margin-bottom: 12px;
  height: 70px;
  position: relative;
}
.skills-list ul > li:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  margin-left: -32px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 1px;
}
.skills-list ul > li:last-child {
  margin-bottom: 0;
}
.skills-list ul > li label {
  border-radius: 50%;
  line-height: 50px !important;
  margin-top: -25px;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
}
.skills-list ul > li label i {
  line-height: 53px !important;
}
.skills-list ul > li .display-table {
  padding-left: 62px;
}





/*------------------------------------*\
    Section - Skills Circle Chart
\*------------------------------------*/

#skills-circle-chart .section-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #skills-circle-chart .section-title {
    margin-bottom: 30px;
  }
}
.skills-circle-chart {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .skills-circle-chart {
    margin-top: 30px;
  }
}
.skills-circle-chart .chart-item {
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 120px;
  height: 120px;
}
.skills-circle-chart .chart-item .chart-slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.skills-circle-chart .chart-item .chart-slice.one {
  clip: rect(0 120px 60px 0);
}
.skills-circle-chart .chart-item .chart-slice.two {
  clip: rect(0 60px 120px 0);
}
.skills-circle-chart .chart-item .chart-percent {
  background-color: #fdfdfd;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 108px;
  height: 108px;
}
.skills-circle-chart .chart-item .chart-percent span {
  display: block;
  line-height: 108px !important;
}
.skills-circle-chart label {
  font-weight: 400;
  margin-top: 15px;
}





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

.projects {
  margin-top: 72px;
  -webkit-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
}
.projects > .inner-content {
  padding: 0 26px;
}
.projects > .inner-content:before {
  background-color: #ff4f00;
  content: '';
  display: block;
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 3px;
  height: 18px;
}
.projects > .inner-content .project-title {
  height: 50px;
}
.projects > .inner-content .project-title h3 {
  line-height: 22px !important;
  margin-top: -12px;
  max-width: 300px;
  top: 0;
  left: 0;
}
.projects > .inner-content .project-about .project-detail {
  background: rgba(255, 255, 255, 0.93);
  opacity: 0;
  padding: 20px;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.projects > .inner-content .project-about .project-detail:hover,
.projects > .inner-content .project-about .project-detail.active {
  opacity: 1;
}
@media (max-width: 543px) {
  .projects > .inner-content .project-about .project-detail {
    padding: 2px;
  }
  .projects > .inner-content .project-about .project-detail p {
    font-size: 11px !important;
    line-height: 20px !important;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .projects > .inner-content .project-about .project-detail p {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .projects > .inner-content .project-about .project-detail {
    padding: 2px;
  }
  .projects > .inner-content .project-about .project-detail p {
    font-size: 11px !important;
    line-height: 20px !important;
  }
}
.projects > .inner-content .project-summary {
  height: 50px;
}
.projects > .inner-content .project-summary .project-number,
.projects > .inner-content .project-summary .project-link {
  line-height: 50px !important;
}





/*------------------------------------*\
    Section - Work Process
\*------------------------------------*/

.work-process {
  font-size: 0px;
  margin-top: 60px;
}
.work-process .item {
  width: 130px;
  height: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-process .item {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .work-process .item {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .work-process .item:before {
    background-color: #ff4f00;
    border-radius: 50%;
    content: '';
    display: block;
    margin-top: -6px;
    margin-left: -6px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .work-process .item:last-child:after {
    background-color: #ff4f00;
    border-radius: 50%;
    content: '';
    display: block;
    margin-top: -6px;
    margin-right: -6px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-process .item label {
    font-size: 11px !important;
    line-height: 20px !important;
  }
}
.work-process .item .circle {
  top: 0;
  left: 0;
}
.work-process .item .circle:before,
.work-process .item .circle:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.work-process .item .circle:before {
  border: 1px solid #333333;
  border-bottom: none !important;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-process .item .circle:before {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .work-process .item .circle:before {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
.work-process .item .circle:after {
  bottom: 0;
  border: 1px dashed #333333;
  border-top: none !important;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-process .item .circle:after {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .work-process .item .circle:after {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.work-process .item .circle.rotate-180:before {
  border: 1px dashed #333333;
}
.work-process .item .circle.rotate-180:after {
  border: 1px solid #333333;
}





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

.references {
  margin-top: 60px;
}
.references .thumbnail {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 3px;
}
.references .thumbnail img {
  width: 90px;
  height: 90px;
}
.references .quote {
  padding-left: 120px;
  padding-right: 30px;
}
.references .quote p {
  margin-bottom: 10px;
}





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

.contact {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .contact {
    height: 320px;
  }
}
.contact > .col {
  background: #fcfcfc url("../images/bg-contact.jpg");
  -webkit-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  padding: 60px 42px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact > .col {
    padding: 0 38px;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
  }
}
.contact > .col.col-1 {
  background-position: center 380px;
}
@media (min-width: 768px) {
  .contact > .col.col-1 {
    right: 0;
  }
}
.contact > .col.col-2 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact > .col.col-2 {
    margin-top: 60px;
    left: 0;
  }
}
.contact > .col h3 {
  position: relative;
}
.contact > .col h3:before {
  background-color: #ff4f00;
  content: '';
  display: block;
  margin-top: 2px;
  margin-left: -38px;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 26px;
}
.contact .contact-detail {
  margin-top: 30px;
}
@media (max-width: 543px) {
  .contact .contact-detail {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact-detail {
    margin-top: 20px;
  }
}
.contact .contact-detail h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
}
@media (max-width: 543px) {
  .contact .contact-detail .address,
  .contact .contact-detail .contact-info {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact-detail .address,
  .contact .contact-detail .contact-info {
    float: none !important;
  }
}
.contact .contact-detail .address h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact .contact-detail .address ul {
  padding-right: 25px;
}
.contact .contact-detail .contact-info h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
@media (max-width: 543px) {
  .contact .contact-detail .contact-info {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact-detail .contact-info {
    margin-top: 20px;
  }
}
.contact .contact-social-link ul > li {
  padding: 0 8px;
}





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

.footer {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, 0.03);
  margin-top: 60px;
  padding: 80px 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 200px;
  }
}
@media (min-width: 992px) {
  .footer {
    margin-left: 100px;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
}
.footer .page-scroll {
  border-radius: 50%;
  margin-top: -30px;
  margin-left: -30px;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
}
.footer .page-scroll a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
}