@charset "UTF-8";
/*


[TABLE OF CONTENTS]

01. Base
02. Typography
03. Header
04. Main menu
05. Mobile menu
06. Background images
07. Section
08. Section header
09. Section hero
10. Section contact
11. Section about
12. Section services
13. Section facts
14. Section team
15. Section resume
16. Section portfolio
17. Section testimonials
18. Section price
19. Section blog
20. Section clients
21. Footer
22. Buttons
23. Bootstrap elements
24. Theme elements
25. Slick settings
26. Responsive settings

*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/*=================================================================*/
/*                      BASE                              
/*=================================================================*/
body {
  color: #333333;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.hidden {
  display: none;
}

.relative {
  position: relative;
}

/*=================================================================*/
/*                      TYPOGRAPHY                              
/*=================================================================*/
h1, h2, h3, h4, h5, h6 {
  color: rgba(17, 17, 17, 0.58);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0px 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h4.title {
  font-size: 20px;
  letter-spacing: 1px;
}

h4.titleTime {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top:8px;
}

h5 {
  font-size: 16px;
}

h5.title {
  font-size: 26px;
  letter-spacing: 1px;
}

a {
  color: #111;
  outline: 0;
  text-decoration:underline;
}
a:hover {
  color: #222;
}
a:focus {
  outline: 0;
}

p {
  letter-spacing: 1px;
  line-height: 24px;
}

ul, ol {
  letter-spacing: 1px;
}

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

blockquote p {
  line-height: 1.6;
}

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

::selection {
  color: #FFF;
  background: #111;
}

::-moz-selection {
  color: #FFF;
  background: #111;
}

/*=================================================================*/
/*                      HEADER                              
/*=================================================================*/
header.over {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color:#000;
}
header.over .horizontal-menu {
  text-align: center;
}
header.over .horizontal-menu ul li {
  padding: 0 2.2rem;
}
header.over .horizontal-menu ul li a {
  color: #FFF;
}
header.over.shrink {
  background: rgba(0, 0, 0, 0.9);
}
header.over.shrink .horizontal-menu ul li a {
  padding: 1.2rem 0;
}
header.over.shrink .mobile-menu {
  background: transparent;
}
header.static {
  background: #111;
  position: relative;
  width: 100%;
  z-index: 2;
}
header.static .horizontal-menu {
  text-align: center;
}
header.static .horizontal-menu ul li {
  padding: 0 3.0rem;
}
header.static .horizontal-menu ul li a {
  color: #FFF;
}
header.static.shrink {
  background: rgba(0, 0, 0, 0.9);
}
header.static.shrink .horizontal-menu ul li a {
  padding: 1.2rem 0;
}
header.static.shrink .mobile-menu {
  background: transparent;
}
header.with-logo nav {
  text-align: inherit !important;
}
header.with-logo .horizontal-menu ul li {
  padding: 0 1.8rem;
}
header.with-logo .menu-toggle {
  margin: 0;
}
header .social-profiles {
  margin-left: 80px !important;
}
header .social-profiles li {
  padding: 0 12px !important;
}
header .social-profiles li a {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.menu-toggle {
  border: 0;
  background: transparent;
  display: none;
  margin: 10px auto;
  height: 30px;
  width: 40px;
}
.menu-toggle:focus {
  outline: 0;
}
.menu-toggle span {
  display: block;
  background: #FFF;
  height: 3px;
  margin: 3px 0;
  width: 100%;
}

/*=================================================================*/
/*                      MAIN MENU                              
/*=================================================================*/
.horizontal-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.horizontal-menu ul li {
  display: inline-block;
  padding: 0 1.2rem;
}
.horizontal-menu ul li:first-child {
  padding-left: 0 !important;
}
.horizontal-menu ul li:last-child {
  padding-right: 0 !important;
}

.horizontal-menu ul li a.active:after {
  opacity: 1;
  transform: translateY(0);
}

.horizontal-menu ul li a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: block;
  text-transform: uppercase;
  padding: 1.2rem 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.horizontal-menu ul li a:after {
  content: '';
  background: #FFF;
  opacity: 0;
  height: 2px;
  display: block;
  margin-top: 4px;
  width: 100%;
  transform: translateY(3px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.horizontal-menu ul li a:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.horizontal-menu ul li.menu-item-has-children a {
  position: relative;
}
.horizontal-menu ul li.menu-item-has-children a:after {
  content: '\f489';
  font-family: 'Ionicons';
  line-height: 1;
  font-size: 9px;
  position: absolute;
  top: 45%;
  right: -15px;
}

.horizontal-menu ul li.menu-item-has-children:hover > .child-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.horizontal-menu ul li .child-menu {
  min-width: 10rem;
  background: #111;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.horizontal-menu ul li .child-menu:before {
  content: '';
  width: 0;
  height: 0;
  left: 15px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #111;
  position: absolute;
}

.horizontal-menu ul li .child-menu li {
  display: block;
  padding: 0;
  position: relative;
}
.horizontal-menu ul li .child-menu li a:after {
  content: '';
}
.horizontal-menu ul li .child-menu li a:before {
  content: '';
  height: 0;
  width: 0;
}

.horizontal-menu ul li .child-menu li.menu-item-has-children .child-menu li a:after {
  content: '';
}

.horizontal-menu ul li .child-menu li.menu-item-has-children a:after {
  content: '\f489';
  font-size: 13px;
  color: #CCC;
  top: 33%;
  right: 10px;
}

.horizontal-menu ul li .child-menu li.current-menu-item a {
  background: #222;
  color: #FFF;
}

.horizontal-menu ul li .child-menu li.current-menu-item > .child-menu li a {
  background: transparent;
  color: #d2d2d2;
}

.horizontal-menu ul li .child-menu li a {
  display: block;
  width: 100%;
  padding: .5rem 1.5rem;
  clear: both;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: #CCC;
  white-space: nowrap;
  background: transparent;
  border-top: solid 1px rgba(225, 225, 225, 0.1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.horizontal-menu ul li .child-menu li:first-child a {
  border-top: 0;
}

.horizontal-menu ul li .child-menu li a:hover {
  background: #222;
  color: #FFF;
}

.horizontal-menu ul li .child-menu li .child-menu {
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.horizontal-menu ul li .child-menu li .child-menu:before {
  content: '';
  border: 0;
}

.horizontal-menu ul li .child-menu li .child-menu li a {
  border-top: solid 1px rgba(225, 225, 225, 0.1);
}

.horizontal-menu ul li .child-menu li .child-menu li:first-child a {
  border-top: 0;
}

/*=================================================================*/
/*                      MOBILE MENU                              
/*=================================================================*/
nav.mobile-menu {
  background: rgba(0, 0, 0, 0.9);
  padding: 0 15px 20px;
  text-align: center;
  display: none;
}
nav.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.mobile-menu ul li a {
  color: #FFF;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: block;
  opacity: 0.5;
  text-transform: uppercase;
  padding: 0.6rem 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
nav.mobile-menu ul li a.active {
  opacity: 1;
}

/*=================================================================*/
/*                      BACKGROUND IMAGES                              
/*=================================================================*/

.facts {
  background-image: url("../images/cv.jpg");
}

.testimonials{
  background: url("../images/testimonios.jpg");
}

/*=================================================================*/
/*                      SECTION                              
/*=================================================================*/
section {
  padding: 100px 0;
  position: relative;
}
section.with-line {
  background-size: 12.59% 100%;
  background-image: -webkit-linear-gradient(to right, #F7F7F7 1px, transparent 1px, transparent 100%);
  background-image: -o-linear-gradient(to right, #F7F7F7 1px, transparent 1px, transparent 100%);
  background-image: linear-gradient(to right, #F7F7F7 1px, transparent 1px, transparent 100%);
}
section.dark {
  color: #FFF;
  background-color: #111;
}
section.dark p {
  color: #FFF;
}

.page-header {
  color: #FFF;
  background: #111;
  border-top: solid 1px rgba(225, 225, 225, 0.1);
  padding: 95px 0 70px;
}
.page-header .section-header {
  margin: 0;
}
.page-header .section-header span.back-text {
  color: #1f1f1f;
}
.page-header .section-header h2 {
  color: #FFF;
}
.page-header .section-header .line {
  background: #FFF;
}

/*=================================================================*/
/*                      SECTION HEADER                              
/*=================================================================*/



.section-header {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.section-header h2 {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 1;
}
.section-header span.back-text {
  font-size: 72px;
  font-weight: 900;
  color: #e8e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 0;
}
.section-header span.back-text + h2 {
  top: -24px;
}
.section-header .line {
  content: '';
  background: #ccc;
  bottom: 0;
  display: block;
  height: 40px;
  margin: 10px auto 0 auto;
  width: 2px;
}

.container {
  position: relative;
  z-index=1000;
}

/*=================================================================*/
/*                      SECTION HERO                              
/*=================================================================*/
.hero {
  color: #FFF;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  height: 100vh;
  padding: 0;
}
.hero.background-alt {
  background-size: cover;
  background-repeat: no-repeat;
}
.hero.particles {
  background: #111;
}
.hero.video {
  background: transparent;
}
.hero.video .mask {
  opacity: 0.88;
}
.hero .intro {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.hero .intro .name {
  color: #FFF;
  font-size: 80px;
  letter-spacing: 10px;
  margin: 0 0 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.hero .intro .job {
  color: #999;
  font-size: 25px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.hero .intro .title {
  font-size: 60px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 20px;
}
.hero .intro .description {
  font-size: 18px;
  color: #999;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}
.hero .intro.cta {
  max-width: 740px;
  left: 50%;
  transform: translate(-50%, calc(-50% + 6px));
}
.hero .mask {
  opacity: 0.9;
}
.hero .social-profiles {
  margin-top: 30px;
}
.hero .social-profiles li a {
  color: #FFF;
}
.hero .image {
  top: -50px;
  right: 110px;
  position: absolute !important;
}
.hero .scroll-down-icon {
  color: #FFF;
}
.hero i.scroll-down {
  font-size: 24px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}

.social-profiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-profiles li {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
}
.social-profiles li a {
  font-size: 20px;
}

/*=================================================================*/
/*                      SECTION CONTACT                              
/*=================================================================*/
.contact-info {
  padding: 60px 0;
}

.address-box .icon {
  color: #FFF;
  border: solid 2px #FFF;
  margin-right: 13px;
  min-height: 70px;
  text-align: center;
  min-width: 70px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
.address-box .icon i {
  font-size: 36px;
}
.address-box p {
  display: block;
  margin-bottom: 0;
}

.help-block.with-errors {
  font-size: 11px;
  color: #a23333;
  padding: 7px 30px 0;
}

/*=================================================================*/
/*                      SECTION ABOUT                              
/*=================================================================*/
.about {
  padding: 100px 0 0;
}

.history {
  padding: 100px 0 0;
}

.skill-item {
  margin-bottom: 30px;
}
.skill-item:last-child {
  margin-bottom: 0;
}
.skill-item span.title {
  color: #333;
  font-family: "Raleway", sans-serif
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.skill-item span.percent {
  font-size: 12px;
  color: #666;
  letter-spacing: 1.6px;
}
.skill-item .skill-info {
  margin-bottom: 12px;
}

/*=================================================================*/
/*                      SECTION SERVICES                              
/*=================================================================*/
.services {
  padding: 100px 0 155px;
}

.service-box {
  background: #FFF;
  border: solid 1px #F0F0F0;
  margin-bottom: 10px;
  padding: 60px 40px;
  text-align: center;
}
.service-box .title {
  margin: 25px 0;
}
.service-box i {
  color: #111;
  font-size: 40px;
}
.service-box p {
  margin-bottom: 0;
}

/*=================================================================*/
/*                      SECTION FACTS                              
/*=================================================================*/
.facts {
  background-size: cover;
}
.facts .mask {
  opacity: .9;
}

.fact-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.fact-item h2 {
  color: #FFF;
  font-size: 64px;
  letter-spacing: 4px;
  line-height: 0.8;
  margin: 0 0 10px;
}
.fact-item h2 em {
  font-style: normal;
}
.fact-item p {
  margin-bottom: 0;
}

/*=================================================================*/
/*                      SECTION TEAM                              
/*=================================================================*/
.team {
  padding: 100px 0 0;
}

.team-member {
  background: #FFF;
  border: solid 1px #EEE;
  text-align: center;
}
.team-member .details {
  padding: 14px 0;
}
.team-member .title {
  margin: 0;
  text-transform: none;
}
.team-member .job {
  font-size: 12px;
  color: #888;
  display: block;
  letter-spacing: 1px;
  margin-top: 10px;
}
.team-member .social-profiles {
  margin-top: 10px;
}
.team-member .social-profiles li {
  padding-left: 5px;
  padding-right: 5px;
}
.team-member .social-profiles li a {
  font-size: 16px;
}
.team-member .social-profiles li a:hover {
  color: #666;
}

/*=================================================================*/
/*                      SECTION RESUME                              
/*=================================================================*/
.resume {
  padding: 100px 0 0;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  /* Container around content */
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
  /* Add arrows to the left container (pointing right) */
  /* Add arrows to the right container (pointing left) */
  /* Fix the circle for containers on the right side */
  /* The actual content */
}
.timeline .timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline .timeline-container::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -8px;
  background-color: #FFF;
  border: 2px solid #111;
  top: 50%;
  border-radius: 50%;
  z-index: 1;
}
.timeline .left {
  left: 0;
  text-align: right;
}
.timeline .left .time {
  right: 34px;
}
.timeline .right {
  left: 50%;
}
.timeline .right .time {
  left: 30px;
}
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 49%;
  width: 0;
  z-index: 1;
  right: 20px;
  border: medium solid #F6F6F6;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f6f6f6;
}
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 49%;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #F6F6F6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #F6F6F6 transparent transparent;
}
.timeline .right::after {
  left: -7px;
}
.timeline .content {
  border: solid 1px #F0F0F0;
  padding: 10px;
  background-color: #FFF;
}
.timeline .content .timeFin {
  background: rgba(25, 10, 10, 0.48);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 14px;
}

.timeline .content .timeFinNot {
  background: rgb(239, 135, 135);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 14px;
}


.timeline .content .time {
  background: #509cb3;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 14px;
}


.timeline .content p {
  margin: 0;
}
.timeline span.line {
  position: absolute;
  width: 2px;
  background-color: #111;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.timeline span.line:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: -4px;
  background-color: #111;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
.timeline span.line:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: -4px;
  background-color: #111;
  bottom: 0;
  border-radius: 50%;
  z-index: 1;
}

/*=================================================================*/
/*                      SECTION PORTFOLIO                              
/*=================================================================*/
.portfolio-wrapper {
  margin-top: -15px;
  margin-bottom: -15px;
}

.portfolio-filter {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
.portfolio-filter li {
  color: #888;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin: 0 15px;
  text-transform: uppercase;
  position: relative;
}
.portfolio-filter li.current {
  color: #111;
}
.portfolio-filter li.current:after {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-filter li:after {
  content: '';
  background: #111;
  opacity: 0;
  height: 2px;
  display: block;
  margin-top: 4px;
  width: 100%;
  transform: translateY(3px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-filter li:hover {
  color: #111;
}
.portfolio-filter li:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-filter-mobile {
  display: none;
  border: solid 1px #EEE;
  margin-bottom: 30px;
  padding: 2px 10px;
  width: 100%;
}
.portfolio-filter-mobile:focus {
  outline: none;
}

.portfolio-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.portfolio-item .thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.portfolio-item .thumb:hover .mask {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateX(0);
}
.portfolio-item .thumb:hover .icons {
  opacity: 1;
}
.portfolio-item .thumb .mask {
  opacity: .85;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item .thumb .icons {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition-property: opacity;
  /* Safari */
  -webkit-transition-duration: 5s;
  /* Safari */
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-property: opacity;
  transition-duration: .2s;
  transition-delay: .5s;
}
.portfolio-item .thumb .icons .fullscreen {
  color: #FFF;
  display: block;
  font-size: 20px;
  right: 20px;
  top: 20px;
  text-align: center;
  position: absolute;
}
.portfolio-item .thumb .icons .link {
  color: #FFF;
  border: solid 2px #FFF;
  display: block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 42%;
  text-align: center;
  position: absolute;
  width: 50px;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-item .thumb .icons .link:hover {
  color: #111;
  background-color: #FFF;
}
.portfolio-item .title {
  margin: 0;
}
.portfolio-item .term {
  display: inline-block;
  font-weight: 350;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  margin-top: 8px;
}

.portfolio-header {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}
.portfolio-header .title {
  color: #FFF;
  font-size: 60px;
  letter-spacing: 10.5px;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.portfolio-header .portfolio-meta {
  color: #FFF;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.portfolio-header .portfolio-meta li {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.portfolio-header .portfolio-meta li:before {
  content: '';
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 1px;
  width: 20px;
}
.portfolio-header .mask {
  opacity: .7;
}

.portfolio-related {
  margin: 125px 0 -20px;
}

/*=================================================================*/
/*                      SECTION TESTIMONIALS                              
/*=================================================================*/
.testimonials-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.testimonials {
  background-size: cover;
  padding: 40px 0 115px;
}
.testimonials .mask {
  opacity: .9;
}

.testimonial-item {
  text-align: center;
  position: relative;
}
.testimonial-item p {
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.testimonial-item .title {
  color: #FFF;
  margin-bottom: 0;
  position: relative;
  text-transform: none;
}
.testimonial-item .title:before {
  content: '';
  display: inline-block;
  background: #FFF;
  height: 2px;
  margin-right: 16px;
  position: relative;
  vertical-align: middle;
  width: 25px;
}
.testimonial-item img {
  display: inline-block;
}
.testimonial-item:before {
  content: '“';
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/*=================================================================*/
/*                      SECTION PRICE                              
/*=================================================================*/
.price-table {
  background: #FFF;
  border: solid 1px #F0F0F0;
  text-align: center;
  padding: 40px;
}
.price-table.recommended {
  color: #FFF;
  background: #111;
}
.price-table.recommended .title {
  color: #FFF;
}
.price-table.recommended .price {
  color: #FFF;
}
.price-table .title {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.price-table .price {
  font-size: 42px;
  letter-spacing: 6px;
}
.price-table .price em {
  font-size: 24px;
  vertical-align: text-top;
}
.price-table ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.price-table ul li {
  padding: 8px 0;
}
.price-table ul li:first-child {
  padding-top: 0;
}
.price-table ul li:last-child {
  padding-bottom: 0;
}
.price-table .btn {
  margin-top: 30px;
}

/*=================================================================*/
/*                      SECTION BLOG                              
/*=================================================================*/
.blog {
  padding: 0 0 100px;
}

.blog-wrapper {
  margin-top: -20px;
  margin-bottom: -20px;
}

.blog-post {
  background: #FFF;
  border: solid 1px #F0F0F0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-post .thumb {
  float: left;
  min-height: 140px;
  min-width: 140px;
}
.blog-post .thumb:hover img {
  opacity: .8;
}
.blog-post .post-detail {
  padding: 20px;
}
.blog-post .post-detail .title {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0;
}
.blog-post .post-detail .post-meta {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.blog-post .post-detail .post-meta li {
  display: inline-block;
}
.blog-post .post-detail .post-meta li:after {
  content: '';
  display: inline-block;
  background: #c3c3c3;
  height: 3px;
  margin: 0 6px 0 10px;
  vertical-align: middle;
  width: 3px;
}
.blog-post .post-detail .post-meta li:last-child:after {
  width: 0;
}

/*=================================================================*/
/*                      SECTION CLIENTS                              
/*=================================================================*/
.clients {
  background-size: cover;
}
.clients .mask {
  opacity: .9;
}

.clients-wrapper {
  position: relative;
  z-index: 1;
}

.client-item {
  text-align: center;
}
.client-item img {
  display: inline-block;
}

/*=================================================================*/
/*                      FOOTER                              
/*=================================================================*/
footer {
  color: #777;
  background: #111;
  border-top: solid 1px rgba(225, 225, 225, 0.1);
  padding: 40px 0;
}
footer .copyright {
  font-size: 13px;
  letter-spacing: 1px;
}
footer .social-profiles li a {
  color: #FFF;
}
footer .social-profiles li:last-child {
  padding-right: 0;
}

/*=================================================================*/
/*                     BUTTONS
/*=================================================================*/
.btn {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 1px;
  padding: 14px 30px;
  position: relative;
  text-transform: uppercase;
}

.btn:focus {
  outline: 0;
}

.btn-default {
  color: #FFF;
  border: solid 3px #111;
  background: #111;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.btn-default:hover {
  color: #111;
  background: transparent;
}

.btn-light {
  color: #111;
  background: #FFF;
  border: solid 3px #FFF;
}
.btn-light:hover {
  color: #FFF;
  border: solid 3px #FFF !important;
  background: transparent;
}

.btn-outline {
  border: solid 3px #111;
}
.btn-outline:hover {
  color: #FFF;
  background: #111;
}

.btn-outline-light {
  color: #FFF;
  border: solid 3px #FFF;
}
.btn-outline-light:hover {
  color: #111;
  background: #FFF;
}

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

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

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

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

.btn.disabled, .btn:disabled {
  opacity: 1;
  cursor: no-drop;
}

/*=================================================================*/
/*                     BOOTSTRAP ELEMENTS
/*=================================================================*/
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #F6F6F6;
  border-radius: 0;
}

.progress-bar {
  background: #111;
}

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

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

/* === Form Control === */
.form-control {
  display: block;
  border-radius: 0;
  border: solid 1px transparent;
  width: 100%;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #111;
  background-color: #F0F0F0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-control:focus {
  border-color: #DDD;
  background-color: #F0F0F0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

/* === Pagination === */
.pagination {
  margin-top: 50px;
  margin-bottom: 0;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination li.page-item {
  margin: 0 6px;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.pagination .page-link {
  position: relative;
  display: block;
  font-weight: 700;
  margin-left: -1px;
  line-height: 1.25;
  color: #111;
  background-color: transparent;
  border: 2px solid #111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-link:hover {
  color: #FFF;
  background-color: #111;
  border-color: #111;
}

.alert-success {
  color: #FFF;
  background-color: #111;
  border-color: #111;
  font-size:16px;
}

/*=================================================================*/
/*                      THEME ELEMENTS
/*=================================================================*/
body {
  visibility: hidden;
}

#jpreOverlay {
  background-color: #111;
}

#jpreSlide {
  font-size: 22px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  width: 50%;
  height: 30%;
}

#jpreLoader {
  background: #FFF;
  width: 300px;
  height: 2px;
  top: 48% !important;
}

#jpreBar {
  background-color: #FFF;
}

#jprePercentage {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mask {
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.parallax .layer {
  border: 0;
  position: relative !important;
}
.parallax .btn {
  display: inline-block !important;
}

.box-shadow {
  -webkit-box-shadow: 10px 10px 0px 0px #f6f6f6;
  -moz-box-shadow: 10px 10px 0px 0px #f6f6f6;
  box-shadow: 10px 10px 0px 0px #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-shadow:hover {
  -webkit-box-shadow: 10px 10px 0px 0px #EEE;
  -moz-box-shadow: 10px 10px 0px 0px #EEE;
  box-shadow: 10px 10px 0px 0px #EEE;
}

.more-button {
  margin-top: 30px;
}

.lines span {
  display: block;
  background: #F3F3F3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -webkit-calc(100% / 8);
  left: calc(100% / 8);
}
.lines span:nth-child(2) {
  left: -webkit-calc(100% / 8 * 2);
  left: calc(100% / 8 * 2);
}
.lines span:nth-child(3) {
  left: -webkit-calc(100% / 8 * 3);
  left: calc(100% / 8 * 3);
}
.lines span:nth-child(4) {
  left: -webkit-calc(100% / 8 * 4);
  left: calc(100% / 8 * 4);
}
.lines span:nth-child(5) {
  left: -webkit-calc(100% / 8 * 5);
  left: calc(100% / 8 * 5);
}
.lines span:nth-child(6) {
  left: -webkit-calc(100% / 8 * 6);
  left: calc(100% / 8 * 6);
}
.lines span:nth-child(7) {
  left: -webkit-calc(100% / 8 * 7);
  left: calc(100% / 8 * 7);
}
.lines span:nth-child(8) {
  left: -webkit-calc(100% / 8 * 8);
  left: calc(100% / 8 * 8);
}

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

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

#return-to-top:hover {
  background: #111;
}

#return-to-top:hover i {
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

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

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

/* 

====== Magnifict Popup Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

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

.slick-next, .slick-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border-radius: 0;
  border: solid 3px #111;
  text-align: center;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slick-next:hover, .slick-prev:hover {
  background: #111;
}
.slick-next:hover:before, .slick-prev:hover:before {
  color: #FFF;
}

.slick-prev {
  left: -40px;
}
.slick-prev:hover {
  background: #111;
}

.slick-next {
  right: -40px;
}
.slick-next:hover {
  background: #111;
}

.slick-prev:before, .slick-next:before {
  line-height: 33px;
}

.slick-prev:before {
  color: #111;
  content: '\f053';
  font-family: 'FontAwesome';
  opacity: 1;
}

.slick-next:before {
  color: #111;
  content: '\f054';
  font-family: 'FontAwesome';
  opacity: 1;
}

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

.slick-dots {
  bottom: -60px;
  position: absolute;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}

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

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

.slick-dots li.slick-active button:before {
  opacity: 1;
  height: 10px;
  width: 10px;
}

.slick-dots li button:before {
  content: '';
  border: solid 2px #111;
  background: transparent;
  border-radius: 0;
  height: 10px;
  opacity: .2;
  width: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-wrapper .slick-prev, .services-wrapper .slick-next {
  bottom: -75px;
  position: absolute;
  top: auto;
}
.services-wrapper .slick-prev {
  left: 46.7%;
}
.services-wrapper .slick-next {
  right: 46%;
}

.testimonials-wrapper .slick-dots li button:before {
  border-color: #FFF;
}

/*=================================================================*/
/*                      RESPONSIVE SETTINGS
/*=================================================================*/
@media (max-width: 1199px) {
  .services-wrapper .slick-next {
    right: calc(45% + 0px);
  }

  .services-wrapper .slick-prev {
    left: calc(46% + 0px);
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {

  #videoIframeYT{
    display:none;
  }
  #imageIframeYT{
    display:block !important;
  }

  #localeMov{
    float:left !important;
  }


  header.over .horizontal-menu ul li {
    padding: 0 2.2rem;
  }

  header.over .horizontal-menu ul li {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 900px;
  }
  #videoIframeYT{
    display:none;
  }
  #imageIframeYT{
    display:block !important;
  }
  #localeMov{
    float:left !important;
  }
}
@media only screen and (max-width: 991px) {
  .horizontal-menu {
    display: none !important;
  }

  .menu-toggle {
    display: block;
  }

  .fact-item h2 {
    font-size: 44px;
  }

  .hero .intro .name {
    font-size: 50px;
    letter-spacing: 6px;
  }

  .imgSr{
    max-width:300px !important;
  }

  .hero .intro .title {
    font-size: 40px;
  }

  .hero .intro .description {
    font-size: 16px;
  }

  .hero .image {
    right: 0;
  }
  #videoIframeYT{
    display:none;
  }
  #imageIframeYT{
    display:block !important;
  }
  #localeMov{
    float:left !important;
  }
}
@media only screen and (max-width: 767px) {
  section.with-line {
    background-image: none;
  }
  #videoIframeYT{
    display:none;
  }
  #imageIframeYT{
    display:block !important;
  }
  #localeMov{
    float:left !important;
  }

  .section-header span.back-text {
    font-size: 42px;
    white-space: pre-line;
    line-height:45px;
  }

  .section-header h2{
    font-size: 24px;
    padding-top:15px;
  }

  .price-table .price {
    font-size: 42px;
  }

  .blog-post .post-detail .title {
    font-size: 16px;
  }

  .services-wrapper .slick-next {
    right: calc(45% - 15px);
  }

  .services-wrapper .slick-prev {
    left: calc(46% - 15px);
  }

  .address-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fact-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero .image {
    top: -15px;
    max-width: 220px;
  }

  .hero .intro .job {
    font-size: 12px;
  }

  .team-member {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .portfolio-header {
    padding: 100px 0;
  }

  .portfolio-header .title {
    font-size: 32px;
    letter-spacing: 4px;
  }

  .portfolio-header .portfolio-meta li {
    font-size: 14px;
  }

  footer {
    text-align: center;
  }

  footer .social-profiles {
    margin-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline span.line {
    left: 31px;
  }

  #videoIframeYT{
    display:none;
  }
  #imageIframeYT{
    display:block !important;
  }
  #localeMov{
    float:left !important;
  }

  /* Full-width containers */
  .timeline-container {
    width: 100% !important;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

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

  .timeline .left .time {
    left: 30px;
    right: auto;
  }

  .timeline .content {
    margin-left: 20px;
  }

  /* Make sure all circles are at the same spot */
  .timeline .left::after, .timeline .right::after {
    left: 24px;
  }

  .timeline .right::before, .timeline .left::before {
    display: none;
  }

  /* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 700px;
  }

  #videoIframeYT{
    display:none;
  }
  #imageIframeYT{
    display:block !important;
  }
  #localeMov{
    float:left !important;
  }

  .portfolio-filter {
    display: none;
  }

  .hero .intro .title {
    font-size: 28px;
  }

  .hero .intro .description {
    font-size: 14px;
  }

  .team-member {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .services-wrapper .slick-next {
    right: calc(45% - 25px);
  }

  #videoIframeYT{
    display:none;
  }

  #imageIframeYT{
    display:block !important;
  }
  #localeMov{
    float:left !important;
  }

  .services-wrapper .slick-prev {
    left: calc(46% - 25px);
  }

  .hero .image {
    max-width: 160px;
  }

  .price-table {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .portfolio-filter-mobile {
    display: block;
  }
}

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