/* ===================================================
   PersonX Layout Stylesheet

   TOC:
    01. Revulotion Slider
    02. About Styles
    03. Service Styles
    04. Video Styles
    05. Portfolio Styles
    06. Team Styles
    07. Testimonial Styles
    08. Clients Styles
    09. Newsletter Styles
    10. Pricing Table Styles
    11. Tweets Styles 
    12. Contact Styles 
    13. Map Styles

====================================================== */
.popup-body,
.ov-hidden {
  overflow: hidden;
}
.ov-hidden-padding {
  overflow: hidden;
  padding: 0px 3px;
}
.item-description h3,
.item-description > div,
.sweet-alert h2 {
  text-transform: uppercase;
}
/* ====================================================
    Revulotion Slider
======================================================= */
.tp-caption.rev-btn {
  -webkit-box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
}
.tp-caption.rev-btn:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
/* ====================================================
    Components Styles
======================================================= */
/* personx general carousel */
.personx-common-carousel-wrap.nav-enabled {
  position: relative;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-left {
  padding-left: 80px;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-right {
  padding-right: 70px;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-both {
  padding-right: 80px;
  padding-left: 80px;
}
@media (min-width: 1200px) {
  .personx-common-carousel-wrap.nav-enabled.disable-desktop-nav.personx-nav-position-left,
  .personx-common-carousel-wrap.nav-enabled.disable-desktop-nav.personx-nav-position-right,
  .personx-common-carousel-wrap.nav-enabled.disable-desktop-nav.personx-nav-position-both {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personx-common-carousel-wrap.nav-enabled.disable-notebook-nav.personx-nav-position-left,
  .personx-common-carousel-wrap.nav-enabled.disable-notebook-nav.personx-nav-position-right,
  .personx-common-carousel-wrap.nav-enabled.disable-notebook-nav.personx-nav-position-both {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .personx-common-carousel-wrap.nav-enabled.disable-tablet-nav.personx-nav-position-left,
  .personx-common-carousel-wrap.nav-enabled.disable-tablet-nav.personx-nav-position-right,
  .personx-common-carousel-wrap.nav-enabled.disable-tablet-nav.personx-nav-position-both {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .personx-common-carousel-wrap.nav-enabled.disable-mobile-nav.personx-nav-position-left,
  .personx-common-carousel-wrap.nav-enabled.disable-mobile-nav.personx-nav-position-right,
  .personx-common-carousel-wrap.nav-enabled.disable-mobile-nav.personx-nav-position-both {
    padding: 0;
  }
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-left .owl-nav {
  right: auto;
  left: 0;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-right .owl-nav {
  right: 0;
  left: auto;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-bottom .owl-nav {
  position: initial;
  text-align: center;
  margin-top: 50px;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-bottom .owl-nav .personx-arrow-btn {
  display: inline-block !important;
  margin-bottom: 0;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-bottom .owl-nav .personx-arrow-btn:not(:first-child) {
  margin-left: 10px;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-bottom .owl-dots {
  margin-top: 30px;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-both .owl-nav {
  position: static !important;
  margin-top: 0;
  overflow: visible;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-both .personx-arrow-btn {
  display: inline-block;
  top: 50%;
  margin-top: -22px;
  position: absolute;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-both .personx-arrow-btn.common-carousel-nav-left {
  left: 0;
  right: auto;
}
.personx-common-carousel-wrap.nav-enabled.personx-nav-position-both .personx-arrow-btn.common-carousel-nav-right {
  left: auto;
  right: 0;
}
.personx-common-carousel-wrap.nav-enabled .personx-skill-card-wrap {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.personx-common-carousel-wrap.nav-enabled.nav-context-outside-container.personx-nav-position-left {
  padding-left: 0;
}
.personx-common-carousel-wrap.nav-enabled.nav-context-outside-container.personx-nav-position-left .owl-nav {
  left: -55px;
}
.personx-common-carousel-wrap.nav-enabled.nav-context-outside-container.personx-nav-position-right {
  padding-right: 0;
}
.personx-common-carousel-wrap.nav-enabled.nav-context-outside-container.personx-nav-position-right .owl-nav {
  right: -55px;
}
.personx-common-carousel-wrap.nav-enabled.nav-context-outside-container.personx-nav-position-both {
  padding-left: 0;
  padding-right: 0;
}
.personx-common-carousel-wrap.nav-enabled.nav-context-outside-container.personx-nav-position-both .personx-arrow-btn.common-carousel-nav-left {
  left: -55px;
}
.personx-common-carousel-wrap.nav-enabled.nav-context-outside-container.personx-nav-position-both .personx-arrow-btn.common-carousel-nav-right {
  right: -55px;
}
.personx-common-carousel-wrap.pagination-enabled .owl-dots {
  margin-top: 70px;
}
.personx-common-carousel-wrap.pagination-enabled .owl-dots .owl-dot span {
  background: #999999;
}
.personx-common-carousel-wrap.pagination-enabled .owl-dots .owl-dot.active span {
  background: #0fb5b3;
}
.personx-common-carousel-wrap .personx-arrow-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: rgba(255, 255, 255, 0.13);
}
.personx-common-carousel-wrap .personx-arrow-btn i {
  line-height: 45px;
}
.personx-common-carousel-wrap .personx-arrow-btn:hover {
  background-color: #fff;
  color: #0fb5b3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.personx-common-carousel-wrap .personx-arrow-btn:hover i {
  color: #0fb5b3;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-white .personx-arrow-btn {
  background-color: rgba(0, 0, 0, 0.13);
  color: #fff;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-white .personx-arrow-btn:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0fb5b3;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-white .personx-arrow-btn:hover i {
  color: #0fb5b3;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-white.pagination-enabled .owl-dot span {
  background: #999999;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-white.pagination-enabled .owl-dot.active span {
  background: #fff;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-gray .personx-arrow-btn {
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-gray .personx-arrow-btn:hover {
  background-color: #0fb5b3;
  color: #fff;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-gray .personx-arrow-btn:hover i {
  color: #fff;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-brand .personx-arrow-btn {
  background-color: rgba(15, 181, 179, 0.85);
  color: #fff;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-brand .personx-arrow-btn:hover {
  background-color: #0fb5b3;
  color: #fff;
}
.personx-common-carousel-wrap.personx-card-carousel-color-scheme-brand .personx-arrow-btn:hover i {
  color: #fff;
}
.personx-common-carousel-wrap.personx-carousel-radius-enable .owl-stage {
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
/* personx basic cards */
.personx-basic-card-wrap {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.personx-basic-card {
  padding: 35px;
  background-color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.personx-basic-card:hover {
  background-color: #0fb5b3;
}
.personx-basic-card:hover .personx-basic-card-icon i {
  color: #fff;
}
.personx-basic-card:hover .personx-basic-card-title h2 {
  color: #fff;
}
.personx-basic-card:hover .personx-basic-card-content,
.personx-basic-card:hover .personx-basic-card-content p {
  color: #fff;
}
.personx-basic-card-icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
.personx-basic-card-icon i {
  color: #0fb5b3;
}
.personx-basic-card-title {
  margin-bottom: 15px;
}
.personx-basic-card-title h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  text-transform: uppercase;
}
.personx-basic-card-content,
.personx-basic-card-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  color: #777777;
}
/* ====================================================
    About Styles
======================================================= */
/* hello */
.user-intro-image {
  padding-left: 80px !important;
}
.user-intro-content {
  padding-left: 42px !important;
  padding-right: 75px !important;
}
/* personx key value pair */
.keyval-pair-wrap {
  width: 100%;
  max-width: 380px;
  display: table;
}
.keyval-pair-wrap .single-keyval {
  display: table-cell;
  width: 190px;
  max-width: 50%;
  vertical-align: top;
}
.keyval-pair-wrap .single-keyval > div {
  font-size: 13px;
  display: inline-block;
}
.keyval-pair-wrap .single-keyval .key {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
}
.keyval-pair-wrap .single-keyval .val {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #999999;
  padding-left: 5px;
}
/* skill bar */
.no-parent-skillbar {
  margin-bottom: 13px;
}
.no-parent-skillbar .skill-percentage {
  float: right;
}
.skillbar-content {
  margin-bottom: 10px;
}
.skillbar-content span {
  font-size: 13px;
  display: inline-block;
}
.skill-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #757575;
}
.skill-percentage {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #757575;
}
.personx-skillbar {
  background-color: #e0e0e0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.personx-skillbar-inner {
  height: 7px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 0px;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
  background-color: #0fb5b3;
}
/* skill cards */
.skill-carousel-wrap {
  padding-left: 50px !important;
}
.personx-skill-card-wrap {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.personx-skill-card-wrap .personx-skill-card {
  padding: 35px 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.personx-skill-card-icon-wrap {
  font-size: 48px;
  color: #0fb5b3;
  margin-top: 10px;
  margin-bottom: 22px;
}
.personx-skill-card-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 11px;
}
.personx-skill-card-skill-bar {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 2px;
}
.personx-skill-card-skill-bar-inner {
  height: 10px;
  width: 0px;
  background-color: rgba(15, 181, 179, 0.94);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
/* ====================================================
    Resume Styles
======================================================= */
.personx-resume-grid.row {
  margin-left: -10px;
  margin-right: -10px;
}
.personx-resume-grid .personx-resume-card {
  padding-left: 10px;
  padding-right: 10px;
}
.single-resume-card {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.single-resume-card:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
}
.card-header {
  position: relative;
  padding-right: 120px;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.resume-brand {
  display: table;
}
.resume-brand > div {
  display: table-cell;
  vertical-align: middle;
}
.resume-logo {
  padding-right: 20px;
}
.resume-meta {
  overflow: hidden;
}
.resume-meta h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
  color: #0fb5b3;
}
.resume-meta h2 a {
  font-weight: 500;
}
.resume-meta h2 a:hover,
.resume-meta h2 a:focus,
.resume-meta h2 a {
  color: #0fb5b3;
}
.resume-subtitle,
.resume-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
.resume-date {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.resume-logo {
  margin-right: 20px;
}
.resume-logo div {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #0fb5b3;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.resume-logo img {
  max-width: 26px;
}
.resume-logo a {
  display: block;
  color: #fff;
}
.resume-logo a:hover,
.resume-logo a:focus,
.resume-logo a:active {
  color: #fff;
}
.personx-resume-icon {
  font-size: 24px;
}
.resume-tags {
  margin-bottom: 20px;
}
.resume-tags span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #777777;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 15px;
  min-width: 60px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.resume-tags span:hover {
  color: rgba(15, 181, 179, 0.9);
  border-color: rgba(15, 181, 179, 0.9);
}
.resume-card-no-thumbnail .resume-tags {
  margin-bottom: 0;
}
.card-content {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 1.93;
}
.card-thumb a,
.card-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
/* ====================================================
    Portfolio Styles
=======================================================*/
.personx-portfolio-grid.category-slug-hidden .portfolio-cat {
  display: none;
}
.portfolio-category-wrap {
  margin-bottom: 55px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.portfolio-category {
  display: inline-block;
  padding: 0 15px;
  background-color: #f8f8f8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.portfolio-category li {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #bbbbbb;
  line-height: 1.2;
  display: inline-block;
  float: left;
  padding: 19px 15px;
  margin-right: 17px;
  border-bottom: 4px solid transparent;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.portfolio-category li:active {
  color: rgba(15, 181, 179, 0.9);
  border-bottom-color: rgba(15, 181, 179, 0.9);
}
.portfolio-category li:last-child {
  margin-right: 0;
}
.portfolio-category li.active {
  color: #ffa927;
  border-bottom-color: #a82431;
}
.portfolio-category li .mdl-ripple.is-visible {
  opacity: .12;
}
.protfolio-items {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: .6s;
     -moz-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}
.portfolio-item {
  margin-bottom: 30px;
  position: relative;
}
.portfolio-item a {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-item .pf-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: rgba(255, 169, 39, 0.5);
  -webkit-transform: scale(1, 0);
     -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
       -o-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.portfolio-item .protfolio-image img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.portfolio-item:hover .pf-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
     -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}
.portfolio-item:hover .portfolio-meta {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1, 1);
     -moz-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
       -o-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}
.portfolio-item:hover .protfolio-image img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.portfolio-item > .portfolio-meta {
  display: none;
}
.protfolio-image,
.portfolio-meta {
  z-index: 1;
}
.portfolio-meta {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1, 0.5);
     -moz-transform: translateY(-50%) scale(1, 0.5);
      -ms-transform: translateY(-50%) scale(1, 0.5);
       -o-transform: translateY(-50%) scale(1, 0.5);
          transform: translateY(-50%) scale(1, 0.5);
  padding: 15px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
  transition: opacity .5s, visibility .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, visibility .5s, -o-transform .5s;
  -moz-transition: opacity .5s, visibility .5s, transform .5s, -moz-transform .5s;
  transition: opacity .5s, visibility .5s, transform .5s;
  transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}
.portfolio-meta i {
  color: #fff;
  font-size: 30px;
  margin-bottom: 7px;
}
.portfolio-meta h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.portfolio-meta h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  margin-top: 7px;
}
.protfolio-items .mix {
  display: none;
}
.portfolio-ajax-hidden-div {
  height: 1px;
  overflow: hidden;
  padding-top: 1px;
  margin-top: -2px;
}
.portfolio-subtitle {
  display: none;
}
.protfolio-items.col_3_lessspec-wrap {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
}
.protfolio-items .mix {
  display: none;
}
.padding-0-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.single-portfolio.col_3_lessspec {
  padding: 0 5px;
}
.single-portfolio.col_3_lessspec .portfolio-item {
  margin-bottom: 14px;
}
/* Portfolio Pop up */
.personx-popup-start {
  position: relative;
  z-index: 5;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px 30px;
  -webkit-box-shadow: 0px 13px 18.8px 1.2px rgba(0, 0, 0, 0.24), 0px 5px 26.5px 0.5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 13px 18.8px 1.2px rgba(0, 0, 0, 0.24), 0px 5px 26.5px 0.5px rgba(0, 0, 0, 0.16);
}
.popup-header {
  margin-bottom: 30px;
}
.popup-header .item-screenshot > img {
  width: 100%;
  display: block;
  height: auto;
}
.shot-count {
  text-align: right !important;
  position: relative;
}
.shot-count-inner {
  height: 56px;
  width: 56px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: -29px;
}
.shot-count-inner .popup-share-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #0fb5b3 !important;
  font-size: 15px;
  padding: 0;
}
.shot-count-inner .popup-share-btn i {
  display: block;
  font-size: 26px;
  color: #fff;
}
.shot-count-inner .popup-share-btn:active,
.shot-count-inner .popup-share-btn:focus {
  background: #0fb5b3 !important;
  color: #fff;
}
.shot-count-inner ul {
  position: absolute;
  right: 9px;
  bottom: 45px;
  text-align: center;
  padding-bottom: 28px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.shot-count-inner ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.shot-count-inner ul li:last-child {
  margin-bottom: 0;
}
.shot-count-inner ul li a {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  opacity: 0;
  -webkit-transform: scaleY(0.4) scaleX(0.4) translateY(40px) translateX(0px);
     -moz-transform: scaleY(0.4) scaleX(0.4) translateY(40px) translateX(0px);
      -ms-transform: scaleY(0.4) scaleX(0.4) translateY(40px) translateX(0px);
       -o-transform: scaleY(0.4) scaleX(0.4) translateY(40px) translateX(0px);
          transform: scaleY(0.4) scaleX(0.4) translateY(40px) translateX(0px);
}
.shot-count-inner ul li a .pf-tooltip {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  background: #595959;
  display: inline-block;
  padding: 6px 15px;
  white-space: nowrap;
  position: absolute;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  right: -20px;
  top: 50%;
  margin-top: -15px;
  margin-right: 40px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}
.shot-count-inner ul li a.facebook {
  color: #3b5998;
}
.shot-count-inner ul li a.twitter {
  color: #1da1f2;
}
.shot-count-inner ul li a.google {
  font-size: 20px;
  color: #dd4b39;
}
.shot-count-inner ul li a.pinterest {
  color: #bd081c;
}
.shot-count-inner ul li:hover a {
  color: #fff;
}
.shot-count-inner ul li:hover a.facebook {
  background: #3b5998;
}
.shot-count-inner ul li:hover a.twitter {
  background: #1da1f2;
}
.shot-count-inner ul li:hover a.google {
  font-size: 20px;
  background: #dd4b39;
}
.shot-count-inner ul li:hover a.pinterest {
  background: #bd081c;
}
.shot-count-inner ul li:hover .pf-tooltip {
  right: 20px;
  opacity: 1;
}
.shot-count-inner:hover ul {
  opacity: 1;
  visibility: visible;
}
.shot-count-inner:hover ul li a {
  opacity: 1;
  -webkit-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
     -moz-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
      -ms-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
       -o-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
          transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
}
.popup-meta {
  margin-bottom: 16px;
}
.popup-meta > a.btn-default:active,
.popup-meta > a.btn-default:focus {
  background: #333333;
  color: #fff;
}
.popup-meta .mdl-button--fab:focus:not(:active),
.popup-meta .mdl-button--raised:focus:not(:active) {
  background: #333333;
  color: #fff;
}
.item-description {
  max-width: 70%;
}
.item-description h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.1;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.item-description > div {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}
.popup-body {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 25px;
}
.popup-content-wrap {
  position: relative;
  padding: 20px 0;
}
.screenshot-module {
  width: 50%;
  float: left;
}
.screenshot-module p {
  line-height: 1.8;
}
.screenshot-module h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.screenshot-module:first-of-type {
  padding-right: 29px;
}
.screenshot-module:last-of-type {
  padding-left: 29px;
  padding-right: 0;
}
.phr {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 49%;
  background-color: rgba(0, 0, 0, 0.07);
}
.screenshots-list a {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.screenshots-list a .personx-portfolio-attachment-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: rgba(15, 181, 179, 0.6);
}
.screenshots-list a:hover .personx-portfolio-attachment-overlay {
  opacity: 1;
  visibility: visible;
}
.screenshots-list a:last-child {
  margin-right: 0;
}
.screenshots-list img {
  max-width: 90px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: auto;
}
.popup-description h1,
.popup-description h2,
.popup-description h3,
.popup-description h4,
.popup-description h5,
.popup-description h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.4;
}
.popup-description h1 {
  font-size: 24px;
  line-height: 1.2;
}
.popup-description h2 {
  font-size: 18px;
  line-height: 1.3;
}
.popup-description h3 {
  font-size: 16px;
  line-height: 1.4;
}
.popup-description h4 {
  font-size: 14px;
  line-height: 1.5;
}
.popup-description h5 {
  font-size: 13px;
}
.popup-description h6 {
  font-size: 12px;
}
.popup-social {
  text-align: left;
}
.popup-social li a {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #666666;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.popup-social li a:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.popup-footer a {
  margin-left: 6px;
}
/* popup 2*/
.profolio-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #464646;
  z-index: 1000;
  overflow: auto;
}
.profolio-preview.zoomed .pre-body {
  margin: 0px !important;
}
.profolio-preview.zoomed .prev-header {
  display: none;
}
.profolio-preview.zoomed .pre-body-inner img {
  margin: 30px;
  height: auto;
  max-width: inherit !important;
  cursor: -webkit-zoom-out !important;
}
.profolio-preview .mfp-close {
  display: none !important;
}
.admin-bar .profolio-preview {
  padding-top: 32px;
}
.prev-header {
  background-color: #232323;
}
.prev-header .p-corner {
  display: block;
}
.prev-header .p-corner.logo {
  padding: 12px 20px;
  height: 60px;
}
.prev-header .p-corner.logo img {
  max-height: 100%;
}
.prev-header .p-corner.right {
  border-right: 1px solid #1a1a1a;
}
.prev-header .p-corner.left {
  border-left: 1px solid #1a1a1a;
}
.prev-header .pre-close a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  display: block;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.prev-header .pre-close a i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prev-header .pre-close a:hover i {
  color: #fff;
}
.prev-header .item-description {
  max-width: 100%;
  padding: 10px 20px;
}
.prev-header .item-description h3 {
  color: #ddd;
  margin-bottom: 4px;
}
.prev-header .item-description > div {
  color: #999;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: .4px;
}
.prev-header .screenshots-list {
  padding: 10px 20px;
  float: right;
}
.prev-header .screenshots-list a {
  margin: 0;
  margin-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 1;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.prev-header .screenshots-list a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: rgba(15, 181, 179, 0.6);
}
.prev-header .screenshots-list a:hover span {
  visibility: visible;
  opacity: 1;
}
.prev-header .screenshots-list a img {
  max-height: 40px;
}
.pre-body {
  margin: 0px 10% 0px;
}
.pre-body .pre-body-inner {
  text-align: center;
}
.pre-body .pre-body-inner img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  cursor: -webkit-zoom-in;
  margin: 30px auto;
  height: auto!important;
}
/* ====================================================
    Team Styles
=======================================================*/
.team-member {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}
.team-member .member-img {
  padding-bottom: 78px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.team-member .member-img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  -webkit-transition: opacity 1s ease, -webkit-transform .5s ease;
  transition: opacity 1s ease, -webkit-transform .5s ease;
  -o-transition: opacity 1s ease, -o-transform .5s ease;
  -moz-transition: opacity 1s ease, transform .5s ease, -moz-transform .5s ease;
  transition: opacity 1s ease, transform .5s ease;
  transition: opacity 1s ease, transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease;
}
.team-member .skillbar-content {
  margin-bottom: 7px;
}
.team-member .skillbar-content span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #777;
  font-size: 13px;
}
.team-member .personx-skillbar-wrap {
  margin-bottom: 15px;
}
.team-member .personx-skillbar-wrap:last-child {
  margin-bottom: 0;
}
.team-member .social.member-social {
  text-align: left;
}
.team-member .personx-skillbar-inner {
  -webkit-transition: width 1000ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 1000ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 1000ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 1000ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.team-member:hover img {
  opacity: 0;
  -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
       -o-transform: translateY(-50px);
          transform: translateY(-50px);
}
.team-member:hover .member-info {
  top: 0%;
  margin-top: 0px;
  overflow: auto;
}
.team-member.with-social-links.without-skill-bars .member-toggle {
  padding-top: 0;
}
.team-member.with-social-links.without-skill-bars .member-social {
  margin-top: 0;
  border: 0;
}
.team-member.without-social-links.without-skill-bars:hover img {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.team-member.without-social-links.without-skill-bars:hover .member-info {
  top: 100%;
  margin-top: -78px;
}
.personx-common-carousel-wrap .team-member {
  margin: 0 15px;
}
.member-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  margin-top: -78px;
  background-color: #fff;
  padding: 19px 20px;
  -webkit-transition: height, .5s;
  -o-transition: height, .5s;
  -moz-transition: height, .5s;
  transition: height, .5s;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.member-info h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.member-info .member-role {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.member-toggle {
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.member-skills {
  text-align: left;
}
.member-social {
  padding-top: 10px;
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.member-social li {
  margin-bottom: 4px;
}
.member-social li a {
  color: #999999;
  font-size: 18px;
  background-color: transparent;
}
.member-social li a:hover {
  color: #0fb5b3;
  background-color: #f0f0f0;
}
/* ====================================================
    Funfact Styles
=======================================================*/
.personx-funfact {
  padding: 40px;
  text-align: center;
}
.personx-funfact-head {
  margin-bottom: 20px;
}
.personx-funfact-head span {
  display: inline-block;
  vertical-align: middle;
}
.personx-funfact-head .personx-funfact-icon i {
  font-size: 50px;
  line-height: 1;
}
.personx-funfact-head .personx-funfact-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  margin-top: 5px;
  margin-left: 17px;
}
.personx-funfact-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
.personx-funfact-light .personx-funfact-icon {
  color: #fff;
}
.personx-funfact-light .personx-funfact-title {
  color: #fff;
}
.personx-funfact-light .personx-funfact-body {
  color: rgba(255, 255, 255, 0.8);
}
.personx-funfact-dark .personx-funfact-icon {
  color: #999999;
}
.personx-funfact-dark .personx-funfact-title {
  color: #666666;
}
.personx-funfact-dark .personx-funfact-body {
  color: #777777;
}
/* ====================================================
    Icon Box Style
=======================================================*/
.personx-icon-box-wrap {
  margin-bottom: 30px;
}
.personx-icon-box-wrap .personx-icon-box__icon {
  color: #0fb5b3;
  font-size: 40px;
  line-height: 1;
}
.personx-icon-box-wrap .personx-icon-box__icon i {
  font-size: 40px;
  line-height: 1;
}
.personx-icon-box-wrap .personx-icon-box__title {
  margin-bottom: 8px;
}
.personx-icon-box-wrap .personx-icon-box__title h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.personx-icon-box-wrap .personx-icon-box__text p,
.personx-icon-box-wrap .personx-icon-box__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.95;
}
.personx-icon-box-wrap.icon-box-align-left .personx-icon-box__icon {
  float: left;
  width: 60px;
  text-align: left;
}
.personx-icon-box-wrap.icon-box-align-left .personx-icon-box__content {
  overflow: hidden;
}
.personx-icon-box-wrap.icon-box-align-center {
  text-align: center;
}
.personx-icon-box-wrap.icon-box-align-center .personx-icon-box__icon {
  text-align: center;
  margin-bottom: 15px;
}
.personx-icon-box-wrap.icon-box-align-center .personx-icon-box__content {
  text-align: center;
}
.personx-icon-box-wrap.icon-box-align-right .personx-icon-box__icon {
  float: right;
  width: 60px;
  text-align: right;
}
.personx-icon-box-wrap.icon-box-align-right .personx-icon-box__content {
  overflow: hidden;
  text-align: right;
}
.personx-icon-box-wrap.icon-box-color-white .personx-icon-box__title h2 {
  color: #fff;
}
.personx-icon-box-wrap.icon-box-color-white .personx-icon-box__text p,
.personx-icon-box-wrap.icon-box-color-white .personx-icon-box__text {
  color: rgba(255, 255, 255, 0.6);
}
.personx-icon-box-wrap.icon-box-color-dark .personx-icon-box__title h2 {
  color: #333;
}
.personx-icon-box-wrap.icon-box-color-dark .personx-icon-box__text p,
.personx-icon-box-wrap.icon-box-color-dark .personx-icon-box__text {
  color: #777;
}
/* ====================================================
    Social API Post Styles
=======================================================*/
.personx-social-feeds {
  margin-left: -2px;
  margin-right: -2px;
}
.personx-social-post {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  float: left;
  width: 25%;
}
.personx-social-post a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.personx-social-post a .social-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: rgba(51, 51, 51, 0.5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(rgba(43, 48, 72, 0.5)));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.5), rgba(43, 48, 72, 0.5));
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.5), rgba(43, 48, 72, 0.5));
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0.5), rgba(43, 48, 72, 0.5));
}
.personx-social-post a:hover .social-overlay,
.personx-social-post a:hover .personx-social-meta {
  opacity: 1;
}
.personx-social-post .personx-social-meta {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.personx-social-post .personx-social-meta .social-meta-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.personx-social-post .personx-social-meta .social-meta-item:nth-child(even) {
  margin-left: 15px;
}
.personx-social-post .personx-social-meta .social-meta-item span {
  color: #fff;
  display: inline-block;
}
.personx-social-post .personx-social-meta .social-meta-item span.post-view {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-left: 2px;
}
/* ====================================================
    Testimonial Styles
=======================================================*/
.personx-testimonial-content {
  max-width: 650px;
  margin: 0 auto;
}
.personx-testimonial .personx-testimonial-text,
.personx-testimonial .personx-testimonial-text p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
}
.personx-testimonial .personx-testimonial-text {
  margin-bottom: 40px;
}
.personx-testimonial .personx-testimonial-meta {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
}
.personx-testimonial-thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.personx-testimonial-thumb img {
  width: 100%;
  height: auto;
}
.color-scheme-dark .personx-testimonial-text {
  color: #fff;
}
.color-scheme-dark .personx-testimonial-meta {
  color: #0fb5b3;
}
.single-testimonial {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.recomenders-thumb {
  margin: 0px auto 37px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  background-color: #ddd;
}
.recomenders-thumb img {
  width: 100%;
  min-height: 100%;
}
.recomenders-info p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 35px;
}
.recomenders-info > div span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  font-style: italic;
  display: inline-block;
}
/* ====================================================
    Contact Styles 
=======================================================*/
.personx-contact-info-wrap .personx-contact-info-icon-wrap {
  float: left;
  font-size: 40px;
  line-height: 1;
  color: #0fb5b3;
  padding-right: 60px;
  position: relative;
}
.personx-contact-info-wrap .personx-contact-info-icon-wrap:after {
  content: '';
  position: absolute;
  height: 57px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  right: 30px;
  top: -8px;
}
.personx-contact-info-wrap .personx-contact-info-icon-wrap i {
  min-width: 40px;
}
.personx-contact-info-wrap .personx-contact-info {
  display: table;
  width: auto;
  padding: 7px 0;
}
.personx-contact-info-wrap .personx-contact-info > div {
  display: table-cell;
  vertical-align: top;
}
.personx-contact-info-wrap .personx-contact-info-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.personx-contact-info-wrap .personx-contact-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.personx-contact-info-wrap.contact-info-right .personx-contact-info-icon-wrap {
  float: right;
  padding-right: 0;
  padding-left: 60px;
}
.personx-contact-info-wrap.contact-info-right .personx-contact-info-icon-wrap:after {
  right: auto;
  left: 30px;
}
.personx-contact-info-wrap.contact-info-right .personx-contact-info-content-wrap {
  float: left;
}
.personx-contact-info-wrap.contact-info-right .personx-contact-info-icon-wrap,
.personx-contact-info-wrap.contact-info-right .personx-contact-content,
.personx-contact-info-wrap.contact-info-right .personx-contact-info-title {
  text-align: right;
}
.personx-contact-info-wrap.contact-info-dark .personx-contact-info-icon-wrap:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.personx-contact-info-wrap.contact-info-dark .personx-contact-info-title {
  color: #333;
}
.personx-contact-info-wrap.contact-info-dark .personx-contact-content {
  color: #777;
}
.personx-contact-info-wrap .cp-tabs-container .cp-tab-controller a {
  font-size: 34px;
}
/* sweet-alert */
.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
}
.sweet-alert {
  -webkit-box-shadow: 0px 13px 18.8px 1.2px rgba(0, 0, 0, 0.24), 0px 5px 26.5px 0.5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 13px 18.8px 1.2px rgba(0, 0, 0, 0.24), 0px 5px 26.5px 0.5px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding-bottom: 40px;
}
.sweet-alert h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 23px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.sweet-alert p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 13px;
  line-height: 2;
}
.sweet-alert button {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  min-width: 90px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.sweet-alert button.confirm {
  background: #333333 !important;
}
.sweet-alert button.cancel {
  background: #ff5252 !important;
}
