
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
  padding: 0 !important;
}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  color: #0095E8;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
 
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
   
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu, ul {
  list-style-type: square;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul, li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #89d700;
}

:-moz-placeholder {
  color: #89d700;
}

::-moz-placeholder {
  color: #89d700;
}

:-ms-input-placeholder {
  color: #89d700;
}

/**
Typography
*/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
 
  color: #444444;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 26px;
  }

  h3, .h3 {
    font-size: 20px;
  }

}

@media only screen and (max-width:767px) {
  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 18px;
  }

}

h1, .h1, h2, .h2 {
  font-weight: 700;
}

h3, .h3, h4, .h4 {
  font-weight: 700;
}

h5, .h5, h6, .h6 {
  font-weight: 500;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

/**
Helper Class
*/
.hidden {
  display: none;
}

.theme-color {
  color: #89d700;
}

.poss-relative {
  position: relative;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";  /* 1 */
  display: table;  /* 2 */
}

.clearfix:after {
  clear: both;
}

ul {
  list-style: none;
  padding-left: 0;
}

a#scrollUp {
  background: #ffffff;
  color: #303030;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  font-size: 25px;
  text-align: center;
  padding: 9px 0;
  -webkit-box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
}

a#scrollUp:hover {
  background: #89d700;
  color: #fff;
}

/* Define Colors */
.color--theme {
  color: #89d700;
}

.color--light {
  color: #999999;
}

.color--dark {
  color: #333333;
}

.color--black {
  color: #000000;
}

.color--white {
  color: #ffffff;
}

/* Background Color */
.bg--theme {
  background: #0084CA;
}

.bg--light {
  background: #999999;
}

.bg--dark {
  background: #333333;
}

.bg--black {
  background: #000000;
}

.bg--white {
  background: #ffffff;
}

.bg__cat--1 {
  background: #0095e8;
}

.bg__cat--2 {
  background: #0095E8;
  color: #fff;
}

.bg__cat--3 {
  background: #03bae0;
}

.bg__cat--4 {
  background: #b1c642;
}

.bg__cat--5 {
  background: #ffc10d;
}

.bg__cat--6 {
  background: #ff5d52;
}

.bg__cat--7 {
  background: #68b9d8;
}

.bg__cat--8 {
  background: #292929;
}

.bg__cat--9 {
  background: #111111;
}

.bg__cat--10 {
  background: #fe5629;
}

/* Background Image */
.bg-image--1 {
  background-image: url(../img/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--2 {
  background-image: url(../img/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--3 {
  background-image: url(../img/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--4 {
  background-image: url(../img/bg/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--5 {
  background-image: url(../img/bg/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--6 {
  background-image: url(../img/bg/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--7 {
  background-image: url(../img/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--8 {
  background-image: url(../img/bg/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--9 {
  background-image: url(../img/bg/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--10 {
  background-image: url(../img/bg/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.bg-image--11 {
  background-image: url(../img/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--12 {
  background-image: url(../img/bg/12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--13 {
  background-image: url(../img/bg/13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--14 {
  background-image: url(../img/bg/14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--15 {
  background-image: url(../img/bg/15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--16 {
  background-image: url(../img/bg/16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--17 {
  background-image: url(../img/bg/17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--18 {
  background-image: url(../img/bg/18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--19 {
  background-image: url(../img/bg/19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--20 {
  background-image: url(../img/bg/20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--21 {
  background-image: url(../img/bg/21.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--22 {
  background-image: url(../img/bg/22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--23 {
  background-image: url(../img/bg/23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--24 {
  background-image: url(../img/bg/24.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--25 {
  background-image: url(../img/bg/25.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--26 {
  background-image: url(../img/bg/26.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--27 {
  background-image: url(../img/bg/27.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--28 {
  background-image: url(../img/bg/28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--29 {
  background-image: url(../img/bg/29.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--30 {
  background-image: url(../img/bg/30.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Background Image */
.bg-pngimage--1 {
  background-image: url(../img/bg-png/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--2 {
  background-image: url(../img/bg-png/2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--3 {
  background-image: url(../img/bg-png/3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--4 {
  background-image: url(../img/bg-png/4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--5 {
  background-image: url(../img/bg-png/5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--6 {
  background-image: url(../img/bg-png/6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--7 {
  background-image: url(../img/bg-png/7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--8 {
  background-image: url(../img/bg-png/8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--9 {
  background-image: url(../img/bg-png/9.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-pngimage--10 {
  background-image: url(../img/bg-png/10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.topo-interno{
  background: url(../img/bg-png/3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 20vh;
  margin-bottom: 30px;
}
.h-100{
  height: 100vh !important;
}
.h-50{
  height: 50vh !important;
}
.pagina404 { background: #eee;}
/* Separator */
.mt--30 {
  margin-top: 30px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--100 {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Font weights */
.fw--900 {
  font-weight: 900;
}

.fw--700 {
  font-weight: 700;
}

.fw--600 {
  font-weight: 600;
}

.fw--500 {
  font-weight: 500;
}

.fw--400 {
  font-weight: 400;
}

.fw--300 {
  font-weight: 300;
}

/* Text specialized */
.text--italic {
  font-style: italic;
}

.text--normal {
  font-style: normal;
}

.text--underline {
  font-style: underline;
}

/* Font specialized */
.body--font {
  font-family: "Open Sans", sans-serif;
}

.heading--font {
  font-family: "Lobster Two", cursive;
}

/* Height and width */
.fullscreen {
  min-height: 450px;
  width: 100%;
  margin-top: 0px;
}

.fixed--height {
  height: 730px;
  width: 100%;
}

.w--100 {
  width: 100%;
}

.w--75 {
  width: 75%;
}

.w--50 {
  width: 50%;
}

.w--33 {
  width: 33.33%;
}

.w--25 {
  width: 25%;
}

.w--10 {
  width: 10%;
}

.h--100 {
  height: 100%;
}

.h--75 {
  height: 75%;
}

.h--50 {
  height: 50%;
}

.h--25 {
  height: 25%;
}

.h--33 {
  height: 33.33%;
}

.h--10 {
  height: 10%;
}

/* Section padding */
.section-padding--xlg {
  padding: 180px 0;
}

.section--padding--xlg--top {
  padding-top: 80px;
}

.section-padding--lg {
  padding: 70px 0;
}

.section-lg-padding--top {
  padding-top: 60px;
}

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

.section-padding--md {
  padding: 140px 0;
}

.section-padding--md--top {
  padding-top: 140px;
}

.section-padding--md--bottom {
  padding-bottom: 60px;
}

.section-md-padding--bottom {
  padding-bottom: 140px;
}

.section-padding--sm {
  padding: 100px 0;
}

.section-padding--xs {
  padding: 80px 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-padding--xlg {
    padding: 120px 0;
  }

  .section-padding--top {
    padding-top: 150px;
  }

  .section-padding--bottom {
    padding-top: 100px;
  }

  .section-padding--lg {
    padding: 100px 0;
  }

  .section-padding--md {
    padding: 85px 0;
  }

  .section-padding--sm {
    padding: 70px 0;
  }

  .section-padding--xs {
    padding: 60px 0;
  }

  .md-mt-40 {
    margin-top: 40px;
  }

  .md-mt-60 {
    margin-top: 60px;
  }

}

@media only screen and (max-width:767px) {
  .section-padding--xlg {
    padding: 90px 0;
  }

  .section-padding--lg {
    padding: 70px 0;
  }

  .section-padding--md {
    padding: 60px 0;
  }

  .section-padding--sm {
    padding: 50px 0;
  }

  .section-padding--xs {
    padding: 50px 0;
  }

  .sm-mt-40 {
    margin-top: 40px;
  }

  .sm-mt-60 {
    margin-top: 60px;
  }

}

@media only screen and (max-width:575px) {
  .xs-mt-60 {
    margin-top: 60px;
  }

  .xs-mt-40 {
    margin-top: 40px;
  }

  .xs-mt-30 {
    margin-top: 30px;
  }

  .xs-mt-60 {
    margin-top: 60px;
  }

}

@media only screen and (max-width:420px) {
  .xxs-mt-60 {
    margin-top: 60px;
  }

  .xxs-mt-30 {
    margin-top: 30px;
  }

}

/* Overlay styles */
[data-overlay], [data-black-overlay] {
  position: relative;
}

[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before, [data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

[data-overlay]:before {
  background-color: #89d700;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-overlay="1"]:before, [data-black-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before, [data-black-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before, [data-black-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before, [data-black-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before, [data-black-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before, [data-black-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before, [data-black-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before, [data-black-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before, [data-black-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before, [data-black-overlay="10"]:before {
  opacity: 1;
}

/*******************
Elements Styles
********************/

/*===================
  Button Styles 
======================*/
.dcare__btn {
  -webkit-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fe5629 none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  line-height: 45px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  z-index: 2;
}

.dcare__btn::before {
  background: #89d700 none repeat scroll 0 0;
  border-radius: 25%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.dcare__btn:hover::before, .dcare__btn:focus::before, .dcare__btn:active::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.dcare__btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.dcare__btn.btn__gray {
  color: #666666;
}

.dcare__btn.btn__gray:hover {
  color: #fff;
}

.dcare__btn.btn__gray::before {
  background: #dddddd none repeat scroll 0 0;
}

.dcare__btn.hover--theme {
  background: #89d700 none repeat scroll 0 0;
}

.dcare__btn.min__height-btn {
  font-size: 14px;
  height: 37px;
  line-height: 35px;
  padding: 0 25px;
}

.dcare__btn.max__height-btn {
  height: 54px;
  line-height: 52px;
  padding: 0 26px;
}

.dcare__btn.btn__white {
  color: #666666;
}

.dcare__btn.btn__white:hover {
  color: #fff;
}

.dcare__btn.btn__white::before {
  background: #fff none repeat scroll 0 0;
}

.dcare__btn.black__btn {
  color: #fff;
}

.dcare__btn.black__btn:hover {
  color: #fff;
}

.dcare__btn.black__btn::before {
  background: #444444 none repeat scroll 0 0;
}

.dcare__btn.btn__f1f1f1 {
  color: #666666;
}

.dcare__btn.btn__f1f1f1:hover {
  color: #fff;
}

.dcare__btn.btn__f1f1f1::before {
  background: #f1f1f1 none repeat scroll 0 0;
}

.dcare__btn.hover__444 {
  background: #444444 none repeat scroll 0 0;
}

.dcare__btn.btn__org {
  color: #fff;
}

.dcare__btn.btn__org:hover {
  color: #fff;
}

.dcare__btn.btn__org::before {
  background: #fe5629 none repeat scroll 0 0;
}

.dcare__btn.btn__333333 {
  color: #fff;
}

.dcare__btn.btn__333333::before {
  background: #333 none repeat scroll 0 0;
}

.dcare__btn.btn__f6f6f6 {
  color: #666666;
  border: 1px solid #efefef;
  font-size: 18px;
  height: 38px;
  line-height: 34px;
  border-radius: 0;
}

.dcare__btn.btn__f6f6f6:hover {
  color: #fff;
  border: 1px solid #f6f6f6;
}

.dcare__btn.btn__f6f6f6::before {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 5%;
}

.play__btn, a.play__btn, button.play__btn {
  display: inline-block;
  height: 55px;
  width: 55px;
  background: #fff;
  line-height: 55px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.play__btn img, a.play__btn img, button.play__btn img {
  padding-left: 5px;
  position: relative;
}

.play__btn:before, .play__btn:after, a.play__btn:before, a.play__btn:after, button.play__btn:before, button.play__btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  z-index: -1;
  border-radius: 100%;
  opacity: 0;
}

.play__btn:before, a.play__btn:before, button.play__btn:before {
  z-index: 2;
  -webkit-animation: playbutton-effect 1s ease-in-out infinite;
  animation: playbutton-effect 1s ease-in-out infinite;
}

.play__btn:after, a.play__btn:after, button.play__btn:after {
  z-index: 2;
  -webkit-animation: playbutton-effect 1s ease-in-out infinite;
  animation: playbutton-effect 1s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.play__btn:hover, a.play__btn:hover, button.play__btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.yu2fvl {
  z-index: 9999;
  top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}

.yu2fvl-close {
  position: absolute;
  top: 1px;
  left: 100%;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f10 !important;
  background-color: #f10 !important;
  color: #ffffff;
  border: 0;
  background: none;
  cursor: pointer;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
  }

}

@media only screen and (max-width:767px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
  }

  .video h2 {
    color: #ffffff;
    font-size: 32px;
  }

  .video h4 {
    font-size: 22px;
    line-height: 32px;
  }

}



/*========================
  Gallery Area
===========================*/
.gallery {
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}

.gallery .gallery__thumb a {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.gallery .gallery__thumb span{ position: absolute; bottom: 0; right: 0; z-index: 8; background: #0095E8; padding: 1px 15px 1px 15px; color: #fff;}

.gallery .gallery__thumb a::before {
  background: #0095e8 none repeat scroll 0 0;
  content: "";
  height: 172%;
  left: -167%;
  opacity: 0.9;
  position: absolute;
  top: -70.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}

.gallery .gallery__thumb a::after {
  background: #38476D none repeat scroll 0 0;
  content: "";
  height: 168%;
  opacity: 0.9;
  position: absolute;
  right: -169%;
  top: 11%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 136%;
  z-index: 1;
}

.gallery .gallery__thumb a img {
  width: 100%;
}

.gallery .gallery__hover__inner {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 9;
}

.gallery .gallery__hover__inner .gallery__hover__action {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 23px;
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li {
  margin: 0 5px;
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
  background: #fe5629 none repeat scroll 0 0;
  border: 1px solid #fe5629;
}

.gallery .gallery__hover__inner .gallery__hover__action .gallery__title a {
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.info-galeria{ margin-top: 10px; margin-bottom: 10px;}
.gallery:hover .gallery__thumb a::before {
  left: -36%;
}

.gallery:hover .gallery__thumb a::after {
  right: -69%;
}

.gallery:hover .gallery__hover__action {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gallery__hover__action h4 a:hover {
  color: #ff9900;
}

.gallery--2 .gallery__thumb a::before, .gallery--3 .gallery__thumb a::before {
  display: none;
}

.gallery--2 .gallery .gallery__thumb a::after {
  background: #e9ebf8 none repeat scroll 0 0;
  content: "";
  height: 120%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 136%;
  z-index: 1;
}

.gallery--2 .gallery:hover .gallery__thumb a::after {
  opacity: 0.8;
}

.gallery--2 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 1px solid transparent;
}

.gallery--2 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
  background: #89d700 none repeat scroll 0 0;
  border: 1px solid #89d700;
}

.gallery--2 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom {
  margin-bottom: 0;
}

.gallery--3 .gallery .gallery__thumb a::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
  border-radius: 5px;
}

.gallery--3 .gallery:hover .gallery__thumb a::after {
  opacity: 0.7;
}

.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom {
  margin-bottom: 0;
}

.gallery--3 .gallery:hover .gallery__thumb a::after {
  right: 0;
}

.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
  background: #fff none repeat scroll 0 0;
  color: #666666;
  font-size: 18px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 45px;
}

.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  /*color: #89d700;*/
}

.gallery-page-one .gallery, .gallery-page-three .gallery {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.gallery-page-one.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 39px;
  width: 40px;
}

.gallery-page-one.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #89d700;
  color: #89d700;
}

.gallery-page-one.gallery--3 .gallery .gallery__thumb a::after, .gallery-page-three.gallery--3 .gallery .gallery__thumb a::after {
  border-radius: 0;
}

.gallery-page-three.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a i {
  background: #000000 none repeat scroll 0 0;
  border: 1px solid #000000;
  color: #fff;
}

.gallery-page-three.gallery--3 .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom li a:hover i {
  background: #89d700 none repeat scroll 0 0;
  border: 1px solid #89d700;
  color: #fff;
}

.gallery-page-three.gallery--3 .gallery .gallery__thumb a::after {
  background: #fff none repeat scroll 0 0;
}

.gallery-page-three.gallery--3 .gallery:hover .gallery__thumb a::after {
  opacity: 0.9;
}


/*========================
  Section Title Styles
===========================*/
.section__title h2.title__line {
  color: #444444;
  font-size: 38px;
  line-height: 33px;
  margin-bottom: 13px;
  padding-bottom: 25px;
  position: relative;
}

.section__title h2.title__line::before {
  background: rgba(0, 0, 0, 0) url("../img/icons/title.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 290px;
}

.section__title h2.title__line.title__line--4::before {
  background: rgba(0, 0, 0, 0) url("../img/icons/title-4.png") no-repeat scroll 0 0;
}

.section__title h2.title__line.white__line::before {
  background: rgba(0, 0, 0, 0) url("../img/icons/title-2.png") no-repeat scroll 0 0;
}

.section__title p {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 22%;
}

.section__title.white--title h2.title__line {
  color: #fff;
}

.section__title.white--title p {
  color: #fff;
}

.container-fluid .section__title p {
  padding: 0 34%;
}

.title__line--3 {
  font-size: 24px;
  margin-bottom: 43px;
  text-transform: capitalize;
}

.section__title--2 h2.title__line {
  color: #444444;
  font-size: 48px;
  line-height: 37px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.section__title--2 h2.title__line::before {
  background-image: url("../img/icons/line-4.png");
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  position: absolute;
  top: 0;
  width: 110px;
}

.section__title--2 h2.title__line::after {
  bottom: -35px;
  color: #e8eaeb;
  content: attr(data-shadow);
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: -1;
}

.section__title--2 h2.title__line.white--title {
  color: #fff;
}

.section__title--2 h2.title__line.white--title::after {
  bottom: -35px;
  color: #1d5832;
  content: attr(data-shadow);
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: -1;
}

.section__title--2 h2 span.theme-color-2 {
  color: #faae08;
}

.shop__title {
  font-family: Open Sans;
  font-size: 24px;
  line-height: 81px;
}

.section__title--2.line--white h2.title__line::before {
  background-image: url("../img/icons/line-6.png");
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  position: absolute;
  top: 0;
  width: 110px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .container-fluid .section__title p {
    padding: 0 10%;
  }

}

@media only screen and (max-width:767px) {
  .section__title p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 5%;
  }

  .section__title h2.title__line {
    font-size: 28px;
    padding-bottom: 24px;
  }

  .container-fluid .section__title p {
    padding: 0;
  }

}

@media only screen and (max-width:575px) {
  .section__title--2 h2.title__line {
    font-size: 41px;
  }

}

@media only screen and (max-width:420px) {
  .section__title--2 h2.title__line {
    font-size: 31px;
  }

  .welcome__juniro__three .welcome-tab .nav-item {
    padding: 0 13px;
  }

}

/*========================
    Social Icon
===========================*/
.dacre__social__link {
  margin-left: -4px;
  margin-right: -4px;
}

.dacre__social__link li {
  margin: 0 4px;
}



.dacre__social__link li.instagram a {
  background: #9E654F;
}

.dacre__social__link li a {
  background: #3c5998;
  border-radius: 100%;
  display: block;
  height: 40px;
  line-height: 43px;
  text-align: center;
  width: 40px;
}

.dacre__social__link li a i {
  color: #fff;
  font-size: 18px;
}

/*========================
    Social Icon 02
===========================*/
.dacre__social__link--2 {
  margin-left: -4px;
  margin-right: -4px;
}

.dacre__social__link--2 li {
  margin: 0 4px;
}

 

.dacre__social__link--2 li.instagram a {
  color: #9E654F;
}

.dacre__social__link--2 li.pinterest a:hover {
  background: #9E654F;
  color: #fff;
}

.dacre__social__link--2 li.facebook a {
  color: #3B5998;
}

.dacre__social__link--2 li.facebook a:hover {
  background: #3B5998;
  color: #fff;
}

.dacre__social__link--2 li.linkedin a {
  color: #0E76A8;
}

.dacre__social__link--2 li.linkedin a:hover {
  background: #0E76A8;
  color: #fff;
}

.dacre__social__link--2 li.tumblr a {
  color: #34526F;
}

.dacre__social__link--2 li.tumblr a:hover {
  background: #34526F;
  color: #fff;
}

.dacre__social__link--2 li a {
  background: #fff;
  border-radius: 100%;
  display: block;
  height: 40px;
  line-height: 44px;
  text-align: center;
  width: 40px;
  border: 1px solid #999 !important;
}

.dacre__social__link--2 li a i {
  font-size: 18px;
}

.dacre__social__link--2.bg--2 li a {
  background: #f6f6f6;
}

.dacre__social__link--2.bg--2.with__border li a {
  border: 1px solid #e1e1e1;
}

.dacre__social__link--2.bg--2.with__border li a:hover {
  border: 1px solid transparent;
}

/*========================
  Social Icon 03
===========================*/
.dacre__social__link--3 {
  margin-left: -4px;
  margin-right: -4px;
}

.dacre__social__link--3 li {
  margin: 0 4px;
}

.dacre__social__link--3 li.twitter a {
  color: #1DA1F2;
}

.dacre__social__link--3 li.twitter a:hover {
  background: #1DA1F2;
  color: #fff;
}

.dacre__social__link--3 li.vimeo a {
  color: #1AB7EA;
}

.dacre__social__link--3 li.vimeo a:hover {
  background: #1AB7EA;
  color: #fff;
}

.dacre__social__link--3 li.pinterest a {
  color: #C8232C;
}

.dacre__social__link--3 li.pinterest a:hover {
  background: #C8232C;
  color: #fff;
}

.dacre__social__link--3 li.facebook a {
  color: #3B5998;
}

.dacre__social__link--3 li.facebook a:hover {
  background: #3B5998;
  color: #fff;
}

.dacre__social__link--3 li a {
  background: #f6f6f6;
  border-radius: 100%;
  display: block;
  height: 40px;
  line-height: 44px;
  text-align: center;
  width: 40px;
}

.dacre__social__link--3 li a i {
  font-size: 18px;
}

/*========================
    Social Icon 02
===========================*/

/*===================
  Pagination Styles 
======================*/
.dcare__page__list li {
  margin: 0 7px;
}

.dcare__page__list li a {
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  display: block;
  height: 35px;
  line-height: 33px;
  text-align: center;
  width: 35px;
}

.dcare__page__list li a.page {
  border: medium none;
  color: #666666;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
}

.dcare__page__list li a.page:hover {
  color: #89d700;
}

.dcare__page__list li:first-child {
  margin-right: 5px;
}

.dcare__page__list li:last-child {
  margin-left: 5px;
}

/*===================
  Slide Activation
======================*/
.blog__thumb__active, .shop-active, .slide--active {
  position: relative;
}

.blog__thumb__active .dcare-arrow, .shop-active .dcare-arrow, .slide--active .dcare-arrow {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #bcbcbc;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  margin-top: -17px;
  opacity: 0;
  outline: medium none;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 40px;
  z-index: 2;
}

.blog__thumb__active .dcare-arrow:hover, .shop-active .dcare-arrow:hover, .slide--active .dcare-arrow:hover {
  background: #89d700;
  color: #fff;
}

.blog__thumb__active .dcare-arrow i, .shop-active .dcare-arrow i, .slide--active .dcare-arrow i {
  line-height: 35px;
}

.blog__thumb__active .dcare-arrow:active, .blog__thumb__active .dcare-arrow:focus, .shop-active .dcare-arrow:active, .shop-active .dcare-arrow:focus, .slide--active .dcare-arrow:active, .slide--active .dcare-arrow:focus {
  outline: none;
}

.blog__thumb__active .dcare-arrow.dacre-prev, .shop-active .dcare-arrow.dacre-prev, .slide--active .dcare-arrow.dacre-prev {
  left: 0;
}

.blog__thumb__active .dcare-arrow.dcare-next, .shop-active .dcare-arrow.dcare-next, .slide--active .dcare-arrow.dcare-next {
  right: 0;
}

.blog__thumb__active:hover .dcare-arrow, .shop-active:hover .dcare-arrow, .slide--active:hover .dcare-arrow {
  opacity: 1;
  visibility: visible;
}

.activation__one [class*="col-"] {
  max-width: 100%;
}

.activation__one {
  position: relative;
}

.activation__one .junior__classes {
  margin-bottom: 18px;
}

.activation__one .owl-nav div {
  position: absolute;
  left: -76px;
  top: 50%;
}

.activation__one .owl-nav div.owl-next {
  left: auto;
  right: -76px;
}

.activation__one.owl-theme .owl-nav [class*="owl-"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #dddddd;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  height: 45px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  width: 45px;
}

.activation__one.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #89d700 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
  border: 1px solid #89d700;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.testimonial__slide--3.owl-theme .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  width: 40px;
}

.testimonial__slide--3 {
  position: relative;
}

.testimonial__slide--3 .owl-nav div {
  border-radius: 100%;
  height: 40px;
  left: -43px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial__slide--3 .owl-nav div.owl-next {
  left: auto;
  right: -43px;
}

.testimonial__slide--3.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fe5629 none repeat scroll 0 0;
  color: #fff;
}

.arrival__product__activation.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: transparent none repeat scroll 0 0;
  border: 2px solid #444444;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 0 3px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  width: 10px;
  opacity: 1;
}

.arrival__product__activation.owl-theme .owl-dots .owl-dot.active span, .arrival__product__activation.owl-theme .owl-dots .owl-dot:hover span {
  background: #000 none repeat scroll 0 0;
  border: 2px solid transparent;
  height: 16px;
  width: 16px;
}

.arrival__product__activation {
  position: relative;
}

.arrival__product__activation.owl-theme .owl-dots {
  bottom: 44px;
  left: 50%;
  position: absolute;
}

.testimonial__slide--4 {
  position: relative;
}

.testimonial__slide--4 .owl-nav div {
  bottom: -59px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial__slide--4.owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  color: #858585;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 30px;
}

.testimonial__slide--4.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #cccaca none repeat scroll 0 0;
  color: #fff;
}

.testimonial__slide--4 .owl-nav div.owl-next {
  left: calc(50% + 37px);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .testimonial__slide--3 .owl-nav div {
    left: -20px;
  }

  .testimonial__slide--3 .owl-nav div.owl-next {
    right: -20px;
  }

  .arrival__product__activation.owl-theme .owl-dots {
    bottom: 11px;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .activation__one .owl-nav div {
    left: -11px;
  }

  .activation__one .owl-nav div.owl-next {
    right: -11px;
  }

  .testimonial__slide--3 .owl-nav div {
    left: -20px;
  }

  .testimonial__slide--3 .owl-nav div.owl-next {
    right: -20px;
  }

}

@media only screen and (max-width:767px) {
  .activation__one .owl-nav div {
    left: 0px;
  }

  .activation__one .owl-nav div.owl-next {
    right: 0px;
  }

}

/*******************
Blocks Styles
********************/

/*===================
  Header Styles
=====================*/
.junior__header__top {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 35px;
  background: #0085CC;
  color: #fff;
}

.junior__header__top span{ color: #fff;}
.junior__header__top .jun__header__top__left .top__address li i {
  color: #fff;
  padding-right: 7px;
}

.junior__header__top .jun__header__top__left .top__address a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.junior__header__top .jun__header__top__left .top__address a:hover {
  color: #fff;
}

.junior__header__top .jun__header__top__right .accounting li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.jun__header__top__right i{ color: #fff;}

.junior__header__top .jun__header__top__right .accounting li a:hover {
  color: #fff;
}

.top__address li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.top__address li + li::before {
  content: "/";
  font-size: 16px;
  left: 0;
  position: absolute;
  color: #fff;
}

.accounting li + li {
  margin-left: 14px;
  padding-left: 14px;
  position: relative;
}

.accounting li + li::before {
  content: "/";
  left: 0;
  position: absolute;
  color: #fff;
}

.header_top_line::before {
  background: rgba(0, 0, 0, 0) url(../img/icons/line.jpg) repeat scroll center center;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  width: 200%;
  opacity: 0.8;
  background-repeat: repeat;
  -webkit-animation: bgRunning 3s linear 0s infinite both;
  animation: bgRunning 3s linear 0s infinite both;
  color: #fff;
}

@-webkit-keyframes bgRunning {
  from {
    background-position: left center;
  }

  to {
    background-position: right center;
  }

}

@keyframes bgRunning {
  from {
    background-position: left center;
  }

  to {
    background-position: right center;
  }

}

.shopbox {
  height: 100px;
  position: relative;
}

.shopbox a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.shopbox span {
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  right: -7px;
  top: 16px;
  z-index: 2;
}

.shopbox span::before {
  background: rgba(0, 0, 0, 0) url("../img/icons/shop.png") no-repeat scroll 0 0;
  content: "";
  height: 34px;
  left: -8px;
  position: absolute;
  top: -4px;
  width: 34px;
  z-index: -1;
}

.shopbox span::before, .classes__icon img {
  -webkit-animation: rotate 3s linear 0s infinite normal;
  animation: rotate 3s linear 0s infinite normal;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}
 /*
.mainmenu__wrapper.bg__cat--1.poss-relative.header_top_line:after {
  position: absolute;
  top: 100%;
  left: 0;
 background: url(../img/icons/line-2.png) no-repeat scroll center top;
  content: "";
  height: 17px;
  width: 100%;
}*/

.sticky__header.is-sticky {
  -webkit-animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
  animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out 0s;
  transition: -webkit-box-shadow 0.5s ease-in-out 0s;
  transition: box-shadow 0.5s ease-in-out 0s;
  transition: box-shadow 0.5s ease-in-out 0s, -webkit-box-shadow 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 99;
}

.header--one .sticky__header.is-sticky {
  background: #0095e8 none repeat scroll 0 0;
}

.header--2 .junior__header__top {
  height: 80px;
}

.header--2 .junior__header__top .jun__header__top__left .top__address a {
  color: #ffffff;
}

.header--2 .top__address li span {
  color: #fff;
}

.header--2 .top__address li + li::before {
  display: none;
}

.header--2 .junior__header__top .jun__header__top__right .accounting li a {
  color: #fff;
}

.header--2 .accounting li + li::before {
  display: none;
}

.header--2 .mainmenu__wrapper {
  padding-top: 8px;
}

.header--2 .shopbox a {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 10px;
  color: #89d700;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 18px;
}

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
  color: #666666;
}

.header--3 .junior__header__top {
  height: 130px;
}

.header--3 .row.menu__separator {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  height: 130px;
}

.header--3 .jun__header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header--3 .jun__header__top__right p {
  color: #444444;
  font-size: 14px;
}

.header--3 .jun__header__top__right p span {
  font-size: 16px;
  font-weight: 700;
}

.header--3 .jun__header__top__right {
  position: relative;
}

.header--3 .jun__header__top__right::before {
  background: #dddddd none repeat scroll 0 0;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 1px;
}
.jun__header__top__right ul{padding: 0; margin-top: 15px;}
.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -15px;
}

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li:first-child {
  margin-left: 0;
}
.box-home h3{   margin-bottom: 0;}
.mainmenu{ margin-bottom: 0; margin-top: 5px;}
.header--3 .mainmenu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -15px;
}

.header--3 .accounting {
  margin-right: 60px;
}

.header--3 .mainmenu__wrapper {
  padding-top: 0;
}

.header--3 .accounting li + li::before {
  display: none;
}

.header--3 .shopbox a {
  background: transparent none repeat scroll 0 0;
  color: #89d700;
  font-size: 18px;
  height: auto;
  line-height: inherit;
  text-align: center;
  width: auto;
}

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
  height: 90px;
}

.header--3 .shopbox {
  height: 90px;
}

.header__variation--4 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
  height: 80px;
}

.header__variation--4 .shopbox {
  height: 80px;
}

.header--3.header__variation--4 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
  color: #fff;
}

.header__variation--4 .accounting li a {
  color: #fff;
}

.header__variation--4 .shopbox span {
  right: -8px;
  top: 8px;
}

.header--3.header__variation--4 .shopbox a {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  height: auto;
  line-height: inherit;
  text-align: center;
  width: auto;
}

.header__variation--4 .sticky__header.is-sticky {
  background: #000;
}

.header--5 .jun__header__top__left p {
  color: #666666;
  font-family: Open Sans;
  font-weight: 700;
}

.header--5 .jun__header__top__left p span {
  color: #fe5629;
  font-weight: 400;
}

.header--5 .junior__header__top {
  border-bottom: 1px solid #eeeeee;
}

.header--5 .accounting li + li::before {
  display: none;
}

.header--5 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
  color: #444444;
}

.header--5 .mainmenu__wrapper {
  padding-top: 11px;
}

.header--5 .shopbox a {
  background: #444444 none repeat scroll 0 0;
  height: 37px;
  line-height: 37px;
  width: 37px;
}

.header--5 .shopbox a i {
  color: #fff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header--2 a.minicart-trigger, .header--3 a.minicart-trigger, .header--5 a.minicart-trigger {
    color: #707070;
  }

  .header--2 .mean-container a.meanmenu-reveal span, .header--3 .mean-container a.meanmenu-reveal span, .header--5 .mean-container a.meanmenu-reveal span {
    background: #707070;
  }

  .header--3 .mainmenu__wrapper, .header--5 .mainmenu__wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }

}

@media only screen and (max-width:767px) {
  .header--2 a.minicart-trigger, .header--3 a.minicart-trigger, .header--5 a.minicart-trigger {
    color: #707070;
  }

  .header--2 .mean-container a.meanmenu-reveal span, .header--3 .mean-container a.meanmenu-reveal span, .header--5 .mean-container a.meanmenu-reveal span {
    background: #707070;
  }

  .header--2 .top__address li + li {
    margin-left: 0;
    padding-left: 0;
  }

  .header--3 .mainmenu__wrapper, .header--5 .mainmenu__wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }

}

@media only screen and (max-width:575px) {
  .header--3 .mainmenu__wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }

}

@media only screen and (max-width:420px) {
  .junior__header__top, .header--2 .junior__header__top {
    height: auto;
    padding: 20px 0;
  }

  .top__address li + li::before, .header--3 .jun__header__top__right::before {
    display: none;
  }

  .top__address li + li {
    margin-bottom: 7px;
    margin-left: 0;
    margin-top: 7px;
    padding-left: 0;
    position: relative;
  }

  .header--3 .jun__header__top__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header--3 .jun__header__top__right p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header--3 .jun__header__top__right p + p {
    margin-top: 8px;
  }

}

/*===============================
  Navigation Styles
=================================*/
.mainmenu__wrapper {
  position: relative;
  padding-top: 0px;
  z-index: 9;
}
.mainmenu__wrapper .logo:before {
  position: absolute;
  bottom: -18px;
  width: 270px;
  background-image: url('../img/bg-logo.png');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  content: "";
  height: 18px;
   

}

.mainmenu__wrapper .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: auto;
  
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
  height: 100px;
  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;
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a:hover {
  color: #89d700;
}

.header--2 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
  color: #444444;
}

@media only screen and (min-width:992px) {
  .mainmenu li.drop {
    position: relative;
  }

  .mainmenu li.drop > ul.dropdown__menu {
    opacity: 0;
    top: 100%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    visibility: hidden;
    background: #fff none repeat scroll 0 0;
    position: absolute;
    left: 0;
    z-index: 99;
    min-width: 210px;
  }

  .mainmenu li.drop:hover > ul.dropdown__menu {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    visibility: visible;
  }

  .mainmenu li.drop > ul.dropdown__menu li {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .mainmenu li.drop:hover > ul.dropdown__menu > li {
    opacity: 1;
  }

  .mainmenu li.drop > ul.dropdown__menu a {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    padding: 6px 20px 6px 8px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    color: #969696;
    display: block;
  }

  .mainmenu li.drop:hover > ul.dropdown__menu > li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
  }

  .mainmenu li.drop:hover > ul.dropdown__menu > li > a {
    color: #fff;
    padding-left: 15px;
    border-top: 1px solid #0073B0;
    background: #0095E8 none repeat scroll 0 0;
  }

}

@media only screen and (max-width:991px) {
  a.minicart-trigger {
    position: absolute;
    right: 57px;
    z-index: 9991;
    top: 21px;
    font-size: 27px;
    color: #fff;
  }

  a.minicart-trigger:hover {
    color: #89d700;
  }

  .mainmenu__wrapper .logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9991;
  }

}

/*===============================
  Slider Area
=================================*/
.slide .slide__inner h1 {
  background: #89d700;
  color: #ffffff;
  display: inline-block;
  font-family: 'Bubblegum Sans', cursive;
  font-size: 32px;
  font-weight: 400;
  padding: 13px 30px;
}

.slide .slide__inner .slider__text {
  display: block;
  margin-bottom: 30px;
  margin-top: 1px;
}

.slide .slide__inner .slider__text h2 {
  background: #89d700;
  color: #ffffff;
  font-family: 'Bubblegum Sans', cursive;
  font-size: 28px;
  padding: 10px 30px;
  text-transform: capitalize;
  display: inline-block;
}

.slider__btm__img-1 {
  bottom: 0;
  position: absolute;
  right: -36px;
  width: 651px;
}

.slider__btm__img-2 {
  position: absolute;
  right: 15.5%;
  top: 0;
  width: 329px;
}

.slider--two .slide .slide__inner h1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #444444;
  font-family: Lobster Two;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 25px;
  padding: 0;
}

.slider--two .slide .slide__inner h6 {
  color: #5f9bc5;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.slider--two .slide .slide__inner p {
  color: #666666;
  line-height: 23px;
}

.slider--two .slide .slide__inner .slider__btn {
  margin-top: 47px;
}

.slider--two.slider__fixed--height {
  height: 770px;
}

.slider--three .slide .slide__inner {
  text-align: center;
}

.slider--three .slide .slide__inner h1 {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Bubblegum Sans", cursive;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  padding: 0;
  text-transform: uppercase;
}

.slider--three .slide .slide__inner h6 {
  color: #5f9bc5;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.slider--three .slide .slide__inner h4 {
  color: #ffffff;
  font-family: Bubblegum Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 40px;
  margin-top: 12px;
  text-transform: capitalize;
}

.slider--three .slide .slide__inner p {
  color: #666666;
  line-height: 23px;
}

.slider--three .slide .slide__inner .slider__btn {
  margin-top: 47px;
}

.slider--four .slide .slide__inner {
  text-align: left;
}

.slider--four .slide .slide__inner h1 {
  background: transparent none repeat scroll 0 0;
  color: #444444;
  display: inline-block;
  font-family: Lobster Two;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  padding: 0;
  text-transform: inherit;
}

.slider--four .slide .slide__inner h6 {
  color: #444444;
  font-family: Bubblegum Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  text-transform: capitalize;
  margin-top: 2px;
}

.slider--four .slide .slide__inner h6 span.color-pink {
  color: #fe007d;
}

.slider--four .slide .slide__inner h6 span.secondary-color {
  color: #fe5629;
}

.slider--four .slide .slide__inner h6 span.separator {
  color: #fe5629;
}

.slider--four .slide .slide__inner h4 {
  color: #ffffff;
  font-family: Bubblegum Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 40px;
  margin-top: 12px;
  text-transform: capitalize;
}

.slider--four .slide .slide__inner p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  width: 60%;
  margin-top: 14px;
}

.slider--four .slide .slide__inner .slider__btn {
  margin-top: 47px;
}

.slider--four.slider__fixed--height {
  height: 850px;
}

.slider--five .slide .slide__inner {
  text-align: left;
}

.slider--five .slide .slide__inner h1 {
  background: transparent none repeat scroll 0 0;
  color: #444444;
  display: inline-block;
  font-family: Lobster Two;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 24px;
  margin-top: 14px;
  padding: 0 12% 0 0;
}

.slider--five .slide .slide__inner h6 {
  color: #fe5629;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider--five .slide .slide__inner h4 {
  color: #ffffff;
  font-family: Bubblegum Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 40px;
  margin-top: 12px;
  text-transform: capitalize;
}

.slider--five .slide .slide__inner p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  width: 60%;
  margin-top: 14px;
}

.slider--five .slide .slide__inner .slider__btn {
  margin-top: 45px;
}

.slider--five.slider__fixed--height {
  height: 570px;
}

/*-------------------------------------------
  Slider Owl Activation
--------------------------------------------*/
.slide__carosel .owl-nav div {
  height: 65px;
  left: -80px;
  line-height: 65px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 65px;
  padding: 0 !important;
  text-align: center !important;
}

.slide__carosel .owl-nav div.owl-next {
  left: auto;
  right: -80px;
}

.slide__carosel:hover .owl-nav div {
  left: 20px;
}

.slide__carosel:hover .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.slide__carosel.owl-theme .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}

.slide__carosel.owl-theme .owl-nav [class*="owl-"] {
  font-size: 24px;
}

.slide__carosel.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.slide__carosel.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #89d700 none repeat scroll 0 0;
}



.slide__parceiro .owl-nav div {
  height: 45px;
  left: -54px;
  line-height: 45px;
  opacity: 1;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 45px;
  padding: 0 !important;
  text-align: center !important;
}

.slide__parceiro .owl-nav div.owl-next {
  left: auto;
  right: -54px;
}

 

.slide__parceiro.owl-theme .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}

.slide__parceiro.owl-theme .owl-nav [class*="owl-"] {
  font-size: 24px;
}

.slide__parceiro.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.slide__parceiro.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #89d700 none repeat scroll 0 0;
}

.slide__parceiro.owl-theme .owl-dots{ margin-top: 5px;}
.slide__parceiro.owl-theme .owl-dots .owl-dot span  { border-radius: 0;}

/*--------------------------
  Animation
-------------------------------*/
.slide__carosel .slide__inner h1 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slide__carosel .slide__inner .slider__text h2, .slide__carosel .slide__inner h6, .slide__carosel .slide__inner h4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slide__carosel .slide__inner .slider__text h2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slide__carosel .slide__inner h6 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.slide__carosel .slide__inner p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.slide__carosel .slider__btn .dcare__btn {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slide__carosel .slide__inner h1, .slide__carosel .slide__inner p, .slide__carosel .slide__inner .slider__text h2, .slide__carosel .slide__inner h6, .slide__carosel .slide__inner h4, .slide__carosel .slider__btn .dcare__btn, .slider__btm__img-1, .slider__btm__img-2 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.slider__btm__img-1 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.slider__btm__img-2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slide__carosel .owl-item.active .slider__btm__img-1 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slide__carosel .owl-item.active .slider__btm__img-2 {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.slide__carosel .owl-item.active .slide__inner h1 {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.slide__carosel .owl-item.active .slider__text h2 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.slide__carosel .owl-item.active .slide__inner h6, .slide__carosel .owl-item.active .slider__text h4, .slide__carosel .owl-item.active .slider__btn .dcare__btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slide__carosel .owl-item.active .slide__inner h6, .slide__carosel .owl-item.active .slide__inner p, .slide__carosel .owl-item.active .slide__inner h4 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slide__carosel .owl-item.active .slider__btn .dcare__btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider--five .slide .slide__inner p {
    width: 90%;
  }

  .slider__btm__img-1 {
    width: 448px;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .fullscreen {
    min-height: 70vh;
  }

  .slider--three .slide .slide__inner h1 {
    font-size: 67px;
  }

  .slider--five .slide .slide__inner p {
    width: 93%;
  }

  .slider__btm__img-1 {
    width: 351px;
  }

}

@media only screen and (max-width:767px) {
  .slide .slide__inner h1 {
    font-size: 59px;
  }

  .fullscreen {
    min-height: 70vh;
  }

  .slider--three .slide .slide__inner h1 {
    font-size: 52px;
  }

  .fixed--height {
    height: auto;
    padding: 100px 0;
  }

  .slider--three .slide .slide__inner .slider__btn {
    margin-top: 17px;
  }

  .slider--three .slide .slide__inner h4 {
    margin-bottom: 12px;
    margin-top: 0px;
  }

  .slider--four .slide .slide__inner h1 {
    font-size: 54px;
    line-height: 62px;
  }

  .slider--four .slide .slide__inner p {
    width: 80%;
  }

  .slider--four .slide .slide__inner .slider__btn {
    margin-top: 32px;
  }

  .slider--five .slide .slide__inner p {
    width: 100%;
  }

  .slider--five .slide .slide__inner h1 {
    font-size: 40px;
    margin-bottom: 18px;
    padding: 0;
  }

  .slider__btm__img-1 {
    display: none;
  }

  .slider__btm__img-2 {
    display: none;
  }

  .slider--four.slider__fixed--height, .slider--two.slider__fixed--height, .slider--five.slider__fixed--height {
    height: auto;
    padding: 100px 0;
  }

}

@media only screen and (max-width:575px) {
  .slide .slide__inner h1 {
    font-size: 48px;
  }

  .fullscreen {
    min-height: auto;
    padding: 10px 0;
  }

  .slider--three .slide .slide__inner h1 {
    font-size: 39px;
  }

  .slider--four .slide .slide__inner h1 {
    font-size: 41px;
  }

  .slider--four .slide .slide__inner p {
    width: 100%;
  }

}

@media only screen and (max-width:420px) {
  .slide .slide__inner h1 {
    font-size: 30px;
  }

  .slide .slide__inner .slider__text h2 {
    font-size: 30px;
  }

  .slider--two .slide .slide__inner h1 {
    font-size: 30px;
    line-height: 39px;
  }

  .slider--three .slide .slide__inner h1 {
    font-size: 38px;
    line-height: 40px;
  }

  .slider--three .slide .slide__inner h1 {
    line-height: 57px;
    font-size: 30px;
  }

  .slider--three .slide .slide__inner h4 {
    font-size: 38px;
    line-height: 53px;
  }

  .slider--four .slide .slide__inner h1 {
    font-size: 31px;
    line-height: 49px;
  }

  .slider--five .slide .slide__inner h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
  }

}

/*=====================
  Banner Styles
========================*/
.bcare__banner {
  position: relative;
}

.bcare__banner .banner__inner {
  left: 0;
  padding: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bcare__banner .banner__inner.banner__content--bottom {
  bottom: 0;
  text-align: center;
  top: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  width: 100%;
}

.bcare__banner .banner__inner.banner__content--right {
  left: auto;
  right: 32px;
  text-align: right;
}

.bcare__banner .banner__inner.banner__content--right h4 {
  color: #c23060;
}

.bcare__banner .banner__inner.banner__content--right h2 {
  font-size: 36px;
  line-height: 36px;
}

.bcare__banner .banner__inner h4 {
  color: #072b3d;
  font-size: 24px;
  line-height: 30px;
}

.bcare__banner .banner__inner h2 {
  color: #444444;
  font-size: 48px;
  line-height: 66px;
}

.bcare__banner .banner__offer {
  position: absolute;
  right: 29%;
  top: 78px;
}

.bcare__banner .banner__offer span {
  background: #fe5629 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: Lobster Two;
  font-size: 18px;
  font-weight: 700;
  height: 35px;
  line-height: 33px;
  padding: 0 12px;
  text-transform: capitalize;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .bcare__banner .banner__inner.banner__content--right h2 {
    font-size: 26px;
    line-height: 29px;
  }

  .bcare__banner .banner__inner h2 {
    font-size: 26px;
    line-height: 39px;
  }

}

@media only screen and (max-width:767px) {
  .bcare__banner .banner__inner.banner__content--right h2 {
    font-size: 26px;
    line-height: 29px;
  }

  .bcare__banner .banner__inner h2 {
    font-size: 26px;
    line-height: 39px;
  }

}

/*========================
  Welcome Area
===========================*/
.jn__welcome__wrapper {
  margin-top: 50px;
  padding: 0 77px;
}

.jn__welcome__wrapper .welcome__juniro__inner h3 {
  color: #444444;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 13px;
}

.jn__welcome__wrapper .welcome__juniro__inner p {
  color: #666666;
  line-height: 23px;
  padding-right: 24%;
}

.jn__welcome__wrapper .welcome__juniro__inner .wel__btn {
  margin-top: 48px;
}

.jn__welcome__wrapper .jnr__Welcome__thumb {
  position: relative;
  margin-right: -28px;
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
  color: #89d700;
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin-left: 19px;
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn i {
  padding-left: 5px;
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 65px;
  left: -25px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.56, 0.2, 0.25, 1) 0s;
  transition: -webkit-transform 0.2s cubic-bezier(0.56, 0.2, 0.25, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.56, 0.2, 0.25, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.56, 0.2, 0.25, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.56, 0.2, 0.25, 1) 0s;
  width: 65px;
  z-index: -1;
}

.jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn:hover::before {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.jn__welcome__wrapper .welcome__juniro__inner h3 span.theme-color {
  color: #89d700;
}

.jn__welcome__wrapper .welcome__juniro__inner h3 span {
  color: #fed706;
}

.welcome--2 .jn__welcome__wrapper {
  margin-top: 80px;
  padding: 0;
}

.welcome--2 .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
  margin-left: 0;
}

.welcome--2 .jnr__Welcome__thumb::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
}

.welcome--2 .jnr__Welcome__thumb {
  border-radius: 5px;
}

.welcome--2 .welcome__juniro__inner {
  padding-left: 100px;
}

.welcome--2 .jn__welcome__wrapper .welcome__juniro__inner p {
  padding-right: 13%;
}

.welcome--2 .dcare__btn {
  height: 44px;
  line-height: 41px;
}

.welcome__juniro__three .welcome-tab {
  margin-bottom: 23px;
  margin-left: -2px;
  margin-right: -2px;
}

.welcome__juniro__three .welcome-tab .nav-item {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: #666666;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  height: 35px;
  line-height: 32px;
  margin: 0 2px;
  padding: 0 19px;
  text-transform: capitalize;
}

.welcome__juniro__three .welcome-tab .nav-item.active, .welcome__juniro__three .welcome-tab .nav-item:hover {
  background: #ff5020 none repeat scroll 0 0;
  border: 1px solid #ff5020;
  color: #fff;
}

.welcome__juniro__three .single__welcome__content {
  margin-bottom: 37px;
}

.welcome__juniro__three .single__welcome__content p {
  padding-right: 22%;
}

.junior__welcome__area {
  overflow: hidden;
}

.jn__welcome__wrapper--2 {
  margin-top: 80px;
}

.welcome__images {
  bottom: -70px;
  position: absolute;
  right: 199px;
  width: 49%;
}

.welcome__images--2 {
  position: absolute;
  right: 16%;
  top: 32%;
}

.welcome__juniro__three .dcare__btn {
  -webkit-box-shadow: 0 0 35px rgba(255, 80, 32, 0.1);
  box-shadow: 0 0 35px rgba(255, 80, 32, 0.1);
}

.single__welcome__content.tab-pane:not(.active) {
  display: none;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 15%;
  }

  .client__details p {
    font-size: 19px;
    line-height: 27px;
  }

  .welcome--2 .welcome__juniro__inner {
    padding-left: 30px;
  }

  .welcome__images--2 {
    right: 9%;
    top: 41%;
  }

  .welcome__images {
    right: 71px;
    width: 69%;
  }

  .welcome__juniro__three .single__welcome__content p {
    padding-right: 1%;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 5%;
  }

  .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
    margin-left: 0;
  }

  .jn__welcome__wrapper {
    padding: 0;
  }

  .jn__welcome__wrapper .jnr__Welcome__thumb {
    text-align: center;
  }

  .welcome--2 .welcome__juniro__inner {
    padding-left: 0;
  }

  .jnr__Welcome__thumb img {
    width: 100%;
  }

  .welcome__images {
    margin-top: 25px;
    position: inherit;
    width: 100%;
  }

  .welcome__images--2 {
    right: 6%;
    top: 45%;
  }

  .jn__welcome__wrapper .jnr__Welcome__thumb {
    margin-right: 0;
  }

}

@media only screen and (max-width:767px) {
  .jn__welcome__wrapper {
    padding: 0;
  }

  .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 0;
  }

  .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
    margin-left: 0;
  }

  .welcome--2 .welcome__juniro__inner {
    padding-left: 0;
  }

  .jnr__Welcome__thumb img {
    width: 100%;
  }

  .welcome--2 .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 5%;
  }

  .welcome__images {
    margin-top: 25px;
    position: inherit;
    width: 100%;
  }

  .welcome__images--2 {
    right: -2%;
    top: 44%;
  }

  .jn__welcome__wrapper .jnr__Welcome__thumb {
    margin-right: 0;
  }

}

@media only screen and (max-width:575px) {
  .jn__welcome__wrapper .welcome__juniro__inner h3 {
    font-size: 30px;
  }

  .welcome__images--2 {
    display: none;
  }

  .welcome__juniro__three .welcome-tab .nav-item {
    font-size: 14px;
    padding: 0 13px;
  }

  .welcome__juniro__three .single__welcome__content p {
    padding-right: 0;
  }

}

/*===================
  Service Area
=====================*/
.service {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  padding: 0 10%;
  position: relative;
  text-align: center;
}
.service h6{ margin: 0;}

.service .service__icon {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 85px;
  left: 50%;
  line-height: 85px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: -43px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85px;
}

.service .service__details {
  padding-bottom: 30px;
  padding-top: 70px;
}

.service .service__details h6 a {
  color: #444444;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service .service__details h6 a:hover {
  color: #89d700;
}

.service .service__btn {
  margin-top: 0px;
  font-size: 15px;
}

.service--2 .service {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service--2 .service:hover .service__icon {
  background: #444444 none repeat scroll 0 0;
}

.service--2 .service:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.service--2 .service .service__icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service--2 .service .service__details {
  padding-bottom: 38px;
  padding-top: 62px;
}

.service--2 .service .service__details h6 a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 21px;
}

.service--2 .service .service__details h6 a:hover {
  color: #89d700;
}

.service--2 .service .service__details p {
  color: #ffffff;
  line-height: 23px;
}

.service--2 .service .service__btn {
  margin-top: 28px;
}

.service--2 .border__color::before {
  -webkit-box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2);
}

.service--3 {
  text-align: center;
}

.service--3 .service__inner h4 a {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  margin-top: 15px;
  text-transform: capitalize;
}

.service--3 .service__inner p {
  color: #ffffff;
  margin-top: 17px;
}

.service--3 .service__inner .service__btn {
  margin-top: 13px;
}

.service--3 .service__inner .service__btn a {
  background: transparent none repeat scroll 0 0;
  border-bottom: 2px solid #a0a0a0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  text-transform: capitalize;
}

.service--3 .service__inner .service__btn a:hover {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid transparent;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 24px;
}

.border__color {
  position: relative;
}

.border__color::before {
  background: #f59e01 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.border__color.border__color--2::before {
  background: #b1c642 none repeat scroll 0 0;
}

.border__color.border__color--3::before {
  background: #ff4069 none repeat scroll 0 0;
}

.border__color.border__color--4::before {
  background: #f7cb4f none repeat scroll 0 0;
}

.border__color.border__color--5::before {
  background: #b1c642 none repeat scroll 0 0;
}

.border__color.border__color--6::before {
  background: #f7cb4f none repeat scroll 0 0;
}

.border__color.border__color--7::before {
  background: #f5594e none repeat scroll 0 0;
}

.border__color.border__color--8::before {
  background: #68b9d8 none repeat scroll 0 0;
}

/*========================
  Call To Action
===========================*/
.jnr__call__action__wrap {
  padding: 70px 0;
}

.jnr__call__action__wrap .callto__action__inner h2 {
  color: #ffffff;
  font-family: Bubblegum Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 4px;
}

.jnr__call__action__wrap .callto__action__inner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.jnr__call__action__wrap .callto__action__btn a.dcare__btn {
  font-size: 16px;
}

.call__to__action--2 .jnr__call__action__wrap {
  padding: 99px 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .callto__action__inner {
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
  }

  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 35px;
  }

  .callto__action__btn {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    text-align: right;
  }

  .jnr__call__action__wrap .callto__action__inner p {
    padding-right: 10%;
  }

}

@media only screen and (max-width:767px) {
  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 39px;
  }

  .jnr__call__action__wrap .callto__action__inner p {
    margin-bottom: 23px;
  }

}

@media only screen and (max-width:575px) {
  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 30px;
  }

}

/*========================
  Classa Area
===========================*/
.junior__classes {
  margin-top: 40px;
  text-align: center;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
}

.junior__classes .classes__thumb a img {
  width: 100%;
}

.junior__classes .classes__inner {
  position: relative;
}

.junior__classes .classes__inner .classes__icon {
  left: 50%;
  position: absolute;
  top: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.junior__classes .classes__inner .classes__icon span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.junior__classes .classes__inner .class__details {
  padding-top: 46px;
  padding-bottom: 34px;
  padding-top: 46px;
}

.junior__classes .classes__inner .class__details h4 a {
  color: #444444;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.junior__classes .classes__inner .class__details h4 a::before {
  background: #ddd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.junior__classes .classes__inner .class__details h4 a:hover {
  color: #89d700;
}

.junior__classes .classes__inner .class__details .class__time {
  margin-bottom: 24px;
}

.junior__classes .classes__inner .class__details .class__time li {
  color: #666666;
  font-size: 16px;
}

.junior__classes .classes__inner .class__details .class__time li + li {
  margin-top: 10px;
}

@media only screen and (max-width:767px) {
  .row.classes__wrap.activation__one {
    margin-left: 0;
  }

}

/*========================
  Testimonial Area
===========================*/
.testimonial__container {
  padding: 0 100px;
}

.testimonial__container .testimonial {
  padding: 37px 0;
}

.testimonial__container .testimonial .testimonial__inner .test__icon {
  margin-top: 29px;
}

.testimonial__container .testimonial .testimonial__inner .client__details p {
  color: #ffffff;
  font-family: Bubblegum Sans;
  font-size: 24px;
  line-height: 38px;
  margin-top: 7px;
  padding: 0 5%;
}

.testimonial__container .testimonial .testimonial__inner .client__details .client__info {
  margin-top: 16px;
}

.testimonial__container .testimonial .testimonial__inner .client__details .client__info h6 {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.testimonial__container .testimonial .testimonial__inner .client__details .client__info span {
  color: #ffffff;
  font-size: 14px;
}

.testimonial__bg {
  position: relative;
  z-index: 2;
}

.testimonial__bg::before {
  background: rgba(0, 0, 0, 0) url("../img/testimonial/bg/1.png") repeat scroll center center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.owl-carousel .owl-item img {
  margin: auto;
  width: auto;
}

.testimonial__inner p {
  color: #ffffff;
  font-family: Bubblegum Sans;
  font-size: 24px;
  line-height: 38px;
  margin-top: 18px;
}

.testimonial {
  padding: 0 17%;
}

.tes__info h6 {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.tes__info span {
  color: #ffffff;
  display: inline-block;
  margin-top: 8px;
}

.tes__info {
  margin-top: 30px;
}

.testimonial--3 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 60px;
}

.testimonial--3 .testimonial__content {
  padding-left: 67px;
  padding-top: 50px;
  position: relative;
}

.testimonial--3 .testimonial__content::before {
  color: #fff;
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 0;
}

.testimonial--3 .testimonial__content p {
  color: #ffffff;
  font-family: Bubblegum Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  padding-right: 10%;
}

.testimonial--3 .testimonial__content .tes__info {
  margin-top: 17px;
}

.testimonial--3 .testimonial__thumb {
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

.testimonial--4 {
  background: #fe5629 none repeat scroll 0 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 100px 0;
  text-align: center;
}

.testimonial--4 .testimonial__inner {
  position: relative;
}

.testimonial--4 .testimonial__inner::before {
  color: #fff;
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 60px;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial--4 .testimonial__inner .clint__img {
  margin-bottom: 29px;
}

.testimonial--4 .testimonial__inner .clint__info h6 {
  color: #ffffff;
  font-family: Open Sans;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.testimonial--4 .testimonial__inner .clint__info span {
  color: #ffffff;
}

.testimonial--4 .testimonial__inner .clint__info p {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 24px;
  line-height: 38px;
  margin-top: 13px;
  padding: 0 20%;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .testimonial--4 {
    padding: 80px 0;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .testimonial__container {
    padding: 0;
  }

  .testimonial__container .testimonial .testimonial__inner .client__details p {
    padding: 0 10%;
  }

  .testimonial__container .testimonial .testimonial__inner .client__details .client__info {
    margin-top: 27px;
  }

  .testimonial__container .testimonial .testimonial__inner .client__details .client__info span {
    display: block;
    margin-top: 13px;
  }

  .testimonial--3 .testimonial__content p {
    padding-right: 0;
  }

  .testimonial--4 .testimonial__inner .clint__info p {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial--4 {
    padding: 93px 0;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .testimonial__container {
    padding: 0;
  }

  .testimonial__container .testimonial .testimonial__inner .client__details p {
    padding: 0 15%;
  }

  .testimonial__inner {
    padding: 45px 0;
  }

  .testimonial {
    padding: 0 4%;
  }

  .testimonial--3 .testimonial__content {
    padding-left: 20px;
  }

  .testimonial--3 .testimonial__content p {
    padding-right: 0;
  }

}

@media only screen and (max-width:767px) {
  .testimonial__container {
    padding: 0;
  }

  .testimonial__container .testimonial .testimonial__inner .client__details p {
    font-size: 22px;
  }

  .testimonial {
    padding: 0 4%;
  }

  .dcare__kidezone__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kidz__zone {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .testimonial--3 .testimonial__content p {
    font-size: 22px;
    line-height: 35px;
    padding-right: 0;
  }

  .testimonial--3 .testimonial__content {
    padding-left: 20px;
  }

  .testimonial--3 {
    padding: 0 15px;
  }

}

@media only screen and (max-width:575px) {
  .testimonial__slide--3 .owl-nav {
    display: none;
  }

  .testimonial--3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

}

@media only screen and (max-width:420px) {
  .testimonial--4 .testimonial__inner .clint__info p {
    font-size: 18px;
    line-height: 31px;
    padding: 0 10px;
  }

  .testimonial--4 .testimonial__inner::before {
    font-size: 50px;
    right: 30px;
  }

}


/*========================
  Subscribe Area
===========================*/
.subscribe__inner {
  padding: 30px 0 10px;
  text-align: center;
}

.subscribe__inner h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 27px;
  text-transform: capitalize;
}

.news__input input {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #666666;
  height: 53px;
  padding: 0 30px;
  width: 100%;
}

.htc__news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 240px;
}

.news__input {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.subscribe__btn input.bst__btn {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  height: 53px;
  padding: 0 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.subscribe__btn {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: right;
}

.subscribe__btn input.bst__btn:hover {
  background: #89d700 none repeat scroll 0 0;
  color: #fff;
}

.bcare__subscribe {
  margin-top: -103px;
  position: relative;
  -webkit-transform: translateY(103px);
  transform: translateY(103px);
  z-index: 1;
}

.bcare__subscribe.subscribe--1 .container {
  -webkit-box-shadow: 0 23px 57px 21px rgba(114, 111, 111, 0.25);
  box-shadow: 0 23px 57px 21px rgba(114, 111, 111, 0.25);
  border-radius: 5px;
}

.bcare__subscribe.subscrive--2 {
  margin-top: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.subscrive--2 .subscribe__inner {
  padding: 70px 0 80px;
}

.subscrive--2 .subscribe__inner h2 {
  margin-bottom: 20px;
}

.subscrive--2 .news__input input {
  height: 50px;
}

.subscrive--2 .subscribe__btn input.bst__btn {
  height: 50px;
  padding: 0 50px;
  color: #666666;
}

.subscrive--2 .subscribe__btn {
  margin-left: 5px;
}

.subscrive--2 .subscribe__btn input.bst__btn:hover {
  color: #fff;
}

.subscribe--3 .subscribe__inner h2 {
  color: #444444;
}

.subscribe--3 .news__input input {
  background: #89d700 none repeat scroll 0 0;
  color: #fff;
}

.subscribe--3 .subscribe__btn input.bst__btn {
  background: #89d700 none repeat scroll 0 0;
  color: #fff;
}

.subscribe__position {
  position: relative;
}

.bcare__subscribe.subscribe--3 {
  left: 50%;
  margin-top: 0;
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
  width: 100%;
}

.subscribe--3 .news__input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe--3 .subscribe__btn input.bst__btn:hover {
  background: #ff5020 none repeat scroll 0 0;
  color: #fff;
}

.subscribe__style--5 .subscribe__inner {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 166px 0;
  text-align: center;
  -webkit-box-shadow: 0 1px 35px rgba(181, 181, 181, 0.11);
  box-shadow: 0 1px 35px rgba(181, 181, 181, 0.11);
}

.subscribe__style--5 .subscribe__inner h2 {
  color: #666666;
}

.subscribe__style--5 .subscribe__inner .subscribe__btn {
  margin-left: 3px;
}

.subscribe__style--5 .subscribe__inner .htc__news__inner {
  padding: 0 160px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .htc__news__inner {
    padding: 0 119px;
  }

  .subscribe--3 .htc__news__inner {
    padding: 0 89px;
  }

  .subscribe__style--5 .subscribe__inner .htc__news__inner {
    padding: 0 44px;
  }

  .testimonial__slide--4 .owl-nav div.owl-next {
    left: 58%;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .bcare__subscribe.subscribe--3 {
    top: 29%;
  }

}

@media only screen and (max-width:767px) {
  .bcare__subscribe.subscribe--3 {
    top: 40%;
  }

  .subscribe__style--5 .subscribe__inner .htc__news__inner {
    padding: 0 38px;
  }

}

@media only screen and (max-width:575px) {
  .bcare__subscribe.subscribe--3 {
    top: 30%;
  }

}

@media only screen and (max-width:420px) {
  .bcare__subscribe.subscribe--3 {
    top: 37%;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .htc__news__inner {
    padding: 0 100px;
  }

  .subscribe__btn {
    margin-left: 10px;
  }

}

@media only screen and (max-width:767px) {
  .htc__news__inner {
    padding: 0;
  }

  .subscribe__btn {
    margin-left: 20px;
  }

  .news__input input {
    height: 40px;
  }

  .subscribe__btn input.bst__btn {
    height: 40px;
  }

  .subscribe__inner {
    padding: 40px 20px;
  }

}

@media only screen and (max-width:575px) {
  .subscribe__inner h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width:420px) {
  .htc__news__inner {
    display: block;
    padding: 0;
  }

  .subscribe__btn {
    margin-top: 20px;
    text-align: center;
  }

}
   

/*========================
  Brand Area
===========================*/
.brand__list li {
  text-align: center;
}

.brand__list li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #dddddd;
  display: block;
  height: 112px;
  line-height: 108px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.brand__list li a:hover {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #ddd;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .brand__list li {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

}

@media only screen and (max-width:767px) {
  .brand__list li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

}
     

/*==========================
    Footer Styles
============================*/
.footer__widget h4 {
  color: #444;
  font-size: 24px;
}

.footer__widget .ftr__details {
  margin-top: 46px;
}

.ftr__details p + p {
  margin-top: 13px;
}

.footer--2 .footer__widget h4 {
  color: #444546;
  
}

.footer--2 .footer__widget .ftr__details p {
  color: #444546;
}
.footer--2 .footer__widget a{color: #444546;}

 

.ft__bottom__images--1 {
  left: 0;
  position: absolute;
  top: 34px;
}

.ft__bottom__images--2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ftr__address__inner {
  margin-top: 13px;
}

.ftr__address__inner .ftr__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftr__address__inner .ftr__address .ftr_icon {
  padding-right: 15px;
}

.ftr__address__inner .ftr__address .ftr__contact p {
  line-height: 29px;
}

.ftr__address__inner .ftr__address + .ftr__address {
  margin-top: 11px;
}

.footer--2 .ftr__address__inner .ftr__address .ftr_icon i {
  color: #444546;
}

.footer--2 .ftr__address__inner .ftr__address .ftr__contact p {
  color: #444546
}

.footer--2 .ftr__address__inner .ftr__address .ftr__contact p a {
  color: #444546;
}

footer.footer--2 {
  padding-top: 0px;
  position: relative;
  border-top: 1px solid #ccc;
}

footer.footer--2 .footer__wrapper{
  
}
.footer__widget{ margin-top: 50px;}

.footer__widget .ftr__latest__post .single__ftr__post {
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer__widget .ftr__latest__post .single__ftr__post::before {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer__widget .ftr__latest__post .single__ftr__post .ftr__post__thumb {
  margin-right: 13px;
  min-width: 78px;
}

.footer__widget .ftr__latest__post .single__ftr__post .ftr__post__thumb a img {
  width: 100%;
}

.footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details h6 a {
  color: #666666;
  display: inline-block;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details h6 a:hover {
  color: #89d700;
}

.footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details span {
  color: #89d700;
  font-size: 12px;
}

.footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details span i {
  padding-right: 10px;
}

.footer--2 .footer__widget .ftr__latest__post .single__ftr__post {
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.footer--2 .footer__widget .ftr__latest__post .single__ftr__post::before {
  display: none;
}

.footer--2 .footer__widget .ftr__latest__post .single__ftr__post .ftr__post__thumb a img {
  width: 100%;
}

.footer--2 .footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details h6 a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding-right: 36%;
}

.footer--2 .footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details h6 a:hover {
  color: #89d700;
}

.footer--2 .footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details span {
  color: #8B8B8B;
  font-size: 12px;
}

.footer--2 .footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details span i {
  padding-right: 10px;
}

.footer__innner {
  margin-top: 69px;
}

.ftr__latest__post .single__ftr__post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ftr__latest__post .single__ftr__post:last-child::before {
  display: none;
}

.dcare__twit__wrap .dcare__twit .dcare__twit__icon {
  padding-right: 16px;
}

.dcare__twit__wrap .dcare__twit .dcare__twit__details p a {
  color: #0084b4;
}

.dcare__twit__wrap .dcare__twit .dcare__twit__details span {
  font-size: 12px;
}

.dcare__twit__wrap .dcare__twit .dcare__twit__details span i {
  padding-right: 10px;
}

.dcare__twit__wrap .dcare__twit + .dcare__twit {
  margin-top: 8px;
}

.footer--2 .dcare__twit__wrap .dcare__twit + .dcare__twit {
  margin-top: 22px;
}

.dcare__twit__details span + span {
  margin-left: 28px;
}

.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__icon {
  padding-right: 16px;
}

.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__icon i {
  color: #8B8B8B;
}

.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details p {
  color: #8B8B8B;
}

.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details p a {
  color: #0084b4;
}

.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details span {
  color: #8B8B8B;
}

.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details span i {
  color: #8B8B8B;
}

.footer--2 .footer__innner {
  margin-top: 23px;
}

.footer--2 .footer__widget .ftr__details {
  margin-top: 17px;
}

.sm__gallery__list {
  margin-left: -4px;
  margin-right: -4px;
}

.sm__gallery__list li {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 0 4px 8px;
}

.sm__gallery__list li a {
  display: block;
}

.sm__gallery__list li a img {
  width: 100%;
}

.footer--2 .footer__wrapper.section-padding--lg {
  padding-bottom: 280px;
  padding-top: 100px;
}

.footer--2.space--vertical .footer__wrapper.section-padding--lg {
  padding-bottom: 80px;
  padding-top: 177px;
}

.footer__widget .ftr__latest__post .single__ftr__post {
  margin-bottom: 19px;
  padding-bottom: 19px;
}

.ftr__catrgory li a {
  color: #8A8A8A;
}

.ftr__catrgory li + li {
  padding-top: 5px;
}

.ftr__btm__image::before {
  background-image: url("../img/shape/big-shape/1.jpg");
  background-repeat: repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 133px;
  left: -123px;
  position: absolute;
  width: 112%;
}

.footer__social__icon {
  margin-bottom: 42px;
  margin-top: 36px;
}

.footer__contact__wrapper {
  padding: 40px 0;
  
}
.footer__contact__wrapper p,.footer__contact__wrapper p a{
  color: #fff !important;
}

.footer__contact__wrapper .single__footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contact__wrapper .single__footer__address .ft__contact__icon {
  margin-right: 10px;
  position: relative;
  width: 47px;
  z-index: 2;
}

.footer__contact__wrapper .single__footer__address .ft__contact__icon::before {
  background-image: url("../img/shape/star/1.png");
  margin-top: 10px;
  content: "";
  height: 46px;
  position: absolute;
  width: 46px;
  z-index: -1;
 
}

.footer__contact__wrapper .single__footer__address .ft__contact__icon i {
  color: #fff;
  font-size: 26px;
  left: 50%;
  position: absolute;
  top: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.copyright__wrapper {
  height: 100px;
}

.copyright__wrapper .coppy__right__inner p {
  position: relative;
}

.copyright__wrapper .coppy__right__inner p i {
  padding-right: 10px;
  color: #666666;
}

.footer--2 .copyright__wrapper {
  height: 50px;
}

.footer--2 .copyright__wrapper .coppy__right__inner p {
  position: relative;
  color: #fff;
}

.footer--2 .copyright__wrapper .coppy__right__inner p a {
  color: #fff;
}

.footer--2 .copyright__wrapper .coppy__right__inner p a:hover {
  color: #ff5020;
}

.footer--2 .copyright__wrapper .coppy__right__inner p i {
  padding-right: 10px;
  color: #fff;
}

.footer__variation--3 .ft__logo {
  margin-bottom: 46px;
}

.footer__variation--3 .footer__social__icon {
  margin-bottom: 0;
  margin-top: 21px;
}

.footer__variation--3 .ftr__address__inner .ftr__address + .ftr__address {
  margin-top: 16px;
}

.footer--2.footer__variation--3 .copyright__wrapper {
  height: 90px;
}

.footer--2.footer__variation--3 {
  padding-top: 0;
}

.footer__wrapper.section-padding--lg {
  padding-bottom: 126px;
  padding-top: 150px;
}

.footer--5 .footer__wrapper.section-padding--lg {
  padding-bottom: 150px;
  padding-top: 150px;
}

.footer--5 .footer__widget .ftr__address__inner.contact {
  margin-top: 47px;
}

.footer--5 .footer__widget .ftr__address__inner .ftr__details {
  margin-top: 20px;
}

.footer--5 .footer__widget .ftr__address__inner .footer__social__icon {
  margin-bottom: 0;
  margin-top: 16px;
}

.footer--5 .footer__widget .ftr__address__inner .footer__social__icon h4 {
  color: #444444;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer--5 .footer__widget .ftr__address__inner .footer__social__icon .dacre__social__link--2 li a {
  background: #dddddd none repeat scroll 0 0;
  color: #666666;
  font-size: 18px;
  line-height: 41px;
 
}

.footer--5 .footer__widget .ftr__address__inner .footer__social__icon .dacre__social__link--2 li a:hover {
  background: #3c5998 none repeat scroll 0 0;
  color: #fff;
}

.footer--5 .footer__widget .ftr__address__inner .footer__social__icon .dacre__social__link--2 li a.twitter:hover {
  background: #1DA1F2;
  color: #fff;
}

.footer--5 .footer__widget .ftr__address__inner .footer__social__icon .dacre__social__link--2 li a.vimeo:hover {
  background: #1AB7EA;
  color: #fff;
}

.footer--5 .footer__widget .ftr__address__inner .footer__social__icon .dacre__social__link--2 li a.pinterest:hover {
  background: #C8232C;
  color: #fff;
}

.footer--5 .footer__widget .ftr__address__inner .paymeny h4 {
  margin-bottom: 24px;
  margin-top: 20px;
}

.footer--5 .footer__widget h4 {
  color: #444444;
  font-family: Open Sans;
  font-size: 16px;
  text-transform: uppercase;
}

.footer--5 .footer__widget .footer__innner {
  margin-top: 50px;
}

.footer--5 .footer__widget .footer__innner .category__list li a {
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer--5 .footer__widget .footer__innner .category__list li a:hover {
  color: #fe5629;
}

.footer--5 .footer__widget.category {
  margin-left: 81px;
}

.footer--5 .footer__widget.quick_link {
  margin-left: 59px;
}

.category__list li + li {
  padding-top: 11px;
}

.footer--5 .copyright__wrapper {
  height: 80px;
}

.footer--5 .copyright__wrapper .coppy__right__inner p {
  position: relative;
  color: #fff;
}

.footer--5 .copyright__wrapper .coppy__right__inner p a {
  color: #fff;
}

.footer--5 .copyright__wrapper .coppy__right__inner p a:hover {
  color: #89d700;
}

.footer--5 .copyright__wrapper .coppy__right__inner p i {
  padding-right: 10px;
  color: #fff;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .footer--5 .footer__widget.category {
    margin-left: 57px;
  }

  .footer--5 .footer__widget.quick_link {
    margin-left: 36px;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__innner {
    margin-top: 58px;
  }

  .footer__innner {
    margin-top: 21px;
  }

  .footer__widget .ftr__details {
    margin-top: 33px;
  }

  .footer--2 .footer__widget .ftr__details p {
    font-size: 16px;
  }

  .footer--2 .footer__wrapper {
    padding-top: 160px;
  }

  .footer--5 .footer__widget.quick_link {
    margin-left: 0;
  }

}

@media only screen and (max-width:767px) {
  
  .footer__contact__wrapper .single__footer__address .ft__contact__icon::before {
    background-image: none;

  }

  .footer__contact__wrapper .single__footer__address .ft__contact__icon {
  
    z-index: 0;
}

  .footer__wrapper .sm-mt-40 {
    margin-top: 0px;
}

.bcare__subscribe{ margin-bottom: 50px;}

.footer__widget{ margin-top: 0;}
.footer__widget h4{ padding: 0; margin: 0; }

.footer__widget .ft__logo,.footer__widget .ftr__details{ text-align: center;}
  
  .single__footer__address + .single__footer__address {
    margin-top: 10px;
  }

  .single__footer__address {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer--2 .footer__wrapper {
    padding-top: 144px;
  }

  .footer--5 .footer__widget.category, .footer--5 .footer__widget.quick_link {
    margin-left: 0;
  }

  .copyright__wrapper .coppy__right__inner p {
    text-align: center;
  }

  .ftr__btm__image::before {
    width: 124%;
  }

  .footer--2.footer__variation--3 .footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details h6 a {
    font-size: 14px;
    line-height: 23px;
    padding-right: 0;
  }

  .footer__variation--3 .footer__innner {
    margin-top: 55px;
  }

  .dcare__twit__wrap .dcare__twit .dcare__twit__details span {
    font-size: 11px;
  }

  .dcare__twit__details span + span {
    margin-left: 14px;
  }

}

@media only screen and (max-width:575px) {
  .ftr__btm__image::before {
    width: 130%;
  }

  .subscrive--2 .subscribe__btn input.bst__btn {
    padding: 0 25px;
  }

 

}

@media only screen and (max-width:420px) {
  .ftr__btm__image::before {
    width: 141%;
  }

}


@media only screen and (max-width:995px) {
  .logo img{ max-width: 150px; }
    
.mainmenu__wrapper .logo{   height: 65px;}
.mainmenu__wrapper .logo::before{ display: none;}

.fullscreen {
  min-height: auto;
}
}
.btn{ border-radius: 0;}
.btn-primary{ background: #2D8CC6; border:1px solid #2D8CC6}
.btn-primary:hover{ background: #3697D1; border:1px solid #3697D1 }

.table-ranking{ border-radius: 5px; border: 0px solid #F7F7F7;}
.table-ranking td,.table-ranking th{ border: 0px solid #F7F7F7; color: #fff; text-align: center; padding: 5px; }
.projetos-home .item > div{ border: solid 1px #ccc; padding-top: 15px; padding-bottom: 5px; border-radius: 5px; margin: 2px;}
.projetos-home .item > div a{ background: transparent; }
h4.gallery__title,.blog__inner h4{ font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px;}


.projetos-home .item{ background: #fff; text-align: center;}
.projetos-home .item img{ margin-bottom: 10px; margin-top: 10px;}  

.bg-topo{ background-image: url("../img/bg/11111.jpg"); background-size: contain; background-repeat: repeat-x; }

.newsletter__form{ color: #fff;}

.icone-home-m{ -webkit-box-shadow: -1px 1px 10px -2px rgba(0,0,0,0.55);
  -moz-box-shadow: -1px 1px 10px -2px rgba(0,0,0,0.55);
  box-shadow: -1px 1px 10px -2px rgba(0,0,0,0.55); font-size: 70px; border: solid 0px #fff; background: #0095E8; border-radius: 2px; width: 100%; height: 130px; margin: auto; padding-top: 32px; margin-bottom: 15px;}
.icone-home-m i{ color: #fff;} 

.img-escola-list{ position: relative;}
.img-escola-list img{ border-radius: 2px;}
.img-escola-list span{  background: #008C23; color: #fff; position:absolute; bottom: 5px; right: 5px; padding: 1px 10px; border-radius: 5px; font-size: 11px;}
.img-escola-list span.atendida{  background: #FCDF36; color: #000;}
#item-escolas-at a{  color: #fff; }
#item-escolas-at > div{ padding: 0px;}
#item-escolas-at div.box{  padding-top: 20px; padding-bottom: 20px; margin: 5px; 

  -webkit-box-shadow: -1px 1px 10px -2px rgba(0,149,232,1);
  -moz-box-shadow: -1px 1px 10px -2px rgba(0,149,232,1);
  box-shadow: -1px 1px 10px -2px rgba(0,149,232,1);
}

.compartilhar{ margin-top: 40px; margin-bottom: 40px;}
.row-video{ border-bottom: 2px solid #eee; margin-bottom: 15px; display: table; height: 1px; margin-top: 25px;}
.list-videos{ margin-bottom: 20px; ;}
.list-videos h5{ margin: 0;}
.enviando_form_msg{ display: none;}

.list-escolas > div{

  -webkit-box-shadow: -1px 1px 10px -2px rgba(32, 30, 30, 0.288);
  -moz-box-shadow: -1px 1px 10px -2px rgba(32, 30, 30, 0.288);
  box-shadow: -1px 1px 10px -2px rgba(32, 30, 30, 0.288);
  padding: 10px;
  
}
.list-escolas{ margin-bottom: 20px;}
.list-escolas .titulo-escola-list{ margin-bottom: 0px; margin-top: 15px; }
.list-escolas .titulo-escola-list h5{ margin: 0; text-align: center; font-size: 17px !important;}
h1.titulo-escola{ margin-bottom: 30px !important;}
.list_fotos{ padding: 10px;}
.list_fotos > div{ padding: 5px;}
.item-escola{ padding-top: 5px; padding-bottom: 5px;}


.foto-equipe{ width: 100% !important;}

.item-livro{ margin-top: 10px; margin-bottom: 10px; }
.item-livro a{ position: relative; display: table; border-radius: 5px; text-align: center;} 
.item-livro a:hover:after{ background:  rgba(0,149,232, 0.2)  url("../img/plus2.png") no-repeat center center  ;   border-radius: 5px;   content: ""; position: absolute;  top: 0; bottom: 0; left: 0; right: 0;}

.livros-list{ border: solid 1px #ccc; margin-bottom: 20px; border-radius: 5px;}
.box-ilustracoes{background: #eee; padding-top: 15px; padding-bottom: 15px; }
.box-ilustracoes p{   margin: 0;}

#box_sele_mes{margin-bottom: 10px;}
.mes_eventos{ background: #648D16; color: #fff; padding: 10px; font-weight: bold; border-left: 5px solid #577B13; font-size: 17px;}
.eventos_list_c{ background: #F7F7F7; margin-bottom: 15px; padding: 10px;  margin-top: 10px; border: solid 1px #ccc; border-radius: 0px; border-bottom: 5px solid #ccc;  border-top: 2px solid #ccc;  }
.data-agenda{ background: #ccc; text-align: center;   font-size: 18px; padding-top: 10px; padding-bottom: 10px; border-radius: 2px;  line-height: 15px; position: relative;}
.data-agenda:before{  content: ""; position: absolute; width: 11px; height: 20px; right: -11px; top: 30%; background-image: url("../img/seta.png"); background-repeat: no-repeat; } 
.data-agenda span{ font-size: 12px;} 

#calendario_home{ margin-bottom: 10px; background: red; min-height: 290px; background: #EAEAEA; background-image: url("../img/ajax-loader-calendar.gif"); background-repeat: no-repeat; background-position:  center center;}
#map_canvas{ height: 600px; width:100%; background:#eee; background-image: url("../img/ajax-loader-escola.gif");  background-repeat: no-repeat; background-position:  center center; border-radius: 4px; }
.ui-datepicker { width: 100% !important; }
.ui-widget-content {
  border: 0;
  background: #EAEAEA !important;
   
  border-radius: 0 !important;
  text-align: center !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 0 !important;
  background: transparent !important;
  font-weight: normal;
  color: #808080 !important;
  outline: none;
  text-align: center !important;
  cursor: default;
}
 
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: 100 !important;
  cursor: default !important; 
}
.ui-state-default { padding: 2px !important;}
.ui-evento-ativo,.ui-evento-ativo a.ui-state-default {
 
  background: #A9E244;
  cursor: pointer;
  color: #fff !important;
  
}
.ui-evento-ativo:hover{ background: #648D16;}
.ui-datepicker td {
  border: 3px solid #EAEAEA !important;
}

.ui-datepicker .ui-datepicker-header { background: #648D16; border-radius: 0; border: 0; color: #fff; padding-top: 10px !important; padding-bottom: 10px !important;  
}
 .ui-datepicker-calendar th{ color: #808080}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 10px !important;
  font-size: 18px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 10px !important;  background: transparent !important; border:0 !important}
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 2px  !important; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 2x  !important; right: auto; }
.btn-agenda{ background: #888; border: 0;}
.btn-agenda:hover{ background: #999; border: 0;}

.list_publicacoes{ margin-bottom: 30px;}
.list_publicacoes .entry-thumbnail{ position: relative;}
.list_publicacoes .post-format{ position: absolute; bottom: 0; right: 0; background: #0095E8; padding: 10px; padding-top: 5px; padding-bottom: 5px;}
.list_publicacoes .post-format a{color: #fff; }

.arquivos-blog .list-group-item{ padding: 15px; padding-top: 5px; padding-bottom: 5px;}
.arquivos-blog .list-group-item a{ width: 100%;}
.arquivos-blog .list-group-item span{ float: right; margin-top: 4px; padding: 5px;} 
.arquivos-blog .card-header{ font-weight: bold;}

.publicacao_data{ margin-top: 20px; margin-bottom: 20px; text-align: right;}
#ferramentas{ margin-top: 20px; margin-bottom: 20px;}
.publicado_data{ font-size: 11px; text-align: right;}
.caixa-projeto{ border: solid 1px #eee; margin-bottom: 20px; height: 210px; padding: 15px;}
.caixa-projeto h5{margin: 5px; font-size: 14px !important; margin-top: 10px;}
.box-selo{ min-height: 100px; padding: 15px; border: solid 1px #ccc; margin-bottom: 20px; text-align: center; width: 100%; }

.pagination{height:36px; margin-bottom: 25px;}
.pagination ul{display:inline-block;margin:0;padding:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);}
.pagination li{display:inline;}
.pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.pagination a{float:left;padding:0 14px;line-height:34px;border:1px solid #DDD;border-left-width:0;margin-right:7px !important;}
.pagination a:hover, .active a{background-color:whiteSmoke;}


.box-projeto-escola{ background: #eee; padding-top: 15px; padding-bottom: 15px; margin-top: 25px; margin-bottom: 25px;}
.box-projeto-escola h5{ margin-top: 0; margin-bottom: 10px;}
.box-projeto-escola .periodo-atendimento{ margin-top: 20px; border-top: 1px solid #ccc; padding-top: 10px;}


.mainmenu__nav .active > a{ background: transparent !important; color: #89D700 !important;}
 
h1{ font-size: 35px !important;}
h2{ font-size: 27px !important;}
h3{ font-size: 25px !important;}
h4{ font-size: 23px !important;}
h5{ font-size: 20px !important;}
h1,h2,h3,h4,h5,h6{ color: #0085CC;}
.breadcrumb { margin-bottom: 0;}

.tabela-prestacao{ color: #0095E8;}
.footer__contact__area p,.coppy__right__inner p{   padding: 0; margin: 0; }


.pagina_int{ margin-bottom: 70px;}
.pagina_int h1,.pagina_int h2,.pagina_int h3,.pagina_int h4,.pagina_int h5{  margin-bottom: 5px;}

.reconhecimento-list{ margin-top: 25px; }
.reconhecimento-list .box{ border: 1px solid #ccc; padding-top: 15px; padding-bottom: 15px;}
.reconhecimento-list .box h4{  margin-top: 0; margin-bottom: 15px;}  
.equipe-list{ margin-top: 8px; margin-bottom: 15px;}

.equipe-list .foto-equipe{ border-radius: 5px;}


.zoom {
  
   
  transition: transform .2s;
   
  margin: 0 auto;
}

.reconhecimento-list:hover .zoom {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  z-index: 8;
}

.logo-projeto{ border: 1px solid #ccc; padding-top: 15px; padding-bottom: 15px; margin-top: 15px; margin-bottom: 15px;}
.pagina-blog h5{ margin: 0;}

.form-control{ border-radius: 2px;}

.tabela-violencia td{ text-align: center; border: 1px solid #ccc; vertical-align: center;}
.tabela-violencia .thead-dark tr th{ background: #0095E8 !important; text-align: center; border: 0; }


#item-escolas-at .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #0095E8;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.list-depoimentos{ background: #F9F9F9; padding-top: 20px; padding-bottom: 40px; border-radius: 5px;}
.modal-content { border-radius: 0;}

.subscribe__inner h2{ margin-top: 10px; margin-bottom: 20px;}

.widget-categories{ margin-top: 25px;}
h5.widget-title{ margin-top: 15px; margin-bottom: 10px;}

.depoimentos-home{ background: #eee; padding: 70px 15px; border-radius: 15px; margin-bottom: 20px; padding-bottom: 20px;}

.titulo-claro{ color: #999;}

.image-girar img{
  overflow: hidden;
  transition-duration: 0.9s;
  transition-property: transform;
}
.service:hover .image-girar img{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


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

  .junior__header__top .jun__header__top__right .accounting li a{ font-size: 12px;}
  .junior__header__top { padding: 0; margin: 0;}
}
@media only screen and (max-width:366px) {
  .junior__header__top {  display: none;}
}