/*********************************************************************************

    Template Name: JuniorHome Day Care  Bootstrap 4 Template  
    Template URI: https://themeforest.net/user/hastech
    Description: JuniorHome is a beautifula and unique Day Care Bootstrap 4 template.
    Author: HasTech
    Author URI: https://hastech.company/
    Version: 1.0

    Note: This is style css.

**********************************************************************************/
/*===============================================================================
      [ CSS INDEX ]
=================================================================================

	reset
	typography
	helper-class
	button
	section-title
	social-link
	pagination
	slide-activation
	header
	navigation
	slider
	banner
	welcome
	service
	call-to-action
	class
	testimonial
	gallery
	blog
	upcoming-event
	subscribe
	shopping-cart
	team
	counterup
	choose_us
	popular
	product
	event
	kidz
	courses
	new-arrival
	brand
	bradcaump
	class-list
	event-list
	sidebar
	blog-grid
	blog-details
	shop-single
	contact
	event-details
	class-details
	log-in
	checkout
	cart
	wishlist
	gallery-details
	footer




// Needed Files
@import 'variables';
@import 'mixins';


font-family: 'Ubuntu', sans-serif;








/*******************
Basic Styles
********************/
/**
Reset Styles
*/
* {
  -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; }

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

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: #89d700;
    color: #fff; }

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

/* 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: #0095e8; }

.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: #292929; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-pngimage--10 {
  background-image: url(images/bg-png/10.png);
  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: 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: "Roboto", sans-serif; }

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

/* Height and width */
.fullscreen {
  min-height: 100vh;
  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: 150px 0; }

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

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

.section-padding--md {
  padding: 140px 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: #89d700 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%; }

.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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    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;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-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;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-animation: playbutton-effect 1s ease-in-out infinite;
    animation: playbutton-effect 1s ease-in-out infinite;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .play__btn:hover,
  a.play__btn:hover,
  button.play__btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-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; } }
/*========================
	Section Title Styles
===========================*/
.section__title h2.title__line {
  color: #fc0102;
  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("images/icons/title.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("images/icons/title-4.png") no-repeat scroll 0 0; }
  .section__title h2.title__line.white__line::before {
    background: rgba(0, 0, 0, 0) url("images/icons/title-2.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; }

/*========================
    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.twitter a {
      color: #1DA1F2; }
      .dacre__social__link--2 li.twitter a:hover {
        background: #1DA1F2;
        color: #fff; }
    .dacre__social__link--2 li.vimeo a {
      color: #1AB7EA; }
      .dacre__social__link--2 li.vimeo a:hover {
        background: #1AB7EA;
        color: #fff; }
    .dacre__social__link--2 li.pinterest a {
      color: #C8232C; }
      .dacre__social__link--2 li.pinterest a:hover {
        background: #C8232C;
        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; }
      .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: #777777;
      text-transform: capitalize;
      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%;
    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;
  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 {
  backface-visibility: visible;
  background: transparent none repeat scroll 0 0;
  border: 2px solid #444444;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 0 3px;
  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;
  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;
  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: -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: 60px; }
  .junior__header__top .jun__header__top__left .top__address li i {
    color: #89d700;
    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; }

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

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

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

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

@-webkit-keyframes bgRunning {
  from {
    background-position: left center; }
  to {
    background-position: right center; } }
@-o-keyframes bgRunning {
  from {
    background-position: left center; }
  to {
    background-position: right center; } }
@-moz-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("images/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% {
    transform: rotate(360deg); } }
.mainmenu__wrapper.bg__cat--1.poss-relative.header_top_line:after {
  position: absolute;
  top: 100%;
  left: 0;
  background: url(images/icons/line-2.png) no-repeat scroll center top;
  content: "";
  height: 17px;
  width: 100%; }

.sticky__header.is-sticky {
  animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  transition: 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: #777777; }

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

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

.header--3 .jun__header__top__right {
  display: flex;
  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%;
  transform: translateY(-50%) translateX(-50%);
  width: 1px; }

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
  justify-content: flex-start;
  margin-left: -15px; }

.header--3 .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li:first-child {
  margin-left: 0; }

.header--3 .mainmenu__right {
  display: flex;
  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: #197fe3; }

.header--5 .jun__header__top__left p {
  color: #777777;
  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 {
    flex-wrap: wrap; }

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

  .header--3 .jun__header__top__right p + p {
    margin-top: 8px; } }
/*===============================
	Navigation Styles
=================================*/
.mainmenu__wrapper {
  position: relative;
  padding-top: 13px;
  z-index: 9; }
  .mainmenu__wrapper .logo {
    align-items: center;
    display: flex;
    height: 100px; }
  .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: uppercase;
        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%;
    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: #89d700;
  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: #89d700;
    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--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: "Dosis", sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    padding: 0;
    text-transform: uppercase; }
  .slider--three .slide .slide__inner h6 {
    color: #5f9bc5;
    font-family: "Dosis", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase; }
  .slider--three .slide .slide__inner h4 {
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    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: #777777;
    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: "Dosis", sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    padding: 0;
    text-transform: inherit; }
  .slider--four .slide .slide__inner h6 {
    color: #444444;
    font-family: "Dosis", sans-serif;
    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: "Dosis", sans-serif;
    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: #777777;
    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: "Dosis", sans-serif;
    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: "Dosis", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .slider--five .slide .slide__inner h4 {
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    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: #777777;
    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: 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: #89d700 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; } }
@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: 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: 50px 77px;
  background: #ffffff59;
 }
  .jn__welcome__wrapper .welcome__juniro__inner h3 {
    color: #ff3600;
    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%; 
    font-weight: 700;
  }
  .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%;
      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;
        transform: scale(1);
        transition: 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 {
        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: 55px;
  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: #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 a {
      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 a: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: #197fe3; }
    .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; } 

    .top-bar::before{
      top: 66px !important;
    }
  
  }



/*========================
	Testimonial Area
===========================*/
.testimonial__container {
  padding: 0 100px; }
  .testimonial__container .testimonial {
    padding: 66px 0; }
    .testimonial__container .testimonial .testimonial__inner .test__icon {
      margin-top: 29px; }
    .testimonial__container .testimonial .testimonial__inner .client__details p {
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      line-height: 30px;
      margin-top: 7px;
      padding: 0 12%; }
    .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: "Dosis", sans-serif;
        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("images/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: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 38px;
  margin-top: 18px;
  font-style: italic; }

.testimonial {
  padding: 0 17%; }

.tes__info h6 {
  color: #ffffff;
  font-family: "Dosis", sans-serif;
  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: -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;
  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: "Roboto", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 38px;
      padding-right: 10%;
      font-style: italic; }
    .testimonial--3 .testimonial__content .tes__info {
      margin-top: 17px; }
  .testimonial--3 .testimonial__thumb {
    -webkit-flex-basis: 44%;
    -moz-flex-basis: 44%;
    -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%;
      transform: translateY(-50%); }
    .testimonial--4 .testimonial__inner .clint__img {
      margin-bottom: 29px; }
    .testimonial--4 .testimonial__inner .clint__info h6 {
      color: #ffffff;
      font-family: "Dosis", sans-serif;
      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: "Dosis", sans-serif;
      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 {
    flex-wrap: wrap; }

  .kidz__zone {
    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 {
    flex-wrap: wrap;
    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; } }
/*========================
	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; }

.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;
  transform: rotate(0deg);
  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;
  transform: rotate(0deg);
  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;
  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; }

.gallery__menu {
  text-align: center; }
  .gallery__menu button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    padding: 0 30px;
    transition: all 0.4s ease 0s; }
    .gallery__menu button.is-checked {
      color: #89d700; }
    .gallery__menu button:hover {
      color: #89d700; }

/*========================
	Blog Area
===========================*/
.blog {
  text-align: center;
  margin-top: 40px; }
  .blog .blog__date {
    background: #89d700 none repeat scroll 0 0;
    height: 40px;
    line-height: 40px; }
    .blog .blog__date span {
      color: #ffffff; }
  .blog .blog__thumb a img {
    width: 100%; }
  .blog .blog__inner {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 40px; }
    .blog .blog__inner span {
      color: #777777; }
    .blog .blog__inner h4 a {
      color: #333333;
      display: block;
      font-family: "Dosis", sans-serif;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 16px;
      margin-top: 6px;
      transition: all 0.3s ease 0s; }
      .blog .blog__inner h4 a:hover {
        color: #89d700; }
    .blog .blog__inner p {
      font-size: 14px;
      line-height: 27px;
      margin-bottom: 36px;
      padding: 0 23px;
      color: #777777; }
    .blog .blog__inner ul.blog__meta {
      align-items: center;
      background: #89d700 none repeat scroll 0 0;
      height: 6px;
      padding: 0 20px;
      position: relative; }
      .blog .blog__inner ul.blog__meta::before {
      /*  background: #fff none repeat scroll 0 0;*/
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        width: 1px; }
      .blog .blog__inner ul.blog__meta::after {
        /*background: #fff none repeat scroll 0 0;*/
        content: "";
        height: 100%;
        left: 52%;
        position: absolute;
        width: 1px; }
      .blog .blog__inner ul.blog__meta li a {
        color: #ffffff; }

.blog-page {
  margin-top: -40px; }

.blog__2 {
  margin-top: 40px;
  overflow: hidden;
  position: relative; }
  .blog__2 .blog__thumb a {
    display: block; }
    .blog__2 .blog__thumb a img {
      width: 100%; }
  .blog__2 .blog__inner {
    bottom: 0;
    margin-bottom: -187px;
    padding: 30px 22px;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 2; }
    .blog__2 .blog__inner::before {
      background: #fff none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.7;
      position: absolute;
      width: 100%;
      z-index: -1; }
    .blog__2 .blog__inner .blog__hover__inner h2 {
      color: #444444;
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 25px;
      padding-top: 32px;
      transition: 0.5s;
      font-family: "Dosis", sans-serif; }
    .blog__2 .blog__inner .blog__hover__inner .bl__meta {
      margin-bottom: 14px; }
      .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
        color: #777777;
        font-size: 12px;
        line-height: 30px; }
    .blog__2 .blog__inner .blog__hover__inner .bl__details p {
      font-size: 14px;
      line-height: 23px; }
    .blog__2 .blog__inner .blog__hover__inner .blog__btn {
      display: flex;
      margin-top: 34px; }
      .blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__btn {
        background: #f6f6f6 none repeat scroll 0 0;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        color: #777777;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        height: 38px;
        line-height: 36px;
        margin-right: 25px;
        padding: 0 24px;
        transition: all 0.3s ease 0s; }
        .blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__btn:hover {
          background: #fe5629 none repeat scroll 0 0;
          border: 1px solid #fe5629;
          color: #fff; }
      .blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__share__btn {
        background: #f6f6f6 none repeat scroll 0 0;
        border: 1px solid #eeeeee;
        border-radius: 100%;
        color: #fe5629;
        display: inline-block;
        font-size: 18px;
        height: 38px;
        line-height: 35px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 38px; }
        .blog__2 .blog__inner .blog__hover__inner .blog__btn a.bl__share__btn:hover {
          background: #fe5629 none repeat scroll 0 0;
          border: 1px solid #fe5629;
          color: #fff; }
  .blog__2:hover .blog__inner {
    margin-bottom: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
    display: none; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 9px;
    padding-top: 21px; }

  .blog__2 .blog__inner .blog__hover__inner .blog__btn {
    margin-top: 19px; }

  .blog__2 .blog__inner {
    margin-bottom: -153px; }

  .blog__2 .blog__inner {
    padding: 30px 10px; }

  .blog__single.blog__item .blog__content {
    padding: 0 0 30px 19px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__2 .blog__inner {
    margin-bottom: -241px; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    font-size: 19px;
    line-height: 29px;
    padding-bottom: 10px;
    padding-top: 16px; }

  .blog__2 .blog__inner .blog__hover__inner .blog__btn {
    margin-top: 12px; }

  .blog__2 .blog__inner .blog__hover__inner .bl__meta {
    margin-bottom: 5px; }

  .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
    font-size: 11px;
    line-height: 17px; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    padding-bottom: 25px;
    padding-top: 18px; }

  .blog__2 .blog__inner {
    margin-bottom: -174px; }

  .blog__single.blog__item .blog__content {
    padding: 0 10px 30px 30px; } }
@media only screen and (max-width: 420px) {
  .bl__details {
    display: none; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    font-size: 19px;
    line-height: 31px; }

  .blog__2 .blog__inner .blog__hover__inner .blog__btn {
    margin-top: 0; }

  .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
    line-height: 25px; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    padding-bottom: 12px;
    padding-top: 34px; }

  .blog__2 .blog__inner {
    margin-bottom: -124px; }

  .dcare__page__list li a {
    height: 30px;
    line-height: 30px;
    width: 30px; }

  .dcare__page__list li {
    margin: 0 4px; }

  .blog__single .blog__content .blog__btn {
    flex-wrap: wrap; }

  .blog__single .blog__content .blog__btn .bl__meta {
    margin-top: 20px; } }
/*========================
	Upcoming Event
===========================*/
.upcomming__event {
  margin-left: 120px;
  margin-top: 40px;
  position: relative; }
  .upcomming__event .upcomming__thumb img {
    width: 100%; }
  .upcomming__event .upcomming__inner {
    left: 54px;
    position: absolute;
    top: 37px; }
    .upcomming__event .upcomming__inner h6 a {
      color: #444444;
      display: inline-block;
      font-size: 24px;
      margin-bottom: 24px;
      padding-bottom: 10px;
      position: relative;
      transition: 0.3s;
      font-family: "Dosis", sans-serif; }
      .upcomming__event .upcomming__inner h6 a:hover {
        color: #89d700; }
      .upcomming__event .upcomming__inner h6 a::before {
        border: 1px dashed #d0d0d0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        width: 120px; }
    .upcomming__event .upcomming__inner p {
      margin-bottom: 24px;
      padding-right: 10%; }
    .upcomming__event .upcomming__inner .event__time {
      margin-left: -27px;
      text-align: center; }
      .upcomming__event .upcomming__inner .event__time li i {
        border: 1px solid #777777;
        border-radius: 100%;
        color: #777777;
        display: block;
        font-size: 22px;
        height: 45px;
        line-height: 42px;
        margin: auto auto 9px;
        padding-right: 0;
        text-align: center;
        width: 45px; }
      .upcomming__event .upcomming__inner .event__time li + li {
        margin-top: 12px; }
  .upcomming__event .event__occur {
    left: -27%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .upcomming__event .event__occur .enent__pub {
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      .upcomming__event .event__occur .enent__pub span {
        color: #89d700;
        display: block; }
        .upcomming__event .event__occur .enent__pub span.time {
          display: inline-block;
          font-size: 36px;
          font-weight: 700;
          margin-bottom: 6px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .upcomming__event .event__occur {
    left: -38%; }

  .upcomming__event .upcomming__inner p {
    margin-bottom: 11px; }

  .upcomming__event .upcomming__inner .event__time {
    text-align: left; }

  .upcomming__event .upcomming__inner .event__time li i {
    margin: auto 12px 0 auto;
    padding-right: 0;
    text-align: center;
    width: 45px;
    display: inline-block; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .upcomming__event .event__occur {
    left: -17%; }

  .upcomming__event .upcomming__inner {
    left: 69px; } }
@media only screen and (max-width: 767px) {
  .upcomming__event {
    margin-left: 0; }

  .upcomming__event .event__occur {
    left: -22%; } }
@media only screen and (max-width: 575px) {
  .upcomming__event {
    margin-left: 0;
    margin-top: 40px;
    position: relative; }

  .upcomming__event .event__occur {
    left: 50%;
    top: 0;
    transform: translateY(-72%) translateX(-50%); }

  .upcomming__event {
    margin-top: 122px; }

  .upcomming__event .upcomming__inner {
    left: 24px;
    top: 37px; }

  .upcomming__event .upcomming__inner p {
    margin-bottom: 9px;
    padding-right: 7px;
    font-size: 13px;
    line-height: 23px; }

  .upcomming__event .upcomming__inner h6 a {
    margin-bottom: 13px; }

  .upcomming__event .event__occur {
    display: none; } }
/*========================
	Subscribe Area
===========================*/
.subscribe__inner {
  padding: 30px 0 40px;
  text-align: center; }
  .subscribe__inner h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 27px;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif; }

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

.htc__news__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 240px; }

.news__input {
  flex-basis: 80%; }

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

.subscribe__btn {
  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;
  transform: translateY(103px);
  z-index: 1; }

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

.bcare__subscribe.subscrive--2 {
  margin-top: 0;
  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: #777777; }

.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;
  outline: none; }

.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%;
  transform: translateY(0px) translateX(-50%);
  width: 100%;
  outline: none; }

.subscribe--3 .news__input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1; }

.subscribe--3 .news__input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1; }

.subscribe--3 .news__input input:-ms-input-placeholder {
  /* IE 10+ */
  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;
  box-shadow: 0 1px 35px rgba(181, 181, 181, 0.11); }
  .subscribe__style--5 .subscribe__inner h2 {
    color: #777777; }
  .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; } }
/*======= Cartbox Styles =======*/
.cartbox-wrap {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  z-index: 9998px; }
  .cartbox-wrap .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(30, 30, 30, 0.85);
    z-index: 9991;
    visibility: hidden;
    opacity: 0;
    cursor: url(images/icon/close.png), crosshair; }
  .cartbox-wrap.is-visible {
    visibility: visible;
    opacity: 1; }
    .cartbox-wrap.is-visible .body-overlay {
      visibility: visible;
      opacity: 1; }
    .cartbox-wrap.is-visible .cartbox {
      right: 0;
      -webkit-animation: slideInRight 0.7s ease-in-out both;
      -moz-animation: slideInRight 0.7s ease-in-out both;
      -ms-animation: slideInRight 0.7s ease-in-out both;
      -o-animation: slideInRight 0.7s ease-in-out both;
      animation: slideInRight 0.7s ease-in-out both; }

.cartbox {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9992;
  height: 100%;
  width: 465px;
  background: #fafafa;
  min-height: 100vh;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 25px 35px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  overflow-y: auto; }
  .cartbox .cartbox-close {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: transparent;
    font-size: 25px;
    text-transform: uppercase;
    margin-right: -5px;
    border: 0 none; }
    .cartbox .cartbox-close:hover {
      color: #89d700; }

.cartbox__items {
  padding-bottom: 20px;
  border-bottom: 1px solid #aaaaaa; }

.cartbox__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0; }
  .cartbox__item:last-child {
    border-bottom: none; }

.cartbox__item__thumb {
  width: 70px;
  display: inline-block; }

.cartbox__item__thumb a {
  display: inline-block; }

.cartbox__item__content {
  flex-grow: 100;
  padding-left: 25px;
  padding-right: 25px; }
  .cartbox__item__content h5 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: capitalize; }
    .cartbox__item__content h5 a:hover {
      color: #89d700; }
  .cartbox__item__content p {
    font-size: 12px;
    margin-bottom: 0; }
  .cartbox__item__content span.price {
    font-weight: 500;
    color: #89d700; }

button.cartbox__item__remove {
  background: none;
  font-size: 20px;
  padding: 0;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  color: #999;
  border: 0 none; }
  button.cartbox__item__remove:hover {
    color: #89d700; }

.cartbox__total {
  margin-top: 20px; }
  .cartbox__total ul {
    padding-left: 0;
    list-style: none; }
    .cartbox__total ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      font-size: 18px;
      font-weight: 400;
      font-style: italic;
      line-height: 1.5; }
      .cartbox__total ul li.shipping-charge span.price:before {
        content: "+";
        font-size: 16px;
        padding-right: 3px; }
      .cartbox__total ul li.grandtotal {
        font-size: 24px;
        color: black;
        margin-top: 7px;
        font-weight: 700; }

.cartbox__buttons {
  margin-top: 30px; }
  .cartbox__buttons a.cr-btn {
    text-align: center;
    margin-top: 20px;
    display: block;
    height: 50px;
    padding: 4px 30px;
    border-radius: 0; }
    .cartbox__buttons a.cr-btn:before {
      border-radius: 0; }

.cartbox__item__thumb a img {
  max-width: 100%; }

.cartbox__buttons a {
  display: block;
  font-family: Open Sans;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.cartbox__buttons a + a {
  margin-top: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cartbox {
    width: 400px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cartbox {
    width: 350px;
    padding: 15px 25px; } }
@media only screen and (max-width: 767px) {
  .cartbox {
    width: 350px;
    padding: 15px 15px; } }
@media only screen and (max-width: 575px) {
  .cartbox {
    width: calc(100% - 30px);
    padding: 15px 15px; } }
@media only screen and (max-width: 575px) {
  .brand__list li + li {
    margin-top: 30px; }

  .brand__list li a img {
    width: auto; }

  .brand__list {
    display: block !important;
    text-align: center; } }
/*========================
	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; }

.team--2 {
  margin-top: 40px;
  position: relative; }
  .team--2 .team__hover__action {
    bottom: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2; }
    .team--2 .team__hover__action::before {
      background: #000000 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.6;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    .team--2 .team__hover__action .team__hover__inner {
      bottom: 0;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      position: absolute; }
      .team--2 .team__hover__action .team__hover__inner h4 a {
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
        text-transform: capitalize;
        transition: all 0.4s ease 0s; }
      .team--2 .team__hover__action .team__hover__inner span {
        color: #ffffff;
        display: inline-block;
        margin-top: 7px;
        text-transform: capitalize;
        transition: all 0.5s ease 0s; }
      .team--2 .team__hover__action .team__hover__inner p {
        color: #ffffff;
        margin-bottom: 26px;
        transition: all 0.6s ease 0s; }

.team--2:hover .team__hover__action {
  opacity: 1; }

.team__style--3 {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  margin-top: 40px; }

.team__style--3 .team__hover__action {
  background: #f6f6f6 none repeat scroll 0 0;
  height: 100%;
  margin-top: -149px;
  position: absolute;
  text-align: center;
  top: 100%;
  transition: all 0.5s ease 0s;
  width: 100%; }

.team__style--3 .team__info h6 a {
  color: #444444;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Dosis", sans-serif; }

.team__style--3 .team__info span {
  color: #777777;
  display: block;
  margin-top: 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.team__style--3 .team__info {
  padding: 34px 0 26px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.team__style--3:hover .team__hover__action {
  background: rgba(255, 84, 0, 0.9) none repeat scroll 0 0;
  margin-top: 0;
  top: 0; }

.team__details {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.team__style--3:hover .team__details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.team__style--3:hover .team__info h6 a {
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3px;
  font-family: "Dosis", sans-serif; }

.team__style--3:hover .team__info span {
  color: #ffffff;
  text-transform: capitalize; }

.team__style--3:hover .team__info {
  padding: 0; }

.team__style--3 .team__info p {
  color: #ffffff; }

.team__details p {
  color: #ffffff;
  line-height: 23px;
  margin-bottom: 28px;
  margin-top: 20px;
  padding: 0 7%; }

.team__thumb img {
  width: 100%; }

.team__style--3.hover-color-2:hover .team__hover__action {
  background: rgba(0, 0, 0, 0.64) none repeat scroll 0 0; }

.team__style--3.team--4 .team__hover__action {
  bottom: -100%; }

.team__style--3.team--4.hover-color-2:hover .team__hover__action {
  bottom: 0; }

@media only screen and (max-width: 767px) {
  .team__hover__action {
    bottom: -202px; }

  .hover-color-2 .team__hover__action {
    bottom: -142px; } }
@media only screen and (max-width: 575px) {
  .team__hover__action {
    bottom: -132px; } }
@media only screen and (max-width: 420px) {
  .team__hover__action {
    bottom: -168px; }

  .hover-color-2 .team__hover__action {
    bottom: -174px; } }
.funfact {
  flex-basis: 50%;
  text-align: center; }

/*========================
	Counterup Area
===========================*/
.funfact {
  text-align: center; }
  .funfact .fact__title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 9px;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif; }
  .funfact .fact__count span.count {
    color: #b1c642;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 30px;
    margin-top: 20px; }
    .funfact .fact__count span.count.color--2 {
      color: #ff5020; }
    .funfact .fact__count span.count.color--3 {
      color: #ffc10d; }
    .funfact .fact__count span.count.color--4 {
      color: #68b9d8; }

@media only screen and (max-width: 767px) {
  .funfact {
    flex-basis: 50%; }

  .funfact:nth-child(n+3) {
    margin-top: 40px; } }
@media only screen and (max-width: 420px) {
  .funfact {
    flex-basis: 100%; }

  .funfact:nth-child(n+2) {
    margin-top: 40px; } }
/*========================
	Choose Us Area
===========================*/
.dacre__choose__option {
  margin-top: 40px; }
  .dacre__choose__option .choose {
    display: flex;
    justify-content: space-between; }
    .dacre__choose__option .choose .choose__inner {
      text-align: right; }
      .dacre__choose__option .choose .choose__inner h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        font-family: "Dosis", sans-serif; }
    .dacre__choose__option .choose .choose__icon {
      padding-left: 20px;
      padding-top: 11px; }
  .dacre__choose__option .choose__big__img {
    text-align: center; }
  .dacre__choose__option.text__align--left .choose .choose__inner {
    text-align: left; }
  .dacre__choose__option.text__align--left .choose .choose__icon {
    padding-left: 0;
    padding-right: 20px; }

.choose:not(first-child) {
  margin-top: 40px; }

/*===================
	Popular Class
=====================*/
.popular__class__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap; }
  .popular__class__group .dacre__popular__classes {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px 5px 5px 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px; }
    .popular__class__group .dacre__popular__classes .dc__popular__img {
      -webkit-flex-basis: 42%;
      -moz-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
      position: relative; }
      .popular__class__group .dacre__popular__classes .dc__popular__img a img {
        border-radius: 5px 0 0 5px;
        width: 100%; }
      .popular__class__group .dacre__popular__classes .dc__popular__img .popular__class__hover {
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; }
        .popular__class__group .dacre__popular__classes .dc__popular__img .popular__class__hover a {
          background: #fff none repeat scroll 0 0;
          border-radius: 5px;
          color: #fe5629;
          display: inline-block;
          font-size: 18px;
          height: 45px;
          line-height: 45px;
          transform: scale(0);
          transition: all 0.4s ease 0s;
          width: 45px; }
    .popular__class__group .dacre__popular__classes .dc__popular__details {
      align-self: center;
      -webkit-flex-basis: 58%;
      -moz-flex-basis: 58%;
      -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
      padding-left: 30px;
      padding-right: 30px; }
      .popular__class__group .dacre__popular__classes .dc__popular__details .class__she {
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between; }
        .popular__class__group .dacre__popular__classes .dc__popular__details .class__she .class__date span {
          color: #777777; }
        .popular__class__group .dacre__popular__classes .dc__popular__details .class__she .class__price span {
          border: 1px solid #dddddd;
          color: #444;
          display: inline-block;
          font-size: 24px;
          font-weight: 700;
          height: 38px;
          line-height: 36px;
          padding: 0 19px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .popular__class__group .dacre__popular__classes .dc__popular__details h6 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 13px;
        padding-bottom: 16px;
        position: relative;
        text-transform: capitalize;
        font-family: "Dosis", sans-serif; }
        .popular__class__group .dacre__popular__classes .dc__popular__details h6::before {
          background-image: url("images/icons/line-3.png");
          background-repeat: no-repeat;
          bottom: 0;
          content: "";
          height: 5px;
          left: 0;
          position: absolute;
          width: 122px; }
      .popular__class__group .dacre__popular__classes .dc__popular__details .class__size {
        margin-top: 15px; }
    .popular__class__group .dacre__popular__classes:hover .popular__class__hover a {
      transform: scale(1); }

.class__size li + li {
  padding-top: 2px; }

.popular__group__slide__init .owl-nav div {
  left: -110px;
  position: absolute;
  top: 50%; }
  .popular__group__slide__init .owl-nav div.owl-next {
    left: auto;
    right: -110px; }
  .popular__group__slide__init .owl-nav div i {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px; }
    .popular__group__slide__init .owl-nav div i:hover {
      background: #89d700;
      color: #fff; }

.popular__class__group .dacre__popular__classes:hover .dc__popular__details .class__she .class__price span {
  border: 1px solid #fe5629;
  color: #fe5629; }

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

  .popular__group__slide__init .owl-nav div.owl-next {
    right: -30px; }

  .popular__class__group .dacre__popular__classes .dc__popular__img {
    flex-basis: 44%; }

  .popular__class__group .dacre__popular__classes .dc__popular__details {
    flex-basis: 56%; }

  .popular__class__group .dacre__popular__classes .dc__popular__details .class__she .class__price span {
    font-size: 17px;
    height: 33px;
    line-height: 29px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popular__group__slide__init .owl-nav div {
    left: -50px; }

  .popular__group__slide__init .owl-nav div.owl-next {
    right: -50px; } }
@media only screen and (max-width: 767px) {
  .popular__group__slide__init .owl-nav div {
    left: -40px; }

  .popular__group__slide__init .owl-nav div.owl-next {
    right: -40px; } }
@media only screen and (max-width: 575px) {
  .popular__group__slide__init .owl-nav div {
    left: 0px; }

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

  .popular__class__group .dacre__popular__classes .dc__popular__img {
    flex-basis: 100%; }

  .popular__class__group .dacre__popular__classes .dc__popular__details {
    flex-basis: 100%;
    padding: 20px 30px; }

  .popular__class__group .dacre__popular__classes {
    flex-wrap: wrap; }

  .popular__class__group .dacre__popular__classes + .dacre__popular__classes {
    display: none; } }
/*========================
	Product ARea
===========================*/
.product__nav {
  margin-top: 21px; }
  .product__nav a {
    color: #444444;
    margin: 0 19px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .product__nav a:hover, .product__nav a.active {
      color: #89d700;
      text-decoration: line-through; }

.product {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  text-align: center; }
  .product .product__imges {
    position: relative; }
    .product .product__imges a {
      display: block; }
      .product .product__imges a img {
        width: 100%; }
    .product .product__imges .pro__ofer {
      position: absolute;
      right: 0;
      top: 40px; }
      .product .product__imges .pro__ofer span {
        background: #dddddd none repeat scroll 0 0;
        border-radius: 5px 0 0 5px;
        color: #fe5629;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        padding: 0 9px; }
  .product .product__inner {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-top: 23px; }
    .product .product__inner h4 {
      font-size: 24px;
      line-height: 44px;
      margin-bottom: 4px;
      text-transform: capitalize;
      font-family: "Dosis", sans-serif; }
    .product .product__inner span {
      color: #444444;
      font-size: 24px;
      font-weight: 700; }
    .product .product__inner .pro__btn {
      margin-top: 19px; }
      .product .product__inner .pro__btn .dcare__btn {
        font-size: 16px;
        height: 43px;
        line-height: 41px;
        padding: 0 26px; }

/* Product Style Two*/
/* Product Hover Action*/
.product__cart__wrapper {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .product__cart__wrapper .cart__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product__cart__wrapper .cart__list li {
      margin: 0 1px; }
      .product__cart__wrapper .cart__list li a {
        background: #fff none repeat scroll 0 0;
        display: block;
        height: 40px;
        line-height: 43px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 40px;
        text-align: center; }
        .product__cart__wrapper .cart__list li a span {
          color: #666666;
          font-size: 18px;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -ms-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
        .product__cart__wrapper .cart__list li a:hover span {
          color: #fe5629; }

.product:hover .product__cart__wrapper {
  opacity: 1;
  top: 50%; }

/* Product Style Two*/
.product--2 {
  margin-top: 80px; }
  .product--2 .product__imges {
    position: relative; }
    .product--2 .product__imges a img {
      width: 100%; }
    .product--2 .product__imges .pro__ofer {
      left: 0;
      position: absolute;
      top: 0; }
      .product--2 .product__imges .pro__ofer span {
        background: #fff none repeat scroll 0 0;
        color: #fe5629;
        display: inline-block;
        font-size: 12px;
        height: 30px;
        padding: 0 10px; }
  .product--2:hover .product__cart__wrapper {
    opacity: 1;
    top: 50%; }
  .product--2 .product__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 18px; }
    .product--2 .product__inner .pro__title h4 {
      color: #444444;
      font-family: "Dosis", sans-serif;
      font-weight: 700;
      text-transform: capitalize; }
    .product--2 .product__inner .pro__title .rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product--2 .product__inner .pro__title .rating li i {
        color: #8bc34a; }
    .product--2 .product__inner .pro__prize span {
      color: #444444;
      font-size: 16px; }
      .product--2 .product__inner .pro__prize span.old__prize {
        color: #999999;
        padding-right: 14px;
        text-decoration: line-through; }

.product--2 .product__inner ul.rating li + li {
  margin-left: 6px; }

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

/* Product Style Three*/
.pro__label {
  position: absolute;
  right: 0;
  top: 35px; }
  .pro__label span {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    color: #fe5629;
    display: inline-block;
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    padding: 0 10px; }

.shop-grid-page {
  margin-top: -30px; }

.product--2.product__grid {
  background: #fff none repeat scroll 0 0;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1); }
  .product--2.product__grid:hover {
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.2); }
  .product--2.product__grid .product__inner {
    display: inherit;
    padding-bottom: 18px;
    text-align: center; }
    .product--2.product__grid .product__inner .pro__prize {
      margin-top: 11px; }

/*------------------------------
  06. Quickview Area
--------------------------------*/
#quickview-wrapper {
  position: relative;
  z-index: 9956748; }

.modal-dialog.modal__container {
  max-width: 1170px;
  background: #fff; }

.modal-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px; }

.product-images {
  max-width: 50%;
  padding-right: 50px; }

.product-info h1 {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize; }

.rating__and__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.review a {
  color: #999; }

.s-price-box span.new-price {
  color: #ff4136;
  font-size: 23px;
  margin-right: 5px; }

.s-price-box span.old-price {
  color: #999;
  font-size: 15px;
  text-decoration: line-through; }

.product-info {
  padding-left: 50px;
  max-width: 50%; }

.quick-desc {
  color: #999;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 83%; }

.select__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-info .select__color h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Dosis", sans-serif; }
.product-info .select__color .color__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px; }
  .product-info .select__color .color__list li a {
    background: #f10 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
    text-indent: 999px; }
  .product-info .select__color .color__list li + li {
    margin-left: 15px; }
  .product-info .select__color .color__list li.gold a {
    background: #cc9900 none repeat scroll 0 0; }
  .product-info .select__color .color__list li.orange a {
    background: #cc6600 none repeat scroll 0 0; }
.product-info .select__size {
  margin-bottom: 25px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-info .select__size h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif; }
  .product-info .select__size .color__list {
    display: flex; }
    .product-info .select__size .color__list li {
      margin-left: 15px; }
      .product-info .select__size .color__list li a {
        border-radius: 100%;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px; }

.rating__and__review .rating {
  display: flex; }

.select__size ul.color__list li a {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #999; }

.widget.widget_socialsharing_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

h3.widget-title-modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Dosis", sans-serif;
  padding-right: 14px; }

.addtocart-btn {
  margin-top: 66px;
  text-align: left; }

.addtocart-btn a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 87px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.addtocart-btn a:hover {
  background: #89d700;
  color: #fff; }

@media only screen and (max-width: 767px) {
  .product__nav a {
    margin: 0 3px; }

  .modal-product {
    flex-wrap: wrap; }

  .product-images {
    max-width: 100%;
    padding-right: 0; }

  .product-info {
    max-width: 100%;
    padding-left: 0; }

  .addtocart-btn {
    margin-top: 27px; }

  .product-info .select__size {
    margin-bottom: 16px;
    margin-top: 15px; }

  .quick-desc {
    font-size: 13px;
    margin-bottom: 18px;
    margin-top: 10px;
    width: 88%; }

  .product--2 .product__inner .pro__title h4 {
    font-size: 14px; } }
/*========================
	Event Area
===========================*/
.single__event {
  background: #f5e581 none repeat scroll 0 0;
  margin-top: 30px; }
  .single__event.bg__light__green {
    background: #90cda2 none repeat scroll 0 0; }
  .single__event.bg__baby__pink {
    background: #f9b0b0 none repeat scroll 0 0; }
  .single__event .event__thumb {
    position: relative; }
    .single__event .event__thumb .event__hover__info {
      height: 100%;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      z-index: 2; }
      .single__event .event__thumb .event__hover__info::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
      .single__event .event__thumb .event__hover__info span {
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 700;
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%) translateX(-50%); }
  .single__event .event__inner {
    align-self: center;
    padding: 25px 30px; }
    .single__event .event__inner h6 {
      font-size: 19px;
      font-weight: 700;
      text-transform: capitalize;
      font-family: "Dosis", sans-serif; }
    .single__event .event__inner .event__time__location {
      margin-top: 16px; }
      .single__event .event__inner .event__time__location li {
        color: #333; }
        .single__event .event__inner .event__time__location li i {
          font-size: 18px;
          padding-right: 8px; }

.event__time__location li + li {
  padding-top: 3px; }

.event__big__thumb {
  padding-right: 70px; }
  .event__big__thumb .sin__event__thumb a {
    display: block; }
  .event__big__thumb .sin__event__time {
    background: #f5e581 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center; }
    .event__big__thumb .sin__event__time p {
      color: #777777;
      font-size: 16px; }
      .event__big__thumb .sin__event__time p i {
        color: #777777;
        padding-right: 8px; }

.dcare__event__wrapper {
  padding-right: 50px; }

.event__big__thumb {
  position: relative; }

.event__big__thumb .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .event__big__thumb .owl-nav div.owl-next {
    left: auto;
    right: 70px; }
  .event__big__thumb .owl-nav div i {
    background: #444444 none repeat scroll 0 0;
    color: #fefefe;
    display: block;
    font-size: 30px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 33px; }

.event__big__thumb.owl-carousel .owl-item img {
  width: 100%; }

.dcare__event {
  box-shadow: 0 0 35px rgba(42, 42, 42, 0.1);
  margin-top: 40px; }
  .dcare__event .event__thumb a {
    display: block; }
    .dcare__event .event__thumb a img {
      width: 100%; }
  .dcare__event .event__content .event__pub {
    display: flex;
    padding: 20px; }
    .dcare__event .event__content .event__pub .event__date {
      padding-right: 20px;
      position: relative;
      width: 86px; }
      .dcare__event .event__content .event__pub .event__date::before {
        background: #faae08 none repeat scroll 0 0;
        content: "";
        height: 40px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px; }
      .dcare__event .event__content .event__pub .event__date span {
        color: #fe5629;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 700; }
        .dcare__event .event__content .event__pub .event__date span.date {
          font-size: 46px; }
    .dcare__event .event__content .event__pub .event__time {
      padding-left: 20px; }
      .dcare__event .event__content .event__pub .event__time li i {
        color: #faae08;
        font-size: 18px;
        padding-right: 7px; }
  .dcare__event .event__content .event__inner {
    padding: 13px 20px 27px;
    position: relative; }
    .dcare__event .event__content .event__inner::before {
      background: #eeeeee none repeat scroll 0 0;
      content: "";
      height: 1px;
      left: 20px;
      position: absolute;
      right: 20px;
      top: 0;
      width: auto; }
    .dcare__event .event__content .event__inner p a {
      color: #444444;
      font-family: "Dosis", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 38px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .dcare__event .event__content .event__inner p a:hover {
        color: #89d700; }
  .dcare__event .event__content .event__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .dcare__event .event__content .event__btn li {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      height: 47px;
      line-height: 47px;
      text-align: center; }
      .dcare__event .event__content .event__btn li a {
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        display: block; }

.event__btn li:first-child {
  background: #fe5629 none repeat scroll 0 0; }

.event__btn li:last-child {
  background: #faae08 none repeat scroll 0 0; }

.event-grid-page {
  margin-top: -40px; }

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single__event .event__inner {
    padding: 30px 19px; }

  .single__event .event__inner .event__time__location li {
    font-size: 12px; }

  .event__big__thumb {
    padding-right: 30px; }

  .event__big__thumb .owl-nav div.owl-next {
    right: 29px; }

  .single__event .event__inner h6 {
    font-size: 19px; } }
@media only screen and (max-width: 767px) {
  .upcomming__event .event__occur {
    left: 6%; }

  .upcomming__event .event__occur {
    top: 68%; }

  .dcare__event__wrapper {
    padding-right: 0; }

  .event__big__thumb {
    padding-right: 0; }

  .event__big__thumb .owl-nav div.owl-next {
    right: 0; } }
@media only screen and (max-width: 575px) {
  .dcare__event__wrapper {
    padding-right: 0; }

  .single__event .event__inner h6 {
    font-size: 21px; }

  .single__event .event__inner .event__time__location li {
    font-size: 11px; }

  .single__event .event__inner {
    padding: 26px 20px; }

  .upcomming__event .event__occur {
    top: 90%; }

  .upcomming__event .event__occur {
    left: 22%; } }
@media only screen and (max-width: 420px) {
  .dcare__event .event__content .event__pub {
    display: block; }

  .dcare__event .event__content .event__pub .event__date::before,
  .event__big__thumb .owl-nav div {
    display: none; }

  .dcare__event .event__content .event__pub .event__time {
    margin-top: 11px;
    padding-left: 0; }

  .single__event {
    flex-wrap: wrap; }

  .event__thumb a img {
    width: 100%; }

  .single__event .event__thumb,
  .single__event .event__inner {
    flex-basis: 100%; }

  .single__event .event__inner .event__time__location li {
    font-size: 14px; }

  .single__event .event__inner h6 {
    font-size: 25px; }

  .event__big__thumb {
    padding-right: 0; }

  .upcomming__event .event__occur {
    display: none; }

  .upcomming__event {
    margin-top: 40px; } }
/*========================
	Kidz Area
===========================*/
.dcare__kidezone__wrapper {
  text-align: center; }
  .dcare__kidezone__wrapper .kidz__thumb {
    margin-bottom: 30px; }
  .dcare__kidezone__wrapper .kidz__details h6 {
    color: #1a7097;
    font-family: "Dosis", sans-serif;
    font-size: 24px;
    text-transform: uppercase; }
    .dcare__kidezone__wrapper .kidz__details h6 span {
      color: #ee5250; }
  .dcare__kidezone__wrapper .kidz__details p {
    font-size: 14px;
    margin-top: 3px;
    text-transform: capitalize; }

.dacre__kidz__area.section-padding--lg {
  padding: 150px 0 225px; }

@media only screen and (max-width: 420px) {
  .kidz__zone {
    flex-basis: 100%; } }
/*===============================
	Courses Area
=================================*/
.courses {
  box-shadow: 0 0 32px rgba(254, 46, 41, 0.1);
  margin-top: 40px; }
  .courses:hover .courses__thumb a img {
    transform: scale(1.2); }
  .courses .courses__thumb {
    overflow: hidden; }
    .courses .courses__thumb a img {
      transition: 0.3s;
      width: 100%; }
  .courses .courses__inner ul.courses__meta {
    align-items: center; }
    .courses .courses__inner ul.courses__meta li {
      align-self: center;
      background: #f6f6f6 none repeat scroll 0 0;
      flex-basis: 33.33%;
      height: 60px;
      line-height: 60px;
      text-align: center; }
      .courses .courses__inner ul.courses__meta li.prize {
        color: #fe5629;
        font-size: 24px;
        font-weight: 700; }
      .courses .courses__inner ul.courses__meta li.comment {
        background: #fe5629 none repeat scroll 0 0;
        color: #fff; }
        .courses .courses__inner ul.courses__meta li.comment i {
          padding-right: 9px; }
      .courses .courses__inner ul.courses__meta li.like {
        background: #faae08 none repeat scroll 0 0;
        color: #fff; }
        .courses .courses__inner ul.courses__meta li.like i {
          padding-right: 9px; }
  .courses .courses__inner .courses__wrap {
    padding: 30px 20px; }
    .courses .courses__inner .courses__wrap .courses__date i {
      padding-right: 9px; }
    .courses .courses__inner .courses__wrap .courses__content h4 {
      font-size: 24px;
      margin-bottom: 10px;
      margin-top: 14px;
      padding-bottom: 19px;
      position: relative;
      text-transform: capitalize;
      font-family: "Dosis", sans-serif; }
      .courses .courses__inner .courses__wrap .courses__content h4::before {
        background-image: url("images/icons/title-3.png");
        background-repeat: no-repeat;
        bottom: 0;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        width: 122px; }
    .courses .courses__inner .courses__wrap .courses__content p {
      margin-bottom: 20px; }

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

.rating li i {
  color: #fe5629;
  font-size: 14px; }

.rating li span {
  color: #fe5629;
  font-size: 14px; }

.rating li + li {
  margin-left: 9px; }

/*========================
	New Arrival Area
===========================*/
.dacre__arrival__product {
  box-shadow: 11px 5px 43px rgba(196, 196, 196, 0.1);
  margin-left: -15px;
  margin-right: -15px; }
  .dacre__arrival__product .arrival__thumb {
    position: relative; }
    .dacre__arrival__product .arrival__thumb .new__arri__action {
      position: absolute;
      right: 45%;
      top: 80px; }
      .dacre__arrival__product .arrival__thumb .new__arri__action span {
        background: #fe5629 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-family: "Dosis", sans-serif;
        font-size: 16px;
        height: 37px;
        line-height: 37px;
        padding: 0 10px;
        text-transform: capitalize; }

.new__arrival__inner {
  margin-left: -15px;
  margin-right: -15px; }

.new__arrival__inner {
  padding-left: 70px; }
  .new__arrival__inner .new__arival__content h2 {
    color: #444444;
    font-size: 48px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    position: relative;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif; }
    .new__arrival__inner .new__arival__content h2::before {
      background-image: url("images/icons/title-4.png");
      background-repeat: no-repeat;
      bottom: 0;
      content: "";
      height: 14px;
      left: 0;
      position: absolute;
      width: 304px; }
  .new__arrival__inner .new__arival__content p {
    color: #777777;
    font-size: 16px;
    line-height: 25px;
    padding-right: 37%; }
  .new__arrival__inner .new__arival__content span {
    color: #fe5629;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px; }
  .new__arrival__inner .new__arival__content h6 {
    color: #444444;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 9px; }
  .new__arrival__inner .new__arival__content .new__arrival__btn {
    margin-top: 27px; }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .new__arrival__inner .new__arival__content p {
    padding-right: 4%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new__arrival__inner .new__arival__content p {
    font-size: 13px;
    line-height: 22px;
    padding-right: 5px; }

  .new__arrival__inner .new__arival__content h2 {
    margin-bottom: 14px; }

  .new__arrival__inner {
    padding-left: 20px; }

  .new__arrival__inner .new__arival__content .new__arrival__btn {
    margin-top: 18px; }

  .new__arrival__inner .new__arival__content h6 {
    margin-bottom: 11px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new__arrival__inner {
    padding-bottom: 35px; }

  .new__arrival__inner .new__arival__content p {
    padding-right: 21%; } }
@media only screen and (max-width: 767px) {
  .new__arrival__inner .new__arival__content p {
    padding-right: 10%; }

  .new__arrival__inner {
    padding-bottom: 35px; }

  .arrival__product__activation.owl-theme .owl-dots {
    bottom: 20px; } }
@media only screen and (max-width: 420px) {
  .new__arrival__inner {
    padding-left: 20px; }

  .new__arrival__inner .new__arival__content h2::before {
    width: 271px; } }
/*========================
	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;
    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 {
    flex-basis: 33.33%; } }
@media only screen and (max-width: 767px) {
  .brand__list li {
    flex-basis: 50%; } }
/*=====================
	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: #444444;
      font-family: "Dosis", sans-serif;
      font-size: 36px;
      font-weight: 700;
      text-transform: capitalize; }
    .ht__bradcaump__container .bradcaump__inner .breadcrumb-item {
      color: #777777;
      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; } }
/*===============================
	Courses Area
=================================*/
.class__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  box-shadow: 0 13px 43px 11px rgba(211, 209, 209, 0.1); }
  .class__list .courses__thumb {
    overflow: hidden;
    flex-basis: 44%; }
    .class__list .courses__thumb a img {
      transition: 0.3s;
      width: 100%; }
  .class__list .courses__inner {
    flex-basis: 56%;
    margin-bottom: -100px;
    transition: all 0.5s ease 0s; }
    .class__list .courses__inner ul.courses__meta {
      align-items: center; }
      .class__list .courses__inner ul.courses__meta li {
        align-self: center;
        background: #89d700 none repeat scroll 0 0;
        flex-basis: 33.33%;
        height: 60px;
        line-height: 60px;
        text-align: center; }
        .class__list .courses__inner ul.courses__meta li.prize {
          color: #fff;
          font-size: 24px;
          font-weight: 700; }
        .class__list .courses__inner ul.courses__meta li.comment {
          background: #fe5629 none repeat scroll 0 0;
          color: #fff; }
          .class__list .courses__inner ul.courses__meta li.comment i {
            padding-right: 9px; }
        .class__list .courses__inner ul.courses__meta li.user {
          background: #faae08 none repeat scroll 0 0;
          color: #fff; }
          .class__list .courses__inner ul.courses__meta li.user i {
            padding-right: 9px; }
    .class__list .courses__inner .courses__wrap {
      padding: 50px 20px 22px 50px; }
      .class__list .courses__inner .courses__wrap .courses__date i {
        padding-right: 9px; }
      .class__list .courses__inner .courses__wrap .courses__content h4 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 11px;
        padding-bottom: 19px;
        position: relative;
        text-transform: capitalize;
        font-family: "Dosis", sans-serif; }
        .class__list .courses__inner .courses__wrap .courses__content h4::before {
          background-image: url("images/icons/title-3.png");
          background-repeat: no-repeat;
          bottom: 0;
          content: "";
          height: 10px;
          left: 0;
          position: absolute;
          width: 122px; }
      .class__list .courses__inner .courses__wrap .courses__content p {
        margin-bottom: 20px; }
  .class__list .courses__type span {
    color: #89d700; }

.courses__content .class__title {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .courses__content .class__title p {
    color: #666666; }
    .courses__content .class__title p span {
      color: #fe5629; }

.class__list .class__available p {
  line-height: 15px;
  margin-bottom: 0; }

.class__list .class__available p + p {
  margin-top: 12px; }

.class__list .class__available {
  margin-top: 7px; }

.class__list:hover .courses__inner {
  margin-bottom: 0; }

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

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

.rating li i {
  color: #fe5629;
  font-size: 14px; }

.rating li span {
  color: #fe5629;
  font-size: 14px; }

.rating li + li {
  margin-left: 9px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .class__list .courses__inner .courses__wrap .courses__content p {
    margin-bottom: 1px; }

  .class__list .class__available p + p {
    margin-top: 0; }

  .class__list .courses__inner .courses__wrap .courses__content p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 1px; }

  .class__list .courses__inner .courses__wrap {
    padding: 23px 20px 30px 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .class__list .courses__inner {
    flex-basis: 100%; }

  .class__list .courses__thumb {
    flex-basis: 100%; }

  .class__list {
    flex-wrap: wrap; }

  .class__list .courses__inner {
    margin-bottom: -64px; }

  .class__list .courses__inner .courses__wrap {
    padding: 50px 20px 22px; } }
@media only screen and (max-width: 767px) {
  .class__list .courses__inner {
    flex-basis: 100%; }

  .class__list .courses__thumb {
    flex-basis: 100%; }

  .class__list {
    flex-wrap: wrap; }

  .class__list .courses__inner {
    margin-bottom: -64px; }

  .class__list .courses__inner .courses__wrap {
    padding: 50px 20px 22px; } }
@media only screen and (max-width: 420px) {
  .courses__content .class__title {
    flex-wrap: wrap; } }
/*========================
	Event List Area
===========================*/
.event__list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .event__list .event__thumb {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
    .event__list .event__thumb a {
      display: block; }
      .event__list .event__thumb a img {
        width: 100%; }
  .event__list .event__content {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 40px; }
    .event__list .event__content .event__pub {
      display: flex;
      padding-bottom: 14px; }
      .event__list .event__content .event__pub .event__date {
        padding-right: 20px;
        position: relative; }
        .event__list .event__content .event__pub .event__date::before {
          background: #faae08 none repeat scroll 0 0;
          content: "";
          height: 40px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 1px; }
        .event__list .event__content .event__pub .event__date span {
          color: #fe5629;
          font-family: "Roboto", sans-serif;
          font-size: 20px;
          font-weight: 700; }
          .event__list .event__content .event__pub .event__date span.date {
            font-size: 60px; }
      .event__list .event__content .event__pub .event__time {
        padding-left: 20px; }
        .event__list .event__content .event__pub .event__time li i {
          color: #faae08;
          font-size: 18px;
          padding-right: 7px; }
    .event__list .event__content .event__inner {
      padding: 11px 18% 38px 0;
      position: relative; }
      .event__list .event__content .event__inner::before {
        background: #eeeeee none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 325px; }
      .event__list .event__content .event__inner h2 a {
        color: #444444;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 26px;
        padding-right: 18%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .event__list .event__content .event__inner h2 a:hover {
          color: #89d700; }
    .event__list .event__content .event__btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .event__list .event__content .event__btn li {
        height: 47px;
        line-height: 47px;
        text-align: center; }
        .event__list .event__content .event__btn li a {
          color: #ffffff;
          display: block;
          font-family: "Dosis", sans-serif;
          font-size: 18px;
          font-weight: 700;
          height: 47px;
          padding: 0 48px;
          text-transform: capitalize; }

.event__btn li:first-child {
  background: #fe5629 none repeat scroll 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.event__btn li:first-child:hover,
.event__btn li:last-child:hover {
  background: #89d700; }

.event__btn li:last-child {
  background: #faae08 none repeat scroll 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.event-grid-page {
  margin-top: -40px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event__list .event__content .event__inner h2 a {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 11px;
    padding-right: 0; }

  .event__list .event__content .event__inner {
    padding: 11px 7% 15px 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__list {
    flex-wrap: wrap; }

  .event__list .event__content {
    flex-basis: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px; }

  .event__list .event__thumb {
    flex-basis: 100%; }

  .event__list .event__content .event__inner h2 a {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .event__list {
    flex-wrap: wrap; }

  .event__list .event__content {
    flex-basis: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px; }

  .event__list .event__thumb {
    flex-basis: 100%; }

  .event__list .event__content .event__inner h2 a {
    padding-right: 0; } }
@media only screen and (max-width: 575px) {
  .event__list .event__content {
    padding-left: 20px;
    padding-right: 20px; }

  .event__list .event__content .event__inner {
    padding: 11px 0 38px; }

  .event__list .event__content .event__inner h2 a {
    font-size: 20px;
    line-height: 33px; }

  .event__list .event__content .event__btn li a {
    font-size: 14px; } }
@media only screen and (max-width: 420px) {
  .event__list .event__content .event__inner h2 a {
    font-size: 18px; }

  .event__list .event__content .event__pub {
    flex-wrap: wrap; }

  .event__list .event__content .event__pub .event__time {
    padding-left: 0;
    margin-top: 14px; }

  .event__list .event__content .event__btn li a {
    font-size: 14px;
    padding: 0 24px; } }
/*=====================
	Sidebar Styles
========================*/
.sidebar__widgets .single__widget h4 {
  color: #444444;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 37px;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase; }
  .sidebar__widgets .single__widget h4::before {
    background-image: url("images/icons/line-5.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 12px;
    position: absolute;
    width: 272px; }
.sidebar__widgets .single__widget.search form {
  position: relative; }
  .sidebar__widgets .single__widget.search form input {
    border: 1px solid #e4e4e4;
    color: #777777;
    font-size: 12px;
    height: 50px;
    padding-left: 30px;
    padding-right: 64px;
    width: 100%; }
  .sidebar__widgets .single__widget.search form button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #b5b5b5;
    font-size: 18px;
    outline: medium none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s; }
    .sidebar__widgets .single__widget.search form button:hover {
      color: #89d700; }
.sidebar__widgets .single__widget.about {
  margin-top: 50px; }
  .sidebar__widgets .single__widget.about .about__content {
    border-radius: 5px;
    position: relative;
    z-index: 2; }
    .sidebar__widgets .single__widget.about .about__content::before {
      background: #000 none repeat scroll 0 0;
      border-radius: 5px;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.5;
      position: absolute;
      top: 0;
      width: 100%; }
    .sidebar__widgets .single__widget.about .about__content .about__info {
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      .sidebar__widgets .single__widget.about .about__content .about__info .about__inner span {
        color: #ffffff;
        font-size: 12px; }
      .sidebar__widgets .single__widget.about .about__content .about__info .about__inner h6 {
        color: #ffffff;
        font-family: "Dosis", sans-serif;
        font-weight: 600;
        margin-bottom: 27px;
        margin-top: 5px;
        text-transform: uppercase; }
.sidebar__widgets .single__widget.recent__post {
  margin-top: 40px; }
  .sidebar__widgets .single__widget.recent__post ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .sidebar__widgets .single__widget.recent__post ul li:not(first-child) {
      margin-top: 30px; }
    .sidebar__widgets .single__widget.recent__post ul li a img {
      width: 95px; }
    .sidebar__widgets .single__widget.recent__post ul li .post__content {
      padding-left: 20px; }
      .sidebar__widgets .single__widget.recent__post ul li .post__content h6 {
        font-family: "Dosis", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px; }
      .sidebar__widgets .single__widget.recent__post ul li .post__content span.date {
        color: #777777;
        font-size: 12px; }
        .sidebar__widgets .single__widget.recent__post ul li .post__content span.date i {
          padding-right: 7px; }
.sidebar__widgets .single__widget.offer {
  margin-top: 48px; }
.sidebar__widgets .single__widget.recent__comment {
  margin-top: 42px; }
  .sidebar__widgets .single__widget.recent__comment > ul > li {
    padding-left: 30px; }
    .sidebar__widgets .single__widget.recent__comment > ul > li h6 {
      font-family: "Dosis", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 5px;
      position: relative; }
      .sidebar__widgets .single__widget.recent__comment > ul > li h6::before {
        color: #777777;
        content: "\f0e6";
        font-family: FontAwesome;
        font-size: 20px;
        left: -30px;
        position: absolute; }
    .sidebar__widgets .single__widget.recent__comment > ul > li ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .sidebar__widgets .single__widget.recent__comment > ul > li ul li {
        color: #666;
        font-size: 12px; }
        .sidebar__widgets .single__widget.recent__comment > ul > li ul li + li {
          margin-left: 15px;
          padding-left: 18px;
          position: relative; }
          .sidebar__widgets .single__widget.recent__comment > ul > li ul li + li::before {
            background: #666 none repeat scroll 0 0;
            content: "";
            height: 7px;
            left: 0;
            position: absolute;
            top: 38%;
            width: 7px; }
        .sidebar__widgets .single__widget.recent__comment > ul > li ul li a {
          color: #666;
          font-size: 12px; }
    .sidebar__widgets .single__widget.recent__comment > ul > li:not(first-child) {
      margin-top: 28px; }
.sidebar__widgets .single__widget.Popular__classes {
  margin-top: 37px; }
  .sidebar__widgets .single__widget.Popular__classes ul {
    margin-top: -20px; }
    .sidebar__widgets .single__widget.Popular__classes ul li {
      padding-left: 23px;
      position: relative; }
      .sidebar__widgets .single__widget.Popular__classes ul li + li {
        border-top: 1px solid #e5e5e5;
        height: 50px;
        line-height: 47px; }
      .sidebar__widgets .single__widget.Popular__classes ul li::before {
        background: #646464 none repeat scroll 0 0;
        content: "";
        height: 8px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(39deg);
        transition: all 0.3s ease 0s;
        width: 8px; }
      .sidebar__widgets .single__widget.Popular__classes ul li:first-child {
        height: 50px;
        line-height: 50px; }
      .sidebar__widgets .single__widget.Popular__classes ul li a {
        color: #646464;
        display: block;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        transition: all 0.3s ease 0s; }
        .sidebar__widgets .single__widget.Popular__classes ul li a:hover {
          color: #89d700; }
      .sidebar__widgets .single__widget.Popular__classes ul li:hover::before {
        background: #89d700; }
.sidebar__widgets .single__widget.instagram__feed {
  margin-top: 23px; }
  .sidebar__widgets .single__widget.instagram__feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sidebar__widgets .single__widget.instagram__feed ul li {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin-bottom: 6px;
      padding: 0 3px; }
.sidebar__widgets .single__widget.recent__twitter {
  margin-top: 35px; }
  .sidebar__widgets .single__widget.recent__twitter ul li:not(first-child) {
    margin-top: 20px; }
  .sidebar__widgets .single__widget.recent__twitter ul li h6 {
    color: #444444;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative; }
    .sidebar__widgets .single__widget.recent__twitter ul li h6::before {
      color: #777777;
      content: "\f099";
      font-family: FontAwesome;
      font-size: 20px;
      left: 0;
      position: absolute; }
  .sidebar__widgets .single__widget.recent__twitter ul li p {
    line-height: 23px;
    margin-bottom: 11px; }
  .sidebar__widgets .single__widget.recent__twitter ul li .twit__time span {
    color: #777777;
    font-size: 12px;
    font-weight: 600; }
    .sidebar__widgets .single__widget.recent__twitter ul li .twit__time span + span {
      margin-left: 10px;
      padding-left: 18px;
      position: relative; }
      .sidebar__widgets .single__widget.recent__twitter ul li .twit__time span + span::before {
        background: #666 none repeat scroll 0 0;
        content: "";
        height: 6px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 6px; }
.sidebar__widgets .single__widget.Social__network {
  margin-top: 31px; }
.sidebar__widgets .single__widget.tags {
  margin-top: 40px; }
  .sidebar__widgets .single__widget.tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px; }
    .sidebar__widgets .single__widget.tags ul li {
      margin-bottom: 20px;
      margin-left: 1px;
      margin-right: 1px; }
      .sidebar__widgets .single__widget.tags ul li a {
        border: 1px solid #cbcbcb;
        border-radius: 5px;
        color: #777777;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        height: 36px;
        line-height: 33px;
        padding: 0 27px; }
        .sidebar__widgets .single__widget.tags ul li a:hover {
          background: #89d700 none repeat scroll 0 0;
          border: 1px solid #89d700;
          color: #fff; }
.sidebar__widgets .single__widget.banner {
  margin-top: 35px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widgets .single__widget.recent__comment > ul > li ul li + li {
    margin-left: 4px;
    padding-left: 14px; }

  .sidebar__widgets .single__widget.recent__comment > ul > li ul li {
    font-size: 10px; }

  .sidebar__widgets .single__widget.recent__twitter ul li h6 {
    font-size: 13px; }

  .sidebar__widgets .single__widget h4::before {
    width: 195px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__widgets .single__widget.about .about__content img {
    width: 100%; }

  .sidebar__widgets.sidebar--right {
    margin-top: 60px; }

  .sidebar__widgets.sidebar--left {
    margin-top: 60px; }

  .sidebar__widgets .single__widget.instagram__feed ul {
    flex-wrap: nowrap; }

  .sidebar__widgets .single__widget.instagram__feed ul li a img {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .sidebar__widgets .single__widget.about .about__content img {
    width: 100%; }

  .sidebar__widgets.sidebar--right {
    margin-top: 60px; }

  .sidebar__widgets .single__widget.instagram__feed ul {
    flex-wrap: nowrap; } }
@media only screen and (max-width: 575px) {
  .sidebar__widgets .single__widget.instagram__feed ul {
    flex-wrap: wrap; }

  .sidebar__widgets .single__widget.instagram__feed ul li a img {
    width: 100%; }

  .sidebar__widgets .single__widget.instagram__feed ul li {
    flex-basis: 50%; } }
/*========================
    Blog Grid Area
===========================*/
.blog__single.sticky__blog {
  border: 1px solid #eeeeee;
  padding: 40px; }
.blog__single .blog__thumb {
  position: relative; }
  .blog__single .blog__thumb.sticky::before {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 100%;
    color: #777777;
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 20px;
    height: 40px;
    left: 40px;
    line-height: 41px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 40px; }
  .blog__single .blog__thumb .video__post {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    .blog__single .blog__thumb .video__post a.play__btn {
      color: #000000;
      font-size: 24px;
      padding-left: 6px; }
  .blog__single .blog__thumb.blg__audio {
    height: 334px;
    overflow: hidden; }
  .blog__single .blog__thumb a img {
    width: 100%; }
.blog__single .blog__content h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  padding-right: 20%;
  padding-top: 33px;
  position: relative;
  font-family: "Dosis", sans-serif; }
  .blog__single .blog__content h2.sticky {
    padding-left: 60px;
    padding-right: 13%; }
    .blog__single .blog__content h2.sticky::before {
      background: #f6f6f6 none repeat scroll 0 0;
      border: 1px solid #f3f3f3;
      border-radius: 100%;
      content: "\f08d";
      font-family: FontAwesome;
      font-size: 20px;
      height: 40px;
      left: 0;
      margin-top: 11px;
      position: absolute;
      text-align: center;
      width: 40px; }
.blog__single .blog__content ul.bl__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .blog__single .blog__content ul.bl__post li + li {
    margin-left: 19px;
    padding-left: 19px;
    position: relative; }
    .blog__single .blog__content ul.bl__post li + li::before {
      content: "/";
      left: 0;
      position: absolute; }
.blog__single .blog__content p {
  line-height: 23px;
  margin-top: 16px; }
.blog__single .blog__content .blog__btn {
  display: flex;
  justify-content: space-between;
  margin-top: 41px; }
  .blog__single .blog__content .blog__btn .bl__meta {
    display: flex; }
    .blog__single .blog__content .blog__btn .bl__meta li a {
      color: #777777; }
      .blog__single .blog__content .blog__btn .bl__meta li a:hover {
        color: #89d700; }
    .blog__single .blog__content .blog__btn .bl__meta li + li {
      margin-left: 20px;
      padding-left: 20px;
      position: relative; }
      .blog__single .blog__content .blog__btn .bl__meta li + li::before {
        content: "/";
        left: 0;
        position: absolute; }
.blog__single.blog__item {
  border: 1px solid #eeeeee; }
  .blog__single.blog__item .blog__content {
    padding: 0 0 30px 30px; }
    .blog__single.blog__item .blog__content h2 {
      padding-right: 16%; }
    .blog__single.blog__item .blog__content p {
      padding-right: 8%; }
    .blog__single.blog__item .blog__content ul.bl__post li {
      font-size: 12px; }
    .blog__single.blog__item .blog__content .blog__btn {
      justify-content: start; }
      .blog__single.blog__item .blog__content .blog__btn .blog__share {
        margin-left: 30px;
        position: relative; }
        .blog__single.blog__item .blog__content .blog__btn .blog__share > a {
          background: #f6f6f6 none repeat scroll 0 0;
          border: 1px solid #eeeeee;
          border-radius: 100%;
          color: #777777;
          display: block;
          font-size: 16px;
          height: 38px;
          line-height: 35px;
          text-align: center;
          width: 38px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .blog__single.blog__item .blog__content .blog__btn .blog__share > a:hover {
            background: #89d700;
            border: 1px solid #89d700;
            color: #fff; }
        .blog__single.blog__item .blog__content .blog__btn .blog__share .dacre__social__link {
          left: calc(100% + 10px);
          position: absolute;
          top: 0; }

.blog__single .blog__thumb iframe {
  min-height: 334px;
  width: 100%;
  border: medium none;
  vertical-align: middle; }

.blog__single .dacre__social__link.clicked {
  opacity: 1; }

.blog__single .dacre__social__link {
  opacity: 0;
  transition: all 0.4s ease 0s; }

.blog__single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff; }

.blog-list-rightsidebar {
  padding-right: 85px; }

.blog-list-leftsidebar {
  padding-left: 85px; }

.blog__single.text__post .blog__content h2.sticky::before {
  margin-top: 1px; }

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

  .blog-list-leftsidebar {
    padding-left: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list-rightsidebar {
    padding-right: 0px; }

  .blog-list-leftsidebar {
    padding-left: 0px; } }
@media only screen and (max-width: 767px) {
  .blog-list-rightsidebar {
    padding-right: 15px; }

  .blog-list-leftsidebar {
    padding-left: 15px; } }
@media only screen and (max-width: 575px) {
  .blog__single .blog__content h2 {
    font-size: 17px;
    line-height: 33px; }

  .blog__single.blog__item .blog__content h2 {
    padding-right: 6%; } }
@media only screen and (max-width: 420px) {
  .blog__single.sticky__blog {
    padding: 11px; }

  .blog__single .blog__content h2.sticky::before {
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin-top: 11px;
    width: 30px; }

  .blog__single .blog__content h2.sticky {
    padding-left: 35px;
    padding-right: 0; }

  .blog__single.blog__item .blog__content .blog__btn {
    display: block; }

  .blog__single.blog__item .blog__content .blog__btn .blog__share {
    margin-left: 0;
    margin-top: 9px; }

  .blog__single.blog__item .blog__content .blog__btn .blog__share .dacre__social__link {
    left: calc(14% + 10px); } }
/*========================
    Blog Grid Area
===========================*/
.dacre__blog__details .blog__inner {
  padding-top: 30px; }
  .dacre__blog__details .blog__inner h2 {
    font-size: 24px;
    line-height: 34px;
    padding-right: 10%;
    font-family: "Dosis", sans-serif; }
  .dacre__blog__details .blog__inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-top: 14px; }
    .dacre__blog__details .blog__inner ul li {
      color: #777777;
      font-size: 12px; }
      .dacre__blog__details .blog__inner ul li + li {
        margin-left: 30px; }
      .dacre__blog__details .blog__inner ul li a {
        color: #777777;
        font-size: 12px; }
  .dacre__blog__details .blog__inner p {
    color: #777777;
    line-height: 23px; }
  .dacre__blog__details .blog__inner span {
    color: #434343;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    margin: 12px 0;
    font-family: "Dosis", sans-serif; }
  .dacre__blog__details .blog__inner blockquote {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #777777;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 10px 30px 80px;
    position: relative; }
    .dacre__blog__details .blog__inner blockquote::before {
      color: #eeeeee;
      content: "\f10d";
      font-family: FontAwesome;
      font-size: 60px;
      left: 0;
      position: absolute; }
    .dacre__blog__details .blog__inner blockquote span {
      color: #777777;
      display: block;
      font-size: 12px;
      font-style: italic;
      font-weight: 400;
      margin: 0;
      position: relative;
      text-align: right; }
      .dacre__blog__details .blog__inner blockquote span::before {
        background: #faae08 none repeat scroll 0 0;
        content: "";
        height: 1px;
        position: absolute;
        right: 29%;
        top: 50%;
        transform: translateY(-50%);
        width: 40px; }

.kidz__details {
  margin-bottom: 33px; }
  .kidz__details h4 {
    color: #434343;
    font-size: 24px;
    margin-bottom: 49px;
    font-family: "Dosis", sans-serif; }
  .kidz__details .kidz__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .kidz__details .kidz__container .single__kidz__details.thumb {
      flex-basis: 62%;
      margin-left: 15px; }
    .kidz__details .kidz__container .single__kidz__details.details {
      flex-basis: 38%;
      margin-right: 15px; }
    .kidz__details .kidz__container .single__kidz__details .kidz__thumb img {
      width: 100%; }
    .kidz__details .kidz__container .single__kidz__details .kidz__inner {
      margin-top: 37px; }
      .kidz__details .kidz__container .single__kidz__details .kidz__inner p {
        line-height: 23px; }
  .kidz__details .single__kidz p {
    line-height: 23px;
    margin-top: 34px; }

.blog__page__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .blog__page__btn > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .blog__page__btn > ul li a {
      border: 1px solid #cbcbcb;
      border-radius: 5px;
      color: #777777;
      display: inline-block;
      font-weight: 700;
      height: 36px;
      line-height: 35px;
      padding: 0 37px;
      text-transform: capitalize;
      transition: all 0.5s ease 0s; }
      .blog__page__btn > ul li a:hover {
        background: #89d700;
        border: 1px solid #89d700;
        color: #fff; }
  .blog__page__btn .blog__share {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .blog__page__btn .blog__share span {
      color: #959595;
      display: inline-block;
      font-size: 16px;
      padding-right: 16px; }

.blog__author {
  margin-top: 80px;
  position: relative; }
  .blog__author .author__info {
    margin-top: 22px; }
    .blog__author .author__info span {
      color: #777777;
      font-size: 12px; }
    .blog__author .author__info h6 {
      color: #444444;
      font-family: "Dosis", sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 21px;
      margin-top: 6px;
      text-transform: capitalize; }
      .blog__author .author__info h6 span {
        color: #777777;
        font-size: 14px;
        font-weight: 400; }
    .blog__author .author__info p {
      line-height: 23px;
      margin-bottom: 33px;
      padding: 0 13%; }
  .blog__author .author__thumb {
    position: relative; }
    .blog__author .author__thumb::before {
      background-image: url("images/icon/line-1.png");
      background-repeat: no-repeat;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 316px; }
    .blog__author .author__thumb::after {
      background-image: url("images/icon/line-1.png");
      background-repeat: no-repeat;
      content: "";
      height: 1px;
      right: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 316px; }

.blog__latest {
  margin-top: 75px; }

.blog__comment {
  margin-top: 74px; }
  .blog__comment .comment .comment__content {
    padding-left: 30px; }
    .blog__comment .comment .comment__content .author__content {
      display: flex;
      justify-content: space-between;
      margin-bottom: 2px; }
      .blog__comment .comment .comment__content .author__content .author__info h4 {
        font-family: "Dosis", sans-serif;
        font-size: 20px;
        margin-bottom: 5px;
        text-transform: capitalize; }
      .blog__comment .comment .comment__content .author__content .author__info ul {
        display: flex; }
        .blog__comment .comment .comment__content .author__content .author__info ul li {
          color: #666;
          font-size: 12px;
          position: relative; }
          .blog__comment .comment .comment__content .author__content .author__info ul li + li {
            margin-left: 10px;
            padding-left: 17px; }
            .blog__comment .comment .comment__content .author__content .author__info ul li + li::before {
              background: #666 none repeat scroll 0 0;
              content: "";
              height: 6px;
              left: 0;
              position: absolute;
              top: 41%;
              width: 6px; }
    .blog__comment .comment .comment__content p {
      line-height: 23px;
      padding-right: 22%; }
  .blog__comment .comment.reply {
    margin-bottom: 50px;
    margin-left: 186px;
    margin-top: 50px; }

.commentfield {
  margin-top: 65px; }
  .commentfield .single__input__box input {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #777777;
    height: 36px;
    opacity: 1;
    padding: 0 20px;
    width: 100%; }
  .commentfield .single__input__box textarea {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #666;
    height: 200px;
    margin-top: 30px;
    padding: 20px;
    resize: none;
    width: 100%; }

.submit__btn {
  margin-top: 30px; }
  .submit__btn .dcare__btn {
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    padding: 0 27px;
    text-transform: uppercase; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__page__btn > ul li a {
    padding: 0 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__page__btn > ul li a {
    padding: 0 20px; } }
@media only screen and (max-width: 767px) {
  .blog__page__btn {
    flex-wrap: wrap; }

  .blog__page__btn .blog__share {
    margin-top: 30px; }

  .blog__author .author__thumb::before,
  .blog__author .author__thumb::after {
    display: none; }

  .blog__comment .comment.reply {
    margin-left: 50px; }

  .dacre__blog__details .blog__inner blockquote span::before {
    right: 52%; }

  .kidz__details .kidz__container .single__kidz__details .kidz__inner {
    margin-top: 16px; } }
@media only screen and (max-width: 575px) {
  .dacre__blog__details .blog__inner ul,
  .kidz__details .kidz__container {
    flex-wrap: wrap; }

  .dacre__blog__details .blog__inner ul li + li {
    margin-left: 0; }

  .dacre__blog__details .blog__inner ul li {
    flex-basis: 50%; }

  .blog__page__btn > ul li a {
    padding: 0 19px; }

  .blog__author .author__info p {
    padding: 0 5%; }

  .dacre__blog__details .blog__inner blockquote span::before {
    right: 73%; }

  .kidz__details .kidz__container .single__kidz__details.details {
    flex-basis: 100%; }

  .kidz__details .kidz__container .single__kidz__details.thumb {
    flex-basis: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px; } }
@media only screen and (max-width: 420px) {
  .dacre__blog__details .blog__inner ul li {
    flex-basis: 100%; }

  .dacre__blog__details .blog__inner h2 {
    font-size: 22px;
    line-height: 30px;
    padding-right: 0; }

  .dacre__blog__details .blog__inner blockquote {
    font-size: 15px;
    line-height: 25px;
    padding: 30px 10px 30px 43px; }

  .dacre__blog__details .blog__inner blockquote::before {
    font-size: 41px; }

  .dacre__blog__details .blog__inner blockquote span::before {
    right: 93%; }

  .blog__page__btn > ul li a {
    padding: 0 8px;
    font-size: 12px; }

  .blog__single .blog__content ul.bl__post {
    flex-wrap: wrap; }

  .blog__single .blog__content ul.bl__post li + li::before {
    display: none; }

  .blog__single .blog__content ul.bl__post li + li {
    margin-left: 0;
    padding-left: 0; }

  .blog__comment .comment.reply {
    margin-left: 0; } }
/*=====================
	Shop Single
========================*/
.shop__single__details h2 {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  font-weight: 700; }
.shop__single__details .prize {
  margin-top: 13px; }
  .shop__single__details .prize li {
    color: #444444;
    font-size: 16px; }
    .shop__single__details .prize li.old-prize {
      color: #999999;
      padding-right: 14px;
      text-decoration: line-through; }
.shop__single__details .rating {
  margin-top: 12px; }
  .shop__single__details .rating li i {
    color: #93c756; }
.shop__single__details p {
  color: #777777;
  line-height: 23px;
  margin-bottom: 17px;
  margin-top: 11px; }
.shop__single__details .size_choose {
  margin-top: 25px; }
  .shop__single__details .size_choose span {
    color: #444444;
    font-weight: 700; }
  .shop__single__details .size_choose .size__selest {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    color: #777777;
    height: 38px;
    margin-left: 40px;
    padding-left: 22px;
    width: 192px; }
.shop__single__details .product__qun {
  display: flex;
  margin-top: 20px; }
  .shop__single__details .product__qun span {
    color: #777777;
    font-weight: 700; }
  .shop__single__details .product__qun a {
    background: #fafafa none repeat scroll 0 0;
    display: inline-block;
    height: 38px;
    line-height: 34px;
    margin-left: 10px;
    padding: 0 17px; }
.shop__single__details .shop__cat {
  display: flex;
  margin-bottom: 22px;
  margin-top: 11px; }
  .shop__single__details .shop__cat span {
    color: #777777;
    font-weight: 700; }
  .shop__single__details .shop__cat ul {
    display: flex; }
    .shop__single__details .shop__cat ul li a {
      color: #777777;
      transition: all 0.3s ease 0s; }
      .shop__single__details .shop__cat ul li a:hover {
        color: #89d700; }
.shop__single__details .color_choose {
  display: flex; }
  .shop__single__details .color_choose span {
    font-weight: 700; }
  .shop__single__details .color_choose .color__var {
    display: flex;
    margin-left: 15px; }
    .shop__single__details .color_choose .color__var li a {
      background: #444444 none repeat scroll 0 0;
      color: #fff;
      display: inline-block;
      height: 36px;
      text-indent: -999px;
      width: 36px; }
    .shop__single__details .color_choose .color__var li + li {
      margin-left: 5px; }
    .shop__single__details .color_choose .color__var li.gray a {
      background: #94b9e0 none repeat scroll 0 0; }
    .shop__single__details .color_choose .color__var li.off-white a {
      background: #e2e2e2 none repeat scroll 0 0; }
    .shop__single__details .color_choose .color__var li.org a {
      background: #fe5629 none repeat scroll 0 0; }

.shop__nav.nav.flex-wrap a {
  padding: 0; }

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

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

.single-class-content.tab-pane:not(.active) {
  display: none; }

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

.shop__des {
  align-items: center;
  border: 1px solid #dddddd;
  height: 40px;
  margin-bottom: 35px;
  margin-top: 100px;
  width: 400px; }
  .shop__des a {
    color: #777777;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize; }
    .shop__des a.active, .shop__des a:hover {
      color: #fe5629; }
    .shop__des a + a::before {
      background: #dddddd none repeat scroll 0 0;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 1px; }

.shop__tab__bottom {
  margin-left: -7px;
  margin-right: -7px; }
  .shop__tab__bottom a {
    margin: 0 7px; }

.product__history.d-flex ul.prize li.old-price {
  color: #999999;
  font-size: 16px;
  padding-right: 16px;
  text-decoration: line-through; }

.product__history ul.prize {
  padding-right: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop__tab__bottom a {
    flex-basis: 29.33%; } }
@media only screen and (max-width: 767px) {
  .shop__nav.nav.flex-wrap a {
    flex-basis: 100%; }

  .shop__nav.nav.flex-wrap.shop__tab__bottom a {
    flex-basis: 30%; } }
@media only screen and (max-width: 575px) {
  .shop__nav {
    margin-bottom: 30px; }

  .shop__nav.nav.flex-wrap a + a {
    margin-left: 20px;
    margin-top: 0; } }
@media only screen and (max-width: 420px) {
  .shop__single__details .shop__cat ul {
    flex-wrap: wrap; }

  .shop__des {
    border: 1px solid transparent;
    height: 77px;
    width: auto; }

  .shop__des a + a::before {
    display: none; }

  .shop__des a {
    padding: 0 10px; }

  .shop__nav.shop__tab__bottom.nav.flex-wrap a + a {
    margin-left: 0;
    margin-top: 0; }

  .shop__nav.nav.flex-wrap a + a {
    margin-left: 0;
    margin-top: 0; }

  .shop__nav.nav.flex-wrap a {
    flex-basis: 50%;
    padding: 0 10px; } }
/*========================
    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: #777777;
      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: #777777;
      line-height: 23px;
      margin-bottom: 18px; }
    .page__contact .address .address__inner ul li {
      color: #777777;
      line-height: 23px; }
      .page__contact .address .address__inner ul li a {
        color: #777777;
        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; } }
/*========================
    Event Details
===========================*/
.event_map_marker #evnetmap {
  width: 100%;
  height: 330px; }

.event-section .event__inner {
  padding-top: 34px; }
  .event-section .event__inner span {
    color: #777777; }
    .event-section .event__inner span i {
      padding-right: 10px; }
  .event-section .event__inner h4 {
    color: #434343;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 26px;
    margin-top: 22px;
    padding-right: 20%;
    font-family: "Dosis", sans-serif; }
  .event-section .event__inner p {
    color: #777777;
    line-height: 23px; }
  .event-section .event__inner blockquote {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 16px 11px 43px rgba(196, 196, 196, 0.1);
    color: #444444;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-right: 80px;
    margin-top: 40px;
    padding: 17px 15% 17px 18px;
    position: relative; }
    .event-section .event__inner blockquote::before {
      background: #89d700 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 8px; }
.event-section .event__advertise {
  display: flex; }
  .event-section .event__advertise .addver__thumb {
    flex-basis: 50%; }
  .event-section .event__advertise ul {
    flex-basis: 50%;
    margin-top: -14px; }
    .event-section .event__advertise ul li {
      color: #777777;
      line-height: 23px;
      margin-top: 14px;
      padding-left: 24px;
      padding-right: 17%;
      position: relative; }
      .event-section .event__advertise ul li::before {
        background: #646464 none repeat scroll 0 0;
        content: "";
        height: 7px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: rotate(133deg);
        width: 7px; }
      .event-section .event__advertise ul li:last-child::before {
        display: none; }
      .event-section .event__advertise ul li:last-child {
        padding-left: 0;
        padding-right: 12%; }
  .event-section .event__advertise p {
    color: #777777;
    line-height: 23px; }
.event-section p {
  color: #777777;
  line-height: 23px; }
.event-section .event__information {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px; }
.event-section .event__location {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-bottom: 50px; }
  .event-section .event__location ul {
    float: left;
    margin-top: -14px;
    padding: 40px; }
    .event-section .event__location ul li {
      color: #959595;
      line-height: 24px;
      margin-top: 14px; }
      .event-section .event__location ul li span {
        padding-right: 14px; }
  .event-section .event__location .event_map_marker {
    overflow: hidden; }

.event__share span {
  align-self: center;
  color: #6666;
  font-size: 16px;
  padding-right: 16px; }

.upcoming__event .single__event {
  margin-top: 50px; }
  .upcoming__event .single__event .event__inner .event__time__location li {
    color: #333;
    font-size: 12px; }
    .upcoming__event .single__event .event__inner .event__time__location li i {
      font-size: 14px;
      padding-right: 3px; }
  .upcoming__event .single__event.bg__light__pink {
    background: #bddaff none repeat scroll 0 0; }

.enent__thumb {
  box-shadow: 0 16px 43px 11px rgba(196, 196, 196, 0.1);
  padding-bottom: 105px;
  position: relative; }

.box-timer {
  bottom: 0;
  padding: 0 100px;
  position: absolute;
  width: 100%; }

.countbox.timer-grid {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 16px 43px 11px rgba(196, 196, 196, 0.1);
  padding: 50px; }

.dcare-count.days {
  display: inline-block; }

.countbox.timer-grid div {
  display: flex;
  justify-content: center; }

.countbox.timer-grid div > span {
  background: #89d700 none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(69, 69, 69, 0.2);
  flex-basis: 25%;
  margin: 0 5px;
  padding: 24px 10px;
  text-align: center; }

.time-count {
  color: #ffffff;
  font-family: Lobster Two;
  font-size: 60px;
  font-weight: 700;
  line-height: 32px; }

.count-inner p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-section .event__advertise ul li {
    padding-left: 16px;
    padding-right: 13px;
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-section .event__advertise ul li:last-child {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .event-section .event__advertise ul {
    flex-basis: 100%; }

  .event-section .event__advertise {
    flex-wrap: wrap; }

  .event-section .event__advertise .addver__thumb {
    flex-basis: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .event-section .event__location ul {
    float: inherit; }

  .event-section .event__inner blockquote {
    margin-right: 55px;
    padding: 17px 3% 17px 18px; }

  .box-timer {
    padding: 0; } }
@media only screen and (max-width: 420px) {
  .count-inner p {
    font-size: 12px; }

  .time-count {
    font-size: 20px; } }
/*========================
	Class Details Area
===========================*/
.page-class-details .class__thumb {
  position: relative; }
  .page-class-details .class__thumb .courses__images img {
    width: 100%; }
  .page-class-details .class__thumb .courses__type {
    align-items: center;
    background: #232c6c none repeat scroll 0 0;
    border-radius: 5px;
    height: 75px;
    padding: 0 40px; }
    .page-class-details .class__thumb .courses__type ul li {
      color: #ffffff; }
      .page-class-details .class__thumb .courses__type ul li span {
        color: #89d700; }
      .page-class-details .class__thumb .courses__type ul li + li {
        margin-left: 14px; }
    .page-class-details .class__thumb .courses__type ul.rating li + li {
      margin-left: 8px; }
  .page-class-details .class__thumb .courses__meta {
    align-items: center;
    bottom: 0;
    padding: 0 80px;
    position: absolute;
    width: 100%; }
    .page-class-details .class__thumb .courses__meta li {
      background: #89d700 none repeat scroll 0 0;
      color: #fff;
      flex-basis: 33.33%;
      height: 60px;
      line-height: 60px;
      text-align: center; }
      .page-class-details .class__thumb .courses__meta li i {
        padding-right: 8px; }
      .page-class-details .class__thumb .courses__meta li:nth-child(2) {
        background: #fe5629 none repeat scroll 0 0; }
      .page-class-details .class__thumb .courses__meta li:nth-child(3) {
        background: #faae08 none repeat scroll 0 0; }
      .page-class-details .class__thumb .courses__meta li.prize {
        font-size: 24px;
        font-weight: 700; }
.page-class-details .courses__inner {
  padding-bottom: 40px; }
  .page-class-details .courses__inner h2 {
    font-size: 48px;
    line-height: 73px;
    padding-bottom: 28px;
    font-family: "Dosis", sans-serif; }
  .page-class-details .courses__inner ul {
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px; }
    .page-class-details .courses__inner ul li {
      color: #777777; }
      .page-class-details .courses__inner ul li span {
        color: #fe5629; }
      .page-class-details .courses__inner ul li i {
        padding-right: 8px; }
  .page-class-details .courses__inner p {
    color: #777777;
    line-height: 23px;
    padding-top: 34px; }

.class-details-inner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #eeeeee #eeeeee;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  padding: 40px; }

.page-class-details .class__nav {
  margin-bottom: 43px; }
  .page-class-details .class__nav a {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #777777;
    flex-basis: 48.33%;
    font-family: "Dosis", sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 67px;
    line-height: 66px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease 0s; }
    .page-class-details .class__nav a.active, .page-class-details .class__nav a:hover {
      background: #fff none repeat scroll 0 0;
      color: #93da26; }
.page-class-details .class__view h2 {
  color: #444444;
    display: inline-block;
    font-family: "Dosis", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    padding-bottom: 17px;
    position: relative; }
  .page-class-details .class__view h2::before {
    background: #eeeeee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%; }
.page-class-details .class__view p {
  color: #666;
  line-height: 23px; }
.page-class-details .class__view blockquote {
  color: #444444;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 18px;
  position: relative; }
  .page-class-details .class__view blockquote::before {
    background: #89d700 none repeat scroll 0 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 8px; }
.page-class-details .class__view ul.class__related li {
  color: #666;
  margin-bottom: 17px;
  padding-left: 25px;
  position: relative; }
  .page-class-details .class__view ul.class__related li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(130deg);
    width: 8px; }
.page-class-details .class__view .share__us {
  align-items: center;
  display: flex;
  margin-top: 46px; }
  .page-class-details .class__view .share__us span {
    color: #777777;
    font-size: 16px;
    padding-right: 12px; }

.teacher h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
  padding-top: 14px;
  text-transform: capitalize;
  font-family: "Dosis", sans-serif; }
.teacher span {
  color: #777777;
  display: inline-block;
  line-height: 32px; }
.teacher p {
  color: #777777;
  line-height: 23px;
  margin-bottom: 25px;
  margin-top: 13px; }
.teacher .class__service {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 30px;
  padding-right: 20%; }
  .teacher .class__service li {
    box-shadow: 0 0 43px 11px rgba(211, 209, 209, 0.2);
    flex-basis: 25%;
    margin: 0 5px;
    padding: 32px 0;
    text-align: center; }
    .teacher .class__service li span.title {
      color: #777777;
      display: block;
      text-transform: capitalize; }
    .teacher .class__service li span.count {
      color: #666;
      font-size: 24px;
      position: relative; }
      .teacher .class__service li span.count::after {
        color: #666;
        content: "%";
        position: absolute; }
.teacher + .teacher {
  margin-top: 50px; }

.classs__review__inner h4 {
  color: #000;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
.classs__review__inner p {
  color: #777777;
  margin-bottom: 10px;
  margin-top: 5px; }
.classs__review__inner span {
  color: #777777;
  font-weight: 700; }
.classs__review__inner ul.rating {
  display: flex; }
  .classs__review__inner ul.rating li i {
    color: #8bc34a; }
.classs__review__inner .input__box span {
  color: #777777;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize; }
.classs__review__inner .input__box textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  min-height: 100px;
  padding: 10px;
  width: 100%; }
.classs__review__inner .input__box input {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  height: 38px;
  width: 100%; }
.classs__review__inner .input__box + .input__box {
  margin-top: 15px; }
.classs__review__inner .submit__btn--2 {
  margin-top: 15px; }

.related__class__wrapper {
  margin-top: 80px; }
  .related__class__wrapper h2.title {
    font-size: 36px;
    line-height: 32px;
    padding-top: 30px;
    font-family: "Dosis", sans-serif; }
  .related__class__wrapper .related__classs {
    margin-top: 50px;
    position: relative; }
    .related__class__wrapper .related__classs .calss__thumb a {
      display: block;
      position: relative; }
      .related__class__wrapper .related__classs .calss__thumb a::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        width: 100%; }
      .related__class__wrapper .related__classs .calss__thumb a img {
        width: 100%; }
    .related__class__wrapper .related__classs .class__details {
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.5s ease 0s;
      width: 100%; }
      .related__class__wrapper .related__classs .class__details h2 a {
        color: #ffffff;
        display: inline-block;
        font-size: 24px;
        padding-bottom: 8px;
        position: relative;
        transition: all 0.3s ease 0s;
        font-family: "Dosis", sans-serif; }
        .related__class__wrapper .related__classs .class__details h2 a::before {
          background: #ddd none repeat scroll 0 0;
          bottom: 0;
          content: "";
          height: 1px;
          left: 50%;
          position: absolute;
          transform: translateX(-50%);
          width: 100px; }
    .related__class__wrapper .related__classs .class__hover__action {
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.5s ease 0s;
      width: 100%;
      opacity: 0; }
      .related__class__wrapper .related__classs .class__hover__action .classs__hover__inner h2 a {
        color: #ffffff;
        display: inline-block;
        font-size: 24px;
        padding-bottom: 8px;
        position: relative;
        padding-top: 38px;
        font-family: "Dosis", sans-serif; }
        .related__class__wrapper .related__classs .class__hover__action .classs__hover__inner h2 a::before {
          background: #ddd none repeat scroll 0 0;
          bottom: 0;
          content: "";
          height: 1px;
          left: 50%;
          position: absolute;
          transform: translateX(-50%);
          width: 100px; }
      .related__class__wrapper .related__classs .class__hover__action .classs__hover__inner .courses__fee span {
        color: #ffffff;
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
        position: relative;
        z-index: 2; }
        .related__class__wrapper .related__classs .class__hover__action .classs__hover__inner .courses__fee span::before {
          background: rgba(0, 0, 0, 0) url("images/others/4.png") repeat scroll 0 0;
          content: "";
          height: 83px;
          left: 50%;
          position: absolute;
          top: -31px;
          transform: translateX(-50%);
          width: 89px;
          z-index: -1; }
      .related__class__wrapper .related__classs .class__hover__action .classs__hover__inner ul {
        margin-bottom: 26px;
        margin-top: 20px; }
        .related__class__wrapper .related__classs .class__hover__action .classs__hover__inner ul li {
          color: #ffffff;
          font-size: 16px; }
    .related__class__wrapper .related__classs:hover .class__details {
      opacity: 0; }
    .related__class__wrapper .related__classs:hover .class__hover__action {
      opacity: 1; }

.class__quality__desc.with--rightbar {
  padding-right: 120px; }

.class__quality__desc.with--leftsidebar {
  padding-left: 120px; }

.class__btn .dcare__btn {
  font-size: 16px;
  height: 40px;
  line-height: 36px;
  padding: 0 28px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-class-details .class__view blockquote {
    font-size: 15px; }

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

  .class__quality__desc.with--leftsidebar {
    padding-left: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-class-details .class__view blockquote {
    font-size: 15px; }

  .teacher .class__service li {
    flex-basis: 22%; }

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

  .class__quality__desc.with--leftsidebar {
    padding-left: 0px; } }
@media only screen and (max-width: 767px) {
  .page-class-details .courses__inner h2 {
    font-size: 40px;
    line-height: 62px; }

  .page-class-details .class__nav a {
    flex-basis: 31.33%; }

  .teacher .class__service li {
    flex-basis: 47%;
    margin: 0 5px 10px; }

  .page-class-details .class__view blockquote::before {
    height: 74px; }

  .page-class-details .class__view blockquote {
    font-size: 14px; }

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

  .class__quality__desc.with--leftsidebar {
    padding-left: 0px; }

  .teacher .class__service {
    padding-right: 0; } }
@media only screen and (max-width: 575px) {
  .page-class-details .class__thumb .courses__type {
    padding: 0 10px; }

  .page-class-details .class__thumb .courses__meta {
    padding: 0 43px; }

  .class-details-inner {
    padding: 40px 20px; }

  .page-class-details .courses__inner h2 {
    font-size: 30px;
    line-height: 43px; }

  .teacher .class__service li {
    flex-basis: 45%; } }
@media only screen and (max-width: 420px) {
  .page-class-details .class__thumb .courses__type {
    flex-wrap: wrap; }

  .page-class-details .courses__inner ul {
    flex-wrap: wrap; }

  .page-class-details .class__nav a {
    flex-basis: 100%;
    margin-bottom: 8px; } }
/*======= Login Styles =======*/
.wrapper {
  position: relative; }

.accountbox-wrapper,
.login-wrapper {
  z-index: -9991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden; }
  .accountbox-wrapper.is-visible,
  .login-wrapper.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 9991; }
  .accountbox-wrapper .body-overlay,
  .login-wrapper .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -21;
    height: 100%;
    width: 100%;
    background: #15181C;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: url(images/icon/close.png), crosshair; }
  .accountbox-wrapper.is-visible .accountbox,
  .login-wrapper.is-visible .accountbox {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible; }
  .accountbox-wrapper.is-visible .body-overlay,
  .login-wrapper.is-visible .body-overlay {
    opacity: 0.85;
    visibility: visible;
    z-index: 21; }

.accountbox__inner {
  padding: 40px; }

.accountbox {
  background: #fff;
  position: absolute;
  z-index: 23;
  left: 50%;
  top: 50%;
  width: 460px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -120%);
  -moz-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  -o-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  -webkit-transition: transform 0.5s cubic-bezier(0.38, 0.7, 0.66, 0.82) 0.3s;
  -moz-transition: transform 0.5s cubic-bezier(0.38, 0.7, 0.66, 0.82) 0.3s;
  -ms-transition: transform 0.5s cubic-bezier(0.38, 0.7, 0.66, 0.82) 0.3s;
  -o-transition: transform 0.5s cubic-bezier(0.38, 0.7, 0.66, 0.82) 0.3s;
  transition: transform 0.5s cubic-bezier(0.38, 0.7, 0.66, 0.82) 0.3s; }
  .accountbox h4 {
    color: #ffb606;
    font-family: "Dosis", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 42px; }
  .accountbox .single-input {
    margin-top: 25px; }
    .accountbox .single-input input {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #eeeeee;
      color: #959595;
      font-size: 14px;
      font-weight: 400;
      height: 40px;
      line-height: 42px;
      padding: 0 20px;
      width: 100%; }
      .accountbox .single-input input:focus {
        border-color: #89d700; }
      .accountbox .single-input input::placeholder {
        color: #959595 !important;
        opacity: 1; }
      .accountbox .single-input input::-moz-placeholder {
        color: #959595 !important;
        opacity: 1; }
    .accountbox .single-input button.sign__btn {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #eee;
      color: #959595;
      height: 40px;
      margin-top: 15px;
      padding: 0 20px;
      transition: all 0.3s ease 0s; }
      .accountbox .single-input button.sign__btn:hover {
        background: #89d700;
        border: 1px solid #89d700;
        color: #fff; }

.accountbox-login__others {
  margin-top: 25px; }
  .accountbox-login__others h6 {
    background: #fff none repeat scroll 0 0;
    color: #959595;
    display: inline-block;
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 10px;
    position: relative; }
    .accountbox-login__others h6::before {
      background: #dddddd none repeat scroll 0 0;
      content: "";
      height: 1px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: 180px;
      z-index: -1; }

.accountbox h3 {
  background: #ffb606 none repeat scroll 0 0;
  border-top: 1px solid #999999;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  padding: 13px 0;
  text-align: center; }

.accountbox-login__others .dacre__social__link li a span {
  color: #fff; }

.accountbox-close-button {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: transparent;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #333333;
  position: absolute;
  right: 4px;
  top: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .accountbox-close-button:hover {
    opacity: 0.9;
    color: #89d700; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accountbox-wrapper,
  .login-wrapper {
    overflow-x: hidden;
    overflow-y: scroll; }
    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
      top: 50px; }
      .accountbox-wrapper .accountbox .accountbox-close-button,
      .login-wrapper .accountbox .accountbox-close-button {
        left: auto;
        right: 0; }
    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
@media only screen and (max-width: 767px) {
  .accountbox-wrapper,
  .login-wrapper {
    overflow-x: hidden;
    overflow-y: scroll; }
    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
      top: 50px;
      width: calc(100% - 60px);
      -webkit-transform: translate(-50%, -120%);
      -moz-transform: translate(-50%, -120%);
      -ms-transform: translate(-50%, -120%);
      -o-transform: translate(-50%, -120%);
      transform: translate(-50%, -120%);
      left: 50%; }
      .accountbox-wrapper .accountbox.is-visible,
      .login-wrapper .accountbox.is-visible {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
@media only screen and (max-width: 575px) {
  .accountbox-wrapper,
  .login-wrapper {
    overflow-x: hidden;
    overflow-y: scroll; }
    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
      padding: 45px 30px;
      padding-right: 30px;
      top: 50px;
      width: calc(100% - 60px);
      -webkit-transform: translate(-50%, -120%);
      -moz-transform: translate(-50%, -120%);
      -ms-transform: translate(-50%, -120%);
      -o-transform: translate(-50%, -120%);
      transform: translate(-50%, -120%);
      left: 50%; }
      .accountbox-wrapper .accountbox.is-visible,
      .login-wrapper .accountbox.is-visible {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
@media only screen and (max-width: 575px) {
  .accountbox-wrapper .accountbox, .login-wrapper .accountbox {
    padding: 0; }

  .accountbox .single-input {
    margin-top: 9px; }

  .accountbox-login__others {
    margin-top: 10px; }

  .accountbox h4 {
    font-size: 15px;
    margin-bottom: 15px; } }
/*======= Checkout Styles =======*/
.single-accordion {
  margin-bottom: 30px; }

.mb--20 {
  margin-bottom: 20px; }

input[type="submit"] {
  cursor: pointer; }

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

.order-details .dcare__btn {
  border: 0 none; }

.accordion-head {
  background-color: #89d700;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: 47px;
  line-height: 49px;
  padding: 0 12px 0 28px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-family: "Roboto", sans-serif; }
  .accordion-head:focus, .accordion-head:hover {
    color: #ffffff; }
  .accordion-head.collapsed {
    background-color: #f1f2f3;
    color: #333; }
    .accordion-head.collapsed:focus {
      color: #333; }
    .accordion-head.collapsed:hover {
      color: #89d700; }

.accordion-body {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-top: none; }

.checkout-method-list {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 0;
  list-style: none; }
  .checkout-method-list li {
    display: block;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    margin-right: 30px; }
    .checkout-method-list li::before {
      content: "\f192";
      font-family: 'Fontawesome';
      float: left;
      line-height: 24px;
      padding-left: 1px;
      margin-right: 10px;
      font-size: 16px; }
    .checkout-method-list li.active::before {
      color: #89d700; }

.shipping-method h5 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 700;
  font-style: italic; }
.shipping-method p span {
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin-right: 10px; }

.payment-method-list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none; }
  .payment-method-list li {
    display: block;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    margin-right: 30px; }
    .payment-method-list li::before {
      content: "\f192";
      font-family: 'Fontawesome';
      float: left;
      line-height: 24px;
      padding-left: 1px;
      margin-right: 10px;
      font-size: 16px; }
    .payment-method-list li.active::before {
      color: #89d700; }

.shipping-form-toggle {
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 20px; }
  .shipping-form-toggle::before {
    content: "\f192";
    font-family: 'Fontawesome';
    float: left;
    line-height: 24px;
    padding-left: 1px;
    margin-right: 10px;
    font-size: 16px; }
  .shipping-form-toggle.active::before {
    color: #89d700; }

.checkout-login-form {
  float: left;
  width: 100%; }
  .checkout-login-form .input-box input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666666;
    font-size: 15px;
    float: left; }
    .checkout-login-form .input-box input[type="submit"] {
      width: 120px;
      margin-right: 0;
      background-color: #89d700;
      padding: 8px 15px;
      border: none;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0;
      border-radius: 50px; }
      .checkout-login-form .input-box input[type="submit"]:hover {
        background-color: #79be00; }

.checkout-register-form {
  display: none;
  float: left;
  width: 100%; }
  .checkout-register-form .input-box input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666666;
    font-size: 15px;
    float: left; }
    .checkout-register-form .input-box input[type="submit"] {
      width: 120px;
      margin-right: 0;
      background-color: #89d700;
      padding: 8px 15px;
      border: none;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0;
      border-radius: 50px; }
      .checkout-register-form .input-box input[type="submit"]:hover {
        background-color: #79be00; }

.checkout-form {
  float: left;
  width: 100%; }
  .checkout-form.shipping-form {
    display: none; }
  .checkout-form input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666666;
    font-size: 15px;
    float: left; }
  .checkout-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url("images/icons/select-arrow-down-2.png") no-repeat scroll right 5px center;
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666666;
    font-size: 15px;
    float: left; }
    .checkout-form select option {
      padding: 5px 15px; }
  .checkout-form textarea {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 120px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666666;
    font-size: 15px;
    float: left; }

.payment-form {
  float: left;
  width: 100%;
  display: none; }
  .payment-form label {
    display: block;
    font-size: 15px; }
  .payment-form input {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666666;
    font-size: 15px;
    float: left; }
  .payment-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url("images/icons/select-arrow-down-2.png") no-repeat scroll right 5px center;
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    color: #666666;
    font-size: 15px;
    float: left; }
    .payment-form select option {
      padding: 5px 15px; }
  .payment-form a {
    color: #89d700;
    font-size: 15px;
    margin-top: 5px; }

.order-details-wrapper h2 {
  background: #89d700;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 12px 0 28px;
  text-transform: uppercase;
  width: 100%;
  margin: 0; }

.order-details {
  background-color: #f1f2f3;
  padding: 10px 0;
  text-align: left;
  float: left;
  width: 100%; }
  .order-details ul {
    padding-left: 0;
    list-style: none; }
    .order-details ul li {
      border-bottom: 1px solid #e9e9e9;
      display: block;
      float: left;
      padding: 16px 28px;
      text-align: left;
      width: 100%; }
      .order-details ul li:last-child {
        border-bottom: 0 solid transparent; }
      .order-details ul li p {
        color: #606060;
        display: block;
        margin: 0;
        width: 60%;
        float: left; }
        .order-details ul li p:last-child {
          width: 40%; }
        .order-details ul li p.strong {
          color: #303030;
          font-weight: 600;
          text-transform: uppercase; }
        .order-details ul li p input {
          display: block;
          float: left;
          margin-right: 10px;
          margin-top: 3px; }
        .order-details ul li p label {
          color: #606060;
          display: block;
          float: left;
          font-weight: 300;
          margin: 0;
          overflow: hidden;
          line-height: 20px; }

/*======= Cart Styles =======*/
/*---------------------------------------
  26. Our Cart Area
----------------------------------------*/
.car-header-title h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase; }

.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #eaeaea;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%; }

.table-content table th {
  border-top: medium none;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea; }

.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle; }

.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px; }

.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  color: #777; }

.table-content table td.product-name a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  color: #6f6f6f; }

.table-content table td.product-name {
  width: 270px; }

.table-content table td.product-thumbnail {
  width: 130px; }

.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px; }

.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
  color: #777; }

.table-content table td.product-remove i:hover {
  color: #252525; }

.table-content table td.product-quantity {
  width: 180px; }

.table-content table td.product-remove {
  width: 150px; }

.table-content table td.product-price {
  width: 130px; }

.table-content table td.product-name a:hover {
  color: #89d700; }

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap; }

.owl-theme .owl-controls .owl-page span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  border-radius: 100%;
  display: block;
  height: 13px;
  margin: 3px;
  width: 13px;
  transition: 0.3s; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 2px solid #c1c1c1; }

.product-thumbnail a img {
  width: 100%; }

.table-content table .title-top th {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent; }

.cartbox__btn {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 40px; }

.cart__btn__list li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: block;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }

.cart__btn__list li a:hover {
  background: #89d700 none repeat scroll 0 0;
  color: #fff; }

.cartbox-total {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 0 40px; }

.cartbox__total__area {
  margin-top: 90px; }

.cart__total__amount {
  background: #89d700 none repeat scroll 0 0;
  display: flex;
  height: 60px;
  justify-content: space-between;
  line-height: 60px;
  padding: 0 40px; }

.cart__total__list li {
  color: #444444;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  height: 60px;
  line-height: 60px; }

.cart__total__tk li {
  color: #444444;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  line-height: 60px; }

.cart__total__amount span {
  color: #fff;
  font-size: 18px; }

/*=====================
	Wishlist Area
========================*/
.wishlist-table table {
  background: #fff none repeat scroll 0 0;
  border-color: #c1c1c1;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  width: 100%; }

.wishlist-table table th {
  font-weight: 600; }

.wishlist-table table th, .wishlist-table table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  color: #767676; }

.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px; }

.wishlist-table table .product-remove > a,
.table-content table .product-remove > a {
  font-size: 25px; }

.wishlist-table table .product-thumbnail {
  width: 150px; }

.wishlist-table table td.product-price .amount {
  font-weight: 700; }

.wishlist-table table .wishlist-in-stock {
  color: #767676; }

.wishlist-table table .product-add-to-cart > a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px 56px;
  text-transform: uppercase;
  width: 260px; }

.wishlist-table table .product-add-to-cart > a:hover {
  background: #89d700;
  color: #fff; }

.wishlist-table table .product-add-to-cart {
  width: 240px; }

.wishlist-share {
  margin-bottom: 35px;
  margin-top: 20px; }

.wishlist-share .social-icon ul {
  margin-top: 10px; }

/*========================
    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
============================*/
.footer__widget h4 {
  color: #fe0000;
  font-size: 24px;
  font-family: "Dosis", sans-serif; }
.footer__widget .ftr__details {
  margin-top: 45px; }

.ftr__details p + p {
  margin-top: 13px; }

.footer--2 .footer__widget h4 {
  color: #ffffff;
  font-family: "Dosis", sans-serif; }
.footer--2 .footer__widget .ftr__details p {
  color: #ffffff; }

.ft__bottom__images--1 {
  left: 0;
  position: absolute;
  top: 34px; }

.ft__bottom__images--2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.ftr__address__inner {
  margin-top: 13px; }
  .ftr__address__inner .ftr__address {
    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: #fff; }
.footer--2 .ftr__address__inner .ftr__address .ftr__contact p {
  color: #fff; }
  .footer--2 .ftr__address__inner .ftr__address .ftr__contact p a {
    color: #fff; }

footer.footer--2 {
  padding-top: 35px;
  position: relative; }

.footer__widget .ftr__latest__post .single__ftr__post {
  margin-bottom: 25px;
  padding-bottom: 25px;
  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: #777777;
    display: inline-block;
    font-family: "Dosis", sans-serif;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 1px;
    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: #fff;
    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: 45px; }

.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: #fff; }
.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details p {
  color: #fff; }
  .footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details p a {
    color: #3b41d5; }
.footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details span {
  color: #fff; }
  .footer--2 .dcare__twit__wrap .dcare__twit .dcare__twit__details span i {
    color: #fff; }

.footer--2 .footer__innner {
  margin-top: 43px; }

.footer--2 .footer__widget .ftr__details {
  margin-top: 17px; }

.sm__gallery__list {
  margin-left: -4px;
  margin-right: -4px; }
  .sm__gallery__list li {
    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: 180px;
  padding-top: 144px; }

.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: #777; }

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

.ftr__btm__image::before {
  background-image: url("images/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 .single__footer__address {
    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("images/shape/star/1.png");
        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%;
        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: #777777; }

.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: "Dosis", sans-serif;
    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: #777777;
    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: "Dosis", sans-serif;
  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: #777777;
    text-transform: uppercase;
    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__wrapper.bg-image--10 {
    background-color: #0993cc;
    background-size: 0 auto; }

  .single__footer__address + .single__footer__address {
    margin-top: 30px; }

  .single__footer__address {
    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%; } }



    .top-bar{
      background: #b6cf4d;
      position: relative;
  }

.top-bar::before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    border: 0px;
    left: 0;
    background: url(images/bg/menu-bg-2.png);
    background-repeat: repeat-x;
    top: 34px;
    z-index: 11;
}

.martop-10{
  margin-top: 10px;
}

.imagewrap{
  position: relative;
}
.imagewrap::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.slick-dotted.slick-slider{
  margin-bottom: 0
}
.main-banner{

}
.main-banner img{
  max-width: 100%;
}
.main-banner .slick-dots li button{position:relative;background-color:#fff;opacity:0.5;width:20px;height:8px;padding:0;transition: 0.5s;border-radius: 10px;}
.main-banner .slick-dots li button:before{font-size:0;width:20px;height:10px;opacity:1;transition:0.5s;}
.main-banner .slick-dots li{height:8px;width:20px;}
.main-banner .slick-dots li.slick-active button{color:white;opacity:1;width:40px;background:#fff;}
.main-banner .slick-dots li.slick-active button {
  color: white;
  opacity: 1;
  width: 40px;
  background: #fff;
}
.main-banner .slick-dots li.slick-active {
  height: 8px;
  width: 40px;
}
.main-banner .slick-dots {
  bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .main-banner .slick-dots, .imagewrap::before{
    display: none !important;
  }
}

.mettff{
  margin-left: 100px;
  margin-top: 14px;
}


.mettrr{
  margin-right: 133px;
  margin-top: 14px;
}






.image {box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;}
/*# sourceMappingURL=style.css.map */

.gb {
    width: 50%;
    background: #197fe3;
    padding: 10px;
    margin-bottom: 15px;
}

.gbclr {
  color: #fff;
  letter-spacing: 1px;
    line-height: 40px;
}

.gb1 {
  padding-left: 10px;
}

.gb2 p{
    color: #676767 !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: justify;
}
.line{
      list-style: disc;
}
.feature-icon {
    background-color: #59c9af;
    border: 5px solid #b2e6ec;
    display: inline-block;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}


.gb3 span{
  color: #fe0000 !important;
    font-weight: 600;
}
