.mini-hero {
  height: 500px;
  min-height: 450px;
  background-color: #bdbdbd;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pc-1207834_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pc-1207834_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.mini-hero.mini-hero-about {
  height: 500px;
  min-height: 450px;
  background-color: #333;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/tk6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/tk6.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.mini-hero.mini-hero-about .w-container{margin: 0!important;}

.mini-hero.mini-hero-contact {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/tk2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/tk2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mini-hero.mini-hero-blog {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/office-1081807_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/office-1081807_1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mini-hero.mini-hero-blog-post {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/office-1081807_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/office-1081807_1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mini-hero-title {
  margin-top: 275px;
  font-size: 62px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -2px;
}

.mini-hero-text {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
}

.section-counters {
  padding: 60px 0px;
}

.counter-element {
  margin: 15px 0px;
  padding: 35px 20px;
  border: 0px solid #000;
  border-radius: 20px;
  background-color: #333;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  text-align: center;
}

.counter-element:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.counter-element-title {
  margin-top: 5px;
  font-size: 52px;
}

.counter-element-text {
  font-weight: 700;
}

.section-title {
  margin-bottom: 30px;
  color: #333;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.section-title.about-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}

.section-what-we-do {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}

.feature-item {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.feature-item:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.feature-item-title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.feature-item-text {
  font-size: 14px;
  text-align: left;
  padding:  6px 10px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333;
  color: hsla(0, 0%, 100%, .55);
  text-align: center;
}

.section-team {
  padding-top: 40px;
  padding-bottom: 60px;
}

.team-item {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-item:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.team-item-title {
  margin-top: 10px;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 24px;
}

.team-item-description {
  font-size: 12px;
}

.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-logo img{width: 280px}

.header-logo.w--current {
  padding-top: 10px;
  padding-bottom: 0px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: hsla(0, 0%, 96%, .9);
}

.header-menu {
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  float: left;
  padding-left: 8.7%;
}

body {
  border-style: solid;
  border-width: 0px 10px;
  border-color: #eee;
  font-family: Montserrat, sans-serif;
}

.footer-quote-author {
  font-size: 12px;
  font-style: italic;
}

.footer-quote {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

.footer-bot {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #111;
  color: #cacaca;
  text-align: center;
}

.section-about {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
  color: #333;
  font-size: 13px;
  text-align: left;
}

.section-cta {
  padding-top: 40px;
  background-color: #f4f4f4;
}

.box1 {
  margin-top: 0px;
  margin-bottom: 45px;
  padding: 25px 35px;
  border: 2px solid #333;
  border-radius: 20px;
  color: #000;
}

.footer-social-btn {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.footer-social-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.about-text-wrapper {
  margin-left: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  border-left: 2px solid #555;
  font-size: 12px;
}
.about-text-wrapper a{padding: 12px 20px; border: 0px solid #000; border-radius: 6px; background-color: #000; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0px; text-transform: uppercase; text-decoration: none; display: inline-block;}
.about-text-wrapper a:hover{background-color: #f2613a; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

.btn-default {
  padding: 12px 20px;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.btn-default:hover {
  background-color: #f2613a;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-default.btn-lg {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.btn-default.btn-lg.btn-negative {
  border-color: #fff;
  color: #fff;
}

.btn-default.btn-lg.btn-negative:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.row-counters {
  margin-top: 40px;
  margin-bottom: 0px;
}

.team-item-pic {
  border-radius: 0px;
}

.footer-top {
  padding-top: 0px;
  padding-bottom: 30px;
}

.cta-title {
  margin-top: 10px;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0px;
}

.home-slideshow {
  max-height: 100%;
  min-height: 800px;
}

.home-slide1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/tk3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/tk3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.home-slide-container {
  padding-top: 320px;
  color: hsla(0, 0%, 100%, .9);
  text-align: center;
}

.home-slide-title {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 82px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: -3px;
}

.slide-text {
  color: hsla(0, 0%, 100%, .8);
  font-size: 28px;
  text-transform: uppercase;
}

.home-slide2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tk7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tk7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container {
  width: 1200px;
  max-width: 100%;
}

.header-menu-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 11px;
}

.header-menu-link:hover {
  color: #f2613a;
}

.header-menu-link.w--current {
  color: #f2613a;
}

.section-map {
  height: 400px;
  border-style: none;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 6%, .5), hsla(0, 0%, 6%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 6%, .5), hsla(0, 0%, 6%, .5));
}

.section-contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.map-block {
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
}

.contact-col1 h2 {
  margin-top: 10px;
  font-size: 22px;
}

.contact-row {
  padding-top: 25px;
  padding-bottom: 35px;
}

.form-label {
  margin-top: 0px;
  padding-top: 10px;
  color: rgba(51, 51, 51, .9);
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
}

.form-textarea {
  height: 80px!important;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 5px;
}

.form-field {
  height: 45px;
  border: 1px solid #000;
  border-radius: 5px;
  line-height: 22px;
}

.form-field:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 1px;
  color: #333;
}

.form-field:focus {
  border-width: 1px;
  color: #333;
}

.contact-col1 {
  font-size: 12px;
}

.contact-ico {
  margin-top: 10px;
}

.contact-form {
  padding-bottom: 15px;
  padding-left: 25px;
  border-left: 2px solid #333;
}

.section-projects {
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-item {
  margin-bottom: 25px;
}

.project-item-title {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.project-item-category {
  color: rgba(51, 51, 51, .8);
  font-size: 11px;
  line-height: 12px;
  font-style: italic;
}

.logo-image {
  width: 150px;
}

.section-posts {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-post-item {
  margin-bottom: 40px;
}

.blog-item-link {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-item-title {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
}

.blog-item-text {
  padding-bottom: 10px;
  color: #555;
  font-size: 11px;
  line-height: 17px;
  text-transform: none;
}

.blog-item-image {
  width: 100%;
}

.box-bg {
  padding-top: 15px;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.box-bg.box-bg-contact {
  padding-top: 25px;
}

.box-bg.box-bg2 {
  background-color: #d50a22;
}

.section-blog-post {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.post-content-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.post-single-text {
  margin-bottom: 80px;
  padding-top: 5px;
  padding-bottom: 50px;
  border-bottom: 2px solid #ccc;
  border-left: 0px none #000;
  color: #777;
  font-size: 14px;
  line-height: 26px;
}

.post-single-title {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
}

.post-single-meta {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
}

.post-single-meta.post-single-meta-right {
  display: block;
  text-align: right;
  text-decoration: none;
}

.post-single-image {
  margin-bottom: 25px;
  border-radius: 6px;
}

.section-lastest-posts {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}

.page-loader {
  position: fixed;
  z-index: 999;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.setion-subtitle-top {
  margin-bottom: -20px;
  color: #aaa;
  text-align: center;
  text-transform: uppercase;
}

.post-item-meta {
  margin-top: 10px;
  color: #aaa;
  font-size: 11px;
  font-style: italic;
}

.inline {
  display: inline;
  padding-left: 0px;
}

.inline.post-item-meta-category {
  padding-left: 5px;
  font-weight: 400;
}

.blog-author-single-bio {
  font-size: 13px;
  line-height: 20px;
}

.blog-author-single-title {
  border-bottom: 1px solid #ccc;
  font-size: 26px;
}

.blog-author-single-title2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.blog-author-single-content2 {
  color: #333;
  font-size: 10px;
  text-decoration: none;
}

.blog-author-single-meta {
  margin-top: 30px;
}

.blog-author-single-picture {
  border-radius: 20px;
}

.blog-author-single-content-wrapper {
  min-height: 380px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 30px;
  border-left: 2px solid #333;
}

.blog-authro-single-bio {
  margin-top: 50px;
  padding-bottom: 50px;
}

.blog-post-single-author {
  padding: 30px;
  border-radius: 20px;
  background-color: #f4f4f4;
  color: #333;
}

.blog-post-author-picture {
  border-radius: 100%;
}

.blog-post-single-author-link {
  color: #333;
}

.blog-post-single-author-bio {
  font-size: 12px;
  line-height: 18px;
}

.blog-post-single-author-title {
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.blog-post-single-author-title2 {
  margin-top: 0px;
  color: #aaa;
  font-size: 12px;
}

.blog-post-single-author-content-wrapper {
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid #000;
}

.project-item-hover-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  background-image: url('../images/search.png');
  background-position: 50% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
}

.project-item-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-item-hover-text {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  text-align: center;
}

html.w-mod-js *[data-ix="slidein"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="slidein-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="pageheroin"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="pageheroin-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="page-loader"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="project-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="project-hover-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="cta-in"] {
  opacity: 0;
  -webkit-transform: translate(-80px, 0px);
  -ms-transform: translate(-80px, 0px);
  transform: translate(-80px, 0px);
}

@media (max-width: 767px) {
  .about-text-wrapper {
    margin-left: 0px;
    padding-left: 0px;
    border-width: 0px;
  }
  .header-logo img { width: 280px; }
}

@media (max-width: 479px) {
  .mini-hero {
    height: 200px;
    min-height: 250px;
  }
  .mini-hero.mini-hero-about {
    height: 250px;
    min-height: 200px;
  }
  .mini-hero.mini-hero-contact {
    height: 250px;
  }
  .mini-hero-title {
    margin-top: 145px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
  }
  .mini-hero-text {
    font-size: 12px;
    line-height: 16px;
  }
  .team-item {
    margin-bottom: 20px;
  }
  .footer-quote {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 20px;
  }
  .footer-bot {
    padding-right: 25px;
    padding-left: 25px;
  }
  .about-text-wrapper {
    margin-left: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }
  .cta-title {
    font-size: 16px;
    line-height: 22px;
  }
  .home-slideshow {
    min-height: 450px;
  }
  .home-slide1 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/tk3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/tk3.jpg');
    background-size: auto, cover;
  }
  .home-slide-container {
    padding-top: 165px;
  }
  .home-slide-title {
    padding-right: 45px;
    padding-left: 45px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .slide-text {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 22px;
	font-weight:bold;
  }
  .contact-col1 {
    padding-top: 0px;
  }
  .contact-form {
    padding-top: 20px;
    padding-left: 0px;
    border-left-width: 0px;
  }
  .post-content-wrapper {
    width: 95%;
  }
  .blog-author-single-content-wrapper {
    margin-left: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }
  .blog-post-single-author-content-wrapper {
    margin-left: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }
  .header-menu-button {
    padding-top: 25px;
    padding-right: 35px;
  }
}

