/*
@File: Opipi Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Main Banner CSS
** - Featured Services CSS
** - About CSS
** - Case Studies CSS
** - Quotes CSS
** - Services CSS
** - Services Details CSS
** - Partner CSS
** - Feedback CSS
** - Portfolio CSS
** - Team CSS
** - Pricing CSS
** - Our Work Process CSS
** - CTA CSS
** - Fun Facts CSS
** - Subscribe CSS
** - Blog CSS
** - Blog Details CSS
** - Page Title CSS
** - Contact CSS
** - 404 Error CSS
** - Pagination CSS
** - Sidebar CSS
** - Case Studies Details CSS
** - Portfolio Details CSS
** - FAQ CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Saira:100,200,300,400,500,600,700,800,900&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
}
body .main-banner{
  overflow: hidden !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #152245;
  font-weight: 700;
}

p {
  line-height: 35px;
  font-size: 1.1rem;
  color: #152245;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

button {
  outline: 0 !important;
}

.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}

.pb-60 {
  padding-bottom: 60px;
}

.bg-fcfbfb {
  background-color: #fcfbfb;
}

.bg-f9f6f6 {
  background-color: #f9f6f6;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:focus {
  outline: 0 !important;
  color: #2cd697;
  text-decoration: none;
}

/*btn*/
.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
  font-size: 15px;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #2cd697;
}

.btn-primary::before {
  content: '';
  position: absolute;
  border-radius: 30px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #2cd697;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  color: #2cd697;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
  border-color: #2cd697;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #2cd697;
}

.btn-primary:hover, .btn-primary:focus {
  color: #2cd697;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
  border-color: #2cd697;
}

.btn-primary:hover::before, .btn-primary:focus::before {
  width: 0;
}

.btn-secondary {
 color: #16264b;
    background-color: #2cd697;
    border: 0px solid #18396a;
}

.btn-secondary::before {
  content: '';
  position: absolute;
   border-radius: 30px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 100%;
  background: #2cd697;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ffffff;
  border-color: transparent;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #2cd697;
  background-color: transparent;
  border: 1px solid #2cd697;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ffffff;
  border-color: transparent;
}

.btn-secondary:hover::before, .btn-secondary:focus::before {
  width: 100%;
}

/*owl-carousel-btn*/
.owl-theme .owl-nav [class*=owl-] {
  color: #152245 !important;
  font-size: 35px !important;
  margin: 0 3px;
  background: #e5e5e5 !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 0 !important;
  position: relative;
  z-index: 1;
  text-align: center;
}

.owl-theme .owl-nav [class*=owl-]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: #2cd697;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
  color: #ffffff !important;
}

.owl-theme .owl-nav [class*=owl-]:hover::before, .owl-theme .owl-nav [class*=owl-]:focus::before {
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  background: #b7b7b7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot:hover, .owl-theme .owl-dots .owl-dot:focus, .owl-theme .owl-dots .owl-dot.active {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span, .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border-color: #2cd697;
}

.owl-theme .owl-dots .owl-dot:hover span::before, .owl-theme .owl-dots .owl-dot:focus span::before, .owl-theme .owl-dots .owl-dot.active span::before {
  background: #2cd697;
}

/*section-title*/
.section-title {
  text-align: center;
  margin: -5px auto 60px;
  max-width: 820px;
}

.section-title h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
  margin: 0 auto;
}

/*form control*/
.form-group {
  margin-bottom: 15px;
}

label {
  color: #152245;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  color: #152245;
  border: 1px solid #eeeeee;
  border-radius: 13px;
  background: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  outline: 0;
  background: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #2cd697;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #2cd697;
}

.preloader .spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../imagens/loading.svg);
  background-size: contain;
  margin: -80px auto 0;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*================================================
Navbar CSS
=================================================*/
.uxhaven-mobile-nav {
  display: none;
}

.uxhaven-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #2cd697;
}

.uxhaven-nav {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
      padding-bottom: 15px;
  width: 100%;
  z-index: 999;
  height: auto;
}

.uxhaven-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.uxhaven-nav nav .navbar-nav {
  margin-left: auto;
}
.uxhaven-nav.is-sticky nav .navbar-nav .nav-item {
padding-top: 17px;
}
.uxhaven-nav.is-sticky nav .others-options {
    padding: 0;
    margin: 3px 0 0 10px;
    list-style-type: none;
}

.uxhaven-nav nav .navbar-nav .nav-item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 57px;
  padding-bottom: 15px;
}
@media(max-width: 1199px){
  .uxhaven-nav nav .navbar-nav .nav-item {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
}

.uxhaven-nav nav .navbar-nav .nav-item a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.uxhaven-nav nav .navbar-nav .nav-item a::before {
  bottom: -5px;
  width: 0;
  background: #2cd697;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 1px;
  content: '';
  position: absolute;
}

.uxhaven-nav nav .navbar-nav .nav-item a:hover, .uxhaven-nav nav .navbar-nav .nav-item a:focus, .uxhaven-nav nav .navbar-nav .nav-item a.active {
  color: #fff;
}

.uxhaven-nav nav .navbar-nav .nav-item a:hover::before, .uxhaven-nav nav .navbar-nav .nav-item a:focus::before, .uxhaven-nav nav .navbar-nav .nav-item a.active::before {
  width: 60%;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
  position: absolute;
  top: 80px;
  left: 0;
  border: none;
  display: block;
  width: 250px;
  z-index: 99;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 7px 15px;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  display: inline-block;
  color: #042373;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2cd697;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 220px;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #152245;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #2cd697;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.uxhaven-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #2cd697;
}

.uxhaven-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.uxhaven-nav nav .others-options {
  padding: 0;
  margin: 42px 0 0 10px;
  list-style-type: none;
}

.uxhaven-nav nav .others-options .btn {
  border-radius: 50px;
  padding: 11px 20px;
  font-size: 14px;
}



.uxhaven-nav nav .others-options .btn::before {
  border-radius: 50px;
}

.uxhaven-nav.navbar-style-two {
  padding-left: 55px;
  padding-right: 55px;
}

.uxhaven-nav.navbar-style-two nav .navbar-nav {
  margin-left: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.uxhaven-nav.navbar-style-two nav .others-options {
  margin: 0 0 0 0;
}

.uxhaven-nav.navbar-style-two nav .others-options .btn {
  color: #ffffff;
  border-color: #ffffff;
}

.uxhaven-nav.navbar-style-two nav .others-options .btn:hover, .uxhaven-nav.navbar-style-two nav .others-options .btn:focus {
  border-color: #2cd697;
  background: transparent;
}

.uxhaven-nav.navbar-style-two.is-sticky .others-options .btn {
  color: #2cd697;
  border-color: #2cd697;
}

.uxhaven-nav.navbar-style-two.is-sticky .others-options .btn:hover, .uxhaven-nav.navbar-style-two.is-sticky .others-options .btn:focus {
  border-color: #2cd697;
  color: #ffffff;
}

.uxhaven-nav.navbar-style-two.is-sticky nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.uxhaven-nav.navbar-style-three {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 15px;
}

.uxhaven-nav.navbar-style-three nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.uxhaven-nav.navbar-style-three nav .others-options {
  margin: 0 0 0 0;
}

.uxhaven-nav.navbar-style-four {
  position: relative;
  padding-bottom: 15px;
}

.uxhaven-nav.navbar-style-four nav .navbar-nav {
  margin-left: auto;
}

.uxhaven-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.uxhaven-nav.is-sticky nav .navbar-nav .nav-item a, .uxhaven-nav.is-sticky nav .navbar-nav .nav-item a.active{
    color: #2cd697 !important;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
      position: relative;
    z-index: 1;
    padding-bottom: 107px;
    padding-top: 250px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  
}
.page-title-area .main-banner-estrelas{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../imagens/marl-d3-02.png);
  display: block;
      background-size: cover;
      top: 0px;
      opacity: 0.4;
      background-repeat: no-repeat;
      z-index: -1;
}
.main-banner-estrelas{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../imagens/marl-d3-02.png);
  display: block;
      background-size: contain;
      opacity: 0.4;
      background-repeat: no-repeat;
      z-index: -1;
}
.clouds-01-1{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../imagens/clouds-01-1.png);
  display: block;
  bottom: 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.main-banner-hero-s1-bg{
position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../imagens/hero-s1-bg.png);
  display: block;
      background-size: contain;
      background-repeat: no-repeat;
}


/*.main-banner-marl-d3-01 {
    background-image: url(../../imagens/marl-d3-01.png);
    position: absolute;
    width: 197px;
    height: 443px;
    left: 0px;
    top: 0px;
}*/

.main-banner.gradient-banner {
  height: 800px;
}

.main-banner.gradient-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2cd697;
  z-index: -1;
  opacity: .70;
}

.main-banner.gradient-banner .main-banner-content {
  text-align: center;
  max-width: 690px;
  margin: -40px auto 0;
}

.main-banner.gradient-banner .main-banner-content span {
  color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content h1 {
  color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content p {
  color: #ffffff;
  opacity: .90;
  max-width: 557px;
  margin: 0 auto 30px;
}

.main-banner.gradient-banner .main-banner-content .btn-primary:hover, .main-banner.gradient-banner .main-banner-content .btn-primary:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content .btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content .btn-secondary:hover, .main-banner.gradient-banner .main-banner-content .btn-secondary:focus {
  border-color: #2cd697;
  background: transparent;
}

.main-banner-boxes .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}

.main-banner-boxes .main-banner .container-fluid {
  padding-right: 55px;
  padding-left: 55px;
}

.main-banner-boxes .main-banner .main-banner-content p {
  max-width: 520px;
}

.item-bg1 {
  background-image: url(../img/main-banner-shape.jpg);
}

.item-bg2 {
  background-image: url(../img/main-banner1.jpg);
}

.item-bg3 {
  background-image: url(../img/main-banner2.jpg);
}

.item-bg4 {
  background-image: url(../img/main-banner4.jpg);
}

.item-bg5 {
  background-position: right top;
  background-image: url(../img/main-banner-shape2.jpg);
}

.item-bg6 {
  background-position: right top;
  background-image: url(../img/main-banner5.jpg);
}

.item-bg7 {
  background-position: right top;
  background-image: url(../img/main-banner6.jpg);
}

.main-banner-content span {
  color: #2cd697;
  display: block;
  font-size: 18px;
}

.main-banner-content h1 {
  font-size: 48px !important;
    font-weight: 800;
    margin: 0px 0 17px;
    line-height: 69px;
    text-align: left;
}
.main-banner-content h1 span{
   font-size: 30px !important;
   color: #fff;
  font-weight: normal;
  margin: 0px;
}

.main-banner-content p {
  margin-bottom: 15px;
}

.main-banner-content .btn-primary {
  margin-right: 15px;
}

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

.banner-form {
  padding: 0px;
  border-radius: 5px;
}
.banner-form form label{
  color: #fff;
}

.banner-form form .form-control {
  padding-left: 15px;
  border-radius: 30px;
  position: relative;
}

.banner-form form .btn {
  display: block;
  width: 100%;
  -webkit-transform: unset;
          transform: unset;
}

.banner-animation-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-animation-image img {
  position: absolute;
  text-align: center;
}

.banner-animation-image img:nth-child(1) {
  left: 263px;
    top: -150px;
    z-index: 2;
}

.banner-animation-image img:nth-child(2) {
  left: 170px;
  bottom: -130px;
  z-index: 2;
}

.banner-animation-image img:nth-child(3) {
 left: 0;
    bottom: -30px;
    right: 316px;
    margin: 0 auto;
    z-index: 2;
}

.banner-animation-image img:nth-child(4) {
  left: 0;
  right: -50px;
  margin: 0 auto;
  top: -115px;
}

.banner-animation-image img:nth-child(5) {
  right: 217px;
    bottom: 173px;
    z-index: 0;
}

.banner-animation-image img:nth-child(6) {
  right: 217px;
    bottom: 95px;
    z-index: 0;
}

.banner-animation-image img:nth-child(7) {
 right: 217px;
    bottom: 17px;
    z-index: 0;
}
.banner-animation-image img:nth-child(8) {
     right: 0px;
    bottom: -156px;
    z-index: 0;
}
.banner-animation-image img:nth-child(9) {
        right: 245px;
        bottom: 265px;
    z-index: 0;
}
.banner-animation-image img:nth-child(10) {
  right: 261px;
    bottom: -42px;
    z-index: 0;
}

.banner-animation-image img.main-pic {
  display: none;
  position: relative;
}

.slider-area ul li {
  position: relative;
  z-index: 1;
}

.slider-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #152245;
  opacity: .55;
  z-index: 1;
  visibility: visible;
}

.slider-area ul li .tp-caption.NotGeneric-Title, .slider-area ul li .NotGeneric-Title {
  font-family: "Poppins", sans-serif !important;
}

.slider-area ul li .tp-caption.NotGeneric-SubTitle, .slider-area ul li .NotGeneric-SubTitle {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.8 !important;
}

.slider-area ul li .tp-caption.NotGeneric-SubTitle-paragraph, .slider-area ul li .NotGeneric-SubTitle-paragraph {
  color: #2cd697 !important;
  font-size: 18px !important;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn, .slider-area ul li .NotGeneric-btn .btn {
  margin: 0 4px;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-primary, .slider-area ul li .NotGeneric-btn .btn-primary {
  background-color: #ffffff;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-primary:hover, .slider-area ul li .tp-caption.NotGeneric-btn .btn-primary:focus, .slider-area ul li .NotGeneric-btn .btn-primary:hover, .slider-area ul li .NotGeneric-btn .btn-primary:focus {
  border-color: #ffffff;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-secondary, .slider-area ul li .NotGeneric-btn .btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-secondary:hover, .slider-area ul li .tp-caption.NotGeneric-btn .btn-secondary:focus, .slider-area ul li .NotGeneric-btn .btn-secondary:hover, .slider-area ul li .NotGeneric-btn .btn-secondary:focus {
  border-color: #2cd697;
  background: transparent;
}

.slider-area ul li .slotholder {
  -webkit-filter: unset !important;
          filter: unset !important;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  line-height: .01;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
}

/*================================================
Featured Services CSS
=================================================*/
.featured-services-area {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}

.featured-services-area .featured-services-box {
  margin-top: 30px;
}
.featured-services-area .featured-services-box a{
 position: absolute;
    width: 100%;
    bottom: -80px;
    left: 0px;
    background: #152245;
    border-radius: 7px;
    padding: 15px 7px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-services-area .featured-services-box a.read-more-btn::before{
     display: none;
}
.featured-services-area .featured-services-box:hover a{
  opacity: 1;
    visibility: visible;
    bottom: 0;
}
.featured-services-area .featured-services-box a:hover{
  color: #2cd697;
}
.featured-services-area .featured-services-box h5{
  text-align: center;
  margin-top: 15px;
  font-size: 17px !important;
}
.featured-services-area.boxes-style-two {
  margin-top: 0;
  padding-top: 80px;
}

.featured-services-box {
  position: relative;
  z-index: 1;
  min-height: 180px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
}
.uxhaven-nav.is-sticky .navbar-brand {
    max-width: 180px !important;
}

.featured-services-box .icon {
  font-size: 45px;
  color: #2cd697;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.featured-services-box .icon img{
  width: 50px;
  margin: auto;
}
.featured-services-box .icon img#white{
  opacity: 0;
  position: absolute;
}
.featured-services-box:hover .icon img#white{
  position: relative;
  opacity: 1;
}
.featured-services-box:hover .icon img#green{
  opacity: 0;
  position: absolute;
}


.featured-services-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-services-box p {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-services-box::before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2cd697;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-services-box .back-text {
  font-size: 200px;
  position: absolute;
  font-weight: 700;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 0;
  color: #010101;
  opacity: .04;
  z-index: -1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-services-box:hover::before, .featured-services-box:focus::before, .featured-services-box.active::before {
  opacity: 1;
  visibility: visible;
}

.featured-services-box:hover .icon, .featured-services-box:focus .icon, .featured-services-box.active .icon {
  color: #ffffff;
}

.featured-services-box:hover p, .featured-services-box:focus p, .featured-services-box.active p {
  color: #ffffff;
}

.featured-services-box:hover h3, .featured-services-box:focus h3, .featured-services-box.active h3 {
  color: #ffffff;
}

.featured-services-box:hover .read-more-btn, .featured-services-box:focus .read-more-btn, .featured-services-box.active .read-more-btn {
  color: #ffffff;
}

.featured-services-box:hover .back-text, .featured-services-box:focus .back-text, .featured-services-box.active .back-text {
  opacity: .1;
}
.featured-services-box2 .icon {
  font-size: 45px;
  color: #2cd697;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.featured-services-box2 h5, .featured-services-box2 p{
  text-align: center;
}
.featured-services-box2 a{
  margin-bottom: 10px;
}
.featured-services-box2 a#link1{
 position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #152245;
    border-radius: 7px;
    padding: 5px 7px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-services-box2 a#link2{
 position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #152245;
    border-radius: 7px;
    padding: 5px 7px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.featured-services-box2 a#link1::before{
     display: none;
}
.featured-services-box2 a#link2::before{
     display: none;
}
.featured-services-box2:hover a#link1{
  opacity: 1;
    visibility: visible;
    bottom: 0;
}
.featured-services-box2:hover a#link2{
  opacity: 1;
    visibility: visible;
    bottom: 0;
}
.featured-services-box2 a#link1:hover{
  color: #2cd697;
}
.featured-services-box2 a#link2:hover{
  color: #2cd697;
}
.featured-services-box2 .icon img{
  width: 120px;
  margin: auto;
}
.featured-services-box2 .icon img#white{
  opacity: 0;
  position: absolute;
}
.featured-services-box2:hover .icon img#white{
  position: relative;
  opacity: 1;
}
.featured-services-box2:hover .icon img#green{
  opacity: 0;
  position: absolute;
}


.featured-services-box2 h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-services-box2 p {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*.featured-services-box2::before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2cd697;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}*/

.featured-services-box2 .back-text {
  font-size: 200px;
  position: absolute;
  font-weight: 700;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 0;
  color: #010101;
  opacity: .04;
  z-index: -1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-services-box2:hover::before, .featured-services-box2:focus::before, .featured-services-box2.active::before {
  opacity: 1;
  visibility: visible;
}

.featured-services-box2:hover .icon, .featured-services-box2:focus .icon, .featured-services-box2.active .icon {
  color: #ffffff;
}

/*.featured-services-box2:hover p, .featured-services-box2:focus p, .featured-services-box2.active p {
  color: #ffffff;
}*/

.featured-services-box2:hover h3, .featured-services-box2:focus h3, .featured-services-box2.active h3 {
  color: #ffffff;
}

.featured-services-box2:hover .read-more-btn, .featured-services-box2:focus .read-more-btn, .featured-services-box2.active .read-more-btn {
  color: #ffffff;
}

.featured-services-box2:hover .back-text, .featured-services-box2:focus .back-text, .featured-services-box2.active .back-text {
  opacity: .1;
}
.read-more-btn {
  color: #152245;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
}

.read-more-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background: #152245;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.read-more-btn:hover::before, .read-more-btn:focus::before {
  opacity: 1;
  visibility: visible;
  left: 40px;
}

.featured-services-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: .01;
}

.featured-services-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.featured-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.featured-services-slides.owl-theme:hover .owl-nav [class*=owl-], .featured-services-slides.owl-theme:focus .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -35px;
}

.featured-services-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .featured-services-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -35px;
}

/*==========================================
About CSS
===========================================*/
.about-content .section-title {
  text-align: left;
  margin-bottom: 18px;
}

.about-content .section-title h2 {
  font-size: 25px;
}

.about-content .section-title p {
  margin: 0 0 15px 0;
}

.about-inner-area {
  margin-top: 60px;
}

.about-inner-area .about-text h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

/*================================================
Case Studies CSS
=================================================*/
.case-studies-area {
  padding-bottom: 80px;
}

.single-case-studies {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-case-studies .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  background: transparent;
  z-index: 2;
}

.single-case-studies .content span {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.single-case-studies .content span a {
  color: #ffffff;
}

.single-case-studies .content span a:hover, .single-case-studies .content span a:focus {
  color: #ffffff;
}

.single-case-studies .content h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #ffffff;
}

.single-case-studies .btn {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 2;
}

.single-case-studies .shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-case-studies .btn-primary {
  border-color: #ffffff;
  color: #152245;
  font-size: 14px;
}

.single-case-studies .btn-primary::before {
  background: #ffffff;
}

.single-case-studies .btn-primary:not(:disabled):not(.disabled).active:focus, .single-case-studies .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .single-case-studies .btn-primary.dropdown-toggle:focus {
  color: #ffffff;
}

.single-case-studies .btn-primary:hover, .single-case-studies .btn-primary:focus {
  color: #ffffff;
}

.single-case-studies.bg1 {
  background-image: url(../img/case-studies1.jpg);
}

.single-case-studies.bg2 {
  background-image: url(../img/case-studies2.jpg);
}

.single-case-studies.bg3 {
  background-image: url(../img/case-studies3.jpg);
}

.single-case-studies.bg4 {
  background-image: url(../img/case-studies4.jpg);
}

.single-case-studies.bg5 {
  background-image: url(../img/case-studies5.jpg);
}

.single-case-studies.bg6 {
  background-image: url(../img/case-studies6.jpg);
}

.col-lg-4:nth-child(1) .single-case-studies, .col-lg-4:nth-child(3) .single-case-studies {
  margin-top: 80px;
}

.col-lg-4:nth-child(5) .single-case-studies, .col-lg-4:nth-child(8) .single-case-studies, .col-lg-4:nth-child(11) .single-case-studies, .col-lg-4:nth-child(14) .single-case-studies, .col-lg-4:nth-child(17) .single-case-studies {
  margin-top: -80px;
}

.tab .tabs {
  text-align: center;
  padding: 0 0 10px;
  border-bottom: 2px solid #f1f0f0;
  margin-bottom: 50px;
}

.tab .tabs li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.tab .tabs li a {
  position: relative;
  color: #646464;
  font-size: 16px;
  font-weight: 600;
}

.tab .tabs li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 2px;
  background: #2cd697;
}

.tab .tabs li a:hover, .tab .tabs li a:focus {
  color: #2cd697;
}

.tab .tabs li a:hover::before, .tab .tabs li a:focus::before {
  width: 100%;
}

.tab .tabs li.current a {
  color: #2cd697;
}

.tab .tabs li.current a::before {
  width: 100%;
}

.tab .tabs li:first-child {
  margin-left: 0;
}

.tab .tabs li:last-child {
  margin-right: 0;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

/*================================================
Quotes CSS
=================================================*/
.quotes-area {
  padding-top: 100px;
  padding-bottom: 80px;
}

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

.quotes-content p {
  margin: 0 auto;
  color: #152245;
  max-width: 755px;
  line-height: 45px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.quotes-content p::before {
  content: '';
  width: 211px;
  height: 154px;
  display: inline-block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/left-quote.png);
  left: -150px;
  top: -50px;
}

.quotes-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 25px;
  color: #2cd697;
}

.quotes-content span {
  display: block;
  color: #646464;
  font-size: 14px;
}

/*================================================
Services CSS
=================================================*/
.services-area .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.services-area.services-section {
  padding-bottom: 80px;
}

.services-inner {
  background: #2cd697;
  padding-top: 110px;
  width: 100%;
  height: 100%;
}

.services-inner .services-section-title {
  max-width: 540px;
  padding-right: 60px;
  margin-left: auto;
}

.services-inner .services-section-title h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}

.services-inner .services-section-title .bar {
  position: relative;
  width: 55px;
  height: 2px;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-inner .services-section-title p {
  color: #ffffff;
  opacity: .95;
  margin-bottom: 25px;
}

.services-list {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 70px;
  background-image: url(../img/services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-list::before {
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: #2b2929;
  opacity: .20;
  z-index: -1;
  content: '';
}

.services-list .single-services {
  margin-bottom: 0;
}

.single-services {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single-services::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #152245;
  opacity: .55;
  right: 0;
  bottom: 0;
}

.single-services .content {
  position: absolute;
  bottom: -145px;
  left: 0;
  text-align: center;
  padding: 20px 20px 35px;
  z-index: 2;
  -webkit-transition: .8s;
  transition: .8s;
}

.single-services .content .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #2cd697;
  line-height: 65px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .content .icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: #2cd697;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #ffffff;
}

.single-services .content p {
  color: #ffffff;
  opacity: .95;
  margin-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .content .read-more-btn {
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.single-services .content .read-more-btn:hover, .single-services .content .read-more-btn:focus {
  color: #2cd697;
}

.single-services:hover .content, .single-services:focus .content {
  bottom: 0;
}

.single-services:hover .content .icon::before, .single-services:focus .content .icon::before {
  width: 100%;
  height: 100%;
}

.single-services:hover .content p, .single-services:focus .content p {
  opacity: 1;
  visibility: visible;
}

.single-services:hover .content a, .single-services:focus .content a {
  opacity: 1;
  visibility: visible;
}

.services-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: .01;
  position: absolute;
  left: -89.4px;
  bottom: 0;
}

.services-slides.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0;
}

.services-slides.owl-theme .owl-nav [class*=owl-]::before {
  border-radius: 0;
  background: #152245;
}

/*================================================
Services Details CSS
=================================================*/
/*================================================
Portfolio Details CSS
=================================================*/
.services-details-image {
  position: relative;
  overflow: hidden;
}

.services-details-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-details-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-details-image:hover img, .services-details-image:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.services-details-desc {
  margin-top: 50px;
}

.services-details-desc h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-details-info {
  margin-top: 50px;
}

.services-details-info h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-details-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.services-details-info ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  color: #646464;
}

.services-details-info ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2cd697;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/*================================================
Partner CSS
=================================================*/
.partner-area {
  padding-bottom: 70px;
}

.single-partner {
  text-align: center;
  margin-bottom: 40px;
}

.single-partner img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-partner:hover img, .single-partner:focus img {
  opacity: .50;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/feedback-bg.jpg);
}

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

.feedback-list .quotes-icon {
  background: #2cd697;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-bottom: 35px;
}

.feedback-list .quotes-icon img {
  width: 50px;
}

.single-feedback {
  text-align: center;
  max-width: 755px;
  margin: 0 auto;
}

.single-feedback p {
  margin: 0;
  color: #616161;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}

.single-feedback .bar {
  position: relative;
  margin: 20px auto;
  height: 35px;
  width: 2px;
  background: #2cd697;
}

.single-feedback h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-feedback span {
  display: block;
  color: #646464;
  font-size: 14px;
}

.feedback-slides .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  line-height: .01;
}

.client-image-box img {
  position: absolute;
}

.client-image-box img:nth-child(1) {
  bottom: 0;
  right: 20%;
}

.client-image-box img:nth-child(2) {
  left: 25px;
  top: 25px;
}

.client-image-box img:nth-child(3) {
  left: 17%;
  top: 3%;
}

.client-image-box img:nth-child(4) {
  right: 18%;
  top: 8%;
}

.client-image-box img:nth-child(5) {
  right: 0;
  top: 0;
}

.client-image-box img:nth-child(6) {
  bottom: 3%;
  left: 8%;
}

.client-image-box img:nth-child(7) {
  bottom: 5%;
  left: 25%;
}

.client-image-box img:nth-child(8) {
  right: 4%;
  bottom: 13%;
}

/*================================================
Portfolio CSS
=================================================*/
.single-portfolio {
  position: relative;
}

.single-portfolio::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #152245;
  content: '';
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio .portfolio-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #2cd697;
  z-index: 2;
  margin: 20px;
  padding: 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio .portfolio-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-portfolio .portfolio-content .link-btn, .single-portfolio .portfolio-content .popup-btn {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  bottom: 15px;
}

.single-portfolio .portfolio-content .link-btn:hover, .single-portfolio .portfolio-content .link-btn:focus, .single-portfolio .portfolio-content .popup-btn:hover, .single-portfolio .portfolio-content .popup-btn:focus {
  color: #2cd697;
}

.single-portfolio .portfolio-content .link-btn {
  left: 0;
}

.single-portfolio .portfolio-content .popup-btn {
  right: 0;
}

.single-portfolio:hover::before, .single-portfolio:focus::before {
  opacity: .71;
  visibility: visible;
}

.single-portfolio:hover .portfolio-content, .single-portfolio:focus .portfolio-content {
  opacity: 1;
  visibility: visible;
}

.single-portfolio:hover .portfolio-content h3, .single-portfolio:focus .portfolio-content h3 {
  top: 50%;
}

.single-portfolio:hover .portfolio-content .link-btn, .single-portfolio:focus .portfolio-content .link-btn {
  left: 15px;
}

.single-portfolio:hover .portfolio-content .popup-btn, .single-portfolio:focus .portfolio-content .popup-btn {
  right: 15px;
}

/*================================================
Team CSS
=================================================*/
.team-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.team-area::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/feedback-bg.jpg);
}

.single-team {
  margin-bottom: 30px;
}

.single-team .team-img {
  position: relative;
}

.single-team .team-img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: 15px;
  background: #152245;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-img img {
  width: 100%;
}

.single-team .team-img .overlay {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}

.single-team .team-img .overlay p {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.single-team .team-img .overlay p span {
  display: block;
}

.single-team .team-img .overlay ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-img .overlay ul li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.single-team .team-img .overlay ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
}

.single-team .team-img .overlay ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: #2cd697;
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-img .overlay ul li a:hover, .single-team .team-img .overlay ul li a:focus {
  border-color: transparent;
}

.single-team .team-img .overlay ul li a:hover::before, .single-team .team-img .overlay ul li a:focus::before {
  width: 100%;
  height: 100%;
}

.single-team .team-content {
  background: #152245;
    padding: 26px 30px;
    min-height: 128px;
}

.single-team .team-content h3 {
  font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 6px;
    text-align: center;
}

.single-team .team-content span {
  color: #ffffff;
    text-align: center;
    opacity: .90;
    font-size: 14px;
    width: 100%;
    display: block;
}

.single-team:hover .team-img::before, .single-team:focus .team-img::before {
  opacity: .77;
  visibility: visible;
}

.single-team:hover .team-img .overlay, .single-team:focus .team-img .overlay {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.team-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: .01;
}

.team-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.team-slides.owl-theme:hover .owl-nav [class*=owl-], .team-slides.owl-theme:focus .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -50px;
}

.team-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .team-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

/*==========================================
Pricing CSS
===========================================*/
.pricing-area {
  position: relative;
  z-index: 1;
}

.pricing-table {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-bottom: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-table .pricing-header {
  background: #ffffff;
  position: relative;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eeeeee;
}

.pricing-table .pricing-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: #2cd697;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.pricing-table .pricing-header h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.pricing-table .price {
  margin-bottom: 25px;
}

.pricing-table .price span {
  color: #2cd697;
  font-size: 40px;
  font-weight: 700;
}

.pricing-table .price span sup {
  font-weight: 500;
}

.pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}

.pricing-table .pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.pricing-table .pricing-features ul li {
  color: #CCDCEA;
  font-size: 14px;
  margin-bottom: 12px;
  text-decoration: line-through;
}

.pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.pricing-table .pricing-features ul li.active {
  color: #646464;
  text-decoration: none;
}

.pricing-table:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.pricing-table:hover .pricing-header::before {
  opacity: 1;
  visibility: visible;
}

.pricing-table:hover .pricing-header h3 {
  color: #ffffff;
}

.pricing-table.active-plan .pricing-header::before {
  opacity: 1;
  visibility: visible;
}

.pricing-table.active-plan .pricing-header h3 {
  color: #ffffff;
}

.pricing-table.active-plan .btn-primary::after, .pricing-table.active-plan .btn-primary::before {
  background: #2cd697;
}

/*================================================
Our Work Process CSS
=================================================*/
.work-process-area {
  overflow: hidden;
}

.work-process-area .section-title {
  margin-bottom: 70px;
}

.work-process {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 995px;
  margin: 0 auto;
}

.work-process img.circle-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  z-index: -1;
}

.work-process-list .single-work-process {
  position: absolute;
  left: 0;
  top: 0;
}

.work-process-list .single-work-process:nth-child(1) {
  left: 10%;
  top: 20px;
}

.work-process-list .single-work-process:nth-child(2) {
  left: auto;
  right: 10%;
  top: 20px;
}

.work-process-list .single-work-process:nth-child(2) .icon {
  background: transparent;
  color: #07ee7f;
}

.work-process-list .single-work-process:nth-child(2) .icon::before {
  background: #07ee7f;
}

.work-process-list .single-work-process:nth-child(3) {
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work-process-list .single-work-process:nth-child(3) .icon {
  background: transparent;
  color: #ff650b;
}

.work-process-list .single-work-process:nth-child(3) .icon::before {
  background: #ff650b;
}

.work-process-list .single-work-process:nth-child(4) {
  left: auto;
  right: 10%;
  bottom: 5%;
  top: auto;
}

.work-process-list .single-work-process:nth-child(4) .icon {
  background: transparent;
  color: #9333ff;
}

.work-process-list .single-work-process:nth-child(4) .icon::before {
  background: #9333ff;
}

.work-process-list .single-work-process:nth-child(5) {
  left: 10%;
  top: auto;
  bottom: 5%;
}

.work-process-list .single-work-process:nth-child(5) .icon {
  background: transparent;
  color: #fcaf1c;
}

.work-process-list .single-work-process:nth-child(5) .icon::before {
  background: #fcaf1c;
}

.work-process-list .single-work-process:nth-child(6) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work-process-list .single-work-process:nth-child(6) .icon {
  background: transparent;
  color: #fc23d1;
}

.work-process-list .single-work-process:nth-child(6) .icon::before {
  background: #fc23d1;
}

.single-work-process .icon {
  background: transparent;
  color: #ff3389;
  width: 95px;
  height: 95px;
  line-height: 102px;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.single-work-process .icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ff3389;
  border-radius: 50%;
  opacity: .18;
}

.single-work-process h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.single-work-process span {
  display: block;
  color: #646464;
  font-size: 14px;
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*================================================
CTA CSS
=================================================*/
.cta-area {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/feedback-bg.jpg);
}

/*.cta-area.bg-gradient {
  background: #2cd697;
}*/

.cta-area.bg-gradient .cta-content h3 {
  color: #ffffff;
}
.cta-area.bg-gradient .cta-content h4 {
  color: #ffffff;
}

.cta-area.bg-gradient .cta-content p {
  color: #ffffff;
  opacity: .90;
}

.cta-area.bg-gradient .cta-btn-box .btn-primary {
  color: #2cd697;
}

.cta-area.bg-gradient .cta-btn-box .btn-primary::before {
  background: #ffffff;
}

.cta-area.bg-gradient .cta-btn-box .btn-primary:hover, .cta-area.bg-gradient .cta-btn-box .btn-primary:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.cta-content h3 {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 700;
}

.cta-content p {
  font-size: 18px;
  margin: 0;
}

.cta-btn-box {
  text-align: right;
}

/*================================================
Fun Facts CSS
=================================================*/
.funfacts-area {
  position: relative;
  z-index: 1;
}

.funfacts-area .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.funfact {
  text-align: center;
}

.funfact h3 {
  color: #2cd697;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-cta-box {
  margin: 80px auto 0;
  max-width: 800px;
  border: 1px dashed #ebebeb;
  padding: 30px 210px 30px 30px;
  border-radius: 5px;
  position: relative;
}

.contact-cta-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-cta-box p {
  margin-bottom: 0;
}

.contact-cta-box .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url(../img/feedback-bg.jpg);
}

.newsletter {
  max-width: 750px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter h4 {
  text-transform: capitalize;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
}

.newsletter form {
  position: relative;
}

.newsletter form .form-control {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border: none;
  height: 75px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 16px;
  background-color: #ffffff;
}

.newsletter form .btn {
  position: absolute;
  right: 7px;
  top: 8px;
  height: 60px;
  width: 175px;
  border-radius: 30px;
}

.newsletter form .btn::before {
  border-radius: 30px;
}

.newsletter form .validation-danger {
  margin-top: 20px;
  color: red;
}

.newsletter form .validation-success {
  margin-top: 20px;
}
/*busca por categorias*/
.categorias form {
  position: relative;
}

.categorias form #buscar_categoria_chosen a.chosen-single {
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
    border: none;
    height: 55px;
    border-radius: 50px;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 16px;
    background: #ffffff !important;
    text-align: center;
        padding-right: 25px;
}
.categorias form #buscar_categoria_chosen a.chosen-single span{
    width: 100%;
    height: 100%;
    padding: 10px 70px 10px 10px;
    font-size: 17px;
    color: #152245;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 33px;
    background: url(../../imagens/ui-search.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: right center;
}


.categorias form .btn {
      position: absolute;
    right: 7px;
    top: 8px;
    line-height: 17px;
    height: 40px;
    width: 175px;
    border-radius: 30px;
}

.categorias form .btn::before {
  border-radius: 30px;
}

.categorias form .validation-danger {
  margin-top: 20px;
  color: red;
}

.categorias form .validation-success {
  margin-top: 20px;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  margin-bottom: 30px;
  background-color: #f5f6f5;
}

.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-blog-post .post-image::before, .single-blog-post .post-image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.single-blog-post .post-image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: .7;
  left: 0;
}

.single-blog-post .post-content {
  padding: 30px 25px;
}

.single-blog-post .post-content .post-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #2cd697;
  padding-left: 20px;
  font-style: italic;
}

.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: #2cd697;
}

.single-blog-post .post-content .post-meta li a:hover, .single-blog-post .post-content .post-meta li a:focus {
  color: #2cd697;
}

.single-blog-post .post-content .post-meta li i {
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-post .post-content .post-meta li::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #646464;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-post .post-content .post-meta li:first-child {
  padding-left: 25px;
}

.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 600;
}

.single-blog-post .post-content h3 a {
  color: #152245;
}

.single-blog-post .post-content h3 a:hover, .single-blog-post .post-content h3 a:focus {
  color: #2cd697;
}

.single-blog-post:hover .post-image img, .single-blog-post:focus .post-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-blog-post:hover .post-image::after, .single-blog-post:hover .post-image::before, .single-blog-post:focus .post-image::after, .single-blog-post:focus .post-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-item-box .blog-item {
  margin-bottom: 25px;
  background-color: #f5f6f5;
}

.blog-item-box .blog-item .row {
  margin-left: -10px;
  margin-right: -10px;
}

.blog-item-box .blog-item .row .col-lg-4, .blog-item-box .blog-item .row .col-lg-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-item-box .blog-item .post-content .post-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-item-box .blog-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #2cd697;
  padding-left: 20px;
  font-style: italic;
}

.blog-item-box .blog-item .post-content .post-meta li a {
  display: inline-block;
  color: #2cd697;
}

.blog-item-box .blog-item .post-content .post-meta li a:hover, .blog-item-box .blog-item .post-content .post-meta li a:focus {
  color: #2cd697;
}

.blog-item-box .blog-item .post-content .post-meta li i {
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-item-box .blog-item .post-content .post-meta li::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #646464;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-item-box .blog-item .post-content .post-meta li:first-child {
  padding-left: 25px;
}

.blog-item-box .blog-item .post-content .post-meta li:last-child {
  margin-right: 0;
}

.blog-item-box .blog-item .post-content .post-meta li:last-child::before {
  display: none;
}

.blog-item-box .blog-item .post-content h3 {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 22px;
  font-weight: 600;
}

.blog-item-box .blog-item .post-content h3 a {
  color: #152245;
}

.blog-item-box .blog-item .post-content h3 a:hover, .blog-item-box .blog-item .post-content h3 a:focus {
  color: #2cd697;
}

.blog-item-box .blog-item .post-image {
  overflow: hidden;
  position: relative;
}

.blog-item-box .blog-item .post-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item-box .blog-item .post-image::before, .blog-item-box .blog-item .post-image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.blog-item-box .blog-item .post-image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: .7;
  left: 0;
}

.blog-item-box .blog-item:hover .post-image img, .blog-item-box .blog-item:focus .post-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blog-item-box .blog-item:hover .post-image::after, .blog-item-box .blog-item:hover .post-image::before, .blog-item-box .blog-item:focus .post-image::after, .blog-item-box .blog-item:focus .post-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-item-box .blog-item:last-child {
  margin-bottom: 0;
}

/*blog-style-two*/
.single-blog-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
}

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

.single-blog-item .blog-image a {
  display: block;
}

.single-blog-item .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-item .blog-image .post-tag {
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-item .blog-image .post-tag a {
  background: #2cd697;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-item .blog-post-content {
  padding: 25px;
}

.single-blog-item .blog-post-content .date {
  color: #2cd697;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-item .blog-post-content h3 {
  margin-top: 13px;
  margin-bottom: 15px;
  line-height: 32px;
  font-size: 22px;
  font-weight: 600;
}

.single-blog-item .blog-post-content h3 a {
  color: #152245;
}

.single-blog-item .blog-post-content h3 a:hover, .single-blog-item .blog-post-content h3 a:focus {
  color: #2cd697;
}

.single-blog-item .blog-post-content p {
  margin-bottom: 18px;
}

.single-blog-item:hover .blog-image a img, .single-blog-item:focus .blog-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-blog-item:hover .blog-image .post-tag, .single-blog-item:focus .blog-image .post-tag {
  top: 50px;
}

.single-blog-item:hover .blog-image .post-tag a, .single-blog-item:focus .blog-image .post-tag a {
  background: #2cd697;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  line-height: .01;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details .article-content {
  padding: 30px 30px 35px;
  border: 1px solid #eeeeee;
}

.blog-details .article-content .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.blog-details .article-content .entry-meta li {
  display: inline-block;
  color: #646464;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.blog-details .article-content .entry-meta li i {
  color: #2cd697;
  margin-right: 3px;
}

.blog-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-content .entry-meta li a {
  display: inline-block;
  color: #646464;
}

.blog-details .article-content .entry-meta li a:hover {
  color: #2cd697;
}

.blog-details .article-content .category, .blog-details-area .category{
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}


.blog-details .article-content .category li, .blog-details-area .category li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
}

.blog-details .article-content .category li span, .blog-details-area .category li span {
  font-weight: 600;
}

.blog-details .article-content .category li a, .blog-details-area .category li a {
  border: 1px solid #2cd697;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 13px;
  color: #2cd697;
  position: relative;
  z-index: 1;
}

.blog-details .article-content .category li a::before, .blog-details-area .category li a:before {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2cd697;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details .article-content .category li a:hover, .blog-details .article-content .category li a:focus, .blog-details-area .category li a:focus {
  color: #ffffff;
}

.blog-details .article-content .category li a:hover::before, .blog-details .article-content .category li a:focus::before, .blog-details-area .category li a:focus::before {
  opacity: 1;
  visibility: visible;
}

blockquote {
  background-color: #fafafa;
  padding: 30px 30px 30px 70px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
}

blockquote::before {
  font-family: "IcoFont";
  content: "\efcd";
  position: absolute;
  left: 30px;
  top: 35px;
  color: #2cd697;
  font-size: 25px;
  font-style: normal;
}

blockquote p {
  font-weight: 600;
}

blockquote cite {
  position: relative;
  padding-left: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

blockquote cite::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2cd697;
  left: 0;
  width: 10px;
  height: 2px;
}

.post-controls-buttons {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-controls-buttons div:first-child {
  float: left;
}

.post-controls-buttons div:last-child {
  float: right;
}

.post-controls-buttons div a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 9px 20px;
  border-radius: 5px;
  color: #152245;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.post-controls-buttons div a::before {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2cd697;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
  border-color: #2cd697;
  color: #ffffff;
}

.post-controls-buttons div a:hover::before, .post-controls-buttons div a:focus::before {
  opacity: 1;
  visibility: visible;
}

.comments-area .comments-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 30px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 65px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  margin-left: 65px;
  color: #152245;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #2cd697;
  color: #2cd697;
  display: inline-block;
  padding: 5px 20px 6px;
  border-radius: 30px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.comments-area .comment-body .reply a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2cd697;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  z-index: -1;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
}

.comments-area .comment-body .reply a:hover::before {
  opacity: 1;
  visibility: visible;
}

.comments-area .comment-meta {
  margin-bottom: 1em;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #646464;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.comments-area .comment-metadata a {
  color: #646464;
}

.comments-area .comment-metadata a:hover {
  color: #2cd697;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond {
  background: #fafafa;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.comments-area .comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .comment-notes {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #152245;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #2cd697;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #646464;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #2cd697;
  border: 1px solid #2cd697;
  color: #ffffff;
  padding: 11px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  opacity: .50;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
    z-index: 1;
    padding-top: 226px;
    padding-bottom: 26px;
    text-align: center;
    /* background-image: url(../../imagens/main5.jpg); */
    background-color: #152245;
    
}
/*.page-title-area:before{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  left: 0;
  top: 0;
  content: "";
}*/

.page-title-area h2, .page-title-area h1 {
      margin: 0;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.page-title-area h3, .page-title-area h3 p {
  margin: 10px 0 0 0;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    display: none;
    margin-bottom: 20px;
}

.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: .4;
}

.shape2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
}

.shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 15s infinite linear;
          animation: animationFramesOne 15s infinite linear;
}

.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: .2;
}

.shape6 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
}

.shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

/*================================================
Contact CSS
=================================================*/
.contact-info-box {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #2cd697;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 12px;
}

.contact-info-box p {
  margin-bottom: 0;
  color: #646464;
}

.contact-info-box p a {
  color: #646464;
}

.contact-info-box p a:hover {
  color: #2cd697;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  color: #ffffff;
  background: #2cd697;
}

#map {
  height: 500px;
  width: 100%;
}

#contactForm .help-block ul {
  margin: 0;
}

#contactForm .help-block ul li {
  color: red;
}

#contactForm .btn {
  margin-top: 10px;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}

.contact-area .section-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.contact-area .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.contact-area .section-title h2 {
  margin-bottom: 12px;
}

.contact-with-map {
  position: relative;
}

.contact-with-map #map {
  height: 800px;
}

.contact-with-map .contact-form {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 620px;
  background-color: #ffffff;
  text-align: center;
  padding: 35px 25px;
}

.contact-with-map .contact-form h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-with-map .contact-form #msgSubmit {
  text-align: center !important;
}

.contact-sidebar .contact-item {
  position: relative;
  padding-left: 52px;
  margin-bottom: 30px;
}

.contact-sidebar .contact-item:last-child {
  margin-bottom: 0;
}

.contact-sidebar .contact-item .icon {
  font-size: 35px;
  color: #2cd697;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-sidebar .contact-item span {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.contact-sidebar .contact-item p {
  margin-bottom: 0;
}

.contact-sidebar .contact-item p a {
  color: #646464;
}

.contact-sidebar .contact-item p a:hover {
  color: #2cd697;
}

/*================================================
404 Error CSS
=================================================*/
.error-content {
  margin: 0 auto;
  max-width: 650px;
}

.error-content .search-form {
  position: relative;
  margin-top: 45px;
}

.error-content .search-form .search-field {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 15px;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid #eeeeee;
}

.error-content .search-form .search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 110px;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
  background: #2cd697;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-content .search-form .search-submit:hover, .error-content .search-form .search-submit:focus {
  background-color: #152245;
  color: #ffffff;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 40px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
    height: 40px;
    margin: 0 3px;
    display: inline-block;
    background-color: #f2f2f2;
    line-height: 40px;
    color: #152245;
    /* -webkit-box-shadow: 0 2px 10px 0 #d8dde6; */
    /* box-shadow: 0 2px 10px 0 #d8dde6; */
    font-size: 17px;
    font-weight: 600;
    border-radius: 53px;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #2cd697;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

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

.widget-area .widget .widget-title {
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

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

.widget-area .widget ul li {
  position: relative;
  margin-bottom: 12px;
  color: #646464;
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.8;
}

.widget-area .widget ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget ul li::before {
  background: #2cd697;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 9px;
  position: absolute;
}

.widget-area .widget ul li a {
  color: #646464;
}

.widget-area .widget ul li a:hover, .widget-area .widget ul li a:focus {
  color: #2cd697;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: #f8f8f8;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: #2cd697;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 15px;
}

.widget-area .widget_search form .search-submit:hover {
  background: #152245;
  color: #ffffff;
}

.widget-area .widget_recent_entries ul li a {
  font-weight: 600;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #646464;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul li {
  color: #646464;
}

.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  font-weight: 600;
}

.widget-area .widget_archive ul li a {
  font-weight: 600;
}

.widget-area .widget_categories ul li a {
  display: inline-block;
  font-weight: 600;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul li a {
  font-weight: 600;
}

.widget-area .tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding: 7px 10px;
  color: #646464;
  border: 1px solid #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: #2cd697;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  border-color: #2cd697;
}

.widget-area .tagcloud a:hover::before, .widget-area .tagcloud a:focus::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Case Studies Details CSS
=================================================*/
.case-studies-details-image {
  overflow: hidden;
  margin-bottom: 30px;
}

.case-studies-details-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-studies-details-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-studies-details-image:hover img, .case-studies-details-image:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.case-studies-desc {
  margin-top: 20px;
}

.case-studies-desc h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.case-studies-information {
  margin-top: 20px;
}

.case-studies-information h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.case-studies-information ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.case-studies-information ul li {
  margin-bottom: 12px;
  color: #646464;
}

.case-studies-information ul li span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #152245;
  display: inline-block;
  margin-right: 4px;
}

.case-studies-information ul li a {
  display: inline-block;
  color: #646464;
}

.case-studies-information ul li a:hover {
  color: #2cd697;
}

/*================================================
Portfolio Details CSS
=================================================*/
.portfolio-details-image {
  position: relative;
  overflow: hidden;
}

.portfolio-details-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-details-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-details-image:hover img, .portfolio-details-image:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.portfolio-desc {
  margin-top: 50px;
}

.portfolio-desc h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-information {
  margin-top: 50px;
}

.portfolio-information h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-information ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.portfolio-information ul li {
  margin-bottom: 12px;
  color: #646464;
}

.portfolio-information ul li span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #152245;
  display: inline-block;
  margin-right: 4px;
}

.portfolio-information ul li a {
  display: inline-block;
  color: #646464;
}

.portfolio-information ul li a:hover {
  color: #2cd697;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  display: block;
  padding: 12px 45px 12px 15px;
  text-decoration: none;
  position: relative;
  background: #f5f9ff;
  color: #152245;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.faq-accordion .accordion .accordion-item .accordion-title:hover, .faq-accordion .accordion .accordion-item .accordion-title.active, .faq-accordion .accordion .accordion-item .accordion-title:focus {
  background: #2cd697;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\ef9a";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
  line-height: 1.9;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
}

.faq-contact h3 {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.faq-contact form .btn {
  margin-top: 10px;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #2cd697;
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

.single-footer-widget .logo {
  margin-bottom: 25px;
}

.single-footer-widget .social-links {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 2px;
}

.single-footer-widget .social-links li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #152245;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: block;
}

.single-footer-widget .social-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: #2cd697;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .social-links li a:hover::before, .single-footer-widget .social-links li a:focus::before {
  width: 100%;
  height: 100%;
}

.single-footer-widget .social-links li:last-child {
  margin: 0;
}

.single-footer-widget h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.single-footer-widget h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: #2cd697;
}

.single-footer-widget h3::after {
  content: '';
  position: absolute;
  left: 35px;
  bottom: 0;
  height: 3px;
  background: #f6f9fc;
  width: 5px;
}

.single-footer-widget ul.list {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.single-footer-widget ul.list li {
  margin-bottom: 12px;
  font-weight: 500;
}

.single-footer-widget ul.list li a {
  position: relative;
  color: #152245;
  font-weight: 500;
}

.single-footer-widget ul.list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2cd697;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget ul.list li a:hover, .single-footer-widget ul.list li a:focus {
  color: #fff;
  padding-left: 15px;
}

.single-footer-widget ul.list li a:hover::before, .single-footer-widget ul.list li a:focus::before {
  opacity: 1;
  visibility: visible;
}

.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.get-in-touch {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget ul.get-in-touch li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 45px;
}

.single-footer-widget ul.get-in-touch li:first-child {
  margin-bottom: 34px;
}

.single-footer-widget ul.get-in-touch li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background: #152245;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.single-footer-widget ul.get-in-touch li i.icofont-live-support {
  top: -7px;
}

.single-footer-widget ul.get-in-touch li i.icofont-envelope {
  top: -6px;
}

.single-footer-widget ul.get-in-touch li a {
  display: inline-block;
  color: #152245;
  font-weight: 500;
}

.single-footer-widget ul.get-in-touch li a:hover, .single-footer-widget ul.get-in-touch li a:focus {
  color: #fff;
}

.single-footer-widget ul.get-in-touch li:last-child {
  margin-bottom: 0;
}

.copyright-area {
  background-color: #152245;
  text-align: center;
  margin-top: 95px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  color: #ffffff;
}

.copyright-area p a {
  display: inline-block;
  color: #ffffff;
}

.copyright-area p a:hover, .copyright-area p a:focus {
  color: #2cd697;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
  color: #ffffff;
  background-color: #152245;
  z-index: 4;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #2cd697;
}
/*# sourceMappingURL=style.css.map */
@media (min-width:1440px) {
  .container {
    max-width: 1320px
  }
}
.navbar-brand{
  max-width: 260px;
}
.uxhaven-nav .navbar{
    padding: .5rem 0rem;
}
.white{
  color: #fff;
}
.criar_conta{
  width: 100%;
  display: block;
}
.criar_conta label{
  color: #fff;
  font-weight: normal;
  width: 100%;
}
.criar_conta input{
      border: 1px solid rgba(34,34,34,.25);
    -webkit-box-shadow: 0 20px 30px rgba(34,34,34,.07);
    box-shadow: 0 20px 30px rgba(34,34,34,.07);
        border-radius: 30px;

        outline: none;
    font: inherit;
    width: 100%;
    line-height: 1;
    width: 100%;
    display: block;
    padding: 0.25em 2.142857em;
    background: #fff;
    color: inherit;
    font-size: .875em;
}
.criar_conta span.centralizar{
      display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    text-align: center;
}
.criar_conta span.centralizar button{
  width: 160px;
  margin-left: 20px;
}
.redes_sociais{
  padding: 0 0 0 0px;
  list-style: none;
}
.redes_sociais li{
  float: left;
}
.redes_sociais li a{
  color: #152245;
  margin-right: 5px;
    font-size: 16px;
    line-height: 15px;
    display: block;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 19px;
}
.redes_sociais li a:hover{
  color: #2cd697;
}
#form_banner h2{
  color: #fff;
}
#form_banner p{
  color: #fff;
  margin-bottom: 20px;
}
.uxcontato{
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 1000;
  overflow: hidden;
}
@media(max-width: 780px){
  .featured-services-box2 a#link2{
    bottom: 0px !important;
  }
  .featured-services-box2 a#link1{
    bottom: 55px !important;
  }
  .uxcontato{
    position: relative;
     background: #2cd697;
  }
  .uxcontato .lista_header:before{
    display: none;
  }
  .uxcontato .lista_header{
    margin-bottom: 0px;
    background: transparent !important;
  }
}
.uxcontato .lista_header{
  position: relative;
     list-style: none;
    width: 100%;
    border-radius: 0px 0 0 60px;
    background: #2cd697;
    display: block;
    padding: 11px 0px 11px 28px;
}
.uxcontato .lista_header:before{
    background-color: #2cd697;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    right: -780px;
    width: 1200px;
    -webkit-transform: skew( 
30deg
 );
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew( 
30deg
 );
}
.uxcontato .lista_header li{
  float: right;  
}
.uxcontato .lista_header li.telefone{
  margin-right: 20px;
}
.uxcontato .lista_header li a{
  list-style: none;
  display: block;
  color: #152245;
}
.uxcontato .lista_header li a:hover{
  color: #fff !important;
}
.uxcontato .lista_header li a.social_midias{
    list-style: none;
    display: block;
    color: #2cd697;
    background: #173a6c;
    margin-left: 5px;
    text-align: center;
    padding: .5em;
    font-size: 13px;
    border-radius: 100px;
}
.uxcontato .lista_header li a.social_midias i{
      width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.uxcontato .lista_header li a span{
  font-weight: 600;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
}
.clearfloat{
  clear: both;
  height: 1;
  width: 100%;
  display: block;
}
.uxhaven-nav #logo_navbar_responsive, .uxhaven-nav.is-sticky #logo_navbar{
  display: none;
}
.uxhaven-nav.is-sticky #logo_navbar_responsive{
  display: block;
}

.page-title-area ul {
        margin: 11px 0 9px 0;
    padding: 0;
}
.page-title-area ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.page-title-area ul li a:before {
  font-family: 'Pe-icon-7-stroke';
    position: absolute;
    content: "\e684";
    top: -1px;
    right: 0px;
    color: #2cd697;
    font-size: 15px;
}
.page-title-area ul li a
 {  
    margin-right: 15px;
    display: block;
    color: #fff;
}
.page-title-area ul li span {
    display: block;
    color: #fff;
    margin-left: 3px;
}
.page-title-area .d-table .container{
  z-index: 10;
  display: block;
}
/*blog novo*/
.content-block.post-grid {
   position: relative;
    padding-bottom: 80px;
    margin-bottom: 60px;
}
.content-block .post-thumbnail {
    position: relative;
}
.content-block .post-thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.content-block.post-grid .post-thumbnail a img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px;
}
.content-block.post-grid.post-grid-large .post-grid-content {
    padding: 0 65px;
}
.content-block.post-grid .post-grid-content {
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 0 52px;
    z-index: 2;
    left: 0;
    right: 0;
}
.content-block.post-grid .post-grid-content .post-content {
    background: #fff;
    padding: 30px 32px;
    border-radius: 10px;
}
.content-block.post-grid.post-grid-large .post-grid-content .post-content .post-cat {
    margin-bottom: 5px;
}
.post-content .post-cat .post-cat-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -8px;
}
.post-content .post-cat .post-cat-list a {
    display: flex;
    font-size: 15px;
    line-height: 20px;
    padding: 8px;
    position: relative;
    font-weight: 500;
}
.hover-flip-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.post-content .post-cat {
    margin-bottom: 10px;
}
.blog-details-area p{
  text-align: justify;
} 
.blog-details-area h1{
  font-size: 26px !important;
}
.blog-details-area h2{
  font-size: 23px !important;
  margin-bottom: 25px;
}
.blog-details-area h3{
  font-size: 20px !important;
}
.blog-details-area h4{
  font-size: 17px !important;
}
.blog-details-area h5{
  font-size: 14px !important;
}
.blog-details-area h6{
  font-size: 13px !important;
}
.content-block.post-grid .post-grid-content .post-content .title {
    margin-bottom: 0;
}
.content-block .post-content .title {
    margin-bottom: 0;
}
.content-block .post-content .title a {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
    font-size: 20px;
}
.post-content .post-cat .post-cat-list a::after {
    content: ",";
    position: absolute;
    right: 0;
}
.post-content .post-cat .post-cat-list a:last-child::after {
    display: none;
}
.content-block.post-grid .post-grid-content .post-content .post-meta-wrapper {
    margin-top: 30px;
}
ul.social-share-transparent {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
}
ul.social-share-transparent li {
    margin: 7px;
}
ul.social-share-transparent li a, ul.social-share-transparent li button {
     color: #152245;
    font-size: 16px;
    line-height: 15px;
    display: block;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 19px;
}
ul.social-share-transparent li a:hover{
  color: #54be90;
    background: #142245;
}
.post-meta .post-author-avatar.border-rounded {
    border-radius: 100%;
}
.post-meta .post-author-avatar.border-rounded img{
  border-radius: 100%;
}
.post-meta .post-author-avatar {
    min-width: 50px;
    margin-right: 15px;
}
.post-meta {
    display: flex;
    align-items: center;
}
ul.post-meta-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    align-items: center;
    list-style: none;
    padding: 0;
}
ul.post-meta-list li {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin: 8px;
    position: relative;
    list-style: none;
}
/*ul.post-meta-list li::after {
    right: -10px;
    position: absolute;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}*/
.content-block.post-grid:hover .post-thumbnail a img {
    transform: scale(1.1);
}
.content-block:hover .post-content .title a {
    background-size: 100% 2px;
}
.post-meta .post-author-name {
    margin-bottom: 0px;
    font-weight: 500;
}
.post-meta .post-author-name a{
  color: #142245;
}
.post-meta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.blog-src {
    position: relative;
    margin-bottom: 45px;
}
.blog-src input {
        width: 100%;
    height: 52px;
    border-radius: 50px;
    padding: 0px 60px 0px 20px;
    border: 1px solid #e7e7e7;
    outline: none;
}
.blog-src button {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 5px;
    right: 1px;
}
.blog-src button i {
    width: 40px;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #152245;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 10%);
}
.blog-filter {
    margin-bottom: 50px;
}
.blog-filter h4 {
    font-weight: 600;
    margin-bottom: 48px;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
}
.blog-filter h4::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 0px;
    width: 60px;
    height: 2px;
    border-radius: 30px;
    background: #152245;
}
.blog-filter h4::after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0px;
    width: 35px;
    height: 2px;
    border-radius: 30px;
    background: #152245;
}
.blog-cate, .blog-tag, .blog-icon {
    display: block;
    padding-left: 0px;
}
.blog-tag li {
    display: inline-block;
    margin: 0px 8px 12px 0px;
}
.blog-tag li a {
    color: #777777;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid #e8e8e8;
}
.blog-tag li a:hover{
    color: #ffffff;
    border: 1px solid #2cd697;
    background: #2cd697;
}
.blog-icon li {
    display: inline-block;
    margin-right: 8px;
}
.blog-icon li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #152245;
    background: #e7e7e7;
    text-shadow: 2px 3px 8px #0000001a;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    transition: 0.5s;
}
.blog-icon li a:hover i{
      color: #ffffff;
    background: #2cd697;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    transition: 0.5s;
}
.blog-cate li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.blog-cate li h5 {
    font-weight: 400;
}
.blog-cate li p {
    font-size: 14px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: #152245;
    background: #e7e7e7;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 10%);
}
.blog-cate li h5 a {
    color: #777777;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 16px;
}
.stars {
  background: linear-gradient(-225deg, #152245 0%, #183d71 29%, #152245 67%, #152245 100%);background-size: 400% 400%;-webkit-animation: Gradient 25s ease infinite;-moz-animation: Gradient 25s ease infinite;animation: Gradient 25s ease infinite;}

@-webkit-keyframes Gradient {
0% {
  background-position: 0% 50%
}
50% {
  background-position: 100% 50%
}
100% {
  background-position: 0% 50%
}
}

@-moz-keyframes Gradient {
0% {
  background-position: 0% 50%
}
50% {
  background-position: 100% 50%
}
100% {
  background-position: 0% 50%
}
}

@keyframes Gradient {
0% {
  background-position: 0% 50%
}
50% {
  background-position: 100% 50%
}
100% {
  background-position: 0% 50%
}
}
canvas {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
@media(max-width: 992px){
  .hidden-992{
    display: none;
  }
}
.pull-left{
  float: left;
}
.mt-30{
  margin-top: 30px;
}
.txt_php h3{
  font-size: 0.875rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: black;
}
.txt_php h2{
      line-height: 1.1;
    font-weight: 700;
    text-align: left;
    font-size: 2.85rem;
}

.txt_php .row {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.solucoes_page{
 margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding: 35px 35px 26px;
    background: #fff;
    min-height: 260px;
    box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.solucoes_page .overlay {
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg,#0039e4,#04dbf1);
    background-image: -webkit-linear-gradient(
145deg
,#0039e4,#04dbf1);
    background-image: linear-gradient(
145deg
,#0039e4,#04dbf1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    opacity: 0;
}
.solucoes_page .big-number {
    position: absolute;
    right: 35px;
    bottom: -13px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display",sans-serif;
    line-height: 1;
    color: rgba(165,183,210,.2);
    z-index: 0;
}
.solucoes_page .number-box {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #2bd395;
    box-shadow: 8px 8px 20px 0 rgb(42 67 113 / 30%);
    -webkit-box-shadow: 8px 8px 20px 0 rgb(42 67 113 / 30%);
    -moz-box-shadow: 8px 8px 20px 0 rgba(42,67,113,.3);
}
.solucoes_page .content-box {
    padding-left: 75px;
}
.solucoes_page .service-box * {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.solucoes_page .content-box .service-box-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.solucoes_page .content-box p:last-child {
    margin-bottom: 0;
}
#orcamento_page{
  position: relative;
}
.voce input.sim{
    -webkit-box-shadow: 0px 0px 15px 2px #2cd697;
    margin-top: 30px;
    box-shadow: 0px 0px 15px 2px #2cd697;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0px 0px 15px 2px #2cd697;
  }

  70% {
    transform: scale(1);
    box-shadow: 0px 0px 15px 2px #2cd697;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0px 0px 15px 2px #2cd697;
  }
}
.voce button.sim {
       -webkit-animation: pulse .75s linear infinite;
    -moz-animation: pulse .75s linear infinite;
    -ms-animation: pulse .75s linear infinite;
    -o-animation: pulse .75s linear infinite;
    animation: pulse .75s linear infinite;
    line-height: 0;
    font-size: 21px;
    margin-top: 20px;
}
}
#orcamento_page #icon_i{
      position: absolute;
    z-index: 10;
    top: 10px;
    right: 14px;
    font-size: 19px;
        color: #173767;
}
.contratar_solucao{
        padding: 21px 35px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 2px solid #2bd395;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 15px 2px #2bd395;
    box-shadow: 0px 0px 15px 2px #2bd395;
    background-color: transparent;
    min-width: 332px;
    background: #2bd395;
    border-radius: 53px;
    margin-left: auto;
    width: 205px;
    margin-right: auto;
    float: inherit;
    display: block;
    margin-top: 80px;
}
.contratar_solucao:hover{
  -webkit-box-shadow: 0px 0px 15px 2px #183d71;
    box-shadow: 0px 0px 15px 2px #183d71;
    background: #183d71;
}
/*formulario de captacao*/
.eu ul{
  padding: 0; 
  display: block;
}
.eu ul li:first-child{
    border-radius: 0 20px 20px 20px;
}
.eu ul li a.f_d_25{
      font-size: 25px;
    font-weight: 900;
}
.hide{
  display: none;
}
.eu ul li{
  position: relative;
  display: block;
    font-size: 22px !important;
    color: #183b6d;
    font-weight: 700;
    padding: 16px 21px;
    margin: 0px;
    background: #fff;
    border-radius: 20px;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}

.voce input, .voce button{
        height: 45px;
    padding: 29px;
    font-weight: 800;
    font-size: 14px;
    color: #152348;
    border: 1px solid #2cd697;
    background: #2cd697;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 17px 0px 17px 17px;
}
.voce input::placeholder{
  color: #152348;
}


.voce #orcamento_page{
  float: right;
}
.voce #orcamento_page #icon_i{
  top: 18px;
}
.proxima_etapa{
padding: 6px;
    font-size: 16px;
    color: #2cd697;
    border: 1px solid #2cd697;
    background: #29c48a00;
    -webkit-transition: 0.5s;
    font-weight: 800;
    transition: 0.5s;
    margin-top: 15px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

@media(max-width: 991px){
  .main-banner-content h1 {
    text-align: center !important;
  }
}
@media(max-width: 780px){
  .uxcontato .lista_header{
    align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
  }
}
