@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Rubik&display=swap");
body {
  font-family: 'Rubik', sans-serif;
  background-color: #fefefe;
  counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmit-rev-counter; }

:root {
  --main_bg: #0d115a;
  --main_green: #009900;
  --main_green-code: 0, 135, 0;
  --text_color: #515151; }

/*
 * inspired by:
 * https://www.w3schools.com/howto/howto_js_snackbar.asp
 */
.file_width {
  width: 220px; }

#snackbar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
  visibility: hidden;
  bottom: 15px;
  opacity: 0;
  min-width: 250px;
  border-radius: 2px;
  padding: 16px;
  background-color: red;
  text-align: center;
  color: #fff; }

#snackbar.show {
  visibility: visible;
  bottom: 30px;
  opacity: 1; }

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  background-color: white;
  overflow: visible; }
  .loader .wrapper-preloader {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999999;
    background-color: white; }

.ck-editor__editable {
  min-height: 350px; }

.desktop-logo {
  display: block !important; }

.btn-light {
  background: rgba(var(--main_green-code), 0.7);
  transition: all .25s ease-in-out;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 15px 35px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  color: white;
  border-radius: 6px; }
  .btn-light:hover {
    background-color: var(--main_green);
    color: white; }

.header-content {
  position: relative;
  z-index: 99;
  width: 100%; }
  .header-content .navbar-toggler {
    border: 1px solid white; }
    .header-content .navbar-toggler .navbar-toggler-icon {
      filter: invert(1);
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .header-content .navbar-toggler:focus {
    box-shadow: none; }
  .header-content .sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 13px 25px -12px #00000040;
    background-color: #fff;
    z-index: 999; }
  .header-content .navbar-header-content {
    padding-top: 5px;
    padding-bottom: 5px; }
    .header-content .navbar-header-content .desktop-logo img {
      height: 65px !important;
      max-width: 300px !important;
      width: auto !important; }
    .header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link {
      padding: 0 15px;
      transition: .3s ease-out;
      color: black;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 2px;
      cursor: pointer; }
      .header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link:hover {
        color: var(--main_bg); }
      .header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link.active {
        color: var(--main_bg); }
      @media (max-width: 576px) {
        .header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link {
          padding: 5px 15px; } }
    .header-content .navbar-header-content .offcanvas-body-content .login-btn {
      text-decoration: none;
      color: black;
      letter-spacing: 2px;
      font-size: 16px;
      font-weight: 600;
      margin-top: auto;
      margin-bottom: auto; }
      .header-content .navbar-header-content .offcanvas-body-content .login-btn:hover {
        color: var(--main_bg); }
    .header-content .navbar-header-content .offcanvas-body-content .btn-light {
      letter-spacing: 1px;
      padding: 13px 25px;
      font-size: 15px;
      text-transform: unset; }

.footer-content {
  padding-top: 10px;
  background: rgba(var(--main_green-code), 0.5); }
  .footer-content .social-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important; }
  .footer-content .footer-top-content .footer-content-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-content .footer-top-content .footer-logo {
    height: 65px !important;
    max-width: 300px !important;
    width: auto !important; }
  .footer-content .footer-top-content .uls {
    display: flex;
    flex-direction: row; }
  .footer-content .footer-top-content .footer-nav-content {
    list-style: none;
    color: black;
    align-items: center;
    margin-bottom: 0 !important; }
    .footer-content .footer-top-content .footer-nav-content .nav-item {
      position: relative; }
      .footer-content .footer-top-content .footer-nav-content .nav-item .nav-link {
        padding: 0 10px;
        transition: .3s ease-out;
        color: white;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px; }
        .footer-content .footer-top-content .footer-nav-content .nav-item .nav-link:hover {
          color: var(--main_bg); }
        .footer-content .footer-top-content .footer-nav-content .nav-item .nav-link.active {
          color: var(--main_bg); }
      .footer-content .footer-top-content .footer-nav-content .nav-item .wrapper-save-input {
        position: absolute;
        top: -10px;
        margin-top: 0 !important;
        right: 0; }
        .footer-content .footer-top-content .footer-nav-content .nav-item .wrapper-save-input .wrapper-icon {
          width: 20px;
          height: 20px; }
          .footer-content .footer-top-content .footer-nav-content .nav-item .wrapper-save-input .wrapper-icon i {
            font-size: 12px; }
  @media (max-width: 576px) {
    .footer-content .footer-top-content .footer-content-box {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center; }
    .footer-content .footer-top-content .uls {
      flex-direction: column; }
      .footer-content .footer-top-content .uls .menu-item {
        font-size: 15px !important; }
    .footer-content .footer-top-content ul {
      padding-left: 0 !important; } }
  .footer-content .footer-bottom-content {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    background-color: white; }
    .footer-content .footer-bottom-content .footer-copyright-text-area {
      color: black; }
      .footer-content .footer-bottom-content .footer-copyright-text-area p {
        font-weight: 500;
        font-size: 15px;
        padding-bottom: 0;
        margin-bottom: 0;
        font-family: 'Inter', sans-serif; }
    .footer-content .footer-bottom-content .footer-nav-content {
      list-style: none;
      color: black;
      margin-bottom: 0; }
      .footer-content .footer-bottom-content .footer-nav-content .nav-item {
        margin-bottom: 0; }
        .footer-content .footer-bottom-content .footer-nav-content .nav-item .nav-link {
          padding: 0 10px;
          color: black;
          font-size: 15px; }

.wrapper-main-page {
  margin-top: 85px;
  background: rgba(var(--main_green-code), 0.1); }
  .wrapper-main-page .wrapper-image img {
    width: 100%;
    max-height: 720px;
    object-fit: cover; }
  .wrapper-main-page .wrapper-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 50px 0; }
    .wrapper-main-page .wrapper-text h6 {
      color: var(--main_green); }
      @media (max-width: 576px) {
        .wrapper-main-page .wrapper-text h6 {
          text-align: center; } }
    .wrapper-main-page .wrapper-text h1 {
      color: var(--main_bg);
      font-weight: 600;
      width: 80%; }
      @media (max-width: 576px) {
        .wrapper-main-page .wrapper-text h1 {
          text-align: center;
          width: 100%; } }
      .wrapper-main-page .wrapper-text h1 span {
        position: relative; }
        .wrapper-main-page .wrapper-text h1 span:after {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -2px;
          width: 100%;
          height: 4px;
          content: '';
          background-color: var(--main_green); }
    .wrapper-main-page .wrapper-text p {
      color: var(--text_color); }
    .wrapper-main-page .wrapper-text .wrapper-buttons {
      margin: 15px 0;
      display: flex;
      align-items: center; }
      .wrapper-main-page .wrapper-text .wrapper-buttons .wrapper-video-btn {
        display: flex;
        margin-left: 35px;
        border: none;
        box-shadow: none;
        background: transparent;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        text-decoration: none;
        color: var(--main_bg);
        cursor: pointer;
        margin-right: 5px; }
        .wrapper-main-page .wrapper-text .wrapper-buttons .wrapper-video-btn span {
          width: 56px;
          height: 56px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 24px;
          background-color: #fff;
          color: var(--main_green);
          border-radius: 100%;
          margin-right: 10px;
          transition: .3s linear;
          min-width: 56px; }
          .wrapper-main-page .wrapper-text .wrapper-buttons .wrapper-video-btn span i {
            margin-left: 5px; }
        .wrapper-main-page .wrapper-text .wrapper-buttons .wrapper-video-btn:hover span {
          background-color: var(--main_green);
          color: #fff;
          transition: .3s linear; }
      @media (max-width: 576px) {
        .wrapper-main-page .wrapper-text .wrapper-buttons {
          flex-direction: column; }
          .wrapper-main-page .wrapper-text .wrapper-buttons .wrapper-video-btn {
            margin-left: 0;
            margin-top: 10px; } }
    .wrapper-main-page .wrapper-text .wrapper-statistics {
      display: flex;
      margin-top: 35px; }
      .wrapper-main-page .wrapper-text .wrapper-statistics .wrapper-item {
        margin-right: 50px;
        display: flex;
        flex-direction: column; }
        .wrapper-main-page .wrapper-text .wrapper-statistics .wrapper-item h2 {
          color: var(--main_bg);
          font-weight: 600;
          font-size: 40px; }
          .wrapper-main-page .wrapper-text .wrapper-statistics .wrapper-item h2 span {
            color: var(--main_green);
            font-weight: 500;
            font-size: 32px; }

.main-active-btn {
  border-radius: 50px;
  padding: 20px 40px 20px 40px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  border: none;
  background: rgba(var(--main_green-code), 0.7);
  transition: .2s linear;
  text-decoration: none;
  display: block;
  width: max-content; }
  .main-active-btn:hover {
    background: var(--main_green); }

.wrapper-about-section {
  padding: 100px 0; }
  .wrapper-about-section .about-img {
    position: relative !important;
    overflow: hidden; }
    .wrapper-about-section .about-img img {
      position: relative;
      z-index: 2;
      width: 100% !important; }
    .wrapper-about-section .about-img:before {
      position: absolute;
      content: "";
      top: 0;
      left: -50%;
      width: 100%;
      height: 100%;
      background: rgba(var(--main_green-code), 0.6);
      transform: skew(20deg);
      z-index: 1; }
  .wrapper-about-section h1 {
    color: var(--main_bg);
    font-weight: 600; }
    @media (max-width: 576px) {
      .wrapper-about-section h1 {
        text-align: center;
        margin-top: 10px; } }
  .wrapper-about-section p {
    color: var(--text_color); }
    .wrapper-about-section p i {
      color: var(--main_green); }
    .wrapper-about-section p:last-child {
      margin-bottom: 30px; }

.wrapper-pricing {
  padding: 100px 0; }
  .wrapper-pricing h6 {
    text-align: center;
    color: var(--main_green); }
  .wrapper-pricing h1 {
    color: var(--main_bg);
    text-align: center; }
  .wrapper-pricing p {
    text-align: center;
    color: var(--text_color); }
  .wrapper-pricing .pricing-description {
    margin-bottom: 75px; }
  .wrapper-pricing .wrapper-pricing-item {
    padding: 40px 40px 0 40px;
    box-shadow: 0 3px 10px 0 rgba(var(--main_green-code), 0.1);
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px; }
    .wrapper-pricing .wrapper-pricing-item h2 {
      color: var(--main_bg);
      text-align: center;
      font-weight: 600; }
    .wrapper-pricing .wrapper-pricing-item .wrapper-description {
      color: var(--text_color);
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid silver; }
    .wrapper-pricing .wrapper-pricing-item .wrapper-icons {
      display: flex;
      justify-content: center;
      margin: 5px 0 15px; }
      .wrapper-pricing .wrapper-pricing-item .wrapper-icons i {
        margin-right: 10px;
        font-size: 24px;
        color: var(--main_green); }
        .wrapper-pricing .wrapper-pricing-item .wrapper-icons i:last-child {
          margin-right: 0; }
    .wrapper-pricing .wrapper-pricing-item .wrapper-data {
      display: flex;
      flex-direction: column; }
      .wrapper-pricing .wrapper-pricing-item .wrapper-data .wrapper-item {
        display: flex;
        justify-content: center;
        font-size: 18px;
        color: var(--text_color);
        margin-bottom: 7px; }
        .wrapper-pricing .wrapper-pricing-item .wrapper-data .wrapper-item span {
          color: var(--main_green);
          margin-right: 7px; }
    .wrapper-pricing .wrapper-pricing-item .wrapper-price {
      text-align: center;
      font-size: 32px;
      color: var(--main_bg);
      margin-bottom: 50px; }
      .wrapper-pricing .wrapper-pricing-item .wrapper-price span {
        color: var(--main_green); }
    .wrapper-pricing .wrapper-pricing-item .wrapper-price-button {
      position: absolute;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      bottom: -28px; }
  .wrapper-pricing .active {
    margin-top: -25px;
    background-color: var(--main_green);
    color: #fff; }
    .wrapper-pricing .active .wrapper-icons i {
      color: #fff !important; }
    .wrapper-pricing .active h2 {
      color: #fff !important; }
    .wrapper-pricing .active p {
      color: #fff !important; }
    .wrapper-pricing .active .wrapper-item {
      color: #fff !important; }
      .wrapper-pricing .active .wrapper-item span {
        color: #fff !important; }
    .wrapper-pricing .active .wrapper-price {
      color: #fff !important; }
      .wrapper-pricing .active .wrapper-price span {
        color: #fff !important; }
    .wrapper-pricing .active .wrapper-price-button button {
      background: #fff !important;
      color: var(--main_green) !important;
      box-shadow: 0 3px 10px 0 rgba(var(--main_green-code), 0.1); }
      .wrapper-pricing .active .wrapper-price-button button:hover {
        background: rgba(var(--main_green-code), 0.7) !important;
        color: #fff !important; }

.wrapper-services h6 {
  text-align: center;
  color: var(--main_green); }
.wrapper-services h1 {
  color: var(--main_bg);
  text-align: center; }
.wrapper-services p {
  text-align: center;
  color: var(--text_color); }
.wrapper-services .services-description {
  margin-bottom: 50px; }
.wrapper-services .col-lg-4 {
  position: relative; }
.wrapper-services .add {
  height: calc(100% - 25px);
  font-size: 24px;
  color: var(--text_color); }
  .wrapper-services .add:hover:after {
    left: -100% !important; }
.wrapper-services .wrapper-edit-icon {
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 999; }
.wrapper-services .wrapper-remove-icon {
  position: absolute;
  right: 75px;
  top: 15px;
  z-index: 999; }
  .wrapper-services .wrapper-remove-icon .wrapper-icon {
    background-color: red; }
.wrapper-services .wrapper-item {
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 25px;
  padding: 50px 25px; }
  .wrapper-services .wrapper-item:after {
    background: var(--main_green) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1; }
  .wrapper-services .wrapper-item .wrapper-icon i {
    background: var(--main_green) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px; }
    .wrapper-services .wrapper-item .wrapper-icon i:after {
      border: 2px solid var(--main_green);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      content: "";
      height: 90px;
      left: -5px;
      position: absolute;
      top: -5px;
      width: 90px;
      z-index: -1;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out; }
  .wrapper-services .wrapper-item .wrapper-text h2 {
    font-size: 24px;
    color: var(--main_bg);
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out; }
  .wrapper-services .wrapper-item .wrapper-text p {
    color: var(--text_color);
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 0 !important; }
  .wrapper-services .wrapper-item:hover:after {
    left: 0; }
  .wrapper-services .wrapper-item:hover .wrapper-icon i {
    background-color: #ffffff !important;
    color: var(--main_green) !important; }
    .wrapper-services .wrapper-item:hover .wrapper-icon i:after {
      border-color: #ffffff !important; }
  .wrapper-services .wrapper-item:hover .wrapper-text h2 {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out; }
  .wrapper-services .wrapper-item:hover .wrapper-text p {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out; }

.wrapper-gallery {
  padding-bottom: 75px; }
  .wrapper-gallery h6 {
    text-align: center;
    color: var(--main_green); }
  .wrapper-gallery h1 {
    color: var(--main_bg);
    text-align: center; }
  .wrapper-gallery p {
    text-align: center;
    color: var(--text_color); }
  .wrapper-gallery .gallery-description {
    margin-bottom: 50px; }
  .wrapper-gallery #gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto); }
    .wrapper-gallery #gallery a {
      margin: 5px 0 5px;
      width: 100%;
      padding: 10px;
      overflow: hidden;
      position: relative; }
      .wrapper-gallery #gallery a img {
        width: 100%;
        height: 300px;
        object-fit: cover; }
      .wrapper-gallery #gallery a .wrapper-remove-icon {
        position: absolute;
        right: 20px;
        top: 20px;
        text-decoration: none; }
        .wrapper-gallery #gallery a .wrapper-remove-icon .wrapper-icon {
          background-color: red; }
    @media (max-width: 576px) {
      .wrapper-gallery #gallery {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto); } }
  .wrapper-gallery .add {
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: unset;
    margin-bottom: 25px;
    padding: 50px 25px;
    height: calc(100% - 25px);
    font-size: 24px;
    color: var(--text_color);
    width: calc(100% - 10px);
    margin-left: auto; }
  .wrapper-gallery .wrapper-item {
    box-shadow: 0 0 10px #cccccc;
    margin-bottom: 25px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out; }
    .wrapper-gallery .wrapper-item img {
      width: 100%;
      transform: scale(1);
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out; }
    .wrapper-gallery .wrapper-item:hover {
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out; }
      .wrapper-gallery .wrapper-item:hover img {
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transform: scale(1.1); }

.wrapper-modal .modal-title {
  color: var(--main_bg); }
.wrapper-modal .modal-body .wrapper-item .wrapper-icons {
  display: flex;
  flex-wrap: wrap; }
  .wrapper-modal .modal-body .wrapper-item .wrapper-icons .wrapper-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: silver;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer; }
  .wrapper-modal .modal-body .wrapper-item .wrapper-icons .active {
    background-color: #009900; }
.wrapper-modal .modal-body .wrapper-item .form-control {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid rgba(var(--main_green-code), 0.3) !important;
  margin-bottom: 15px;
  padding: 12px !important; }
.wrapper-modal .modal-body p {
  color: var(--text_color); }

.edit_icon {
  cursor: pointer;
  font-size: 24px;
  margin-left: 5px;
  color: #009900; }

.wrapper-save-input {
  display: none;
  margin-bottom: 10px; }
  .wrapper-save-input input {
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 2px solid var(--main_green);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-right: 5px; }
  .wrapper-save-input .wrapper-icon {
    padding: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #009900;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .wrapper-save-input .wrapper-icon i {
      color: #fff;
      font-size: 20px; }

.wrapper-your-brand {
  display: flex; }
  .wrapper-your-brand .wrapper-style {
    border-radius: 5px; }
    .wrapper-your-brand .wrapper-style .wrapper-item {
      margin-bottom: 15px;
      padding: 15px;
      width: 100%; }
    .wrapper-your-brand .wrapper-style .wrapper-head h2 {
      font-size: 18px !important;
      color: var(--main_bg); }
    .wrapper-your-brand .wrapper-style .wrapper-head p {
      font-size: 12px;
      margin-bottom: 6px; }
    .wrapper-your-brand .wrapper-style .wrapper-data {
      padding: 15px 0 10px;
      display: flex; }
      .wrapper-your-brand .wrapper-style .wrapper-data .wrapper-colors {
        display: flex;
        flex-wrap: wrap; }
        .wrapper-your-brand .wrapper-style .wrapper-data .wrapper-colors .wrapper-color {
          width: 30px;
          height: 30px;
          border-radius: 100%;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
          cursor: pointer;
          margin-right: 5px;
          margin-bottom: 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          .wrapper-your-brand .wrapper-style .wrapper-data .wrapper-colors .wrapper-color input {
            opacity: 0;
            cursor: pointer;
            position: absolute; }
          .wrapper-your-brand .wrapper-style .wrapper-data .wrapper-colors .wrapper-color i {
            width: 16px;
            height: 16px;
            font-size: 16px; }
        .wrapper-your-brand .wrapper-style .wrapper-data .wrapper-colors .active i {
          color: #fff; }
  @media (max-width: 991px) {
    .wrapper-your-brand {
      flex-direction: column; }
      .wrapper-your-brand .wrapper-style {
        width: calc(100% - 30px); }
      .wrapper-your-brand .wrapper-content {
        width: calc(100% - 60px);
        margin-left: 0; }
        .wrapper-your-brand .wrapper-content iframe {
          width: calc(100% - 20px);
          min-width: 100%;
          min-height: 600px; } }
  @media (max-width: 576px) {
    .wrapper-your-brand .wrapper-style {
      width: calc(100% - 15px); }
    .wrapper-your-brand .wrapper-content {
      min-height: 600px;
      width: calc(100% - 45px); } }

.privacy_policy-content, .terms_and_conditions-content {
  padding-top: 150px;
  padding-bottom: 50px;
  min-height: calc(100vh - 122px); }
  .privacy_policy-content .title-content, .terms_and_conditions-content .title-content {
    text-align: center;
    margin-bottom: 20px; }
  .privacy_policy-content .description-content ol, .terms_and_conditions-content .description-content ol {
    font-size: 23px; }
    .privacy_policy-content .description-content ol li ol li, .terms_and_conditions-content .description-content ol li ol li {
      font-size: 20px; }
    .privacy_policy-content .description-content ol li h1, .terms_and_conditions-content .description-content ol li h1 {
      font-size: 25px;
      font-weight: 600; }
  .privacy_policy-content .description-content p, .terms_and_conditions-content .description-content p {
    font-size: 18px; }

.terms_and_conditions-content {
  padding-top: 150px;
  padding-bottom: 50px;
  min-height: calc(100vh - 122px); }
  .terms_and_conditions-content ol {
    counter-reset: item; }
  .terms_and_conditions-content li {
    display: block; }
  .terms_and_conditions-content li:before {
    content: counters(item,".") ".";
    counter-increment: item; }
  .terms_and_conditions-content .title-content {
    text-align: center;
    margin-bottom: 20px; }
  .terms_and_conditions-content .subtitle {
    display: inline-block;
    margin: 7px 0 0 5px; }
  .terms_and_conditions-content .description-content ol {
    font-size: 23px;
    list-style-type: disc; }
  .terms_and_conditions-content .description-content p {
    font-size: 18px; }

@media (max-width: 576px) {
  p {
    text-align: justify; }

  .row {
    width: 100%;
    justify-content: center;
    margin: 0; } }

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