/*-----------------------------------------------------------------------------------*/
/* General
/*-----------------------------------------------------------------------------------*/
.negative-wrap {
  margin-left: -20px;
  margin-right: -20px;
}

/*-----------------------------------------------------------------------------------*/
/* Blockquote
/*-----------------------------------------------------------------------------------*/
blockquote {
  color: #adadad;
  margin: 0 0 20px 0;
  padding: 0;
}

blockquote p {
  margin: 0 !important;
  padding: 20px;
  border-left: 5px solid #e6e6e6;
  font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/* Recent Blog
/*-----------------------------------------------------------------------------------*/
.latest-blog {
  margin: 0 0px;
}

.latest-blog .blog-item {
  margin: 0 0px 40px 0px;
  display: block;
  position: relative;
  background: #f7f7f7;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  padding: 10px;
}

.latest-blog .blog-item .blog-pic {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.latest-blog .blog-item .blog-pic img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.latest-blog .blog-item .blog-item-description {
  padding: 15px 15px 10px 20px;
}

.latest-blog .blog-item h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
  padding: 0;
}

.latest-blog .blog-item h4 a:hover {
  color: #00a7c1;
}

.latest-blog .blog-item .blog-item-description div {
  display: block;
}

.latest-blog .blog-item .blog-item-description .recent-meta {
  display: none !important;
}

.latest-blog .read-more-link {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/* Callout
/*-----------------------------------------------------------------------------------*/
.callout {
  margin: 0;
  padding: 40px;
  display: block;
  text-align: left;
}

.callout .callout-text {
  display: inline-block;
  text-transform: capitalize;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  vertical-align: middle;
}

.callout h4 {
  margin: 0;
}

.callout .callout-button {
  display: inline-block;
  position: relative;
  margin-left: 30px !important;
  float: right;
}

.callout .callout-button a:hover {
  background: #00a7c1;
}

/*-----------------------------------------------------------------------------------*/
/* Iconbox
/*-----------------------------------------------------------------------------------*/
.iconbox {
  margin: 0 0 40px;
}

.iconbox p:last-child {
  margin: 0;
}

.iconbox h3 {
  margin: 0 0 15px;
}

.iconbox i.boxicon {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -ms-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in;
}

.iconbox-style-1.icon-color-accent i.boxicon,
.iconbox-style-2.icon-color-accent i.boxicon,
.iconbox-style-3.icon-color-accent i.boxicon,
.iconbox-style-8.icon-color-accent i.boxicon,
.iconbox-style-9.icon-color-accent i.boxicon {
  color: #00a7c1 !important;
}

.iconbox-style-4.icon-color-accent i.boxicon,
.iconbox-style-5.icon-color-accent i.boxicon,
.iconbox-style-6.icon-color-accent i.boxicon,
.iconbox-style-7.icon-color-accent i.boxicon,
.flip .icon-color-accent.card .back {
  background: #00a7c1;
  color: #fff;
}

.iconbox-style-1.icon-color-greyscale i.boxicon,
.iconbox-style-2.icon-color-greyscale i.boxicon,
.iconbox-style-3.icon-color-greyscale i.boxicon,
.iconbox-style-8.icon-color-greyscale i.boxicon,
.iconbox-style-9.icon-color-greyscale i.boxicon {
  color: #35485a;
}

.iconbox-style-4.icon-color-greyscale i.boxicon,
.iconbox-style-5.icon-color-greyscale i.boxicon,
.iconbox-style-6.icon-color-greyscale i.boxicon {
  background: #f7f7f7;
  color: #35485a;
}

.iconbox-style-7.icon-color-greyscale i.boxicon {
  background: #042e3e;
  color: #fff;
}

.flip .icon-color-greyscale.card .back {
  background: #042e3e;
  color: #fff;
}

.color-light .iconbox-style-1.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-2.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-3.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-8.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-9.icon-color-greyscale i.boxicon {
  color: #fff !important;
}

.iconbox-style-4.icon-color-greyscale.color-light i.boxicon,
.iconbox-style-5.icon-color-greyscale.color-light i.boxicon,
.iconbox-style-6.icon-color-greyscale.color-light i.boxicon {
  background: #fff;
  color: #042e3e;
}

.iconbox-style-1 i.boxicon {
  font-size: 28px;
  margin-bottom: -6px;
  margin-right: 14px;
  float: left;
}

.iconbox-style-1 .iconimg {
  margin-right: 10px;
}

.iconbox-style-1 i.boxicon[class*="sl-"] {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: -6px;
  float: left;
}

.iconbox-style-2 i.boxicon {
  font-size: 30px;
  text-align: center;
  display: inline-block;
}

.iconbox-style-2 h3 {
  text-transform: uppercase !important;
  font-size: 15px;
  font-weight: 500;
}

.iconbox-style-2 .iconbox-icon {
  float: left;
  width: 30px;
  margin-top: 2px;
  text-align: center;
}

.iconbox-style-2 .iconbox-content {
  margin-left: 54px;
}

.iconbox-style-2 i.boxicon[class*="sl-"] {
  font-size: 34px;
}

.iconbox-style-3 {
  text-align: center;
}

.iconbox-style-3 h3 {
  text-transform: uppercase !important;
  font-size: 15px;
  font-weight: 500;
}

.iconbox-style-3 i.boxicon {
  font-size: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 10px;
}

.iconbox-style-3 .iconimg {
  margin-bottom: 16px;
}

.iconbox-style-4 {
  text-align: center;
  color: #042e3e !important;
}

.iconbox-style-4 h3 {
  text-transform: uppercase;
  font-size: 20px;
}

.iconbox-style-4 i.boxicon {
  font-size: 30px;
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f7f7f7;
  color: #042e3e;
  margin-bottom: 30px !important;
}

.iconbox-style-4 i.boxicon[class*="sl-"] {
  font-size: 34px;
}

.iconbox-style-4 .iconimg {
  margin-bottom: 16px !important;
}

.iconbox-style-5 i.boxicon {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #f1f1f1;
  color: #042e3e;
  border-radius: 50%;
}

.iconbox-style-5 h3 {
  text-transform: uppercase !important;
  font-size: 15px;
  font-weight: 500;
}

.iconbox-style-5 .iconbox-icon {
  float: left;
}

.iconbox-style-5 .iconbox-icon .iconimg {
  margin-right: 18px;
}

.iconbox-style-5 .iconbox-content {
  margin-left: 88px;
  overflow: hidden;
}

.iconbox-style-5 i.boxicon[class*="sl-"] {
  font-size: 30px;
}

.iconbox-style-6 i.boxicon {
  background: #f7f7f7;
  color: #042e3e;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 0 0 20px;
  padding: 42px 0;
  border-radius: 2px;
}

.iconbox-style-6 .iconimg {
  margin-bottom: 16px;
}

.iconbox-style-7 {
  text-align: center;
  background: #f7f7f7;
  padding: 0 30px 50px;
  border-radius: 4px;
  margin-top: 30px;
}

.iconbox-style-7 i.boxicon {
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  line-height: 68px;
  background: #999;
  color: #fff;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  top: -33px;
}

.iconbox-style-7 .iconimg {
  margin: 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/* Square Iconbox Style
/*-----------------------------------------------------------------------------------*/
.iconbox-style-8 {
  text-align: center;
  background: #f7f7f7 !important;
  padding: 30px 20px;
  border-top: 5px solid #1ab0c7;
    -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.iconbox-style-8:hover {
  transition-duration: 0.1s;
  cursor: pointer;
  box-shadow: #000;
  -webkit-box-shadow: 2px 2px 14px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 14px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 14px 8px rgba(0, 0, 0, 0.05);
}

.iconbox-style-8 h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #042e3e !important;
  letter-spacing: 0.5px;
}

.iconbox-style-8 p {
  color: #042e3e !important;
}

.iconbox-style-8 i.boxicon {
  font-size: 45px;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 15px auto 30px auto;
  color: #ffffff !important;
}

.iconbox-style-8 .iconimg {
  margin: 10px auto 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/* Image
/*-----------------------------------------------------------------------------------*/
.sizgle_image.align-left {
  text-align: left;
}

.single_image.align-right {
  text-align: right;
}

.single_image.align-center {
  text-align: center;
}

.single_image {
  position: relative;
}

.single_image img {
  max-width: 100%;
  height: auto;
  position: relative;
}

.single_image-caption {
  display: block;
  padding: 3px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/* Imagebox
/*-----------------------------------------------------------------------------------*/
.imagebox {
  background: #ffffff;
  color: #35485a;
  display: block;
  border-radius: 2px;
  padding: 30px 10px 30px 10px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.imagebox h1,
.imagebox h2,
.imagebox h3,
.imagebox h4,
.imagebox h5,
.imagebox h6,
.imagebox p {
  margin: 0 0 10px 0;
}

.imagebox .imagebox-img {
  margin: -31px -31px 0 -31px;
  display: block;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.imagebox .imagebox-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 25px !important;
}

.imagebox a.button {
  margin: 20px 0 0 0;
}

.imagebox.style-2 {
  border: none;
  border-radius: none;
  box-shadow: none;
  background: #f7f7f7;
}

.imagebox.style-2 .imagebox-img {
  margin: 0 0 20px 0;
  border-radius: 2px;
}

.imagebox.style-2 .imagebox-img img {
  display: block;
  margin-bottom: 0px !important;
}

.imagebox.style-2 a.button {
  margin: 10px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/* Member
/*----------------------------------------------------------------------------------*/
.member {
  margin: 0;
}

.member-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.member-img img:hover {
  opacity: 0.8;
}

.member-img {
  display: block;
  margin-bottom: 25px;
}

.member h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: left;
}

.member .member-role {
  margin: 6px 0 10px;
  text-align: left;
}

.member .member-content {
  border-top: 1px solid rgba(130, 130, 130, 0.14);
  padding: 8px 0 3px 0 !important;
  margin: 0;
  text-align: left;
}
/*cutom team socail icons*/

.team_icon {
  display: inline-block;
  margin: 10px 5px 5px 0;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  float: left;
}

.team_icon a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  color: #f8c51e;
}

.team_icon a:hover {
  background-color: #00a7c1;
  color: #ffffff !important;
}

.member .social-icons {
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
}

.member .social-icons li {
  margin: 0 8px 0 0;
  background-color: #f7f7f7;
}

.member .social-icons li a {
  color: #042e3e;
  font-size: 14px !important;
}

/*-----------------------------------------------------------------------------------*/
/* Social Icons
/*-----------------------------------------------------------------------------------*/
.social-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #f7f7f7;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  overflow: hidden;
}

.social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  text-align: center;
  color: #999999;
}

.social-icon a:hover {
  background-color: #00a7c1;
  color: #ffffff;
}

.social-big,
.social-big a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
}

/*-----------------------------------------------------------------------------------*/
/* Testimonial
/*-----------------------------------------------------------------------------------*/
.testimonial-wrap {
  position: relative;
}

.testimonial {
  padding: 36px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  position: relative;
  font-size: 15px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
}
/* Triangle */
.testimonial:before,
.testimonial:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

/* Stroke */
.testimonial:before {
  bottom: -16px;
  left: 25px;
  border-top-color: #e5e5e5;
  border-width: 16px;
}

/* Fill */
.testimonial:after {
  bottom: -15px;
  left: 26px;
  border-top-color: #ffffff;
  border-width: 15px;
}

.testimonial-author {
  display: block;
  margin: 30px 0 0 10px;
  font-weight: bold;
  color: #042e3e;
}

.testimonial-author span {
  margin-top: -3px;
  font-weight: 400;
  display: block;
  color: #042e3e;
}

.testimonial-img {
  display: none !important;
}
.testimonial-img img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/* Text
/*-----------------------------------------------------------------------------------*/
.styled-text {
  line-height: 1.6;
}

.styled-text a {
  color: inherit;
}

.styled-text a:hover {
  color: inherit;
  opacity: 0.8;
}

.headline {
  line-height: 1.8;
  margin: 0 0 20px;
}

.fontweight-inherit {
  font-weight: 400;
}

.fontweight-300 {
  font-weight: 300;
}

.fontweight-400 {
  font-weight: 400;
}

.fontweight-500 {
  font-weight: 500;
}

.fontweight-600 {
  font-weight: 600;
}

.fontweight-700 {
  font-weight: 700;
}

.fontweight-800 {
  font-weight: 800;
}

.fontweight-900 {
  font-weight: 900;
}

.fontsize-inherit {
  font-size: inherit;
}

.fontsize-xs {
  font-size: 14px;
}

.fontsize-s {
  font-size: 16px;
}

.fontsize-m {
  font-size: 20px;
}

.fontsize-l {
  font-size: 24px;
}

.fontsize-xl {
  font-size: 28px;
}

.fontsize-xxl {
  font-size: 34px;
}

.fontsize-xxxl {
  font-size: 42px;
}

.fontsize-xxxxl {
  font-size: 52px;
}

.fontsize-xxxxxl {
  font-size: 60px;
}

.superlarge {
  font-size: 100px;
}

.transform-inherit {
  text-transform: inherit;
}

.transform-uppercase {
  text-transform: uppercase;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.lowercase {
  text-transform: none !important;
}

/*-----------------------------------------------------------------------------------*/
/* Visibility
/*-----------------------------------------------------------------------------------*/
.visibility-mobile {
  display: none !important;
}

.visibility-mobile-portrait {
  display: none !important;
}

.visibility-mobile-landscape {
  display: none !important;
}

.visibility-tablet {
  display: none !important;
}

@media (max-width: 479px) {
  .visibility-mobile {
    display: inherit !important;
  }
  .visibility-mobile-portrait {
    display: inherit !important;
  }
  .visibility-mobile-landscape {
    display: none !important;
  }
  .visibility-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .visibility-mobile {
    display: inherit !important;
  }
  .visibility-mobile-portrait {
    display: none !important;
  }
  .visibility-mobile-landscape {
    display: inherit !important;
  }
  .visibility-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .visibility-tablet {
    display: inherit !important;
  }
  .visibility-mobile-portrait {
    display: none !important;
  }
  .visibility-mobile-landscape {
    display: none !important;
  }
  .visibility-desktop {
    display: none !important;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Section
/*-----------------------------------------------------------------------------------*/
.section {
  overflow: hidden;
  /* Animation Cut off */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-left: none !important;
  border-right: none !important;
}

.section:after,
.section:before {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Standard Section */
#content.columns > .standard-section {
  /*padding: 60px 0 60px 0;*/
  margin: 0 -20px;
}

#content.columns > .standard-section:last-child {
  margin-bottom: 20px;
}

/* Full Width Section */
.full-width-section {
  overflow-x: hidden;
}

.section img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/* Section Backgrounds */
.section-parallax {
  opacity: 0;
  position: static;
  background-position: center 0;
  background-attachment: fixed;
}

.section-parallax.on-mobile {
  background-attachment: scroll;
  background-position: center center;
}

.section.bg-stretch {
  background-repeat: repeat;
  background-size: cover;
}

.section-parallax.on-mobile {
  background-repeat: repeat;
  background-attachment: scroll;
}

/* Column Background */
.wpb_column {
  background-repeat: repeat;
  background-size: cover;
}

/* Triangle */
.section-triangle {
  position: relative;
}

.section-triangle .section-triangle-color {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 99;
  border-style: solid;
  margin-left: -16px;
  border-width: 16px 16px 0 16px;
  border-color: #ffffff transparent transparent transparent;
}

/* ------------------------------------------------------------------------ */
/* Visual Composer Tweaks
/* ------------------------------------------------------------------------ */
/* VC 4.6+ Full Height Row */
.wpb_row.vc_row-o-full-height {
  min-height: 100vh;
}

.wpb_row.vc_row-o-content-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box !important;
}

.wpb_row:after,
.wpb_row:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wpb_row {
  margin-left: -20px;
  margin-right: -20px;
}

/* New Naming Convention of VC 4.3 */

.vc_non_responsive .wpb_row .vc_col-sm-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-10 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-11 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-10 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-11 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}

/* Section & Sidebar Row and Child Rows */
.page-section .wpb_row {
  margin: 0;
}

.page-section .wpb_row .wpb_row {
  margin: 0 -20px !important;
  padding: 0;
}

.sidebar-left .wpb_row,
.sidebar-right .wpb_row {
  margin-bottom: 0;
}

.sidebar-left .wpb_row .wpb_row,
.sidebar-right .wpb_row .wpb_row {
  margin: 0 -20px;
}

.full-width-section .wpb_column {
  padding: 0 !important;
}

/* Fix for VC 4.3 margins */
.wpb_row .wpb_column p:last-child {
  margin: 0;
}

/* Row - Bottom Margin /--------------------------------------------------------- */
@media (max-width: 767px) {
  .wpb_row .wpb_column {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /*.vc_responsive .wpb_row > :last-child,
    .vc_responsive .wpb_row > :last-child > .wpb_column {
        margin-bottom: 40px;
    }*/
  .vc_responsive .full-width-section .wpb_column {
    margin-bottom: 0px !important;
  }
  .vc_responsive .wpb_row > div > :last-child,
  .vc_responsive .wpb_row > div > :last-child > .wpb_column {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  /*.vc_responsive .wpb_row.full-width-section > div > :last-child,
    .vc_responsive .wpb_row.full-width-section > div > :last-child > .wpb_column {
        margin-bottom: -40px !important;
    }*/
  .section {
    overflow: hidden;
  }
}

/* Element Margin */

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 40px;
}

.wpb_row .wpb_row .wpb_content_element {
  margin-bottom: 40px;
}

/* Row - Standard 1200px /--------------------------------------------------------- */

.page-section .standard-section .span_12 {
  max-width: 1200px;
  margin: 0 auto;
}

/* Row - Desktop 960px /--------------------------------------------------------- */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 960px;
  }
}

/* Row - Tablet 768px /--------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 768px;
  }
}

/* Row - Mobile Portrait 320px /--------------------------------------------------------- */

@media only screen and (max-width: 767px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 340px;
  }
}

/* Row - Mobile Landscape 480px /--------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 460px;
  }
}

/* Text Align */
.col.text-align-center {
  text-align: center;
}

.col.text-align-right {
  text-align: right;
}

/* Column Padding */
.wpb_row .span_12 > .col.padding-1 {
  padding: 1% !important;
}

.wpb_row .span_12 > .col.padding-2 {
  padding: 2% !important;
}

.wpb_row .span_12 > .col.padding-3 {
  padding: 3% !important;
}

.wpb_row .span_12 > .col.padding-4 {
  padding: 4% !important;
}

.wpb_row .span_12 > .col.padding-5 {
  padding: 5% !important;
}

.wpb_row .span_12 > .col.padding-6 {
  padding: 6% !important;
}

.wpb_row .span_12 > .col.padding-7 {
  padding: 7% !important;
}

.wpb_row .span_12 > .col.padding-8 {
  padding: 8% !important;
}

.wpb_row .span_12 > .col.padding-9 {
  padding: 9% !important;
}

.wpb_row .span_12 > .col.padding-10 {
  padding: 10% !important;
}

@media only screen and (max-width: 767px) {
  .wpb_row .span_12 > .col.padding-1 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-9 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wpb_row .span_12 > .col.padding-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* ------------------------------------------------------------------------ */
/* Widgetized
/* ------------------------------------------------------------------------ */
.wpb_widgetised_column .widget {
  margin-bottom: 40px;
  color: #888888;
}

.wpb_widgetised_column .widget h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #444444;
}

.wpb_widgetised_column .widget ul {
  margin: -10px 0 0 0;
}

.wpb_widgetised_column .widget > ul > li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 10px 0;
}

.wpb_widgetised_column .widget > ul > li:last-child {
  border: none;
}

.wpb_widgetised_column .widget > ul > li ul {
  margin-top: 10px;
  margin-bottom: -10px;
  border-top: 1px solid #e5e5e5;
}

.wpb_widgetised_column .widget > ul > li ul li {
  background: #f7f7f7;
  padding: 10px 0 10px 14px;
  border-bottom: 1px dashed #e5e5e5;
}

.wpb_widgetised_column .widget > ul > li ul li:last-child {
  border-bottom: none;
}

.wpb_widgetised_column .widget > ul > li ul li a:before {
  content: "+";
  margin-right: 10px;
}

.wpb_widgetised_column .widget ul li:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #35485a;
}

.wpb_widgetised_column .widget ul li a {
  display: block;
  color: #35485a;
}

.wpb_widgetised_column .widget ul li a:hover {
  color: #00a7c1;
}

.wpb_widgetised_column .widget ul li:hover:after {
  color: #00a7c1;
}

.wpb_widgetised_column .widget > ul > li.current_page_item,
.wpb_widgetised_column .widget > ul > li.current-menu-item {
  font-weight: 600;
}

/* ------------------------------------------------------------------------ */
/* Animations
/* ----------------------------------------------------------------------- */
.animate {
  opacity: 0;
  position: relative;
}

.animate[data-animation="fade-in-from-left"] {
  left: -40px;
}

.animate[data-animation="fade-in-from-right"] {
  right: -40px;
}

.animate[data-animation="fade-in-from-bottom"] {
  bottom: -50px;
}

.animate[data-animation="fade-in-from-top"] {
  top: -50px;
}

/* ------------------------------------------------------------------------ */
/* Accordion
/* ------------------------------------------------------------------------ */
.wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0;
  outline: none !important;
  font-size: 13px;
  text-transform: uppercase;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border: 1px solid #f7f7f7;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #eaeaea;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 20px 0 20px 15px;
  display: none;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}

.wpb_accordion .wpb_accordion_wrapper {
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 15px 0 !important;
  padding-bottom: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  outline: none !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover a {
  background-color: #042e3e;
  color: #fff !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding: 14px 10px 14px 20px !important;
  color: #042e3e;
  font-weight: bold;
  -webkit-transition: all 0.07s ease;
  -moz-transition: all 0.07s ease;
  -ms-transition: all 0.07s ease;
  -o-transition: all 0.07s ease;
  transition: all 0.07s ease;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  margin-right: 10px !important;
  margin-top: 5px !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active.wpb_accordion_header a {
  color: #042e3e;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover .ui-state-default .ui-icon {
  color: #042e3e;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover .ui-icon {
}

/* ------------------------------------------------------------------------ */
/* Tabs
/* ------------------------------------------------------------------------ */
.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
  padding: 0;
}

.wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important;
}

#content .wpb_content_element .wpb_tabs_nav {
  margin: 0;
}

.wpb_content_element .wpb_tabs_nav li {
  background-color: transparent;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important;
  margin: 0 30px -1px 0 !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
  display: none !important;
}

.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #ffffff;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  background-color: #ffffff;
  border-bottom: 5px solid #042e3e;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default;
  color: #042e3e;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0 2px 15px 2px;
  color: #999999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover {
  color: #333333;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 20px 0 0 0;
}

/* ------------------------------------------------------------------------ */
/* Video Background
/* ------------------------------------------------------------------------ */
.wpb_row {
  position: relative;
}

.wpb_row .span_12 {
  position: relative;
  z-index: 10;
}

.video-fallback {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpb_row .video-wrap {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  opacity: 0;
  z-index: 1;
}

.video-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.72;
  position: absolute !important;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  z-index: 3;
}

.wpb_row .video-wrap .mejs-container .mejs-controls {
  display: none !important;
}

/* ------------------------------------------------------------------------ */
/* Misc
/* ------------------------------------------------------------------------ */
.vc_pie_chart h4 {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.vc_pie_chart {
  margin: 0 !important;
}

/* ------------------------------------------------------------------------ */
/* Color Light
/* ------------------------------------------------------------------------ */
.color-light,
.color-light p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.color-light a,
.color-light h1 a,
.color-light h2 a,
.color-light h3 a,
.color-light h4 a,
.color-light h5 a,
.color-light h6 a {
  color: #fff;
}

.color-light a:hover,
.color-light h1 a:hover,
.color-light h2 a:hover,
.color-light h3 a:hover,
.color-light h4 a:hover,
.color-light h5 a:hover,
.color-light h6 a:hover,
.color-light a:hover h1,
.color-light a:hover h2,
.color-light a:hover h3,
.color-light a:hover h4,
.color-light a:hover h5,
.color-light a:hover h6 {
  color: #fff !important;
}

.color-light h1,
.color-light h2,
.color-light h3,
.color-light h4,
.color-light h5,
.color-light h6 {
  color: #fff;
}

.color-custom h1,
.color-custom h2,
.color-custom h3,
.color-custom h4,
.color-custom h5,
.color-custom h6 {
  color: inherit;
}

.color-light .progressbar {
  background: rgba(255, 255, 255, 0.2);
}

.color-light .testimonial-author {
  color: rgba(255, 255, 255, 0.8);
}

.color-light .testimonial {
  background: #fff;
}

.color-light .testimonial:after {
  border-color: #fff transparent transparent;
}

.color-light .title {
  color: #fff;
}

.color-light .divider-title {
  color: #fff;
}

.color-light .member .member-role {
  color: rgba(255, 255, 255, 0.8);
}

.color-light .title.align-center:before,
.color-light .title.align-center:after,
.color-light .title:after,
.color-light .title.align-left:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.color-light .imagebox {
  border: none;
}
/*main*/
.color-light .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  color: #fff !important;
}

.color-light .wpb_accordion .wpb_accordion_wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}

.color-light .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(255, 255, 255, 0.2);
}

.color-light .social-icon {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.color-light .social-icon a {
  color: #fff;
}

.color-light .social-icon a:hover {
  background: #fff;
  color: #777 !important;
}

.color-light .toggle .toggle-title {
  background-color: #fff;
  border: 1px solid #fff;
  color: #777;
}

.color-light .toggle .toggle-title:hover {
  background: #e5e5e5;
}

.color-light .toggle .toggle-title i {
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 10px 0 0;
}

.color-light .toggle .toggle-title.active {
  background: #1cbac8;
  color: #fff;
  border-color: #1cbac8;
}

.color-light .toggle .toggle-title.active i {
  opacity: 1;
}

.color-light .toggle .toggle-inner {
  background: #fff;
  border: 1px solid #fff;
  color: #777;
}

.color-light .toggle .toggle-inner p {
  color: #777 !important;
}

.color-light .gallery-style-2 .gallery {
  background: rgba(0, 0, 0, 0.2);
}

.color-light input[type="text"],
.color-light input[type="password"],
.color-light input[type="email"],
.color-light textarea {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}

.color-light input[type="text"]:focus,
.color-light input[type="password"]:focus,
.color-light input[type="email"]:focus,
.color-light textarea:focus {
  color: #fff;
  background: #transparent;
  border-color: #fff;
}

.color-light .wpcf7-form .wpcf7-submit {
  background: #fff;
  color: #777;
  border: none;
}

.color-light .wpcf7 span.wpcf7-not-valid-tip {
  color: #777;
  margin-top: -2px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 0 0 2px 2px;
}

.color-light input.wpcf7-not-valid {
  border-color: #fff;
}

.color-light .wpcf7-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .wpcf7-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .wpcf7-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .wpcf7-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .iconbox-content p {
  opacity: 0.8;
}

.color-light .iconbox-style-8 {
  background: #fff;
  color: #777 !important;
}

.color-light .iconbox-style-8 i.boxicon {
  color: #999;
}

.color-light .iconbox-style-10 {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.color-light .iconbox-style-10 i.boxicon {
  color: rgba(255, 255, 255, 0.09);
}

.color-light .latest-blog-list-modern li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.color-light .latest-blog-list-modern li a:hover {
  background: rgba(255, 255, 255, 0.07);
}

.color-light .latest-blog-list-modern li span {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

.color-light .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  display: none !important;
}

.color-light .blog-list-item-excerpt a {
  opacity: 0.5;
}

.color-light .blog-list-item-excerpt a:hover {
  opacity: 1;
}

.color-light .latest-blog-list .blog-list-item-date {
  background: #f4f4f4;
  color: #444;
}

.color-light .latest-blog-list .blog-list-item-date span {
  background: #444;
  color: #fff;
}

/*--------------------------------------*/
/*  00 - Featured box
/* -------------------------------------*/
@media screen and (max-width: 790px) {
  .mobile-no-margin-top .row_inner_wrapper {
    margin-top: 0px !important;
  }
}
.featured-box {
  padding: 10px;
}

.featured-box .featured-box-thumb {
  display: block;
}

.featured-box .featured-box-thumb a {
  position: relative;
  display: block;
}

.featured-box .featured-box-thumb img {
  width: 100%;
  height: auto;
}

.featured-box .featured-box-desc {
  margin-top: 15px;
  line-height: 20px;
}

.featured-box .featured-box-content h4 {
  margin-top: 20px !important;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  font-weight: 400;
}

.featured-box .featured-box-button a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  margin-top: 15px !important;
  margin-bottom: 5px;
  display: block;
  padding: 5px;
  color: #ffffff;
  width: 33%;
  letter-spacing: 1px;
  text-align: center;
}

.featured-box .featured-box-button a:hover {
  text-decoration: none;
}

.featured-box .video_icon {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border: 3px solid #ffffff;
  border-radius: 100px;
  line-height: 1;
  padding: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.featured-box .video_icon i {
  color: #ffffff;
  margin-left: 3px;
  font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/* 00 - Portfolio
/*-----------------------------------------------------------------------------------*/
.standard-section .portfolio-element {
  margin-left: -20px;
  margin-right: -20px;
}

.portfolio-items {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100.8%;
  overflow: hidden;
}

.portfolio-items.animatedcontainer {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.portfolio-item {
  margin-bottom: 40px;
  visibility: hidden;
  overflow: hidden;
}

.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-image-img {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}

.portfolio-item img {
  position: relative;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio-item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio-item h4 a {
  color: #042e3e;
}
.portfolio-item h4 a:hover {
  color: #00a7c1;
}

/* portfolio Filters */
.portfolio-filters {
  margin: 40px 0px 50px 0px;
}

.portfolio-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #042e3e;
  text-align: center;
}

.portfolio-filters ul li {
  display: inline-block;
  margin-right: 3px;
  line-height: 2;
  text-align: center;
  margin-top: 10px;
}

.portfolio-filters ul li:last-child:after {
  content: "";
}

.portfolio-filters ul li a {
  display: inline-block;
  color: #00a7c1;
  border: 1px solid #00a7c1;
  margin-right: 3px;
  text-align: center;
  padding: 7px 18px;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
}

.portfolio-filters ul li a:hover {
  color: #00a7c1;
}

.portfolio-filters ul li a.active {
  background-color: #00a7c1;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* portfolio Style-Default */
.portfolio-default .portfolio-item .portfolio-image {
  margin: 0 0 16px 0;
}

/* portfolio Style-Grid */
.portfolio-grid .portfolio-item {
  margin-bottom: 40px;
}

.portfolio-grid .portfolio-item .portfolio-image {
  margin: 0;
  padding: 0;
}

/* portfolio Style-Nomargin */
.portfolio-nomargin {
  background: #f7f7f7;
  margin: 0 !important;
}

.portfolio-nomargin .portfolio-item {
  width: 24.999%;
  float: left;
  margin: 0;
}

.portfolio-nomargin .portfolio-item .portfolio-image {
  border-radius: 0;
}

.portfolio-nomargin .portfolio-item .portfolio-image img {
  width: 100%;
  height: auto;
}

/* portfolio Style-Masonry */
.portfolio-masonry {
  background: #f7f7f7;
  margin: 0 !important;
}

.portfolio-masonry .portfolio-item {
  float: left;
  margin: 0;
}

.portfolio-masonry .portfolio-item .portfolio-image {
  border-radius: 0;
}

.portfolio-masonry .portfolio-item.regular {
  width: 19.999%;
}

.portfolio-masonry .portfolio-item.wide {
  width: 39.999%;
}

.portfolio-masonry .portfolio-item.tall {
  width: 19.999%;
}

.portfolio-masonry .portfolio-item.widetall {
  width: 39.999%;
}

.portfolio-masonry .portfolio-item img {
  width: 100%;
  height: auto;
}

/* Overlay-Icon */
.portfolio-overlay-icon .portfolio-image img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio-overlay-icon .portfolio-image:hover img {
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -moz-transform: scale(1.2); /* Firefox */
  -ms-transform: scale(1.2); /* IE 9 */
  -o-transform: scale(1.2); /* Opera */
  transform: scale(1.2);
}

.portfolio-overlay-icon .portfolio-overlay {
  width: 100%;
  height: 100%;
  background: #00a7c1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer !important;
}

.portfolio-overlay-icon i {
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 23px 0 0 -33px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 66px;
  opacity: 0;
  font-size: 24px;
  color: #00a7c1;
  font-weight: 400;
  z-index: 2;
}

.portfolio-overlay-icon i a {
  color: #042e3e;
}

/* Overlay-Effect */
.portfolio-overlay-effect .portfolio-overlay {
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: auto;
  background: #00a7c1;
}

.portfolio-overlay-effect .overlay-effect span {
  display: block;
  margin: 15px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

/* Overlay-Name */
.portfolio-overlay-name .portfolio-overlay {
  width: 100%;
  height: 100%;
  background: #00a7c1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.portfolio-overlay-name .portfolio-overlay span {
  display: block;
  margin: 28px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}

.portfolio-overlay-name .portfolio-overlay i:before {
  font-family: "FontAwesome";
  content: "\F0C1";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  line-height: 55px;
  text-align: center !important;
  color: #00a7c1;
  width: 55px;
  height: 55px;
  background: #fff;
  padding-right: 5px;
  vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/* Gallery
/*-----------------------------------------------------------------------------------*/
.gallery .gallery-item a {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery {
  margin: 0 auto 0px;
}

.gallery .gallery-item {
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 !important;
}

.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333333333333% !important;
}

.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.gallery-columns-6 .gallery-item {
  width: 16.66666666666667% !important;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571428571429% !important;
}

.gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111111111111% !important;
}

.gallery img {
  width: 100% !important;
  height: auto;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gallery a:hover {
  opacity: 0.8;
}

.gallery-item {
  margin: 0 !important;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-style-2 .gallery-item {
  padding: 10px;
}

/*-----------------------------------------------------------------------------------*/
/* 00 - Extra Shortcodes Classes
/*-----------------------------------------------------------------------------------*/
.wpb_image_grid .wpb_image_grid_ul img:hover {
  opacity: 0.7 !important;
}