.parallax-none {background-attachment: scroll!important;}
.special-heading-3 {
    font-weight: 900;
    font-style: normal;
    font-size: 65px;
}
.request-form .wpb_column.vc_col-sm-6:nth-child(2):after{
  content:'';
  position: absolute;;
  width: 100%;
  height: 100%;
  right:0px;
  bottom: 0px;
  background-color: #f5f5f5;
  z-index: -9;
}
/************************************************************************
* 5.1.2- Quote Format
*************************************************************************/

.quote-format:before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 45px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 0;
    width:50px;
}

.quote-format{
  display: block;
  background-color: #fa8322;
  color:#fff;
  text-decoration: none;
  padding:25px 10px 20px;
  font-size: 18px;
  font-style: italic;
}

.quote-format span{
  display: block;
  text-align: right;
  font-size:11px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  
}
/************************************************************************
* 8.3- FlexSlider
*************************************************************************/
.flexslider{
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}

.flex-direction-nav{
  position: absolute;
  right:62px;
  top:0;
}

.flex-direction-nav a{
  background: none;
  text-decoration: none;
}
.flex-direction-nav a:before,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  top:2px;
  left:2px;
  width: 28px;
  height: 28px;
  line-height: 28px !important;
  text-align: center;
  background-color: #fa8322;
  overflow: hidden;
  margin: 0;
  border-radius: 2px;

  text-indent: 0;
}

.flex-direction-nav a:before{
  content:"";
  font-family: "FontAwesome";
  font-size: 16px;
  color:#fff ;
  background: none;
  display: block;

}

.flex-direction-nav a.flex-next{
  left:32px
}

.flex-direction-nav a.flex-next:before{
  content:"";
}

.flex-direction-nav a.flex-prev:before{
  content:"";
}

.flexslider:hover .flex-prev { opacity: 1; filter: alpha(opacity=100); left: 2px; }
.flexslider:hover .flex-next { opacity: 1; filter: alpha(opacity=100); left:32px; right: auto; }

/************************************************************************
* 8.4- Image Wrapper
*************************************************************************/

.pm-image-wrap{
  position: relative;
  overflow: hidden;
}

.item-link-overlay{
  height:100%;
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  display: block;
  z-index: 1;

  background-color: #fa8322;
  opacity: 0;
  filter:alpha(opacity=0);
  
  color:#fff;
}
.pm-extra-links{
  position: absolute;
  top:-100%;
  display: block;
  left: 0;
  right:0;
  z-index: 2;
  text-align: center;
  pointer-events:none;
}

.pm-extra-links,
.pm-extra-links a,
.pm-extra-links a:hover,
.pm-extra-links a:visited{
  color:#fff !important;
}

.pm-extra-links a{
  border: 1px solid #fff;
  line-height: 28px;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 14px;
  margin-right: 3px;
  border-radius: 3px;
  background-color: transparent;
  pointer-events:auto;

}

.pm-extra-links a:last-child{
  margin-right:0;
}

.pm-extra-links a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition:opacity 0.20s linear 0s;
          transition:opacity 0.20s linear 0s;
}


.pm-color{color: #5773c1;/*#359ba3*/}
.pm-video-container{
  position: absolute; 
  top:0;
  left:0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  opacity: 1;
  filter:alpha(opacity=100); 
  z-index: 0; 
}
.pm-video-player-frame{
  position: absolute;
}
.pm-video-overlay{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pm-image-wrap:hover .pm-video-loading{
  display: block;
}


.pm-image-wrap .pm-video-loading,
.active-playing .pm-image-wrap  .pm-video-loading,
.active-playing .pm-image-wrap:hover  .pm-video-loading{
  color: #fff;
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 10;
  display: none;
}

.pm-init-player .pm-video-container{
  background-color:#2b2b2b;
}

.active-playing .pm-image-wrap .item-link-overlay{
  -webkit-transition:all 0.3s ease;
          transition:all 0.3s ease;
  opacity: 0 !important;
  filter:alpha(opacity=0);
}

.wp-video-shortcode {
  max-width: 100%;
}
/************************************************************************
* 2- Button
*************************************************************************/

.pm-button{
  vertical-align:middle;
}

.pm-button:hover{
  opacity:1;
  filter:alpha(opacity=100);
}

.pm-button.no-hover:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
}

/************************************************************************
* 3- Icon
*************************************************************************/
.pm-icon-wrapper{
  display: inline-block;
  border:1px solid transparent;

  -webkit-transition:all 0.2s ease-in-out;

          transition:all 0.2s ease-in-out;
}

.pm-icon i{
  position: absolute;
  left:50%;
  top:50%;
  line-height: 1 !important;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

.pm-icon{
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  z-index: 2;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-transition:all 0.2s ease-in-out;
          transition:all 0.2s ease-in-out;
}

.vertical-line{
  width:1px;
  background-color: inherit;
  opacity: 0.2;
  filter:alpha(opacity=20);
  top:100%;
  z-index:-1;
  height: 0.4em;
  position: absolute;
  left: 50%;
  display: block;
}
.pm-icon-wrapper.icon-background .pm-icon{
  color:#fff;
  background-color: #fa8322;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.pm-icon-wrapper.icon-outline{
  padding:3px;
}

.pm-icon-wrapper.icon-circle,
.pm-icon-wrapper.icon-circle.icon-img img{
  border-radius: 50%;
}

.pm-icon-wrapper.icon-circle .pm-icon,
.pm-icon-wrapper.icon-border .pm-icon{
  border-radius: inherit;
}

.pm-icon-wrapper.icon-outline,
.pm-icon-wrapper.icon-border .pm-icon{
  border:1px solid #fa8322;
}

.pm-icon-wrapper.icon-img .pm-icon{
  width:1em;
  height: 1em;
  line-height: 1em;
}
.pm-icon-wrapper.icon-border .pm-icon{
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.pm-icon.large{
  width: 3em;
  height: 3em;
  line-height: 3em;
}

.icon-wrap{
  float: left;
  margin-right:14px;
}

.icon-content{
  overflow: hidden;
}

/*a:hover .pm-icon{
  opacity: 0.6;
  transition: opacity 0.2s ease-out 0s;
}
*/
.pm-icon img{
  vertical-align: top;
}
/************************************************************************
* Icon Styles
*************************************************************************/
.pm-icon-style-1{
  border:1px solid rgba(0,0,0,0.1);
}

.pm-icon-style-1:hover{
  border:1px solid #fa8322;
}

.pm-icon-style-1:hover .pm-icon{
  color:#fa8322;
}

.pm-icon-style-2{
  padding:3px;
  border:1px solid #fa8322;
}

.pm-icon-style-2 .pm-icon{
  color:#fff;
  background-color: #fa8322;
}

.pm-icon-box:hover .pm-icon-style-2 .pm-icon,
.pm-icon-style-2:hover .pm-icon{
  background-color: transparent;
  color:#fa8322;
}

.pm-icon-style-3{
  padding:3px;
  border:1px solid #fa8322;
}

.pm-icon-style-3 .pm-icon{
  color:#fa8322;
  background-color: transparent;
}
.pm-icon-box:hover .pm-icon-style-3 .pm-icon,
.pm-icon-style-3:hover .pm-icon{
  background-color: #fa8322;
  color:#fff;
}

.pm-icon-style-4{
/*  padding:2px;
  border:1px solid #fa8322;*/
}

.pm-icon-style-4 .pm-icon{
  color:inherit;
  background-color: transparent;
}
.pm-icon-box:hover .pm-icon-style-4 .pm-icon,
.pm-icon-style-4:hover .pm-icon{
  background-color: #fa8322;
  color:#fff;
}

.pm-icon-style-1 .pm-icon,
.pm-icon-style-2 .pm-icon,
.pm-icon-style-3 .pm-icon,
.pm-icon-style-4 .pm-icon{
  width: 2em;
  height: 2em;
  line-height: 2em;
}

/************************************************************************
* 4- Icon Box
*************************************************************************/
.pm-icon-box,
.wpb_column > .wpb_wrapper > .pm-icon-box{
  margin-bottom:28px;
}
.pm-icon-box .pm-icon-wrapper{
  float:left;
  margin-right:15px;
}

.pm-icon-box .pm-icon-wrapper .pm-icon{
  font-size: 25px;
}

.icon-right-wrap{
  text-align: right;
}
.icon-right-wrap .pm-icon-wrapper{
  float:right;
  margin-right:0;
  margin-left:15px;
}
.icon-left-wrap .pm-icon-header-wrap,
.icon-right-wrap .pm-icon-header-wrap{
  display: table;
  width: 100%;
  margin-bottom:15px;
}

.icon-left-wrap .pm-icon-header-wrap h4,
.icon-right-wrap .pm-icon-header-wrap h4{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 18px;
}

.pm-icon-box.icon-center{
  text-align: center;
}

.pm-icon-box.icon-center .pm-icon-wrapper{
  float:none;
  margin-bottom: 10px;
}

.pm-icon-box.icon-center h4{
  margin-bottom: 15px;
}

.pm-icon-box.icon-right{
  text-align: right;
}
.pm-icon-box.icon-right .pm-icon-wrapper{
  float:right;
  margin-right:0;
  margin-left:15px;
}
.pm-icon-box.icon-center .pm-icon-wrapper{
  float:none;
  margin-right:0;
}
.pm-icon-box .pm-box-content{
  overflow: hidden;
}
.pm-icon-box h4 .box-sub-heading {
    display: block;
    font-size: 0.6em;
    font-weight: normal;
    margin-top: 1px;
    opacity: 0.65;
    filter:alpha(opacity=65);
}

.pm-icon-box h4 .sub-heading-color{
  opacity: 1;
  filter:alpha(opacity=100);
}



/************************************************************************
* 5- List
*************************************************************************/

.pm-list-wrap{
  overflow: hidden;

}
.pm-list{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}

.list-right{
  text-align: right;
}
.pm-list li{
  padding: 0 0 10px;
  position: relative;
  z-index: 0;
}
.pm-list .pm-icon-wrapper{
  float: left;
  margin-right: 15px;
}
.pm-list.list-right .pm-icon-wrapper{
  float: right;
  margin-left: 15px;
  margin-right:0;
}

.pm-list .list-content{
  overflow: hidden;
  /*padding-left:0.6em;*/
}

.pm-list.list-right .list-content{ 
  /*padding-left:0;
  padding-right: 0.6em;*/
}

.pm-list.list-center{
  margin: 0 auto;
  text-align: center;
}

.pm-list.list-center .pm-icon-wrapper{
  float: none;
  margin:0 0 25px;
}

.pm-list.list-center .list-content{
  margin-bottom:15px;
}

.pm-list .list-content p{
  margin: 0;
}

.pm-list .pm-icon{
  font-size: 18px;
}

/************************************************************************
* 6- Heading Bar
*************************************************************************/

.heading-bar{
  padding-bottom:28px;
}

.special-heading-1{
  font-size: 50px;
  font-family: 'Roboto', arial, sans-serif;
  font-weight:100; 
  letter-spacing: -0.03em;
  margin-top:0;
}

@media (max-width: 992px) {
  .md-responsive-text-70{
    font-size: 70px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-65{
    font-size: 65px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-60{
    font-size: 60px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-55{
    font-size: 55px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-50{
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-45{
    font-size: 45px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-40{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-35{
    font-size: 35px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-30{
    font-size: 30px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-25{
    font-size: 25px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-20{
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
  .md-responsive-text-15{
    font-size: 15px !important;
    line-height: 1.2em !important;
  }
}
@media (max-width: 768px) {
  .sm-responsive-text-70{
    font-size: 70px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-65{
    font-size: 65px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-60{
    font-size: 60px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-55{
    font-size: 55px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-50{
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-45{
    font-size: 45px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-40{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-35{
    font-size: 35px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-30{
    font-size: 30px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-25{
    font-size: 25px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-20{
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
  .sm-responsive-text-15{
    font-size: 15px !important;
    line-height: 1.2em !important;
  }
}
@media (max-width: 480px) {
  .xs-responsive-text-70{
    font-size: 70px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-65{
    font-size: 65px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-60{
    font-size: 60px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-55{
    font-size: 55px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-50{
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-45{
    font-size: 45px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-40{
    font-size: 40px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-35{
    font-size: 35px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-30{
    font-size: 30px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-25{
    font-size: 25px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-20{
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
  .xs-responsive-text-15{
    font-size: 15px !important;
    line-height: 1.2em !important;
  }
}

.pm-line{
  display: block;
  height:1px;
  width:20%;
  margin-left:auto;
  margin-right:auto;
}

.heading-bar p{
  font-size: 15px;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

/************************************************************************
* 7- Rows/Sections
*************************************************************************/

.section-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wpb_row.video-section{
  z-index: 0;
}
.video-section .section-overlay{
  z-index: 1;
}

.video-section .wpb_column{
  z-index: 2;
}
.wpb_row{
  position: relative;
}
.wpb_row.parallax-section{
  background-position: center top;
}
.wpb_row.full-width-section{margin-bottom:0;}
.wpb_row.parallax-section,
.wpb_row.video-section{
    margin-bottom: 0;
    background-size: cover;
    background-attachment: fixed;
}
@media (max-width: 768px) {
  .row-inner{
    margin:0;
  }
}

.pm-video-bg {
    left: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    width:100%;
    height: 100%;
}
.pm-video-wrap .mejs-overlay-loading,
.pm-video-bg .mejs-overlay-loading, 
.pm-video-bg .mejs-controls{
  display: none !important;
}
.wp-video > br {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
}
.bg-cover-stretch{
  -ms-background-size: cover !important;
  background-size: cover !important;
}

.pm-mobile-device .bg-cover-stretch{
  background-attachment: scroll !important;
}

.arrow-down.fancy-row {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 1000;
    border:0;
    background-color: inherit;

    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;

    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}


.full-color-bg{
  border:0;
  border-color:transparent;
  border-width:0;
  border-bottom: 1px solid transparent;

}

.mobile-video-image{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width: 100%;
  z-index: 0;
  background-position: center !important;
  background-size: cover !important;
  -ms-background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
}

.pm-band{
  background-color: #fff;
  bottom:0;
  right:0;
  width: 100%;
  position: absolute;
  height: 84px;
  /*z-index: 1;CHANGED*/
}

.video-section .pm-band{
  z-index: 1;
}

.pm-table-align{
  display: table;
  height: 100vh;
  width: 100%;
}

.pm-table-cell-align{
  display: table-cell;
  width: 100%;
}

.pm-table-cell-align.align-middle{
  vertical-align: middle;
}
.pm-table-cell-align.align-bottom{
  vertical-align: bottom;
}
/************************************************************************
* 8- TEAM SECTION
*************************************************************************/
.pm-team-box{
  text-align: center;
  padding-bottom: 28px;
  image-rendering:optimizeQuality;
}

.pm-team-content{
  padding:14px;
  text-align: center;
}

.pm-team-box .member-details{
  font-size: 13px;
}

.pm-team-box .team-name h5{
  margin-bottom: 0;
  font-size: 16px;
}
.pm-team-box .team-name{
  margin-bottom: 12px;
}

.pm-team-box .team-icons{
  margin-top: 20px;
}

.pm-team-box .team-name > span{
  font-size: 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-style: italic;
}

/************************************************************************
* 9- PM HR
*************************************************************************/
.pm-hr{
  border:none;
  height: 1px;
  background-color: #ebebeb;
}

/************************************************************************
* 10- CountUp
*************************************************************************/
.pm-countup-wrapper{
  font-size: 45px;
  line-height: 1 !important;
}

/************************************************************************
* 11- WBC Quote
*************************************************************************/
.pm-quote-sc{
  text-align: center;
}

.pm-quote-sc .quote-title{
  font-size: 28px;
  margin-bottom: 28px;
  line-height: 1.5em;
}

.pm-quote-sc .quote-reference{
  color:rgba(255,255,255,0.6);
}

.pm-quote-sc .quote-title i{
  font-size: 0.6em;
  margin-top:0.29em;
  vertical-align: top;
  display: inline-table;
}


/************************************************************************
* 12- WBC Testimonials
*************************************************************************/
.pm-testimonial-wrap{
  overflow: hidden;
  
}
.pm-testimonail-carousel{
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.pm-testimonail-carousel > div{
  float: left;
}
.pm-testimonial{
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.pm-testimonial .testimonial-message{
  display: block;
  font-size: 20px;
  font-weight: 100;
  margin-bottom:40px;
}

.pm-testimonial img{
  width:100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.pm-testimonial .testimonial-name{
  font-weight: 400;
  font-size: 14px;
}

.pm-testimonial .testimonial-info small{
  display: block;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

.pm-testimonial-nav{
  text-align: center;
}

.pm-arrow-buttons{
  height: 25px;
  width: 25px;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  margin: 20px 4px 0;
}
.pm-arrow-buttons.button{
  min-width:inherit;
  background-color: #359ba3;
  font-weight: normal;
  text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #adadad;
    border-radius: 2px;
    color: #fff !important;
}
/************************************************************************
* 13- WBC Logos
*************************************************************************/
.pm-logo-wrap{
  position: relative;
  overflow: hidden;
  padding:0 90px;
  
}
.pm-logo-carousel{
  overflow: hidden;
  padding: 0;
}
.pm-logo-carousel > div{
  text-align: center;
  display: inline-block;
  float: left;
}

.pm-logo-wrap .pm-arrow-buttons{
  margin: 0;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-12px;
}

.pm-logo-wrap .logo-next{
  right: 0;
  left:auto;
}

.pm-logo-carousel div img{
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.pm-logo-carousel div img:hover{
  opacity: 1;
  filter:alpha(opacity=100);
}

/************************************************************************
* 14- Wbc Service
*************************************************************************/
.pm-service{
  text-align: center;
  -webkit-transition: all 100ms ease-in-out 0s;
          transition: all 100ms ease-in-out 0s;
  margin-bottom:35px !important;
}

.pm-service .pm-icon{
  margin:0 0 20px;
  font-size: 40px;
/*  width:auto;
  height:auto;*/
}

.service-circle .pm-icon,
.service-square .pm-icon{
  border:2px solid #fa8322;
  width:80px;
  height:80px;
  line-height:80px;
}

.service-circle .pm-icon{
  border-radius: 50%;
}

.pm-service,
.service-info{
  overflow: hidden;
}
.pm-service{
  /*opacity: 0.5;*/
}
.pm-service .pm-hr{
  width:60px;
  height:2px;
}
.pm-service:hover{
  /*opacity: 1;*/
}
.pm-service .service-title{
  /*color: inherit;*/
}
.pm-service:hover .pm-icon,.pm-service:hover .service-title{
  color:#fa8322;
}

.pm-service:hover .pm-hr{
  background-color:#fa8322;
}

/************************************************************************
* 15- WBC Chart
*************************************************************************/
.pm-chart-wrap{
  text-align: center;
}

.pm-pie-chart{
  position: relative;
  display: inline-block;
  color:#f8f8f8;
  font-size: 25px;
  width: 130px;
  height: 130px;

  margin-bottom: 30px;
}

.pm-pie-chart .percent{
  display:inline-block;
  margin-top: 2px;
}

.pm-pie-chart .percent:after{
  content: attr(data-ending);
  font-size: 0.5em;
  margin-left: 0.1em;
  position: relative;
  top: -0.5em;
}
.pm-pie-chart .percent-wrap{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}
.pm-pie-chart .percent-backing{
    background-color: #4c4c4c;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

/************************************************************************
* 16- WBC Pricing Table
*************************************************************************/
.pm-price-table{
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  border:1px solid rgba(212,212,212,0.15);
  margin-bottom: 35px !important;
}

.pm-price-table.featured-plan{
  margin-top:-20px;
}
.pm-price-table.featured-plan .plan-head{
  padding:25px 5px;
}
.pm-price-table .plan-head{
  color:#fff;
  font-size: 24px;
  background-color:#fa8322;
  padding:15px 5px;
}

.pm-price-table .plan-price{
  padding: 35px 5px 40px;
  position: relative;
}

.pm-price-table .plan-cost:before,
.pm-price-table .plan-cost:after{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left:15px;
  height: 1px;
  background-color: #fa8322;
  width: 15%;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

.pm-price-table .plan-cost:after{
  right: 15px;
  left: auto;
}
.pm-price-table .plan-cost{
  font-size: 28px;
  background-color: rgba(212, 212, 212, 0.15);
  width:100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  color:#fff;
}
.pm-price-table .plan-info{
  position: absolute;
  left:60%;
  margin-left:5px;
  bottom: 30px;
  font-size: 11px;
  opacity: 0.7;
  filter:alpha(opacity=70);
}
.pm-price-table ul{
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.pm-price-table ul li{
  padding: 10px 5px;
}

.pm-price-table ul li:nth-child(odd){
  background-color: rgba(212,212,212,0.15);
}

.pm-price-table .plan-button{
  padding: 10px 5px 20px;
}

.pm-bordered-area{
  overflow: hidden;
}

.pm-bordered-area > .wpb_column,
.pm-bordered-area > .wpb_column:before,
.pm-bordered-area > .wpb_column:after{
  border-color: inherit !important;
}

.pm-bordered-area > .wpb_column:before,
.pm-bordered-area > .wpb_column:after{
  position: absolute;
  content: "";
}

.pm-bordered-area > .wpb_column:before{
  height: 100%;
  width: 0;
  border-left: 1px solid;
  left:-1px;
  top:0;
}

.pm-bordered-area > .wpb_column:after{
  height:0;
  width:100%;
  border-bottom: 1px solid;
  left:0;
  bottom:-1px;
}

/************************************************************************
* 17- WBC Progress
*************************************************************************/
.pm-progress-wrap{
  margin-bottom:10px;
}
.pm-progress-wrap,
.pm-progress-info{
  overflow: hidden;
}

.pm-progress-wrap .pm-progress-title{
  display: inline-block;
  float: left;
}

.pm-progress-wrap .pm-progress-percent{
  float: right;
}
.pm-progress-back{
  background-color: #e8e8e8;
  margin-top:5px;
}

.pm-progress{
  background-color: #fa8322;
  width:1%;
  height:5px;
  border-radius: inherit;
}

/************************************************************************
* -- VC Styles
*************************************************************************/
.wpb_bootstrap_modals .ui-widget-content, .wpb_bootstrap_modals .ui-corner-all {
    border: none;
    border-radius: 0;
}

.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}

.no-inner-padding > .wpb_column{
  padding:0;
}

.wpb_row .wpb_single_image {
    margin-bottom: 0;
}

.wpb_wrapper{
  position: relative;
}
.pm-vertical-center > .eq-height-column > .vc_column-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/** TABS **/
.wpb_content_element .wpb_tabs_nav li.ui-state-default{
  opacity:0.5;
  filter:alpha(opacity=50);
}
.wpb_content_element .wpb_tabs_nav li.ui-state-active,
.wpb_content_element .wpb_tabs_nav li.ui-state-default:hover{
  opacity:1;
  filter:alpha(opacity=100);
}
.wpb_content_element .wpb_tabs_nav li.ui-state-default,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active{
  border-top:1px solid #fa8322;
  background-color: #fff;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
  background-color: #fff;
  border-bottom-right-radius:2px;
  border-bottom-left-radius: 2px; 
}

/*MAP*/
.wpb_gmaps_widget.wpb_content_element,
.wpb_gmaps_widget .wpb_wrapper{
  padding:0;
  margin-bottom: 0 !important;
}
/*TOUR*/

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-default,
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active{
  border-top: none;
  border-left:1px solid #fa8322;
}

/** Accordion **/
.vc_tta-panel-title{
    font-size: 13px;
    font-weight: normal;
}

.vc_tta-panel-heading{
  border-radius:2px;
}

.vc_tta-style-classic.vc_tta-o-no-fill .vc_tta-panel-body{
  padding-left: 0;
}

/* VC Tabs Accordion */
.vc_tta-panel-title a {
  padding: 8px 0px 8px 15px !important;
  line-height: 28px !important;
  font-size: 18px;
  color: #34ceda;
  font-weight: 300; }

.vc_tta-panel-title>a {
  background-color: #717a98!important;/*#34ceda*/
  color: white !important;
  text-align: left;
  font-size: 15px;/*mc*/
  font-weight: 500;/*mc*/ }

.vc_tta-panel-body p {
  font-size: 15px;
  color: #333;
  line-height: 24px; }
.vc_tta-panel-title {
  display: block;
  /*float: right;*/
  font-size: 16px;
  margin-bottom: 0 !important;
  /* margin-left: 10px;*/
  margin-top: 0; }

.vc_tta-panel-title i {
  display: block !important;
  float: right;
  font-size: 14px!important;
  padding: 7px;/*15px*/
  color: white;
  background-color: transparent;/*#f15b5a*/ }

.vc_tta-panel-title p {
  margin: 0px;
  padding: 0px; }

.vc_tta-panel-body {
  float: left;
  padding: 10px 4px;
  background-color: #00A6B4!important;
}
.panel.vc_active {
  overflow: hidden; }

.panel.vc_active a {
  color: white;
  font-weight: 500; }

.panel-group .vc_tta-panel-heading + .vc_active .vc_tta-panel-body {
  border-top: medium none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  width: 100%; }

.vc_tta-panel-heading {
  background-color: white;
  border-color: transparent;
  color: inherit;
  padding: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.vc_tta-panel-heading:hover {
  background-color: #f15b5a; }

.vc_tta-panel-heading:hover h4 a {
  color: white; }
.panel-default .vc_tta-panel-heading h4 a:hover{
background-color: #f15b5a !important;
    color: white !important;
  }
/*.vc_tta-panel-heading h4 a i.vc_tta-controls-icon-plus{
  font-family: FontAwesome!important;
  position: relative!important;
}
.vc_tta-panel-heading h4 a i.vc_tta-controls-icon-plus:before{
  content:'\f067';
  font-family: FontAwesome!important;
  font-size: 14px;
  transform: none!important;
  border: none 0!important;
  border-width: 0px!important;
  font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
/*    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.vc_tta-panel-heading h4 a i.vc_tta-controls-icon-plus:after{
  content:'\f068';
  font-family: FontAwesome!important;
  font-size: 14px;
  transform: none!important;
  border: none 0!important;
}*/
.pm-accordionIcon {
  float: left;
  font-size: 16px;
  margin-right: 7px;
  width: auto;
  padding: 6px 5px;
  display: block; }

.vc_tta-accordion.panel-group .panel + .panel {
  margin-top: 0px !important; }
/*Toggle*/
.vc_toggle_default{
  margin-bottom: 15px;
}

.vc_toggle_default .vc_toggle_title{
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0 none;
  padding: 10px 12px 10px 15px !important;
}
.vc_toggle_title h4{
    font-size: 13px;
    font-weight: normal;
}
.vc_toggle_default .vc_toggle_title h4{
  position: relative;
  padding-left: 1.1em !important;
}

.vc_toggle_default .vc_toggle_title .vc_toggle_icon{
  left: 5px !important;
}

.vc_toggle_default .vc_toggle_content{
  padding-left: 0 !important;
}


/*Button*/
.vc_btn{
  margin-right:2px;
  margin-left:2px;
}
.vc_btn_outlined{
  border-radius: 2px;
}

.wpb_revslider_element.wpb_content_element {
    overflow: hidden;
}
