* {
  -webkit-box-sizing: border-box;
  -moz-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; }



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; }

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

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  color: #89d700;
  outline: 0; }

a:hover {
  text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  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 {
  margin: 0 0 24px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-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;
  -moz-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: "Roboto", 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 {
  margin: 0;
  color: #444444; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Dosis", sans-serif;
  line-height: 1.3; }

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 {
  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; }

p {
  color: #777777; }

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;
  box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2); }
  a#scrollUp:hover {
    background: #52b8f1;
    color: #fff; }

.pt--180 {
  padding-top: 100px; }

/* 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: #89d700; }

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

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

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

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

.bg__cat--1 {
  background: -webkit-linear-gradient(left, #52b8f1, #5edae4);
  background: -o-linear-gradient(left, #52b8f1, #5edae4);
  background: linear-gradient(to right, #52b8f1, #5edae4); }

.bg__cat--2 {
  background: #f6f6f6; }

.bg__cat--3 {
  background: #2f85d8; }

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

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

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

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

.bg__cat--8 {
  background: #3b251c; }

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

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

/* Background Image */
.bg-pngimage--1 {
  background-image: url(../img/slider/s2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-pngimage--2{
  background-image: url(../img/slider/s1.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image--2 {
  background-image: url(../img/bg_child.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }


/* 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: 60px; }

/* 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: "Roboto", sans-serif; }

.heading--font {
  font-family: "Dosis", sans-serif; }

/* Height and width */
.fullscreen {
  height: 500px;
  background-size: cover;
  width: 100%; }

.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: 190px; }
*/
.section-padding--lg {
  padding: 45px 0; }

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

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

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

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

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

.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 {
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  background: #fe5629 none repeat scroll 0 0;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.5s;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  z-index: 2; }
  .dcare__btn::before {
    background: #52b8f1 none repeat scroll 0 0;
    border-radius: 25%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(2);
    transform-origin: 50% 50% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1; }
  .dcare__btn:hover::before, .dcare__btn:focus::before, .dcare__btn:active::before {
    transform: scale(0); }
  .dcare__btn:hover {
    color: #fff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-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: 16px;
    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%; }


/*========================
	Section Title Styles
===========================*/
.section__title h2.title__line {
  color: #444444;
  font-size: 44px;
  line-height: 33px;
  margin-bottom: 23px;
  padding-bottom: 45px;
  position: relative;
  font-family: "Dosis", sans-serif;
  font-weight: 700; }
  .section__title h2.title__line::before {
    background: rgba(0, 0, 0, 0) url("../img/background/line.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 290px; }
  .section__title h2.title__line.title__line--4::before {
    background: rgba(0, 0, 0, 0) url("../img/background/line.png") no-repeat scroll 0 0; }
  .section__title h2.title__line.white__line::before {
    background: rgba(0, 0, 0, 0) url("../img/background/line.png") no-repeat scroll 0 0; }
.section__title p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  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;
  font-family: "Dosis", sans-serif; }

.section__title--2 h2.title__line {
  color: #444444;
  font-size: 48px;
  line-height: 37px;
  padding-top: 30px;
  position: relative;
  font-family: "Dosis", sans-serif;
  z-index: 2; }
  .section__title--2 h2.title__line::before {
    background-image: url("images/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;
    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;
      transform: scaleY(-1);
      z-index: -1; }
.section__title--2 h2 span.theme-color-2 {
  color: #faae08; }

.shop__title {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  line-height: 81px; }

.section__title--2.line--white h2.title__line::before {
  background-image: url("images/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.twitter a {
      background: #1DA1F2; }
    .dacre__social__link li.vimeo a {
      background: #1AB7EA; }
    .dacre__social__link li.pinterest a {
      background: #C8232C; }
    .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; }


/*===================
	Header Styles
=====================*/
.junior__header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;   
    height: 40px; }
  .junior__header__top .jun__header__top__left .top__address li i {
    color: #53b9f1;
    padding-right: 7px; }
  .junior__header__top .jun__header__top__left .top__address a {
    color: #777777;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .junior__header__top .jun__header__top__left .top__address a:hover {
      color: #89d700; }
  .junior__header__top .jun__header__top__right .accounting li a {
    color: #777777;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .junior__header__top .jun__header__top__right .accounting li a:hover {
      color: #89d700; }

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

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

.header_top_line::before {
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  width: 200%;
  opacity: 0.8; }

/*===============================
	Navigation Styles
=================================*/
.mainmenu__wrapper {
  position: relative;
  padding-top: 0px;
  z-index: 9; }
  .mainmenu__wrapper .logo {
    align-items: center;
    display: flex;
    height: 100px; }
    .mainmenu__wrap{
      float: right;
    }
  .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li {
      align-self: stretch;
      display: flex;
      margin: 0 20px; }
      .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
        align-items: center;
        color: #ffffff;
        display: flex;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        transition: all 0.3s ease 0s; }
        .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a:hover {
          color: #0083cc; }

.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%;
    transform: scale(0.7);
    transition: all 300ms ease 0s;
    visibility: hidden;
    background: #fff none repeat scroll 0 0;
    position: absolute;
    left: 0;
    z-index: 99;
    min-width: 210px;
    padding-left: 5px;
    padding-right: 5px; }

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

  .mainmenu li.drop > ul.dropdown__menu li {
    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;
    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:hover > a {
    color: #000;
    padding-left: 7px;
    background: #ddd 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 {
    align-items: center;
    display: flex;
    height: 100px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 9991; } }
/*===============================
	Slider Area
=================================*/
.slide .slide__inner h1 {
  background:#306d8645;
  color: #ffffff;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 72px;
  font-weight: 700;
  padding: 13px 30px; }
.slide .slide__inner .slider__text {
  display: block;
  margin-bottom: 30px;
  margin-top: 1px; }
  .slide .slide__inner .slider__text h2 {
    background: #306d8645;
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    font-size: 48px;
    padding: 10px 30px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 700; }

.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: "Dosis", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 25px;
  padding: 0; }
.slider--two .slide .slide__inner h6 {
  color: #5f9bc5;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase; }
.slider--two .slide .slide__inner p {
  color: #777777;
  line-height: 23px; }
.slider--two .slide .slide__inner .slider__btn {
  margin-top: 47px; }
.slider--two.slider__fixed--height {
  height: 770px; }


/*-------------------------------------------
  Slider Owl Activation
--------------------------------------------*/
.slide__carosel .owl-nav div {
  height: 65px;
  left: -80px;
  line-height: 65px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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: #306d86 none repeat scroll 0 0; }

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

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

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

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

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

.slide__carosel .slider__btn .dcare__btn {
  animation-delay: 1.5s;
  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 {
  animation-fill-mode: both;
  animation-name: fadeOut; }

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

.slider__btm__img-2 {
  animation-delay: 1.5s;
  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; } }


  .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: 100px 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%;
    transform: translateY(-50%); }
    .bcare__banner .banner__inner.banner__content--bottom {
      bottom: 0;
      text-align: center;
      top: auto;
      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;
        font-family: "Roboto", sans-serif; }
      .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;
      font-family: "Roboto", sans-serif; }
    .bcare__banner .banner__inner h2 {
      color: #444444;
      font-size: 48px;
      line-height: 66px;
      font-family: "Roboto", sans-serif; }
  .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: "Roboto", sans-serif;
      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: #333333;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 13px;
    font-family: "Dosis", sans-serif; }
  .jn__welcome__wrapper .welcome__juniro__inner p {
    color: #777777;
    font-size: 15px;
    line-height: 27px;
    padding-right: 7%; }
  .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 .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 .jnr__Welcome__thumb {
  box-shadow: 0 0 17px 2px #a09f9f;}

.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: #777777;
    font-family: "Dosis", sans-serif;
    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 {
  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 {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  padding: 0 10%;
  position: relative;
  text-align: center; }
  .service .service__icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    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;
    transform: translateX(-50%);
    width: 85px; }
  .service .service__details {
    padding-bottom: 30px;
    padding-top: 70px; }
    .service .service__details h6 {
      color: #333333;
      display: block;
      font-family: "Dosis", sans-serif;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 21px;
      transition: all 0.3s ease 0s; }
      .service .service__details h6:hover {
        color: #89d700; }
    .service .service__details p {
      color: #777777;
      font-size: 15px;
      line-height: 27px; }
  .service .service__btn {
    margin-top: 28px; }
    .service .service__btn a.dcare__btn--2 {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #dddddd;
      border-radius: 5px;
      color: #777777;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      height: 44px;
      line-height: 42px;
      padding: 0 36px;
      text-transform: capitalize;
      transition: all 0.5s ease 0s; }
      .service .service__btn a.dcare__btn--2:hover {
        background: #89d700 none repeat scroll 0 0;
        border: 1px solid #89d700;
        color: #fff; }

.service--2 .service {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .service--2 .service:hover .service__icon {
    background: #444444 none repeat scroll 0 0; }
  .service--2 .service:hover {
    transform: translateY(-20px); }
  .service--2 .service .service__icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-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: 24px;
      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 {
  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;
    font-family: "Dosis", sans-serif; }
  .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: "Dosis", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 4px; }
  .jnr__call__action__wrap .callto__action__inner p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 9px; }
  .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 {
    flex-basis: 74%; }

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

  .callto__action__btn {
    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;
  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;
      transform: translateX(-50%); }
      .junior__classes .classes__inner .classes__icon span {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        left: 50%;
        position: absolute;
        top: 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;
        transition: 0.3s;
        font-family: "Dosis", sans-serif; }
        .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;
          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: #777777;
          font-size: 16px; }
          .junior__classes .classes__inner .class__details .class__time li + li {
            margin-top: 2px; }
      .junior__classes .classes__inner .class__details .class__btn a.dcare__btn--2 {
        border: 1px solid #dddddd;
        border-radius: 5px;
        color: #777777;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        height: 40px;
        line-height: 37px;
        padding: 0 30px;
        text-transform: capitalize;
        transition: all 0.5s ease 0s; }
        .junior__classes .classes__inner .class__details .class__btn a.dcare__btn--2:hover {
          background: #89d700 none repeat scroll 0 0;
          border: 1px solid #89d700;
          color: #fff; }

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

/*========================
	Gallery Area
===========================*/
.gallery {
  margin-top: 30px;
  overflow: hidden;
  position: relative; }
  .gallery .gallery__thumb a {
    display: block;
    position: relative;
    z-index: 2; }
    .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%;
      transform: rotate(45deg);
      transition: all 0.5s ease 0s;
      width: 100%;
      z-index: 1; }
    .gallery .gallery__thumb a::after {
      background: #89d700 none repeat scroll 0 0;
      content: "";
      height: 168%;
      opacity: 0.9;
      position: absolute;
      right: -169%;
      top: 11%;
      transform: rotate(45deg);
      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%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9; }
    .gallery .gallery__hover__inner .gallery__hover__action {
      transform: scale(0);
      transition: all 0.5s ease 0s; }
      .gallery .gallery__hover__inner .gallery__hover__action .gallery__zoom {
        display: flex;
        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;
            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: 22px;
        text-transform: capitalize;
        transition: all 0.3s ease 0s;
        font-family: "Dosis", sans-serif;
        font-weight: 700; }

.gallery:hover .gallery__thumb a::before {
  left: -36%; }

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

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

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


/*========================
	Team Area
===========================*/
.team {
  margin-top: 40px;
  position: relative;
  text-align: center; }
  .team:hover .team__thumb .team__hover__action {
    transform: scaleY(1); }
  .team .team__thumb {
    position: relative; }
    .team .team__thumb a {
      display: block;
      position: relative; }
      .team .team__thumb a img {
        width: 100%; }
    .team .team__thumb .team__hover__action {
      height: 100%;
      left: 0;
      position: absolute;
      text-align: center;
      top: 0;
      transform: scaleY(0);
      transform-origin: center bottom 0;
      transition: all 0.5s ease 0s;
      width: 100%;
      z-index: 2; }
      .team .team__thumb .team__hover__action::before {
        background: #ff5400 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
      .team .team__thumb .team__hover__action .team__hover__inner {
        padding: 0 7%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .team .team__thumb .team__hover__action .team__hover__inner p {
          color: #ffffff;
          line-height: 23px;
          margin-bottom: 28px;
          padding: 0 4px; }
  .team .team__details {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 34px 0; }
    .team .team__details .team__info h6 {
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      text-transform: capitalize;
      font-family: "Dosis", sans-serif; }
    .team .team__details .team__info span {
      color: #777777;
      line-height: 32px;
      text-transform: capitalize; }



/*=====================
	Bradcaump Area
========================*/
.ht__bradcaump__container {
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2); }
  .ht__bradcaump__container img {
    max-width: inherit; }
  .ht__bradcaump__container .bradcaump__inner {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: space-between;
    padding-bottom: 8px; }
    .ht__bradcaump__container .bradcaump__inner h2 {
      color: #00000;
      font-family: "Dosis", sans-serif;
      font-size: 36px;
      font-weight: 700;
      text-transform: capitalize; }
    .ht__bradcaump__container .bradcaump__inner .breadcrumb-item {
      color: #00000;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      transition: all 0.3s ease 0s; }
    .ht__bradcaump__container .bradcaump__inner .brd-separetor {
      padding: 0 10px; }

.bradcaump-inner a.breadcrumb-item:hover {
  color: #89d700; }

.ht__bradcaump__container {
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px !important; }

.bradcaump__style--2 .ht__bradcaump__container {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 287px;
  box-shadow: none;
  margin-bottom: 0; }

@media only screen and (max-width: 575px) {
  .ht__bradcaump__container .bradcaump__inner {
    display: block; }

  .ht__bradcaump__container .bradcaump__inner h2 {
    margin-bottom: 15px; } }

/*========================
    Contact Area
===========================*/
.contact__map .google__map {
  margin-left: -15px;
  margin-right: -15px; }
.contact__map .child__image {
  margin-left: -15px;
  margin-right: -15px; }

#googleMap {
  width: 100%;
  height: 783px; }

.page__contact .address {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center; }
  .page__contact .address .ct__icon {
    position: absolute;
    text-align: center;
    top: -42px;
    width: 100%; }
    .page__contact .address .ct__icon i {
      background: #fff none repeat scroll 0 0;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
      height: 85px;
      line-height: 85px;
      margin: auto;
      text-align: center;
      top: 0;
      width: 85px;
      border-radius: 100%;
      color: #088bc1;
      font-size: 30px; }
  .page__contact .address .address__inner {
    padding: 59px 20px 28px; }
    .page__contact .address .address__inner h2 {
      font-family: "Dosis", sans-serif;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 24px;
      text-transform: capitalize; }
    .page__contact .address .address__inner p {
      color: #000000;
      line-height: 23px;
      margin-bottom: 18px; }
    .page__contact .address .address__inner ul li {
      color: #000000;
      line-height: 23px; }
      .page__contact .address .address__inner ul li a {
        color: #000000;
        line-height: 23px; }

.contact__box .single-contact-form.name {
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .contact__box .single-contact-form.name input {
    flex-basis: 50%;
    margin: 0 15px; }
.contact__box .single-contact-form input {
  border: 1px solid #eeeeee;
  color: #777777;
  height: 45px;
  padding: 0 40px;
  width: 100%; }
.contact__box .single-contact-form textarea {
  border: 1px solid #eeeeee;
  color: #777777;
  min-height: 200px;
  padding: 20px;
  width: 100%; }
.contact__box .single-contact-form + .single-contact-form {
  margin-top: 30px; }
.contact__box .contact-btn {
  margin-top: 30px;
  text-align: center; }
  .contact__box .contact-btn .dcare__btn {
    border: 0 none;
    text-transform: uppercase; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #googleMap {
    height: 408px; } }
@media only screen and (max-width: 767px) {
  .page__contact .address .address__inner p {
    font-size: 13px; }

  .page__contact .address .address__inner h2 {
    font-size: 20px;
    margin-bottom: 11px; }

  .page__contact .address .address__inner {
    padding: 54px 20px 28px; } }
@media only screen and (max-width: 575px) {
  .contact__box .single-contact-form.name {
    flex-wrap: wrap; }

  .contact__box .single-contact-form.name input {
    flex-basis: 100%; }

  .contact__box .single-contact-form.name input + input {
    margin-top: 30px; } }


/*========================
    Gallery Details
===========================*/
.gallery__inner h2 {
  font-size: 36px;
  margin-bottom: 23px;
  margin-top: 30px;
  text-transform: capitalize;
  font-family: "Dosis", sans-serif; }

.gallery__inner p {
  color: #777777;
  line-height: 23px; }

.gallery__new {
  display: flex;
  margin-bottom: 31px;
  margin-top: 38px; }

.gallery__list li a {
  color: #777777;
  display: block;
  padding-right: 11%;
  position: relative; }

.gallery__list {
  flex-basis: 45%; }

.gallery__sm__thumb {
  flex-basis: 55%; }

.gallery__sm__thumb img {
  width: 100%; }

.gallery__list li {
  padding-left: 20px;
  position: relative; }

.gallery__list li + li {
  padding-top: 13px; }

.gallery__list li::before {
  background: #646464 none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 53%;
  transform: rotate(137deg);
  width: 8px; }

.gallery__details__wrapper p {
  line-height: 23px; }

.gallery__details__wrapper h4 {
  color: #444444;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px;
  text-transform: uppercase; }

.gallery__share {
  align-items: center;
  display: flex;
  margin-top: 30px; }

.gallery__share span {
  color: #959595;
  display: inline-block;
  font-size: 16px;
  padding-right: 19px;
  text-transform: capitalize; }

.gallery__inner img {
  width: 100%; }

.gallery__details__wrapper.with--rightbar {
  padding-right: 50px; }

@media only screen and (max-width: 767px) {
  .gallery__new {
    flex-wrap: wrap; }

  .gallery__sm__thumb {
    flex-basis: 100%; }

  .gallery__list {
    flex-basis: 100%;
    margin-bottom: 20px; }

  .gallery__list li a {
    padding-right: 4%; } }
@media only screen and (max-width: 575px) {
  .gallery__inner h2 {
    font-size: 25px; }

  .gallery__details__wrapper.with--rightbar {
    padding-right: 0; }

  .gallery__list li a {
    padding-right: 0; } }
/*==========================
    Footer Styles
============================*/
.ftr__catrgory li a {
  color: #ffffff; }

.ftr__catrgory li + li {
  padding-top: 10px; }

.footer__social__icon {
  margin-bottom: 42px;
  margin-top: 36px; }
.copyright__wrapper {
  height: 100px; }
  .copyright__wrapper .coppy__right__inner p {
    position: relative; }
    .copyright__wrapper .coppy__right__inner p i {
      padding-right: 10px;
      color: #777777; }


@media only screen and (max-width: 420px) {
  .ftr__btm__image::before {
    width: 141%; } }

/*# sourceMappingURL=style.css.map */
.ftr__catrgory i{
  color: #fff;
}
.ftr__address__inner p{
color: #fff;
}
.ftr__address__inner a{
color: #fff;
}

.read{
  color:#53b9f1;
  cursor: pointer;
}