/*-----------------------------------------------------------------------------------

    Template Name:Unice Theme
    Template URI: http://themes.pixelstrap.com/Unice
    Description: Sass Landing Page
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------

/**************************
variables
*************************/
/**************************
landing css start
*************************/
html {
  scroll-behavior: smooth; }

.landing-page {
  /*=====================
      Header CSS start
  ==========================*/
  /*************************
    Portfolio css start
  *************************/
  /*=====================
    gif section CSS start
  ==========================*/
  /*=====================
    demo  CSS start
  ==========================*/
  /*=====================
    ecommerce CSS start
  ==========================*/
  /*************************
    element css start
  *************************/
  /*************************
  Core Feature css start
  *************************/
  /*************************
    Testimonial css start
  *************************/
  /*************************
    Rate css start
  *************************/
  /*************************
    Footer css start
  *************************/
  /*************************
  tap to top css start
  *************************/
  /*************************
  tap to top css end
  *************************/ }
  .landing-page ~ .theme-pannel-main {
    display: none; }
  .landing-page .container {
    max-width: 1440px; }
  .landing-page html {
    scroll-behavior: smooth; }
  .landing-page body {
    font-family: Montserrat, sans-serif;
    font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (1920 - 300))); }
  .landing-page h1 {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
    color: #8648db; }
  .landing-page h2 {
    font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: #8648db;
    font-weight: 600; }
  .landing-page h3 {
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #8648db;
    font-weight: 700;
    margin-bottom: 0; }
    .landing-page h3.font-bold {
      font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 600;
      text-transform: uppercase; }
  .landing-page h4 {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    margin-bottom: 20px; }
  .landing-page h5 {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300))); }
  .landing-page h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    margin-bottom: 0; }
  .landing-page p {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
    font-weight: 300; }
  .landing-page section {
    padding: 80px 0; }
  .landing-page a {
    color: #000000; }
    .landing-page a:hover {
      color: #000000;
      text-decoration: none; }
  .landing-page ul {
    padding: 0; }
    .landing-page ul li {
      list-style: none;
      display: inline-block; }
  .landing-page .title {
    text-align: center;
    margin-bottom: 50px; }
    .landing-page .title h2 {
      text-transform: capitalize;
      background: -webkit-gradient(linear, left right, left right, from(#ba38d2), to(#6851df));
      background: linear-gradient(to right, #6851df 25%, #ba38d2 65%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: 1px;
      font-size: calc(20px + (45 - 20) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 800;
      font-family: Montserrat;
      margin-bottom: 15px; }
    .landing-page .title h6 {
      letter-spacing: 20px;
      text-transform: uppercase;
      font-weight: 700; }
    .landing-page .title .bottom-border {
      background: -webkit-gradient(linear, left right, left right, from(#ba38d2), to(#6851df));
      background: linear-gradient(to right, #6851df, #ba38d2);
      height: 1px;
      width: 50px; }
  .landing-page .second-img {
    height: 200px;
    margin-top: -45px;
    margin-bottom: -55px;
    margin-left: -50px; }
  .landing-page .slick-next,
  .landing-page .slick-prev {
    display: none !important; }
  .landing-page .m-x-auto {
    margin-right: auto;
    margin-left: auto; }
  .landing-page .top-header {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px 0; }
    .landing-page .top-header .logo {
      margin-left: 50px; }
      .landing-page .top-header .logo .navbar-brand {
        margin-right: 0; }
      .landing-page .top-header .logo img {
        display: flex;
        height: 100%;
        align-items: center; }
    .landing-page .top-header .nav-link {
      font-weight: 700; }
  .landing-page header {
    box-shadow: 0 0 46px 30px #000000;
    background-color: white;
    z-index: 999; }
    .landing-page header.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      transition: all 0.5s ease;
      animation: smoothScroll 1s forwards; }
  .landing-page .navbar-light .navbar-nav .nav-link {
    color: #888888; }
    .landing-page .navbar-light .navbar-nav .nav-link:hover {
      color: #000000;
      transition: all 0.5s ease; }
  .landing-page .navbar-light .navbar-nav .nav-item a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; }
    .landing-page .navbar-light .navbar-nav .nav-item a.active {
      color: #000000;
      transition: all 0.5s ease; }
  .landing-page .navbar-light .navbar-toggler:focus {
    outline: none; }
  .landing-page .navbar {
    padding: 0; }
    .landing-page .navbar li.nav-item {
      font-size: 16px;
      padding: 0 10px; }
  .landing-page .purchase-block {
    background-color: #f6f4ff;
    display: flex;
    margin-right: 50px; }
    .landing-page .purchase-block span {
      background-color: #6e4dde;
      padding: 15px 20px;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; }
      .landing-page .purchase-block span i {
        color: #ffffff;
        font-size: 20px; }
    .landing-page .purchase-block .purchase-btn {
      color: #6e4dde !important;
      background: #f6f4ff;
      font-weight: 500;
      border-radius: unset;
      font-size: 15px;
      padding: 15px 20px;
      display: inline-block;
      text-align: center;
      text-transform: capitalize; }
  .landing-page .f-600 {
    font-weight: 600; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px); }
  100% {
    transform: translateY(0px); } }
  .landing-page .landing-tabs {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    border: 0; }
    .landing-page .landing-tabs li.active a {
      color: #ffffff;
      background-color: #6e4dde; }
    .landing-page .landing-tabs li a {
      padding: 10px 25px;
      font-size: 16px;
      margin: 0 5px;
      border-radius: 25px;
      font-weight: 600;
      color: #6e4dde;
      background-color: rgba(110, 77, 222, 0.1); }
  .landing-page .tab-content {
    width: 100%;
    color: #7d7d7d; }
  .landing-page .whatinside .row .col-md-4:nth-child(n + 4) {
    margin-top: 30px; }
  .landing-page .inside_box {
    box-shadow: 0 0 10px 0px rgba(220, 220, 220, 0.470588);
    padding: 30px;
    text-align: center;
    background-color: #ffffff; }
    .landing-page .inside_box h3 {
      margin-bottom: 15px;
      color: #7d7d7d; }
    .landing-page .inside_box h5 {
      font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300))); }
  .landing-page .portfolio-section {
    background-color: #fbfafe;
    position: relative; }
    .landing-page .portfolio-section#blog .title h2 {
      line-height: 50px;
      margin-top: -8px; }
    .landing-page .portfolio-section .portfolio-back {
      position: absolute;
      top: 65px;
      left: 0;
      opacity: 0.03; }
      .landing-page .portfolio-section .portfolio-back h1 {
        font-size: calc(50px + (260 - 50) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 800;
        line-height: 1;
        text-transform: capitalize; }
    .landing-page .portfolio-section .slick-slider {
      margin: 0 -15px -1px; }
    .landing-page .portfolio-section .port-img {
      margin: 0 30px; }
    .landing-page .portfolio-section .slick-dots {
      bottom: unset;
      position: relative;
      margin-top: 10px; }
      .landing-page .portfolio-section .slick-dots li button:before {
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #8648db; }
    .landing-page .portfolio-section .port-sib {
      position: absolute;
      top: 13%;
      left: 13%;
      animation: hom-sib 30s linear infinite; }
    .landing-page .portfolio-section .port-round {
      position: absolute;
      bottom: 10%;
      left: 2%;
      animation: hom-round 3s linear infinite; }
    .landing-page .portfolio-section .port-ract {
      position: absolute;
      bottom: 8%;
      right: 10%;
      animation: hom-ract 80s linear infinite; }
    .landing-page .portfolio-section .port-squar {
      position: absolute;
      top: 8%;
      right: 31%;
      animation: hom-suar 3s linear infinite; }
  .landing-page .text-as-bg h1 {
    font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300)));
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1;
    font-family: Montserrat;
    opacity: 0.03; }
    .landing-page .text-as-bg h1 span {
      float: right; }
  .landing-page .text-as-bg ~ .title {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%; }
  .landing-page .home-section {
    background: url("/assets/images/landing/home/1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #fbfafe;
    height: calc(100vh - 93px); }
    .landing-page .home-section .home-container {
      text-align: center; }
      .landing-page .home-section .home-container .home-logo-container {
        margin-bottom: 30px; }
        .landing-page .home-section .home-container .home-logo-container .logo {
          height: 70px; }
      .landing-page .home-section .home-container h1 {
        color: #000000;
        margin-bottom: 15px;
        font-weight: 700; }
      .landing-page .home-section .home-container p {
        color: gray;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        line-height: 1.8; }
    .landing-page .home-section .home-contain ul {
      height: 100%;
      margin: 0; }
    .landing-page .home-section .home-contain .main-gif {
      width: 700px; }
    .landing-page .home-section .home-contain .inner-slide1 {
      position: absolute;
      left: -10%;
      bottom: -150px; }
    .landing-page .home-section .home-contain .inner-slide2 {
      position: absolute;
      bottom: -150px;
      left: 26%; }
    .landing-page .home-section .home-contain .inner-slide4 {
      position: absolute;
      bottom: -150px;
      left: 65%; }
    .landing-page .home-section .home-contain .inner-slide5 {
      position: absolute;
      bottom: -150px;
      right: -110px; }
    .landing-page .home-section .hom-suar1 {
      position: absolute;
      left: 2%;
      bottom: 37%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .home-section .hom-suar2 {
      position: absolute;
      top: 5%;
      right: 10%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .home-section .hom-ract1 {
      position: absolute;
      top: 10%;
      left: 21%;
      animation: hom-ract 80s linear infinite; }
    .landing-page .home-section .hom-ract2 {
      position: absolute;
      bottom: 37%;
      right: 19%;
      animation: hom-ract 40s linear infinite; }
    .landing-page .home-section .hom-round1 {
      position: absolute;
      top: 30%;
      left: 10%;
      animation: hom-round 3s linear infinite; }
    .landing-page .home-section .hom-round2 {
      position: absolute;
      top: 17%;
      right: 30%;
      animation: hom-round 10s linear infinite; }
    .landing-page .home-section .hom-sib2 {
      position: absolute;
      bottom: 37%;
      left: 22%;
      animation: hom-sib 30s linear infinite; }
  .landing-page .inner-slide3 {
    position: relative;
    left: unset;
    margin: 0 auto;
    margin-top: 70px;
    padding-top: 0; }

@keyframes hom-suar {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

@keyframes hom-ract {
  0% {
    transform: translateY(0px) translatex(100px); }
  50% {
    transform: translateY(70px) translatex(-40px); }
  100% {
    transform: translateY(0px) translatex(100px); } }

@keyframes hom-round {
  0% {
    transform: translate(0px); }
  50% {
    transform: translate(20px) scale(2); }
  100% {
    transform: translate(0px); } }

@keyframes hom-sib {
  0% {
    transform: translate(-50px); }
  50% {
    transform: translateX(100px) translateY(-300px); }
  100% {
    transform: translate(-50px); } }

@keyframes hom-cloud {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(100px); }
  100% {
    transform: translateX(0px); } }
  .landing-page .app-preview-section {
    position: relative;
    overflow: hidden; }
    .landing-page .app-preview-section .demo-back-txt {
      opacity: 0.03; }
      .landing-page .app-preview-section .demo-back-txt .demo-left-txt {
        display: inline-block;
        position: absolute;
        top: 0;
        left: -85px; }
        .landing-page .app-preview-section .demo-back-txt .demo-left-txt h1 {
          font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300)));
          text-transform: capitalize;
          font-weight: 800;
          line-height: 1;
          font-family: Montserrat; }
      .landing-page .app-preview-section .demo-back-txt .demo-right-txt {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0; }
        .landing-page .app-preview-section .demo-back-txt .demo-right-txt h1 {
          text-transform: capitalize;
          font-weight: bold;
          line-height: 1;
          font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300))); }
    .landing-page .app-preview-section .demo-effects {
      position: relative;
      margin-bottom: 40px; }
      .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images {
        width: 100%;
        height: 500px;
        background-image: url("/assets/images/landing/navbar.jpg");
        display: inline-block;
        position: relative;
        background-repeat: no-repeat;
        box-shadow: 0 0 25px 0px #dcdcdc;
        padding-top: 15px;
        background-color: #fff;
        border-radius: 5px; }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-1 {
          background: url("/assets/images/landing/demo/1.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-2 {
          background: url("/assets/images/landing/demo/2.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-3 {
          background: url("/assets/images/landing/demo/3.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-4 {
          background: url("/assets/images/landing/demo/4.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-5 {
          background: url("/assets/images/landing/demo/5.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-6 {
          background: url("/assets/images/landing/demo/6.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-7 {
          background: url("/assets/images/landing/demo/7.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-8 {
          background: url("/assets/images/landing/demo/8.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-9 {
          background: url("/assets/images/landing/demo/9.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-10 {
          background: url("/assets/images/landing/demo/10.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-11 {
          background: url("/assets/images/landing/demo/11.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-12 {
          background: url("/assets/images/landing/demo/12.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-13 {
          background: url("/assets/images/landing/demo/13.png"); }
        .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .layout-container {
          background-size: cover;
          background-repeat: no-repeat;
          height: 100%;
          width: 100%;
          transition: 10s; }
      .landing-page .app-preview-section .demo-effects .demo-layouts.coming-soons {
        opacity: 0.5; }
        .landing-page .app-preview-section .demo-effects .demo-layouts.coming-soons .coming-soon {
          color: #000000;
          font-size: calc(35px + (55 - 35) * ((100vw - 300px) / (1920 - 300)));
          text-align: center;
          opacity: 0.2;
          font-weight: 600;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%; }
      .landing-page .app-preview-section .demo-effects .demo-layouts:hover .layout-images .layout-container {
        background-position: center 100% !important;
        transition: 10s; }
      .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview {
        overflow: hidden;
        padding: 0 20px;
        display: block; }
        .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header {
          position: relative;
          text-align: left;
          transition: 0.8s;
          font-family: Roboto;
          font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
          text-transform: capitalize;
          margin-top: -4px; }
          .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header:before {
            content: url("/assets/images/landing/hover.png");
            position: absolute;
            left: -80px;
            opacity: 0; }
        .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview:hover .preview-header {
          transform: translate(18%, 0);
          transition: 0.8s; }
          .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview:hover .preview-header:before {
            opacity: 1; }
    .landing-page .app-preview-section .demo-ract1 {
      position: absolute;
      top: 3%;
      left: 24%;
      animation: hom-ract 80s linear infinite; }
    .landing-page .app-preview-section .demo-squar {
      position: absolute;
      top: 45%;
      right: 2%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .app-preview-section .demo-sib1 {
      position: absolute;
      bottom: 20%;
      left: 50px;
      animation: hom-sib 30s linear infinite; }
    .landing-page .app-preview-section .demo-ract3 {
      position: absolute;
      bottom: 0;
      left: 10%;
      animation: hom-ract 80s linear infinite; }
  .landing-page .app-preview-section {
    position: relative;
    overflow: hidden; }
    .landing-page .app-preview-section .ecommerce-back-txt {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      opacity: 0.03; }
      .landing-page .app-preview-section .ecommerce-back-txt h1 {
        font-size: calc(100px + (309 - 100) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 800;
        font-family: Raleway; }
    .landing-page .app-preview-section .ecom-round1 {
      position: absolute;
      top: 35%;
      right: 11%;
      animation: hom-round 3s linear infinite; }
    .landing-page .app-preview-section .ecom-squar {
      position: absolute;
      bottom: 15%;
      left: 10%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .app-preview-section .container .row {
      margin-bottom: -40px; }
  .landing-page .elemant-bounce {
    text-align: center;
    position: relative;
    overflow: hidden; }
    .landing-page .elemant-bounce .title h2 {
      margin-top: -3px; }
    .landing-page .elemant-bounce .elemant-back {
      position: absolute;
      top: 105px;
      left: 0;
      opacity: 0.03; }
      .landing-page .elemant-bounce .elemant-back h1 {
        font-weight: 800;
        font-size: calc(100px + (309 - 100) * ((100vw - 300px) / (1920 - 300)));
        font-family: Raleway;
        text-transform: capitalize;
        line-height: 1; }
    .landing-page .elemant-bounce .elemant-bounce-contant {
      display: flex;
      justify-content: center; }
    .landing-page .elemant-bounce .element-rect {
      position: absolute;
      top: 10%;
      left: 5%;
      animation: hom-ract 80s linear infinite; }
    .landing-page .elemant-bounce .element-round {
      position: absolute;
      bottom: 10%;
      left: 10%;
      animation: hom-round 3s linear infinite; }
    .landing-page .elemant-bounce .element-sib {
      position: absolute;
      top: 10%;
      right: 10%;
      animation: hom-sib 30s linear infinite; }
    .landing-page .elemant-bounce .element-squar {
      position: absolute;
      bottom: 10%;
      right: 10%;
      animation: hom-suar 3s linear infinite; }
  .landing-page .advance-feature {
    background-color: #fbfafe;
    position: relative;
    overflow: hidden; }
    .landing-page .advance-feature .features-container {
      margin-bottom: -20px; }
      .landing-page .advance-feature .features-container .d-flex .col-12 {
        margin-bottom: -19px; }
    .landing-page .advance-feature .core-back {
      position: absolute;
      top: 30px;
      left: 8%;
      opacity: 0.03; }
      .landing-page .advance-feature .core-back h1 {
        line-height: 1;
        font-weight: 800;
        font-size: calc(100px + (309 - 100) * ((100vw - 300px) / (1920 - 300)));
        text-transform: capitalize;
        font-family: Raleway; }
    .landing-page .advance-feature .feature-main {
      padding: 20px; }
      .landing-page .advance-feature .feature-main .feature {
        text-align: center;
        transition: 0.8s; }
        .landing-page .advance-feature .feature-main .feature .feature-icon {
          position: relative;
          background: #ffffff;
          border-radius: 10px;
          box-shadow: 0 0 3px rgba(134, 72, 219, 0.2);
          display: inline-block;
          padding: 40px; }
          .landing-page .advance-feature .feature-main .feature .feature-icon img {
            width: 50px;
            transition: all 0.5s ease; }
        .landing-page .advance-feature .feature-main .feature:hover .feature-icon img {
          filter: grayscale(100%); }
    .landing-page .advance-feature .cor-sib {
      position: absolute;
      top: 5%;
      left: 5%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .advance-feature .cor-round {
      position: absolute;
      bottom: 8%;
      left: 3%;
      animation: hom-round 3s linear infinite; }
    .landing-page .advance-feature .cor-ract {
      position: absolute;
      top: 5%;
      right: 15%;
      animation: hom-ract 80s linear infinite; }
    .landing-page .advance-feature .cor-squar1 {
      position: absolute;
      bottom: 41%;
      right: 5%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .advance-feature .cor-squar2 {
      position: absolute;
      bottom: 5%;
      right: 35%;
      animation: hom-suar 3s linear infinite; }
  .landing-page .testimonial-main {
    background-color: #f2edfb;
    position: relative;
    overflow: hidden; }
    .landing-page .testimonial-main .testimonial-back {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      text-align: center;
      opacity: 0.03; }
      .landing-page .testimonial-main .testimonial-back h1 {
        font-size: calc(100px + (309 - 100) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 800;
        font-family: Raleway;
        text-transform: capitalize;
        line-height: 1; }
    .landing-page .testimonial-main .testimonial-contain .slick-slider {
      margin-bottom: 0;
      background-color: #ffffff;
      padding: 50px;
      border-radius: 10px; }
    .landing-page .testimonial-main .testimonial-contain .testimonial-left {
      background-color: #8648db;
      padding: 50px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      height: 100%; }
      .landing-page .testimonial-main .testimonial-contain .testimonial-left h3 {
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 15px;
        letter-spacing: 0.05em;
        font-family: Roboto; }
      .landing-page .testimonial-main .testimonial-contain .testimonial-left p {
        color: #ffffff;
        font-size: 14px;
        text-transform: capitalize;
        letter-spacing: 0.05em;
        line-height: 2; }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right .slick-slide > div > div:focus {
      outline: none; }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right:focus {
      outline: none; }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right .media {
      align-items: center;
      margin-bottom: 20px; }
      .landing-page .testimonial-main .testimonial-contain .testimonial-right .media .media-body {
        margin-left: 20px;
        letter-spacing: 0.06em; }
        .landing-page .testimonial-main .testimonial-contain .testimonial-right .media .media-body h5 {
          margin-bottom: 0;
          letter-spacing: 0.05em; }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right p {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 2; }
    .landing-page .testimonial-main .testimonial-contain .slick-prev,
    .landing-page .testimonial-main .testimonial-contain .slick-next {
      display: none !important; }
      .landing-page .testimonial-main .testimonial-contain .slick-prev:before,
      .landing-page .testimonial-main .testimonial-contain .slick-next:before {
        color: #8648db; }
    .landing-page .testimonial-main .testimonial-contain .slick-dots {
      width: auto;
      bottom: unset;
      margin-top: 10px;
      left: unset;
      position: relative; }
      .landing-page .testimonial-main .testimonial-contain .slick-dots li button:before {
        font-size: 30px;
        transition: all 0.5s ease;
        color: #8648db; }
    .landing-page .testimonial-main .testimonial-contain .slick-dotted.slick-slider {
      margin-bottom: 0;
      background-color: #ffffff;
      padding: 50px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .landing-page .testimonial-main .test-sib {
      position: absolute;
      top: 5%;
      left: 15%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .testimonial-main .test-round {
      position: absolute;
      bottom: 10%;
      left: 5%;
      animation: hom-round 3s linear infinite; }
    .landing-page .testimonial-main .test-ract {
      position: absolute;
      top: 25%;
      right: 9%;
      animation: hom-ract 80s linear infinite; }
    .landing-page .testimonial-main .test-squar1 {
      position: absolute;
      bottom: 20%;
      right: 10%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .testimonial-main .test-squar2 {
      position: absolute;
      bottom: 15%;
      right: 20%;
      animation: hom-suar 3s linear infinite; }
  .landing-page .loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0; }
    .landing-page .loader-wrapper .loader {
      position: relative;
      display: grid;
      grid-template-columns: 33% 33% 33%;
      grid-gap: 2px;
      width: 100px;
      height: 100px; }
      .landing-page .loader-wrapper .loader > div {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #8648db;
        transform: scale(0);
        transform-origin: center center;
        animation: loader 2s infinite linear; }
        .landing-page .loader-wrapper .loader > div:nth-of-type(1), .landing-page .loader-wrapper .loader > div:nth-of-type(5), .landing-page .loader-wrapper .loader > div:nth-of-type(9) {
          animation-delay: 0.4s; }
        .landing-page .loader-wrapper .loader > div:nth-of-type(4), .landing-page .loader-wrapper .loader > div:nth-of-type(8) {
          animation-delay: 0.2s; }
        .landing-page .loader-wrapper .loader > div:nth-of-type(2), .landing-page .loader-wrapper .loader > div:nth-of-type(6) {
          animation-delay: 0.6s; }
        .landing-page .loader-wrapper .loader > div:nth-of-type(3) {
          animation-delay: 0.8s; }

@keyframes loader {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
  .landing-page .rate-us-section {
    background-color: #fbfafe;
    position: relative;
    overflow: hidden; }
    .landing-page .rate-us-section .rate-us-back {
      position: absolute;
      top: 75px;
      left: 0;
      width: 100%;
      text-align: center;
      opacity: 0.03; }
      .landing-page .rate-us-section .rate-us-back h1 {
        font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300)));
        font-family: Raleway;
        font-weight: 800;
        line-height: 1; }
    .landing-page .rate-us-section .rate-us-contain {
      text-align: center; }
      .landing-page .rate-us-section .rate-us-contain .rating-porson {
        border: 10px solid #ffffff;
        text-align: center;
        width: 175px;
        height: 175px;
        border-radius: 50%;
        margin: 0 auto;
        background-color: rgba(134, 72, 219, 0.03); }
      .landing-page .rate-us-section .rate-us-contain h1 {
        text-transform: capitalize;
        background: linear-gradient(to right, #6851df 25%, #ba38d2 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 800;
        margin-bottom: 20px;
        margin-top: 40px; }
      .landing-page .rate-us-section .rate-us-contain p {
        font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 600;
        font-family: Roboto; }
      .landing-page .rate-us-section .rate-us-contain .btn-gradient {
        margin-top: 22px; }
      .landing-page .rate-us-section .rate-us-contain ul {
        margin-top: 25px;
        margin-bottom: -4px; }
        .landing-page .rate-us-section .rate-us-contain ul li i {
          color: #ffd700;
          font-size: 20px; }
    .landing-page .rate-us-section .rat-sib {
      position: absolute;
      top: 5%;
      left: 15%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .rate-us-section .rat-round {
      position: absolute;
      bottom: 10%;
      left: 5%;
      animation: hom-round 3s linear infinite; }
    .landing-page .rate-us-section .rat-ract {
      position: absolute;
      top: 25%;
      right: 9%;
      animation: hom-ract 80s linear infinite; }
    .landing-page .rate-us-section .rat-squar1 {
      position: absolute;
      top: 20%;
      right: 10%;
      animation: hom-suar 3s linear infinite; }
    .landing-page .rate-us-section .rat-squar2 {
      position: absolute;
      bottom: 15%;
      right: 20%;
      animation: hom-suar 3s linear infinite; }
  .landing-page .btn-gradient {
    padding: 15px 30px;
    font-size: 14px;
    background-image: linear-gradient(to right, #6851df 15%, #ba38d2 85%);
    box-shadow: 0 0 10px #ba38d2;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    transition: all 1s linear;
    letter-spacing: 0.05em;
    line-height: 1; }
    .landing-page .btn-gradient:hover, .landing-page .btn-gradient:active, .landing-page .btn-gradient:focus {
      background-color: transparent !important;
      background-image: linear-gradient(to right, #ba38d2 15%, #6851df 85%);
      color: #ffffff; }
  .landing-page .footer-main {
    padding: 20px 0; }
    .landing-page .footer-main .footer-right p {
      margin-top: 0;
      font-size: 16px;
      text-align: right;
      font-family: Roboto;
      color: #888888; }
  .landing-page .tap-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#ba38d2), to(#6851df));
    background: linear-gradient(to top, #ba38d2, #6851df);
    border-radius: 100%;
    font-size: 22px;
    cursor: pointer;
    line-height: 2.2;
    display: none;
    border: 1px solid #ffffff; }
  @media (max-width: 1800px) {
    .landing-page .title h2 {
      line-height: 0.95; }
    .landing-page .home-section .home-contain .inner-slide1 {
      left: 2%;
      bottom: unset;
      top: 525px; }
      .landing-page .home-section .home-contain .inner-slide1 img {
        width: 400px; }
    .landing-page .home-section .home-contain .inner-slide2 {
      left: 24%;
      bottom: unset;
      top: 495px; }
    .landing-page .home-section .home-contain .inner-slide3 img {
      width: 650px; }
    .landing-page .home-section .home-contain .inner-slide4 {
      left: 65.5%;
      bottom: unset;
      top: 430px; }
      .landing-page .home-section .home-contain .inner-slide4 img {
        width: 200px; }
    .landing-page .home-section .home-contain .inner-slide5 {
      right: 1%;
      bottom: unset;
      top: 435px; }
      .landing-page .home-section .home-contain .inner-slide5 img {
        width: 400px; }
    .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header {
      margin-top: -3px; } }
  @media only screen and (max-width: 1700px) {
    .landing-page .home-section .home-contain .inner-slide1 img {
      width: 368px; }
    .landing-page .home-section .home-contain .inner-slide2 {
      left: 23%; }
    .landing-page .home-section .home-contain .inner-slide4 img {
      width: 180px; }
    .landing-page .home-section .home-contain .inner-slide5 img {
      width: 383px; } }
  @media only screen and (max-width: 1600px) {
    .landing-page .header-section {
      margin-bottom: 50px; }
      .landing-page .header-section .slider-absolute {
        width: 800px;
        margin-top: 2%; }
    .landing-page .home-section .home-contain .inner-slide2,
    .landing-page .home-section .home-contain .inner-slide4 {
      display: none; }
    .landing-page .home-section .home-contain .inner-slide1 {
      left: 3%; }
    .landing-page .home-section .home-contain .inner-slide5 {
      right: 4.5%; } }
  @media (max-width: 1470px) {
    .landing-page .home-section .home-container .home-logo-container {
      margin-bottom: 30px; } }
  @media (width: 1440px) and (height: 900px) {
    .landing-page .home-section .inner-slide3 {
      padding-top: 10px; }
    .landing-page .home-section .home-contain .inner-slide1 {
      top: 572px; }
    .landing-page .home-section .home-contain .inner-slide5 {
      top: 486px; } }
  @media (max-width: 1366px) {
    .landing-page .inner-slide3 {
      width: 520px; }
    .landing-page .home-section {
      height: auto; }
      .landing-page .home-section .home-contain .inner-slide1 {
        left: 8%;
        top: 584px; }
        .landing-page .home-section .home-contain .inner-slide1 img {
          width: 260px; }
      .landing-page .home-section .home-contain .inner-slide5 {
        top: 515px;
        right: 8.5%; }
        .landing-page .home-section .home-contain .inner-slide5 img {
          width: 290px; } }
  @media (max-width: 1199px) {
    .landing-page .home-section .inner-slide3 {
      padding-top: 0; }
    .landing-page .home-section .home-contain .inner-slide1 {
      left: 1%;
      top: 525px; }
    .landing-page .home-section .home-contain .inner-slide5 {
      right: 0.5%;
      top: 450px; }
    .landing-page .feature-text-section {
      height: 750px; }
    .landing-page .app-preview-section .row {
      min-width: 100%; }
    .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header {
      margin-top: 0; }
    .landing-page .rate-us-section .rate-us-contain h1 {
      margin-top: 20px;
      margin-bottom: 12px; }
    .landing-page .rate-us-section .rate-us-contain .btn-gradient {
      margin-top: 12px; }
    .landing-page .rate-us-section .rate-us-contain ul {
      margin-top: 15px; }
    .landing-page .portfolio-section .slick-slider {
      margin: 0 -5px; }
    .landing-page .portfolio-section .port-img {
      margin: 0 20px; } }
  @media (width: 1024px) and (height: 1366px) {
    .landing-page .home-section {
      height: 50vh; } }
  @media (max-width: 991px) {
    .landing-page .rate-us-section .rate-us-contain .rating-porson {
      width: 100px;
      height: 100px; }
    .landing-page .navbar {
      box-shadow: none; }
      .landing-page .navbar li.nav-item a {
        padding: 10px 0; }
      .landing-page .navbar .navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px; }
    .landing-page .title {
      margin-bottom: 30px; }
    .landing-page .home-section .inner-slide3 {
      margin-top: 50px; }
    .landing-page .home-section .home-contain {
      height: unset; }
      .landing-page .home-section .home-contain .inner-slide1,
      .landing-page .home-section .home-contain .inner-slide5 {
        display: none; }
      .landing-page .home-section .home-contain .inner-slide2,
      .landing-page .home-section .home-contain .inner-slide4 {
        display: block;
        opacity: 0.4; }
      .landing-page .home-section .home-contain .inner-slide2 {
        left: 3%; }
      .landing-page .home-section .home-contain .inner-slide4 {
        left: 75.5%; }
        .landing-page .home-section .home-contain .inner-slide4 img {
          width: 165px; }
    .landing-page .navbar {
      position: relative;
      width: auto;
      height: auto;
      right: unset;
      overflow-y: initial; }
      .landing-page .navbar .navbar-nav .nav-item a {
        text-align: center; }
    .landing-page .purchase-block {
      display: none; }
    .landing-page .animate-gif {
      display: none; }
    .landing-page .text-as-bg h1 {
      font-size: 40px; }
    .landing-page .navbar-collapse {
      position: absolute;
      top: 60px;
      z-index: 9;
      width: 97vw;
      right: -30px;
      background-color: white;
      text-align: center; }
    .landing-page .main-menu {
      margin-right: 30px; }
    .landing-page h4 {
      margin-bottom: 15px; }
    .landing-page section {
      padding: 50px 0; }
    .landing-page .second-img {
      height: 150px;
      margin-top: -33px;
      margin-bottom: -42px; }
    .landing-page .header-section {
      height: 75vh;
      margin-bottom: 0; }
      .landing-page .header-section .slider-absolute {
        width: 620px;
        margin-top: 4%; }
      .landing-page .header-section .logo-container {
        margin-bottom: 30px; }
        .landing-page .header-section .logo-container .logo {
          height: 150px;
          margin-top: -33px;
          margin-bottom: -1px; }
        .landing-page .header-section .logo-container h1 {
          margin-bottom: 18px; }
    .landing-page .portfolio-section#blog .title h2 {
      line-height: 40px; }
    .landing-page .feature-text-section {
      height: 600px;
      margin-bottom: -14px; }
      .landing-page .feature-text-section .font-bold {
        margin-top: 15px;
        margin-bottom: 15px; } }
  @media (width: 800px) and (height: 1280px) {
    .landing-page .home-section {
      height: 53vh; } }
  @media (width: 768px) and (height: 1024px) {
    .landing-page .home-section {
      height: 65vh; } }
  @media (max-width: 768px) {
    .landing-page .portfolio-section .slick-slider {
      margin: 0; }
    .landing-page .portfolio-section .port-img {
      margin: 0 15px; }
      .landing-page .portfolio-section .port-img img {
        width: 100%; } }
  @media (max-width: 767px) {
    .landing-page .navbar-collapse {
      width: 95vw; }
    .landing-page .whatinside .row > div:nth-child(3) {
      margin-top: 30px; }
    .landing-page .footer-main .row > div {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
    .landing-page .footer-main .footer-right p {
      text-align: center;
      margin-top: 10px; }
    .landing-page .home-section .inner-slide3 {
      margin-top: 30px; }
    .landing-page .home-section .home-container .home-logo-container {
      margin-bottom: 15px; }
      .landing-page .home-section .home-container .home-logo-container .logo {
        height: 60px; }
    .landing-page .home-section .home-contain .inner-slide1,
    .landing-page .home-section .home-contain .inner-slide2,
    .landing-page .home-section .home-contain .inner-slide4,
    .landing-page .home-section .home-contain .inner-slide5 {
      display: none; }
    .landing-page .purchase-block {
      margin-right: 20px; }
      .landing-page .purchase-block span {
        display: none; }
    .landing-page .top-header {
      padding: 10px 0; }
      .landing-page .top-header .logo {
        margin-left: 20px; }
    .landing-page .header-section {
      height: 680px; }
      .landing-page .header-section .slider-absolute {
        width: 605px;
        margin-top: 10%; }
      .landing-page .header-section .header-container p {
        padding: 0; }
    .landing-page .feature-text-section {
      height: 500px; }
    .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images {
      height: 400px; }
    .landing-page .testimonial-main .testimonial-contain {
      text-align: center; }
      .landing-page .testimonial-main .testimonial-contain .testimonial-left {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px; }
      .landing-page .testimonial-main .testimonial-contain .testimonial-right {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0; }
        .landing-page .testimonial-main .testimonial-contain .testimonial-right p {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
        .landing-page .testimonial-main .testimonial-contain .testimonial-right .media {
          display: block;
          margin-bottom: 10px; }
          .landing-page .testimonial-main .testimonial-contain .testimonial-right .media h5 {
            font-size: 18px; }
          .landing-page .testimonial-main .testimonial-contain .testimonial-right .media img {
            display: inline; }
          .landing-page .testimonial-main .testimonial-contain .testimonial-right .media .media-body {
            flex: unset;
            margin-left: 0;
            margin-top: 10px; }
      .landing-page .testimonial-main .testimonial-contain .slick-slider {
        padding: 30px; }
      .landing-page .testimonial-main .testimonial-contain .slick-next {
        right: 40%; }
      .landing-page .testimonial-main .testimonial-contain .slick-prev {
        left: 40%; }
      .landing-page .testimonial-main .testimonial-contain .slick-dots {
        display: none !important; }
    .landing-page .btn-gradient {
      padding: 12px 20px; }
    .landing-page .portfoli-section .port-img {
      margin-right: 0; } }
  @media (max-width: 575px) {
    .landing-page .navbar-collapse {
      width: 100vw;
      right: -14px; }
    .landing-page .title h6 {
      letter-spacing: 15px; }
    .landing-page .whatinside .row > div:nth-child(2) {
      margin-top: 30px; }
    .landing-page .home-section .inner-slide3 {
      width: 100%; }
    .landing-page .home-section .home-contain .inner-slide1,
    .landing-page .home-section .home-contain .inner-slide2,
    .landing-page .home-section .home-contain .inner-slide4,
    .landing-page .home-section .home-contain .inner-slide5 {
      display: none; }
    .landing-page .home-section .home-contain .inner-slide3 img {
      width: 100%; }
    .landing-page .header-section {
      height: 550px; }
      .landing-page .header-section .slider-absolute {
        width: 440px; }
    .landing-page .m-x-auto {
      margin-right: unset; }
    .landing-page .top-header {
      padding: 0; }
    .landing-page .top-header .logo {
      margin-left: 0; }
    .landing-page .purchase-block {
      margin-right: 0;
      display: none; } }
  @media (max-width: 480px) {
    .landing-page .header-section {
      height: 500px; }
      .landing-page .header-section .slider-absolute {
        width: 350px; }
    .landing-page .advance-feature .feature-main {
      padding: 10px; } }
  @media (max-width: 420px) {
    .landing-page .header-section .slider-absolute {
      width: 300px; } }

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*
    Flaticon icon font: Flaticon
    Creation date: 07/01/2019 07:52
    */
@font-face {
  font-family: "Flaticon";
  src: url("/assets/fonts/Flaticon.eot");
  src: url("/assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Flaticon.woff") format("woff"), url("/assets/fonts/Flaticon.ttf") format("truetype"), url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/assets/fonts/Flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 14px; }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-rocket-ship:before {
  content: "\F100"; }

.flaticon-diamond:before {
  content: "\F101"; }

.flaticon-pie-chart:before {
  content: "\F102"; }

@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-Unice-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

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

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

:root {
  --primary: #357fef;
  --secondary: #4e4e4e;
  --light: #13B8EA;
  --dark: #4E56F3; }

/*-----------------------------------------------------------------------------------

    Template Name:Unice Theme
    Template URI: http://themes.pixelstrap.com/Unice
    Description: Sass Landing Page
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------
    1. general css start
    2. brand css start
    3. team css start
    4. pricing css start
    5. screenshot section start
    6. download section start
    7. about section start
    8. format section start
    9. service section start
    10. subscribe section start
    11. navigations section start
    12. copyright section start
    13. header section start
    14. footer section start
    15. video section start
    16. booking section start
    17. app2 common css start
    18. event common css start
    19. extra css start
    20. gym common css start
    21. music-theme css start
    22. resume-theme css start
    23. wedding-theme css start
    24. yoga-theme css start
    25. agency css start
    26. gallery  css start
    27. blog css start
    28. counter css start
    29. contact css start
    30. schedule css start
    31. sponsor css start
    32. testimonial css start
    33. tap to top css start
    34. music player css start
    35. saas1 css start
    36. saas2 css start
    37. wedding css start
    38. event css start
    39. gym css start
    40. popup css start
    41. trainer slider css start
    42. breadcrumb-section css start
    43. breadcrumb type css end
    44. blog-section css start
    45. error css start
    46. Filter css start
    47. Portfolio css start
    48. Single-blog Sec start
    49. compare start
    50. Typography Start
    51. register Start
    52. footer start
    53. compare start
    54. Responsive Start

 */
/**************************
 1. general css start
*************************/
.about-us-para-sub-text {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-word; }
  .about-us-para-sub-text li {
    font-style: normal !important;
    font-weight: normal !important; }

.page-content-text {
  margin-bottom: 35px; }
  .page-content-text p, .page-content-text li, .page-content-text a {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 1.5; }
  .page-content-text li {
    font-style: normal !important;
    font-weight: normal !important; }
  .page-content-text:last-child {
    margin-bottom: 0; }
  .page-content-text img {
    max-width: 100%;
    height: auto; }
    .page-content-text img:hover {
      will-change: transform;
      transform: perspective(20000px) rotateX(15deg) rotateY(25deg) rotateZ(5deg) scale3d(1, 1, 1); }

.page-content-text-1 {
  margin-bottom: 35px; }
  .page-content-text-1 p {
    color: red;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 1.5; }
  .page-content-text-1 li {
    color: red;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 1.5; }
  .page-content-text-1:last-child {
    margin-bottom: 0; }
  .page-content-text-1 img {
    max-width: 100%;
    height: auto; }
    .page-content-text-1 img:hover {
      will-change: transform;
      transform: perspective(20000px) rotateX(15deg) rotateY(25deg) rotateZ(5deg) scale3d(1, 1, 1); }

.footer-block-10 {
  padding: 70px 0 20px 0 !important; }
  .footer-block-10 img {
    padding: 20px !important; }
  .footer-block-10 p {
    color: #fff;
    padding-bottom: 45px; }
  .footer-block-10 > ul li + li {
    margin-top: 15px; }
  .footer-block-10 > ul li a {
    color: #acacac; }
  .footer-block-10 .headings {
    display: none;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 500; }
    .footer-block-10 .headings h1, .footer-block-10 .headings h2, .footer-block-10 .headings h3, .footer-block-10 .headings h4, .footer-block-10 .headings h5, .footer-block-10 .headings h6 {
      color: #fff; }
  .footer-block-10 .d-flex {
    align-items: center; }
  .footer-block-10 .footer-social {
    display: flex;
    line-height: 0; }
    .footer-block-10 .footer-social .footer-social-list {
      padding: 0 15px; }
      .footer-block-10 .footer-social .footer-social-list:first-child {
        padding-left: 0; }
      .footer-block-10 .footer-social .footer-social-list:last-child {
        padding-right: 0; }
      .footer-block-10 .footer-social .footer-social-list a {
        color: white; }
        .footer-block-10 .footer-social .footer-social-list a:hover {
          opacity: 0.6; }
  .footer-block-10 .social ul li a i {
    transition: all 0.4s; }
    .footer-block-10 .social ul li a i:hover {
      background-color: white;
      color: #061a5e; }

.footer-block-20 {
  padding: 70px 0 20px 0 !important; }
  .footer-block-20 img {
    padding: 20px !important; }
  .footer-block-20 p {
    color: #fff;
    padding-bottom: 45px; }
  .footer-block-20 > ul li + li {
    margin-top: 15px; }
  .footer-block-20 > ul li a {
    color: #acacac; }
  .footer-block-20 .headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 500;
    display: none; }
    .footer-block-20 .headings h1, .footer-block-20 .headings h2, .footer-block-20 .headings h3, .footer-block-20 .headings h4, .footer-block-20 .headings h5, .footer-block-20 .headings h6 {
      color: #fff; }
  .footer-block-20 .footer-headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500; }
  .footer-block-20 .d-flex {
    align-items: center; }
  .footer-block-20 .footer-social {
    display: flex;
    line-height: 0; }
    .footer-block-20 .footer-social .footer-social-list {
      padding: 0 15px; }
      .footer-block-20 .footer-social .footer-social-list:first-child {
        padding-left: 0; }
      .footer-block-20 .footer-social .footer-social-list:last-child {
        padding-right: 0; }
      .footer-block-20 .footer-social .footer-social-list a {
        color: white; }
        .footer-block-20 .footer-social .footer-social-list a:hover {
          opacity: 0.6; }
  .footer-block-20 .social ul li a i {
    transition: all 0.4s; }
    .footer-block-20 .social ul li a i:hover {
      background-color: white;
      color: #061a5e; }
  .footer-block-20 .link-btns {
    margin-bottom: -10px; }
    .footer-block-20 .link-btns ul li.buttons {
      padding: 8px 20px;
      border: 1px solid rgba(255, 255, 255, 0.34);
      border-radius: 5px;
      opacity: 0.8;
      margin-right: 8px;
      display: inline-block;
      margin-bottom: 10px; }
      .footer-block-20 .link-btns ul li.buttons:last-child {
        margin-right: 0; }
      .footer-block-20 .link-btns ul li.buttons a {
        text-transform: capitalize;
        color: white; }
      .footer-block-20 .link-btns ul li.buttons:hover {
        opacity: 1; }
    .footer-block-20 .link-btns ul li:nth-child(n + 7) {
      margin-bottom: 0; }
    .footer-block-20 .link-btns ul.links li {
      margin-bottom: 10px; }
    .footer-block-20 .link-btns ul.place li {
      display: flex;
      margin-bottom: 40px; }
  .footer-block-20 .footer-lists.op-text li {
    opacity: 0.8;
    transition: 0.2s; }
    .footer-block-20 .footer-lists.op-text li:hover {
      opacity: 1;
      transition: 0.2s; }
  .footer-block-20 .footer-lists li {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize; }
    .footer-block-20 .footer-lists li a {
      font-weight: 300;
      color: #fff;
      line-height: initial; }
      .footer-block-20 .footer-lists li a:hover {
        color: #fff; }
    .footer-block-20 .footer-lists li:hover a {
      color: #fff; }
  .footer-block-20 .footer-lists.contacts li {
    margin-bottom: 35px;
    display: flex;
    line-height: 1.2; }
    .footer-block-20 .footer-lists.contacts li i {
      margin-right: 18px;
      margin-top: 2px; }

.footer-block-30 {
  padding: 70px 0 20px 0 !important; }
  .footer-block-30 img {
    padding: 20px !important; }
  .footer-block-30 p {
    color: #fff;
    padding-bottom: 45px; }
  .footer-block-30 > ul li + li {
    margin-top: 15px; }
  .footer-block-30 > ul li a {
    color: #acacac; }
  .footer-block-30 .headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 500;
    display: none; }
    .footer-block-30 .headings h1, .footer-block-30 .headings h2, .footer-block-30 .headings h3, .footer-block-30 .headings h4, .footer-block-30 .headings h5, .footer-block-30 .headings h6 {
      color: #fff; }
  .footer-block-30 .footer-headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500; }
  .footer-block-30 .d-flex {
    align-items: center; }
  .footer-block-30 .footer-social {
    display: flex;
    line-height: 0; }
    .footer-block-30 .footer-social .footer-social-list {
      padding: 0 15px; }
      .footer-block-30 .footer-social .footer-social-list:first-child {
        padding-left: 0; }
      .footer-block-30 .footer-social .footer-social-list:last-child {
        padding-right: 0; }
      .footer-block-30 .footer-social .footer-social-list a {
        color: white; }
        .footer-block-30 .footer-social .footer-social-list a:hover {
          opacity: 0.6; }
  .footer-block-30 .social ul li a i {
    transition: all 0.4s; }
    .footer-block-30 .social ul li a i:hover {
      background-color: white;
      color: #061a5e; }
  .footer-block-30 .link-btns {
    margin-bottom: -10px; }
    .footer-block-30 .link-btns ul li.buttons {
      padding: 8px 20px;
      border: 1px solid rgba(255, 255, 255, 0.34);
      border-radius: 5px;
      opacity: 0.8;
      margin-right: 8px;
      display: inline-block;
      margin-bottom: 10px; }
      .footer-block-30 .link-btns ul li.buttons:last-child {
        margin-right: 0; }
      .footer-block-30 .link-btns ul li.buttons a {
        text-transform: capitalize;
        color: white; }
      .footer-block-30 .link-btns ul li.buttons:hover {
        opacity: 1; }
    .footer-block-30 .link-btns ul li:nth-child(n + 7) {
      margin-bottom: 0; }
    .footer-block-30 .link-btns ul.links li {
      margin-bottom: 10px; }
    .footer-block-30 .link-btns ul.place li {
      display: flex;
      margin-bottom: 40px; }
  .footer-block-30 .footer-lists.op-text li {
    opacity: 0.8;
    transition: 0.2s; }
    .footer-block-30 .footer-lists.op-text li:hover {
      opacity: 1;
      transition: 0.2s; }
  .footer-block-30 .footer-lists li {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize; }
    .footer-block-30 .footer-lists li a {
      font-weight: 300;
      color: #fff;
      line-height: initial; }
      .footer-block-30 .footer-lists li a:hover {
        color: #fff; }
    .footer-block-30 .footer-lists li:hover a {
      color: #fff; }
  .footer-block-30 .footer-lists.contacts li {
    margin-bottom: 35px;
    display: flex;
    line-height: 1.2; }
    .footer-block-30 .footer-lists.contacts li i {
      margin-right: 18px;
      margin-top: 2px; }

.footer-block-40 {
  padding: 70px 0 20px 0 !important; }
  .footer-block-40 img {
    padding: 20px !important; }
  .footer-block-40 p {
    color: #fff;
    padding-bottom: 45px; }
  .footer-block-40 > ul li + li {
    margin-top: 15px; }
  .footer-block-40 > ul li a {
    color: #acacac; }
  .footer-block-40 .headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 500;
    display: none; }
    .footer-block-40 .headings h1, .footer-block-40 .headings h2, .footer-block-40 .headings h3, .footer-block-40 .headings h4, .footer-block-40 .headings h5, .footer-block-40 .headings h6 {
      color: #fff; }
  .footer-block-40 .footer-headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500; }
  .footer-block-40 .d-flex {
    align-items: center; }
  .footer-block-40 .footer-social {
    display: flex;
    line-height: 0; }
    .footer-block-40 .footer-social .footer-social-list {
      padding: 0 15px; }
      .footer-block-40 .footer-social .footer-social-list:first-child {
        padding-left: 0; }
      .footer-block-40 .footer-social .footer-social-list:last-child {
        padding-right: 0; }
      .footer-block-40 .footer-social .footer-social-list a {
        color: white; }
        .footer-block-40 .footer-social .footer-social-list a:hover {
          opacity: 0.6; }
  .footer-block-40 .social ul li a i {
    transition: all 0.4s; }
    .footer-block-40 .social ul li a i:hover {
      background-color: white;
      color: #061a5e; }
  .footer-block-40 .link-btns {
    margin-bottom: -10px; }
    .footer-block-40 .link-btns ul li.buttons {
      padding: 8px 20px;
      border: 1px solid rgba(255, 255, 255, 0.34);
      border-radius: 5px;
      opacity: 0.8;
      margin-right: 8px;
      display: inline-block;
      margin-bottom: 10px; }
      .footer-block-40 .link-btns ul li.buttons:last-child {
        margin-right: 0; }
      .footer-block-40 .link-btns ul li.buttons a {
        text-transform: capitalize;
        color: white; }
      .footer-block-40 .link-btns ul li.buttons:hover {
        opacity: 1; }
    .footer-block-40 .link-btns ul li:nth-child(n + 7) {
      margin-bottom: 0; }
    .footer-block-40 .link-btns ul.links li {
      margin-bottom: 10px; }
    .footer-block-40 .link-btns ul.place li {
      display: flex;
      margin-bottom: 40px; }
  .footer-block-40 .footer-lists.op-text li {
    opacity: 0.8;
    transition: 0.2s; }
    .footer-block-40 .footer-lists.op-text li:hover {
      opacity: 1;
      transition: 0.2s; }
  .footer-block-40 .footer-lists li {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize; }
    .footer-block-40 .footer-lists li a {
      font-weight: 300;
      color: #fff;
      line-height: initial; }
      .footer-block-40 .footer-lists li a:hover {
        color: #fff; }
    .footer-block-40 .footer-lists li:hover a {
      color: #fff; }
  .footer-block-40 .footer-lists.contacts li {
    margin-bottom: 35px;
    display: flex;
    line-height: 1.2; }
    .footer-block-40 .footer-lists.contacts li i {
      margin-right: 18px;
      margin-top: 2px; }

.animated-bg-ripple-top i {
  background: #fff6f6;
  box-shadow: 0 15px 30px 0 #f3c4c3;
  background: #dddddd;
  top: 0;
  box-shadow: 0 15px 30px 0 #dddddd;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(1.3);
  animation: ripple1 3s linear infinite; }
  .animated-bg-ripple-top i:nth-child(2) {
    animation: ripple2 3s linear infinite; }
  .animated-bg-ripple-top i:nth-child(3) {
    animation: ripple3 3s linear infinite; }

.animated-bg-ripple-bottom i {
  background: #fff6f6;
  box-shadow: 0 15px 30px 0 #f3c4c3;
  background: #dddddd;
  bottom: 0;
  right: 0;
  box-shadow: 0 15px 30px 0 #dddddd;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(1.3);
  animation: ripple1 3s linear infinite; }
  .animated-bg-ripple-bottom i:nth-child(2) {
    animation: ripple2 3s linear infinite; }
  .animated-bg-ripple-bottom i:nth-child(3) {
    animation: ripple3 3s linear infinite; }

.animated-bg-ripple-footer i {
  box-shadow: 0 15px 30px 0 #f3c4c3;
  background: #eeeeee;
  right: 50%;
  bottom: 0;
  top: unset;
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-animation: ripple1 3s linear infinite;
  animation: ripple1 3s linear infinite; }
  .animated-bg-ripple-footer i:nth-child(2) {
    -webkit-animation: ripple2 3s linear infinite;
    animation: ripple2 3s linear infinite; }
  .animated-bg-ripple-footer i:nth-child(3) {
    -webkit-animation: ripple3 3s linear infinite;
    animation: ripple3 3s linear infinite; }

.center-header {
  z-index: 1; }

::selection {
  background-color: var(--primary);
  color: #fff; }

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 14px;
  color: var(--secondary);
  overflow-x: hidden; }
  body.event {
    font-family: "Work Sans", sans-serif; }

h1,
h2 {
  font-family: "Capriola", sans-serif;
  text-transform: capitalize; }

h4,
h5,
li {
  margin-top: 0;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize; }

h2,
h3,
h4,
h5,
h6,
li,
a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: normal; }

h2,
h3,
h4 {
  color: var(--primary); }

h5,
h6,
p {
  color: var(--secondary); }

h1 {
  font-size: calc(22px + (50 - 22) * ((100vw - 300px) / (1920 - 300)));
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: -7px;
  margin-bottom: -20px;
  line-height: 1.4; }
  h1 span.small-text {
    font-size: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #fff; }
  h1 span.bold-text {
    font-weight: 600; }
  h1 span.theme-color {
    color: var(--primary); }

h2 {
  font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1920 - 300)));
  line-height: 0.9; }

h3 {
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -4px;
  margin-bottom: 0; }

h4 {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))); }

h5 {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300))); }

h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -4px;
  margin-bottom: -5px; }

p {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: var(--secondary);
  font-weight: 400;
  margin-top: -7px;
  margin-bottom: -4px;
  line-height: 1.8; }

a {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: var(--secondary); }
  a:hover {
    text-decoration: none;
    cursor: pointer; }
  a:focus {
    outline: none; }

.form-control {
  height: auto; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul li {
    font-size: 14px; }

.custom-scroll ::-webkit-scrollbar {
  width: 8px;
  background-color: #e3e3e3;
  border-radius: 25px; }

.custom-scroll ::-webkit-scrollbar-thumb {
  background-image: linear-gradient(rgba(var(--light), 0.92) 0%, var(--dark) 100%);
  border-radius: 25px; }

.lable-nav {
  background-color: #fff;
  padding: 3px 9px;
  display: inline-block;
  position: absolute;
  top: -4px;
  letter-spacing: 1px;
  font-size: 10px;
  margin-left: 0;
  color: var(--secondary);
  line-height: 1;
  text-transform: capitalize; }
  .lable-nav:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    z-index: -1;
    top: 14px;
    transform: rotate(45deg);
    left: 8px; }

@keyframes scaleDisappear {
  0% {
    opacity: 1;
    transform: scale(1); }
  60% {
    opacity: 0;
    transform: scale(1.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.img-50 {
  height: 50px; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-10 {
  padding-top: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-30 {
  padding-top: 30px; }

.p-t-40 {
  padding-top: 40px; }

.p-t-50 {
  padding-top: 50px; }

.p-t-100 {
  padding-top: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-b-100 {
  padding-bottom: 100px; }

.p-b-150 {
  padding-bottom: 150px; }

.p-b-160 {
  padding-bottom: 160px; }

.p-l-0 {
  padding-left: 0; }

.p-l-20 {
  padding-left: 20px; }

.p-r-0 {
  padding-right: 0 !important; }

.m-r-0 {
  margin-right: 0; }

.m-r-5 {
  margin-right: 5px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-12 {
  margin-right: 12px; }

.m-r-15 {
  margin-right: 15px; }

.m-r-25 {
  margin-right: 25px; }

.m-r-auto {
  margin-right: auto !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-l-5 {
  margin-left: 5px; }

.m-l-15 {
  margin-left: 15px; }

.m-l-24 {
  margin-left: 24px; }

.m-l-30 {
  margin-left: 30px; }

.m-l-auto {
  margin-left: auto; }

.m-t-0 {
  margin-top: 0; }

.m-t-10 {
  margin-top: 10px; }

.m-t-5 {
  margin-top: 5px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-25 {
  margin-top: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-80 {
  margin-bottom: 80px; }

.bottom-0 {
  bottom: 0; }

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.top-0 {
  top: 0; }

.flex-none {
  flex: none; }

.p-light {
  font-weight: 300;
  opacity: 0.9; }

.form-group input,
.form-group textarea {
  font-size: 15px;
  background-color: #f5f5f8;
  border: none;
  width: 100%; }
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none; }
  .form-group input::-webkit-input-placeholder,
  .form-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 500;
    color: rgba(41, 39, 49, 0.302); }
  .form-group input::-moz-placeholder,
  .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 500;
    color: rgba(41, 39, 49, 0.302); }
  .form-group input:-ms-input-placeholder,
  .form-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 500;
    color: rgba(41, 39, 49, 0.302); }
  .form-group input:-moz-placeholder,
  .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 500;
    color: rgba(41, 39, 49, 0.302); }
  .form-group input.radius-0,
  .form-group textarea.radius-0 {
    border-radius: 0; }

.form-group textarea {
  padding: 16px; }

.slick-slider .slick-list {
  margin: 0 -15px; }
  .slick-slider .slick-list .slick-track .slick-slide > div:focus {
    outline: none; }
  .slick-slider .slick-list .slick-track .slick-slide > div > div:focus {
    outline: none; }
  .slick-slider .slick-list .slick-track .slick-slide > div .item {
    outline: none;
    padding: 0 15px; }

.slick-vertical .slick-track {
  height: auto !important; }

.color-variant.slick-slider .slick-list {
  margin: 0; }
  .color-variant.slick-slider .slick-list .slick-track .slick-slide {
    width: auto !important; }

.color-center-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center; }

.color-center-slider .slick-slide {
  float: unset; }

.product-slider .slick-list {
  margin: 0 -15px; }
  .product-slider .slick-list .slick-track .slick-slide > div {
    margin: 0 15px; }

.product-slick.slick-slider .slick-list,
.slider-nav.slick-slider .slick-list,
.product-right-slick.slick-slider .slick-list {
  margin: 0; }
  .product-slick.slick-slider .slick-list .slick-track .slick-slide > div .item,
  .slider-nav.slick-slider .slick-list .slick-track .slick-slide > div .item,
  .product-right-slick.slick-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }

.center-slide .slick-slider .slick-list,
.multiple-carousel .slick-slider .slick-list,
.collection-filter .slick-slider .slick-list {
  margin: 0; }
  .center-slide .slick-slider .slick-list .slick-track .slick-slide > div .item,
  .multiple-carousel .slick-slider .slick-list .slick-track .slick-slide > div .item,
  .collection-filter .slick-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }

.portfolio-slider.slick-slider .slick-list {
  margin: 0; }
  .portfolio-slider.slick-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }

.thumbnail-bottom .slider-nav .slick-slide > div,
.thumbnail-bottom .slider-right-nav .slick-slide > div {
  margin-top: 0 !important; }

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column; }
  .center-content:before {
    margin-left: 2px; }

.text-black {
  color: #000; }

.font-primary {
  color: var(--primary) !important; }

.font-secondary {
  color: var(--secondary) !important; }

.set-abs {
  position: absolute; }

.set-relative {
  position: relative; }

section {
  padding: 100px 0;
  position: relative;
  overflow: hidden; }

.center-text {
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2; }

.text-as-shadow {
  position: absolute;
  font-size: 150px !important;
  opacity: 0.03;
  left: 250px;
  line-height: 1 !important;
  font-weight: 700 !important;
  top: 0; }

.owl-carousel.owl-theme .owl-dots {
  line-height: 0; }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0; }

.menu-on header {
  background-color: var(--light); }

.header .header-text {
  margin-bottom: 45px; }

.header .header-sub-text {
  margin-bottom: 45px; }
  .header .header-sub-text p {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300; }

.cart_qty_cls {
  position: absolute;
  background: #ff4c3b;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  top: -5px;
  right: -3px;
  padding: 3px; }

.title {
  text-align: center;
  margin-bottom: 50px; }
  .title .title-img {
    margin-bottom: 30px; }
  .title .main-title {
    margin-bottom: 25px; }
    .title .main-title h2 {
      line-height: 0.8; }
  .title .sub-title {
    margin-bottom: 0; }
    .title .sub-title.para {
      font-size: 120%; }
  .title.title2 h6.main-text {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px; }
  .title.title2 .para {
    font-size: 128%;
    padding: 0 20px; }
  .title.title2 .borders span {
    display: inline-block;
    position: relative; }
    .title.title2 .borders span:before, .title.title2 .borders span:after {
      content: "";
      position: absolute;
      border-top: 2px solid #f5f5f8;
      width: 85px;
      transform: translate(0, -50%);
      top: 50%; }
    .title.title2 .borders span:before {
      right: 100%;
      margin-right: 15px; }
    .title.title2 .borders span:after {
      left: 100%;
      margin-left: 15px; }
  .title.title3 .main-title {
    margin-bottom: 30px;
    font-weight: 700; }
    .title.title3 .main-title span {
      color: var(--primary); }
  .title.title3 .sub-title {
    font-weight: 300; }
    .title.title3 .sub-title span {
      font-weight: 600; }

.borders-before {
  margin-left: 60px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  .borders-before span {
    display: inline-block;
    position: relative; }
    .borders-before span:before {
      content: "";
      position: absolute;
      border-top: 2px solid #f5f5f8;
      width: 46px;
      transform: translate(0, -50%);
      top: 50%; }
    .borders-before span:before {
      right: 100%;
      margin-right: 15px; }
    .borders-before span.color-white:before {
      border-top: 2px solid #fff; }

.bg-theme {
  background: linear-gradient(var(--light), var(--dark)); }

.center-abs {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.shadow {
  box-shadow: 0 4px 8px 1px #e2e2e2; }

.link-horizontal ul {
  display: flex; }
  .link-horizontal ul li {
    padding-right: 35px; }
    .link-horizontal ul li.borders-right {
      border-right: 1px solid #fff;
      height: 52px;
      margin-right: 35px;
      box-shadow: 0 0 10px 0 white;
      opacity: 0.7; }
    .link-horizontal ul li:last-child {
      padding-right: 0; }
    .link-horizontal ul li a {
      background-color: transparent; }
      .link-horizontal ul li a.icon-btn i {
        font-size: 27px;
        height: 58px;
        width: 58px;
        color: var(--primary);
        display: flex;
        border: 2px solid #fff;
        background-color: #fff;
        border-radius: 50%;
        margin-bottom: 10px;
        transition: all 500ms;
        background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--primary) 50%, var(--primary) 100%);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 90px 180px; }
      .link-horizontal ul li a.icon-btn:hover i {
        color: #fff;
        background-position: 0 -90px; }

.btn-default {
  padding: 14px 35px;
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  border: 2px solid;
  text-transform: capitalize;
  border-radius: 50px;
  color: #fff !important;
  transition: 0.5s;
  letter-spacing: 0; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    transition: 0.5s;
    background-color: #fff;
    border: 2px solid var(--primary);
    color: var(--primary) !important; }
  .btn-default:focus {
    box-shadow: none; }
  .btn-default.primary-btn {
    border: 1px solid white;
    background-color: var(--primary); }
    .btn-default.primary-btn.transparent {
      background-color: transparent; }
    .btn-default.primary-btn:hover, .btn-default.primary-btn:focus, .btn-default.primary-btn:active {
      background-color: #fff;
      color: var(--primary) !important;
      border: 1px solid var(--primary); }
  .btn-default.btn-white {
    transition: 0.5s;
    background-color: #fff;
    border: 2px solid var(--primary);
    color: var(--primary) !important; }
    .btn-default.btn-white:hover, .btn-default.btn-white:focus, .btn-default.btn-white:active {
      transition: 0.5s;
      background-color: var(--primary);
      color: #fff !important;
      border: 2px solid #fff; }
    .btn-default.btn-white.border-not {
      border: none; }
  .btn-default .btn-custom:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .btn-default.btn-gradient {
    border: transparent;
    position: relative;
    background-color: var(--dark);
    background-image: linear-gradient(var(--light), var(--dark));
    background-image: -webkit-gradient(linear, left top, right top, from(var(--light)), color-stop(var(--dark)), color-stop(var(--dark)), to(var(--light)));
    background-image: linear-gradient(to right, var(--light), var(--dark), var(--dark), var(--light));
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%; }
    .btn-default.btn-gradient:hover, .btn-default.btn-gradient:focus, .btn-default.btn-gradient:active {
      transition: all 0.4s ease-in-out;
      color: #fff !important;
      background-position: 100% 0; }

.overflow-hide {
  overflow: hidden; }

.swiper-container {
  width: 100%; }
  .swiper-container .swiper-wrapper .slick-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }
    .swiper-container .swiper-wrapper .slick-slider .slick-list .slick-track .slick-slide > div .item img {
      opacity: 0.5;
      transform: scale(0.8); }
  .swiper-container .swiper-wrapper .slick-slider .slick-list .slick-track .slick-slide img {
    margin: 0 auto; }
  .swiper-container .swiper-wrapper .slick-slider .slick-list .slick-track .slick-slide.slick-center > div .item img {
    opacity: 1;
    transform: scale(1); }

.img-container {
  position: relative;
  display: inline-block; }

.overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(var(--dark), var(--light));
  opacity: 0.5; }
  .overlay.reversae {
    background-image: linear-gradient(var(--light), var(--dark)); }

.list ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  .list ul li {
    padding: 0 30px 10px 30px;
    text-transform: uppercase; }
    .list ul li a.active {
      color: var(--primary); }
    .list ul li:first-child {
      padding-left: 0; }
    .list ul li:last-child {
      padding-right: 0; }

.socials-lists ul.socials-horizontal {
  display: flex; }

.socials-lists ul.socials-verticle {
  display: inline-block; }

.socials-lists ul li {
  padding: 0 4px; }
  .socials-lists ul li a {
    display: inline-block; }
    .socials-lists ul li a i {
      height: 50px;
      width: 50px;
      background-color: var(--primary);
      border-radius: 50px;
      display: flex;
      font-size: 20px;
      color: #fff;
      transition: all 800ms;
      border: 2px solid #fff;
      background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 90px 180px; }
    .socials-lists ul li a:hover i {
      background-position: 0 -90px;
      background-color: #fff;
      color: var(--primary);
      border: 1px solid var(--primary); }

.text-hash {
  color: #bebebe;
  letter-spacing: 5px; }

/**************************
 2. brand css start
*************************/
.brand-sliders .brand-slider .item a {
  transition: 0.5s; }
  .brand-sliders .brand-slider .item a img {
    filter: brightness(0);
    width: 118px; }
    .brand-sliders .brand-slider .item a img.wedding-brand {
      filter: grayscale(100); }
  .brand-sliders .brand-slider .item a:hover {
    transition: 0.5s; }
    .brand-sliders .brand-slider .item a:hover img {
      filter: unset; }

/**************************
  brand css end
*************************/
/**************************
 3. team css start
*************************/
.team-section .border-around {
  border: 13px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 30px #e2e2e2;
  height: 150px;
  width: 150px; }

.team-section .team {
  height: 135px;
  width: 135px; }

.team-section .teams .our-team .overlay-team {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 1s; }
  .team-section .teams .our-team .overlay-team img {
    transition: all 1s;
    opacity: 0;
    transform: translateY(20px); }

.team-section .teams .our-team .borders {
  border-right: 2px dashed black;
  height: 110px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 1s; }

.team-section .teams .our-team .set-relative.set-border {
  padding-bottom: 110px; }

.team-section .teams .our-team .employee {
  margin-top: 15px;
  text-align: center; }
  .team-section .teams .our-team .employee h6 {
    line-height: 30px;
    transition: all 1s;
    color: var(--secondary); }
  .team-section .teams .our-team .employee .e-name {
    color: var(--secondary);
    text-transform: uppercase;
    margin-bottom: 5px; }

.team-section .teams .our-team:hover .overlay-team {
  transition: all 1s;
  bottom: 8px; }
  .team-section .teams .our-team:hover .overlay-team img {
    transition: all 1s;
    opacity: 1;
    transform: none; }

.team-section .teams .our-team:hover .borders {
  transition: all 1s;
  border-right: 2px dashed var(--primary); }

.team-section .teams .our-team:hover h6,
.team-section .teams .our-team:hover .e-name {
  transition: all 1s;
  color: var(--primary); }

.team-section .teams:nth-child(even) {
  margin-top: 40px; }

.team-section .teams:nth-child(odd) {
  margin-top: 5px; }

.team-section.breadcrumb-team .teams:nth-child(odd) {
  margin-top: 0; }

/**************************
 team css end
 *************************/
/**************************
  4. pricing css start
*************************/
.pricing .pricing-slider.price-margin {
  margin: -9px 0 -5px 0; }
  .pricing .pricing-slider.price-margin .slick-list .slick-track .slick-slide > div .item {
    padding: 10px 15px 0; }
    .pricing .pricing-slider.price-margin .slick-list .slick-track .slick-slide > div .item:focus {
      outline: none; }

.pricing .btn-default {
  padding: 16px 40px;
  border-radius: 50px; }

.pricing .set-border {
  background: #f1f1f1;
  margin: 30px 80px; }

.pricing .price-container.bg-white {
  background: #fff; }

.pricing .price-container.shadows {
  filter: drop-shadow(0 0 6px #efecec);
  border-radius: 20px;
  background: #fff;
  border: none;
  overflow: hidden; }

.pricing .price-container .service-feature {
  padding: 50px 0 50px 0;
  background-image: linear-gradient(var(--light), var(--dark)); }
  .pricing .price-container .service-feature.bg-white {
    background: #fff; }
  .pricing .price-container .service-feature .price-feature {
    text-transform: uppercase;
    color: #fff; }
    .pricing .price-container .service-feature .price-feature:last-child {
      margin-bottom: 0; }

.pricing .price-container .price-features {
  margin-bottom: 35px; }
  .pricing .price-container .price-features .price-feature {
    color: #888787;
    margin-bottom: 15px; }
    .pricing .price-container .price-features .price-feature.font-primary {
      color: var(--primary); }
    .pricing .price-container .price-features .price-feature:last-child {
      margin-bottom: 0; }
  .pricing .price-container .price-features:last-child {
    margin-bottom: 0; }

.pricing .price-container .feature-icon {
  width: auto !important;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  margin-top: -12px; }
  .pricing .price-container .feature-icon:before {
    font-size: 55px; }

.pricing .price-container .price-feature-container {
  padding: 30px 0 100px 0; }
  .pricing .price-container .price-feature-container .feature-text {
    padding: 0 30px; }
    .pricing .price-container .price-feature-container .feature-text h3 {
      font-weight: 700;
      text-transform: uppercase; }
    .pricing .price-container .price-feature-container .feature-text hr {
      margin-bottom: 2rem;
      margin-top: 1.6rem;
      border-top: 1px solid #f4f4f4; }
    .pricing .price-container .price-feature-container .feature-text .feature-text-heading.bold {
      font-weight: 700; }
  .pricing .price-container .price-feature-container .price-value {
    margin-bottom: 30px; }
    .pricing .price-container .price-feature-container .price-value .price {
      font-size: calc(22px + (55 - 22) * ((100vw - 300px) / (1920 - 300)));
      margin: -22px 0 -15px;
      font-weight: 600; }
      .pricing .price-container .price-feature-container .price-value .price .large {
        color: var(--primary);
        font-size: 55px;
        font-weight: 400; }
        .pricing .price-container .price-feature-container .price-value .price .large.font-primary {
          color: var(--primary); }
  .pricing .price-container .price-feature-container .set-abs {
    z-index: -1;
    width: 100%; }
    .pricing .price-container .price-feature-container .set-abs img.pricing-img {
      width: 100% !important; }

.pricing .price-container.hover-overlay:hover {
  background: url("/assets/images/gym/price.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .pricing .price-container.hover-overlay:hover .font-primary {
    color: #fff; }
  .pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .feature-icon {
    color: #fff; }
  .pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .feature-text-heading {
    color: #fff; }
  .pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .set-border {
    color: #fff; }
  .pricing .price-container.hover-overlay:hover .price-feature-container .price-features .price-feature {
    color: #fff; }
  .pricing .price-container.hover-overlay:hover .price-feature-container .price-value .price {
    color: #fff; }
  .pricing .price-container.hover-overlay:hover .price-feature-container .price-value .large {
    color: #fff; }

.pricing.yoga .pricing-slider .slick-list .slick-track .slick-slide.slick-center.slick-active .price-container, .pricing.saas2 .pricing-slider .slick-list .slick-track .slick-slide.slick-center.slick-active .price-container {
  filter: drop-shadow(0 0 6px #efecec);
  opacity: 1;
  transform: scale(1.1);
  transition: 0.5s; }

.pricing.yoga .pricing-slider .slick-dots li, .pricing.saas2 .pricing-slider .slick-dots li {
  margin-top: 40px !important;
  line-height: 1;
  width: auto;
  height: auto; }
  .pricing.yoga .pricing-slider .slick-dots li button, .pricing.saas2 .pricing-slider .slick-dots li button {
    background-image: linear-gradient(var(--light), var(--dark));
    width: 10px;
    height: 10px;
    border-radius: 100%;
    padding: 0; }
    .pricing.yoga .pricing-slider .slick-dots li button:before, .pricing.saas2 .pricing-slider .slick-dots li button:before {
      display: none; }
  .pricing.yoga .pricing-slider .slick-dots li.slick-active button, .pricing.saas2 .pricing-slider .slick-dots li.slick-active button {
    transform: scale(1.4); }

.pricing.yoga .price-margin .price-container, .pricing.saas2 .price-margin .price-container {
  margin: 35px 25px; }

.pricing.yoga .price-container, .pricing.saas2 .price-container {
  filter: grayscale(100%) drop-shadow(0 0 6px #efecec);
  opacity: 0.6;
  border-radius: 10px; }
  .pricing.yoga .price-container .btn-default, .pricing.saas2 .price-container .btn-default {
    padding: 14px 46px; }
  .pricing.yoga .price-container .service-feature, .pricing.saas2 .price-container .service-feature {
    padding: 0;
    background-image: unset; }
    .pricing.yoga .price-container .service-feature .image-top, .pricing.saas2 .price-container .service-feature .image-top {
      width: 80%;
      margin-left: auto; }
    .pricing.yoga .price-container .service-feature .feature-text, .pricing.saas2 .price-container .service-feature .feature-text {
      position: relative; }
      .pricing.yoga .price-container .service-feature .feature-text .feature-text-heading, .pricing.saas2 .price-container .service-feature .feature-text .feature-text-heading {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        transform: translate(0, -30%); }
  .pricing.yoga .price-container .price-feature-container, .pricing.saas2 .price-container .price-feature-container {
    padding: 0 0 40px 0; }
    .pricing.yoga .price-container .price-feature-container .price-feature,
    .pricing.yoga .price-container .price-feature-container .price, .pricing.saas2 .price-container .price-feature-container .price-feature,
    .pricing.saas2 .price-container .price-feature-container .price {
      color: #535e72; }
    .pricing.yoga .price-container .price-feature-container .price-value .price, .pricing.saas2 .price-container .price-feature-container .price-value .price {
      font-size: initial; }
      .pricing.yoga .price-container .price-feature-container .price-value .price .large, .pricing.saas2 .price-container .price-feature-container .price-value .price .large {
        font-size: 42px;
        font-weight: 600;
        background: -webkit-linear-gradient(var(--light), var(--dark));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

.pricing.saas2 .price-container .price-feature-container {
  margin-top: -20px; }

.pricing.saas2 .pricing-slider.price-margin .slick-list .slick-track .slick-slide > div .item {
  padding: 0; }

.pricing.app2 .price-container .price-feature-container {
  padding: 50px 0 50px 0; }

.pricing.app2 .price-container.shadows {
  border-radius: 15px; }

.pricing.app2 .pricing-slider {
  margin-top: -5px; }

.pricing.app2.bg-light-inner .pricing-slider {
  margin-top: -10px; }

.pricing.agency .price-container .price-feature-container, .pricing.event .price-container .price-feature-container, .pricing.gym .price-container .price-feature-container, .pricing.resume .price-container .price-feature-container {
  padding: 50px 0 50px 0; }
  .pricing.agency .price-container .price-feature-container .price-value .price, .pricing.event .price-container .price-feature-container .price-value .price, .pricing.gym .price-container .price-feature-container .price-value .price, .pricing.resume .price-container .price-feature-container .price-value .price {
    font-size: initial;
    font-weight: 500; }

.pricing.agency .price-container .price-features .price-feature, .pricing.event .price-container .price-features .price-feature, .pricing.gym .price-container .price-features .price-feature, .pricing.resume .price-container .price-features .price-feature {
  color: #464545;
  margin-bottom: 15px; }

.pricing.agency .set-border, .pricing.event .set-border, .pricing.gym .set-border, .pricing.resume .set-border {
  margin: 20px 70px 55px 70px; }

.pricing.resume .price-container .price-features .price-feature {
  color: #888787; }

.pricing.event .price-container.shadows, .pricing.resume .price-container.shadows {
  filter: unset;
  border-radius: 15px; }

.pricing.event .btn-default, .pricing.resume .btn-default {
  padding: 13px 33px;
  background-color: var(--primary); }
  .pricing.event .btn-default:hover, .pricing.resume .btn-default:hover {
    transition: all 0.3s ease;
    background-color: #fff; }

.pricing.gym .price-container.shadows {
  border-radius: 4px; }

.pricing.gym .price-container .price-features .price-feature {
  color: #888787;
  margin-bottom: 20px; }

.pricing.wedding .price-container.shadows {
  border-radius: 0; }

.pricing.wedding .price-container .price-feature-container {
  padding: 50px 0 50px 0; }
  .pricing.wedding .price-container .price-feature-container .price-value .price {
    font-size: initial;
    margin: 0; }

.pricing.wedding .set-border {
  background: #ffe3a9;
  margin: 20px 0 40px 0; }

.pricing.yoga .animated-bg i {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50%; }

/**************************
  pricing css end
*************************/
/**************************
 5. screenshot section start
*************************/
.screenshot .container {
  margin-bottom: 10px; }

.screenshot .owl-theme.screenshot-slider .owl-dots {
  margin-top: 60px; }
  .screenshot .owl-theme.screenshot-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 5px;
    margin-bottom: 0; }
  .screenshot .owl-theme.screenshot-slider .owl-dots .owl-dot.active span {
    width: 39px;
    height: 5px;
    background: var(--primary);
    box-shadow: 0 0 4px 1px #e2e2e2; }
  .screenshot .owl-theme.screenshot-slider .owl-dots .owl-dot:hover span {
    background: var(--primary);
    box-shadow: 0 0 4px 1px #e2e2e2; }

.screenshot.app1 .swiper-container {
  margin-top: -6px;
  margin-bottom: -16px; }

/**************************
screenshot section end
  *************************/
/**************************
 6. download section start
  *************************/
.download .center-mobile {
  margin-top: -52px;
  margin-bottom: -80px;
  min-height: 580px; }

.download .download-img {
  display: flex; }
  .download .download-img .download-icon {
    position: relative;
    z-index: 9;
    box-shadow: 5px 8.66px 30px 0 #c2c2c2; }
  .download .download-img .download-center h5 {
    color: var(--primary);
    text-transform: capitalize;
    margin-bottom: 0; }
  .download .download-img .elipse img {
    animation: movebounce 5s linear infinite; }
  .download .download-img .center-img-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.download .information p {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 45px;
  margin-bottom: 50px;
  letter-spacing: 0; }

/**************************
download section end
*************************/
/**************************
 7. about section start
*************************/
.about {
  position: relative;
  overflow: hidden; }
  .about.app1 h3 {
    font-size: calc(20px + (45 - 20) * ((100vw - 300px) / (1920 - 300)));
    line-height: 45px;
    margin-bottom: 14px; }
  .about.app1 .counters {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    .about.app1 .counters:nth-child(even) {
      border-right: none; }
    .about.app1 .counters:nth-child(n + 3) {
      border-bottom: none; }
    .about.app1 .counters img {
      margin-bottom: 36px; }
    .about.app1 .counters .abouts {
      padding: 80px 0;
      text-align: center; }
  .about.app1 .mobile {
    right: 10%; }
    .about.app1 .mobile.mobile-img {
      z-index: 3; }
      .about.app1 .mobile.mobile-img .mobile-screen {
        height: 800px; }
    .about.app1 .mobile.rectangle {
      right: -4%;
      animation: movebounce 15s linear infinite;
      z-index: -1; }
      .about.app1 .mobile.rectangle.r-2 {
        animation: movebounce 20s linear infinite;
        right: -2%; }
    .about.app1 .mobile.galaxy {
      top: 2%;
      right: -15%;
      z-index: 5; }
  .about.event h4 {
    color: #fff; }
  .about.event p {
    color: #fff; }
  .about.event .announcer-img {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    margin-bottom: 40px; }
    .about.event .announcer-img img {
      border-radius: 15px;
      overflow: hidden; }
      .about.event .announcer-img img:nth-child(3) {
        position: relative;
        z-index: 3; }
      .about.event .announcer-img img:nth-child(2) {
        position: absolute;
        top: 0;
        transform: translate(-20px, 20px);
        opacity: 0.3; }
      .about.event .announcer-img img:nth-child(1) {
        z-index: 1;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-40px, 40px);
        opacity: 0.2; }

.about-detail .about-font-header {
  margin-top: -14px; }

.about-detail .about-para {
  margin-bottom: -5px !important; }

/**************************
 about section end
*************************/
/**************************
 8. format section start
*************************/
.format .logo {
  padding-bottom: 28px; }

.format .set-border {
  border-bottom: 2px solid var(--primary);
  width: 15px;
  margin-bottom: 30px;
  margin-left: 75px;
  display: inline-block;
  position: relative; }
  .format .set-border:before, .format .set-border:after {
    content: "";
    border-bottom: 2px solid var(--primary);
    position: absolute; }
  .format .set-border:before {
    width: 65px;
    right: 100%;
    margin-right: 10px; }
  .format .set-border:after {
    left: 100%;
    width: 5px;
    margin-left: 10px; }

.format .about-icon {
  margin-bottom: 0; }
  .format .about-icon:first-child {
    margin-left: 0; }
  .format .about-icon:last-child {
    margin-right: 0; }
  .format .about-icon .quality {
    color: var(--secondary);
    margin-bottom: 10px; }
  .format .about-icon .users {
    font-weight: 600;
    color: var(--primary);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0; }

.format .format-small-text {
  margin-bottom: 0; }

.format .format-head-text {
  margin-bottom: 50px; }
  .format .format-head-text .about-font-header {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300))); }

.format .format-sub-text {
  margin-bottom: 35px; }
  .format .format-sub-text .sub-heading {
    margin-bottom: 20px; }
  .format .format-sub-text .about-para {
    margin-bottom: 30px;
    letter-spacing: 0; }
    .format .format-sub-text .about-para:last-child {
      margin-bottom: 0; }

.icon-collection {
  display: flex; }
  .icon-collection .about-icon {
    margin: 0 18px;
    filter: drop-shadow(0 0 10px #eee);
    border-radius: 20px;
    background-color: #fff;
    transition: 0.5s; }
    .icon-collection .about-icon a {
      padding: 18px 20px; }
    .icon-collection .about-icon:hover {
      transition: 0.5s;
      background-color: var(--primary); }
      .icon-collection .about-icon:hover a h5,
      .icon-collection .about-icon:hover a h6,
      .icon-collection .about-icon:hover a h4 {
        color: #fff;
        transition: 0.5s; }

/**************************
 format section end
*************************/
/**************************
 9. service section start
*************************/
.services .service {
  padding: 60px 25px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 10px 5px rgba(253, 248, 247, 0.69);
  border-radius: 10px;
  transition: all 1s;
  text-align: center; }
  .services .service:hover .img-block {
    animation: scaleDisappear 0.3s; }
  .services .service.service-overlay:hover {
    transition: all 1s;
    background: linear-gradient(var(--light), var(--dark));
    border-radius: 10px;
    box-shadow: 0 5px 20px #e2e2e2; }
    .services .service.service-overlay:hover img {
      filter: brightness(0) invert(1); }
    .services .service.service-overlay:hover .service-feature .feature-text,
    .services .service.service-overlay:hover .service-feature p {
      color: #fff; }
  .services .service .img-block {
    transition: all 0.5s;
    margin-bottom: 15px; }
  .services .service .service-feature .feature-text {
    margin-bottom: 22px; }

.services .service-border {
  position: relative; }
  .services .service-border:before, .services .service-border:after {
    content: "";
    position: absolute; }
  .services .service-border:first-child:before {
    border-bottom: 2px solid #f8f8f8;
    width: 210px;
    right: 0;
    bottom: 0; }
  .services .service-border:first-child:after {
    border-right: 2px solid #f8f8f8;
    height: 210px;
    right: 0;
    bottom: 0; }
  .services .service-border:nth-child(2):before {
    border-bottom: 2px solid #f8f8f8;
    width: 210px;
    left: 0;
    bottom: 0; }
  .services .service-border:nth-child(3):after {
    border-right: 2px solid #f8f8f8;
    height: 210px;
    right: 0;
    top: 0; }

.services.app2 .service-container:hover .service {
  background-color: #fff6f6; }

.services.app2 .service-container:nth-child(n + 5) .service {
  border: 1px solid #f7f7f7;
  margin-bottom: 0; }

.services.app2 .service-container .service {
  margin-bottom: 30px;
  border-radius: 15px; }
  .services.app2 .service-container .service .feature-text {
    color: var(--secondary);
    letter-spacing: 0; }
  .services.app2 .service-container .service p {
    letter-spacing: 0; }

.services.resume .container {
  margin-bottom: -25px; }
  .services.resume .container .service {
    margin-bottom: 25px; }

.inner-service section {
  padding-top: 0; }

/**************************
 service section end
*************************/
/**************************
 10. subscribe section start
*************************/
.subscribe .button-primary {
  top: 0;
  right: 2%;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%; }
  .subscribe .button-primary button {
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    padding: 20px 55px;
    font-weight: 200;
    border-radius: 34px;
    letter-spacing: 3px; }

.subscribe .form-group {
  width: 100%;
  font-size: 18px;
  margin-bottom: 0; }
  .subscribe .form-group input,
  .subscribe .form-group textarea {
    background-color: #fff;
    padding: 30px 35% 30px 35px;
    height: auto;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    font-size: 18px;
    box-shadow: none;
    margin: 0; }
    .subscribe .form-group input::-webkit-input-placeholder,
    .subscribe .form-group textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #7b7b7c;
      opacity: 0.5; }
    .subscribe .form-group input::-moz-placeholder,
    .subscribe .form-group textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #7b7b7c;
      opacity: 0.5; }
    .subscribe .form-group input:-ms-input-placeholder,
    .subscribe .form-group textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #7b7b7c;
      opacity: 0.5; }
    .subscribe .form-group input:-moz-placeholder,
    .subscribe .form-group textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #7b7b7c;
      opacity: 0.5; }
  .subscribe .form-group .flex {
    position: relative; }

.subscribe.app1 {
  background: url("/assets/images/app_landing1/subscribe/subscribe.png"); }
  .subscribe.app1 .button-primary {
    right: 4%; }
  .subscribe.app1.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.subscribe.subscribe-2 .form-group .icon {
  font-size: 30px;
  color: var(--primary);
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%); }

.subscribe.subscribe-2 .form-group input {
  padding-left: 110px; }
  .subscribe.subscribe-2 .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--primary);
    opacity: 0.5; }
  .subscribe.subscribe-2 .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--primary);
    opacity: 0.5; }
  .subscribe.subscribe-2 .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--primary);
    opacity: 0.5; }
  .subscribe.subscribe-2 .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--primary);
    opacity: 0.5; }

.subscribe.subscribe-2 .form-group .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px; }

.subscribe.music .subscribe-title {
  padding: 0 40px;
  text-align: center; }
  .subscribe.music .subscribe-title .subscribe-main {
    margin-bottom: 15px;
    text-transform: none;
    line-height: normal; }
  .subscribe.music .subscribe-title .subscribe-sub {
    margin-bottom: 25px; }

.subscribe.yoga .subscribe-head, .subscribe.resume .subscribe-head {
  margin-top: -12px;
  margin-bottom: 20px;
  font-size: calc(18px + (35 - 18) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400; }

.subscribe.yoga .subscribe-sub-head, .subscribe.resume .subscribe-sub-head {
  font-size: calc(13px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
  max-width: 560px;
  line-height: 1.8;
  margin: 0 auto; }

.subscribe.event .form-group input, .subscribe.wedding .form-group input, .subscribe.yoga .form-group input {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300))); }
  .subscribe.event .form-group input::placeholder, .subscribe.wedding .form-group input::placeholder, .subscribe.yoga .form-group input::placeholder {
    font-family: work-sans, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px; }
  .subscribe.event .form-group input::-webkit-input-placeholder, .subscribe.wedding .form-group input::-webkit-input-placeholder, .subscribe.yoga .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(73, 80, 87, 0.7); }
  .subscribe.event .form-group input::-moz-placeholder, .subscribe.wedding .form-group input::-moz-placeholder, .subscribe.yoga .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(73, 80, 87, 0.7); }
  .subscribe.event .form-group input:-ms-input-placeholder, .subscribe.wedding .form-group input:-ms-input-placeholder, .subscribe.yoga .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(73, 80, 87, 0.7); }
  .subscribe.event .form-group input:-moz-placeholder, .subscribe.wedding .form-group input:-moz-placeholder, .subscribe.yoga .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(73, 80, 87, 0.7); }

.subscribe.event .button-primary button, .subscribe.wedding .button-primary button, .subscribe.yoga .button-primary button {
  letter-spacing: 0;
  font-weight: 500; }

.subscribe.resume .button-primary button {
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 34px; }

.subscribe.yoga .button-primary {
  right: 28px; }

.subscribe.wedding .button-primary button {
  margin-right: 10px; }

/**************************
 subscribe section end
*************************/
/**************************
 11. navigations section start
*************************/
body.menu-on:before {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100vh;
  width: 100vw;
  z-index: 1; }

.dropdown-sec .dropdown,
.dropdown-sec .dropdown-submenu {
  display: inline-block; }

.dropdown-sec a {
  text-transform: capitalize; }

.dropdown-sec .menu-head {
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px !important; }
  .dropdown-sec .menu-head:hover {
    color: unset; }

.dropdown-sec .right-border {
  border-right: 1px solid #eeeeee; }

.dropdown-sec ul {
  min-width: 230px; }
  .dropdown-sec ul a.menu-item {
    transition: 0.6s;
    color: #808080;
    font-weight: 400; }

.dropdown-sec .drop-down-design {
  margin-top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.dropdown-sec .dropdown-content.dropdown-size {
  min-width: 1020px; }

.dropdown-sec .dropdown-content ul {
  width: 100%; }

.dropdown-sec .dropdown-submenu {
  position: relative; }
  .dropdown-sec .dropdown-submenu .dropdown-menu {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 100%;
    margin-top: -1px; }

.dropbtn > i {
  margin-left: 10px; }

/**************************
 navigation section end
*************************/
/**************************
 12. copyright section start
*************************/
.copyright {
  padding: 18px 0;
  background: var(--primary); }
  .copyright .copyright-text {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2; }
    .copyright .copyright-text.op-text {
      opacity: 0.5; }
    .copyright .copyright-text.center-c-t {
      display: flex;
      align-items: center;
      height: 100%; }
  .copyright .fa-heart {
    color: #fb3b64; }
  .copyright .link-horizontal ul li {
    padding-right: 30px; }
    .copyright .link-horizontal ul li a {
      transition: 0.5s;
      color: #fff; }
      .copyright .link-horizontal ul li a.op-text {
        transition: 0.5s; }
        .copyright .link-horizontal ul li a.op-text:hover {
          transition: 0.5s;
          opacity: 1; }
      .copyright .link-horizontal ul li a:hover {
        transition: 0.5s;
        opacity: 0.5; }
    .copyright .link-horizontal ul li:last-child {
      padding-right: 0; }
  .copyright.app2 {
    background: #f0665f; }
    .copyright.app2 .copyright-text {
      font-weight: 300;
      letter-spacing: 1px; }
  .copyright.agency {
    background: #1e347c; }
    .copyright.agency.inner-page {
      background: #0c0c0c; }
  .copyright.event {
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 5;
    padding: 15px; }
    .copyright.event .link-horizontal ul li a i {
      font-size: 20px;
      color: #fff; }
  .copyright.wedding {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px; }
    .copyright.wedding .link-horizontal a i {
      font-size: 20px; }
    .copyright.wedding .link-horizontal ul.link li a {
      text-transform: uppercase;
      transition: 0.5s; }
      .copyright.wedding .link-horizontal ul.link li a:hover {
        transition: 0.5s;
        opacity: 1;
        color: var(--light); }
    .copyright.wedding .copyright-text {
      font-weight: 500; }
  .copyright.yoga, .copyright.resume, .copyright.creative {
    padding: 40px 0; }
    .copyright.yoga hr, .copyright.resume hr, .copyright.creative hr {
      margin-top: 40px;
      margin-bottom: 40px;
      background: #fff; }
    .copyright.yoga .link-horizontal ul li, .copyright.resume .link-horizontal ul li, .copyright.creative .link-horizontal ul li {
      text-transform: uppercase; }
    .copyright.yoga .link-horizontal.social-link, .copyright.resume .link-horizontal.social-link, .copyright.creative .link-horizontal.social-link {
      margin-bottom: 20px; }
      .copyright.yoga .link-horizontal.social-link ul li, .copyright.resume .link-horizontal.social-link ul li, .copyright.creative .link-horizontal.social-link ul li {
        padding-right: 45px; }
        .copyright.yoga .link-horizontal.social-link ul li:last-child, .copyright.resume .link-horizontal.social-link ul li:last-child, .copyright.creative .link-horizontal.social-link ul li:last-child {
          padding-right: 0; }
        .copyright.yoga .link-horizontal.social-link ul li a i, .copyright.resume .link-horizontal.social-link ul li a i, .copyright.creative .link-horizontal.social-link ul li a i {
          font-size: 20px;
          color: #fff; }
  .copyright.resume {
    background: #f5f5f8; }
    .copyright.resume .link-horizontal ul li {
      text-transform: uppercase; }
      .copyright.resume .link-horizontal ul li a {
        color: var(--primary);
        font-weight: 500; }
    .copyright.resume .link-horizontal.social-link ul li a i {
      color: var(--primary); }
    .copyright.resume .copyright-text {
      color: #989a9f;
      font-weight: 500; }
  .copyright.gym {
    background: #0c0c0c; }
  .copyright.music {
    background: #0c0c0c; }
  .copyright.saas1 {
    background: #061625; }
  .copyright.wedding {
    padding: 38px 0;
    background: #fff; }
    .copyright.wedding .link-horizontal ul li a {
      color: var(--primary); }
  .copyright.light.event {
    background: rgba(0, 0, 0, 0.56); }

/**************************
 copyright section end
*************************/
/**************************
 13. header section start
*************************/
header.saas1 nav .main-menu li > a > span {
  text-transform: uppercase; }

.header {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden; }
  .header .center-text {
    height: calc(100vh - 83px);
    margin-top: 83px; }
  .header.wedding .center-text {
    height: calc(100vh - 68px);
    margin-top: 68px; }
  .header.yoga .center-text {
    height: calc(100vh - 63px);
    margin-top: 63px; }
  .header.overflow-unset {
    overflow: unset; }
  .header .header-top-line {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 300; }
  .header .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh; }
    .header .bg.app1-header {
      background-image: url("/assets/images/app_landing1/header-1-bg.png");
      overflow: hidden; }
    .header .bg.app2-header {
      background-image: linear-gradient(var(--dark), var(--light)); }
      .header .bg.app2-header .header-text {
        padding-bottom: 20px;
        position: relative; }
        .header .bg.app2-header .header-text h1:before {
          content: "";
          border-bottom: 3px solid #fff;
          width: 90px;
          position: absolute;
          bottom: 0; }
      .header .bg.app2-header .transparent-img {
        background-image: url("/assets/images/app_landing2/h2-bg.png"); }
    .header .bg.header3 {
      background-image: url("/assets/images/event/event_slider.jpg");
      background-attachment: fixed;
      background-position: 0 0;
      background-repeat: repeat;
      animation: slide 50s linear infinite;
      will-change: background-position;
      background-size: auto; }

@-webkit-keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -4000px 0; } }
      .header .bg.header3::before {
        content: "";
        background-image: linear-gradient(var(--light), var(--dark));
        opacity: 0.9;
        height: 100%;
        width: 100%;
        position: absolute; }
    .header .bg.header4 {
      background-image: url("/assets/images/hedaer-images/h3-bg.jpg"); }
    .header .bg.gym-header {
      background-image: url("/assets/images/gym/header.jpg");
      background-position: top; }
      .header .bg.gym-header h1 {
        text-align: center;
        text-transform: uppercase;
        font-style: italic; }
      .header .bg.gym-header .header-sub-text {
        padding: 0 85px; }
        .header .bg.gym-header .header-sub-text p {
          padding: 0 95px; }
    .header .bg.music-bg {
      background-image: url("/assets/images/music/slider.jpg");
      background-attachment: fixed; }
    .header .bg.resume {
      background-image: url("/assets/images/resume/h7-bg-text.png");
      background-size: contain; }
    .header .bg.saas1-header {
      background-image: url("/assets/images/saas1/slider-banner.jpg"); }
    .header .bg.saas2-bg {
      background-image: url("/assets/images/saas2/slider.png"); }
    .header .bg.yogas {
      background-image: url("/assets/images/yoga-img/Layer-8.png"); }
    .header .bg.agency {
      background-image: url("/assets/images/agency/slider/slider.png");
      background-position: right; }
  .header .rotate {
    position: absolute;
    top: 20%;
    transform: rotate(45deg);
    right: 17%;
    z-index: 1; }
    .header .rotate img {
      width: 450px; }
  .header .squares .img-1 {
    animation: changedir 10s infinite; }
  .header .squares .img-2 {
    animation: changedir-rev 10s infinite; }
  .header .animation-circle-inverse {
    opacity: 0.25;
    position: absolute;
    right: 100px;
    top: 0; }
    .header .animation-circle-inverse i {
      background: #eeeeee;
      position: absolute;
      height: 200px;
      width: 200px;
      border-radius: 100%;
      opacity: 0.3;
      -webkit-animation: ripple1 3s linear infinite;
      animation: ripple1 3s linear infinite; }
      .header .animation-circle-inverse i:nth-child(2) {
        -webkit-animation: ripple2 3s linear infinite;
        animation: ripple2 3s linear infinite; }
      .header .animation-circle-inverse i:nth-child(3) {
        -webkit-animation: ripple3 3s linear infinite;
        animation: ripple3 3s linear infinite; }
  .header .wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move-img 10s linear infinite;
    background-image: url("/assets/images/app_landing2/wave.png");
    height: 40px;
    background-size: contain; }
    .header .wave:before {
      content: "";
      width: 100%;
      position: absolute;
      bottom: 0;
      animation: move-img-reverse 10s linear infinite;
      background-image: url("/assets/images/app_landing2/wave.png");
      height: 40px;
      background-size: contain;
      opacity: 0.4; }
    .header .wave:after {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 0;
      animation: move-img 20s linear infinite;
      background-image: url("/assets/images/app_landing2/wave.png");
      height: 45px;
      background-size: contain;
      opacity: 0.4; }
  .header .img-mobile {
    bottom: -17%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2; }
  .header .wave-orange {
    position: absolute;
    bottom: 0;
    width: 326px;
    -webkit-animation: move-img 10s linear infinite;
    animation: move-img 10s linear infinite;
    background-image: url("/assets/images/app_landing2/wave-orange.png");
    height: 34px;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0);
    animation-delay: 0.55s;
    z-index: 3; }
    .header .wave-orange:before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 326px;
      -webkit-animation: move-img-reverse 10s linear infinite;
      animation: move-img-reverse 10s linear infinite;
      background-image: url("/assets/images/app_landing2/wave-orange.png");
      height: 34px;
      opacity: 0.4;
      background-size: contain; }
    .header .wave-orange:after {
      content: "";
      position: absolute;
      bottom: 0;
      opacity: 0.4;
      width: 326px;
      -webkit-animation: move-img 40s linear infinite;
      animation: move-img 40s linear infinite;
      background-image: url("/assets/images/app_landing2/wave-orange.png");
      height: 34px;
      background-size: contain; }
  .header .event-content .timer {
    display: flex;
    justify-content: center; }
  .header .event-content .h1-margin {
    margin: 0 0 50px 0; }
  .header .event-content .header-sub-text {
    font-weight: 300; }
  .header .event-content .link-horizontal ul li a {
    font-weight: 600;
    padding: 13px 35px; }
  .header .event-content h4 {
    margin-bottom: 20px; }
  .header .event-content ul {
    justify-content: center;
    display: flex; }
    .header .event-content ul li {
      padding-right: 0; }
  .header .set-bottom {
    bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3; }
    .header .set-bottom:before {
      content: "";
      border: 1px solid #fff;
      height: 48px;
      width: 48px;
      border-radius: 50px;
      opacity: 0.5; }
    .header .set-bottom .down {
      position: absolute; }
      .header .set-bottom .down .scroll-down {
        animation: scroll 0.8s infinite; }

@keyframes scroll {
  0% {
    transform: rotatey(0deg); }
  50% {
    transform: rotatey(90deg); }
  100% {
    transform: rotatey(0deg); } }
  .header .header5-content .gym-slider .item img {
    display: block;
    width: 100%;
    height: auto; }
  .header .music-content .center-text {
    height: calc(100vh - 80px);
    margin-top: 78px; }
  .header .music-content .header-text,
  .header .music-content .header-sub-text {
    position: relative;
    z-index: 2; }
  .header .music-content .header-sub-text h5 {
    font-weight: 300; }
  .header .music-content .owl-theme .item {
    position: relative; }
  .header .music-content .owl-theme .owl-nav {
    display: none; }
  .header .music-content .owl-theme .owl-dots {
    display: inline-block;
    position: absolute;
    justify-content: center;
    margin-top: 0;
    z-index: 3;
    top: 40%;
    right: 60px; }
    .header .music-content .owl-theme .owl-dots .owl-dot {
      display: block; }
      .header .music-content .owl-theme .owl-dots .owl-dot.active span {
        background: var(--dark);
        width: 4px;
        opacity: 1; }
      .header .music-content .owl-theme .owl-dots .owl-dot span {
        height: 45px;
        width: 2px;
        border-radius: unset;
        opacity: 0.4;
        margin: 20px; }
  .header .resume .font-large {
    font-size: 120%; }
  .header .background-animate {
    animation: movebounce 150s linear infinite;
    bottom: 0;
    width: 100%; }
  .header .header8-content .slider-banner {
    position: absolute; }
  .header .header8-content .slider-1 {
    position: relative;
    z-index: 3; }
    .header .header8-content .slider-1 .owl-nav {
      display: none;
      position: absolute;
      left: -13%;
      bottom: -110px; }
      .header .header8-content .slider-1 .owl-nav [class*="owl-"] {
        background: none; }
      .header .header8-content .slider-1 .owl-nav .owl-next {
        margin-left: 40px; }
      .header .header8-content .slider-1 .owl-nav button.owl-next {
        position: absolute;
        top: 15px;
        left: 120px; }
  .header .header8-content .slider-logo {
    align-self: center; }
  .header .saas2-content .header-sub-text .saas2-sub-text {
    font-size: calc(18px + (38 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    text-transform: uppercase;
    font-weight: 200; }
    .header .saas2-content .header-sub-text .saas2-sub-text span {
      font-weight: 300; }
  .header .saas2-content .header-sub-text .sub-para {
    font-weight: 300; }
  .header .saas2-content .set-abs {
    position: absolute;
    right: 2%; }
  .header .saas2-content .img1 {
    left: 5%;
    top: 5%; }
  .header .saas2-content .img2 {
    left: 35%;
    top: 20%; }
  .header .saas2-content .img3 {
    left: 0;
    bottom: 32%; }
  .header .saas2-content .img4 {
    left: 35%;
    bottom: 32%; }
  .header .saas2-content .img5 {
    right: 30%;
    bottom: 16%; }
  .header .saas2-content .img6 {
    right: 12%;
    bottom: 6%; }
  .header .saas2-content .img7 {
    right: 0;
    bottom: 28%; }
  .header .saas2-content .move-up-down {
    animation: movebounce 15s linear infinite; }
  .header .saas2-content .move-right-left {
    animation: moveright 3.9s linear infinite; }
  .header .saas2-content .round {
    position: absolute;
    right: 11%;
    top: 0; }
    .header .saas2-content .round .img8 {
      position: relative; }
    .header .saas2-content .round .inner-circle {
      position: absolute;
      top: 30%;
      left: 30%; }
  .header .saas2-content .bottom-content {
    z-index: 3;
    bottom: 6%;
    height: unset;
    width: 100%; }
    .header .saas2-content .bottom-content .bottom {
      height: 86px;
      width: 66px;
      background-color: #fff;
      border-radius: 50px;
      overflow: hidden; }
      .header .saas2-content .bottom-content .bottom .down img {
        animation: btndown 3s linear infinite; }
  .header .wedding-content .logo-h1 {
    margin-left: -170px; }
  .header .wedding-content .header-sub-text {
    animation: rightFadeInOut 2.5s ease-in-out; }
  .header .wedding-content .rightFadeInOut {
    animation: rightFadeInOut 1.5s ease-in-out; }
  .header .wedding-content .rightfadediv {
    animation: rightFadeInOut 2.5s ease-in-out; }
  .header .wedding-content .btn-default {
    letter-spacing: 2px; }
  .header .wedding-content .girl {
    left: 18%; }
  .header .yoga-content .right-way {
    margin-top: 160px; }
  .header .yoga-content h1 span {
    font-weight: 200;
    text-transform: uppercase; }
  .header .yoga-content .girl {
    width: 100%; }
    .header .yoga-content .girl .girl-img {
      width: auto; }
  .header .yoga-content .animation-circle-inverse {
    right: 50%;
    bottom: 0;
    top: unset; }
  .header .yoga-content .owl-nav {
    margin-top: 0; }
    .header .yoga-content .owl-nav .owl-next,
    .header .yoga-content .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      padding: 20px 26px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: unset; }
      .header .yoga-content .owl-nav .owl-next:hover,
      .header .yoga-content .owl-nav .owl-prev:hover {
        background: #979154;
        background: rgba(255, 255, 255, 0.2); }
      .header .yoga-content .owl-nav .owl-next i,
      .header .yoga-content .owl-nav .owl-prev i {
        font-size: 25px;
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center; }
    .header .yoga-content .owl-nav .owl-next {
      right: 4%; }
    .header .yoga-content .owl-nav .owl-prev {
      left: 4%; }

/*************************
 header section end
*************************/
/*************************
 14.footer section start
*************************/
footer {
  padding: 100px 0; }
  footer .footer-title.mobile-title {
    display: none; }
    footer .footer-title.mobile-title h3 {
      font-size: calc(15px + (24 - 15) * ((100vw - 300px) / (1920 - 300))); }
  footer .footer-titles.mobile-title {
    display: none; }
    footer .footer-titles.mobile-title h3 {
      font-size: calc(15px + (24 - 15) * ((100vw - 300px) / (1920 - 300))); }
  footer .logo-sec .footer-logo {
    margin-bottom: 36px; }
  footer .logo-sec .footer-para {
    margin-bottom: 30px; }
    footer .logo-sec .footer-para p {
      letter-spacing: 0; }
    footer .logo-sec .footer-para .para-address {
      margin-bottom: 10px;
      font-weight: 200; }
    footer .logo-sec .footer-para.op-text .para-address {
      opacity: 0.8; }
  footer .logo-sec .footer-social {
    display: flex;
    line-height: 0; }
    footer .logo-sec .footer-social .footer-social-list {
      padding: 0 15px; }
      footer .logo-sec .footer-social .footer-social-list:first-child {
        padding-left: 0; }
      footer .logo-sec .footer-social .footer-social-list:last-child {
        padding-right: 0; }
      footer .logo-sec .footer-social .footer-social-list a {
        color: white; }
        footer .logo-sec .footer-social .footer-social-list a:hover {
          opacity: 0.6; }
  footer .footer-headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500; }
  footer .footer-contant .form-group {
    position: relative;
    margin-bottom: 50px; }
    footer .footer-contant .form-group input {
      border-bottom: 1px solid white;
      border-radius: 0;
      background: transparent;
      padding-left: 0;
      color: #fff; }
      footer .footer-contant .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        text-transform: capitalize;
        font-size: 12px;
        opacity: 0.4;
        letter-spacing: 1px;
        color: #fff; }
      footer .footer-contant .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        text-transform: capitalize;
        font-size: 12px;
        opacity: 0.4;
        letter-spacing: 1px;
        color: #fff; }
      footer .footer-contant .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        text-transform: capitalize;
        font-size: 12px;
        opacity: 0.4;
        letter-spacing: 1px;
        color: #fff; }
      footer .footer-contant .form-group input:-moz-placeholder {
        /* Firefox 18- */
        text-transform: capitalize;
        font-size: 12px;
        opacity: 0.4;
        letter-spacing: 1px;
        color: #fff; }
    footer .footer-contant .form-group .fa-paper-plane {
      position: absolute;
      color: #fff;
      top: 10px;
      right: 10px; }
  footer .footer-contant .Unice-text {
    margin-bottom: 10px; }
  footer .footer-contant .Unice-copyright-text {
    font-weight: 300; }
  footer .link-btns {
    margin-bottom: -10px; }
    footer .link-btns ul li.buttons {
      padding: 8px 20px;
      border: 1px solid rgba(255, 255, 255, 0.34);
      border-radius: 5px;
      opacity: 0.8;
      margin-right: 8px;
      display: inline-block;
      margin-bottom: 10px; }
      footer .link-btns ul li.buttons:last-child {
        margin-right: 0; }
      footer .link-btns ul li.buttons a {
        text-transform: capitalize;
        color: white; }
      footer .link-btns ul li.buttons:hover {
        opacity: 1; }
    footer .link-btns ul li:nth-child(n + 7) {
      margin-bottom: 0; }
    footer .link-btns ul.links li {
      margin-bottom: 10px; }
    footer .link-btns ul.place li {
      display: flex;
      margin-bottom: 40px; }
  footer .footer-lists.op-text li {
    opacity: 0.8;
    transition: 0.2s; }
    footer .footer-lists.op-text li:hover {
      opacity: 1;
      transition: 0.2s; }
  footer .footer-lists li {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize; }
    footer .footer-lists li a {
      font-weight: 300;
      color: #fff;
      line-height: initial; }
      footer .footer-lists li a:hover {
        color: #fff; }
    footer .footer-lists li:hover a {
      color: #fff; }
  footer .footer-lists.contacts li {
    margin-bottom: 35px;
    display: flex;
    line-height: 1.2; }
    footer .footer-lists.contacts li i {
      margin-right: 18px;
      margin-top: 2px; }
  footer i.fa {
    font-size: 16px; }
  footer.footer2.bg {
    background: url("/assets/images/vaagai/vaagai-footer.png") no-repeat top;
    background-size: cover; }
  footer.footer2.saas2 {
    background: url("/assets/images/saas2/footer.png") no-repeat top;
    background-size: cover; }
    footer.footer2.saas2 .footer-padding {
      padding-top: 245px; }
  footer.footer2.agency {
    background-image: linear-gradient(var(--dark), var(--light)); }
    footer.footer2.agency.inner-page .brand-container {
      background: #131313; }
    footer.footer2.agency .brand-container {
      margin-top: 50px;
      padding: 30px;
      background: #0f2469;
      border-radius: 20px; }
    footer.footer2.agency .list ul li {
      padding-bottom: 0; }
    footer.footer2.agency .link-horizontal ul li.borders-right {
      border-right: 3px solid #fff;
      height: 30px;
      margin-right: 15px;
      opacity: 0.051; }
  footer.footer2.gym {
    background-color: #000; }
  footer.dark {
    background-image: linear-gradient(var(--dark), var(--light)) !important; }
    footer.dark.app2 {
      background: url("/assets/images/app_landing2/l-2-footer-dark.png") no-repeat top !important; }
    footer.dark h1,
    footer.dark h2,
    footer.dark h3,
    footer.dark h4,
    footer.dark h5,
    footer.dark h6,
    footer.dark p,
    footer.dark a {
      color: #fff !important;
      opacity: 0.8; }
    footer.dark li {
      color: #fff !important; }
    footer.dark i.white {
      color: #fff !important; }
    footer.dark .form-group i.fa-envelope {
      color: var(--primary) !important; }
    footer.dark.resume i {
      color: #fff !important; }
  footer.light {
    background: #fff; }
    footer.light h1,
    footer.light h2,
    footer.light h3,
    footer.light h4,
    footer.light h5,
    footer.light h6,
    footer.light p,
    footer.light a,
    footer.light li {
      color: #000 !important; }
    footer.light.event form {
      border: 1px solid black; }
  footer.bg-light-inner {
    background: #f8f8f8; }

/*************************
 footer section end
*************************/
/*************************
 15. video section start
*************************/
.videos .video {
  background-image: url("/assets/images/app_landing1/video-pic.jpg");
  z-index: 1;
  padding: 125px 0;
  border-radius: 10px; }

.videos .frame {
  animation: movebounce 10s linear infinite; }

.videos .frame2 {
  animation: movebounce 10s linear infinite;
  animation-delay: 4s; }

.videos .reviews {
  padding: 20px;
  background-color: #fff; }
  .videos .reviews img.reviewers {
    border: 5px solid white;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #e2e2e2;
    width: auto; }

.videos .video-description {
  z-index: 1; }
  .videos .video-description h3 {
    font-size: calc(20px + (42 - 20) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.1; }
  .videos .video-description p {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: 0; }
    .videos .video-description p:last-child {
      margin-bottom: 0; }

.videos .bg {
  background: url("/assets/images/video/bg-videol-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right; }
  .videos .bg .button2 {
    padding: 188px 265px; }

.videos .review-video-box {
  border-radius: 10px; }
  .videos .review-video-box .clients-review {
    display: -webkit-box; }
  .videos .review-video-box img.border-radius {
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: auto; }
  .videos .review-video-box .texture {
    background-color: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 20px; }
    .videos .review-video-box .texture .inner-text {
      max-width: 162px; }
      .videos .review-video-box .texture .inner-text i {
        font-size: 14px; }
    .videos .review-video-box .texture .unset-width {
      display: flex; }
      .videos .review-video-box .texture .unset-width img {
        width: auto; }

.videos.saas1 .video {
  background-image: url("/assets/images/saas1/video-pic.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*************************
video section end
*************************/
/*************************
 16. booking section start
*************************/
.booking .btn-default {
  font-weight: 500;
  padding: 18px 45px;
  text-transform: uppercase; }

.booking .form-group input {
  padding: 18px 20px;
  border-radius: 35px; }

.booking .btn-default {
  border-radius: 50px; }

/*************************
booking section end
*************************/
/*************************
 17. app2 common css start
*************************/
.app2 {
  overflow: visible;
  background: url("/assets/images/vaagai/vaagai-about-us-bg.jpg"); }
  .app2 h1,
  .app2 h2 {
    font-family: "Poppins", sans-serif; }
  .app2 h3,
  .app2 h4,
  .app2 h5,
  .app2 li {
    margin-top: 0;
    margin-bottom: 0; }
  .app2 h1,
  .app2 h2,
  .app2 h3,
  .app2 h4,
  .app2 h5,
  .app2 h6 {
    text-transform: capitalize; }
  .app2 li {
    font-weight: 400; }
  .app2 h2,
  .app2 h3,
  .app2 h4 {
    color: var(--primary); }
  .app2 h2,
  .app2 h3,
  .app2 h4,
  .app2 h5,
  .app2 h6,
  .app2 a {
    font-family: "Poppins", sans-serif;
    font-weight: 500; }
  .app2 h5,
  .app2 h6,
  .app2 p {
    color: var(--secondary); }
  .app2 .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 40px; }
  .app2 h1 {
    font-size: calc(22px + (45 - 22) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
    line-height: 1.4; }
  .app2 h2 {
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary);
    margin-top: -1px;
    margin-bottom: -14px; }
  .app2 h3 {
    font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    line-height: 0.8; }
  .app2 h4 {
    letter-spacing: 2px;
    line-height: 18px; }
  .app2 h5 {
    letter-spacing: 1px;
    line-height: 20px; }
  .app2 h6 {
    letter-spacing: 1px; }
  .app2 p {
    margin-bottom: -3px;
    color: #949494; }
  .app2 .title .title-img {
    height: 50px; }
  .app2.header .img-mobile .headaer-image {
    width: 415px; }
  .app2.app2-animation .animated-bg {
    position: absolute;
    top: 50px; }
  .app2.about {
    padding-top: 190px; }
  .app2.about .set-height {
    min-height: 632px; }
    .app2.about .set-height .mobile1 {
      position: absolute;
      width: 355px;
      right: 0; }
    .app2.about .set-height .j-img {
      position: absolute;
      right: 20%;
      bottom: 27%;
      width: 56px;
      animation: movej 4s linear infinite; }
  .app2.quality .set-height {
    min-height: 627px; }
    .app2.quality .set-height .mobile2 {
      position: absolute;
      width: 460px;
      top: -36px; }
  .app2.team .team-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0 5px; }
  .app2.team .team-slider .team-container {
    padding: 25px 30px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 10px 5px rgba(253, 248, 247, 0.69);
    border-radius: 10px;
    margin: 5px;
    background: #fff; }
    .app2.team .team-slider .team-container .members {
      width: 80px !important;
      margin: 0 auto;
      border: 5px solid #fff;
      border-radius: 100%;
      filter: drop-shadow(0 0 5px #dbdbdb);
      margin-bottom: 20px; }
    .app2.team .team-slider .team-container .name {
      font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
      color: var(--primary);
      letter-spacing: 0;
      margin-bottom: 15px; }
    .app2.team .team-slider .team-container .post {
      margin-bottom: 15px; }
    .app2.team .team-slider .team-container .team-para {
      letter-spacing: 0; }
  .app2.screenshot .container {
    margin-bottom: 0; }
  .app2.screenshot .screenshot-slider {
    margin-top: -32px; }
    .app2.screenshot .screenshot-slider .slick-dots {
      bottom: -10px; }
      .app2.screenshot .screenshot-slider .slick-dots li {
        height: 5px;
        width: 16px; }
        .app2.screenshot .screenshot-slider .slick-dots li button:before {
          content: "unset";
          width: 16px;
          height: 5px;
          line-height: 5px;
          background-color: #d6d6d6;
          border-radius: 30px;
          color: transparent;
          opacity: 1; }
        .app2.screenshot .screenshot-slider .slick-dots li.slick-active {
          width: 39px;
          height: 5px; }
          .app2.screenshot .screenshot-slider .slick-dots li.slick-active button:before {
            width: 39px;
            height: 5px;
            background: var(--primary);
            box-shadow: 0 0 4px 1px #e2e2e2; }
  .app2.services .animated-bg i, .app2.screenshot .animated-bg i {
    right: 30%; }
  .app2.pricing .price-container .feature-icon {
    color: #fff; }
  .app2.pricing .price-container .price-features .price-feature {
    color: var(--secondary);
    margin-bottom: 15px;
    font-weight: 400; }
  .app2.pricing .price-container .price-feature-container .price-value .price {
    font-size: initial;
    margin: -22px 0 -15px; }
  .app2.brand-sliders .brand-slider {
    margin-bottom: -6px;
    margin-top: 8px; }
  .app2 .subscribe .button-primary button {
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
    padding: 20px 30px;
    letter-spacing: 0;
    font-weight: 400; }
  .app2 .subscribe input {
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300))); }
  .app2 .animated-bg i {
    background: #fff6f6;
    box-shadow: 0 15px 30px 0 #f3c4c3; }

.event-countdown .countdown ul {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .event-countdown .countdown ul li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px; }
    .event-countdown .countdown ul li .event-counter {
      position: relative;
      padding-left: 15px;
      padding-bottom: 20px;
      margin: 0 5px; }
      .event-countdown .countdown ul li .event-counter:before, .event-countdown .countdown ul li .event-counter:after {
        content: "";
        position: absolute; }
      .event-countdown .countdown ul li .event-counter:before {
        width: 25px;
        border-top: 5px solid #fff;
        left: 0;
        bottom: calc(100% - 20px); }
      .event-countdown .countdown ul li .event-counter:after {
        border-right: 5px solid #fff;
        height: 25px;
        left: calc(100% - 20px);
        right: unset;
        bottom: 0; }
      .event-countdown .countdown ul li .event-counter .set-border-left {
        border-left: 5px solid #fff;
        position: absolute;
        height: calc(100% - 20px);
        left: 0;
        bottom: 0; }
      .event-countdown .countdown ul li .event-counter .set-border-bottom {
        border-bottom: 5px solid #fff;
        position: absolute;
        width: calc(100% - 20px);
        bottom: 0;
        left: 5px; }
      .event-countdown .countdown ul li .event-counter span {
        display: block;
        color: #fff;
        text-align: right; }
      .event-countdown .countdown ul li .event-counter .time {
        font-weight: 700;
        font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1920 - 300))); }
      .event-countdown .countdown ul li .event-counter .title {
        font-family: "Satisfy", cursive;
        line-height: normal;
        font-weight: 400;
        font-size: calc(30px + (42 - 30) * ((100vw - 300px) / (1920 - 300)));
        margin-bottom: 0;
        padding-bottom: 15px;
        text-transform: initial; }

/*************************
 app2 common css start
*************************/
/*************************
21. music css start
**************************/
.jp-play,
.jp-state-playing .jp-play,
.jp-state-playing .jp-play,
.jp-previous,
.jp-previous,
.jp-next,
.jp-next,
.jp-stop,
.jp-stop {
  font: normal normal normal 14px/1 FontAwesome; }

.jp-play:before {
  content: "\F04B"; }

.jp-state-playing .jp-play:before {
  content: "\F04C"; }

.jp-previous:before {
  content: "\F048"; }

.jp-next:before {
  content: "\F051"; }

.bg-black {
  background: #000; }

.music .left-side,
.music .right-side {
  position: absolute;
  top: 40%;
  align-items: center; }

.music .left-side {
  left: 0;
  top: 40%;
  transform: rotate(-90deg) translateX(-40%); }
  .music .left-side .follow-text {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 5px;
    margin-right: 15px; }
  .music .left-side ul {
    display: inline-block; }
    .music .left-side ul li {
      display: inline-block; }
      .music .left-side ul li img {
        width: 18px;
        margin-right: 9px; }

.music .right-side {
  right: 20px;
  top: 60%;
  transform: rotate(90deg) translateX(-60%); }
  .music .right-side .circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 2px 3.464px 30px 0 #d0122b;
    background-color: #d0122b;
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    .music .right-side .circle img {
      transform: rotate(-90deg) translate(-50%, 20%);
      position: absolute;
      top: -10%;
      left: 50%; }

.music .img-height {
  height: 100vh; }
  .music .img-height img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.music nav {
  padding: 0; }

.music.blog .img-container {
  border-radius: 5px;
  overflow: hidden; }

.music .music-testimonial-slider img {
  margin: 0 auto; }

.music .music-container {
  margin-top: -120px; }
  .music .music-container .play-bg {
    border-radius: 32px;
    background-image: linear-gradient(90deg, #1c255a 0%, #233e80 100%);
    height: 67px;
    margin: 0 auto;
    width: 276px;
    position: relative;
    z-index: 1; }
    .music .music-container .play-bg .song-text-container {
      border-radius: 32px;
      background-image: linear-gradient(90deg, #1c255a 0%, #233e80 100%);
      display: inline-block; }
      .music .music-container .play-bg .song-text-container .center-img {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 10px;
        margin-right: 15px; }
      .music .music-container .play-bg .song-text-container .song-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 25px; }
        .music .music-container .play-bg .song-text-container .song-text .song-head,
        .music .music-container .play-bg .song-text-container .song-text .song-sub-head {
          font-family: "PT Sans", sans-serif; }
        .music .music-container .play-bg .song-text-container .song-text .song-head {
          font-size: calc(14px + (16 - 14) * (100vw - 330px) / (1920 - 330)); }
        .music .music-container .play-bg .song-text-container .song-text .song-sub-head {
          font-size: 13px;
          text-transform: none;
          opacity: 0.3; }
    .music .music-container .play-bg .play-setting {
      margin-right: 15px; }
      .music .music-container .play-bg .play-setting a:hover {
        color: #fff;
        opacity: 0.7; }
    .music .music-container .play-bg:before, .music .music-container .play-bg:after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      /* right: 210%; */
      background-image: linear-gradient(90deg, #1c255a 0%, #233e80 100%);
      height: 100%;
      width: 180%;
      z-index: -1;
      opacity: 0.2;
      border-radius: 36px; }
    .music .music-container .play-bg:after {
      width: 260%; }

.music.bg-album {
  background: url("/assets/images/music/album.jpg");
  background-attachment: fixed;
  background-position: center top; }

.music.bg-artist {
  background: url("/assets/images/music/artist/bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .music.bg-artist .main-title h2 {
    color: #fff; }

.music.bg-gallery {
  background: url("/assets/images/music/gallery/bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed; }

.music.bg-video {
  background: url("/assets/images/music/video-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.music.bg-footer {
  background: url("/assets/images/music/footer-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }
  .music.bg-footer .contact-details {
    margin-top: -9px; }

.music.sponsor {
  background: url("/assets/images/music/sponser/bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }
  .music.sponsor .row > div:last-child(1) .sponsor-img {
    margin-bottom: 0; }

.music h4,
.music h5,
.music li {
  margin-top: 0;
  margin-bottom: 0; }

.music h1,
.music h2,
.music h3,
.music h4,
.music h5,
.music h6 {
  text-transform: capitalize; }

.music h3,
.music h4,
.music h5,
.music h6,
.music li,
.music a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: normal; }

.music h2,
.music h3,
.music h4,
.music h5,
.music h6,
.music p {
  color: var(--secondary); }

.music h1 {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  margin-top: -13px;
  margin-bottom: -20px;
  display: inline-block;
  letter-spacing: 0; }
  .music h1 span {
    font-size: 20px;
    opacity: 0.2;
    border-left: 3px solid #fff;
    padding-right: 10px;
    padding-left: 8px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle; }

.music h2 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: -16px;
  letter-spacing: 1px;
  font-weight: 700; }

.music h3 {
  font-size: calc(18px + (35 - 18) * ((100vw - 300px) / (1920 - 300))); }

.music h4 {
  font-size: calc(16px + (25 - 16) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -3px;
  margin-bottom: -6px; }

.music h5 {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  margin-top: -6px; }

.music h6 {
  font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  font-weight: 400; }

.music p {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  font-weight: 200;
  margin-bottom: -7px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7); }

.music.header .header-sub-text {
  margin-bottom: 0; }

.music .gradient-text {
  background: -webkit-linear-gradient(#e3154f, #e3154f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.music .progress {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 22px; }
  .music .progress .progress-bar {
    background-color: white; }

.music .title.title3 .sub-title p {
  letter-spacing: 1px; }

.music div .album-list {
  padding: 55px 25px;
  border-radius: 8px;
  margin-bottom: 50px;
  margin-right: 25px;
  margin-left: 25px; }
  .music div .album-list .list-head {
    margin-bottom: 25px; }
  .music div .album-list .item-sublist {
    margin-top: 18px;
    font-weight: 300; }
    .music div .album-list .item-sublist:first-child {
      margin-top: 0; }

.music div:nth-child(n + 6) .album-list {
  margin-bottom: 0; }

.music .overlay-box {
  position: relative;
  overflow: hidden;
  background-color: #0e0e0e;
  border-radius: 8px; }
  .music .overlay-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(var(--light), var(--dark));
    transition: opacity 0.6s ease-out;
    z-index: 2;
    opacity: 0; }
  .music .overlay-box h5,
  .music .overlay-box h6,
  .music .overlay-box img {
    position: relative;
    z-index: 3; }
  .music .overlay-box:hover:after {
    transition: opacity 0.6s ease-out;
    opacity: 1; }

.music.format .format-small-text {
  margin-bottom: 8px; }

.music.format .format-head-text {
  margin-bottom: 10px; }

.music.format .format-sub-text {
  margin-bottom: 55px; }
  .music.format .format-sub-text .sub-heading {
    margin-bottom: 35px; }

.music.format .link-horizontal ul li a.icon-btn i {
  font-size: 16px;
  height: 62px;
  width: 62px;
  color: #fff;
  border: 2px solid var(--primary);
  background-color: var(--primary); }

.music.format .link-horizontal ul li a.icon-btn:hover i {
  color: #fff;
  background-color: #fff; }

.music.artist .album-artist {
  position: relative;
  display: inline-block;
  margin-bottom: 150px;
  width: 100%; }
  .music.artist .album-artist:hover .overlay-img {
    transition: 0.2s;
    filter: unset; }
  .music.artist .album-artist:hover .cds {
    filter: unset;
    opacity: 1; }
    .music.artist .album-artist:hover .cds .cd-animation {
      animation: movebounce 20s linear infinite;
      transition: all 0.3s ease; }
  .music.artist .album-artist .overlay-img {
    z-index: 2;
    transition: 0.7s;
    width: 100%;
    filter: grayscale(100%);
    box-shadow: 2.5px 4.33px 76px 0 #000; }
  .music.artist .album-artist .singers {
    padding: 45px; }
    .music.artist .album-artist .singers .name {
      text-transform: uppercase; }
    .music.artist .album-artist .singers .musician {
      font-weight: 300; }
  .music.artist .album-artist .set-z-index {
    z-index: 2; }
  .music.artist .album-artist .cds {
    transition: all 0.3s ease;
    filter: grayscale(100%);
    z-index: 1;
    opacity: 0.2;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -25%); }
    .music.artist .album-artist .cds .cd-animation {
      transition: all 0.3s ease; }
    .music.artist .album-artist .cds .elipse {
      display: inline;
      width: auto;
      top: 50%;
      transform: translate(80%, -50%); }
    .music.artist .album-artist .cds img {
      display: inline;
      width: auto; }

.music.artist .artist-text {
  padding: 0 15px;
  margin-bottom: -10px; }
  .music.artist .artist-text p.text-para {
    margin-bottom: 15px;
    font-size: 140%;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.8; }
  .music.artist .artist-text .dummy-text {
    font-weight: 400; }

.music.gallery .slick-slider .slick-list .slick-track .slick-slide.slick-active.slick-current .item .text-container {
  opacity: 1; }

.music .gallery-slider .slick-list .slick-track .slick-slide > div .item .overlay {
  background-image: unset;
  background-color: #000;
  opacity: 0;
  transition: 0.5s; }

.music .gallery-slider .slick-list .slick-track .slick-slide > div .item .text-container {
  opacity: 0;
  z-index: 1; }
  .music .gallery-slider .slick-list .slick-track .slick-slide > div .item .text-container .overlay-text {
    margin-bottom: -15px;
    font-weight: 300; }
    .music .gallery-slider .slick-list .slick-track .slick-slide > div .item .text-container .overlay-text span {
      font-size: 200%;
      display: block; }

.music .gallery-slider .slick-list .slick-track .slick-slide.slick-center > div .item .overlay {
  transition: 0.5s;
  opacity: 0.8; }

.music .gallery-slider .slick-list .slick-track .slick-slide.slick-center > div .item .text-container {
  opacity: 1; }

.music.format .hash-video {
  font-size: 14px;
  font-weight: 600; }

.music.format .format-sub-text .sub-heading .sub-small-text {
  font-size: 16px;
  font-weight: 200; }

.music.format .format-sub-text .sub-para {
  font-size: 14px;
  font-weight: 300; }

.music.format .video-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px; }

.music.format .video-sub-text {
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 35px; }

.music.format .watch-now {
  height: unset;
  margin-left: 15px; }

.music.format .watch {
  font-size: 110%; }

.music .contact-details .contact-heading {
  font-weight: 400;
  margin-bottom: 15px;
  color: #591e1e; }

.music .contact-details .contact-sub-text {
  font-weight: 300;
  margin-bottom: 8px; }

.music .form-footer .form-group {
  opacity: 0.7;
  margin-bottom: 30px; }
  .music .form-footer .form-group input,
  .music .form-footer .form-group textarea {
    width: 100%;
    background-color: #000;
    padding: 15px 30px;
    border: 1px solid var(--light);
    border-radius: 25px;
    color: #fff; }
    .music .form-footer .form-group input:focus,
    .music .form-footer .form-group textarea:focus {
      outline: none; }
    .music .form-footer .form-group input::-webkit-input-placeholder,
    .music .form-footer .form-group textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      text-transform: capitalize; }
    .music .form-footer .form-group input::-moz-placeholder,
    .music .form-footer .form-group textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      text-transform: capitalize; }
    .music .form-footer .form-group input:-ms-input-placeholder,
    .music .form-footer .form-group textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      text-transform: capitalize; }
    .music .form-footer .form-group input:-moz-placeholder,
    .music .form-footer .form-group textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      text-transform: capitalize; }

.music .form-footer .booking {
  margin: 0 auto; }
  .music .form-footer .booking .btn {
    margin-top: 5px; }
    .music .form-footer .booking .btn:hover {
      background-color: #fff !important;
      color: #591e1e; }

.music.blog .img-container .social-list ul li a i {
  background-color: unset;
  height: 28px;
  width: 28px;
  transition: all 0.3s; }
  .music.blog .img-container .social-list ul li a i:hover {
    background-color: white;
    color: var(--primary); }

.music.blog .slick-slider {
  margin-bottom: -5px; }
  .music.blog .slick-slider .slick-list .slick-track .slick-slide .item .img-container > img {
    width: 100% !important; }

.music .sponsor {
  margin-bottom: -5px; }
  .music .sponsor.bg-music {
    background: url("/assets/images/music/sponser/bg.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; }
  .music .sponsor .set-margin {
    margin-bottom: -50px; }
  .music .sponsor div .sponsor-img {
    margin-bottom: 50px; }
    .music .sponsor div .sponsor-img .overlay-box {
      display: inline-block; }

/*************************
music css end
*************************/
/*************************
22. resume-theme css start
*************************/
.bg-pink {
  background-color: #f5f5f8; }

.resume h1,
.resume h2 {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize; }

.resume h4,
.resume h5,
.resume li {
  margin-top: 0;
  margin-bottom: 0; }

.resume nav {
  padding: 0; }

.resume h1,
.resume h2,
.resume h3,
.resume h4,
.resume h5,
.resume h6 {
  text-transform: capitalize; }

.resume h2,
.resume h3,
.resume h4,
.resume h5,
.resume h6,
.resume li,
.resume a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: normal; }

.resume h2,
.resume h3,
.resume h4 {
  color: var(--primary); }

.resume h6,
.resume p {
  color: var(--secondary); }

.resume h1 {
  font-size: calc(22px + (70 - 22) * ((100vw - 300px) / (1920 - 300)));
  color: var(--primary);
  margin-top: -20px;
  line-height: normal; }

.resume h2 {
  font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -12px;
  margin-bottom: -13px; }

.resume h3 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0; }

.resume h4 {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))); }

.resume h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: -2px;
  color: var(--primary); }

.resume h6 {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -6px;
  margin-bottom: -6px; }

.resume p {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: #b1b1b1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: -6px; }

.resume a {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: var(--primary); }
  .resume a:hover {
    text-decoration: none;
    cursor: pointer; }
  .resume a:focus {
    outline: none; }

.resume .center-text > div {
  margin-top: -30px; }

.resume.pricing {
  margin-bottom: 0; }
  .resume.pricing .pricing-slider {
    margin-bottom: -6px; }

.resume.counter .counters .counter-img {
  opacity: 0.7; }

.resume.header .header-text {
  margin-bottom: 35px; }

.resume.header .header-sub-text {
  margin-bottom: 30px; }

.resume.about .color-light {
  color: #949494; }

.resume.about .border-container {
  margin: 15px 0; }
  .resume.about .border-container .borders-bottom {
    border-top: 2px solid #c7c7c7;
    width: 48px;
    margin: 0 auto; }

.resume .filter-section .filter-container ul.filter > li {
  border-radius: 25px; }

.resume .radial-bar {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 94px;
  height: 94px; }
  .resume .radial-bar.radial-bar-primary {
    background-image: linear-gradient(432deg, var(--primary) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--primary) 50%, #e3e3e3 50%, #e3e3e3); }
  .resume .radial-bar.radial-90 {
    background-image: linear-gradient(399deg, var(--primary) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--primary) 50%, #e3e3e3 50%, #e3e3e3); }
  .resume .radial-bar.radial-80 {
    background-image: linear-gradient(350deg, var(--primary) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--primary) 50%, #e3e3e3 50%, #e3e3e3); }
  .resume .radial-bar.radial-70 {
    background-image: linear-gradient(310deg, var(--primary) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--primary) 50%, #e3e3e3 50%, #e3e3e3); }
  .resume .radial-bar:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    color: var(--primary);
    content: attr(data-label);
    background-color: #fff;
    z-index: 1;
    width: 88px;
    height: 88px;
    margin-left: 3px;
    margin-top: 3px;
    line-height: 90px;
    font-weight: 600; }

.resume.zoom-gallery .filter-section .filter-container.nav-tabs .nav-link {
  border-radius: 25px; }

/*************************
resume-theme css end
*************************/
/*************************
23. wedding-theme css start
*************************/
.wedding h1,
.wedding h2,
.wedding h3,
.wedding h4,
.wedding h5,
.wedding h6,
.wedding p,
.wedding li,
.wedding a {
  color: var(--primary); }

.wedding h2,
.wedding h3,
.wedding h4,
.wedding h5,
.wedding h6,
.wedding li,
.wedding a {
  font-family: "Poppins", sans-serif; }

.wedding h1 {
  font-size: calc(22px + (200 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-family: "Alex Brush", cursive;
  margin-top: -33px;
  margin-bottom: -35px;
  line-height: normal; }

.wedding h2 {
  font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -10px;
  margin-bottom: -7px;
  font-weight: 600; }

.wedding h3 {
  margin-top: 0; }

.wedding h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300))); }

.wedding h6 {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: -3px; }

.wedding p {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: -2px; }

.wedding .decore img {
  position: absolute; }
  .wedding .decore img:nth-child(1) {
    top: 0;
    right: 0; }
  .wedding .decore img:nth-child(2) {
    bottom: 0; }

.wedding.format .format-head-text {
  margin-bottom: 15px; }

.wedding.format .format-sub-text .about-para {
  margin-bottom: 15px;
  font-weight: 300; }

.wedding .btn-default {
  padding: 16px 35px;
  font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300))); }

.wedding .header-sub-text {
  margin-bottom: 25px;
  letter-spacing: 1px; }

.wedding .rightfadediv {
  width: 160px; }

.wedding.when-where-bg .slick-slider {
  margin-bottom: -6px; }

.wedding.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }
  .wedding.bg.slider-bg {
    background-image: url("/assets/images/wedding-img/slider/slider-bg.jpg");
    background-attachment: fixed; }
  .wedding.bg.wedding-bg {
    background-image: url("/assets/images/wedding-img/bg2.jpg"); }
  .wedding.bg.jenny-bg {
    background-image: url("/assets/images/wedding-img/backgrounds/jenny-bg.png"); }
  .wedding.bg.countdown-bg {
    background-image: url("/assets/images/wedding-img/backgrounds/countdown-bg.png"); }
    .wedding.bg.countdown-bg .counter-container .gradient-text {
      margin-top: 20px;
      line-height: 1.1; }
  .wedding.bg.when-where-bg {
    background-image: url("/assets/images/wedding-img/backgrounds/when-where.png"); }
  .wedding.bg.wishes-bg {
    background-image: url("/assets/images/wedding-img/backgrounds/wishes.png"); }
  .wedding.bg.attend-bg {
    background-image: url("/assets/images/wedding-img/backgrounds/attend.png"); }

.wedding .slick-slider .slick-dots {
  margin-top: 20px;
  position: relative;
  bottom: 0; }
  .wedding .slick-slider .slick-dots li {
    height: auto; }
    .wedding .slick-slider .slick-dots li button {
      height: auto; }

.wedding .gradient-text {
  background: -webkit-linear-gradient(var(--light), var(--dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600; }

.wedding .wedding-banner .frem {
  position: relative; }

.wedding .wedding-banner .text-container .couple-text .banner-text {
  font-family: "Alex Brush", cursive;
  font-size: calc(20px + (80 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  line-height: normal; }
  .wedding .wedding-banner .text-container .couple-text .banner-text.small {
    font-size: calc(18px + (65 - 18) * ((100vw - 300px) / (1920 - 300))); }

.wedding .wedding-banner .text-container .place {
  font-size: 35px;
  font-weight: 400; }

.wedding .wedding-banner .text-container .address {
  font-weight: 300; }

.wedding .schedule .zexson-text {
  font-weight: 400; }

.wedding .schedule .schedule-date {
  font-weight: 400;
  margin-bottom: -4px; }

.wedding .when-slider.owl-theme .owl-nav {
  margin: 0; }
  .wedding .when-slider.owl-theme .owl-nav .owl-prev,
  .wedding .when-slider.owl-theme .owl-nav .owl-next {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  .wedding .when-slider.owl-theme .owl-nav .owl-prev {
    left: -130px; }
  .wedding .when-slider.owl-theme .owl-nav .owl-next {
    right: -130px; }

.wedding.blog .btn.btn-blog:hover {
  color: white;
  background-color: #c0882f; }

.wedding.brand-sliders .brand-slider {
  margin-bottom: -30px; }
  .wedding.brand-sliders .brand-slider .item a img {
    width: auto; }

.wedding .title .main-title h2 {
  line-height: normal; }

.wedding .navbar-nav {
  padding-bottom: 0; }
  .wedding .navbar-nav + .navbar-nav {
    padding-top: 0; }

.wedding.portfolio-section .filter-section .filter-container.nav-tabs .nav-link.active {
  background-color: var(--primary); }

.wedding.portfolio-section .isotopeContainer.tab-content .tab-pane:first-child.active .my-masonry-grid_column .isotopeSelector, .wedding.portfolio-section .isotopeContainer.tab-content .tab-pane:last-child.active .my-masonry-grid_column .isotopeSelector {
  animation: zoomIn 500ms ease-in-out;
  transition: all 0.4s ease; }

.wedding.portfolio-section .isotopeContainer.tab-content .tab-pane:nth-child(2).active .my-masonry-grid_column .isotopeSelector, .wedding.portfolio-section .isotopeContainer.tab-content .tab-pane:nth-child(4).active .my-masonry-grid_column .isotopeSelector {
  animation: slideInUp 500ms ease-in-out;
  transition: all 0.4s ease; }

.wedding.portfolio-section .isotopeContainer.tab-content .tab-pane:nth-child(3).active .my-masonry-grid_column .isotopeSelector {
  animation: rotateInDownRight 500ms ease-in-out;
  transition: all 0.4s ease; }

/*************************
wedding-theme css end
*************************/
/*************************
24. yoga-theme css start
*************************/
.yoga h4,
.yoga h5,
.yoga li {
  margin-top: 0;
  margin-bottom: 0; }

.yoga h1,
.yoga h2,
.yoga h3,
.yoga h4,
.yoga h5,
.yoga h6 {
  text-transform: capitalize; }

.yoga h1,
.yoga h2,
.yoga h3,
.yoga h4,
.yoga h5,
.yoga h6,
.yoga p,
.yoga li,
.yoga a {
  font-family: "Poppins", sans-serif;
  line-height: normal; }

.yoga h1 {
  font-size: calc(22px + (60 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  margin-top: -18px;
  margin-bottom: 0;
  line-height: normal; }

.yoga h2 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -14px;
  margin-bottom: 0; }

.yoga h3 {
  font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0; }

.yoga h6 {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: 0; }

.yoga p {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: -2px;
  letter-spacing: 1px; }

.yoga .gradient-text {
  background: -webkit-linear-gradient(var(--light), var(--dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.yoga nav {
  padding: 0; }
  .yoga nav .navbar {
    width: 100%; }

.yoga .title > img {
  margin-bottom: -9px; }

.yoga.header .header-text {
  margin-bottom: 20px; }

.yoga.header .header-sub-text {
  margin-bottom: 25px; }

.yoga.format .format-head-text {
  margin-bottom: 30px; }
  .yoga.format .format-head-text .about-font-header span {
    font-weight: 200; }

.yoga.format .format-sub-text {
  margin-bottom: 50px; }

.yoga .trainers-slider {
  margin-top: -20px; }
  .yoga .trainers-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0 5px !important; }
  .yoga .trainers-slider .slick-list .slick-track .slick-slide.slick-active.slick-center > div .item img {
    box-shadow: 0 0 10px 0 #bdbdbd !important; }
  .yoga .trainers-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 10px; }
    .yoga .trainers-slider .slick-dots li {
      width: auto;
      height: auto; }
      .yoga .trainers-slider .slick-dots li + li {
        margin-left: 15px; }
      .yoga .trainers-slider .slick-dots li button {
        width: auto;
        height: auto;
        padding: 0; }
        .yoga .trainers-slider .slick-dots li button:before {
          font-size: 40px;
          margin-top: -9px; }
      .yoga .trainers-slider .slick-dots li.slick-active button:before, .yoga .trainers-slider .slick-dots li:hover button:before {
        color: var(--primary);
        opacity: 1; }

.yoga.brand-slider {
  padding: 50px 0; }
  .yoga.brand-slider .slick-slider {
    margin-bottom: -8px; }

.yoga.img-1 {
  background: url("/assets/images/yoga-img/schedule-bg.jpg"); }
  .yoga.img-1.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.yoga .owl-theme .owl-dots {
  margin-top: 0 !important; }

.yoga .meter {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 50px;
  border-radius: 20px;
  background: #f8f8f8; }

.yoga .meter .progress {
  display: block;
  height: 40px;
  border-radius: 25px;
  background-image: linear-gradient(96deg, var(--light) 0%, var(--dark) 100%);
  animation: grower 1s linear;
  position: relative;
  border: none; }
  .yoga .meter .progress h6 {
    margin-top: unset; }
  .yoga .meter .progress.progress1, .yoga .meter .progress.progress2, .yoga .meter .progress.progress3, .yoga .meter .progress.progress4 {
    position: relative; }
  .yoga .meter .progress.progress1 {
    width: 90%; }
  .yoga .meter .progress.progress2 {
    width: 80%; }
  .yoga .meter .progress.progress3 {
    width: 85%; }
  .yoga .meter .progress.progress4 {
    width: 70%; }

.yoga .meter .lorem {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 20px; }

.yoga .meter .percent {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px; }

.yoga .meter p {
  position: absolute;
  top: 0;
  margin: 0 10px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #333333;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6); }

@keyframes grower {
  0% {
    width: 0; } }

.yoga.event h4 {
  margin-top: unset; }

.yoga.event h2 {
  margin-bottom: unset; }

.yoga.event .title h2 {
  margin-top: -12px; }

.yoga.event .row div:nth-child(n + 5) .event-container {
  margin-bottom: 0; }

.yoga.event .event-container {
  margin-bottom: 80px; }
  .yoga.event .event-container h6 {
    font-size: 14px; }
  .yoga.event .event-container .yoga-circle {
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 100%;
    padding: 18px 20px;
    text-align: center;
    position: relative;
    left: 0;
    display: inline-block; }
    .yoga.event .event-container .yoga-circle .gradient-text {
      font-weight: 600;
      text-align: center;
      line-height: 1.3; }
    .yoga.event .event-container .yoga-circle .month {
      color: var(--primary); }
  .yoga.event .event-container .event-info {
    margin-left: 20px;
    height: unset;
    align-items: unset; }
    .yoga.event .event-container .event-info .address {
      font-weight: 400; }
    .yoga.event .event-container .event-info .time,
    .yoga.event .event-container .event-info .address {
      margin-bottom: 15px; }
    .yoga.event .event-container .event-info .time,
    .yoga.event .event-container .event-info .city {
      font-weight: 300; }

.yoga.event section {
  padding: 0; }
  .yoga.event section .title-inner {
    display: none; }
  .yoga.event section.bg-gradient-color {
    background: transparent; }

.yoga.format .experience-container {
  min-height: 455px; }
  .yoga.format .experience-container .exp-img {
    width: 630px;
    position: absolute; }

.yoga.format .girl-img-container {
  min-height: 543px; }
  .yoga.format .girl-img-container .girl-yoga {
    width: 600px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); }

.yoga.format .icon-collection li a img {
  filter: brightness(0) invert(1);
  transition: 0.5s; }

.yoga.format .icon-collection li:hover a img {
  filter: unset;
  transition: 0.5s; }

.yoga.blog .slick-slider {
  margin-bottom: -5px; }
  .yoga.blog .slick-slider .slick-list .slick-track .slick-slide > div .item .img-container > img {
    width: 100%; }

.yoga.blog .img-container .social-list ul li a i {
  background-color: unset;
  height: 28px;
  width: 28px;
  transition: all 0.2s; }
  .yoga.blog .img-container .social-list ul li a i:hover {
    background-color: white;
    color: #ba38d2; }

.yoga .yoga-gradiant {
  background-image: linear-gradient(96deg, #ba38d2 0%, #6851df 100%) !important; }

.yoga .navbar-nav {
  padding-bottom: 0; }
  .yoga .navbar-nav + .navbar-nav {
    padding-top: 0; }

.yoga .yoga-slider .slick-list {
  margin: 0; }
  .yoga .yoga-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }
    .yoga .yoga-slider .slick-list .slick-track .slick-slide > div .item .yogas {
      position: relative; }

.yoga .yoga-slider .slick-arrow {
  width: auto;
  height: auto;
  display: flex;
  align-items: center; }
  .yoga .yoga-slider .slick-arrow:before {
    background: rgba(255, 255, 255, 0.1); }

.yoga .yoga-slider .slick-next {
  right: 90px; }
  .yoga .yoga-slider .slick-next:before {
    content: "\F054";
    padding: 20px 18px 20px 20px;
    font-family: FontAwesome; }

.yoga .yoga-slider .slick-prev {
  left: 90px;
  z-index: 1; }
  .yoga .yoga-slider .slick-prev:before {
    content: "\F053";
    padding: 20px 20px 20px 18px;
    font-family: FontAwesome; }

.yoga.pricing .pricing-slider {
  margin: -4px 0 0px 0; }
  .yoga.pricing .pricing-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }
  .yoga.pricing .pricing-slider .slick-dots {
    position: relative;
    bottom: 0; }

.yoga.testimonial .testimonial-slider {
  margin-bottom: -6px; }

.yoga.copyright .link-horizontal {
  margin-top: -5px; }

/*************************
yoga-theme css end
*************************/
/*************************
25. agency css start
*************************/
.agency h1,
.agency h2 {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize; }

.agency h4,
.agency h5,
.agency li {
  margin-top: 0;
  margin-bottom: 0; }

.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize; }

.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6,
.agency li,
.agency a {
  font-weight: 500; }

.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
  color: var(--primary); }

.agency p {
  color: var(--secondary); }

.agency h1 {
  font-size: calc(22px + (45 - 22) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 2px;
  margin-top: -17px;
  font-weight: 200; }
  .agency h1 span.bold-text {
    font-weight: 600; }

.agency h2 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: -12px;
  font-weight: 700;
  line-height: 1.2; }

.agency h3 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
  line-height: 1.4; }

.agency h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 5px; }

.agency h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: -5px;
  font-weight: 300;
  line-height: normal; }
  .agency h6.borders-before {
    margin-left: 40px;
    margin-bottom: 25px;
    text-transform: uppercase; }
    .agency h6.borders-before span:before {
      border-top: 2px solid var(--primary);
      width: 24px; }

.agency p {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400; }

.agency .btn {
  text-transform: uppercase; }

.agency a {
  text-transform: capitalize;
  letter-spacing: 1px; }

.agency .title .main-title h2 {
  line-height: normal;
  margin-bottom: -14px;
  margin-top: -10px; }

.agency.about-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.agency.service-bg {
  background: url("/assets/images/agency/service/services-backgrondpng.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }

.agency.video-bg {
  background: url("/assets/images/agency/videos/video-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.agency.counter-bg {
  background: url("/assets/images/agency/counter/counter-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.agency.price-bg {
  background: url("/assets/images/agency/price/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.agency.expert-bg {
  background: url("/assets/images/agency/team/expert-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.agency.blog-bg {
  background: url("/assets/images/agency/blog/background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .agency.blog-bg .slick-slider {
    margin-bottom: -5px; }

.agency.testimonial-bg {
  background: url("/assets/images/agency/testimonial/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .agency.testimonial-bg span {
    color: rgba(255, 255, 255, 0.7); }
  .agency.testimonial-bg .borders-before span:before {
    border-color: rgba(255, 255, 255, 0.7); }
  .agency.testimonial-bg .testimonial-slider .slick-arrow {
    top: -50px;
    padding: 12px; }
  .agency.testimonial-bg .testimonial-slider .slick-prev {
    background: url("/assets/images/agency/testimonial/left.png");
    background-repeat: no-repeat;
    left: unset;
    right: 70px; }
    .agency.testimonial-bg .testimonial-slider .slick-prev:before {
      display: none; }
  .agency.testimonial-bg .testimonial-slider .slick-next {
    background: url("/assets/images/agency/testimonial/right.png");
    background-repeat: no-repeat;
    right: 30px; }
    .agency.testimonial-bg .testimonial-slider .slick-next:before {
      display: none; }
  .agency.testimonial-bg .testimonial-container.testimonial-container2 {
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15); }

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

.agency.header .header-top-line {
  font-weight: 400; }

.agency.header .header-sub-text p {
  font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0; }

.agency.header .btn-default {
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px; }

.agency .girl-boy {
  right: 13%;
  top: 50%;
  transform: translate(0, -50%); }

.agency .circle-container {
  position: absolute;
  bottom: 33%;
  right: -15%; }
  .agency .circle-container.small {
    position: absolute;
    top: 3%;
    left: -6%; }
  .agency .circle-container .gradient-circle-big {
    height: 110px;
    width: 110px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, var(--light), var(--dark)); }
  .agency .circle-container .gradient-circle-small {
    height: 68px;
    width: 68px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, var(--light), var(--primary)); }

.agency .plus-container {
  position: absolute;
  top: 15%;
  left: 5%;
  animation: star 1s infinite; }
  .agency .plus-container.plus-container2 {
    top: 25%;
    left: 25%; }
  .agency .plus-container.plus-container3 {
    top: 50%;
    left: 2%; }
  .agency .plus-container.plus-container4 {
    top: 65%;
    left: 32%; }
  .agency .plus-container.plus-container5 {
    top: 80%;
    left: 10%; }
  .agency .plus-container.plus-container6 {
    top: 80%;
    left: 65%; }
  .agency .plus-container.plus-container7 {
    top: 40%;
    left: 35%; }
  .agency .plus-container.plus-container8 {
    top: 40%;
    left: 98%; }
  .agency .plus-container.plus-container9 {
    top: 45%;
    left: 70%; }
  .agency .plus-container.plus-container10 {
    top: 0;
    left: 8%; }
  .agency .plus-container.plus-container11 {
    top: 70%;
    left: 4%; }
  .agency .plus-container .plus {
    position: relative; }
    .agency .plus-container .plus:before, .agency .plus-container .plus:after {
      content: "";
      position: absolute;
      border-radius: 2px;
      color: var(--primary); }
    .agency .plus-container .plus:before {
      border-left: 6px solid;
      height: 19px;
      left: 50%;
      transform: translate(-50%, -50%); }
    .agency .plus-container .plus:after {
      border-top: 6px solid;
      width: 19px;
      top: 50%;
      transform: translate(-50%, -50%); }
    .agency .plus-container .plus.white:before, .agency .plus-container .plus.white:after {
      color: #fff; }
    .agency .plus-container .plus.plus-medium:after {
      width: 16px;
      border-top: 5px solid; }
    .agency .plus-container .plus.plus-medium:before {
      height: 16px;
      border-left: 5px solid; }
    .agency .plus-container .plus.plus-small:after {
      width: 9px;
      border-top: 3px solid; }
    .agency .plus-container .plus.plus-small:before {
      height: 9px;
      border-left: 3px solid; }

@keyframes star {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

.agency .center-content .icon-collection {
  text-align: center; }

.agency .center-content.unset-height {
  height: unset; }

.agency .icon-collection {
  display: inline-block; }
  .agency .icon-collection .about-icon {
    padding: 0;
    margin-bottom: 60px; }
    .agency .icon-collection .about-icon:last-child {
      margin-bottom: 0; }
    .agency .icon-collection .about-icon:hover a img {
      filter: brightness(0) invert(1); }

.agency.pricing .price-container.shadows {
  box-shadow: 2px 1px 10px 0 rgba(178, 178, 178, 0.5);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  text-align: center;
  filter: none; }

.agency.format .format-head-text {
  margin-bottom: 25px; }

.agency.format .format-sub-text {
  margin-bottom: 30px; }
  .agency.format .format-sub-text .about-para {
    letter-spacing: 1px; }

.agency.format .borders-before span {
  font-size: 16px;
  font-weight: 500; }

.agency.format .about-icon {
  margin-left: 18px;
  margin-right: 18px; }

.agency .icon-collection .about-icon a {
  padding: 45px 25px; }

.agency .block-span {
  display: block; }

.agency.video .d-inline-block .bg-video {
  width: 70%; }

.agency.video .video-text {
  letter-spacing: 1px;
  margin-bottom: -5px;
  text-transform: uppercase; }

.agency.video .video-heading {
  font-size: calc(18px + (35 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 25px; }

.agency.counter .counter-text .count-number h2 {
  font-weight: 500; }

.agency.counter .counter-text .count-desc h6 {
  font-weight: 400; }

.agency.testimonial .testimonial-container.testimonial-container2 {
  background: white;
  border-radius: 20px;
  padding: 40px 40px; }
  .agency.testimonial .testimonial-container.testimonial-container2 .center-content {
    height: unset;
    align-items: unset; }
    .agency.testimonial .testimonial-container.testimonial-container2 .center-content .name {
      font-size: 16px;
      font-weight: 500;
      color: var(--secondary);
      margin-bottom: 5px; }
    .agency.testimonial .testimonial-container.testimonial-container2 .center-content .post {
      font-weight: 500; }

.agency.testimonial .testimonial-container .primary-border {
  border-bottom: 4px solid var(--primary);
  border-radius: 1px;
  width: 33px; }

.agency.testimonial .testimonial-slider .owl-nav {
  position: absolute;
  top: -80px;
  right: 0; }
  .agency.testimonial .testimonial-slider .owl-nav .owl-prev,
  .agency.testimonial .testimonial-slider .owl-nav .owl-next {
    background: transparent; }

.agency.blog .blog-agency .blog-contain {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0 0 10px #eee);
  transition: all 0.3s; }
  .agency.blog .blog-agency .blog-contain > img {
    width: 100%; }
  .agency.blog .blog-agency .blog-contain:hover {
    box-shadow: 1px 1px 10px 1px #eee; }
  .agency.blog .blog-agency .blog-contain .img-container .blog-head {
    color: var(--primary);
    text-transform: none;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 0; }
  .agency.blog .blog-agency .blog-contain .img-container i {
    font-size: 16px;
    margin-right: 10px;
    color: #595959; }
  .agency.blog .blog-agency .blog-contain .img-container .blog-info {
    padding: 28px; }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info .font-blog {
      color: #595959; }
  .agency.blog .blog-agency .blog-contain .btn-bottom a {
    transition: 0.5s; }
    .agency.blog .blog-agency .blog-contain .btn-bottom a:hover {
      opacity: 0.8;
      transition: 0.5s; }

.agency.footer2 .footer-contant .footer-headings {
  color: white;
  padding-bottom: 45px; }

.agency .para2 {
  padding: 0;
  margin-bottom: 30px;
  letter-spacing: 0;
  color: #9c9c9c; }

.agencyfooter .footer-lists li a:hover {
  color: #4a71ef; }

.agencyfooter .footer-social .footer-social-list a:hover {
  color: #4a71ef; }

.agency.speaker .team-img .social ul li a i {
  transition: all 0.4s; }
  .agency.speaker .team-img .social ul li a i:hover {
    background-color: white;
    color: #061a5e; }

.agency-content .agency-header-center-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  .agency-content .agency-header-center-container .agency-head {
    display: flex;
    justify-content: center;
    align-items: center; }
    .agency-content .agency-header-center-container .agency-head .agency-head-text {
      font-size: 308%;
      font-weight: 600;
      margin-top: -16px;
      margin-bottom: -16px; }
  .agency-content .agency-header-center-container .borders {
    margin-right: 30px;
    color: var(--primary);
    border-right: 2px solid;
    height: 80px; }

.agency-content .agency-para {
  font-size: calc(13px + (17 - 13) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0;
  margin-left: 30px;
  margin-bottom: 30px; }

.agency-content .btn-default {
  margin-left: 30px; }

.agency-content .side-img {
  z-index: 2; }

.agency-content .blue-img {
  position: absolute;
  left: -14%;
  bottom: 0;
  z-index: 1; }

/*************************
agency css end
*************************/
/*************************
27. blog css start
*************************/
.blog .img-container {
  display: block; }
  .blog .img-container .blog-info {
    padding: 28px;
    bottom: 0; }
    .blog .img-container .blog-info p {
      margin-bottom: unset; }
    .blog .img-container .blog-info .blog-text {
      letter-spacing: 0;
      margin-bottom: 15px; }
    .blog .img-container .blog-info .font-blog,
    .blog .img-container .blog-info .blog-text,
    .blog .img-container .blog-info .borders-before,
    .blog .img-container .blog-info .small-font,
    .blog .img-container .blog-info i {
      color: #fff; }
    .blog .img-container .blog-info .font-blog {
      font-weight: 400;
      text-transform: none; }
    .blog .img-container .blog-info .borders-before,
    .blog .img-container .blog-info .small-font {
      font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
      text-transform: none;
      font-weight: 300; }
    .blog .img-container .blog-info .borders-before {
      margin-left: 16px;
      margin-bottom: 10px; }
      .blog .img-container .blog-info .borders-before span:before {
        margin-right: 7px;
        width: 8px; }
    .blog .img-container .blog-info .small-font {
      margin-bottom: 18px;
      line-height: 20px; }
  .blog .img-container .social-list ul {
    display: flex; }
    .blog .img-container .social-list ul li {
      padding: 0 5px;
      text-transform: uppercase; }
      .blog .img-container .social-list ul li a {
        display: inline-block;
        background: linear-gradient(to top, var(--light), var(--dark));
        height: 28px;
        width: 28px;
        border-radius: 100%; }
        .blog .img-container .social-list ul li a i {
          background-color: #61131f;
          font-size: 13px;
          height: 25px;
          width: 25px;
          border-radius: 100%;
          display: flex; }

.blog.wedding .blog-container .set-skew {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }

.blog.wedding .blog-container .blog-text {
  margin-bottom: 5px;
  font-weight: 700; }

.blog.wedding .blog-container .blog-date {
  font-weight: 600;
  margin-bottom: 05px;
  margin-left: -10px; }

.blog.wedding .blog-container .blog-place {
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: -20px; }

.blog.wedding .blog-container .blog-para {
  text-indent: 10px;
  margin-bottom: 20px;
  margin-left: -40px; }

.blog.wedding .slick-slider .slick-dots li button:before {
  font-size: 10px;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(#ecc878, #bf862d);
  color: transparent;
  border-radius: 100%;
  opacity: 1; }

.blog.wedding .slick-slider .slick-dots li.slick-active {
  width: 40px; }
  .blog.wedding .slick-slider .slick-dots li.slick-active button:before {
    width: 40px;
    display: block;
    height: 10px;
    border-radius: 30px; }

.blog.wedding .btn.btn-blog {
  background: white;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 12px;
  margin-left: -60px;
  border-radius: 0;
  text-transform: capitalize; }

.split .blog-list:nth-child(even) .img-container {
  text-align: right; }
  .split .blog-list:nth-child(even) .img-container .center-text {
    justify-content: flex-end; }

.split .blog-list:nth-child(even) .blog-agency .blog-contain > div:first-child {
  order: 2; }

/*************************
blog  css end
*************************/
/*************************
28. counter css start
*************************/
.counter .counters {
  text-align: center; }
  .counter .counters .counter-img {
    margin-bottom: 20px; }
  .counter .counters .count-number {
    margin-bottom: 20px; }
  .counter .counters .counter-text {
    color: #fff; }
  .counter .counters.hover-counter {
    padding: 35px 0;
    transition: 0.8s; }
    .counter .counters.hover-counter:hover, .counter .counters.hover-counter.active {
      background-color: #fff;
      filter: drop-shadow(0 0 5px #eee);
      cursor: pointer;
      transition: 0.8s; }

.counter.event .counters .counter-text .count-desc {
  text-transform: uppercase;
  margin-bottom: -3px; }

.counter.resume .counters .counter-text .count-text {
  font-size: 230%; }

.counter.gym .counter-container .counters .counter-text .count-desc h5 {
  margin-bottom: -3px; }

.counter.wedding .counter-container .counters .counter-text .count-desc {
  margin-bottom: -5px; }

/*************************
counter css end
*************************/
/*************************
29. contact css start
*************************/
.contact .iframe-container {
  width: 100%;
  height: 100%; }
  .contact .iframe-container iframe {
    height: 100%;
    width: 100%; }

.contact .set-z-index {
  z-index: 3; }

.contact .bg-white {
  background-color: #fff; }
  .contact .bg-white form {
    padding: 60px; }
    .contact .bg-white form .form-group {
      margin-bottom: 60px; }
      .contact .bg-white form .form-group .form-control {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #f1f1f1;
        padding: 0;
        background: transparent;
        height: auto; }
        .contact .bg-white form .form-group .form-control:focus {
          box-shadow: none; }
      .contact .bg-white form .form-group label {
        color: var(--primary);
        margin-bottom: 0;
        font-weight: 500; }
    .contact .bg-white form .btn-default {
      padding: 14px 30px;
      letter-spacing: 1px; }

.contact .plane {
  right: 18%; }

.contact .plane2 {
  opacity: 0.5;
  z-index: 1;
  top: 0;
  right: 0; }

.contact.event .title {
  z-index: 2;
  position: relative; }

.inner-pagetitle .title-inner h2 {
  line-height: 0.8 !important; }

.inner-pagetitle .title-inner .m-b-0 {
  margin-top: 0 !important; }

.inner-pagetitle.agency .pricing-slider {
  margin-bottom: -5px; }

/*************************
contact css end
*************************/
/*************************
30. schedule css start
*************************/
.schedule .event-container {
  padding-right: 60px;
  max-height: 750px;
  overflow-y: scroll;
  overflow-x: hidden; }

.schedule .cal-time {
  background-color: #f5f5f8;
  border-radius: 15px;
  padding: 24px;
  width: 100%;
  position: relative;
  margin-bottom: 35px; }
  .schedule .cal-time:last-child {
    margin-bottom: 0; }
  .schedule .cal-time .time {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center; }
    .schedule .cal-time .time .monday-text {
      font-weight: 600; }
  .schedule .cal-time i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #8f8e94;
    font-size: 25px; }
    .schedule .cal-time i.fa-angle-left {
      left: 35px; }
    .schedule .cal-time i.fa-angle-right {
      right: 35px; }
  .schedule .cal-time.events {
    height: unset;
    background-color: #f5f5f8;
    padding: 40px 80px 40px 40px; }
    .schedule .cal-time.events:last-child .timing .event-time:last-child:before {
      border-left: none; }
    .schedule .cal-time.events .schedule-event .names {
      font-weight: 600;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 0; }
    .schedule .cal-time.events .schedule-event .schedule-img {
      margin-bottom: 25px; }
    .schedule .cal-time.events .schedule-event .schedule-description {
      color: #b1b1b1;
      font-size: 150%;
      letter-spacing: 0;
      margin-bottom: -4px; }
    .schedule .cal-time.events .timing {
      text-align: center; }
      .schedule .cal-time.events .timing .event-time {
        color: #8f8e94;
        position: relative;
        padding: 8px; }
        .schedule .cal-time.events .timing .event-time.active {
          margin: 0 auto;
          height: 30px;
          width: 72px;
          border-radius: 14px;
          background-color: var(--primary);
          color: #fff; }
        .schedule .cal-time.events .timing .event-time:last-child:before {
          content: "";
          margin: 18px 0;
          border-left: 2px dashed #8f8e94;
          height: 92px;
          display: inline-block;
          position: absolute;
          top: 20px;
          left: 50%;
          z-index: 9; }
      .schedule .cal-time.events .timing .border-container .border-dashed {
        margin: 8px 0;
        border-left: 2px dashed #8f8e94;
        height: 55px;
        display: inline-block; }
        .schedule .cal-time.events .timing .border-container .border-dashed.active {
          border-left: 2px dashed var(--secondary); }

.schedule .scrollbar {
  overflow-y: scroll; }
  .schedule .scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f1f1f1;
    border-radius: 10px;
    background-color: #f1f1f1; }
  .schedule .scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #f1f1f1; }
  .schedule .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--primary);
    padding: 5px; }

.schedule .force-overflow {
  min-height: 450px; }

/*************************
schedule css end
*************************/
/*************************
32. testimonial css start
*************************/
.testimonial.event .testimonial-msg, .testimonial.saas2 .testimonial-msg {
  z-index: 2;
  display: inline-block; }
  .testimonial.event .testimonial-msg .msg-box, .testimonial.saas2 .testimonial-msg .msg-box {
    height: 65px;
    width: 65px;
    position: absolute;
    right: -22px;
    top: -30px;
    background-color: #fff;
    border-radius: 100%;
    z-index: -1; }

.testimonial.event .quotes .left-quote, .testimonial.saas2 .quotes .left-quote {
  left: -33px;
  top: -29px; }

.testimonial.event .quotes .right-quote, .testimonial.saas2 .quotes .right-quote {
  right: 62px;
  top: 60px; }

.testimonial.event .quotes .quote-text h5, .testimonial.saas2 .quotes .quote-text h5 {
  font-weight: 400;
  color: #fff; }

.testimonial.event .rating .stars, .testimonial.saas2 .rating .stars {
  display: inline-block;
  margin-right: 25px; }
  .testimonial.event .rating .stars i, .testimonial.saas2 .rating .stars i {
    color: #fff;
    font-size: 20px; }
    .testimonial.event .rating .stars i.yellow, .testimonial.saas2 .rating .stars i.yellow {
      color: #dce400; }

.testimonial.event .rating .name, .testimonial.saas2 .rating .name {
  color: #fff;
  display: inline-block;
  text-transform: uppercase; }
  .testimonial.event .rating .name span, .testimonial.saas2 .rating .name span {
    font-weight: 300; }

.testimonial.event img, .testimonial.saas2 img {
  width: auto !important; }

.testimonial.event .owl-carousel .owl-stage-outer, .testimonial.saas2 .owl-carousel .owl-stage-outer {
  height: auto !important; }

.testimonial.event .testimonial.owl-theme .owl-next,
.testimonial.event .testimonial.owl-theme .owl-prev, .testimonial.saas2 .testimonial.owl-theme .owl-next,
.testimonial.saas2 .testimonial.owl-theme .owl-prev {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.testimonial.event .testimonial.owl-theme .owl-prev, .testimonial.saas2 .testimonial.owl-theme .owl-prev {
  left: 0; }

.testimonial.event .testimonial.owl-theme .owl-next, .testimonial.saas2 .testimonial.owl-theme .owl-next {
  right: 0; }

.testimonial.event .owl-nav {
  margin: 0; }

.testimonial.gym {
  background: url("/assets/images/gym/testimonial/testimonial-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.testimonial.music {
  background-position: center; }
  .testimonial.music .testimonial-info .font-large {
    font-weight: 600; }
  .testimonial.music .testimonial-info .font-small {
    font-weight: 300; }
  .testimonial.music .music-testimonial-slider {
    margin-bottom: -5px; }

.testimonial.music .owl-nav {
  margin: 0; }

.testimonial.gym .testimonial-info, .testimonial.music .testimonial-info, .testimonial.wedding .testimonial-info, .testimonial.yoga .testimonial-info, .testimonial.agency .testimonial-info, .testimonial.creative .testimonial-info {
  margin-top: 50px;
  padding: 0 30px; }
  .testimonial.gym .testimonial-info .testimonial-para, .testimonial.music .testimonial-info .testimonial-para, .testimonial.wedding .testimonial-info .testimonial-para, .testimonial.yoga .testimonial-info .testimonial-para, .testimonial.agency .testimonial-info .testimonial-para, .testimonial.creative .testimonial-info .testimonial-para {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 140%;
    line-height: 1.8;
    letter-spacing: 1px; }
  .testimonial.gym .testimonial-info .font-large, .testimonial.music .testimonial-info .font-large, .testimonial.wedding .testimonial-info .font-large, .testimonial.yoga .testimonial-info .font-large, .testimonial.agency .testimonial-info .font-large, .testimonial.creative .testimonial-info .font-large {
    font-size: 130%; }
  .testimonial.gym .testimonial-info .font-small, .testimonial.music .testimonial-info .font-small, .testimonial.wedding .testimonial-info .font-small, .testimonial.yoga .testimonial-info .font-small, .testimonial.agency .testimonial-info .font-small, .testimonial.creative .testimonial-info .font-small {
    font-size: 95%;
    margin-bottom: -5px; }

.testimonial.gym .testimonial-container, .testimonial.music .testimonial-container, .testimonial.wedding .testimonial-container, .testimonial.yoga .testimonial-container, .testimonial.agency .testimonial-container, .testimonial.creative .testimonial-container {
  padding: 30px;
  background-color: white; }
  .testimonial.gym .testimonial-container .border-around, .testimonial.music .testimonial-container .border-around, .testimonial.wedding .testimonial-container .border-around, .testimonial.yoga .testimonial-container .border-around, .testimonial.agency .testimonial-container .border-around, .testimonial.creative .testimonial-container .border-around {
    padding: 25px 0;
    border-left: 1px solid var(--dark);
    border-right: 1px solid var(--light);
    border-image: linear-gradient(to right, var(--dark), var(--light));
    border-image-slice: 1;
    border-top: 1px solid;
    border-bottom: 1px solid; }

.testimonial.gym .testimonial-slider.owl-theme .owl-dots, .testimonial.music .testimonial-slider.owl-theme .owl-dots, .testimonial.wedding .testimonial-slider.owl-theme .owl-dots, .testimonial.yoga .testimonial-slider.owl-theme .owl-dots, .testimonial.agency .testimonial-slider.owl-theme .owl-dots, .testimonial.creative .testimonial-slider.owl-theme .owl-dots {
  line-height: 0; }
  .testimonial.gym .testimonial-slider.owl-theme .owl-dots .owl-dot span, .testimonial.music .testimonial-slider.owl-theme .owl-dots .owl-dot span, .testimonial.wedding .testimonial-slider.owl-theme .owl-dots .owl-dot span, .testimonial.yoga .testimonial-slider.owl-theme .owl-dots .owl-dot span, .testimonial.agency .testimonial-slider.owl-theme .owl-dots .owl-dot span, .testimonial.creative .testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
    margin-bottom: 0; }
  .testimonial.gym .testimonial-slider.owl-theme .owl-dots .owl-dot.active span, .testimonial.music .testimonial-slider.owl-theme .owl-dots .owl-dot.active span, .testimonial.wedding .testimonial-slider.owl-theme .owl-dots .owl-dot.active span, .testimonial.yoga .testimonial-slider.owl-theme .owl-dots .owl-dot.active span, .testimonial.agency .testimonial-slider.owl-theme .owl-dots .owl-dot.active span, .testimonial.creative .testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    border: none;
    background-image: linear-gradient(#fff, #fff); }

.testimonial.gym .music-testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial.gym .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.wedding .music-testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial.wedding .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.yoga .music-testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial.yoga .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.agency .music-testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial.agency .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.creative .music-testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial.creative .music-testimonial-slider.owl-theme .owl-nav .owl-next {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  font-size: 18px; }

.testimonial.gym .music-testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial.wedding .music-testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial.yoga .music-testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial.agency .music-testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial.creative .music-testimonial-slider.owl-theme .owl-nav .owl-prev {
  left: -12%; }

.testimonial.gym .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.wedding .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.yoga .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.agency .music-testimonial-slider.owl-theme .owl-nav .owl-next, .testimonial.creative .music-testimonial-slider.owl-theme .owl-nav .owl-next {
  right: -12%; }

.testimonial.gym .music-testimonial-slider.owl-theme .item img, .testimonial.music .music-testimonial-slider.owl-theme .item img, .testimonial.wedding .music-testimonial-slider.owl-theme .item img, .testimonial.yoga .music-testimonial-slider.owl-theme .item img, .testimonial.agency .music-testimonial-slider.owl-theme .item img, .testimonial.creative .music-testimonial-slider.owl-theme .item img {
  width: auto !important; }

.testimonial.gym img, .testimonial.music img, .testimonial.wedding img, .testimonial.yoga img, .testimonial.agency img, .testimonial.creative img {
  width: auto !important; }

.testimonial.agency .testimonial-info {
  padding: 0;
  margin-top: 20px; }

.testimonial.yoga .testimonial-info .testimonial-para {
  font-weight: 300;
  padding: 0 100px;
  line-height: 2; }

.testimonial.wedding .testimonial-info .testimonial-para {
  color: var(--primary);
  font-weight: 200; }

/*************************
testimonial css end
*************************/
/*************************
33. tap to top css start
*************************/
.tap-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  color: #fff;
  text-align: center;
  background: var(--dark);
  border-radius: 100%;
  font-size: 22px;
  cursor: pointer;
  line-height: 2.2;
  display: none;
  border: 1px solid #fff; }

/*************************
tap to top css end
*************************/
/*************************
35. saas1 css start
*************************/
.saas1 h1,
.saas1 h2,
.saas1 h3,
.saas1 h4,
.saas1 h5,
.saas1 h6,
.saas1 li,
.saas1 a {
  font-family: "Poppins", sans-serif; }

.saas1 h2,
.saas1 h3,
.saas1 h4,
.saas1 h5,
.saas1 h6,
.saas1 p {
  color: var(--secondary); }

.saas1 h1 {
  font-size: calc(22px + (62 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  margin-top: -17px;
  margin-bottom: -8px;
  line-height: normal; }

.saas1 h2 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600; }

.saas1 h3 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: 0; }

.saas1 h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0.085em;
  margin-top: -12px;
  margin-bottom: -12px; }

.saas1 h6 {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0.025em;
  margin-top: 0;
  margin-bottom: 0; }

.saas1 p {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  letter-spacing: 0.05em;
  margin-bottom: -7px; }

.saas1 span {
  text-transform: none; }
  .saas1 span.theme-color {
    color: var(--primary); }

.saas1 .title img {
  display: inline-block;
  margin-right: 7px;
  vertical-align: baseline; }

.saas1 .title .main-title {
  display: inline-block;
  margin-bottom: 0; }

.saas1 .title hr {
  width: 116px;
  height: 2px;
  background-color: var(--primary);
  margin-top: 20px;
  margin-bottom: 20px; }

.saas1 .title .sub-title p {
  margin-bottom: 0; }

.saas1 .title .sub-title .p-padding {
  padding: 0 30px; }

.saas1 .center-text > div {
  margin-top: -25px; }

.saas1.service .chat-box img {
  height: 80px; }

.saas1.header h1 span {
  text-transform: none; }

.saas1.header .slider-logo {
  margin-left: 15px;
  align-self: center; }

.saas1.header .header-text {
  margin-bottom: 30px; }

.saas1.header .header-sub-text {
  margin-bottom: 30px; }
  .saas1.header .header-sub-text h3 {
    color: #fff;
    font-weight: 200; }
    .saas1.header .header-sub-text h3 span {
      font-size: 30px;
      font-weight: 600;
      color: var(--primary); }

.saas1.header h6 {
  color: #fff;
  font-weight: 200;
  text-transform: none; }
  .saas1.header h6 span {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary); }

.saas1.header .btn-default {
  background-color: var(--primary);
  color: #fff !important;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid var(--primary);
  font-weight: 300; }
  .saas1.header .btn-default:hover {
    background-color: transparent !important;
    border: 1px solid #fff; }

.saas1.header .dot {
  bottom: 4%;
  right: 55px; }

.saas1.header .background {
  animation: movebounce 150s linear infinite;
  bottom: 0;
  width: 100%; }

.saas1.service .about-chat {
  margin-bottom: -50px; }
  .saas1.service .about-chat .service-container {
    margin-bottom: 50px; }
    .saas1.service .about-chat .service-container .chat-box:hover hr {
      width: 40%;
      background-color: #fb3b64; }
    .saas1.service .about-chat .service-container .feature-content {
      padding-left: 20px; }
      .saas1.service .about-chat .service-container .feature-content .service-heading {
        margin-top: 20px;
        margin-bottom: 15px;
        letter-spacing: unset; }
      .saas1.service .about-chat .service-container .feature-content hr {
        height: 1px;
        width: 75px;
        background-color: var(--secondary);
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
        transition: all 0.5s; }

.saas1.build-bg {
  background-image: url("/assets/images/saas1/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  counter-reset: section;
  min-height: 740px;
  display: flex;
  align-items: center; }
  .saas1.build-bg .container {
    margin-bottom: 4.5%;
    margin-top: 5%; }
  .saas1.build-bg .build-right-slider {
    position: absolute;
    right: 0;
    width: 45%;
    display: block; }
    .saas1.build-bg .build-right-slider .slick-slider {
      margin-bottom: -9px; }
    .saas1.build-bg .build-right-slider .slick-dots {
      display: inline-block;
      position: absolute;
      margin: 0;
      top: 60%;
      right: -30%;
      transform: translate(-35%, -50%);
      counter-reset: my-sec-counter; }
      .saas1.build-bg .build-right-slider .slick-dots li {
        display: block; }
        .saas1.build-bg .build-right-slider .slick-dots li button {
          font-size: 14px; }
          .saas1.build-bg .build-right-slider .slick-dots li button:before {
            position: absolute;
            counter-increment: section;
            content: counter(section);
            color: #fff;
            font-family: popins, sans-serif;
            left: -15px;
            font-size: 14px;
            color: #d6d6d6;
            opacity: 1; }
          .saas1.build-bg .build-right-slider .slick-dots li button:after {
            position: absolute;
            content: "";
            width: 75px;
            height: 4px;
            background: #d6d6d6;
            transition: opacity 0.2s ease;
            border-radius: 30px;
            left: 5px;
            top: 9px; }
        .saas1.build-bg .build-right-slider .slick-dots li + li {
          margin-top: 10px; }
        .saas1.build-bg .build-right-slider .slick-dots li.slick-active button:before {
          color: #fb3b64; }
        .saas1.build-bg .build-right-slider .slick-dots li.slick-active button:after {
          width: 95px;
          background: #fb3b64;
          transition: opacity 0.2s ease; }
  .saas1.build-bg .owl-carousel .owl-item img {
    width: auto;
    display: inline-block; }
  .saas1.build-bg .owl-dot {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    display: block;
    margin-bottom: 20px; }
  .saas1.build-bg .owl-theme .owl-dots .owl-dot {
    display: block;
    margin-bottom: 10px; }
  .saas1.build-bg .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primary);
    width: 95px; }
  .saas1.build-bg .owl-theme .owl-dots .owl-dot.active:before {
    color: var(--primary); }
  .saas1.build-bg .owl-theme .owl-dots .owl-dot span {
    width: 75px;
    height: 4px;
    margin-bottom: 25px; }
  .saas1.build-bg .sync1 .item {
    padding: 0;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center; }
  .saas1.build-bg .sync2 .item {
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer; }
    .saas1.build-bg .sync2 .item h1 {
      font-size: 18px; }
  .saas1.build-bg .build-box {
    text-align: left; }
    .saas1.build-bg .build-box .build-head {
      font-size: calc(18px + (45 - 18) * ((100vw - 300px) / (1920 - 300)));
      margin-bottom: 40px;
      font-weight: 600;
      letter-spacing: 0.04em; }
    .saas1.build-bg .build-box p {
      color: #fff;
      font-weight: 300; }
    .saas1.build-bg .build-box ul {
      margin-top: 45px; }
      .saas1.build-bg .build-box ul li {
        margin-bottom: 18px;
        font-size: 16px; }
        .saas1.build-bg .build-box ul li img {
          margin-right: 15px;
          display: inline-block; }
        .saas1.build-bg .build-box ul li:last-child {
          margin-bottom: 0; }

.saas1.howitwork {
  background-image: url("/assets/images/saas1/work-bg.png");
  background-size: cover; }
  .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link {
    padding: 0 55px;
    position: relative;
    color: var(--secondary); }
    .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link img {
      filter: brightness(0) invert(0);
      opacity: 0.4; }
    .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link h6 {
      margin-top: 15px;
      color: var(--secondary);
      opacity: 0.5;
      letter-spacing: unset; }
    .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link.active {
      background-color: transparent; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link.active img {
        filter: grayscale(0%);
        opacity: 1; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link.active h6 {
        color: var(--secondary);
        margin-bottom: 0;
        opacity: 1; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link.active span {
        display: block; }
    .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link span {
      display: none;
      width: 40px;
      height: 5px;
      background-color: var(--secondary);
      position: absolute;
      bottom: -20px;
      left: 0;
      margin: auto;
      right: 30px;
      border-radius: 15px; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link span:after, .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link span:before {
        position: absolute;
        height: 5px;
        width: 10px;
        content: "";
        background-color: var(--secondary);
        border-radius: 15px; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link span:after {
        right: -25px;
        width: 5px; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link span:before {
        left: 45px; }
  .saas1.howitwork .work-tab .nav-pills .nav-item.active .nav-link img {
    filter: grayscale(0%);
    opacity: 1; }
  .saas1.howitwork .work-tab .nav-pills .nav-item.active .nav-link h6 {
    opacity: 1; }
  .saas1.howitwork .work-tab .nav-pills .nav-item.active .nav-link span {
    display: block; }

.saas1.pricing {
  background-color: var(--secondary);
  background-image: url("/assets/images/saas1/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .saas1.pricing .title .main-title h2 {
    color: #fff !important; }
  .saas1.pricing .title.title2 .title-inner .borders span:after, .saas1.pricing .title.title2 .title-inner .borders span:before {
    border-color: #fff !important; }
  .saas1.pricing .container {
    margin-bottom: 0; }
  .saas1.pricing .pricing__switcher {
    width: 300px;
    height: 60px;
    margin: 0 auto 50px auto;
    position: relative;
    background-color: #f7f7f7;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 100px; }
    .saas1.pricing .pricing__switcher span {
      font-weight: 600;
      color: var(--primary);
      margin-left: 5px;
      text-transform: uppercase;
      transition: all 0.3s; }
  .saas1.pricing .switcher__buttons {
    width: 100%; }
  .saas1.pricing .switcher__button {
    cursor: pointer;
    width: 50%;
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 575;
    transition: 0.3s ease-in-out;
    font-size: 18px; }
  .saas1.pricing .switcher__border {
    height: 60px;
    width: 50%;
    background-color: var(--primary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 555;
    margin: 0;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 100px; }
  .saas1.pricing .btn-default.btn-white {
    border: 2px solid var(--secondary);
    color: var(--secondary) !important; }
    .saas1.pricing .btn-default.btn-white:hover {
      background-color: var(--secondary);
      color: #fff !important; }
  .saas1.pricing .switcher__button--enabled {
    color: #fff; }
    .saas1.pricing .switcher__button--enabled span {
      color: #fff; }
  .saas1.pricing .switcher__button:nth-child(1).switcher__button--enabled ~ .switcher__border {
    left: 0; }
  .saas1.pricing .switcher__button:nth-child(2).switcher__button--enabled ~ .switcher__border {
    left: 50%; }
  .saas1.pricing .plan-box > div:nth-child(2) .price-box ul li:last-child {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin-left: 30px;
    margin-bottom: 0; }
  .saas1.pricing .plan-box > div:first-child .price-box ul li:nth-last-child(-n + 3) {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin-left: 30px; }
  .saas1.pricing .plan-box .price-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
    transition: all 0.6s;
    opacity: 0.5;
    margin: 16px 9px; }
    .saas1.pricing .plan-box .price-box img {
      width: auto !important;
      display: inline-block; }
    .saas1.pricing .plan-box .price-box .price-heading {
      text-transform: uppercase;
      font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 700; }
    .saas1.pricing .plan-box .price-box h4.no-weight {
      font-weight: unset;
      margin: 45px 0 40px 0;
      text-transform: capitalize; }
      .saas1.pricing .plan-box .price-box h4.no-weight span {
        font-weight: 700; }
    .saas1.pricing .plan-box .price-box span {
      font-size: 50px; }
    .saas1.pricing .plan-box .price-box ul {
      text-align: left;
      margin-top: 40px;
      margin-bottom: 40px; }
      .saas1.pricing .plan-box .price-box ul li {
        font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
        margin-bottom: 11px; }
        .saas1.pricing .plan-box .price-box ul li img {
          margin-right: 15px; }
        .saas1.pricing .plan-box .price-box ul li span {
          font-size: 16px;
          font-weight: 600; }
        .saas1.pricing .plan-box .price-box ul li:nth-last-child(1) {
          margin-bottom: 30px; }
    .saas1.pricing .plan-box .price-box .btn-theme {
      background-color: var(--secondary);
      border: 1px solid var(--secondary);
      padding: 12px 25px; }
      .saas1.pricing .plan-box .price-box .btn-theme:hover {
        border: 1px solid var(--secondary);
        color: var(--secondary) !important;
        background-color: #fff; }
  .saas1.pricing .slick-slider .slick-list {
    margin: 0 -2px; }
    .saas1.pricing .slick-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0 2px; }
    .saas1.pricing .slick-slider .slick-list .slick-track .slick-slide.slick-center .price-box {
      transform: scale(1.05);
      opacity: 1; }

.saas1 .testimonial-bg {
  background-image: url("/assets/images/saas1/work-bg.png");
  background-size: cover;
  background-repeat: no-repeat; }

.saas1.testimonial .testimonial {
  padding: 20px 0 20px 0;
  margin-right: 40px;
  margin-left: 20px; }

.saas1.testimonial .testimonial-box {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 35px 50px;
  border-radius: 10px;
  -webkit-box-shadow: -5px 2px 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -5px 2px 22px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  .saas1.testimonial .testimonial-box h6 {
    letter-spacing: 0.05em;
    text-transform: none;
    line-height: 28px; }
  .saas1.testimonial .testimonial-box:before {
    content: "";
    position: absolute;
    left: 12%;
    bottom: -14px;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-top: -137px;
    margin-left: -15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.07);
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.07); }
  .saas1.testimonial .testimonial-box img {
    position: absolute;
    top: -20px; }

.saas1.testimonial .testi-profile img {
  padding-top: 25px;
  padding-left: 25px;
  margin-right: 20px; }

.saas1.testimonial .testi-profile .media-body {
  margin-top: 45px; }

.saas1.testimonial .testi-profile h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0; }

.saas1.testimonial .testi-profile h6 {
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: unset; }

.saas1.testimonial .testimonial-slider .slick-slider {
  margin-bottom: -6px; }
  .saas1.testimonial .testimonial-slider .slick-slider .slick-dots {
    bottom: 60%;
    left: 95%; }
    .saas1.testimonial .testimonial-slider .slick-slider .slick-dots li {
      width: 6px;
      height: 7px;
      display: block; }
      .saas1.testimonial .testimonial-slider .slick-slider .slick-dots li + li {
        margin-top: 10px; }
      .saas1.testimonial .testimonial-slider .slick-slider .slick-dots li button {
        background-color: var(--secondary);
        width: 6px;
        height: 7px;
        border-radius: 30px;
        padding: 0; }
        .saas1.testimonial .testimonial-slider .slick-slider .slick-dots li button:before {
          display: none; }
      .saas1.testimonial .testimonial-slider .slick-slider .slick-dots li.slick-active {
        height: 16px; }
        .saas1.testimonial .testimonial-slider .slick-slider .slick-dots li.slick-active button {
          height: 16px; }
  .saas1.testimonial .testimonial-slider .slick-slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    display: block;
    right: 0;
    margin: 0;
    top: 30%;
    /* left: 50%; */
    margin-right: -2%;
    transform: translate(-50%, -50%); }

.saas1.testimonial .video-box {
  background-image: url("/assets/images/saas1/video-pic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  margin-right: 50px;
  position: relative;
  border-radius: 10px; }
  .saas1.testimonial .video-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer; }

.saas1.subscribe {
  background-color: var(--secondary);
  background-image: url("/assets/images/saas1/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .saas1.subscribe h6 {
    margin-top: 15px;
    margin-bottom: -3px;
    font-weight: 200;
    line-height: 1.6; }
  .saas1.subscribe input[type="email"],
  .saas1.subscribe input[type="submit"] {
    border-radius: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px; }
  .saas1.subscribe input[type="email"] {
    background-color: #fafafb;
    border: solid #fafafb;
    color: #c7c7c7;
    width: 310px;
    height: 57px; }
  .saas1.subscribe input[type="submit"] {
    background-color: var(--primary);
    border: solid var(--primary);
    color: #fff;
    margin-left: -50px;
    height: 57px;
    width: 158px; }
  .saas1.subscribe .media img {
    margin-right: 20px; }
  .saas1.subscribe form {
    display: flex; }
  .saas1.subscribe .subscribe-input h6 {
    font-weight: 300;
    text-transform: capitalize;
    margin-right: 16px; }
  .saas1.subscribe .subscribe-input .display-flex h6 {
    padding: 0 12px; }
    .saas1.subscribe .subscribe-input .display-flex h6:first-child {
      padding-left: 0; }
    .saas1.subscribe .subscribe-input .display-flex h6:last-child {
      padding-right: 0;
      text-align: left; }

.saas1.faq .faq-block .accordion {
  border: none;
  margin-top: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300))); }
  .saas1.faq .faq-block .accordion .accordion-item .title {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background-color: transparent;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    position: relative;
    color: #071828;
    padding: 12px 20px; }
    .saas1.faq .faq-block .accordion .accordion-item .title:before {
      position: absolute;
      font: normal normal normal 10px/1 FontAwesome;
      content: "\F054";
      transition: all 0.5s linear;
      left: 0;
      top: 20px; }
    .saas1.faq .faq-block .accordion .accordion-item .title:after {
      display: none; }
  .saas1.faq .faq-block .accordion .accordion-item .panel p {
    padding: 20px; }
  .saas1.faq .faq-block .accordion .accordion-item.active .title:before {
    transition: all 0.5s linear;
    transform: rotate(270deg); }

.saas1.faq .faq-block .frequent-text {
  font-size: calc(18px + (48 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 20px;
  margin-top: -15px; }

.saas1.faq .faq-block h6 {
  font-weight: normal;
  color: var(--secondary);
  line-height: 1.8; }
  .saas1.faq .faq-block h6.link {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: -5px; }
    .saas1.faq .faq-block h6.link a {
      color: #41a3ff; }

.saas1.faq .faq-block .card {
  border: none;
  background-color: transparent;
  cursor: pointer; }

.saas1.faq .faq-block .card-header {
  background-color: transparent;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500; }

.saas1.faq .faq-block .card-body {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  padding-left: 15px; }

.saas1.faq .faq-block a {
  color: var(--secondary); }

.saas1.faq .faq-block h5 {
  margin-top: 50px; }

.saas1.faq .rotate {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.saas1.faq .rotate.down {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.saas1.faq a div {
  transform: rotate(270deg);
  margin-right: 20px;
  position: absolute;
  left: 0;
  margin-top: 3px; }

.saas1.faq .collapsed a div {
  transform: rotate(0deg);
  margin-right: 15px; }

.saas1.blog {
  background-color: var(--secondary);
  background-image: url("/assets/images/saas1/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .saas1.blog .blog-post-slider .slick-slide {
    margin: 0 15px; }
  .saas1.blog .blog-post-slider .post-item {
    box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .saas1.blog .blog-post-slider .post-item img {
      width: 45%;
      float: left; }
  .saas1.blog .blog-post-slider .blog-post-info {
    float: right;
    width: 55%;
    padding: 15px; }
    .saas1.blog .blog-post-slider .blog-post-info h3 {
      font-size: 18px;
      color: var(--secondary); }
    .saas1.blog .blog-post-slider .blog-post-info .dte {
      font-size: 12px;
      color: #949494; }
    .saas1.blog .blog-post-slider .blog-post-info p {
      color: var(--secondary); }
  .saas1.blog .blog-post-slider .slick-prev {
    left: -60px; }
  .saas1.blog .blog-post-slider .slick-prev,
  .saas1.blog .blog-post-slider .slick-next {
    display: inline-block;
    background-color: transparent;
    border: none;
    font-size: 32px;
    position: absolute;
    top: 40%;
    color: var(--secondary);
    cursor: pointer; }

.saas1.footer2 {
  background-color: var(--secondary); }
  .saas1.footer2 .logo-sec .footer-social .footer-social-list {
    padding: 0 5px; }
  .saas1.footer2 .logo-sec li a i {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50px; }
  .saas1.footer2 h5.footer-headings {
    margin-top: 0; }

.saas1.client {
  /*background: $white8;*/ }
  .saas1.client .saas-brand {
    margin-bottom: -6px; }
    .saas1.client .saas-brand .slick-list .slick-track .slick-slide > div .item img {
      max-width: 100px;
      margin: 0 auto; }

header.saas1 nav ul li > a:hover {
  color: #fb3b64; }

header.header-absolute {
  position: absolute;
  width: 100%; }

header.ecommerce .responsive-btn i {
  color: #000 !important;
  cursor: pointer;
  line-height: 2; }

header.app2 nav {
  padding: 0; }

/*************************
saas1 css end
*************************/
/*************************
36. saas2 css start
*************************/
.saas2 h1,
.saas2 h2,
.saas2 h3,
.saas2 h4,
.saas2 h5,
.saas2 h6,
.saas2 li,
.saas2 a {
  font-family: "Poppins", sans-serif; }

.saas2 nav {
  padding: 0; }

.saas2 h2,
.saas2 h3,
.saas2 h4,
.saas2 h5 {
  color: var(--primary); }

.saas2 h1 {
  margin-top: -14px;
  line-height: 1; }

.saas2 h2 {
  font-size: calc(20px + (33 - 20) * ((100vw - 300px) / (1920 - 300))); }

.saas2 h3 {
  font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300))); }

.saas2 h4 {
  letter-spacing: 1px; }

.saas2 h5 {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300))); }

.saas2 h6 {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300))); }

.saas2 p {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: -3px;
  color: #aaaaaa; }

.saas2.header .center-text {
  margin-top: 0; }

.saas2.brand .brand-slider {
  margin-bottom: -7px; }
  .saas2.brand .brand-slider img {
    filter: brightness(5) invert(0.5);
    transition: all 0.3s ease;
    max-width: 150px;
    margin: 0 auto; }
    .saas2.brand .brand-slider img:hover {
      filter: none;
      transition: all 0.3s ease; }

.saas2 .link-horizontal {
  margin-top: 40px; }

.saas2 .saas2-content .header-sub-text h3 {
  line-height: 1;
  margin-bottom: 10px; }

.saas2.bg-gradient {
  background-image: linear-gradient(var(--light), var(--dark)); }

.saas2 .title .main-title h2 {
  line-height: 0.9; }

.saas2 .title .sub-title .sub-title-para {
  color: var(--secondary); }

.saas2.laptop-slider .owl-item img {
  padding: 50px;
  transition: all 0.3s ease; }

.saas2.laptop-slider .owl-item.center img {
  padding: 0;
  margin-top: 18px;
  transition: all 0.3s ease; }

.saas2.services .service {
  padding: 30px;
  border: none; }
  .saas2.services .service:hover img {
    animation: scaleDisappear 0.3s; }

.saas2.feature {
  position: relative;
  overflow: hidden;
  background-image: url("/assets/images/saas2/background.png");
  background-size: contain;
  background-position: right; }
  .saas2.feature .center-content {
    flex-direction: unset;
    margin-bottom: 50px; }
    .saas2.feature .center-content .feature-content {
      margin-left: 25px; }
      .saas2.feature .center-content .feature-content .feature-head {
        margin-bottom: 8px; }
      .saas2.feature .center-content .feature-content .feature-para {
        font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300))); }
  .saas2.feature .image-container .left-one,
  .saas2.feature .image-container .right-one {
    position: absolute; }
  .saas2.feature .image-container .advance-feature-img {
    position: relative;
    z-index: 1;
    margin-bottom: -20px; }
  .saas2.feature .image-container .left-one {
    left: -20%; }
  .saas2.feature .image-container .right-one {
    right: -19%;
    bottom: 0; }

.saas2.quick-sol {
  background: url("/assets/images/vaagai/vaagai-quick-sol.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .saas2.quick-sol .set-center-div {
    min-height: 555px;
    position: relative; }
    .saas2.quick-sol .set-center-div .side-img {
      position: absolute;
      right: -14%;
      height: unset;
      top: 50%;
      transform: translate(0, -50%); }

.saas2 .offers-container .offer-heading-text {
  font-size: calc(20px + (33 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 25px;
  font-weight: 400;
  margin-top: -11px; }

.saas2 .offers-container .bottom-border {
  border: 2px solid #fff;
  width: 83px;
  margin-bottom: 70px; }

.saas2 .offers-container .offers-content {
  margin-bottom: 10px; }
  .saas2 .offers-container .offers-content:last-child {
    margin-bottom: 0; }
  .saas2 .offers-container .offers-content .offer-main-text {
    font-weight: 300;
    margin-bottom: 15px; }
  .saas2 .offers-container .offers-content .offer-sub-text {
    font-weight: 300; }
  .saas2 .offers-container .offers-content .fa-check-circle {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 5px; }

.saas2.services .saas2-services .row .service-container:nth-child(n + 5) {
  margin-top: 30px; }

.saas2.laptop-slider {
  background: url("/assets/images/saas2/background/screenshot-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .saas2.laptop-slider .slider-container {
    margin-top: 50px; }
  .saas2.laptop-slider .owl-theme .owl-dots {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: -70px; }
    .saas2.laptop-slider .owl-theme .owl-dots .owl-dot span {
      background: #fff !important; }
    .saas2.laptop-slider .owl-theme .owl-dots .owl-dot.active span {
      background: #fff;
      transform: scale(1.4); }
  .saas2.laptop-slider .slider-container {
    position: relative; }
    .saas2.laptop-slider .slider-container .trainers-slider {
      margin-bottom: -23px; }
      .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide .item img {
        padding: 50px; }
      .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item {
        position: relative; }
        .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item img {
          border: 20px solid #ffffff;
          border-radius: 15px;
          background-color: #f3f6fd;
          margin-bottom: 0;
          padding: 0; }
        .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item:before {
          content: "";
          position: absolute;
          border-radius: 0 0 20px 20px;
          background: #fff;
          z-index: 999;
          width: calc(100% + 100px);
          bottom: -5px;
          left: -50px;
          height: 12px; }
        .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item:after {
          content: "";
          position: absolute;
          width: 140px;
          left: 50%;
          margin-left: -70px;
          border-radius: 5px;
          background: #e4eaf6;
          z-index: 999;
          height: 4px;
          bottom: 6px; }
      .saas2.laptop-slider .slider-container .trainers-slider .slick-dots {
        position: absolute;
        margin: 0 auto;
        width: 100%;
        top: -70px; }
        .saas2.laptop-slider .slider-container .trainers-slider .slick-dots li {
          width: auto;
          height: auto;
          padding: 0;
          margin: 5px 7px; }
          .saas2.laptop-slider .slider-container .trainers-slider .slick-dots li button {
            width: 10px;
            height: 10px;
            padding: 0;
            border-radius: 100%;
            background-color: #fff; }
            .saas2.laptop-slider .slider-container .trainers-slider .slick-dots li button:before {
              display: none; }
          .saas2.laptop-slider .slider-container .trainers-slider .slick-dots li.slick-active button {
            transform: scale(1.5); }
    .saas2.laptop-slider .slider-container .center-img {
      position: absolute;
      top: 0;
      transform: translate(-50%, 0);
      left: 50%;
      z-index: 2; }
      .saas2.laptop-slider .slider-container .center-img img {
        max-width: 790px; }

.saas2.testimonial {
  background: url("/assets/images/saas2/background/bg-testimonial.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .saas2.testimonial .container {
    margin-bottom: -15px; }
  .saas2.testimonial .quote-margin {
    margin-left: 50px; }
  .saas2.testimonial .quote-text h6 {
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: normal; }
  .saas2.testimonial .testimonial .slick-arrow {
    position: absolute;
    top: 44%; }
  .saas2.testimonial .testimonial .slick-list {
    margin-bottom: 8px; }
    .saas2.testimonial .testimonial .slick-list .slick-track .slick-slide {
      padding-top: 30px; }

.saas2.footer2 h5 {
  color: #fff; }

.saas2.footer2 .footer-lists li a {
  font-weight: 200; }

.saas2.pricing H6 {
  margin-bottom: 8px; }

.saas2.pricing .pricing-slider.price-margin {
  margin: -9px 0 0 0; }

.saas2.pricing .pricing-slider .slick-dots {
  position: relative;
  bottom: 0; }

/*************************
saas2 css end
*************************/
/*************************
wedding css start
*************************/
.nav-abs.wedding nav {
  padding: 0; }

.nav-abs.wedding .theme-nav .navbar {
  width: 100%; }
  .nav-abs.wedding .theme-nav .navbar .main-menu:first-child {
    margin-right: auto; }

.wedding-time {
  margin-bottom: 60px; }
  .wedding-time .count {
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px; }
    .wedding-time .count .days {
      font-family: "Alex Brush", cursive;
      display: block; }
      .wedding-time .count .days .days-text {
        font-family: "Alex Brush", cursive; }
    .wedding-time .count .set-border-left {
      position: absolute;
      border-left: 5px solid var(--dark);
      height: calc(100% - 20px);
      left: 0;
      bottom: 0; }
    .wedding-time .count:before, .wedding-time .count:after {
      content: "";
      position: absolute; }
    .wedding-time .count:before {
      border-top: 5px solid var(--dark);
      left: 0;
      width: 15px;
      bottom: calc(100% - 20px); }
    .wedding-time .count:after {
      border-right: 5px solid var(--light);
      top: unset;
      left: calc(100% - 20px);
      right: unset;
      height: 15px;
      bottom: 0; }
    .wedding-time .count .set-border-bottom {
      position: absolute;
      border-image: linear-gradient(to right, var(--dark), var(--light));
      border-image-slice: 1;
      border-bottom: 5px solid;
      width: calc(100% - 20px);
      bottom: 0;
      left: 5px; }
    .wedding-time .count .counter-container {
      background-color: #fff;
      padding: 37px 0; }

.timimg-wedding {
  margin-top: 10px; }
  .timimg-wedding .countdown ul {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    justify-content: center; }
    .timimg-wedding .countdown ul li {
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 15px; }
      .timimg-wedding .countdown ul li .event-counter {
        position: relative;
        padding-left: 15px;
        padding-bottom: 20px;
        margin: 0 5px; }
        .timimg-wedding .countdown ul li .event-counter h2 {
          background-color: #fff;
          padding: 37px 0;
          position: relative;
          z-index: 1; }
        .timimg-wedding .countdown ul li .event-counter:before, .timimg-wedding .countdown ul li .event-counter:after {
          content: "";
          position: absolute; }
        .timimg-wedding .countdown ul li .event-counter:before {
          width: 25px;
          border-top: 5px solid var(--light);
          left: 0;
          bottom: calc(100% - 20px); }
        .timimg-wedding .countdown ul li .event-counter:after {
          border-right: 5px solid var(--dark);
          height: 25px;
          left: calc(100% - 20px);
          right: unset;
          bottom: 0; }
        .timimg-wedding .countdown ul li .event-counter .set-border-left {
          border-left: 5px solid var(--light);
          position: absolute;
          height: calc(100% - 20px);
          left: 0;
          bottom: 0; }
        .timimg-wedding .countdown ul li .event-counter .set-border-bottom {
          border-image: linear-gradient(to right, var(--light), var(--dark));
          border-image-slice: 1;
          border-bottom: 5px solid;
          position: absolute;
          width: calc(100% - 20px);
          bottom: 0;
          left: 5px; }
        .timimg-wedding .countdown ul li .event-counter span {
          display: table;
          margin: 0 auto;
          background: -webkit-linear-gradient(#ecc878, #bf862d);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 600;
          text-align: center; }
        .timimg-wedding .countdown ul li .event-counter .time {
          font-weight: 600;
          font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300))); }
        .timimg-wedding .countdown ul li .event-counter .title {
          font-family: "Alex Brush", cursive;
          line-height: normal;
          font-weight: 600;
          margin-top: 20px;
          font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
          margin-bottom: -4px;
          text-transform: capitalize; }

.wedding.portfolio-section .nav .nav-item .nav-link {
  color: #777;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: 0 25px;
  line-height: 2.2;
  letter-spacing: 1px; }
  .wedding.portfolio-section .nav .nav-item .nav-link.active {
    background-color: var(--primary);
    color: #fff; }

/*************************
wedding css end
*************************/
/*************************
event css start
*************************/
.event h4,
.event h5,
.event li {
  margin-top: 0;
  margin-bottom: 0; }

.event h1,
.event h2,
.event h3,
.event h4,
.event h5,
.event h6 {
  text-transform: capitalize; }

.event h2,
.event h3,
.event h4,
.event h5,
.event h6,
.event li,
.event p,
.event a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500; }

.event h2,
.event h3,
.event h4,
.event h5,
.event h6,
.event p {
  color: var(--secondary); }

.event h1 {
  font-family: "Satisfy", cursive;
  font-size: calc(22px + (60 - 22) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: -12px;
  margin-top: -9px; }

.event h2 {
  font-size: calc(20px + (40 - 30) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -2px;
  margin-bottom: -6px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.4; }

.event h3 {
  font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300))); }

.event h4 {
  font-size: calc(16px + (25 - 16) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -6px; }

.event h5 {
  font-size: calc(16px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: -10px; }

.event h6 {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 0; }

.event p {
  font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: -10px;
  letter-spacing: 0.5px;
  font-weight: 400; }

.event .title.only-title h2 {
  margin-bottom: -2px; }

.event nav {
  padding: 0; }

.event .animated-bg i {
  left: unset;
  right: 0; }

.event .btn {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  padding: 14px 30px; }

.event ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .event ul li {
    font-size: 14px; }

.event .circle {
  position: absolute;
  top: 60px;
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: 3px solid var(--primary);
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .event .circle:after {
    content: "";
    position: absolute;
    height: 60px;
    width: 4px;
    background: var(--primary);
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .event .circle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 8px;
    margin: 2px;
    border-radius: 100%;
    background-color: var(--primary); }

.event.bg-img {
  background-image: url("/assets/images/event/bg1.jpg"); }

.event.bg-img2 {
  background-image: url("/assets/images/event/h3-bg.jpg"); }

.event.bg-img3 {
  background-image: url("/assets/images/event/counter-bg.jpg");
  background-size: cover;
  background-position: center center; }

.event.bg-about {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  .event.bg-about .testiminial {
    margin-bottom: -10px; }
  .event.bg-about::before {
    content: "";
    background-image: linear-gradient(var(--light), var(--dark));
    top: 0;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    position: absolute; }

.event .wedding-time {
  margin-bottom: 50px; }

.event .borders-before {
  margin-bottom: 20px; }

.event .format .format-head-text {
  margin-bottom: 40px; }

.event .format .format-sub-text p {
  font-weight: 300; }

.event.speaker .team-img .social ul li a i {
  transition: all 0.4s; }
  .event.speaker .team-img .social ul li a i:hover {
    background-color: white;
    color: var(--primary); }

.event.blog .slick-slider {
  margin-bottom: -6px; }

.event.blog .img-container {
  border-radius: 10px;
  overflow: hidden; }
  .event.blog .img-container img {
    width: 100%; }
  .event.blog .img-container .social-list ul li a i {
    background-color: unset;
    height: 28px;
    width: 28px; }
    .event.blog .img-container .social-list ul li a i:hover {
      background-color: white;
      color: #ba38d2; }

.event.testimonial h5 {
  line-height: 1.8; }

.event.testimonial .testimonial {
  margin-bottom: -6px; }
  .event.testimonial .testimonial .slick-prev,
  .event.testimonial .testimonial .slick-next {
    height: 60px; }
    .event.testimonial .testimonial .slick-prev:before,
    .event.testimonial .testimonial .slick-next:before {
      font-size: 60px;
      opacity: 1; }
  .event.testimonial .testimonial .slick-list .slick-track .slick-slide {
    padding-top: 30px; }

.event.sponsor .sponsor-img {
  margin-bottom: 50px; }
  .event.sponsor .sponsor-img:nth-last-child(-n + 4) {
    margin-bottom: 0; }

.event.pricing .pricing-slider {
  margin-bottom: -6px; }

.event.pricing .price-container .price-feature {
  margin-bottom: 30px !important;
  letter-spacing: 1px; }

.event .filter-section .filter-container ul.filter > li.active {
  border-radius: 25px; }

.event.portfolio-section .isotopeSelector .overlay {
  border-radius: 15px;
  overflow: hidden; }
  .event.portfolio-section .isotopeSelector .overlay:hover .overlay-background i {
    border-radius: 10px; }

.event.contact .iframe-container {
  border-radius: 15px 0 0 15px;
  overflow: hidden; }

.event.contact .bg-white {
  border-radius: 0 15px 15px 0;
  overflow: hidden; }

.event.booking .form-inline .form-group input {
  font-size: 14px; }
  .event.booking .form-inline .form-group input::placeholder {
    font-family: "Work Sans", sans-serif; }

.event.zoom-gallery .filter-section .filter-container.nav-tabs .nav-link.active {
  background-color: var(--primary);
  border-radius: 25px; }

.event.zoom-gallery .isotopeContainer .my-masonry-grid .my-masonry-grid_column > div {
  background-color: transparent; }

.event.zoom-gallery .isotopeContainer .tab-content .tab-pane:first-child.active .my-masonry-grid_column .isotopeSelector, .event.zoom-gallery .isotopeContainer .tab-content .tab-pane:last-child.active .my-masonry-grid_column .isotopeSelector {
  animation: zoomIn 500ms ease-in-out;
  transition: all 0.4s ease; }

.event.zoom-gallery .isotopeContainer .tab-content .tab-pane:nth-child(2).active .my-masonry-grid_column .isotopeSelector {
  animation: slideInUp 500ms ease-in-out;
  transition: all 0.4s ease; }

.event.zoom-gallery .isotopeContainer .tab-content .tab-pane:nth-child(3).active .my-masonry-grid_column .isotopeSelector {
  animation: rotateInDownRight 500ms ease-in-out;
  transition: all 0.4s ease; }

/*************************
event css end
*************************/
/*************************
gym css start
*************************/
.gym h1,
.gym h2 {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize; }

.gym h4,
.gym h5,
.gym li {
  margin-top: 0;
  margin-bottom: 0; }

.gym nav {
  padding: 0; }

.gym h1,
.gym h2,
.gym h3,
.gym h4,
.gym h5,
.gym h6 {
  text-transform: capitalize; }

.gym h2,
.gym h3,
.gym h4,
.gym h5,
.gym h6,
.gym li,
.gym a {
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

.gym h2,
.gym h3,
.gym h4 {
  color: var(--primary); }

.gym h5,
.gym h6,
.gym p {
  color: var(--secondary); }

.gym h1 {
  font-size: calc(22px + (60 - 22) * ((100vw - 300px) / (1920 - 300)));
  color: #fff;
  font-weight: 200;
  margin-top: -5px;
  margin-bottom: -10px; }

.gym h2 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0px;
  margin-bottom: -5px; }

.gym h3 {
  letter-spacing: 1px; }

.gym h4 {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  margin-top: -8px;
  margin-bottom: -8px; }

.gym h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: 0; }

.gym .borders-before span:before {
  border-top: 2px solid var(--secondary); }

.gym.pricing .btn-default {
  background-color: var(--secondary); }
  .gym.pricing .btn-default:hover {
    background-color: #fff;
    transition: all 0.3s ease; }

.gym.brand-slider {
  padding: 50px 0; }

.gym .btn {
  padding: 14px 35px; }

.gym .borders-before {
  text-transform: uppercase;
  margin-bottom: 20px; }

.gym .title .borders-before {
  margin-left: 0;
  margin-top: -5px; }

.gym .about-img {
  position: relative;
  margin: 35px 0; }
  .gym .about-img .format-img {
    width: 65%; }
  .gym .about-img .border-size {
    position: absolute;
    width: 284px;
    height: 284px; }
    .gym .about-img .border-size.set-border-top {
      top: 0;
      left: 0;
      border-top: 3px solid #000;
      border-left: 3px solid #000;
      margin: 8px; }
    .gym .about-img .border-size.set-border-bottom {
      bottom: 0;
      right: 0;
      border-bottom: 3px solid #000;
      border-right: 3px solid #000;
      margin: 8px; }
  .gym .about-img .borders-around .bg-black {
    width: 60%; }
    .gym .about-img .borders-around .bg-black:before, .gym .about-img .borders-around .bg-black:after {
      width: 184px;
      height: 184px; }

.gym.format .title > img {
  margin-bottom: -17px; }

.gym.format .format-head-text {
  margin-bottom: 30px; }
  .gym.format .format-head-text .about-font-header {
    font-weight: 600;
    font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1920 - 300))); }

.gym.format .format-sub-text {
  margin-bottom: 45px; }
  .gym.format .format-sub-text .about-para {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: 0; }

.gym.format .icon-collection .about-icon .icons {
  filter: brightness(0) invert(1); }

.gym.format .icon-collection .about-icon:hover .icons {
  filter: unset; }

.gym.format.bg-cal-bmi .format-small-text h6 {
  margin-top: -4px; }

.gym input {
  margin-right: 12px;
  padding: 22px; }

.gym.bg-schedule {
  background-image: url("/assets/images/gym/bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1150px;
  background-color: #000; }

.gym.bg-cal-bmi {
  background-image: url("/assets/images/gym/calculat-bg.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-color: #000; }

.gym.bg-img3 {
  background-image: url("/assets/images/gym/counter/bg.jpg");
  background-size: cover;
  background-position: center center; }

.gym .gym-slider .slick-list {
  margin: 0; }
  .gym .gym-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }

.gym .gym-slider .slick-dots {
  bottom: 40px; }
  .gym .gym-slider .slick-dots li {
    width: 34px; }
    .gym .gym-slider .slick-dots li button {
      background: #fff;
      width: 34px;
      height: 3px;
      padding: 0;
      border-radius: unset;
      opacity: 1; }
      .gym .gym-slider .slick-dots li button:before {
        display: none; }
    .gym .gym-slider .slick-dots li.slick-active button {
      box-shadow: 0 0 10px 1px #c1c0c0; }
    .gym .gym-slider .slick-dots li + li {
      margin-left: 10px; }

.gym.bg-schedule .gym-slider {
  margin-bottom: 23px; }
  .gym.bg-schedule .gym-slider .slick-list {
    margin: 0 -15px; }
    .gym.bg-schedule .gym-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0 15px; }
  .gym.bg-schedule .gym-slider .slick-dots {
    bottom: -40px; }

.gym .borders-around .bg-black {
  height: 100%;
  width: 80%;
  position: absolute;
  background-color: #000;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0); }
  .gym .borders-around .bg-black:before, .gym .borders-around .bg-black:after {
    content: "";
    position: absolute;
    width: 125px;
    height: 125px; }
  .gym .borders-around .bg-black:before {
    top: -35px;
    left: -35px;
    border-top: 3px solid #000;
    border-left: 3px solid #000; }
  .gym .borders-around .bg-black:after {
    bottom: -35px;
    right: -35px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000; }

.gym .calculate-bmi {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  overflow: hidden; }
  .gym .calculate-bmi tr:last-child td {
    border-bottom: none; }
  .gym .calculate-bmi tr td:last-child {
    border-right: none; }
  .gym .calculate-bmi tr td {
    font-size: 16px;
    color: #fff;
    padding: 25px 0 25px 60px;
    font-weight: 500;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: all 0.2s; }
    .gym .calculate-bmi tr td:hover {
      background: rgba(255, 255, 255, 0.2); }

.gym.testimonial .testimonial-slider {
  margin-bottom: -6px; }
  .gym.testimonial .testimonial-slider img {
    width: auto !important; }
  .gym.testimonial .testimonial-slider .slick-dots {
    position: relative;
    bottom: unset;
    margin-top: 15px; }
    .gym.testimonial .testimonial-slider .slick-dots li button {
      width: 12px;
      height: 12px;
      opacity: 1;
      background: transparent;
      border: 2px solid #fff;
      border-radius: 100%; }
      .gym.testimonial .testimonial-slider .slick-dots li button:before {
        display: none; }
    .gym.testimonial .testimonial-slider .slick-dots li.slick-active button {
      background: #fff; }
  .gym.testimonial .testimonial-slider .testimonial-info .testimonial-para {
    font-weight: 200;
    letter-spacing: 0;
    font-size: 138%; }
  .gym.testimonial .testimonial-slider .testimonial-name {
    margin-bottom: 10px; }
    .gym.testimonial .testimonial-slider .testimonial-name .name {
      font-size: 20px; }
  .gym.testimonial .testimonial-slider .testimonial-post .post {
    font-weight: 200; }

.gym.brand-slider .item img {
  width: 70%;
  margin: 0 auto; }

.gym.trainers .title .main-title h2 {
  margin-bottom: -21px; }

.gym .icon-collection .about-icon,
.yoga .icon-collection .about-icon {
  background-color: transparent;
  border: 1px solid #fff;
  filter: none; }
  .gym .icon-collection .about-icon:hover,
  .yoga .icon-collection .about-icon:hover {
    background-color: white;
    box-shadow: none; }

/*************************
gym css end
*************************/
/*************************
popup css start
*************************/
.login-popup h2 {
  font-weight: 300; }

.login-popup.agency h2 {
  margin-top: -5px; }

.login-modal p {
  color: #8f8e94; }

.login-modal .btn-default {
  padding: 10px 30px; }

.login-modal .modal-content {
  border-radius: 0; }

.login-modal .modal-header {
  background: var(--light);
  padding: 0; }

.login-modal .modal-body {
  padding: 40px; }

.login-modal .form-group {
  margin-bottom: 25px; }
  .login-modal .form-group input {
    border: 1px solid #eaeaea;
    background-color: #efefef;
    border-radius: 50px;
    padding: 12px;
    padding-left: 30px;
    font-size: 12px; }
    .login-modal .form-group input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: var(--primary);
      opacity: 0.7; }
    .login-modal .form-group input::-moz-placeholder {
      /* Firefox 19+ */
      color: var(--primary);
      opacity: 0.7; }
    .login-modal .form-group input:-ms-input-placeholder {
      /* IE 10+ */
      color: var(--primary);
      opacity: 0.7; }
    .login-modal .form-group input:-moz-placeholder {
      /* Firefox 18- */
      color: var(--primary);
      opacity: 0.7; }
  .login-modal .form-group label {
    font-weight: 500;
    color: #777; }

.login-modal .btn {
  margin-top: 20px;
  z-index: 2; }

.login-modal .nav-item {
  margin-right: 20px; }

.login-modal .nav-pills .nav-link {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #b1b1b1; }
  .login-modal .nav-pills .nav-link.active {
    color: var(--primary);
    border-bottom: 2px solid;
    border-radius: 0; }

.login-modal .close {
  position: absolute;
  right: -30px;
  top: 16px;
  background: #f5f5f5;
  opacity: 1;
  color: var(--primary);
  z-index: 2; }

.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0; }
  .loader-wrapper .loader {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    width: 100px;
    height: 100px; }
    .loader-wrapper .loader > div {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%;
      background: var(--primary);
      transform: scale(0);
      transform-origin: center center;
      animation: loader 2s infinite linear; }
      .loader-wrapper .loader > div:nth-of-type(1), .loader-wrapper .loader > div:nth-of-type(5), .loader-wrapper .loader > div:nth-of-type(9) {
        animation-delay: 0.4s; }
      .loader-wrapper .loader > div:nth-of-type(4), .loader-wrapper .loader > div:nth-of-type(8) {
        animation-delay: 0.2s; }
      .loader-wrapper .loader > div:nth-of-type(2), .loader-wrapper .loader > div:nth-of-type(6) {
        animation-delay: 0.6s; }
      .loader-wrapper .loader > div:nth-of-type(3) {
        animation-delay: 0.8s; }

@keyframes loader {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

.speaker.team-sec .team-img {
  margin-bottom: 8px; }

.speaker .team-img {
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  transition: 0.6s;
  margin-bottom: 10px; }
  .speaker .team-img img {
    opacity: 1;
    transition: 0.5s; }
  .speaker .team-img .overlay {
    opacity: 0;
    transition: 0.6s; }
  .speaker .team-img .social {
    transition: 0.6s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .speaker .team-img .social ul {
      display: flex; }
      .speaker .team-img .social ul li {
        margin-right: 20px; }
        .speaker .team-img .social ul li:last-child {
          margin-right: 0; }
        .speaker .team-img .social ul li a i {
          display: flex;
          height: 30px;
          width: 30px;
          font-size: 16px;
          border: 2px solid #fff;
          border-radius: 100%;
          color: #fff; }
  .speaker .team-img:hover .overlay {
    transition: 0.6s;
    background-image: linear-gradient(var(--light), var(--dark));
    top: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute; }
  .speaker .team-img:hover .social {
    transition: 0.6s;
    opacity: 1; }

.speaker .employee .e-name {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600; }

.speaker .employee .post {
  color: var(--primary);
  font-weight: 400;
  letter-spacing: 0.5px; }

/*************************
  Popup css end
*************************/
/*************************
trainer slider css start
*************************/
.gym .trainers-slider .slick-list,
.yoga .trainers-slider .slick-list,
.creative .trainers-slider .slick-list {
  padding-top: 45px !important; }
  .gym .trainers-slider .slick-list .slick-track .slick-slide > div .item,
  .yoga .trainers-slider .slick-list .slick-track .slick-slide > div .item,
  .creative .trainers-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }
    .gym .trainers-slider .slick-list .slick-track .slick-slide > div .item .trainers-info,
    .yoga .trainers-slider .slick-list .slick-track .slick-slide > div .item .trainers-info,
    .creative .trainers-slider .slick-list .slick-track .slick-slide > div .item .trainers-info {
      display: none;
      padding-top: 50px;
      visibility: hidden; }
  .gym .trainers-slider .slick-list .slick-track .slick-slide.slick-active.slick-center > div .item img,
  .yoga .trainers-slider .slick-list .slick-track .slick-slide.slick-active.slick-center > div .item img,
  .creative .trainers-slider .slick-list .slick-track .slick-slide.slick-active.slick-center > div .item img {
    transition: 1s;
    transform: scale(1.2);
    box-shadow: 0 0 10px 0 #000; }
  .gym .trainers-slider .slick-list .slick-track .slick-slide.slick-active.slick-center > div .item .trainers-info,
  .yoga .trainers-slider .slick-list .slick-track .slick-slide.slick-active.slick-center > div .item .trainers-info,
  .creative .trainers-slider .slick-list .slick-track .slick-slide.slick-active.slick-center > div .item .trainers-info {
    display: block;
    visibility: visible; }

.gym .trainers-slider .socials-lists ul li a i,
.yoga .trainers-slider .socials-lists ul li a i,
.creative .trainers-slider .socials-lists ul li a i {
  height: 30px;
  width: 30px;
  font-size: 10px; }

/*************************
trainer slider css end
*************************/
/*************************
breadcrumb-section css start
*************************/
.radius-0 {
  border-radius: 0; }

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

.breadcrumb-section {
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  /*padding: 230px 0;*/ }
  .breadcrumb-section:not(.breadcrumb-left), .breadcrumb-section:not(.breadcrumb-right), .breadcrumb-section:not(.breadcrumb-slider) {
    background: url("/assets/images/inner-page/breadcrumb.jpg");
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay; }
  .breadcrumb-section.breadcrumb-left, .breadcrumb-section.breadcrumb-right {
    background: url("/assets/images/inner-page/breadcrumb-plain.jpg"); }
  .breadcrumb-section li {
    line-height: normal; }
  .breadcrumb-section.bredcrumb-color {
    background: var(--primary); }
  .breadcrumb-section.breadcrumb-gradient {
    background: linear-gradient(200deg, var(--light), var(--dark)); }
  .breadcrumb-section.bg1 {
    background: url("/assets/images/vaagai/vaagai-breadcrumb.jpg");
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #7592ae !important;
    height: 45vh;
    padding-top: 22vh; }
  .breadcrumb-section.bredcrumb-color .breadcrumb-text, .breadcrumb-section.breadcrumb-gradient .breadcrumb-text {
    color: #fff; }
  .breadcrumb-section.bredcrumb-color .breadcrumb li, .breadcrumb-section.breadcrumb-gradient .breadcrumb li {
    color: #fff; }
    .breadcrumb-section.bredcrumb-color .breadcrumb li a, .breadcrumb-section.breadcrumb-gradient .breadcrumb li a {
      color: #fff;
      opacity: 0.7; }
    .breadcrumb-section.bredcrumb-color .breadcrumb li + li:before, .breadcrumb-section.breadcrumb-gradient .breadcrumb li + li:before {
      color: #fff; }
  .breadcrumb-section .breadcrumb-text {
    color: #000;
    font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .breadcrumb-section .breadcrumb {
    padding: 0;
    background: transparent;
    justify-content: flex-end;
    margin: 0;
    display: flex;
    align-items: center; }
    .breadcrumb-section .breadcrumb li {
      letter-spacing: 1px;
      text-transform: capitalize;
      color: #000; }
      .breadcrumb-section .breadcrumb li + li:before {
        padding: 8px;
        color: #000;
        content: "/\A0"; }
      .breadcrumb-section .breadcrumb li a {
        color: #000;
        text-decoration: none; }
        .breadcrumb-section .breadcrumb li a:hover {
          color: #000;
          text-decoration: underline; }
  .breadcrumb-section.bg-dark.set-bg-dark {
    background-image: linear-gradient(var(--dark), var(--light)) !important; }
  .breadcrumb-section.bg-dark.bg-unset {
    background: unset; }
  .breadcrumb-section.bg-dark h2 {
    color: #fff; }
  .breadcrumb-section.bg-dark li {
    color: #fff; }
    .breadcrumb-section.bg-dark li a {
      color: #fff; }
      .breadcrumb-section.bg-dark li a:hover {
        color: #fff;
        opacity: 0.8; }
    .breadcrumb-section.bg-dark li:before {
      color: #fff !important; }
  .breadcrumb-section.bg-dark.bg-fixed {
    background-attachment: fixed; }
  .breadcrumb-section.big-type h2 {
    font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300))); }
  .breadcrumb-section.breadcrumb-slider {
    position: relative;
    height: 60vh; }
    .breadcrumb-section.breadcrumb-slider .slick-arrow:before {
      font-size: 20px;
      font-family: FontAwesome;
      opacity: 0; }
    .breadcrumb-section.breadcrumb-slider .slick-prev {
      left: 0;
      z-index: 1;
      transition: 0.9s; }
      .breadcrumb-section.breadcrumb-slider .slick-prev:before {
        content: "\F053"; }
    .breadcrumb-section.breadcrumb-slider .slick-next {
      right: 0;
      transition: 0.9s; }
      .breadcrumb-section.breadcrumb-slider .slick-next:before {
        content: "\F054"; }
    .breadcrumb-section.breadcrumb-slider:hover .slick-arrow:before {
      opacity: 1;
      transition: 0.9s; }
    .breadcrumb-section.breadcrumb-slider:hover .slick-prev {
      left: 30px;
      transition: 0.9s; }
    .breadcrumb-section.breadcrumb-slider:hover .slick-next {
      right: 30px;
      transition: 0.9s; }
    .breadcrumb-section.breadcrumb-slider .img-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0; }
    .breadcrumb-section.breadcrumb-slider .img-slider .bg1 {
      background: url("/assets/images/inner-page/breadcrumb-bg.jpg");
      height: 60vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: overlay;
      background-color: #00000094; }
    .breadcrumb-section.breadcrumb-slider .img-slider .bg2 {
      background: url("/assets/images/inner-page/blogs/1.jpg");
      height: 60vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: overlay;
      background-color: #00000094; }
    .breadcrumb-section.breadcrumb-slider .img-slider .bg3 {
      background: url("/assets/images/inner-page/breadcrumb-bg.jpg");
      height: 60vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: overlay;
      background-color: #00000094; }
    .breadcrumb-section.breadcrumb-slider .img-slider .bg4 {
      background: url("/assets/images/inner-page/blogs/1.jpg");
      height: 60vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: overlay;
      background-color: #00000094; }
    .breadcrumb-section.breadcrumb-slider .set-over {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5; }
  .breadcrumb-section.video-sec {
    background: unset;
    background-color: unset !important;
    height: 45vh; }
    .breadcrumb-section.video-sec .blocks:before {
      content: "";
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.38);
      position: absolute; }

/*************************
breadcrumb-section css end
*************************/
.breadcrumb-back-none {
  background-image: none !important; }

.breadcrumb-section-main {
  padding: 150px 0;
  background-color: #f8f8f8; }
  .breadcrumb-section-main .breadcrumb-contain {
    display: flex;
    align-items: center; }
    .breadcrumb-section-main .breadcrumb-contain > div {
      width: 30%; }
      .breadcrumb-section-main .breadcrumb-contain > div ul li {
        line-height: normal;
        display: inline;
        margin-right: 15px;
        position: relative; }
        .breadcrumb-section-main .breadcrumb-contain > div ul li a i {
          margin-right: 15px; }
        .breadcrumb-section-main .breadcrumb-contain > div ul li a:hover {
          color: #000; }
        .breadcrumb-section-main .breadcrumb-contain > div ul li:last-child {
          margin-right: 0; }
      .breadcrumb-section-main .breadcrumb-contain > div .breadcrumb-txt {
        font-weight: 500;
        font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
        margin-top: 0;
        margin-bottom: 0; }
      .breadcrumb-section-main .breadcrumb-contain > div:last-child {
        text-align: right;
        width: 70%; }
  .breadcrumb-section-main.inner-1 {
    background-color: #f8f8f8; }
    .breadcrumb-section-main.inner-1 .breadcrumb-txt {
      font-size: calc(20px + (45 - 20) * ((100vw - 300px) / (1920 - 300)));
      margin-bottom: 0;
      font-weight: 500; }
  .breadcrumb-section-main.inner-2 {
    background-color: #f8f8f8; }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li a {
      font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300))); }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb-txt {
      margin-bottom: 0; }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb {
      text-align: right;
      height: 100%;
      flex: auto; }
  .breadcrumb-section-main.inner-3 {
    background: #f8f8f8; }
    .breadcrumb-section-main.inner-3 .breadcrumb-contain ul li a {
      font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))); }
    .breadcrumb-section-main.inner-3 .breadcrumb-text {
      font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 500;
      margin-top: 0; }
  .breadcrumb-section-main.inner-4 .breadcrumb-contain ul li a {
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300))); }
  .breadcrumb-section-main.breadcrumb-section-sm {
    padding: 50px 0; }
    .breadcrumb-section-main.breadcrumb-section-sm .breadcrumb-contain .breadcrumb-txt {
      font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300))); }
    .breadcrumb-section-main.breadcrumb-section-sm .breadcrumb-contain ul li a {
      font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300))); }

.inner-breadcrumb .breadcrumb-contain ul li {
  margin-right: 0 !important; }
  .inner-breadcrumb .breadcrumb-contain ul li + li:before {
    padding: 10px 15px;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\F101"; }

/*************************
blog-section css start
*************************/
.blog-sec .blog-list .blog-agency .blog-contain {
  display: flex; }

.blog-sec.videos ~ .p-t-30 {
  padding-top: 0; }

.blog-sec.videos .video {
  background: url("/assets/images/agency/blog/21.jpg");
  background-blend-mode: overlay;
  background-color: #00000094;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0; }

.blog-sec.detail2 .bg-blog-detail {
  background: url("/assets/images/inner-page/blogs/1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.65); }
  .blog-sec.detail2 .bg-blog-detail .feature-text {
    font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px; }

.blog-sec .blog-detail-slider .owl-nav .owl-prev,
.blog-sec .blog-detail-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent; }
  .blog-sec .blog-detail-slider .owl-nav .owl-prev img,
  .blog-sec .blog-detail-slider .owl-nav .owl-next img {
    transition: 1s; }
  .blog-sec .blog-detail-slider .owl-nav .owl-prev:hover,
  .blog-sec .blog-detail-slider .owl-nav .owl-next:hover {
    background: transparent; }
    .blog-sec .blog-detail-slider .owl-nav .owl-prev:hover img,
    .blog-sec .blog-detail-slider .owl-nav .owl-next:hover img {
      filter: grayscale(0) brightness(0);
      transition: 1s; }

.blog-sec .blog-detail-slider .owl-nav .owl-prev {
  left: 5px; }

.blog-sec .blog-detail-slider .owl-nav .owl-next {
  right: 5px; }

.blog-sec.blog .isotopeContainer .blog-agency .blog-contain {
  display: block; }

.blog-sec.blog .container,
.blog-sec.blog .container-fluid {
  margin-bottom: -30px; }

.blog-sec.blog .blog-agency {
  margin-bottom: 30px; }
  .blog-sec.blog .blog-agency .blog-info .btn-bottom {
    margin-bottom: -5px; }

.blog-sec.portfolio-section .isotopeSelector:hover img {
  transform: unset; }

.blog-sec.portfolio-section .btn {
  border-radius: 50px; }

.blog-sidebar .blog-title {
  position: relative;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1; }
  .blog-sidebar .blog-title:before {
    content: "";
    border-bottom: 4px solid var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    transition: 0.5s; }
  .blog-sidebar .blog-title:hover:before {
    width: 25%;
    transition: 0.5s; }

.blog-sidebar .sidebar-container {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }
  .blog-sidebar .sidebar-container.insta {
    margin-bottom: 0; }
  .blog-sidebar .sidebar-container .sidebar-list li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative; }
    .blog-sidebar .sidebar-container .sidebar-list li a {
      color: #000;
      margin-left: 15px;
      transition: all 0.4s; }
      .blog-sidebar .sidebar-container .sidebar-list li a:hover {
        margin-left: 25px; }
      .blog-sidebar .sidebar-container .sidebar-list li a i {
        position: absolute;
        left: 10px;
        top: 12px; }
  .blog-sidebar .sidebar-container .newsletter .form-group {
    position: relative; }
    .blog-sidebar .sidebar-container .newsletter .form-group i {
      position: absolute;
      right: 4%;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 15px; }

.blog-sidebar .post-container {
  margin-bottom: 20px; }
  .blog-sidebar .post-container .post-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
  .blog-sidebar .post-container .date {
    color: #000; }
  .blog-sidebar .post-container div {
    position: relative; }
    .blog-sidebar .post-container div.w-35 {
      width: 35%; }
      .blog-sidebar .post-container div.w-35 img {
        border-radius: 4px; }
    .blog-sidebar .post-container div .badge {
      background: #000;
      color: #fff;
      padding: 6px 12px;
      border-radius: 50px;
      position: absolute;
      left: 0;
      transform: translate(0, -50%);
      top: 0; }
      .blog-sidebar .post-container div .badge.badge-red {
        background: #e3154f; }
      .blog-sidebar .post-container div .badge.badge-blue {
        background: #41a3ff; }
      .blog-sidebar .post-container div .badge.badge-yellow {
        background: #ffd200; }

.blog-sidebar input {
  padding: 16px 36px 16px 16px; }

.blog-sidebar .blog-insta {
  display: flex; }
  .blog-sidebar .blog-insta:last-child li {
    margin-bottom: 0; }
  .blog-sidebar .blog-insta li {
    margin-right: 5px;
    margin-bottom: 5px; }
    .blog-sidebar .blog-insta li:last-child {
      margin-right: 0; }

.blog-sidebar.blog-split .blog-list:nth-child(even) {
  text-align: right; }
  .blog-sidebar.blog-split .blog-list:nth-child(even) .center-text {
    justify-content: flex-end; }

/*************************
breadcrumb-section css end
*************************/
/*************************
error css start
*************************/
.error-sec {
  background: linear-gradient(var(--dark), var(--light));
  background-position: center;
  height: 100vh; }
  .error-sec .error-title {
    margin-top: -100px;
    margin-bottom: -50px;
    line-height: normal;
    font-size: 260px;
    font-weight: 500;
    color: #fff; }
  .error-sec .error-msg {
    font-weight: 500; }

.spin-earth-on-hover {
  transition: ease 200s !important;
  transform: rotate(-3600deg) !important; }

@keyframes rocket-movement {
  100% {
    transform: translate(120px, -60px); } }

@keyframes spin-earth {
  100% {
    transform: rotate(-360deg);
    transition: transform 20s; } }

@keyframes move-astronaut {
  100% {
    transform: translate(-10px, -10px); } }

@keyframes rotate-astronaut {
  100% {
    transform: rotate(-720deg); } }

@keyframes glow-star {
  40% {
    opacity: 0.3; }
  90%,
  100% {
    opacity: 1;
    transform: scale(1.2);
    border-radius: 999999px; } }

.bg-purple {
  background: linear-gradient(var(--light), #000);
  height: 100vh;
  overflow: hidden; }

.section-404 .btn-default:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1); }

.section-404 .text-404 {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 50px;
  font-weight: 300; }

.section-404 .central-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column; }

.section-404 .sub-text {
  margin-top: 50px;
  margin-bottom: 10px; }

.section-404 .objects img {
  z-index: 90;
  pointer-events: none; }

.section-404 .object_rocket {
  z-index: 95;
  position: absolute;
  transform: translateX(-50px);
  top: 75%;
  left: 0;
  pointer-events: none;
  width: 150px;
  animation: rocket-movement 20s linear infinite both running; }

.section-404 .object_earth {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 90;
  width: 100px; }

.section-404 .object_moon {
  position: absolute;
  top: 12%;
  left: 25%;
  width: 80px; }

.section-404 .object_astronaut {
  width: 170px;
  animation: rotate-astronaut 200s infinite linear both alternate; }

.section-404 .box_astronaut {
  z-index: 110 !important;
  position: absolute;
  top: 60%;
  right: 16%;
  will-change: transform;
  animation: move-astronaut 5s infinite linear both alternate; }

.section-404 .image-404 {
  position: relative;
  z-index: 100;
  pointer-events: none; }

.section-404 .stars {
  background: url("/assets/images/404/overlay_stars.svg");
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
  height: 100vh; }

.section-404 .text-inner {
  font-size: calc(100px + (250 - 100) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  margin-top: -62px;
  line-height: 1; }

.section-404 .glowing_stars .star {
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  width: 3px;
  height: 3px;
  opacity: 0.3;
  will-change: opacity; }

.section-404 .glowing_stars .star:nth-child(1) {
  top: 80%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 1s; }

.section-404 .glowing_stars .star:nth-child(2) {
  top: 20%;
  left: 40%;
  animation: glow-star 2s infinite ease-in-out alternate 3s; }

.section-404 .glowing_stars .star:nth-child(3) {
  top: 25%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 5s; }

.section-404 .glowing_stars .star:nth-child(4) {
  top: 75%;
  left: 80%;
  animation: glow-star 2s infinite ease-in-out alternate 7s; }

.section-404 .glowing_stars .star:nth-child(5) {
  top: 90%;
  left: 50%;
  animation: glow-star 2s infinite ease-in-out alternate 9s; }

.coming-soon {
  min-height: 100vh; }
  .coming-soon.coming-soon-2 {
    background: url("/assets/images/inner-page/maintain-soon/friend.jpg");
    background-position: center;
    background-size: cover;
    min-height: 100%;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6); }
  .coming-soon .bg-coming-soon {
    background: url("/assets/images/inner-page/maintain-soon/bg-come-soon.jpg");
    background-position: center;
    background-size: cover;
    height: 100%; }
  .coming-soon .socials-lists ul li {
    padding: 0 10px; }
  .coming-soon .center-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .coming-soon .our-web-text {
    font-weight: 500;
    letter-spacing: 1px; }
  .coming-soon .launch-text,
  .coming-soon .launch-text2 {
    text-transform: uppercase;
    color: #b1b1b1; }
  .coming-soon .launch-text {
    margin-top: 20px;
    margin-bottom: 80px;
    letter-spacing: 1px; }
  .coming-soon .launch-text2 {
    margin-top: 30px;
    margin-bottom: 60px; }
  .coming-soon .coming-logo {
    margin-bottom: 45px; }
  .coming-soon .counters-content {
    display: inline-block; }
  .coming-soon .count {
    text-align: center;
    border-right: 1px solid #777;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .coming-soon .count.no-border {
      border-right: none; }
    .coming-soon .count span {
      font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
      display: block;
      padding-top: 10px; }
    .coming-soon .count h2 {
      font-family: "Work Sans", sans-serif;
      padding: 0 40px; }
    .coming-soon .count .days {
      font-weight: 300; }
    .coming-soon .count .days-text {
      font-size: calc(20px + (38 - 20) * ((100vw - 320px) / (1920 - 320))); }

/*************************
error css end
*************************/
/*************************
  Filter css start
*************************/
.filter-section .filter-container {
  text-align: center;
  padding: 0 0 50px;
  justify-content: center;
  border-bottom: none !important; }
  .filter-section .filter-container.nav-tabs .nav-link {
    border: none;
    padding: 9px 25px 10px;
    border-radius: 0;
    color: #777;
    font-family: "work-sans", sans-serif;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
    letter-spacing: 1px; }
    .filter-section .filter-container.nav-tabs .nav-link.active {
      background-color: #000;
      color: #fff; }
  .filter-section .filter-container.nav-tabs .nav-item.show .nav-link {
    background-color: #000;
    color: #fff; }
  .filter-section .filter-container ul > li {
    padding: 0 25px; }
    .filter-section .filter-container ul > li > a {
      color: #777;
      font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
      line-height: 2.2;
      letter-spacing: 1px;
      font-family: "Work Sans", sans-serif; }
      .filter-section .filter-container ul > li > a:hover, .filter-section .filter-container ul > li > a:focus {
        text-decoration: none;
        color: var(--primary);
        outline: none; }
    .filter-section .filter-container ul > li.active {
      background-color: var(--primary); }
      .filter-section .filter-container ul > li.active a {
        color: #fff; }
    .filter-section .filter-container ul > li span {
      color: #dddddd;
      font-size: 20px;
      display: inline-block;
      margin: 0 5px; }
  .filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0; }

.filter-section .title1 .title-inner1 {
  margin-top: -5px; }

.filter-section h1 {
  text-align: center; }

/*************************
  Filter css ends
*************************/
/*************************
  Portfolio Start
*************************/
.portfolio-section .portfolio-section {
  padding: 0; }

.portfolio-section.videos .video {
  background: url("/assets/images/agency/blog/21.jpg");
  background-blend-mode: overlay;
  background-color: #00000094;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0; }

.portfolio-section.event .container,
.portfolio-section.event .container-fluid, .portfolio-section.wedding .container,
.portfolio-section.wedding .container-fluid, .portfolio-section.creative .container,
.portfolio-section.creative .container-fluid {
  margin-bottom: -30px; }
  .portfolio-section.event .container .isotopeSelector,
  .portfolio-section.event .container-fluid .isotopeSelector, .portfolio-section.wedding .container .isotopeSelector,
  .portfolio-section.wedding .container-fluid .isotopeSelector, .portfolio-section.creative .container .isotopeSelector,
  .portfolio-section.creative .container-fluid .isotopeSelector {
    margin-bottom: 30px; }

.portfolio-section .list-inline {
  display: block; }
  .portfolio-section .list-inline li {
    display: inline-block; }
    .portfolio-section .list-inline li a {
      font-family: "Work Sans", sans-serif;
      letter-spacing: 0; }

.portfolio-section .center_tag {
  display: flex;
  justify-content: center; }

.portfolio-section .article-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  transition: all 0.5s ease;
  text-align: center;
  float: left;
  font-size: 18px;
  line-height: 24px; }
  .portfolio-section .article-title a {
    color: white; }

.portfolio-section .isotopeSelector {
  float: left;
  width: 100%;
  position: relative; }
  .portfolio-section .isotopeSelector .overlay {
    opacity: 1;
    position: relative; }
    .portfolio-section .isotopeSelector .overlay:before {
      content: ""; }
  .portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto; }

.portfolio-section .isotopeSelector img {
  transition: all 0.4s ease; }

.portfolio-section .isotopeSelector .overlay-background {
  transform: scale(0);
  transition: all 0.4s ease; }
  .portfolio-section .isotopeSelector .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    color: var(--primary);
    font-size: 22px;
    display: none;
    transition: all 0.4s ease;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center; }

.portfolio-section .isotopeSelector .overlay:hover img {
  transform: scale(1.2) rotate(2deg);
  transition: all 0.4s ease; }

.portfolio-section .isotopeSelector .overlay:hover .overlay-background {
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease; }
  .portfolio-section .isotopeSelector .overlay:hover .overlay-background i {
    display: flex;
    transition: all 0.4s ease; }

.portfolio-section .border-portfolio {
  overflow: hidden; }

.portfolio-section #form2 {
  padding-bottom: 20px; }
  .portfolio-section #form2 .filter-button {
    width: unset !important; }

.portfolio-section .filter-button {
  padding: 0 24px;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 35px;
  border: none;
  background-color: white;
  cursor: pointer; }
  .portfolio-section .filter-button.active {
    background-color: var(--primary);
    color: #fff; }

.portfolio-section.metro-section .product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  transition: all 0.5s ease;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center; }
  .portfolio-section.metro-section .product-box .product-detail h6 {
    color: #777;
    padding-top: 0;
    line-height: normal;
    margin-top: 0; }
  .portfolio-section.metro-section .product-box .product-detail h4 {
    font-weight: 400;
    color: #000; }

.portfolio-section.metro-section .product-box .cart-wrap {
  top: 30px;
  bottom: unset;
  right: 30px; }
  .portfolio-section.metro-section .product-box .cart-wrap button {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
    .portfolio-section.metro-section .product-box .cart-wrap button i {
      padding: 7px;
      color: #777; }
  .portfolio-section.metro-section .product-box .cart-wrap a i {
    border: 1px solid #fff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #777;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.portfolio-section.metro-section .product-box:hover .product-detail {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 15px; }

.portfolio-section.metro-section .product-box:hover .cart-wrap button {
  animation: none; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a i {
  opacity: 1; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
  animation: fadeInDown 500ms ease-in-out; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
  animation: fadeInDown 700ms ease-in-out; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
  animation: fadeInDown 1000ms ease-in-out; }

.portfolio-section .portfolio-text {
  margin-top: 10px; }
  .portfolio-section .portfolio-text .head-text {
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 100px; }
  .portfolio-section .portfolio-text .head-sub-text {
    color: #808080; }

.portfolio-section.masonray-sec .isotopeContainer {
  margin-top: -30px; }

.portfolio-section.masonray-sec .border-portfolio {
  margin-top: 30px; }

.portfolio-section.masonray-sec .full-width-grid .border-portfolio {
  margin-top: 0; }

.portfolio-section.masonray-sec.titles .head-text {
  line-height: 2;
  margin-bottom: 0; }

.masonary-portfolio .border-portfolio {
  margin-top: 0 !important; }

.portfolio-creative .isotopeSelector {
  overflow: hidden; }

.portfolio-creative .row:nth-child(even) .isotopeSelector {
  order: 2; }

.portfolio-creative.creative2 .row > div:nth-child(5n) {
  order: 2; }

.portfolio-creative .head-text {
  font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 12px;
  position: relative; }
  .portfolio-creative .head-text:before {
    content: "";
    border-bottom: 3px solid;
    width: 60px;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 0);
    left: 50%; }

.portfolio-creative .head-sub-text {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #808080;
  padding: 0 80px;
  margin-top: 15px; }

.portfolio-creative.creative2 .head-text {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300)));
  line-height: 60px; }

.portfolio-creative.creative3 .portfolio-text {
  padding: 50px 15px;
  margin-top: 0; }
  .portfolio-creative.creative3 .portfolio-text .head-text,
  .portfolio-creative.creative3 .portfolio-text .header-sub-text {
    display: inline-block; }
  .portfolio-creative.creative3 .portfolio-text .head-text:before {
    transform: unset;
    left: 0; }
  .portfolio-creative.creative3 .portfolio-text .head-sub-text {
    padding: 0;
    margin: 0; }

.pagination_sec {
  margin-top: 50px;
  justify-content: center;
  display: flex; }
  .pagination_sec ul li {
    height: 50px;
    width: 50px;
    margin: 0 10px;
    background: #eceaea;
    display: inline-block; }
    .pagination_sec ul li .prev,
    .pagination_sec ul li .next {
      background: #f7f7f7; }
    .pagination_sec ul li a {
      color: var(--primary);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      transition: 0.5s; }
      .pagination_sec ul li a.active, .pagination_sec ul li a:hover {
        transition: 0.5s;
        background: var(--primary);
        color: #eceaea; }

.portfolio-detail h5 {
  margin-top: -6px; }

.portfolio-detail .detail-head {
  font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 25px; }

.portfolio-detail .detail-container {
  padding: 10px 0;
  border-bottom: 1px solid #eee; }
  .portfolio-detail .detail-container .portfolio-left {
    width: 25%; }
    .portfolio-detail .detail-container .portfolio-left .text-left {
      font-weight: 500; }
  .portfolio-detail .detail-container .portfolio-right {
    width: 75%; }

/*************************
  Portfolio Ends
*************************/
/*************************
  Single-blog Sec start
*************************/
.single_blog_item .blog-text h6 {
  margin-top: 15px;
  font-weight: 500;
  color: #777; }

.single_blog_item .blog-text .blog-head {
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 10px; }

.single_blog_item .blog-text .blog-description {
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  padding-bottom: 20px; }
  .single_blog_item .blog-text .blog-description p {
    font-weight: 400;
    color: #777;
    margin-bottom: 25px;
    letter-spacing: 0; }
  .single_blog_item .blog-text .blog-description h5 {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase; }
    .single_blog_item .blog-text .blog-description h5.pull-right {
      display: inline-block; }
      .single_blog_item .blog-text .blog-description h5.pull-right i {
        color: var(--primary); }

.single_blog_item .slick-slider .slick-prev,
.single_blog_item .slick-slider .slick-next {
  top: 46%; }

.single_blog_item .slick-slider .slick-arrow::before {
  font-size: 60px; }

.single_blog_item .slick-slider .slick-prev {
  left: 0;
  z-index: 1; }

.single_blog_item .slick-slider .slick-next {
  right: 40px; }

.page-header-comment {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 500; }

.blog_comment.comment-list .comment_sec {
  padding: 15px 0 0; }
  .blog_comment.comment-list .comment_sec .blog_center {
    display: flex; }
    .blog_comment.comment-list .comment_sec .blog_center .thumbnail {
      display: block;
      padding: 4px;
      margin: 0;
      background-color: #fff;
      border-radius: 5px;
      transition: all 0.2s ease-in-out; }
      .blog_comment.comment-list .comment_sec .blog_center .thumbnail img {
        border-radius: 50%;
        width: 50px; }
    .blog_comment.comment-list .comment_sec .blog_center .blog_user {
      margin-left: 15px;
      width: 100%;
      position: relative; }
      .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn {
        color: var(--primary);
        transition: 0.5s;
        float: right; }
        .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn:hover {
          color: #777;
          transition: 0.5s; }
      .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right {
        float: right;
        padding: 5px 10px 0;
        color: #777;
        text-transform: capitalize;
        font-weight: 300;
        margin-bottom: -3px; }
        .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right:hover {
          color: var(--primary); }
      .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left {
        display: flex;
        border-bottom: 1px solid rgba(51, 51, 51, 0.25);
        padding: 10px 0;
        position: relative; }
        .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .right_text {
          position: absolute;
          right: 0;
          top: 0;
          padding: 10px 20px;
          background-color: #808080;
          font-weight: 500; }
        .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user {
          display: flex;
          height: 100%;
          align-items: center; }
          .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user h6 {
            margin: 0;
            line-height: 0;
            font-weight: 500;
            color: #777; }
          .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user i {
            color: var(--primary);
            margin-right: 5px; }
        .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date {
          margin-left: 10px;
          display: flex;
          height: 100%;
          align-items: center; }
          .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date h6 {
            margin: 0;
            line-height: 0;
            color: #777;
            font-weight: 500; }
          .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date i {
            color: var(--primary);
            margin-right: 5px; }
      .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .comment-post p {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        font-weight: 400;
        color: #777;
        letter-spacing: 0; }
    .blog_comment.comment-list .comment_sec .blog_center.re_comment {
      margin-top: 5px; }

.comment_form {
  margin: 0 auto;
  position: relative; }
  .comment_form .title {
    color: #777;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px; }
  .comment_form .comment-form .form-field {
    position: relative;
    margin: 35px 0;
    padding: 0 35px 0 20px; }
    .comment_form .comment-form .form-field textarea {
      resize: none; }
  .comment_form .comment-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #777;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400; }
    .comment_form .comment-form .input-text:focus {
      outline: none; }
    .comment_form .comment-form .input-text:focus + .label, .comment_form .comment-form .input-text.not-empty + .label {
      transform: translateY(-24px); }
  .comment_form .comment-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #808080;
    cursor: text;
    transition: transform 0.2s ease-in-out; }
  .comment_form .comment-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer; }
  .comment_form .comment-form .comment_btn {
    display: flex;
    justify-content: center; }
  .comment_form .note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 21px; }
    .comment_form .note .link {
      color: #808080;
      text-decoration: none; }
      .comment_form .note .link:hover {
        text-decoration: underline; }
  .comment_form.map_form .map_text {
    padding: 60px 30px;
    background-color: #808080;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .comment_form.map_form .map_text .title {
      color: #fff; }
    .comment_form.map_form .map_text p {
      margin: 15px 0 35px 0;
      line-height: 1.4em;
      letter-spacing: 0.1em;
      font-weight: 500;
      color: rgba(68, 68, 68, 0.67); }
    .comment_form.map_form .map_text .title {
      margin-top: 0;
      text-align: unset;
      color: #777;
      font-weight: 600; }
    .comment_form.map_form .map_text .contect_info .contect-title h3 {
      margin-bottom: 16px;
      color: #777; }
    .comment_form.map_form .map_text .contect_info .contant-text ul {
      color: #777; }
      .comment_form.map_form .map_text .contect_info .contant-text ul li {
        display: flex;
        margin-bottom: 15px;
        letter-spacing: 0.1em;
        color: rgba(68, 68, 68, 0.67);
        font-weight: 500; }
        .comment_form.map_form .map_text .contect_info .contant-text ul li:nth-child(4) {
          margin-bottom: 0; }
        .comment_form.map_form .map_text .contect_info .contant-text ul li i {
          margin-right: 10px; }
  .comment_form.map_form .center {
    padding: 0; }
    .comment_form.map_form .center .contect_form {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%; }
      .comment_form.map_form .center .contect_form .full_form {
        width: 100%;
        padding: 90px;
        background-color: white; }
        .comment_form.map_form .center .contect_form .full_form h3 {
          font-weight: 500; }
        .comment_form.map_form .center .contect_form .full_form .comment-form .form-field {
          padding: 0 20px;
          margin: 30px 0; }
        .comment_form.map_form .center .contect_form .full_form .comment-form .input-text {
          background-color: white; }
        .comment_form.map_form .center .contect_form .full_form .comment-form .comment_btn {
          margin-top: 25px;
          display: unset;
          justify-content: unset; }
          .comment_form.map_form .center .contect_form .full_form .comment-form .comment_btn .con_btn {
            margin-top: 20px; }
  .comment_form.coming-soon .comment-form .input-text {
    background-color: transparent; }
  .comment_form.coming-soon .comment-form .form-field {
    margin: 20px 0; }

.compare-page .table-wrapper {
  padding-bottom: 0; }
  .compare-page .table-wrapper .table {
    border: 1px solid #eeeeee;
    text-transform: capitalize;
    color: #000; }
    .compare-page .table-wrapper .table .product-name {
      width: 15%; }
    .compare-page .table-wrapper .table .featured-image {
      width: 185px; }
    .compare-page .table-wrapper .table td {
      border-top: none; }
    .compare-page .table-wrapper .table thead .th-compare td {
      font-size: 14px;
      font-weight: 700;
      background: #f8f8f8;
      border-right: 1px solid #eee; }
    .compare-page .table-wrapper .table thead .th-compare th {
      text-align: left;
      border-bottom: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee; }
      .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
        float: left;
        border: none;
        background: transparent;
        padding: 0;
        font-size: 14px;
        font-weight: 500; }
    .compare-page .table-wrapper .table tbody tr th {
      background: #f8f8f8; }
    .compare-page .table-wrapper .table tbody tr td {
      border-right: 1px solid #eee;
      position: relative; }
    .compare-page .table-wrapper .table tbody tr th,
    .compare-page .table-wrapper .table tbody tr td {
      padding: 15px;
      vertical-align: top;
      border-bottom: 1px solid #eee;
      border-top: 1px solid #eee;
      border-right: 1px solid #eee; }
    .compare-page .table-wrapper .table tbody tr .grid-link__title {
      font-size: 15px; }
    .compare-page .table-wrapper .table tbody tr .product_price {
      margin: 15px 0; }
      .compare-page .table-wrapper .table tbody tr .product_price span.money {
        padding-left: 5px; }
    .compare-page .table-wrapper .table tbody tr p {
      color: #000;
      font-size: 13px;
      line-height: 20px;
      margin: 0; }
    .compare-page .table-wrapper .table tbody tr .add-to-cart,
    .compare-page .table-wrapper .table tbody tr .select-option-cls {
      padding: 6px 10px; }

/*************************
  compare start
*************************/
.compare-section .item {
  position: relative;
  border: 1px solid #dddddd;
  border-left: none; }
  .compare-section .item:first-child {
    border-left: 1px solid #dddddd; }
  .compare-section .item .close-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0; }
  .compare-section .item .img-secton {
    padding: 0 15px 15px; }
    .compare-section .item .img-secton img {
      width: 50%;
      margin: 0 auto;
      padding-top: 25px; }
    .compare-section .item .img-secton a h5 {
      margin-bottom: 0;
      text-transform: capitalize;
      margin-top: 10px; }
    .compare-section .item .img-secton h5 {
      margin-bottom: 0;
      line-height: 1.2; }
  .compare-section .item .detail-part .title-detail {
    background-color: #f7f7f7;
    padding: 8px 10px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
    .compare-section .item .detail-part .title-detail h5 {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 400;
      color: #000; }
  .compare-section .item .detail-part .inner-detail {
    padding: 15px; }
    .compare-section .item .detail-part .inner-detail p {
      margin-bottom: 0;
      line-height: 1.2;
      letter-spacing: 0.05em; }
  .compare-section .item .btn-part {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #dddddd; }
    .compare-section .item .btn-part .btn-solid,
    .compare-section .item .btn-part .btn-outline {
      padding: 5px 10px; }

.compare-section .slick-slide > div {
  border: 1px solid #dddddd;
  border-left: none; }

.compare-section .slick-slide:first-child {
  border-left: 1px solid #dddddd; }

.cart-section .btn-default,
.wishlist-section .btn-default {
  border-radius: 0; }

.cart-section .table tbody + tbody,
.wishlist-section .table tbody + tbody {
  border-top: none; }

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
  padding-top: 35px; }
  .cart-section .cart-buttons > div:last-child,
  .wishlist-section .cart-buttons > div:last-child {
    text-align: right;
    padding-right: 59px; }

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right; }
  .cart-section .wishlist-buttons:last-child a,
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px; }

.cart-section .cart-table,
.wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0; }
  .cart-section .cart-table thead th,
  .wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem 0.75rem 0.75rem; }

.cart-section tbody h2,
.wishlist-section tbody h2 {
  margin-bottom: 0; }

.cart-section tbody tr td,
.wishlist-section tbody tr td {
  min-width: 210px;
  vertical-align: middle;
  color: #808080;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  text-align: center; }
  .cart-section tbody tr td a,
  .cart-section tbody tr td p,
  .wishlist-section tbody tr td a,
  .wishlist-section tbody tr td p {
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 0; }
    .cart-section tbody tr td a img,
    .cart-section tbody tr td p img,
    .wishlist-section tbody tr td a img,
    .wishlist-section tbody tr td p img {
      height: 90px; }
  .cart-section tbody tr td .td-color,
  .wishlist-section tbody tr td .td-color {
    color: var(--primary); }
  .cart-section tbody tr td h2,
  .wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 400; }
  .cart-section tbody tr td .mobile-cart-content,
  .wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    justify-content: center;
    margin-top: 10px; }
    .cart-section tbody tr td .mobile-cart-content .qty-box,
    .wishlist-section tbody tr td .mobile-cart-content .qty-box {
      border-radius: 5px; }
      .cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
      .wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
        width: 48px;
        padding: 6px;
        border-radius: 0; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      align-self: center;
      margin-left: 10px;
      margin-right: 10px; }
    .cart-section tbody tr td .mobile-cart-content h2,
    .wishlist-section tbody tr td .mobile-cart-content h2 {
      font-size: 20px; }

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right; }

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px; }
  .cart-section tfoot tr td h2,
  .wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0; }
  .cart-section tfoot tr td:first-child,
  .wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700; }

.collection .container {
  margin-bottom: -30px; }

.collection .collection-block {
  text-align: center;
  margin-bottom: 30px; }
  .collection .collection-block .collection-content {
    padding: 15px;
    text-align: center; }
    .collection .collection-block .collection-content h3 {
      margin-bottom: 20px;
      color: var(--primary);
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.05em; }
    .collection .collection-block .collection-content h4 {
      margin-bottom: 12px;
      font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
      color: #666666; }
    .collection .collection-block .collection-content p {
      margin-bottom: 10px;
      color: #8f8e94; }
    .collection .collection-block .collection-content .btn-solid,
    .collection .collection-block .collection-content .btn-outline {
      padding: 10px 25px; }

.masonry-filter .portfolio-section.masonray-sec .isotopeContainer {
  margin-top: 0; }

.input-range__slider {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important; }

.input-range__track--active {
  background: var(--primary) !important; }

.input-range {
  margin-bottom: 34px; }

.checkout-page .form-group input {
  width: unset; }

.checkout-page .checkout-title {
  margin-bottom: 25px; }
  .checkout-page .checkout-title h3 {
    color: var(--primary);
    font-weight: 700; }

.checkout-page .checkout-form .checkout-details {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 40px; }

.checkout-page .checkout-form .check-out .form-group:last-child {
  margin-bottom: -5px; }
  .checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: -5px; }

.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px; }
  .checkout-page .checkout-form .form-group h3 {
    color: #808080;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px; }
  .checkout-page .checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 700; }
    .checkout-page .checkout-form .form-group .field-label span {
      font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
      color: var(--primary);
      font-weight: 600; }
  .checkout-page .checkout-form .form-group label {
    color: #808080; }

.checkout-page .checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url("/assets/images/inner-page/dropdown.png") no-repeat 95%; }

.checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd; }

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd; }

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px; }
  .checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: #808080; }

.checkout-page .lower-content {
  margin-top: 30px; }
  .checkout-page .lower-content .order-column {
    margin-bottom: 40px; }

.order-box {
  position: relative;
  margin-bottom: 50px; }
  .order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: var(--primary);
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    border-bottom: 1px solid #eceaea;
    margin-bottom: 20px; }
    .order-box .title-box span {
      position: relative;
      width: 35%;
      float: right;
      line-height: 1.2em; }
  .order-box .qty {
    position: relative;
    border-bottom: 1px solid #eceaea;
    margin-bottom: 30px; }
    .order-box .qty li {
      position: relative;
      display: block;
      font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
      color: #808080;
      line-height: 20px;
      margin-bottom: 20px; }
      .order-box .qty li span {
        float: right;
        font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
        line-height: 20px;
        color: #000;
        font-weight: 400;
        width: 35%; }
  .order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px; }
    .order-box .sub-total li {
      position: relative;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      line-height: 20px;
      margin-bottom: 20px;
      width: 100%; }
      .order-box .sub-total li .count {
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: var(--primary);
        font-weight: 400;
        width: 35%;
        float: right; }
    .order-box .sub-total .shopping-option label {
      position: relative;
      font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
      line-height: 32px;
      padding-left: 5px;
      color: #808080;
      font-weight: 500; }
    .order-box .sub-total .shopping-option .form-check-input {
      margin-top: 9px; }
    .order-box .sub-total .shipping {
      width: 35%;
      float: right; }
  .order-box .total {
    position: relative;
    margin-bottom: 40px; }
    .order-box .total li {
      position: relative;
      display: block;
      font-weight: 400;
      color: #333333;
      line-height: 20px;
      margin-bottom: 10px;
      font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300))); }
      .order-box .total li .count {
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: var(--primary);
        font-weight: 400; }
      .order-box .total li span {
        float: right;
        font-size: 15px;
        line-height: 20px;
        color: #808080;
        font-weight: 400;
        width: 35%;
        display: block; }

.payment-box {
  position: relative; }
  .payment-box .upper-box {
    position: relative; }
  .payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px; }
    .payment-box .payment-options li {
      display: flex;
      margin-bottom: 15px; }
      .payment-box .payment-options li .radio-option {
        position: relative; }
        .payment-box .payment-options li .radio-option label {
          position: relative;
          padding-left: 30px;
          text-transform: capitalize;
          color: #808080;
          cursor: pointer;
          font-weight: 500;
          font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
          line-height: 20px;
          margin-bottom: 0; }
        .payment-box .payment-options li .radio-option input[type="radio"] {
          position: absolute;
          left: 24px;
          top: -2px; }
        .payment-box .payment-options li .radio-option label .small-text {
          position: relative;
          display: none;
          font-size: 15px;
          line-height: 25px;
          font-weight: 300;
          color: #666666;
          margin-top: 10px; }
        .payment-box .payment-options li .radio-option label img {
          position: relative;
          display: block;
          max-width: 100%;
          margin-left: -30px;
          margin-top: 5px; }

/*************************
  compare Ends
*************************/
/*************************
  category Start
*************************/
.collection-filter-block {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #dddddd;
  background-color: #fff; }
  .collection-filter-block .product-service {
    padding: 0; }
    .collection-filter-block .product-service .media {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dddddd; }
      .collection-filter-block .product-service .media svg {
        height: 40px;
        width: 40px; }
        .collection-filter-block .product-service .media svg path {
          fill: var(--primary); }
      .collection-filter-block .product-service .media .media-body {
        padding-left: 10px; }
        .collection-filter-block .product-service .media .media-body h4 {
          margin-bottom: 5px; }
        .collection-filter-block .product-service .media .media-body p {
          margin-bottom: 0;
          text-transform: capitalize;
          letter-spacing: 0;
          font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300))); }
      .collection-filter-block .product-service .media:last-child {
        padding-bottom: 0; }

.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  display: none; }
  .collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    cursor: pointer; }
    .collection-mobile-back span i {
      font-size: 20px;
      font-weight: bold;
      margin-right: 5px; }

.filter-main-btn {
  display: none;
  margin-bottom: 20px;
  cursor: pointer; }

.collection-collapse-block + .collection-collapse-block {
  padding-top: 30px; }

.collection-collapse-block .collapse-block-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0; }
  .collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    content: "\F0D7";
    font-family: FontAwesome;
    color: #444444; }

.collection-collapse-block .collection-collapse-block-content .color-selector {
  margin-top: 20px; }

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    color: #808080;
    padding-bottom: 10px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
    padding-bottom: 0; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 20px; }

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  margin-bottom: 12px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
    margin-top: 20px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
    margin-bottom: 0; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #777777;
    font-weight: 600;
    letter-spacing: 0.5px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
      top: 1px;
      height: 15px;
      width: 15px;
      background: #fff;
      border: 1px solid #777777; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
      top: 1px;
      height: 15px;
      width: 15px;
      background-size: 65%; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>"); }

.color-selector ul li {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #808080; }

.color-selector ul .color-1 {
  background-color: #fff; }

.color-selector ul .color-2 {
  background-color: #f3e5e4; }

.color-selector ul .color-3 {
  background-color: #d5d5ec; }

.color-selector ul .color-4 {
  background-color: #bcecf7; }

.color-selector ul .color-5 {
  background-color: #fff2cf; }

.color-selector ul .color-6 {
  background-color: #ffcfcf; }

.color-selector ul .color-7 {
  background-color: #d1d1d1; }

.color-selector ul li.active {
  border: 1px solid #000;
  position: relative; }
  .color-selector ul li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute; }

.black {
  background-color: black; }

.brown {
  background-color: brown; }

.gold {
  background-color: gold; }

.darkred {
  background-color: black; }

.darkseagreen,
.darkgreen {
  background-color: darkseagreen; }

.blue {
  background-color: blue; }

.steelblue {
  background-color: steelblue; }

.bisque {
  background-color: bisque; }

.darkorange {
  background-color: darkorange; }

.darkslategray {
  background-color: darkslategray; }

.saddlebrown {
  background-color: saddlebrown; }

.theme-card {
  position: relative; }
  .theme-card.center-align {
    display: flex;
    height: 100%;
    align-items: center; }
    .theme-card.center-align .offer-slider .product-box2 .media .media-body {
      margin-top: 0; }
  .theme-card.card-border {
    border: 1px solid #dddddd; }
    .theme-card.card-border h5 {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 30px;
      margin-top: 0; }
    .theme-card.card-border .slick-prev,
    .theme-card.card-border .slick-next {
      top: -45px; }
    .theme-card.card-border .slick-next {
      right: 30px; }
    .theme-card.card-border .slick-prev {
      right: 50px; }
    .theme-card.card-border .offer-slider {
      padding-top: 0;
      padding-bottom: 10px; }
      .theme-card.card-border .offer-slider img {
        padding: 15px 15px 15px 30px; }
      .theme-card.card-border .offer-slider .media .media-body a h6 {
        margin-right: 25px; }
  .theme-card h5 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -5px; }
    .theme-card h5.title-border {
      border-bottom: 1px solid #dddddd; }
  .theme-card .slick-prev,
  .theme-card .slick-next {
    top: -35px; }
    .theme-card .slick-prev:before,
    .theme-card .slick-next:before {
      font: normal normal normal 30px/1 FontAwesome;
      color: #000;
      opacity: 0.6; }
  .theme-card .slick-next {
    right: 0; }
    .theme-card .slick-next:before {
      content: "\F105"; }
  .theme-card .slick-prev {
    left: unset;
    right: 25px; }
    .theme-card .slick-prev:before {
      content: "\F104"; }
  .theme-card .offer-slider img {
    height: 160px;
    padding: 15px 15px 15px 0; }
  .theme-card .offer-slider > div .media:last-child .media-body {
    margin-top: 15px; }
  .theme-card .offer-slider > div .media:last-child img {
    margin-bottom: -15px; }
  .theme-card .offer-slider .media .media-body .rating {
    margin-top: 0; }
    .theme-card .offer-slider .media .media-body .rating i {
      padding-right: 5px; }
      .theme-card .offer-slider .media .media-body .rating i:nth-child(-n + 4) {
        color: #ffa200; }
      .theme-card .offer-slider .media .media-body .rating i:last-child {
        color: #dddddd; }
  .theme-card .offer-slider .media .media-body a h6 {
    margin-right: 61px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0; }
  .theme-card .offer-slider .media .media-body h4 {
    margin-top: 10px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0; }

.collection-sidebar-banner {
  margin-top: 30px; }
  .collection-sidebar-banner img {
    width: 100%; }

.top-banner-wrapper .top-banner-content {
  padding: 50px 0; }
  .top-banner-wrapper .top-banner-content h4 {
    font-weight: 600;
    margin-bottom: 15px; }
  .top-banner-wrapper .top-banner-content h5 {
    font-weight: 600;
    color: #444444;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 16px; }
  .top-banner-wrapper .top-banner-content p {
    line-height: 1.5;
    color: #777777;
    margin-bottom: 0; }

.product-wrapper-grid.list-view .product-wrap .product-info {
  text-align: left;
  align-self: center;
  padding-left: 15px; }

.product-wrapper-grid.list-view .product-box {
  display: flex;
  padding-bottom: 0; }
  .product-wrapper-grid.list-view .product-box .img-wrapper,
  .product-wrapper-grid.list-view .product-box .img-block {
    width: 25%; }
  .product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 15px;
    align-self: center;
    text-align: left !important; }
    .product-wrapper-grid.list-view .product-box .product-detail .rating {
      margin-top: 0; }
    .product-wrapper-grid.list-view .product-box .product-detail p {
      display: block !important;
      margin-bottom: 5px;
      line-height: 18px; }
    .product-wrapper-grid.list-view .product-box .product-detail .color-variant {
      padding-top: 10px; }
    .product-wrapper-grid.list-view .product-box .product-detail h6 {
      font-weight: 700;
      padding-bottom: 15px; }

.product-accordion .btn-link {
  color: var(--primary); }
  .product-accordion .btn-link:hover {
    text-decoration: none; }

.product-accordion .card {
  border: none; }

.product-accordion .card-body {
  width: 100%;
  height: auto; }

.product-accordion .card-header {
  padding: 5px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  background-color: rgba(127, 127, 127, 0.03); }
  .product-accordion .card-header h5 {
    font-weight: 600; }

.bundle {
  margin-top: 10px; }
  .bundle .bundle_img {
    display: flex; }
    .bundle .bundle_img .img-box img {
      max-width: 115px;
      border: 1px solid #ddd;
      padding: 2px; }
    .bundle .bundle_img .plus {
      display: flex;
      align-items: center;
      padding: 0 7px;
      font-size: 22px; }
  .bundle .bundle_detail {
    margin-top: 15px; }
    .bundle .bundle_detail .price_product {
      color: #000;
      padding-left: 3px;
      font-weight: 700; }
    .bundle .bundle_detail label {
      display: block; }
  .bundle .theme_checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    text-transform: capitalize;
    color: var(--primary); }
    .bundle .theme_checkbox label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .bundle .theme_checkbox label input:checked ~ .checkmark:after {
        display: block; }
    .bundle .theme_checkbox label .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #fff;
      border: 1px solid #dddddd; }
      .bundle .theme_checkbox label .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.collection-product-wrapper .col-grid-box .cart-info.cart-wrap i {
  background: white;
  margin-bottom: 5px;
  border: 1px solid #dddddd; }

.collection-product-wrapper .isotopeSelector {
  margin-bottom: 30px; }

.collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content,
  .collection-product-wrapper .product-top-filter .popup-filter {
    display: flex;
    flex-wrap: wrap; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
    .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
    .collection-product-wrapper .product-top-filter .popup-filter .search-count,
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
      border-right: 1px solid #dddddd;
      padding: 20px 16px;
      text-transform: capitalize;
      width: 33%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
      .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
      .collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
        margin-bottom: 0; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      padding: 20px;
      width: 12%;
      display: flex;
      align-items: center; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
      .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        cursor: pointer; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
          margin-right: 14px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 20px;
      width: 20%;
      border-right: 1px solid #dddddd;
      display: flex;
      align-items: center; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
      .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
        display: flex;
        justify-content: flex-end; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
          margin-left: 10px; }
          .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
          .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
            height: 18px;
            cursor: pointer; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      position: relative;
      width: 20%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border: 0;
        padding: 24px;
        border-right: 1px solid #dddddd;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        background: url("/assets/images/inner-page/dropdown.png") no-repeat 95%; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
          outline: unset; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
          padding: 20px 0; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 35%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 10px; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border-right: none; }
  .collection-product-wrapper .product-top-filter .popup-filter {
    justify-content: unset; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
      width: 3px; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
      background: #dddddd; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
      background: #808080; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
      background: #808080; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      position: relative;
      cursor: pointer;
      width: 22%;
      background: url("/assets/images/inner-page/dropdown.png") no-repeat 95%; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
        font-size: 16px;
        color: var(--primary); }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
        background-color: #f8f8f8;
        width: 270px;
        height: 600px;
        overflow-y: scroll; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
          border: none; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
          padding: 0 30px; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
          padding: 0 30px; }
          .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
            width: 100%; }
    .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
      display: none;
      position: absolute;
      z-index: 9;
      top: 75px;
      left: 0;
      border: 1px solid #808080;
      box-shadow: 0 0 5px #dddddd;
      min-width: 330px; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
        display: block; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
        margin-bottom: 0; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 20%; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-right: 45px;
        font-size: 16px; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 35px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 20px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      width: 20%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      right: 25px !important; }

.collection-product-wrapper .product-wrapper-grid .product-box {
  margin-top: 50px; }
  .collection-product-wrapper .product-wrapper-grid .product-box .product-detail {
    text-align: left; }
    .collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
      display: none; }

.collection-product-wrapper .product-wrapper-grid .product-five {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
  font-size: 13px; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
  font-size: 18px; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
  padding-right: 0; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
  padding: 8px 4px;
  font-size: 12px; }

.filter-main-btn {
  display: none;
  margin-bottom: 20px;
  cursor: pointer; }
  .filter-main-btn span {
    width: 40%;
    border-radius: 0;
    font-size: 20px; }

.product-box .badge,
.product-wrap .badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 12px; }

.product-box .product-detail a,
.product-wrap .product-detail a {
  padding-top: 15px;
  display: block; }

.product-box .product-detail .rating ~ a,
.product-wrap .product-detail .rating ~ a {
  padding-top: 0; }

.product-box .product-detail,
.product-box .product-info,
.product-wrap .product-detail,
.product-wrap .product-info {
  padding-left: 5px; }
  .product-box .product-detail .rating,
  .product-box .product-info .rating,
  .product-wrap .product-detail .rating,
  .product-wrap .product-info .rating {
    margin-top: 15px;
    margin-bottom: 10px; }
    .product-box .product-detail .rating i,
    .product-box .product-info .rating i,
    .product-wrap .product-detail .rating i,
    .product-wrap .product-info .rating i {
      padding-right: 5px; }
      .product-box .product-detail .rating i:nth-child(-n + 4),
      .product-box .product-info .rating i:nth-child(-n + 4),
      .product-wrap .product-detail .rating i:nth-child(-n + 4),
      .product-wrap .product-info .rating i:nth-child(-n + 4) {
        color: #ffa200; }
      .product-box .product-detail .rating i:last-child,
      .product-box .product-info .rating i:last-child,
      .product-wrap .product-detail .rating i:last-child,
      .product-wrap .product-info .rating i:last-child {
        color: #dddddd; }
  .product-box .product-detail h6,
  .product-box .product-info h6,
  .product-wrap .product-detail h6,
  .product-wrap .product-info h6 {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    font-size: 16px;
    font-weight: 400; }
  .product-box .product-detail h4,
  .product-box .product-info h4,
  .product-wrap .product-detail h4,
  .product-wrap .product-info h4 {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.5s ease; }
  .product-box .product-detail .color-variant,
  .product-box .product-info .color-variant,
  .product-wrap .product-detail .color-variant,
  .product-wrap .product-info .color-variant {
    padding-top: 15px; }
    .product-box .product-detail .color-variant li,
    .product-box .product-info .color-variant li,
    .product-wrap .product-detail .color-variant li,
    .product-wrap .product-info .color-variant li {
      display: inline-block;
      height: 20px;
      width: 20px;
      border-radius: 100%;
      margin-right: 5px;
      transition: all 0.3s ease;
      cursor: pointer; }

.image-swatch {
  margin-bottom: 10px; }
  .image-swatch .slick-track {
    margin-left: 0; }
  .image-swatch .slick-slide {
    width: auto !important;
    padding: 4px; }
    .image-swatch .slick-slide img {
      width: 33px !important;
      height: 33px;
      padding: 2px;
      border: 1px solid #dddddd;
      transition: all 0.5s ease; }
  .image-swatch li:last-child {
    margin-right: 0; }
  .image-swatch li.active img {
    border: 1px solid var(--primary); }
  .image-swatch li:hover img {
    border: 1px solid var(--primary);
    transition: all 0.5s ease; }

.sticky-text > div > div {
  width: 675px; }

.image-scroll div > div {
  padding-bottom: 20px; }

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  padding: 15px 20px; }

.tab-product,
.product-full-tab {
  padding-top: 30px; }
  .tab-product .nav-material.nav-tabs,
  .product-full-tab .nav-material.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link,
    .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
      color: #212121;
      text-align: center;
      padding: 0 15px 20px 15px;
      text-transform: uppercase;
      border: 0; }
    .tab-product .nav-material.nav-tabs .nav-item .material-border,
    .product-full-tab .nav-material.nav-tabs .nav-item .material-border {
      border-bottom: 2px solid var(--primary);
      opacity: 0; }
    .tab-product .nav-material.nav-tabs .nav-link,
    .product-full-tab .nav-material.nav-tabs .nav-link {
      font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300))); }
      .tab-product .nav-material.nav-tabs .nav-link.active,
      .product-full-tab .nav-material.nav-tabs .nav-link.active {
        color: var(--primary);
        font-weight: 600; }
        .tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border,
        .product-full-tab .nav-material.nav-tabs .nav-link.active ~ .material-border {
          transition: all 0.3s ease;
          opacity: 1; }
  .tab-product .theme-form input,
  .product-full-tab .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left; }
  .tab-product .theme-form .btn-solid,
  .tab-product .theme-form .btn-outline,
  .product-full-tab .theme-form .btn-solid,
  .product-full-tab .theme-form .btn-outline {
    margin: 0 auto; }
  .tab-product .theme-form textarea,
  .product-full-tab .theme-form textarea {
    border-color: #dddddd;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit; }
  .tab-product .tab-content.nav-material p,
  .product-full-tab .tab-content.nav-material p {
    padding: 20px;
    line-height: 2;
    letter-spacing: 0.05em; }
  .tab-product .tab-content.nav-material .media,
  .product-full-tab .tab-content.nav-material .media {
    margin-top: 20px; }
  .tab-product .title,
  .product-full-tab .title {
    padding-right: 45px;
    color: var(--primary);
    padding-bottom: 20px; }
  .tab-product .theme-slider .slick-arrow,
  .product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto; }
    .tab-product .theme-slider .slick-arrow :before,
    .product-full-tab .theme-slider .slick-arrow :before {
      color: #000;
      font-size: 18px; }
  .tab-product .product-box,
  .product-full-tab .product-box {
    position: relative;
    margin: 5px; }
    .tab-product .product-box:hover,
    .product-full-tab .product-box:hover {
      box-shadow: 0 0 12px 0 #dddddd; }
      .tab-product .product-box:hover .lbl-1,
      .product-full-tab .product-box:hover .lbl-1 {
        opacity: 1;
        transition: all 0.3s ease; }
      .tab-product .product-box:hover .lbl-2,
      .product-full-tab .product-box:hover .lbl-2 {
        opacity: 1;
        animation: flipInY 1000ms ease-in-out; }
      .tab-product .product-box:hover .color-variant li,
      .product-full-tab .product-box:hover .color-variant li {
        opacity: 1 !important;
        animation: fadeInUp 500ms ease-in-out; }
    .tab-product .product-box .img-block,
    .product-full-tab .product-box .img-block {
      min-height: unset; }
    .tab-product .product-box .cart-info,
    .product-full-tab .product-box .cart-info {
      position: absolute;
      padding: 10px 0;
      top: 25%;
      right: 15px;
      width: 40px;
      margin-right: 0; }
      .tab-product .product-box .cart-info i,
      .product-full-tab .product-box .cart-info i {
        padding-right: 0; }
      .tab-product .product-box .cart-info a,
      .tab-product .product-box .cart-info button,
      .product-full-tab .product-box .cart-info a,
      .product-full-tab .product-box .cart-info button {
        color: var(--primary);
        transition: all 0.3s ease;
        background-color: #fff;
        height: 35px;
        width: 35px;
        margin: 7px 0;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        box-shadow: 0 0 12px 0 #dddddd; }
        .tab-product .product-box .cart-info a :hover,
        .tab-product .product-box .cart-info button :hover,
        .product-full-tab .product-box .cart-info a :hover,
        .product-full-tab .product-box .cart-info button :hover {
          transition: all 0.3s ease;
          color: #dddddd; }
    .tab-product .product-box .lbl-1,
    .product-full-tab .product-box .lbl-1 {
      background-color: var(--primary);
      padding: 2px 20px 2px 10px;
      display: inline-block;
      text-align: center;
      color: #fff;
      position: absolute;
      left: 0;
      top: 15px;
      font-size: 14px;
      line-height: 1.5;
      opacity: 0; }
      .tab-product .product-box .lbl-1:before,
      .product-full-tab .product-box .lbl-1:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 12px solid var(--primary);
        border-bottom: 13px solid var(--primary);
        border-right: 7px solid #fff; }
    .tab-product .product-box .lbl-2,
    .product-full-tab .product-box .lbl-2 {
      font-size: 14px;
      top: 15px;
      position: absolute;
      right: 10px;
      color: #333333;
      font-weight: 600;
      text-transform: capitalize;
      opacity: 0; }
    .tab-product .product-box a,
    .product-full-tab .product-box a {
      color: #0072bb;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px; }
    .tab-product .product-box .color-variant,
    .product-full-tab .product-box .color-variant {
      position: absolute;
      top: -35px;
      width: 100%; }
    .tab-product .product-box .slick-slide img,
    .product-full-tab .product-box .slick-slide img {
      display: block; }
    .tab-product .product-box .product-details,
    .product-full-tab .product-box .product-details {
      position: relative; }
      .tab-product .product-box .product-details .color-variant,
      .product-full-tab .product-box .product-details .color-variant {
        position: absolute;
        top: -35px;
        width: 100%; }
        .tab-product .product-box .product-details .color-variant li,
        .product-full-tab .product-box .product-details .color-variant li {
          opacity: 0;
          display: inline-block;
          height: 15px;
          width: 15px;
          border-radius: 100%;
          margin: 0 3px;
          transition: all 0.3s ease;
          cursor: pointer; }
      .tab-product .product-box .product-details h6,
      .product-full-tab .product-box .product-details h6 {
        color: #333333;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize; }
      .tab-product .product-box .product-details .price,
      .product-full-tab .product-box .product-details .price {
        padding-bottom: 10px;
        font-size: 16px;
        color: var(--primary); }

.qty-box .input-group {
  justify-content: center; }
  .qty-box .input-group span button {
    background: #fff !important;
    border: 1px solid #ced4da; }
  .qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    flex: unset; }
  .qty-box .input-group button {
    background-color: transparent;
    border: 0;
    border: 1px solid #ced4da;
    color: #808080;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1; }
    .qty-box .input-group button i {
      font-weight: 900;
      color: var(--primary); }
  .qty-box .input-group .icon {
    padding-right: 0; }

.bg-light0 {
  background-color: #d0edff; }

.bg-light1 {
  background-color: #f1e7e6; }

.bg-light2 {
  background-color: #bfbfbf; }

.team-sec .container {
  margin-bottom: -30px; }
  .team-sec .container .speker-container {
    margin-bottom: 30px; }
    .team-sec .container .speker-container .e-name {
      margin-bottom: 15px !important; }

.team-sec.team-grid .team-img {
  flex: none;
  margin-bottom: 0 !important; }

.team-sec.team-grid .employee {
  padding: 20px;
  text-align: left !important;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.team-sec.team-grid .employee {
  background: white;
  box-shadow: 1px 0 15px 2px #f3f3f3; }

.team-sec.team-grid .e-name {
  margin-bottom: 15px; }

.team-sec.team-grid .team-para {
  margin-top: 25px;
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0; }

.product-right p {
  margin-bottom: 0;
  line-height: 1.5em;
  margin-top: unset; }

.product-right .product-title {
  color: var(--primary);
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px; }

.product-right .border-product {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd; }

.product-right h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2em;
  margin-top: 0;
  font-weight: 600; }

.product-right h3 {
  color: var(--primary);
  margin-bottom: 15px; }

.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px; }
  .product-right h4 del {
    color: #808080; }
  .product-right h4 span {
    padding-left: 5px;
    color: var(--primary); }

.product-right .color-variant {
  margin-bottom: 10px; }
  .product-right .color-variant li {
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    height: 30px;
    width: 30px !important;
    cursor: pointer; }
    .product-right .color-variant li.yellow {
      background-color: yellow; }
    .product-right .color-variant li.gray {
      background-color: gray; }
    .product-right .color-variant li.green {
      background-color: green; }
    .product-right .color-variant li.blue {
      background-color: blue; }
    .product-right .color-variant li.white {
      background-color: wheat; }
    .product-right .color-variant li.pink {
      background-color: pink; }
    .product-right .color-variant li.orange {
      background-color: orange; }
    .product-right .color-variant li.black {
      background-color: black; }

.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
  padding: 7px 25px;
  text-transform: uppercase; }

.product-right .product-buttons a:last-child {
  margin-left: 10px; }

.product-right .product-description h6 span {
  float: right; }

.product-right .product-description .qty-box {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .product-right .product-description .qty-box .input-group {
    justify-content: unset;
    width: unset; }
    .product-right .product-description .qty-box .input-group .form-control {
      border-right: none; }

.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product-right .size-box ul li {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #f0eeee;
    text-align: center; }
    .product-right .size-box ul li a {
      color: var(--primary);
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .product-right .size-box ul li.active {
      background-color: #f0eeee; }

.product-right .product-icon {
  display: flex; }
  .product-right .product-icon .product-social {
    margin-top: 5px; }
    .product-right .product-icon .product-social li {
      padding-right: 30px;
      display: inline-block; }
      .product-right .product-icon .product-social li a {
        color: var(--primary);
        transition: all 0.3s ease; }
        .product-right .product-icon .product-social li a i {
          font-size: 18px; }
        .product-right .product-icon .product-social li a:hover {
          color: var(--primary); }
      .product-right .product-icon .product-social li:last-child {
        padding-right: 0; }
  .product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none; }
    .product-right .product-icon .wishlist-btn i {
      border-left: 1px solid #dddddd;
      font-size: 18px;
      padding-left: 10px;
      margin-left: 5px;
      transition: all 0.5s ease; }
    .product-right .product-icon .wishlist-btn span {
      padding-left: 10px;
      font-size: 18px; }
    .product-right .product-icon .wishlist-btn:hover i {
      color: var(--primary);
      transition: all 0.5s ease; }

.product-right .payment-card-bottom {
  margin-top: 10px; }
  .product-right .payment-card-bottom ul li {
    padding-right: 10px; }

.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px; }
  .product-right.product-form-box .product-description .qty-box {
    margin-bottom: 5px; }
    .product-right.product-form-box .product-description .qty-box .input-group {
      justify-content: center;
      width: 100%; }
  .product-right.product-form-box .product-buttons {
    margin-bottom: 0; }
  .product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left; }

.product-load-more .col-grid-box {
  display: none; }

.load-more-sec {
  margin-top: 40px;
  text-align: center; }
  .load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    width: 100%;
    color: var(--primary); }

.product-box,
.product-wrap {
  position: relative;
  transition: all 0.5s ease;
  vertical-align: middle; }
  .product-box .img-block,
  .product-wrap .img-block {
    background-color: #808080;
    position: relative;
    overflow: hidden; }
    .product-box .img-block .front,
    .product-wrap .img-block .front {
      opacity: 1;
      top: 0;
      left: 0;
      transition: all 0.5s ease; }
      .product-box .img-block .front a,
      .product-wrap .img-block .front a {
        display: block;
        width: 100%; }
    .product-box .img-block .back,
    .product-wrap .img-block .back {
      opacity: 0;
      position: absolute;
      backface-visibility: hidden;
      top: 0;
      left: 0;
      transition: all 0.5s ease;
      transform: translateX(-100px); }
      .product-box .img-block .back a,
      .product-wrap .img-block .back a {
        display: block;
        height: 500px;
        width: 100%; }
    .product-box .img-block .lable-wrapper,
    .product-wrap .img-block .lable-wrapper {
      margin: 0 auto;
      top: 40px;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      transition: all 0.5s ease;
      z-index: 2; }
      .product-box .img-block .lable-wrapper .lable1,
      .product-box .img-block .lable-wrapper .lable2,
      .product-wrap .img-block .lable-wrapper .lable1,
      .product-wrap .img-block .lable-wrapper .lable2 {
        font-size: 14px;
        padding: 10px 14px 10px 20px;
        display: inline-block;
        text-transform: uppercase;
        text-align: center; }
      .product-box .img-block .lable-wrapper .lable1,
      .product-wrap .img-block .lable-wrapper .lable1 {
        background-color: var(--primary);
        color: #fff;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px; }
      .product-box .img-block .lable-wrapper .lable2,
      .product-wrap .img-block .lable-wrapper .lable2 {
        background-color: #fff;
        color: #000;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px; }
  .product-box .img-wrapper,
  .product-wrap .img-wrapper {
    position: relative;
    overflow: hidden; }
    .product-box .img-wrapper .front,
    .product-wrap .img-wrapper .front {
      opacity: 1;
      top: 0;
      left: 0;
      transition: all 0.5s ease; }
    .product-box .img-wrapper .back,
    .product-wrap .img-wrapper .back {
      opacity: 0;
      position: absolute;
      backface-visibility: hidden;
      top: 0;
      left: 0;
      transition: all 0.5s ease;
      transform: translateX(-100px);
      width: 100%; }
    .product-box .img-wrapper .cart-box,
    .product-wrap .img-wrapper .cart-box {
      position: absolute;
      margin: 0 auto;
      display: inline-block;
      right: 0;
      left: 0;
      border-radius: 50px;
      width: max-content;
      padding: 12px 15px;
      box-shadow: 0 0 12px 0 #dddddd;
      bottom: 30px;
      background-color: #fff;
      opacity: 0;
      transition: all 0.2s ease; }
      .product-box .img-wrapper .cart-box button,
      .product-wrap .img-wrapper .cart-box button {
        background: none;
        box-shadow: none;
        border: none;
        padding: 0; }
      .product-box .img-wrapper .cart-box i,
      .product-wrap .img-wrapper .cart-box i {
        color: #6f6f6f;
        font-size: 18px;
        padding-left: 8px;
        padding-right: 8px;
        transition: all 0.2s ease;
        display: inline-block; }
        .product-box .img-wrapper .cart-box i:hover,
        .product-wrap .img-wrapper .cart-box i:hover {
          color: var(--primary);
          transition: all 0.2s ease; }
    .product-box .img-wrapper .lable-block .lable3,
    .product-wrap .img-wrapper .lable-block .lable3 {
      border-radius: 100%;
      background-color: var(--primary);
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      position: absolute;
      padding: 12px 6px;
      text-transform: uppercase;
      color: #fff;
      top: 7px;
      left: 7px;
      z-index: 1; }
    .product-box .img-wrapper .lable-block .lable4,
    .product-wrap .img-wrapper .lable-block .lable4 {
      position: absolute;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      writing-mode: vertical-rl;
      transform: rotate(-180deg);
      top: 7px;
      right: 7px;
      letter-spacing: 0.1em;
      z-index: 1; }
  .product-box .cart-info,
  .product-box .cart-wrap,
  .product-wrap .cart-info,
  .product-wrap .cart-wrap {
    position: absolute;
    bottom: 40px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    right: 5px;
    left: 0;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px;
    opacity: 0;
    transition: all 0.5s ease; }
    .product-box .cart-info a [class^="icon-"],
    .product-box .cart-info a [class*=" icon-"],
    .product-box .cart-wrap a [class^="icon-"],
    .product-box .cart-wrap a [class*=" icon-"],
    .product-wrap .cart-info a [class^="icon-"],
    .product-wrap .cart-info a [class*=" icon-"],
    .product-wrap .cart-wrap a [class^="icon-"],
    .product-wrap .cart-wrap a [class*=" icon-"] {
      display: inline-block; }
    .product-box .cart-info a:last-child i,
    .product-box .cart-wrap a:last-child i,
    .product-wrap .cart-info a:last-child i,
    .product-wrap .cart-wrap a:last-child i {
      margin-bottom: 0; }
    .product-box .cart-info.cart-wrap,
    .product-box .cart-wrap.cart-wrap,
    .product-wrap .cart-info.cart-wrap,
    .product-wrap .cart-wrap.cart-wrap {
      bottom: 0;
      text-align: right;
      left: unset; }
      .product-box .cart-info.cart-wrap i,
      .product-box .cart-wrap.cart-wrap i,
      .product-wrap .cart-info.cart-wrap i,
      .product-wrap .cart-wrap.cart-wrap i {
        display: block;
        padding-bottom: 7px;
        padding-top: 7px; }
      .product-box .cart-info.cart-wrap.cart-effect-left,
      .product-box .cart-wrap.cart-wrap.cart-effect-left,
      .product-wrap .cart-info.cart-wrap.cart-effect-left,
      .product-wrap .cart-wrap.cart-wrap.cart-effect-left {
        left: 0;
        right: unset; }
    .product-box .cart-info button,
    .product-box .cart-wrap button,
    .product-wrap .cart-info button,
    .product-wrap .cart-wrap button {
      background: none;
      box-shadow: none;
      border: none;
      padding: 0; }
    .product-box .cart-info i,
    .product-box .cart-wrap i,
    .product-wrap .cart-info i,
    .product-wrap .cart-wrap i {
      color: #6f6f6f;
      font-size: 16px;
      padding-right: 7px;
      padding-left: 7px; }
      .product-box .cart-info i:hover,
      .product-box .cart-wrap i:hover,
      .product-wrap .cart-info i:hover,
      .product-wrap .cart-wrap i:hover {
        color: var(--primary); }
  .product-box .cart-detail,
  .product-wrap .cart-detail {
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0; }
    .product-box .cart-detail i,
    .product-wrap .cart-detail i {
      color: #6f6f6f;
      font-size: 18px;
      display: flex;
      padding-top: 8px;
      padding-bottom: 8px; }
    .product-box .cart-detail button,
    .product-wrap .cart-detail button {
      background: none;
      box-shadow: none;
      border: none;
      padding: 0; }
  .product-box .product-detail,
  .product-box .product-info,
  .product-wrap .product-detail,
  .product-wrap .product-info {
    padding-left: 5px; }
    .product-box .product-detail .rating,
    .product-box .product-info .rating,
    .product-wrap .product-detail .rating,
    .product-wrap .product-info .rating {
      margin-top: 15px; }
      .product-box .product-detail .rating i,
      .product-box .product-info .rating i,
      .product-wrap .product-detail .rating i,
      .product-wrap .product-info .rating i {
        padding-right: 5px; }
        .product-box .product-detail .rating i:nth-child(-n + 4),
        .product-box .product-info .rating i:nth-child(-n + 4),
        .product-wrap .product-detail .rating i:nth-child(-n + 4),
        .product-wrap .product-info .rating i:nth-child(-n + 4) {
          color: #ffa200; }
        .product-box .product-detail .rating i:last-child,
        .product-box .product-info .rating i:last-child,
        .product-wrap .product-detail .rating i:last-child,
        .product-wrap .product-info .rating i:last-child {
          color: #dddddd; }
    .product-box .product-detail h6,
    .product-box .product-info h6,
    .product-wrap .product-detail h6,
    .product-wrap .product-info h6 {
      line-height: 1;
      margin-bottom: 0;
      padding-top: 2px;
      padding-bottom: 5px;
      transition: all 0.5s ease;
      font-size: 16px; }
    .product-box .product-detail h4,
    .product-box .product-info h4,
    .product-wrap .product-detail h4,
    .product-wrap .product-info h4 {
      font-size: 18px;
      color: var(--primary);
      font-weight: 600;
      margin-bottom: 0;
      transition: all 0.5s ease; }
    .product-box .product-detail .color-variant,
    .product-box .product-info .color-variant,
    .product-wrap .product-detail .color-variant,
    .product-wrap .product-info .color-variant {
      padding-top: 15px; }
      .product-box .product-detail .color-variant li,
      .product-box .product-info .color-variant li,
      .product-wrap .product-detail .color-variant li,
      .product-wrap .product-info .color-variant li {
        display: inline-block;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        margin-right: 5px;
        transition: all 0.3s ease;
        cursor: pointer; }
  .product-box .product-info,
  .product-wrap .product-info {
    padding: 0;
    text-align: center;
    position: relative; }
    .product-box .product-info .add-btn,
    .product-wrap .product-info .add-btn {
      position: absolute;
      bottom: 110px;
      margin: 0 auto;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all 0.2s ease;
      z-index: 1; }
      .product-box .product-info .add-btn i,
      .product-wrap .product-info .add-btn i {
        color: var(--primary); }
      .product-box .product-info .add-btn .btn-outline,
      .product-wrap .product-info .add-btn .btn-outline {
        transition: all 0.2s ease;
        color: var(--primary); }
        .product-box .product-info .add-btn .btn-outline:hover,
        .product-wrap .product-info .add-btn .btn-outline:hover {
          color: #fff; }
          .product-box .product-info .add-btn .btn-outline:hover i,
          .product-wrap .product-info .add-btn .btn-outline:hover i {
            color: #fff; }
  .product-box.effect-center .front img,
  .product-wrap.effect-center .front img {
    transition: all 0.5s ease; }
  .product-box.effect-center .img-wrapper .cart-box,
  .product-wrap.effect-center .img-wrapper .cart-box {
    bottom: 20%;
    transition: all 0.5s ease; }
  .product-box:hover.effect-center .front img,
  .product-wrap:hover.effect-center .front img {
    opacity: 0.3;
    transition: all 0.5s ease; }
  .product-box:hover.effect-center .img-wrapper .cart-box,
  .product-wrap:hover.effect-center .img-wrapper .cart-box {
    bottom: 35%;
    transition: all 0.5s ease; }
  .product-box:hover .img-block .first,
  .product-box:hover .img-wrapper .first,
  .product-wrap:hover .img-block .first,
  .product-wrap:hover .img-wrapper .first {
    opacity: 0;
    transition: all 0.5s ease; }
  .product-box:hover .img-block .back,
  .product-box:hover .img-wrapper .back,
  .product-wrap:hover .img-block .back,
  .product-wrap:hover .img-wrapper .back {
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateX(0); }
  .product-box:hover .cart-info,
  .product-wrap:hover .cart-info {
    opacity: 1;
    transition: all 0.5s ease; }
    .product-box:hover .cart-info button,
    .product-wrap:hover .cart-info button {
      animation: fadeInUp 300ms ease-in-out; }
    .product-box:hover .cart-info a:nth-child(2) i,
    .product-wrap:hover .cart-info a:nth-child(2) i {
      animation: fadeInUp 500ms ease-in-out; }
    .product-box:hover .cart-info a:nth-child(3) i,
    .product-wrap:hover .cart-info a:nth-child(3) i {
      animation: fadeInUp 700ms ease-in-out; }
    .product-box:hover .cart-info a:nth-child(4) i,
    .product-wrap:hover .cart-info a:nth-child(4) i {
      animation: fadeInUp 1000ms ease-in-out; }
  .product-box:hover .cart-wrap button,
  .product-wrap:hover .cart-wrap button {
    animation: fadeInRight 300ms ease-in-out; }
  .product-box:hover .cart-wrap a:nth-child(2) i,
  .product-wrap:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInRight 500ms ease-in-out; }
  .product-box:hover .cart-wrap a:nth-child(3) i,
  .product-wrap:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInRight 700ms ease-in-out; }
  .product-box:hover .cart-wrap a:nth-child(4) i,
  .product-wrap:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInRight 1000ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left button,
  .product-wrap:hover .cart-wrap.cart-effect-left button {
    animation: fadeInLeft 300ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left a:nth-child(2) i,
  .product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(2) i {
    animation: fadeInLeft 500ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left a:nth-child(3) i,
  .product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(3) i {
    animation: fadeInLeft 700ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left a:nth-child(4) i,
  .product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(4) i {
    animation: fadeInLeft 1000ms ease-in-out; }
  .product-box:hover .cart-detail,
  .product-wrap:hover .cart-detail {
    opacity: 1;
    transition: all 0.5s ease; }
    .product-box:hover .cart-detail button,
    .product-wrap:hover .cart-detail button {
      animation: fadeInRight 300ms ease-in-out; }
    .product-box:hover .cart-detail a:nth-child(2) i,
    .product-wrap:hover .cart-detail a:nth-child(2) i {
      animation: fadeInRight 500ms ease-in-out; }
    .product-box:hover .cart-detail a:nth-child(3) i,
    .product-wrap:hover .cart-detail a:nth-child(3) i {
      animation: fadeInRight 700ms ease-in-out; }
    .product-box:hover .cart-detail a:nth-child(4) i,
    .product-wrap:hover .cart-detail a:nth-child(4) i {
      animation: fadeInRight 1000ms ease-in-out; }
  .product-box:hover .product-info .add-btn,
  .product-wrap:hover .product-info .add-btn {
    opacity: 1;
    transition: all 0.2s ease;
    animation: fadeInUp 500ms ease-in-out; }
  .product-box:hover .img-wrapper .cart-box,
  .product-wrap:hover .img-wrapper .cart-box {
    opacity: 1;
    transition: all 0.2s ease;
    animation: fadeInUp 400ms ease-in-out; }

.rating {
  margin-top: 0; }
  .rating i {
    padding-right: 5px; }
    .rating i:nth-child(-n + 4) {
      color: #ffa200; }
    .rating i:last-child {
      color: #dddddd; }
  .rating .three-star {
    padding-bottom: 5px; }
    .rating .three-star i {
      color: #acacac; }
      .rating .three-star i:nth-child(-n + 3) {
        color: #ffd200; }

.single-product-tables {
  display: flex;
  margin-top: 20px; }
  .single-product-tables table {
    width: 20%; }
    .single-product-tables table tr {
      height: 35px; }
      .single-product-tables table tr td:first-child {
        font-weight: 600; }
  .single-product-tables.detail-section {
    margin-top: 0; }
    .single-product-tables.detail-section table {
      width: 55%; }

/*************************
  category ends
*************************/
/*************************
  Typography Start
*************************/
.product-pagination {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 50px 0; }
  .product-pagination .product-search-count-bottom {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-right: 15px; }
    .product-pagination .product-search-count-bottom h5 {
      color: #777777;
      font-size: 14px;
      margin-bottom: 0;
      padding: 5px 0; }
  .product-pagination .pagination {
    border-radius: 0; }
    .product-pagination .pagination .page-item {
      border-radius: 0; }
      .product-pagination .pagination .page-item a {
        padding: 18px;
        border-bottom: 0;
        border-top: 0;
        color: #777777;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .product-pagination .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .product-pagination .pagination .page-item.active a {
      color: #fff;
      background-color: var(--primary);
      border-color: #dddddd; }

.typography_section .typography-box {
  margin-bottom: 30px;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1); }
  .typography_section .typography-box p {
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 22px;
    font-size: 14px;
    color: #757575; }
  .typography_section .typography-box dl dt {
    margin-bottom: 6px; }
  .typography_section .typography-box dl dd {
    margin-bottom: 15px; }
  .typography_section .typography-box .headings {
    border-bottom: 1px solid #f1f1f1;
    background-color: rgba(247, 247, 247, 0.5);
    padding: 20px;
    margin-bottom: 0; }
    .typography_section .typography-box .headings h3 {
      text-transform: capitalize;
      color: #2d2d2d;
      margin-bottom: 0;
      font-weight: 400;
      font-size: 20px; }
    .typography_section .typography-box .headings span {
      display: block;
      color: #808080;
      margin-top: 5px; }
      .typography_section .typography-box .headings span h1 {
        margin-top: 0; }
      .typography_section .typography-box .headings span code {
        color: #808080; }
  .typography_section .typography-box .typo-content {
    padding: 15px; }
    .typography_section .typography-box .typo-content h1 {
      margin-top: 0; }
    .typography_section .typography-box .typo-content.lists ul {
      margin-bottom: 25px; }
    .typography_section .typography-box .typo-content.heading_content h1,
    .typography_section .typography-box .typo-content.heading_content h2,
    .typography_section .typography-box .typo-content.heading_content h3,
    .typography_section .typography-box .typo-content.heading_content h4,
    .typography_section .typography-box .typo-content.heading_content h5,
    .typography_section .typography-box .typo-content.heading_content h6 {
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 20px; }
    .typography_section .typography-box .typo-content ul li,
    .typography_section .typography-box .typo-content ol li {
      margin-bottom: 8px; }
    .typography_section .typography-box .typo-content .sub-title {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 5px;
      margin-bottom: 15px;
      font-size: 18px;
      color: var(--primary);
      text-transform: capitalize; }
    .typography_section .typography-box .typo-content.product-pagination {
      border: none;
      margin: 0; }
      .typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd; }
        .typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
          padding: 10px 14px; }
    .typography_section .typography-box .typo-content.input_button input {
      margin-bottom: 10px; }
    .typography_section .typography-box .typo-content.input_button label {
      font-size: 16px;
      text-transform: capitalize;
      padding-left: 5px; }
    .typography_section .typography-box .typo-content.loader-typo {
      width: 100%;
      justify-content: center;
      display: flex; }
      .typography_section .typography-box .typo-content.loader-typo .pre-loader {
        position: relative;
        width: 50px;
        height: 50px;
        background-color: var(--primary);
        border-radius: 50%; }
        .typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
          content: "";
          position: absolute;
          border-radius: 50%;
          top: 50%;
          left: 50%;
          border: 0 solid white;
          transform: translate(-50%, -50%);
          animation: loading 1000ms ease-out forwards infinite;
          transition: all 0.3s ease; }
    .typography_section .typography-box .typo-content .footer-social {
      margin-top: 0;
      justify-content: center; }
  .typography_section .typography-box:last-child {
    margin-bottom: 0; }

.typography_section code {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f7f7f7;
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px; }

.login-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-top: -5px; }

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1; }
  .login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600; }
  .login-page .theme-card .theme-form input {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit; }

.login-page .authentication-right {
  height: calc(100% - 48px); }
  .login-page .authentication-right h6 {
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 20px; }
  .login-page .authentication-right p {
    font-size: 14px;
    color: #808080;
    line-height: 2;
    margin-bottom: 1rem; }

.bg-light-inner {
  background: #f8f8f8 !important; }

.bg-gradient-color {
  background: linear-gradient(var(--dark), var(--light)); }

/*************************
  Typography ends
*************************/
/*************************
  register Start
*************************/
.register-page .text-sub {
  margin-bottom: 15px; }

.register-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-top: -5px; }

.register-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1; }
  .register-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600; }
  .register-page .theme-card .theme-form input,
  .register-page .theme-card .theme-form textarea {
    border: 1px solid;
    border-color: #dddddd;
    font-size: 12px;
    padding: 15px 25px;
    margin-bottom: 30px;
    height: inherit;
    background: #fff;
    border-radius: 0; }
  .register-page .theme-card .theme-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057; }
  .register-page .theme-card .theme-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057; }
  .register-page .theme-card .theme-form:-ms-input-placeholder {
    /* IE 10+ */
    color: #495057; }
  .register-page .theme-card .theme-form:-moz-placeholder {
    /* Firefox 18- */
    color: #495057; }

.alert-section .card {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 0; }
  .alert-section .card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    background: #fff; }
    .alert-section .card .card-header .card-head {
      margin-top: 0; }
  .alert-section .card .card-body .alert.outline {
    background-color: transparent !important; }
    .alert-section .card .card-body .alert.outline.alert-primary {
      border-color: #004085;
      color: #004085; }
    .alert-section .card .card-body .alert.outline.alert-secondary {
      border-color: #383d41;
      color: #383d41; }
    .alert-section .card .card-body .alert.outline.alert-success {
      border-color: #155724;
      color: #155724; }
    .alert-section .card .card-body .alert.outline.alert-info {
      border-color: #0c5460;
      color: #0c5460; }
    .alert-section .card .card-body .alert.outline.alert-warning {
      border-color: #856404;
      color: #856404; }
    .alert-section .card .card-body .alert.outline.alert-danger {
      border-color: #721c24;
      color: #721c24; }
    .alert-section .card .card-body .alert.outline.alert-dark {
      border-color: #1b1e21;
      color: #1b1e21; }
  .alert-section .card .card-body .alert a {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400; }

.saas1.according .text-sub {
  margin-bottom: 20px; }

.saas1 .client-box .saas-brand .owl-item img {
  max-width: 100px;
  margin: 0 auto; }

.saas1.client {
  padding: 50px 0;
  overflow: hidden; }

.saas1 .testimonial-slider .owl-stage-outer {
  margin-right: 28px; }

.shadow-section .shadow-showcase .shadow-font {
  font-weight: 500; }

.shadow-section:nth-child(even) {
  background: #f8f8f8 !important; }

.btn-section .margin-buttons {
  margin-bottom: -15px; }

.btn-section .btn-default {
  margin-right: 12px;
  margin-bottom: 15px; }
  .btn-section .btn-default.primary-btn.secondary {
    background: var(--secondary); }
    .btn-section .btn-default.primary-btn.secondary:hover {
      background: transparent;
      color: var(--secondary) !important;
      border-color: var(--secondary); }
    .btn-section .btn-default.primary-btn.secondary.btn-white {
      color: var(--secondary) !important;
      border-color: var(--secondary) !important;
      background: #fff; }
      .btn-section .btn-default.primary-btn.secondary.btn-white:hover {
        color: #fff !important;
        background: var(--secondary); }
  .btn-section .btn-default.primary-btn.success {
    background: #35b53e; }
    .btn-section .btn-default.primary-btn.success:hover {
      background: transparent;
      color: #35b53e !important;
      border-color: #35b53e; }
    .btn-section .btn-default.primary-btn.success.btn-white {
      color: #35b53e !important;
      border-color: #35b53e !important;
      background: #fff; }
      .btn-section .btn-default.primary-btn.success.btn-white:hover {
        color: #fff !important;
        background: #35b53e; }
  .btn-section .btn-default.primary-btn.info {
    background: #357fef; }
    .btn-section .btn-default.primary-btn.info:hover {
      background: transparent;
      color: #357fef !important;
      border-color: #357fef; }
    .btn-section .btn-default.primary-btn.info.btn-white {
      color: #357fef !important;
      border-color: #357fef !important;
      background: #fff; }
      .btn-section .btn-default.primary-btn.info.btn-white:hover {
        color: #fff !important;
        background: #357fef; }
  .btn-section .btn-default.primary-btn.warning {
    background: #c0882f; }
    .btn-section .btn-default.primary-btn.warning:hover {
      background: transparent;
      color: #c0882f !important;
      border-color: #c0882f; }
    .btn-section .btn-default.primary-btn.warning.btn-white {
      color: #c0882f !important;
      border-color: #c0882f !important;
      background: #fff; }
      .btn-section .btn-default.primary-btn.warning.btn-white:hover {
        color: #fff !important;
        background: #c0882f; }
  .btn-section .btn-default.primary-btn.danger {
    background: #e3154f; }
    .btn-section .btn-default.primary-btn.danger:hover {
      background: transparent;
      color: #e3154f !important;
      border-color: #e3154f; }
    .btn-section .btn-default.primary-btn.danger.btn-white {
      color: #e3154f !important;
      border-color: #e3154f !important;
      background: #fff; }
      .btn-section .btn-default.primary-btn.danger.btn-white:hover {
        color: #fff !important;
        background: #e3154f; }
  .btn-section .btn-default.primary-btn.light {
    background: #ECC878; }
    .btn-section .btn-default.primary-btn.light:hover {
      background: transparent;
      color: #ECC878 !important;
      border-color: #ECC878; }
    .btn-section .btn-default.primary-btn.light.btn-white {
      color: #ECC878 !important;
      border-color: #ECC878 !important;
      background: #fff; }
      .btn-section .btn-default.primary-btn.light.btn-white:hover {
        color: #fff !important;
        background: #ECC878; }

.borders-before span.white-border:before {
  border-color: #fff !important; }

.title.title2.title-inner .borders span.white-border:before, .title.title2.title-inner .borders span.white-border:after {
  border-color: #fff; }

.title.title2.title-inner .borders span:before, .title.title2.title-inner .borders span:after {
  border-color: var(--primary);
  opacity: 0.6; }

.side-section {
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
  background: #fff;
  display: none;
  z-index: 608;
  box-shadow: 0 3px 15px 3px rgba(46, 97, 220, 0.35);
  overflow-y: scroll; }

.parallex-section .img-1 {
  background: url("/assets/images/portfolio/portfolio-new/1.jpg"); }

.parallex-section .img-2 {
  background: url("/assets/images/portfolio/portfolio-new/4.jpg"); }

.parallex-section .img-3 {
  background: url("/assets/images/portfolio/portfolio-new/2.jpg"); }

.parallex-section .img-4 {
  background: url("/assets/images/portfolio/portfolio-new/5.jpg"); }

.parallex-section .img-5 {
  background: url("/assets/images/portfolio/portfolio-new/3.jpg"); }

.parallex-section .parallex-container {
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.vertical-slider .Navigation .Navigation-Anchor {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent !important;
  transform: unset !important; }
  .vertical-slider .Navigation .Navigation-Anchor.active {
    background-color: #fff !important; }

.vertical-slider .prtfolio-full-screen img {
  width: 100vw;
  height: 100vh; }

.vertical-slider .dot {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%); }

.vertical-slider .dot > li {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer; }

.vertical-slider .dot > li.my-active-class,
.vertical-slider .dot > li:hover {
  background-color: #fff; }

.multiple-carousel,
.center-slide {
  height: 100vh;
  padding-top: 90px; }
  .multiple-carousel .img1,
  .center-slide .img1 {
    background: url("/assets/images/portfolio/multiple-carousel/5.jpg"); }
  .multiple-carousel .img2,
  .center-slide .img2 {
    background: url("/assets/images/portfolio/multiple-carousel/4.jpg"); }
  .multiple-carousel .img3,
  .center-slide .img3 {
    background: url("/assets/images/portfolio/multiple-carousel/3.jpg"); }
  .multiple-carousel .img4,
  .center-slide .img4 {
    background: url("/assets/images/portfolio/multiple-carousel/2.jpg"); }
  .multiple-carousel .img5,
  .center-slide .img5 {
    background: url("/assets/images/portfolio/multiple-carousel/1.jpg"); }
  .multiple-carousel .slick-slide,
  .center-slide .slick-slide {
    position: relative; }
  .multiple-carousel .imgs-carousel,
  .center-slide .imgs-carousel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%; }
    .multiple-carousel .imgs-carousel:before,
    .center-slide .imgs-carousel:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: 0.5s; }
  .multiple-carousel .text-container .overlay-text,
  .multiple-carousel .text-container .right-side,
  .center-slide .text-container .overlay-text,
  .center-slide .text-container .right-side {
    opacity: 0;
    transition: 0.5s; }
  .multiple-carousel .text-container .overlay-text,
  .center-slide .text-container .overlay-text {
    font-size: 26px;
    margin-bottom: 10px;
    transform: translateX(-50%); }
  .multiple-carousel .text-container .right-side,
  .center-slide .text-container .right-side {
    padding: 0 20px;
    transform: translateX(50%);
    color: #b1b1b1; }
  .multiple-carousel .slick-slider,
  .center-slide .slick-slider {
    overflow: hidden; }
    .multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current .imgs-carousel:before,
    .center-slide .slick-slider .slick-list .slick-track .slick-slide.slick-current .imgs-carousel:before {
      opacity: 1;
      transition: 0.5s; }
    .multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current .text-container .overlay-text,
    .multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current .text-container .right-side,
    .center-slide .slick-slider .slick-list .slick-track .slick-slide.slick-current .text-container .overlay-text,
    .center-slide .slick-slider .slick-list .slick-track .slick-slide.slick-current .text-container .right-side {
      transition: 0.5s;
      transform: unset;
      opacity: 1; }

.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current .imgs-carousel:before {
  opacity: 0;
  transition: 0.5s; }

.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current .text-container .overlay-text,
.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current .text-container .right-side {
  transition: 0.5s;
  transform: unset;
  opacity: 0; }

.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current:hover .imgs-carousel:before {
  opacity: 1;
  transition: 0.5s; }

.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current:hover .text-container .overlay-text,
.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide.slick-current:hover .text-container .right-side {
  transition: 0.5s;
  transform: unset;
  opacity: 1; }

.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide:hover .imgs-carousel:before {
  opacity: 1;
  transition: 0.5s; }

.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide:hover .text-container .overlay-text,
.multiple-carousel .slick-slider .slick-list .slick-track .slick-slide:hover .text-container .right-side {
  transition: 0.5s;
  transform: unset;
  opacity: 1; }

.maintenance-sec {
  background: url("/assets/images/inner-page/maintain-soon/bg-maintenance.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh; }
  .maintenance-sec .maintenance-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .maintenance-sec .maintenance-container h1,
    .maintenance-sec .maintenance-container h2,
    .maintenance-sec .maintenance-container h4 {
      color: #fff; }
    .maintenance-sec .maintenance-container h1 {
      font-size: 100px;
      font-weight: 500;
      margin-bottom: 80px;
      margin-top: 0; }
    .maintenance-sec .maintenance-container .borders {
      border-bottom: 0.5px solid #fff;
      margin: 0 auto; }
      .maintenance-sec .maintenance-container .borders.b1 {
        width: 220px; }
      .maintenance-sec .maintenance-container .borders.b2 {
        width: 180px; }
      .maintenance-sec .maintenance-container .borders.b3 {
        width: 150px; }
      .maintenance-sec .maintenance-container .borders.b4 {
        width: 130px; }
    .maintenance-sec .maintenance-container h2 {
      margin-top: 10px; }

.maintenance-sec .social ul li,
.coming-soon .social ul li {
  display: inline-block;
  padding: 5px 8px;
  margin-left: 10px;
  background-color: #000;
  height: 40px;
  width: 40px;
  border-radius: 100%; }
  .maintenance-sec .social ul li a i,
  .coming-soon .social ul li a i {
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
    transition: 0.5s; }
  .maintenance-sec .social ul li:hover a i,
  .coming-soon .social ul li:hover a i {
    opacity: 1;
    transition: 0.5s; }

.maintenance-sec .center-content .form-group,
.coming-soon .center-content .form-group {
  width: 60%; }
  .maintenance-sec .center-content .form-group .d-flex,
  .coming-soon .center-content .form-group .d-flex {
    align-items: center; }
  .maintenance-sec .center-content .form-group input,
  .coming-soon .center-content .form-group input {
    border-radius: 25px;
    padding: 15px 25px; }

.maintenance-sec .center-content button,
.coming-soon .center-content button {
  border-radius: 35px;
  margin-left: -50px; }

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: falling linear infinite both;
  transform: translate3D(0, -100%, 0); }

.snow--near {
  animation-duration: 10s;
  background-image: url("/assets/images/snow1.png");
  background-size: contain; }
  .snow--near + .snow--alt {
    animation-delay: 5s; }

.snow--mid {
  animation-duration: 20s;
  background-image: url("/assets/images/snow2.png");
  background-size: contain; }
  .snow--mid + .snow--alt {
    animation-delay: 10s; }

.snow--far {
  animation-duration: 30s;
  background-image: url("/assets/images/snow3.png");
  background-size: contain; }
  .snow--far + .snow--alt {
    animation-delay: 15s; }

.snow,
.winter-is-coming {
  z-index: 100;
  pointer-events: none; }

.bg-background-fade {
  transition: all 500ms;
  background: #ef6767; }

.creative-content {
  background: url("/assets/images/creative/1.png");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom; }

.creative body,
.creative h1,
.creative h2,
.creative h3,
.creative h4,
.creative h5,
.creative h6,
.creative p,
.creative li,
.creative a {
  font-family: "Work Sans", sans-serif; }

.creative h1 {
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase; }

.creative hr {
  margin-bottom: 20px;
  background: #fff; }

.creative h6 {
  margin: 0; }

.creative .center-header {
  font-size: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 20px; }

.creative .agency-para {
  padding: 0 50px;
  margin: 0 50px; }

.creative .btn-default {
  padding: 10px 36px; }

.creative .sub-texts {
  color: #fff; }

.creative .title.title2 .borders span:before, .creative .title.title2 .borders span:after {
  border-top: 1px solid #f5f5f8;
  width: 40px; }

.portfolio-metro.bg {
  background: url("/assets/images/portfolio/portfolio-new/font.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.portfolio-metro body,
.portfolio-metro h1,
.portfolio-metro h2,
.portfolio-metro h3,
.portfolio-metro h4,
.portfolio-metro h5,
.portfolio-metro h6,
.portfolio-metro p,
.portfolio-metro li,
.portfolio-metro a {
  font-family: "Montserrat", sans-serif; }

.portfolio-metro h1,
.portfolio-metro h2,
.portfolio-metro h3,
.portfolio-metro h4,
.portfolio-metro h5,
.portfolio-metro h6,
.portfolio-metro p,
.portfolio-metro li,
.portfolio-metro a {
  color: #000; }

.portfolio-metro h1 {
  font-size: 80px;
  margin-bottom: 50px;
  font-weight: 400; }

.portfolio-metro .portfolio_section {
  display: flex;
  align-items: center;
  height: 100%; }
  .portfolio-metro .portfolio_section h1 {
    margin-top: 0; }
  .portfolio-metro .portfolio_section h6 {
    margin-bottom: -3px; }

.portfolio-metro .sub-header {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #777; }

.portfolio-metro .center-content {
  height: auto; }

.music ::-webkit-scrollbar {
  width: 10px; }

.music ::-webkit-scrollbar-thumb {
  background-image: linear-gradient(rgba(35, 62, 128, 0.92) 0%, #1c255a 100%);
  border-radius: 25px; }

.music.side-section .btn-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #fff !important;
  opacity: 0.8;
  background: transparent;
  border: none;
  padding: 25px 18px; }

.music.side-section .jp-type-playlist .jp-gui .gradient-block {
  background-image: linear-gradient(rgba(35, 62, 128, 0.92) 0%, #1c255a 100%);
  position: relative;
  overflow: hidden;
  height: 30vh; }
  .music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse {
    opacity: 0.25;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    transform: translateY(-50%); }
    .music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse i {
      background: #fff;
      position: absolute;
      height: 55px;
      width: 55px;
      border-radius: 100%;
      left: -28px;
      bottom: -33px;
      opacity: 0.3;
      animation: ripple1 3s linear infinite; }
      .music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse i:nth-child(2) {
        animation: ripple2 3s linear infinite; }
      .music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse i:nth-child(3) {
        animation: ripple3 3s linear infinite; }
  .music.side-section .jp-type-playlist .jp-gui .gradient-block .now-play {
    font-size: calc(13px + (16 - 13) * (100vw - 330px) / (1920 - 330));
    padding-top: 30px;
    opacity: 0.8; }

.music.side-section .jp-type-playlist .jp-gui .girls {
  border-radius: 100%;
  padding: 20px;
  background-color: #fff;
  transform: translate(0, -50%);
  box-shadow: 0 6px 30px 1px rgba(37, 67, 138, 0.18); }

.music.side-section .jp-type-playlist .jp-gui .author-text {
  z-index: 3;
  position: relative; }
  .music.side-section .jp-type-playlist .jp-gui .author-text h4,
  .music.side-section .jp-type-playlist .jp-gui .author-text h6 {
    color: #000; }
  .music.side-section .jp-type-playlist .jp-gui .author-text .song-text {
    margin-top: -50px;
    margin-bottom: 3px;
    color: #000; }
  .music.side-section .jp-type-playlist .jp-gui .author-text .song-sub-text {
    color: #808080; }

.music.side-section .jp-playlist {
  margin-top: 30px; }

.music.side-section .jp-details,
.music.side-section .jp-playlist {
  width: 100%;
  border-top: 1px solid #b1b1b1; }

.music.side-section .side-player .author-text {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.music.side-section .side-player .jp-progress {
  margin-top: 35px; }

.music.side-section .jp-controls .button-container {
  padding: 20px;
  text-align: center; }
  .music.side-section .jp-controls .button-container button {
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 100%;
    background-color: #8080804f;
    margin: 0 10px;
    border: none; }
    .music.side-section .jp-controls .button-container button.jp-play {
      height: 50px;
      width: 50px;
      background-image: linear-gradient(#233e80 0%, #1c255a 100%);
      background-color: white;
      box-shadow: 0 3px 15px 3px rgba(46, 97, 220, 0.25); }

.music .jp-controls button {
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  padding: 0; }
  .music .jp-controls button:focus {
    outline: none; }

.music.testimonial .music-testimonial-slider .slick-prev:before,
.music.testimonial .music-testimonial-slider .slick-next:before {
  font: normal normal normal 18px/1 FontAwesome; }

.music.testimonial .music-testimonial-slider .slick-prev:before {
  content: "\F053"; }

.music.testimonial .music-testimonial-slider .slick-next:before {
  content: "\F054"; }

.music.gallery .gallery-slider {
  margin-bottom: -6px; }
  .music.gallery .gallery-slider .slick-list {
    margin: 0; }
    .music.gallery .gallery-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0;
      position: relative; }

.music.header {
  background-color: #000; }

.animated-bg i {
  background: #dddddd;
  bottom: 0;
  box-shadow: 0 15px 30px 0 #dddddd;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(1.3);
  animation: ripple1 3s linear infinite; }
  .animated-bg i:nth-child(2) {
    animation: ripple2 3s linear infinite; }
  .animated-bg i:nth-child(3) {
    animation: ripple3 3s linear infinite; }

@keyframes ripple1 {
  0% {
    transform: scale(5.5);
    opacity: 0.3; }
  100% {
    transform: scale(8.5);
    opacity: 0; } }

@keyframes ripple2 {
  0% {
    transform: scale(3.5); }
  100% {
    transform: scale(5.5); } }

@keyframes ripple3 {
  0% {
    transform: scale(1.5); }
  100% {
    transform: scale(3.5); } }

header {
  z-index: 600;
  width: 100%; }
  header.nav-lg {
    padding: 2rem 1rem; }
    header.nav-lg nav ul li a {
      font-size: 15px; }
  header.resume .responsive-btn i, header.dark .responsive-btn i {
    color: #000 !important; }
  header.dark nav {
    padding: 0; }
  header.wedding .responsive-btn i {
    color: var(--primary) !important; }
  header.ecommerce .navbar {
    position: unset; }
  header.ecommerce nav {
    justify-content: space-between;
    padding: 0; }
    header.ecommerce nav .m-r-auto {
      margin-right: unset !important; }
    header.ecommerce nav ul.main-menu > li > a {
      color: #000;
      padding-top: 30px;
      padding-bottom: 30px; }
    header.ecommerce nav ul.main-menu > li:hover > a {
      color: #676767; }
    header.ecommerce nav .top-header-right ul li.cart .dropdown-menu {
      border: 0;
      padding: 0;
      margin-top: 20px; }
    header.ecommerce nav .top-header-right ul li .shopping-cart {
      width: 350px;
      padding: 30px;
      border: 1px solid #ddd;
      right: 0; }
      header.ecommerce nav .top-header-right ul li .shopping-cart .media-body h4 {
        color: #000; }
      header.ecommerce nav .top-header-right ul li .shopping-cart li {
        display: block; }
        header.ecommerce nav .top-header-right ul li .shopping-cart li .total {
          border-top: 1px solid gray;
          padding-top: 10px;
          margin-top: 20px; }
          header.ecommerce nav .top-header-right ul li .shopping-cart li .total h5 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #808080; }
            header.ecommerce nav .top-header-right ul li .shopping-cart li .total h5 span {
              float: right; }
        header.ecommerce nav .top-header-right ul li .shopping-cart li .buttons a {
          font-size: 16px;
          color: #333333;
          text-transform: capitalize;
          font-weight: 700; }
          header.ecommerce nav .top-header-right ul li .shopping-cart li .buttons a:hover {
            color: #000; }
        header.ecommerce nav .top-header-right ul li .shopping-cart li .buttons .checkout {
          float: right; }
        header.ecommerce nav .top-header-right ul li .shopping-cart li + li {
          margin-top: 15px; }
      header.ecommerce nav .top-header-right ul li .shopping-cart .close-circle {
        position: absolute;
        right: 0;
        top: 10px; }
        header.ecommerce nav .top-header-right ul li .shopping-cart .close-circle i {
          color: #acacac; }
      header.ecommerce nav .top-header-right ul li .shopping-cart a {
        min-width: unset;
        width: unset;
        padding: 0; }
      header.ecommerce nav .top-header-right ul li .shopping-cart img {
        width: 70px !important; }
    header.ecommerce nav .top-header-right ul li.search .dropdown-menu {
      border: 0;
      padding: 0; }
      header.ecommerce nav .top-header-right ul li.search .dropdown-menu .form-control-plaintext {
        padding: 10px 20px;
        margin-top: 20px;
        border: 1px solid #dddddd;
        background-color: #fff; }
    header.ecommerce nav .top-header-right ul li.account .dropdown-menu {
      padding: 10px;
      margin-top: 20px;
      border: 1px solid #ddd;
      border-radius: 0; }
    header.ecommerce nav .top-header-right ul li a {
      padding: 12px; }
    header.ecommerce nav .top-header-right ul li i {
      color: #000;
      font-size: 20px;
      font-weight: 500; }
      header.ecommerce nav .top-header-right ul li i.icon-shopping-cart-full {
        font-size: 22px; }
  header.nav-fix {
    position: fixed; }
  header.nav-abs {
    position: absolute; }
  header .responsive-btn {
    display: none; }
    header .responsive-btn i {
      font-size: calc(22px + (25 - 22) * ((100vw - 300px) / (1920 - 300)));
      color: #fff !important; }
  header nav {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0; }
    header nav .navbar-container {
      padding: 10px 0; }
    header nav ul {
      margin: 0;
      border: 0;
      line-height: 1;
      list-style-type: none;
      text-align: center; }
      header nav ul li {
        margin: 0;
        border: 0;
        line-height: 1;
        position: relative;
        display: inline-block;
        text-align: center; }
        header nav ul li a {
          margin: 0;
          border: 0;
          line-height: 1;
          text-decoration: none;
          display: inline-block;
          padding: 18px;
          font-size: 14px;
          text-transform: uppercase;
          transition: all 0.4s ease-in-out;
          font-weight: 500;
          letter-spacing: 0; }
        header nav ul li > a {
          color: white; }
          header nav ul li > a:hover {
            color: white; }
        header nav ul li > ul {
          display: none; }
        header nav ul li:hover .mega-menu-container {
          display: block; }
        header nav ul li:hover > ul {
          display: block; }
      header nav ul .sub-menu ul {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        z-index: 1; }
      header nav ul .sub-menu > a:before,
      header nav ul .dropdown:before {
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        content: "\F105"; }
      header nav ul .dropdown:before {
        content: "\F0D7"; }
      header nav ul ul {
        margin: 0;
        border: 0;
        line-height: 1;
        transition: all 0.4s ease-in-out;
        background: #fff;
        padding: 15px 0; }
        header nav ul ul li {
          margin: 0;
          border: 0;
          line-height: 1;
          display: block;
          text-align: left;
          transition: all 0.4s ease-in-out;
          position: relative; }
          header nav ul ul li a {
            margin: 0;
            border: 0;
            text-transform: capitalize;
            width: 100%;
            min-width: 240px;
            padding: 10px 18px;
            white-space: nowrap;
            color: #323232 !important;
            font-weight: 400;
            letter-spacing: 0;
            font-size: 13px; }
            header nav ul ul li a:hover {
              color: var(--primary) !important;
              transition: all 0.5s ease; }
          header nav ul ul li:hover > a, header nav ul ul li:focus > a, header nav ul ul li:active > a {
            color: #777;
            transform: translateX(2%); }
      header nav ul .mega-menu {
        position: unset; }
        header nav ul .mega-menu .mega-menu-container {
          transition: all 0.3s ease-in;
          min-width: 1020px;
          left: unset;
          right: 0;
          padding: 20px 0;
          background: #fff;
          z-index: 9;
          overflow: hidden;
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
          display: none; }
          header nav ul .mega-menu .mega-menu-container ul {
            position: relative;
            padding: 0 10px; }
    header nav .menu-head {
      margin-bottom: 10px;
      color: var(--primary);
      display: flex;
      padding: 10px 28px 10px 10px;
      letter-spacing: 0;
      font-weight: 600;
      border-bottom: 1px solid #eee;
      text-transform: capitalize; }
    header nav .menu-arrow {
      font-size: 10px; }
  header.music {
    position: absolute; }
  header.resume nav ul li a:hover {
    color: #262626; }
  header.wedding .logo-abs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  header.wedding.header-rel {
    background-color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px dashed var(--primary); }
  header.yoga .logo-abs {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%); }
  header.portfolio-metro nav .responsive-btn a:hover {
    color: #000;
    opacity: 0.7; }
  header.portfolio-metro nav ul li > a {
    color: #000; }
    header.portfolio-metro nav ul li > a:hover {
      color: #000; }
  header.wedding nav ul li > a:hover {
    color: var(--primary); }
  header.dark {
    position: absolute; }
    header.dark nav .responsive-btn a:hover {
      color: #000;
      opacity: 0.7; }
    header.dark nav ul li > a {
      color: #000; }
      header.dark nav ul li > a:hover {
        color: #000; }

/*************************
  Footer start
*************************/
footer.app2 h5 {
  color: #fff;
  padding-bottom: 55px; }

footer.gym h5 {
  color: #fff;
  padding-bottom: 55px; }

footer.saas1 h5 {
  color: #fff;
  padding-bottom: 55px;
  margin-bottom: unset; }

.inner-pages-footer.resume .link-horizontal.social-link {
  margin-bottom: -5px;
  margin-top: 20px; }

.blog-sidebar .sidebar-container .post-container:last-child {
  margin-bottom: 0; }

.form-control:focus {
  box-shadow: none;
  background-color: #f5f5f8; }

.event .event-btn {
  color: #ffffff !important;
  border: 1px solid white !important;
  background-color: #e3154f !important; }
  .event .event-btn:hover {
    background-color: #fff !important;
    color: #e3154f !important;
    border: 1px solid #e3154f !important; }

.event.event-gradient::before {
  background-image: linear-gradient(#321575, #e3154f); }

.color-animated {
  animation: color-change 1s infinite;
  color: var(--primary);
  margin-left: 10px; }

@keyframes color-change {
  0% {
    color: var(--primary); }
  50% {
    color: #e3154f; }
  100% {
    color: var(--light); } }

.menu-container .menu-icon {
  position: absolute; }
  .menu-container .menu-icon li a {
    padding-left: 22px; }
    .menu-container .menu-icon li a i {
      position: absolute;
      left: 0; }

.menu-container li a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 1px;
  background-color: black;
  left: 6px;
  top: 50%; }

.breadcrumb-section .breadcrumb {
  margin-bottom: -2px; }

.blog-contain:hover {
  box-shadow: 1px 1px 10px 1px #eee; }

.product-slick .slick-prev,
.product-slick .slick-next,
.rtl-product-slick .slick-prev,
.rtl-product-slick .slick-next,
.product-right-slick .slick-prev,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-prev,
.rtl-product-right-slick .slick-next {
  opacity: 0;
  transform: scale(1);
  transition: all 0.5s ease;
  margin-top: -10px; }
  .product-slick .slick-prev:before,
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-prev:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-prev:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    color: black;
    background-color: white;
    border-radius: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.product-slick .slick-next,
.rtl-product-slick .slick-next,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-next {
  right: 1px; }
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-next:before {
    content: "\F105"; }

.product-slick .slick-prev,
.rtl-product-slick .slick-prev,
.product-right-slick .slick-prev,
.rtl-product-right-slick .slick-prev {
  left: 1px;
  z-index: 1; }
  .product-slick .slick-prev:before,
  .rtl-product-slick .slick-prev:before,
  .product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-prev:before {
    content: "\F104"; }

.product-slick .slick-slide > div,
.rtl-product-slick .slick-slide > div,
.product-right-slick .slick-slide > div,
.rtl-product-right-slick .slick-slide > div {
  display: flex;
  margin-bottom: 15px; }

.product-slick:hover .slick-prev,
.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-prev,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-next {
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.5s ease; }
  .product-slick:hover .slick-prev:before,
  .product-slick:hover .slick-next:before,
  .rtl-product-slick:hover .slick-prev:before,
  .rtl-product-slick:hover .slick-next:before,
  .product-right-slick:hover .slick-prev:before,
  .product-right-slick:hover .slick-next:before,
  .rtl-product-right-slick:hover .slick-prev:before,
  .rtl-product-right-slick:hover .slick-next:before {
    opacity: 1; }

.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-next {
  right: 20px; }

.product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-prev,
.product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-prev {
  left: 20px; }

.slider-nav .slick-slide > div,
.rtl-slider-nav .slick-slide > div,
.slider-right-nav .slick-slide > div,
.rtl-slider-right-nav .slick-slide > div {
  display: flex;
  margin: 15px 15px 0 15px;
  border: 1px solid #dddddd;
  transition: all 0.5s ease; }

.slider-nav .slick-slide.slick-current > div,
.rtl-slider-nav .slick-slide.slick-current > div,
.slider-right-nav .slick-slide.slick-current > div,
.rtl-slider-right-nav .slick-slide.slick-current > div {
  border-color: #aaaaaa;
  transition: all 0.5s ease; }

.slider-nav .slick-slide.slick-active,
.rtl-slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active {
  transition: all 0.5s ease; }

.slider-right-nav .slick-slide:first-child > div,
.rtl-slider-right-nav .slick-slide:first-child > div {
  margin-top: 0; }

.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px; }

.is_stuck {
  margin-top: 80px; }

.image-scroll div > div {
  padding-bottom: 20px; }
  .image-scroll div > div:last-child {
    padding: 0; }

.product-right p {
  margin-bottom: 0;
  line-height: 1.5em; }

.product-right .product-title {
  color: #222222;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0; }

.product-right .border-product {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd; }

.product-right h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2em; }

.product-right h3 {
  font-size: 26px;
  color: #222222;
  margin-bottom: 15px; }

.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px; }
  .product-right h4 del {
    color: #777777; }
  .product-right h4 span {
    padding-left: 5px;
    color: #000; }

.product-right .color-variant {
  margin-bottom: 10px; }
  .product-right .color-variant li {
    height: 30px;
    width: 30px;
    cursor: pointer; }

.product-right .product-buttons {
  margin-bottom: 20px; }
  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline {
    padding: 7px 25px; }
  .product-right .product-buttons a:last-child {
    margin-left: 10px; }

.product-right .product-description h6 span {
  float: right; }

.product-right .product-description .qty-box {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .product-right .product-description .qty-box .input-group {
    justify-content: unset;
    width: unset; }
    .product-right .product-description .qty-box .input-group .form-control {
      border-right: none; }

.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product-right .size-box ul li {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    text-align: center; }
    .product-right .size-box ul li a {
      color: #222222;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .product-right .size-box ul li.active {
      background-color: #f7f7f7; }

.product-right .product-icon {
  display: flex; }
  .product-right .product-icon .product-social {
    margin-top: 5px; }
    .product-right .product-icon .product-social li {
      padding-right: 30px; }
      .product-right .product-icon .product-social li a {
        color: #333333;
        transition: all 0.3s ease; }
        .product-right .product-icon .product-social li a i {
          font-size: 18px; }
        .product-right .product-icon .product-social li a:hover {
          color: #000; }
      .product-right .product-icon .product-social li:last-child {
        padding-right: 0; }
  .product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none; }
    .product-right .product-icon .wishlist-btn i {
      border-left: 1px solid #dddddd;
      font-size: 18px;
      padding-left: 10px;
      margin-left: 5px;
      transition: all 0.5s ease; }
    .product-right .product-icon .wishlist-btn span {
      padding-left: 10px;
      font-size: 18px; }
    .product-right .product-icon .wishlist-btn:hover i {
      color: #000;
      transition: all 0.5s ease; }

.product-right .payment-card-bottom {
  margin-top: 10px; }
  .product-right .payment-card-bottom ul li {
    padding-right: 10px; }

.product-right .timer {
  margin-top: 10px;
  background-color: #f7f7f7; }
  .product-right .timer p {
    color: #222222; }

.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px; }
  .product-right.product-form-box .product-description .qty-box {
    margin-bottom: 5px; }
    .product-right.product-form-box .product-description .qty-box .input-group {
      justify-content: center;
      width: 100%; }
  .product-right.product-form-box .product-buttons {
    margin-bottom: 0; }
  .product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left; }

.single-product-tables {
  display: flex;
  margin-top: 20px; }
  .single-product-tables table {
    width: 20%; }
    .single-product-tables table tr {
      height: 35px; }
      .single-product-tables table tr td:first-child {
        font-weight: 600; }
  .single-product-tables.detail-section {
    margin-top: 0; }
    .single-product-tables.detail-section table {
      width: 55%; }

.product-related h2 {
  color: #222222;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 20px; }

.rating {
  margin-top: 0; }
  .rating i {
    padding-right: 5px; }
    .rating i:nth-child(-n + 4) {
      color: #ffa200; }
    .rating i:last-child {
      color: #dddddd; }
  .rating .three-star {
    padding-bottom: 5px; }
    .rating .three-star i {
      color: #acacac; }
      .rating .three-star i:nth-child(-n + 3) {
        color: #ffd200; }

.tab-border {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0; }
  .tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #dddddd; }

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  padding: 15px 20px; }

.tab-product,
.product-full-tab {
  padding-top: 30px; }
  .tab-product .nav-material.nav-tabs,
  .product-full-tab .nav-material.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link,
    .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
      color: #212121;
      text-align: center;
      padding: 0 15px 20px 15px;
      text-transform: uppercase;
      border: 0;
      border-bottom: 2px solid transparent; }
    .tab-product .nav-material.nav-tabs .nav-link.active,
    .product-full-tab .nav-material.nav-tabs .nav-link.active {
      color: #000;
      border-bottom: 2px solid var(--primary); }
  .tab-product .theme-form input,
  .product-full-tab .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left; }
  .tab-product .theme-form .btn-solid,
  .tab-product .theme-form .btn-outline,
  .product-full-tab .theme-form .btn-solid,
  .product-full-tab .theme-form .btn-outline {
    margin: 0 auto; }
  .tab-product .theme-form textarea,
  .product-full-tab .theme-form textarea {
    border-color: #dddddd;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit; }
  .tab-product .tab-content.nav-material p,
  .product-full-tab .tab-content.nav-material p {
    padding: 20px;
    line-height: 2;
    letter-spacing: 0.05em; }
  .tab-product .tab-content.nav-material .media,
  .product-full-tab .tab-content.nav-material .media {
    margin-top: 20px; }
  .tab-product .title,
  .product-full-tab .title {
    padding-right: 45px;
    color: #000;
    padding-bottom: 20px; }
  .tab-product .theme-slider .slick-arrow,
  .product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto; }
    .tab-product .theme-slider .slick-arrow :before,
    .product-full-tab .theme-slider .slick-arrow :before {
      color: #000;
      font-size: 18px; }
  .tab-product .product-box,
  .product-full-tab .product-box {
    position: relative;
    margin: 5px; }
    .tab-product .product-box:hover,
    .product-full-tab .product-box:hover {
      box-shadow: 0 0 12px 0 #dddddd; }
      .tab-product .product-box:hover .lbl-1,
      .product-full-tab .product-box:hover .lbl-1 {
        opacity: 1;
        transition: all 0.3s ease; }
      .tab-product .product-box:hover .lbl-2,
      .product-full-tab .product-box:hover .lbl-2 {
        opacity: 1;
        animation: flipInY 1000ms ease-in-out; }
      .tab-product .product-box:hover .color-variant li,
      .product-full-tab .product-box:hover .color-variant li {
        opacity: 1 !important;
        animation: fadeInUp 500ms ease-in-out; }
    .tab-product .product-box .img-block,
    .product-full-tab .product-box .img-block {
      min-height: unset; }
    .tab-product .product-box .cart-info,
    .product-full-tab .product-box .cart-info {
      position: absolute;
      padding: 10px 0;
      top: 25%;
      right: 15px;
      width: 40px;
      margin-right: 0; }
      .tab-product .product-box .cart-info i,
      .product-full-tab .product-box .cart-info i {
        padding-right: 0; }
      .tab-product .product-box .cart-info a,
      .tab-product .product-box .cart-info button,
      .product-full-tab .product-box .cart-info a,
      .product-full-tab .product-box .cart-info button {
        color: #333333;
        transition: all 0.3s ease;
        background-color: #fff;
        height: 35px;
        width: 35px;
        margin: 7px 0;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        box-shadow: 0 0 12px 0 #dddddd; }
        .tab-product .product-box .cart-info a :hover,
        .tab-product .product-box .cart-info button :hover,
        .product-full-tab .product-box .cart-info a :hover,
        .product-full-tab .product-box .cart-info button :hover {
          transition: all 0.3s ease;
          color: #000; }
    .tab-product .product-box .lbl-1,
    .product-full-tab .product-box .lbl-1 {
      background-color: #000;
      padding: 2px 20px 2px 10px;
      display: inline-block;
      text-align: center;
      color: #ffffff;
      position: absolute;
      left: 0;
      top: 15px;
      font-size: 14px;
      line-height: 1.5;
      opacity: 0; }
      .tab-product .product-box .lbl-1:before,
      .product-full-tab .product-box .lbl-1:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 12px solid #000;
        border-bottom: 13px solid #000;
        border-right: 7px solid #fff; }
    .tab-product .product-box .lbl-2,
    .product-full-tab .product-box .lbl-2 {
      font-size: 14px;
      top: 15px;
      position: absolute;
      right: 10px;
      color: #333333;
      font-weight: 600;
      text-transform: capitalize;
      opacity: 0; }
    .tab-product .product-box a,
    .product-full-tab .product-box a {
      color: #0072bb;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px; }
    .tab-product .product-box .color-variant,
    .product-full-tab .product-box .color-variant {
      position: absolute;
      top: -35px;
      width: 100%; }
    .tab-product .product-box .slick-slide img,
    .product-full-tab .product-box .slick-slide img {
      display: block; }
    .tab-product .product-box .product-details,
    .product-full-tab .product-box .product-details {
      position: relative; }
      .tab-product .product-box .product-details .color-variant,
      .product-full-tab .product-box .product-details .color-variant {
        position: absolute;
        top: -35px;
        width: 100%; }
        .tab-product .product-box .product-details .color-variant li,
        .product-full-tab .product-box .product-details .color-variant li {
          opacity: 0;
          display: inline-block;
          height: 15px;
          width: 15px;
          border-radius: 100%;
          margin: 0 3px;
          transition: all 0.3s ease;
          cursor: pointer; }
      .tab-product .product-box .product-details h6,
      .product-full-tab .product-box .product-details h6 {
        color: #333333;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize; }
      .tab-product .product-box .product-details .price,
      .product-full-tab .product-box .product-details .price {
        padding-bottom: 10px;
        font-size: 16px;
        color: #000; }

.product-full-tab {
  padding-top: 70px; }

.product-load-more .col-grid-box {
  display: none; }

.load-more-sec {
  margin-top: 40px;
  text-align: center; }
  .load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    color: #000; }

.product_image_4 > div:nth-last-child(-n + 2) {
  margin-top: 25px; }

.btn-app1-theme {
  border: transparent !important;
  position: relative !important;
  background-color: #4e56f3 !important;
  background-image: linear-gradient(to right, #13b8ea, #4e56f3, #4e56f3, #13b8ea) !important;
  transition: all 0.4s ease-in-out !important;
  background-size: 300% 100% !important; }

.saas1-btn {
  border: 2px solid #071828 !important;
  color: #071828 !important; }
  .saas1-btn:hover {
    background-color: #071828 !important;
    color: #fff !important; }

.saas2-btn {
  border: transparent !important;
  position: relative !important;
  background-color: #5e57ea !important;
  background-image: linear-gradient(to right, #9647db, #5e57ea, #5e57ea, #9647db) !important;
  transition: all 0.4s ease-in-out !important;
  background-size: 300% 100% !important; }

.copyright.inner-page li {
  line-height: normal; }

.app1 .title .main-title h2 {
  line-height: 0.9; }

.app1 .title-inner .main-title h2 {
  line-height: 0.8; }

.bg-shadow-top-bottom {
  box-shadow: inset 0 70px 75px -15px rgba(0, 0, 0, 0.8), inset 0 -70px 75px -15px rgba(0, 0, 0, 0.8); }

.bg-shadow-top {
  box-shadow: inset 0px -70px 90px -44px #000; }

.bg-unset {
  background: unset !important; }

.about-page {
  background-color: #f8f8f8; }
  .about-page.testimonial {
    background-color: #f8f8f8; }
    .about-page.testimonial img {
      filter: brightness(25%); }
    .about-page.testimonial .avtar-img {
      filter: unset; }
    .about-page.testimonial .quotes .quote-text h5 {
      color: #0b0b0b; }
    .about-page.testimonial .rating .name {
      color: #000; }
    .about-page.testimonial .rating .stars i {
      color: #ddd; }
    .about-page.testimonial .slick-slider .slick-arrow:before {
      color: #000; }
  .about-page.counter img {
    filter: brightness(25%); }

/*************************
  Footer ends
*************************/
/*************************
  compare start
*************************/
.layout-ecommerce section {
  padding: 70px 0; }

.layout-ecommerce .ecommerce-footer {
  padding-top: 70px; }

.layout-ecommerce .blog-sec.blog .blog-agency {
  margin-bottom: 0; }

.layout-ecommerce .parallax-banner .full-banner {
  background-size: cover; }

.ecommerce.collection {
  padding-top: 0;
  margin-top: -180px;
  margin-bottom: 30px; }

.ecommerce.feature-product {
  padding-top: 0;
  margin-bottom: -5px; }

.ecommerce .banner-three {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 30px 15px;
  z-index: 1;
  position: relative; }
  .ecommerce .banner-three .main-wrapper {
    filter: grayscale(1); }
    .ecommerce .banner-three .main-wrapper img {
      width: 100%; }
    .ecommerce .banner-three .main-wrapper .banner-contain {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: all 0.3s ease;
      transform: scale(0);
      position: absolute;
      top: 0; }
    .ecommerce .banner-three .main-wrapper:hover {
      filter: grayscale(0); }
      .ecommerce .banner-three .main-wrapper:hover .banner-contain {
        opacity: 1;
        transition: all 0.3s ease;
        transform: scale(1); }

.ecommerce .contain {
  height: 80vh;
  display: flex;
  align-items: center; }
  .ecommerce .contain h1 {
    color: #333333;
    margin-bottom: 30px;
    font-weight: 600; }
  .ecommerce .contain .btn-default {
    margin-top: 20px; }

.ecommerce.ecommerce-home .ecommerce-home-slider .item {
  position: relative; }

.ecommerce.ecommerce-home .ecommerce-home-slider .home-slider {
  position: absolute;
  top: 0;
  left: 23%; }

.ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow {
  padding: 12px 13px;
  background: #fff;
  border-radius: 100%;
  line-height: 1;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow .fa-angle-left {
    margin-left: -3px; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow .fa-angle-right {
    margin-right: -3px; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow i {
    font-size: 36px; }

.ecommerce.ecommerce-home .ecommerce-home-slider .slick-list {
  margin: 0; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-list .slick-track .slick-slide > div .item {
    padding: 0; }

.ecommerce.nav-fix {
  background-color: #fff; }

.ecommerce .brand-slider .item img {
  max-width: 150px;
  margin: 0 auto; }

.ecommerce-footer {
  background-color: #212121;
  padding-bottom: 0; }
  .ecommerce-footer .sub-footer {
    padding-top: 30px;
    background-color: black;
    margin-top: 50px;
    padding-bottom: 20px; }
    .ecommerce-footer .sub-footer p {
      padding-top: 8px; }
  .ecommerce-footer .payment-card-bottom {
    text-align: right; }
    .ecommerce-footer .payment-card-bottom ul li {
      display: inline-block; }
      .ecommerce-footer .payment-card-bottom ul li + li {
        padding-left: 10px; }
  .ecommerce-footer .footer-title h4 {
    color: #e3e3e3; }
  .ecommerce-footer .footer-contant > ul li + li {
    margin-top: 15px; }
  .ecommerce-footer .footer-contant > ul li a {
    color: #acacac; }
  .ecommerce-footer .footer-contant .contact-list li {
    color: #acacac;
    padding-left: 25px;
    position: relative; }
    .ecommerce-footer .footer-contant .contact-list li i {
      position: absolute;
      left: 0;
      top: 3px; }
  .ecommerce-footer .footer-social ul li {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #e3e3e3;
    text-align: center;
    line-height: 2.6;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 100%; }
  .ecommerce-footer .footer-logo,
  .ecommerce-footer h4 {
    margin-bottom: 30px; }
  .ecommerce-footer p {
    color: #acacac; }
  .ecommerce-footer .footer-mobile-title {
    display: none; }

.modal-ecommerce {
  background-image: url("/assets/images/inner-page/collection/1.jpg");
  background-size: cover;
  background-position: center; }

.bg-decore {
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  animation: 10s linear 0s normal none infinite animate; }

.modal1 .modal-bg {
  height: 350px; }

.modal1 p {
  padding-top: 10px; }

.modal1 .form-group input {
  padding: 12px 20px;
  margin-bottom: 15px;
  margin-top: 20px; }

.modal1 .offer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  text-align: center; }
  .modal1 .offer-content > div {
    padding: 30px; }

.modal1 .close {
  position: absolute;
  top: 10px;
  right: 30px; }

@keyframes animate {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 500px; } }

.down-banner {
  padding-top: 0 !important; }
  .down-banner > .container {
    position: relative; }
  .down-banner .banner-contain {
    margin-left: 50px; }
    .down-banner .banner-contain .btn-default {
      z-index: 9;
      padding: 8px 21px;
      font-size: 13px; }
  .down-banner .small-banner {
    height: 250px;
    background-size: cover;
    background-position: center center; }
  .down-banner .banner-contain {
    position: absolute;
    height: 100%;
    max-width: 50%;
    top: 0;
    display: flex;
    align-items: center; }

.parallax-banner {
  padding: 0 !important; }
  .parallax-banner .full-banner {
    height: 500px;
    background-attachment: fixed; }
  .parallax-banner .banner-contain {
    position: absolute;
    height: 100%;
    max-width: 25%;
    top: 0;
    display: flex;
    align-items: center; }
    .parallax-banner .banner-contain h2 {
      margin-bottom: 30px; }
    .parallax-banner .banner-contain .btn-default {
      padding: 8px 21px;
      font-size: 13px; }

.ecommerce-tab .theme-tab .tabs {
  justify-content: center;
  padding: 0 0 50px; }
  .ecommerce-tab .theme-tab .tabs .react-tabs__tab {
    padding: 3px 25px;
    color: #777;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 2.1;
    letter-spacing: 1px;
    cursor: pointer; }
    .ecommerce-tab .theme-tab .tabs .react-tabs__tab.react-tabs__tab--selected {
      background-color: #7b7b7c;
      color: #fff;
      border-radius: 0; }

.ecommerce-tab .product-box .product-detail .color-variant {
  display: none; }

.ecommerce-tab .product-box .product-detail > div h4 del {
  display: none; }

.ecommerce-tab .tab-title {
  display: flex; }

.ecommerce-tab .no-slider {
  margin-bottom: -30px; }
  .ecommerce-tab .no-slider .product-box {
    margin-bottom: 30px; }

.ecommerce-tab .isotopeContainer {
  margin-bottom: -30px; }
  .ecommerce-tab .isotopeContainer .product-box {
    margin-bottom: 30px; }

.ecommerce-tab .filter-section .filter-container ul.filter > li {
  display: inline-block; }
  .ecommerce-tab .filter-section .filter-container ul.filter > li.active {
    background-color: #7b7b7c; }

#nprogress .bar {
  background: var(--primary) !important; }

.my-masonry-grid {
  display: flex;
  width: auto; }

.my-masonry-grid_column {
  background-clip: padding-box;
  list-style-type: none; }
  .my-masonry-grid_column > div {
    margin-bottom: 30px; }
    .my-masonry-grid_column > div img {
      width: 100%; }

.modal-no-header {
  padding: 0;
  border-bottom: none;
  position: relative; }
  .modal-no-header.close-right .close {
    position: absolute;
    right: -31px;
    top: 16px;
    background: #f5f5f5;
    opacity: 1;
    z-index: 1; }
  .modal-no-header.close-in-modal .close {
    right: 16px;
    opacity: 0.5;
    z-index: 1; }
  .modal-no-header.close-up {
    padding: 0; }
    .modal-no-header.close-up .close {
      position: absolute;
      right: 0;
      top: -30px;
      opacity: 1;
      color: #fff;
      font-size: 28px;
      font-weight: 400; }

.modal-body .nav-tabs {
  border-bottom: none; }
  .modal-body .nav-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #b1b1b1; }
    .modal-body .nav-tabs .nav-item .nav-link.active {
      color: #000;
      border-bottom: 2px solid #000;
      background-color: transparent; }

.iframe-modal {
  padding: 0;
  display: flex; }
  .iframe-modal iframe {
    width: 100%;
    height: 440px; }

.invoice-table {
  margin-top: 16px;
  margin-bottom: 16px; }

/**=====================
     63. Responsive CSS Start
  ==========================**/
@media only screen and (max-width: 1600px) {
  .about.app1 .mobile {
    right: 6%; }
    .about.app1 .mobile.mobile-img .mobile-screen {
      height: 750px; }
  .agency .girl-boy {
    right: 8%; }
  .header .wedding-content .girl {
    left: 16%; }
    .header .wedding-content .girl img {
      width: 500px; }
  .sponsor div .sponsor-img .overlay-box {
    width: 100%; }
  .header .header8-content .slider-1 .owl-nav {
    left: -15%;
    bottom: -34%;
    transform: translate(18%, 17%); }
    .header .header8-content .slider-1 .owl-nav .owl-next {
      transform: translate(50%, 30%); }
  .header .saas2-content .set-abs .img-dextop {
    height: 800px; }
  .saas2 .set-center-div {
    min-height: 525px; }
    .saas2 .set-center-div .side-img {
      right: -14%; }
      .saas2 .set-center-div .side-img img {
        height: 525px; }
  .music.artist .artist-text {
    margin-bottom: -8px; } }

@media (min-width: 1470px) {
  .event .container,
  .gym .container,
  .agency .container,
  .music .container,
  .resume .container,
  .yoga .container,
  .wedding .container,
  .inner-container .container {
    max-width: 1440px; }
  .menu-set {
    right: unset !important; } }

@media (max-width: 1469px) {
  .music div .album-list {
    padding: 30px; }
  header.wedding .logo-abs {
    width: 25%; }
  .sticky-text > div > div {
    width: 525px; } }

@media (max-width: 1430px) {
  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px; }
  .cart-section tbody tr td {
    min-width: 175px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 75px; }
  .cart-section tfoot tr td {
    padding-right: 41px; }
  .portfolio-metro h1 {
    font-size: 70px; }
  .expert-bg .slick-slider .slick-list,
  .blog-bg .slick-slider .slick-list {
    margin: 0 -5px; }
    .expert-bg .slick-slider .slick-list .slick-track .slick-slide > div .item,
    .blog-bg .slick-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0 5px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #dddddd;
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 10%; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    width: 25%; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px; }
  .cart-section tbody tr td {
    min-width: 175px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 75px; }
  .cart-section tfoot tr td {
    padding-right: 41px; }
  .product-right .product-icon .product-social li {
    padding-right: 10px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .event.blog .slick-slider .slick-list {
    margin: 0 -5px; }
    .event.blog .slick-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0 5px; } }

@media (max-width: 1440px) {
  .saas1.faq .faq-block .accordion .accordion-item .title:before {
    top: 18px; }
  .gym .title .borders-before {
    margin-top: -4px; }
  .wedding.subscribe .subscribe .button-primary {
    right: 3%; }
  .yoga h2 {
    margin-top: -12px; }
  .yoga.pricing .pricing-slider {
    margin-top: -9px; }
  .yoga.event .title h2 {
    margin-top: -9px; } }

@media only screen and (max-width: 1366px) and (min-width: 1200px) {
  .agency.blog .blog-agency .blog-contain .img-container .blog-head {
    margin-bottom: 10px; }
  .agency.blog .blog-agency .blog-contain .img-container .blog-info .m-b-20 {
    margin-bottom: 10px !important; }
  footer.footer2.saas2 .footer-padding {
    padding-top: 100px; }
  .brand-slider .saas-brand img {
    padding: 0; }
  .saas1.build-bg .container {
    margin-bottom: 1%;
    margin-top: 1%; }
  .p-b-160 {
    padding-bottom: 130px; } }

@media only screen and (max-width: 1366px) {
  .saas1 .sync2 .owl-item .item img {
    opacity: 0; }
  .saas1 .sync2 .owl-item.active .item img {
    opacity: 1; }
  .saas1.build-bg {
    min-height: unset; }
    .saas1.build-bg .build-right-slider .work-slide {
      height: unset; }
  .iframe-modal iframe {
    height: 430px; }
  .gym .portfolio-creative .head-sub-text,
  .yoga .portfolio-creative .head-sub-text {
    padding: 0 50px;
    letter-spacing: 0; }
  .gym .trainers-slider.owl-carousel .owl-stage-outer,
  .yoga .trainers-slider.owl-carousel .owl-stage-outer {
    min-height: 375px !important; }
  .yoga.testimonial .testimonial-info {
    margin-top: 30px; }
  .yoga.event .event-container {
    margin-bottom: 50px; }
    .yoga.event .event-container .event-info .address,
    .yoga.event .event-container .event-info .time {
      margin-bottom: 5px;
      line-height: 1.8; }
  .portfolio-creative.creative2 .head-sub-text {
    padding: 0 15px; }
  .subscribe.yoga .subscribe-head, .subscribe.resume .subscribe-head {
    margin-top: -10px; }
  .section-404 .box_astronaut {
    top: 65%;
    right: 15%; }
  .section-404 .object_astronaut {
    width: 130px; }
  .section-404 .text-inner {
    margin-top: -48px;
    margin-bottom: -45px; }
  .section-404 .object_rocket {
    width: 110px; }
  .section-404 .object_earth {
    width: 80px; }
  .section-404 .object_moon {
    width: 60px; }
  section,
  footer {
    padding: 70px 0; }
  .p-t-100 {
    padding-top: 70px !important; }
  .p-b-100 {
    padding-bottom: 70px !important; }
  .header .rotate {
    top: 14%;
    right: 15%; }
    .header .rotate img {
      width: 400px; }
  .header .squares img {
    height: 260px; }
  .header .wedding-content .girl {
    left: 11%; }
  .header .header8-content .slider-1 .owl-nav {
    left: -18%;
    bottom: -50%; }
  .header .saas2-content .set-abs .img-dextop {
    height: 720px; }
  .header.app1 h1 {
    line-height: 56px; }
  .header .event-content .counter-container h2 {
    margin-top: -10px; }
  .header.saas2 h1 {
    margin-top: -14px; }
  .header.agency .girl-boy {
    right: 10%; }
    .header.agency .girl-boy img {
      width: 440px; }
  .header.agency .center-text {
    margin-left: 40px; }
  .about.app1 .counters .abouts {
    padding: 60px 0; }
  .about.app1 .mobile {
    right: 5%; }
    .about.app1 .mobile.mobile-img .mobile-screen {
      height: 680px; }
    .about.app1 .mobile.rectangle {
      top: -5%;
      right: -4%; }
      .about.app1 .mobile.rectangle.r-2 {
        right: -12%;
        top: -5%; }
    .about.app1 .mobile.galaxy {
      right: -12%; }
      .about.app1 .mobile.galaxy img {
        height: 120px; }
  .event .circle {
    top: 30px; }
    .event .circle:after {
      top: -33px;
      height: 30px; }
  .event h1 {
    margin-top: -8px;
    margin-bottom: -8px; }
  .schedule .cal-time.events {
    padding: 24px 40px 24px 24px;
    margin-bottom: 25px; }
    .schedule .cal-time.events .timing .border-dashed {
      height: 50px; }
    .schedule .cal-time.events .timing .event-time:last-child:before {
      height: 50px; }
    .schedule .cal-time.events .schedule-event .names {
      margin-bottom: 15px; }
    .schedule .cal-time.events .schedule-event .schedule-description {
      font-size: 140%; }
  .agency .girl-boy {
    right: 0; }
  .agency .icon-collection .about-icon {
    margin: 0;
    margin-bottom: 40px; }
  .agency.agency-content .blue-img {
    left: -18%; }
  .agency.video .d-inline-block .bg-video {
    width: 60%; }
  .yoga.format .girl-img-container {
    min-height: 453px; }
    .yoga.format .girl-img-container .girl-yoga {
      width: 500px; }
  .gym h1 {
    margin-top: -14px; }
  .gym h2 {
    margin-top: -11px; }
  .app2.quality .set-height {
    min-height: 592px; }
    .app2.quality .set-height .mobile2 {
      width: 430px;
      top: -29px; }
  .app2.services .service {
    padding: 40px 25px; }
    .app2.services .service .service-feature .feature-text {
      margin-bottom: 18px; }
  .app2.services .img-block {
    margin-bottom: 25px; }
    .app2.services .img-block img {
      height: 45px; }
  .saas2 .set-center-div {
    min-height: unset; }
    .saas2 .set-center-div .side-img {
      right: 2%; }
      .saas2 .set-center-div .side-img img {
        height: 455px; }
  .header .wave-orange {
    width: 240px;
    height: 25px; }
    .header .wave-orange:before, .header .wave-orange:after {
      width: 240px;
      height: 25px; }
  .header.app2 .img-mobile .headaer-image {
    width: 315px; }
  .header.event .set-bottom {
    bottom: 30px; }
  .header.resume .bg-pink img {
    max-height: 80vh; }
  .header .saas2-content .set-abs .img-dextop {
    height: 600px; }
  .header.saas2 .header-text {
    margin-bottom: 30px; }
  .header.saas2 .header-sub-text {
    margin-bottom: 16px;
    margin-top: 40px; }
  .collection-product-wrapper .product-top-filter {
    border-top: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      width: 100%;
      border-left: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      border-top: 1px solid #dddddd;
      text-align: center; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
      width: 15%;
      display: flex;
      justify-content: center; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      width: 30%;
      display: flex;
      justify-content: center; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
      width: 30%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      width: 25%; }
  .product-right .product-icon .product-social li {
    padding-right: 10px; }
  .collection-filter-block .product-service .media svg {
    height: 30px;
    width: 30px; }
  .blog-page .blog-media .blog-right h4 {
    line-height: 1.2;
    margin-bottom: 10px; }
  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 5px; }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 10px; }
  .blog-page .blog-media .blog-right p {
    line-height: 1.4; }
  .pro_sticky_info {
    padding: 10px; }
  .is_stuck {
    margin-top: 30px; }
  .breadcrumb-section-main {
    padding: 100px 0; } }

@media only screen and (max-width: 1250px) {
  .about.app1 .mobile {
    right: 5%; }
    .about.app1 .mobile.mobile-img .mobile-screen {
      height: 650px; } }

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .app2.pricing .price-container .feature-icon :before {
    font-size: 45px; }
  .app2.pricing .price-container .service-feature {
    padding: 30px 0 30px 0; }
  .app2.pricing .price-container .price-feature-container {
    padding: 35px 0 35px 0; }
  .screenshot .screen-container img {
    width: 380px;
    height: 580px; }
  .screenshot .swiper-container .swiper-wrapper .swiper-slide img {
    height: 455px; }
  header.agency nav ul li .dropdown {
    color: #7e8ec7; }
  header.agency.dark nav ul li .dropdown {
    color: #000; } }

@media only screen and (max-width: 1199px) {
  .portfolio-creative.creative2 .head-sub-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; }
  .about-detail .about-font-header {
    margin-top: -11px; }
  .about-detail .about-para {
    margin-bottom: -3px !important; }
  .sticky-text > div > div {
    width: 435px; }
  .pricing.yoga .price-container.price-margin {
    margin: 35px 15px; }
  .music.gallery .gallery-slider .slick-arrow {
    margin-left: 39% !important; }
    .music.gallery .gallery-slider .slick-arrow:last-child {
      margin-left: 48% !important; }
  .link-horizontal ul li {
    padding-right: 20px; }
  .copyright .link-horizontal ul li {
    padding-right: 20px; }
  .agency.testimonial-bg {
    background-size: contain; }
  .header .bg.agency {
    background-position: bottom; }
  header.nav-lg {
    padding: 1.2rem 1rem; }
  .ecommerce .owl-nav [class*="owl-"].owl-prev {
    bottom: 20%;
    top: unset;
    left: unset;
    right: 80px; }
  .ecommerce .owl-nav [class*="owl-"].owl-next {
    bottom: 20%;
    top: unset; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-slide img {
    height: 68vh;
    width: 100%; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow {
    bottom: 24% !important;
    margin-left: 86% !important; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-list ~ .slick-arrow {
    bottom: 24% !important;
    top: unset !important;
    margin-left: 89% !important; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .home-slider {
    left: 0; }
  .parallax-banner .banner-contain {
    max-width: 50%; }
  .parallax-banner .banner-contain {
    max-width: 50%; }
  .parallax-banner .full-banner {
    height: 350px;
    background-attachment: fixed; }
  .app2.services .animated-bg i, .app2.screenshot .animated-bg i {
    display: none; }
  .services .service .img-block {
    margin-bottom: 10px; }
  .copyright.yoga,
  .copyright.resume,
  .copyright.creative {
    padding: 30px 0; }
  .breadcrumb-section {
    padding: 170px 0; }
  header nav ul .mega-menu .mega-menu-container {
    min-width: 85vw; }
  header.wedding .logo-abs {
    width: 23%; }
  header.wedding .navbar > ul > li > a {
    text-transform: capitalize;
    font-size: 13px; }
  header.yoga nav ul li > a {
    text-transform: capitalize;
    font-size: 13px; }
  .gym .trainers-slider.owl-carousel .owl-stage-outer,
  .yoga .trainers-slider.owl-carousel .owl-stage-outer,
  .creative .trainers-slider.owl-carousel .owl-stage-outer {
    min-height: 400px !important; }
  .portfolio-metro h1 {
    font-size: 60px;
    margin-bottom: 30px; }
  .m-b-50 {
    margin-bottom: 30px; }
  .wedding.when-where-bg .when-slider .slick-list ~ .slick-arrow {
    margin-left: 102% !important; }
  .wedding.bg.attend-bg {
    padding-bottom: 180px; }
  .coming-soon .count h2 {
    padding: 0 15px; }
  .saas1.faq .faq-block .frequent-text {
    margin-top: -12px; }
  .saas1.loding-header {
    padding: 0; }
  .saas1 nav {
    padding: 1.2rem 1rem; }
  .saas1.howitwork .work-content img {
    width: 50%; }
  .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link {
    padding: 0 30px; }
  .saas1.howitwork .work-tab .nav-pills .nav-link {
    padding: 0 30px; }
    .saas1.howitwork .work-tab .nav-pills .nav-link img {
      height: 40px; }
  .saas1.build-bg .build-box ul li {
    font-size: 15px; }
  .saas1.pricing .plan-box .price-box {
    padding: 20px; }
    .saas1.pricing .plan-box .price-box ul {
      margin-top: 10px;
      margin-bottom: 20px; }
    .saas1.pricing .plan-box .price-box h4.no-weight {
      margin: 5px 0 0 0; }
  .event.testimonial .center-content img {
    height: 25px; }
  .event.testimonial .testimonial .slick-prev {
    left: -35px; }
  .event.testimonial .testimonial-msg {
    width: 80px; }
    .event.testimonial .testimonial-msg .msg-box {
      height: 45px;
      width: 45px;
      right: -22px;
      top: -25px; }
  .register-page h3 {
    margin-bottom: 10px; }
  .register-page .text-sub {
    margin-bottom: 12px; }
  .register-page .theme-card {
    padding: 18px; }
    .register-page .theme-card .theme-form input,
    .register-page .theme-card .theme-form textarea {
      padding: 10px 12px;
      margin-bottom: 18px; }
  .pricing.saas2 .price-container.price-margin {
    margin: 25px 15px; }
  .pricing.yoga .price-container.price-margin {
    margin: 35px 0px; }
  .event .format .format-sub-text {
    margin-bottom: 25px; }
    .event .format .format-sub-text .about-para {
      margin-bottom: 15px; }
  .event .format .format-head-text {
    margin-bottom: 25px; }
  .cart-section tbody tr td {
    min-width: 140px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 52px; }
  .cart-section tfoot tr td {
    padding-right: 25px; }
  .dropdown-sec .dropdown-content.dropdown-size {
    min-width: 85vw; }
  .dropdown-sec .dropdown-content,
  .dropdown-sec .dropdown-content li ul {
    left: 0; }
  .counter .counters .counter-img {
    height: 35px; }
  .header .rotate {
    top: 15%;
    right: 12%; }
    .header .rotate img {
      width: 350px; }
  .header .wedding-content .girl {
    left: 6%; }
    .header .wedding-content .girl img {
      width: 450px; }
  .header .header8-content .slider-1 .owl-nav {
    transform: translate(3%, 60%);
    left: -20%;
    bottom: -63%; }
    .header .header8-content .slider-1 .owl-nav .owl-next {
      transform: translate(30%, 30%); }
  .header .saas2-content .set-abs {
    right: 1%; }
    .header .saas2-content .set-abs .img-dextop {
      height: 610px; }
  .header.saas1 h1 {
    margin-top: -13px; }
  .header .bg.gym-header .header-sub-text p {
    padding: 0; }
  .subscribe .button-primary button {
    padding: 16px 40px;
    font-size: 80%; }
  .subscribe .form-group input {
    padding: 24px 35% 24px 35px;
    font-size: 15px; }
  footer .footer-lists.contacts li {
    margin-bottom: 20px; }
  .event.testimonial .quotes .right-quote,
  .saas2.testimonial .quotes .right-quote {
    right: 0; }
  .event.testimonial .quotes .left-quote,
  .saas2.testimonial .quotes .left-quote {
    left: -30px; }
  .event.testimonial .testimonial.owl-theme .owl-next,
  .saas2.testimonial .testimonial.owl-theme .owl-next {
    right: -50px; }
  .event.testimonial .testimonial.owl-theme .owl-prev,
  .saas2.testimonial .testimonial.owl-theme .owl-prev {
    left: -50px; }
  .event.speaker .speker-container .team-img {
    margin-bottom: 20px; }
  .event.speaker .speker-container:nth-child(n + 3) .employee {
    margin-bottom: 0; }
  .event.booking .form-group input {
    font-size: 14px;
    padding: 11px 20px; }
  .event.contact .plane,
  .event.contact .plane2 {
    display: none; }
  .event.pricing .price-container .price-feature-container,
  .gym.pricing .price-container .price-feature-container,
  .agency.pricing .price-container .price-feature-container,
  .resume.pricing .price-container .price-feature-container {
    padding: 30px 0 30px 0; }
    .event.pricing .price-container .price-feature-container .price-value,
    .gym.pricing .price-container .price-feature-container .price-value,
    .agency.pricing .price-container .price-feature-container .price-value,
    .resume.pricing .price-container .price-feature-container .price-value {
      margin-bottom: 35px; }
  .event.pricing .price-container .price-features,
  .gym.pricing .price-container .price-features,
  .agency.pricing .price-container .price-features,
  .resume.pricing .price-container .price-features {
    margin-bottom: 30px; }
    .event.pricing .price-container .price-features .price-feature,
    .gym.pricing .price-container .price-features .price-feature,
    .agency.pricing .price-container .price-features .price-feature,
    .resume.pricing .price-container .price-features .price-feature {
      margin-bottom: 10px; }
  .event.pricing .set-border,
  .gym.pricing .set-border,
  .agency.pricing .set-border,
  .resume.pricing .set-border {
    margin: 20px 20px; }
  .music div .album-list {
    margin-right: 0;
    margin-left: 0; }
  .music .cd-animation {
    height: 290px; }
  .music.blog .img-container .blog-info {
    padding: 10px 15px; }
  .wedding.format .format-head-text {
    margin-bottom: 30px; }
  .wedding.format .format-sub-text {
    margin-bottom: 30px; }
    .wedding.format .format-sub-text .about-para {
      margin-bottom: 25px; }
  .wedding .wedding-banner .frem {
    width: 60%; }
  .wedding .wedding-banner .text-container .couple-text {
    margin-bottom: 25px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
      font-size: 65px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
      font-size: 50px; }
  .wedding .wedding-banner .text-container .place {
    font-size: 30px; }
  .wedding .wedding-time {
    margin-bottom: 50px; }
  .wedding.copyright .link-horizontal ul {
    margin-bottom: 20px;
    justify-content: center; }
  .wedding.copyright .copyright-text {
    text-align: center !important; }
  .yoga h2 {
    margin-top: -10px; }
  .yoga.testimonial .testimonial-info .testimonial-para {
    font-size: 16px;
    padding: 0; }
  .yoga.format .experience-container {
    min-height: 406px; }
  .yoga.pricing .pricing-slider {
    margin-top: -11px; }
  .resume.services .service {
    padding: 25px 15px; }
    .resume.services .service .img-block {
      margin-bottom: 20px; }
      .resume.services .service .img-block img {
        height: 40px; }
    .resume.services .service .service-feature .feature-text {
      margin-bottom: 15px; }
    .resume.services .service .service-feature p {
      letter-spacing: 0.5px; }
  .resume.counter .row .counter-container + .counter-container + .counter-container {
    margin-top: 30px; }
  .sponsor .sponsor-img {
    margin-bottom: 50px; }
  .agency .girl-boy {
    right: 6%; }
    .agency .girl-boy img {
      width: 360px; }
  .agency .icon-collection .about-icon {
    margin-bottom: 25px; }
    .agency .icon-collection .about-icon a {
      padding: 25px 12px; }
      .agency .icon-collection .about-icon a img {
        margin-bottom: 15px;
        height: 50px; }
  .agency.agency-content .about-img {
    width: 200px; }
  .agency.agency-content .blue-img {
    width: 450px;
    left: -20%; }
  .agency.agency-content .agency-header-center-container .agency-head .agency-head-text {
    margin-top: -14px; }
  .agency.blog .img-container .blog-info p {
    line-height: 22px; }
  .saas1.build-bg {
    min-height: 680px; }
  .saas1 .title img {
    height: 20px; }
  .saas2 .set-center-div .side-img {
    right: 2%; }
    .saas2 .set-center-div .side-img img {
      height: 400px; }
  .saas2 .offers-container .offer-heading-text {
    margin-bottom: 20px; }
  .saas2 .offers-container .bottom-border {
    margin-bottom: 50px; }
  .saas2 .offers-container .offers-content {
    margin-bottom: 35px; }
  .saas2.testimonial .msg-box {
    display: none; }
  .saas2.testimonial .quote-margin {
    margin-left: 0; }
  .blog.wedding .blog-container .blog-date {
    margin-bottom: 5px; }
  .blog.wedding .blog-container .blog-place {
    margin-bottom: 12px; }
  .blog.wedding .blog-container .blog-para {
    margin-bottom: 12px; }
  .product-description-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-description-box .product-icon .product-social li {
    padding-right: 4px; }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px; }
  footer.app2 h5 {
    font-size: 14px;
    padding-bottom: 55px; }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 186px; }
  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px; }
  .product-wrapper-grid.list-view .product-box .img-wrapper,
  .product-wrapper-grid.list-view .product-box .img-block {
    width: 50%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .cart-section tbody tr td {
    min-width: 140px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 52px; }
  .cart-section tfoot tr td {
    padding-right: 25px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 15px; }
  .collection-filter-block .product-service .media .media-body h4 {
    font-size: 16px; }
  .product-right h2 {
    font-size: 20px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px; }
    .testimonial .testimonial-slider .media .media-body p {
      line-height: 1.5; }
  .search-product > div:nth-last-child(1), .search-product > div:nth-last-child(2), .search-product > div:nth-last-child(3) {
    margin-top: 30px; }
  .blog-page .blog-media {
    margin-bottom: 20px; }
    .blog-page .blog-media .blog-right {
      display: block;
      margin-top: 15px; }
      .blog-page .blog-media .blog-right p {
        line-height: 1.3; }
  .tab-product .tab-content.nav-material .single-product-tables table {
    width: 50%; }
  .product-description-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-description-box .product-icon .product-social li {
    padding-right: 4px; }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px; }
  .product-form-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .product-form-box .product-buttons .btn-solid,
  .product-form-box .product-buttons .btn-outline {
    padding: 7px 13px; }
  .product-accordion .single-product-tables table {
    width: 70%; }
  .tab-product .flex-column {
    flex-direction: unset !important;
    justify-content: center; }
  .tab-product .nav-material.nav-tabs {
    border-bottom: 1px solid #dddddd;
    border-right: 0; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
      background-color: unset; }
  .tab-border {
    padding-top: 0; }
  .breadcrumb-section {
    padding: 170px 0; } }

@media only screen and (max-width: 1024px) {
  .header .bg.header1 h1 {
    line-height: 50px; }
  .services .service .service-feature p {
    font-weight: unset; } }

@media (min-width: 992px) {
  .main-menu > li > ul,
  .main-menu > li .mega-menu-container {
    display: none; }
  header nav ul .dropdown:before {
    right: 0; }
  header nav ul ul,
  header nav ul .mega-menu-container {
    position: absolute; }
  header nav ul .sub-menu ul {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    top: -5px;
    left: 100%;
    display: none; }
  .dropdown-main-container {
    padding: 20px 0; }
    .dropdown-main-container .container {
      max-width: 100%; }
  .dropdown-sec .dropdown,
  .dropdown-sec .dropdown-submenu {
    position: relative;
    display: inline-block; }
  .dropdown-sec a {
    text-transform: capitalize; }
  .dropdown-sec .right-border {
    border-right: 1px solid #eee; }
  .dropdown-sec .dropdown-content,
  .dropdown-sec .dropdown-content li ul {
    display: none;
    transition: 0.8s;
    position: absolute;
    right: 0;
    z-index: 1; }
  .dropdown-sec .drop-down-design {
    margin-top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .dropdown-sec .dropdown-content.dropdown-size {
    min-width: 1030px; }
  .dropdown-sec .dropdown-content ul {
    width: 100%; }
  .dropdown-sec .dropdown:hover .dropdown-content {
    display: block;
    transition: 0.8s; }
  .dropdown-sec .dropdown-submenu {
    position: relative;
    width: 100%; }
    .dropdown-sec .dropdown-submenu .dropdown-menu {
      border: none;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      top: 0;
      left: 100%;
      margin-top: -1px; }
    .dropdown-sec .dropdown-submenu:hover > ul {
      display: block;
      transform: translateY(-10px);
      transition: 0.8s; }
  .dropbtn {
    color: var(--primary); }
    .dropbtn > i {
      margin-left: 10px; }
  .music .sponsor > div:last-child .sponsor-img, .music .sponsor > div:nth-last-child(2) .sponsor-img, .music .sponsor > div:nth-last-child(3) .sponsor-img, .music .sponsor > div:nth-last-child(4) .sponsor-img {
    margin-bottom: 0; }
  .res-width {
    width: 100%; }
  .mega-menu .mega-menu-container .row .col {
    width: 20%; }
  .resize {
    min-width: 600px !important; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .speaker .team-img .social ul li {
    margin-right: 10px; }
    .speaker .team-img .social ul li a i {
      height: 25px;
      width: 25px;
      font-size: 12px; }
  .agency.format .center-content.unset-height,
  .gym.format .center-content.unset-height {
    padding: 0; }
  .agency.footer2 .set-first,
  .gym.footer2 .set-first {
    order: -1; }
  .agency.footer2 .set-last,
  .gym.footer2 .set-last {
    order: 5;
    margin-top: 30px; }
  .saas1.testimonial .testimonial-box {
    padding: 30px 20px; }
  .resume.about .col-md-3 {
    padding: 0; }
  footer.app2 .subscribe.subscribe-2 .form-group input {
    margin-top: 15px; }
  footer .logo-sec .footer-logo {
    margin-bottom: 20px; }
  footer.gym h5 {
    padding-bottom: 35px; }
  .breadcrumb-section-main .breadcrumb {
    justify-content: center; }
  .breadcrumb-section-main .breadcrumb-text {
    text-align: center; } }

@media only screen and (max-width: 991px) and (min-width: 576px) {
  .blog-sidebar .post-container {
    width: 50%;
    float: left; }
  .resume .counter-container {
    padding-bottom: 30px; }
    .resume .counter-container + .counter-container {
      border-left: 1px solid; }
      .resume .counter-container + .counter-container + .counter-container {
        border-top: 1px solid;
        border-left: 0;
        padding-bottom: 0;
        margin-top: 0 !important;
        padding-top: 30px; }
        .resume .counter-container + .counter-container + .counter-container + .counter-container {
          border-left: 1px solid; }
  .music.sponsor .row > div:nth-last-child(3) .sponsor-img, .music.sponsor .row > div:nth-last-child(2) .sponsor-img, .music.sponsor .row > div:nth-last-child(1) .sponsor-img {
    margin-bottom: 0; } }

@media only screen and (max-width: 991px) {
  .collection-wrapper .data-sticky_parent .product-right {
    margin-bottom: 0;
    padding-bottom: 0; }
  .multiple-carousel, .center-slide {
    padding-top: 66px; }
  .saas2.laptop-slider .slider-container .trainers-slider .slick-dots {
    top: -55px; }
  .subscribe.yoga .subscribe-head, .subscribe.resume .subscribe-head {
    margin-top: -9px; }
  .wedding.subscribe .subscribe .button-primary {
    right: 2%; }
  .blog-sec.blog .container,
  .blog-sec.blog .container-fluid {
    margin-bottom: 0; }
  .blog-sec.blog.blog-no-sidebar .container,
  .blog-sec.blog.blog-no-sidebar .container-fluid {
    margin-bottom: -30px; }
  .sticky-text > div > div {
    width: 660px; }
  header.ecommerce nav .top-header-right ul li .shopping-cart {
    padding: 15px !important; }
    header.ecommerce nav .top-header-right ul li .shopping-cart li {
      padding-left: 0 !important; }
  .music.copyright.copyright-bg .copyright-text.text-right {
    text-align: right !important; }
  .music.copyright.copyright-bg .container {
    max-width: 100%; }
  .music.gallery .gallery-slider .slick-arrow {
    margin-left: 37% !important; }
    .music.gallery .gallery-slider .slick-arrow:last-child {
      margin-left: 48% !important; }
  .timimg-wedding .countdown ul li {
    flex: 0 0 34.33%;
    max-width: 34.33%;
    margin-bottom: 30px; }
  .wedding.when-where-bg .when-slider .slick-arrow {
    margin-left: -26% !important; }
  .wedding.when-where-bg .when-slider .slick-list ~ .slick-arrow {
    margin-left: 116% !important; }
  .iframe-modal iframe {
    height: 258px; }
  .app2.screenshot .screenshot-slider {
    margin-top: -19px; }
  .app2.loding-header {
    padding: 10px 0; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .owl-item,
  .ecommerce.ecommerce-home .ecommerce-home-slider .bg-size {
    min-height: 300px; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow {
    width: 30px;
    height: 30px; }
    .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow i {
      font-size: 16px; }
  .portfolio-creative.creative3 .row:nth-child(even) .isotopeSelector {
    order: unset; }
  .modal1 .modal-ecommerce {
    padding: 0; }
    .modal1 .modal-ecommerce .bg-img {
      height: 100%; }
  .modal1 .offer-content > div {
    padding: 15px; }
  .layout-ecommerce section {
    padding: 60px 0; }
  .layout-ecommerce .ecommerce-footer {
    padding-top: 60px; }
  .ecommerce.ecommerce-home {
    padding-top: 80px; }
  .ecommerce-footer .col-md-12 {
    text-align: center;
    margin-bottom: 30px; }
  header.ecommerce .logo-erapper ~ .responsive-btn {
    position: absolute;
    right: 0; }
  header.ecommerce nav .top-header-right {
    margin-right: 40px; }
    header.ecommerce nav .top-header-right ul li {
      display: inline-block; }
      header.ecommerce nav .top-header-right ul li a {
        padding: 12px; }
  header.ecommerce nav ul.main-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .loding-header {
    padding: 10px 0; }
  .yoga h2 {
    margin-top: -9px; }
  .yoga nav .navbar {
    width: 350px; }
  .yoga.event .title h2 {
    margin-top: -8px; }
  .yoga.pricing .pricing-slider {
    margin-top: -16px; }
  .yoga .trainers-slider {
    margin-top: -26px; }
  .nav-abs.wedding .theme-nav .navbar {
    width: 350px; }
  header nav ul li > a:hover {
    color: #000; }
  header.ecommerce .navbar {
    position: fixed; }
  .tab-product .tab-content.nav-material p {
    text-align: center; }
  .pricing.saas2 .price-container.price-margin {
    margin: 35px 25px; }
  .pricing .pricing-slider.price-margin .slick-list .slick-track .slick-slide > div .item {
    padding: 10px 10px 0; }
  .saas1-header .slider-logo {
    display: none; }
  footer .logo-sec .footer-para .para-address {
    line-height: 1.6; }
  .gym .trainers-slider h3 {
    font-size: 20px; }
  .agency.service-bg {
    padding-top: 0; }
  .navbar {
    display: block; }
    .navbar .responsive-btn ~ ul .dropdown ~ ul,
    .navbar .responsive-btn ~ ul .dropdown ~ .mega-menu-container {
      display: none; }
      .navbar .responsive-btn ~ ul .dropdown ~ ul.activeSubmenu,
      .navbar .responsive-btn ~ ul .dropdown ~ .mega-menu-container.activeSubmenu {
        display: block; }
  header nav ul ul li:hover a, header nav ul ul li:focus a, header nav ul ul li:active a {
    transform: translateX(0); }
  header.yoga .logo-abs {
    left: 0;
    transform: unset; }
  header nav ul {
    width: 100%;
    padding: 15px 0; }
    header nav ul li {
      display: block; }
      header nav ul li a {
        width: 100%;
        text-align: left;
        color: var(--primary);
        padding: 12px 18px; }
    header nav ul ul {
      padding: 0 !important; }
      header nav ul ul li {
        padding-left: 15px !important; }
        header nav ul ul li a {
          color: #656565 !important;
          font-weight: 400 !important; }
    header nav ul .sub-menu > a:before {
      transform: rotate(90deg);
      top: 32%;
      right: 20px; }
    header nav ul .sub-menu ul {
      box-shadow: unset; }
    header nav ul .mega-menu .mega-menu-container {
      padding: 6px 0;
      min-width: 100%;
      box-shadow: unset; }
  header nav .menu-head {
    color: #000;
    margin-bottom: 0; }
  header .navbar {
    position: fixed;
    transition: 0.5s;
    z-index: 3;
    width: 350px;
    right: -350px;
    background: #fff;
    overflow-y: scroll;
    height: 100vh;
    top: 0;
    padding: 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.13); }
    header .navbar ul {
      padding-bottom: 0; }
      header .navbar ul + ul {
        padding-top: 0; }
    header .navbar.openSidebar {
      right: 0; }
  header .responsive-btn {
    display: inline-block; }
  header.yoga .responsive-btn {
    padding: 12px; }
    header.yoga .responsive-btn a {
      color: #fff; }
  header .navbar .responsive-btn {
    display: block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #dddddd; }
    header .navbar .responsive-btn h5 {
      text-align: right;
      font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 500;
      cursor: pointer; }
  .menu-container li a:before {
    display: none; }
  .gym .trainers-slider.owl-carousel .owl-stage-outer,
  .yoga .trainers-slider.owl-carousel .owl-stage-outer {
    min-height: 330px !important; }
  .yoga.copyright hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  .yoga.header .bg {
    height: unset; }
  .yoga.header .center-text {
    height: unset;
    min-height: 70vh; }
  .yoga.event .event-container .yoga-circle {
    height: 80px;
    width: 80px;
    padding: 17px 25px; }
  .yoga .yoga-slider .slick-prev {
    left: 60px; }
  .yoga .yoga-slider .slick-next {
    right: 60px; }
  .saas2.quick-sol .set-center-div {
    min-height: unset; }
  .saas2.pricing .price-container .price-feature-container {
    margin-top: -100px; }
  .saas2.testimonial .testimonial .slick-arrow {
    margin-left: -7% !important; }
  .saas2.testimonial .testimonial .slick-list ~ .slick-arrow {
    margin-left: 100% !important; }
  .saas1.service .about-chat .service-container .feature-content hr {
    margin: 0 auto; }
  .saas1 .about-chat .chat-box {
    text-align: center; }
  .saas1 .brand-slider img {
    padding: 0 30px; }
  .saas1.build-bg {
    min-height: unset; }
    .saas1.build-bg .build-box {
      text-align: center; }
    .saas1.build-bg .container {
      margin-bottom: 0;
      margin-top: 0; }
  .saas1.testimonial .testimonial-slider .owl-carousel .owl-item .testimonial-box img {
    height: 30px; }
  .saas1.testimonial .testi-profile img {
    padding-left: 0; }
  .filter-section .filter-container {
    padding: 0 0 20px; }
  .header.resume .bg-pink img {
    width: 100%;
    max-height: unset; }
  .gym h1 {
    line-height: 1.4; }
  .gym .brand-slider img {
    padding: 0 15px; }
  .gym .about-img .format-img {
    width: unset; }
  .gym .borders-around .bg-black:before {
    top: -20px;
    left: -20px; }
  .gym .borders-around .bg-black:after {
    bottom: -20px;
    right: -20px; }
  .testimonial.event .rating .stars i {
    font-size: 13px;
    padding: 0; }
  .contact .bg-white form {
    padding: 60px 30px; }
  .title {
    margin-bottom: 25px; }
  .schedule .event-container {
    padding-right: 30px;
    max-height: 400px; }
  .event h2 {
    margin-top: -1px; }
  .event .event-content .container {
    max-width: unset; }
  .event.pricing .pricing-slider .slick-list {
    margin: 0; }
    .event.pricing .pricing-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0 5px; }
  .wedding .wedding-time {
    margin-bottom: 0; }
  .wedding .simple-text {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px; }
    .wedding .simple-text .rightfadediv {
      margin: 0 auto; }
    .wedding .simple-text * {
      animation: none !important; }
  .wedding.bg.attend-bg {
    padding-bottom: 100px; }
  .wedding .wedding-banner .text-container .couple-text {
    margin-bottom: 15px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
      font-size: 50px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
      font-size: 40px; }
  .wedding .wedding-banner .text-container .address {
    font-size: 13px;
    margin-top: 5px; }
  .wedding .wedding-banner .text-container .place {
    font-size: 20px; }
  footer.footer2.saas2 {
    background-position: left;
    margin-top: -170px; }
  .testimonial.saas2 .testimonial-msg {
    width: 80px; }
    .testimonial.saas2 .testimonial-msg .msg-box {
      width: 40px;
      height: 40px;
      right: -20px; }
      .testimonial.saas2 .testimonial-msg .msg-box img {
        width: 25px !important; }
  .breadcrumb-section .breadcrumb {
    justify-content: center; }
  .breadcrumb-section .breadcrumb-text {
    text-align: center; }
  .saas2.quick-sol .set-center-div .saas2.services .saas2-services .row .service-container:nth-child(n + 4) {
    margin-top: 30px; }
  .saas2 .offers-container .offers-content .offer-main-text {
    margin-bottom: 0; }
  .saas2 .offers-container .bottom-border {
    margin-bottom: 30px; }
  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:before {
    width: calc(100% + 0px);
    bottom: -11px;
    left: 0; }
  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:after {
    bottom: 2px; }
  .slider-container {
    width: 60%;
    margin: 0 auto; }
    .slider-container .trainers-slider .item {
      margin: 0 40px; }
  .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item img {
    border: 10px solid #fff; }
  .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item:after {
    bottom: -3px; }
  .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item:before {
    bottom: -12px; }
  .blog-sidebar .sidebar-container .post-container:nth-last-child(-n + 2) {
    margin-bottom: 0; }
  .about.app1 .counters img {
    margin-bottom: 15px;
    height: 35px; }
  .about.app1 .counters .abouts {
    padding: 25px 0; }
  .about.app1 h3 {
    margin-bottom: 0; }
  .app2.team .team-slider .team-container {
    padding: 25px 10px; }
  .app2.brand-sliders {
    padding-bottom: 45px; }
  .blog-sec.blog.sider .container {
    margin-bottom: 0; }
  .blog-sec.blog .container.no-side {
    margin-bottom: -28px; }
  .blog-sec .blog-side {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #dbdbdb; }
  .cart-section .cart-table thead th:last-child {
    display: none; }
  .cart-section tbody tr td {
    min-width: 147px; }
    .cart-section tbody tr td:last-child {
      display: none; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section tfoot tr td {
    padding-right: 0; }
  .checkout-page .checkout-form .checkout-details {
    margin-top: 30px; }
  .portfolio-section .portfolio-text .head-text {
    line-height: 60px; }
  .login-page .right-login {
    margin-top: 20px; }
  .team-sec.team-grid .text-center.d-flex {
    display: block !important; }
  section,
  footer {
    padding: 60px 0; }
  .p-t-100 {
    padding-top: 60px !important; }
  .p-b-100 {
    padding-bottom: 60px !important; }
  .pricing .price-container .feature-icon:before {
    font-size: 40px; }
  .videos .video-description h3 {
    margin-bottom: 20px; }
  .videos .video-description p {
    margin-bottom: 15px; }
  .m-t-40 {
    margin-top: 30px; }
  .m-b-40 {
    margin-bottom: 30px; }
  .m-t-50 {
    margin-top: 35px; }
  header.top-logo .logo-sec.text-center {
    text-align: left !important; }
  header.gym nav ul li > a:hover {
    color: #000; }
  header.agency nav ul li > a:hover {
    color: #10266b; }
  header.app1 nav ul li > a:hover {
    color: var(--primary); }
  header.app2 nav ul li > a:hover {
    color: var(--primary); }
  header.event nav ul li > a:hover {
    color: var(--primary); }
  header.music nav ul li > a:hover {
    color: var(--primary); }
  header.wedding nav ul li > a:hover {
    color: var(--primary); }
  header.yoga nav ul li > a:hover {
    color: var(--primary); }
  .header .bg {
    height: 650px; }
  .header.saas1 .bg {
    height: 500px; }
  .header.saas1 .center-text {
    height: calc(500px - 63px);
    margin-top: 55px; }
  .header .center-text {
    height: calc(650px - 63px);
    margin-top: 63px; }
  .header .header-text {
    margin-bottom: 30px; }
  .header .header-top-line {
    margin-bottom: 35px; }
  .header .set-square .left {
    height: 250px; }
    .header .set-square .left:before {
      width: 250px; }
  .header .set-square .right {
    width: 250px; }
  .header .right-line {
    left: calc(50% + 125px);
    height: 260px; }
  .header ul li a i {
    font-size: 25px;
    color: var(--primary);
    display: flex;
    height: 48px;
    width: 48px; }
  .header .rotate {
    top: 50%;
    right: 12%;
    transform: translate(0, -50%) rotate(45deg); }
    .header .rotate img {
      width: 250px; }
  .header .squares {
    display: none; }
  .header.app2 .img-mobile {
    position: relative;
    text-align: right;
    margin-right: -50px; }
    .header.app2 .img-mobile .headaer-image {
      width: unset;
      height: 500px;
      margin-top: 10px; }
  .header .wave-orange {
    display: none; }
  .header .bg.app2-header .header-text {
    padding-bottom: 10px; }
  .header .event-content .h1-margin {
    margin-bottom: 25px; }
  .header .event-content .header-sub-text {
    margin-bottom: 20px; }
  .header .event-content .set-bottom {
    bottom: 15px; }
  .header .event-content .counter-container h2 {
    margin-top: -9px; }
  .header .header8-content .slider-1 .owl-nav {
    display: none; }
  .header .saas2-content .bottom-content {
    bottom: 3%; }
  .header .saas2-content .set-abs .img-dextop {
    display: none; }
  .header .saas2-content .center-text div {
    text-align: center;
    width: 100%; }
  .header .saas2-content .center-text .link-horizontal ul {
    justify-content: center; }
  .header .saas2-content .center-text .header-text {
    margin-bottom: 25px; }
  .header .saas2-content .center-text .header-sub-text {
    margin-bottom: 20px; }
  .header .saas2-content .move-right-left,
  .header .saas2-content .move-up-down {
    display: none; }
  .header.saas2 h1 {
    margin-top: -20px;
    margin-bottom: 0; }
  .header .bg.gym-header .header-sub-text {
    padding: 0; }
  .about.app1 .mobile.mobile-img {
    display: none; }
  .about.app1 .set-padding {
    padding: 0 15px; }
  .app1 p {
    line-height: 26px; }
  .app1.screenshot .screenshot-slider {
    margin-bottom: 10px; }
  .app1.screenshot .container {
    margin-bottom: 0; }
  .app1.screenshot .screen-container {
    display: none; }
  .app1.screenshot .swiper-container .swiper-wrapper .swiper-slide img {
    height: auto;
    width: auto; }
  .app1.services .service {
    padding: 30px 15px; }
    .app1.services .service .img-block {
      margin-bottom: 7px; }
      .app1.services .service .img-block img {
        height: 45px; }
  .app2 h1 {
    line-height: 42px; }
  .app2 .abouts .set-border {
    margin-bottom: 25px; }
  .app2 .abouts .logo {
    height: 100px; }
  .app2 h4 {
    margin-bottom: 15px; }
  .app2.quality .set-height {
    min-height: unset; }
    .app2.quality .set-height .mobile1,
    .app2.quality .set-height .mobile2 {
      width: auto;
      top: -23px;
      height: 350px; }
  .app2.services .service {
    padding: 30px 18px; }
  .app2.services .img-block {
    margin-bottom: 25px; }
  .app2 .borders-before {
    margin-bottom: 15px; }
  .app2.format .format-head-text {
    margin-bottom: 35px; }
  .app2.format .format-sub-text {
    margin-bottom: 20px; }
  .app2.format .m-t-50 {
    margin-top: 24px; }
  .title .title-img {
    margin-bottom: 15px; }
  .title.title2 h6.main-text {
    margin-bottom: 12px; }
  .title.title2 .sub-title {
    line-height: 40px;
    margin-bottom: 15px; }
  .title.title2 .title-text {
    line-height: 40px; }
  .pricing.app1 .price-container .service-feature .pricing-img {
    margin-bottom: 20px; }
  .pricing.app1 .price-container .price-feature-container {
    padding: 30px 0 80px 0; }
    .pricing.app1 .price-container .price-feature-container .price-value {
      margin-bottom: 25px; }
  .pricing.app1 .price-container .price-features {
    margin-bottom: 20px; }
    .pricing.app1 .price-container .price-features .price-feature {
      margin-bottom: 10px; }
  .pricing.app2 .price-container .service-feature {
    padding: 35px 0 35px 0; }
    .pricing.app2 .price-container .service-feature .pricing-img {
      margin-bottom: 20px; }
  .pricing.app2 .price-container .price-feature-container {
    padding: 35px 0 35px 0; }
  .pricing.app2 .format .format-head-text {
    margin-bottom: 35px; }
    .pricing.app2 .format .format-head-text .about-font-header {
      font-size: 220%; }
  .pricing.app2 .format .format-sub-text {
    margin-bottom: 35px; }
  .pricing.service-2 .service-feature {
    padding: 40px 0 20px 0; }
    .pricing.service-2 .service-feature img {
      height: 50px; }
  .pricing.service-2 .service-feature2 {
    padding: 40px 0 40px 0; }
    .pricing.service-2 .service-feature2 .features h6 {
      margin-bottom: 15px; }
    .pricing.service-2 .service-feature2 .price span {
      font-size: 45px; }
  .m-b-30 {
    margin-bottom: 20px; }
  .m-b-45 {
    margin-bottom: 25px; }
  .m-t-50 {
    margin-top: 30px; }
  .m-b-35 {
    margin-bottom: 22px; }
  .download .information p {
    margin-top: 25px;
    margin-bottom: 25px; }
  .borders-before {
    margin-bottom: 25px; }
  .app2 .icon-collection .about-icon .center-content img {
    max-height: 35px;
    max-width: 35px; }
  .event .icon-collection .about-icon,
  .music .icon-collection .about-icon,
  .gym .icon-collection .about-icon,
  .yoga .icon-collection .about-icon {
    margin: 0 12px; }
    .event .icon-collection .about-icon a img,
    .music .icon-collection .about-icon a img,
    .gym .icon-collection .about-icon a img,
    .yoga .icon-collection .about-icon a img {
      width: 25px; }
  .event.booking .form-inline,
  .music.booking .form-inline {
    display: block; }
    .event.booking .form-inline .col + .col,
    .music.booking .form-inline .col + .col {
      margin-top: 15px; }
  .event.booking .btn-default,
  .music.booking .btn-default {
    padding: 15px 40px; }
  .app2.about {
    padding-top: 60px; }
    .app2.about .set-height {
      min-height: 535px; }
      .app2.about .set-height .mobile1 {
        width: 300px; }
  .event .title.title3 .main-title {
    margin-bottom: 20px; }
  .event .title.title3 .sub-title p {
    line-height: 1.6; }
  .event .count h2 {
    font-size: 260%; }
  .gym .trainers-slider .slick-list .slick-track .slick-slide > div .item .trainers-info,
  .yoga .trainers-slider .slick-list .slick-track .slick-slide > div .item .trainers-info {
    padding-top: 30px; }
  .gym .gym-slider {
    text-align: center; }
    .gym .gym-slider .icon-collection {
      justify-content: center; }
  .gym h1 {
    margin-top: -11px; }
  .gym.format .text-right {
    text-align: center !important; }
  .gym.format .borders-before {
    margin-bottom: 5px; }
  .gym.format .format-head-text {
    margin-bottom: 25px; }
    .gym.format .format-head-text .about-font-header {
      font-size: 260%; }
  .gym.format .format-sub-text {
    margin-bottom: 30px; }
    .gym.format .format-sub-text .about-para {
      margin-bottom: 22px; }
  .gym .calculate-bmi tr td {
    font-size: 14px;
    padding: 15px 0 15px 40px; }
  .music .img-height img {
    width: 600px; }
  .music.header .music-content .center-text {
    height: calc(503px - 58px);
    margin-top: 58px; }
  .music .audioplayer {
    padding: 28px; }
  .music div .album-list {
    padding: 35px 15px;
    margin-bottom: 30px; }
    .music div .album-list .list-head {
      margin-bottom: 22px; }
    .music div .album-list .item-sublist {
      font-weight: 300; }
  .music.artist .album-artist .cds {
    top: 85%;
    transform: translate(-50%, -35%); }
  .music.artist .artist-text p.text-para {
    font-size: 125%; }
  .music.format .format-small-text {
    margin-bottom: 4px; }
  .music.format .hash-video {
    font-size: 12px; }
  .music.format .format-head-text {
    margin-bottom: 8px; }
    .music.format .format-head-text .about-font-header {
      font-size: 220%; }
  .music.format .format-sub-text {
    margin-bottom: 25px; }
    .music.format .format-sub-text .sub-heading {
      margin-bottom: 25px; }
      .music.format .format-sub-text .sub-heading .sub-small-text {
        font-size: 14px; }
    .music.format .format-sub-text .sub-para {
      font-size: 12px; }
  .music.format .link-horizontal ul li a.icon-btn i {
    font-size: 14px;
    height: 45px;
    width: 45px; }
  .music.format .watch {
    font-size: 95%; }
  .music.format .m-b-40 {
    margin-bottom: 15px; }
  .music .form-footer .form-group input,
  .music .form-footer .form-group textarea {
    padding: 15px 20px;
    font-size: 14px; }
  .music .form-footer .form-group::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px; }
  .music .form-footer .form-group::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px; }
  .music .form-footer .form-group:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px; }
  .music .form-footer .form-group:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px; }
  .music .left-side {
    padding-left: 50px;
    top: 50%; }
  .music .right-side {
    padding-right: 50px;
    top: 50%; }
  .music .img-height {
    height: unset; }
    .music .img-height img {
      padding-top: 50px;
      position: unset;
      width: 800px; }
  .music div .album-list {
    margin-right: 0;
    margin-left: 0; }
  .music .cd-animation {
    height: 290px; }
  .agency.header .btn-default {
    padding: 12px; }
  .agency.header .header-top-line {
    margin-bottom: 20px; }
  .agency.header .header-sub-text {
    margin-bottom: 25px; }
    .agency.header .header-sub-text p {
      line-height: 22px;
      letter-spacing: 1px; }
  .agency.header .circle-container {
    display: none; }
  .agency.header .center-text {
    margin-left: 20px; }
  .agency.header .girl-boy {
    right: 4%; }
    .agency.header .girl-boy img {
      width: 370px; }
  .agency.blog .m-r-25 {
    margin-right: 15px; }
  .agency.blog .m-r-10 {
    margin-right: 5px; }
  .agency.footer2 .link-horizontal ul li {
    padding-right: 5px; }
    .agency.footer2 .link-horizontal ul li.borders-right {
      margin-right: 5px; }
    .agency.footer2 .link-horizontal ul li:last-child {
      padding-right: 0; }
  .agency.footer2 .list ul li {
    padding-right: 5px;
    padding-left: 0; }
    .agency.footer2 .list ul li:last-child {
      padding-right: 0; }
  .agency.footer2 .footer-contant .footer-headings {
    padding-bottom: 35px; }
  .agency.agency-content .agency-header-center-container {
    margin-bottom: 30px; }
  .agency.agency-content .agency-para {
    margin-bottom: 25px; }
  .agency.agency-content .about-img {
    width: 160px; }
  .agency.agency-content .blue-img {
    width: 390px;
    left: -25%; }
  .agency.testimonial-bg {
    background-position: inherit; }
  .agency .para2 {
    letter-spacing: 1px; }
  .agency .icon-collection .about-icon {
    margin-bottom: 25px; }
    .agency .icon-collection .about-icon a {
      padding: 25px 5px; }
      .agency .icon-collection .about-icon a img {
        margin-bottom: 15px;
        height: 40px; }
  .agency.testimonial .testimonial-slider .owl-nav {
    top: unset;
    bottom: -40px;
    right: 50%;
    transform: translateX(50%); }
  .agency.expert-bg .speaker-slider {
    margin-bottom: -2px; }
  footer.footer2.agency .brand-container {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0px; }
  .wedding.header .center-text {
    height: calc(650px - 65px);
    margin-top: 65px; }
  .wedding.header .wedding-content .girl {
    left: 0; }
    .wedding.header .wedding-content .girl img {
      width: 520px; }
  .wedding.header .wedding-content .logo-h1 {
    height: 120px;
    margin-left: 0; }
  .wedding .event-content.wedding-content {
    margin-bottom: 20px; }
  .wedding.blog .owl-theme .owl-dots {
    margin-top: 30px !important; }
  .wedding .title .title-img {
    height: 25px; }
  .yoga.header .yoga-content .right-way {
    margin-top: 0; }
  .yoga.header .header-text,
  .yoga.header .header-sub-text {
    margin-bottom: 16px; }
  .yoga.header .girl {
    display: none; }
  .yoga.header .text-right {
    text-align: center !important; }
  .yoga.header .header-sub-text p {
    padding: 0 120px;
    line-height: 25px;
    letter-spacing: 1px; }
  .yoga .meter {
    margin-top: 25px; }
    .yoga .meter span {
      height: 32px; }
  .yoga.format .format-head-text {
    margin-bottom: 15px; }
    .yoga.format .format-head-text .about-font-header {
      font-size: 235%; }
  .yoga.format .format-sub-text {
    margin-bottom: 25px; }
    .yoga.format .format-sub-text .about-para {
      margin-bottom: 25px; }
  .yoga.format .girl-img-container {
    min-height: unset; }
    .yoga.format .girl-img-container .girl-yoga {
      width: 400px; }
  .yoga.testimonial .testimonial-info .testimonial-para {
    font-size: 14px;
    margin-bottom: 20px; }
  .yoga.event .event-container {
    margin-bottom: 50px; }
    .yoga.event .event-container .circle {
      padding: 12px; }
    .yoga.event .event-container .event-info {
      margin-left: 20px; }
      .yoga.event .event-container .event-info .address,
      .yoga.event .event-container .event-info .address {
        margin-bottom: 10px; }
  .yoga.format .experience-container {
    min-height: 305px; }
    .yoga.format .experience-container .exp-img {
      width: 500px; }
  .resume h2 {
    margin-top: -10px;
    margin-bottom: -8px; }
  .resume .title.title2 .title-text {
    line-height: 1.4; }
  .resume.about .title.title2 .title-text {
    margin-bottom: -32px; }
  .resume.about .border-container {
    margin: 5px 0; }
  .resume.services .p-l-0 {
    padding-left: 15px; }
  .saas1.service .about-chat .chat-box img {
    height: 60px; }
  .saas1.build-bg .build-right-slider {
    display: none; }
  .saas1.build-bg .build-box .build-head {
    margin-bottom: 30px; }
  .saas1.build-bg .build-box ul {
    margin-top: 25px; }
    .saas1.build-bg .build-box ul li {
      margin-bottom: 12px;
      font-size: 14px;
      line-height: normal; }
  .saas1.build-bg .sync1 .item {
    margin: 0; }
  .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link {
    padding: 0 25px; }
  .saas1.howitwork .work-tab .nav-pills .nav-link img {
    height: 35px; }
  .saas1.pricing .btn-default {
    padding: 11px 35px; }
  .saas1.pricing .pricing-slider {
    margin: -3px 0; }
  .saas1.pricing .plan-box .price-box h4.no-weight {
    margin: 15px 0 10px 0; }
  .saas1.pricing .plan-box .price-box ul {
    margin-top: 25px;
    margin-bottom: 30px; }
    .saas1.pricing .plan-box .price-box ul li {
      margin-bottom: 5px; }
  .saas1.testimonial .video-box {
    margin-right: 0;
    margin-bottom: 30px; }
    .saas1.testimonial .video-box img {
      position: relative;
      padding: 150px;
      justify-content: center;
      display: flex; }
  .saas1.testimonial .testimonial-slider {
    margin-top: 20px; }
    .saas1.testimonial .testimonial-slider .slick-slider .slick-dots {
      display: none !important; }
  .saas1.subscribe .media {
    display: block; }
    .saas1.subscribe .media img {
      height: 50px;
      display: flex;
      margin: 0 auto;
      margin-bottom: 10px; }
    .saas1.subscribe .media .media-body {
      text-align: center; }
  .saas1.subscribe .subscribe-input {
    margin-top: 30px; }
    .saas1.subscribe .subscribe-input form,
    .saas1.subscribe .subscribe-input .text {
      justify-content: center; }
  .saas1.subscribe h6 {
    margin-top: 5px; }
  .saas2 .set-center-div {
    min-height: unset; }
    .saas2 .set-center-div .side-img {
      display: none; }
  .saas2.laptop-slider .slider-container .center-img img {
    height: 246px;
    width: 442px; }
  .saas2.feature {
    margin-bottom: -30px; }
    .saas2.feature .center-content {
      margin-bottom: 30px; }
      .saas2.feature .center-content img {
        height: 30px; }
      .saas2.feature .center-content .feature-content {
        margin-left: 15px; }
  .saas2.services .saas2-services .row .service-container:nth-child(n + 4) {
    margin-top: 30px; }
  .copyright .link-horizontal ul li {
    padding-right: 10px; }
  .copyright .copyright-text.text-right {
    text-align: center !important; }
  .filter-main-btn {
    display: block; }
  .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 999;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    max-width: 350px;
    transition: all 0.5s ease;
    box-shadow: 1px 0 5px #dddddd; }
    .collection-filter .collection-sidebar-banner {
      text-align: center; }
    .collection-filter .theme-card {
      padding-left: 30px;
      padding-right: 30px; }
    .collection-filter .collection-sidebar-banner {
      padding: 0 30px; }
  .collection-filter-block {
    border: none; }
  .collection-mobile-back {
    display: block; }
  .dropdown-sec .dropdown-content .dropdown-main-container {
    padding: 0; }
  .dropdown-sec .dropdown-content.dropdown-size {
    min-width: unset; }
  .dropdown-sec .menu-head {
    font-size: 13px;
    color: black;
    border-bottom: 1px solid #f1f1f1;
    background: #eeeeee !important;
    margin-bottom: 0; }
  .dropdown-sec .drop-down-design {
    box-shadow: none; }
  .dropdown-sec ul li {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #f0eeee;
    border-bottom: 1px solid #eeeeee; }
  .mega-menu-container .container {
    margin: 0; }
  footer.app2 section .container .row div:nth-child(3),
  footer.app2 section .container .row div:nth-child(4) {
    margin-top: 30px; }
    footer.app2 section .container .row div:nth-child(3) h5,
    footer.app2 section .container .row div:nth-child(4) h5 {
      padding-bottom: 25px; }
  footer.saas1 h5 {
    padding-bottom: 40px; }
  .p-b-160 {
    padding-bottom: 120px; }
  .sub-menu-title {
    font-weight: 500; }
  .login-page .authentication-right {
    height: auto; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
    height: 100%;
    align-self: center; }
    .testimonial .testimonial-slider .media .media-body p {
      margin-bottom: 0; }
  .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: none;
    padding-left: 0; }
  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px; }
  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0; }
  .top-banner-content h4 {
    font-size: 20px; }
  .collection-product-wrapper .product-top-filter {
    border-top: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      border-top: 1px solid #dddddd; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      width: 100%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        right: 15px !important; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        border-left: 1px solid #dddddd;
        padding: 21px 34px 21px 34px;
        border-top: none;
        border-bottom: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
      border-right: none !important; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      border-top: 1px solid #dddddd; }
  .filter-main-btn {
    display: block; }
  .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    max-width: 350px;
    transition: all 0.5s ease;
    box-shadow: 1px 0 5px #ddd; }
    .collection-filter .collection-sidebar-banner {
      text-align: center; }
    .collection-filter .theme-card {
      padding-left: 30px;
      padding-right: 30px; }
    .collection-filter .collection-sidebar-banner {
      padding: 0 30px; }
  .collection-filter-block {
    border: none; }
  .collection-mobile-back {
    display: block; }
  .collection .section-t-space {
    padding-top: 30px; }
  .collection .partition-collection > div:nth-last-child(1) {
    margin-top: 30px; }
  .collection .partition-collection > div:nth-last-child(2) {
    margin-top: 30px; }
  .right-login {
    margin-top: 30px; }
  .contact-page .map iframe {
    height: 350px; }
  .contact-page .contact-right {
    padding-bottom: 0; }
    .contact-page .contact-right ul li {
      padding-left: 0;
      border-bottom: 1px solid #dddddd;
      text-align: center;
      padding-bottom: 10px;
      margin-top: 15px; }
      .contact-page .contact-right ul li .contact-icon {
        position: relative;
        margin: 0 auto;
        border-right: 0; }
      .contact-page .contact-right ul li p {
        margin-bottom: 10px; }
  .wishlist-section tbody tr td {
    min-width: 138px; }
  .product-right h2 {
    margin-top: 15px; }
  .product-right {
    text-align: center;
    margin: 20px 0 10px 0; }
    .product-right .detail-section,
    .product-right .product-icon {
      justify-content: center; }
    .product-right .product-description .qty-box {
      justify-content: center; }
    .product-right .size-text {
      text-align: left; }
    .product-right .timer {
      text-align: left; }
    .product-right .product-icon .product-social li {
      padding-right: 20px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: none #000; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
      text-align: left; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
      color: #fff; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
      height: 100vh;
      left: -350px;
      transition: all 0.5s ease; }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    width: 100%;
    padding: 10px 0;
    text-align: center; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
  .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    display: none; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    top: 13px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px; }
  .tab-product {
    padding-top: 0; }
  .pro_sticky_info {
    border: none;
    padding: 10px 0; }
  .product-form-box {
    margin-bottom: 10px; }
  .dashboard-left {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    padding: 0 35px 35px;
    max-width: 350px;
    transition: all 0.5s ease;
    box-shadow: 0 0 8px 0 #dddddd; }
    .dashboard-left .block-title h2 {
      display: none; }
    .dashboard-left .block-content {
      border: none;
      padding: 0;
      margin-top: 20px; }
      .dashboard-left .block-content ul li:hover {
        padding-left: 0; }
  .account-sidebar {
    display: block; }
  .typography_section .row > div:first-child .typography-box:last-child {
    margin-bottom: 30px; }
  .product-slick .slick-prev,
  .product-slick .slick-next,
  .rtl-product-slick .slick-prev,
  .rtl-product-slick .slick-next,
  .product-right-slick .slick-prev,
  .product-right-slick .slick-next,
  .rtl-product-right-slick .slick-prev,
  .rtl-product-right-slick .slick-next {
    opacity: 1; }
  .product-slick .slick-prev,
  .rtl-product-slick .slick-prev,
  .product-right-slick .slick-prev,
  .rtl-product-right-slick .slick-prev {
    left: 20px; }
  .product-slick .slick-next,
  .rtl-product-slick .slick-next,
  .product-right-slick .slick-next,
  .rtl-product-right-slick .slick-next {
    right: 20px; }
  .order-up {
    order: -1; }
  .bundle .bundle_img {
    justify-content: center; }
  .bundle .bundle_detail .theme_checkbox {
    padding: 0 20%; }
  .checkout-page .checkout-form .checkout-details {
    margin-top: 30px; }
  .custom-scroll.header-absolute.loding-header .responsive-btn a i {
    color: #fff !important; }
  .portfolio-metro h1 {
    font-size: 35px;
    margin-bottom: 0; }
  .breadcrumb-section-main.inner-2 .breadcrumb-contain > div {
    width: 40%; }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain > div:last-child {
      width: 60%; } }

@media only screen and (min-width: 768px) {
  .blog-sec.blog-list .blog-agency .blog-contain .blog-info {
    padding-top: 0; }
  .blog-sec.blog-list .blog-agency .blog-contain .blog-img {
    border: 1px solid #f3f3f3; }
  .blog-sec.blog-list .blog-agency .blog-info {
    padding: 0 !important; }
  .blog-sec.blog-list .blog-agency .btn-bottom {
    margin-top: 18px; }
    .blog-sec.blog-list .blog-agency .btn-bottom .btn-default {
      padding-left: 28px;
      margin: unset;
      transform: unset; }
  .blog-sec.blog-list .img-container {
    padding: 15px 30px; } }

@media only screen and (max-width: 767px) {
  .saas2.laptop-slider .slider-container .trainers-slider {
    margin-bottom: -36px; }
  .sticky-text > div > div {
    width: 480px; }
  header.nav-lg {
    padding: 0.2rem 1rem; }
  .single_blog_item .slick-slider .slick-prev,
  .single_blog_item .slick-slider .slick-next {
    top: 42%; }
  .music.gallery .gallery-slider .slick-arrow {
    margin-left: 28% !important; }
    .music.gallery .gallery-slider .slick-arrow:last-child {
      margin-left: 48% !important; }
  .music.copyright.copyright-bg .copyright-text.text-right {
    text-align: center !important; }
  .wedding.when-where-bg .when-slider .slick-arrow {
    display: none !important; }
  .yoga .yoga-slider .slick-prev {
    left: 16px; }
  .yoga .yoga-slider .slick-next {
    right: 16px; }
  .yoga.event .title h2 {
    margin-top: -7px; }
  .yoga.pricing .pricing-slider {
    margin-top: -13px; }
  .yoga .trainers-slider {
    margin-top: -32px; }
  .timimg-wedding .countdown ul li .event-counter h2 {
    padding: 25px 0; }
  .ecommerce-footer .footer-end {
    text-align: center; }
  .ecommerce-footer .sub-footer {
    margin-top: 40px; }
  .ecommerce-footer .payment-card-bottom {
    text-align: center;
    margin-top: 10px; }
  .ecommerce-footer .footer-theme > .col {
    flex-basis: auto;
    width: 100%; }
  .ecommerce-footer h4 {
    margin-bottom: 0; }
  .ecommerce-footer .footer-mobile-title {
    display: block;
    padding-top: 0; }
  .ecommerce-footer .col-md-12 {
    text-align: left;
    margin-bottom: 0; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow {
    margin-left: 82% !important; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-list ~ .slick-arrow {
    margin-left: 89% !important; }
  .banner-three > div + div {
    margin-top: 30px; }
  .portfolio-section .col-12.m-b-50 {
    margin-bottom: 0 !important; }
  .portfolio-section.videos .m-b-50 {
    margin-bottom: 10px !important; }
  .portfolio-creative .row:nth-child(even) .isotopeSelector {
    order: unset; }
  .portfolio-creative.creative2 .row > div:nth-child(5n) {
    order: unset; }
  .team-grid .speker-container .d-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .team-grid .employee h5,
  .team-grid .employee h6 {
    width: 100%; }
  .team-grid .employee p {
    text-align: center; }
  .animated-bg i {
    height: 40px;
    width: 40px; }
  .event.team-grid .team-para {
    margin-top: 10px;
    margin-bottom: 0; }
  .saas1.pricing .slick-slider .slick-list {
    margin: 0 5px; }
  .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item:after {
    display: none; }
  .saas2.laptop-slider .slider-container .trainers-slider .slick-list .slick-track .slick-slide.slick-center .item:before {
    display: none; }
  .saas2.testimonial .testimonial {
    margin-bottom: 30px; }
    .saas2.testimonial .testimonial .slick-arrow {
      margin-left: 40% !important;
      top: unset;
      bottom: -26px; }
    .saas2.testimonial .testimonial .slick-list ~ .slick-arrow {
      margin-left: 50% !important; }
  .saas2.pricing h6 {
    line-height: 1.8; }
  .pricing.yoga .owl-theme .owl-dots,
  .pricing.saas2 .owl-theme .owl-dots {
    margin-top: 20px !important; }
  .saas1.faq .faq-block h6.link {
    margin-top: 20px; }
  .music .link-horizontal {
    padding-bottom: 10px; }
  .saas1.footer2 {
    padding-bottom: 10px; }
  .m-b-25 {
    margin-bottom: 15px; }
  footer .footer-title.mobile-title h3 {
    line-height: 1.4; }
  .event.contact .iframe-container,
  .event.contact .bg-white {
    border-radius: 15px; }
  .event.blog .slick-slider .slick-list {
    margin: 0; }
  .event.testimonial .testimonial {
    margin-bottom: 18px; }
    .event.testimonial .testimonial .slick-list .slick-track .slick-slide {
      padding-top: 0;
      padding-bottom: 20px; }
    .event.testimonial .testimonial .slick-prev,
    .event.testimonial .testimonial .slick-next {
      top: unset;
      bottom: -60px; }
    .event.testimonial .testimonial .slick-prev {
      left: 40%; }
    .event.testimonial .testimonial .slick-next {
      right: 45%; }
  .portfolio-section.portfolio-creative .my-auto {
    padding: 20px !important; }
  .portfolio-section.portfolio-creative.creative2 .set-order {
    order: 2; }
  .portfolio-metro h1 {
    letter-spacing: 0;
    margin-bottom: 20px; }
  .coming-soon .container-fluid {
    padding: 0 15px !important; }
  .coming-soon .set-bg-img {
    position: absolute;
    height: 100%; }
    .coming-soon .set-bg-img .bg-coming-soon {
      height: 100%; }
  .coming-soon .bg-black {
    background: rgba(0, 0, 0, 0.67); }
  .blog .img-container .blog-info {
    text-align: center; }
    .blog .img-container .blog-info .social-list ul {
      justify-content: center; }
  .split .blog-list:nth-child(even) .blog-agency .blog-contain > div:first-child {
    order: unset; }
  .wedding.format .format-head-text {
    margin-bottom: 10px; }
  .wedding.format .format-sub-text .about-para {
    margin-bottom: 10px; }
  .wedding.copyright {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px; }
  .yoga .subscribe .d-flex,
  .app1 .subscribe .d-flex {
    display: block !important; }
    .yoga .subscribe .d-flex .form-control,
    .app1 .subscribe .d-flex .form-control {
      padding: 17px 35px; }
  .copyright.resume hr {
    margin-top: 20px;
    margin-bottom: 20px; }
  header.wedding {
    border-radius: 0; }
  .wedding .subscribe .d-flex {
    display: block !important; }
    .wedding .subscribe .d-flex .btn-default {
      margin: 0 auto; }
  .center-text {
    text-align: center;
    align-items: center;
    justify-content: center; }
  .saas1.pricing .plan-box .price-box {
    padding: 40px; }
  .subscribe.yoga .subscribe-head, .subscribe.resume .subscribe-head {
    margin-top: -7px; }
  .subscribe .form-group input {
    margin-bottom: 15px; }
  .filter-section .filter-container {
    margin: -8px 0; }
    .filter-section .filter-container.nav-tabs .nav-link {
      text-decoration: line-through;
      padding: 8px;
      line-height: 1;
      transition: 0.4s; }
      .filter-section .filter-container.nav-tabs .nav-link.active {
        background-color: transparent !important;
        text-decoration: none;
        color: #000;
        transition: 0.4s; }
  .wedding.portfolio-section .nav .nav-item .nav-link {
    text-decoration: line-through;
    padding: 8px;
    line-height: 1;
    transition: 0.4s; }
    .wedding.portfolio-section .nav .nav-item .nav-link.active {
      background-color: transparent !important;
      text-decoration: none;
      color: #000;
      transition: 0.4s; }
  .ecommerce-tab .theme-tab .tabs .react-tabs__tab {
    text-decoration: line-through;
    padding: 8px;
    line-height: 1;
    transition: 0.4s; }
    .ecommerce-tab .theme-tab .tabs .react-tabs__tab.react-tabs__tab--selected {
      background-color: transparent !important;
      text-decoration: none;
      color: #000;
      transition: 0.4s; }
  .testimonial.gym .testimonial-para, .testimonial.music .testimonial-para, .testimonial.wedding .testimonial-para, .testimonial.yoga .testimonial-para, .testimonial.agency .testimonial-para {
    margin-bottom: 20px !important; }
  .testimonial.gym .testimonial-info, .testimonial.music .testimonial-info, .testimonial.wedding .testimonial-info, .testimonial.yoga .testimonial-info, .testimonial.agency .testimonial-info {
    margin-top: 30px !important;
    padding: 0 10px !important; }
  footer.footer2.saas2 {
    margin-top: 0; }
  .event.subscribe .form-control {
    margin-bottom: 30px; }
  .event.about .text-right {
    width: 50%;
    margin: 0 auto; }
  .event.contact .p-r-0,
  .event.contact .p-l-0 {
    padding: 0 !important; }
  .event.contact .map {
    margin-bottom: 20px; }
  .subscribe.yoga .button-primary {
    right: unset; }
  .subscribe .subscribe-2 {
    padding-top: 30px; }
  .app2 .subscribe .form-group .button-primary .btn {
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 20px; }
  .app2 .subscribe .form-group .icon {
    top: 35px; }
  .app2.brand-sliders {
    padding-bottom: 60px; }
  .app2.screenshot .screenshot-slider {
    margin-top: -16px; }
  .agency.blog .blog-agency .blog-contain .img-container .blog-info {
    text-align: center;
    padding: 15px; }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info > .d-flex {
      display: block !important; }
      .agency.blog .blog-agency .blog-contain .img-container .blog-info > .d-flex > div {
        margin-bottom: 5px; }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info .m-b-20 {
      margin-bottom: 10px !important; }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info p {
      letter-spacing: 0; }
  .agency.blog .blog-agency .blog-contain .img-container .blog-head {
    margin-bottom: 16px; }
  .agency.blog .blog-agency .blog-contain .img-container .m-t-20 {
    margin-top: 10px !important; }
  .agency.blog.blog-split .blog-list:nth-child(even) .center-text {
    justify-content: center; }
  .videos .video {
    padding: 85px 0; }
  .services .row > div + div + div .service.service-overlay {
    margin-top: 20px; }
  .services.app1 .row .col-md-4 + .col-md-4 {
    margin-top: 15px; }
  .subscribe.app1 .button-primary {
    right: unset; }
  .subscribe .button-primary {
    position: relative; }
    .subscribe .button-primary button {
      margin: 0 auto; }
  .subscribe .form-group input {
    padding: 24px 35px; }
  .tap-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    line-height: 1.7; }
  .download-img,
  .link-horizontal ul {
    align-items: center;
    justify-content: center; }
  .download .download-img .center-img-content {
    margin-left: 0 !important; }
  .agency.blog .blog-agency .blog-contain {
    flex-flow: column; }
    .agency.blog .blog-agency .blog-contain .img-container {
      order: 2; }
  .title .main-title {
    margin-bottom: 8px; }
    .title .main-title h2 {
      margin-bottom: 0;
      line-height: 1.4 !important;
      margin-top: -5px; }
  .title.title-inner .main-title h2 {
    margin-top: -7px !important; }
  .accordion .register-page {
    margin-top: 25px; }
  .accordion .testimonial.videos {
    margin-top: 25px; }
  .portfolio-section.videos .m-b-50 {
    margin-bottom: 10px; }
  .portfolio-section.videos .w-100 {
    width: 100% !important; }
  .portfolio-section .portfolio-detail {
    margin-top: 20px; }
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    justify-content: center;
    display: flex;
    align-items: center; }
  .cart-section .cart-table thead th:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td .mobile-cart-content {
    display: flex; }
  .wishlist-section .cart-table thead th:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td .mobile-cart-content {
    display: flex; }
  .app1.services .container {
    margin-bottom: -20px; }
  .app1.services .service {
    margin-bottom: 20px; }
  .modal-no-header.close-right .close {
    right: 16px; }
  .single-product-tables table {
    width: 100%; }
  .format {
    text-align: center; }
    .format .link-horizontal ul {
      justify-content: center; }
  .icon-collection {
    justify-content: center; }
  .header .rotate {
    display: none; }
  .header .bg {
    height: auto; }
  .header.saas2 .center-text {
    padding: 110px 0; }
  .header .center-text {
    text-align: center;
    height: auto;
    margin-top: 60px;
    padding: 60px 0; }
  .header.wedding .center-text {
    height: auto; }
  .header .music-content .center-text {
    height: calc(503px - 58px);
    margin-top: 58px; }
  .header .img-mobile {
    display: none; }
  .header .wave-orange {
    display: none; }
  .header.app1 .link-horizontal ul {
    justify-content: center; }
  .header .bg.app2-header .header-text h1:before {
    left: 50%;
    transform: translate(-50%, 0); }
  .header .bg.app2-header .link-horizontal ul {
    justify-content: center; }
  .header .header-text {
    margin-bottom: 25px; }
  .header .header-text {
    margin-bottom: 30px; }
  .header .header8-content .slider-banner {
    display: none; }
  .header .header8-content .center-text > div {
    width: 100%; }
    .header .header8-content .center-text > div .header-text .d-flex {
      justify-content: center; }
    .header .header8-content .center-text > div .header-text .slider-logo {
      margin-left: 5px; }
      .header .header8-content .center-text > div .header-text .slider-logo img {
        height: 15px; }
    .header .header8-content .center-text > div .header-text .header-text {
      margin-bottom: 12px; }
    .header .header8-content .center-text > div .header-text .header-sub-text {
      margin-bottom: 12px; }
      .header .header8-content .center-text > div .header-text .header-sub-text span {
        font-size: 20px; }
    .header .header8-content .center-text > div .link-horizontal ul {
      justify-content: center; }
  .header.saas1 h1 {
    margin-top: -10px; }
  .header.saas1 .bg {
    background-position: right; }
  .header.event .set-bottom {
    bottom: 5px; }
  .borders-before {
    margin-bottom: 20px; }
  .pricing .siema {
    margin: -5px; }
    .pricing .siema .price-container.price-margin {
      margin: 5px 15px; }
  .link-horizontal ul li {
    padding-right: 15px; }
    .link-horizontal ul li.borders-right {
      margin-right: 15px;
      height: 40px; }
    .link-horizontal ul li a.icon-btn i {
      font-size: 15px;
      height: 40px;
      width: 40px;
      margin: 0 auto 10px; }
  .videos .video {
    margin-bottom: 20px; }
  .videos .counters {
    text-align: center; }
    .videos .counters .link-horizontal ul {
      justify-content: center; }
  .videos .w-100 {
    width: 70% !important; }
  .download .center-mobile {
    margin-top: -90px;
    margin-bottom: -80px;
    min-height: 484px; }
    .download .center-mobile img {
      max-height: 400px; }
  .services .service.app2 {
    padding: 30px 10px; }
  .services .service .service-feature .feature-text {
    margin-bottom: 20px; }
  .services.app2 .service-container .service {
    margin-bottom: 30px; }
  .services.app2 .service-container:nth-child(n + 3) .service {
    margin-bottom: 30px; }
  .services.app2 .service-container:last-child .service {
    margin-bottom: 0; }
  .saas1 .app1 p {
    line-height: 22px; }
  .download .download-img .center-abs.elipse {
    display: none; }
  .download .download-img .download-icon {
    display: none; }
  .m-t-50 {
    margin-top: 30px; }
  .about.about2 .counters.set-height {
    text-align: center; }
    .about.about2 .counters.set-height img {
      height: 500px; }
  .event.booking .form-inline,
  .music.booking .form-inline {
    display: block; }
    .event.booking .form-inline .form-group,
    .music.booking .form-inline .form-group {
      margin-bottom: 15px; }
  .event.booking .btn-default,
  .music.booking .btn-default {
    padding: 15px 40px; }
  .title {
    margin-bottom: 20px; }
    .title.title2 .sub-title {
      line-height: 30px; }
    .title.title2 .para {
      font-size: 115%; }
  .m-b-40 {
    margin-bottom: 20px; }
  .m-t-50 {
    margin-top: 30px; }
  .booking-1 .form-inline {
    display: block; }
    .booking-1 .form-inline .form-group {
      margin-bottom: 15px; }
  .team-section .teams:nth-child(even) {
    margin-top: 0; }
  footer .footer-headings {
    display: none; }
  footer .footer-title.mobile-title {
    display: block; }
  footer .footer-contant {
    padding: 10px 0; }
  footer .footer-title {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative; }
    footer .footer-title.active .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      footer .footer-title.active .according-menu:before {
        content: "\F106";
        position: absolute;
        right: 2px;
        bottom: 10px; }
    footer .footer-title .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      footer .footer-title .according-menu:before {
        content: "\F107";
        position: absolute;
        right: 2px;
        bottom: 10px; }
  footer.footer2.saas2 {
    background-image: linear-gradient(var(--dark), var(--light)); }
    footer.footer2.saas2 .footer-padding {
      padding-top: 0; }
  .event.booking .form-inline,
  .music.booking .form-inline {
    margin-bottom: 35px; }
  .app2.format {
    text-align: left; }
    .app2.format .icon-collection {
      justify-content: right; }
    .app2.format .format-head-text .about-font-header {
      font-size: 150%; }
  .app2.about {
    padding-top: 70px; }
  .app2.about .set-height {
    min-height: 445px; }
    .app2.about .set-height .mobile1 {
      width: 250px; }
  .app2 .subscribe .form-group .d-flex {
    margin-top: 50px; }
  .event.gallery .gallery-list,
  .wedding.gallery .gallery-list,
  .resume.gallery .gallery-list {
    margin-bottom: 40px; }
  .event.gallery .list,
  .wedding.gallery .list,
  .resume.gallery .list {
    padding: 5px 20px; }
    .event.gallery .list a,
    .wedding.gallery .list a,
    .resume.gallery .list a {
      font-size: 14px; }
  .event.testimonial .testimonial .item.p-t-30,
  .saas2.testimonial .testimonial .item.p-t-30 {
    padding-top: 0; }
  .event.testimonial .testimonial.owl-theme .owl-nav,
  .saas2.testimonial .testimonial.owl-theme .owl-nav {
    margin-top: 30px; }
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-prev,
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-next,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-prev,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-next {
      position: relative;
      margin: 0;
      padding: 0;
      top: unset;
      transform: unset; }
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-prev,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-prev {
      left: unset;
      margin-right: 20px; }
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-next,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-next {
      right: unset; }
  .event.testimonial .quotes,
  .saas2.testimonial .quotes {
    text-align: center; }
    .event.testimonial .quotes .left-quote,
    .event.testimonial .quotes .right-quote,
    .saas2.testimonial .quotes .left-quote,
    .saas2.testimonial .quotes .right-quote {
      display: none; }
  .event.testimonial .testimonial-msg,
  .saas2.testimonial .testimonial-msg {
    width: 100%; }
    .event.testimonial .testimonial-msg img,
    .saas2.testimonial .testimonial-msg img {
      margin: 0 auto; }
    .event.testimonial .testimonial-msg .msg-box,
    .saas2.testimonial .testimonial-msg .msg-box {
      display: none; }
  .event.testimonial .rating .stars,
  .saas2.testimonial .rating .stars {
    margin-right: 10px; }
    .event.testimonial .rating .stars i,
    .saas2.testimonial .rating .stars i {
      font-size: 14px; }
  .event.speaker .container {
    margin-bottom: -30px; }
    .event.speaker .container .speker-container {
      margin-bottom: 30px; }
  .event .format .format-head-text,
  .event .format .format-sub-text {
    margin-bottom: 30px; }
    .event .format .format-head-text .about-para,
    .event .format .format-sub-text .about-para {
      margin-bottom: 20px;
      line-height: 18px; }
  .event.about .text-right {
    text-align: center !important; }
  .event.about .announcer-img {
    margin-bottom: 60px; }
  .event.sponsor .set-margin {
    margin-bottom: -30px; }
  .event.sponsor .sponsor-img {
    margin-bottom: 30px; }
  .event.contact .bg-white form {
    padding: 20px; }
    .event.contact .bg-white form .form-group {
      margin-bottom: 30px; }
  .event.contact .iframe-container iframe {
    width: 100%;
    height: 100%; }
  .event.copyright .d-flex {
    justify-content: center;
    margin-bottom: 10px; }
  .schedule .event-container {
    padding-right: 20px; }
    .schedule .event-container .cal-time.events .timing {
      display: flex;
      float: right;
      padding-top: 35px; }
      .schedule .event-container .cal-time.events .timing .event-time {
        padding: 0 20px; }
        .schedule .event-container .cal-time.events .timing .event-time:first-child {
          padding-left: 0; }
        .schedule .event-container .cal-time.events .timing .event-time:last-child {
          padding-right: 0; }
      .schedule .event-container .cal-time.events .timing .event-time.active {
        padding: 0 20px; }
      .schedule .event-container .cal-time.events .timing .border-container {
        display: flex;
        align-self: center; }
        .schedule .event-container .cal-time.events .timing .border-container .border-dashed {
          width: 50px;
          height: unset;
          border-left: unset;
          border-top: 2px dashed; }
  .gym.trainers .trainers-slider {
    margin-top: -15px; }
  .gym .about-img {
    margin-bottom: 60px; }
    .gym .about-img .borders-around .bg-black {
      width: 38%; }
      .gym .about-img .borders-around .bg-black:after, .gym .about-img .borders-around .bg-black:before {
        width: 184px;
        height: 184px; }
    .gym .about-img .borders-around .format-img {
      width: 70%; }
  .gym .calculate-bmi {
    margin-top: 20px; }
  .gym .gym-slider .slick-dots {
    bottom: 10px; }
  .gym .counter-container + .counter-container {
    border-left: 1px solid #ddd;
    padding-bottom: unset; }
    .gym .counter-container + .counter-container + .counter-container {
      padding-top: 30px;
      border-top: 0; }
  .gym .calculate-bmi tr td {
    font-size: 14px;
    padding: 15px 0; }
  .gym.trainers .title .main-title h2 {
    margin-bottom: -16px; }
  .music .img-height img {
    width: 500px; }
  .music .left-side,
  .music .right-side {
    display: none; }
  .music div:nth-child(n + 5) .album-list {
    margin-bottom: 30px; }
  .music div:nth-child(n + 7) .album-list {
    margin-bottom: 0; }
  .music.artist .artist-text p.text-para {
    font-size: 115%; }
  .music.sponsor div .sponsor-img {
    margin-bottom: 30px; }
  .music.sponsor div:nth-child(n + 11) .sponsor-img {
    margin-bottom: 0; }
  .music.copyright .link-horizontal ul {
    justify-content: center; }
  .music.bg-video .center-text .d-flex {
    justify-content: center; }
  .agency.header .bg {
    background: var(--primary); }
  .agency.header h1 {
    color: #fff;
    margin-top: -10px; }
  .agency.header p {
    color: #fff; }
  .agency.header .center-text {
    text-align: center;
    margin-left: 0; }
  .agency.header .link-horizontal ul {
    justify-content: center; }
  .agency.header .girl-boy img {
    display: none; }
  .agency.header .plus-container {
    display: none; }
  .agency .format-container {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    .agency .format-container .block-span {
      display: unset; }
    .agency .format-container .borders-before {
      margin-bottom: 15px; }
    .agency .format-container .format-head-text {
      margin-bottom: 25px; }
    .agency .format-container .format-sub-text {
      margin-bottom: 20px; }
  .agency.testimonial .testimonial-container.testimonial-container2 {
    padding: 20px; }
  .agency.testimonial .testimonial-slider .owl-nav {
    position: relative;
    line-height: 0;
    top: unset;
    text-align: center;
    bottom: unset; }
    .agency.testimonial .testimonial-slider .owl-nav .owl-prev,
    .agency.testimonial .testimonial-slider .owl-nav .owl-next {
      padding: 0;
      margin: 0; }
    .agency.testimonial .testimonial-slider .owl-nav .owl-prev {
      margin-right: 20px; }
  .agency.agency-content {
    text-align: center; }
    .agency.agency-content .agency-header-center-container {
      justify-content: center; }
      .agency.agency-content .agency-header-center-container .borders {
        display: none; }
    .agency.agency-content .agency-para,
    .agency.agency-content .btn-default {
      margin-left: 0; }
    .agency.agency-content .side-img {
      display: none; }
    .agency.agency-content .blue-img {
      display: none; }
    .agency.agency-content .agency-head .agency-head-text {
      font-size: 245%; }
    .agency.agency-content .agency-para {
      line-height: 26px; }
  .agency.testimonial-bg {
    background: var(--primary); }
  .agency.speaker .team-img .social ul li {
    margin-right: 10px; }
    .agency.speaker .team-img .social ul li a i {
      height: 25px;
      width: 25px; }
  .agency.video .d-inline-block .bg-video {
    width: 70%; }
  .wedding.format .format-small-text {
    margin-top: 20px; }
  .wedding.format .about-img {
    width: 400px; }
  .wedding.header .header-text {
    margin-bottom: 22px; }
  .wedding.header .wedding-content .logo-h1 {
    height: 90px;
    margin-left: 0; }
  .wedding .wedding-banner .frem {
    width: 85%; }
  .wedding .wedding-banner .text-container .couple-text {
    margin-bottom: 0; }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
      font-size: 45px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
      font-size: 35px; }
  .wedding .wedding-banner .text-container .place {
    font-size: 25px; }
  .wedding .wedding-time {
    margin-bottom: 30px; }
  .wedding.blog .blog-container .set-skew {
    clip-path: unset;
    margin-bottom: 20px; }
  .wedding.blog .blog-container .blog-date,
  .wedding.blog .blog-container .blog-place,
  .wedding.blog .blog-container .blog-para {
    margin-left: 0; }
  .wedding.blog .blog-container .blog-para {
    text-indent: unset; }
  .wedding.blog .blog-container .btn.btn-blog {
    margin-left: 0; }
  .wedding.pricing .when-slider.owl-theme .owl-nav .owl-prev,
  .wedding.pricing .when-slider.owl-theme .owl-nav .owl-next {
    display: none; }
  .yoga.header .yoga-content .owl-nav .owl-prev,
  .yoga.header .yoga-content .owl-nav .owl-next {
    padding: 6px 14px; }
  .yoga.header .yoga-content .owl-nav .owl-prev {
    left: 0; }
  .yoga.header .yoga-content .owl-nav .owl-next {
    right: 0; }
  .yoga.header .header-sub-text p {
    padding: 0 40px; }
  .yoga .set-order-2 {
    order: 2; }
  .yoga.testimonial .testimonial-info {
    padding: 0;
    margin-top: 30px; }
  .yoga.event .event-container {
    margin-bottom: 30px; }
    .yoga.event .event-container .event-info .time,
    .yoga.event .event-container .event-info .address {
      margin-bottom: 5px; }
  .yoga.event .row {
    margin-bottom: -30px; }
    .yoga.event .row div:nth-child(n + 5) .event-container {
      margin-bottom: 30px; }
  .yoga.event.img-1 .bg-gradient-color .container > .row {
    margin-bottom: -1px; }
  .yoga.format .experience-container {
    min-height: unset; }
    .yoga.format .experience-container .exp-img {
      position: relative; }
  .yoga.format .girl-img-container .girl-yoga {
    position: relative;
    display: flex; }
  .resume.header .link-horizontal ul {
    justify-content: center; }
  .resume.header .font-large {
    font-size: 120%; }
  .resume .bg-pink img {
    display: none; }
  .saas1 .work-tab-bg {
    padding-top: 30px; }
  .saas1 .title img {
    height: 18px;
    margin-right: 5px; }
  .saas1.howitwork .work-tab .nav-pills .nav-item.active .nav-link span {
    display: none; }
  .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link {
    padding: 0 15px; }
    .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link img {
      display: none; }
    .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link h6 {
      font-size: 16px;
      margin-top: 10px; }
  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 400px; }
  .saas1.faq .faq-img-block {
    display: none; }
  .saas1.faq .faq-block .frequent-text {
    margin-top: -8px; }
  .saas2.feature .advance-feature-img {
    margin-bottom: 30px; }
  .saas2.feature .center-content {
    display: block;
    text-align: center; }
    .saas2.feature .center-content img {
      margin-bottom: 15px; }
    .saas2.feature .center-content .feature-content {
      margin-left: 0; }
  .saas2.feature .image-container .advance-feature-img {
    margin-bottom: 50px; }
  .saas2.services .saas2-services .row .service-container:nth-child(n + 3) {
    margin-top: 30px; }
  .saas2.services .service .img-block {
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 15px; }
  .saas2.laptop-slider .slider-container .center-img img {
    height: auto;
    width: 100%; }
  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:after,
  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:before {
    display: none; }
  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center img {
    margin: 0 auto; }
  .saas2.testimonial .container {
    margin-bottom: 0; }
  footer.footer2.agency .link-horizontal {
    margin-bottom: 20px; }
  footer.footer2.agency .link-horizontal,
  footer.footer2.agency .list {
    float: unset !important; }
    footer.footer2.agency .link-horizontal ul,
    footer.footer2.agency .list ul {
      justify-content: center; }
      footer.footer2.agency .link-horizontal ul li.borders-right,
      footer.footer2.agency .list ul li.borders-right {
        height: 30px; }
  footer.app2 section .container .row > div:nth-child(3), footer.app2 section .container .row > div:nth-child(4) {
    margin-top: unset; }
  .testimonial.music .testimonial-info .testimonial-para {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 120%; }
  .testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-prev {
    left: -8px; }
  .testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-next {
    right: -32px; }
  .counter .counters .counter-img {
    margin-bottom: 15px; }
  .blog .img-container .blog-info {
    padding: 15px; }
    .blog .img-container .blog-info .blog-text {
      font-size: 145%; }
    .blog .img-container .blog-info .small-font {
      margin-bottom: 10px; }
  .event.pricing .btn-default,
  .gym.pricing .btn-default,
  .agency.pricing .btn-default,
  .resume.pricing .btn-default {
    padding: 12px 25px; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
  .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    display: none; }
  .product-pagination .pagination {
    justify-content: center;
    border-left: 1px solid #dddddd; }
  .product-pagination .pagination {
    border-color: var(--primary); }
  .collection-product-wrapper .pagination_sec {
    margin: 0 auto !important; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
    padding: 12px 0;
    text-align: center;
    width: 100%; }
  .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #dddddd;
    display: flex; }
  .agency header nav {
    padding: 15px 0; }
    .agency header nav .responsive-btn i {
      color: #000 !important; }
  .counter-container + .counter-container {
    padding-bottom: 30px;
    border-left: 1px solid #ddd; }
    .counter-container + .counter-container + .counter-container {
      margin-top: 0 !important;
      border-left: 0;
      padding-top: 30px;
      border-top: 1px solid #ddd; }
      .counter-container + .counter-container + .counter-container + .counter-container {
        border-left: 1px solid #ddd; }
  .p-b-160 {
    padding-bottom: 145px; }
  header.agency nav a img {
    filter: brightness(0) invert(1); }
  header.agency.dark nav a img {
    filter: unset; }
  .blog-detail-page .comment-section li {
    padding-top: 40px;
    padding-bottom: 40px; }
  .product-pagination .pagination {
    justify-content: center;
    border-left: 1px solid #dddddd; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0; }
  .about-page {
    text-align: center; }
    .about-page p {
      line-height: 1.5; }
  .team h2 {
    font-size: 25px; }
  .layout2-logo {
    padding-right: 70px; }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important; }
  .faq-section .theme-accordion .card .card-header button {
    font-size: 14px !important;
    white-space: normal;
    width: 100%;
    padding: 16px 30px 16px 18px !important; }
  .product-wrapper-grid.list-view .product-box {
    display: block;
    border: 1px solid #eee;
    padding: 15px; }
    .product-wrapper-grid.list-view .product-box .img-wrapper,
    .product-wrapper-grid.list-view .product-box .img-block {
      margin: 0 auto 15px; }
    .product-wrapper-grid.list-view .product-box .product-detail {
      padding-left: 0;
      text-align: center !important; }
  .register-page .theme-card {
    padding: 25px; }
    .register-page .theme-card .theme-form input {
      margin-bottom: 25px;
      padding: 13px 18px; }
  .collection .partition-collection > div:nth-last-child(1), .collection .partition-collection > div:nth-last-child(2), .collection .partition-collection > div:nth-last-child(3) {
    margin-top: 30px; }
  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 18px; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    justify-content: center;
    padding-right: 0; }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      padding: 10px 0; }
  .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    justify-content: center;
    display: flex;
    align-items: center; }
  .cart-section .cart-table thead th:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td .mobile-cart-content {
    display: flex; }
  .wishlist-section .cart-table thead th:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td .mobile-cart-content {
    display: flex; }
  .search-product > div:nth-last-child(4) {
    margin-top: 30px; }
  .blog-page .order-sec {
    order: -1; }
  .blog-page .blog-media:last-child {
    margin-bottom: 30px; }
  .blog-page .blog-sidebar ul li {
    display: block; }
  .tab-pane iframe {
    width: 100%; }
  .product-order .product-order-detail img {
    height: auto; }
  .typography_section .typography-box .typo-content.product-pagination .pagination {
    border-left: none; }
  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 5px; }
  .breadcrumb-section {
    padding: 150px 0;
    text-align: center; }
    .breadcrumb-section h2 {
      line-height: normal; }
    .breadcrumb-section.video-sec {
      height: 38vh; }
  .agency.blog.blog-sec.blog-list .blog-img, .agency.blog.blog-sec.blog-split .blog-img {
    width: 100%; }
  .product-box .cart-info,
  .product-box .cart-wrap {
    opacity: 1; }
  .portfolio-metro h1 {
    font-size: 30px; }
  .breadcrumb-section-main {
    padding: 70px 0;
    text-align: center; }
    .breadcrumb-section-main .breadcrumb-contain {
      justify-content: center;
      display: block;
      text-align: center; }
      .breadcrumb-section-main .breadcrumb-contain > div {
        width: 100%; }
        .breadcrumb-section-main .breadcrumb-contain > div:last-child {
          width: 100%; }
        .breadcrumb-section-main .breadcrumb-contain > div .breadcrumb-txt {
          text-align: center; }
        .breadcrumb-section-main .breadcrumb-contain > div ul {
          text-align: center; }
          .breadcrumb-section-main .breadcrumb-contain > div ul li {
            margin-right: 10px; }
            .breadcrumb-section-main .breadcrumb-contain > div ul li a i {
              margin-right: 10px; }
    .breadcrumb-section-main.inner-2 {
      text-align: center; }
      .breadcrumb-section-main.inner-2 .breadcrumb-contain > div {
        width: 100%; }
        .breadcrumb-section-main.inner-2 .breadcrumb-contain > div:last-child {
          width: 100%; }
      .breadcrumb-section-main.inner-2 .breadcrumb-contain ul {
        text-align: center; }
        .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li {
          margin-right: 10px; }
          .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li a i {
            margin-right: 10px; }
      .breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb-txt {
        margin-bottom: 10px; }
    .breadcrumb-section-main.inner-3 .breadcrumb-contain ul li {
      margin-right: 0; }
      .breadcrumb-section-main.inner-3 .breadcrumb-contain ul li a i {
        margin-right: 5px; }
    .breadcrumb-section-main.inner-3 .breadcrumb-contain .breadcrumb-txt {
      margin-top: 2px; }
    .breadcrumb-section-main.inner-4 .breadcrumb-contain > div .breadcrumb-txt {
      margin-bottom: 5px; }
    .breadcrumb-section-main.breadcrumb-section-sm {
      padding: 30px 0; } }

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .team-section .center-container {
    height: 100%; }
  .team-section .teams {
    margin-bottom: 20px; }
    .team-section .teams:nth-child(n + 3) {
      margin-bottom: 0; }
  .resume.about div .radial {
    margin-bottom: 30px; }
  .resume.about div .m-t-50 {
    margin-top: 0; }
  .music.sponsor .row > div:nth-last-child(2) .sponsor-img {
    margin-bottom: 0; }
  .music.blog .img-container .blog-info {
    padding: 10px 0; } }

@media only screen and (max-width: 600px) {
  .header .event-content .link-horizontal ul li a {
    margin-bottom: 30px; }
  .section-404 .navbar-links {
    display: none; }
  .section-404 .custom-navbar {
    text-align: center; }
  .section-404 .brand-logo img {
    width: 120px; }
  .section-404 .box_astronaut {
    top: 70%; } }

@media only screen and (max-width: 575px) {
  .about-detail .about-font-header {
    margin-top: -12px; }
  .pricing .pricing-slider.price-margin {
    margin-bottom: -26px; }
  .xs-space {
    margin-top: 15px; }
  .sticky-text > div > div {
    width: 515px; }
  .music-testimonial-slider .slick-prev {
    left: 0; }
  .music-testimonial-slider .slick-next {
    right: 0; }
  .theme-pannel-main ul li {
    padding: 5px 0px; }
    .theme-pannel-main ul li a {
      font-size: 10px; }
  .event-countdown .countdown ul li + li + li {
    margin-top: 15px; }
  .modal1 .offer-content > div {
    padding-right: 15px;
    padding-top: 30px; }
  .ecommerce .banner-three .main-wrapper img {
    height: 150px; }
  .slick-slider .slick-list {
    margin: 0 -15px; }
  .expert-bg .slick-slider .slick-list,
  .blog-bg .slick-slider .slick-list {
    margin: 0 -5px !important; }
    .expert-bg .slick-slider .slick-list .slick-track .slick-slide > div .item,
    .blog-bg .slick-slider .slick-list .slick-track .slick-slide > div .item {
      padding: 0 10px; }
  .yoga .yoga-slider .slick-prev:before {
    padding: 15px 15px 15px 13px;
    font-size: 13px; }
  .yoga .yoga-slider .slick-next:before {
    padding: 15px 13px 15px 15px;
    font-size: 13px; }
  .yoga.pricing .pricing-slider {
    margin-top: -45px; }
  .pricing.yoga .pricing-slider .slick-dots li, .pricing.saas2 .pricing-slider .slick-dots li {
    margin-top: 0 !important; }
  header.nav-lg {
    padding: 1.2rem 1rem; }
  header.ecommerce nav .top-header-right {
    margin-right: 30px; }
    header.ecommerce nav .top-header-right ul li a {
      padding: 5px; }
  .parallax-banner.full-banner {
    background-blend-mode: overlay;
    background-color: #d2d2d2; }
  .down-banner .banner-contain {
    max-width: 100%;
    margin: 0; }
  .banner-contain > div {
    background-color: rgba(128, 128, 128, 0.23);
    padding: 30px;
    margin-right: 15px; }
  .modal-bg,
  .modal-ecommerce {
    display: none !important; }
  .ecommerce .collection {
    margin: 10px 30px; }
  .ecommerce .banner-three {
    padding: 15px 0; }
    .ecommerce .banner-three > div + div {
      margin-top: 15px; }
  .ecommerce.nav-fix {
    padding: 0; }
    .ecommerce.nav-fix nav ul {
      padding: 10px 0 !important; }
  .ecommerce .contain h1 {
    margin-bottom: 20px; }
  .ecommerce.ecommerce-home {
    padding-top: 55px; }
    .ecommerce.ecommerce-home .ecommerce-home-slider .owl-item,
    .ecommerce.ecommerce-home .ecommerce-home-slider .bg-size {
      min-height: 250px;
      height: 70vh;
      background-blend-mode: overlay;
      background-color: #d6d6d6; }
  .ecommerce.collection {
    margin: 30px; }
  .ecommerce .owl-nav [class*="owl-"] i {
    font-size: 10px; }
  .ecommerce .owl-nav [class*="owl-"].owl-next {
    bottom: 10%;
    padding: 10px;
    line-height: 0; }
  .ecommerce .owl-nav [class*="owl-"].owl-prev {
    bottom: 10%;
    padding: 10px;
    line-height: 0;
    right: 50px; }
  .layout-ecommerce section {
    padding: 40px 0; }
  .layout-ecommerce .ecommerce-footer {
    padding-top: 40px; }
  .btn-default {
    padding: 10px 25px; }
  .parallax-banner .banner-contain {
    max-width: 100%; }
  .portfolio_section > div {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px; }
  .blog-sidebar .sidebar-container .post-container:nth-last-child(2) {
    margin-bottom: 20px; }
  .music .form-footer .form-group input,
  .music .form-footer .form-group textarea {
    padding: 12px 20px; }
  .music .form-footer .form-group {
    margin-bottom: 12px; }
  .subscribe.music .subscribe-title {
    padding: 0; }
  .booking .form-group input {
    padding: 12px 20px; }
  .breadcrumb-section .breadcrumb-text {
    margin-bottom: 10px; }
  .wedding .wedding-banner .frem {
    width: 100%; }
  .wedding .schedule i {
    display: block;
    margin-right: 0; }
  header nav > a .img-fluid {
    height: 33px; }
  .breadcrumb-section {
    padding: 110px 0 50px 0; }
  header {
    border-bottom: 1px solid rgba(31, 35, 44, 0.12);
    padding: 10px 0; }
    header nav {
      padding: 0 !important; }
  .portfolio-metro .man {
    width: 80px;
    margin-bottom: 20px; }
  .portfolio-metro h1 {
    margin-bottom: 0; }
  .portfolio-metro .center-content {
    order: 1; }
  .yoga.pricing .price-container {
    margin: 0 30px;
    transform: scale(1) !important; }
    .yoga.pricing .price-container .service-feature {
      margin-bottom: -80px; }
  .yoga.format .girl-img-container .girl-yoga {
    width: 250px; }
  .yoga.format .experience-container .exp-img {
    width: 250px; }
  .yoga.format .meter {
    height: 23px;
    margin-top: 10px; }
    .yoga.format .meter .progress {
      height: 23px; }
  .section-404 .text-404 {
    margin-right: 0;
    margin-left: 0; }
  .section-404 .text-inner {
    margin-top: -26px;
    margin-bottom: -30px; }
  .section-404 .object_astronaut {
    display: none; }
  .section-404 .object_rocket {
    width: 70px; }
  .section-404 .object_earth {
    width: 50px; }
  .section-404 .object_moon {
    width: 40px; }
  .checkout-page .checkout-title {
    margin-bottom: 18px; }
  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px; }
    .checkout-page .checkout-form .form-group .field-label {
      margin-bottom: 6px; }
  .checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
    height: 35px; }
  .checkout-page .checkout-form .checkout-details {
    padding: 15px;
    margin-top: 20px; }
    .checkout-page .checkout-form .checkout-details .order-box {
      margin-bottom: 0; }
      .checkout-page .checkout-form .checkout-details .order-box .total {
        margin-bottom: 25px; }
      .checkout-page .checkout-form .checkout-details .order-box .sub-total .shipping {
        width: 100%;
        margin-top: 15px;
        padding-left: 20px; }
  .title.title2 .borders span:before, .title.title2 .borders span:after {
    content: unset; }
  .pagination_sec ul li {
    height: 38px;
    width: 38px;
    margin: 0 8px; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px; }
  .wishlist-section .btn-solid {
    padding: 7px 8px; }
  .team-sec.team-grid .team-para {
    margin-top: 10px; }
  .header.saas2 .header-sub-text {
    margin-top: 20px; }
  .saas1.loding-header {
    padding: 10px 0; }
  .saas1.howitwork .work-tab .nav-pills .nav-item {
    display: inline-block; }
  .saas2.laptop-slider .slider-container .trainers-slider .item {
    margin: 0 15px; }
  .saas2.testimonial .testimonial {
    margin-bottom: 0; }
    .saas2.testimonial .testimonial .slick-list .slick-track .slick-slide {
      padding-top: 0; }
    .saas2.testimonial .testimonial .slick-arrow {
      display: none !important; }
  .gym.counter .row .counter-container + .counter-container {
    padding-bottom: 30px;
    border-left: 1px solid #ddd; }
    .gym.counter .row .counter-container + .counter-container + .counter-container {
      border-left: 0;
      border-top: 1px solid #ddd; }
      .gym.counter .row .counter-container + .counter-container + .counter-container + .counter-container {
        border-left: 1px solid #ddd; }
  section,
  footer {
    padding: 50px 0; }
  .p-t-100 {
    padding-top: 50px !important; }
  .p-b-100 {
    padding-bottom: 50px !important; }
  .m-b-30 {
    margin-bottom: 25px; }
  .header .rotate {
    display: none; }
  .header .set-square .left {
    height: 190px; }
    .header .set-square .left:before {
      width: 190px; }
  .header .set-square .right {
    width: 190px; }
  .header .right-line {
    left: calc(50% + 95px);
    height: 200px; }
  .header.app1 h1 {
    line-height: 38px;
    margin-top: -5px; }
  .pricing .siema .price-container.price-margin {
    margin: 5px 0; }
  .title .sub-title {
    line-height: 20px; }
  .about.app1 .counters {
    border-right: unset; }
    .about.app1 .counters:nth-child(3) {
      border-bottom: 1px solid #fff; }
    .about.app1 .counters img {
      margin-bottom: 15px; }
    .about.app1 .counters h3 {
      font-size: 225%;
      margin-bottom: 0;
      line-height: 35px; }
    .about.app1 .counters .abouts {
      padding: 20px 0; }
      .about.app1 .counters .abouts img {
        height: 30px; }
    .about.app1 .counters:first-child .abouts {
      padding-top: 0; }
    .about.app1 .counters:last-child .abouts {
      padding-bottom: 0; }
  .format .counters.set-order-2 {
    order: 2; }
  .format .counters.set-height {
    text-align: center; }
  .services.app2 .service-container:nth-child(n + 5) .service {
    margin-bottom: 30px; }
  .services.app2 .service-container:nth-child(n + 7) .service {
    margin-bottom: 0; }
  .subscribe .form-group input {
    padding: 18px 35px;
    padding-left: 15px; }
  .subscribe .form-group .d-flex .button-primary button {
    padding: 12px 20px;
    font-size: 12px; }
  .subscribe .form-group .form-control {
    font-size: 12px; }
  .download .download-img.d-flex {
    display: block !important;
    text-align: center; }
    .download .download-img.d-flex .download-icon {
      margin-bottom: 20px; }
  .download .information p {
    text-align: center; }
  .download .link-horizontal ul {
    justify-content: center; }
  .pricing .feature-text {
    margin-bottom: 30px; }
    .pricing .feature-text .price-value {
      font-weight: 600;
      margin-bottom: 25px; }
  .pricing .service .service-feature h6 {
    margin-bottom: 10px; }
  .pricing .price-container {
    margin-bottom: 20px; }
    .pricing .price-container .price-feature-container .price-value .price .large {
      font-size: 40px; }
  .pricing.app2 .feature-text {
    margin-bottom: 0; }
  .app1 p {
    line-height: 26px; }
  .app1 .socials-lists ul li a i {
    height: 40px;
    width: 40px;
    font-size: 15px; }
  .app1 .socials-lists.m-t-50 {
    margin-top: 25px; }
  .app1.services .container {
    margin-bottom: -20px; }
  .videos.app1 .video .button img {
    height: 40px; }
  .videos.saas1 .video .button img {
    height: 30px; }
  .event-countdown .countdown ul li {
    flex: 0 0 50%;
    max-width: 50%; }
    .event-countdown .countdown ul li .event-counter {
      max-width: 130px;
      margin-bottom: 15px;
      margin: 0; }
    .event-countdown .countdown ul li:nth-child(odd) .event-counter {
      margin-left: auto; }
  .event .wedding-time .row > div:nth-child(odd) .count {
    margin-left: auto; }
  .event .wedding-time .row > div:nth-child(even) .count {
    margin-right: auto; }
  .event.testimonial .testimonial {
    margin-bottom: -7px; }
    .event.testimonial .testimonial .slick-list .slick-track .slick-slide {
      padding-bottom: 0; }
  .event.zoom-gallery .isotopeContainer .my-masonry-grid .my-masonry-grid_column {
    width: 100% !important; }
  .event h1 {
    margin-top: -5px; }
  .event .socials-lists ul li a i {
    height: 40px;
    width: 40px;
    font-size: 15px; }
  .event .wedding-time {
    margin-bottom: 30px; }
  .event div .event-content .count {
    max-width: 130px;
    margin-bottom: 15px; }
  .event div:nth-child(n + 3) .event-content .count {
    margin-bottom: 0; }
  .event .circle {
    top: 15px; }
    .event .circle:after {
      top: -18px;
      height: 15px; }
  .videos .video-description p {
    margin-bottom: 15px; }
  .videos .video {
    padding: 95px 0; }
  .team-section .teams {
    margin-bottom: 20px; }
    .team-section .teams:last-child {
      margin-bottom: 0; }
  .event.speaker .container,
  .agency.speaker .container {
    margin-bottom: -30px; }
  .event.speaker .speker-container,
  .agency.speaker .speker-container {
    margin-bottom: 30px; }
  .event.speaker .team-img,
  .agency.speaker .team-img {
    margin-bottom: 15px; }
  .event.testimonial .testimonial.owl-theme .owl-prev,
  .event.testimonial .testimonial.owl-theme .owl-next,
  .saas2.testimonial .testimonial.owl-theme .owl-prev,
  .saas2.testimonial .testimonial.owl-theme .owl-next {
    display: none; }
  .event.testimonial .testimonial .testimonial-msg,
  .saas2.testimonial .testimonial .testimonial-msg {
    margin-bottom: 20px; }
    .event.testimonial .testimonial .testimonial-msg img,
    .saas2.testimonial .testimonial .testimonial-msg img {
      height: 70px; }
  .event.testimonial h6,
  .saas2.testimonial h6 {
    text-align: center; }
  .event.testimonial .rating,
  .saas2.testimonial .rating {
    display: block;
    text-align: center; }
    .event.testimonial .rating .stars,
    .saas2.testimonial .rating .stars {
      margin-bottom: 5px; }
  .event .title.title3 .sub-title p {
    line-height: 20px;
    margin-bottom: -4px; }
  .event.pricing .pricing-slider {
    margin-bottom: -26px; }
  .event.sponsor .sponsor-img {
    margin-bottom: 30px; }
    .event.sponsor .sponsor-img:nth-child(n + 10) {
      margin-bottom: 30px; }
    .event.sponsor .sponsor-img:last-child {
      margin-bottom: 0; }
  .event.contact .row {
    padding: 0 15px; }
  .event.contact .iframe-container {
    height: 250px; }
  .event.contact .form-footer {
    padding-left: 15px; }
    .event.contact .form-footer .bg-white form {
      padding: 25px; }
      .event.contact .form-footer .bg-white form .form-group {
        margin-bottom: 20px; }
  .schedule .cal-time.events {
    padding: 20px; }
  .event.gallery .gallery-list,
  .wedding.gallery .gallery-list,
  .resume.gallery .gallery-list {
    margin-bottom: 25px; }
  .event.gallery .list a,
  .wedding.gallery .list a,
  .resume.gallery .list a {
    padding: 0 10px; }
  .gym h1 {
    margin-top: -8px; }
  .gym.bg-cal-bmi .link-horizontal.m-t-40 {
    margin-top: 10px; }
  .gym.bg-cal-bmi .link-horizontal.m-b-40 {
    margin-bottom: 10px; }
  .gym.bg-cal-bmi .calculate-bmi {
    margin-top: 30px; }
  .gym.copyright .link-horizontal {
    margin-bottom: 15px; }
  .gym.bg-cal-bmi .btn-white {
    margin-bottom: 20px; }
  .music.header .music-content .center-text {
    height: calc(401px - 50px);
    margin-top: 50px; }
  .music .music-container {
    margin-top: unset; }
  .music .row div:nth-child(n + 7) .album-list {
    margin-bottom: 30px; }
  .music .row div:last-child .album-list {
    margin-bottom: 0; }
  .music.sponsor div:nth-child(n + 11) .sponsor-img {
    margin-bottom: 30px; }
  .music.sponsor div:nth-child(n + 13) .sponsor-img {
    margin-bottom: 0; }
  .music .title.title3 .sub-title p {
    line-height: 20px; }
  .music.bg-footer .row div .contact-details {
    margin-bottom: 25px; }
    .music.bg-footer .row div .contact-details .contact-heading {
      margin-bottom: 10px; }
  .music.bg-footer .row div:last-child .contact-details {
    margin-bottom: 0; }
  .music .audioplayer {
    padding: 19px; }
  .music.artist .artist-text {
    margin-bottom: -5px; }
  .agency.header .bg {
    background-position: unset; }
  .agency.header .plus-container {
    display: none; }
  .agency .icon-collection {
    display: flex;
    margin-bottom: 15px; }
    .agency .icon-collection .about-icon {
      margin: 0 5px; }
      .agency .icon-collection .about-icon:first-child {
        margin-left: 0; }
      .agency .icon-collection .about-icon:last-child {
        margin-right: 0; }
      .agency .icon-collection .about-icon a {
        padding: 15px 8px; }
  .agency.testimonial .testimonial-slider .owl-nav {
    display: none; }
  .agency .para2 {
    margin-bottom: 20px; }
  .agency.video .d-inline-block .bg-video {
    width: auto; }
  .agency.copyright .link-horizontal {
    margin-bottom: 10px; }
  .agency.blog .blog-agency .blog-contain .img-container .blog-info {
    padding: 20px; }
  .agency.expert-bg .speaker-slider {
    margin-bottom: 3px; }
  .wedding .wedding-banner .text-container .couple-text .banner-text {
    font-size: 45px; }
  .wedding .wedding-banner .text-container .couple-text .banner-text.small {
    font-size: 35px; }
  .wedding .wedding-banner .text-container .place {
    font-size: 20px; }
  .wedding .wedding-banner .text-container .address {
    font-size: 11px;
    margin-top: 0; }
  .wedding.zoom-gallery .isotopeContainer .my-masonry-grid {
    display: block; }
    .wedding.zoom-gallery .isotopeContainer .my-masonry-grid .my-masonry-grid_column {
      width: 100% !important; }
  .timimg-wedding .countdown ul li {
    flex: 0 0 50%;
    max-width: 50%; }
    .timimg-wedding .countdown ul li .event-counter .time {
      font-size: 43px; }
    .timimg-wedding .countdown ul li .event-counter .title {
      font-size: 36px;
      margin-top: 10px; }
  .saas1.howitwork .work-tab .nav-pills {
    display: flex; }
    .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link {
      display: flex;
      justify-content: center;
      margin-bottom: 10px; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link h6 {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-left: 20px; }
      .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link span {
        bottom: -12px; }
  .saas1.pricing .pricing__switcher {
    width: 260px; }
  .saas1.pricing .switcher__button {
    font-size: 14px; }
  .saas1.pricing .pricing__switcher {
    margin: 0 auto 50px auto; }
  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 300px; }
  .saas1 .title .sub-title .p-padding {
    padding: 0; }
  .saas2.feature {
    margin-bottom: -35px; }
    .saas2.feature .center-content {
      margin-bottom: 35px; }
      .saas2.feature .center-content img {
        height: 40px; }
      .saas2.feature .center-content .feature-content {
        margin-left: 20px; }
  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-stage-outer {
    padding-top: 0; }
  .saas2.pricing .feature-text {
    margin-bottom: 0; }
  .saas2.testimonial .container {
    margin-bottom: -15px; }
  .resume.about .title.title2 .title-text {
    margin-bottom: -22px; }
  .resume.about .row div .radial {
    margin-bottom: 30px; }
  .resume.about .row div:last-child .radial {
    margin-bottom: 0; }
  .resume.pricing .pricing-slider {
    margin-bottom: -25px; }
  .artist .artist-text p.text-para {
    line-height: 20px;
    font-size: 95%; }
  .subscribe.music .subscribe-title .subscribe-main {
    font-size: 120%;
    letter-spacing: 0.5px; }
  .testimonial.wedding .testimonial-container img {
    height: 30px; }
  .testimonial.wedding .testimonial-container .testimonial-info {
    margin-top: 30px; }
    .testimonial.wedding .testimonial-container .testimonial-info .testimonial-para {
      margin-bottom: 20px;
      line-height: 26px;
      font-size: 120%; }
  .list ul li {
    padding: 4px 20px; }
    .list ul li img {
      height: 15px; }
      .list ul li img.play {
        height: 32px; }
  .copyright .link-horizontal ul {
    flex-wrap: wrap; }
    .copyright .link-horizontal ul li {
      padding-right: 15px; }
  .copyright .copyright-text {
    text-align: center !important; }
  .copyright.wedding {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px; }
  .app2.team-section .teams .our-team .set-relative.set-border {
    padding-bottom: 30px; }
  .app2.team-section .teams .our-team .borders {
    height: 30px; }
  .app2 .subscribe .form-group .icon {
    top: 27px; }
  .app2.about, .app2.quality {
    padding-top: 50px; }
    .app2.about .set-height, .app2.quality .set-height {
      min-height: unset; }
      .app2.about .set-height .mobile1,
      .app2.about .set-height .mobile2, .app2.quality .set-height .mobile1,
      .app2.quality .set-height .mobile2 {
        width: 250px;
        position: relative; }
  .app2.quality .set-height .mobile2 {
    top: -17px; }
  .app2 .abouts .logo {
    height: 60px; }
  .app2 .abouts .set-border {
    margin-bottom: 12px; }
  .app2.about .set-height .j-img {
    display: none; }
  .app2.format .logo {
    padding-bottom: 10px; }
  .app2.format .abouts {
    text-align: center; }
  .app2.format .icon-collection {
    justify-content: center; }
  .app2.format .format-head-text {
    margin-bottom: 20px; }
  .app2.format .format-sub-text {
    margin-bottom: 15px; }
  .app2.format .m-t-50 {
    margin-top: 14px; }
  .app2.screenshot .screenshot-slider {
    margin-top: -20px; }
  .portfolio-creative .head-sub-text {
    padding: 0 15px; }
  .portfolio-creative.creative3 .portfolio-text.media {
    display: block;
    padding: 30px 15px; }
  .portfolio-creative.creative3 .portfolio-text .text-right {
    text-align: left !important;
    margin-top: 15px; }
  .counter-container + .counter-container {
    padding-bottom: 30px;
    border-left: 1px solid #ddd; }
    .counter-container + .counter-container + .counter-container {
      border-left: 0;
      padding-top: 30px;
      border-top: 1px solid #ddd; }
      .counter-container + .counter-container + .counter-container + .counter-container {
        border-left: 1px solid #ddd; }
  .p-b-160 {
    padding-bottom: 135px; }
  footer.event.contact .form-footer form .row div {
    padding-left: 0;
    padding-right: 0; }
  .gym .trainers-slider.owl-carousel .owl-stage-outer,
  .yoga .trainers-slider.owl-carousel .owl-stage-outer {
    min-height: 388px !important; }
  .template-password #container #login {
    margin-bottom: 0; }
  .error-section {
    padding: 100px 0; }
    .error-section h1 {
      font-size: 100px; }
    .error-section h2 {
      margin: 20px 0;
      font-size: 18px; }
  .about-page .about-head {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .about-page .about-head .theme-breadcrumb .breadcrumb {
      justify-content: center;
      padding-top: 10px;
      padding-bottom: 0; }
  .blog-detail-page .blog-detail .post-social li {
    display: block; }
    .blog-detail-page .blog-detail .post-social li + li {
      padding-left: 0;
      margin-left: 0;
      border-left: none; }
  .collection .collection-block .collection-content p {
    margin-bottom: 10px; }
  .collection .collection-block .collection-content h4,
  .collection .collection-block .collection-content h3 {
    margin-bottom: 5px; }
  .collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 30px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    padding: 10px 20px 10px 20px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
      font-size: 14px;
      line-height: 20px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
      padding: 10px 20px 10px 20px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
      top: 11px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-bottom: 1px solid #dddddd;
    width: 100%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
      border-right: none;
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
      top: 14px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 100%;
    border-top: none; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      left: unset;
      right: 35px !important;
      top: 14px; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px; }
  .wishlist-section .btn-solid {
    padding: 7px 8px; }
  .collection-wrapper .order-up {
    order: -1; }
  .checkout-page .checkout-form .checkout-details {
    padding: 15px; }
  .search-product > div:nth-last-child(5) {
    margin-top: 30px; }
  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 12px;
    padding: 13px 8px; }
  .product-box .img-block .lable-wrapper .lable1,
  .product-box .img-block .lable-wrapper .lable2 {
    padding: 6px 9px 8px 15px;
    font-size: 12px; }
  .tab-product .tab-content.nav-material p,
  .product-full-tab .tab-content.nav-material p {
    padding: 15px 0; }
  .tab-product .tab-content.nav-material p {
    line-height: 1.3; }
  .slider-right-nav .slick-slide:first-child > div {
    margin-top: 15px; }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 90px;
    top: -70px; }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
      line-height: 16px; }
  .layout7-product .product-box .details-product {
    padding: 5px; }
  .layout7-product .product-box:hover .details-product {
    animation: none; }
  .padding-cls {
    padding-left: 15px;
    padding-right: 15px; }
  .success-text i {
    font-size: 40px; }
  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .success-text h2 {
    margin-bottom: 10px; }
  .order-success-sec > div {
    margin-top: 15px; }
  .delivery-sec {
    padding: 15px;
    margin-top: 15px; }
    .delivery-sec h3,
    .delivery-sec h2 {
      font-size: 20px; }
  .product-order h3 {
    font-size: 20px; }
  .product-order .product-order-detail .order_detail h4,
  .product-order .product-order-detail .order_detail h5 {
    font-size: 14px;
    line-height: 1.2; }
  .product-order .total-sec ul li {
    font-size: 16px; }
  .product-order .final-total h3 {
    font-size: 16px; }
  .beauty-about .service .service-block1 {
    margin-bottom: 20px; }
    .beauty-about .service .service-block1:last-child {
      margin-bottom: 0; }
  .main-menu .menu-left .navbar i {
    font-size: 24px; }
  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 0; }
  .typography_section .typography-box .typo-content.typo-buttons .btn-solid.btn-sm {
    padding: 3px 12px; }
  .bundle .bundle_img .img-box img {
    max-width: 70px; }
  .bundle .bundle_detail .theme_checkbox {
    padding: 0; }
  .breadcrumb-section-main {
    padding: 50px 0; }
    .breadcrumb-section-main .breadcrumb-text {
      margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .sticky-text > div > div {
    width: 420px; }
  .iframe-modal iframe {
    height: 172px; }
  .saas1.subscribe input[type="email"] {
    width: 220px; }
  .saas2.pricing .price-container .price-feature-container {
    margin-top: -50px; }
  .maintenance-sec .center-content button,
  .coming-soon .center-content button {
    margin-left: 0; }
  .copyright.resume .link-horizontal ul li a {
    line-height: 1.8; }
  .wedding.bg.countdown-bg .counter-container .gradient-text {
    margin-top: 10px; }
  .portfolio-metro .portfolio_section h6 {
    padding-top: 20px; }
  header .navbar {
    width: 300px; }
  .nav-abs.wedding .theme-nav .navbar {
    width: 300px; }
  footer.footer2.agency .link-horizontal ul li.borders-right {
    margin-right: 2px; }
  .counter .counters.hover-counter {
    padding: 15px 0; }
  .saas1.testimonial .testimonial-box {
    padding: 20px; }
  .saas1.testimonial .testimonial-slider .slick-slider {
    margin-bottom: -2px; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow {
    margin-left: 75% !important; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-list ~ .slick-arrow {
    margin-left: 89% !important; }
  .compare-page .table-wrapper .table .featured-image {
    width: 100px; }
  .coming-soon .our-web-text {
    letter-spacing: 0; }
  .coming-soon .coming-logo {
    margin-bottom: 30px;
    width: 100px; }
  .coming-soon .launch-text {
    margin-top: 15px;
    margin-bottom: 30px; }
  .coming-soon .launch-text2 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .coming-soon .counters-content .count {
    border-right: none; }
  .coming-soon .form-group .d-flex {
    display: block !important; }
    .coming-soon .form-group .d-flex input {
      margin-bottom: 15px; }
  .coming-soon.coming-soon-2 .set-bg {
    padding-top: 30px; }
  .side-section {
    width: 270px; }
  .slider-container {
    width: 100%; }
    .slider-container .trainers-slider .item {
      margin: 0 0;
      padding: 0; }
  .saas1.howitwork .work-tab .nav-pills .nav-item .nav-link {
    padding: 0 0; }
  .wedding.brand-slider .owl-carousel img {
    max-width: 200px;
    margin: 0 auto; }
  .wedding.brand-sliders .brand-slider .item img {
    height: auto;
    width: auto;
    margin: 0 auto; }
  .event.about .text-right {
    width: 80%; }
  .portfolio-section.videos .m-b-50 {
    margin-bottom: 0; }
  .portfolio-section.videos .video {
    padding: 120px 0; }
  .app2 .subscribe .form-group .button-primary .btn {
    margin-top: 0; }
  .app2 h1 {
    line-height: 36px; }
  h1 {
    line-height: 40px; }
  .header .wave {
    display: none; }
  .m-b-25 {
    margin-bottom: 15px; }
  .videos .video {
    padding: 80px 0; }
  .videos .video-description p {
    margin-bottom: 10px; }
  .m-b-35 {
    margin-bottom: 20px; }
  .subscribe.subscribe-2 .form-group input {
    padding-left: 95px; }
  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 250px; }
  .saas1.testimonial .video-box img {
    padding: 100px; }
  .saas1.testimonial .testi-profile .media-body {
    margin-top: 20px; }
  .saas2.laptop-slider .slider-container .center-img img {
    display: none; }
  .saas2.laptop-slider .slider-container .item img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .event.gallery .gallery-list,
  .wedding.gallery .gallery-list,
  .resume.gallery .gallery-list {
    margin-bottom: 15px; }
  .event.gallery .list,
  .wedding.gallery .list,
  .resume.gallery .list {
    display: block;
    column-count: 2; }
    .event.gallery .list a,
    .wedding.gallery .list a,
    .resume.gallery .list a {
      padding: 0;
      width: 100%;
      display: -webkit-box;
      margin-bottom: 10px; }
  .gym .about-img {
    margin: 25px 0;
    margin-bottom: 50px; }
    .gym .about-img .borders-around .bg-black {
      width: 140px; }
      .gym .about-img .borders-around .bg-black:before, .gym .about-img .borders-around .bg-black:after {
        width: 114px;
        height: 114px; }
      .gym .about-img .borders-around .bg-black:before {
        top: -25px;
        left: -25px; }
      .gym .about-img .borders-around .bg-black:after {
        bottom: -25px;
        right: -25px; }
  .agency .icon-collection {
    display: block;
    margin-bottom: 0; }
    .agency .icon-collection .about-icon {
      margin: 0;
      margin-bottom: 15px; }
      .agency .icon-collection .about-icon a {
        padding: 25px 10px; }
      .agency .icon-collection .about-icon:first-child, .agency .icon-collection .about-icon:last-child {
        margin-bottom: 15px; }
  .agency .row .center-content:last-child .icon-collection:last-child .about-icon:last-child {
    margin-bottom: 0; }
  .agency.video {
    margin-top: 20px; }
    .agency.video .m-b-20 {
      margin-bottom: 10px; }
    .agency.video .abs-center {
      width: 100%; }
    .agency.video .video-img {
      height: 50px; }
    .agency.video .video-heading {
      margin-bottom: 12px; }
  .wedding .wedding-banner .text-container .couple-text {
    margin-bottom: 5px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
      font-size: 35px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
      font-size: 27px; }
  .wedding .wedding-banner .text-container .place {
    font-size: 18px; }
  .wedding .wedding-time {
    margin-bottom: 10px; }
  .wedding .wedding-time .count h2 {
    font-size: 310%; }
  .wedding .wedding-time .count .days {
    font-size: 85%; }
  .wedding .wedding-time .count .counter-container {
    padding: 35px 0; }
  .wedding .schedule .m-r-15 {
    margin-right: 5px; }
  .testimonial.music .testimonial-info {
    margin-top: 20px; }
  .testimonial.music .music-testimonial-slider.owl-theme .item img {
    height: 30px; }
  .testimonial.wedding .testimonial-container {
    margin-bottom: 10px;
    padding: 15px; }
    .testimonial.wedding .testimonial-container .border-around {
      padding: 15px 0; }
    .testimonial.wedding .testimonial-container img {
      height: 25px; }
    .testimonial.wedding .testimonial-container .testimonial-info {
      margin-top: 25px; }
      .testimonial.wedding .testimonial-container .testimonial-info .testimonial-para {
        line-height: 20px;
        font-size: 12px; }
  .testimonial .testimonial-slider .testi-profile {
    text-align: center; }
  .testimonial .testimonial-slider .media {
    display: inline-block; }
    .testimonial .testimonial-slider .media img {
      margin: 0 auto;
      height: 100px;
      width: 100px; }
    .testimonial .testimonial-slider .media .media-body {
      padding: 0;
      text-align: center; }
  .event.gallery .list ul li,
  .wedding.gallery .list ul li,
  .resume.gallery .list ul li {
    padding: 3px 10px; }
    .event.gallery .list ul li a,
    .wedding.gallery .list ul li a,
    .resume.gallery .list ul li a {
      font-size: 12px; }
  .yoga h2 {
    margin-top: -7px; }
  .yoga.event .event-container {
    text-align: center;
    display: block !important; }
    .yoga.event .event-container .yoga-circle {
      position: relative;
      left: 0;
      margin-bottom: 10px; }
  .yoga.event .event-container .event-info {
    margin-left: 0; }
  .gym .trainers-slider.owl-carousel .owl-stage-outer,
  .yoga .trainers-slider.owl-carousel .owl-stage-outer {
    min-height: 380px !important; }
  .select_input select {
    padding: 12px 15px;
    margin-bottom: 18px; }
  .about-page p {
    line-height: 1.5; }
  .blog-detail-page .blog-contact h2 {
    font-size: 30px;
    margin-bottom: 25px; }
  .blog-detail-page .blog-contact .theme-form input,
  .blog-detail-page .blog-contact .theme-form textarea {
    padding: 12px 20px;
    margin-bottom: 20px; }
  .blog-detail-page .blog-detail h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .blog-detail-page .blog-detail img {
    margin-bottom: 25px; }
  .blog-detail-page .blog-advance ul {
    line-height: 1.5; }
  .blog-detail-page .blog-advance img {
    margin-bottom: 20px;
    margin-top: 10px; }
  .blog-detail-page .blog-advance p {
    line-height: 1.5; }
  .blog-detail-page .comment-section li {
    padding-top: 30px;
    padding-bottom: 30px; }
    .blog-detail-page .comment-section li p {
      line-height: 1.5; }
    .blog-detail-page .comment-section li h6 {
      margin-top: 10px;
      margin-bottom: 10px; }
      .blog-detail-page .comment-section li h6 span {
        display: inherit;
        margin-left: 0; }
  .blog-detail-page .comment-section .media {
    display: inline-block;
    text-align: center; }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important; }
  .faq-section .theme-accordion .card .card-header button {
    line-height: 1.3;
    padding: 12px 35px 12px 12px !important; }
  .faq-section .accordion.theme-accordion .card .card-header button:before {
    top: 20px; }
  .pwd-page {
    padding: 70px 0; }
    .pwd-page h2 {
      font-size: 25px;
      margin-bottom: 15px; }
  .login-page .authentication-right h6 {
    margin-bottom: 10px; }
  .login-page .theme-card {
    padding: 25px; }
  .register-page .theme-card {
    padding: 18px; }
    .register-page .theme-card .theme-form input {
      margin-bottom: 20px;
      padding: 12px 15px; }
  .search-block .btn-solid {
    padding: 10px 15px; }
  .contact-page .map iframe {
    height: 275px; }
  .contact-page .theme-form input {
    padding: 12px 15px;
    margin-bottom: 18px; }
  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3; }
  .blog-page .blog-media .blog-right h4 {
    margin-bottom: 5px; }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px; }
    .blog-page .blog-media .blog-right ul li {
      display: block; }
      .blog-page .blog-media .blog-right ul li + li {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
  .account-sidebar {
    width: 45%; }
  .success-text h2 {
    font-size: 20px; }
  .success-text p {
    font-size: 14px; }
  .delivery-sec h3,
  .delivery-sec h2 {
    font-size: 18px; }
  .typography_section .typography-box .typo-content.typo-buttons a {
    margin: 5px 0; } }

@media only screen and (max-width: 420px) {
  .sticky-text > div > div {
    width: 360px; }
  .weeding ~ .tap-top {
    bottom: 100px; }
  .saas2.laptop-slider .slider-container {
    margin-bottom: -30px; }
  section.gym.trainers .title {
    margin-bottom: 15px; }
  .yoga.brand-slider .owl-carousel .item img {
    max-width: 250px;
    margin: 0 auto; }
  .yoga .title.title2 .borders span:before, .yoga .title.title2 .borders span:after {
    width: 55px; }
  .yoga .trainers-slider {
    margin-top: -15px; }
  .gym .trainers-slider .slick-list .slick-track .slick-slide > div .item .trainers-info,
  .yoga .trainers-slider .slick-list .slick-track .slick-slide > div .item .trainers-info {
    padding-top: 45px; }
  footer.wedding.copyright {
    padding: 20px 0; }
    footer.wedding.copyright .footer-titles.mobile-title h3 {
      text-align: center;
      margin-bottom: 5px; }
    footer.wedding.copyright .link-horizontal ul.link li {
      text-align: center; }
    footer.wedding.copyright .link-horizontal ul {
      margin-bottom: 0px; }
      footer.wedding.copyright .link-horizontal ul li a i {
        font-size: 15px; }
  footer.wedding .footer-headings {
    display: none; }
  footer.wedding .footer-titles.mobile-title {
    display: block; }
  footer.wedding .footer-contants {
    padding: 10px 0; }
  footer.wedding .footer-titles {
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative; }
    footer.wedding .footer-titles.active .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      footer.wedding .footer-titles.active .according-menu:before {
        content: "\F106";
        position: absolute;
        right: 2px;
        bottom: 10px; }
    footer.wedding .footer-titles .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      footer.wedding .footer-titles .according-menu:before {
        content: "\F107";
        position: absolute;
        right: 2px;
        bottom: 10px; }
  .header.music .music-content .center-text {
    height: calc(401px - 45px);
    margin-top: 45px; }
  .header.wedding .center-text {
    height: auto;
    margin-top: 63px; }
  .subscribe .form-group {
    margin: 0; }
    .subscribe .form-group input {
      height: 50px;
      margin-bottom: 20px; }
    .subscribe .form-group .d-flex {
      display: block !important;
      text-align: center; }
      .subscribe .form-group .d-flex .button-primary {
        width: 100%;
        position: relative; }
        .subscribe .form-group .d-flex .button-primary button {
          margin: 0 auto; }
  .subscribe .social i {
    height: 40px;
    width: 40px; }
  .subscribe.subscribe-2 .form-group .icon {
    font-size: 25px;
    top: 24px;
    left: 35px; }
  .subscribe.subscribe-2 .form-group .btn-default {
    border: 1px solid #fff; }
  .app2 .link-horizontal .btn-default {
    padding: 15px 20px; }
  .title.title2 .para {
    font-size: 80%; }
  .wedding.bg.attend-bg {
    padding-bottom: 195px; }
  .wedding .wedding-banner .text-container .couple-text {
    margin-bottom: 25px; }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
      font-size: 16px; }
  .wedding .wedding-banner .text-container .place {
    font-size: 16px; }
  .wedding.copyright .link-horizontal ul.link {
    display: block; }
    .wedding.copyright .link-horizontal ul.link li {
      padding-right: 5px; }
  .videos .w-100 {
    width: 100% !important; }
  .agency.header .btn-default {
    padding: 10px 12px; }
  .yoga.copyright .link-horizontal.social-link,
  .resume.copyright .link-horizontal.social-link {
    margin-bottom: 15px; }
  .yoga.copyright hr,
  .resume.copyright hr {
    margin-top: 20px;
    margin-bottom: 25px; }
  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 220px; }
  .saas1.build-bg .build-right-slider {
    margin-left: 40px; }
  .saas1.build-bg .owl-dots {
    transform: translate(-25%, -50%); }
  .saas1.build-bg .owl-theme .owl-dots .owl-dot span {
    margin-bottom: 20px;
    width: 45px; }
  .saas1.build-bg .owl-theme .owl-dots .owl-dot.active span {
    width: 55px; }
  .saas1.subscribe .subscribe-input .text {
    margin-top: 20px;
    display: block; }
  .saas2.pricing .price-container .price-features {
    margin-top: 30px; }
  .inner-pages-footer.resume .link-horizontal.social-link {
    margin-bottom: -5px; }
  .blog-details p {
    font-size: 14px;
    line-height: 1.3; }
  .login-page .authentication-right p {
    line-height: 1.5; }
  .login-page .theme-card .theme-form input {
    padding: 15px 20px;
    margin-bottom: 25px; }
  .tab-product .nav-material.nav-tabs {
    display: block; }
    .tab-product .nav-material.nav-tabs .nav-item {
      width: 100%; }
      .tab-product .nav-material.nav-tabs .nav-item .nav-link {
        padding: 10px 20px; }
  .vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
  .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    padding: 10px 20px; }
  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline,
  .product-right .product-buttons .btn-default {
    padding: 7px 13px; }
  .product-right.product-form-box .timer {
    padding-left: 29px; }
    .product-right.product-form-box .timer span {
      width: 45px; }
  .product-right .timer {
    padding-left: 35px; }
    .product-right .timer span {
      width: 45px; }
  .product-right .product-icon .product-social {
    margin-top: 0; }
    .product-right .product-icon .product-social li {
      padding-right: 5px; }
      .product-right .product-icon .product-social li a i {
        font-size: 14px; }
  .product-right .product-icon .wishlist-btn i {
    font-size: 14px; }
  .product-right .product-icon .wishlist-btn span {
    font-size: 14px; }
  .tab-product .theme-form input,
  .tab-product .theme-form textarea {
    font-size: 12px;
    padding: 8px 15px; }
  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: flex; }
    .order-box .sub-total .shipping .shopping-option:last-child {
      padding-left: 40px; }
  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px; }
  .checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
    height: 40px; }
  .checkout-page .checkout-form select,
  .checkout-page .checkout-form textarea {
    height: 40px; }
  .team h6 {
    line-height: 15px; }
  .gym .trainers-slider.owl-carousel .owl-stage-outer,
  .yoga .trainers-slider.owl-carousel .owl-stage-outer {
    min-height: 310px !important; } }

@media only screen and (max-width: 360px) {
  header.ecommerce nav .top-header-right ul li .shopping-cart {
    width: 285px; }
  header.ecommerce nav .top-header-right ul li .dropdown-menu-right {
    right: -50px; }
  .cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 208px; }
  .sticky-text > div > div {
    width: 300px; }
  .single_blog_item .slick-slider .slick-prev,
  .single_blog_item .slick-slider .slick-next {
    top: 36%; }
  .yoga.pricing .price-container .service-feature {
    margin-bottom: -50px; }
  .yoga.pricing .owl-theme .owl-dots {
    margin-top: 20px !important; }
  .yoga .trainers-slider {
    margin-top: -25px; }
  .agency.blog .blog-info > .d-flex {
    display: block !important; }
  .cart-section .btn-default,
  .wishlist-section .btn-default {
    padding: 14px 12px; }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 115px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      margin-left: 5px;
      margin-right: 5px; }
    .cart-section tbody tr td a img,
    .wishlist-section tbody tr td a img {
      height: 80px; }
  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-right: 27px; }
    .cart-section tfoot tr td h2,
    .wishlist-section tfoot tr td h2 {
      font-size: 21px; }
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0; }
  .filter-main-btn span {
    width: 100%; }
  .header.wedding .center-text {
    margin-top: 63px; }
    .header.wedding .center-text .header-sub-text {
      font-size: 12px; }
  .header.wedding .wedding-content .girl img {
    height: 330px; }
  .header.wedding .wedding-content .logo-h1 {
    height: 50px; }
  .header.wedding .wedding-content .btn-default {
    padding: 10px 20px; }
  .header.saas1 h1 {
    letter-spacing: 1px; }
  .header.music .music-content .center-text {
    height: calc(401px - 40px);
    margin-top: 40px; }
  .app2 .link-horizontal .btn-default {
    padding: 10px 12px; }
  .app2 .title .title-img {
    height: 55px; }
  .schedule .cal-time i.fa-angle-left {
    left: 10px; }
  .schedule .cal-time i.fa-angle-right {
    right: 10px; }
  .gym .owl-theme.default-dots .owl-dots,
  .yoga .owl-theme.default-dots .owl-dots,
  .saas2 .owl-theme.default-dots .owl-dots {
    bottom: 30px; }
  .gym .btn-default,
  .yoga .btn-default,
  .saas2 .btn-default {
    padding: 10px 18px; }
  .gym .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .item img,
  .yoga .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .item img,
  .saas2 .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .item img {
    margin-bottom: 30px; }
  .music .cd-animation {
    height: 250px; }
  .music.side-section .jp-type-playlist .jp-gui .girls {
    width: 150px;
    padding: 15px; }
  .music.side-section .jp-type-playlist .jp-gui .gradient-block .now-play {
    padding-top: 15px; }
  .music.side-section .side-player .jp-progress {
    margin-top: 20px; }
  .music.side-section .jp-audio .jp-time-holder {
    padding-top: 8px; }
  .music.side-section .jp-controls .button-container {
    padding: 15px; }
  .music.side-section .jp-playlist {
    margin-top: 15px; }
  .music.side-section .btn-sidebar {
    padding: 12px 18px; }
  .music.gallery .gallery-slider .slick-arrow {
    margin-left: 22% !important; }
    .music.gallery .gallery-slider .slick-arrow:last-child {
      margin-left: 40% !important; }
  .timimg-wedding .countdown ul li {
    padding: 0 10px; }
    .timimg-wedding .countdown ul li .event-counter .title {
      font-size: 24px; }
    .timimg-wedding .countdown ul li .event-counter .time {
      font-size: 30px; }
  .wedding .bottom-img {
    height: 20px; }
  .wedding .wedding-banner .text-container .couple-text {
    margin-bottom: 0; }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
      font-size: 16px; }
  .wedding .wedding-banner .text-container .place {
    font-size: 15px; }
  .wedding.pricing .m-4 {
    margin: 0 !important; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-arrow {
    margin-left: 68% !important; }
  .ecommerce.ecommerce-home .ecommerce-home-slider .slick-list ~ .slick-arrow {
    margin-left: 89% !important; }
  .event div .event-content .count {
    margin-left: 5px;
    margin-right: 5px; }
  .event.testimonial .testimonial {
    margin-bottom: -5px; }
  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 180px; }
  .saas1.pricing .pricing-slider {
    margin-bottom: -3px; }
  .saas1.pricing .slick-slider .slick-list {
    margin: 0 -2px; }
  .saas1.pricing.pricing-6 .pricing-slider {
    margin-bottom: -1px; }
  .saas1.testimonial .testimonial-box {
    padding: 30px 20px; }
    .saas1.testimonial .testimonial-box h6 {
      line-height: 24px; }
  .list ul li {
    padding: 4px 10px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
  .blog-detail-page .blog-detail p {
    line-height: 1.5; }
  .blog-detail-page .blog-contact h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .about-page p {
    line-height: 1.2; }
  .login-page .theme-card {
    padding: 18px; }
  .search-block .btn-solid {
    padding: 10px 5px; }
  .search-block .form-header .input-group input {
    padding: 10px 12px; }
  .contact-page .map iframe {
    height: 200px; }
  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 13px; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 10px; }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      line-height: 15px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 80%; }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 115px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      margin-left: 5px;
      margin-right: 5px; }
    .cart-section tbody tr td a img,
    .wishlist-section tbody tr td a img {
      height: 80px; }
  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-right: 27px; }
    .cart-section tfoot tr td h2,
    .wishlist-section tfoot tr td h2 {
      font-size: 21px; }
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0; }
  .product-buttons .btn-solid,
  .product-buttons .btn-outline {
    padding: 7px 16px; }
  .product-description .qty-box .input-group {
    width: 100%; }
  .single-product-tables.detail-section table {
    width: 70%; }
  .product-right .timer {
    padding-left: 25px; }
    .product-right .timer span .padding-l {
      padding-left: 10px; }
  .product-form-box .timer span {
    width: 47px; }
    .product-form-box .timer span .padding-l {
      padding-left: 9px; }
  .product-form-box .product-buttons .btn-solid,
  .product-form-box .product-buttons .btn-outline {
    padding: 5px 5px; }
  .product-form-box .timer span,
  .border-product .timer span {
    width: 45px; }
    .product-form-box .timer span .padding-l,
    .border-product .timer span .padding-l {
      padding-right: 5px; }
  .portfolio-metro h1 {
    font-size: 20px; }
  .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li:last-child {
    display: block; } }

@media only screen and (max-width: 320px) {
  .gym.trainers .trainers-slider {
    margin-top: -5px; }
  .app2.screenshot .screenshot-slider {
    margin-top: -33px; }
  .sticky-text > div > div {
    width: 260px; }
  .m-l-24 {
    margin-left: 10px; }
  .agency.agency-content .agency-header-center-container .agency-head .agency-head-text {
    margin-top: -10px; }
  .saas1.testimonial .testi-profile img {
    padding-left: 0; }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 25px;
    padding-right: 25px; }
    .collection-banner .contain-banner.banner-3 h2 {
      font-size: 15px; }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 35px;
    padding-right: 35px; }
    .collection-banner .contain-banner.banner-4 h2 {
      font-size: 15px; } }

/**=====================
       63. Responsive CSS end
  ==========================**/
@keyframes movebounce {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes changedir {
  0% {
    top: 25%;
    right: 18%; }
  25% {
    top: 25%;
    right: 28%; }
  50% {
    top: 45%;
    right: 28%; }
  75% {
    top: 45%;
    right: 18%; }
  100% {
    top: 25%;
    right: 18%; } }

@keyframes changedir-rev {
  0% {
    top: 45%;
    right: 28%; }
  25% {
    top: 45%;
    right: 18%; }
  50% {
    top: 25%;
    right: 18%; }
  75% {
    top: 25%;
    right: 28%; }
  100% {
    top: 45%;
    right: 28%; } }

@keyframes ripple1 {
  0% {
    transform: scale(5.5);
    opacity: 0.3; }
  100% {
    transform: scale(8.5);
    opacity: 0.0; } }

@keyframes ripple2 {
  0% {
    transform: scale(3.5); }
  100% {
    transform: scale(5.5); } }

@keyframes ripple3 {
  0% {
    transform: scale(1.5); }
  100% {
    transform: scale(3.5); } }

@keyframes move-img {
  0% {
    background-position: 0; }
  100% {
    background-position: 1360px; } }

@keyframes move-img-reverse {
  0% {
    background-position: 1360px; }
  100% {
    background-position: 0; } }

@keyframes movebounce {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes movebounce {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes moveright {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes rightFadeInOut {
  0% {
    opacity: 1;
    transform: translateX(1000px); }
  100% {
    opacity: 1; } }

@keyframes movej {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(-5px); }
  50% {
    transform: translateX(0); }
  70% {
    transform: translateX(5px); }
  100% {
    transform: translateX(0); } }

@keyframes btndown {
  0% {
    transform: none; }
  25% {
    transform: translate(0, -10px); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(0, 10px); }
  100% {
    transform: translate(0, 0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
    transform: translate3D(-7.5%, -100%, 0); }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
    transform: translate3D(7.5%, 100%, 0); } }

.theme-pannel-main {
  background-color: #fff;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9;
  padding: 0 5px;
  box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2); }
  .theme-pannel-main ul li {
    display: flex;
    padding: 10px 12px;
    border-bottom: 1px solid #dadada; }
    .theme-pannel-main ul li span {
      padding: 0;
      text-transform: uppercase;
      color: #949494;
      font-weight: 700; }
    .theme-pannel-main ul li a {
      padding: 0; }
    .theme-pannel-main ul li:last-child {
      border-bottom: 0; }

/**** Dark LAYOUT SECTION **/
body.dark {
  background-color: #191f3c;
  /*** responsive***/ }
  body.dark .inner-breadcrumb .breadcrumb-contain ul li + li:before {
    color: #eaedef; }
  body.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link,
  body.dark .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    color: #cfd4da; }
    body.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link.active,
    body.dark .product-full-tab .nav-material.nav-tabs .nav-item .nav-link.active {
      color: #f1f3f5;
      border-bottom: 2px solid rgba(255, 255, 255, 0.08); }
  body.dark .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    body.dark .nav-tabs .nav-link.active {
      background-color: transparent; }
    body.dark .nav-tabs .nav-item.show .nav-link {
      background-color: transparent; }
  body.dark .qty-box .input-group button {
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cfd4da; }
    body.dark .qty-box .input-group button i {
      color: #cfd4da; }
  body.dark .menu-container li a:before {
    background-color: #cfd4da; }
  body.dark header nav ul ul {
    background-color: #1c2440; }
  body.dark header.ecommerce nav .top-header-right ul li .shopping-cart {
    border: 1px solid rgba(255, 255, 255, 0.08); }
    body.dark header.ecommerce nav .top-header-right ul li .shopping-cart .media-body h4 {
      color: #cfd4da; }
  body.dark header.ecommerce nav .top-header-right ul li.account .dropdown-menu {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #191f3c; }
  body.dark .saas1.testimonial .testimonial-box:before {
    background: #1c2440; }
  body.dark .saas1.howitwork .work-tab .nav-pills .nav-link span {
    color: white; }
    body.dark .saas1.howitwork .work-tab .nav-pills .nav-link span:after, body.dark .saas1.howitwork .work-tab .nav-pills .nav-link span:before {
      color: white; }
  body.dark .saas1.howitwork .work-tab .nav-pills .nav-link h6 {
    color: #cfd4da; }
  body.dark .saas1.howitwork .work-tab .nav-pills .nav-link img {
    filter: brightness(0) invert(1); }
  body.dark .shadow-section:nth-child(even) {
    background: #1c2440 !important; }
  body.dark .modal-content {
    background-color: #1c2440; }
  body.dark .modal-no-header.close-right .close {
    background-color: #191f3c;
    color: #cfd4da; }
  body.dark h1 {
    color: #f1f3f5; }
  body.dark h2 {
    color: #f1f3f5; }
  body.dark h3 {
    color: #eaedef; }
  body.dark h4 {
    color: #e7eaec; }
  body.dark h5 {
    color: #dee2e6; }
  body.dark h6 {
    color: #cfd4da; }
  body.dark p {
    color: #cfd4da; }
  body.dark a {
    color: #cfd4da; }
  body.dark .font-primary {
    color: #cfd4da !important; }
  body.dark .text-white {
    color: #cfd4da !important; }
  body.dark header nav ul ul {
    background: #1c2440; }
    body.dark header nav ul ul li a {
      color: #cfd4da !important; }
  body.dark header nav ul .mega-menu .mega-menu-container {
    background: #1c2440; }
  body.dark header nav .top-header-right ul li i {
    color: #cfd4da; }
  body.dark header nav .menu-head {
    border-color: rgba(255, 255, 255, 0.08);
    color: #cfd4da !important; }
  body.dark header nav .logo-erapper {
    filter: brightness(0) invert(1); }
  body.dark header.dark {
    background-color: #191f3c; }
    body.dark header.dark nav ul li > a {
      color: #cfd4da; }
    body.dark header.dark .m-r-auto img {
      filter: brightness(0) invert(1); }
  body.dark header.resume .responsive-btn i, body.dark header.dark .responsive-btn i {
    color: #cfd4da !important; }
  body.dark .header .bg.agency {
    background-color: #1c2440; }
  body.dark .header .bg.app1-header, body.dark .header .bg.app2-header, body.dark .header .bg.header3, body.dark .header .bg.gym-header, body.dark .header .bg.saas1-header, body.dark .header .bg.saas2-bg, body.dark .header .bg.yogas {
    background-image: unset !important;
    background-color: #1c2440; }
    body.dark .header .bg.app1-header:before, body.dark .header .bg.app2-header:before, body.dark .header .bg.header3:before, body.dark .header .bg.gym-header:before, body.dark .header .bg.saas1-header:before, body.dark .header .bg.saas2-bg:before, body.dark .header .bg.yogas:before {
      background-image: unset; }
  body.dark .header .bg.music-bg {
    background-image: unset !important;
    background: #191f3c; }
  body.dark .header .animation-circle-inverse i {
    background: #3a4683; }
  body.dark .header .wave {
    background-image: unset;
    background-color: #1c2440; }
    body.dark .header .wave:before {
      background-image: unset; }
    body.dark .header .wave:after {
      background-image: unset; }
  body.dark .bg-shadow-top {
    box-shadow: inset 0px -70px 90px -44px #1c2440; }
  body.dark .bg-shadow-top-bottom {
    box-shadow: inset 0 70px 75px -15px #1a213d, inset 0 -70px 75px -15px #1a213d; }
  body.dark .app1.about .counters {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .app1.about .counters:nth-child(even) {
      border-right: none; }
    body.dark .app1.about .counters:nth-child(n + 3) {
      border-bottom: none; }
  body.dark .app1.pricing .price-feature-container {
    background-color: transparent; }
  body.dark .screenshot .owl-theme.screenshot-slider .owl-dots .owl-dot.active span {
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.08); }
  body.dark .team-section .border-around {
    border-color: #191f3c;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.08); }
  body.dark .form-group input,
  body.dark .form-group textarea {
    color: #cfd4da;
    background-color: #1c2440; }
    body.dark .form-group input::placeholder,
    body.dark .form-group textarea::placeholder {
      color: #cfd4da; }
  body.dark .event.bg-about {
    background-image: unset !important;
    background-color: #1c2440; }
    body.dark .event.bg-about:before {
      background-image: unset; }
  body.dark .gym.bg-img3, body.dark .gym.testimonial, body.dark .gym.bg-cal-bmi {
    background-image: unset;
    background-color: #1c2440; }
  body.dark .gym .calculate-bmi tr td {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .gym .borders-around .bg-black:before {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .gym .borders-around .bg-black:after {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .gym .owl-theme.default-dots .owl-dots .owl-dot.active span {
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.08); }
  body.dark .pro_sticky_info {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .bg-black {
    background-color: #191f3c; }
  body.dark .music .overlay-box {
    background-color: #1c2440; }
  body.dark .music.bg-footer {
    background: #191f3c; }
  body.dark .music.bg-artist {
    background: unset !important; }
  body.dark .music.sponsor {
    background: unset !important; }
  body.dark .music.bg-shadow-top-bottom {
    box-shadow: none; }
  body.dark .music .form-footer .form-group input,
  body.dark .music .form-footer .form-group textarea {
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.08); }
  body.dark .music.bg-gallery {
    background: unset !important; }
  body.dark .music.bg-album {
    background: unset !important; }
  body.dark .music.bg-video {
    background: unset !important; }
  body.dark .breadcrumb-section-main.inner-3, body.dark .breadcrumb-section-main.inner-2, body.dark .breadcrumb-section-main.inner-1 {
    background: #1c2440; }
  body.dark .breadcrumb-section-main .breadcrumb li {
    color: #cfd4da; }
    body.dark .breadcrumb-section-main .breadcrumb li a {
      color: #cfd4da; }
  body.dark .breadcrumb-section-main .breadcrumb li + li:before {
    color: #cfd4da; }
  body.dark .breadcrumb-section-main .breadcrumb-text {
    color: #cfd4da; }
  body.dark h6.borders-before span:before {
    border-color: #cfd4da; }
  body.dark .para2 {
    color: #cfd4da; }
  body.dark .font-secondary {
    color: #cfd4da !important; }
  body.dark .agency.testimonial .testimonial-container.testimonial-container2 .center-content .name {
    color: #cfd4da; }
  body.dark .agency.testimonial .testimonial-slider .owl-theme .owl-dots {
    left: 0;
    right: unset; }
    body.dark .agency.testimonial .testimonial-slider .owl-theme .owl-dots .owl-dot span {
      background-color: #ba1313; }
  body.dark .agency.nav-abs nav .m-r-auto img {
    filter: brightness(0) invert(1); }
  body.dark .agency.service-bg, body.dark .agency.counter-bg, body.dark .agency.expert-bg {
    background-color: #1c2440; }
  body.dark .footer2.gym {
    background-color: #1c2440; }
  body.dark .footer2 .link-btns ul li.buttons a {
    color: #cfd4da; }
  body.dark .footer2 .footer-contant .footer-headings {
    color: #cfd4da; }
  body.dark .footer2 .footer-contant .form-group .fa-paper-plane {
    color: rgba(255, 255, 255, 0.08); }
  body.dark .footer2 .footer-lists li a {
    color: #cfd4da; }
  body.dark .footer2 .logo-sec .footer-social .footer-social-list a {
    color: #cfd4da; }
  body.dark .footer2 .link-horizontal ul li.borders-right {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .footer2.agency {
    background-image: linear-gradient(#1c2440, #191f3c); }
  body.dark .footer2 .brand-container {
    background-color: #1c2440; }
  body.dark .copyright {
    background-color: #1c2440; }
    body.dark .copyright .link-horizontal ul li a {
      color: #cfd4da; }
    body.dark .copyright .link-horizontal.social-link ul li a i {
      color: #cfd4da; }
    body.dark .copyright .copyright-text {
      color: #cfd4da; }
    body.dark .copyright.agency {
      background-color: #191f3c; }
      body.dark .copyright.agency.inner-page {
        background: #191f3c; }
    body.dark .copyright.yoga hr, body.dark .copyright.resume hr, body.dark .copyright.creative hr {
      background: rgba(255, 255, 255, 0.08); }
    body.dark .copyright.resume {
      background: #1c2440; }
  body.dark .resume.about .border-container .borders-bottom {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .subscribe.bg {
    background-color: #1c2440;
    background: unset !important; }
  body.dark .subscribe.subscribe-2 .form-group .icon {
    color: #f95a4e; }
  body.dark .subscribe .form-group input,
  body.dark .subscribe .form-group textarea {
    background-color: #1c2440;
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .subscribe .form-group input::placeholder,
    body.dark .subscribe .form-group textarea::placeholder {
      color: #dee2e6; }
  body.dark .blog-sec.detail2 .bg-blog-detail {
    background: unset;
    background-color: #1c2440; }
  body.dark .bg-theme,
  body.dark .bg-pink {
    background: #1c2440; }
  body.dark .blog-sidebar .sidebar-container .sidebar-list li {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .blog-sidebar .sidebar-container .sidebar-list li a {
      color: #e7eaec; }
  body.dark .blog-sidebar .sidebar-container .newsletter .form-group i {
    color: #cfd4da; }
  body.dark .blog-sidebar .post-container .date {
    color: #cfd4da; }
  body.dark .blog-sidebar .blog-title {
    color: #cfd4da; }
    body.dark .blog-sidebar .blog-title:before {
      border-color: #e7eaec; }
  body.dark .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .comment-post p {
    color: #cfd4da; }
  body.dark .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date h6,
    body.dark .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user h6 {
      color: #cfd4da; }
    body.dark .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date i,
    body.dark .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user i {
      color: #e7eaec; }
  body.dark .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn {
    color: #e7eaec; }
  body.dark .single_blog_item .blog-text .blog-description p {
    color: #e7eaec; }
  body.dark .single_blog_item .blog-text .blog-description h5.pull-right i {
    color: #dee2e6; }
  body.dark .single_blog_item .blog-text h6 {
    color: #cfd4da; }
  body.dark label {
    color: #cfd4da; }
  body.dark .counter .counters.hover-counter.active, body.dark .counter .counters.hover-counter:hover {
    background-color: #1c2440;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.08)); }
  body.dark .counter .counters .counter-img {
    filter: brightness(0) invert(1); }
  body.dark .counter.agency .row .counter-container:nth-child(2) .counters {
    background-color: #1c2440;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.08)); }
  body.dark .price-feature-container {
    background-color: #1c2440; }
  body.dark .videos .video-description p {
    color: #cfd4da; }
  body.dark .download .download-img .download-icon {
    box-shadow: 5px 8.66px 30px 0 rgba(255, 255, 255, 0.08); }
  body.dark .blog .blog-agency .blog-contain {
    background-color: #1c2440;
    border-color: rgba(255, 255, 255, 0.08);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.08)); }
    body.dark .blog .blog-agency .blog-contain:hover {
      box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.08); }
    body.dark .blog .blog-agency .blog-contain .img-container i {
      color: #cfd4da; }
    body.dark .blog .blog-agency .blog-contain .img-container .blog-info .font-blog {
      color: #cfd4da; }
    body.dark .blog .blog-agency .blog-contain .img-container .blog-head {
      color: #cfd4da; }
  body.dark .testimonial .testimonial-container.testimonial-container2 {
    background: #1c2440; }
  body.dark .testimonial .testimonial-container .primary-border {
    border-color: #cfd4da; }
  body.dark .services .service {
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.08); }
    body.dark .services .service .img-block {
      filter: brightness(0) invert(1); }
    body.dark .services .service.service-overlay:hover {
      box-shadow: 0 5px 20px rgba(255, 255, 255, 0.08); }
  body.dark .services .service-container:hover .service {
    background-color: #1c2440; }
  body.dark .services .service-container .service .feature-text {
    color: #e7eaec; }
  body.dark .services .service-container:nth-child(n + 5) .service {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .services h2 {
    color: #f1f3f5; }
  body.dark .link-horizontal ul li a.icon-btn i {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #1c2440;
    color: #cfd4da; }
  body.dark .socials-lists ul li a i {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #1c2440; }
  body.dark .saas2 .title .sub-title-para {
    color: #cfd4da; }
  body.dark .saas2 h2 {
    color: #f1f3f5; }
  body.dark .saas2.footer2 .form-control {
    border-bottom-color: rgba(255, 255, 255, 0.08);
    background: none; }
  body.dark .saas2.quick-sol {
    background: unset !important; }
  body.dark .saas2.bg-gradient {
    background-image: linear-gradient(#1c2440, #1a203c) !important; }
  body.dark .yoga .meter {
    background: #1c2440; }
  body.dark .yoga .btn-default {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .yoga.img-1.bg {
    background: unset !important;
    background-color: #1c2440; }
  body.dark .filter-section .filter-container ul.filter li.active {
    background-color: #1c2440; }
  body.dark .filter-section .filter-container ul.filter li a {
    color: #cfd4da; }
  body.dark .product-box .product-detail h6 {
    color: #cfd4da; }
  body.dark .product-box .product-detail h4 {
    color: #e7eaec; }
  body.dark .ecommerce-footer .footer-contant .contact-list li {
    color: #cfd4da; }
  body.dark .ecommerce-footer .footer-contant ul li a {
    color: #cfd4da; }
  body.dark .ecommerce-footer .sub-footer {
    background-color: #191f3c; }
  body.dark .app2.copyright {
    background-color: #191f3c; }
  body.dark .app2.team .team-slider .team-container {
    border-color: rgba(255, 255, 255, 0.08);
    background: #1c2440; }
    body.dark .app2.team .team-slider .team-container .members {
      border: 5px solid rgba(255, 255, 255, 0.08);
      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.08)); }
  body.dark .app2 .btn-default.primary-btn {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #fd6d64; }
  body.dark .app2 .btn-default.btn-gradient {
    background-color: #ff534b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f66e54), to(#ff534b)); }
  body.dark .app2 .animated-bg i {
    background: #21284a;
    box-shadow: 0 15px 30px 0 #31374d; }
  body.dark .testimonial .testimonial-box {
    background-color: #1c2440; }
  body.dark .compare-page .table-wrapper .table {
    color: #cfd4da;
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .compare-page .table-wrapper .table tbody tr td {
      border-color: rgba(255, 255, 255, 0.08); }
    body.dark .compare-page .table-wrapper .table tbody tr p {
      color: #cfd4da; }
    body.dark .compare-page .table-wrapper .table tbody tr th {
      border-color: rgba(255, 255, 255, 0.08);
      background: #1c2440; }
    body.dark .compare-page .table-wrapper .table thead .th-compare th {
      border-color: rgba(255, 255, 255, 0.08); }
      body.dark .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
        color: #cfd4da; }
    body.dark .compare-page .table-wrapper .table thead .th-compare td {
      background: #1c2440;
      border-color: rgba(255, 255, 255, 0.08); }
    body.dark .compare-page .table-wrapper .table th {
      border-color: rgba(255, 255, 255, 0.08); }
  body.dark .speaker .employee .post {
    color: #cfd4da; }
  body.dark .app2 .font-primary {
    color: #fd6d64 !important; }
  body.dark .title.title2 .borders span:before {
    border-top: 2px solid rgba(255, 255, 255, 0.08); }
  body.dark .title.title2 .borders span:after {
    border-top: 2px solid rgba(255, 255, 255, 0.08); }
  body.dark .title.title2 .title-inner .borders span:before {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .title.title2 span {
    color: #cfd4da; }
  body.dark .bg-light-inner {
    background: #1c2440 !important; }
  body.dark .compare-section .item {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .compare-section .item .detail-part .title-detail {
      background-color: #1c2440;
      border-color: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.08); }
      body.dark .compare-section .item .detail-part .title-detail h5 {
        color: #dee2e6; }
    body.dark .compare-section .item .btn-part {
      border-color: rgba(255, 255, 255, 0.08); }
  body.dark .compare-section span {
    color: #cfd4da; }
  body.dark .btn-default {
    border: 2px solid rgba(255, 255, 255, 0.08); }
    body.dark .btn-default.primary-btn {
      border-color: rgba(255, 255, 255, 0.08);
      background-color: #191f3c; }
      body.dark .btn-default.primary-btn:hover, body.dark .btn-default.primary-btn.active, body.dark .btn-default.primary-btn:focus {
        background: #cfd4da;
        color: #1c2440 !important; }
    body.dark .btn-default.btn-white {
      border: 2px solid;
      color: #cfd4da !important; }
    body.dark .btn-default.btn-gradient {
      background-color: #191f3c;
      background-image: linear-gradient(to right, #29275e, #191f3c, #191f3c, #29275e); }
  body.dark .about .color-light {
    color: #cfd4da; }
  body.dark .pricing .price-container.shadows {
    border-color: rgba(255, 255, 255, 0.08);
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.08));
    box-shadow: 2px 1px 10px 0 rgba(255, 255, 255, 0.08); }
  body.dark .pricing .price-container .price-features .price-feature {
    color: #f1f3f5; }
  body.dark .pricing .price-container .price-feature-container .price {
    color: #cfd4da; }
  body.dark .pricing .price-container .price-feature-container .price-value .price {
    color: #cfd4da; }
    body.dark .pricing .price-container .price-feature-container .price-value .price .large {
      color: #cfd4da; }
  body.dark .pricing .price-container .price-feature-container .feature-text hr {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .pricing .price-container .feature-icon {
    color: #cfd4da; }
  body.dark .pricing .price-container .service-feature {
    background-image: linear-gradient(#1a224d, #161c3c); }
  body.dark .pricing .btn-default {
    background-color: #1c2440; }
  body.dark .pricing .set-border {
    background: #1c2440; }
  body.dark .pricing.agency a.btn-white {
    border-color: rgba(255, 255, 255, 0.08);
    color: #cfd4da !important; }
  body.dark .pricing.saas2 .owl-theme .owl-dot span {
    background-image: linear-gradient(#f1f3f5, #cfd4da); }
  body.dark .pricing .price-container.shadows {
    background: rgba(255, 255, 255, 0.08); }
  body.dark .pricing.yoga .owl-item.active.center .price-container, body.dark .pricing.saas2 .owl-item.active.center .price-container {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.08)); }
  body.dark .pricing.yoga .pricing-slider .slick-list .slick-track .slick-slide.slick-center.slick-active .price-container, body.dark .pricing.saas2 .pricing-slider .slick-list .slick-track .slick-slide.slick-center.slick-active .price-container {
    filter: unset; }
  body.dark .pricing.yoga .price-container .price-feature-container .price-value .price .large, body.dark .pricing.saas2 .price-container .price-feature-container .price-value .price .large {
    background: -webkit-linear-gradient(#cfd4da, #cfd4da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  body.dark .pagination_sec ul li a {
    color: #cfd4da;
    background: #1c2440; }
  body.dark .product-right h4 del {
    color: #e7eaec; }
  body.dark .product-right .size-box ul li a {
    color: #cfd4da; }
  body.dark .product-right .product-icon .product-social li a {
    color: #cbcbcb; }
  body.dark .product-right .product-icon .wishlist-btn {
    color: #cfd4da; }
    body.dark .product-right .product-icon .wishlist-btn i {
      border-color: rgba(255, 255, 255, 0.08); }
  body.dark .product-right .product-title {
    color: #cfd4da; }
  body.dark .product-right h4 span {
    color: #e7eaec; }
  body.dark .product-right.product-form-box {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .product-right .border-product {
    border-top: 1px dashed rgba(255, 255, 255, 0.08); }
  body.dark .bundle .theme_checkbox label {
    color: #cfd4da; }
    body.dark .bundle .theme_checkbox label .checkmark {
      background-color: #1c2440;
      border-color: rgba(255, 255, 255, 0.08); }
  body.dark .bundle .bundle_detail .price_product {
    color: #cfd4da; }
  body.dark .tab-product .justify-content-start.nav-tabs {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .tab-product .justify-content-start.nav-tabs .nav-link {
      color: #cfd4da; }
      body.dark .tab-product .justify-content-start.nav-tabs .nav-link.active {
        color: #cfd4da;
        background-color: #1c2440;
        border-color: rgba(255, 255, 255, 0.08); }
    body.dark .tab-product .justify-content-start.nav-tabs .nav-item .material-border {
      border-bottom: 2px solid rgba(255, 255, 255, 0.08); }
  body.dark .checkout-page .checkout-form .checkout-details {
    background-color: #1c2440;
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .checkout-page .checkout-form .form-group .field-label {
    color: #cfd4da; }
  body.dark .checkout-page .checkout-form input[type="text"],
  body.dark .checkout-page .checkout-form select {
    background-color: #1c2440;
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .checkout-page .checkout-title h3 {
    color: #eaedef; }
  body.dark .order-box .title-box {
    color: #cfd4da;
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .order-box .qty {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .order-box .qty li span {
      color: #cfd4da; }
  body.dark .order-box .sub-total {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .order-box .sub-total li {
      color: #cfd4da; }
      body.dark .order-box .sub-total li .count {
        color: #cfd4da; }
  body.dark .order-box .total li {
    color: #cfd4da; }
    body.dark .order-box .total li .count {
      color: #cfd4da; }
  body.dark select {
    color: #cfd4da; }
  body.dark .cart-table thead th {
    color: #cfd4da;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08); }
  body.dark tbody tr td {
    border-color: rgba(255, 255, 255, 0.08);
    color: #cfd4da; }
    body.dark tbody tr td .td-color {
      color: #cfd4da; }
    body.dark tbody tr td h2 {
      color: #f1f3f5; }
    body.dark tbody tr td a {
      color: #cfd4da; }
    body.dark tbody tr td p {
      color: #cfd4da; }
  body.dark .bg-white {
    background-color: #191f3c !important; }
  body.dark .team-section .teams .our-team .employee .e-name {
    color: #e7eaec; }
  body.dark .team-section .teams .our-team .employee h6 {
    color: #cfd4da; }
  body.dark .team-section .teams .our-team .borders {
    border-right: 2px dashed white; }
  body.dark .event.pricing .price-container .feature-icon {
    color: #e3154f; }
  body.dark .event.pricing .price-container .price {
    color: #cfd4da; }
  body.dark .event.pricing .btn-default {
    color: #e3154f !important;
    border: 2px solid #e3154f; }
  body.dark .event .btn-default {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .bg-gradient-color {
    background: linear-gradient(#1c2440, #191f3c); }
  body.dark .gym.brand-slider .item img {
    filter: brightness(0) invert(1); }
  body.dark .about-page.testimonial {
    background-color: #1c2440; }
  body.dark .faq .faq-block a {
    color: #cfd4da; }
  body.dark .faq .faq-block .card-header {
    color: #cfd4da;
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .faq .faq-block .card-header button {
      color: #cfd4da; }
  body.dark .faq .faq-block .card-body,
  body.dark .faq .faq-block h6 {
    color: #cfd4da; }
  body.dark .saas1 {
    background-color: unset; }
    body.dark .saas1 .title hr {
      background-color: rgba(255, 255, 255, 0.08); }
    body.dark .saas1 span.theme-color {
      color: #f93b64; }
    body.dark .saas1.client {
      background-color: #1c2440; }
    body.dark .saas1.header .btn-default {
      background-color: #fb3b64;
      color: #cfd4da !important;
      border: 1px solid #fb3b64; }
    body.dark .saas1 .saas1-btn {
      border: 2px solid rgba(255, 255, 255, 0.08) !important; }
    body.dark .saas1.pricing .plan-box .price-box {
      background-color: #191f3c; }
      body.dark .saas1.pricing .plan-box .price-box img {
        filter: brightness(0) invert(1); }
      body.dark .saas1.pricing .plan-box .price-box ul li {
        color: #f1f3f5; }
        body.dark .saas1.pricing .plan-box .price-box ul li img {
          filter: brightness(0) invert(1); }
        body.dark .saas1.pricing .plan-box .price-box ul li span {
          color: #f1f3f5; }
    body.dark .saas1.pricing .btn-default.btn-white {
      border: 2px solid rgba(255, 255, 255, 0.08);
      color: #cfd4da !important; }
      body.dark .saas1.pricing .btn-default.btn-white:hover {
        background-color: transparent; }
    body.dark .saas1.testimonial .testimonial-slider .owl-theme .owl-dots .owl-dot span {
      background-color: #cfd4da; }
    body.dark .saas1.build-bg, body.dark .saas1.pricing, body.dark .saas1.subscribe {
      background-image: unset;
      background-color: #1c2440; }
      body.dark .saas1.build-bg input[type="email"], body.dark .saas1.pricing input[type="email"], body.dark .saas1.subscribe input[type="email"] {
        background-color: #191f3c;
        border: solid rgba(255, 255, 255, 0.08);
        color: #cfd4da; }
        body.dark .saas1.build-bg input[type="email"]::placeholder, body.dark .saas1.pricing input[type="email"]::placeholder, body.dark .saas1.subscribe input[type="email"]::placeholder {
          color: #cfd4da; }
    body.dark .saas1.subscribe input[type="submit"] {
      background-color: #1c2440;
      border: solid rgba(255, 255, 255, 0.08);
      color: #cfd4da; }
    body.dark .saas1.faq .faq-block .accordion .accordion-item .title {
      color: #cfd4da;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  body.dark .register-page h3 {
    color: #eaedef; }
  body.dark .theme-card {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .theme-card .theme-form label {
      color: #cfd4da; }
    body.dark .theme-card .theme-form input,
    body.dark .theme-card .theme-form textarea {
      background: #1c2440;
      border-color: rgba(255, 255, 255, 0.08); }
  body.dark .about-page.testimonial .slick-slider .slick-arrow:before {
    color: #cfd4da; }
  body.dark .about-page.testimonial .quotes .quote-text h5 {
    color: #dee2e6; }
  body.dark .about-page.testimonial .rating .name {
    color: #cfd4da; }
  body.dark .top-banner-wrapper .top-banner-content h5,
  body.dark .top-banner-wrapper .top-banner-content p {
    color: #dee2e6; }
  body.dark .theme-card .offer-slider .media .media-body h4 {
    color: #e7eaec; }
  body.dark .theme-card h5 {
    color: #dee2e6; }
  body.dark table {
    color: #e7eaec; }
  body.dark .product-pagination {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .product-pagination .product-search-count-bottom {
      border-color: rgba(255, 255, 255, 0.08); }
      body.dark .product-pagination .product-search-count-bottom h5 {
        color: #dee2e6; }
  body.dark .portfolio-section .portfolio-text .head-sub-text {
    color: #cfd4da; }
  body.dark .team-sec.team-grid .employee {
    background: #1c2440;
    box-shadow: 1px 0 15px 2px rgba(255, 255, 255, 0.08); }
  body.dark .product-related h2 {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .product-accordion .btn-link {
    color: #cfd4da; }
  body.dark .product-accordion .card {
    background-color: #1c2440; }
  body.dark .schedule .cal-time {
    background-color: #1c2440; }
    body.dark .schedule .cal-time.events {
      background-color: #1c2440; }
      body.dark .schedule .cal-time.events .schedule-event .schedule-img {
        filter: brightness(0) invert(1); }
      body.dark .schedule .cal-time.events .timing .event-time.active {
        background-color: #191f3c;
        color: #cfd4da; }
  body.dark .portfolio-detail h5 {
    color: #dee2e6; }
  body.dark .portfolio-detail .detail-head {
    color: #cfd4da; }
  body.dark .portfolio-detail .detail-container {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .form-control {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #1c2440;
    color: #cfd4da; }
    body.dark .form-control::placeholder {
      color: #7881aa; }
  body.dark .collection .collection-block .collection-content p {
    color: #cfd4da; }
  body.dark .collection .collection-block .collection-content h3 {
    color: #eaedef; }
  body.dark .collection .collection-block .collection-content h4 {
    color: #e7eaec; }
  body.dark .collection-filter-block {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #1c2440; }
    body.dark .collection-filter-block .product-service .media {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
      body.dark .collection-filter-block .product-service .media svg {
        filter: brightness(0) invert(1); }
  body.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    color: #cfd4da; }
  body.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    color: #cfd4da; }
  body.dark .collection-collapse-block .collapse-block-title:after {
    color: #dee2e6; }
  body.dark .collection-product-wrapper .product-top-filter {
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      border-color: rgba(255, 255, 255, 0.08); }
      body.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img {
        filter: brightness(0) invert(1); }
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
      border-color: rgba(255, 255, 255, 0.08); }
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      border-color: rgba(255, 255, 255, 0.08); }
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li {
      color: #cfd4da; }
  body.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
  body.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
  body.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
  body.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
    background-color: #1c2440; }
  body.dark .theme-card h5.title-border {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .link-horizontal ul li.borders-right {
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.08); }
  body.dark .format .about-icon .quality {
    color: #cfd4da; }
  body.dark .typography_section .typography-box .headings {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #1c2440; }
    body.dark .typography_section .typography-box .headings span {
      color: #cfd4da; }
    body.dark .typography_section .typography-box .headings h3 {
      color: #eaedef; }
  body.dark .typography_section .typography-box .typo-content.heading_content h1 {
    color: white; }
  body.dark .typography_section .typography-box .typo-content.heading_content h2 {
    color: #f1f3f5; }
  body.dark .typography_section .typography-box .typo-content.heading_content h3 {
    color: #eaedef; }
  body.dark .typography_section .typography-box .typo-content.heading_content h4 {
    color: #e7eaec; }
  body.dark .typography_section .typography-box .typo-content.heading_content h5 {
    color: #dee2e6; }
  body.dark .typography_section .typography-box .typo-content.heading_content h6 {
    color: #cfd4da; }
  body.dark .typography_section .typography-box .typo-content .sub-title {
    color: #cfd4da; }
  body.dark .typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .typography_section .typography-box .typo-content ol li {
    color: #cfd4da; }
  body.dark .typography_section .typography-box .typo-content ul li {
    color: #cfd4da; }
  body.dark .typography_section .typography-box p {
    color: #cfd4da; }
  body.dark .typography_section .typography-box dl dt {
    color: #cfd4da; }
  body.dark .typography_section .typography-box dl dd {
    color: #cfd4da; }
  body.dark .single_blog_item .blog-text .blog-description {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark hr {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .contact .bg-white form .form-group label {
    color: #cfd4da; }
  body.dark .contact .bg-white form .form-group .form-control {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .ecommerce p {
    color: #1c2440; }
  body.dark .ecommerce .contain h1 {
    color: #191f3c; }
  body.dark .ecommerce.nav-fix {
    background-color: #1c2440; }
  body.dark .ecommerce nav ul.main-menu > li > a {
    color: #f1f3f5; }
  body.dark .ecommerce nav ul.main-menu > li:hover > a {
    color: #f1f3f5; }
  body.dark .parallax-banner .banner-contain h2 {
    color: #333; }
  body.dark .parallax-banner .banner-contain p {
    color: #242e5c; }
  body.dark .down-banner .banner-contain h3 {
    color: #1f232c; }
  body.dark .wedding p,
  body.dark .wedding h3,
  body.dark .wedding h4,
  body.dark .wedding h6,
  body.dark .wedding h2 {
    color: #c0882f; }
  body.dark .wedding .font-primary {
    color: #c0882f !important; }
  body.dark .wedding.copyright h6 {
    color: #c0882f; }
  body.dark .wedding.copyright .link-horizontal ul li a {
    color: #c0882f; }
  body.dark .wedding .btn-default.btn-gradient {
    background-color: #bf862d;
    background-image: linear-gradient(to right, #ecc878, #bf862d, #bf862d, #ecc878); }
  body.dark .wedding.counter .counters .counter-img {
    filter: unset; }
  body.dark .wedding.header-rel {
    background-color: #191f3c; }
  body.dark .wedding.bg.countdown-bg, body.dark .wedding.bg.attend-bg {
    background-image: unset;
    background-color: #1c2440; }
  body.dark .wedding.copyright {
    background-color: #191f3c; }
  body.dark .testimonial.wedding .testimonial-container {
    background-color: #1c2440; }
  body.dark .team .team-slider .team-container {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.08); }
    body.dark .team .team-slider .team-container .name {
      color: #cfd4da; }
  body.dark .login-page .authentication-right h6 {
    color: #cfd4da; }
  body.dark .login-page .authentication-right p {
    color: #cfd4da; }
  body.dark .login-page .theme-card .theme-form label {
    color: #cfd4da; }
  body.dark .search-count h5 {
    color: #dee2e6; }
  body.dark .ecommerce-footer {
    background-color: #1c2440; }
    body.dark .ecommerce-footer .footer-social ul li a i {
      color: #1c2440; }
  body.dark .bg-light {
    background-color: #191f3c !important; }
  body.dark .brand-sliders .brand-slider .item a img {
    filter: brightness(0) invert(1); }
  body.dark .link-horizontal .img-fluid {
    filter: brightness(0) invert(1); }
  body.dark footer.dark {
    background-image: linear-gradient(#14225a, #05060e) !important; }
  body.dark footer.footer2.saas2 {
    background: unset !important;
    background-color: #1c2440; }
  body.dark footer.footer2.bg {
    background: unset !important;
    background-color: #1c2440; }
  body.dark .load-more-sec a {
    border-color: rgba(255, 255, 255, 0.08); }
  body.dark .tap-top {
    background: #1c2440; }
  body.dark .animated-bg i {
    background: #191f3c;
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.08); }
  body.dark .modal1 .offer-content {
    background-color: #191f3c; }
  body.dark .modal1 span {
    color: #f1f3f5; }
  body.dark .saas1-btn {
    color: #f1f3f5 !important; }
  body.dark .icon-collection .about-icon {
    background-color: #1c2440;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.08)); }
    body.dark .icon-collection .about-icon a img {
      filter: brightness(0) invert(1); }
  body.dark .alert-section .card .card-header {
    background: #1c2440;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  body.dark .alert-section .card .card-body {
    background: #1c2440; }
    body.dark .alert-section .card .card-body .alert a {
      color: black; }
  body.dark .collection-mobile-back span {
    color: white; }
  body.dark .bundle .theme_checkbox label .checkmark:after {
    border-color: white; }
  body.dark .stripe-section {
    background-color: #1c2440;
    border-color: rgba(255, 255, 255, 0.08); }
    body.dark .stripe-section .content h5 {
      color: #dee2e6; }
    body.dark .stripe-section .content table tr {
      border-color: rgba(255, 255, 255, 0.08); }
      body.dark .stripe-section .content table tr td {
        color: #cfd4da; }
  body.dark .order-box .qty li {
    color: #cfd4da; }
  body.dark .breadcrumb-section-main {
    background-color: #1c2440; }
  @media only screen and (max-width: 1430px) {
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      border-color: rgba(255, 255, 255, 0.08); } }
  @media only screen and (max-width: 991px) {
    body.dark header.ecommerce .responsive-btn i {
      color: #f1f3f5 !important; }
    body.dark header .navbar {
      background: #1c2440;
      color: #cfd4da; }
      body.dark header .navbar .responsive-btn {
        border-color: rgba(255, 255, 255, 0.08); }
        body.dark header .navbar .responsive-btn h5 {
          color: #cfd4da !important; }
    body.dark header.agency nav ul li > a:hover {
      color: #f1f3f5; }
    body.dark header nav ul li > a:hover {
      color: #f1f3f5; }
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    body.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
      border-color: rgba(255, 255, 255, 0.08); }
    body.dark .collection-filter {
      background-color: #1c2440; } }
  @media only screen and (max-width: 767px) {
    body.dark.agency header nav .responsive-btn i {
      color: #f1f3f5 !important; }
    body.dark .counter-container + .counter-container {
      border-color: rgba(255, 255, 255, 0.08); }
      body.dark .counter-container + .counter-container + .counter-container {
        border-color: rgba(255, 255, 255, 0.08);
        border-left: unset; }
        body.dark .counter-container + .counter-container + .counter-container + .counter-container {
          border-color: rgba(255, 255, 255, 0.08); } }
  @media only screen and (max-width: 420px) {
    body.dark footer.wedding .footer-titles {
      border-color: rgba(255, 255, 255, 0.08); } }

/**54. Rtl css start**/
.rtl {
  direction: rtl;
  text-align: right;
  /***App landing 2***/
  /***** event layout ***/
  /***Gym Layout**/
  /***MUSIC Layout**/
  /***Yoga Layout**/
  /*****Eccomerce layout**/
  /*****portfolio layout**/
  /*****Typography layout**/
  /******* subscribe section : ***/
  /******* Testimonial section : ***/
  /* responsive*/ }
  .rtl .split .blog-list:nth-child(even) .img-container {
    text-align: left; }
  .rtl .form-check-input {
    margin-left: unset;
    margin-right: -1.25rem; }
  .rtl .ml-4 {
    margin-left: unset !important;
    margin-right: 1.5rem !important; }
  .rtl .input-range {
    direction: ltr; }
  .rtl .event-countdown .countdown ul li .event-counter {
    padding-left: unset;
    padding-right: 15px; }
    .rtl .event-countdown .countdown ul li .event-counter span {
      text-align: left; }
    .rtl .event-countdown .countdown ul li .event-counter:before {
      left: unset;
      right: 0; }
    .rtl .event-countdown .countdown ul li .event-counter:after {
      left: unset;
      right: calc(100% - 20px); }
    .rtl .event-countdown .countdown ul li .event-counter .set-border-left {
      border-left: unset;
      border-right: 5px solid #fff;
      left: unset;
      right: 0; }
    .rtl .event-countdown .countdown ul li .event-counter .set-border-bottom {
      left: unset;
      right: 5px; }
  .rtl .image-swatch .slick-track {
    margin-left: unset;
    margin-right: 0; }
  .rtl .image-swatch .slick-slide {
    float: right; }
  .rtl .ml-1 {
    margin-left: unset !important;
    margin-right: 0.25rem !important; }
  .rtl .modal-no-header.close-up .close {
    right: unset;
    left: 0; }
  .rtl .alert-dismissible {
    padding-right: 1.25rem;
    padding-left: 4rem; }
    .rtl .alert-dismissible .close {
      right: unset;
      left: 0; }
  .rtl .multiple-carousel .imgs-carousel:before,
  .rtl .center-slide .imgs-carousel:before {
    right: 0; }
  .rtl .coming-soon .count.no-border {
    border-right: 1px solid #777; }
  .rtl .coming-soon .set-count .counters-content:first-child .count {
    border-right: 0; }
  .rtl .accordion .accordion-item .title {
    text-align: right; }
  .rtl .header .center-text {
    direction: rtl; }
  .rtl .header .bg.app2-header .header-text h1:before {
    right: 0; }
  .rtl .header .wave:before, .rtl .header .wave:after {
    right: 0; }
  .rtl .header .wave-orange:after {
    display: none; }
  .rtl .header .wave-orange:before {
    right: 0; }
  .rtl .header .saas2-content .round .inner-circle {
    left: unset;
    right: 30%; }
  .rtl .header.ecommerce nav .m-r-auto {
    margin-left: unset !important; }
  .rtl .header.ecommerce nav .top-header-right ul li .shopping-cart .close-circle {
    right: unset;
    left: 0; }
  .rtl header nav ul .sub-menu > a:before {
    left: 18px;
    right: unset; }
  .rtl header nav ul .dropdown:before {
    left: 18px;
    right: unset; }
  .rtl header nav ul .mega-menu .mega-menu-container {
    right: unset;
    left: 0; }
  .rtl header nav ul ul li {
    text-align: right; }
  .rtl header nav .menu-head {
    padding: 10px 10px 10px 28px; }
  .rtl header .menu-container .menu-icon li a {
    padding-right: 22px;
    padding-left: unset; }
    .rtl header .menu-container .menu-icon li a i {
      right: 0;
      left: unset; }
  .rtl header .color-animated {
    margin-right: 10px;
    margin-left: unset; }
  .rtl header .center-text {
    direction: unset; }
  .rtl header .main-menu.mr-auto {
    margin-left: auto !important;
    margin-right: unset !important; }
  .rtl header.wedding nav a img {
    filter: unset; }
  .rtl header.wedding .responsive-btn i {
    color: #c0882f !important; }
  .rtl header.resume nav a img {
    filter: unset; }
  .rtl header.dark nav a img {
    filter: unset; }
  .rtl header.agency .responsive-btn i {
    color: #10266b !important; }
  .rtl header.dark nav ul li > a {
    color: #000; }
  .rtl header.dark nav a img {
    filter: unset; }
  .rtl header.yoga .logo-abs {
    right: 42%;
    left: unset; }
  .rtl header.ecommerce nav a img {
    filter: unset; }
  .rtl .music.gallery .gallery-slider .slick-arrow:last-child {
    text-align: left; }
  .rtl .modal-header .close {
    margin: -1rem auto -1rem -1rem; }
  .rtl .modal-no-header.close-in-modal .close {
    right: unset;
    left: 16px; }
  .rtl .modal-no-header.close-right .close {
    right: unset;
    left: -31px; }
  .rtl .modal1 .offer-content {
    padding-left: 30px;
    padding-right: unset; }
  .rtl .shadow-section .offset-md-2 {
    margin-left: 0;
    margin-right: 16.6666666667%; }
  .rtl .owl-theme .owl-nav {
    direction: ltr; }
  .rtl .pull-right {
    float: left; }
  .rtl .center-content {
    direction: rtl; }
  .rtl section.header {
    direction: ltr; }
  .rtl section.app1, .rtl section.event {
    direction: unset; }
  .rtl section.app2 .center-text {
    direction: unset; }
  .rtl section.saas1.build-bg {
    direction: ltr; }
  .rtl section.saas1.testimonial .testi-profile .media-body {
    flex: unset;
    text-align: left; }
  .rtl section.saas1.testimonial .testimonial {
    margin-left: 40px;
    margin-right: 20px; }
  .rtl section.saas1.testimonial .testimonial-slider .slick-slider .slick-dots {
    right: 0;
    left: unset; }
  .rtl .link-horizontal ul {
    direction: rtl; }
  .rtl .m-r-5 {
    margin-left: 5px;
    margin-right: unset; }
  .rtl .text-left {
    text-align: right !important; }
  .rtl .m-r-auto {
    margin-left: auto !important;
    margin-right: unset !important; }
    .rtl .m-r-auto img {
      transform: scalex(-1); }
  .rtl .m-l-auto {
    margin-right: auto;
    margin-left: unset; }
  .rtl .ml-auto {
    margin-right: auto !important;
    margin-left: unset !important; }
  .rtl .slick-slider {
    direction: ltr; }
  .rtl .text-as-shadow {
    right: 250px;
    left: unset; }
  .rtl .agency-content {
    text-align: right; }
    .rtl .agency-content .agency-header-center-container {
      text-align: right; }
      .rtl .agency-content .agency-header-center-container .borders {
        margin-left: 30px;
        border-left: 2px solid;
        margin-right: unset;
        border-right: unset; }
    .rtl .agency-content .agency-para {
      text-align: right;
      margin-right: 30px; }
    .rtl .agency-content .btn-default {
      margin-right: 30px; }
    .rtl .agency-content .blue-img {
      right: -14%;
      left: unset;
      transform: scalex(-1); }
    .rtl .agency-content .side-img.left-0 {
      right: 0;
      left: unset;
      transform: scalex(-1); }
  .rtl .agency .blog-agency .blog-contain .img-container i {
    margin-left: 10px;
    margin-right: unset; }
  .rtl .agency .blog_comment.comment-list .comment_sec .offset-1 {
    margin-right: 8.3333333333%; }
  .rtl .agency .blog_comment.comment-list .comment_sec .blog_center .blog_user {
    margin-right: 15px; }
    .rtl .agency .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user i {
      margin-left: 5px; }
    .rtl .agency .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date {
      margin-right: 10px; }
      .rtl .agency .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date i {
        margin-left: 5px; }
    .rtl .agency .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn {
      float: left; }
      .rtl .agency .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn .pr-2 {
        padding-left: 0.5rem !important; }
      .rtl .agency .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn i.fa-reply {
        transform: scalex(-1); }
  .rtl .agency.blog-sidebar .blog-title {
    text-align: right; }
    .rtl .agency.blog-sidebar .blog-title::before {
      right: 0; }
  .rtl .agency.blog-sidebar .sidebar-container .newsletter .form-group i {
    left: 4%;
    right: unset; }
  .rtl .agency.blog-sidebar .sidebar-container .sidebar-list li a {
    margin-right: 15px;
    margin-left: unset; }
    .rtl .agency.blog-sidebar .sidebar-container .sidebar-list li a i {
      right: 10px;
      left: unset;
      transform: scalex(-1); }
      .rtl .agency.blog-sidebar .sidebar-container .sidebar-list li a i.m-r-15 {
        margin-left: 15px;
        margin-right: unset; }
  .rtl .agency.blog-sidebar .post-container div .badge {
    right: 0;
    left: unset; }
  .rtl .agency.testimonial-bg {
    direction: ltr;
    text-align: left; }
  .rtl .agency .m-r-auto img {
    filter: brightness(0) invert(1); }
  .rtl header.agency .navbar {
    background-color: #11266b;
    border-radius: 15px; }
  .rtl header.agency.dark .m-r-auto img {
    filter: unset; }
  .rtl header.agency.dark .navbar {
    background-color: transparent; }
  .rtl .collection-collapse-block .collapse-block-title:after {
    left: -3px;
    right: unset; }
  .rtl .collection-collapse-block .collapse-block-title .custom-control {
    padding-right: 1.5rem; }
  .rtl .event .bg-about:before {
    transform: scalex(3); }
  .rtl .wedding-time .count {
    padding-right: 15px;
    padding-left: unset; }
    .rtl .wedding-time .count:before {
      right: 0;
      left: unset; }
    .rtl .wedding-time .count .set-border-left {
      border-right: 5px solid #fff;
      border-left: unset;
      right: 0;
      left: unset; }
    .rtl .wedding-time .count .set-border-bottom {
      right: 5px;
      left: unset; }
    .rtl .wedding-time .count:after {
      border-left: 5px solid #fff;
      border-right: unset;
      right: calc(100% - 20px);
      left: unset; }
  .rtl nav .logo-erapper {
    transform: scalex(-1); }
  .rtl .navbar .container,
  .rtl .navbar .container-fluid,
  .rtl .navbar .container-sm,
  .rtl .navbar .container-md,
  .rtl .navbar .container-lg,
  .rtl .navbar .container-xl {
    display: block; }
  .rtl .blog-sidebar .blog-insta li {
    margin-right: 0;
    margin-left: 5px; }
  .rtl .header .rotate {
    left: 17%;
    right: unset; }
  .rtl .header .animation-circle-inverse {
    left: 100px;
    right: unset; }
  .rtl .about.app1 .mobile {
    left: 10%;
    right: unset; }
    .rtl .about.app1 .mobile .rectangle {
      left: -4%;
      right: unset; }
      .rtl .about.app1 .mobile .rectangle .r-2 {
        left: -2%;
        right: unset; }
  .rtl .about.app1 .counters {
    border-left: 1px solid #fff;
    border-right: unset; }
    .rtl .about.app1 .counters:nth-child(even) {
      border-left: none; }
  .rtl .about.app1 .mobile.galaxy {
    left: -15%;
    right: unset; }
  .rtl .about.event .announcer-img {
    margin-left: unset;
    margin-right: 40px; }
  .rtl .center-img-content.m-l-15 {
    margin-right: 15px;
    margin-left: unset; }
  .rtl .link-horizontal ul li {
    padding-left: 35px;
    padding-right: unset; }
    .rtl .link-horizontal ul li.borders-right {
      border-left: 1px solid #fff;
      border-right: unset;
      margin-left: 35px;
      margin-right: unset; }
    .rtl .link-horizontal ul li:last-child {
      padding-left: 0;
      padding-right: unset; }
  .rtl .videos .video-description {
    text-align: right; }
  .rtl .payment-box .float-right {
    float: left !important; }
  .rtl .order-box .sub-total .shopping-option label {
    padding-right: 5px;
    padding-left: 0; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    background-position: 5%; }
  .rtl .custom-control-label:before {
    right: -1.5rem;
    left: unset; }
  .rtl .custom-control-label:after {
    right: -1.5rem;
    left: unset; }
  .rtl .custom-control {
    padding-left: 0;
    padding-right: 1.5rem; }
  .rtl .mr-auto,
  .rtl .mx-auto {
    margin-left: auto !important; }
  .rtl .mr-auto {
    margin-right: unset !important; }
  .rtl .float-right {
    float: left !important; }
  .rtl .app2.about .set-height .mobile1 {
    left: 0;
    right: unset; }
  .rtl .app2.about .set-height .j-img {
    left: 20%;
    right: unset; }
  .rtl .app2.app2-animation .animated-bg {
    right: 0; }
  .rtl .quality {
    text-align: right; }
  .rtl .format .about-icon:first-child {
    margin-right: 0;
    margin-left: unset; }
  .rtl .format .about-icon:last-child {
    margin-left: 0;
    margin-right: unset; }
  .rtl footer.subscribe {
    direction: unset; }
  .rtl footer.footer2 .link-horizontal ul li.borders-right {
    border-left: 3px solid #fff;
    border-right: unset;
    margin-left: 15px;
    margin-right: unset; }
  .rtl footer.footer2 .float-right {
    float: left !important; }
  .rtl footer .footer-contant .form-group input {
    padding-right: 0;
    margin-left: unset; }
  .rtl footer .footer-contant .form-group .fa-paper-plane {
    left: 10px;
    right: unset; }
  .rtl footer .logo-sec .footer-social .footer-social-list:first-child {
    padding-right: 0;
    padding-left: unset; }
  .rtl footer .logo-sec .footer-social .footer-social-list:last-child {
    padding-left: 0;
    padding-right: unset; }
  .rtl footer .footer-lists.contacts li i {
    margin-left: 18px;
    margin-right: unset; }
  .rtl footer.contact .plane2 {
    left: 0;
    right: unset; }
  .rtl footer.contact .p-r-0 {
    padding-left: 0; }
  .rtl footer.contact .p-l-0 {
    padding-right: 0; }
  .rtl footer .logo-sec .footer-logo {
    transform: scalex(-1); }
  .rtl footer.yoga.copyright {
    direction: ltr; }
  .rtl .list ul li {
    padding-right: 0;
    padding-left: 60px; }
    .rtl .list ul li:last-child {
      padding-left: 0; }
  .rtl .swiper-container-3d {
    direction: ltr; }
  .rtl .about.event .announcer-img {
    transform: scalex(-1); }
  .rtl .gym input {
    margin-left: 12px;
    margin-right: unset; }
  .rtl .gym .calculate-bmi tr td {
    padding: 25px 60px 25px 0; }
  .rtl .music.format .watch-now {
    margin-right: 15px;
    margin-left: unset; }
  .rtl .music.bg-video img {
    transform: scalex(-1); }
  .rtl .watch .m-l-15 {
    margin-right: 15px; }
  .rtl .saas1 .title img {
    margin-right: unset;
    margin-left: 7px; }
  .rtl .saas1.faq a div {
    left: unset;
    right: 0;
    margin-right: unset; }
  .rtl .saas1.faq .collapsed a div {
    margin-right: 0;
    margin-left: 15px; }
  .rtl .saas1.faq .faq-block .accordion .accordion-item .title:before {
    left: unset;
    right: 0; }
  .rtl .saas1 .faq-img-block .img-fluid {
    transform: scalex(-1); }
  .rtl .saas1.subscribe .media img {
    margin-left: 20px; }
  .rtl .saas1.subscribe input[type="submit"] {
    margin-right: -50px;
    margin-left: unset; }
  .rtl .saas1.subscribe input[type="email"],
  .rtl .saas1.subscribe input[type="submit"] {
    padding-right: 15px;
    padding-left: 15px; }
  .rtl .saas1.subscribe .subscribe-input h6 {
    margin-left: 16px;
    margin-right: unset; }
  .rtl .saas1.pricing .plan-box .price-box ul {
    text-align: right; }
  .rtl .saas2.feature .center-content .feature-content {
    margin-right: 25px; }
  .rtl .saas2.quick-sol .set-center-div .side-img {
    left: -14%;
    right: unset;
    transform: scalex(-1);
    top: 0; }
  .rtl .saas2 .offers-container .offers-content .fa-check-circle {
    margin-left: 20px; }
  .rtl .wedding .about-img {
    transform: scalex(-1); }
  .rtl .wedding .decore img:nth-child(2) {
    transform: scalex(-1); }
  .rtl .wedding .m-r-10 {
    margin-left: 10px; }
  .rtl .wedding .wedding-time .count .set-border-left {
    border-right: 5px solid #bf862d;
    right: 0; }
  .rtl .wedding .wedding-time .count .set-border-bottom {
    right: 5px; }
  .rtl .wedding .wedding-time .count:after {
    border-left: 5px solid #ecc878;
    right: calc(100% - 20px);
    left: unset; }
  .rtl .wedding .wedding-content .logo-h1 {
    margin-right: -170px;
    margin-left: unset; }
  .rtl .wedding-content .girl {
    right: 18%;
    left: unset;
    transform: scalex(-1); }
  .rtl .header .yoga-content .girl {
    transform: scalex(-1); }
  .rtl .yoga .meter .lorem {
    padding-right: 20px;
    padding-left: unset; }
  .rtl .yoga .meter .percent {
    left: 20px;
    right: unset; }
  .rtl .yoga.format .experience-container .exp-img {
    transform: scalex(-1); }
  .rtl .yoga.format .girl-img-container .girl-yoga {
    transform: scalex(-1);
    right: 22%;
    left: unset; }
  .rtl .yoga.event .animated-bg i {
    right: unset;
    left: 0; }
  .rtl .yoga.event .event-container .event-info {
    margin-right: 20px; }
  .rtl .product-box .product-detail {
    text-align: right;
    padding-right: 5px; }
    .rtl .product-box .product-detail .color-variant li {
      margin-left: 5px;
      margin-right: unset; }
  .rtl .layout-ecommerce .ecommerce-footer {
    text-align: right;
    direction: rtl; }
    .rtl .layout-ecommerce .ecommerce-footer .payment-card-bottom {
      text-align: left; }
      .rtl .layout-ecommerce .ecommerce-footer .payment-card-bottom ul li + li {
        padding-right: 10px;
        padding-left: unset; }
    .rtl .layout-ecommerce .ecommerce-footer img {
      transform: scalex(-1); }
    .rtl .layout-ecommerce .ecommerce-footer .footer-contant .contact-list li {
      padding-left: unset;
      padding-right: 25px; }
      .rtl .layout-ecommerce .ecommerce-footer .footer-contant .contact-list li i {
        right: 0;
        left: unset; }
  .rtl .down-banner .banner-contain,
  .rtl .parallax-banner .banner-contain {
    left: 10%; }
  .rtl .product-pagination .product-search-count-bottom {
    padding-left: 15px;
    padding-right: unset; }
  .rtl .theme-card .slick-prev {
    left: 25px;
    right: unset; }
  .rtl .theme-card .slick-next {
    right: unset; }
  .rtl .collection-wrapper .theme-card .offer-slider img {
    padding: 15px 0px 15px 15px; }
  .rtl .collection-wrapper .theme-card .offer-slider .media .media-body.ml-3 {
    margin-right: 1rem !important; }
  .rtl .collection-wrapper .theme-card .offer-slider .media .media-body a h6 {
    margin-left: 61px;
    margin-right: unset; }
  .rtl .collection-wrapper .theme-card .offer-slider .media .media-body .rating i {
    padding-left: 5px; }
  .rtl .collection-wrapper .image-swatch li img {
    margin-left: 5px; }
  .rtl .portfolio-creative.creative3 .portfolio-text .head-text:before {
    right: 0;
    left: unset; }
  .rtl .typography_section .typography-box .typo-content.input_button label {
    padding-right: 5px; }
  .rtl .typography_section .typography-box dl dd {
    margin-right: 0;
    margin-left: unset; }
  .rtl .mr-2 {
    margin-left: 0.5rem !important; }
  .rtl .m-r-10 {
    margin-left: 10px; }
  .rtl .alert .fa.m-r-10 {
    margin-left: 10px; }
  .rtl .copyright .link-horizontal.social-link ul li {
    padding-left: 45px;
    padding-right: unset; }
  .rtl .copyright .link-horizontal img {
    transform: scalex(-1); }
  .rtl .copyright .link-horizontal ul li {
    padding-right: 0;
    padding-left: 30px; }
  .rtl .copyright.yoga .link-horizontal.social-link ul li, .rtl .copyright.resume .link-horizontal.social-link ul li, .rtl .copyright.creative .link-horizontal.social-link ul li {
    padding-right: 0;
    padding-left: 45px; }
  .rtl .copyright.yoga .link-horizontal.social-link ul li:last-child, .rtl .copyright.resume .link-horizontal.social-link ul li:last-child, .rtl .copyright.creative .link-horizontal.social-link ul li:last-child {
    padding-left: 0; }
  .rtl .product-right h4 span {
    padding-right: 5px; }
  .rtl .product-right .color-variant li {
    margin-left: 5px;
    margin-right: unset; }
  .rtl .product-right .color-variant .slick-slide {
    float: right; }
  .rtl .product-right .product-description h6 span {
    float: left; }
  .rtl .product-right .product-description .qty-box .input-group .form-control {
    border-left: none; }
  .rtl .product-right .product-description .qty-box .input-group button {
    padding-right: 12px; }
  .rtl .product-right .size-box ul li {
    margin-left: 10px;
    margin-right: unset; }
  .rtl .product-right .product-buttons a:last-child {
    margin-right: 10px; }
  .rtl .product-right .product-icon .wishlist-btn i {
    margin-right: 5px;
    margin-left: unset;
    border-right: 1px solid #ddd;
    border-left: unset;
    padding-right: 10px;
    padding-left: unset; }
  .rtl .product-right .product-icon .wishlist-btn span {
    padding-right: 10px;
    padding-left: unset; }
  .rtl .product-right .product-icon .product-social li {
    padding-right: 0;
    padding-left: 30px; }
    .rtl .product-right .product-icon .product-social li:last-child {
      padding-left: 0; }
  .rtl .product-right .payment-card-bottom ul li {
    padding-left: 10px;
    padding-right: unset; }
  .rtl .product-right .product-title.size-text {
    text-align: right; }
  .rtl .qty-box .input-group .input-group-prepend {
    margin-left: -1px; }
    .rtl .qty-box .input-group .input-group-prepend .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .rtl .collection-filter-block .product-service .media .media-body {
    padding-right: 10px;
    padding-left: unset; }
  .rtl .bundle .theme_checkbox label {
    padding-right: 30px;
    padding-left: unset; }
    .rtl .bundle .theme_checkbox label .checkmark {
      right: 0;
      left: unset; }
  .rtl .bundle .bundle_detail .price_product {
    padding-right: 3px;
    padding-left: unset; }
  .rtl .cart-section,
  .rtl .wishlist-section {
    direction: rtl; }
    .rtl .cart-section tfoot tr td,
    .rtl .wishlist-section tfoot tr td {
      text-align: left;
      padding-left: 63px; }
      .rtl .cart-section tfoot tr td:first-child,
      .rtl .wishlist-section tfoot tr td:first-child {
        padding-right: 10px; }
    .rtl .cart-section .cart-buttons > div:last-child,
    .rtl .wishlist-section .cart-buttons > div:last-child {
      text-align: left;
      padding-left: 59px; }
  .rtl .payment-box .payment-options li .radio-option input[type="radio"] {
    right: 0;
    left: unset; }
  .rtl .payment-box .payment-options li .radio-option label {
    padding-right: 30px;
    padding-left: unset; }
  .rtl .owl-carousel .owl-stage-outer {
    direction: ltr; }
  .rtl .subscribe .form-group input {
    padding: 30px 35px 30px 35%; }
  .rtl .subscribe .button-primary {
    left: 2%;
    right: unset; }
  .rtl .subscribe.subscribe-2 .form-group .icon {
    right: 50px;
    left: unset; }
  .rtl .subscribe.subscribe-2 .form-group input {
    padding-right: 110px;
    padding-left: unset; }
  .rtl .subscribe.yoga .button-primary {
    left: 28px;
    right: unset; }
  .rtl .subscribe.wedding .button-primary button {
    margin-left: 10px;
    margin-right: unset; }
  .rtl .subscribe.app1 .button-primary {
    left: 4%;
    right: unset; }
  .rtl .app2 .subscribe .button-primary {
    left: 2%;
    right: unset; }
  .rtl .testimonial .testimonial-slider .owl-theme .owl-dots {
    left: 0;
    right: unset; }
  .rtl .testimonial .testimonial-slider .owl-carousel .owl-item img {
    transform: scalex(-1); }
  .rtl .testimonial .testi-profile img {
    padding-right: 25px;
    padding-left: unset;
    margin-left: 20px;
    margin-right: unset; }
  .rtl .testimonial.event .testimonial.owl-theme .owl-prev, .rtl .testimonial.saas2 .testimonial.owl-theme .owl-prev {
    right: 0;
    left: unset; }
  .rtl .testimonial.event .testimonial.owl-theme .owl-next, .rtl .testimonial.saas2 .testimonial.owl-theme .owl-next {
    left: 0;
    right: unset; }
  .rtl .testimonial.event .testimonial .quotes .right-quote, .rtl .testimonial.saas2 .testimonial .quotes .right-quote {
    left: 80px;
    right: unset; }
  .rtl .testimonial.event .testimonial .quotes .left-quote, .rtl .testimonial.saas2 .testimonial .quotes .left-quote {
    right: -33px;
    left: unset; }
  .rtl .testimonial.event img, .rtl .testimonial.saas2 img {
    transform: scaleX(-1); }
  .rtl .testimonial.event .rating .stars, .rtl .testimonial.saas2 .rating .stars {
    margin-left: 25px;
    margin-right: unset; }
  .rtl .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
    float: right; }
  .rtl .checkout-page .checkout-form select {
    padding: 0 55px; }
  .rtl .compare-section .item .close-btn {
    left: 0;
    right: unset; }
  .rtl .coming-soon {
    direction: rtl; }
    .rtl .coming-soon .center-content button {
      margin-right: -50px; }
  .rtl .icon-collection {
    direction: rtl; }
  .rtl .text-right {
    text-align: left !important; }
  .rtl .m-l-5 {
    margin-right: 5px; }
  .rtl .mr-3 {
    margin-left: 1rem !important; }
  .rtl .event.contact .iframe-container {
    border-radius: 0 15px 15px 0; }
  .rtl .event.contact .bg-white {
    border-radius: 15px 0 0 15px; }
  .rtl .m-r-25 {
    margin-left: 25px;
    margin-right: unset; }
  .rtl .blog .img-container .blog-info {
    direction: rtl; }
  .rtl .speaker .team-img .social ul li {
    margin-left: 20px;
    margin-right: unset; }
    .rtl .speaker .team-img .social ul li:last-child {
      margin-left: 0;
      margin-right: unset; }
  .rtl .agency.speaker .team-img .social {
    direction: rtl; }
  .rtl .schedule .event-container {
    padding-left: 60px;
    padding-right: unset; }
  .rtl .breadcrumb-section-main .breadcrumb-contain > div:last-child {
    text-align: left; }
  .rtl .breadcrumb-section-main .breadcrumb-contain > div ul li {
    margin-left: 15px;
    margin-right: unset; }
    .rtl .breadcrumb-section-main .breadcrumb-contain > div ul li a i {
      margin-left: 15px; }
    .rtl .breadcrumb-section-main .breadcrumb-contain > div ul li:last-child {
      margin-left: 0;
      margin-right: unset; }
  .rtl .breadcrumb-section-main.inner-2 .breadcrumb-contain > div ul li {
    margin-left: unset; }
  .rtl .breadcrumb-section-main.inner-3 .breadcrumb-contain > div ul li a i {
    margin-right: unset; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup {
    border-left: 1px solid #ddd;
    border-right: unset; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    border-left: 1px solid #ddd;
    border-right: unset; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border-left: 1px solid #ddd;
    border-right: unset; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    border-left: 1px solid #ddd;
    border-right: unset; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border-left: none;
    border-right: unset; }
  .rtl .agency.testimonial .testimonial-container.testimonial-container2 .d-flex .m-r-25 {
    margin-left: unset;
    margin-right: 25px !important; }
  .rtl .owl-theme .owl-nav.disabled + .owl-dots {
    left: 0;
    margin-left: unset; }
  .rtl .menu-container li a:before {
    right: 6px;
    left: unset; }
  .rtl .team-sec.team-grid .team-para {
    text-align: right; }
  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    .rtl header.agency nav ul li .dropdown {
      color: #fff; }
    .rtl section.services .offset-lg-3 {
      margin-right: 25%;
      margin-left: unset; } }
  @media only screen and (max-width: 991px) and (min-width: 576px) {
    .rtl .resume .counter-container + .counter-container {
      border-right: 1px solid;
      border-left: unset; }
      .rtl .resume .counter-container + .counter-container + .counter-container {
        border-right: 0;
        border-left: unset; }
        .rtl .resume .counter-container + .counter-container + .counter-container + .counter-container {
          border-right: 1px solid;
          border-left: unset; } }
  @media only screen and (max-width: 1600px) {
    .rtl .header .wedding-content .girl {
      right: 16%;
      left: unset; }
    .rtl .about.app1 .mobile {
      left: 6%;
      right: unset; }
    .rtl .saas2 .set-center-div .side-img {
      left: -14%;
      right: unset; } }
  @media only screen and (max-width: 480px) {
    .rtl .subscribe.subscribe-2 .form-group input {
      padding-right: 95px;
      padding-left: unset; } }
  @media only screen and (max-width: 1430px) {
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
      padding-left: 0 !important;
      padding-right: 20px !important;
      border-right: 1px solid #ddd;
      border-left: unset; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      padding-right: 0 !important;
      padding-left: unset !important; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      border-left: 1px solid #ddd;
      border-right: unset; }
    .rtl .cart-section tfoot tr td,
    .rtl .wishlist-section tfoot tr td {
      padding-left: 41px; } }
  @media only screen and (max-width: 1440px) {
    .rtl .wedding.subscribe .subscribe .button-primary {
      left: 3%;
      right: unset; } }
  @media only screen and (max-width: 1366px) {
    .rtl .header .wedding-content .girl {
      right: 11%;
      left: unset; }
    .rtl .header .rotate {
      left: 15%;
      right: unset; }
    .rtl .header.agency .center-text {
      margin-right: 50px;
      margin-left: unset; }
    .rtl .agency.agency-content .blue-img {
      right: -18%;
      left: unset; }
    .rtl .about.app1 .mobile.galaxy {
      left: -12%;
      right: unset; }
    .rtl .saas2 .set-center-div .side-img {
      left: 2%;
      right: unset; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      border-right: 1px solid #ddd;
      text-align: center; }
    .rtl .product-right .product-icon .product-social li {
      padding-left: 4px; } }
  @media only screen and (max-width: 1199px) {
    .rtl .subscribe .form-group input {
      padding: 24px 35px 24px 35%; }
    .rtl .agency.agency-content .blue-img {
      right: -20%;
      left: unset; }
    .rtl .copyright .link-horizontal ul li {
      padding-left: 20px;
      padding-right: unset; }
    .rtl header.yoga .logo-abs {
      right: 40%; }
    .rtl .header .wedding-content .girl {
      right: 6%;
      left: unset; }
    .rtl .header .rotate {
      left: 12%;
      right: unset; }
    .rtl .cart-section tfoot tr td,
    .rtl .wishlist-section tfoot tr td {
      padding-left: 25px; }
    .rtl .payment-box .float-right {
      float: unset !important; } }
  @media only screen and (max-width: 991px) {
    .rtl .wedding.subscribe .subscribe .button-primary {
      left: 2%; }
    .rtl .wedding.header .wedding-content .logo-h1 {
      margin-right: 0; }
    .rtl .agency.header .center-text {
      margin-right: 20px;
      margin-left: unset; }
    .rtl .agency.agency-content .blue-img {
      right: -25%;
      left: unset; }
    .rtl .agency.blog .m-r-25 {
      margin-left: 15px;
      margin-right: unset; }
    .rtl .agency.blog .m-r-10 {
      margin-left: 5px;
      margin-right: unset; }
    .rtl .agency.footer2 .link-horizontal ul li {
      padding-left: 5px;
      padding-right: unset; }
    .rtl header .navbar {
      background-color: #fff !important; }
    .rtl header nav ul li a {
      text-align: right; }
    .rtl header nav ul ul li {
      padding-left: unset !important;
      padding-right: 15px !important; }
    .rtl header nav .menu-head:after {
      left: 20px;
      right: unset; }
    .rtl header.dark .responsive-btn i, .rtl header.resume .responsive-btn i {
      color: #1f232c !important; }
    .rtl header.yoga .logo-abs {
      right: 0;
      left: unset; }
    .rtl header.ecommerce .logo-erapper ~ .responsive-btn {
      left: 0;
      right: unset; }
    .rtl header.ecommerce nav .top-header-right {
      margin-left: 40px;
      margin-right: unset; }
    .rtl .copyright .link-horizontal ul li {
      padding-left: 10px;
      padding-right: unset; }
    .rtl .saas1.subscribe .media img {
      margin-left: auto; }
    .rtl .header .rotate {
      left: 12%;
      right: unset; }
    .rtl .schedule .event-container {
      padding-left: 30px;
      padding-right: unset; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
      border-right: 1px solid #ddd !important; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
      border-right: 1px solid #ddd;
      border-left: unset; }
    .rtl .gym .calculate-bmi tr td {
      padding: 15px 40px 15px 0px; }
    .rtl .payment-box button {
      margin-left: 0;
      margin-right: 10px; }
    .rtl .product-right .product-icon .product-social li {
      padding-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .rtl .modal-no-header.close-right .close {
      left: 16px; }
    .rtl header .responsive-btn i {
      color: #fff !important; }
    .rtl header.agency .responsive-btn i {
      color: #fff !important; }
    .rtl header.dark .responsive-btn i, .rtl header.resume .responsive-btn i {
      color: #1f232c !important; }
    .rtl header.ecommerce .responsive-btn i {
      color: #000 !important; }
    .rtl .link-horizontal ul li {
      padding-left: 15px;
      padding-right: unset; }
    .rtl .counter-container + .counter-container {
      border-right: 1px solid #ddd;
      border-left: unset; }
      .rtl .counter-container + .counter-container + .counter-container {
        border-right: 0;
        border-left: unset; }
        .rtl .counter-container + .counter-container + .counter-container + .counter-container {
          border-right: 1px solid #ddd;
          border-left: unset; }
    .rtl .event.testimonial .testimonial.owl-theme .owl-nav .owl-prev {
      right: unset;
      margin-left: 20px;
      margin-right: unset; }
    .rtl .event.about .text-right {
      text-align: center !important; }
    .rtl .event.contact .iframe-container,
    .rtl .event.contact .bg-white {
      border-radius: 15px; }
    .rtl .ecommerce-footer .col-md-12 {
      text-align: right; }
    .rtl footer .footer-title {
      text-align: right; }
      .rtl footer .footer-title .according-menu:before {
        left: 2px;
        right: unset; }
      .rtl footer .footer-title.active .according-menu:before {
        left: 2px;
        right: unset; }
    .rtl .agency.header .center-text {
      margin-right: 0;
      margin-left: unset; }
    .rtl .agency.speaker .team-img .social ul li {
      margin-left: 10px;
      margin-right: unset; }
    .rtl .schedule .event-container {
      padding-left: 20px;
      padding-right: unset; }
    .rtl .gym .counter-container + .counter-container {
      border-left: unset; }
    .rtl .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li a i {
      margin-left: 10px;
      margin-right: unset; }
    .rtl .breadcrumb-section-main .breadcrumb-contain > div ul li a i {
      margin-left: 10px;
      margin-right: unset; }
    .rtl .yoga.format .girl-img-container .girl-yoga {
      right: unset; }
    .rtl .subscribe .button-primary {
      justify-content: center; }
    .rtl .agency.blog.blog-split .blog-list:nth-child(even) .center-text {
      justify-content: center; }
    .rtl .team-sec.team-grid .team-para {
      text-align: center; }
    .rtl .app2.format {
      text-align: right; } }
  @media only screen and (max-width: 575px) {
    .rtl header.ecommerce nav .top-header-right {
      margin-left: 30px; }
    .rtl .about.app1 .counters {
      border-left: unset; }
    .rtl .event .wedding-time .row > div:nth-child(even) .count {
      margin-left: auto;
      margin-right: unset; }
    .rtl .event .wedding-time .row > div:nth-child(odd) .count {
      margin-right: auto;
      margin-left: unset; }
    .rtl .event-countdown .countdown ul li:nth-child(odd) .event-counter {
      margin-left: unset;
      margin-right: auto; }
    .rtl .copyright .link-horizontal ul li {
      padding-left: 15px;
      padding-right: unset; }
    .rtl .subscribe .form-group input {
      padding-right: 15px;
      padding-left: unset; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
      border-left: 1px solid #ddd;
      border-right: unset; }
    .rtl .portfolio-creative.creative3 .portfolio-text .text-right {
      text-align: right !important; }
    .rtl .cart-section .cart-buttons > div:last-child,
    .rtl .wishlist-section .cart-buttons > div:last-child {
      padding-left: 15px; } }
  @media (max-width: 420px) {
    .rtl .payment-box button {
      margin-right: 0; }
    .rtl .product-right .product-icon .product-social li {
      padding-left: 5px; } }
  @media only screen and (min-width: 768px) {
    .rtl .offset-md-1 {
      margin-right: 8.33333%;
      margin-left: unset; }
    .rtl .offset-md-3 {
      margin-right: 25%;
      margin-left: unset; }
    .rtl section.resume .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl section.gym.pricing .offset-md-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl section.gym.format .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl section.gym .header5-content .gym-slider .gym-header .offset-md-1 {
      margin-right: unset;
      margin-left: 8.333%; }
    .rtl section.music .offset-md-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl section.music.testimonial .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl section.music.header .music-container .offset-md-1 {
      margin-left: 8.3333333333%; }
    .rtl section.saas2 .offset-md-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl section.wedding .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl section.wedding.subscribe .offset-md-2 {
      margin-right: 25%;
      margin-left: unset; }
    .rtl section.yoga.pricing .offset-md-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl section.app2 .offset-md-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl section.app1 .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl section.app1.pricing .offset-md-2, .rtl section.app1.screenshot .offset-md-2 {
      margin-right: 25%;
      margin-left: unset; }
    .rtl section.format .offset-md-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl section.testimonial .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl section.ecommerce .offset-md-2, .rtl section.ecommerce-tab .offset-md-2, .rtl section.bg-light .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl .offset-md-0 {
      margin-right: 0;
      margin-left: unset; }
    .rtl .offset-md-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; } }
  @media only screen and (min-width: 992px) {
    .rtl .offset-lg-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl .offset-lg-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl .offset-lg-3 {
      margin-right: 25% !important;
      margin-left: unset; }
    .rtl .offset-lg-7 {
      margin-right: 58.3333333333%;
      margin-left: unset; }
    .rtl .offset-lg-0 {
      margin-right: 0;
      margin-left: unset; }
    .rtl header nav ul .dropdown:before {
      left: 0;
      right: unset; }
    .rtl section.app1.about .offset-lg-3 {
      margin-right: 25%;
      margin-left: unset; }
    .rtl section.saas2.testimonial .item .offset-lg-1 {
      margin-left: 8.3333333333%; } }
  @media only screen and (min-width: 1200px) {
    .rtl .offset-xl-3 {
      margin-right: 25%;
      margin-left: unset; }
    .rtl .offset-xl-1 {
      margin-right: 8.3333333333%;
      margin-left: unset; }
    .rtl .offset-xl-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; }
    .rtl section.wedding .offset-xl-2 {
      margin-right: 16.6666666667%;
      margin-left: unset; } }

nav {
  padding: 30px 0;
  display: flex;
  justify-content: flex-end; }

.logo {
  align-items: flex-start; }

.simple-menu {
  min-width: auto !important; }

/*
    Flaticon icon font: Flaticon
    Creation date: 07/01/2019 07:52
    */
@font-face {
  font-family: "Flaticon";
  src: url("/assets/fonts/Flaticon.eot");
  src: url("/assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Flaticon.woff") format("woff"), url("/assets/fonts/Flaticon.ttf") format("truetype"), url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/assets/fonts/Flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 14px; }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-rocket-ship:before {
  content: "\F100"; }

.flaticon-diamond:before {
  content: "\F101"; }

.flaticon-pie-chart:before {
  content: "\F102"; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'themify';
  src: url("/assets/fonts/themify.eot?-fvbane");
  src: url("/assets/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("/assets/fonts/themify.woff?-fvbane") format("woff"), url("/assets/fonts//themify.ttf?-fvbane") format("truetype"), url("/assets/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.icon-wand:before {
  content: "\E600"; }

.icon-volume:before {
  content: "\E601"; }

.icon-user:before {
  content: "\E602"; }

.icon-unlock:before {
  content: "\E603"; }

.icon-unlink:before {
  content: "\E604"; }

.icon-trash:before {
  content: "\E605"; }

.icon-thought:before {
  content: "\E606"; }

.icon-target:before {
  content: "\E607"; }

.icon-tag:before {
  content: "\E608"; }

.icon-tablet:before {
  content: "\E609"; }

.icon-star:before {
  content: "\E60A"; }

.icon-spray:before {
  content: "\E60B"; }

.icon-signal:before {
  content: "\E60C"; }

.icon-shopping-cart:before {
  content: "\E60D"; }

.icon-shopping-cart-full:before {
  content: "\E60E"; }

.icon-settings:before {
  content: "\E60F"; }

.icon-search:before {
  content: "\E610"; }

.icon-zoom-in:before {
  content: "\E611"; }

.icon-zoom-out:before {
  content: "\E612"; }

.icon-cut:before {
  content: "\E613"; }

.icon-ruler:before {
  content: "\E614"; }

.icon-ruler-pencil:before {
  content: "\E615"; }

.icon-ruler-alt:before {
  content: "\E616"; }

.icon-bookmark:before {
  content: "\E617"; }

.icon-bookmark-alt:before {
  content: "\E618"; }

.icon-reload:before {
  content: "\E619"; }

.icon-plus:before {
  content: "\E61A"; }

.icon-pin:before {
  content: "\E61B"; }

.icon-pencil:before {
  content: "\E61C"; }

.icon-pencil-alt:before {
  content: "\E61D"; }

.icon-paint-roller:before {
  content: "\E61E"; }

.icon-paint-bucket:before {
  content: "\E61F"; }

.icon-na:before {
  content: "\E620"; }

.icon-mobile:before {
  content: "\E621"; }

.icon-minus:before {
  content: "\E622"; }

.icon-medall:before {
  content: "\E623"; }

.icon-medall-alt:before {
  content: "\E624"; }

.icon-marker:before {
  content: "\E625"; }

.icon-marker-alt:before {
  content: "\E626"; }

.icon-arrow-up:before {
  content: "\E627"; }

.icon-arrow-right:before {
  content: "\E628"; }

.icon-arrow-left:before {
  content: "\E629"; }

.icon-arrow-down:before {
  content: "\E62A"; }

.icon-lock:before {
  content: "\E62B"; }

.icon-location-arrow:before {
  content: "\E62C"; }

.icon-link:before {
  content: "\E62D"; }

.icon-layout:before {
  content: "\E62E"; }

.icon-layers:before {
  content: "\E62F"; }

.icon-layers-alt:before {
  content: "\E630"; }

.icon-key:before {
  content: "\E631"; }

.icon-import:before {
  content: "\E632"; }

.icon-image:before {
  content: "\E633"; }

.icon-heart:before {
  content: "\E634"; }

.icon-heart-broken:before {
  content: "\E635"; }

.icon-hand-stop:before {
  content: "\E636"; }

.icon-hand-open:before {
  content: "\E637"; }

.icon-hand-drag:before {
  content: "\E638"; }

.icon-folder:before {
  content: "\E639"; }

.icon-flag:before {
  content: "\E63A"; }

.icon-flag-alt:before {
  content: "\E63B"; }

.icon-flag-alt-2:before {
  content: "\E63C"; }

.icon-eye:before {
  content: "\E63D"; }

.icon-export:before {
  content: "\E63E"; }

.icon-exchange-vertical:before {
  content: "\E63F"; }

.icon-desktop:before {
  content: "\E640"; }

.icon-cup:before {
  content: "\E641"; }

.icon-crown:before {
  content: "\E642"; }

.icon-comments:before {
  content: "\E643"; }

.icon-comment:before {
  content: "\E644"; }

.icon-comment-alt:before {
  content: "\E645"; }

.icon-close:before {
  content: "\E646"; }

.icon-clip:before {
  content: "\E647"; }

.icon-angle-up:before {
  content: "\E648"; }

.icon-angle-right:before {
  content: "\E649"; }

.icon-angle-left:before {
  content: "\E64A"; }

.icon-angle-down:before {
  content: "\E64B"; }

.icon-check:before {
  content: "\E64C"; }

.icon-check-box:before {
  content: "\E64D"; }

.icon-camera:before {
  content: "\E64E"; }

.icon-announcement:before {
  content: "\E64F"; }

.icon-brush:before {
  content: "\E650"; }

.icon-briefcase:before {
  content: "\E651"; }

.icon-bolt:before {
  content: "\E652"; }

.icon-bolt-alt:before {
  content: "\E653"; }

.icon-blackboard:before {
  content: "\E654"; }

.icon-bag:before {
  content: "\E655"; }

.icon-move:before {
  content: "\E656"; }

.icon-arrows-vertical:before {
  content: "\E657"; }

.icon-arrows-horizontal:before {
  content: "\E658"; }

.icon-fullscreen:before {
  content: "\E659"; }

.icon-arrow-top-right:before {
  content: "\E65A"; }

.icon-arrow-top-left:before {
  content: "\E65B"; }

.icon-arrow-circle-up:before {
  content: "\E65C"; }

.icon-arrow-circle-right:before {
  content: "\E65D"; }

.icon-arrow-circle-left:before {
  content: "\E65E"; }

.icon-arrow-circle-down:before {
  content: "\E65F"; }

.icon-angle-double-up:before {
  content: "\E660"; }

.icon-angle-double-right:before {
  content: "\E661"; }

.icon-angle-double-left:before {
  content: "\E662"; }

.icon-angle-double-down:before {
  content: "\E663"; }

.icon-zip:before {
  content: "\E664"; }

.icon-world:before {
  content: "\E665"; }

.icon-wheelchair:before {
  content: "\E666"; }

.icon-view-list:before {
  content: "\E667"; }

.icon-view-list-alt:before {
  content: "\E668"; }

.icon-view-grid:before {
  content: "\E669"; }

.icon-uppercase:before {
  content: "\E66A"; }

.icon-upload:before {
  content: "\E66B"; }

.icon-underline:before {
  content: "\E66C"; }

.icon-truck:before {
  content: "\E66D"; }

.icon-timer:before {
  content: "\E66E"; }

.icon-ticket:before {
  content: "\E66F"; }

.icon-thumb-up:before {
  content: "\E670"; }

.icon-thumb-down:before {
  content: "\E671"; }

.icon-text:before {
  content: "\E672"; }

.icon-stats-up:before {
  content: "\E673"; }

.icon-stats-down:before {
  content: "\E674"; }

.icon-split-v:before {
  content: "\E675"; }

.icon-split-h:before {
  content: "\E676"; }

.icon-smallcap:before {
  content: "\E677"; }

.icon-shine:before {
  content: "\E678"; }

.icon-shift-right:before {
  content: "\E679"; }

.icon-shift-left:before {
  content: "\E67A"; }

.icon-shield:before {
  content: "\E67B"; }

.icon-notepad:before {
  content: "\E67C"; }

.icon-server:before {
  content: "\E67D"; }

.icon-quote-right:before {
  content: "\E67E"; }

.icon-quote-left:before {
  content: "\E67F"; }

.icon-pulse:before {
  content: "\E680"; }

.icon-printer:before {
  content: "\E681"; }

.icon-power-off:before {
  content: "\E682"; }

.icon-plug:before {
  content: "\E683"; }

.icon-pie-chart:before {
  content: "\E684"; }

.icon-paragraph:before {
  content: "\E685"; }

.icon-panel:before {
  content: "\E686"; }

.icon-package:before {
  content: "\E687"; }

.icon-music:before {
  content: "\E688"; }

.icon-music-alt:before {
  content: "\E689"; }

.icon-mouse:before {
  content: "\E68A"; }

.icon-mouse-alt:before {
  content: "\E68B"; }

.icon-money:before {
  content: "\E68C"; }

.icon-microphone:before {
  content: "\E68D"; }

.icon-menu:before {
  content: "\E68E"; }

.icon-menu-alt:before {
  content: "\E68F"; }

.icon-map:before {
  content: "\E690"; }

.icon-map-alt:before {
  content: "\E691"; }

.icon-loop:before {
  content: "\E692"; }

.icon-location-pin:before {
  content: "\E693"; }

.icon-list:before {
  content: "\E694"; }

.icon-light-bulb:before {
  content: "\E695"; }

.icon-Italic:before {
  content: "\E696"; }

.icon-info:before {
  content: "\E697"; }

.icon-infinite:before {
  content: "\E698"; }

.icon-id-badge:before {
  content: "\E699"; }

.icon-hummer:before {
  content: "\E69A"; }

.icon-home:before {
  content: "\E69B"; }

.icon-help:before {
  content: "\E69C"; }

.icon-headphone:before {
  content: "\E69D"; }

.icon-harddrives:before {
  content: "\E69E"; }

.icon-harddrive:before {
  content: "\E69F"; }

.icon-gift:before {
  content: "\E6A0"; }

.icon-game:before {
  content: "\E6A1"; }

.icon-filter:before {
  content: "\E6A2"; }

.icon-files:before {
  content: "\E6A3"; }

.icon-file:before {
  content: "\E6A4"; }

.icon-eraser:before {
  content: "\E6A5"; }

.icon-envelope:before {
  content: "\E6A6"; }

.icon-download:before {
  content: "\E6A7"; }

.icon-direction:before {
  content: "\E6A8"; }

.icon-direction-alt:before {
  content: "\E6A9"; }

.icon-dashboard:before {
  content: "\E6AA"; }

.icon-control-stop:before {
  content: "\E6AB"; }

.icon-control-shuffle:before {
  content: "\E6AC"; }

.icon-control-play:before {
  content: "\E6AD"; }

.icon-control-pause:before {
  content: "\E6AE"; }

.icon-control-forward:before {
  content: "\E6AF"; }

.icon-control-backward:before {
  content: "\E6B0"; }

.icon-cloud:before {
  content: "\E6B1"; }

.icon-cloud-up:before {
  content: "\E6B2"; }

.icon-cloud-down:before {
  content: "\E6B3"; }

.icon-clipboard:before {
  content: "\E6B4"; }

.icon-car:before {
  content: "\E6B5"; }

.icon-calendar:before {
  content: "\E6B6"; }

.icon-book:before {
  content: "\E6B7"; }

.icon-bell:before {
  content: "\E6B8"; }

.icon-basketball:before {
  content: "\E6B9"; }

.icon-bar-chart:before {
  content: "\E6BA"; }

.icon-bar-chart-alt:before {
  content: "\E6BB"; }

.icon-back-right:before {
  content: "\E6BC"; }

.icon-back-left:before {
  content: "\E6BD"; }

.icon-arrows-corner:before {
  content: "\E6BE"; }

.icon-archive:before {
  content: "\E6BF"; }

.icon-anchor:before {
  content: "\E6C0"; }

.icon-align-right:before {
  content: "\E6C1"; }

.icon-align-left:before {
  content: "\E6C2"; }

.icon-align-justify:before {
  content: "\E6C3"; }

.icon-align-center:before {
  content: "\E6C4"; }

.icon-alert:before {
  content: "\E6C5"; }

.icon-alarm-clock:before {
  content: "\E6C6"; }

.icon-agenda:before {
  content: "\E6C7"; }

.icon-write:before {
  content: "\E6C8"; }

.icon-window:before {
  content: "\E6C9"; }

.icon-widgetized:before {
  content: "\E6CA"; }

.icon-widget:before {
  content: "\E6CB"; }

.icon-widget-alt:before {
  content: "\E6CC"; }

.icon-wallet:before {
  content: "\E6CD"; }

.icon-video-clapper:before {
  content: "\E6CE"; }

.icon-video-camera:before {
  content: "\E6CF"; }

.icon-vector:before {
  content: "\E6D0"; }

.icon-themify-logo:before {
  content: "\E6D1"; }

.icon-themify-favicon:before {
  content: "\E6D2"; }

.icon-themify-favicon-alt:before {
  content: "\E6D3"; }

.icon-support:before {
  content: "\E6D4"; }

.icon-stamp:before {
  content: "\E6D5"; }

.icon-split-v-alt:before {
  content: "\E6D6"; }

.icon-slice:before {
  content: "\E6D7"; }

.icon-shortcode:before {
  content: "\E6D8"; }

.icon-shift-right-alt:before {
  content: "\E6D9"; }

.icon-shift-left-alt:before {
  content: "\E6DA"; }

.icon-ruler-alt-2:before {
  content: "\E6DB"; }

.icon-receipt:before {
  content: "\E6DC"; }

.icon-pin2:before {
  content: "\E6DD"; }

.icon-pin-alt:before {
  content: "\E6DE"; }

.icon-pencil-alt2:before {
  content: "\E6DF"; }

.icon-palette:before {
  content: "\E6E0"; }

.icon-more:before {
  content: "\E6E1"; }

.icon-more-alt:before {
  content: "\E6E2"; }

.icon-microphone-alt:before {
  content: "\E6E3"; }

.icon-magnet:before {
  content: "\E6E4"; }

.icon-line-double:before {
  content: "\E6E5"; }

.icon-line-dotted:before {
  content: "\E6E6"; }

.icon-line-dashed:before {
  content: "\E6E7"; }

.icon-layout-width-full:before {
  content: "\E6E8"; }

.icon-layout-width-default:before {
  content: "\E6E9"; }

.icon-layout-width-default-alt:before {
  content: "\E6EA"; }

.icon-layout-tab:before {
  content: "\E6EB"; }

.icon-layout-tab-window:before {
  content: "\E6EC"; }

.icon-layout-tab-v:before {
  content: "\E6ED"; }

.icon-layout-tab-min:before {
  content: "\E6EE"; }

.icon-layout-slider:before {
  content: "\E6EF"; }

.icon-layout-slider-alt:before {
  content: "\E6F0"; }

.icon-layout-sidebar-right:before {
  content: "\E6F1"; }

.icon-layout-sidebar-none:before {
  content: "\E6F2"; }

.icon-layout-sidebar-left:before {
  content: "\E6F3"; }

.icon-layout-placeholder:before {
  content: "\E6F4"; }

.icon-layout-menu:before {
  content: "\E6F5"; }

.icon-layout-menu-v:before {
  content: "\E6F6"; }

.icon-layout-menu-separated:before {
  content: "\E6F7"; }

.icon-layout-menu-full:before {
  content: "\E6F8"; }

.icon-layout-media-right-alt:before {
  content: "\E6F9"; }

.icon-layout-media-right:before {
  content: "\E6FA"; }

.icon-layout-media-overlay:before {
  content: "\E6FB"; }

.icon-layout-media-overlay-alt:before {
  content: "\E6FC"; }

.icon-layout-media-overlay-alt-2:before {
  content: "\E6FD"; }

.icon-layout-media-left-alt:before {
  content: "\E6FE"; }

.icon-layout-media-left:before {
  content: "\E6FF"; }

.icon-layout-media-center-alt:before {
  content: "\E700"; }

.icon-layout-media-center:before {
  content: "\E701"; }

.icon-layout-list-thumb:before {
  content: "\E702"; }

.icon-layout-list-thumb-alt:before {
  content: "\E703"; }

.icon-layout-list-post:before {
  content: "\E704"; }

.icon-layout-list-large-image:before {
  content: "\E705"; }

.icon-layout-line-solid:before {
  content: "\E706"; }

.icon-layout-grid4:before {
  content: "\E707"; }

.icon-layout-grid3:before {
  content: "\E708"; }

.icon-layout-grid2:before {
  content: "\E709"; }

.icon-layout-grid2-thumb:before {
  content: "\E70A"; }

.icon-layout-cta-right:before {
  content: "\E70B"; }

.icon-layout-cta-left:before {
  content: "\E70C"; }

.icon-layout-cta-center:before {
  content: "\E70D"; }

.icon-layout-cta-btn-right:before {
  content: "\E70E"; }

.icon-layout-cta-btn-left:before {
  content: "\E70F"; }

.icon-layout-column4:before {
  content: "\E710"; }

.icon-layout-column3:before {
  content: "\E711"; }

.icon-layout-column2:before {
  content: "\E712"; }

.icon-layout-accordion-separated:before {
  content: "\E713"; }

.icon-layout-accordion-merged:before {
  content: "\E714"; }

.icon-layout-accordion-list:before {
  content: "\E715"; }

.icon-ink-pen:before {
  content: "\E716"; }

.icon-info-alt:before {
  content: "\E717"; }

.icon-help-alt:before {
  content: "\E718"; }

.icon-headphone-alt:before {
  content: "\E719"; }

.icon-hand-point-up:before {
  content: "\E71A"; }

.icon-hand-point-right:before {
  content: "\E71B"; }

.icon-hand-point-left:before {
  content: "\E71C"; }

.icon-hand-point-down:before {
  content: "\E71D"; }

.icon-gallery:before {
  content: "\E71E"; }

.icon-face-smile:before {
  content: "\E71F"; }

.icon-face-sad:before {
  content: "\E720"; }

.icon-credit-card:before {
  content: "\E721"; }

.icon-control-skip-forward:before {
  content: "\E722"; }

.icon-control-skip-backward:before {
  content: "\E723"; }

.icon-control-record:before {
  content: "\E724"; }

.icon-control-eject:before {
  content: "\E725"; }

.icon-comments-smiley:before {
  content: "\E726"; }

.icon-brush-alt:before {
  content: "\E727"; }

.icon-youtube:before {
  content: "\E728"; }

.icon-vimeo:before {
  content: "\E729"; }

.icon-twitter:before {
  content: "\E72A"; }

.icon-time:before {
  content: "\E72B"; }

.icon-tumblr:before {
  content: "\E72C"; }

.icon-skype:before {
  content: "\E72D"; }

.icon-share:before {
  content: "\E72E"; }

.icon-share-alt:before {
  content: "\E72F"; }

.icon-rocket:before {
  content: "\E730"; }

.icon-pinterest:before {
  content: "\E731"; }

.icon-new-window:before {
  content: "\E732"; }

.icon-microsoft:before {
  content: "\E733"; }

.icon-list-ol:before {
  content: "\E734"; }

.icon-linkedin:before {
  content: "\E735"; }

.icon-layout-sidebar-2:before {
  content: "\E736"; }

.icon-layout-grid4-alt:before {
  content: "\E737"; }

.icon-layout-grid3-alt:before {
  content: "\E738"; }

.icon-layout-grid2-alt:before {
  content: "\E739"; }

.icon-layout-column4-alt:before {
  content: "\E73A"; }

.icon-layout-column3-alt:before {
  content: "\E73B"; }

.icon-layout-column2-alt:before {
  content: "\E73C"; }

.icon-instagram:before {
  content: "\E73D"; }

.icon-google:before {
  content: "\E73E"; }

.icon-github:before {
  content: "\E73F"; }

.icon-flickr:before {
  content: "\E740"; }

.icon-facebook:before {
  content: "\E741"; }

.icon-dropbox:before {
  content: "\E742"; }

.icon-dribbble:before {
  content: "\E743"; }

.icon-apple:before {
  content: "\E744"; }

.icon-android:before {
  content: "\E745"; }

.icon-save:before {
  content: "\E746"; }

.icon-save-alt:before {
  content: "\E747"; }

.icon-yahoo:before {
  content: "\E748"; }

.icon-wordpress:before {
  content: "\E749"; }

.icon-vimeo-alt:before {
  content: "\E74A"; }

.icon-twitter-alt:before {
  content: "\E74B"; }

.icon-tumblr-alt:before {
  content: "\E74C"; }

.icon-trello:before {
  content: "\E74D"; }

.icon-stack-overflow:before {
  content: "\E74E"; }

.icon-soundcloud:before {
  content: "\E74F"; }

.icon-sharethis:before {
  content: "\E750"; }

.icon-sharethis-alt:before {
  content: "\E751"; }

.icon-reddit:before {
  content: "\E752"; }

.icon-pinterest-alt:before {
  content: "\E753"; }

.icon-microsoft-alt:before {
  content: "\E754"; }

.icon-linux:before {
  content: "\E755"; }

.icon-jsfiddle:before {
  content: "\E756"; }

.icon-joomla:before {
  content: "\E757"; }

.icon-html5:before {
  content: "\E758"; }

.icon-flickr-alt:before {
  content: "\E759"; }

.icon-email:before {
  content: "\E75A"; }

.icon-drupal:before {
  content: "\E75B"; }

.icon-dropbox-alt:before {
  content: "\E75C"; }

.icon-css3:before {
  content: "\E75D"; }

.icon-rss:before {
  content: "\E75E"; }

.icon-rss-alt:before {
  content: "\E75F"; }

/* Slider test*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.accordion {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.accordion .accordion-item:first-child .title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion .accordion-item:last-child .title {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.accordion .accordion-item .title {
  background-color: #f6f6f6;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.accordion .accordion-item .title:after {
  content: '\2795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.accordion .accordion-item .panel {
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.accordion .accordion-item.active .title {
  background-color: #eee;
}
.accordion .accordion-item.active .title:after {
  content: '\2796';
}
.accordion .accordion-item.active .panel {
  max-height: 500px;
  -webkit-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
