/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*============================================================== 
 This scss/css we made it from our predefine componenet 
 we just copy that css and paste here you can also do that
 ============================================================== */
/*******************
This is for Header
*******************/
/*******************
Header 15
*******************/
.h15-topbar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .h15-topbar .navbar-brand {
    font-size: 14px;
    color: #263238;
    font-weight: 500;
    padding: 15px 0; }
  .h15-topbar .navbar {
    padding: 0; }
    .h15-topbar .navbar .search-box {
      padding: 15px;
      width: 240px; }
    .h15-topbar .navbar .nav-item .nav-link {
      color: #8d97ad;
      padding: 15px 20px; }
      .h15-topbar .navbar .nav-item .nav-link:first-child {
        padding-left: 0px; }
    .h15-topbar .navbar .nav-item:hover .nav-link {
      color: #188ef4; }
    .h15-topbar .navbar .search .dropdown-menu {
      padding: 20px;
      min-width: 300px; }

.h15-navbar .navbar {
  padding: 0; }
  .h15-navbar .navbar .hidden-lg-up {
    padding: 15px;
    color: #263238;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase; }
  .h15-navbar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    color: #263238;
    font-weight: 300;
    font-size: 15px;
    border-bottom: 1px solid transparent; }
  .h15-navbar .navbar .navbar-nav .nav-item:hover .nav-link, .h15-navbar .navbar .navbar-nav .nav-item.active .nav-link {
    color: #00b7be;
    border-bottom: 1px solid #00b7be; }
  .h15-navbar .navbar .navbar-nav .search .nav-link {
    background: #00b7be;
    color: #ffffff;
    padding: 18px 23px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
  .h15-navbar .navbar .navbar-nav .search:hover .nav-link {
    color: #ffffff;
    background: #666666;
    border-bottom: 1px solid transparent; }
  .h15-navbar .navbar .navbar-nav .search .dropdown-menu {
    padding: 20px;
    min-width: 300px; }
  .h15-navbar .navbar .dropdown-menu {
    background: #00b7be;
    border-radius: 0 0 4px 4px;
    margin-top: 0px; }
    .h15-navbar .navbar .dropdown-menu .dropdown-item {
      color: #ffffff; }
      .h15-navbar .navbar .dropdown-menu .dropdown-item.active, .h15-navbar .navbar .dropdown-menu .dropdown-item:active, .h15-navbar .navbar .dropdown-menu .dropdown-item:hover {
        background: rgba(120, 130, 140, 0.13); }

.h15-info-bar {
  padding: 10px 0px; }
  .h15-info-bar .donate-btn a {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 25px;
    margin-left: 15px; }
  .h15-info-bar .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px; }

@media (max-width: 1023px) {
  .h15-info-bar .donate-btn a {
    display: block;
    margin-left: 0px; }
  .h15-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0; } }


/*-------------------*/
/*Slider7 Style Start*/
/*-------------------*/
@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }

.slider7 .bs-slider, .slider7 .carousel-item {
  max-height: 700px; }

.slider7 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider7 h2 {
line-height: 64px;
font-size: 58px; }
.slider7 h5 {
font-size: 26px; }

.slider7 .slide-content {
  padding: 80px 25px;
  position: relative;
  border-radius: 100%;
  max-width: 400px;
  min-height: 400px; }

.slider7 label {
  line-height: 31px;
  min-width: 110px; }


.slider7 .carousel-indicators {
  bottom: 0; }
  .slider7 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3); }
    .slider7 .carousel-indicators li.active {
      background-color: #263238; }

/*******************
Feature 6
*******************/
.wrap-feature6-box {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .wrap-feature6-box .card-body {
    padding: 30px; }
    .wrap-feature6-box .card-body .linking {
      color: #ffffff; }
      .wrap-feature6-box .card-body .linking:hover {
        color: #263238; }
    .wrap-feature6-box .card-body p {
      opacity: 0.8; }
  .wrap-feature6-box:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .wrap-feature6-box .bg-success-light {
    background: #2cdd9b; }
	
	
.bloco_parceiros{
  -webkit-transition: 1.5s ease-in;
  -o-transition: 1.5s ease-in;
  transition: 1.5s ease-in;
}

.bloco_parceiros:hover{
border:8px solid #ace8eb !important;	
}

.bloco_parceiros{
border:8px solid transparent !important;	
}


/*******************
Feature 9
*******************/
.wrap-feature9-box .card-body {
  padding: 40px 40px 0px; }
  .wrap-feature9-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }

/*******************
Feature 18
*******************/
.wrap-feature-18 {
  margin-top: 60px; }
  .wrap-feature-18 [class*=col-lg-6] .card {
    overflow: hidden; }
  .wrap-feature-18 .icon-position {
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 200px; }
    .wrap-feature-18 .icon-position .icon-round {
      position: absolute;
      right: -38px;
      top: 20px; }

/*******************
Feature 41
*******************/
.wrap-feature41-box .f41-tab {
  display: block; }
  .wrap-feature41-box .f41-tab li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 25px; }
    .wrap-feature41-box .f41-tab li a .t-icon {
      margin-right: 25px;
      color: #8d97ad; }
    .wrap-feature41-box .f41-tab li a h5 {
      font-weight: 500; }
    .wrap-feature41-box .f41-tab li a h6 {
      font-size: 14px;
      margin-bottom: 0px; }
    .wrap-feature41-box .f41-tab li a.active, .wrap-feature41-box .f41-tab li a:hover {
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
      box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }
      .wrap-feature41-box .f41-tab li a.active .t-icon, .wrap-feature41-box .f41-tab li a:hover .t-icon {
        background: #1dc8cd;
        background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cd 0%, #1dc8cd 100%);
        background: -webkit-gradient(linear, left top, right top, from(#1dc8cd), to(#1dc8cd));
        background: -webkit-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
        background: -o-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
        background: linear-gradient(to right, #1dc8cd 0%, #1dc8cd 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent; }

/*******************
Testimonial 2
*******************/
.testimonial10 .testi10 .quote-bg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background: url(../images/up-quote.png) no-repeat top left, url(../images/down-quote.png) no-repeat bottom right; padding-bottom:30px; }

.testimonial10 .testi10 h3 {
  line-height: 40px; }

.testimonial10 .testi10 .customer-thumb {
  margin: 15px 0; }
  .testimonial10 .testi10 .customer-thumb img {
    width: 60px; }

@media (max-width: 767px) {
  .testimonial10 .testi10 h3 {
    line-height: 30px;
    font-size: 20px; } }

/*******************
Blog homepage 1
*******************/
.blog-home1 [class*=col-] {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .blog-home1 [class*=col-]:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/*******************
Footer 2
*******************/
.footer2 {
  padding: 60px 0; }
  .footer2 .f2-middle {
    padding-top: 40px; }
  .footer2 .link {
    color: #8d97ad;
    padding: 10px 15px 10px 0; }
  .footer2 .general-listing li a i {
    font-size: 9px;
    margin-right: 10px; }
  .footer2 .info-box .d-flex {
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .footer2 .subscribe-box {
    background: rgba(120, 130, 140, 0.13);
    padding: 25px; }
    .footer2 .subscribe-box .form-control {
      background: transparent;
      padding: 10px 0;
      border: 0px;
      border-bottom: 1px solid rgba(120, 130, 140, 0.13);
      color: #ffffff;
      border-radius: 0px; }
      .footer2 .subscribe-box .form-control:focus {
        border-bottom: 1px solid #ffffff; }

.appointment-form button {
  cursor: pointer;
  border-radius: 0; }
  .appointment-form button.active, .appointment-form button:active {
    background: #777777;
    }

	
	
/*******************
Portfolio1
*******************/
.portfolio-box .filter .overlay-box {
  margin-bottom: 0px;
  position: relative; float:left; }
  .portfolio-box .filter .overlay-box .overlay {
    position: absolute;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 0px;
    width: 100%;
    display: none;
    padding-top: 30%; }
    .portfolio-box .filter .overlay-box .overlay .port-text {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 35px;
      width: 0px;
      left: 35px; }
      .portfolio-box .filter .overlay-box .overlay .port-text h5 {
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px; }
      /*.portfolio-box .filter .overlay-box .overlay .port-text span {    
        font-size: 14px; }*/
    .portfolio-box .filter .overlay-box .overlay .port-like {
      position: absolute;
      right: 20px;
      top: 20px;
      color: #000000; }
      .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike {
        background: transparent;
        border: 2px solid #ffffff;
        padding: 7px 15px; }
        .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike .text-active {
          display: none; }
        .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike.active .text {
          display: none; }
        .portfolio-box .filter .overlay-box .overlay .port-like .like-dislike.active .text-active {
          display: inline-block; }
  .portfolio-box .filter .overlay-box .overlay {
    display: block;
    top: 0px;
    height: 100%; }
    .portfolio-box .filter .overlay-box .overlay .port-text {
      width: 40%; }

	  
	  
/*******************
Feature 42
*******************/
.feature42 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; background-position: top !important; }
  .feature42 .wrap-feature42-box {
    padding: 8% 0; padding-bottom:0; }
	
	
	
.bloco_solucoes_profissionais  {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .bloco_solucoes_profissionais:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
	

/*******************
Testimonial 7
*******************/
.testimonial7 {
  background: #00B7BE;
  /* IE6-9 */ }
  .testimonial7 .testi7 .title {
    margin-top: 0px; }
  .testimonial7 .testi7 .owl-nav {
    float: right; display:none; }
    .testimonial7 .testi7 .owl-nav [class*='owl-'] {
      background: transparent;
      color: #ffffff;
      font-size: 34px;
      margin: -100px 0 0 0px; }
      .testimonial7 .testi7 .owl-nav [class*='owl-']:hover {
        color: #888888; }

@media (max-width: 767px) {
  .testimonial7 {
    background: #00B7BE;
    /* IE6-9 */ } }
	
	
/*******************
Feature 11
*******************/
.wrap-feature11-box {
  margin-top: 60px; }
  .wrap-feature11-box .card-body {
    padding: 30px; }
  .wrap-feature11-box .icon-space {
    margin: -80px 0 20px; }
    .wrap-feature11-box .icon-space .icon-round {
      font-size: 45px;
      color: #ffffff; }
	  
	 
/*******************
Feature 21
*******************/
.wrap-feature21-box {
  background-size: cover;
  background-attachment: fixed;
  background-position: left center; }
  
  

/*******************
Feature 10
*******************/
.wrap-feature10-box {
  padding: 40px 20px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  color: #ffffff; }
  .wrap-feature10-box p {
    margin: 30px 0 40px; }
  .wrap-feature10-box .box-title {
    color: #ffffff; }

	
/*******************
Feature 43
*******************/
.wrap-feature43-box .col-md-6 {
  margin-bottom: 40px; }
  
  
 
/*******************
contact 2
*******************/
.contact2 {
  padding: 60px 0;
  margin-bottom: 170px;
  background-position: center top; }
  .contact2 .bg-image {
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact2 .detail-box {
    padding: 40px; }
    .contact2 .detail-box .round-social {
      margin-top: 100px; }
      .contact2 .detail-box .round-social.light a {
        background: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
        margin: 0 7px;
        height: 49px;
        width: 49px;
        line-height: 49px; }
  .contact2 .contact-container {
    position: relative;
    top: 200px; }
    .contact2 .contact-container .links a {
      color: #8d97ad; }

	  
/*******************
Feature 30
*******************/
.feature30 {
  position: relative; }

.wrap-feature30-box {
  position: absolute;
  top: 20%;
  right: 0px; }
  
 
/*******************
Feature 16
*******************/
.wrap-feature-16 [class*=col-] {
  padding: 70px 35px; }
  
.padding_maior{
  padding:100px 35px !important;
}

.wrap-feature-16 .with-bg {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center center; }

.wrap-feature-16 .with-text {
  max-width: 500px;
  margin-left: 80px; }
  
  
/*******************
Feature 1
*******************/
.wrap-feature1-box .card-body {
  padding: 20px;
  line-height: 30px; }
  .wrap-feature1-box .card-body .icon-space {
    font-size: 55px; }
