* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}
html, body, .wrapper { height: 100%; }
h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}
h1,h2,h3,h4 { margin-bottom: 15px; }
h5,h5 { margin-bottom: 10px;}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}
a img, iframe { border: none; }
p {
  color: #555;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}
input:focus, textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
}
ul {
  margin: 0;
  list-style-type: none;
}
a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #2b63ad;
}
a:hover { color: #f78031; }
a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
b, strong { font-weight: 900; }
.btn.active, .btn:active { background-image: inherit !important; }
.btn.focus, 
.btn:active:focus, 
.btn:active:hover, 
.btn:focus, 
.btn:hover {
  outline: 0;
}
.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
.bg-gray {
  background-color: #f7f7f7;
}
.bg-light {
  background-color: #ffffff;
}
.bg-theme {
  background-color: #2e63ad;
  padding: 15px 0 40px 0;
}
.text-light h1, 
.text-light h2, 
.text-light h3, 
.text-light h4, 
.text-light h5, 
.text-light h6, 
.text-light p, 
.text-light a {
  color: #ffffff;
}
.shadow {
  position: relative;
  z-index: 1;
}
.shadow.dark::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.dark-hard::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.theme::after {
  background: #1cb9c8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.theme-hard::after {
  background: #1cb9c8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.default-padding-top { padding-top: 80px; }
.default-padding-bottom { padding-bottom: 80px; }
.default-padding.bottom-less {
  padding-top: 150px;
  padding-bottom: 50px;
}
.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}
.carousel-shadow { padding-bottom: 65px; }
.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}
.btn-md { padding: 10px 40px 10px; }
.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}
.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}
.btn-theme {
  background-color: #f78231;
  color: #ffffff !important;
  border: 2px solid #f78231;
  border-radius: 5px;
}

.btn-theme.border {
  background-color: transparent;
  color: #f78231 !important;
  border: 2px solid #f78231;
}

.btn-theme.border:hover {
  background-color: #f78231;
  color: #ffffff !important;
  border: 2px solid #f78231;
}

.btn-theme.effect:hover, 
.btn-theme.effect:focus {
  background: #e57426 none repeat scroll 0 0;
  border: 2px solid #e57426;
  color: #ffffff;
}
.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.container-full {
  padding: 0 15px;
  width: 100%;
}
.less-margin { margin: 0; }

header { position: relative; }
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}
.attr-nav .social.right li {
  margin-left: 20px;
}
.attr-nav .social li a {
  font-size: 16px;
}

/* Menu */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #1cb9c8 none repeat scroll 0 0;
  border: 2px solid #1cb9c8;
  color: #ffffff !important;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1cb9c8;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}
.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.site-heading h4 { text-transform: uppercase; }
.site-heading.clean h2 { padding-bottom: 0; }
.site-heading.clean h2 span { color: #1cb9c8; }
.site-heading h2 span { color: #1cb9c8; }
.site-heading.barber h2 span { color: #bc9355; }
.site-heading p {
  margin: 0;
  font-style: italic;
  color: #888;
  font-size: 17px;
}
.site-heading h2::before {
  background: #f89b0d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.site-heading h2::before {
  background: #f78331 none repeat scroll 0 0;
}
.site-heading h2 span { color: #1cb9c8; }
.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}
.site-heading.single { margin-bottom: 35px; }
.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}
.navbar-nav{ margin: 15px -15px 0 0 }

/* Breadcrumb */
.breadcrumb-area {
  padding: 50px 0;
}
.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border-radius: 3px;
}
.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
}
.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}
.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}
.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb li::after {
  border: 2px solid #ffffff;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}
.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}
.breadcrumb-area .breadcrumb li.active {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* Topbar */
.top-bar-area {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  overflow: hidden;
}
.top-bar-area .row {
  align-items: center;
  display: flex;
  float: none;
  vertical-align: middle;
}
.top-bar-area .info.box li {
  display: inline-block;
  text-align: left;
  float: left;
}
.top-bar-area .info.box li .icon, 
.top-bar-area .info.box li .info {
  display: table-cell;
  vertical-align: middle;
}
.top-bar-area .info.box li .info span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.top-bar-area .info.box li .icon i {
  color: #666666;
  font-size: 30px;
}
.top-bar-area.bg-light .info.box li .icon i {
  color: #3465ae;
}
.top-bar-area .info.box li .icon {
  padding-right: 15px;
}
.top-bar-area .address-info.text-right .info.box li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.top-bar-area .address-info.text-left .info.box li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.top-bar-area .address-info.text-right .info.box li::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  top: -50%;
  width: 1px;
}
.top-bar-area .address-info.text-left .info.box li::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 200px;
  right: 0;
  position: absolute;
  top: -50%;
  width: 1px;
}
.top-bar-area .address-info.text-right .info.box li:first-child::after {
  display: none;
}
.top-bar-area .address-info.text-left .info.box li:last-child::after {
  display: none;
}
.top-bar-area .address-info.text-right .info.box li:first-child {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}
.top-bar-area .address-info.text-left .info.box li:last-child {
  border: medium none;
  margin-right: 0;
  padding-right: 0;
}
.top-bar-area .address-info.text-right .info {
  display: inline-block;
}
.top-bar-area .link.text-right a { margin-left: 5px; }
.top-bar-area .social li { display: inline-block; }
.top-bar-area .social li a {
  color: #3465ae;
  display: inline-block;
  font-size: 20px;
}
.top-bar-area .social.text-right li { margin-left: 15px; }
.top-bar-area.one-line li {
  margin-right: 15px;
  padding-right: 15px;
}
.top-bar-area.bg-dark li { color: #ffffff; }
.top-bar-area.one-line.bg-dark li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top-bar-area.one-line li:last-child {
  border: medium none;
  margin-right: 0;
  padding-right: 0;
}
.top-bar-area.one-line li i { margin-right: 5px; }
.top-bar-area.one-line li i { color: #1cb9c8; }
.top-bar-area.one-line .link a {
  border-left: 1px solid #e7e7e7;
  font-weight: 500;
  margin-left: 13px;
  padding-left: 15px;
  text-transform: uppercase;
}
.top-bar-area.one-line.bg-dark .link a {
  border-left: 1px solid #ffffff;
}
.top-bar-area.one-line .link a:hover,
.top-bar-area.one-line .link a:last-child:hover {
  color: #1cb9c8;
}
.top-bar-area.one-line .link a:last-child {
  color: #232323;
}
.top-bar-area.one-line.bg-dark .link a:last-child {
  color: #ffffff;
}
.top-bar-area.one-line .link a:first-child {
  border: medium none;
  padding-left: 0;
}

/* Banner */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}
.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}
.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.banner-area .box-table {
  display: table;
  width: 100%;
}
.banner-area .box-cell, 
.banner-area .box-cell div {
  height: auto;
}
.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}
.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}
.banner-area .content {
  position: relative;
  z-index: 9;
}
.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}
.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}
.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.banner-area .item h1:first-child, 
.banner-area .item h2:first-child, 
.banner-area .item h3:first-child, 
.banner-area .item h4:first-child, 
.banner-area .item h5:first-child, 
.banner-area .item h6:first-child {
  animation-delay: .5s;
}
.banner-area .item h1:nth-child(2), 
.banner-area .item h2:nth-child(2), 
.banner-area .item h3:nth-child(2), 
.banner-area .item h4:nth-child(2), 
.banner-area .item h5:nth-child(2), 
.banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}
.carousel-caption h1:nth-child(3), 
.carousel-caption h2:nth-child(3), 
.carousel-caption h3:nth-child(3), 
.carousel-caption h4:nth-child(3), 
.carousel-caption h5:nth-child(3), 
.carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}
.banner-area .item p { animation-delay: .5s; }
.banner-area .item ul { animation-delay: .6s; }
.banner-area .item a, 
.banner-area .item button {
  animation-delay: .7s;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item, 
.carousel-fade .carousel-inner .active.left, 
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active, 
.carousel-fade .carousel-inner .next.left, 
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next, 
.carousel-fade .carousel-inner .prev, 
.carousel-fade .carousel-inner .active.left, 
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control { z-index: 2; }
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}
@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}
.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}
#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}
.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}
.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-area .carousel-control.left {
  left: -50px;
}
.banner-area:hover .carousel-control.left {
  left: 0;
}
.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}
.banner-area .carousel-control.right {
  right: -50px;
}
.banner-area:hover .carousel-control.right {
  right: 0;
}
.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}
.banner-area .transparent-nav .content {
  padding-top: 60px;
}
.banner-area .content {
  overflow: hidden;
}
.banner-area .content h1 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 25px;
  text-transform: none ;
  line-height: 1.1;
}
.banner-area .heading-uppercase .content h1 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}
.banner-area .text-center .content h1 {
  line-height: 1.2;
}
.banner-area .content p {
  font-size: 18px;
  line-height: 30px;
}
.banner-area .content a {
  margin-top: 15px;
  margin-right: 8px;
}
.banner-area .text-right .content a {
  margin-left: 8px;
}
.banner-area .text-center .content a {
  margin: 15px 4px 0;
}
.banner-area .text-center.inc-top-heading .content a {
  margin: 5px 4px 0;
}
.banner-area .inc-top-heading h3 {
  text-transform: uppercase;
}
.banner-area .inc-top-heading a {
  margin-top: 5px;
}
.banner-area .text-center p { padding: 0 15%; }
.banner-area .text-dark p { color: #232323; }
.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

/* Quem somos */

.about-area .about-info {
  border-left: 1px solid #e7e7e7;
  padding-left: 30px;
}
.about-area.full-width .about-info {
  border: medium none;
  padding-left: 15px;
}
.about-area.inc-video .about-info {
  border: medium none;
}
.about-area.reverse.inc-video .about-info {
  padding-left: 15px;
  padding-right: 15px;
}
.about-area.reverse.inc-video .video-info {
  float: right;
}
.about-area .management-quote {
  padding-right: 30px;
}
.about-area .management-quote .management-items p {
  padding-top: 50px;
  position: relative;
}
.about-area .management-quote .management-items p::before {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 120px;
  left: 5px;
  letter-spacing: -10px;
  opacity: 0.09;
  position: absolute;
  top: 55px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.about-area .about-info li {
  float: left;
  margin-top: 30px;
  width: 50%;
}
.about-area.full-width .single-item {
  margin-bottom: 30px;
}
.about-area .about-info li:first-child, 
.about-area .about-info li:nth-child(2) {
  margin-top: 10px;
}
.about-area .about-items .item a {
  padding: 50px 30px;
  display: block;
  -moz-box-shadow: 0 0 50px 0 rgba(214, 215, 216, 0.4);
  -webkit-box-shadow: 0 0 50px 0 rgba(214, 215, 216, 0.4);
  -o-box-shadow: 0 0 50px 0 rgba(214, 215, 216, 0.4);
  box-shadow: 0 0 50px 0 rgba(214, 215, 216, 0.4);
  cursor: auto !important;
}
.about-area .about-info li i,
.about-area .about-items .item i {
  color: #3465ae;
  display: inline-block;
  font-size: 50px;
  margin-bottom: 20px;
}
.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
.about-items p{
  margin-top: 10px;
  min-height: 400px;
}
.about-area .author {
  align-items: center;
  border-top: 1px dashed #e7e7e7;
  display: flex;
  padding-top: 20px;
}
.about-area .author .thumb {
  max-width: 100px;
}
.about-area .author .info {
  font-family: "Poppins",sans-serif;
  padding-left: 15px;
}
.about-area .author .info span {
  display: block;
  text-transform: uppercase;
}
.about-area .author .info b {
  color: #1cb9c8;
  display: block;
  font-weight: 500;
}
.about-area .management-quote .management-items .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.about-area .management-quote .management-items .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 0 5px;
  width: 20px;
}
.about-area .management-quote .management-items .owl-dots .owl-dot.active span {
  background: #1cb9c8 none repeat scroll 0 0;
  border: 2px solid transparent;
}
.about-area .about-content .thumb img {
  position: relative;
  z-index: 1;
}
.about-area.full-width.mt .about-items {
  margin-top: 50px;
}
.about-area .about-content .info h4 {
  color: #f78031;
  font-weight: 600;
  text-transform: uppercase;
}
.about-area .about-content .info h2 {
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.about-area .about-content .info a {
  margin-top: 10px;
}
.about-area .about-content .info a.btn-contact {
  padding: 10px;
}
.about-area .about-content .info h2::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.about-area .about-content ul {
  margin-bottom: 15px;
  margin-top: 25px;
}
.about-area .about-content ul li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.about-area .about-content ul li .icon, .about-area .about-content ul li .info {
  display: table-cell;
  vertical-align: top;
}
.about-area .about-content ul li .info span {
  color: #232323;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-area .about-content ul li .info {
  padding-left: 15px;
}
.about-area .about-content ul li .icon i {
  color: #1cb9c8;
  font-size: 40px;
}
.about-area .about-content ul li .icon i.fa-clock {
  font-weight: 500;
}
.about-area .about-content ul li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Services */

.services-area .services-items .equal-height {
  margin-bottom: 30px;
  right: -1px;
}
.services-items.colum-items .single-item {
  margin-bottom: 30px;
}
.services-area .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px 30px;
}
.services-area .services-items .item i {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1cb9c8;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 95px;
  position: relative;
  text-align: center;
  width: 100px;
}
.services-area .services-items .item i::after {
  border-bottom: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 2px solid;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.services-area .services-items .item:hover i::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.services-area .services-items .item .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.services-area .services-items .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.services-area .services-items .item p {
  margin: 0;
}
.services-area .services-items .item a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}
.services-area .services-items .item a:hover {
  color: #1cb9c8;
}
.services-area.shadow .services-items .item {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inherit;
  position: relative;
  z-index: 1;
}
.services-area.shadow .services-items .item::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.services-area.shadow .services-items .item:hover:after {
  background: #ffffff;
  opacity: 1;
}
.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.services-area.shadow .services-items .item:hover p,
.services-area.shadow .services-items .item:hover h4 {
  color: #666666;
  opacity: 1;
}
.services-area.shadow .services-items .item:hover i {
  color: #1cb9c8;
  opacity: 1;
}
.services-area.shadow .services-items .item a {
  color: #1cb9c8;
}
.services-area.shadow .services-items .item i {
  border: medium none;
  color: #ffffff;
  height: inherit;
  line-height: inherit;
  width: inherit;
  border-radius: inherit;
}
.services-area.shadow .services-items .item a i {
  float: right;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 1px;
  color: #1cb9c8;
}
.services-area.shadow .services-items .item i::after {
  border: none;
  border-radius: inherit !important;
}
.services-inc-area .services-items .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.services-inc-area .item .thumb {
  position: relative;
  z-index: 1;
}
.services-inc-area .item .overlay > a {
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  align-items: center;
}
.services-inc-area .services-items.overlay-gap .item .overlay > a {
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}
.services-inc-area .services-items.overlay-gap .item .overlay i {
  font-size: 40px;
}
.services-inc-area .item .thumb .overlay > a::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.services-inc-area .item .overlay i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
}
.services-inc-area .item .overlay h4 {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.services-inc-area .item .overlay h4 a {
  color: #ffffff;
}
.services-inc-area .item .overlay > a {
  color: #1cb9c8;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}
.services-inc-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
}
.services-inc-area .item .info a {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-inc-area .item .info a:hover {
  color: #1cb9c8;
}
.services-inc-area .services-carousel .owl-nav {
  margin: 0;
}
.services-inc-area .services-carousel .owl-nav .owl-prev, 
.services-inc-area .services-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #1cb9c8;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}
.services-inc-area .services-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}
.services-inc-area .services-items.services-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}
.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
  display: block;
}
.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}
.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  background: #1cb9c8 none repeat scroll 0 0;
  border-color: #1cb9c8;
}
.services-area .services-items.item-cell .item .icon, 
.services-area .services-items.item-cell .item .info {
  display: table-cell;
  vertical-align: bottom;
}
.services-area .services-items.item-cell .item .info {
  padding-left: 25px;
}
.services-area .services-items.item-cell .item {
  padding: 50px 20px;
}
.services-area .services-items.item-cell .item .icon {
  position: relative;
  z-index: 1;
}
.services-area .services-items.item-cell .item .icon span {
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  font-weight: 900;
  left: 0;
  opacity: 0.06;
  position: absolute;
  top: 0;
}
.services-area .services-items.item-cell .item .icon i {
  border: medium none;
  height: inherit;
  line-height: inherit;
  width: inherit;
}
.services-area .services-items.item-cell .item .icon i::after {
  display: none;
}
.services-single-area .sidebar-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 30px;
}
.services-single-area .sidebar-item:last-child {
  margin-bottom: 0;
}
.services-single-area .sidebar-item .title h4 {
  font-weight: 500;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.services-single-area .sidebar-item .title h4::before {
  background: #f78031 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}
.services-single-area .sidebar-item.link li {
  display: block;
  margin-bottom: 15px;
}
.services-single-area .sidebar-item.link li a {
  color: #666666;
  font-size: 16px;
}
.services-single-area .sidebar-item.link li:last-child {
  margin-bottom: 0;
}
.services-single-area .sidebar-item li {
  display: block;
  margin-bottom: 10px;
}
.services-single-area .sidebar-item li .icon, 
.services-single-area .sidebar-item li span {
  display: table-cell;
  vertical-align: top;
}
.services-single-area .sidebar-item li span {
  padding-left: 15px;
}
.services-single-area .sidebar-item li .icon i.fa-clock, 
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
  font-weight: 500;
}
.services-single-area .sidebar-item li .icon i {
  color: #2e63ad;
  display: inline-block;
  font-size: 26px;
}
.services-single-area .sidebar-item.project li span {
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
.services-single-area .sidebar-item.project li {
  margin-bottom: 15px;
  text-align: right;
}
.services-single-area .sidebar-item.project li:last-child {
  margin-bottom: 0;
}
.services-single-area .info h2 {
  font-weight: 600;
}
.services-single-area .services-content img {
  margin-bottom: 30px;
}
.services-single-area .info h4 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Como funciona */
.skill-area.full .row { display: flex; }
.skill-area.full .skill-items { padding: 80px; }
.skill-area.full .skill-items h2 { margin-bottom: 50px; }
.skill-area .info { padding-right: 30px; }
.skill-area .skill-items { margin-top: 30px; }
.skill-area .info h2 {
  font-weight: 600;
  margin-bottom: 45px;
}
.skill-area .info h2 span { color: #1cb9c8; }
.skill-area .skill-items .progress {
  background: #e7e7e7 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 5px;
  margin-bottom: 25px;
}
.skill-area .skill-items .progress .progress-bar {
  background: #1cb9c8 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.skill-area .skill-items .progress-box:last-child .progress {
  margin-bottom: 0;
}
.skill-area .skill-items .progress-box h5 {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
}
.skill-area .tab-content h2,
.skill-area .tab-content h3,
.skill-area .tab-content h4 {
  font-weight: 500;
}
.skill-area .tab-items .nav-pills a {
  border: medium none;
  border-radius: inherit;
  float: left;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 50px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  z-index: 1;
}
.skill-area .tab-items .nav-pills .active a,
.skill-area .tab-items .nav-pills a:focus {
  background: transparent none repeat scroll 0 0;
  color: #f7960a;
}
.skill-area .tab-items .nav-pills a:hover {
  color: #1cb9c8;
  background: transparent none repeat scroll 0 0;
}
.skill-area .tab-items .nav-pills {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  margin-top: -10px;
}
.skill-area .tab-items .nav-pills .active a::after {
  background: #f7960a  none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 60px;
}
.skill-area .tab-content p:last-child {
  margin-bottom: 0;
}

/* Benefícios */

.achivement-area .info {
  padding-right: 30px;
  background: #fff;
  min-height: 280px;
  padding: 20px 30px;
  border-radius: 3px;
  margin: 10px 0;
}
.achivement-area i {
  font-size: 40px;
  color: 
  #f89e19;
}
.achivement-area ul {
  min-height: 195px;
}
.achivement-area li{ list-style: circle }
.achivement-area .info h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.achivement-area .info h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.achivement-area .info h4 {
  margin-top: 15px;
  color: #444;
  font-weight: 600;
}
.achivement-area .achivement-items .fun-fact {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}
.achivement-area .achivement-items .fun-fact::after {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.57);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.achivement-area .achivement-items .item {
  margin-top: 30px;
}
.achivement-area .achivement-items .item:first-child, 
.achivement-area .achivement-items .item:nth-child(2) {
  margin-top: 0;
}
.achivement-area .achivement-items .fun-fact .timer {
  color: #1cb9c8;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.achivement-area .achivement-items .fun-fact .medium {
  color: #232323;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Serviços */

.blog-area .single-item { margin-bottom: 30px; }
.blog-area.full-blog .single-item { margin-bottom: 50px; }
.blog-area .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.blog-area .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-area .info {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 30px;
  background: #ffffff none repeat scroll 0 0;
}
.blog-area .info  a:hover { color: #1cb9c8; }
.blog-area .info h4 { margin-bottom: 20px; }
.blog-area .info p{ min-height: 100px; }
.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 500;
  text-transform: capitalize;
}
.blog-area .info .meta li {
  color: #666666;
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-area .info .meta li i { margin-right: 5px; }
.blog-area .info .meta > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: #f7960a;
  padding: 10px 20px;
  float: right;
  border-radius: 5px;
}
.blog-area .info .meta {
  border-top: 1px solid #e7e7e7;
  float: left;
  padding-top: 15px;
  width: 100%;
  margin-bottom: -5px;
}
.blog-area .blog-carousel .owl-nav {
  margin: 0;
}
.blog-area .blog-carousel .owl-nav .owl-prev, 
.blog-area .blog-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #1cb9c8;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}
.blog-area .blog-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}
.blog-area .blog-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}
.blog-area .blog-carousel .owl-dots .owl-dot {
  display: block;
}
.blog-area .blog-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}
.blog-area .blog-carousel .owl-dots .owl-dot.active span {
  background: #1cb9c8 none repeat scroll 0 0;
  border-color: #1cb9c8;
}
.blog-area.left-sidebar .blog-content {
  float: right;
}
.blog-area .sidebar .title {
  display: block;
}
.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.blog-area .sidebar .title h4::before {
  background: #1cb9c8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}
.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}
.blog-area .sidebar form {
  position: relative;
}
.blog-area .sidebar input[type="submit"] {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.blog-area .sidebar input[type="submit"]:hover {
  background: #1cb9c8 none repeat scroll 0 0;
}
.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.blog-area .sidebar .sidebar-item.gallery {
  margin-bottom: 40px;
}
.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}
.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}
.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
}
.blog-area .sidebar .sidebar-item li a:hover {
  color: #1cb9c8;
}
.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
}
.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
}
.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}
.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}
.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}
.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: "Poppins",sans-serif;
  margin-top: 5px;
}
.sidebar-item.recent-post li a:hover {
  color: #1cb9c8;
}
.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}
.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #232323;
}
.sidebar-item.recent-post li span {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
}
.sidebar-item.recent-post li {
  color: #cdd0d3;
}
.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.sidebar-item.recent-post li:last-child {
  margin: 0;
}
.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}
.sidebar-item.recent-post .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px;
  vertical-align: top;
}
.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}
.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}
.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}
.sidebar-item.archives ul li a {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
}
.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}
.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
  text-align: center;
  width: 60px;
}
.blog-area.single .item .content-box span {
  background: #1cb9c8 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}
.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}
.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}
.blog-area.single .content-box .meta .date {
  float: right;
  font-family: "Poppins",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}
.blog-area.single .item { margin-bottom: 0; }
.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border-color: #1cb9c8;
  color: #414141;
  font-size: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-style: italic;
  }.blog-area.single .post-pagi-area {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 30px 0 45px;
    overflow: hidden;
    padding: 15px;
  }
  .blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
  }
  .blog-area.single .post-pagi-area a:hover {
    color: #1cb9c8;
  }
  .blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
  }
  .blog-area.single .post-pagi-area a:last-child {
    float: right;
  }
  .blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
  }
  .blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
  }
  .blog-area.single .post-tags span {
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
  }
  .blog-area.single .post-tags a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #232323;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: capitalize;
    margin-bottom: 8px;
  }

  /* Contato */
  .contact-area{ background: #1f60ab; }
  .contact-area .item {
    padding: 0 50px;
    background: #1b59a2;
  }
  .contact-area h2, .contact-area h3 {
    color: #fff;
    text-transform: none;
  }
  .contact-area p, .contact-area a { color: #fff; }


  /* Rodapé */

  .area-custo{
    padding: 50px 0;
    margin-top: 50px;
  }
  .area-custo h2{ color: #fff; }
  .area-custo a{
    background: #fff;
    border-radius: 5px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2e63ad;
    border: 7px solid #4480d2;
  }
  .footer-bottom { padding: 20px 0; }
  .bg-dark{ background: #333; }
  footer.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-bottom.bg-theme-small {
    border-top: medium none;
  }
  .footer-bottom li {
    display: inline-block;
  }
  .footer-bottom li a {
    display: inline-block;
    margin-left: 15px;
  }
  .footer-bottom li a:hover {
    color: #1cb9c8;
  }
  .footer-bottom p {
    margin: 0;
  }

  @media only screen and (max-width:1280px){
    .blog-area .info{
      height: auto !important;
    }
    .btn-md {
      padding: 10px 15px 10px;
    }
    .btn{
      font-size: 12px;
    }
  }