@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.teacher-single-item .teacher-single-content ul li span.list-attr::after, .teacher-single-item .teacher-single-content ul li span.list-attr::before, .skill-item .circles strong, .gallery-item::before, .counter-item.round-style::before, .class-item .class-content .schedule-area .schedule-item::before, .video-area::before, .about-video::before, .about-video::after, .about-contact::before, .call-wrapper::before, .call-overlay::before, .theme-overlay::before, .right-icon::after, .right-icon::before, .event-thumb .date-tag::after, .event-thumb .date-tag::before, .countdown li::after, .countdown li::before, .min-height-section::before {
  position: absolute;
  content: ''; }

.default-pagination, .footer-widget.widget-blog .footer-blog li, .social-icons, .header-top-area, .header-top-area .left, .header-wrapper, .header-wrapper .menu-area, .menu, .header-form, .header-form .form-container, .widget.widget-gallery ul, .widget.widget-post ul li, .widget.widget-feature ul li, .widget.widget-category ul li a, .widget.widget-archive ul li a, .filter-2, .facility-wrapper, .client-item .client-header, .client-item .client-header .author, .counter-item .counter-header, .counter-item.round-style, .counter-item.round-style .counter-thumb, .class-item .class-content .class-meta, .class-item .class-content .class-meta .class-author, .class-item .class-content .schedule-area, .meta-post, .single-quote, .tags-area, .tags, .share, .filter, .nulla-list, .nulla-list li, .about-contact, .about-contact .call-item, .teacher-item .teacher-inner, .teacher-social, .single-product-item, .single-product-item .thumb, .about-quote, .contact-wrapper, .contact-form, .faq-item .faq-title, .event-thumb .date-tag, .countdown li, .countdown-area, .countdown-area .countdown, .account-form .form-group .checkgroup, .product-item-2 .p-thumb, .cart-checkout, .calculate-form, .slider-nav .thumb, .min-height-section, .coming-countdown, .post-item .post-content .post-bottom, .post-author, .comment-form, .comment-item {
  display: flex;
  flex-wrap: wrap; }

.masonary-item .masonary-thumb a, .video-area .video-button, .about-video .video-button, .teacher-item .teacher-inner .teacher-thumb::before, .teacher-item .teacher-inner .teacher-thumb .thumb-inner a::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.mb--40--50 {
  margin-bottom: -40px; }
  @media screen and (min-width: 400px) {
    .mb--40--50 {
      margin-bottom: -50px; } }

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

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

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

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

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

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

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

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

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

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

.mb-30-none {
  margin-bottom: -30px; }

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

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

.padding-top-2 {
  padding-top: 40px; }

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

@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px; }

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

  .padding-top-2 {
    padding-top: 60px; }

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

  .mw-lg-100 {
    max-width: 100%; } }
.bg_theme {
  background: #92278f; }

.cate {
  font-family: "Roboto", sans-serif; }

.section-header {
  text-align: center;
  margin-bottom: 30px; }
  .section-header .cate {
    color: #92278f;
    font-size: 18px;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400; }
  .section-header .title {
    text-transform: capitalize;
    margin-bottom: 10px; }
    .section-header .title:last-child {
      margin-bottom: 0 !important; }
  .section-header p {
    margin-top: 0; }
  @media (min-width: 576px) {
    .section-header {
      margin-bottom: 35px; }
      .section-header.mb-olpo {
        margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .section-header .cate {
      font-size: 24px;
      margin-top: -9px;
      margin-bottom: 14px; } }
  @media (min-width: 992px) {
    .section-header {
      margin-bottom: 50px; }
      .section-header .cate {
        margin-bottom: 17px; }
      .section-header.mb-olpo {
        margin-bottom: 30px; }
        .section-header.mb-olpo .cate {
          margin-bottom: 10px; } }
  .section-header p {
    max-width: 570px;
    margin: 0 auto 0; }
    .section-header p:last-child {
      margin-bottom: 0 !important; }
  .section-header.left-style {
    text-align: left; }
    .section-header.left-style p {
      margin-left: 0; }

.tab-area .tab-item {
  display: none; }
  .tab-area .tab-item.active {
    display: block; }

.cl-white * {
  color: #fff; }
.cl-white .cate {
  color: #fff; }

.cl-black * {
  color: #707070; }

.rtl {
  direction: rtl; }

.ltr {
  direction: ltr; }

.pos-rel {
  position: relative; }
  .pos-rel .container {
    position: relative;
    z-index: 1; }

.mb-40-none {
  margin-bottom: -40px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none; }
  .overlay.active {
    display: block;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s; }

.overlayTwo {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none; }
  .overlayTwo.active {
    display: block;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s; }

.theme-overlay {
  position: relative; }
  .theme-overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(146, 39, 143, 0.8); }
  .theme-overlay > * {
    position: relative;
    z-index: 1; }

.ratings i {
  color: #e8505b; }

.oh {
  overflow: hidden; }

.mb--20--50 {
  margin-bottom: -20px; }
  @media screen and (min-width: 400px) {
    .mb--20--50 {
      margin-bottom: -50px; } }

.default-pagination {
  margin: -7px;
  margin-top: 31px;
  justify-content: center; }
  @media (min-width: 768px) {
    .default-pagination {
      margin-top: 41px; } }
  .default-pagination li {
    padding: 7px; }
    .default-pagination li a {
      width: 46px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
      background: #fff;
      color: #0e2c53; }
      .default-pagination li a:hover, .default-pagination li a.active {
        background: #92278f;
        box-shadow: none;
        color: #fff; }

/*Footer Section Starts Here*/
.footer-bottom {
  text-align: center;
  padding: 20px 0;
  background: #fff8eb; }
  @media (min-width: 1200px) {
    .footer-bottom {
      padding: 36px 0; } }
  .footer-bottom p {
    margin: 0 !important; }
    .footer-bottom p a {
      color: #92278f; }

.footer-top {
  padding: 120px 0; }
  @media (max-width: 991px) {
    .footer-top {
      padding: 80px 0; } }

.footer-widget {
  margin-bottom: 50px; }
  .footer-widget .title {
    margin-bottom: 24px; }
  .footer-widget.widget-about p {
    margin-bottom: 16px; }
  .footer-widget.widget-about .contact {
    margin-bottom: 22px; }
    .footer-widget.widget-about .contact li {
      padding: 0;
      margin-bottom: 2px; }
      .footer-widget.widget-about .contact li i {
        color: #0e2c53;
        margin-right: 8px; }
        @media (max-width: 991px) {
          .footer-widget.widget-about .contact li i {
            color: #8dc63f; } }
      .footer-widget.widget-about .contact li a {
        color: #707070; }
        .footer-widget.widget-about .contact li a:hover {
          color: #92278f; }
  .footer-widget.widget-blog .footer-blog li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d8f5f7; }
    .footer-widget.widget-blog .footer-blog li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .footer-widget.widget-blog .footer-blog li .thumb {
      width: 100px; }
      .footer-widget.widget-blog .footer-blog li .thumb a {
        display: block; }
      .footer-widget.widget-blog .footer-blog li .thumb img {
        width: 100%; }
    .footer-widget.widget-blog .footer-blog li .content {
      width: calc(100% - 100px);
      padding-left: 20px;
      line-height: 24px; }
      .footer-widget.widget-blog .footer-blog li .content a {
        color: #0e2c53;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500; }
        .footer-widget.widget-blog .footer-blog li .content a:hover {
          color: #92278f; }

.social-icons {
  margin: -5px; }
  .social-icons li {
    padding: 5px; }
    .social-icons li a {
      height: 36px;
      width: 36px;
      line-height: 36px;
      text-align: center;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #92278f; }
      .social-icons li a.facebook {
        background: #3b5998; }
      .social-icons li a.twitter {
        background: #55acee; }
      .social-icons li a.instagram {
        background: #e4405f; }
      .social-icons li a.google {
        background: #dd4b39; }
      .social-icons li a.linkedin {
        background: #007bb5; }
      .social-icons li a.vimeo {
        background: #1ab7ea; }
      .social-icons li a.pinterest {
        background: #007bb5; }
      .social-icons li a.behance {
        background: #1769ff; }
      .social-icons li a.dribble {
        background: #ea4c89; }

.footer-form input {
  height: 56px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #0e2c53;
  padding-left: 25px;
  border: none;
  margin-bottom: 20px; }
  .footer-form input:focus {
    border: none; }
.footer-form button {
  position: relative;
  color: #fff;
  border-radius: 4px;
  width: auto;
  height: 56px;
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  border: none; }
  .footer-form button span {
    z-index: 4;
    position: relative;
    margin-right: 3px; }
  .footer-form button::before {
    position: absolute;
    content: "";
    border-radius: 4px;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #92278f;
    z-index: 3; }
  .footer-form button::after {
    position: absolute;
    content: "";
    background: #782075;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    bottom: -4px;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .footer-form button:hover::after {
    bottom: 0; }

@media (max-width: 991px) {
  footer {
    position: relative; }
    footer::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: rgba(146, 39, 143, 0.9); }
    footer .footer-top, footer .footer-bottom {
      position: relative;
      z-index: 1; }
    footer .footer-top {
      color: rgba(255, 255, 255, 0.9); }
      footer .footer-top .title {
        color: #fff; }
      footer .footer-top ul li a {
        color: rgba(255, 255, 255, 0.9) !important; }
        footer .footer-top ul li a:hover {
          color: #00bfff !important; }
    footer .footer-form button::before {
      background: #ff5200; }
    footer .footer-form button::after {
      background: #e11a1f; } }

/*Teacher Single Section Starts Here*/
.teacher-wrapper {
  padding: 0; }
  @media (min-width: 576px) {
    .teacher-wrapper {
      padding: 60px 50px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); } }
  .teacher-wrapper .subtitle {
    text-transform: capitalize;
    font-size: 18px; }

.teacher-single-item {
  margin-bottom: 50px;
  align-items: flex-start;
  justify-content: space-between; }
  .teacher-single-item .teacher-single-thumb {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px 3px rgba(83, 61, 82, 0.06);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #fff; }
    @media (min-width: 576px) {
      .teacher-single-item .teacher-single-thumb {
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .teacher-single-item .teacher-single-thumb {
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      .teacher-single-item .teacher-single-thumb {
        width: calc(50% - 25px);
        margin-bottom: 0; } }
    .teacher-single-item .teacher-single-thumb img {
      width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .teacher-single-item .teacher-single-thumb a {
      display: block;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .teacher-single-item .teacher-single-content {
    width: 100%; }
    @media (min-width: 1200px) {
      .teacher-single-item .teacher-single-content {
        width: calc(50% - 15px); } }
    .teacher-single-item .teacher-single-content .title {
      margin-bottom: 3px;
      text-transform: capitalize; }
    .teacher-single-item .teacher-single-content p {
      margin-bottom: 7px; }
      .teacher-single-item .teacher-single-content p.header-p {
        margin-bottom: 25px; }
    .teacher-single-item .teacher-single-content .subtitle {
      line-height: 38px; }
    .teacher-single-item .teacher-single-content ul li {
      line-height: 38px;
      padding: 0; }
      .teacher-single-item .teacher-single-content ul li span {
        display: inline-block;
        position: relative; }
        .teacher-single-item .teacher-single-content ul li span.list-name {
          width: calc(115px); }
        .teacher-single-item .teacher-single-content ul li span.list-attr {
          width: calc(100% - 115px);
          color: #000000; }
          .teacher-single-item .teacher-single-content ul li span.list-attr::after, .teacher-single-item .teacher-single-content ul li span.list-attr::before {
            width: 2px;
            height: 2px;
            background-color: #000000;
            left: -10px; }
          .teacher-single-item .teacher-single-content ul li span.list-attr::after {
            top: 20px; }
          .teacher-single-item .teacher-single-content ul li span.list-attr::before {
            top: 15px; }

.teacher-single-content ul li ul.list-attr li {
  margin-right: 20px; }

.teacher-single-content ul li ul.list-attr li:last-child {
  margin: 0; }

.teacher-single-content ul li ul.list-attr li a.behance {
  color: #1769ff; }

.teacher-single-content ul li ul.list-attr li a.vimeo {
  color: #1ab7ea; }

.teacher-single-content ul li ul.list-attr li a.twitter {
  color: #55acee; }

.teacher-single-content ul li ul.list-attr li a.futbol {
  color: #db3776; }

.teacher-single-content ul li ul.list-attr li a.instagram {
  color: #e4405f; }

.teacher-single-bottom .subtitle {
  margin-bottom: 25px; }

.skill-item {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .skill-item {
    margin-right: 40px; } }
.skill-item:last-child {
  margin-right: 0; }

.skill-item .skill-thumb {
  margin-bottom: 15px; }

.skill-item p {
  margin: 0;
  color: #0e2c53; }

.skill-item .circles {
  position: relative; }
  .skill-item .circles strong {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }

.skill-item .circles canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/*Header Section Starts Here*/
header {
  position: relative;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    animation: fadeInDown .5s;
    -webkit-animation: fadeInDown .5s;
    -moz-animation: fadeInDown .5s;
    box-shadow: 0 0 10px rgba(14, 44, 83, 0.1);
    border-bottom: 1px solid #e5e5e5; }
    @media (min-width: 992px) {
      header.header-fixed {
        top: -46px; } }
    @media (min-width: 1200px) {
      header.header-fixed {
        top: -50px; } }

.header-top {
  background: #92278f; }
  .header-top * {
    color: #fff; }
  @media (max-width: 991px) {
    .header-top {
      display: none; } }

.header-top-area {
  justify-content: space-between;
  align-items: center; }
  .header-top-area .social-icons {
    margin: 0; }
    .header-top-area .social-icons li {
      padding: 0;
      border-right: 1px solid #a852a5; }
      .header-top-area .social-icons li a {
        height: 50px;
        line-height: 50px;
        width: 50px;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center; }
      .header-top-area .social-icons li:first-child {
        border-left: 1px solid #a852a5; }
  .header-top-area .left {
    margin: 0 -20px; }
    .header-top-area .left li {
      padding: 11px 20px;
      border-right: 1px solid #a852a5; }
      .header-top-area .left li:last-child {
        border-right: none; }
      .header-top-area .left li i {
        margin-right: 5px; }
  @media (max-width: 1199px) {
    .header-top-area .left li {
      font-size: 14px;
      padding: 9px 15px; }
    .header-top-area .social-icons li a {
      height: 46px;
      line-height: 46px;
      width: 46px; } }
  @media (max-width: 991px) {
    .header-top-area .left {
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 0;
      border: 1px solid #a852a5; }
      .header-top-area .left li {
        flex-grow: 1;
        border-top: 1px solid #a852a5; }
    .header-top-area .social-icons {
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 0;
      border-bottom: 1px solid #a852a5; }
      .header-top-area .social-icons li {
        flex-grow: 1; } }

.header-bottom {
  background: #fff;
  position: relative; }

.header-wrapper {
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 576px) {
    .header-wrapper {
      position: relative; } }
  .header-wrapper .logo a {
    display: block; }
    .header-wrapper .logo a img {
      max-width: 100%; }
  @media (max-width: 575px) {
    .header-wrapper .logo {
      width: 130px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 140px; } }

  .header-wrapper .menu-area {
    align-items: center; }
    .header-wrapper .menu-area .search-button {
      margin: 0 20px; }
      .header-wrapper .menu-area .search-button a {
        width: 50px;
        line-height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #f3f3f3;
        text-align: center;
        color: #92278f; }
    .header-wrapper .menu-area .cart-button {
      padding: 24px 20px;
      border-left: 1px solid #f3f3f3;
      border-right: 1px solid #f3f3f3;
      position: relative; }
      .header-wrapper .menu-area .cart-button a .cart-amount {
        position: absolute;
        top: 27px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #92278f;
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .header-wrapper .menu-area .cart-button a i {
        font-size: 22px;
        color: #0e2c53;
        margin-top: 24px; }
    @media (max-width: 1199px) {
      .header-wrapper .menu-area .search-button {
        margin: 0 15px; }
      .header-wrapper .menu-area .cart-button a .cart-amount {
        top: 15px; }
      .header-wrapper .menu-area .cart-button a i {
        margin-top: 16px; }
      .header-wrapper .menu-area .search-button a {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
    .header-wrapper .menu-area .ellepsis-bar {
      font-size: 20px;
      margin-left: 30px; }
    @media (max-width: 991px) {
      .header-wrapper .menu-area .cart-button {
        border: none;
        padding: 24px 25px; }
        .header-wrapper .menu-area .cart-button a .cart-amount {
          top: 20px; }
      .header-wrapper .menu-area .search-button {
        margin: 0; } }
    @media (max-width: 575px) {
      .header-wrapper .menu-area {
        padding: 15px 0; }
        .header-wrapper .menu-area .search-button {
          padding: 0; }
          .header-wrapper .menu-area .search-button a {
            width: unset;
            height: 40px;
            border: none; }
        .header-wrapper .menu-area .ellepsis-bar {
          margin-left: 20px; }
        .header-wrapper .menu-area .cart-button {
          padding: 10px 20px;
          border: none; }
          .header-wrapper .menu-area .cart-button a i {
            font-size: 16px; }
          .header-wrapper .menu-area .cart-button a .cart-amount {
            top: 12px;
            font-size: 12px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-weight: 400; } }

.menu > li > a {
  color: #92278f;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 22px;
  text-transform: uppercase; }
  .menu > li > a i {
    margin-right: 5px; }
@media (min-width: 992px) {
  .menu li {
    position: relative; }
    .menu li .submenu {
      position: absolute;
      top: calc(100%);
      left: 0;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      z-index: 9;
      background: #ffffff;
      width: 220px;
      padding: 0;
      -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
      transform: translateY(35px);
      opacity: 0;
      visibility: hidden;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.18); }
      .menu li .submenu li {
        padding: 0; }
        .menu li .submenu li a {
          padding: 10px 20px;
          text-transform: capitalize;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 14px;
          color: #0e2c53;
          font-weight: 500;
          border-bottom: 1px solid #e5e5e5; }
          .menu li .submenu li a:hover, .menu li .submenu li a.active {
            background: #92278f;
            padding-left: 22px;
            color: #fff; }
        .menu li .submenu li:last-child a {
          border-bottom: none; }
        .menu li .submenu li .submenu {
          left: 100%;
          top: 0; }
    .menu li:hover > .submenu {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 12px; } }

@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top; }
    .menu li {
      width: 100%;
      padding: 0; }
      .menu li a {
        display: block;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        border-top: 1px solid #e5e5e5;
        color: #0e2c53; }
        .menu li a:hover {
          background: #fff8eb; }
      .menu li .submenu {
        padding-left: 20px;
        display: none; }
        .menu li .submenu li {
          width: 100%; }
          .menu li .submenu li a {
            font-size: 14px;
            display: flex;
            justify-content: space-between; }
    .menu.active {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); } }

.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px; }
  .header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #0e2c53;
    left: 0; }
    .header-bar span:first-child {
      top: 0; }
    .header-bar span:nth-child(2) {
      top: 52%;
      transform: translateY(-65%); }
    .header-bar span:last-child {
      bottom: 0; }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px); }
  .header-bar.active span:nth-child(2) {
    opacity: 0; }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px); }
  @media (max-width: 575px) {
    .header-bar {
      width: 15px;
      height: 16px; }
      .header-bar span {
        height: 2px;
        width: 20px; }
      .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px); }
      .header-bar.active span:nth-child(2) {
        opacity: 0; }
      .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
        transform: rotate(-45deg) translate(4px, -6px); } }

.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0d7";
  margin-left: 3px; }

.header-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .header-form.active {
    visibility: visible;
    opacity: 1; }
  .header-form .bg-lay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 44, 83, 0.8); }
    .header-form .bg-lay .cross {
      position: absolute;
      color: #fff;
      cursor: pointer;
      right: 15px;
      top: 15px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #92278f; }
  .header-form .form-container {
    margin: 15px;
    max-width: 700px;
    width: 100%;
    padding: 30px;
    background: #0e2c53;
    position: relative;
    z-index: 1; }
    .header-form .form-container button {
      width: 120px;
      height: 60px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #92278f;
      border: none;
      outline: none;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .header-form .form-container input {
      width: calc(100% - 120px);
      height: 60px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none;
      outline: none;
      padding: 20px; }
    @media (max-width: 575px) {
      .header-form .form-container {
        padding: 1px;
        margin: 10px; }
        .header-form .form-container button {
          width: 100px;
          font-size: 14px;
          font-weight: 400; }
        .header-form .form-container input {
          width: calc(100% - 100px); } }

/*Banner Section Starts Here*/
.banner-content {
  max-width: 570px;
  border: 4px solid #fff;
  background: #8dc63f;
  padding: 50px 50px 55px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 70px 15px;
  -moz-border-radius: 70px 15px;
  border-radius: 70px 15px; }
  .banner-content .cate {
    font-weight: 400;
    margin: 0;
    margin-bottom: 6px; }
  .banner-content .title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px; }
  .banner-content p {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 30px; }
  .banner-content .custom-button::before {
    background: #f26522; }
  .banner-content .custom-button::after {
    background: #e11a1f; }
  @media (max-width: 767px) {
    .banner-content {
      padding: 50px 30px; }
      .banner-content .cate {
        font-size: 24px; }
      .banner-content .title {
        font-size: 50px;
        line-height: 60px; }
      .banner-content p {
        font-size: 16px;
        line-height: 28px; } }
  @media (max-width: 575px) {
    .banner-content {
      padding: 40px 0;
      background: transparent;
      box-shadow: none;
      border: none; }
      .banner-content .cate {
        font-size: 20px; }
      .banner-content .title {
        font-size: 42px;
        line-height: 48px; } }
  .banner-content.style-2 {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 500px; }

.banner-thumb {
  width: calc(100% - 610px);
  position: relative; }
  .banner-thumb img {
    position: absolute;
    top: -90px;
    left: 0; }
  @media (max-width: 1199px) {
    .banner-thumb {
      width: calc(100% - 560px); }
      .banner-thumb img {
        width: 550px;
        top: -40px; } }

.banner-section {
  padding: 180px 0;
  position: relative; }
  @media (max-width: 1199px) {
    .banner-section {
      padding: 150px 0; } }
  @media (max-width: 991px) {
    .banner-section {
      padding: 120px 0; } }
  @media (max-width: 767px) {
    .banner-section {
      padding: 100px 0;
      background: #8dc63f !important; } }
  @media (max-width: 575px) {
    .banner-section {
      padding: 80px 0 90px; } }
  .banner-section.style-2 {
    padding: 236px 0 245px; }
    @media (max-width: 1199px) {
      .banner-section.style-2 {
        padding: 180px 0; } }
    @media (max-width: 991px) {
      .banner-section.style-2 {
        padding: 170px 0; } }
    @media (max-width: 767px) {
      .banner-section.style-2 {
        padding: 150px 0;
        background-color: #00bfff !important; } }
    @media (max-width: 575px) {
      .banner-section.style-2 {
        padding: 120px 0 130px; } }
  .banner-section.style-slide {
    padding: 0; }

.banner-item {
  padding: 180px 0;
  position: relative; }
  @media (max-width: 1199px) {
    .banner-item {
      padding: 150px 0; } }
  @media (max-width: 991px) {
    .banner-item {
      padding: 120px 0; } }
  @media (max-width: 767px) {
    .banner-item {
      padding: 100px 0; } }
  @media (max-width: 575px) {
    .banner-item {
      padding: 80px 0 90px; } }
  .banner-item.slick-current .banner-item-content {
    transform: scale(1);
    opacity: 1; }
  .banner-item-content {
    transform: scale(0.5);
    opacity: 0;
    transition: all .6s linear; }
    .banner-item-content h1 {
      line-height: 1.2;
      margin-bottom: 20px; }
    .banner-item-content p {
      color: #0e2c53;
      margin-bottom: 40px; }

.top-shape-content {
  position: absolute;
  top: 0;
  right: calc(50% - 585px); }
  @media (max-width: 1199px) {
    .top-shape-content {
      right: calc(50% - 460px); }
      .top-shape-content img {
        max-width: 400px; } }
  .top-shape-content img {
    animation: banner-imgskew 5s linear infinite; }

/*Sidebar CSS Starts Here*/
.widget {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 30px; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .widget-header {
    padding: 20px 30px;
    border-bottom: 1px solid #f6fafd; }
    .widget .widget-header .title {
      margin: 0;
      text-transform: capitalize; }
  .widget .widget-body {
    padding: 25px 30px; }
  .widget .tags {
    margin: -5px; }
    .widget .tags li {
      padding: 5px; }
      .widget .tags li a {
        line-height: 34px;
        padding: 0 12px;
        font-size: 14px; }
  .widget.widget-gallery ul {
    margin: -7px; }
    .widget.widget-gallery ul li {
      padding: 7px;
      width: calc(100% / 3);
      flex-grow: 1; }
      @media screen and (max-width: 399px) {
        .widget.widget-gallery ul li {
          width: calc(100% / 2); } }
      .widget.widget-gallery ul li a {
        display: block;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
        .widget.widget-gallery ul li a img {
          width: 100%; }
  @media (max-width: 575px) {
    .widget .widget-header {
      padding: 15px; }
    .widget .widget-body {
      padding: 30px 15px; } }
  .widget.widget-post ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f9fbfe; }
    .widget.widget-post ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .widget.widget-post ul li .thumb {
      width: 100px; }
      .widget.widget-post ul li .thumb a {
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden; }
      .widget.widget-post ul li .thumb img {
        width: 100%; }
    .widget.widget-post ul li .content {
      width: calc(100% - 100px);
      padding-left: 20px;
      line-height: 24px; }
      .widget.widget-post ul li .content a {
        color: #0e2c53;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500; }
        .widget.widget-post ul li .content a:hover {
          color: #92278f; }
  .widget.widget-feature ul li {
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #f9fbfe; }
    .widget.widget-feature ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .widget.widget-feature ul li:first-child {
      padding-top: 0; }
    .widget.widget-feature ul li .ques, .widget.widget-feature ul li .ans {
      width: 50%; }
    .widget.widget-feature ul li .ques i {
      margin-right: 12px; }
    .widget.widget-feature ul li .ans {
      color: #0e2c53;
      padding-left: 10px;
      position: relative; }
      .widget.widget-feature ul li .ans::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        content: ":"; }
@media (max-width: 1199px) and (min-width: 992px) {
  .widget.widget-feature {
    font-size: 14px; } }

  .widget.widget-search .search-form {
    position: relative; }
    .widget.widget-search .search-form input {
      height: 50px;
      border-radius: 5px;
      background-color: #fafafa;
      border: none;
      outline: none; }
    .widget.widget-search .search-form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 50px;
      border: none;
      background: transparent;
      text-align: center;
      width: 50px; }
  .widget.widget-category ul li, .widget.widget-archive ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #f9fbfe; }
    .widget.widget-category ul li:last-child, .widget.widget-archive ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .widget.widget-category ul li:first-child, .widget.widget-archive ul li:first-child {
      padding-top: 0; }
    .widget.widget-category ul li a, .widget.widget-archive ul li a {
      justify-content: space-between;
      color: #707070; }
      .widget.widget-category ul li a i, .widget.widget-archive ul li a i {
        margin-right: 5px; }
      .widget.widget-category ul li a:hover, .widget.widget-archive ul li a:hover {
        color: #92278f; }
@media (max-width: 1199px) and (min-width: 992px) {
  .widget.widget-category, .widget.widget-archive {
    font-size: 14px; } }

  @media (min-width: 1200px) {
    .widget.widget-product .widget-body {
      padding-left: 15px;
      padding-right: 15px; } }
  .widget.widget-product .widget-body ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 20px;
    border-bottom: 1px solid #e5ecf6; }
    .widget.widget-product .widget-body ul li:first-child {
      padding-top: 0; }
    .widget.widget-product .widget-body ul li:last-child {
      border-color: transparent; }
    .widget.widget-product .widget-body ul li .product-thumb {
      width: 70px; }
      .widget.widget-product .widget-body ul li .product-thumb img {
        width: 100%; }
    .widget.widget-product .widget-body ul li .product-content {
      width: calc(100% - 70px);
      padding-left: 15px; }
      .widget.widget-product .widget-body ul li .product-content h6 {
        font-weight: 500;
        font-size: 14px; }
        .widget.widget-product .widget-body ul li .product-content h6 a {
          font-size: 16px;
          color: #000000; }
      .widget.widget-product .widget-body ul li .product-content p {
        font-size: 14px;
        margin: 0;
        margin-bottom: 7px; }
        .widget.widget-product .widget-body ul li .product-content p i {
          color: #e9ba17; }

.cl-i-one i {
  color: #6dc72a; }

.cl-i-two i {
  color: #aa2293; }

.cl-i-three i {
  color: #ff7a33; }

.cl-i-four i {
  color: #ff1319; }

.cl-i-five i {
  color: #00bfff; }

.cl-i-six i {
  color: #0028a1; }

.cl-i-seven i {
  color: #ff680d; }

.cl-i-eight i {
  color: #aa2293; }

aside {
  position: sticky;
  top: 120px; }

/*Gallery Section Starts Here*/
.top-shape-center {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1; }
  .top-shape-center img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .top-shape-center {
      display: none; } }

.bottom-shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1; }
  .bottom-shape-left img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .bottom-shape-left {
      display: none; } }

.gallery-item {
  text-align: center;
  position: relative;
  margin: 0 20px 40px; }
  @media screen and (min-width: 400px) {
    .gallery-item {
      margin-bottom: 60px; } }
  .gallery-item .gallery-inner {
    padding: 15px;
    padding-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .gallery-item::before {
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(-4.5deg);
    -ms-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .gallery-item .gallery-thumb a {
    display: block;
    overflow: hidden; }
    .gallery-item .gallery-thumb a img {
      width: 100%; }
  .gallery-item .gallery-content {
    padding: 20px 0; }
    .gallery-item .gallery-content .title {
      margin: 0;
      font-weight: 500;
      font-size: 18px;
      color: #8dc63f; }
      @media (min-width: 576px) {
        .gallery-item .gallery-content .title {
          font-size: 20px; } }
  .gallery-item:hover::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

div[class*="col"]:nth-of-type(6n + 2) .gallery-item .gallery-content .title {
  color: #92278f; }
div[class*="col"]:nth-of-type(6n + 3) .gallery-item .gallery-content .title {
  color: #ff5200; }
div[class*="col"]:nth-of-type(6n + 4) .gallery-item .gallery-content .title {
  color: #00bfff; }
div[class*="col"]:nth-of-type(6n + 5) .gallery-item .gallery-content .title {
  color: #e11a1f; }
div[class*="col"]:nth-of-type(6n + 6) .gallery-item .gallery-content .title {
  color: #002c9d; }

.filter-2 {
  justify-content: center;
  margin: -5px;
  margin-bottom: 30px; }
  .filter-2 li {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(79, 63, 82, 0.06);
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #0e2c53;
    text-transform: uppercase;
    margin: 5px;
    cursor: pointer;
    display: flex; }
    .filter-2 li .category {
      line-height: 38px; }
    .filter-2 li .amount {
      height: 38px;
      line-height: 38px;
      text-align: center;
      width: 38px;
      text-align: center;
      margin-left: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #f3f7f8;
      display: block; }
    .filter-2 li.active .amount {
      border-color: #92278f;
      background: #92278f;
      color: #fff; }
    .filter-2 li.active .category {
      color: #92278f; }
  @media (min-width: 768px) {
    .filter-2 {
      margin-bottom: 35px; } }

/*Gallery Masonary 1 Starts Here*/
.masonary-wrapper {
  margin: -15px; }

.masonary-item {
  width: 100%;
  padding: 15px; }
  .masonary-item .masonary-thumb {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(79, 63, 82, 0.06);
    background: #fff;
    padding: 8px; }
    .masonary-item .masonary-thumb::before {
      position: absolute;
      content: "";
      left: 8px;
      right: 8px;
      bottom: 8px;
      top: 8px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background: rgba(146, 39, 143, 0.8);
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      opacity: 0; }
    .masonary-item .masonary-thumb a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #92278f;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      opacity: 0; }
    .masonary-item .masonary-thumb img {
      width: 100%;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .masonary-item .masonary-thumb:hover::before {
      opacity: 1; }
    .masonary-item .masonary-thumb:hover a {
      opacity: 1; }
  @media (min-width: 576px) {
    .masonary-item {
      width: 50%; } }

@media (min-width: 768px) {
  .three-items .masonary-item {
    width: calc(100% / 3); } }

.lg-three-items .masonary-item {
  width: 100%; }
  @media (min-width: 768px) {
    .lg-three-items .masonary-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .lg-three-items .masonary-item {
      width: calc(100% / 3); } }

/*Gallery Section Three Starts Here*/
.gallery-item-3 {
  text-align: center;
  border-width: 8px;
  box-shadow: 0px 2px 4px 0px rgba(79, 63, 82, 0.06);
  max-width: 400px;
  margin: 0 auto; }
  .gallery-item-3 .gallery-thumb {
    overflow: hidden;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
    .gallery-item-3 .gallery-thumb img {
      width: 100%; }
    .gallery-item-3 .gallery-thumb a {
      display: block; }
  .gallery-item-3 .gallery-content {
    background: #fff;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 35px 15px 28px; }
    .gallery-item-3 .gallery-content .title {
      font-size: 20px;
      margin-bottom: 5px; }
      .gallery-item-3 .gallery-content .title a {
        display: block; }

/*Facilities Section Starts Here*/
.facility-container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .facility-container {
      padding-left: 0;
      padding-right: 0;
      margin-right: 30px;
      margin-left: 30px; } }
  @media (min-width: 1200px) {
    .facility-container {
      max-width: 575px;
      margin-right: 40px;
      margin-left: auto;
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .facility-container {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .facility-container {
      max-width: 540px; } }
  @media (max-width: 575px) {
    .facility-container {
      max-width: 100%; } }

.facility-wrapper {
  margin: -7.5px; }

.facility-item {
  width: 100%;
  padding: 7.5px; }
  @media screen and (min-width: 400px) {
    .facility-item {
      width: calc(100% / 2); } }
  @media (min-width: 576px) {
    .facility-item {
      width: calc(100% / 3); } }
  .facility-item .facility-inner {
    text-align: center;
    padding: 30px 10px 25px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
    position: relative; }
    .facility-item .facility-inner::after {
      position: absolute;
      content: "";
      left: 5px;
      top: 5px;
      width: 50px;
      height: 50px;
      background: url(./img/facility-shape.png) no-repeat center center;
      background-size: contain;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .facility-item .facility-inner .facility-thumb {
      max-width: 80px;
      margin: 0 auto 28px; }
      .facility-item .facility-inner .facility-thumb img {
        width: 100%; }

/*Client Section Starts Here*/
.client-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1); }
  .client-item .client-header {
    align-items: center;
    padding: 20px 30px;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0; }
    .client-item .client-header .author {
      width: calc(100% - 60px);
      padding-right: 10px;
      align-items: center; }
      .client-item .client-header .author .thumb {
        width: 60px; }
        .client-item .client-header .author .thumb img {
          width: 100%; }
      .client-item .client-header .author .content {
        width: calc(100% - 60px);
        padding-left: 13px; }
        .client-item .client-header .author .content .title {
          margin: 0;
          text-transform: capitalize;
          margin-bottom: -2px; }
          @media (min-width: 768px) {
            .client-item .client-header .author .content .title {
              font-size: 18px; } }
        .client-item .client-header .author .content span {
          font-size: 15px;
          text-transform: capitalize; }
    .client-item .client-header .company {
      width: 55px; }
      .client-item .client-header .company img {
        max-width: 100%; }
      @media (max-width: 575px) {
        .client-item .client-header .company {
          width: 40px; } }
    @media (max-width: 575px) {
      .client-item .client-header {
        padding: 20px 15px; } }
  .client-item .client-body {
    padding: 30px 30px; }
    @media (max-width: 575px) {
      .client-item .client-body {
        padding: 26px 15px 25px; } }

.client-slider {
  margin: -15px; }
  .client-slider .slick-slide {
    margin: 15px;
    outline: none; }

/*Counter Section Starts Here*/
.counter-item {
  background: #fff;
  text-align: center;
  padding: 35px 15px;
  border: 6px solid #92278f;
  border-radius: 25px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px; }
  .counter-item .counter-thumb {
    height: 130px;
    margin-bottom: 32px; }
    .counter-item .counter-thumb img {
      max-height: 100%; }
  .counter-item .counter-header {
    align-items: center;
    justify-content: center; }
    .counter-item .counter-header .title {
      margin: 0;
      margin-bottom: 0;
      line-height: 1;
      color: #92278f; }
      @media (min-width: 992px) {
        .counter-item .counter-header .title {
          font-size: 46px; } }
  .counter-item.round-style {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    padding: 40px 15px 45px;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 270px;
    margin: 0 auto 30px; }
    .counter-item.round-style::before {
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px;
      border: 2px dashed #8dc63f;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .counter-item.round-style .counter-thumb {
      height: unset;
      margin-bottom: 26px;
      height: 86px;
      align-items: center;
      justify-content: center; }
      .counter-item.round-style .counter-thumb img {
        margin-top: auto; }
    .counter-item.round-style .counter-content {
      width: 100%; }
      .counter-item.round-style .counter-content .title {
        margin-bottom: 5px;
        color: #8dc63f; }
        @media (min-width: 768px) {
          .counter-item.round-style .counter-content .title {
            font-size: 36px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .counter-item.round-style {
    padding-top: 30px;
    padding-bottom: 35px; }
    .counter-item.round-style .counter-thumb {
      margin-bottom: 22px; }
    .counter-item.round-style .counter-content .title {
      font-size: 30px; } }

    .counter-item.round-style:hover::before {
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }

div[class*="col"]:nth-of-type(6n + 2) .counter-item {
  border-color: #e11a1f; }
  div[class*="col"]:nth-of-type(6n + 2) .counter-item .counter-header .title {
    color: #e11a1f; }
  div[class*="col"]:nth-of-type(6n + 2) .counter-item.round-style .counter-header .title {
    color: #92278f; }
  div[class*="col"]:nth-of-type(6n + 2) .counter-item.round-style::before {
    border-color: #92278f; }
div[class*="col"]:nth-of-type(6n + 3) .counter-item {
  border-color: #f26522; }
  div[class*="col"]:nth-of-type(6n + 3) .counter-item .counter-header .title {
    color: #f26522; }
  div[class*="col"]:nth-of-type(6n + 3) .counter-item.round-style::before {
    border-color: #f26522; }
div[class*="col"]:nth-of-type(6n + 4) .counter-item {
  border-color: #00bfff; }
  div[class*="col"]:nth-of-type(6n + 4) .counter-item .title {
    color: #00bfff; }
  div[class*="col"]:nth-of-type(6n + 4) .counter-item.round-style::before {
    border-color: #00bfff; }

@media (max-width: 767px) {
  .counter-section {
    position: relative; }
    .counter-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: #8dc63f; } }

/*Class Section Starts Here*/
.class-item {
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 15px;
  margin-bottom: 30px; }
  .class-item .class-thumb {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 30px; }
    .class-item .class-thumb a {
      display: block; }
      .class-item .class-thumb a img {
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 100%; }
  .class-item .class-content {
    padding-left: 15px;
    padding-right: 15px; }
    .class-item .class-content .title {
      margin-bottom: 15px; }
@media (min-width: 768px) and (max-width: 991px) {
  .class-item .class-content .title {
    font-size: 22px; } }

    .class-item .class-content .class-meta {
      margin: 5px 0;
      justify-content: space-between; }
      .class-item .class-content .class-meta .class-author {
        align-items: center;
        margin-bottom: 15px; }
        .class-item .class-content .class-meta .class-author .thumb {
          width: 40px;
          height: 40px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          overflow: hidden; }
          .class-item .class-content .class-meta .class-author .thumb a {
            display: block; }
          .class-item .class-content .class-meta .class-author .thumb img {
            width: 100%; }
        .class-item .class-content .class-meta .class-author .content {
          width: calc(100% - 40px);
          padding-left: 12px; }
          .class-item .class-content .class-meta .class-author .content .subtitle {
            font-size: 16px;
            margin: 0;
            line-height: 1.1; }
            .class-item .class-content .class-meta .class-author .content .subtitle a:hover {
              color: #92278f; }
          .class-item .class-content .class-meta .class-author .content .info {
            color: #707070;
            font-size: 13px; }
      .class-item .class-content .class-meta .cost-area {
        margin-bottom: 15px; }
        .class-item .class-content .class-meta .cost-area .subtitle {
          color: #ff5200;
          margin: 0;
          margin-bottom: -3px; }
        .class-item .class-content .class-meta .cost-area .info {
          font-size: 13px; }
    .class-item .class-content .schedule-area {
      text-align: center; }
      .class-item .class-content .schedule-area .schedule-item {
        padding: 25px 5px 0px;
        flex-grow: 1;
        position: relative; }
        .class-item .class-content .schedule-area .schedule-item::before {
          top: 0;
          left: 1px;
          right: 1px;
          height: 3px;
          background: #8dc63f; }
        .class-item .class-content .schedule-area .schedule-item .sub-title {
          margin: 0;
          margin-bottom: -2px;
          color: #8dc63f;
          font-weight: 500; }
          @media (min-width: 576px) {
            .class-item .class-content .schedule-area .schedule-item .sub-title {
              font-size: 18px; } }
        .class-item .class-content .schedule-area .schedule-item .info {
          font-size: 14px; }
        .class-item .class-content .schedule-area .schedule-item:nth-of-type(3n + 2)::before {
          background: #92278f; }
        .class-item .class-content .schedule-area .schedule-item:nth-of-type(3n + 2) .sub-title {
          color: #92278f; }
        .class-item .class-content .schedule-area .schedule-item:nth-of-type(3n + 3)::before {
          background: #ff5200; }
        .class-item .class-content .schedule-area .schedule-item:nth-of-type(3n + 3) .sub-title {
          color: #ff5200; }
  .class-item:hover .class-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media screen and (max-width: 374px) {
    .class-item {
      padding: 10px; }
      .class-item .class-thumb {
        margin-bottom: 25px; }
      .class-item .class-content {
        padding-left: 0;
        padding-right: 0; }
        .class-item .class-content .class-meta .class-author .content .subtitle {
          font-size: 16px; } }

.class-wrapper {
  margin: 0 -15px -30px; }

.class-inner {
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .class-inner {
      width: calc(100% / 2); } }
  @media (min-width: 1200px) {
    .class-inner {
      width: calc(100% / 3); } }

.class-single-item {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }
  .class-single-item .class-single-inner {
    overflow: hidden;
    border-radius: 10px;
    background: #fff; }
    .class-single-item .class-single-inner .class-single-thumb img {
      width: 100%; }
    .class-single-item .class-single-inner .class-single-content {
      padding: 30px; }
      .class-single-item .class-single-inner .class-single-content .title {
        margin-bottom: 9px; }
      .class-single-item .class-single-inner .class-single-content .meta-post {
        margin-bottom: 15px; }
      .class-single-item .class-single-inner .class-single-content p {
        margin-bottom: 31px; }
      @media (max-width: 575px) {
        .class-single-item .class-single-inner .class-single-content {
          padding: 35px 15px 30px; } }
      .class-single-item .class-single-inner .class-single-content .single-quote {
        margin-bottom: 27px; }
      .class-single-item .class-single-inner .class-single-content .thumb-area,
      .class-single-item .class-single-inner .class-single-content .single-page-maps,
      .class-single-item .class-single-inner .class-single-content .video-area {
        margin-bottom: 27px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden; }
        .class-single-item .class-single-inner .class-single-content .thumb-area img,
        .class-single-item .class-single-inner .class-single-content .single-page-maps img,
        .class-single-item .class-single-inner .class-single-content .video-area img {
          width: 100%; }
      @media (max-width: 575px) {
        .class-single-item .class-single-inner .class-single-content .title {
          margin-bottom: 12px; }
        .class-single-item .class-single-inner .class-single-content .meta-post {
          margin-bottom: 10px; }
        .class-single-item .class-single-inner .class-single-content p {
          margin-bottom: 25px; }
        .class-single-item .class-single-inner .class-single-content .single-quote {
          margin-bottom: 21px; }
        .class-single-item .class-single-inner .class-single-content .video-area {
          margin-bottom: 21px; } }

.meta-post {
  margin-right: -15px; }
  @media (max-width: 575px) {
    .meta-post {
      font-size: 14px; } }
  .meta-post li {
    padding: 0;
    margin-right: 15px; }
    .meta-post li a {
      color: #707070; }
      .meta-post li a:hover {
        color: #92278f; }
      .meta-post li a i {
        margin-right: 5px; }

.single-quote {
  background: #92278f;
  color: #fff;
  border-radius: 10px;
  padding: 25px 15px 20px;
  position: relative; }
  .single-quote::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(./img/quote.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 15px; }
  .single-quote .quotes {
    width: 100%; }
    @media (min-width: 768px) {
      .single-quote .quotes {
        font-size: 18px;
        line-height: 30px; } }
  @media screen and (min-width: 550px) {
    .single-quote {
      padding: 35px 30px 30px; }
      .single-quote .quotes {
        width: calc(100% - 50px);
        padding-left: 15px; } }
  .single-quote span {
    margin-left: auto;
    display: block;
    text-align: right; }

.video-area {
  position: relative; }
  .video-area::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(146, 39, 143, 0.4); }
  .video-area img {
    width: 100%; }

.tags-area {
  justify-content: space-between;
  border-top: 1px solid #f6f9fb;
  padding: 25px 10px; }
  @media (min-width: 576px) {
    .tags-area {
      padding: 25px; } }

.tags li {
  padding: 5px; }
  .tags li a {
    border: 1px solid #f6f9fb;
    color: #0e2c53;
    line-height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .tags li a:hover, .tags li a.active {
      background: #92278f;
      color: #fff;
      border-color: #92278f; }

.share li {
  padding: 5px; }
  .share li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #92278f;
    color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }
    .share li a.facebook {
      background: #3b5998; }
    .share li a.twitter {
      background: #55acee; }
    .share li a.instagram {
      background: #e4405f; }
    .share li a.google {
      background: #dd4b39; }
    .share li a.linkedin {
      background: #007bb5; }
    .share li a.vimeo {
      background: #1ab7ea; }
    .share li a.pinterest {
      background: #007bb5; }
    .share li a.behance {
      background: #1769ff; }
    .share li a.dribble {
      background: #ea4c89; }

.filter {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  justify-content: center;
  margin-bottom: 30px;
  padding: 15px 30px;
  text-align: center; }
  @media (min-width: 1200px) {
    .filter {
      padding-left: 50px;
      padding-right: 50px; } }
  .filter li {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8dc63f;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 6px 15px;
    flex-grow: 1;
    cursor: pointer; }
    .filter li:nth-of-type(6n + 2) {
      color: #92278f; }
    .filter li:nth-of-type(6n + 3) {
      color: #ff5200; }
    .filter li:nth-of-type(6n + 4) {
      color: #00bfff; }
    .filter li:nth-of-type(6n + 5) {
      color: #e11a1f; }
    .filter li:nth-of-type(6n + 6) {
      color: #002c9d; }
    .filter li.active {
      color: #8dc63f; }
  @media (max-width: 575px) {
    .filter li {
      padding: 3px 10px; } }

/*About Section Starts Here*/
.about-video {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  .about-video img {
    width: 100%; }
  .about-video::before {
    left: 8px;
    bottom: 8px;
    right: 8px;
    top: 8px;
    background: rgba(146, 39, 143, 0.3); }
  .about-video::after {
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    border: 8px solid #8dc63f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  @media (max-width: 991px) {
    .about-video {
      margin: 0 auto 45px; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .about-video {
      margin-bottom: 30px; } }

.nulla-list {
  margin: 0 -10px -18px; }
  .nulla-list li {
    list-style: none !important;
    width: 50%;
    max-width: 260px;
    padding: 0 10px;
    margin-bottom: 17px; }
    @media (max-width: 991px) {
      .nulla-list li {
        width: 100%; } }
    .nulla-list li .thumb {
      width: 30px; }
      .nulla-list li .thumb img {
        max-width: 100%; }
    .nulla-list li .content {
      width: calc(100% - 30px);
      padding-left: 9px;
      font-weight: 700;
      color: #0e2c53; }

.about-content .nulla-list {
  margin-bottom: 20px; }

.about-contact {
  position: relative; }
  .about-contact::before {
    bottom: 0;
    top: 0;
    right: 0px;
    left: -85px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 991px) {
      .about-contact::before {
        left: 0;
        right: 0; } }
  .about-contact .call-item {
    align-items: center;
    width: 100%;
    padding: 20px 0;
    max-width: 310px;
    border-right: 1px solid #e5e5e5;
    position: relative;
    z-index: 1; }
    .about-contact .call-item .thumb {
      width: 50px; }
      .about-contact .call-item .thumb img {
        width: 100%; }
    .about-contact .call-item .content {
      width: calc(100% - 50px);
      padding-left: 15px; }
      .about-contact .call-item .content .info {
        display: block;
        margin-bottom: 5px; }
  .about-contact .sign {
    width: calc(100% - 310px);
    padding: 20px;
    text-align: center; }
    .about-contact .sign img {
      max-width: 100%; }
  @media screen and (max-width: 499px) {
    .about-contact .sign {
      width: 100%;
      padding: 10px;
      text-align: left; }
    .about-contact .call-item {
      width: 100%;
      max-width: 100%;
      border: none;
      border-bottom: 1px solid #e5e5e5; } }

.section-right-shape {
  position: relative;
  overflow: hidden; }
  .section-right-shape::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1;
    right: calc(50% - 585px);
    left: calc(50% - 70px);
    background: #fff; }
    @media (max-width: 1199px) {
      .section-right-shape::before {
        right: calc(50% - 496px); } }
    @media (max-width: 991px) {
      .section-right-shape::before {
        display: none; } }

/*Teacher Section Starts Here*/
.teacher-item {
  box-shadow: 0px 0px 10px 0px rgba(137, 137, 137, 0.1);
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 30px; }
  .teacher-item .teacher-inner {
    overflow: hidden;
    border-radius: 10px; }
    .teacher-item .teacher-inner .teacher-thumb {
      padding: 30px 34px;
      position: relative;
      width: calc(100% - 310px); }
      .teacher-item .teacher-inner .teacher-thumb::before {
        background: #8dc63f;
        width: 100%;
        height: 100%;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%); }
      .teacher-item .teacher-inner .teacher-thumb .thumb-inner a {
        display: block;
        position: relative;
        z-index: 1; }
        .teacher-item .teacher-inner .teacher-thumb .thumb-inner a::before {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          width: 100%;
          height: 100%;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          border: 6px solid #fff; }
      .teacher-item .teacher-inner .teacher-thumb .thumb-inner img {
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .teacher-item .teacher-inner .teacher-content {
      width: 310px;
      padding: 30px 30px 30px 0; }
      .teacher-item .teacher-inner .teacher-content .title {
        margin: 0;
        font-size: 20px; }
      .teacher-item .teacher-inner .teacher-content .info {
        color: #0e2c53;
        display: block;
        font-size: 14px;
        margin-bottom: 15px; }
      .teacher-item .teacher-inner .teacher-content p {
        margin-bottom: 20px;
        line-height: 24px; }
@media (min-width: 992px) and (max-width: 1199px) {
  .teacher-item .teacher-inner .teacher-thumb,
  .teacher-item .teacher-inner .teacher-content {
    width: 100%;
    padding: 30px; } }

@media screen and (max-width: 767px) and (min-width: 500px) {
  .teacher-item .teacher-inner .teacher-thumb,
  .teacher-item .teacher-inner .teacher-content {
    width: 50%; }
  .teacher-item .teacher-inner .teacher-thumb {
    padding: 20px; }
  .teacher-item .teacher-inner .teacher-content {
    padding: 20px;
    padding-left: 0; } }

  @media screen and (max-width: 499px) {
    .teacher-item .teacher-inner .teacher-thumb,
    .teacher-item .teacher-inner .teacher-content {
      width: 100%;
      padding: 30px; } }

.teacher-social {
  margin: -5px; }
  .teacher-social li {
    padding: 5px;
    list-style: none !important; }
    .teacher-social li a {
      color: #92278f; }
      .teacher-social li a.facebook {
        color: #3b5998; }
      .teacher-social li a.behance {
        color: #1769ff; }
      .teacher-social li a.twitter {
        color: #55acee; }
      .teacher-social li a.google {
        color: #dd4b39; }
      .teacher-social li a.instagram {
        color: #e4405f; }
      .teacher-social li a.linkedin {
        color: #007bb5; }
      .teacher-social li a.vimeo {
        color: #1ab7ea; }
      .teacher-social li a.pinterest {
        color: #007bb5; }
      .teacher-social li a.youtube {
        color: #cd201f; }

div[class*="col"]:nth-of-type(4n + 2) .teacher-item .teacher-thumb::before {
  background: #92278f; }
div[class*="col"]:nth-of-type(4n + 3) .teacher-item .teacher-thumb::before {
  background: #ff5200; }
div[class*="col"]:nth-of-type(4n + 4) .teacher-item .teacher-thumb::before {
  background: #00bfff; }

/*Schedule Section Starts Here*/
.schedule-item-2 {
  padding: 170px 0 75px;
  text-align: center;
  margin-bottom: 50px; }
  .schedule-item-2 li {
    margin-bottom: 6px;
    list-style: none !important; }
    .schedule-item-2 li .title {
      font-size: 18px;
      text-transform: capitalize;
      color: #92278f;
      font-weight: 500; }
      @media (min-width: 576px) {
        .schedule-item-2 li .title {
          margin-bottom: 4px; } }
      .schedule-item-2 li .title.painting {
        color: #8dc63f; }
      .schedule-item-2 li .title.fitness {
        color: #ff5200; }
  @media screen and (max-width: 399px) {
    .schedule-item-2 {
      background-size: 100% 100%;
      margin-bottom: 20px; } }

/*Cart Area Sidebar Starts*/
.cart-sidebar-area {
  background-color: #0e2c53;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -ms-transform: translateX(350px);
  /* IE 9 */
  -webkit-transform: translateX(350px);
  /* Chrome, Safari, Opera */
  transform: translateX(350px); }

.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0px);
  /* IE 9 */
  -webkit-transform: translateX(0px);
  /* Chrome, Safari, Opera */
  transform: translateX(0px); }

.cart-sidebar-area .btn-wrapper {
  margin-top: 40px; }

.cart-sidebar-area .top-content {
  position: relative;
  margin-bottom: 35px; }

.side-sidebar-close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer; }

.cart-products .title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  margin-bottom: 25px; }

.single-product-item {
  min-height: 80px;
  margin-bottom: 20px; }

.single-product-item .thumb {
  width: 100px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100px; }
  .single-product-item .thumb img {
    max-width: 100%;
    max-height: 100%; }

.single-product-item .content {
  width: calc(100% - 100px);
  padding-left: 20px; }
  .single-product-item .content .price {
    color: rgba(255, 255, 255, 0.4); }
    .single-product-item .content .price .pprice {
      color: #fff; }

.single-product-item .content .title {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0px; }

.single-product-item .content .remove-cart {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background-color: #00bfff;
  padding: 2px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.single-product-item .content .remove-cart:hover {
  opacity: .8; }

.overlay {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress; }
  .overlay.active {
    visibility: visible;
    opacity: 1; }

/*Teacher Section Two Starts Here*/
.teacher-item-2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px; }
  .teacher-item-2 .teacher-thumb {
    padding: 35px 15px 25px;
    border-bottom: 1px solid #f0f0f0; }
    .teacher-item-2 .teacher-thumb .thumb {
      box-shadow: 0px 2px 4px 3px rgba(83, 61, 82, 0.06);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 8px solid #fff;
      max-width: 200px;
      margin: 0 auto 35px; }
      .teacher-item-2 .teacher-thumb .thumb a {
        display: block;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .teacher-item-2 .teacher-thumb .thumb img {
        width: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .teacher-item-2 .teacher-thumb .content {
      text-align: center; }
      .teacher-item-2 .teacher-thumb .content .title {
        font-size: 20px;
        text-transform: capitalize; }
  .teacher-item-2 .teacher-social {
    margin: 0; }
    .teacher-item-2 .teacher-social li a {
      padding: 5px; }

/*Call In Action Section Stars Here*/
.call-wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 60px 30px;
  max-width: 840px;
  margin: 0 auto; }
  @media (max-width: 575px) {
    .call-wrapper {
      padding: 45px 30px; } }
  .call-wrapper .section-header {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto; }
    .call-wrapper .section-header .title {
      font-family: "Roboto", sans-serif;
      color: #92278f;
      margin-bottom: 5px; }
  .call-wrapper * {
    position: relative;
    z-index: 1; }
  .call-wrapper::before {
    border: 1px dashed #92278f;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.call-overlay {
  position: relative; }
  .call-overlay::before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #33cdfc;
    opacity: .78; }

.theme-overlay {
  position: relative; }
  .theme-overlay::before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #92278f;
    opacity: .9; }

/*Feature Section Starts Here*/
.feature-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 30px 50px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px; }
  .feature-item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1200px) {
    .feature-item {
      margin-left: -5px;
      margin-right: -5px; } }
  .feature-item .feature-thumb {
    max-width: 110px;
    margin: 0 auto 24px; }
    .feature-item .feature-thumb img {
      width: 100%; }
  .feature-item .feature-content .title {
    margin-bottom: 3px; }
  .feature-item .feature-content .cate {
    display: block;
    margin-bottom: 16px;
    color: #8dc63f; }
  .feature-item .feature-content p {
    line-height: 24px; }
  @media (max-width: 767px) {
    .feature-item {
      padding-top: 30px;
      padding-bottom: 35px;
      margin-left: auto;
      margin-right: auto; } }

.ml--8 {
  margin-left: -8px; }

div[class*="col"]:nth-of-type(4n + 2) .feature-item .feature-content .cate {
  color: #92278f; }
div[class*="col"]:nth-of-type(4n + 3) .feature-item .feature-content .cate {
  color: #ff5200; }
div[class*="col"]:nth-of-type(4n + 4) .feature-item .feature-content .cate {
  color: #00bfff; }

/*About Section Starts Here*/
.about-thumb {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .about-thumb {
      margin-bottom: 30px; } }
  .about-thumb img {
    width: 100%; }
  @media (min-width: 992px) {
    .about-thumb {
      margin-bottom: 0; } }

.about-list li {
  font-size: 18px;
  color: #0e2c53;
  padding: 0;
  margin-bottom: 9px; }
  .about-list li span {
    color: #8dc63f;
    font-weight: 700; }
  .about-list li i {
    font-weight: 700;
    margin-right: 5px;
    font-size: 20px; }
  .about-list li:nth-of-type(4n + 2) span,
  .about-list li:nth-of-type(4n + 2) i {
    color: #92278f; }
  .about-list li:nth-of-type(4n + 3) span,
  .about-list li:nth-of-type(4n + 3) i {
    color: #ff5200; }
  .about-list li:nth-of-type(4n + 4) span,
  .about-list li:nth-of-type(4n + 4) i {
    color: #00bfff; }
  .about-list li:last-child {
    margin-bottom: -8px; }
@media (max-width: 575px) {
  .about-list li {
    font-size: 16px; } }

.about-content .about-list {
  margin-bottom: 40px; }
@media (min-width: 992px) {
  .about-content .section-header {
    margin-bottom: 25px; } }
@media (min-width: 1200px) {
  .about-content .section-header {
    padding-right: 15px; } }

.about-quote {
  padding: 15px 0;
  border-bottom: 1px solid #ffd7a1;
  border-top: 1px solid #ffd7a1; }
  .about-quote .thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    background: #fff; }
    .about-quote .thumb img {
      width: 100%;
      padding: 5px; }
  .about-quote .content {
    width: calc(100% - 70px);
    padding-left: 15px;
    font-size: 24px;
    font-weight: 6500;
    color: #ff5200; }
    .about-quote .content .name {
      color: #0e2c53;
      font-size: 18px;
      font-family: "Roboto", sans-serif; }
      .about-quote .content .name::after {
        content: " )"; }
      .about-quote .content .name::before {
        content: "( "; }
  @media (max-width: 575px) {
    .about-quote .thumb {
      margin-bottom: 15px; }
    .about-quote .content {
      width: 100%;
      padding: 0;
      font-size: 18px; }
      .about-quote .content .name {
        font-size: 16px; } }

/*Contact Section Starts Here*/
.maps {
  height: 400px; }
  @media (min-width: 992px) {
    .maps {
      height: 600px; } }
  .maps.single-page-maps {
    height: 370px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

@media (min-width: 992px) {
  .contact-area {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0; }
    .contact-area .contact-wrapper {
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
      padding: 50px 15px 13px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .contact-area .contact-wrapper {
        padding-left: 0;
        margin-right: 0; } }

@media (max-width: 991px) {
  .contact-area {
    margin-top: -220px; } }

.contact-wrapper {
  text-align: center; }
  .contact-wrapper .contact-item {
    padding: 0 15px 30px;
    width: calc(100% / 4); }
    .contact-wrapper .contact-item .contact-thumb {
      margin-bottom: 30px; }
      .contact-wrapper .contact-item .contact-thumb img {
        max-width: 100%; }
    .contact-wrapper .contact-item .contact-content .title {
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      margin-bottom: 10px; }
    .contact-wrapper .contact-item ul li {
      padding: 0;
      line-height: 24px; }
      .contact-wrapper .contact-item ul li a {
        color: #707070; }
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-item ul li {
    font-size: 14px; } }

  @media (max-width: 991px) {
    .contact-wrapper {
      margin: 0 0 -30px;
      justify-content: space-between; }
      .contact-wrapper .contact-item {
        padding: 30px 15px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
        width: calc((100% / 2) - 15px);
        margin-bottom: 30px; } }
    @media (max-width: 991px) and (max-width: 575px) {
      .contact-wrapper .contact-item .contact-content li {
        font-size: 14px; } }
    @media screen and (max-width: 991px) and (max-width: 499px) {
      .contact-wrapper .contact-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

.contact-form-area {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 50px 30px;
  max-width: 790px;
  margin: 0 auto; }
  .contact-form-area .title {
    margin-bottom: 32px;
    text-align: center; }
  @media (max-width: 767px) {
    .contact-form-area {
      padding: 45px 20px; } }
  @media (max-width: 575px) {
    .contact-form-area {
      padding: 0;
      background: transparent;
      box-shadow: none; }
      .contact-form-area .title {
        margin-bottom: 22px; } }

.contact-form {
  justify-content: space-between;
  margin-bottom: -30px; }
  .contact-form .form-group {
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 576px) {
      .contact-form .form-group {
        width: calc(50% - 15px); } }
    .contact-form .form-group input {
      border: 1px solid #f0f0f0;
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
      height: 57px;
      padding: 0 25px; }
    .contact-form .form-group textarea {
      border: 1px solid #f0f0f0;
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
      padding: 25px;
      color: #707070;
      display: flex; }
    .contact-form .form-group button {
      height: 55px; }
  @media (max-width: 575px) {
    .contact-form {
      margin-bottom: -20px; }
      .contact-form .form-group {
        margin-bottom: 20px; } }

.email-success {
  width: 100%; }

/*Faq Section Starts Here*/
.right-icon {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #8dc63f;
  position: relative; }
  .right-icon::after, .right-icon::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .right-icon::after {
    height: 12px;
    width: 2px; }
  .right-icon::before {
    width: 12px;
    height: 2px; }

.faq-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 30px;
  margin-bottom: 10px; }
  .faq-item .faq-title {
    cursor: pointer;
    align-items: center; }
    .faq-item .faq-title .title {
      width: calc(100% - 36px);
      padding-left: 15px;
      font-size: 18px;
      line-height: 1.4;
      margin: 0;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .faq-item .faq-content {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none; }
  .faq-item.open .title {
    color: #8dc63f; }
  .faq-item.open .right-icon::after {
    height: 2px; }
  .faq-item.active .faq-content {
    display: block; }
  .faq-item:nth-child(4n + 2) .right-icon {
    background: #92278f; }
  .faq-item:nth-child(4n + 2).open .title {
    color: #92278f; }
  .faq-item:nth-child(4n + 3) .right-icon {
    background: #ff5200; }
  .faq-item:nth-child(4n + 3).open .title {
    color: #ff5200; }
  .faq-item:nth-child(4n + 4) .right-icon {
    background: #00bfff; }
  .faq-item:nth-child(4n + 4).open .title {
    color: #00bfff; }
  @media screen and (max-width: 499px) {
    .faq-item {
      padding-left: 15px;
      padding-right: 15px; }
      .faq-item .faq-content {
        padding-top: 10px; }
      .faq-item .faq-title .title {
        font-size: 16px;
        width: calc(100% - 26px); }
      .faq-item .faq-title .right-icon {
        width: 26px;
        height: 26px; } }

/*Page Header Starts Here*/
.page-header {
  padding: 180px 0; }
  @media (max-width: 1199px) {
    .page-header {
      padding: 140px 0; } }
  @media (max-width: 767px) {
    .page-header {
      position: relative; }
      .page-header::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(146, 39, 143, 0.9); }
      .page-header .page-header-content {
        position: relative;
        z-index: 1; }
        .page-header .page-header-content .title {
          color: #fff; }
        .page-header .page-header-content .breadcrumb li,
        .page-header .page-header-content .breadcrumb li a {
          color: #fff; } }

.page-header-content {
  text-align: center; }
  .page-header-content .title {
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .page-header-content .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    background: transparent; }
    .page-header-content .breadcrumb li {
      color: #0e2c53; }
      .page-header-content .breadcrumb li a {
        color: #0e2c53; }
        .page-header-content .breadcrumb li a::after {
          content: "-";
          margin-left: 5px;
          margin-right: 5px;
          color: #fff; }
          @media (min-width: 576px) {
            .page-header-content .breadcrumb li a::after {
              color: #0e2c53; } }
        .page-header-content .breadcrumb li a:hover {
          color: #92278f; }

/*Events Section Starts Here*/
.event-thumb {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
  .event-thumb a {
    display: block; }
  .event-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .event-thumb .date-tag {
    width: 80px;
    height: 80px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgba(255, 255, 255, 0.9); }
    .event-thumb .date-tag .title {
      margin: 0;
      line-height: 1;
      color: #fff; }
    .event-thumb .date-tag * {
      width: 100%;
      position: relative;
      z-index: 2; }
    .event-thumb .date-tag::after {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 4px;
      background: #8dc63f;
      z-index: 1;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .event-thumb .date-tag::before {
      left: 0;
      right: 0;
      top: 0;
      bottom: -4px;
      background: #69b600;
      border-radius: 4px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }

.event-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  margin: 0 auto 30px; }
  .event-item .event-content {
    padding: 30px 15px 25px; }
    @media (min-width: 576px) {
      .event-item .event-content {
        padding: 30px 30px 25px; } }
    .event-item .event-content .title {
      margin-bottom: 12px; }
    .event-item .event-content .events-info li {
      list-style: none;
      padding: 3px 0; }
      .event-item .event-content .events-info li:last-child {
        padding-bottom: 0; }
      .event-item .event-content .events-info li i {
        margin-right: 5px;
        color: #8dc63f; }
      .event-item .event-content .events-info li:nth-of-type(2n + 2) i {
        color: #92278f; }
  .event-item:hover .event-thumb a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .event-item:hover .event-thumb .date-tag::before {
    bottom: 0; }

div[class*="col"]:nth-of-type(5n + 2) .event-item .event-thumb .date-tag::after {
  background: #92278f; }
div[class*="col"]:nth-of-type(5n + 2) .event-item .event-thumb .date-tag::before {
  background: #782075; }

div[class*="col"]:nth-of-type(5n + 3) .event-item .event-thumb .date-tag::after {
  background: #ff5200; }
div[class*="col"]:nth-of-type(5n + 3) .event-item .event-thumb .date-tag::before {
  background: #de4800; }

div[class*="col"]:nth-of-type(5n + 4) .event-item .event-thumb .date-tag::after {
  background: #e11a1f; }
div[class*="col"]:nth-of-type(5n + 4) .event-item .event-thumb .date-tag::before {
  background: #b50005; }

div[class*="col"]:nth-of-type(5n + 5) .event-item .event-thumb .date-tag::after {
  background: #00bfff; }
div[class*="col"]:nth-of-type(5n + 5) .event-item .event-thumb .date-tag::before {
  background: #00a3db; }

.class-inner:nth-of-type(5n + 2) .event-item .event-thumb .date-tag::after {
  background: #92278f; }
.class-inner:nth-of-type(5n + 2) .event-item .event-thumb .date-tag::before {
  background: #782075; }

.class-inner:nth-of-type(5n + 3) .event-item .event-thumb .date-tag::after {
  background: #ff5200; }
.class-inner:nth-of-type(5n + 3) .event-item .event-thumb .date-tag::before {
  background: #de4800; }

.class-inner:nth-of-type(5n + 4) .event-item .event-thumb .date-tag::after {
  background: #e11a1f; }
.class-inner:nth-of-type(5n + 4) .event-item .event-thumb .date-tag::before {
  background: #b50005; }

.class-inner:nth-of-type(5n + 5) .event-item .event-thumb .date-tag::after {
  background: #00bfff; }
.class-inner:nth-of-type(5n + 5) .event-item .event-thumb .date-tag::before {
  background: #00a3db; }

/*Single Countdown Starts Here*/
.countdown {
  margin: -12px 3px -12px 11px;
  text-align: center; }
  .countdown li {
    width: 74px;
    height: 80px;
    margin: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .countdown li::after {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: url(./img/shape1.png) no-repeat center center;
      background-size: contain;
      z-index: 1; }
    .countdown li::before {
      top: 8px;
      left: -8px;
      bottom: -8px;
      right: 8px;
      background: url(./img/shadow.png) no-repeat center center;
      background-size: contain; }
    .countdown li * {
      margin: 0;
      line-height: 1;
      text-transform: capitalize;
      color: #fff;
      position: relative;
      z-index: 2; }
    .countdown li .count-title {
      margin-bottom: 2px; }
    .countdown li p {
      margin-bottom: 0 !important; }
    .countdown li:nth-of-type(4n + 2)::after {
      background: url(./img/shape2.png) no-repeat center center;
      background-size: contain; }
    .countdown li:nth-of-type(4n + 3)::after {
      background: url(./img/shape3.png) no-repeat center center;
      background-size: contain; }
    .countdown li:nth-of-type(4n + 4)::after {
      background: url(./img/shape4.png) no-repeat center center;
      background-size: contain; }
  @media (max-width: 575px) {
    .countdown {
      margin: -8px 7px -8px 15px; }
      .countdown li {
        margin: 8px; } }

.countdown-area {
  align-items: center;
  justify-content: space-between;
  margin: -18px -15px 5px; }
  .countdown-area .countdown {
    margin-bottom: 10px;
    justify-content: center; }
  .countdown-area .counts-title {
    margin: 0 15px 10px; }

/*Account Section Starts Here*/
.account-wrapper {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 60px 80px;
  text-align: center;
  max-width: 545px;
  margin: 0 auto; }
  .account-wrapper .title {
    text-transform: capitalize;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .account-wrapper {
      padding: 50px 40px; } }
  @media screen and (max-width: 499px) {
    .account-wrapper {
      padding: 40px 15px; } }
  .account-wrapper .cate {
    font-style: normal; }

.account-bottom .subtitle {
  margin-bottom: 23px; }
  @media (min-width: 576px) {
    .account-bottom .subtitle {
      font-size: 20px; } }

.account-form .form-group {
  margin-bottom: 15px; }
  .account-form .form-group input {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    padding: 0 15px; }
  .account-form .form-group .checkgroup {
    flex-wrap: nowrap;
    align-items: center; }
    .account-form .form-group .checkgroup input[type="checkbox"] {
      width: 18px;
      height: 18px;
      margin-right: 15px; }
      @media (max-width: 575px) {
        .account-form .form-group .checkgroup input[type="checkbox"] {
          width: 14px;
          height: 14px;
          margin-right: 8px; } }
    .account-form .form-group .checkgroup label {
      margin: 0;
      color: #707070; }
      @media (max-width: 575px) {
        .account-form .form-group .checkgroup label {
          font-size: 14px; } }
  .account-form .form-group a {
    color: #707070;
    text-decoration: underline; }
    @media (max-width: 575px) {
      .account-form .form-group a {
        font-size: 14px; } }
    .account-form .form-group a:hover {
      color: #92278f; }
  .account-form .form-group button {
    margin-top: 34px; }
    @media (max-width: 575px) {
      .account-form .form-group button {
        margin-top: 24px; } }
  .account-form .form-group .custom-button {
    outline: none;
    width: 100%;
    padding-bottom: 10px;
    height: 50px; }
    .account-form .form-group .custom-button span {
      line-height: 50px; }

.or {
  display: block;
  margin: 24px auto 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f26522;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff; }
  .or span {
    position: relative;
    z-index: 1; }
  .or::before, .or::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background: #f26522;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(242, 101, 34, 0.3);
    width: 100%;
    height: 100%;
    animation: pulse 2s linear infinite;
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    opacity: 0; }
  .or::before {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s; }

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  90% {
    opacity: .5;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2); } }
/*Shop Section Starts Here*/
.mb-widget {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .mb-widget {
      margin-bottom: 50px; } }
  .mb-widget:last-child {
    margin-bottom: 0; }

.cart-top {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff; }
  .cart-top table {
    margin-bottom: 40px;
    font-weight: 400;
    width: 100%; }
  @media (max-width: 767px) {
    .cart-top {
      overflow-x: auto; }
      .cart-top table {
        width: 720px; } }

.cart-top table thead tr th {
  background: #92278f;
  color: #fff;
  padding: 18px 30px;
  border: none; }
  .cart-top table thead tr th:nth-child(3) {
    text-align: center; }
  .cart-top table thead tr th:last-child {
    text-align: center;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0; }
  .cart-top table thead tr th:first-child {
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0; }
.cart-top table tbody tr {
  border-bottom: 1px solid #f7fafd;
  border-right: none;
  border-left: none;
  border-top: none; }
  .cart-top table tbody tr:last-child {
    border-bottom: none; }
  .cart-top table tbody tr td {
    padding: 15px;
    border: none; }
    .cart-top table tbody tr td:last-child {
      text-align: center; }
    @media (min-width: 768px) {
      .cart-top table tbody tr td {
        padding: 20px; } }
    @media (min-width: 992px) {
      .cart-top table tbody tr td {
        padding: 30px 20px; } }

.product-item-2 {
  display: flex;
  align-items: center; }
  .product-item-2 .p-thumb {
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center; }
    .product-item-2 .p-thumb img {
      max-width: 100%; }
    @media (max-width: 991px) {
      .product-item-2 .p-thumb {
        width: 75px; } }
  .product-item-2 .p-content {
    width: calc(100% - 85px);
    padding-left: 30px; }
    @media (max-width: 991px) {
      .product-item-2 .p-content {
        padding-left: 20px;
        width: calc(100% - 75px); }
        .product-item-2 .p-content a {
          font-size: 14px; } }
    .product-item-2 .p-content a {
      color: #000000;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      font-weight: 500; }
      .product-item-2 .p-content a:hover {
        color: #92278f; }

.cart-checkout-box {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }

.coupon-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: -10px;
  padding: 15px 10px; }
  .coupon-area .coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e5e5;
    margin: 10px; }
    .coupon-area .coupon input {
      margin-bottom: 0;
      border: none;
      width: 60%;
      padding-left: 10px;
      background: transparent;
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
      .coupon-area .coupon input[type="submit"] {
        background: #92278f;
        width: 40%;
        padding-left: 0px;
        font-weight: 500;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-transform: uppercase;
        font-size: 14px; }
    @media (max-width: 575px) {
      .coupon-area .coupon {
        width: 100%;
        justify-content: space-between; } }
    @media (min-width: 576px) {
      .coupon-area .coupon {
        min-width: 340px; } }
    @media screen and (max-width: 399px) {
      .coupon-area .coupon {
        box-shadow: none;
        border: none; }
        .coupon-area .coupon input {
          width: 100%;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
          border: 1px solid #e5e5e5; }
          .coupon-area .coupon input[type="submit"] {
            margin-top: 10px;
            box-shadow: none;
            padding: 0 25px;
            width: auto; } }
  @media (min-width: 576px) {
    .coupon-area {
      padding: 15px 20px; } }

.cart-checkout {
  width: 100%;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .cart-checkout {
      max-width: 450px;
      text-align: right;
      justify-content: flex-end; } }
  .cart-checkout input {
    color: #0e2c53;
    width: auto;
    line-height: 40px;
    margin: 10px;
    padding: 0px 30px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    text-transform: uppercase;
    font-size: 14px; }
  @media (max-width: 575px) {
    .cart-checkout {
      margin-top: 10px; }
      .cart-checkout input {
        margin: 5px 10px; } }

.shiping-box {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }

.shiping-box .title {
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5ecf6; }

@media (max-width: 767px) {
  .calculate-shiping {
    margin-bottom: 30px; } }
.calculate-form {
  justify-content: space-between; }
  .calculate-form .outline-select {
    width: calc(50% - 15px);
    height: 50px;
    margin-bottom: 20px; }
    .calculate-form .outline-select:nth-child(1) {
      z-index: 9; }
    .calculate-form .outline-select:nth-child(2) {
      z-index: 8; }
    .calculate-form .outline-select:nth-child(3) {
      z-index: 7; }
  .calculate-form input {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    width: calc(50% - 15px);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px; }
  @media screen and (max-width: 399px) {
    .calculate-form input,
    .calculate-form .outline-select {
      width: 100%; } }
  .calculate-form .select-bar {
    width: 100%;
    z-index: 1;
    position: relative;
    height: 50px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }
    .calculate-form .select-bar::after {
      border-color: #0e2c53;
      right: 20px; }
    .calculate-form .select-bar .current {
      line-height: 50px; }
    .calculate-form .select-bar .list {
      max-height: 200px;
      width: 100%;
      overflow-y: auto;
      z-index: 999; }
  .calculate-form .custom-button span {
    line-height: 50px; }
  @media (min-width: 576px) {
    .calculate-form .custom-button {
      margin-top: 10px; } }

.cart-overview ul {
  margin: 0; }
  .cart-overview ul li {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 20px;
    margin-bottom: 15px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f0f0f0; }
    .cart-overview ul li .pull-right {
      margin-bottom: 0;
      color: #92278f; }

.cart-plus-minus {
  border: 1px solid #dee0e4;
  overflow: hidden;
  width: 120px;
  margin: 0 auto;
  position: relative; }
  .cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #dee0e4;
    height: 40px;
    left: 0;
    top: 0; }
  .cart-plus-minus .cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #454545;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding: 0 9px 0 0;
    text-align: center;
    width: 120px;
    outline: none; }
  .cart-plus-minus .qtybutton {
    color: #15273e;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px; }
    .cart-plus-minus .qtybutton:hover {
      background: #92278f;
      color: #fff; }
    .cart-plus-minus .qtybutton.inc {
      border-left: 1px solid #dee0e4;
      height: 40px;
      right: 0;
      top: 0; }

/*Shop Suru hoiche EKhane*/
.shop-title {
  background-color: #ffffff;
  padding: 16px 20px;
  margin-bottom: 30px; }
  @media (max-width: 575px) {
    .shop-title {
      font-size: 14px; } }
  .shop-title p {
    margin-bottom: 0;
    color: #000000; }
  .shop-title .product-view-mode a {
    color: #000000;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .shop-title .product-view-mode a.active {
      color: #92278f; }
    .shop-title .product-view-mode a:last-child {
      margin-left: 5px; }

.shop-product-wrap.grid .product-list-item {
  display: none; }

.shop-product-wrap.list div[class*="col"] {
  flex: 0 0 100%;
  max-width: 100%; }

.shop-product-wrap.list .shop-item {
  display: none; }

.shop-item,
.product-list-item {
  padding: 10px;
  margin-bottom: 30px;
  display: block;
  align-items: center;
  background-color: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }
  .shop-item .product-thumb,
  .product-list-item .product-thumb {
    position: relative;
    overflow: hidden;
    padding: 30px;
    height: 250px;
    background-color: #fff5fd;
    text-align: center; }
    .shop-item .product-thumb img,
    .product-list-item .product-thumb img {
      height: 100%;
      text-align: center; }
    .shop-item .product-thumb .product-action-link,
    .product-list-item .product-thumb .product-action-link {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      position: absolute;
      left: 0;
      bottom: -70px;
      width: 100%;
      background: rgba(146, 39, 143, 0.8);
      padding: 5px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .shop-item .product-thumb .product-action-link a,
      .product-list-item .product-thumb .product-action-link a {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 3px;
        background-color: #fff;
        color: #696969;
        border: 1px solid transparent;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .shop-item .product-thumb .product-action-link a.view-modal,
        .product-list-item .product-thumb .product-action-link a.view-modal {
          cursor: pointer; }
    @media (max-width: 767px) {
      .shop-item .product-thumb,
      .product-list-item .product-thumb {
        max-height: 260px;
        padding: 30px;
        text-align: center; }
        .shop-item .product-thumb img,
        .product-list-item .product-thumb img {
          width: unset;
          max-width: 100%;
          max-height: 200px; } }
  .shop-item .product-content,
  .product-list-item .product-content {
    padding-top: 20px;
    text-align: center; }
    .shop-item .product-content .title,
    .product-list-item .product-content .title {
      margin: 0;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 5px; }
      .shop-item .product-content .title a:hover,
      .product-list-item .product-content .title a:hover {
        color: #92278f; }
    .shop-item .product-content p,
    .product-list-item .product-content p {
      margin-bottom: 10px;
      font-size: 14px; }
      .shop-item .product-content p i,
      .product-list-item .product-content p i {
        color: #e9ba17; }
    .shop-item .product-content .subtitle,
    .product-list-item .product-content .subtitle {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 10px; }
  .shop-item:hover .product-thumb .product-action-link,
  .product-list-item:hover .product-thumb .product-action-link {
    bottom: 0; }

div[class*="col"]:nth-of-type(6n + 1) .shop-item .product-thumb,
div[class*="col"]:nth-of-type(6n + 1) .product-list-item .product-thumb {
  background-color: #fff5fd; }
div[class*="col"]:nth-of-type(6n + 2) .shop-item .product-thumb,
div[class*="col"]:nth-of-type(6n + 2) .product-list-item .product-thumb {
  background-color: #fffee8; }
div[class*="col"]:nth-of-type(6n + 3) .shop-item .product-thumb,
div[class*="col"]:nth-of-type(6n + 3) .product-list-item .product-thumb {
  background-color: #f8f4ff; }
div[class*="col"]:nth-of-type(6n + 4) .shop-item .product-thumb,
div[class*="col"]:nth-of-type(6n + 4) .product-list-item .product-thumb {
  background-color: #f2ffeb; }
div[class*="col"]:nth-of-type(6n + 5) .shop-item .product-thumb,
div[class*="col"]:nth-of-type(6n + 5) .product-list-item .product-thumb {
  background-color: #eaf2ff; }
div[class*="col"]:nth-of-type(6n + 6) .shop-item .product-thumb,
div[class*="col"]:nth-of-type(6n + 6) .product-list-item .product-thumb {
  background-color: #eefaff; }

.product-list-item {
  display: flex;
  flex-wrap: wrap; }
  .product-list-item .product-thumb,
  .product-list-item .product-content {
    width: 100%; }
  .product-list-item .product-content {
    padding: 25px 0;
    text-align: left; }
    .product-list-item .product-content .title {
      margin-bottom: 5px; }
    .product-list-item .product-content p {
      margin-bottom: 5px; }
    .product-list-item .product-content .subtitle {
      margin-bottom: 15px; }
  @media (min-width: 576px) {
    .product-list-item {
      padding: 30px; } }
  @media (min-width: 768px) {
    .product-list-item {
      padding: 10px; }
      .product-list-item .product-thumb {
        width: 35%;
        height: 100%; }
        .product-list-item .product-thumb img {
          width: 100%;
          height: unset; }
      .product-list-item .product-content {
        padding: 20px 20px 20px 30px;
        width: 65%; } }

.modal {
  display: block;
  opacity: 0;
  visibility: hidden; }
  .modal.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
    overflow-y: scroll;
    background: #060000b0; }
  .modal .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 2px;
    background: transparent;
    z-index: 9;
    color: #0071f0;
    text-shadow: none;
    opacity: 1; }
    .modal .close:hover {
      color: #92278f; }
  .modal .modal-dialog .modal-content .modal-body {
    background: #f6faf9;
    border-radius: 8px; }

.product-details-inner .slider-for .thumb img {
  width: 100%; }
.product-details-inner .slider-nav {
  margin-top: 10px; }
  .product-details-inner .slider-nav .thumb {
    padding: 5px 3px; }
.product-details-inner .product-content {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .product-details-inner .product-content {
      margin-top: 0; } }
  .product-details-inner .product-content h5 {
    font-size: 20px; }
    .product-details-inner .product-content h5 a {
      color: #0e2c53; }
  .product-details-inner .product-content h6 {
    font-size: 18px;
    margin-bottom: 10px; }
  .product-details-inner .product-content p {
    margin-bottom: 25px; }
    .product-details-inner .product-content p i {
      color: #e9ba17; }

.cart-button-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .cart-button-2 .cart-plus-minus {
    margin: 0; }
  .cart-button-2 button {
    background-color: #92278f;
    color: #ffffff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: none; }
    .cart-button-2 button i {
      color: #ffffff; }

.product-details-inner {
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden; }
  @media (max-width: 575px) {
    .product-details-inner {
      padding: 20px 15px; } }

.slider-for {
  position: relative; }
  .slider-for .thumb {
    position: relative;
    background: #f8f4ff; }
    .slider-for .thumb img {
      max-width: 100%; }
    .slider-for .thumb .img-magnifier-glass {
      position: absolute;
      border-radius: 50%;
      cursor: none;
      width: 100px;
      height: 100px;
      border: 1px solid #0071f0;
      z-index: 9;
      opacity: 0; }
    .slider-for .thumb:hover .img-magnifier-glass {
      opacity: 1; }

.slider-nav {
  margin-top: 20px; }
  .slider-nav .thumb {
    height: 60px;
    background: #ebfaff;
    margin: 1px;
    padding: 5px;
    cursor: pointer;
    opacity: .9;
    justify-content: center;
    align-items: center; }
    .slider-nav .thumb img {
      max-width: 100%;
      max-height: 100%; }

.slick-next::before,
.slick-prev::before {
  font-weight: 700; }

.product-details {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff; }
  .product-details .product-single-content .title {
    margin: 0;
    margin-bottom: 8px;
    font-size: 24px; }
    .product-details .product-single-content .title a {
      color: #0e2c53;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      text-transform: capitalize; }
      .product-details .product-single-content .title a:hover {
        color: #92278f; }
  .product-details .product-single-content p {
    margin-bottom: 0; }
    .product-details .product-single-content p.rating {
      margin-bottom: 10px; }
      .product-details .product-single-content p.rating i {
        color: #e9ba17; }
  .product-details .product-single-content .subtitle,
  .product-details .product-single-content .amount {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px; }
  .product-details .product-single-content .amount {
    margin-bottom: 24px; }
  .product-details .product-single-content .size-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px; }
    .product-details .product-single-content .size-form .select-product {
      position: relative;
      background-color: #ffffff;
      margin-bottom: 30px;
      font-size: 0.875rem;
      width: calc(50% - 10px);
      height: 42px;
      margin-bottom: 20px; }
      .product-details .product-single-content .size-form .select-product .select-bar {
        height: 42px;
        width: 100%;
        border-color: #f2f2f2; }
        .product-details .product-single-content .size-form .select-product .select-bar::after {
          border-color: #0e2c53; }
      .product-details .product-single-content .size-form .select-product .list {
        width: 100%;
        max-height: 180px;
        overflow-y: auto; }
        .product-details .product-single-content .size-form .select-product .list li {
          padding-top: 0;
          padding-bottom: 0; }
    .product-details .product-single-content .size-form .discount-code {
      width: calc(100% - 140px);
      margin-bottom: 20px; }
      .product-details .product-single-content .size-form .discount-code input {
        border: 1px solid #f2f2f2;
        height: 42px;
        background: transparent; }
    .product-details .product-single-content .size-form .cart-plus-minus {
      margin: 0;
      margin-bottom: 20px; }
      .product-details .product-single-content .size-form .cart-plus-minus .qtybutton {
        background: #f8fbff; }
        .product-details .product-single-content .size-form .cart-plus-minus .qtybutton:hover {
          background: #92278f;
          border-color: #92278f; }
    .product-details .product-single-content .size-form .custom-button {
      margin-top: 15px;
      display: block;
      width: 100%;
      margin-bottom: 5px; }
      .product-details .product-single-content .size-form .custom-button span {
        line-height: 50px; }
  .product-details .product-single-thumb {
    overflow: hidden; }
    @media (max-width: 767px) {
      .product-details .product-single-thumb {
        margin-bottom: 30px; } }
    .product-details .product-single-thumb .slider-for .thumb {
      outline: none;
      padding: 50px 30px; }
      .product-details .product-single-thumb .slider-for .thumb img {
        max-height: 100%;
        margin: 0 auto; }
      @media (max-width: 575px) {
        .product-details .product-single-thumb .slider-for .thumb {
          padding: 30px; } }

.review-nav {
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
  .review-nav li {
    list-style: none;
    padding: 13px 25px;
    background: #92278f;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
    cursor: pointer; }
    @media (min-width: 576px) {
      .review-nav li {
        font-size: 16px;
        padding: 13px 33px; } }
    .review-nav li.active {
      background-color: #fff;
      color: #000000; }
    .review-nav li:last-child {
      margin-right: 0; }

.review-content.review-content-show .review-showing {
  display: block; }

.review-content.description-show .description {
  display: block; }

.review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
  .review-content .review-showing .content {
    margin: 0;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }
    .review-content .review-showing .content li {
      padding: 20px 15px;
      list-style: none;
      border-bottom: 1px solid #ebebeb; }
      @media (min-width: 576px) {
        .review-content .review-showing .content li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          padding: 25px 30px; } }
      .review-content .review-showing .content li:last-child {
        border-bottom: none; }

.rev-thumb-2 {
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  margin-left: 0; }
  @media (min-width: 768px) {
    .rev-thumb-2 {
      margin: 0; } }
  .rev-thumb-2 img {
    max-width: 100%; }

.rev-content-2 {
  width: 100%; }
  @media (min-width: 768px) {
    .rev-content-2 {
      width: calc(100% - 70px);
      padding-left: 20px; } }
  .rev-content-2 .entry-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .rev-content-2 .entry-meta .posted-on {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 110px); }
      .rev-content-2 .entry-meta .posted-on a {
        padding-right: 20px;
        color: #0e2c53;
        text-decoration: none;
        box-shadow: none;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 500; }
      .rev-content-2 .entry-meta .posted-on p {
        margin-bottom: 0;
        line-height: 30px; }
      .rev-content-2 .entry-meta .posted-on .rating {
        width: 110px; }
        .rev-content-2 .entry-meta .posted-on .rating i {
          color: #e9ba17; }
    .rev-content-2 .entry-meta p {
      margin-bottom: 0; }

.client-review {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }
  .client-review .review-title {
    padding: 15px 30px;
    border-bottom: 1px solid #e5ecff; }
    .client-review .review-title .title {
      margin: 0;
      text-transform: capitalize; }
  .client-review .review-form .client-form {
    padding: 10px;
    align-items: center; }
    @media (min-width: 576px) {
      .client-review .review-form .client-form {
        padding: 30px; } }
    .client-review .review-form .client-form div[class*="col"] {
      margin-bottom: 30px; }
    .client-review .review-form .client-form input {
      border-color: #e5ecff;
      background: transparent;
      height: 55px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      padding-left: 10px; }
    .client-review .review-form .client-form .rating {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .client-review .review-form .client-form .rating .rating-title {
        padding-right: 5px; }
      .client-review .review-form .client-form .rating ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap; }
        .client-review .review-form .client-form .rating ul li {
          list-style: none; }
          .client-review .review-form .client-form .rating ul li i {
            color: #e9ba17; }
    .client-review .review-form .client-form textarea {
      border-color: #ece5ff;
      padding: 10px;
      height: 130px; }
    .client-review .review-form .client-form button {
      display: block;
      width: auto; }
      .client-review .review-form .client-form button span {
        line-height: 50px; }

.review-content .description {
  background-color: #fff;
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); }

.rev-item .rev-content {
  padding: 30px 0; }
  .rev-item .rev-content ul {
    margin: 0; }
    .rev-item .rev-content ul li {
      list-style: none;
      position: relative;
      padding-left: 30px; }
      .rev-item .rev-content ul li::before {
        position: absolute;
        content: "\f005";
        top: 50%;
        left: 0;
        color: #e9ba17;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free'; }

/*Error Section Starts Here*/
.min-height-section {
  padding: 150px 0;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (min-width: 992px) {
    .min-height-section {
      padding: 90px 0; } }
  @media (min-width: 1400px) {
    .min-height-section {
      padding: 150px 0; } }
  .min-height-section::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(14, 44, 83, 0.8);
    display: none; }
  .min-height-section > * {
    position: relative;
    z-index: 1; }
  @media (max-width: 1199px) {
    .min-height-section::before {
      display: block; }
    .min-height-section p {
      color: rgba(255, 255, 255, 0.9); } }

.inner-logo {
  max-width: 220px;
  margin: 0 auto 80px; }
  .inner-logo a {
    display: block; }
  .inner-logo img {
    width: 100%; }
  @media (max-width: 1199px) {
    .inner-logo {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .inner-logo {
      max-width: 190px;
      margin-bottom: 40px; } }
  @media (max-width: 575px) {
    .inner-logo {
      max-width: 140px; } }

.error-wrapper {
  text-align: center; }
  .error-wrapper .main-thumb {
    max-width: 505px;
    margin: 0 auto 40px; }
    .error-wrapper .main-thumb img {
      width: 100%; }
    @media (max-width: 767px) {
      .error-wrapper .main-thumb {
        max-width: 400px; } }
  .error-wrapper .error-content {
    max-width: 500px;
    margin: 0 auto; }
    .error-wrapper .error-content .title {
      color: #192c9d;
      margin-bottom: 6px; }
      @media (max-width: 1199px) {
        .error-wrapper .error-content .title {
          color: #fff; } }
    .error-wrapper .error-content p {
      margin-bottom: 28px; }

/*Coming Soon Section Starts Here*/
.coming-wrapper {
  text-align: center; }
  .coming-wrapper .coming-soon-title {
    font-size: 100px;
    line-height: 1;
    color: #1b3099; }
    @media screen and (min-width: 1919px) {
      .coming-wrapper .coming-soon-title {
        font-size: 140px; } }
    @media (max-width: 1199px) {
      .coming-wrapper .coming-soon-title {
        font-size: 90px;
        color: #fff; } }
    @media (max-width: 991px) {
      .coming-wrapper .coming-soon-title {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .coming-wrapper .coming-soon-title {
        font-size: 60px; } }
    @media (max-width: 575px) {
      .coming-wrapper .coming-soon-title {
        font-size: 40px; } }
  .coming-wrapper .inner-logo {
    margin-bottom: 60px; }
    @media (min-width: 1200px) {
      .coming-wrapper .inner-logo {
        margin-bottom: 60px; } }

.coming-countdown {
  justify-content: center;
  margin: 0 auto 27px; }
  .coming-countdown li {
    padding: 0 30px;
    margin-bottom: 30px; }
    .coming-countdown li .count-title {
      line-height: 1;
      font-size: 72px;
      margin: 0;
      margin-bottom: 15px;
      font-weight: 700; }
    .coming-countdown li p {
      font-size: 24px;
      font-weight: 500;
      margin: 0; }
    .coming-countdown li .days_text,
    .coming-countdown li .days {
      color: #8dc63f; }
    .coming-countdown li .hours_text,
    .coming-countdown li .hours {
      color: #92278f; }
    .coming-countdown li .minu_text,
    .coming-countdown li .minutes {
      color: #f26522; }
    .coming-countdown li .seco_text,
    .coming-countdown li .seconds {
      color: #00bfff; }
  @media (max-width: 1199px) {
    .coming-countdown li .count-title {
      font-size: 60px;
      margin-bottom: 5px; }
    .coming-countdown li p {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .coming-countdown li .count-title {
      font-size: 40px;
      margin-bottom: 5px; }
    .coming-countdown li p {
      font-size: 18px;
      font-weight: 400; } }
  @media (max-width: 575px) {
    .coming-countdown li {
      flex-grow: 1; }
      .coming-countdown li .count-title {
        font-size: 30px; }
      .coming-countdown li p {
        font-size: 16px; } }

/*Animation Starts Here*/
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); } }
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); } }
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); } }
@keyframes banner-imgskew {
  from {
    transform: translateY(-30px);
    opacity: 1;
    transition: all .3s ease; }
  to {
    transform: translateY(0px);
    opacity: 0; } }
/*Blog Section Starts Here*/
.post-item {
  margin-bottom: 30px; }
  .post-item .post-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .post-item .post-thumb a {
      display: block; }
    .post-item .post-thumb img {
      width: 100%;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .post-item .post-content {
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    background: #fff; }
    .post-item .post-content .post-top {
      padding: 30px 28px 30px;
      border-bottom: 1px solid #e5e5e5; }
      .post-item .post-content .post-top .title {
        margin-bottom: 10px; }
        .post-item .post-content .post-top .title a {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .post-item .post-content .post-top .post-meta {
        font-size: 15px;
        margin-right: -10px;
        margin-bottom: 15px; }
        .post-item .post-content .post-top .post-meta a {
          color: #707070;
          margin-right: 10px; }
          .post-item .post-content .post-top .post-meta a i {
            color: #92278f;
            margin-right: 7px; }
          .post-item .post-content .post-top .post-meta a:hover {
            color: #92278f; }
    .post-item .post-content .post-bottom {
      justify-content: space-between;
      padding: 15px; }
      @media (min-width: 576px) {
        .post-item .post-content .post-bottom {
          padding: 14px 30px; } }
      .post-item .post-content .post-bottom .read {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #92278f; }
      .post-item .post-content .post-bottom .comments {
        color: #707070;
        position: relative;
        font-size: 18px; }
        .post-item .post-content .post-bottom .comments .comment-number {
          width: 16px;
          height: 16px;
          line-height: 16px;
          text-align: center;
          background: #92278f;
          color: #fff;
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          font-size: 12px; }
  .post-item:hover .post-thumb a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media screen and (max-width: 399px) {
    .post-item .post-content .post-top {
      padding: 27px 15px 30px; } }
  .post-item.post-classic .post-content .post-top .meta-post {
    margin-bottom: 10px; }
  .post-item.post-classic .post-content .post-top p {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .post-item.post-classic .post-content .post-top {
      padding: 40px 38px 40px; }
      .post-item.post-classic .post-content .post-top p {
        margin-bottom: 25px; }
      .post-item.post-classic .post-content .post-top .meta-post {
        margin-bottom: 15px; } }
  .post-item.post-classic .video-area {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    overflow: hidden; }

.blog-article .post-item.post-classic:last-child {
  margin-bottom: 0; }

.double-cost {
  background: #92278f;
  margin: 0;
  padding: 60px 40px 50px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0; }
  .double-cost::before {
    content: "";
    display: block;
    width: 84px;
    height: 60px;
    background: url(./img/quote2.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 30px; }
  .double-cost .quotes {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
  @media (max-width: 767px) {
    .double-cost {
      padding: 50px 30px 40px; }
      .double-cost .quotes {
        font-size: 18px;
        line-height: 30px; } }
  @media (max-width: 575px) {
    .double-cost {
      padding: 30px 20px 25px; }
      .double-cost::before {
        height: 45px;
        margin-bottom: 15px; }
      .double-cost .quotes {
        font-size: 16px;
        line-height: 28px; } }

.post-next, .post-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  z-index: 99;
  background: #fff;
  display: block;
  position: absolute;
  text-align: center;
  color: #0e2c53;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  @media (min-width: 576px) {
    .post-next, .post-prev {
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-top: -25px; } }
  .post-next.active, .post-next:hover, .post-prev.active, .post-prev:hover {
    color: #fff;
    background: #92278f; }

.post-prev {
  left: 20px; }

.post-next {
  right: 20px; }

.post-author .thumb {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }
  .post-author .thumb a {
    display: block; }
  .post-author .thumb img {
    width: 100%; }
.post-author .content {
  width: calc(100% - 150px);
  padding-left: 25px; }
  .post-author .content .title {
    margin: 0;
    margin-bottom: 11px; }
  .post-author .content p {
    margin-bottom: 10px; }
@media screen and (max-width: 575px) {
  .post-author .thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 25px; }
  .post-author .content {
    padding: 0;
    width: 100%; } }

.comment-form {
  justify-content: space-between;
  margin-bottom: -30px; }
  .comment-form .form-group {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .comment-form .form-group {
        width: calc(50% - 15px); } }
    .comment-form .form-group input {
      height: 50px;
      border: 1px solid #ebebeb;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: transparent;
      padding: 0 20px; }
    .comment-form .form-group textarea {
      display: flex;
      border: 1px solid #ebebeb;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: transparent;
      padding: 20px;
      height: 130px; }
    .comment-form .form-group button {
      margin-bottom: 10px; }
    .comment-form .form-group .custom-button span {
      line-height: unset; }

.comment-item {
  padding: 30px 30px 32px;
  border-bottom: 1px solid #f6fafd; }
  .comment-item .comment-thumb {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .comment-item .comment-thumb a {
      display: block; }
    .comment-item .comment-thumb img {
      width: 100%; }
  .comment-item .comment-content {
    width: calc(100% - 80px);
    padding-left: 20px; }
    .comment-item .comment-content .comment-header {
      margin-bottom: 5px;
      position: relative; }
      .comment-item .comment-content .comment-header .reply {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #f26522;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase; }
        .comment-item .comment-content .comment-header .reply i {
          margin-right: 5px; }
      .comment-item .comment-content .comment-header .title {
        margin: 0;
        font-size: 18px; }
      .comment-item .comment-content .comment-header .info {
        color: #707070;
        font-size: 14px; }
        .comment-item .comment-content .comment-header .info:hover {
          color: #f26522; }
  @media (max-width: 575px) {
    .comment-item {
      padding: 20px 15px 22px; }
      .comment-item .comment-content {
        width: 100%;
        padding: 0; } }

.comment-area li {
  padding: 0; }
  @media (min-width: 576px) {
    .comment-area li ul {
      padding-left: 15px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .comment-area li ul {
      padding-left: 30px; } }

.slick-next, .slick-prev {
  background: transparent;
  border: none;
  outline: none; }
  .slick-next::before, .slick-prev::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    z-index: 99;
    padding: 0;
    background: #fff;
    display: block;
    position: absolute;
    text-align: center;
    color: #0e2c53;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media (min-width: 576px) {
      .slick-next::before, .slick-prev::before {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
  .slick-next:hover::before, .slick-prev:hover::before {
    color: #fff;
    background: #92278f; }

.video-button {
  display: block;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  color: #92278f; }
  .video-button:hover {
    color: #92278f; }

@media (min-width: 576px) {
  .video-button {
    width: 92px;
    height: 92px;
    line-height: 88px;
    font-size: 30px;
    border: 2px solid #cfd0fe; } }
.video-button::before, .video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.15;
  z-index: -10; }

.video-button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite; }

.video-button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite; }

.overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #92278f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .overlayer .loader {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 3;
    border: 4px solid #fff;
    top: 50%;
    -webkit-animation: loader 2.5s infinite ease;
    animation: loader 2.5s infinite ease; }
    .overlayer .loader .loader-inner {
      vertical-align: top;
      display: inline-block;
      width: 100%;
      background-color: #fff;
      -webkit-animation: loader-inner 2.5s infinite ease-in;
      animation: loader-inner 2.5s infinite ease-in; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }
@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }
.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  z-index: 999;
  bottom: 3px;
  right: 3px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  background: #92278f;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  @media (min-width: 576px) {
    .scrollToTop {
      bottom: 30px;
      right: 30px; } }

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s; }

.scrollToTop img {
  width: 100%; }

.load-more {
  margin-top: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .load-more {
      margin-top: 65px; } }

.custom-button {
  position: relative;
  color: #fff;
  border-radius: 4px;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none; }
  .custom-button span {
    z-index: 4;
    position: relative;
    display: block;
    line-height: 48px;
    padding: 0 30px; }
    @media (max-width: 575px) {
      .custom-button span {
        line-height: 45px; } }
  .custom-button::before {
    position: absolute;
    content: "";
    border-radius: 4px;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #92278f;
    z-index: 3; }
  .custom-button::after {
    position: absolute;
    content: "";
    background: #782075;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    bottom: -4px;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .custom-button.theme-one::before {
    background: #f26522; }
  .custom-button.theme-one::after {
    background: #d24f11; }
  .custom-button:hover {
    color: #fff; }
    .custom-button:hover::after {
      bottom: 0; }

/*# sourceMappingURL=main.css.map */
