.header-right {
    position: relative;
    display: block;
    float: right;
    clear: inherit;
    padding: 27px 0 28px;
    transition: all 300ms ease;}


  .header-right .button {
    position: relative;
    display: block;
    float: right;
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #ffa200;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 20px 40px 19px;
    text-transform: capitalize;
    border-radius: 7px;
    font-family: 'Rajdhani', sans-serif;
    transition: all 500ms ease;
}
.btn-one:hover{
    color: #ffffff;
    background: #ff4c05;
}

.btn-two{
    position: relative;
    display: inline-block;
    background: #1fc6c7;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 18px 40px 18px;
    text-transform: capitalize;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.btn-two:hover{
    color: #f6f6f6;
    background: #0fa8a9;
}

.center{text-align: center;}

.icon-wht{width: 50px; height: 50px; color: #ffffff;}

.bg-img {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

.page-title {
    padding-top: 125px;
    padding-bottom: 125px;
}





.bg_card {
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: 60vh; /* 60vh = 60% of the viewport height*/
      padding: 0; /* No padding */
      margin: 0; /* No margins */
      background-image: url('../img/banners/banner_card.jpg');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; /* Cover all available space. */
      /* If you want the whole image visible try 'contain'*/
    }








@media only screen and (min-width: 320px) {
/*  Aspect ratio determined like so -- H / (W * (10/6)) */
  .bg_card img{
    position: relative; /*Undoing the hack basically*/
    right: auto;
    top: auto;
    left: -200px;
    bottom: auto;
    width: 100%; /*rather than the width get cropped, it's full. height is auto*/
}
}

.pad-pt{padding-top: 150px; padding-bottom: 150px;}


.desc_ex{font-size: 19px; color: #808080;
  text-transform: uppercase;font-weight: 600; padding-top: 10px;
padding-bottom: 10px;}

.desc_ex2{font-size: 19px; color: #bababa;
  font-weight: 600; padding-top: 10px;
padding-bottom: 10px;}

.icon_color{color:#13bfb1;padding: 0px 2px 3px; font-weight: 400;font-size: 14px;}


.pl1{margin-left: 120px;}

@media (min-width: 320px) {
.pl1{margin-left: 0px;margin-bottom: 30px;}


.team-item-container { padding: 16px 14px 16px;  height: auto;}

.counters-layout2 img { margin-left: -100px; width: 100;  position: relative;}

.bg-img img {position: relative; z-index: 1;}

}



.back1
{
position: relative;
  z-index: auto;
  width: 100%;
  max-height: 360px;
  background-size: cover;
  background-position: center center;
  background: url(../img/banners/unidade.jpg) no-repeat center center fixed;
}

/*  01 - Icon Box
/*----------------------------------------*/

.iconbox-title h2 { font-size: 18px; line-height: 24px; font-weight: bold; margin: 8px 0 20px 0; }
.iconbox .iconbox-desc p { margin-bottom: 0; }

/** Style 1 **/
.iconbox-style-1 { text-align: center; }
.iconbox-style-1 .iconbox-icon i { font-size: 60px; line-height: 60px; }
.iconbox-style-1 .iconbox-title h2 { font-size: 18px; line-height: 24px; font-weight: bold; margin: 8px 0 20px 0; }

.iconbox-style-1 img {max-width: 76%;height: auto;}

.iconbox-style-2 { margin-bottom: 40px; }
.iconbox-style-2 .iconbox-title h2 { margin: 8px 0 15px 0; }

/** Style 3 **/
.iconbox-style-3,
.iconbox-style-3 .iconbox-icon i,
.iconbox-style-3 .iconbox-title h2 { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.iconbox-style-3 { padding: 50px 30px; }
.iconbox-style-3 .iconbox-icon i { font-size: 60px; line-height: 60px; }
.iconbox-style-3:hover,
.iconbox-style-3:hover .iconbox-icon i,
.iconbox-style-3:hover .iconbox-title h2 { color: #fff; }

/** Style 4 **/
.iconbox-style-4 { position: relative; }
.iconbox-style-4 .iconbox-icon { font-size: 24px; font-weight: 700; }
.iconbox-style-4 .iconbox-number { position: absolute; top: 12px; font-size: 25px; }
.iconbox-style-4 .iconbox-contents { margin-left: 50px; }
.iconbox-style-4 .iconbox-title h2 { margin: 8px 0 10px 0; }

/** Style 5 **/
.iconbox-style-5 { padding: 50px 40px 40px; }
.iconbox-style-5 .iconbox-icon { margin-bottom: 20px; }
.iconbox-style-5 .iconbox-icon i { font-size: 55px; line-height: 55px; }
.iconbox-style-5 .section-title h2 { font-size: 18px; line-height: 24px; font-weight: bold; margin-bottom: 8px 0 20px 0; }


.section-title.with-lead,
.section-title.with-lead h2 { margin-bottom: 30px; }


.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 11px/22px Arial, Sans-Serif;
    color:black;
    border:1px solid #ccc;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:0 10px;
    font-weight:bold;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:9px;
    right:6px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#39f;
    color:white;
}





.button-whatsapp
{
  color: #ffffff;
  background-color: #2ecc71;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
  align-items: center;



}

.button-whatsapp:hover
{
  box-shadow: none;
  cursor: pointer;
  color:#fff;
}

.button-whatsapp i
{
  font-size: 30px;
  padding-right: 10px;
}


.floating{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:16px;
}


.container-full {
    padding: 0 15px;
    width: 100%;
}

.container-full .row > .info {
    padding: 80px 0 75px 80px;
    max-width: 600px;
}

.about-area .bottom {
    border: 1px solid #e7e7e7;
    display: flex;
    padding: 30px;
    margin-top: 30px;
}


.about-area .info {
    padding-right: 35px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.chose-us-area .info li .info {
    position: relative;
    z-index: 1;
    padding-left: 35px;
}






.team-widget-details .widget-banner-box {
    padding: 35px 5px 25px;
}

.widget-banner-box{color:#FFF;font-size: 16px;   padding: 02px 03px 10px;}

.widget-banner-box .w-title{font-size: 32px; margin-bottom:05px; }
.widget-banner-box {
  /*  text-align: center;----*/
    padding: 30px 5px 25px;
  

}

.widget-banner-box a {color:#FFF;}

.w-color1 {background:#13bfb1;}
.w-color2{background:#c4c3c3;}





/*----------------------------------------*/

/*  00 - Section Title
/*----------------------------------------*/

.section-title { margin-bottom: 50px; }
.section-title h2 { font-weight: 300; font-size: 36px; line-height: 46px; }
.section-title h2 strong { font-weight: 900; }
.section-title h4.subheading { font-weight: 700; font-size: 14px; line-height: 24px; letter-spacing: 1px; }
.section-title h6,
.section-title .lead { font-family: "Poppins", Arial, Helvetica, sans-serif; font-weight: 400; font-size: 16px; line-height: 28px; color: #626262; }
.section-title p { font-family: "Poppins", Arial, Helvetica, sans-serif; font-weight: 400; font-size: 16px; line-height: 28px }
.section-title.with-lead,
.section-title.with-lead h2 { margin-bottom: 30px; }





/*------------------------------------
  Space
------------------------------------*/
.space-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.space-1-top {
  padding-top: 2rem;
}

.space-1-bottom {
  padding-bottom: 2rem;
}

.space-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.space-2-top {
  padding-top: 4rem;
}

.space-2-bottom {
  padding-bottom: 4rem;
}

.space-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.space-3-top {
  padding-top: 8rem;
}

.space-3-bottom {
  padding-bottom: 8rem;
}

.space-4 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.space-4-top {
  padding-top: 12.5rem;
}

.space-4-bottom {
  padding-bottom: 12.5rem;
}

.space-5 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.space-5-top {
  padding-top: 15rem;
}

.space-5-bottom {
  padding-bottom: 15rem;
}

.space-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.space-0-top {
  padding-top: 0;
}

.space-0-bottom {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .space-3--sm {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-bottom--sm {
    padding-bottom: 8rem;
  }
  .space-4-top--sm {
    padding-top: 12.5rem;
  }
  .space-5--sm {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media (min-width: 768px) {
  .space-2-bottom-0--md {
    padding-bottom: 0;
  }
  .space-3--md {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-top--md {
    padding-top: 8rem;
  }
  .space-3-bottom--md {
    padding-bottom: 8rem;
  }
  .space-4--md {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .space-4-top--md {
    padding-top: 12.5rem;
  }
  .space-5--md {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .space-5-top--md {
    padding-top: 15rem;
  }
}

@media (min-width: 992px) {
  .space-1--lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .space-3--lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-top--lg {
    padding-top: 8rem;
  }
  .space-3-bottom--lg {
    padding-bottom: 8rem;
  }
  .space-4--lg {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .space-4-top--lg {
    padding-top: 12.5rem;
  }
  .space-4-bottom--lg {
    padding-bottom: 12.5rem;
  }
  .space-5--lg {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .space-5-top--lg {
    padding-top: 15rem;
  }
  .space-0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .space-0-top--lg {
    padding-top: 0;
  }
  .space-0-bottom--lg {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .space-3-bottom--xl {
    padding-bottom: 8rem;
  }
  .space-4-top--xl {
    padding-top: 12.5rem;
  }
}
