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

   TOC:
    01. General & Global Styles
    02. Preloader Styles
    03. Header Styles
    04. Banner Styles
    05. Blog Post Styles
    06. Footer Styles

====================================================== */
/* ====================================================
   General & Global Styles
=======================================================*/
html,
body {
  -webkit-font-smoothing: antialiased;
}
body {
  height: auto !important;
  overflow-x: hidden;
}
/* Magnific popup css */
.personx-blank-space {
  display: block;
  width: 100%;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
}
.personx-space-content {
  display: none;
}
.personx-space-desktop-large {
  display: block;
}
.mfp-fade .mfp-iframe-holder {
  padding-left: 30px;
  padding-right: 30px;
}
.mfp-fade.mfp-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap {
  z-index: 99999;
}
.mfp-fade.mfp-wrap .mfp-content {
  margin: 90px auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap .mfp-content .mfp-close {
  display: none;
}
.mfp-fade.mfp-wrap .mfp-content iframe {
  -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);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.single-post-content a {
  color: #a82431;
}
.single-post-content table a {
  color: #333;
}
div.vc_row,
section.vc_row,
.section-main {
  position: relative;
}
.vc_row.vc_row-flex {
  overflow: hidden;
}
.wpb_wrapper > .vc_row {
  margin-right: 0;
  margin-left: 0;
}
.vc_row.vc_row-flex > .container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.vc_row.vc_row-flex > .container > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.vc_row.vc_row-flex > .container > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-flex > .container > .vc_column_container > div {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.vc_row.vc_row-o-equal-height > .container > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.vc_row.vc_row-o-equal-height.vc_row-o-content-middle > .container > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form-control {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.personx-contact-form.form-block .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  width: 100%;
}
.personx-contact-form.form-block textarea.wpcf7-form-control {
  min-height: 140px;
}
span.personx-arrow-ripple-btn {
  display: block;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  line-height: 1;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
span.personx-arrow-ripple-btn:focus,
span.personx-arrow-ripple-btn:active,
span.personx-arrow-ripple-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-submit {
  min-width: 95px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.visible-xxs {
  display: none !important;
}
@media (max-width: 600px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
}
html,
button,
input,
select,
textarea {
  color: #666;
}
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body,
html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 13px;
}
img {
  max-width: 100%;
}
.init-hide {
  display: none;
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
a {
  -webkit-transition: color .3s ease, opacity .3s ease;
  -o-transition: color .3s ease, opacity .3s ease;
  -moz-transition: color .3s ease, opacity .3s ease;
  transition: color .3s ease, opacity .3s ease;
}
h1,
h2,
h3 {
  line-height: 1.2;
  margin: 0px;
}
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0px;
}
p {
  color: #757575;
  font-size: 16px;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
	margin-bottom: 15px !important;
}
h1,
h2 {
  font-weight: 900;
}
h2 {
  font-size: 30px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
iframe {
  border: none;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
blockquote:before,
blockquote:after {
  content: '';
  display: none;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #999999;
  opacity: 1;
  display: block;
  margin: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.owl-dots .owl-dot.active span {
  background-color: #a82431;
}
.sliderScale-parent .owl-item {
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: -o-transform .8s;
  -moz-transition: transform .8s, -moz-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s, -moz-transform .8s, -o-transform .8s;
}
.sliderScale-parent .owl-item.active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
/* Dot move */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.zeus .tp-bullet {
  width: 6px !important;
  height: 6px !important;
}
.content-not-found {
  color: rgba(51, 51, 51, 0.2);
  font-weight: 700;
  font-size: 40px;
}
.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.6em 1em;
}
body:not(.home):not(.page-template-template-fullwidth):not(.page-template-template-home) .vc_container {
  width: 100%!important;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
     -moz-animation-name: fadeInDownSmall;
       -o-animation-name: fadeInDownSmall;
          animation-name: fadeInDownSmall;
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
     -moz-animation-name: fadeInUpSmall;
       -o-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
     -moz-animation-name: fadeInLeftSmall;
       -o-animation-name: fadeInLeftSmall;
          animation-name: fadeInLeftSmall;
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
     -moz-animation-name: fadeInRightSmall;
       -o-animation-name: fadeInRightSmall;
          animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}
@-o-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
       -moz-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
         transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}
@-o-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
       -moz-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0);
         transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}
@-o-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
       -moz-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
         transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}
@-o-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
       -moz-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}
/*================ Animated button ===============*/
.btn-animated {
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.btn-animated:before {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-animated:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-animated.zmdi:before {
  font-family: "Material-Design-Iconic-Font";
}
.defalut-page-banner {
  background: rgba(34, 34, 34, 0.8);
  padding: 100px 0;
  width: 100%;
}
.btn-animated.from-top:before {
  left: 0;
  top: -100%;
}
.btn-animated.from-bottom:before {
  left: 0;
  top: 100%;
}
.btn-animated.from-top:hover:before,
.btn-animated.from-top.show-icon:before,
.open .btn-animated.from-top:before,
.btn-animated.from-top.active:before,
.btn-animated.from-bottom:hover:before,
.btn-animated.from-bottom.show-icon:before,
.open .btn-animated.from-bottom:before,
.btn-animated.from-bottom.active:before {
  top: 0;
}
.btn-animated > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.btn-animated.from-top:hover > span,
.btn-animated.from-top.show-icon > span,
.open .btn-animated.from-top > span,
.btn-animated.from-top.active > span {
  -webkit-transform: translateY(300%);
     -moz-transform: translateY(300%);
      -ms-transform: translateY(300%);
       -o-transform: translateY(300%);
          transform: translateY(300%);
}
.btn-animated.from-bottom:hover > span,
.btn-animated.from-bottom.show-icon > span,
.open .btn-animated.from-bottom > span,
.btn-animated.from-bottom.active > span {
  -webkit-transform: translateY(-300%);
     -moz-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
       -o-transform: translateY(-300%);
          transform: translateY(-300%);
}
/* Helper class */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.overflow-hidden {
  overflow: hidden;
}
.init-animation {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.bordred-img {
  border: 6px solid #ffffff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  height: auto;
}
.primary-bg-color {
  background-color: #ffffff;
}
.secondary-bg-color {
  background-color: #f8f8f8;
}
.blog-bg {
  background-color: #fafafa;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.section-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #333333;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.section-title h2 {
  font-size: 30px;
  line-height: 1.2;
}
.section-title h3 {
  font-size: 25px;
  line-height: 1.3;
}
.section-title h4 {
  font-size: 20px;
  line-height: 1.3;
}
.personx-banner-btn-group {
  background-color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  line-height: 1.3 !important;
  padding-bottom: 6px;
  padding-top: 8px;
}
.personx-banner-btn-group a {
  font-size: 20px;
  display: inline-block;
  padding: 0 20px;
  color: #666666;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  line-height: 27px;
  margin-top: -1px;
}
.personx-banner-btn-group a:last-child {
  border-right: 0;
}
.personx-banner-btn-group a:hover {
  color: #a82431;
}
.section-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
}
.section-heading {
  margin-bottom: 75px;
}
.section-heading .section-title {
  margin-bottom: 0;
}
.section-heading .section-subtitle {
  margin-top: 16px;
}
.personx-audiopost iframe {
  width: 100% !important;
}
.owl-carousel:not(.thumb-slides-container) .owl-stage-outer {
  padding: 5px 0;
}
.section-common-space {
  padding-top: 113px;
  padding-bottom: 120px;
}
.personx-arrow-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  min-width: auto;
  background: #fff;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.personx-arrow-btn.disabled {
  cursor: not-allowed;
}
.personx-arrow-btn i {
  line-height: 40px;
  color: #fff;
}
.personx-arrow-btn[disabled] {
  background: rgba(255, 255, 255, 0.5) !important;
  color: rgba(51, 51, 51, 0.8) !important;
}
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}
.padding-0-0 {
  padding: 0;
}
.ajax-hidden-div {
  height: 1px;
  overflow: hidden;
  padding-top: 1px;
  margin-top: -2px;
  opacity: 0 !important;
}
.personx-slider-play-btn {
  text-align: center;
  background: transparent !important;
}
.personx-slider-play-btn span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  line-height: 45px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.personx-slider-play-btn i {
  width: 45px;
  height: 45px;
  display: inline-block;
  color: #000 !important;
  line-height: 45px;
  text-align: center !important;
  color: #151515;
  font-size: 22px;
  padding-left: 3px;
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.personx-slider-play-btn i:before {
  line-height: 45px;
}
/*index page pagination*/
.personx-pb-pagination {
  text-align: center;
}
.personx-pb-pagination a,
.personx-pb-pagination span {
  text-align: center;
  display: inline-block;
  padding: 20px 15px;
  font-size: 16px;
}
.personx-pb-pagination a.next,
.personx-pb-pagination a.prev,
.personx-pb-pagination span.next,
.personx-pb-pagination span.prev {
  min-width: 100px;
}
.personx-pb-pagination a {
  color: #222;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.personx-pb-pagination a:hover {
  color: #a82431;
}
.personx-pb-pagination span {
  color: #a82431;
}
/*end index page pagination*/
.mdl-button--fab[disabled][disabled],
.mdl-button--fab.mdl-button--disabled.mdl-button--disabled,
.mdl-button--raised[disabled][disabled],
.mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes cpScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@-moz-keyframes cpScale {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -moz-transform: scale(0.7);
         transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@-o-keyframes cpScale {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -o-transform: scale(0.7);
       transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@keyframes cpScale {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@-webkit-keyframes cpRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-moz-keyframes cpRotate {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
}
@-o-keyframes cpRotate {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
}
@keyframes cpRotate {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes cpScaleReverse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@-moz-keyframes cpScaleReverse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -moz-transform: scale(0.7);
         transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@-o-keyframes cpScaleReverse {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -o-transform: scale(0.7);
       transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@keyframes cpScaleReverse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
  50% {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    background-color: #fff;
    color: #a82431;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    background-color: #a82431;
    color: #fff;
  }
}
@-webkit-keyframes cpRotateReverse {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-moz-keyframes cpRotateReverse {
  from {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}
@-o-keyframes cpRotateReverse {
  from {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  to {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}
@keyframes cpRotateReverse {
  from {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* personx form fields*/
.mdl-textfield {
  width: 100%;
}
.mdl-textfield .mdl-textfield__input {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 13px;
  resize: none;
}
.mdl-textfield__label:after {
  background-color: #333333;
}
.is-invalid .mdl-textfield__label:after {
  background-color: #a82431;
  width: 100%;
  left: 0px;
  visibility: visible;
}
.mdl-textfield.is-dirty .mdl-textfield__label {
  color: #333333;
}
.mdl-textfield__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #bbbbbb;
  top: 20px;
}
.mdl-textfield__input {
  border-color: #e0e0e0;
}
.mdl-textarea .mdl-textfield__input {
  min-height: 120px;
}
.mdl-textfield {
  padding: 14px 0;
  margin-bottom: 10px;
}
.mdl-textfield__input {
  padding: 8px 0px;
}
.mdl-textfield__label {
  top: 22px;
}
.mdl-textfield__label:after {
  bottom: 14px;
}
.social {
  text-align: center;
  margin-bottom: -10px;
}
.social li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}
.social li:last-child {
  margin-right: 0;
}
.social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  background-color: transparent;
  color: #333333;
}
.overlay {
  position: relative;
  z-index: 2;
}
.banner-bg {
  position: absolute !important;
  top: 50%;
  left: 0px;
  width: 100%;
}
.banner-bg-color {
  background: #333333;
}
.bg-image {
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inside-has-slider {
  position: relative;
}
.slider-with-nav {
  position: relative;
  height: 100%;
}
.icon-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  font-size: 24px;
}
.icon-arrow i {
  line-height: 40px;
}
.ch-gray-white {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.ch-gray-white:hover {
  color: #fff;
  background: #333333;
}
.round-arrow {
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
}
/* personx buttons  */
.personx-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 15px 25px 12px;
  font-size: 14px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-block;
  border: none;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.personx-btn.personx-btn-green {
  background-color: #2ba81b;
  color: #fff;
}
.personx-btn.personx-btn-brand {
  background-color: #a82431;
  color: #fff;
}
.personx-btn.personx-btn-gray {
  background-color: #787878;
  color: #fff;
}
.personx-btn.personx-btn-black {
  background-color: #333333;
  color: #fff;
}
.personx-btn.personx-btn-red {
  background-color: #f44336;
  color: #fff;
}
.personx-btn.personx-btn-orange {
  background-color: #ef4e23;
  color: #fff;
}
.personx-btn.personx-btn-white {
  background-color: #fff;
  color: #04a0d9;
  border: 1px solid #04a0d9;
}
.personx-btn.personx-btn-white i {
  color: #04a0d9;
}
.personx-btn.personx-btn-white:focus,
.personx-btn.personx-btn-white:hover {
  color: #04a0d9;
}
.personx-btn.personx-btn-flat {
  background-color: transparent;
  color: #04a0d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.personx-btn.personx-btn-flat:hover,
.personx-btn.personx-btn-flat:focus {
  background-color: transparent;
  color: #04a0d9;
  outline: 0;
}
.personx-btn.personx-btn-floating {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 0;
}
.personx-btn.personx-btn-floating i {
  font-size: 28px;
  line-height: 50px;
  margin: 0;
  width: 100%;
}
.personx-btn.personx-btn-text {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #03a0d8;
  text-transform: none;
}
.personx-btn.personx-btn-text:focus,
.personx-btn.personx-btn-text:hover {
  background-color: transparent;
  color: #03a0d8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.personx-btn.personx-btn-has-icon {
  padding-left: 23px;
  padding-right: 23px;
}
.personx-btn.personx-btn-icon-right i {
  margin-left: 10px;
  margin-right: 0;
}
.personx-btn.personx-btn-icon-left i {
  margin-left: 0;
  margin-right: 10px;
}
.personx-btn.personx-btn-small {
  padding: 11px 20px;
}
.personx-btn.personx-btn-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
.personx-btn.personx-btn-ttf-lcase {
  text-transform: lowercase;
}
.personx-btn.personx-btn-ttf-default {
  text-transform: none;
}
.personx-btn.personx-btn-ttf-ucase {
  text-transform: uppercase;
}
.personx-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.personx-btn i {
  line-height: 1;
  font-size: 18px;
  margin-right: 6px;
  margin-left: 0;
}
.personx-btn:hover,
.personx-btn:focus {
  color: #fff;
  outline: none;
}
.personx-btn-container.personx-btn-block {
  display: block !important;
}
.personx-btn-container.personx-btn-inline {
  display: inline-block !important;
}
.personx-btn-container.personx-btn-align-left {
  text-align: left;
}
.personx-btn-container.personx-btn-align-right {
  text-align: right;
}
.personx-btn-container.personx-btn-align-center {
  text-align: center;
}
.personx-btn-container.personx-btn-display-block .personx-btn {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* personx buttons  */
/* ====================================================
   Preloader Styles
=======================================================*/
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  background-color: #fff;
  z-index: 9999999999;
}
.loader-wrapper .personx-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.loader-wrapper .personx-preloader:before,
.loader-wrapper .personx-preloader:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #000;
  -webkit-animation: personx-preloader 1.6s linear infinite;
     -moz-animation: personx-preloader 1.6s linear infinite;
       -o-animation: personx-preloader 1.6s linear infinite;
          animation: personx-preloader 1.6s linear infinite;
}
.loader-wrapper .personx-preloader:after {
  -webkit-animation-delay: -0.8s;
     -moz-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes personx-preloader {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
@-moz-keyframes personx-preloader {
  0% {
    -moz-transform: scale(0, 0);
         transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
    opacity: 0;
  }
}
@-o-keyframes personx-preloader {
  0% {
    -o-transform: scale(0, 0);
       transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes personx-preloader {
  0% {
    -webkit-transform: scale(0, 0);
       -moz-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
/* ====================================================
   Slider Navigation Styles
=======================================================*/
/* common carousel navigation and pagination */
.personx-common-carousel {
  position: initial;
}
.personx-common-carousel-wrap .owl-nav,
.common-carousel-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.personx-common-carousel-wrap .owl-nav .personx-arrow-btn,
.common-carousel-nav .personx-arrow-btn {
  display: block;
}
.personx-common-carousel-wrap .owl-nav .personx-arrow-btn.common-carousel-nav-left,
.common-carousel-nav .personx-arrow-btn.common-carousel-nav-left {
  margin-bottom: 10px;
}
/* ====================================================
   Header Styles
=======================================================*/
.main-header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 40px;
  z-index: 1000;
  min-height: 70px;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.main-header.is-sticky {
  background-color: #000 !important;
  -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);
}
.main-header ul li {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.has-basic-header .personx-sidenav-trigger {
  position: absolute;
}
/*========== Non Admin ==========*/
.main-header.basic-header {
  position: absolute;
}
.main-header.animated-header,
.main-header.is-sticky {
  position: fixed;
}
/*========== when admin bar shown ==========*/
body.admin-bar .main-header.animated-header,
body.admin-bar .main-header.is-sticky {
  top: 32px;
}
body.admin-bar:not(.has-basic-header) .personx-sidenav-trigger {
  top: 72px;
}
body.admin-bar.has-sticky-header .personx-sidenav-trigger {
  top: 54px;
}
body.admin-bar .search-close {
  top: 62px;
}
body.admin-bar .sidenav-header {
  padding-top: 32px;
}
body.header-scheme-light.has-sticky-header .right-nav-sec .group-btn i {
  color: #333;
}
body.header-scheme-light.has-sticky-header .hamburger-inner,
body.header-scheme-light.has-sticky-header .hamburger-inner::before,
body.header-scheme-light.has-sticky-header .hamburger-inner::after {
  background: #333;
}
body.header-scheme-light.active-mobile-menu .hamburger-inner,
body.header-scheme-light.active-mobile-menu .hamburger-inner::before,
body.header-scheme-light.active-mobile-menu .hamburger-inner::after {
  background: #fff;
}
/* Logo */
.personx-logo {
  float: left;
}
.personx-logo img {
  position: absolute;
  max-height: 80px!important;
  height: 80px;
  top: 24px;
  left: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
span.personx-text-logo {
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  color: #a82431;
  padding-top: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.personx-logo img.logo-dark {
  opacity: 1;
  filter: alpha(opacity=100);
}
.personx-logo img.logo-lite {
  opacity: 0;
  filter: alpha(opacity=0);
}
.personx-null-logo {
  padding: 30px 0px;
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.is-sticky .personx-null-logo {
  padding: 19px 0px;
}
/* Global navigation typography */
nav.nav-typo ul li {
  list-style: none;
}

nav.nav-typo ul li a {
     font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
    /*text-transform: uppercase;*/
  -webkit-transition: color .3s ease, opacity .3s ease, padding .3s ease;
  -o-transition: color .3s ease, opacity .3s ease, padding .3s ease;
  -moz-transition: color .3s ease, opacity .3s ease, padding .3s ease;
  transition: color .3s ease, opacity .3s ease, padding .3s ease;
}
/* main navigation */
.main-nav {
  float: right;
  margin-left: 150px;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li a {
  display: block;
  padding: 42px 15px 39px;
  
}
.main-nav ul li a .personx-menu-icon-wrap {
  display: none !important;
}
.main-nav ul li a:hover,
.main-nav ul li:hover > a {
  color: #a82431;
}
.main-nav > ul > li.current-menu-item a,
.main-nav > ul > li.current-menu-item.menu-item-type-custom.active a,
.main-nav > ul > li.current-menu-item.active a.hashed-menu-link,
.main-nav > ul > li.active a {
  color:#a82431;
}
.main-nav > ul > li.current-menu-item.menu-item-type-custom a,
.main-nav > ul > li.current-menu-item a.hashed-menu-link {
  color: rgba(255, 255, 255, 0.8);
}
.main-nav > ul > li {
  display: inline-block;
  padding: 25px 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  float: left;
}
.main-nav > ul > li > a {
  padding: 10px 9px;
}
.main-nav > ul > li:last-child > a {
  padding-right: 0 !important;
}
.main-nav > ul > li ul {
  position: absolute;
  min-width: 220px;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.24), 0 0px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 13px 20px rgba(0, 0, 0, 0.24), 0 0px 10px rgba(0, 0, 0, 0.12);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -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-transform-origin: center top 0;
     -moz-transform-origin: center top 0;
      -ms-transform-origin: center top 0;
       -o-transform-origin: center top 0;
          transform-origin: center top 0;
  -o-background-clip: padding-box;
     background-clip: padding-box;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, visibility .3s, -o-transform .3s;
  -moz-transition: transform .3s, opacity .3s, visibility .3s, -moz-transform .3s;
  transition: transform .3s, opacity .3s, visibility .3s;
  transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}
.main-nav > ul > li ul li {
  display: block;
}
.main-nav > ul > li ul li.menu-item-has-children > a:after {
  content: '\f2fb';
  position: absolute;
  right: 20px;
  top: 11px;
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  font-weight: normal;
  font-size: 19px;
  color: #777777;
  text-rendering: auto;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-nav > ul > li ul li.menu-item-has-children:hover > a:after {
  color: #a82431;
}
.main-nav > ul > li ul li:hover > a {
  background: #f2f2f2;
  color: #a82431 !important;
}
.main-nav > ul > li ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #666666!important;
  padding: 17px 30px 14px 30px !important;
  background: transparent;
  white-space: nowrap;
  letter-spacing: .4px;
  border: 0;
}
.main-nav > ul > li ul li:last-child > a {
  border-bottom: 0;
}
.main-nav ul ul li.current-menu-item a,
.main-nav > ul > li ul li a:hover {
  background: #f2f2f2;
  color:#a82431 !important;
}
.main-nav > ul > li ul li.menu-item-has-children > a {
  padding-right: 35px !important;
}
.main-nav > ul > li ul ul {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 100%;
}
.main-nav > ul > li ul ul.left-indent {
  left: auto;
  right: 100%;
}
.main-nav > ul > li ul {
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.main-nav > ul > li > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -7px;
  left: auto;
  right: 34px;
}
.main-nav > ul > li > ul.left-indent {
  right: 0;
  left: auto;
}
.main-nav > ul > li > ul.left-indent:before {
  left: auto;
  right: 10px;
}
.main-nav > ul > li:last-child > ul {
  margin-right: 0px;
}
.main-nav li:hover > ul {
  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);
}
.color-schema-white img.logo-lite {
  opacity: 0;
}
.color-schema-white img.logo-dark {
  opacity: 1;
}
.color-schema-white .main-nav ul li a {
  color: #333333;
}
.color-schema-white .main-nav ul li a:hover {
  color: #a82431;
}
.color-schema-white .main-nav ul li:hover a {
  color: #a82431;
}
.color-schema-white .main-nav ul li.active a {
  color: #a82431;
}
.color-schema-white .main-nav ul li:last-child a {
  padding-right: 0 !important;
}
.color-schema-white img.logo-lite {
  opacity: 1;
}
.color-schema-white img.logo-dark {
  opacity: 0;
}
.color-schema-white .main-nav ul li a {
  color: #fff;
}
.color-schema-white .main-nav ul li a:hover {
  color: #a82431;
}
.color-schema-white .main-nav ul li:hover a {
  color: #a82431;
}
.color-schema-white .main-nav ul li.active a {
  color: #a82431;
}
.color-schema-white .main-nav ul li:last-child a {
  padding-right: 0 !important;
}
.main-header.is-sticky .personx-logo img {
  top: 23px;
  height: 30px;
}
.main-header.is-sticky .personx-logo img.logo-lite {
  opacity: 1 !important;
}
.main-header.is-sticky .personx-logo img.logo-dark {
  opacity: 0 !important;
}
.main-header.is-sticky .main-nav {
  padding-top: 0;
}
.main-header.is-sticky .main-nav ul > li {
  padding: 0;
}
.main-header.is-sticky .main-nav ul li a {
  color:#fff;
  padding-top: 23px;
  padding-bottom: 23px;
}
.main-header.is-sticky .main-nav ul li a:hover {
  color:#a82431;
}
.main-header.is-sticky .main-nav ul li.active a {
  color: #a82431;
  border: 0;
}
.blog-page .personx-logo img.logo-dark {
  opacity: 0;
}
.blog-page .personx-logo img.logo-lite {
  opacity: 1;
}
/*navigation on hover*/
/* Main navigation on small screen */
.mobile-nav {
  width: 320px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 1000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background-color: #333333;
  -webkit-transform: translate3d(320px, 0px, 0px);
     -moz-transform: translate3d(320px, 0px, 0px);
          transform: translate3d(320px, 0px, 0px);
  overflow-y: auto;
}
@media (min-height: 600px) {
  .mobile-nav {
    padding-top: 220px;
    padding-bottom: 30px;
  }
}
@media (min-height: 600px) {
  body.admin-bar .mobile-nav {
    padding-top: 265px;
  }
}
.mobile-nav nav ul li {
  display: block;
  padding: 0 25px;
  margin-bottom: 4px;
}
.mobile-nav ul li.menu-item-has-children > a {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: block;
  position: relative;
}
.mobile-nav ul li.menu-item-has-children > a:after {
  content: '\f2fb';
  position: absolute;
  right: 20px;
  top: 10px;
  line-height: 1;
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  font-weight: normal;
  font-size: 21px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-nav ul li.menu-item-has-children li.menu-item-has-children {
  margin-left: 12px;
}
.mobile-nav ul li.menu-item-has-children.children-open > a:after {
  content: '\f2f9';
}
.mobile-nav ul li a {
  display: inline-block;
  color: #c0c0c0;
  padding: 8px 15px;
}
.mobile-nav ul li.active a {
  color: #fff;
}
.mobile-nav > nav > ul > li li a {
  display: block;
  padding-left: 70px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}
.mobile-nav .submenu-hidden {
  display: none;
}
/* define menu utilities for small screen */
.mobile-nav,
.mobile-logo {
  display: none;
}
.nav-overlay-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 995;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.active-mobile-menu .nav-overlay-bg {
  visibility: visible;
  opacity: 1;
}
.active-mobile-menu .mobile-nav {
  -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
.personx-logo.mobile-logo {
  position: static;
  float: left;
  width: 43px;
  height: 34px;
  padding: 0;
  margin-top: 13px;
}
.main-header.is-sticky .main-nav > ul > li > ul {
  margin-top: -10px;
}
.main-header.is-sticky .main-nav > ul > li > ul:before {
  left: auto;
  right: 34px;
}
.personx-menu-icon-wrap {
  font-size: 21px;
  line-height: 39px;
  max-height: 40px;
  position: relative;
  margin: 0;
  border: 0;
  background: none;
  padding: 0;
  color: #a1a1a1;
  display: inline-block;
}
.mobile-nav nav {
  padding: 30px 0;
}
@media (min-height: 600px) {
  .mobile-nav nav {
    height: 100%;
    overflow-y: auto;
  }
}
.mobile-nav nav ul > li {
  padding: 0;
  position: relative;
}
.mobile-nav nav ul > li.menu-item-has-children > a {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.mobile-nav nav ul > li.active > a {
  border-color: #a82431;
  color: #a82431;
}
.mobile-nav nav ul > li.active > a .personx-menu-icon-wrap {
  color: #a82431;
}
.mobile-nav nav ul > li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: inherit;
  border-left: 4px solid transparent;
  padding-left: 73px;
}
.mobile-nav nav ul > li > a .personx-menu-icon-wrap {
  position: absolute;
  top: 1px;
  left: 31px;
}
.mobile-nav nav ul > li li .personx-menu-icon-wrap {
  display: none !important;
}
.mobile-nav nav ul.has-no-icon-child-items > li > a {
  padding-left: 35px;
}
.mobile-nav nav ul.has-no-icon-child-items > li li a {
  padding-left: 60px;
}
.mobile-nav nav > ul > li {
  margin-bottom: 12px;
}
/* header color scheme */
body.header-scheme-light:not(.has-sticky-header) .main-nav > ul > li > a {
  color: rgba(255, 255, 255, 0.8);
}
body.header-scheme-light:not(.has-sticky-header) .main-nav > ul > li:hover a {
  color: #a82431;
}
body.header-scheme-light .main-header.is-sticky {
  background-color: #fff;
  -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);
}
body.header-scheme-light .main-header.is-sticky .main-nav ul li a {
  color: #444444;
}
body.header-scheme-light .main-header.is-sticky .main-nav ul li:hover a,
body.header-scheme-light .main-header.is-sticky .main-nav ul li.active a {
  color: #a82431;
}
body.header-scheme-light .main-header.is-sticky .personx-logo img.logo-lite {
  opacity: 1 !important;
}
body.header-scheme-light .main-header.is-sticky .personx-logo img.logo-dark {
  opacity: 0 !important;
}
.mobile-nav {
  background-color: #fff;
}
.mobile-nav ul li.menu-item-has-children > a:after {
  color: #333;
}
.mobile-nav ul li a {
  color: rgba(51, 51, 51, 0.9);
}
.mobile-nav nav ul li:hover > a,
.mobile-nav nav ul li:hover:before,
.mobile-nav > ul > li.current-menu-item a,
.mobile-nav nav ul li:hover .personx-menu-icon-wrap,
.mobile-nav nav ul li:hover .personx-menu-icon-wrap i,
.mobile-nav nav > ul > li.active:before,
.mobile-nav nav > ul > li.active > a {
  color: #a82431 !IMPORTANT;
}
body.header-scheme-dark .main-nav ul li a {
  color: rgba(255, 255, 255, 1);
}
body.header-scheme-dark .main-nav > ul > li > a:hover {
  color:#a82431;
}
body.desktop-sidenav-enabled .main-nav {
  margin-right: 0;
}
body.desktop-sidenav-enabled .mobile-nav {
  display: block;
}
body.desktop-sidenav-enabled .personx-sidenav-trigger {
  display: block;
}
body.desktop-sidenav-enabled:not(.personx-bothnav-enabled) .right-nav-sec .group-btn:before {
  width: 0 !important;
}
body.desktop-sidenav-enabled.has-no-top-search .main-nav {
  margin-right: 70px;
}
body.header-scheme-light.has-sticky-header .right-nav-sec .group-btn:before {
  background: rgba(0, 0, 0, 0.65);
}
body.desktop-topnav-enabled:not(.personx-bothnav-enabled) .right-nav-sec {
  margin-right: 0;
}
body.search-no-results:not(.personx-bothnav-enabled) .right-nav-sec {
  margin-right: 0;
}
body.has-sticky-header .right-nav-sec {
  padding: 14px 0 13px;
}
.social-btn {
  display: inline-block;
  vertical-align: middle;
}
.social-btn ul li {
  display: inline-block;
  opacity: .65;
}
.social-btn ul li a {
  display: block;
  padding: 6px 8px;
  font-size: 16px;
  color: #fff;
}
.social-btn ul li:hover {
  opacity: 1;
}
.mdl-button {
  letter-spacing: .6px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.mdl-button .mdl-ripple {
  background: #fff;
}
.mdl-button .mdl-ripple.is-animating {
  -webkit-transition: width 0.5s cubic-bezier(0, 0, 0.2, 1), height 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.8s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: width 0.5s cubic-bezier(0, 0, 0.2, 1), height 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.8s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: width 0.5s cubic-bezier(0, 0, 0.2, 1), height 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.8s cubic-bezier(0, 0, 0.2, 1), -o-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), width 0.5s cubic-bezier(0, 0, 0.2, 1), height 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.8s cubic-bezier(0, 0, 0.2, 1), -moz-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), width 0.5s cubic-bezier(0, 0, 0.2, 1), height 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.8s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), width 0.5s cubic-bezier(0, 0, 0.2, 1), height 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.8s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1), -moz-transform 0.5s cubic-bezier(0, 0, 0.2, 1), -o-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.mdl-button.ripple-black .mdl-ripple {
  background: #000;
}
.mdl-button--fab {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -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);
}
.mdl-button--fab:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
.mdl-button--raised {
  -webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.right-nav-sec {
  padding: 31px 0;
  float: right;
  margin-right: 40px;
  -webkit-transition: padding .3s;
  -o-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
}
.right-nav-sec .group-btn {
  display: inline-block;
  margin-left: 50px;
  vertical-align: middle;
  position: relative;
  margin-top: 3px;
}
.right-nav-sec .group-btn:before {
  content: '';
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  left: -10px;
  top: 10px;
}
.right-nav-sec .group-btn > .mdl-button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 20px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.right-nav-sec .group-btn i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
body.sidenav-profile-disable.has-sticky-header .mobile-nav {
  z-index: 998;
}
@media (min-height: 600px) {
  body.sidenav-profile-disable.has-sticky-header .mobile-nav {
    padding-top: 70px;
  }
}
@media (min-height: 600px) {
  body.sidenav-profile-disable .mobile-nav {
    padding-top: 50px;
  }
}
.sidenav-header {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
@media (min-height: 600px) {
  .sidenav-header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
  }
}
.sidenav-header__inner {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
.sidenav-user-profile {
  padding: 40px 30px;
  background: rgba(21, 21, 21, 0.8);
  width: 100%;
  height: 100%;
}
.sidenav-user-profile {
  text-align: left;
}
.sidenav-user-thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidenav-user-thumb img {
  width: 100%;
  height: auto;
}
.sidenav-user-content h2,
.sidenav-user-content h3 {
  color: #fff;
}
.sidenav-user-content h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.sidenav-user-content h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
/* Side Nav Social*/
.personx-sidenav-social {
  width: 100%;
  background: #fff;
  padding: 30px;
}
@media (min-height: 600px) {
  .personx-sidenav-social {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.personx-sidenav-social__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  line-height: 1;
  margin-bottom: 23px;
}
.personx-sidenav-social ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.personx-sidenav-social ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  vertical-align: middle;
  float: none;
  margin-right: 31px;
}
.personx-sidenav-social ul li a {
  display: block;
  color: #999999;
  padding: 0 !important;
  text-align: left;
  width: auto;
  height: auto;
  line-height: 1;
  max-width: 40px;
}
.personx-sidenav-social ul li i {
  color: #999999;
  line-height: 20px;
  font-size: 16px;
}
.personx-sidenav-social ul li i.zmdi-twitter {
  font-size: 18px;
}
.personx-sidenav-social ul li i.zmdi-google-plus {
  font-size: 21px;
}
/* ====================================================
   Banner Styles
=======================================================*/
.personx-logo.mobile-logo {
  position: static;
}
/* ====================================================
   About Us
=======================================================*/
.user-intro-image .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {
  padding: 8px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.15);
}
.user-intro-image .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
/* ====================================================
    Blog Post Styles
=======================================================*/
.single-blog-post .mdl-card {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.single-blog-post .post-thumb-wrap {
  overflow: hidden;
  z-index: 1;
}
.mdl-card {
  width: 100%;
  z-index: auto;
  overflow: visible;
  min-height: inherit;
}
.single-blog-post .owl-carousel .owl-wrapper-outer {
  padding: 0px;
}
.thumb-slides-container .owl-wrapper-outer {
  padding: 0;
}
.thumb-slides-container .owl-dots {
  position: absolute;
  bottom: 11px;
  z-index: 2;
  right: 18px;
  margin: 0px;
}
.thumb-slides-container .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 3px;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.thumb-slides-container .owl-dots .owl-dot.active span {
  background: #a82431;
}
section.blog-posts .section-common-space {
  padding: 90px 0 102px;
}
section.blog-posts .post-thumb-wrap {
  background-color: #1D1D21;
}
section.blog-posts .post-thumb-wrap img {
  width: 100%;
}
.jwlogo {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.post-thumb-wrap {
  position: relative;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.post-thumb-wrap img {
  width: 100%;
}
.post-meta-info {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  color: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.35)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 90%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 90%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 90%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 90%);
  padding: 15px 20px;
}
.blog-post-thumb.uploaded-audio {
  min-height: 30px;
}
.audio-post .post-thumb-wrap {
  padding: 20px 20px 0px;
}
.post-content-wrap {
  padding: 25px 20px;
}
.format-quote .mdl-card {
  min-height: auto;
}
.format-quote .post-content-wrap {
  padding: 5px;
}
.format-quote .post-content-wrap .mdl-card__supporting-text {
  background-color: #333333;
  position: relative;
  padding: 8px 15px;
}
.format-quote .post-content-wrap .mdl-card__supporting-text i {
  position: absolute;
  color: #fff;
  right: 15px;
  bottom: 15px;
  font-size: 27px;
}
.format-quote .post-content-wrap .post-meta-info {
  position: static;
  padding: 15px 0px 5px 0;
  line-height: 1.4;
  background: none;
  color: #fff;
}
.format-quote .post-content-wrap blockquote {
  padding: 0px;
  margin: 0;
  font-style: inherit;
}
.format-quote .post-content-wrap .quote-text-wrap {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 9px;
}
.format-quote .post-content-wrap p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 9px;
}
.format-quote .post-content-wrap p a {
  color: #fff;
}
.format-quote .post-content-wrap p a:hover,
.format-quote .post-content-wrap p a:active {
  color: #fff;
}
.format-quote .post-content-wrap p cite {
  font-size: 13px;
  font-style: inherit;
  margin-top: 15px;
  display: block;
}
.sticky.format-quote .post-content-wrap .mdl-card__supporting-text i.sticky-icon {
  right: 45px;
  bottom: 17px;
  font-size: 20px;
}
.mdl-card__title-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.43;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mdl-card__title-text a {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #444444;
}
.mdl-card__title-text a:hover {
  color: #a82431;
}
.mdl-card__title-text a i {
  margin-left: 10px;
}
.sticky .mdl-card:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #a82431;
}
.sticky .mdl-card__title-text a i {
  margin-left: 20px;
  line-height: 25px;
  font-size: 20px;
}
.mdl-shadow--2dp {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}
.mdl-card__supporting-text {
  padding: 0px;
  width: auto;
}
.mdl-card__supporting-text p {
  margin: 0;
}
.mdl-card__actions.mdl-card--border {
  padding: 0px;
}
.mdl-card__actions.mdl-card--border a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 16px 21px;
  font-size: 12px;
  color: #999999;
  display: inline-block;
  text-transform: uppercase;
}
.mdl-card__actions.mdl-card--border a.blog-comments {
  padding: 19px 20px;
}
.mdl-card__actions.mdl-card--border a.blog-comments:hover {
  color: #a82431;
}
.mdl-card__actions.mdl-card--border a.blog-share {
  border-left: 1px solid #ddd;
  font-size: 18px;
  cursor: pointer;
}
.mdl-card__actions.mdl-card--border a.blog-share:hover {
  color: #a82431;
}
.single-blog-post {
  margin-bottom: 60px;
}
.blog-layout-masonry .single-blog-post {
  margin-bottom: 30px;
}
.blog-share-wrap {
  float: right;
}
.post-share-media {
  width: 150px;
  background: #fff;
  min-width: 124px;
  padding: 8px 0;
  margin: 0;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.post-share-media li {
  list-style: none;
}
/* post share dropdown */
.mdl-card__actions {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mdl-card__actions .mdl-menu__container.is-visible .mdl-menu {
  width: 100%!important;
}
.mdl-menu__container.is-visible {
  left: auto!important;
  -webkit-border-radius: 0;
          border-radius: 0;
  right: 7px!important;
  top: 47px!important;
  min-width: 150px!important;
}
.mdl-menu__container.is-visible .mdl-menu__outline {
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 100%!important;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
}
.mdl-card__actions .is-visible .post-share-media {
  clip: rect(0px 150px 176 0px) !important;
}
.mdl-card__actions .post-share-media li a {
  display: block;
  text-transform: none;
  padding: 9px 10px;
  line-height: 1.7;
}
.mdl-card__actions .post-share-media li a:hover {
  background-color: #f2f2f2;
  color: #777;
}
.mdl-card__actions .post-share-media li a i {
  font-size: 20px;
  margin-right: 15px;
}
.mdl-card__actions .post-share-media li a span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #777777;
}
.mdl-card__actions .post-share-media li a i,
.mdl-card__actions .post-share-media li a span {
  vertical-align: middle;
}
.mdl-card__actions .post-share-media li.fb i {
  color: #3b5998;
}
.mdl-card__actions .post-share-media li.tw i {
  color: #55acee;
}
.mdl-card__actions .post-share-media li.gplus i {
  color: #dd4b39;
}
.mdl-card__actions .post-share-media li.lin i {
  color: #0077b5;
}
/* ====================================================
    Footer Styles
=======================================================*/
.footer-top {
  background-color: #232328;
}
.footer-top div.section-common-space {
  padding: 78px 0 92px;
}
a.footer-logo {
  display: inline-block;
  margin-bottom: 60px;
}
.footer-social li a {
  background-color: #2a2a2f;
  color: #fff;
  font-size: 15px;
}
.footer-social li a:hover {
  color: #a82431;
}
.footer-bottom {
  background-color: #1d1d21;
  padding: 20px 0;
}
.footer-bottom p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.widget-title a {
  display: inline-block;
  vertical-align: middle;
}
footer.footer2.section {
    background: url(https://www.ociarchitects.com/jb-content/uploads/2021/06/bg-footer-1.png) #0c0c0cb5 no-repeat top scroll;
    background-size: cover;
}
.footer2__top {
 padding: 50px 0 50px;
}
.footer2 .personx-footer-widget:not(:last-child) {
  margin-bottom: 30px;
}
.footer2 .personx-footer-widget .widget-title a {
  color: #fff;
}
.footer2 .personx-footer-widget .widget-title,
.footer2 .personx-footer-widget h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 21px;
}
.footer2 .personx-footer-widget ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  line-height: 1;
  display: block;
  line-height: 1.5;
}
.footer2 .personx-footer-widget ul li a {
  color: #999999;
  display: inline-block;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}
.footer2 .personx-footer-widget ul li a:hover {
  color: #a82431;
}
.footer2 .personx-footer-widget ul li:not(:last-child) {
  margin-bottom: 18px;
}
.footer2__bottom {
  background: #000000;
  padding: 10px 0;
  border-top: 1px solid #000000;
}
.footer2__bottom__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}
.footer2__bottom__text p {
  letter-spacing: .2px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.footer2__bottom__text p:last-child {
  margin-bottom: 0;
}
.footer2__bottom__text small {
  font-size: 11px;
}
.footer2__bottom__text a {
  color: #a82431;
}
.personx-footer-col__1 {
  text-align: center;
}
.personx-footer-col__5 {
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  min-height: 1px;
  float: left;
}
.personx-footer-col {
  margin-bottom: 0px;
}
footer p {
    color: #fff;
    margin: 0;
}
footer p strong {
    color: #a82431;
}


.personx-footer-widget .calendar_wrap {
  padding: 10px 20px 10px 0;
}
.personx-footer-widget .calendar_wrap caption {
  font-weight: 700;
  margin-bottom: 15px;
  color: #999;
  font-size: 13px;
}
.personx-footer-widget .calendar_wrap thead th {
  padding-bottom: 10px;
}
.personx-footer-widget .calendar_wrap td {
  padding: 5px;
  color: #fff;
}
.personx-footer-widget .calendar_wrap a {
  color: #a82431;
}
.personx-footer-widget.widget_search .mdl-textfield__input {
  color: #fff;
  border-color: rgba(224, 224, 224, 0.32);
  padding-right: 40px;
}
.personx-footer-widget.widget_search .mdl-textfield.is-focused .mdl-textfield__label:after {
  background: #a82431;
}
.widget.widget_nav_menu li.menu-item-has-children ul {
  padding-top: 18px;
}
.widget.widget_nav_menu li.menu-item-has-children ul li:not(:last-child) {
  margin-bottom: 18px;
}
.personx-social a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.personx-social.personx-social--round a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.personx-social.personx-social--round a:not(:last-child) {
  margin-right: 6px;
}
.personx-social.personx-social--round a i {
  line-height: 40px;
  font-size: 13px;
}
.personx-social.personx-social--round a i.zmdi-facebook {
  font-size: 15px;
}
.personx-social.personx-social--round a i.zmdi-google-plus {
  font-size: 20px;
}
.personx-social.personx-social--round a i.zmdi-youtube {
  font-size: 18px;
}
.personx-social.personx-social--plain a:not(:last-child) {
  margin-right: 20px;
}
.personx-social.personx-social--plain a i {
  font-size: 16px;
}
.personx-social.personx-social--plain a i.zmdi-google-plus {
  font-size: 20px;
}
.personx-social.personx-social--dark.personx-social--plain a,
.personx-social.personx-social--dark.personx-social--round a {
  color: #fff;
}
.personx-social.personx-social--dark.personx-social--plain a:hover,
.personx-social.personx-social--dark.personx-social--round a:hover {
  color: #a82431;
}
.personx-social.personx-social--dark.personx-social--round a {
  background: rgba(255, 255, 255, 0.03);
}
.personx-social.personx-social--light.personx-social--plain a {
  background: transparent;
  color: #777;
}
.personx-social.personx-social--light.personx-social--plain a:hover {
  background: transparent;
  color: #a82431;
}
.personx-social.personx-social--light.personx-social--round a {
  background: rgba(0, 0, 0, 0.07);
  color: #777;
}
.personx-social.personx-social--light.personx-social--round a:hover {
  background: #a82431;
  color: #fff;
}
.personx-social.personx-social--left {
  text-align: left;
}
.personx-social.personx-social--center {
  text-align: center;
}
.personx-social.personx-social--right {
  text-align: right;
}
.back-to-top {
  position: fixed;
  right: 45px;
  bottom: 28px;
  z-index: 5;
  color: #fff;
  background: #a82431 !important;
  font-size: 30px;
  -webkit-transition: all .3s ease, right .75s ease, bottom .75s ease;
  -o-transition: all .3s ease, right .75s ease, bottom .75s ease;
  -moz-transition: all .3s ease, right .75s ease, bottom .75s ease;
  transition: all .3s ease, right .75s ease, bottom .75s ease;
  -webkit-animation-name: cpScaleReverse;
     -moz-animation-name: cpScaleReverse;
       -o-animation-name: cpScaleReverse;
          animation-name: cpScaleReverse;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.back-to-top.rotate {
  -webkit-animation-name: cpScale;
     -moz-animation-name: cpScale;
       -o-animation-name: cpScale;
          animation-name: cpScale;
}
.back-to-top.shade-on {
  -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);
}
.back-to-top.direction-top-and-bottom > i {
  -webkit-animation-name: cpRotate;
     -moz-animation-name: cpRotate;
       -o-animation-name: cpRotate;
          animation-name: cpRotate;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.back-to-top.rotate.direction-top-and-bottom > i {
  -webkit-animation-name: cpRotateReverse;
     -moz-animation-name: cpRotateReverse;
       -o-animation-name: cpRotateReverse;
          animation-name: cpRotateReverse;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.back-to-top.direction-top-and-bottom {
  right: -100px;
}
.back-to-top.direction-top-and-bottom.show {
  right: 45px;
}
.back-to-top.direction-top-only {
  bottom: -100px;
}
.back-to-top.direction-top-only.show {
  bottom: 28px;
}
.jumbo-shadow {
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  transition: all .3s ease !important;
}
.jumbo-shadow: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;
}
/* revslider style */
.full-screen-overlay {
  width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
}
/*other css*/
.section-bg-img-overlay {
  position: absolute!important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  margin: 0;
  padding: 0;
}
.slider-item {
  z-index: 1;
}
.p {
  color: #757575;
  font-size: 13px;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
.mdl-card__supporting-text p,
.mdl-card__supporting-text div {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  color: #777777;
}
/* wp blog page */
.blog-banner .section-common-space {
  padding-top: 172px;
  padding-bottom: 115px;
}
.uploaded-audio {
  padding: 20px 20px 0;
}
body.single .uploaded-audio {
  padding-right: 0;
  padding-left: 0;
}
.post-thumb-wrap img {
  height: auto;
}
.post-loader {
  position: relative;
  margin-bottom: -10px;
}
.post-loader button {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  line-height: 40px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}
.post-loader .info-message {
  display: none;
  height: 40px;
  line-height: 40px;
}
.post-loader.loading button {
  display: inline-block;
}
.post-loader.loading button img {
  -webkit-animation: rotating .6s linear infinite;
     -moz-animation: rotating .6s linear infinite;
       -o-animation: rotating .6s linear infinite;
          animation: rotating .6s linear infinite;
}
.post-loader.no-post-found > .info-message {
  display: inline-block;
}
.blog-page .banner-content h2.search-title {
  font-weight: 700;
  font-size: 34px;
}
input[type="text"].wpcf7-form-control::-webkit-input-placeholder,
input[type="email"].wpcf7-form-control::-webkit-input-placeholder,
textarea.wpcf7-form-control::-webkit-input-placeholder,
.personx-textfield::-webkit-input-placeholder,
.personx-textarea::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
input[type="text"].wpcf7-form-control:-moz-placeholder,
input[type="email"].wpcf7-form-control:-moz-placeholder,
textarea.wpcf7-form-control:-moz-placeholder,
.personx-textfield:-moz-placeholder,
.personx-textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
input[type="text"].wpcf7-form-control::-moz-placeholder,
input[type="email"].wpcf7-form-control::-moz-placeholder,
textarea.wpcf7-form-control::-moz-placeholder,
.personx-textfield::-moz-placeholder,
.personx-textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
input[type="text"].wpcf7-form-control:-ms-input-placeholder,
input[type="email"].wpcf7-form-control:-ms-input-placeholder,
textarea.wpcf7-form-control:-ms-input-placeholder,
.personx-textfield:-ms-input-placeholder,
.personx-textarea:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
.map-popup {
  margin: 5px 8px 2px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.map-popup h4 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.map-popup p {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}
/* personx form fields */
.personx-textarea,
.personx-textfield {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: #666666;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.personx-textarea:focus,
.personx-textfield:focus {
  border-color: #a82431;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12);
}
.personx-textfield {
  padding: 14px 15px;
}
.personx-textarea {
  min-height: 180px;
  padding: 15px;
}
/* personx contact form */
.wpcf7-form-control-wrap {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.wpcf7-response-output,
.wpcf7-validation-errors {
  overflow: hidden;
}
.wpcf7-form {
  max-width: 770px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control {
  padding: 14px 15px;
}
input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control,
textarea.wpcf7-form-control {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  line-height: 1.1;
  background-color: #fff;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}
input[type="text"].wpcf7-form-control:focus,
input[type="email"].wpcf7-form-control:focus,
textarea.wpcf7-form-control:focus {
  border-color: #a82431;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12);
}
textarea.wpcf7-form-control {
  padding: 15px;
  min-height: 180px;
}
.wpcf7-submit {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 13px 20px 12px;
  font-size: 14px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-block;
  border: none;
  position: relative;
  text-transform: uppercase;
  background-color: #a82431;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  outline: none;    margin-bottom: 30px;
}
.wpcf7-submit:focus {
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wpcf7-not-valid {
  border: 1px solid red !important;
  background: rgba(255, 0, 0, 0.02) !important;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
      background: #a82431;
    color: #fff;
}
/*personx Google Map*/
.map-content-start {
  background-image: url("../../images/map-bg.jpg");
  -o-background-size: cover;
     background-size: cover;
  background-position: top;
  position: relative;
  min-height: 60px;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
  overflow: hidden;
}
.map-content-start:hover {
  background-position: bottom;
}
.map-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(15, 181, 179, 0.8);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
.map-buttons .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  line-height: 60px;
  background: none !important;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  width: 100%;
  height: 60px;
  outline: none;
  text-transform: uppercase;
}
.map-buttons .btn:focus,
.map-buttons .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.map-buttons .btn.btn-active {
  display: block;
}
.map-buttons:hover {
  background-color: rgba(15, 181, 179, 0.5);
}
.map-wrapper {
  margin-top: -400px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.personx-map-default .map-wrapper {
  margin-top: 0 !important;
}
.map-wrapper #map {
  width: 100%;
  height: 400px;
}
.map-container {
  height: 400px;
}
/* personx tabs */
.cp-tabs .mdl-ripple {
  background: rgba(0, 0, 0, 0.4);
}
.cp-tabs-main-wrapper.personx-tabs-main-wrapper .cp-tabs-container .cp-tabs-wrapper .cp-tabs .tab {
  cursor: pointer;
}
.cp-tabs-main-wrapper.personx-tabs-main-wrapper .cp-tabs-container .cp-tabs-wrapper .cp-tabs .tab a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0 38px 0 70px;
  color: #999999;
}
.cp-tabs-main-wrapper.personx-tabs-main-wrapper .cp-tabs-container .cp-tabs-wrapper .cp-tabs .tab a .cp-tab-menu-icon {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  text-align: right;
  left: 25px;
  width: 30px;
  top: -1px;
}
.cp-tabs-main-wrapper.personx-tabs-main-wrapper .cp-tabs-container .cp-tabs-wrapper .cp-tabs .tab.active a {
  color: #a82431;
}
.cp-tabs-main-wrapper.personx-tabs-main-wrapper .cp-tabs-container .cp-tabs-wrapper .cp-tabs .tab.active a .cp-tab-menu-icon {
  color: #a82431;
}
.cp-tabs-main-wrapper.personx-tabs-main-wrapper .cp-tabs .indicator {
  height: 3px;
  background-color: #a82431;
  bottom: 0px;
}
.cp-tabs-main-wrapper.personx-tabs-main-wrapper:after {
  height: 1px;
  background-color: rgba(43, 48, 72, 0.12);
  top: 65px;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  -moz-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger,
.hamburger:focus,
.hamburger:active,
.hamburger:hover {
  background-color: transparent;
}
.hamburger-box {
  width: 25px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #D3D3D3;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -moz-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.34s ease-in, -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
     -moz-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -moz-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.personx-sidenav-trigger {
  position: fixed;
  right: 40px;
  top: 15px;
  background: transparent;
  z-index: 1001;
  outline: none;
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.personx-sidenav-trigger button:focus,
.personx-sidenav-trigger button:hover,
.personx-sidenav-trigger button:active {
  outline: none;
}
body.has-sticky-header .main-header span.personx-text-logo {
  font-size: 30px;
  padding-top: 20px;
}
body.has-sticky-header .personx-sidenav-trigger {
  top: 22px;
}
body.has-sticky-header .personx-sidenav-trigger .hamburger-inner,
body.has-sticky-header .personx-sidenav-trigger .hamburger-inner::before,
body.has-sticky-header .personx-sidenav-trigger .hamburger-inner::after {
  width: 25px;
}
/* envato fixes */
.home.blog .section-common-space {
  padding: 80px 0 60px;
}
.home.blog .banner-header .section-common-space {
  padding: 100px 0;
}
.home.blog .banner-content {
  margin: 0;
}