﻿

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 18px; }

.comment-text h1,
.entry-content h1 {
  font-size: 26px; }

.comment-text h2,
.entry-content h2 {
  font-size: 24px; }

.comment-text h3,
.entry-content h3 {
  font-size: 21px; }

.comment-text h4,
.entry-content h4 {
  font-size: 19px; }

.comment-text h5,
.entry-content h5 {
  font-size: 17px; }

.comment-text h6,
.entry-content h6 {
  font-size: 15px; }



ul, ol {
  margin: 0;
  padding: 0;
  list-style: Disc; }

.comment-text ul,
.comment-text ol,
.entry-content ul,
.entry-content ol {
  padding-left: 16px;
  margin-bottom: 20px; }

.comment-text ul,
.entry-content ul {
  list-style: disc; }
  .comment-text ul li,
  .entry-content ul li {
    padding-bottom: 14px; }

.comment-text ol,
.entry-content ol {
  list-style: decimal; }


/*--------------------------------------------------------------
# 8. Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.76562em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    /*z-index: 100000;*/
  }

  
/*--------------------------------------------------------------
## Wide
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Boxed
--------------------------------------------------------------*/
 

body.boxed .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

body.boxed .vc_column_container.vc_col-sm-12 > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

 
/*--------------------------------------------------------------
## Full Width
--------------------------------------------------------------*/
body.full-width .container .vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px; }

body.full-width .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

 
 

/*--------------------------------------------------------------
# 13. Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin-bottom: 30px; }

 
 
.updated:not(.published) {
  display: none; }

 
 
/**
 * Image
 */
 

/**
 * Entry Header
 */
.post .entry-title {
  font-size: 30px;
  font-weight: 400; }




@media (min-width: 1024px) {
  .hentry {
    margin-bottom: 80px; } }



/*--------------------------------------------------------------
## Blog Post Layout
--------------------------------------------------------------*/
/**
 * Post Full Layout & Single
 */
.single .type-post.full-layout.hentry {
  margin-bottom: 0; }

.type-post.full-layout .entry-header {
  margin-bottom: 25px;
  text-align: left; }

.type-post.full-layout .entry-meta {
  position: relative;
  padding-bottom: 25px;
  }
  .type-post.full-layout .entry-meta .entry-meta-item-author .entry-author-avatar {
    margin-right: 10px; }
    .type-post.full-layout .entry-meta .entry-meta-item-author .entry-author-avatar img {
      border-radius: 100px; }
  .type-post.full-layout .entry-meta .entry-meta-item-author .entry-author-name {
    font-weight: 700;
    font-size: 18px; }
  .type-post.full-layout .entry-meta .entry-meta-item:not(.entry-meta-item-author) {
    font-size: 15px;
    padding: 0 20px; }
    .type-post.full-layout .entry-meta .entry-meta-item:not(.entry-meta-item-author):not(:last-child) {
      border-right: 1px solid #E3E3E3; }
    .type-post.full-layout .entry-meta .entry-meta-item:not(.entry-meta-item-author):last-child {
      padding-right: 0; }
    .type-post.full-layout .entry-meta .entry-meta-item:not(.entry-meta-item-author) .fa {
      margin-right: 5px;
      font-size: 14px; }

.type-post.full-layout .entry-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8em; }


  .type-post.full-layout .entry-footer .more-link {
    font-size: 16px;
    font-weight: 700;
    color: #EA513D; }
    .type-post.full-layout .entry-footer .more-link .fa {
      font-size: 16px;
      margin-left: 5px; }



/**
 * Post Grid
 */
.post-grid-item .post-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; }
  .post-grid-item .post-img .button {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0; }
  .post-grid-item .post-img:hover .button {
    opacity: 1; }

.post-grid-item .entry-title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4; }

.post-grid-item .posted-on .fa {
  padding-right: 8px;
  font-size: 16px; }

.post-grid-item .entry-content {
  margin-top: 11px; }

/* Single */
.single-post .entry-footer {
  padding-bottom: 50px !important; }

@media (max-width: 1023.9px) {
  .type-post.full-layout {
    padding: 10px; } }

/* Post Grid Style1 */
 .post-grid-style1:hover .entry-header img {
  transform: scale(1.1); }

.post-grid-style1 .entry-header {
  position: relative; }
  .post-grid-style1 .entry-header .post-thumbnail {
    display: block;
    overflow: hidden; }
    .post-grid-style1 .entry-header .post-thumbnail img {
      transition: all 0.25s; }
  .post-grid-style1 .entry-header .entry-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 20px;
    background-color: #ed1c24 }
    .post-grid-style1 .entry-header .entry-meta.entry-meta-no-image {
      position: static; }
    .post-grid-style1 .entry-header .entry-meta .entry-meta-date,
    .post-grid-style1 .entry-header .entry-meta .entry-meta-comment {
      display: inline-block; }
      .post-grid-style1 .entry-header .entry-meta .entry-meta-date i,
      .post-grid-style1 .entry-header .entry-meta .entry-meta-comment i {
        margin-right: 8px;
        font-size: 16px; }
      .post-grid-style1 .entry-header .entry-meta .entry-meta-date,
      .post-grid-style1 .entry-header .entry-meta .entry-meta-date a, .post-grid-style1 .entry-header .entry-meta .entry-meta-date i,
      .post-grid-style1 .entry-header .entry-meta .entry-meta-comment,
      .post-grid-style1 .entry-header .entry-meta .entry-meta-comment a,
      .post-grid-style1 .entry-header .entry-meta .entry-meta-comment i {
        color: #ffffff; }
    .post-grid-style1 .entry-header .entry-meta .entry-meta-comment {
      margin-left: 17px; }

.post-grid-style1 .entry-content {
  padding: 36px 30px 33px 30px;
  background: #F4F4F4;
  background: -moz-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #F4F4F4), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -o-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -ms-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: linear-gradient(to bottom, #F4F4F4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 ); }
  .post-grid-style1 .entry-content .entry-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #202020; }
  .post-grid-style1 .entry-content .more-link {
    font-size: 14px;
    font-weight: 700; }
    .post-grid-style1 .entry-content .more-link i {
      font-size: 10px; }

/* Post Grid Stack */
.post-grid-stack {
  margin-bottom: 0;
  padding: 20px 30px;
  background: #F4F4F4;
  background: -moz-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #F4F4F4), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -o-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -ms-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: linear-gradient(to bottom, #F4F4F4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 );
  transition: background 0.2s; }
  .post-grid-stack:hover {
    background: #323232; }
    .post-grid-stack:hover .entry-title a {
      color: #ffffff; }
    .post-grid-stack:hover .entry-meta-date,
    .post-grid-stack:hover .entry-meta-date a, .post-grid-stack:hover .entry-meta-date i,
    .post-grid-stack:hover .entry-meta-comment,
    .post-grid-stack:hover .entry-meta-comment a,
    .post-grid-stack:hover .entry-meta-comment i {
      color: #ffffff; }
  .post-grid-stack .entry-title {
    font-size: 14px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0; }
  .post-grid-stack .entry-meta {
    margin-top: 15px; }
    .post-grid-stack .entry-meta .entry-meta-date,
    .post-grid-stack .entry-meta .entry-meta-comment {
      display: inline-block;
      margin-right: 17px; }
      .post-grid-stack .entry-meta .entry-meta-date i,
      .post-grid-stack .entry-meta .entry-meta-comment i {
        margin-right: 8px;
        font-size: 16px; }


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }



/*--------------------------------------------------------------
# 14. Service
--------------------------------------------------------------*/
/* Grid */
.service-last-row .service-grid-item {
  margin-bottom: 0; }

.service-grid-item {
  margin-bottom: 40px; }
  
  .service-grid-item .entry-title {
    display: flex;
    align-items: center;
    margin: 20px 0 12px 0;
    font-size: 20px;
    font-weight: 700; }
    .service-grid-item .entry-title i {
      margin-right: 10px;
      font-size: 30px; }
  .service-grid-item .more-link {
    font-size: 16px;
    font-weight: 700; }
    .service-grid-item .more-link i {
      font-size: 10px; }
 

/*--------------------------------------------------------------
# 14. Staff
--------------------------------------------------------------*/
/* Grid */

  .staff-grid-item .entry-header .post-thumbnail {
    display: block;
    overflow: hidden; }
    .staff-grid-item .entry-header .post-thumbnail img {
      transition: all 0.25s; }
  .staff-grid-item .entry-title {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    font-size: 24px;
    font-weight: 700; }
    .staff-grid-item .entry-title i {
      margin-right: 10px;
      font-size: 30px; }
  .staff-grid-item .staff-position {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700; }
  .staff-grid-item .post-content {
    margin-top: 18px; }
  .staff-grid-item .more-link {
    font-size: 16px;
    font-weight: 700; }
    .staff-grid-item .more-link i {
      font-size: 10px; }
  .staff-grid-item:hover .post-thumbnail img {
    transform: scale(1.1); }



/*--------------------------------------------------------------
# 16. Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }




  	  
	  
.site-footer a:hover {
	transition: 0.3s ease;
	padding-left: 8px;
}



.single-product .entry-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700; }




.row:before, .row:after,
.vc_row:before,
.vc_row:after {
  width: 0; }

.vc_row {
  position: relative;
  margin-bottom: 0; }
  .vc_row .vc-row-overlay {
    position: absolute;
    /*z-index: 1;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .vc_row .vc_column_container {
    /*z-index: 2;*/ }
  .vc_row.no-margin {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0; }



.column-service-download .vc_column-inner {
  width: calc(100% - 30px) !important;
  margin-left: 15px;
  padding-left: 30px !important;
  padding-right: 30px !important; }
  .column-service-download .vc_column-inner .btn-download button.vc_general {
    padding: 15px 120px 12px 10px !important; }
    .column-service-download .vc_column-inner .btn-download button.vc_general:hover {
      padding: 15px 120px 12px 10px !important; }

.vc_column_container.column-no-padding-left .vc_column-inner {
  padding-left: 0; }



.info-box.style1:hover .info-box-image img {
  transform: scale(1.1); }

.info-box.style1 .info-box-image {
  overflow: hidden; }
  .info-box.style1 .info-box-image img {
    transition: all 0.25s; }

.info-box.style1 .info-box-extra {
  padding: 35px 30px 20px 30px;
  background: #F4F4F4;
  background: -moz-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #F4F4F4), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -o-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: -ms-linear-gradient(top, #F4F4F4 0%, white 100%);
  background: linear-gradient(to bottom, #F4F4F4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 ); }
  .info-box.style1 .info-box-extra .info-box-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #4f4f4f; }
  .info-box.style1 .info-box-extra .info-box-read-more {
    margin-top: 20px;
    display: inline-block; }
    .info-box.style1 .info-box-extra .info-box-read-more a {
      margin-top: 20px;
      font-size: 16px;
      font-weight: 700; }
    .info-box.style1 .info-box-extra .info-box-read-more i {
      margin-left: 3px;
      font-size: 10px;
      transition: all 0.25s; }

.info-box.style2 {
  position: relative;
  overflow: hidden; }
  .info-box.style2 .info-box-extra {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    padding: 35px 30px 25px 30px;
    transition: height 0.25s; }
    .info-box.style2 .info-box-extra:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: red;
      opacity: 0.9;
      /*z-index: 5;*/ }
    .info-box.style2 .info-box-extra > * {
      position: relative;
      /*z-index: 10;*/ }
  .info-box.style2 .info-box-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff; }
  .info-box.style2 .info-box-content,
  .info-box.style2 .info-box-read-more {
    opacity: 0;
    transition: opacity 0.7s; }
  .info-box.style2 .info-box-content {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.6); }
  .info-box.style2 .info-box-read-more {
    margin-top: 18px; }
    .info-box.style2 .info-box-read-more a {
      font-size: 16px;
      font-weight: 700; }
    .info-box.style2 .info-box-read-more i {
      margin-left: 3px;
      font-size: 10px; }
  .info-box.style2:hover .info-box-extra {
    height: 100%; }
    .info-box.style2:hover .info-box-extra .info-box-content,
    .info-box.style2:hover .info-box-extra .info-box-read-more {
      display: inline-block;
      opacity: 1; }

.vc_custom_heading h2 i {
  font-size: 16px;
  margin-right: 5px; }

.vc_custom_heading.heading-icon-red h2 {
  display: flex;
  align-items: center; }
  .vc_custom_heading.heading-icon-red h2 i {
    margin-right: 13px; }


  .testimonial-container.style1 .slick-arrow {
    position: absolute;
    top: -90px;
    left: auto;
    color: #777;
    background-color: #F8F8F8;
    border: 2px solid transparent;
    opacity: 1; }
    .testimonial-container.style1 .slick-arrow:hover {
      background-color: #fff;
      border-color: #777777; }
    .testimonial-container.style1 .slick-arrow.slick-arrow-prev {
      right: 90px; }
    .testimonial-container.style1 .slick-arrow.slick-arrow-next {
      right: 30px; }
  .testimonial-container.style1 .testimonial-inner .testimonial-thumbnail {
    float: left; }
  .testimonial-container.style1 .testimonial-inner .testimonial-inner-content {
    margin-left: 230px;
    padding-right: 30px; }
    .testimonial-container.style1 .testimonial-inner .testimonial-inner-content p:first-child {
      margin-bottom: 15px; }
    .testimonial-container.style1 .testimonial-inner .testimonial-inner-content .testimonial-title {
      font-size: 20px; }
      .testimonial-container.style1 .testimonial-inner .testimonial-inner-content .testimonial-title:before {
        content: "";
        display: block;
        width: 30px;
        margin-bottom: 15px;
        border-top: 2px solid #EEEEEE; }
    .testimonial-container.style1 .testimonial-inner .testimonial-inner-content .testimonial-byline,
    .testimonial-container.style1 .testimonial-inner .testimonial-inner-content .testimonial-company {
      margin-top: 7px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1; }


@media (max-width: 767.9px) {
  .testimonial-container.style1 .testimonial-inner .testimonial-thumbnail {
    float: none; }
  .testimonial-container.style1 .testimonial-inner .testimonial-inner-content {
    margin-top: 20px;
    margin-left: 0; }
  .testimonial-container.style1 .slick-arrow.slick-arrow-next {
    right: 0; }
  .testimonial-container.style1 .slick-arrow.slick-arrow-prev {
    right: 60px; } }

.post-grid.style1 .post-grid-style1 {
  margin-bottom: 0; }

.post-grid.style1 .more-posts-link {
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  background-color: #EEEEEE;
  text-transform: uppercase; }
  .post-grid.style1 .more-posts-link i {
    margin-left: 5px;
    font-size: 10px; }



.icon-box.style1 {
  position: relative;
  padding: 50px 40px;
  overflow: hidden;
  background-color: #fff;
  text-align: center; }
  .icon-box.style1 .icon-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: 1;*/
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s; }
    .icon-box.style1 .icon-box-overlay:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      /*z-index: 3;*/
      width: 100%;
      height: 100%;
      background-color: rgba(34, 34, 34, 0.9); }
  .icon-box.style1 .icon-box-icon {
    position: relative;
    /*z-index: 5;*/ }
  .icon-box.style1 .icon-box-title {
    position: relative;
    /*z-index: 5;*/
    margin-top: 35px;
    font-size: 20px; }
  .icon-box.style1 .icon-box-content {
    position: relative;
    /*z-index: 5;*/
    margin-top: 10px; }
  .icon-box.style1 .icon-box-read-more {
    position: absolute;
    /*z-index: 5;*/
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 12px;
    text-align: center;
    transition: bottom 0.3s; }
    .icon-box.style1 .icon-box-read-more a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff; }
      .icon-box.style1 .icon-box-read-more a i {
        margin-left: 7px;
        font-size: 10px;
        font-weight: 400; }
  .icon-box.style1:hover .icon-box-overlay {
    opacity: 1; }
  .icon-box.style1:hover .icon-box-icon i,
  .icon-box.style1:hover .icon-box-title,
  .icon-box.style1:hover .icon-box-content {
    color: #fff; }
  .icon-box.style1:hover .icon-box-read-more {
    bottom: 0; }
  .icon-box.style1.icon-box-border {
    padding: 60px 36px;
    border: 1px solid #DDDDDD; }



.financebank-blog-posts.style1 .post-masonry-item {
  position: relative; }
  .financebank-blog-posts.style1 .post-masonry-item .post-img {
    width: 66.7%; }
  .financebank-blog-posts.style1 .post-masonry-item .masonry-content {
    position: absolute;
    top: 50%;
    left: 240px;
    transform: translateY(-50%);
    width: 50%;
    min-height: 290px;
    padding: 20px;
    background: #FFF;
    border: none; }
    .financebank-blog-posts.style1 .post-masonry-item .masonry-content-inner {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0 20px;
      border: 1px solid #000;
      min-height: 250px; }

.financebank-blog-posts.style2 .masonry-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  min-height: 220px; }

.financebank-blog-posts.style2 .entry-content {
  display: none; }

.financebank-blog-posts.style3 .post-masonry-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 1 auto;
  width: 100%; }
  .financebank-blog-posts.style3 .post-masonry-item .post-img {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .financebank-blog-posts.style3 .post-masonry-item .masonry-content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 50px;
    border: none;
    justify-content: center; }
    .financebank-blog-posts.style3 .post-masonry-item .masonry-content-inner {
      border: 1px solid #000;
      padding: 50px;
      max-width: 670px;
      margin: 0 auto; }
      .financebank-blog-posts.style3 .post-masonry-item .masonry-content-inner .heading {
        margin-bottom: 29px; }
      .financebank-blog-posts.style3 .post-masonry-item .masonry-content-inner .entry-title {
        font-size: 36px;
        line-height: 1.4; }
      .financebank-blog-posts.style3 .post-masonry-item .masonry-content-inner .entry-content p {
        margin-bottom: 0; }
      .financebank-blog-posts.style3 .post-masonry-item .masonry-content-inner .more-link {
        display: block;
        margin-top: 28px;
        font-size: 13px;
        text-transform: uppercase; }
        .financebank-blog-posts.style3 .post-masonry-item .masonry-content-inner .more-link:hover {
          text-decoration: none; }
        .financebank-blog-posts.style3 .post-masonry-item .masonry-content-inner .more-link span {
          padding-bottom: 2px;
          border-bottom: 1px solid #000; }



.vc_row.row-toggle-container .vc_column-inner {
  padding-top: 0 !important; }

.vc_row .vc_toggle {
  margin: 0 !important; }
  .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title {
    border-bottom: 1px solid #EEEEEE; }
    .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_title_separator {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -1px; }
      .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_title_separator .vc_toggle_title_separator_inner {
        border-bottom: 1px solid #000000; }
  .vc_row .vc_toggle .vc_toggle_title {
    padding: 19px 0;
    text-align: center;
    border-top: 1px solid #EEEEEE; }
    .vc_row .vc_toggle .vc_toggle_title h4 {
      font-size: 18px !important;
      font-weight: 400 !important;
      color: #000000; }
    .vc_row .vc_toggle .vc_toggle_title .vc_toggle_icon {
      display: none !important; }
  .vc_row .vc_toggle .vc_toggle_content {
    margin: 0;
    padding-top: 22px;
    padding-bottom: 7px;
    background-color: #F7F7F7; }
  .vc_row .vc_toggle:last-child .vc_toggle_title {
    border-bottom: 1px solid #EEEEEE; }


/*--------------------------------------------------------------
# 20. Extra
--------------------------------------------------------------*/
@media (max-width: 767.9px) {
  body .margin-top-xs-30 {
    margin-top: 30px !important; }
  body .padding-left-xs-35 .vc_column-inner {
    padding-left: 35px !important; }
  body .padding-left-xs-15 .vc_column-inner {
    padding-left: 15px !important; }
  body .padding-left-xs-130 .vc_column-inner {
    padding-left: 130px !important; }
  body .padding-right-xs-35 .vc_column-inner {
    padding-right: 35px !important; }
  body .padding-right-xs-15 .vc_column-inner {
    padding-right: 15px !important; }
  body .padding-top-xs-300 .vc_column-inner {
    padding-top: 300px !important; } }


