.home-content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.home-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.hero-intro {
  margin: 0 0 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1.2;
}
.hero-head {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 18px;
  margin: 0 0 30px;
  opacity: .9;
}
.hero-head.font16px {
  letter-spacing: 0.3em;
  line-height: 1.2;
  opacity: 1;
}
.hero-head.big {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3em;
  opacity: 1;
}
.hero-head.big2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.hero-head.big3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
}
.hero-subhead {
  margin-top: 0;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.hero-subhead:not(.big) {
  opacity: 0.9;
}
.hero-subhead.big {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
}
.lead-hero {
  margin: 0;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  opacity: .5;
}
.logo-text2 {
  margin-top: 0;
  position: relative;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-family: Dosis, Arial, sans-serif;
}
@media screen and (min-width: 480px) {
  .hero-head,
  .hero-subhead {
    font-size: 24px;
  }
  .hero-subhead.big,
  .hero-head.big2,
  .hero-head.big3 {
    font-size: 32px;
  }
  .hero-head.big {
    font-size: 44px;
  }
  .lead-hero {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hero-head {
    font-size: 30px;
    letter-spacing: 23px;
  }
  .hero-head.font16px,
  .hero-intro {
    margin: 0 0 50px;
  }
  .hero-subhead {
    margin-bottom: 50px;
  }
  .hero-head.big2 {
    font-size: 48px;
    letter-spacing: 0.7em;
  }
  .hero-head.big,
  .hero-subhead.big {
    font-size: 50px;
  }
  .lead-hero {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .hero-head {
    font-size: 30px;
    letter-spacing: 40px;
    margin: 50px 0 80px;
  }
  .hero-subhead {
    font-size: 30px;
    letter-spacing: 0.5em;
  }
  .hero-subhead.big {
    font-size: 64px;
  }
  .hero-head.big {
    font-size: 70px;
    margin: 0 0 50px;
  }
  .hero-head.big2 {
    margin: 0 0 50px;
  }
  .lead-hero {
    font-size: 18px;
  }
  .hero-head.big3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-head {
    letter-spacing: 51px;
  }
  .lead-hero {
    font-size: 19px;
  }
  .hero-head.big {
    font-size: 80px;
    letter-spacing: 0.4em;
  }
}
.bg-scroll {
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.bg-slider {
  position: relative;
}
.slider-bg {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.big-icon {
  font-size: 96px;
  display: inline-block;
}
.big-icon2 {
  font-size: 32px;
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 20px 0;
  border: 3px solid #fff;
  border-radius: 50%;
  line-height: 88px;
}
.big-icon2 .fa {
  margin-right: -4px;
}
.play-video-link {
  text-transform: uppercase;
  font-family: Dosis, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #111111;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.play-video-link:hover {
  color: #777777;
}
.play-video-link .fa,
.play-video-link .icon {
  vertical-align: middle;
}
.post-prev-img a:hover {
  opacity: 0.85;
}

@-webkit-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-moz-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-o-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
.scroll-down {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.scroll-down:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 1;
}
.scroll-down:hover:before {
  opacity: .6;
}
.scroll-down-icon {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  color: #111111;
  font-size: 15px;
  -webkit-animation: scroll-down-anim 1s infinite;
  -o-animation: scroll-down-anim 1s infinite;
  animation: scroll-down-anim 1s infinite;
  z-index: 2;
}
.sppb-section-title,
.section-title {
  margin-bottom: 70px;
}
.testi1 .sppb-section-title,
.testi1 .section-title {
  margin-bottom: 30px;
}
.sppb-title-heading,
.title-heading {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
.sppb-title-subheading,
.title-subheading {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.section-more {
  margin-top: 7px;
  color: #999999;
  font-size: 11px;
  font-family: Dosis, Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.section-more:hover {
  color: #000000;
}
.section-more.right {
  position: absolute;
  top: -40px;
  right: 0;
}
.borderLong1 {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #b0b0b0;
  color: #777777;
  line-height: 1;
  text-transform: none;
}
.borderLong1:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-radius: 20% 0 20% 0;
  background: #111111;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.borderLong1.text-right:after,
.text-after .borderLong1:after {
  right: auto;
  left: 0;
}
.primaryBg .sppb-section-title,
.primaryBg .section-title {
  position: relative;
}
.withSub .sppb-section-title,
.withSub .section-title {
  margin-bottom: 45px;
  padding-bottom: 30px;
}
.withSub .sppb-section-title .sppb-title-heading,
.withSub .section-title .sppb-title-heading,
.withSub .sppb-section-title .title-heading,
.withSub .section-title .title-heading {
  margin: 0;
  padding: 0;
  position: static;
}
.withSub .sppb-section-title .sppb-title-subheading,
.withSub .section-title .sppb-title-subheading,
.withSub .sppb-section-title .title-subheading,
.withSub .section-title .title-subheading {
  margin: 0;
  max-width: 770px;
  margin: 20px auto 0;
}
.primaryBg.withSub .sppb-section-title .sppb-title-subheading,
.primaryBg.withSub .section-title .sppb-title-subheading,
.primaryBg.withSub .sppb-section-title .title-subheading,
.primaryBg.withSub .section-title .title-subheading {
  color: #b0b0b0;
}
.sppb-addon-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
h4.sppb-addon-title {
  letter-spacing: 0.2em;
}
.faq-2 h4 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.faq-2 p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.faq-2 hr {
  margin-top: 20px;
}
.banner-image {
  margin: -40px 0 0;
}
.block-mission h2 {
  margin: 0 0 45px;
  font-size: 36px;
  text-transform: uppercase;
}
.block-mission h3 {
  margin: 0 0 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.block-mission p {
  margin: 20px 0 0;
  line-height: 20px;
  opacity: 0.7;
}
.block-mission .year {
  display: none;
  padding: 50px;
  background: #111111;
  color: #fff;
}
.block-mission .year.active {
  display: block;
}
.block-mission .years {
  border-bottom: 25px solid #dddfdf;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
}
@media (min-width: 480px) {
  .block-mission .years {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .block-mission .years {
    font-size: 18px;
  }
}
.block-mission .years a {
  position: relative;
  display: inline-block;
  width: 9%;
  text-decoration: none;
}
.block-mission .years a:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-bottom: 0 solid #111111;
  border-left: 10px solid transparent;
  transition: border-width 0.3s;
}
.block-mission .years .active:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
  border-bottom-width: 15px;
}
#k2Container.portCircle {
  padding: 1px;
  position: relative;
}
.portCircle .k2Pagination {
  display: none;
}
.portCircle .portfolio-box {
  margin: 0;
}
.portCircle .portfolio-box .bottom-content {
  border-radius: 50%;
  overflow: hidden;
}
.portCircle .portfolio-box .bottom-content:before {
  padding-top: 100%;
}
.portCircle .portfolio-box .bottom-content .to-item,
.portCircle .portfolio-box .bottom-content .itemLink {
  border-radius: 50%;
  border: 10px solid #b0b0b0;
}
.portCircle #itemListLeading {
  margin: 23%;
}
.portCircle #itemListPrimary .itemContainer {
  position: absolute;
  width: 19.5%;
  margin: 0;
  min-width: 0;
}
.portCircle #itemListPrimary .item-1 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.portCircle #itemListPrimary .item-2 {
  top: 12.5%;
  right: 25%;
  -webkit-transform: translate(25%, -33%);
  -ms-transform: translate(25%, -33%);
  -o-transform: translate(25%, -33%);
  transform: translate(25%, -33%);
}
.portCircle #itemListPrimary .item-3 {
  top: 25%;
  right: 12.5%;
  -webkit-transform: translate(35%, -22%);
  -ms-transform: translate(35%, -22%);
  -o-transform: translate(35%, -22%);
  transform: translate(35%, -22%);
}
.portCircle #itemListPrimary .item-4 {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.portCircle #itemListPrimary .item-5 {
  bottom: 25%;
  right: 12.5%;
  -webkit-transform: translate(35%, 22%);
  -ms-transform: translate(35%, 22%);
  -o-transform: translate(35%, 22%);
  transform: translate(35%, 22%);
}
.portCircle #itemListPrimary .item-6 {
  bottom: 12.5%;
  right: 25%;
  -webkit-transform: translate(25%, 33%);
  -ms-transform: translate(25%, 33%);
  -o-transform: translate(25%, 33%);
  transform: translate(25%, 33%);
}
.portCircle #itemListPrimary .item-7 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.portCircle #itemListPrimary .item-8 {
  bottom: 12.5%;
  left: 25%;
  -webkit-transform: translate(-25%, 33%);
  -ms-transform: translate(-25%, 33%);
  -o-transform: translate(-25%, 33%);
  transform: translate(-25%, 33%);
}
.portCircle #itemListPrimary .item-9 {
  bottom: 25%;
  left: 12.5%;
  -webkit-transform: translate(-35%, 22%);
  -ms-transform: translate(-35%, 22%);
  -o-transform: translate(-35%, 22%);
  transform: translate(-35%, 22%);
}
.portCircle #itemListPrimary .item-10 {
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.portCircle #itemListPrimary .item-11 {
  top: 25%;
  left: 12.5%;
  -webkit-transform: translate(-35%, -22%);
  -ms-transform: translate(-35%, -22%);
  -o-transform: translate(-35%, -22%);
  transform: translate(-35%, -22%);
}
.portCircle #itemListPrimary .item-12 {
  top: 12.5%;
  left: 25%;
  -webkit-transform: translate(-25%, -33%);
  -ms-transform: translate(-25%, -33%);
  -o-transform: translate(-25%, -33%);
  transform: translate(-25%, -33%);
}
.block-team ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-team li {
  margin-top: 90px;
  color: #fff;
}
.block-team li h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}
.block-team li p {
  margin-top: 20px;
  line-height: 20px;
}
.block-team li a {
  text-decoration: none;
  color: #b0b0b0;
}
.block-team li > a {
  display: block;
  float: left;
  margin-right: 100px;
  background: #fff;
}
.block-team li img {
  display: block;
  border: 2px solid #fff;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.block-team li img:hover {
  opacity: 0.8;
}
.block-team li .links {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
}
.block-team li .links a {
  vertical-align: top;
  margin-right: 10px;
  transition: opacity 0.3s;
}
.block-team li .links a:hover {
  opacity: 0.8;
}
.block-team li .inner {
  display: table-cell;
  vertical-align: middle;
  height: 220px;
}
.block-team li:first-child {
  margin-top: 0;
}
.block-team li:nth-child(even) > a {
  float: right;
  margin: 0 0 0 100px;
}
.block-team .carousel {
  width: auto;
  margin: 45px 100px 0;
}
.block-team .owl-prev,
.block-team .owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -28px;
  font-size: 56px;
  text-align: center;
  opacity: 0.4;
}
.block-team .owl-prev:hover,
.block-team .owl-next:hover {
  opacity: 1;
}
.block-team .owl-prev {
  left: -100px;
}
.block-team .owl-next {
  right: -100px;
}
.block-team .owl-prev i,
.block-team .owl-next i {
  display: block;
}
@media screen and (max-width: 1299px) {
  
  .block-team li > a {
    margin-right: 80px;
  }
  .block-team li:nth-child(even) > a {
    margin-right: 0;
    margin-left: 80px;
  }
  .block-team .carousel {
    margin-right: 80px;
    margin-left: 80px;
  }
  .block-team .owl-prev {
    left: -80px;
  }
  .block-team .owl-next {
    right: -80px;
  }
}
@media screen and (max-width: 991px) {
  
  .block-team li > a {
    margin-right: 63px;
  }
  .block-team li:nth-child(even) > a {
    margin-right: 0;
    margin-left: 63px;
  }
  .block-team .carousel {
    margin-right: 63px;
    margin-left: 63px;
  }
  .block-team .owl-prev {
    left: -63px;
  }
  .block-team .owl-next {
    right: -63px;
  }
}
@media screen and (max-width: 767px) {
  
  .block-team li > a {
    float: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
  }
  .block-team li:nth-child(even) > a {
    float: none;
    margin: 0;
  }
  .block-team li img {
    max-width: 100%;
    height: auto;
  }
  .block-team li .inner {
    display: block;
    height: auto;
    margin-top: 30px;
  }
}
.block-team-2 .row > div {
  margin-top: 60px;
  padding-left: 200px;
}
@media (min-width: 992px) {
  .block-team-2 .row > div {
    padding-left: 240px;
  }
}
.block-team-2 h3 {
  font-size: 30px;
  margin: 0;
}
.block-team-2 h4 {
  margin: 10px 0;
  font-size: 13px;
}
.block-team-2 p {
  line-height: 20px;
  color: #b0b0b0;
}
.block-team-2 .pic {
  position: absolute;
  top: 0;
  left: 20px;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .block-team-2 .pic {
    left: 30px;
    width: 160px;
    height: 160px;
  }
}
.block-team-2 .pic:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #111111;
  opacity: 0;
  transition: opacity 0.3s;
}
.block-team-2 .pic:hover:before {
  opacity: 1;
}
.block-team-2 .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.block-team-2 .info {
  display: table-cell;
  vertical-align: middle;
  height: 160px;
}
@media (min-width: 992px) {
  .block-team-2 .info {
    height: 180px;
  }
}
.block-team-2 .icons {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.block-team-2 .icons a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 1px;
  background: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  color: #111111;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.block-team-2 .icons a:hover {
  opacity: 1;
}
.block-team-2 .pic:hover .icons {
  opacity: 1;
}
.block-team-2 .owl-pagination {
  margin-top: 60px;
  text-align: center;
}
.block-team-2 .owl-pagination div {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 0 3px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.block-team-2 .owl-pagination .active {
  opacity: 1;
}
.block-team-3 .pic {
  position: relative;
  border: 1px solid #fff;
}
.block-team-3 .pic:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  opacity: 0;
  transition: opacity 0.3s;
}
.block-team-3 .pic:hover:before {
  opacity: 1;
}
.block-team-3 .pic img {
  display: block;
}
.block-team-3 .icons {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.block-team-3 .icons a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 1px;
  background: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  color: #111111;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.block-team-3 .icons a:hover {
  opacity: 1;
}
.block-team-3 .info {
  margin-top: 0;
  padding: 20px;
  background: #fff;
  line-height: 20px;
}
.block-team-3 .info h3 {
  font-size: 15px;
  color: #111111;
  margin: 0;
}
.block-team-3 .info h4 {
  margin-bottom: 6px;
  font-size: 13px;
  color: #777777;
}
.block-team-3 .info p {
  margin-bottom: 0;
  color: #777777;
}
.block-team-3 .pic:hover .icons {
  opacity: 1;
}
.block-team-3 .carousel {
  width: auto;
  margin: 60px -15px 0 -15px;
}
.block-team-3 .owl-item {
  padding: 0 15px;
  box-sizing: border-box;
}
.block-team-3 .owl-prev,
.block-team-3 .owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -28px;
  font-size: 56px;
  text-align: center;
  color: #fff;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.block-team-3 .owl-prev:hover,
.block-team-3 .owl-next:hover {
  opacity: 1;
}
.block-team-3 .owl-prev {
  left: -30px;
}
.block-team-3 .owl-next {
  right: -30px;
}
.block-team-3 .owl-prev i,
.block-team-3 .owl-next i {
  display: block;
}
@media screen and (max-width: 1299px) {
  
  .block-team-3 .pic img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  
  .block-team-3 .carousel {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.knobv1 .knob,
.capabilities .knob {
  position: relative;
  margin: 30px auto 0;
}
.knobv1 .knob span,
.capabilities .knob span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -15px;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}
.knobv1 .knob em,
.capabilities .knob em {
  font-size: 14px;
  line-height: 1;
}
.knobv1 h4,
.capabilities h4,
.knobv1 h3,
.capabilities h3 {
  font-size: 18px;
  margin: 20px 0;
}
.knobv1 p,
.capabilities p {
  margin-bottom: 0;
}
.knobv1 .knob {
  width: 150px;
  height: 150px;
  border: 8px solid #d5d5d5;
  border-radius: 50%;
}
.knobv1 .knob span {
  left: 50%;
  height: 112px;
  width: 112px;
  margin: -56px 0 0 -56px;
  border: 3px solid #d5d5d5;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  line-height: 106px;
  color: #333333;
}
.gallery a {
  display: block;
}
.gallery img {
  width: 100%;
}
.album-overlay {
  position: relative;
  overflow: hidden;
}
.album-overlay .overlay-content {
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.album-overlay .overlay-content h3 {
  color: #ccc;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.album-overlay .overlay-content p {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  line-height: 1.2;
}
.album-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.album-overlay:hover .overlay-content {
  bottom: 30px;
}
.album-overlay:hover a {
  background-color: rgba(17, 17, 17, 0.85);
}
.k2-slider .classicItemImg .moduleItemImage {
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.k2-slider .classicItemImg:hover .moduleItemImage {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 5s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 5s cubic-bezier(0, 0, 0.58, 1);
}
.k2-slider .bottom-content {
  width: 100%;
  padding: 30px 30px 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.65);
}
.k2-slider .bottom-content .itemTitle {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.k2-slider .bottom-content .itemTitle a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.k2-slider .bottom-content .itemTitle a:hover {
  color: #ffffff;
}
.k2-slider .bottom-content .blog-info {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.k2-slider .bottom-content .blog-info a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.k2-slider .bottom-content .blog-info a:hover {
  color: #ffffff;
  text-decoration: none;
}
.k2-slider .bottom-content .blog-info > span,
.k2-slider .bottom-content .blog-info > a {
  margin-left: 15px;
}
.k2-slider .bottom-content .blog-info > span:first-child,
.k2-slider .bottom-content .blog-info > a:first-child {
  margin-left: 0;
}
.prodContent {
  position: relative;
  text-align: center;
}
.prodContent .onSale {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.prodContent h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 23px 0 10px 0;
}
.prodContent h4 a {
  color: #777777;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.prodContent .gkPrice {
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}
.font15px {
  font-size: 15px;
  margin-bottom: 35px;
}
.font16px {
  font-size: 16px;
  line-height: 1.8;
}