/*---------------------------------------------------------------------
* Author WebCreations907 http://themeforest.net/webcreations907
* 
* == Table Of Contents ==
* 1- Reset
* 2- Basic Styles
* 3- Page Setup
* 4- MenuBar
* 5- Blog Posts
*   5.1- Post Formats
*     5.1.1- Link Format
*     5.1.2- Quote Format
*   5.2- Blog Small Image Layout
*   5.3- Blog Masonry Layout
*   5.4- Author BIO
*   5.5- Comments
* 6- Widgets
* 7- Footer
* 8- MISC
*   8.1- Pagination
*   8.2- BreadCrumb
*   8.3- FlexSlider
*   8.4- Image Wrapper
*   8.5- Form Fields
*   8.6- Button Styles
*   8.7- isoType
* 9- Media Queries
* 
------------------------------------------------------------------------*/

/************************************************************************
* 1- Reset
*************************************************************************/

* {
  outline: none !important;
}

body, html {
  height: 100%;
  min-height: 100%;
}

select {
  max-width: 100%;
}

iframe {
  border: none;
}

embed, object {
  max-width: 100%;
  border: none;
}

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

/************************************************************************
* 2- Basic Styles
*************************************************************************/
body {
  background-color: #FFFFFF;
  color: #212d3a;
  font-family: poppins, sans-serif;
  font-size: 13px;
  line-height: 1.53486;
  font-weight: 300;
  position: relative;
}

a, a:hover {
  color: #e74d57;
}

h1, h2, h3, h4, h5, h6 {
  font-family: poppins, sans-serif;
  font-weight: 400;  /*letter-spacing: -0.01em;*/
  margin-top: 0;
  color: #404040;
}

blockquote {
  margin: 14px 0;
}
ol, ul {
  list-style: none;
  padding: 0;
}
.p-0{
  padding: 0 !important
}
.page-template-template-page-landing header {
    display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  width: 1px;
  word-wrap: normal !important;
  opacity: 1;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-image {
  margin-top: 14px;
  margin-bottom: 14px;
}

.wbc-lead-font {
  font-size: 16px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.aligncenter {
  clear: both;
  display: block;
  margin: 4px auto;
}

.alignnone {
  margin: 4px 0;
}

img.alignright, img.alignleft {
  margin-top: 14px;
}

.alignleft {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}

.alignright {
  float: right;
  margin-left: 14px;
  margin-bottom: 14px;
}

.wp-block-cover:not(.alignright):not(.alignleft), .wp-block-button:not(.alignright):not(.alignleft) {
  margin-top: 14px;
  margin-bottom: 14px;
}

.wbc-display-inline {
  display: inline-block;
}

.wbc-video-wrap {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
}

.wbc-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

table {
  margin-bottom: 20px;
}

thead {
  background-color: #fff;
}

th, td {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table:not(.wp-calendar-table) tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.015);
}

dt {
  font-size: 14px;
}

dd {
  margin-left: 20px;
}

dt {
  margin-bottom: 5px;
}

dd + dt {
  margin-top: 10px;
}

code {
  white-space: normal;
}

.anchor-link {
  position: absolute;
  top: 0px;
  left: 0;
}

.full-height {
  min-height: 100vh;
}

.sticky {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
  opacity: 0.8;
}

.wp-caption-text {
  width: 100%;
}

.bypostauthor {
  width: 100%;
}

/************************************************************************
* 3- Page Setup
*************************************************************************/
.page-wrapper {
  overflow: hidden;
}

/*.has-fixed-menu .page-wrapper{
  padding:83px 0 0;
}

.has-top-bar .page-wrapper{
  padding:118px 0 0;
}

.has-transparent-menu .page-wrapper,
.has-standard-menu .page-wrapper{
  padding:0;
}

.has-bottom-menu .page-wrapper,
.has-standard-menu.menu-after-row .page-wrapper{
  padding:0 !important;
}*/
.main-content-area {
  padding: 55px 0;
}

.full-width-template .main-content-area {
  padding: 0;
}

.single-wbc-reuseables .main-content-area {
  padding: 0 !important;
}

.wbc-fullwidth-container .container {
  width: 100%;
}

.page-content {
  word-wrap: break-word;  /*overflow: hidden;*/
  width: 100%;
}

.full-strecth {
  max-width: 1170px;
  margin: 0 auto;
}

.wbc-boxed-wrapper, .wbc-boxed-wrapper .header-bar, .wbc-boxed-wrapper .container, .wbc-boxed-wrapper .bottom-fixed-menu, .wbc-boxed-wrapper .is-sticky {
  max-width: 1200px;
}

.wbc-boxed-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

/************************************************************************
* 404
*************************************************************************/
.wbc-404 h3 {
  font-weight: bold;
  font-size: 200px;
  opacity: 0.3;
  text-align: center;
  line-height: 1.2em;
  line-height: 1.2em;
}

.no-results-page.is-404 {
  text-align: center;
}

.no-results-page.is-404 .search-form input {
  max-width: 400px;
}

/************************************************************************
* 4- MenuBar
*************************************************************************/
.has-transparent-menu .menu-bar-wrapper {
  background-color: transparent;
  box-shadow: none;
}

.has-transparent-menu .menu-bar-wrapper:not(.is-sticky), .has-transparent-menu .menu-bar-wrapper:not(.is-sticky) .menu-icon, .has-transparent-menu .menu-bar-wrapper:not(.is-sticky) .wbc_menu > li > a, .has-transparent-menu .menu-bar-wrapper:not(.is-sticky) .mobile-nav-menu .wbc_menu a {
  color: #ffffff;
}

.has-transparent-menu .menu-bar-wrapper:not(.is-sticky) .menu-icon:hover, .has-transparent-menu .menu-bar-wrapper:not(.is-sticky) .menu-icon.menu-open, .has-transparent-menu .menu-bar-wrapper:not(.is-sticky) .wbc_menu > li > a:hover, .has-transparent-menu .menu-bar-wrapper:not(.is-sticky) .wbc_menu > li.active > a {
  color: #ffffff;
}

.has-transparent-menu .primary-menu.mobile-show .wbc_menu > li > a {
  color: inherit !important;
}

.header-bar .container {
  position: relative;
  padding: 0px;
  text-align: center;
}

.menu-bar-wrapper.is-sticky, .menu-bar-wrapper {
  width: 100%;
  position: relative;
  background-color: #212d3a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.30s linear 0s;
  -o-transition: all 0.30s linear 0s;
  transition: all 0.30s linear 0s;
}

.menu-bar-wrapper.is-sticky {
  -webkit-backface-visibility: hidden;
}

.wbc-nomenu-shadow .menu-bar-wrapper:not(.is-sticky), .wbc-nomenu-sticky-shadow .menu-bar-wrapper.is-sticky {
  box-shadow: none;
}

.header-bar {
  z-index: 2000;
  position: relative;
  width: 100%;
  background-color: #212d3a;
}

.standard-menu {
  position: relative;
}
/* 
.bottom-fixed-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
} */

.top-fixed-menu {
  position: absolute;
  top: 32px;
}

.header-inner {
  position: relative;
}

.site-logo-title.logo-text {
  line-height: 83px;
}

.header-bar.has-top-bar {
  border-bottom: 1px solid #fff;
}

.top-extra-bar {
  min-height: 35px;
  font-size: 13px;
  color: #f7f7f7;
  background-color: #e74d57;
  border-bottom: 1px solid #e34c02;
}

.top-extra-bar .left-top-bar i {
  font-size: 15px;
}

.top-extra-bar .left-top-bar {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 36px;
}

.left-top-bar .left-content-top {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left-top-bar .left-content-top li {
  float: left;
  margin-right: 6px;
}

.top-extra-bar .right-top-bar {
  float: right;
  display: inline-block;
}

.site-logo-title {
  display: inline;
}

.site-logo-title a {
  text-decoration: none;
  color: #2b2b2b;
}

.site-logo-title a:hover {
  color: #e74d57;
}

.site-logo-title.logo-text {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.site-logo-title.has-logo {
  display: inline-block;
  width: 125px;
  float: left;
}

.site-logo-title.has-logo a {
  display: block;
  position: relative;
  height: 100%;
}

.site-logo-title img {
}

.mobile-nav-menu {
  display: none;
}

.primary-menu {
  z-index: 1000;
  display: block;
  text-align: right;
}

.primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.wbc_menu li {
  position: relative;
}

.primary-menu .wbc_menu > li {
  display: inline-block;
}

.wbc_menu > li > a {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #b3bbc6;
  font-weight: normal;
  text-decoration: none;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}
.primary-menu .wbc_menu > li.current-menu-item a {
  color: #FFFFFF !important
}
.primary-menu .wbc_menu > li:first-child > a {
  padding-left: 0;
}

.primary-menu .wbc_menu > li:last-child > a {
  padding-right: 0;
}

.wbc_menu a:hover, .wbc_menu .active > a, .wbc_menu .current-menu-item > a, .mobile-nav-menu .wbc_menu a:hover, .primary-menu .wbc_menu a:hover {
  color: #FFFFFF;
}

.wbc_menu ul li a {
  width: 100%;
  display: block;
  line-height: 1.4em;
  font-size: 13px;
  color: #FFFFFF;
  padding: 8px 0;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  border-bottom: 1px solid #ca424b;
}

.primary-menu .wbc_menu ul li:last-child > a {
  border: none;
}

.primary-menu .wbc_menu li > ul {
  position: absolute;
  top: 100%;
  left: -55px;
  z-index: 1000;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0;
  background: #e74d57;
  text-align: left;
}
.primary-menu .wbc_menu li > ul:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 45%;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e74d57;
}
.primary-menu .wbc_menu li > ul li a {
    line-height: 1.4;
    padding: 8px 15px;
    font-size: 14px;
}
.primary-menu > ul > li:last-child > ul {
  left: auto;
  right: -30px;
}
.primary-menu .wbc_menu li > ul li a:hover {
    color: #232e3b;
}
.wbc_menu li:last-child {
  border: none;
}

.primary-menu .wbc_menu li > ul > li > ul {
  left: -200px;
  border-top-left-radius: 2px;
  top: 0;
  padding: 0;
}

.wbc_menu ul {
  display: none;
}

.primary-menu .wbc_menu li:hover > ul, .primary-menu .wbc_menu li.mega-menu:hover > ul ul {
  display: block;
}

.wbc_menu li.mega-menu {
  position: inherit;
  border: none;
}

.wbc_menu li.mega-menu > ul >li {
  width: 23.5%;
  margin-left: 1%;
  padding: 0 5px;
  float: left;
  border: none;
}

.wbc_menu li.mega-menu >ul {
  padding-top: 21px;
  padding-bottom: 14px;
  top: 100%;
  left: 0;
  width: 100%;
}

.wbc_menu li.mega-menu >ul >li >a {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  border: none;
  padding-left: 5px;
}

.wbc_menu li.mega-menu >ul >li >ul {
  position: relative;
  left: 0;
  width: 100%;
}

.bottom-fixed-menu .wbc_menu li ul, .bottom-fixed-menu .wbc_menu >li.mega-menu >ul {
  top: auto;
  bottom: 100%;
}

.bottom-fixed-menu .wbc_menu >li.mega-menu >ul li ul {
  position: relative;
  top: 0;
}

.bottom-fixed-menu .wbc_menu li ul li ul {
  bottom: 0;
  top: auto;
}

.bottom-fixed-menu .is-sticky .wbc_menu li ul, .bottom-fixed-menu .is-sticky .wbc_menu >li.mega-menu >ul, .bottom-fixed-menu.wbc-menu-down .wbc_menu li ul, .bottom-fixed-menu.wbc-menu-down .wbc_menu >li.mega-menu >ul {
  top: 100%;
  bottom: auto;
}

.bottom-fixed-menu .is-sticky .wbc_menu li ul li ul, .bottom-fixed-menu.wbc-menu-down .wbc_menu li ul li ul {
  top: 0;
}

.menu-icon {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  padding: 5px;
  right: 15px;
  display: none;
  color: #999999;
  font-size: 22px;
}

.menu-icon:focus, .menu-icon:active {
  color: #999999;
}

.menu-icon:hover, .menu-icon.menu-open {
  color: #e74d57;
}

.mobile-show ul li:last-child > a {
  border-bottom: 1px solid #2b2b2b;
}

.header-bar .social-links {
  font-size: 15px;
  display: inline-block;
  float: left;
}

.header-bar .social-links a {
  color: #f7f7f7;
  padding: 0 5px;
  line-height: 35px;
}

.header-bar .social-links a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.social-links > ul {
  list-style: none;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}

.social-links >ul li {
  float: left;
}

.header-bar .social-links a:hover {
  color: #fff;
}

.header-bar .social-links li:last-child a {
  padding-right: 0;
}

/************************************************************************
* 5- Blog Posts
*************************************************************************/
.post {

  /*Changed .posts article*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 42px;
  position: relative;
}

.post-contents {
  word-wrap: break-word;
}

.post-header {
  margin-bottom: 14px;
}

.entry-title {
  font-size: 20px;
  margin-top: 0;
}

.entry-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.20s linear 0s;
  transition: color 0.20s linear 0s;
}

.entry-title a:hover {
  color: #e74d57;
}

.post-featured {
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}

.blog-style-1 .post-featured .wbc-image-wrap img {
  width: 100%;
}

.entry-content .wp-block-image figcaption {
  text-align: center;
  opacity: 0.8;
}

.entry-content {
  padding-bottom: 42px;
  word-wrap: break-word;
  overflow: hidden;
}

.single .entry-content *:last-child {

  /*margin-bottom: 0;*/
}

.entry-meta {
  font-size: 11px;
  margin-top: -6px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.entry-meta a {
  color: inherit;
}

.entry-meta span {
  margin-right: 6px;
}

.more-link {
  text-align: right;
  margin-top: 21px;
  color: #fff;
}

.wp-gallery-style {
  overflow: hidden;
  margin-left: -4px;
  margin-right: -4px;
}

.wp-gallery-style .gallery-item {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 4px;
  margin: 4px;
  background-color: #fff;
}

.wp-gallery-style .gallery-caption {
  font-size: 12px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 5px 2px;
}

/************************************************************************
* 5.1- Post Formats
*************************************************************************/
.format-link, .format-quote {

  /*padding-bottom: 28px;*/
}

.single .link-format, .single .quote-format {
  margin-bottom: 21px;
}

.link-url {
  font-size: 12px;
  font-style: italic;
}

/************************************************************************
* 5.1.1- Link Format
*************************************************************************/
.link-format:after {
  content: "Ã¯Æ’Â";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 45px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 0;
}

a.link-format {
  display: block;
  background-color: #e74d57;
  text-decoration: none;
  padding: 20px 10px;
  border-radius: 1px;
}

a.link-format, a.link-format .entry-title {
  color: #fff !important;
}

a.link-format:hover {
  color: #fff;
  background-color: #2b2b2b;
  -webkit-transition: all 0.20s linear 0s;
  transition: all 0.20s linear 0s;
}

/************************************************************************
* 5.1.2- Quote Format
*************************************************************************/
.quote-format:before {
  color: #fff;
  content: "Ã¯â€žÅ½";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  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: #e74d57;
  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);
}

/************************************************************************
* 5.2- Blog Small Image
*************************************************************************/
.blog-style-2 .post-featured {
  float: left;
  width: 320px;
  margin-right: 25px;
  margin-bottom: 0;
}

.blog-style-2 .post {
  padding-bottom: 42px;
}

.blog-style-2 .entry-content {
  padding-bottom: 0;
}

.blog-style-2 .post-contents {
  overflow: hidden;
}

/************************************************************************
* 5.3- Blog Masonry Layout
*************************************************************************/
.blog-style-3 {
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -15px;
  margin-right: -15px;
}

.blog-style-3 .entry-content {
  padding-bottom: 21px;
}

.blog-style-3 .post, .blog-style-3 .type-post {
  width: 33%;
  float: left;
  word-wrap: break-word;
  border: none;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.blog-style-3 .post-in, .blog-style-3 .user {
  display: none;
}

.blog-style-3 .post-contents {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: -2px;
}

.blog-style-3 .post-featured.audio-format {
  background-color: rgba(255, 255, 255, 0.5);
}

.blog-style-3 .post-featured {
  margin-bottom: 0;
  padding: 0 0.5px;/*  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom:none;*/
}

.blog-style-3  .quote-format:before {
  right: 25px;
}

.blog-style-3 .format-link .post-contents, .blog-style-3 .format-quote .post-contents, .blog-style-3 .format-link, .blog-style-3 .format-quote {
  border: none;
  background: none;
}

.blog-style-3 .format-link, .blog-style-3 .format-quote {
  padding-bottom: 0;
  margin-bottom: 9px;
}

.blog-style-3 .format-link .post-contents, .blog-style-3 .format-quote .post-contents {
  padding: 0;
  margin-top: 0;
}

.blog-style-3 .self-hosted .audio-format {
  padding: 14px 14px 0;
}

.blog-style-3 .link-format:after {
  right: 25px;
}

/************************************************************************
* 5.4- Author BIO
*************************************************************************/
.author-block {
  margin-bottom: 42px;
}

.author-wrap {
  padding: 14px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.author-block .avatar {
  float: left;
  margin: 0 14px 2px 0;
  border-radius: 2px;
}

.author-name {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 4px;
}

.author-description {
  font-size: 12px;
}

/************************************************************************
* 5.5- Comments
*************************************************************************/
.comment-block .no-comments {
  margin-bottom: 32px;
}

.post-comments {
  padding-left: 0;
  margin-bottom: 35px;
}

.post-comments .comment {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 14px 14px 3px;
  margin-bottom: 7px;
}

.post-comments li {
  list-style: none;
  overflow: hidden;
}

.comment-image {
  float: left;
  margin: 0 12px 0 0;
  border-radius: 2px;
  border: 1px solid #fff;
}

.comment-wrap {
  overflow: hidden;
}

.comment-meta {
  padding-bottom: 7px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.comment .reply-link {
  display: inline-block;
  float: right;
  margin: -5px 0 5px;
  text-align: right;
}

.post-comments .comment-form {
  margin: 14px 0 28px;
}

.comment-form {

  /*margin-top:21px;*/
}

.comment-form label {
  font-weight: normal;
  display: block;
  font-size: 12px;
}

.comment-form .form-submit {
  text-align: right;
  margin: 14px 0 0;
}

/************************************************************************
* 6- Widgets
*************************************************************************/
.widget {
  margin-bottom: 35px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget ul >li:first-child, .widgets-area .widget ul > li:first-child, .widget_pages > ul > li:first-child > a, .widget_categories > ul > li:first-child > a {
  padding-top: 0 !important;
}

.widget:first-child h4 {
  margin-top: 0;
}

.widget-title, .widgettitle {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
}

.widget_pages ul ul, .widget_categories ul ul {
  margin-left: 10px;
}

.widget_pages li, .widget_categories li, .widget_nav_menu li {
  padding: 0 !important;
  border-bottom: none !important;
}

.widget_pages li a, .widget_categories li a, .widget_nav_menu li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar caption {
  text-align: center;
  width: 100%;
}

.widget_calendar td, .widget_calendar th {
  width: 14%;
  padding: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_calendar tfoot td {
  border: none;
}

.widget_calendar tfoot td {
  text-align: left;
}

.widget_calendar tfoot #next {
  text-align: right;
}

.widget_tag_cloud a {
  font-size: 12px !important;
  color: #fff !important;
  padding: 6px;
  background-color: #e74d57;
  display: inline-block;
  margin: 0 4px  4px 0;
  border-radius: 3px;
}

.wbc-recent-post-widget {
}

.wbc-recent-post-widget p {
  margin-bottom: 0;/*  opacity: 0.6;
  filter: alpha(opacity=60);*/
}

.wbc-recent-post-widget a {
  color: inherit;
}

.wbc-recent-post-widget h6 {
  margin-bottom: 4px;
}

.wbc-recent-post-widget .widget-content {
  overflow: hidden;
  word-wrap: break-word;
}

.wbc-recent-post-widget ul li {
  overflow: hidden;
}

.wbc-recent-post-widget .wbc-recent-post-img {
  width: 55px;
  float: left;
  margin-right: 14px;
}

.wbc-recent-comments-widget {
}

.wbc-recent-comments-widget p, .wbc-recent-comments-widget h6 span {
  margin-bottom: 0;/*  opacity: 0.7;
  filter: alpha(opacity=70);*/
}

.wbc-recent-comments-widget a {
  color: inherit !important;
}

.wbc-recent-comments-widget h6 {
  margin-bottom: 4px;
}

.wbc-recent-comments-widget h6 span {
  font-size: 10px;
  margin-left: 4px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.wbc-recent-comments-widget h6 span i {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.wbc-recent-comments-widget .widget-content {
  overflow: hidden;
  word-wrap: break-word;
}

.wbc-recent-comments-widget ul li {
  overflow: hidden;
}

.wbc-recent-comments-widget .wbc-user-avatar {
  width: 55px;
  float: left;
  margin-right: 14px;
}

.side-bar .widget:last-child, .wpb_widgetised_column .widget:last-child {
  margin-bottom: 0;
}

.widget_text a .wbc-icon-wrapper {
  margin: 0 5px 5px 0;
}

.widget_text a .wbc-icon-wrapper .wbc-icon {
  font-size: 13px;
}

/************************************************************************
* 7- Footer
*************************************************************************/
.main-footer {
  background-color: #2b2b2b;
  color: #999;
  font-size: 12px;
}

.main-footer .widgets-area {
  padding: 56px 0 28px 0;
  min-height: 300px;
}

.main-footer .widgets-area h4 {
  font-size: 15px;
  color: #ccc;
}

.main-footer .widgets-area .widget li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.035);
}

.main-footer .widgets-area .wbc-recent-post-widget h6 a {
  color: #ccc;
}

.main-footer .widget_pages li a, .main-footer .widget_categories li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.035);
}

.footer-menu ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  margin-bottom: 0;
}

.footer-menu li {
  border-right: 1px solid #444;
  padding: 0 8px 0 5px;
}

.footer-menu li:last-child {
  border: none;
  padding-right: 0;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul > li > ul {
  display: none;
}

.bottom-band a {
  color: #888;
}

.bottom-band {
  background-color: #242424;
  color: #666;
  border-top: 1px solid #222;
  padding: 17px 0;
  font-size: 11px;
}

/************************************************************************
* 8- MISC
*************************************************************************/
.wbc-color {
  color: #e74d57;
}

/************************************************************************
* 8.1- Pagination
*************************************************************************/
.wbc-pager, .wbc-pagination {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.wbc-blog-post-wrapper .load-more a.button {
  padding: 10px 14px;
}

.wbc-blog-post-wrapper .wbc-pagination {
  margin-top: 10px;
  margin-bottom: 0px;
}

.wbc-pager li.previous {
  float: left;
}

.wbc-pager li.next {
  float: right;
}

.wbc-pagination > li {
  display: inline;
  padding: 0 2px;
}

.wbc-pagination > li:last-child {
  padding-right: 0;
}

.wbc-pagination > li:first-child {
  padding-left: 0;
}

.wbc-pagination a, .wbc-pagination span, .wbc-pager a {
  text-transform: uppercase;
  background-color: #e74d57;
  border-color: #e74d57;
  -webkit-transition: all 0.28s linear 0s;
  transition: all 0.28s linear 0s;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  height: 30px;
  line-height: 31px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  border-radius: 2px;
  text-decoration: none;
}

.wbc-pagination a:hover, .wbc-pagination span:hover, .wbc-pagination .current, .wbc-pager a:hover {
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}

/************************************************************************
* Back To Top
*************************************************************************/
.wbc-backtotop-button {
  width: 60px;
  height: 60px;
  background-color: #e74d57;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2010;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wbc-backtotop-button:hover {
  background-color: #2b2b2b;
  color: #e74d57;
}

.wbc-backtotop-button.wbc-btt-bottom-left {
  right: auto;
  left: 20px;
}

.wbc-back-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.wbc-backtotop-button .wbc-font-icon {
  line-height: 60px;
  font-size: 30px;
  display: inline-block;
}

/************************************************************************
* Page Next/Prev Pagination
*************************************************************************/
.wbc-page-nav-floating .wbc-nav-image {
  height: 80px;
  width: 80px;
  padding: 3px;
}

.wbc-page-nav-floating:hover .wbc-nav-wrap {
  width: 240px;
}

.wbc-page-nav-floating .wbc-page-nav-icon {
  position: absolute;
  top: 50%;
  font-size: 25px;
  left: 15px;
  margin-top: -15px;
  line-height: 23px;
}

.wbc-page-nav-floating {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  height: 120px;
  position: fixed;
  top: 50%;
  border-radius: 2px;
  left: -3px;
  transition: all 0.3s ease 0.2s;
  z-index: 200;
}

.wbc-page-nav-floating:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.wbc-page-nav-floating, .wbc-page-nav-floating:hover, .wbc-page-nav-floating:visited, .wbc-page-nav-floating:active, .wbc-page-nav-floating:focus {
  color: #fff;
  text-decoration: none;
}

.wbc-page-nav-floating .wbc-nav-wrap {
  transition: width 0.3s ease 0.2s;
  width: 1px;
  overflow: hidden;
  display: block;
}

.wbc-page-nav-floating .wbc-nav-content {
  margin: 0 1px 0 20px;
}

.wbc-page-nav-floating .wbc-nav-content {
  height: 80px;
  width: 220px;
  display: table;
}

.wbc-page-nav-floating .wbc-nav-content span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}

.wbc-page-nav-floating.wbc-next-link {
  right: -3px;
  left: auto;
}

.wbc-page-nav-floating.wbc-next-link .wbc-page-nav-icon {
  left: auto;
  right: 15px;
}

.wbc-page-nav-floating.wbc-next-link .wbc-nav-content {
  margin: 0 20px 0 1px;
}

.wbc-page-nav-floating.wbc-next-link.wbc-has-image .wbc-nav-content span {
  text-align: right;
}

.wbc-nav-row-1, .wbc-nav-row-2 {
  padding: 30px 0;
  position: relative;
}

.page-wrapper > .wbc-nav-row-1::before, .page-wrapper > .wbc-nav-row-2::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
  left: 0;
  display: block;
  content: " ";
}

.container .wbc-nav-row-1, .container .wbc-nav-row-2 {
  padding: 30px 0 0 0;
}

.container .wbc-nav-row-1 .container, .container .wbc-nav-row-2 .container {
  max-width: 100%;
  padding: 0;
}

.wbc-nav-row-1 .wbc-next-link, .wbc-nav-row-2 .wbc-next-link {
  text-align: right;
}

.wbc-nav-row-2 a {
  color: #404040;
  text-decoration: none;
}

/************************************************************************
* 8.2- BreadCrumb
*************************************************************************/
.breadcrumb {
  max-width: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  padding-top: 5px;
}

.page-title-wrap {
  background: #f1f1f1;
  padding: 28px 0 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.page-title-wrap .entry-title {
  display: inline-block;
  float: left;
  font-size: 16px;
  padding-top: 6px;
  margin-right: 10px;
}

.page-title-wrap.wbc-page-title-center {
  text-align: center;
}

.page-title-wrap.wbc-page-title-center .entry-title {
  float: none;
  margin-right: 0;
}

.page-title-wrap.wbc-page-title-center .breadcrumb {
  float: none;
}

.page-title-wrap.wbc-page-title-right {
  text-align: right;
}

.page-title-wrap.wbc-page-title-right .entry-title {
  float: right;
  margin-right: 0;
}

.page-title-wrap.wbc-page-title-right .breadcrumb {
  float: left;
}

/************************************************************************
* 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: #e74d57;
  overflow: hidden;
  margin: 0;
  border-radius: 2px;
  text-indent: 0;
}

.flex-direction-nav a:before {
  content: "Ã¯Ââ€";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  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
*************************************************************************/
.wbc-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: #e74d57;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}

.wbc-extra-links {
  position: absolute;
  top: -100%;
  display: block;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

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

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

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

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

/************************************************************************
* 8.5- Form Fields
*************************************************************************/
.select2-container .select2-choice {
  color: inherit;
}

.select2-container--default .select2-selection--single, .select2-container .select2-choice, input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], select {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  height: 40px;
  border-radius: 2px;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 45px;
}

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.select2-search--dropdown {
  padding: 10px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.wbc-select-wrap {
  position: relative;
  text-align: center;
}

.wbc-select-wrap select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.wbc-select-wrap select::-ms-expand {
  display: none;
}

.wbc-select-wrap .wbc-select-arrow {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  pointer-events: none;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

input[type="text"]:focus, input[type="search"]:focus, textarea:focus {
}

textarea {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  border-radius: 2px;
  width: 100%;
}

label {
  font-weight: normal;
  color: inherit;
  font-size: 12px;
}

.transparent-forms input[type="text"], .transparent-forms input[type="password"], .transparent-forms input[type="email"], .transparent-forms input[type="search"], .transparent-forms select, .transparent-forms textarea {
  border: 1px solid rgba(255, 255, 255, 0.19);
  background-color: rgba(0, 0, 0, 0.1);
}

/************************************************************************
* 8.6- Button Styles
*************************************************************************/
.button, input[type="submit"] {
  text-decoration: none;
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  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;
}

.button:hover, .button:active {
  color: #fff;
  text-decoration: none;
}

.button:hover {

  /*  opacity:0.8;
  filter: alpha(opacity=80);*/
}

.btn, .form-control {
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
  font-size: 13px;
  border-color: #fff;
  box-shadow: none;
}

.btn:focus, .btn:hover, .btn.active {
  color: #fff;
}

.btn-lg {
  font-size: 14px;
}

.btn-sm {
  font-size: 11px;
}

.btn-xs {
  font-size: 10px;
}

.transparent, .transparent:hover {
  background: transparent !important;
}

.btn-primary, input[type="submit"] {
  background-color: #e74d57;
  border-color: #e74d57;
}

.btn-primary:hover, .btn-primary:active, input[type="submit"]:hover, .flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
  -webkit-transition: all 0.28s ease-in-out 0s;
  transition: all 0.28s ease-in-out 0s;
  border-color: #000;
  background-color: #000;
}

/************************************************************************
* 8.7- isoType
*************************************************************************/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.isotope-item .img-frame {
  opacity: 0.999999;
  filter: alpha(opacity=99);
}

/************************************************************************
* NEW MOBILE
*************************************************************************/
.mobile-nav-menu {
  display: none;
  background-color: #202c3a;
  color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  overflow-y: scroll;
}

.mobile-nav-menu ul.sub-menu {
  position: relative;
  left: 0;
  top: auto;
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.mobile-nav-menu ul.sub-menu > li > a {
  padding-left: 38px;
}

.mobile-nav-menu ul.sub-menu ul.sub-menu > li > a {
  padding-left: 52px;
}

.mobile-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-menu > .wbc_menu > li:first-child:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
  height: 5px;
}

.mobile-nav-menu .wbc_menu a {
  line-height: 1.4em;
  font-size: 15px;
  color: #777;
  text-decoration: none;
  padding: 15px 25px;
  border-bottom: 1px solid #b3bbc6;
  font-weight: normal;
}

.menu-open .mobile-nav-menu {
  display: block;
}

.mobile-nav-menu .wbc-submenu-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 52px;
  cursor: pointer;
}

.mobile-nav-menu li.menu-item-has-children i {
  position: absolute;
  top: 50%;
  font-size: 20px;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-nav-menu .wbc-show-mobile-items > .sub-menu {
  display: block;
}

.menu-item-has-children > a:after {
    content: '\f107';
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    font-family: "Font Awesome 5 pro";
    line-height: 1;
}

.wbc-mobile-always-visible .primary-menu {
  display: none;
}

.wbc-mobile-always-visible .menu-icon {
  display: block;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.top-content-menu {
  padding: 10px 0 5px;
}

.top-content-menu, .top-content-menu a {
  color: #FFFFFF;
}

.menu-area {
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, .1);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 0;
}

.top-content-menu .widget {
  margin-bottom: 0;
  font-size: initial;
}

.redes-sociais-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.redes-sociais-top li {
  padding: 0 !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: none !important;
}

.redes-sociais-top li a {
  margin-right: calc(10px/2);
  margin-left: calc(10px/2);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
}
.redes-sociais-top li a:hover {
    color: #e74d57;
}
.social-quem-somos .redes-sociais-top li a {
  font-size: 4rem;
}
.highlight-icon i {
  background-color: #e74d57;
  padding: .2em .3em;
  font-size: inherit;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.home-diferencial {
  position: relative;
}
.home-diferencial:before {
  content: '';
  width: 100%;
  display: block;
  background-image: url(../img/top-content.png);
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 0;
  height: 130px;
}
.special-heading-2 {
  color: #e74d57;
  font-size: 24px;
  color: #e74d57;
  font-family: Poppins;
}
.special-heading-3 {
  font-weight: bold;
  font-family: sans-serif;
}
.over-image img {
  max-width: 120%;
  margin-left: -20%;
}

@media (max-width:767px) {
  .header-bar:not(.wbc-mobile-always-visible):not(.wbc-mobile-visible-at) .primary-menu {
    display: none;
  }

  .header-bar:not(.wbc-mobile-always-visible):not(.wbc-mobile-visible-at) .menu-icon {
    display: block;
  }
  .footer .menu ul {
    right: -55.5% !important;
  }
}

@media (max-width:767px) {
  .blog-style-2 .post-featured {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .top-extra-bar {
    display: none;
  }

}

@media only screen and (max-width:500px) {

  .top-fixed-menu {
    background-color: #202c3a !important;
    position: relative;
    top: 0;
  }
  .menu-area {
    border: none;
  }
  .site-logo-title.has-logo{
    padding: 0 5px;
  }
  .top-content-menu{
    padding: 10px 5px 5px;
  }
  .sticky-menu{
    min-height: 0 !important
  }
  .menu-icon {
    margin-top: -35px;
    font-size: 36px;
  }
  .menu-item-has-children > a:after {
    display: none;
  }
  .menu-bar-wrapper.is-sticky {
    position: relative !important;
  }
  #pp_full_res iframe {
    width: 100% !important;
    height: auto !important;
  }

  .pp_pic_holder.pp_default {
    width: 96% !important;
    left: 2% !important;
    overflow: hidden;
  }

  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }

  .pp_content {
    width: 100% !important;
    height: auto !important;
  }

  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }

  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important;
  }

  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }

  a.pp_close {
    right: 10px !important;
    top: 10px !important;
  }

  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }

}

.bg-2 {
    position: relative;
}
.bg-2:before {
  content: '';
  background-image: url(../img/bg-2.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  display: block;
  height: 75%;
  position: absolute;
  top: 0;
}
.slick-slider {
  box-shadow: 0px 29px 70px 0px rgba(6, 22, 45, 0.11);
}
.testimonial-item>.holder {
    box-shadow: none !important;
}
.customnavs {
    background: transparent !important;
  cursor: pointer !important;
    color: #f2f2f2 !important;
    top: initial !important;
    bottom: 10px !important;
}
.customnavright:hover, .customnavleft:hover {
  color: #f0f0f0;
}
.testimonial-item {
    padding: 0 !important;
}
.footer {
  background: #19212e;
  color: #b3bbc6;
}
.footer a{
  color: #FFFFFF
}
.footer .wpb_content_element, .footer .wbc-icon-box, .footer .widget{
    margin-bottom: 10px !important;
}
.footer .redes-sociais-top {
  text-align: center;
}
.footer .redes-sociais-top a {
    font-size: 3rem;
}
.footer .widget_nav_menu li a {
  display: block;
  padding: 10px 0;
  color: #b3bbc6;
  border-bottom: 1px solid rgb(49, 56, 68);
}
.footer .widget_nav_menu li a:hover {
  color: #ffffff;
}

.footer .widget_nav_menu li:last-child a {
    border-bottom: none;
}
.footer .menu-item-has-children > a:after{
  display: none;
}
.breadcrumb {
  font-family: Poppins;
  color: #e74d57;
}
.breadcrumb li a {
  font-family: Poppins;
  color: #e74d57;
  text-transform: uppercase;
}
.box-container.dark .wpb_wrapper {
  border: none;
  box-shadow: none;
  background: transparent;
}
.box-container.dark .wpb_wrapper:before, .box-container.dark .wpb_wrapper:after{
  display: none;
}
.dark .testimonial-item>.holder {
  padding: 50px 50px 50px 50px;
  background-color: transparent;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  color: #FFF;
}
.dark .testimonial-title-data .title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.dark .slick-slider {
    box-shadow: none;
}
.box-container .wpb_wrapper {
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.08);
  -webkit-box-shadow: 0 10px 14px rgba(0,0,0,.05);
  box-shadow: 0 10px 14px rgba(0,0,0,.05);
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}
.box-container .wpb_wrapper:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #ffec4e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box-container .wpb_wrapper:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #e74d57;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.nossos-clientes .smls-grid-container-template-2.smls-grid-column-5 .smls-grid-image-wrap {
    min-height: 128px !important;
    max-height: 128px !important;
    padding: 4px;
}
.smls-hover-type-2 .smls-grid-image-wrap:hover {
    background-color: #feed4e;
}
.ugb-button:not(.ugb-link-button):not(.ugb-button--design-link) {
    text-decoration: none!important;
}
.ugb-header.ugb-header--v3 .ugb-button {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
.ugb-29d83a6 .ugb-button1 {
    background-color: #00d084;
    border-radius: 6px !important;
}
.ugb-button.ugb-button--size-large {
    padding: .8em 1.75em;
}
.ugb-button, .ugb-button .ugb-button--inner {
    transition: all .2s ease-in-out;
    box-shadow: none!important;
}
.ugb-button {
    border: none;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    background: #2091e1;
    background: var(--s-primary-color,#2091e1);
    padding: 8px 26px;
    line-height: 1.5!important;
    align-items: center;
    font-size: 1em;
    position: relative;
}
.ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {
    box-shadow: 0 5px 5px 0 rgba(18,63,82,.035), 0 0 0 1px rgba(176,181,193,.2);
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 60px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: auto !important;
}
.ugb-27c82f6-wrapper.ugb-container__wrapper {
  border-radius: 12px !important;
  background-color: #f1f1f1 !important;
}
.ugb--shadow-3, .ugb-shadow-3 {
  box-shadow: 0 5px 5px 0 rgba(18,63,82,.035),0 0 0 1px rgba(176,181,193,.2)!important;
}
.ugb-2ff8c03-wrapper.ugb-container__wrapper {
  border-radius: 12px !important;
  background-color: #0693e3 !important;
}
.wp-block-image, .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-image .aligncenter {
  margin-bottom: 0;
}
.entry-meta .user, .entry-meta .comments {
  display: none;
}
.wbc-recent-post-widget h6 {
  margin-bottom: 4px;
  font-size: 16px;
}
.wbc-recent-post-widget p {
  margin-bottom: 0;
  font-size: 13px;
  color: #888;
}
.widget_categories li a {
  padding: 5px 0;
  font-size: 13px;
}
.side-bar .widget-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.ugb-header__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -.5em;
  margin-right: -.5em;
}
.ugb-29d83a6 .ugb-header__buttons {
  justify-content: center !important;
}
.ugb-header.ugb-header--v3 .ugb-header__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -.5em;
  margin-right: -.5em;
}
.ugb-header.ugb-header--v3:not(.ugb-header--design-plain) .ugb-header__item {
    box-shadow: 0 5px 5px 0 rgba(18,63,82,.035), 0 0 0 1px rgba(176,181,193,.2);
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 150px 60px;
}
.ugb-header.ugb-header--v3 .ugb-header__item {
    padding: 150px 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.ugb-29d83a6 .ugb-header__item {
    border-radius: 25px !important;
    background-color: #000000 !important;
}
.ugb--shadow-8, .ugb-shadow-8 {
    box-shadow: 0 10px 60px rgba(0,0,0,.1)!important;
}
.ugb--has-background-overlay {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
}
.ugb-main-block {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0;
}
.texto-justificado {
    text-align: justify;
}
.has-text-align-center {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ugb-icon-list.ugb-icon-list--v2 li {
  font-size: 14px;
}
.ugb-icon-list.ugb-icon-list--v2 li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 5px;
}
.ugb-9e10d44 li::before {
    height: 20px !important;
    width: 20px !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDojY2YyZTJlIj48cGF0aCBkPSJNNzkuNCAxMTIuNEw2MC43IDkzLjdsLTEwLjYgMTAuNiAyOS4zIDI5LjMgNjIuMy02Mi4zLTEwLjYtMTAuNnoiPjwvcGF0aD48cGF0aCBkPSJNMTgyLjMgNTcuNWMtNy4yLTE3LTE5LjMtMzEuNS0zNC40LTQxLjhDMTMyLjcgNS41IDExNC40LS41IDk0LjctLjVjLTEzLjEgMC0yNS42IDIuNy0zNyA3LjUtMTcgNy4yLTMxLjUgMTkuMi00MS43IDM0LjRDNS43IDU2LjUtLjMgNzQuOC0uMyA5NC41YzAgMTMuMSAyLjcgMjUuNiA3LjUgMzcgNy4yIDE3LjEgMTkuMyAzMS42IDM0LjQgNDEuOCAxNS4yIDEwLjIgMzMuNSAxNi4yIDUzLjEgMTYuMiAxMy4xIDAgMjUuNi0yLjcgMzctNy41IDE3LjEtNy4yIDMxLjYtMTkuMyA0MS44LTM0LjQgMTAuMi0xNS4yIDE2LjItMzMuNSAxNi4yLTUzLjEuMS0xMy4xLTIuNi0yNS42LTcuNC0zN3ptLTEzLjggNjguMWMtNi4xIDE0LjMtMTYuMiAyNi42LTI5IDM1LjItMTIuOCA4LjYtMjguMSAxMy43LTQ0LjcgMTMuNy0xMS4xIDAtMjEuNi0yLjItMzEuMS02LjMtMTQuMy02LjEtMjYuNi0xNi4yLTM1LjItMjktOC42LTEyLjgtMTMuNy0yOC4xLTEzLjctNDQuNyAwLTExLjEgMi4yLTIxLjYgNi4zLTMxLjFDMjcuMSA0OSAzNy4yIDM2LjggNTAgMjguMWMxMi44LTguNiAyOC4xLTEzLjcgNDQuNy0xMy43IDExLjEgMCAyMS42IDIuMiAzMS4xIDYuMyAxNC4zIDYuMSAyNi42IDE2LjIgMzUuMiAyOSA4LjYgMTIuOCAxMy43IDI4LjEgMTMuNyA0NC43LjEgMTEuMi0yLjIgMjEuNy02LjIgMzEuMnoiPjwvcGF0aD48L3N2Zz4=);
}
.ugb-main-block h1, .ugb-main-block h2, .ugb-main-block h3, .ugb-main-block h4, .ugb-main-block h5, .ugb-main-block h6 {
    color: #e74d57;
    font-weight: 500;
}
.wp-block-ugb-blockquote .ugb-blockquote__item {
    padding: 35px 35px;
}
.wp-block-coblocks-gallery-carousel .flickity-button::after {
    background-color: #000 !important;
}
.ugb-spacer {
    margin: 0 !important;
}
.ugb-header__item:before {
    background-image: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0) 100%) !important;
    opacity: 0.5;
}
.ugb--has-background-overlay.ugb--has-background-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.ugb-header.ugb-header--v2 .ugb-button {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFFFF
}

.ugb-header.ugb-header--v2 {
    padding: 9.5rem 4rem;
}
.ugb--has-background-gradient.ugb--has-background-gradient, .ugb--has-background-image.ugb--has-background-gradient, .ugb--has-background-video.ugb--has-background-gradient, .ugb-has-background-image.ugb--has-background-gradient {
    overflow: hidden;
}
.ugb-header.ugb-header--v2.ugb-header--design-basic {
  text-align: center;
  --ugb-background-color: #313131;
  --ugb-background-direction: 0deg;
  background-color: #313131;
  background-image: url(http://www.projeto21.com.br/wp-content/uploads/2019/11/fundo-uniplus-full.jpg);
  border-radius: 25px;
    box-shadow: 0 5px 5px 0 rgba(18,63,82,.035), 0 0 0 1px rgba(176,181,193,.2);
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    --box-padding-vert: 60px;
    --box-padding-hori: 35px;
    padding: 9.5rem 4rem;
}
.ugb-header__buttons > div{
  margin-left: 10px;
}
.frm_style_formidable-style.with_frm_style input[type=submit] {
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #e74d57;
    color: #fff;
    font-weight: 600;
    padding: 0 38px;
    line-height: 40px;
    position: relative;
    z-index: 9;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    text-decoration: none;
    font-family: poppins,sans-serif;
}
.redes-sociais {
  margin-top: 0;
  padding-left: 0;
  text-align: right;
}
.redes-sociais .evc-il-item {
  display: inline-block;
  width: auto;
}
.redes-sociais .evc-il-item .evc-ili-icon {
  display: inline-block;
  font-size: 28px;
  padding: 0 15px;
}
.wbc-logo-carousel > div {
  max-width: 320px;
}

.footer .menu li:hover > ul {
  visibility: visible;
}
.footer .menu ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

.footer .menu li {
    position: relative;
}

.footer .menu ul li {
  float: none;
}

.footer .menu ul {
  top: -30px;
  left: auto;
  right: -99.5%;
  z-index: 2;
}

.footer .menu ul:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e74d57;
  position: absolute;
  left: -10px;
  top: 36px;
}

.footer .menu ul li:hover>ul {
  visibility: visible;
}

.footer .menu ul {
  margin-top: 0;
}

.footer .menu ul li {
  font-weight: normal;
}

.footer .menu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
.footer .menu ul {
  text-transform: none;
}

.footer .menu ul a {
  background: #e74d57;
  color: #FFF;
  border: 1px solid #ca424b;
  border-top: 0 none;
  line-height: 150%;
  padding: 5px 15px;
  font-size: 12px;
}
.footer .menu ul a:hover {
    color: #18222e;
}
.footer .menu ul {
  border-top: 0 none;
}

.footer .menu ul li {
  position: relative
}