@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../assets/fonts/webfonts/fa-brands-400.eot);
  src: url(../../../assets/fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../assets/fonts/webfonts/fa-brands-400.woff) format("woff"), url(../../../assets/fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../assets/fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../assets/fonts/webfonts/fa-regular-400.eot);
  src: url(../../../assets/fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../assets/fonts/webfonts/fa-regular-400.woff) format("woff"), url(../../../assets/fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../assets/fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../assets/fonts/webfonts/fa-solid-900.eot);
  src: url(../../../assets/fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../assets/fonts/webfonts/fa-solid-900.woff) format("woff"), url(../../../assets/fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../assets/fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
@font-face {
  font-family: simple-line-icons;
  src: url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);
  src: url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal; }
:root {
  --primary-color: #ff4a4a;
  --secondary-color: #279CB1;
  --tertiary-color: #FDBB45; }

html, body {
  height: 100%; }

/* Global */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alert {
  margin-top: 20px; }

.alert.alert-success {
  font-size: 16px;
  font-weight: bold; }

.error {
  color: red;
  font-size: 13px; }

.content {
  text-align: center; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/* Masonry */
.grid {
  position: relative; }

.grid-sizer, .grid-item {
  min-height: auto !important; }

/*========================================================
        DARK LAYOUT
=========================================================*/
.chat-application .content-area-wrapper .content-right .content-wrapper {
  padding: 0; }

.chat-application .content-area-wrapper {
  border: 1px solid #dae1e7;
  border-radius: .25rem; }

.chat-application .chat-profile-sidebar {
  position: fixed;
  z-index: 6;
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff; }

.chat-application .chat-profile-sidebar.show {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.chat-application .chat-profile-sidebar .chat-profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar {
  margin: 2rem auto .5rem; }

.chat-application .chat-profile-sidebar .chat-profile-header .avatar {
  margin-bottom: 1.25rem; }

.chat-application .chat-profile-sidebar .chat-profile-header .close-icon {
  font-size: 1.75rem;
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer; }

.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area {
  position: relative;
  height: -webkit-calc(100vh - 24.25rem);
  height: -moz-calc(100vh - 24.25rem);
  height: calc(100vh - 24.25rem);
  padding: 2rem; }

.chat-application .sidebar-content {
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chat-application .sidebar-content .sidebar-close-icon {
  font-size: 1.25rem;
  position: absolute;
  z-index: 1;
  top: .25rem;
  right: .25rem;
  visibility: hidden;
  cursor: pointer; }

.chat-application .sidebar-content .chat-fixed-search {
  position: fixed;
  width: 400px;
  padding: .65rem;
  border-bottom: 1px solid #e4e7ed; }

.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar {
  display: inline-table;
  width: -webkit-calc(32px + 8px);
  width: -moz-calc(32px + 8px);
  width: calc(32px + 8px); }

.chat-application .sidebar-content .chat-fixed-search input.form-control {
  height: -webkit-calc(1.25em + 1.4rem + 4px);
  height: -moz-calc(1.25em + 1.4rem + 4px);
  height: calc(1.25em + 1.4rem + 4px);
  padding: .9rem 1rem .9rem 3rem; }

.chat-application .sidebar-content .chat-fixed-search .form-control-position {
  top: 5px; }

.chat-application .sidebar-content .chat-fixed-search .form-control-position i {
  left: 9px; }

.chat-application .sidebar-content .chat-user-list {
  width: 400px;
  height: -webkit-calc(100% - 5rem);
  height: -moz-calc(100% - 5rem);
  height: calc(100% - 5rem);
  margin-top: 5rem; }

.chat-application .sidebar-content .chat-user-list ul {
  margin-bottom: 0;
  padding-left: 0; }

.chat-application .sidebar-content .chat-user-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  padding: 1.322rem .85rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.chat-application .sidebar-content .chat-user-list li:not(:first-child) {
  border-top: 1px solid #e4e7ed; }

.chat-application .sidebar-content .chat-user-list li .user-chat-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.chat-application .sidebar-content .chat-user-list li .contact-info {
  width: -webkit-calc(100% - 1rem - 50px);
  width: -moz-calc(100% - 1rem - 50px);
  width: calc(100% - 1rem - 50px);
  margin-top: .3rem; }

.chat-application .sidebar-content .chat-user-list li .contact-info .truncate {
  margin: 0; }

.chat-application .sidebar-content .chat-user-list li:hover {
  cursor: pointer;
  background: #eee; }

.chat-application .sidebar-content .chat-user-list li.active {
  color: #fff;
  background: -webkit-linear-gradient(332deg, #fff, rgba(41, 36, 160, 0.7));
  background: -moz-linear-gradient(332deg, #fff, rgba(41, 36, 160, 0.7));
  background: -o-linear-gradient(332deg, #fff, rgba(41, 36, 160, 0.7));
  background: linear-gradient(118deg, #ffffff, rgba(41, 36, 160, 0.7));
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }

.chat-application .sidebar-content .chat-user-list li.active h1,
.chat-application .sidebar-content .chat-user-list li.active h2,
.chat-application .sidebar-content .chat-user-list li.active h3,
.chat-application .sidebar-content .chat-user-list li.active h4,
.chat-application .sidebar-content .chat-user-list li.active h5,
.chat-application .sidebar-content .chat-user-list li.active h6 {
  color: #fff; }

.chat-application .sidebar-content .chat-user-list li img {
  border: 2px solid #fff; }

.chat-application .sidebar-content .card {
  margin-bottom: 0; }

.chat-application .chat-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: hidden;
  border-radius: .25rem; }

.chat-application .chat-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2); }

.chat-application .chat-app-window .favorite,
.chat-application .chat-app-window .sidebar-toggle {
  cursor: pointer; }

.chat-application .chat-app-window .user-chats {
  position: relative;
  height: -webkit-calc(100vh - 23.5rem);
  height: -moz-calc(100vh - 23.5rem);
  height: calc(100vh - 23.5rem);
  padding: 20px 30px;
  text-align: center; }

.chat-application .chat-app-window .start-chat-area,
.chat-application .chat-app-window .user-chats {
  background-color: #dfdbe5;
  background-image: url("../../images/backgrounds/chat-bg.svg"); }

.chat-application .chat-app-window .start-chat-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column; }

.chat-application .chat-app-window .start-chat-area .start-chat-icon,
.chat-application .chat-app-window .start-chat-area .start-chat-text {
  background: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important; }

.chat-application .chat-app-window .start-chat-area .start-chat-text {
  cursor: pointer;
  border-radius: -webkit-calc(.5rem * 4);
  border-radius: -moz-calc(.5rem * 4);
  border-radius: calc(.5rem * 4); }

.chat-application .chat-app-window .start-chat-area .start-chat-icon {
  font-size: 4rem;
  padding: 2rem;
  border-radius: 50%; }

.chat-application .chat-app-form {
  padding: 20px 10px;
  background-color: white; }

.chat-application .chats {
  padding: 0; }

.chat-application .chats .chat-body {
  display: block;
  overflow: hidden;
  margin: 10px 30px 0 0; }

.chat-application .chats .chat-body .chat-content {
  display: block;
  float: right;
  clear: both;
  margin: 0 20px 10px 0;
  padding: .75rem 1rem;
  text-align: right;
  color: #fff;
  border-radius: .5rem;
  background: -webkit-linear-gradient(332deg, #fff, rgba(41, 36, 160, 0.7));
  background: -moz-linear-gradient(332deg, #fff, rgba(41, 36, 160, 0.7));
  background: -o-linear-gradient(332deg, #fff, rgba(41, 36, 160, 0.7));
  background: linear-gradient(118deg, #ffffff, rgba(41, 36, 160, 0.7));
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

.chat-application .chats .chat-body .chat-content p {
  margin: 0; }

.chat-application .chats .chat-avatar {
  float: right; }

.chat-application .chats .chat-left .chat-avatar {
  float: left; }

.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px; }

.chat-application .chats .chat-left .chat-content {
  float: left;
  margin: 0 0 10px 20px;
  text-align: left;
  color: #626262;
  background: none;
  background-color: white; }

.chat-application .user-profile-sidebar {
  position: fixed;
  z-index: 6;
  right: 4.2rem;
  bottom: 5.25rem;
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 0;
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff; }

.chat-application .user-profile-sidebar.show {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(7%);
  -moz-transform: translateX(7%);
  -ms-transform: translateX(7%);
  -o-transform: translateX(7%);
  transform: translateX(7%);
  opacity: 1; }

.chat-application .user-profile-sidebar .user-profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar {
  margin: 2rem auto .5rem; }

.chat-application .user-profile-sidebar .user-profile-header .avatar {
  margin-bottom: 1.25rem; }

.chat-application .user-profile-sidebar .user-profile-header .close-icon {
  font-size: 1.75rem;
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer; }

.chat-application .user-profile-sidebar .user-profile-sidebar-area {
  position: relative;
  height: -webkit-calc(100vh - 24.25rem);
  height: -moz-calc(100vh - 24.25rem);
  height: calc(100vh - 24.25rem); }

@media (max-width: 767.98px) {
  .chat-application .chat-app-window {
    height: -webkit-calc(100% - 132px);
    height: -moz-calc(100% - 132px);
    height: calc(100% - 132px); }

  .chat-application .sidebar-content .sidebar-close-icon {
    visibility: visible; } }
@media (max-width: 575.98px) {
  .chat-application .sidebar-content {
    left: -4px !important;
    width: 260px; }

  .chat-application .sidebar-content .chat-fixed-search,
  .chat-application .sidebar-content .chat-user-list {
    width: 260px; }

  .chat-application .chat-profile-sidebar {
    width: 260px; }

  .chat-application .user-profile-sidebar {
    right: 2.35rem;
    width: 260px; } }
@media (max-width: 991.98px) {
  .content-right {
    width: 100%; }

  .chat-application .sidebar-content {
    position: fixed;
    z-index: 5;
    left: 0;
    left: -2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }

  .chat-application .sidebar-content.show {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(8.5%);
    -moz-transform: translateX(8.5%);
    -ms-transform: translateX(8.5%);
    -o-transform: translateX(8.5%);
    transform: translateX(8.5%); } }
@media (max-width: 349.98px) {
  .chat-application .sidebar-content {
    left: -2px !important;
    width: 230px; }

  .chat-application .sidebar-content .chat-fixed-search,
  .chat-application .sidebar-content .chat-user-list {
    width: 230px; }

  .chat-application .chat-profile-sidebar {
    width: 230px; }

  .chat-application .user-profile-sidebar {
    width: 230px; } }
body.admin-site {
  background: radial-gradient(circle, #279cb1, #ffffff);
  /* Main */
  /* Store */
  /* Admin */
  /* Admin Editor */ }
  body.admin-site label {
    color: #fff; }
  body.admin-site a {
    color: #279CB1;
    font-size: 16px; }
  body.admin-site a:hover {
    color: #fff; }
  body.admin-site #create-sale .total, body.admin-site #create-sale .icon i {
    color: #fff; }
  body.admin-site #create-sale #products #amount.form-control[readonly], body.admin-site #create-sale #paid_amount.form-control[readonly] {
    background: #fff; }
  body.admin-site .admin-child-table {
    margin-top: 40px; }
  body.admin-site .btn-brand, body.admin-site .daterangepicker .ranges li.active, body.admin-site .btn-success {
    background: #279CB1;
    border-color: #279CB1; }
  body.admin-site .page-sidebar .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar .page-sidebar-menu > li.active > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, body.admin-site .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
    background: #fff; }
  body.admin-site .content-wrap.pdf-wrap h1, body.admin-site h2, body.admin-site h3, body.admin-site h4, body.admin-site h5, body.admin-site h6 {
    font-family: "Rubik", sans-serif; }
  body.admin-site .tooltip-custom, body.admin-site #map-canvas a.active .btn, body.admin-site .progress_bar .bar, body.admin-site .btn-site {
    background: #fff; }
  body.admin-site #map-canvas .btn:hover, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link.active, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover {
    border-color: #fff;
    color: #fff; }
  body.admin-site .table .title, body.admin-site .m-content h1, body.admin-site .m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
    color: #fff; }
  body.admin-site .control-label, body.admin-site .btn.m-btn--label-brand, body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon {
    color: #fff; }
  body.admin-site .m-loader.m-loader--brand:before, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover:not(.m-menu__item--actions) > .m-menu__link .m-menu__link-text {
    color: #fff; }
  body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon:hover .m-nav__link-icon-wrapper, body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #279CB1;
    border: 1px solid #279CB1; }
  body.admin-site .btn-site {
    color: #fff;
    background: #fff;
    color: #fff;
    padding: 10px 36px;
    border-radius: 26px;
    font-size: 16px; }
  body.admin-site .btn-site:hover {
    background: #279CB1; }
  body.admin-site .pagination > .active > a, body.admin-site .pagination > .active > a:hover, body.admin-site .pagination > .active > a:focus, body.admin-site .pagination > .active > span, body.admin-site .pagination > .active > span:hover, body.admin-site .pagination > .active > span:focus {
    background: #fff;
    border-color: #fff; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--active-tab > .m-menu__link, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--hover > .m-menu__link {
    background-color: #fff; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #fff; }
  body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #279CB1; }
  body.admin-site .flex-item .form_fields_actions {
    display: none;
    background: #f3f3f3;
    border: 1px dashed #ccc;
    padding: 10px;
    color: #777; }
  body.admin-site .flex-item:hover .form_fields_actions {
    display: block; }

@media (min-width: 1025px) {
  .admin-site.m-header--fixed.m-header--minimize-on .m-header .m-header__top {
    background-color: #fff !important; } }
body.error-site {
  background: #fff;
  color: #8A8A98; }
  body.error-site .top {
    background: #8A8A98;
    color: #fff; }
  body.error-site .button {
    background: #8A8A98;
    color: #fff; }
  body.error-site a:hover .button {
    background: #8A8A98; }

body.admin-site-2 {
  /*---- ~Juan~ ----*/
  /*---- End ~Juan~ ----*/
  /* Main */ }
  body.admin-site-2 .table .thead-dark th {
    border-color: #fff;
    background-color: #fff; }
  body.admin-site-2 .btn-default {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: #fff !important;
    transition: all ease 0.5s;
    box-shadow: 2px 2px 6px -1px #191919;
    border: 1px solid #fff;
    font-weight: 400; }
    body.admin-site-2 .btn-default:hover {
      color: #fff; }
    body.admin-site-2 .btn-default.type-2 {
      box-shadow: none;
      padding: 8px 15px; }
  body.admin-site-2 .fr-wrapper + div {
    display: none !important; }
  body.admin-site-2 .title_test {
    margin-bottom: 20px; }
  body.admin-site-2 .content_max .row_max .card .card-header p {
    margin: 0;
    font-weight: 600; }
  body.admin-site-2 .content_max .row_max .card .card-content .card-body {
    padding-top: 0; }
    body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card {
      padding: 15px 0; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card:not(:last-child) {
        border-bottom: 1px dashed #a0a0a0; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .card-title {
        margin-bottom: 15px;
        color: #fff;
        font-size: 15px; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item {
        padding: 0;
        line-height: normal; }
        body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label {
          cursor: pointer;
          padding: 0;
          color: #2b2b2b !important;
          display: flex;
          flex-flow: row; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .number_option {
            color: #797979;
            font-size: 12px;
            font-weight: 900;
            padding: 10px;
            min-width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #f3f3f3; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label p {
            width: 100%;
            padding: 10px 15px;
            margin: 0;
            line-height: 18px; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .radio_check {
            padding: 10px;
            min-width: 50px;
            width: 50px;
            padding: 0;
            border-left: 1px solid #f3f3f3;
            position: relative;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center; }
            body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .radio_check:before {
              content: "";
              width: 16px;
              height: 16px;
              background-color: #fff;
              border-radius: 50%;
              border: 1px solid #b5b5b5; }
        body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .custom-control-input:checked ~ .control_label .radio_check:before {
          border-color: #279CB1;
          border-width: 5px; }
  body.admin-site-2 .video_paldx_responsive {
    display: none; }
  body.admin-site-2 .fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
  body.admin-site-2 .fitVids-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.admin-site-2 .contnt_vid .ev_contnt {
    margin: 10px 5px 15px;
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow: hidden; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: transparent; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.9);
      border-radius: 34px;
      margin: 2px 0; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar-thumb {
      background-color: #232323;
      border: 1.4px solid #dbdcde;
      border-radius: 40px; }
    body.admin-site-2 .contnt_vid .ev_contnt .contnt_video {
      position: relative; }
      body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 2; }
        body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play {
          background-color: #171717;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          box-shadow: inset 0 0 28px 1px black;
          transition: all ease 0.5s; }
          body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play:hover {
            box-shadow: inset 0 0 11px 1px black; }
          body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play .icono_play {
            font-size: 4.5rem;
            color: #cecece;
            transform: translateX(5px); }
  body.admin-site-2 .contnt_vid .contnt_gg {
    margin: 10px 5px 15px;
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow: hidden; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course {
      margin-bottom: 0;
      padding: 20px 30px;
      list-style: none;
      background: #fff;
      max-height: 600px;
      overflow-y: auto; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b {
        padding: 15px 0;
        margin: 0;
        align-items: center; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b:not(:last-child) {
          border-bottom: 1px dashed #2b2b2b;
          margin-bottom: 10px; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b:first-child {
          padding-top: 0; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name {
          margin-bottom: 8px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name p {
            text-align: left;
            font-size: 15px;
            color: #2b2b2b;
            margin: 0; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_course {
          text-align: center; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_course .img_preview {
            font-size: 3rem; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
          text-align: center;
          padding: 0;
          margin-top: 8px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn .donwload_btn {
            border: 0;
            box-shadow: 2px 2px 6px 0px #626262;
            padding: 10px 15px;
            width: 100%;
            border-radius: 20px;
            font-size: 14px;
            color: #fff;
            background-color: #1e1e1e !important;
            outline: none; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_descriptions {
          padding: 15px;
          border: 1px dashed #2b2b2b;
          border-radius: 15px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_descriptions p {
            text-align: center;
            margin: 0; }
  body.admin-site-2 .subadmin-child-table {
    margin-top: 40px; }
  body.admin-site-2 .field-message {
    font-size: 13px;
    line-height: 15px; }
  body.admin-site-2 .control_label_disabled {
    background: #f5f5f1; }
  body.admin-site-2 .table {
    margin-top: 0; }
  body.admin-site-2 .contnt_vwo .table-responsive {
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow-y: auto;
    max-height: 700px;
    margin: 10px 5px 15px; }
    body.admin-site-2 .contnt_vwo .table-responsive .md_darck {
      border-radius: 15px;
      margin: 0; }
      body.admin-site-2 .contnt_vwo .table-responsive .md_darck tbody tr {
        transition: all .3s ease;
        cursor: pointer;
        border-radius: .5rem;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 0; }
        body.admin-site-2 .contnt_vwo .table-responsive .md_darck tbody tr:hover {
          transform: translateY(-4px); }
      body.admin-site-2 .contnt_vwo .table-responsive .md_darck .btn {
        padding: 10px 30px;
        color: #fff;
        font-size: 14px;
        border-radius: 20px;
        background-color: #fff !important; }
  body.admin-site-2 .img-profile {
    margin-top: 30px;
    border-radius: 12px; }
  body.admin-site-2 .bg-authentication .btn {
    padding-left: 1rem;
    padding-right: 1rem; }
  body.admin-site-2 label {
    color: #fff; }
  body.admin-site-2 a {
    color: #fff;
    font-size: 16px; }
  body.admin-site-2 a:hover {
    color: #fff; }
  body.admin-site-2 .bg-primary, body.admin-site-2 .badge.badge-primary {
    background: #fff !important; }
  body.admin-site-2 .main-menu .navbar-header .navbar-brand .brand-text {
    color: #fff !important; }
  body.admin-site-2 #dashboard-analytics .bg-analytics, body.admin-site-2 .main-menu.menu-light .navigation > li ul .active {
    background: linear-gradient(118deg, #ffffff, #279cb1); }
  body.admin-site-2 .pagination > .active > a, body.admin-site-2 .pagination > .active > a:hover, body.admin-site-2 .pagination > .active > a:focus, body.admin-site-2 .pagination > .active > span, body.admin-site-2 .pagination > .active > span:hover, body.admin-site-2 .pagination > .active > span:focus {
    background: #fff;
    border-color: #fff; }
  body.admin-site-2 .main-menu.menu-light .navigation > li ul .active {
    box-shadow: 0 0 10px 1px #279CB1; }
  body.admin-site-2 ul.pagination li a, body.admin-site-2 ul.pagination li span {
    min-height: 25px;
    line-height: 25px;
    display: block;
    background: #eaeaea;
    padding: 1px 8px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  body.admin-site-2 ul.pagination li.active span {
    background-color: #fff;
    color: #fff; }
  body.admin-site-2 .btn-outline-primary {
    color: #fff;
    border-color: #fff; }
  body.admin-site-2 .btn-outline-primary:not(:disabled):not(.disabled):active, body.admin-site-2 .btn-outline-primary:not(:disabled):not(.disabled).active, body.admin-site-2 .show > .btn-outline-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #fff; }
  body.admin-site-2 .filter_button {
    text-align: left; }
  body.admin-site-2 .data-list-view-header .table-responsive .top, body.admin-site-2 .data-thumb-view-header .table-responsive .top {
    padding-left: 0; }
  body.admin-site-2 .data-list-view-header .table-responsive .top .action-btns .actions-dropodown, body.admin-site-2 .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown {
    margin-right: 0; }
  body.admin-site-2 .data-list-view-header .table-responsive .top .action-btns, body.admin-site-2 .data-thumb-view-header .table-responsive .top .action-btns {
    margin-top: 0; }
  body.admin-site-2 .img-user {
    margin: auto;
    margin-bottom: 15px; }
  body.admin-site-2 .bg-authentication {
    background-color: #fff; }
    body.admin-site-2 .bg-authentication h4 {
      color: #fff; }
    body.admin-site-2 .bg-authentication .px-2 {
      text-align: left; }
    body.admin-site-2 .bg-authentication .vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
      background-color: #fff !important; }
    body.admin-site-2 .bg-authentication .vs-checkbox-primary input:checked ~ .vs-checkbox {
      border-color: #fff !important; }
  body.admin-site-2 .btn-outline-primary {
    border: 1px solid #fff; }
  body.admin-site-2 .main-menu .navbar-header {
    height: 18.9rem;
    background: unset; }
  body.admin-site-2 .btn-primary {
    border-color: #fff !important;
    background-color: #fff !important; }
  body.admin-site-2 .btn-primary:hover {
    border-color: #FDBB45 !important;
    -webkit-box-shadow: 0px 0px 4px #FDBB45;
    box-shadow: 0px 0px 4px #FDBB45; }
  body.admin-site-2 .ecommerce-application .ecommerce-card .cart {
    background-color: #fff; }
  body.admin-site-2 .ecommerce-application .ecommerce-card .item-name {
    color: #fff; }
  body.admin-site-2 .main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, #ffffff, #ffffff);
    box-shadow: 2px 2px 8px #9e9e9e; }
  body.admin-site-2 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, body.admin-site-2 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
    background: #fff; }
  body.admin-site-2 .cart a {
    color: #ffffff; }
  body.admin-site-2 .form-control:focus {
    border-color: #fff; }
  body.admin-site-2 .has-icon-left .form-control-position i {
    color: #fff; }
  body.admin-site-2 label {
    color: #fff !important;
    text-align: left !important; }
  body.admin-site-2 .content {
    text-align: left !important; }
  body.admin-site-2 .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
    color: #fff !important; }
  body.admin-site-2 .form-label-group > input:focus:not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:focus:not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
    color: #fff !important; }
  body.admin-site-2 .solunes-footer {
    color: #bfbfbf; }
  body.admin-site-2 .icon-solunes {
    color: #fff; }
  body.admin-site-2 .developed-by {
    font-size: 14px;
    color: #bfbfbf; }
  body.admin-site-2 .card .btn-ticket {
    padding: 2rem;
    border: 2px solid #dcdcdc;
    border-radius: 15px;
    transition: .3s all ease-in-out; }
    body.admin-site-2 .card .btn-ticket .price-ticket {
      text-align: right;
      border-bottom: 2px solid #d8d8d8;
      padding-bottom: 10px;
      color: #fff; }
    body.admin-site-2 .card .btn-ticket .name-ticket {
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 0; }
    body.admin-site-2 .card .btn-ticket p {
      text-align: center;
      font-size: 12px;
      margin-top: 5px;
      color: #6d6d6d; }
    body.admin-site-2 .card .btn-ticket .btn.btn-primary {
      margin: 2rem auto 0 !important;
      display: block;
      max-width: 65%;
      color: #fff;
      transition: .3s all ease-in-out; }
    body.admin-site-2 .card .btn-ticket .btn.btn-primary:hover {
      background-color: #fff !important;
      color: #fff !important;
      font-weight: 700; }
  body.admin-site-2 .card .btn-ticket:hover {
    box-shadow: 2px 2px 14px 1px #dcdcdc; }
  body.admin-site-2 #profile-info .card .account-settings-form label {
    font-weight: 700; }
  body.admin-site-2 #profile-info .card .account-settings-form h2:first-child {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 0; }
  body.admin-site-2 #profile-info .card .account-settings-form h2 {
    padding: 1rem 0;
    font-size: 20px; }
  body.admin-site-2 #profile-info .card .account-settings-form #price {
    float: right;
    color: #fff; }
  body.admin-site-2 #profile-info .card .account-settings-form #total_price {
    float: right;
    border: 1px solid #609;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px; }
  body.admin-site-2 #profile-info .card .account-settings-form .btn.btn-primary {
    margin-left: -15px; }
  @media (min-width: 1400px) and (max-width: 1600px) {
    body.admin-site-2 .col-slg-1 {
      max-width: 8.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 8.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 8.33333% !important;
      flex: 0 0 8.33333% !important; }
    body.admin-site-2 .col-slg-2 {
      max-width: 16.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 16.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 16.66667% !important;
      flex: 0 0 16.66667% !important; }
    body.admin-site-2 .col-slg-3 {
      max-width: 25% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 25% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important; }
    body.admin-site-2 .col-slg-4 {
      max-width: 33.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 33.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 33.33333% !important;
      flex: 0 0 33.33333% !important; }
    body.admin-site-2 .col-slg-5 {
      max-width: 41.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 41.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 41.66667% !important;
      flex: 0 0 41.66667% !important; }
    body.admin-site-2 .col-slg-6 {
      max-width: 50% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 50% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important; }
    body.admin-site-2 .col-slg-7 {
      max-width: 58.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 58.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 58.33333% !important;
      flex: 0 0 58.33333% !important; }
    body.admin-site-2 .col-slg-8 {
      max-width: 66.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 66.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 66.66667% !important;
      flex: 0 0 66.66667% !important; }
    body.admin-site-2 .col-slg-9 {
      max-width: 75% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 75% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
      flex: 0 0 75% !important; }
    body.admin-site-2 .col-slg-10 {
      max-width: 83.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 83.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 83.33333% !important;
      flex: 0 0 83.33333% !important; }
    body.admin-site-2 .col-slg-11 {
      max-width: 91.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 91.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 91.66667% !important;
      flex: 0 0 91.66667% !important; }
    body.admin-site-2 .col-slg-12 {
      max-width: 100% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
      order: +10;
      margin: 10px 0 0;
      width: 100%;
      max-width: none;
      flex: 0 0 100%; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
        width: 100%; } }
  @media (min-width: 1400px) {
    body.admin-site-2 .col-sxl-1 {
      max-width: 8.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%; }
    body.admin-site-2 .col-sxl-2 {
      max-width: 16.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%; }
    body.admin-site-2 .col-sxl-3 {
      max-width: 25%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    body.admin-site-2 .col-sxl-4 {
      max-width: 33.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%; }
    body.admin-site-2 .col-sxl-5 {
      max-width: 41.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%; }
    body.admin-site-2 .col-sxl-6 {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    body.admin-site-2 .col-sxl-7 {
      max-width: 58.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%; }
    body.admin-site-2 .col-sxl-8 {
      max-width: 66.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%; }
    body.admin-site-2 .col-sxl-9 {
      max-width: 75%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%; }
    body.admin-site-2 .col-sxl-10 {
      max-width: 83.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%; }
    body.admin-site-2 .col-sxl-11 {
      max-width: 91.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%; }
    body.admin-site-2 .col-sxl-12 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media (max-width: 1399px) {
    body.admin-site-2 .contnt_vid .op_top {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name p {
      text-align: center !important; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
      order: +10;
      margin: 10px 0 0; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
        max-width: 100%; } }
  @media (max-width: 480px) {
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
      width: 100% !important;
      max-width: unset !important; }
    body.admin-site-2 .dp-none-425 {
      display: none; }
    body.admin-site-2 .content-header-title {
      width: min-content;
      font-size: 12px;
      color: #fff !important; }
    body.admin-site-2 .card .btn-ticket {
      padding: 1rem;
      margin-bottom: 1.5rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%;
        font-size: 14px; }
    body.admin-site-2 #profile-info .card .account-settings-form #price {
      float: inherit;
      display: block;
      text-align: center;
      margin-top: 10px; }
    body.admin-site-2 #profile-info .card .account-settings-form #total_price {
      float: inherit;
      display: block;
      text-align: center;
      margin-top: 1rem; }
    body.admin-site-2 #profile-info .card .account-settings-form .btn.btn-primary {
      margin-left: 0; }
    body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play {
      width: 80px;
      height: 80px; }
      body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play .icono_play {
        font-size: 2.7rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body.admin-site-2 .card .btn-ticket {
      padding: 1rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .name-ticket {
        font-size: 16px;
        min-height: 40px; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%;
        font-size: 12px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body.admin-site-2 .card .btn-ticket {
      padding: 1.5rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .name-ticket {
        min-height: 58px; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%; } }
  @media screen and (max-width: 1399px) {
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
      width: 100%;
      max-width: 200px; } }
  @media screen and (max-width: 767px) {
    body.admin-site-2 .breadcrumbs-top {
      padding: 0; }
      body.admin-site-2 .breadcrumbs-top .content-header-title {
        font-size: 20px;
        width: 100%; }
      body.admin-site-2 .breadcrumbs-top .breadcrumb-wrapper {
        padding: 0;
        overflow: hidden; }
        body.admin-site-2 .breadcrumbs-top .breadcrumb-wrapper .breadcrumb {
          padding: 0 !important;
          border: 0;
          flex-flow: row wrap;
          width: 100%; }
    body.admin-site-2 .video_paldx {
      display: none; }
    body.admin-site-2 .video_paldx_responsive {
      display: block !important;
      text-align: center; }
      body.admin-site-2 .video_paldx_responsive img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      body.admin-site-2 .video_paldx_responsive h4 {
        margin-top: 20px;
        margin-bottom: 10px; }
    body.admin-site-2 .min_w-responsive {
      min-width: max-content; }
    body.admin-site-2 .max_w-300 {
      max-width: 400px; }
    body.admin-site-2 .dobo-home .modal__featured {
      display: none; } }
  body.admin-site-2 .btn-text-white {
    color: #fff !important;
    background-color: #fff !important; }
  body.admin-site-2 .solunes-store .card-body {
    padding: 0; }
  body.admin-site-2 .solunes-store h3 {
    font-size: 16px !important;
    text-align: center !important;
    padding: 25px 0 !important; }
  body.admin-site-2 .solunes-store .waves-button-input {
    background: #fff !important;
    color: #ffffff !important; }
  body.admin-site-2 .solunes-store .btn {
    width: 100% !important;
    padding: 0; }

body.main-site {
  font-family: "Rubik", sans-serif;
  /*@import "master/main";
  @import "master/responsive";
  @import "segments/main";
  @import "segments/responsive";*/
  /**
  * local variables 
  ====================================== */
  /*Bootstrap extended*/
  /* Color Transition */
  /*==============  owl carousel  ===============*/
  /**
  * styles 
  ====================================== */
  /*==============  general  ===============*/
  /*==============  forms  ===============*/
  /*==============  Our bussines Secction  ===============*/
  /*==============  our services section  ===============*/
  /*==============  scroll efects  ===============*/
  /*==============  maps view  ===============*/
  /*==============  nav bar new  ===============*/
  /*==============  qpos  ===============*/
  /**
  * animations 
  ====================================== */ }
  body.main-site .form-control:focus {
    color: #6e6b7b;
    background-color: #fff;
    border-color: #fff; }
  body.main-site .form-select:focus {
    border-color: #fff; }
  body.main-site .form-check-input:focus {
    border-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.4); }
  body.main-site .form-check-input:checked {
    background-color: #fff;
    border-color: #fff; }
  body.main-site .form-check-input[type="checkbox"]:indeterminate {
    background-color: #fff;
    border-color: #fff; }
  body.main-site .form-check-input:not(:disabled):checked {
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.4); }
  body.main-site .form-range::-webkit-slider-thumb {
    background-color: #fff; }
  body.main-site .form-range::-moz-range-thumb {
    background-color: #fff; }
  body.main-site .btn-primary {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  body.main-site .btn-success {
    background-color: #27B178;
    font-size: 18px;
    padding: 15px 73px; }
  body.main-site .btn-outline-secondary {
    color: #279CB1;
    background-color: transparent;
    border-color: #279CB1; }
  body.main-site .btn-primary:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.9); }
  body.main-site .btn-check:focus + .btn-primary, body.main-site .btn-primary:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0.25rem rgba(136, 126, 242, 0.5); }
  body.main-site .btn-secondary {
    color: #fff;
    background-color: #279CB1;
    border-color: #279CB1;
    font-size: 18px;
    padding: 17.5px;
    font-weight: 500;
    line-height: 25.45px;
    min-height: 60px; }
    body.main-site .btn-secondary:hover {
      color: #000;
      background-color: #FDBB45;
      border-color: #FDBB45; }
    body.main-site .btn-secondary.small {
      font-size: 18px;
      padding: 10px 30px; }
  body.main-site .btn-third {
    color: #000;
    background-color: #FDBB45;
    border-color: #FDBB45;
    font-size: 18px;
    padding: 15.5px 57px;
    font-weight: 500; }
    body.main-site .btn-third:hover {
      color: #fff;
      background-color: #279CB1;
      border-color: #279CB1; }
    body.main-site .btn-third.small {
      font-size: 18px;
      padding: 10px 30px; }
  body.main-site .btn-light {
    padding: 24px;
    font-size: 18px;
    background-color: #EDF2F7;
    border: none; }
  body.main-site .btn-black {
    font-size: 18px;
    padding: 19.5px 57px;
    font-weight: 500;
    color: #fff !important;
    background-color: #5C5C5C; }
    body.main-site .btn-black:hover {
      background-color: #EA5455;
      border-color: #EA5455; }
    body.main-site .btn-black.small {
      font-size: 18px;
      padding: 10px 30px; }
  body.main-site .alert {
    z-index: 999; }
  body.main-site .btn-white {
    padding: 24px;
    font-size: 18px;
    background-color: #fff;
    border: none; }
  body.main-site .btn-black-outline {
    padding: 24px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #000; }
  body.main-site .btn-check:focus + .btn-secondary, body.main-site .btn-secondary:focus {
    color: #fff;
    background-color: #6f7276;
    border-color: #686b6f;
    box-shadow: 0 0 0 0.25rem rgba(149, 152, 156, 0.5); }
  body.main-site .btn-outline-primary {
    color: #fff;
    border-color: #fff; }
  body.main-site .btn-outline-primary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  body.main-site .btn-check:checked + .btn-outline-primary, body.main-site .btn-check:active + .btn-outline-primary, body.main-site .btn-outline-primary:active, body.main-site .btn-outline-primary.active, body.main-site .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  body.main-site .btn-outline-primary:disabled, body.main-site .btn-outline-primary.disabled {
    color: #fff;
    background-color: transparent; }
  body.main-site .btn-link {
    color: #fff; }
  body.main-site .btn-check:focus + .btn, body.main-site .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); }
  body.main-site .btn-check:focus + .btn-outline-primary, body.main-site .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  body.main-site .btn-check:checked + .btn-outline-primary:focus, body.main-site .btn-check:active + .btn-outline-primary:focus, body.main-site .btn-outline-primary:active:focus, body.main-site .btn-outline-primary.active:focus, body.main-site .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  body.main-site .dropdown-item {
    text-transform: none !important;
    position: relative;
    color: #635A58; }
    body.main-site .dropdown-item img {
      max-width: 27px; }
    body.main-site .dropdown-item:not(.sub-item):before {
      transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
      right: 100%;
      margin-top: 12px;
      transform: none;
      content: "";
      position: absolute;
      width: auto;
      height: 3px;
      top: 54%;
      left: 15px; }
    body.main-site .dropdown-item:hover, body.main-site .dropdown-item:focus {
      color: #000 !important; }
      body.main-site .dropdown-item:hover:not(.sub-item)::before, body.main-site .dropdown-item:focus:not(.sub-item)::before {
        right: 15px;
        margin-top: 12px;
        transform: none;
        background: #279CB1; }
    body.main-site .dropdown-item.active, body.main-site .dropdown-item:active {
      color: #fff;
      background-color: #fff; }
    body.main-site .dropdown-item.qpos-design::before {
      background-color: #0B0B0B !important; }
    body.main-site .dropdown-item.qpos-design.active, body.main-site .dropdown-item.qpos-design:active {
      opacity: 1;
      color: #333333 !important; }
      body.main-site .dropdown-item.qpos-design.active::before, body.main-site .dropdown-item.qpos-design:active::before {
        background-color: #279CB1;
        right: 15px; }
  body.main-site .flag_icon {
    opacity: .3;
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
    body.main-site .flag_icon.flag_active {
      opacity: 1; }
  body.main-site .dropdown-menu-dark .dropdown-item.active, body.main-site .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #fff; }
  body.main-site .sub-menu .dropdown-item:hover, body.main-site .sub-menu .dropdown-item:focus {
    background-color: #f3f3f3; }
  body.main-site .nav-link {
    color: #fff; }
  body.main-site .nav-tabs .nav-link.active, body.main-site .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: #dae1e7 #dae1e7 transparent; }
  body.main-site .nav-pills .nav-link.active, body.main-site .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fff; }
  body.main-site .accordion-button:focus {
    border-color: #fff; }
  body.main-site .page-link:hover {
    color: #fff;
    background-color: #f3f2f7;
    border-color: #dae1e7; }
  body.main-site .page-item.active .page-link {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  body.main-site .page-link:focus {
    color: inherit;
    background-color: #f3f2f7;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); }
  body.main-site .progress-bar {
    color: #fff;
    background-color: #fff; }
  body.main-site .progress {
    background-color: rgba(255, 255, 255, 0.12); }
  body.main-site .list-group-item-action:active {
    color: #fff;
    background-color: #fff; }
  body.main-site .list-group-item.active {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  body.main-site .bs-popover-bottom .popover-header::before, body.main-site .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    border-bottom: 0 solid #fff; }
  body.main-site .popover-header {
    color: #fff;
    background-color: #fff;
    border-bottom: 0 solid #ebe9f1; }
  body.main-site .link-primary {
    color: #fff; }
  body.main-site .link-primary:hover, body.main-site .link-primary:focus {
    color: rgba(255, 255, 255, 0.85); }
  body.main-site .link-secondary {
    color: #82868b; }
  body.main-site .link-secondary:hover, body.main-site .link-secondary:focus {
    color: #7c7f84; }
  body.main-site .border-primary {
    border-color: #fff !important; }
  body.main-site .border-secondary {
    border-color: #82868b !important; }
  body.main-site .input-group:not(.bootstrap-touchspin):focus-within .form-control, body.main-site .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color: #fff; }
  body.main-site .form-floating > .form-control:focus ~ label {
    color: #fff; }
  body.main-site .textarea-counter-value {
    background-color: #fff; }
  body.main-site .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-end::before, body.main-site .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-end::before {
    background: #fff;
    border-color: #fff; }
  body.main-site .header-navbar .navbar-container ul.navbar-nav li i.ficon:hover, body.main-site .header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
    color: #fff; }
  body.main-site .card-congratulations {
    background: linear-gradient(118deg, #ffffff, rgba(255, 255, 255, 0.7)); }
  body.main-site .nav-pills .nav-link.active {
    border-color: #fff;
    box-shadow: 0 4px 18px -4px rgba(255, 255, 255, 0.65); }
  body.main-site .nav-pills.dropdown.show .dropdown-item.active:hover {
    color: #fff; }
  body.main-site .nav-tabs .nav-link:after {
    background: linear-gradient(30deg, #ffffff, rgba(255, 255, 255, 0.5)) !important; }
  body.main-site .nav-tabs .nav-link.active {
    color: #fff; }
  body.main-site .page-item.prev-item .page-link:hover {
    background: #f3f2f7;
    color: #fff; }
  body.main-site .page-item.prev-item .page-link:active, body.main-site .page-item.prev-item .page-link:hover {
    background-color: #fff !important; }
  body.main-site .page-item.next-item .page-link:hover {
    background: #f3f2f7;
    color: #fff; }
  body.main-site .page-item.next-item .page-link:active, body.main-site .page-item.next-item .page-link:hover {
    background-color: #fff !important; }
  body.main-site .page-item .page-link:hover {
    color: #fff; }
  body.main-site .page-item.active .page-link {
    background-color: #fff; }
  body.main-site .popover .popover-header {
    border: 1px solid #fff; }
  body.main-site .popover.bs-popover-bottom .popover-arrow:after {
    border-bottom-color: #fff; }
  body.main-site p, body.main-site h1, body.main-site h2, body.main-site h3, body.main-site h4, body.main-site h5 {
    color: #333333;
    font-family: "Rubik", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-family: "Rubik", sans-serif; }
    body.main-site p strong, body.main-site h1 strong, body.main-site h2 strong, body.main-site h3 strong, body.main-site h4 strong, body.main-site h5 strong {
      font-weight: 700; }
    body.main-site p.white, body.main-site h1.white, body.main-site h2.white, body.main-site h3.white, body.main-site h4.white, body.main-site h5.white {
      color: #fff !important; }
    body.main-site p.green, body.main-site h1.green, body.main-site h2.green, body.main-site h3.green, body.main-site h4.green, body.main-site h5.green {
      color: #279CB1 !important; }
    body.main-site p.green_2, body.main-site h1.green_2, body.main-site h2.green_2, body.main-site h3.green_2, body.main-site h4.green_2, body.main-site h5.green_2 {
      color: #27B178 !important; }
  body.main-site span {
    font-weight: 500; }
    body.main-site span strong {
      color: #279CB1;
      font-weight: 600; }
  body.main-site h1 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 57px; }
    body.main-site h1 label {
      color: #EA5455; }
  body.main-site h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px; }
    body.main-site h2.small {
      font-size: 22px; }
  body.main-site h3 {
    margin-bottom: .8rem; }
  body.main-site h5 {
    font-size: 20px;
    font-weight: 500; }
    body.main-site h5.normal {
      font-weight: 400;
      line-height: 30.12px; }
  body.main-site h6 {
    font-size: 16px; }
  body.main-site p {
    font-size: 18px;
    line-height: 27.11px; }
  body.main-site .py-25 {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important; }
  body.main-site .main_divider {
    display: flex; }
    body.main-site .main_divider.disabled {
      animation: translate_32 .3s ease-out forwards !important; }
@keyframes translate_32 {
  100% {
    transform: translateY(-32px); } }
@keyframes translate_32_inverse {
  0% {
    transform: translateY(-32px); }
  100% {
    transform: translateY(0); } }
  body.main-site .header-column.justify-content-end {
    width: 100%; }
    body.main-site .header-column.justify-content-end .header-nav-main.header-nav-main-square {
      width: 100%; }
      body.main-site .header-column.justify-content-end .header-nav-main.header-nav-main-square .collapse {
        width: 100%; }
  body.main-site .header-body {
    max-height: 115px;
    height: 1000px;
    transition: max-height .5s ease-in-out !important; }
  body.main-site nav.collapse {
    display: block; }
  body.main-site #header.type__fixed {
    position: fixed !important;
    top: 0;
    left: 0; }
  body.main-site #header .header-body .header-container {
    display: none; }
    body.main-site #header .header-body .header-container.active {
      display: block; }
  body.main-site #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active {
    color: #333333 !important; }
    body.main-site #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active::before {
      background-color: #279CB1; }
  body.main-site #header .header-container {
    flex-direction: column;
    flex-wrap: nowrap; }
  body.main-site #header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    background-color: #279CB1; }
  body.main-site #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: #fff !important; }
  body.main-site #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark {
    background: #fff; }
  body.main-site #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark:before {
    border-bottom-color: #fff; }
  body.main-site #header.header-dark .header-body {
    background: #fff; }
  body.main-site #header.header-transparent .header-body.bg-dark .header-nav-main:before, body.main-site #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
    background-color: #fff; }
  body.main-site .page-header {
    background-color: #fff; }
  body.main-site .text-dark {
    color: #646464 !important; }
  body.main-site .text-blue {
    color: #052446 !important; }
  body.main-site .text-blue-varation {
    color: #00418A !important; }
  body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #e6e6e6; }
  body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #e7e7e7; }
  body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: rgba(255, 255, 255, 0.3); }
  body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:focus > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:active > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.active > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.open > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.accessibility-open > a {
    background: #f2f2f2; }
  body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:active > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.active > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a, body.main-site #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.accessibility-open > a {
    background: #f2f2f2; }
  body.main-site .ms-auto {
    margin-right: auto !important; }
  body.main-site .me-auto {
    margin-left: auto !important; }
  body.main-site .pill {
    padding: 0.5rem 1rem;
    font-size: .8rem !important;
    border-radius: 20px; }
  body.main-site .block-centered {
    display: block;
    width: fit-content;
    margin: auto; }
  body.main-site .second-c {
    color: #279CB1 !important; }
  body.main-site .simple-search .btn {
    border: 1px solid #279CB1; }
    body.main-site .simple-search .btn i {
      color: #279CB1 !important; }
  body.main-site .d_flex {
    display: flex;
    justify-content: center;
    align-items: center; }
  body.main-site a:active {
    color: #279CB1; }
  body.main-site .nav-pills-primary a:active {
    color: #279CB1; }
  body.main-site .nav-link:active {
    color: #279CB1; }
  body.main-site .btn-link:active {
    color: #279CB1; }
  body.main-site .btn-check:active + .btn-primary, body.main-site .btn-check:checked + .btn-primary, body.main-site .btn-check:focus + .btn-primary {
    background-color: #279CB1;
    border-color: rgba(39, 156, 177, 0.8) rgba(39, 156, 177, 0.8) #279CB1; }
  body.main-site .section.section-primary {
    background-color: rgba(39, 156, 177, 0.8) !important;
    border-color: #279CB1 !important; }
  body.main-site .title_section {
    margin-left: 4rem;
    font-weight: 500 !important; }
  body.main-site section.page-header.custom-product {
    background-color: #279CB1;
    border-top-color: #279CB1; }
  body.main-site #header .header-top.header-top-primary {
    background: rgba(39, 156, 177, 0.8);
    border-top-color: #279CB1; }
  body.main-site .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #279CB1; }
  body.main-site ::-moz-selection {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site ::selection {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .form-group a {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .text-color-primary, body.main-site .text-primary {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .text-color-hover-primary:hover, body.main-site .text-hover-primary:hover {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-fill-color-primary {
    fill: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-fill-color-primary svg path, body.main-site .svg-fill-color-primary svg rect, body.main-site .svg-fill-color-primary svg line, body.main-site .svg-fill-color-primary svg polyline, body.main-site .svg-fill-color-primary svg polygon {
    fill: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-fill-color-hover-primary:hover {
    fill: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-fill-color-hover-primary svg:hover path, body.main-site .svg-fill-color-hover-primary svg:hover rect, body.main-site .svg-fill-color-hover-primary svg:hover line, body.main-site .svg-fill-color-hover-primary svg:hover polyline, body.main-site .svg-fill-color-hover-primary svg:hover polygon {
    fill: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-stroke-color-primary {
    stroke: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-stroke-color-primary svg path, body.main-site .svg-stroke-color-primary svg rect, body.main-site .svg-stroke-color-primary svg line, body.main-site .svg-stroke-color-primary svg polyline, body.main-site .svg-stroke-color-primary svg polygon {
    stroke: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-stroke-color-hover-primary:hover {
    stroke: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-stroke-color-hover-primary svg:hover path, body.main-site .svg-stroke-color-hover-primary svg:hover rect, body.main-site .svg-stroke-color-hover-primary svg:hover line, body.main-site .svg-stroke-color-hover-primary svg:hover polyline, body.main-site .svg-stroke-color-hover-primary svg:hover polygon {
    stroke: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .svg-animation-effect-1-hover:hover svg path, body.main-site .svg-animation-effect-1-hover:hover svg polygon, body.main-site .svg-animation-effect-1-hover:hover svg polyline,
  body.main-site .svg-animation-effect-1-hover:hover svg rect {
    stroke: rgba(39, 156, 177, 0.8); }
  body.main-site .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg path, body.main-site .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polygon, body.main-site .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polyline, body.main-site .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg rect {
    stroke: rgba(39, 156, 177, 0.8); }
  body.main-site .gradient-text-color {
    color: rgba(39, 156, 177, 0.8);
    background: linear-gradient(to bottom right, rgba(39, 156, 177, 0.8), #212529);
    background-image: linear-gradient(to right, rgba(39, 156, 177, 0.8), #212529); }
  body.main-site .bg-color-primary, body.main-site .bg-primary {
    background-color: #279CB1 !important; }
  body.main-site .bg-color-hover-primary:hover,
  body.main-site .bg-hover-primary:hover {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .bg-color-after-primary:after {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .bg-color-hover-after-primary:after:hover {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .bg-color-before-primary:before {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .bg-color-hover-before-primary:before:hover {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .bg-gradient {
    background-color: rgba(39, 156, 177, 0.8) !important;
    background-image: linear-gradient(to right, rgba(39, 156, 177, 0.8) 0%, #212529 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba( $second-color, .8 )', endColorstr='#212529', GradientType=1); }
  body.main-site .bg-gradient-to-top {
    background-color: rgba(39, 156, 177, 0.8) !important;
    background-image: linear-gradient(to top, rgba(39, 156, 177, 0.8) 0%, #212529 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba( $second-color, .8 )', endColorstr='#212529', GradientType=1); }
  body.main-site .bg-gradient-to-bottom {
    background-color: rgba(39, 156, 177, 0.8) !important;
    background-image: linear-gradient(to bottom, rgba(39, 156, 177, 0.8) 0%, #212529 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba( $second-color, .8 )', endColorstr='#212529', GradientType=1); }
@-webkit-keyframes colorTransition {
  0% {
    background-color: rgba(39, 156, 177, 0.8); }
  33% {
    background-color: #212529; }
  66% {
    background-color: #EDEDED; }
  100% {
    background-color: #BBB; } }
@keyframes colorTransition {
  0% {
    background-color: rgba(39, 156, 177, 0.8); }
  33% {
    background-color: #212529; }
  66% {
    background-color: #EDEDED; }
  100% {
    background-color: #BBB; } }
  body.main-site .border-color-primary {
    border-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .border-color-hover-primary:hover {
    border-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .alternative-font {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .box-shadow-1-primary:before {
    box-shadow: 0 30px 90px rgba(39, 156, 177, 0.8) !important; }
  body.main-site .blockquote-primary {
    border-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site p.drop-caps:first-letter {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site p.drop-caps.drop-caps-style-2:first-letter {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .nav-color-primary nav > ul > li > a {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .nav-pills > li.active > a, body.main-site .nav-pills .nav-link.active {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .nav-pills > li.active > a:hover, body.main-site .nav-pills .nav-link.active:hover, body.main-site .nav-pills > li.active > a:focus, body.main-site .nav-pills .nav-link.active:focus {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .nav-active-style-1 > li > a:hover, body.main-site .nav-active-style-1 > li > a:focus, body.main-site .nav-active-style-1 > li > a.active {
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site .nav-pills-primary a {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .nav-pills-primary .nav-link.active, body.main-site .nav-pills-primary > li.active > a {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .nav-pills-primary .nav-link.active:hover, body.main-site .nav-pills-primary > li.active > a:hover, body.main-site .nav-pills-primary .nav-link.active:focus, body.main-site .nav-pills-primary > li.active > a:focus {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .nav-link {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .section-scroll-dots-navigation-colored > ul > li.active > a:before {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .sort-source-wrapper .nav > li.active > a {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .sort-source-wrapper .nav > li.active > a:hover, body.main-site .sort-source-wrapper .nav > li.active > a:focus {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: rgba(39, 156, 177, 0.8); }
  body.main-site .sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: rgba(39, 156, 177, 0.8) !important;
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .badge-primary {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .overlay-color-primary:not(.no-skin):before {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .btn-link {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .btn-primary-scale-2 {
    background-color: #279CB1;
    border-color: rgba(39, 156, 177, 0.8) rgba(39, 156, 177, 0.6) rgba(39, 156, 177, 0.4); }
  body.main-site .btn-primary-scale-2:hover, body.main-site .btn-primary-scale-2.hover {
    background-color: rgba(39, 156, 177, 0.85);
    border-color: rgba(39, 156, 177, 0.9) rgba(39, 156, 177, 0.8) #279CB1; }
  body.main-site .btn-check:active + .btn-primary, body.main-site .btn-check:checked + .btn-primary, body.main-site .btn-check:focus + .btn-primary {
    background-color: #df4c43;
    border-color: rgba(39, 156, 177, 0.8) rgba(39, 156, 177, 0.8) #df4c43; }
  body.main-site .show > .btn-outline.btn-primary.dropdown-toggle {
    background-color: rgba(39, 156, 177, 0.8) !important;
    border-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .btn-with-arrow.btn-primary {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .btn-with-arrow.btn-primary:active {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .btn-primary:active, body.main-site .btn-primary.active {
    background-color: #e6e6e6 !important;
    border-color: rgba(255, 255, 255, 0.9) rgba(255, 255, 255, 0.7) white !important; }
  body.main-site .btn-with-arrow.btn-primary span {
    background-color: rgba(39, 156, 177, 0.8);
    box-shadow: 2px 3px 18px -3px rgba(39, 156, 177, 0.8); }
  body.main-site .btn-with-arrow.btn-primary.btn-outline {
    border-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .btn-gradient:not(.btn-outline) {
    background: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%) !important; }
  body.main-site .btn-gradient:not(.btn-outline).disabled, body.main-site .btn-gradient:not(.btn-outline):disabled {
    background: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%) !important; }
  body.main-site .btn-gradient.btn-outline {
    -o-border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%);
    border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%);
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .btn-gradient.btn-outline.disabled, body.main-site .btn-gradient.btn-outline:disabled {
    -o-border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%);
    border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%); }
  body.main-site .btn-gradient-primary.btn-outline {
    -o-border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #e9827c 80%);
    border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #e9827c 80%);
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .btn-gradient-primary.btn-outline.disabled, body.main-site .btn-gradient-primary.btn-outline:disabled {
    -o-border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #e9827c 80%);
    border-image: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #e9827c 80%); }
  body.main-site .pagination > a, body.main-site .pagination > a:hover, body.main-site .pagination > a:focus, body.main-site .pagination > li > a, body.main-site .pagination > li > span, body.main-site .pagination > li > a:hover, body.main-site .pagination > li > span:hover, body.main-site .pagination > li > a:focus, body.main-site .pagination > li > span:focus {
    color: #279CB1; }
  body.main-site .pagination > .active > a, body.main-site .pagination > .active > span, body.main-site .pagination > .active > a:hover, body.main-site .pagination > .active > span:hover, body.main-site .pagination > .active > a:focus, body.main-site .pagination > .active > span:focus, body.main-site .pagination .page-item.active .page-link {
    background-color: #279CB1 !important;
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site body.dark .pagination > li > a, body.main-site body.dark .pagination > li > span, body.main-site body.dark .pagination > li > a:hover, body.main-site body.dark .pagination > li > span:hover, body.main-site body.dark .pagination > li > a:focus, body.main-site body.dark .pagination > li > span:focus {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site body.dark .pagination > .active > a, body.main-site body.dark .pagination > .active > span, body.main-site body.dark .pagination > .active > a:hover, body.main-site body.dark .pagination > .active > span:hover, body.main-site body.dark .pagination > .active > a:focus, body.main-site body.dark .pagination > .active > span:focus {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .pagination > .active > a, body.main-site body.dark .pagination > .active > a {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8) rgba(39, 156, 177, 0.8) #dc372d; }
  body.main-site .pagination > .active > a:hover, body.main-site body.dark .pagination > .active > a:hover, body.main-site .pagination > .active > a.hover, body.main-site body.dark .pagination > .active > a.hover {
    background-color: #e9807a;
    border-color: #ea8b85 #ea8b85 rgba(39, 156, 177, 0.8); }
  body.main-site .pagination > .active > a.disabled, body.main-site body.dark .pagination > .active > a.disabled, body.main-site .pagination > .active > a:disabled, body.main-site body.dark .pagination > .active > a:disabled {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8) rgba(39, 156, 177, 0.8) #dc372d; }
  body.main-site .custom-control-input:checked ~ .custom-control-label::before, body.main-site .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .custom-checkbox-switch:checked {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .alert-primary {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: #e1554c; }
  body.main-site .progress-bar-primary {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .word-rotator.loading-bar-primary .word-rotator-words::after {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .process .process-step-circle {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .process .process-step:hover .process-step-circle {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .process.process-shapes .process-step-circle .process-step-circle-content, body.main-site .process.process-shapes .process-step-circle:before, body.main-site .process.process-shapes .process-step-circle:after {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .process-connecting-line .connecting-line {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .rating-primary .filled-stars {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site section.section-primary {
    background-color: rgba(39, 156, 177, 0.8) !important;
    border-color: #df4c43 !important; }
  body.main-site section.section.section-background-half-primary-half-secondary {
    background: linear-gradient(to right, rgba(39, 156, 177, 0.8) 50%, #212529 50%); }
  body.main-site section.section.section-overlay-opacity-gradient:before {
    background: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%); }
  body.main-site section.page-header .page-header-title-border {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .page-header-color.page-header-primary {
    background-color: rgba(39, 156, 177, 0.8);
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site .toggle-primary .toggle label, body.main-site .toggle-primary .toggle .toggle-title {
    color: rgba(39, 156, 177, 0.8);
    border-left-color: rgba(39, 156, 177, 0.8);
    border-right-color: rgba(39, 156, 177, 0.8); }
  body.main-site .toggle-primary .toggle.active > label, body.main-site .toggle-primary .toggle.active > .toggle-title {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .toggle-primary.toggle-simple .toggle > label:after, body.main-site .toggle-primary.toggle-simple .toggle > .toggle-title:after {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .toggle-primary.toggle-minimal .toggle.active > label, body.main-site .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .thumb-info .thumb-info-type, body.main-site .thumb-info .thumb-info-action-icon, body.main-site .thumb-info-social-icons a, body.main-site .thumbnail .zoom, body.main-site .img-thumbnail .zoom, body.main-site .thumb-info-ribbon {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .img-thumbnail a i {
    font-size: 2.1rem; }
  body.main-site .thumb-info .thumb-info-action-icon-primary {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .thumb-info-floating-caption-title .thumb-info-floating-caption-type {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .inverted {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .inverted-primary {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .owl-carousel {
    margin-bottom: 0; }
  body.main-site .owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
  body.main-site .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
  body.main-site .owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: rgba(253, 187, 69, 0.5);
    width: 80px;
    height: 80px; }
    body.main-site .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].owl-prev {
      left: 55px; }
    body.main-site .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].owl-next {
      right: 55px; }
    body.main-site .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]::before {
      font-size: 1.7rem;
      display: block;
      margin: auto;
      color: #fff; }
    body.main-site .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] span {
      display: none; }
  body.main-site .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, body.main-site .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    background-color: #FDBB45;
    border-color: #FDBB45; }
  body.main-site .owl-carousel.nav-style-1 .owl-nav .owl-next, body.main-site .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #fff !important; }
  body.main-site .owl-carousel.nav-style-2 .owl-nav .owl-next:before, body.main-site .owl-carousel.nav-style-2 .owl-nav .owl-prev:before, body.main-site .owl-carousel.nav-style-2 .owl-nav .owl-next:after, body.main-site .owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, body.main-site .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
    fill: rgba(39, 156, 177, 0.8);
    stroke: rgba(39, 156, 177, 0.8); }
  body.main-site .owl-carousel.nav-arrows-1 .owl-nav .owl-prev, body.main-site .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    background-image: linear-gradient(360deg, rgba(39, 156, 177, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
  body.main-site body .tabs .nav-tabs .nav-link, body.main-site .dark body .tabs .nav-tabs .nav-link, body.main-site body .tabs .nav-tabs .nav-link:hover, body.main-site .dark body .tabs .nav-tabs .nav-link:hover, body.main-site body .tabs .nav-tabs .nav-link.active, body.main-site .dark body .tabs .nav-tabs .nav-link.active {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs .nav-tabs .nav-link:hover, body.main-site .dark body .tabs .nav-tabs .nav-link:hover, body.main-site body .tabs .nav-tabs .nav-link:focus, body.main-site .dark body .tabs .nav-tabs .nav-link:focus, body.main-site body .tabs .nav-tabs .nav-link.active, body.main-site .dark body .tabs .nav-tabs .nav-link.active, body.main-site body .tabs .nav-tabs.nav-justified .nav-link.active, body.main-site .dark body .tabs .nav-tabs.nav-justified .nav-link.active, body.main-site body .tabs .nav-tabs.nav-justified .nav-link:hover, body.main-site .dark body .tabs .nav-tabs.nav-justified .nav-link:hover, body.main-site body .tabs .nav-tabs.nav-justified .nav-link:focus, body.main-site .dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
    border-top-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, body.main-site .dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, body.main-site body .tabs.tabs-bottom .nav-tabs .nav-link.active, body.main-site .dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, body.main-site body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, body.main-site .dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, body.main-site body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, body.main-site .dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, body.main-site .dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, body.main-site body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, body.main-site .dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, body.main-site body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, body.main-site .dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, body.main-site body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus, body.main-site .dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus {
    border-left-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, body.main-site .dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, body.main-site body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, body.main-site .dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, body.main-site body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, body.main-site .dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, body.main-site body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus, body.main-site .dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus {
    border-right-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs.tabs-simple .nav-tabs > li .nav-link.active, body.main-site .dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active, body.main-site body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, body.main-site .dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, body.main-site body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, body.main-site .dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, body.main-site body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover, body.main-site .dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
    border-top-color: rgba(39, 156, 177, 0.8);
    color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs-primary .nav-tabs li .nav-link, body.main-site .dark body .tabs-primary .nav-tabs li .nav-link, body.main-site body .tabs-primary .nav-tabs.nav-justified li .nav-link, body.main-site .dark body .tabs-primary .nav-tabs.nav-justified li .nav-link, body.main-site body .tabs-primary .nav-tabs li .nav-link:hover, body.main-site .dark body .tabs-primary .nav-tabs li .nav-link:hover, body.main-site body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, body.main-site .dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs-primary .nav-tabs li .nav-link:hover, body.main-site .dark body .tabs-primary .nav-tabs li .nav-link:hover, body.main-site body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, body.main-site .dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs-primary .nav-tabs li .nav-link.active, body.main-site .dark body .tabs-primary .nav-tabs li .nav-link.active, body.main-site body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, body.main-site .dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, body.main-site body .tabs-primary .nav-tabs li .nav-link.active:hover, body.main-site .dark body .tabs-primary .nav-tabs li .nav-link.active:hover, body.main-site body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, body.main-site .dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, body.main-site body .tabs-primary .nav-tabs li .nav-link.active:focus, body.main-site .dark body .tabs-primary .nav-tabs li .nav-link.active:focus, body.main-site body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus, body.main-site .dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus {
    border-top-color: rgba(39, 156, 177, 0.8);
    color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, body.main-site body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, body.main-site body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active, body.main-site body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, body.main-site body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, body.main-site body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, body.main-site body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, body.main-site body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, body.main-site .dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, body.main-site body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, body.main-site body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, body.main-site body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, body.main-site body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, body.main-site body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, body.main-site body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, body.main-site body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, body.main-site .dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: rgba(39, 156, 177, 0.8) !important;
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, body.main-site body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active, body.main-site body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, body.main-site body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: rgba(39, 156, 177, 0.8); }
  body.main-site body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, body.main-site body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active, body.main-site body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, body.main-site body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus, body.main-site .dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: rgba(39, 156, 177, 0.8); }
  body.main-site [dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover [dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active,
  body.main-site [dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:hover, body.main-site [dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:focus {
    border-right-color: rgba(39, 156, 177, 0.8);
    border-left-color: transparent; }
  body.main-site [dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover [dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active,
  body.main-site [dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:hover, body.main-site [dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:focus {
    border-right-color: transparent;
    border-left-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list.list-icons li > [class*="fa-"]:first-child, body.main-site .list.list-icons li a:first-child > [class*="fa-"]:first-child, body.main-site .list.list-icons li > .icons:first-child, body.main-site .list.list-icons li a:first-child > .icons:first-child {
    color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, body.main-site .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, body.main-site .list.list-icons.list-icons-style-3 li > .icons:first-child, body.main-site .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list.list-ordened li:before {
    color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list.list-ordened.list-ordened-style-3 li:before {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list-primary.list-icons li > [class*="fa-"]:first-child, body.main-site .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child, body.main-site .list-primary.list-icons li > .icons:first-child, body.main-site .list-primary.list-icons li a:first-child > .icons:first-child {
    color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, body.main-site .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, body.main-site .list-primary.list-icons.list-icons-style-3 li > .icons:first-child, body.main-site .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list-primary.list-ordened li:before {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .list a {
    color: #8b8b8b; }
  body.main-site .parallax blockquote i.fa-quote-left {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .section.video blockquote i.fa-quote-left {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .accordion .card-header a {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .accordion.accordion-primary .card-header {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: rgba(39, 156, 177, 0.8);
    color: #FFF !important; }
  body.main-site .accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .divider.divider-primary [class*="fa-"], body.main-site .divider.divider-primary .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .divider.divider-primary.divider-small hr {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .divider.divider-style-2.divider-primary [class*="fa-"], body.main-site .divider.divider-style-2.divider-primary .icons {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .divider.divider-style-3.divider-primary [class*="fa-"], body.main-site .divider.divider-style-3.divider-primary .icons {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .tip {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site #header .tip:before {
    border-right-color: rgba(39, 156, 177, 0.8);
    border-left-color: transparent; }
  body.main-site #header .tip-primary {
    background: rgba(39, 156, 177, 0.8) !important; }
  body.main-site #header .tip-primary:before {
    border-right-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site [dir="rtl"] #header .tip:before {
    border-left-color: rgba(39, 156, 177, 0.8); }
  body.main-site [dir="rtl"] #header .tip.skin:before {
    border-left-color: rgba(39, 156, 177, 0.8); }
  body.main-site [dir="rtl"] #header .tip-primary:before {
    border-left-color: rgba(39, 156, 177, 0.8) !important;
    border-right-color: transparent !important; }
  body.main-site #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, body.main-site #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: #333333;
    padding: 0 1.5rem; }
  body.main-site #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul > li:hover > a {
    color: #000 !important;
    font-weight: 500; }
  body.main-site #header .header-btn-collapse-nav {
    background: #279CB1; }
  body.main-site .header-nav-main {
    margin-left: auto;
    margin-right: auto; }
  body.main-site #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, body.main-site #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
    border-bottom-color: rgba(39, 156, 177, 0.8);
    background: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, body.main-site #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before,
  body.main-site #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
  body.main-site #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, body.main-site #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site #header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site .testimonial-quotes-primary blockquote:before, body.main-site .testimonial-quotes-primary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .testimonial-quotes-secondary blockquote:before, body.main-site .testimonial-quotes-secondary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .testimonial-quotes-tertiary blockquote:before, body.main-site .testimonial-quotes-tertiary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .testimonial-quotes-quaternary blockquote:before, body.main-site .testimonial-quotes-quaternary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .testimonial-quotes-dark blockquote:before, body.main-site .testimonial-quotes-dark blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .testimonial-quotes-light blockquote:before, body.main-site .testimonial-quotes-light blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .circular-bar.only-icon [class*="fa-"], body.main-site .circular-bar.only-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .form-control.bg-primary, body.main-site .form-control.bg-color-primary {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .form-control .testimonial-quotes-primary blockquote:before, body.main-site .form-control .testimonial-quotes-primary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .form-control .testimonial-quotes-secondary blockquote:before, body.main-site .form-control .testimonial-quotes-secondary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .form-control .testimonial-quotes-tertiary blockquote:before, body.main-site .form-control .testimonial-quotes-tertiary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .form-control .testimonial-quotes-quaternary blockquote:before, body.main-site .form-control .testimonial-quotes-quaternary blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .form-control .testimonial-quotes-dark blockquote:before, body.main-site .form-control .testimonial-quotes-dark blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .form-control .testimonial-quotes-light blockquote:before, body.main-site .form-control .testimonial-quotes-light blockquote:after {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .form-range::-webkit-slider-thumb {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .counters .counter-primary [class*="fa-"], body.main-site .counters .counter-primary .icons, body.main-site .counters .counter-primary strong {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .countdown.countdown-primary > span > span {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .image-hotspot-primary .circle {
    background: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .icon-featured {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-box-primary .icon-featured {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-box-primary h4 {
    color: rgba(39, 156, 177, 0.9); }
  body.main-site .featured-box-primary .box-content {
    border-top-color: rgba(39, 156, 177, 0.9); }
  body.main-site .featured-box-primary .box-content-border-bottom {
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: rgba(39, 156, 177, 0.8);
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: rgba(39, 156, 177, 0.8);
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-modern-style-primary .featured-box {
    background: rgba(39, 156, 177, 0.8);
    background: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #bbbbbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba( $second-color, .8 )', endColorstr='#BBB', GradientType=1); }
  body.main-site .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px rgba(39, 156, 177, 0.8); }
  body.main-site .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px rgba(39, 156, 177, 0.8); }
  body.main-site .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .feature-box-primary .feature-box-icon {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
  body.main-site .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
  body.main-site .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box.feature-box-style-3 .feature-box-icon {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], body.main-site .feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"], body.main-site .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
  body.main-site .feature-box.feature-box-style-4 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"], body.main-site .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], body.main-site .feature-box.feature-box-style-5 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"], body.main-site .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"], body.main-site .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .featured-boxes-full .featured-box-full-primary {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .pricing-table .most-popular {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .pricing-table .most-popular h3 {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .pricing-table.princig-table-flat .plan h3 {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .pricing-table.princig-table-flat .plan h3 span {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .call-to-action.featured.featured-primary {
    border-top-color: rgba(39, 156, 177, 0.8); }
  body.main-site .call-to-action.call-to-action-primary {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .call-to-action.with-full-borders-primary {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .call-to-action.call-to-action-primary {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site section.timeline .timeline-box.left:before, body.main-site section.timeline .timeline-box.right:before {
    background: rgba(39, 156, 177, 0.8);
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px rgba(39, 156, 177, 0.8); }
  body.main-site ul.history li .featured-box .box-content {
    border-top-color: rgba(39, 156, 177, 0.8); }
  body.main-site .portfolio-list .portfolio-item.portfolio-item-new:after {
    background: linear-gradient(135deg, rgba(39, 156, 177, 0.8) 0%, #212529 80%); }
  body.main-site .recent-posts .date .month, body.main-site article.post .post-date .month {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .recent-posts .date .day, body.main-site article.post .post-date .day {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .slider .tp-bannertimer {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .home-concept strong {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .home-intro-primary {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .slide-overlay-primary .slotholder:after {
    background-color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .slider-container .tp-caption-overlay-primary {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .tp-bullets.bullets-color-primary .tp-bullet:hover, body.main-site .tp-bullets.bullets-color-primary .tp-bullet.selected {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .cd-product-viewer-handle .handle {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .tparrows.tparrows-carousel.tp-leftarrow, body.main-site .tparrows.tparrows-carousel.tp-rightarrow {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8) rgba(39, 156, 177, 0.8) #dc372d; }
  body.main-site .tparrows.tparrows-carousel.tp-leftarrow:hover, body.main-site .tparrows.tparrows-carousel.tp-rightarrow:hover, body.main-site .tparrows.tparrows-carousel.tp-leftarrow.hover, body.main-site .tparrows.tparrows-carousel.tp-rightarrow.hover {
    background-color: #e9807a;
    border-color: #ea8b85 #ea8b85 rgba(39, 156, 177, 0.8); }
  body.main-site .tparrows.tparrows-carousel.tp-leftarrow.disabled, body.main-site .tparrows.tparrows-carousel.tp-rightarrow.disabled, body.main-site .tparrows.tparrows-carousel.tp-leftarrow:disabled, body.main-site .tparrows.tparrows-carousel.tp-rightarrow:disabled {
    background-color: rgba(39, 156, 177, 0.8);
    border-color: rgba(39, 156, 177, 0.8) rgba(39, 156, 177, 0.8) #dc372d; }
  body.main-site .tparrows.arrows-primary:before {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .shop .products .product .onsale {
    background-color: rgba(39, 156, 177, 0.8);
    border-bottom-color: #dd4036; }
  body.main-site .shop .cart-totals tr.total .amount {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .shop .products .product:hover .quick-view:hover {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .product .product-thumb-info .countdown-offer-wrapper {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .dropdown-menu.dropdown-menu-arrow-centered a:focus,
  body.main-site .dropdown-menu.dropdown-menu-arrow-centered a:active {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site #footer {
    background: #fff;
    border-top: 0; }
    body.main-site #footer hr {
      height: 2px; }
    body.main-site #footer .custom_divider {
      width: 80%;
      max-width: 1350px;
      margin: auto;
      height: 2px;
      background-color: rgba(0, 0, 0, 0.06); }
    body.main-site #footer .input-group .form-control {
      background-color: #ECFCFF;
      border: 0;
      border-bottom: 2px solid #279CB1;
      border-radius: 4px; }
    body.main-site #footer .logo_img_footer {
      max-width: 100%;
      width: 150px; }
  body.main-site #footer h6, body.main-site p {
    color: #000; }
  body.main-site #footer p {
    font-size: 16px;
    line-height: 17px; }
    body.main-site #footer p.title {
      font-weight: 600;
      font-size: 20px; }
    body.main-site #footer p.title.ul-title {
      margin-left: .5rem; }
  body.main-site #footer ul {
    font-size: 16px;
    color: #000; }
    body.main-site #footer ul li:not(:last-child) {
      margin-bottom: 10px; }
  body.main-site #footer .footer-copyright.footer-copyright-style-2 {
    background: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
  body.main-site #footer form {
    opacity: 1; }
  body.main-site #footer .footer-ribbon {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site #footer a:not(.btn):not(.no-footer-css) {
    color: #000; }
  body.main-site #footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site #footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
    background: rgba(39, 156, 177, 0.8) !important; }
  body.main-site #footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: rgba(39, 156, 177, 0.8) !important; }
  body.main-site #footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
    background: rgba(39, 156, 177, 0.8) !important; }
  body.main-site .scrollable.colored-slider .scrollable-slider {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .sample-icon-list .sample-icon a:hover {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cursor-inner {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cursor-inner.cursor-inner-plus:before {
    color: rgba(39, 156, 177, 0.8); }
  body.main-site .cursor-outer {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-thecube .cssload-cube:before {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-cube-progress {
    border-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-cube-progress-inner {
    background-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-float-rings-inner.cssload-one {
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-float-rings-inner.cssload-two {
    border-right-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-float-rings-inner.cssload-three {
    border-top-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-float-bars-loading, body.main-site .cssload-float-bars-loading:after, body.main-site .cssload-float-bars-loading:before {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-speeding-wheel {
    border-top-color: rgba(39, 156, 177, 0.8);
    border-bottom-color: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-zenith {
    box-shadow: 3px 3px 1px rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-spinning-square-loading {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .cssload-pulse-loader {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .map-rounded-pin {
    background: rgba(39, 156, 177, 0.8); }
  body.main-site .boxed .body {
    border-top-color: rgba(39, 156, 177, 0.8); }
  body.main-site .owl-item.overlay::before {
    height: max-content; }
  body.main-site .border_bottom {
    border-bottom: 1px solid #B7B7B8;
    padding-bottom: .5rem; }
  body.main-site .text-justified {
    text-align: justify; }
  body.main-site .video-wrapper {
    position: relative;
    padding-bottom: 49%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden; }
  body.main-site .video-wrapper iframe, body.main-site .video-wrapper object, body.main-site .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.main-site .thumb-info.thumb-info-no-borders, body.main-site .thumb-info.thumb-info-no-borders img {
    border-radius: 7px; }
  body.main-site .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    border-radius: 7px;
    cursor: pointer; }
  body.main-site .decoration {
    position: relative;
    width: 80px;
    height: 5px;
    margin-bottom: .5rem; }
  body.main-site .decoration.blue {
    background-color: #063966; }
  body.main-site .decoration.white_pink {
    background-color: #FFDFC7; }
  body.main-site .flex-list {
    display: flex;
    justify-content: center; }
    body.main-site .flex-list .img-thumbnail.image-style {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      cursor: pointer;
      border-radius: 7px; }
    body.main-site .flex-list .flex-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      width: 95%; }
    body.main-site .flex-list .flex-element {
      display: grid;
      gap: 1rem;
      grid-template-columns: 40% calc(60% - 1rem);
      border: 1px solid #d6d6d6;
      margin: .5rem;
      border-radius: 7px;
      padding: 1rem; }
    body.main-site .flex-list .flex-image {
      justify-content: center;
      align-items: center;
      display: flex; }
    body.main-site .flex-list .post-info {
      text-align: start; }
      body.main-site .flex-list .post-info .post-meta {
        margin-top: .3rem; }
  body.main-site .card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0; }
  body.main-site select {
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: 1.25rem;
    padding-right: 2.25rem;
    border-radius: 4px;
    border: 1px solid #DDDEDF;
    background-color: transparent; }
  body.main-site select {
    -webkit-appearance: none;
    appearance: none; }
  body.main-site .select-wrapper {
    position: relative;
    width: fit-content;
    cursor: pointer; }
  body.main-site .select-wrapper::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    content: "\f078";
    font-size: .8rem;
    top: .5rem;
    right: 1rem;
    z-index: -1; }
  body.main-site .modal-dialog.modal-lg.modal-xl .modal-content {
    height: fit-content;
    margin: auto 0; }
  body.main-site .overlay.overlay-op-9:hover:before, body.main-site .overlay.overlay-op-9.overlay-show:before, body.main-site .overlay.overlay-op-9.show:before {
    opacity: .2; }
  body.main-site .overlay:hover:before, body.main-site .overlay.overlay-show:before, body.main-site .overlay.show:before {
    opacity: .2; }
  body.main-site .w-500 {
    font-weight: 500; }
  body.main-site footer {
    overflow: hidden; }
    body.main-site footer .footer-image-complement {
      position: relative;
      z-index: 1; }
  body.main-site .container-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65vh;
    position: relative;
    perspective: 100px; }
    body.main-site .container-center .logo-animation {
      animation: pulse2 1s infinite;
      font-size: 2rem;
      color: #279CB1; }
    body.main-site .container-center .contact-element {
      text-decoration: none;
      transition: all .5s ease;
      cursor: pointer;
      opacity: 0;
      animation-delay: 1s;
      background-color: #fff;
      z-index: 1;
      width: 200px;
      position: absolute;
      display: none;
      flex-direction: column;
      border-radius: 7px;
      border: 1px solid #c9c9c9;
      padding: 1rem; }
      body.main-site .container-center .contact-element .icon {
        color: #279CB1;
        margin: auto;
        font-size: 1.9rem;
        animation: pulse 1s ease-in;
        animation-delay: .6s; }
      body.main-site .container-center .contact-element .content .content-title {
        font-size: 1rem;
        color: #279CB1; }
      body.main-site .container-center .contact-element .content .content-content {
        font-size: .8rem;
        color: #535353;
        line-height: 1.2rem; }
    body.main-site .container-center .contact-element:hover {
      background-color: #fcfcfc;
      box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.4); }
    body.main-site .container-center .contact-element.element-1 {
      transform: translate(0, -185px); }
    body.main-site .container-center .contact-element.element-2 {
      transform: translate(250px, 90px); }
    body.main-site .container-center .contact-element.element-3 {
      transform: translate(-250px, 90px); }
    body.main-site .container-center .contact-element.element-4 {
      transform: translate(167px, 170px); }
    body.main-site .container-center .contact-element.element-5 {
      transform: translate(-167px, 170px); }
    body.main-site .container-center .circle {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: 4px dashed #279CB1;
      animation: expand 1s ease;
      animation-fill-mode: forwards; }
  body.main-site .btn_semi_round {
    border-radius: 0.75rem; }
  body.main-site .btn-purple {
    color: #fff;
    background-color: #980047;
    margin-top: 3rem; }
  body.main-site .patch_img {
    max-width: 60%;
    margin: auto;
    display: block; }
  body.main-site .owl-stage .slide {
    background-color: #00509E;
    overflow-y: scroll;
    overflow-x: hidden; }
  body.main-site .owl-stage .slide::-webkit-scrollbar {
    width: 0 !important; }
  body.main-site .owl-stage .logos {
    gap: 1rem; }
    body.main-site .owl-stage .logos a:nth-child(1) img {
      width: 150px !important; }
    body.main-site .owl-stage .logos a:nth-child(2) img {
      width: 137px !important; }
  body.main-site .owl-next.owl_patch {
    background-color: rgba(38, 42, 47, 0.5) !important; }
  body.main-site .owl-prev.owl_patch {
    background-color: rgba(38, 42, 47, 0.5) !important; }
  body.main-site .owl-dots {
    display: none; }
  body.main-site .owl-theme .owl-dots .owl-dot.active span, body.main-site .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FDBB45; }
  body.main-site .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px; }
  body.main-site .logos_coffee {
    width: 100%;
    display: grid !important;
    grid-template-columns: 75px auto; }
    body.main-site .logos_coffee img {
      width: 55px; }
    body.main-site .logos_coffee .stores {
      display: grid;
      grid-template-rows: 2fr 3fr; }
      body.main-site .logos_coffee .stores a:nth-child(1) img {
        width: 100px !important;
        margin-right: .8rem; }
      body.main-site .logos_coffee .stores a:nth-child(2) img {
        width: 87px !important; }
  body.main-site h1.underline, body.main-site h2.underline {
    position: relative;
    overflow: visible;
    padding-bottom: 15px; }
    body.main-site h1.underline.left::after, body.main-site h2.underline.left::after {
      right: auto; }
    body.main-site h1.underline::after, body.main-site h2.underline::after {
      content: '';
      position: absolute;
      width: 3rem;
      height: 5px;
      background-color: #000;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  body.main-site .card_general {
    border-radius: 0;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 7px 7px 14px -3px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 7px 7px 14px -3px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 7px 7px 14px -3px rgba(0, 0, 0, 0.28); }
    body.main-site .card_general.card_logo {
      display: block;
      padding: 25px 40px; }
      body.main-site .card_general.card_logo.qpos_design .logo_title {
        border: 2px solid #5D5D5D; }
      body.main-site .card_general.card_logo .logo_title {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: -5rem auto 1.2rem;
        background-color: #fff;
        width: 110px;
        height: 110px;
        border: 2px solid #279CB1; }
        body.main-site .card_general.card_logo .logo_title img {
          width: 40%; }
      body.main-site .card_general.card_logo ul {
        font-size: 18px; }
        body.main-site .card_general.card_logo ul li {
          margin-bottom: 10px;
          color: #333333; }
  body.main-site .badge {
    padding: 10px 55px;
    background-color: #279CB1;
    border-radius: 50px;
    font-weight: 400;
    width: fit-content;
    white-space: inherit; }
    body.main-site .badge.red {
      background-color: #EA5455; }
@keyframes grow_bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    height: 155px; }
  40% {
    height: 310px; }
  70% {
    height: 290px; }
  100% {
    height: 300px; } }
@keyframes shrink_bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    height: 300px; }
  40% {
    height: 149.83333px; }
  70% {
    height: 160.16667px; }
  100% {
    height: 155px; } }
  body.main-site .mb_8 {
    margin-bottom: 8rem; }
  body.main-site .mb_4 {
    margin-bottom: 4rem; }
  body.main-site .input_wrapper {
    display: grid;
    align-items: end; }
    body.main-site .input_wrapper.black span {
      color: #000; }
    body.main-site .input_wrapper.black input, body.main-site .input_wrapper.black select, body.main-site .input_wrapper.black textarea {
      border: 1px solid #000; }
    body.main-site .input_wrapper.black .form-control::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="text"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="password"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="datetime"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="datetime-local"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="date"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="month"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="time"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="week"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="number"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="email"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="url"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="search"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="tel"]::-webkit-input-placeholder, body.main-site .input_wrapper.black input[type="color"]::-webkit-input-placeholder, body.main-site .input_wrapper.black textarea::-webkit-input-placeholder {
      color: #757575; }
    body.main-site .input_wrapper.black input[type="number"], body.main-site .input_wrapper.black textarea::placeholder {
      color: #757575 !important; }
    body.main-site .input_wrapper.black textarea {
      min-height: 100px; }
    body.main-site .input_wrapper span {
      font-size: 20px;
      color: #279CB1;
      line-height: 23px;
      font-weight: 400; }
    body.main-site .input_wrapper input, body.main-site .input_wrapper select, body.main-site .input_wrapper textarea {
      border: 1px solid #279CB1;
      border-radius: 10px;
      font-size: 16px;
      padding: 10px 15px;
      margin-bottom: 1rem;
      height: 60px;
      width: 100%; }
    body.main-site .input_wrapper .form-control::-webkit-input-placeholder, body.main-site .input_wrapper input[type="text"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="password"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="datetime"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="datetime-local"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="date"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="month"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="time"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="week"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="number"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="email"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="url"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="search"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="tel"]::-webkit-input-placeholder, body.main-site .input_wrapper input[type="color"]::-webkit-input-placeholder, body.main-site .input_wrapper textarea::-webkit-input-placeholder {
      color: #757575; }
    body.main-site .input_wrapper input[type="number"], body.main-site .input_wrapper textarea::placeholder {
      color: #757575 !important; }
    body.main-site .input_wrapper textarea {
      min-height: 100px; }
  body.main-site .floating_chat_container {
    position: fixed;
    right: 4vw;
    bottom: 5vw;
    z-index: 5;
    width: 355px; }
    body.main-site .floating_chat_container .floating_chat {
      background-color: #fff;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 1rem;
      display: none; }
      body.main-site .floating_chat_container .floating_chat .floating_top {
        background-color: #279CB1;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 14px;
        color: #fff; }
        body.main-site .floating_chat_container .floating_chat .floating_top img {
          width: 28px;
          height: 28px;
          border-radius: 50%; }
      body.main-site .floating_chat_container .floating_chat .floating_content {
        padding: 0 16px 12px;
        height: 425px;
        /*overflow-y: scroll;  */ }
        body.main-site .floating_chat_container .floating_chat .floating_content .date {
          font-size: 10px;
          text-align: center; }
        body.main-site .floating_chat_container .floating_chat .floating_content .messages {
          list-style: none;
          margin: 16px 0 0;
          position: relative; }
          body.main-site .floating_chat_container .floating_chat .floating_content .messages img {
            position: absolute;
            bottom: 2px;
            left: 0;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #fff;
            background-size: cover;
            background-position: 50%; }
          body.main-site .floating_chat_container .floating_chat .floating_content .messages .sms {
            position: relative;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            padding: 8px 12px;
            font-size: 14px;
            line-height: 20px;
            word-break: normal;
            word-wrap: break-word;
            display: inline-block;
            background: #f5f8fa;
            color: #414141;
            max-width: calc(100% - 16px);
            margin: 2px 0; }
        body.main-site .floating_chat_container .floating_chat .floating_content .options {
          margin: 16px 0 0 auto;
          display: flex;
          flex-wrap: wrap;
          justify-content: end;
          list-style: none; }
          body.main-site .floating_chat_container .floating_chat .floating_content .options .option {
            width: fit-content;
            margin: 4px;
            outline: none;
            cursor: pointer;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            color: #fff;
            font-size: 14px;
            text-align: left;
            min-height: 36px;
            font-weight: 400;
            -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
            -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            -moz-transition: all .2s ease;
            transition: all .2s ease; }
            body.main-site .floating_chat_container .floating_chat .floating_content .options .option button {
              border: 1px solid #212021;
              color: #268eff;
              background-color: white;
              border-color: #268eff;
              outline: none;
              padding: 8px 12px;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              border-radius: 6px;
              cursor: pointer;
              line-height: 20px;
              font-size: 14px; }
      body.main-site .floating_chat_container .floating_chat .floating_bottom {
        padding: 0 16px 13px;
        background-color: #fff;
        display: flex;
        justify-content: space-between; }
        body.main-site .floating_chat_container .floating_chat .floating_bottom input {
          padding: 10px 36px 10px 12px;
          border-radius: 6px;
          width: 86%;
          max-height: 80px;
          overflow: hidden;
          position: relative;
          line-height: 1.5;
          color: #414141;
          background: white none repeat scroll 0% 0%;
          text-overflow: ellipsis;
          border: 1px solid #9da9b0; }
        body.main-site .floating_chat_container .floating_chat .floating_bottom button {
          background-color: transparent;
          border: none; }
    body.main-site .floating_chat_container .floating_chat_icon {
      background-color: #279CB1;
      width: 74px;
      height: 74px;
      display: flex;
      border-radius: 50%;
      cursor: pointer;
      margin-left: auto; }
      body.main-site .floating_chat_container .floating_chat_icon.company_view {
        background-color: #FDBB45; }
      body.main-site .floating_chat_container .floating_chat_icon img {
        margin: auto;
        width: 35%; }
  body.main-site .section_slide {
    min-height: calc(100vh - 114px);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
    body.main-site .section_slide.qpos-design {
      min-height: auto;
      padding: 0; }
    body.main-site .section_slide.variation_2 .slide_grid .top::after {
      background-color: #00834D99; }
    body.main-site .section_slide.variation_3 .slide_grid .top::after {
      background-color: #279CB1; }
    body.main-site .section_slide .slide_grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 100%; }
      body.main-site .section_slide .slide_grid .element_slide {
        max-width: 100%; }
      body.main-site .section_slide .slide_grid .top {
        background-color: transparent;
        padding: 8% 15% 8%;
        margin-bottom: 5px;
        position: relative;
        box-shadow: 17px 18px 18px -8px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 17px 18px 18px -8px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 17px 18px 18px -8px rgba(0, 0, 0, 0.15); }
        body.main-site .section_slide .slide_grid .top::after {
          content: '';
          position: absolute;
          background-color: #0A6D7EB2;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          clip-path: polygon(0 49%, 15% 0, 100% 0, 100% 100%, 0 100%); }
        body.main-site .section_slide .slide_grid .top h2 {
          font-size: 40px;
          line-height: 56px;
          z-index: 1;
          position: relative; }
      body.main-site .section_slide .slide_grid .bottom {
        background-color: #fff;
        padding: 7.5% 14.5%;
        z-index: 1;
        position: relative;
        box-shadow: 17px 18px 18px -8px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 17px 18px 18px -8px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 17px 18px 18px -8px rgba(0, 0, 0, 0.15); }
        body.main-site .section_slide .slide_grid .bottom .input_grid {
          display: grid;
          grid-template-columns: 50% 50%;
          gap: .5rem;
          width: calc(100% - .5rem); }
        body.main-site .section_slide .slide_grid .bottom .grid_inner {
          display: grid;
          grid-template-columns: 35% 65%;
          gap: .5rem;
          width: calc(100% - .5rem); }
  body.main-site .section_1 {
    background-color: #F6F9F9;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0; }
    body.main-site .section_1 .image_wrapper {
      display: grid;
      width: fit-content;
      height: 70%;
      grid-template-columns: 30% 70%;
      align-items: center; }
      body.main-site .section_1 .image_wrapper img {
        max-height: 100%; }
      body.main-site .section_1 .image_wrapper h1, body.main-site .section_1 .image_wrapper h2 {
        color: #1F1F1F;
        margin-bottom: 0; }
      body.main-site .section_1 .image_wrapper .input_wrapper .grid {
        display: grid;
        grid-template-columns: 20% 80%;
        gap: .5rem;
        width: calc(100% - .5rem);
        margin-bottom: 1.1rem; }
    body.main-site .section_1 .anouncement {
      text-align: center;
      font-size: 35px;
      font-weight: 800;
      line-height: 52.71px;
      color: #279CB1;
      margin: 7rem 0 3rem 0; }
    body.main-site .section_1 .grid_1 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 1rem; }
  body.main-site .section_2 {
    background-color: #fff;
    position: relative; }
    body.main-site .section_2 .grid_dot {
      display: grid;
      grid-template-columns: 60px auto;
      width: 100%;
      padding: 8rem 0; }
      body.main-site .section_2 .grid_dot .image_wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 1.5px;
        height: 100%;
        background-color: #ADADAD;
        margin: auto;
        z-index: 1; }
        body.main-site .section_2 .grid_dot .image_wrapper img:not(:last-child) {
          margin-bottom: 71vh; }
    body.main-site .section_2 .btn {
      margin-top: 40px; }
    body.main-site .section_2 .section_2_inner {
      display: grid;
      z-index: 4;
      position: relative;
      grid-template-columns: 50% 50%; }
      body.main-site .section_2 .section_2_inner .sub_section:not(:last-child) {
        min-height: 60vh; }
      body.main-site .section_2 .section_2_inner .sub_section {
        width: 100%;
        display: flex; }
        body.main-site .section_2 .section_2_inner .sub_section .text_wrapper {
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          padding: 0 2rem; }
          body.main-site .section_2 .section_2_inner .sub_section .text_wrapper h1 {
            margin-bottom: 40px; }
          body.main-site .section_2 .section_2_inner .sub_section .text_wrapper p {
            margin-bottom: 20px;
            text-align: justify; }
          body.main-site .section_2 .section_2_inner .sub_section .text_wrapper .image_wrapper_relative {
            position: relative;
            margin-top: 2rem;
            width: 100%;
            height: 50vh; }
            body.main-site .section_2 .section_2_inner .sub_section .text_wrapper .image_wrapper_relative img {
              position: absolute;
              width: 100%;
              height: 100%;
              object-fit: contain;
              z-index: 2; }
            body.main-site .section_2 .section_2_inner .sub_section .text_wrapper .image_wrapper_relative .relative_arrow {
              transform: scale(1.2);
              z-index: 1; }
      body.main-site .section_2 .section_2_inner .img_static_wrapper {
        position: relative; }
        body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: end;
          position: absolute; }
          body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner .img_wrapper {
            position: -webkit-sticky;
            position: sticky;
            height: fit-content; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner .img_wrapper img {
              width: auto;
              height: auto;
              z-index: 2;
              position: relative; }
          body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper {
            top: 25%;
            right: 23.5%; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .circle {
              animation: grow .5s ease-out .2s;
              animation-fill-mode: forwards; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cl-1 {
              transform: translate(-193px, -150px);
              transition-delay: .1s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cl-2 {
              transform: translate(-225px, 55px);
              transition-delay: .1s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cl-3 {
              transform: translate(172px, -207px);
              transition-delay: .1s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cl-4 {
              transform: translate(200px, 200px);
              transition-delay: .1s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .ct-1 {
              transform: translate(220px, -81px) rotate(-260deg);
              transition-delay: .2s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .ct-2 {
              transform: translate(-187px, 92px) rotate(260deg);
              transition-delay: .2s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .ct-3 {
              transform: translate(186px, 3px) rotate(-260deg);
              transition-delay: .2s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cc-1 {
              transform: translate(201px, 150px);
              transition-delay: .3s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cc-2 {
              transform: translate(-189px, -58px);
              transition-delay: .3s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cc-3 {
              transform: translate(-265px, 0);
              transition-delay: .3s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cc-4 {
              transform: translate(-222px, 230px);
              transition-delay: .3s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cc-5 {
              transform: translate(174px, 77px);
              transition-delay: .3s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cc-6 {
              transform: translate(290px, 97px);
              transition-delay: .3s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cs-1 {
              transform: translate(-321px, 152px) rotate(260deg);
              transition-delay: .4s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cs-2 {
              transform: translate(277px, -203px) rotate(-260deg);
              transition-delay: .4s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cs-3 {
              transform: translate(-269px, -117px) rotate(260deg);
              transition-delay: .4s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_1 .cs-4 {
              transform: translate(302px, 14px) rotate(-260deg);
              transition-delay: .4s !important;
              transition: all 1s ease; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper.active .animation_2 .arrow {
              animation: move .5s ease-out .2s;
              animation-fill-mode: forwards; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper img {
              max-width: 420px;
              max-height: 420px;
              z-index: 2;
              position: relative; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper .animation_1 {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: -8%;
              right: 0;
              bottom: 0;
              margin: auto; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper .animation_1 .circle {
                width: 200px;
                height: 200px;
                background-color: rgba(255, 255, 255, 0.25);
                border-radius: 50%; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper .animation_1 .home__animConfetti {
                position: absolute;
                stroke: transparent; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper .animation_2 {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: 0;
              right: -17%;
              bottom: 0;
              margin: auto; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_1 .img_wrapper .animation_2 .arrow {
                width: 100%;
                height: 100%;
                transform: scale(1.2); }
          body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_2 .img_wrapper {
            top: 25%;
            right: 23.5%; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_2 .img_wrapper.active .animation_2 .arrow {
              animation: move .5s ease-out .2s;
              animation-fill-mode: forwards; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_2 .img_wrapper img {
              max-width: 420px;
              max-height: 420px; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_2 .img_wrapper .animation_2 {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: 0;
              right: -17%;
              bottom: 0;
              margin: auto; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_2 .img_wrapper .animation_2 .arrow {
                width: 100%;
                height: 100%;
                transform: scale(1.2); }
          body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_3 .img_wrapper {
            top: 25%;
            right: 23.5%; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_3 .img_wrapper.active .animation_2 .arrow {
              animation: move .5s ease-out .2s;
              animation-fill-mode: forwards; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_3 .img_wrapper img {
              max-width: 420px;
              max-height: 420px; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_3 .img_wrapper .animation_2 {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: 0;
              right: -17%;
              bottom: 0;
              margin: auto; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_3 .img_wrapper .animation_2 .arrow {
                width: 100%;
                height: 100%;
                transform: scale(1.2); }
          body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_4 .img_wrapper {
            top: 25%;
            right: 23.5%; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_4 .img_wrapper.active .animation_2 .arrow {
              animation: move .5s ease-out .2s;
              animation-fill-mode: forwards; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_4 .img_wrapper img {
              max-width: 420px;
              max-height: 420px; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_4 .img_wrapper .animation_2 {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: 0;
              right: -17%;
              bottom: 0;
              margin: auto; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_4 .img_wrapper .animation_2 .arrow {
                width: 100%;
                height: 100%;
                transform: scale(1.2); }
          body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_5 .img_wrapper {
            top: 25%;
            right: 23.5%; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_5 .img_wrapper.active .animation_2 .arrow {
              animation: move .5s ease-out .2s;
              animation-fill-mode: forwards; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_5 .img_wrapper img {
              max-width: 420px;
              max-height: 420px; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_5 .img_wrapper .animation_2 {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: 0;
              right: -17%;
              bottom: 0;
              margin: auto; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_5 .img_wrapper .animation_2 .arrow {
                width: 100%;
                height: 100%;
                transform: scale(1.2); }
          body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_6 .img_wrapper {
            top: 25%;
            right: 23.5%; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_6 .img_wrapper.active .animation_2 .arrow {
              animation: move .5s ease-out .2s;
              animation-fill-mode: forwards; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_6 .img_wrapper img {
              max-width: 420px;
              max-height: 420px; }
            body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_6 .img_wrapper .animation_2 {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: 0;
              right: -17%;
              bottom: 0;
              margin: auto; }
              body.main-site .section_2 .section_2_inner .img_static_wrapper .img_static_inner.image_6 .img_wrapper .animation_2 .arrow {
                width: 100%;
                height: 100%;
                transform: scale(1.2); }
@keyframes grow {
  100% {
    transform: scale(2.3);
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -ms-transform: scale(2.3);
    -o-transform: scale(2.3); } }
@keyframes move {
  100% {
    transform: scale(1.2) translate(10%, -5%); } }
      body.main-site .section_2 .section_2_inner h1, body.main-site .section_2 .section_2_inner h3, body.main-site .section_2 .section_2_inner p {
        color: #151515; }
  body.main-site .section_2_new {
    min-height: calc(100vh - 70px);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0; }
    body.main-site .section_2_new.qpos-design {
      background-color: #fff;
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: 1000px; }
      body.main-site .section_2_new.qpos-design h2 {
        font-weight: 400; }
      body.main-site .section_2_new.qpos-design .section_2_new_inner .image_wrapper {
        max-height: 550px;
        height: 100vh; }
        body.main-site .section_2_new.qpos-design .section_2_new_inner .image_wrapper img {
          top: 0;
          bottom: 0;
          left: auto;
          right: 0;
          margin: auto; }
      body.main-site .section_2_new.qpos-design .section_2_new_inner .section_2_new_element {
        grid-template-columns: 80px auto;
        margin-bottom: 15px; }
        body.main-site .section_2_new.qpos-design .section_2_new_inner .section_2_new_element img {
          width: 63px;
          height: 63px;
          object-fit: contain; }
    body.main-site .section_2_new.company_view {
      background-color: #EA5455;
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: contain; }
      body.main-site .section_2_new.company_view h2, body.main-site .section_2_new.company_view p {
        color: #fff; }
      body.main-site .section_2_new.company_view h2 {
        font-weight: 400; }
    body.main-site .section_2_new .section_2_new_inner {
      display: grid;
      width: 100%;
      grid-template-columns: 40% 60%;
      justify-content: center;
      align-items: center; }
      body.main-site .section_2_new .section_2_new_inner h2 {
        margin-bottom: 35px; }
      body.main-site .section_2_new .section_2_new_inner p {
        font-weight: 300;
        text-align: justify; }
        body.main-site .section_2_new .section_2_new_inner p.title {
          margin-bottom: 10px;
          font-size: 20px;
          font-weight: 500;
          text-align: left; }
      body.main-site .section_2_new .section_2_new_inner .section_2_new_element {
        display: grid;
        grid-template-columns: 50px auto;
        justify-content: baseline;
        margin-bottom: 30px; }
        body.main-site .section_2_new .section_2_new_inner .section_2_new_element img {
          width: 33px;
          height: 33px; }
      body.main-site .section_2_new .section_2_new_inner .image_wrapper {
        position: relative;
        width: 100%;
        height: 100%; }
        body.main-site .section_2_new .section_2_new_inner .image_wrapper img:not(.link-image) {
          position: absolute;
          max-height: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
        body.main-site .section_2_new .section_2_new_inner .image_wrapper .link-image-container {
          position: absolute;
          bottom: 25%;
          justify-content: center;
          align-items: center;
          width: 100%;
          gap: .5rem;
          left: 2.1%; }
          body.main-site .section_2_new .section_2_new_inner .image_wrapper .link-image-container .google img {
            margin-left: auto;
            margin-right: 0; }
          body.main-site .section_2_new .section_2_new_inner .image_wrapper .link-image-container .apple img {
            margin-right: auto;
            margin-left: 0; }
          body.main-site .section_2_new .section_2_new_inner .image_wrapper .link-image-container img {
            max-width: 70%;
            display: block; }
  body.main-site .section_3 {
    padding: 2rem 0;
    background-color: #FDBB45;
    min-height: calc(100vh - 70px);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center; }
    body.main-site .section_3.company_view {
      background-color: rgba(39, 156, 177, 0.1); }
      body.main-site .section_3.company_view .section_3_element {
        border-radius: 25px;
        padding: 50px !important;
        overflow: hidden; }
      body.main-site .section_3.company_view .badge {
        margin: 0 auto 2.5rem;
        display: block;
        white-space: inherit; }
      body.main-site .section_3.company_view h5.outer {
        margin-top: 75px;
        margin-bottom: 0; }
    body.main-site .section_3 h2 {
      margin-bottom: 10px;
      font-weight: 400; }
    body.main-site .section_3 h5 {
      margin-bottom: 3rem; }
    body.main-site .section_3 h3 {
      margin-bottom: 0; }
    body.main-site .section_3 p.green {
      margin-bottom: 45px; }
    body.main-site .section_3 img {
      max-height: 32px;
      margin-bottom: 5px; }
    body.main-site .section_3 .section_3_inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 1.5rem;
      align-items: end; }
      body.main-site .section_3 .section_3_inner .section_3_element {
        background-color: #fff;
        height: fit-content;
        padding: 50px; }
        body.main-site .section_3 .section_3_inner .section_3_element h5 {
          text-align: center; }
          body.main-site .section_3 .section_3_inner .section_3_element h5.normal {
            text-align: left; }
        body.main-site .section_3 .section_3_inner .section_3_element ul {
          width: fit-content;
          margin-bottom: 1.5rem;
          font-size: 18px;
          list-style: none;
          text-align: left;
          display: flex;
          height: 300px;
          flex-direction: column; }
          body.main-site .section_3 .section_3_inner .section_3_element ul li {
            margin: auto 0;
            position: relative; }
            body.main-site .section_3 .section_3_inner .section_3_element ul li::before {
              content: "";
              background-color: #1F1F1F;
              width: 8px;
              height: 8px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: -20px;
              margin: auto;
              border-radius: 50%; }
  body.main-site .section_arrow {
    padding: 75px 0;
    background-color: rgba(39, 156, 177, 0.1); }
    body.main-site .section_arrow.qpos-design {
      background-color: #fff; }
      body.main-site .section_arrow.qpos-design .section_arrow_inner {
        background-color: transparent;
        background-position: center !important; }
      body.main-site .section_arrow.qpos-design h1 {
        padding: 116px 290px 116px 290px !important;
        align-items: center;
        gap: 2rem;
        flex-wrap: wrap; }
        body.main-site .section_arrow.qpos-design h1 img {
          max-height: 100px;
          object-fit: cover; }
    body.main-site .section_arrow .section_arrow_inner {
      background-color: #279CB1;
      background-position: right;
      background-size: contain;
      background-repeat: no-repeat; }
      body.main-site .section_arrow .section_arrow_inner h1 {
        padding: 116px 0 116px 102px; }
  body.main-site .section_3_complement {
    background-color: #FDBB45;
    padding: 3rem 0; }
    body.main-site .section_3_complement.company_view {
      background-color: #fff;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 2rem 0;
      min-height: calc(100vh - 70px);
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column; }
      body.main-site .section_3_complement.company_view h1 {
        margin-bottom: 65px; }
      body.main-site .section_3_complement.company_view .section_3_complement_inner {
        background-color: transparent;
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 2rem;
        padding: 0;
        max-width: 1100px; }
        body.main-site .section_3_complement.company_view .section_3_complement_inner h2 {
          text-align: left; }
    body.main-site .section_3_complement .section_3_complement_inner {
      background-color: #fff;
      padding: 200px 0; }
      body.main-site .section_3_complement .section_3_complement_inner h2 {
        text-align: center; }
  body.main-site .section_4 {
    position: relative;
    padding: 145px 86px;
    height: 100%;
    justify-content: baseline;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #161616; }
    body.main-site .section_4.qpos-design {
      background-color: #8A8A8A; }
    body.main-site .section_4 .back_4 {
      filter: brightness(0.1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    body.main-site .section_4 h1 {
      color: #fff;
      z-index: 2;
      position: relative;
      text-align: center;
      margin-bottom: 3rem; }
    body.main-site .section_4 .section_4_inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
      gap: 4rem;
      width: 70%; }
      body.main-site .section_4 .section_4_inner img {
        margin: auto;
        display: block;
        max-width: 100%;
        width: 65%; }
  body.main-site .section_5 {
    background-color: #161616;
    padding: 8rem 0; }
    body.main-site .section_5.company_view {
      background-color: #279CB1;
      padding: 2rem 0;
      min-height: calc(100vh - 70px);
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column;
      background-position: bottom right;
      background-repeat: no-repeat; }
      body.main-site .section_5.company_view .section_5_inner .section_5_element .grid_element {
        display: grid;
        grid-template-columns: 55px auto;
        width: 160px;
        margin: auto; }
        body.main-site .section_5.company_view .section_5_inner .section_5_element .grid_element.three_digit {
          width: 200px; }
      body.main-site .section_5.company_view .section_5_inner .section_5_element span {
        color: #fff;
        font-weight: 600; }
      body.main-site .section_5.company_view .section_5_inner .section_5_element h5 {
        color: #fff; }
      body.main-site .section_5.company_view .section_5_inner .section_5_element:not(:last-child)::before {
        width: 1px;
        background-color: #fff; }
    body.main-site .section_5 h1 {
      color: #fff;
      text-align: center;
      margin-bottom: 4rem; }
    body.main-site .section_5 .section_5_inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      row-gap: 3rem; }
      body.main-site .section_5 .section_5_inner .section_5_element {
        display: block;
        margin: auto;
        text-align: center;
        position: relative;
        width: 100%; }
        body.main-site .section_5 .section_5_inner .section_5_element:not(:last-child)::before {
          content: '';
          width: 1.5px;
          height: 100%;
          position: absolute;
          right: 0;
          right: 0;
          background-color: #fff; }
        body.main-site .section_5 .section_5_inner .section_5_element span {
          color: #fff;
          font-size: 52px;
          height: auto;
          width: fit-content;
          margin: auto;
          line-height: 52px; }
        body.main-site .section_5 .section_5_inner .section_5_element h5 {
          color: #fff;
          margin-top: 2rem;
          font-weight: 400; }
  body.main-site .section_6 {
    position: relative;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FDBB45;
    position: relative; }
    body.main-site .section_6.company_view {
      background-color: rgba(39, 156, 177, 0.1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      body.main-site .section_6.company_view .section_1_inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px; }
        body.main-site .section_6.company_view .section_1_inner .form_wrapper {
          width: 476px;
          margin-left: auto; }
          body.main-site .section_6.company_view .section_1_inner .form_wrapper .card_general {
            padding: 70px 53px; }
            body.main-site .section_6.company_view .section_1_inner .form_wrapper .card_general .input_wrapper {
              margin-bottom: 10px; }
            body.main-site .section_6.company_view .section_1_inner .form_wrapper .card_general .grid {
              display: grid;
              grid-template-columns: 30% 70%;
              gap: .5rem;
              width: calc(100% - .5rem);
              margin-bottom: 1.1rem; }
            body.main-site .section_6.company_view .section_1_inner .form_wrapper .card_general h2 {
              margin-bottom: 15px;
              padding-bottom: 0; }
            body.main-site .section_6.company_view .section_1_inner .form_wrapper .card_general p {
              margin-bottom: 0; }
            body.main-site .section_6.company_view .section_1_inner .form_wrapper .card_general hr {
              margin: 15px 0; }
            body.main-site .section_6.company_view .section_1_inner .form_wrapper .card_general .btn {
              margin-top: 10px; }
        body.main-site .section_6.company_view .section_1_inner .black_back {
          width: 100%;
          height: 100%; }
          body.main-site .section_6.company_view .section_1_inner .black_back img {
            position: absolute;
            max-height: 100%;
            bottom: 0; }
    body.main-site .section_6 img.logo {
      width: 220px;
      margin-bottom: 2.8rem; }
    body.main-site .section_6 h2 {
      padding-bottom: 2rem; }
    body.main-site .section_6 .section_6_inner {
      padding: 5rem 0;
      display: grid;
      grid-template-columns: 40% 60%;
      background-color: #FEFDF5;
      width: 100%;
      z-index: 1;
      padding: 2rem 0; }
      body.main-site .section_6 .section_6_inner .element_6:nth-child(1) {
        display: flex;
        justify-content: end; }
      body.main-site .section_6 .section_6_inner .element_6:nth-child(2) {
        max-width: 660px; }
      body.main-site .section_6 .section_6_inner .absolute {
        position: absolute;
        bottom: 0;
        max-height: 100%; }
    body.main-site .section_6 .courtain_6 {
      background-color: #D8862140;
      content: '';
      position: absolute;
      width: 100%;
      height: 589px;
      box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.38);
      -webkit-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.38);
      -moz-box-shadow: 0px 0px 27px -10px rgba(0, 0, 0, 0.38); }
    body.main-site .section_6 .input_wrapper input, body.main-site .section_6 .input_wrapper select {
      margin-bottom: 0; }
    body.main-site .section_6 .input_wrapper .grid {
      display: grid;
      grid-template-columns: 20% 50% 30%;
      gap: .5rem;
      width: calc(100% - .5rem);
      margin-bottom: 1.1rem; }
    body.main-site .section_6 .btn {
      margin-top: auto; }
    body.main-site .section_6 .bottom {
      display: flex;
      justify-content: space-between;
      position: absolute;
      bottom: 1rem;
      right: 0;
      margin: 0 3rem;
      width: 58%;
      z-index: 1; }
      body.main-site .section_6 .bottom .bottom_1 {
        align-items: center;
        display: flex; }
      body.main-site .section_6 .bottom .bottom_2 h5 {
        margin-bottom: .5rem; }
  body.main-site .section_20 {
    position: relative;
    margin: 2rem 0; }
    body.main-site .section_20 .back {
      width: 100%; }
    body.main-site .section_20 .back-desktop {
      display: block; }
    body.main-site .section_20 .back-mobile {
      display: none; }
    body.main-site .section_20 .absolute_1 {
      position: absolute;
      bottom: 0;
      left: 0;
      max-height: 100%; }
    body.main-site .section_20 .absolute_2 {
      position: absolute;
      bottom: 46%;
      left: 30%;
      width: 20%; }
      body.main-site .section_20 .absolute_2 img {
        max-width: 100%; }
      body.main-site .section_20 .absolute_2 .image_2 {
        top: 0;
        position: absolute;
        right: -88px;
        max-height: 70%; }
      body.main-site .section_20 .absolute_2 h2 {
        color: #fff;
        font-size: 1.6vw !important;
        line-height: 1.5 !important;
        text-align: center; }
    body.main-site .section_20 .absolute_3 {
      position: absolute;
      bottom: 37%;
      right: 10%;
      max-height: 100%;
      width: 17%; }
      body.main-site .section_20 .absolute_3 .button_absolute {
        color: #fff;
        line-height: 1.2;
        font-size: 1.7vw;
        font-weight: 700;
        text-align: center;
        margin-bottom: 1rem;
        background-color: #FE4A4B;
        padding: 1rem;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px; }
      body.main-site .section_20 .absolute_3 img {
        display: block;
        max-width: 100%; }
  body.main-site .section_6_complement {
    position: relative;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #279CB1;
    padding: 2rem 0; }
    body.main-site .section_6_complement.company_view {
      background-color: rgba(39, 156, 177, 0.1); }
      body.main-site .section_6_complement.company_view.qpos-design {
        background-color: #fff; }
      body.main-site .section_6_complement.company_view h1 {
        text-align: center;
        margin-bottom: 125px; }
      body.main-site .section_6_complement.company_view .grid_1 {
        width: 100%; }
      body.main-site .section_6_complement.company_view .grid_2 {
        width: 80%;
        margin: auto; }
    body.main-site .section_6_complement h1 {
      margin-bottom: 75px; }
    body.main-site .section_6_complement h5 {
      text-align: center;
      margin-bottom: 10px;
      text-transform: uppercase; }
    body.main-site .section_6_complement .section_6_complement_inner {
      display: flex;
      align-items: center;
      justify-content: center; }
    body.main-site .section_6_complement .grid_1 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 2.5rem;
      width: 62%; }
    body.main-site .section_6_complement .grid_2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 2.5rem;
      width: 52%; }
  body.main-site .section_7 {
    min-height: calc(100vh - 70px);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    body.main-site .section_7 .section_7_inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(405px, 1fr));
      padding: 0 3rem; }
      body.main-site .section_7 .section_7_inner .names {
        padding: 0 4rem 0 9rem; }
    body.main-site .section_7 .btn-third {
      float: right;
      margin-right: 3rem; }
  body.main-site .section_8 {
    background-color: #161616;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column; }
    body.main-site .section_8 h2 {
      color: #fff;
      text-align: center;
      margin-bottom: 2rem; }
    body.main-site .section_8 .section_8_inner {
      display: grid;
      grid-template-columns: 60% 40%;
      gap: 1rem;
      width: 100%;
      max-width: 1000px;
      margin: auto;
      justify-content: center;
      align-items: center; }
      body.main-site .section_8 .section_8_inner .section_8_grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        width: 100%;
        align-items: center;
        justify-content: center; }
        body.main-site .section_8 .section_8_inner .section_8_grid .ally {
          width: 140px;
          margin: auto;
          height: 90px;
          display: flex;
          border: 3px solid transparent;
          cursor: pointer; }
          body.main-site .section_8 .section_8_inner .section_8_grid .ally.active {
            border-color: #279CB1;
            border-radius: 8px;
            transition: all .5s ease-in-out; }
          body.main-site .section_8 .section_8_inner .section_8_grid .ally img {
            max-width: 100%;
            margin: auto;
            display: block;
            padding: .5rem;
            max-height: 100%; }
      body.main-site .section_8 .section_8_inner .bibliography {
        color: #fff; }
        body.main-site .section_8 .section_8_inner .bibliography .ally-content {
          display: none;
          opacity: 0; }
          body.main-site .section_8 .section_8_inner .bibliography .ally-content.active {
            display: block;
            animation: fadeInCustom .5s ease-in-out forwards; }
        body.main-site .section_8 .section_8_inner .bibliography p {
          color: #fff;
          font-size: 16px;
          line-height: 24px; }
          body.main-site .section_8 .section_8_inner .bibliography p.author {
            display: block;
            width: fit-content;
            margin-left: auto; }
          body.main-site .section_8 .section_8_inner .bibliography p.position {
            font-size: 14px;
            width: fit-content;
            margin-left: auto;
            opacity: .6; }
  body.main-site .section_8_new {
    background-color: #D9D9D9; }
    body.main-site .section_8_new .section_8_new_inner {
      display: grid;
      grid-template-columns: 100%;
      gap: 2px;
      width: 100%; }
      body.main-site .section_8_new .section_8_new_inner .section_allies {
        background-color: #161616;
        padding: 4rem;
        padding: 145px 86px; }
        body.main-site .section_8_new .section_8_new_inner .section_allies h1 {
          color: #fff;
          text-align: center;
          margin-bottom: 3rem; }
        body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner {
          width: 100%;
          margin: auto; }
          body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .section_allies_grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
            width: 100%;
            align-items: center;
            justify-content: center;
            padding: 0 4rem 4rem; }
            body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .section_allies_grid .ally {
              width: 130px;
              margin: auto;
              height: 90px;
              display: flex;
              border: 3px solid transparent;
              cursor: pointer; }
              body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .section_allies_grid .ally.active {
                border-color: #279CB1;
                border-radius: 8px;
                transition: all .5s ease-in-out; }
              body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .section_allies_grid .ally img {
                max-width: 100%;
                margin: auto;
                display: block;
                padding: .5rem;
                max-height: 100%; }
          body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .bibliography {
            color: #fff;
            max-width: 400px;
            margin: auto; }
            body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .bibliography .ally-content {
              display: none;
              opacity: 0; }
              body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .bibliography .ally-content img {
                width: 20px;
                margin-bottom: 1rem; }
              body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .bibliography .ally-content.active {
                display: block;
                animation: fadeInCustom .5s ease-in-out forwards; }
            body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .bibliography p {
              color: #fff;
              font-size: 16px;
              line-height: 24px; }
              body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .bibliography p.author {
                display: block;
                width: fit-content;
                margin-left: auto;
                margin-top: 1rem; }
              body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_inner .bibliography p.position {
                font-size: 14px;
                width: fit-content;
                margin-left: auto;
                opacity: .6; }
  body.main-site .inverse {
    display: none; }
  body.main-site .modal-body {
    padding: 3rem 2rem; }
  body.main-site .close_btn {
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    font-size: 1.3rem; }
  body.main-site .section_9 {
    background-color: #fff;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0; }
    body.main-site .section_9.our_bussiness {
      background-color: #F6F9F9; }
    body.main-site .section_9.section_modal {
      background-color: #fff;
      min-height: auto;
      height: auto;
      width: auto;
      max-width: 80%;
      margin: auto; }
      body.main-site .section_9.section_modal .grid_9_inner {
        grid-template-columns: 100%;
        width: 100%; }
      body.main-site .section_9.section_modal .btn {
        display: block;
        margin-left: auto; }
    body.main-site .section_9.company_view {
      background-color: #F6F6F6;
      background-position: top left;
      background-repeat: no-repeat; }
      body.main-site .section_9.company_view .card_general {
        border-radius: 7px;
        border: 0; }
      body.main-site .section_9.company_view .grid_9_inner {
        grid-template-columns: 50% 50%;
        width: 100%; }
        body.main-site .section_9.company_view .grid_9_inner input {
          width: 100%; }
    body.main-site .section_9 .card_general {
      padding: 135px 161px; }
    body.main-site .section_9 .grid_9_inner {
      display: grid;
      grid-template-columns: 40% 60%;
      width: calc(100% - 100px);
      align-items: center;
      column-gap: 100px;
      row-gap: 2rem; }
      body.main-site .section_9 .grid_9_inner .form_9 input, body.main-site .section_9 .grid_9_inner .form_9 select {
        width: 100%;
        background-color: #fff;
        border: 1px solid #279CB1;
        border-radius: 10px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px; }
        body.main-site .section_9 .grid_9_inner .form_9 input::placeholder, body.main-site .section_9 .grid_9_inner .form_9 select::placeholder {
          color: #757575;
          font-size: 16px;
          line-height: 23px; }
      body.main-site .section_9 .grid_9_inner .form_9 .form_9_inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px; }
      body.main-site .section_9 .grid_9_inner .btn.right {
        display: block;
        margin-left: auto; }
  body.main-site .general_form input, body.main-site .general_form select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #279CB1;
    border-radius: 10px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px; }
    body.main-site .general_form input::placeholder, body.main-site .general_form select::placeholder {
      color: #757575;
      font-size: 16px;
      line-height: 23px; }
  body.main-site .general_form .form_9_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px; }
  body.main-site .section_video {
    background-repeat: no-repeat;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0; }
    body.main-site .section_video h1 {
      color: #eb595b;
      margin: 0 auto 3rem; }
    body.main-site .section_video .section_video_inner {
      display: grid;
      grid-template-columns: 10% 70% 20%;
      gap: 1rem; }
      body.main-site .section_video .section_video_inner img {
        max-width: 100%; }
      body.main-site .section_video .section_video_inner h3 {
        line-height: 1.3; }
  body.main-site .section_separator {
    width: 100%; }
    body.main-site .section_separator img {
      max-width: 500px;
      width: 100%;
      padding: 2rem 1rem;
      margin: auto;
      display: block; }
  body.main-site .section_featured {
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0; }
    body.main-site .section_featured .secction-featured-inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); }
      body.main-site .section_featured .secction-featured-inner .featured-item {
        margin-bottom: 2rem; }
        body.main-site .section_featured .secction-featured-inner .featured-item img {
          max-width: 200px;
          z-index: 1;
          position: relative; }
      body.main-site .section_featured .secction-featured-inner p {
        font-weight: 300;
        font-size: 23px;
        text-align: justify;
        color: #5D5D5D; }
        body.main-site .section_featured .secction-featured-inner p.title {
          margin-bottom: 10px;
          font-size: 25px;
          font-weight: 500;
          text-align: center; }
  body.main-site .section_10 {
    background-color: #FDBB45;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column; }
    body.main-site .section_10.company_view {
      background-color: #F6F6F6; }
    body.main-site .section_10 h2 {
      text-align: center; }
  body.main-site .business_1 {
    background-color: #fff;
    min-height: calc(100vh - 114px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 2rem 0; }
    body.main-site .business_1 h2 {
      font-weight: 400;
      margin-bottom: 10px; }
    body.main-site .business_1 p {
      margin-bottom: 10px; }
    body.main-site .business_1 .business_1_inner {
      display: grid;
      grid-template-columns: 60% 40%;
      gap: 2rem; }
      body.main-site .business_1 .business_1_inner img {
        position: absolute;
        height: 800px;
        top: 25vh; }
  body.main-site .business_2 {
    background-color: #F6F9F9;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0; }
    body.main-site .business_2 h2 {
      margin-bottom: 50px;
      text-align: center;
      font-weight: 400; }
    body.main-site .business_2 h5 {
      margin-bottom: 10px;
      font-weight: 400; }
    body.main-site .business_2 .business_2_inner {
      display: grid;
      grid-template-columns: 50% 50%;
      gap: 3rem;
      max-width: 1000px;
      width: 100%;
      margin: auto; }
      body.main-site .business_2 .business_2_inner .business_2_element {
        width: 100%; }
      body.main-site .business_2 .business_2_inner .grid_text {
        display: grid;
        grid-template-columns: 102px auto;
        width: 100%; }
        body.main-site .business_2 .business_2_inner .grid_text div {
          padding-left: .5rem;
          width: 100%; }
  body.main-site .business_3 {
    background-color: #fff;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0; }
    body.main-site .business_3 h2 {
      margin-bottom: 25px;
      font-weight: 400; }
    body.main-site .business_3 p {
      margin-bottom: 25px; }
    body.main-site .business_3 .business_3_inner {
      display: grid;
      grid-template-columns: 40% 60%;
      gap: 2rem;
      width: calc(100% - 2rem); }
      body.main-site .business_3 .business_3_inner img {
        height: 500px; }
      body.main-site .business_3 .business_3_inner .text_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
    body.main-site .business_3 .button_wrapper {
      display: flex;
      justify-content: center;
      margin-top: 75px; }
      body.main-site .business_3 .button_wrapper .btn {
        padding: 17.5px 98px; }
  body.main-site .business_4 {
    background-color: #F6F9F9;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0; }
    body.main-site .business_4 h2 {
      margin-bottom: 50px;
      text-align: center; }
    body.main-site .business_4 .business_4_inner {
      max-width: 932px;
      margin: auto; }
      body.main-site .business_4 .business_4_inner .business_4_grid {
        margin-top: 50px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 44px; }
        body.main-site .business_4 .business_4_inner .business_4_grid div {
          display: grid;
          justify-content: center;
          height: 200px; }
          body.main-site .business_4 .business_4_inner .business_4_grid div img {
            max-width: 144px;
            align-self: center; }
        body.main-site .business_4 .business_4_inner .business_4_grid div:nth-child(1) {
          background-color: #fff; }
        body.main-site .business_4 .business_4_inner .business_4_grid div:nth-child(2) {
          background-color: #fff; }
        body.main-site .business_4 .business_4_inner .business_4_grid div:nth-child(3) {
          background-color: #FDBB45; }
        body.main-site .business_4 .business_4_inner .business_4_grid div:nth-child(4) {
          background-color: #EA5455; }
          body.main-site .business_4 .business_4_inner .business_4_grid div:nth-child(4) img {
            max-width: 102px; }
  body.main-site .business_5 {
    background-color: #212121;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    flex-direction: column; }
    body.main-site .business_5 h2 {
      margin-bottom: 50px;
      color: #fff; }
    body.main-site .business_5 p {
      color: #fff; }
    body.main-site .business_5 .business_5_inner {
      max-width: 543px;
      margin: auto; }
      body.main-site .business_5 .business_5_inner .btn {
        padding: 17.5px 109.5px;
        margin-top: 50px; }
  body.main-site .business_6 {
    background-color: #F4F4F4;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    body.main-site .business_6 h2 {
      margin-bottom: 50px; }
    body.main-site .business_6 .btn {
      padding: 17.5px 109.5px; }
  body.main-site .services_1 {
    background-color: #fff;
    min-height: calc(100vh - 114px);
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    body.main-site .services_1 .services_1_inner {
      position: absolute;
      bottom: 25%;
      left: 0px;
      right: 31%;
      margin: auto;
      width: fit-content; }
      body.main-site .services_1 .services_1_inner img {
        width: 430px; }
      body.main-site .services_1 .services_1_inner h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 53px;
        margin-bottom: 3rem; }
        body.main-site .services_1 .services_1_inner h2 strong {
          font-size: 49px;
          font-weight: 800; }
  body.main-site .services_2 {
    background-color: #fff;
    min-height: calc(100vh - 70px);
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
    body.main-site .services_2 h2 {
      font-weight: 400; }
    body.main-site .services_2 .services_2_grid {
      display: grid;
      grid-template-columns: 50% 50%;
      gap: 1rem;
      max-width: 895px;
      margin: 0 auto 2rem; }
      body.main-site .services_2 .services_2_grid img {
        max-width: 100%;
        margin: auto;
        display: block; }
      body.main-site .services_2 .services_2_grid div:nth-child(1) {
        align-self: center; }
        body.main-site .services_2 .services_2_grid div:nth-child(1) h2, body.main-site .services_2 .services_2_grid div:nth-child(1) p {
          text-align: justify; }
      body.main-site .services_2 .services_2_grid p {
        margin-bottom: 0; }
    body.main-site .services_2 .services_2_inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      row-gap: 2rem; }
      body.main-site .services_2 .services_2_inner p {
        margin-bottom: 135px; }
      body.main-site .services_2 .services_2_inner .services_2_element {
        display: flex;
        justify-content: center;
        align-items: center; }
        body.main-site .services_2 .services_2_inner .services_2_element img {
          width: 50px;
          margin-right: .5rem; }
  body.main-site .services_3 {
    background-color: #fff;
    min-height: calc(100vh - 70px);
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
    body.main-site .services_3.right_side h2, body.main-site .services_3.right_side p {
      text-align: right; }
    body.main-site .services_3.right_side .btn {
      margin-left: auto;
      display: block; }
    body.main-site .services_3 h2 {
      margin-bottom: 20px; }
    body.main-site .services_3 p {
      margin-bottom: 75px; }
    body.main-site .services_3 .services_3_inner {
      display: grid;
      grid-template-columns: 50% 50%;
      gap: 2rem; }
      body.main-site .services_3 .services_3_inner img {
        position: absolute;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 660px; }
  body.main-site .red_section {
    background-color: #EA5455;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain; }
    body.main-site .red_section::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../../../assets/img/qhantuy_company/franga_invertida.png") no-repeat left;
      background-size: contain; }
    body.main-site .red_section .red_seccion_inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      max-width: 920px;
      gap: 2rem;
      z-index: 1;
      position: relative; }
      body.main-site .red_section .red_seccion_inner img {
        margin: auto;
        display: block;
        margin-bottom: 5px; }
      body.main-site .red_section .red_seccion_inner h5 {
        font-weight: 400;
        text-align: center; }
  body.main-site .reveal_1, body.main-site .reveal_2, body.main-site .reveal_3, body.main-site .reveal_4, body.main-site .reveal_5, body.main-site .reveal_6 {
    /*transform: translateY(150px);*/
    opacity: 0;
    /*transition: .5s all ease;*/ }
    body.main-site .reveal_1.active, body.main-site .reveal_2.active, body.main-site .reveal_3.active, body.main-site .reveal_4.active, body.main-site .reveal_5.active, body.main-site .reveal_6.active {
      /*transform: translateY(0);*/
      animation: fadeInCustom 0.5s ease;
      animation-fill-mode: forwards; }
  body.main-site .reveal_2.active, body.main-site .reveal_3.active, body.main-site .reveal_4.active, body.main-site .reveal_5.active, body.main-site .reveal_6.active {
    animation-delay: .2s; }
@keyframes fadeInCustom {
  100% {
    opacity: 1; } }
  body.main-site .change_color {
    transition: .5s all ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    body.main-site .change_color.active {
      opacity: 1; }
    body.main-site .change_color.color_1 {
      background: linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%); }
    body.main-site .change_color.color_2 {
      background: linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%); }
    body.main-site .change_color.color_3 {
      background: #FFF;
      background: -moz-linear-gradient(135deg, #f0f0f0 55%, #FFF 100%);
      background: -webkit-linear-gradient(135deg, #f0f0f0 55%, #FFF 100%);
      background: linear-gradient(135deg, #f0f0f0 55%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#FFF",GradientType=1); }
    body.main-site .change_color.color_4 {
      background: #FFF;
      background: -moz-linear-gradient(135deg, #FFF 45%, #f0f0f0 100%);
      background: -webkit-linear-gradient(135deg, #FFF 45%, #f0f0f0 100%);
      background: linear-gradient(135deg, #ffffff 45%, #f0f0f0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#FFF",GradientType=1); }
    body.main-site .change_color.color_5 {
      background: #FFF;
      background: -moz-linear-gradient(135deg, #f0f0f0 55%, #FFF 100%);
      background: -webkit-linear-gradient(135deg, #f0f0f0 55%, #FFF 100%);
      background: linear-gradient(135deg, #f0f0f0 55%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#FFF",GradientType=1); }
    body.main-site .change_color.color_6 {
      background: #FFF;
      background: -moz-linear-gradient(135deg, #FFF 45%, #f0f0f0 100%);
      background: -webkit-linear-gradient(135deg, #FFF 45%, #f0f0f0 100%);
      background: linear-gradient(135deg, #ffffff 45%, #f0f0f0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#FFF",GradientType=1); }
  body.main-site .what-list {
    padding: 2rem 0 0 1rem;
    font-weight: 500;
    font-size: 0.9rem; }
  body.main-site section.section-secondary {
    border-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  body.main-site section.section-secondary.what {
    padding-top: 8vw;
    padding-bottom: 8vw; }
    body.main-site section.section-secondary.what p {
      font-size: 1.1em;
      letter-spacing: .1px;
      line-height: 1.3rem;
      font-weight: 300; }
  body.main-site section.section-secondary.form {
    padding-bottom: 0; }
    body.main-site section.section-secondary.form h4 {
      text-align: center; }
    body.main-site section.section-secondary.form img {
      margin-bottom: -1.3rem !important;
      display: block;
      margin: auto; }
  body.main-site .mobile-container {
    position: relative; }
    body.main-site .mobile-container .mobile-image {
      position: relative;
      z-index: 2; }
    body.main-site .mobile-container .mobile-animation {
      position: absolute;
      width: 90%;
      height: 97%;
      background-color: #fff;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto auto;
      padding-left: 5px;
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      body.main-site .mobile-container .mobile-animation .mobile-logo {
        position: relative;
        margin-left: 20px;
        margin-bottom: 5rem;
        opacity: 0;
        animation: fadeInCustom 1s ease;
        animation-delay: .8s;
        animation-fill-mode: forwards; }
      body.main-site .mobile-container .mobile-animation .mobile-title {
        position: relative;
        color: #fff;
        margin-left: 10px;
        font-weight: 600;
        font-size: 1rem;
        opacity: 0;
        animation: fadeInCustom 1s ease;
        animation-delay: 1.1s;
        animation-fill-mode: forwards; }
      body.main-site .mobile-container .mobile-animation .mobile-next {
        position: absolute;
        background-color: #279CB1;
        color: #fff;
        padding: 0.2rem 0.7rem;
        padding-top: 0.2rem;
        padding-right: 0.7rem;
        padding-bottom: 0.2rem;
        padding-left: 0.7rem;
        border-radius: 6px;
        bottom: 4rem;
        right: 1rem;
        font-size: .75rem;
        font-weight: 600;
        border: none;
        cursor: pointer;
        z-index: 4;
        cursor: pointer;
        opacity: 0;
        animation: fadeInCustom 1s ease;
        animation-delay: 1.7s;
        animation-fill-mode: forwards; }
      body.main-site .mobile-container .mobile-animation .mobile-text {
        position: relative;
        color: #a2a4a7;
        margin-left: 10px;
        font-size: 0.7rem;
        line-height: 0.9rem;
        margin-top: 1rem;
        opacity: 0;
        animation: fadeInCustom 1s ease;
        animation-delay: 1.4s;
        animation-fill-mode: forwards; }
      body.main-site .mobile-container .mobile-animation .download-shops {
        position: absolute;
        bottom: 45px;
        animation: fadeInCustom 1.5s ease-in forwards;
        animation-delay: 3s;
        opacity: 0; }
    body.main-site .mobile-container .mobile-animation::after {
      content: '';
      position: absolute;
      width: 15px;
      height: 38%;
      background-color: #FDBB45;
      top: 0;
      right: 0;
      border-radius: 20px;
      transform: translate(-353px, 156px) rotate(55deg);
      animation: translate1 1s cubic-bezier(0.83, 0.64, 0.53, 1.22);
      animation-fill-mode: forwards; }
    body.main-site .mobile-container .mobile-animation::before {
      content: '';
      position: absolute;
      width: 27px;
      height: 30%;
      background-color: #279CB1;
      top: 0;
      right: 0;
      transform: translate(-320px, 193px) rotate(55deg);
      border-radius: 20px;
      animation: translate2 1.2s cubic-bezier(0.83, 0.64, 0.53, 1.22);
      animation-fill-mode: forwards; }
  body.main-site .text-anouncement {
    position: absolute;
    text-align: center;
    z-index: 3;
    margin-top: 6rem;
    margin-left: 10px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    padding: 1.5rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    backdrop-filter: saturate(180%) blur(17px);
    animation: fadeInCustom 1.5s ease-in;
    animation-delay: 3s;
    animation-fill-mode: forwards; }
  body.main-site .more-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  body.main-site .li-element-more {
    list-style: none;
    padding: .35rem .80rem;
    border-radius: 30px;
    margin-top: .7rem;
    margin-bottom: .7rem;
    border: 1px solid #3F3070;
    color: #3F3070;
    max-width: 238px; }
  body.main-site .landing-point {
    padding: 2rem;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #fff; }
    body.main-site .landing-point .image-point {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      position: absolute !important;
      top: 0;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden; }
    body.main-site .landing-point .image-point::after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0; }
    body.main-site .landing-point .image-point1 {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: -16px;
      margin-bottom: -5px; }
    body.main-site .landing-point .image-point2 {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: -43px; }
    body.main-site .landing-point .image-point3 {
      position: absolute;
      left: 0;
      bottom: 0;
      margin-left: -33px; }
    body.main-site .landing-point .image-point4 {
      position: absolute;
      left: 0;
      bottom: 0;
      margin-left: -15px;
      margin-bottom: -5px; }
    body.main-site .landing-point p {
      font-weight: 500;
      font-size: 1rem;
      color: #112A46;
      position: relative;
      z-index: 1; }
    body.main-site .landing-point .p-left {
      margin-right: 7rem; }
    body.main-site .landing-point .p-right {
      margin-left: 7rem; }
  body.main-site .hero {
    display: grid;
    grid-template-columns: 30% 70%;
    width: 100%; }
  body.main-site .more-img-hero {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
  body.main-site .more-img-brazo {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
  body.main-site .logos-end .item {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
  body.main-site .contact-us {
    padding: 2rem 0;
    background-color: rgba(39, 156, 177, 0.1); }
    body.main-site .contact-us h3 {
      line-height: 28px; }
    body.main-site .contact-us p {
      font-size: 16px;
      color: #1F1F1F; }
    body.main-site .contact-us .information_container {
      max-width: 1000px;
      width: 100%;
      padding: 0 2rem;
      margin: auto; }
      body.main-site .contact-us .information_container .card_general {
        box-shadow: none;
        position: absolute;
        z-index: 1;
        padding: 75px 50px 75px; }
    body.main-site .contact-us .input_grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 100%;
      gap: 1em; }
    body.main-site .contact-us .map-container {
      max-width: 1856px;
      height: calc(800px + 1rem);
      margin: auto auto 1rem;
      overflow: hidden; }
      body.main-site .contact-us .map-container .google-map {
        width: 100%;
        height: 800px; }
  body.main-site .begin-test {
    min-height: calc(100vh - 114px);
    background-color: rgba(39, 156, 177, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    body.main-site .begin-test.our_services {
      min-height: calc(100vh - 70px);
      background-color: #fff; }
    body.main-site .begin-test h2 {
      text-align: center;
      margin-bottom: 10px;
      color: #279CB1; }
    body.main-site .begin-test p {
      text-align: center;
      margin-bottom: 50px; }
    body.main-site .begin-test .input_grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      column-gap: 75px;
      row-gap: 0; }
    body.main-site .begin-test .btn {
      display: block;
      margin-left: auto; }
    body.main-site .begin-test .grid_9_inner {
      display: grid;
      grid-template-columns: 100%;
      width: 100%;
      align-items: center;
      column-gap: 100px;
      row-gap: 2rem; }
      body.main-site .begin-test .grid_9_inner .form_9 input, body.main-site .begin-test .grid_9_inner .form_9 select {
        width: 100%;
        background-color: #fff;
        border: 1px solid #279CB1;
        border-radius: 10px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px; }
        body.main-site .begin-test .grid_9_inner .form_9 input::placeholder, body.main-site .begin-test .grid_9_inner .form_9 select::placeholder {
          color: #757575;
          font-size: 16px;
          line-height: 23px; }
      body.main-site .begin-test .grid_9_inner .form_9 .form_9_inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px; }
      body.main-site .begin-test .grid_9_inner .btn.right {
        display: block;
        margin-left: auto; }
  body.main-site .blog h2 {
    margin-bottom: 3rem;
    font-weight: 500; }
  body.main-site .blog h3.big {
    font-size: 2em; }
  body.main-site .blog h4 {
    font-weight: 400; }
  body.main-site .blog img {
    max-width: 100%; }
  body.main-site .blog p.labels a {
    color: #279CB1; }
  body.main-site .blog p.justified {
    text-align: justify; }
  body.main-site .blog .main-image {
    margin-bottom: 4rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60vh; }
  body.main-site .blog .center-img {
    position: absolute;
    inset: -33px 0 0 0;
    margin: auto;
    max-width: 100%;
    width: 536px;
    padding: 2rem; }
  body.main-site .blog .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
    gap: 1.5rem; }
  body.main-site .blog .blog-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    gap: 1.5rem; }
  body.main-site .blog .blog-grid-big {
    display: grid;
    grid-template-columns: 356px auto;
    gap: 3rem;
    margin-top: 4rem; }
  body.main-site .blog .blog-grid-big-img {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 2rem;
    width: calc(100% - 2rem); }
  body.main-site .blog .intro {
    max-width: 900px;
    margin: 0 auto 3rem; }
    body.main-site .blog .intro p {
      text-align: center !important;
      font-style: italic; }
  body.main-site .blog .reactions {
    text-align: center;
    display: flex; }
    body.main-site .blog .reactions .reaction {
      margin: 0 1rem;
      display: flex;
      justify-content: center;
      cursor: pointer; }
    body.main-site .blog .reactions :nth-child(1) i {
      color: #f44336; }
    body.main-site .blog .reactions :nth-child(1) p {
      color: #f44336; }
    body.main-site .blog .reactions i {
      font-size: 1.3rem;
      margin: auto; }
    body.main-site .blog .reactions p {
      font-size: 16px;
      margin-left: .5rem; }
  body.main-site .blog .sub-section {
    border: 2px solid #DBDBDB;
    padding: 2rem; }
    body.main-site .blog .sub-section.no-border {
      border: 0;
      padding: 0; }
      body.main-site .blog .sub-section.no-border .item-blog .content-item-blog {
        padding: 2rem 1rem;
        border-bottom: 2px solid #DBDBDB;
        border-left: 2px solid #DBDBDB;
        border-right: 2px solid #DBDBDB; }
    body.main-site .blog .sub-section .item-blog .content-item-blog {
      padding: 2rem 0; }
      body.main-site .blog .sub-section .item-blog .content-item-blog h3 {
        font-size: 1.4em;
        margin-bottom: 0.3rem; }
      body.main-site .blog .sub-section .item-blog .content-item-blog p.small {
        font-size: 14px;
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal; }
      body.main-site .blog .sub-section .item-blog .content-item-blog .btn-blog {
        border: 3px solid #E4E4E4;
        color: #515A62;
        padding: 7px 18px;
        line-height: 16px;
        font-size: 11px; }
  body.main-site .blog .mb_2 {
    margin-bottom: 2rem; }
  body.main-site .blog .mb_3 {
    margin-bottom: 3rem; }
  body.main-site .blog .mb_4 {
    margin-bottom: 4rem; }
  body.main-site .blog p.ex-small {
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #5D5D5D; }
  body.main-site .blog ul {
    font-size: 18px;
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 300; }
    body.main-site .blog ul li {
      line-height: 27.11px; }
  body.main-site .blog .article-content p {
    margin-bottom: 1.5rem;
    text-align: justify;
    font-weight: 300; }
  body.main-site .blog .item-blog .content-item-blog {
    padding: 4rem 1.5rem 2rem;
    border-bottom: 2px solid #DBDBDB;
    border-left: 2px solid #DBDBDB;
    border-right: 2px solid #DBDBDB; }
    body.main-site .blog .item-blog .content-item-blog.no-border {
      border: none; }
    body.main-site .blog .item-blog .content-item-blog.big h3 {
      font-size: 2em; }
    body.main-site .blog .item-blog .content-item-blog.big p.small {
      font-size: 16px; }
    body.main-site .blog .item-blog .content-item-blog.big .btn-blog {
      padding: 12px 24px;
      line-height: 18px;
      font-size: 14px; }
    body.main-site .blog .item-blog .content-item-blog p.small {
      font-size: 14px;
      color: #979797; }
      body.main-site .blog .item-blog .content-item-blog p.small span {
        color: #000; }
    body.main-site .blog .item-blog .content-item-blog p {
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      white-space: normal; }
    body.main-site .blog .item-blog .content-item-blog .btn-blog {
      border: 3px solid #F13B3B;
      background-color: #fff;
      color: #F13B3B;
      padding: 8px 20px;
      line-height: 16px;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase; }
  body.main-site .blog .header-article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    body.main-site .blog .header-article p, body.main-site .blog .header-article span {
      color: #47546e; }
  body.main-site .blog .share {
    display: flex;
    align-items: center;
    justify-content: end; }
    body.main-site .blog .share p {
      color: #47546e; }
    body.main-site .blog .share i {
      font-size: 14px;
      color: #47546e;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 50%;
      border: 1px solid #ddd;
      transition: .3s all ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 .3rem; }
  body.main-site .thank-you-message {
    min-height: calc(100vh - 114px);
    background-color: rgba(39, 156, 177, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    body.main-site .thank-you-message h2 {
      text-align: center;
      margin-bottom: 10px;
      color: #279CB1; }
    body.main-site .thank-you-message p {
      text-align: center;
      margin-bottom: 25px; }
    body.main-site .thank-you-message .btn {
      display: block;
      margin: auto;
      width: fit-content; }
  body.main-site .thank-you-message-2 {
    min-height: calc(100vh - 114px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    position: relative; }
    body.main-site .thank-you-message-2::after {
      content: '';
      width: 100%;
      height: 20%;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #F5F8F8; }
    body.main-site .thank-you-message-2 h2 {
      margin-bottom: 10px;
      color: #279CB1;
      font-size: 35px; }
    body.main-site .thank-you-message-2 p {
      margin-bottom: 25px;
      font-size: 19px; }
    body.main-site .thank-you-message-2 .thank-you-message-inner {
      display: grid;
      grid-template-columns: 60% 40%;
      width: 100%;
      position: relative;
      z-index: 1; }
    body.main-site .thank-you-message-2 .btn {
      display: block;
      margin: auto;
      width: fit-content; }
  body.main-site .dropdown-item {
    font-weight: 500;
    color: #333333; }
  body.main-site a {
    text-decoration: none;
    color: #fff; }
  body.main-site #header {
    background: #fff;
    width: 100%;
    position: relative; }
  body.main-site #header:after {
    content: "";
    clear: both;
    display: block; }
  body.main-site .logo {
    position: relative;
    width: fit-content;
    margin: 1rem 2rem 1rem 0; }
  body.main-site .logo a {
    font-size: 28px;
    display: block;
    width: fit-content; }
  body.main-site nav {
    width: 100%;
    display: flex;
    align-items: center; }
  body.main-site nav > ul {
    position: relative; }
  body.main-site nav li {
    list-style: none; }
  body.main-site nav .dropdown {
    position: relative; }
  body.main-site nav li a {
    float: left;
    padding: 0 1.5rem; }
  body.main-site nav li ul {
    display: none; }
  body.main-site nav li:hover ul {
    display: inline; }
  body.main-site nav li li {
    float: none; }
  body.main-site nav .dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #279CB1; }
    body.main-site nav .dropdown ul.qpos-design {
      border-bottom: 3px solid #0B0B0B; }
  body.main-site nav .dropdown li {
    white-space: nowrap; }
  body.main-site nav .dropdown li a {
    padding: 10px 35px;
    font-size: 13px;
    min-width: 200px; }
  body.main-site nav .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
    padding: 20px 35px;
    border-bottom: 3px solid #34495e; }
  body.main-site nav li li a {
    float: none;
    color: #333;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px; }
  body.main-site nav li li a:hover {
    background: #bdc3c7;
    background: #FAFBFB; }
  body.main-site .mega-col {
    width: 25%;
    float: left; }
  body.main-site #menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 11%;
    display: none;
    background-color: #279CB1;
    padding: .5rem .7rem;
    border-radius: 5px;
    z-index: 999999; }
  body.main-site #menu-icon span {
    border: 2px solid #fff;
    width: 20px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .1s;
    background-color: #fff;
    border-radius: 5px; }
    body.main-site #menu-icon span:not(:last-child) {
      margin-bottom: 4px; }
  body.main-site .no-main {
    background-color: #279CB1; }
    body.main-site .no-main.qpos-design {
      background-color: #fff; }
      body.main-site .no-main.qpos-design li a {
        color: #565656 !important; }
    body.main-site .no-main li a {
      color: #fff !important;
      opacity: .5;
      background-color: transparent !important; }
  body.main-site ul.nav-pills > li > a.active:hover, body.main-site ul.nav-pills > li > a.active:focus {
    background-color: transparent !important; }
  body.main-site .buttons-container {
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: flex; }
    body.main-site .buttons-container img {
      max-width: 198px; }
  body.main-site .pet-container {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto; }
    body.main-site .pet-container img {
      max-height: 330px;
      height: 20vw;
      object-fit: contain; }
  body.main-site .desk {
    display: block; }
  body.main-site .mob {
    display: none; }
@keyframes expand {
  70% {
    transform: rotateZ(5deg);
    width: 200px;
    height: 200px;
    border: 4px dashed #279CB1; }
  100% {
    width: 1000px;
    height: 950px;
    border: 8px dashed rgba(39, 156, 177, 0.4); } }
@keyframes pulse2 {
  50% {
    transform: translateZ(5px); }
  100% {
    transform: translateZ(0); } }
@keyframes translate1 {
  100% {
    transform: translate(20px, -100px) rotate(55deg); } }
@keyframes translate2 {
  100% {
    transform: translate(52px, -62px) rotate(55deg); } }
  body.main-site .cy-form-bg-container {
    width: 100%;
    min-height: 85vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem; }
  body.main-site .cy-form-progress-container {
    justify-self: center;
    width: 600px;
    max-width: 100%;
    padding: 1.5rem 2rem;
    border: 1px solid white;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px); }
    body.main-site .cy-form-progress-container .cy-form-header {
      width: 100%;
      padding-bottom: 2rem;
      text-align: center; }
      body.main-site .cy-form-progress-container .cy-form-header img {
        width: 150px;
        max-width: 100%;
        margin: 0 auto 1rem;
        display: block; }
    body.main-site .cy-form-progress-container .cy-progress {
      position: relative;
      width: 400px;
      margin: 0 auto;
      max-width: 100%;
      display: flex;
      justify-content: space-between; }
      body.main-site .cy-form-progress-container .cy-progress:before {
        content: "";
        background-color: white;
        position: absolute;
        width: calc(100% - (5px * 2));
        left: 0;
        right: 0;
        height: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1; }
      body.main-site .cy-form-progress-container .cy-progress .cy-progress-bar {
        position: absolute;
        width: 0;
        height: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: var(--primary-color);
        transition: width 0.4s ease;
        z-index: -1; }
      body.main-site .cy-form-progress-container .cy-progress .cy-step {
        width: 45px;
        height: 45px;
        background-color: #ffb7b6;
        border-radius: 50%;
        border: 4px solid white;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        place-items: center;
        color: white;
        transition: border-color 0.5s ease-in-out;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        user-select: none;
        cursor: auto; }
        body.main-site .cy-form-progress-container .cy-progress .cy-step.active {
          border-color: var(--primary-color);
          color: var(--primary-color); }
        body.main-site .cy-form-progress-container .cy-progress .cy-step.completed {
          border-color: var(--primary-color);
          color: var(--primary-color); }
          body.main-site .cy-form-progress-container .cy-progress .cy-step.completed i {
            display: block; }
          body.main-site .cy-form-progress-container .cy-progress .cy-step.completed span {
            display: none; }
        body.main-site .cy-form-progress-container .cy-progress .cy-step i {
          display: none; }
    body.main-site .cy-form-progress-container .cy-step-content {
      width: 100%;
      display: block;
      padding-top: 1.5rem;
      margin-top: 1.5rem;
      border-top: 1px solid white;
      color: white; }
      body.main-site .cy-form-progress-container .cy-step-content.hidden {
        display: none; }
      body.main-site .cy-form-progress-container .cy-step-content h3 {
        color: currentColor; }
      body.main-site .cy-form-progress-container .cy-step-content .form-group label {
        width: 100%;
        display: block;
        margin: 0 0 0.5rem;
        font-size: 1.1rem; }
      body.main-site .cy-form-progress-container .cy-step-content .form-group input:not([type="radio"]), body.main-site .cy-form-progress-container .cy-step-content .form-group input:not([type="checkbox"]), body.main-site .cy-form-progress-container .cy-step-content .form-group select, body.main-site .cy-form-progress-container .cy-step-content .form-group textarea {
        width: 100%;
        border: 1px solid white;
        padding: 10px 15px;
        border-radius: 8px;
        background-color: white;
        color: black; }
        body.main-site .cy-form-progress-container .cy-step-content .form-group input:not([type="radio"]):focus, body.main-site .cy-form-progress-container .cy-step-content .form-group input:not([type="checkbox"]):focus, body.main-site .cy-form-progress-container .cy-step-content .form-group select:focus, body.main-site .cy-form-progress-container .cy-step-content .form-group textarea:focus {
          outline-color: var(--secondary-color);
          border-color: var(--secondary-color); }
      body.main-site .cy-form-progress-container .cy-step-content .form-group input::placeholder {
        opacity: 0.7;
        color: white; }
      body.main-site .cy-form-progress-container .cy-step-content .form-group .content__edit-field {
        display: flex;
        gap: 10px;
        align-items: flex-end; }
        body.main-site .cy-form-progress-container .cy-step-content .form-group .content__edit-field input:not([type="radio"]), body.main-site .cy-form-progress-container .cy-step-content .form-group .content__edit-field input:not([type="checkbox"]), body.main-site .cy-form-progress-container .cy-step-content .form-group .content__edit-field select, body.main-site .cy-form-progress-container .cy-step-content .form-group .content__edit-field textarea {
          flex: 1; }
        body.main-site .cy-form-progress-container .cy-step-content .form-group .content__edit-field .btn-edit-field {
          width: 80px; }
      body.main-site .cy-form-progress-container .cy-step-content .field-error {
        border-color: #f44336 !important;
        box-shadow: 0 0 0 1px #f44336; }
      body.main-site .cy-form-progress-container .cy-step-content .error-message {
        color: #f44336;
        font-size: 0.8em;
        margin-top: 5px; }
    body.main-site .cy-form-progress-container button {
      height: 2.2em;
      line-height: 1;
      font-size: 18px;
      border-radius: 8px;
      border: none;
      outline: none;
      background-color: var(--primary-color);
      color: #fff;
      cursor: pointer;
      padding: 10px 15px; }
      body.main-site .cy-form-progress-container button[disabled] {
        background-color: #bbb !important;
        cursor: not-allowed; }
      body.main-site .cy-form-progress-container button:hover, body.main-site .cy-form-progress-container button:active {
        background-color: var(--secondary-color); }
  body.main-site .swal2-styled.swal2-confirm {
    background-color: var(--primary-color); }
  @media screen and (max-width: 767px) {
    body.main-site h1 {
      font-size: 32px !important;
      line-height: 38px !important; }
    body.main-site h2 {
      font-size: 27px !important;
      font-weight: 600 !important;
      line-height: 38.58px !important; }
      body.main-site h2.small {
        font-size: 22px !important; }
    body.main-site h5 {
      font-size: 18px !important;
      font-weight: 600 !important; }
      body.main-site h5.normal {
        font-weight: 400 !important;
        line-height: 25.12px !important; }
    body.main-site h6 {
      font-size: 16px !important; }
    body.main-site p {
      font-size: 16px !important;
      line-height: 25.11px !important; }
    body.main-site .btn-third {
      font-size: 16px;
      padding: 15px 30px;
      font-weight: 500;
      line-height: 20px; }
      body.main-site .btn-third:hover {
        color: #000;
        background-color: #FDBB45;
        border-color: #FDBB45; }
      body.main-site .btn-third.small {
        font-size: 16px;
        padding: 10px 30px;
        line-height: 20px; }
    body.main-site .input_wrapper span {
      font-size: 16px;
      line-height: 20.12px; }
    body.main-site .input_wrapper input, body.main-site .input_wrapper select, body.main-site .input_wrapper textarea {
      font-size: 16px;
      padding: 10px 16.5px;
      margin-bottom: 1rem;
      height: 50px; } }
  @media (max-width: 991px) {
    body.main-site {
      /*==============  home company  ===============*/
      /*==============  our-business  ===============*/
      /*==============  contact us  ===============*/
      /*==============  our services  ===============*/
      /*==============  maps view  ===============*/
      /*==============  modal  ===============*/ }
      body.main-site #header .header-nav-main.header-nav-main-mobile-dark:before {
        background-color: #212529; }
      body.main-site #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #fff; }
      body.main-site #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
        color: rgba(39, 156, 177, 0.8); }
      body.main-site #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: rgba(39, 156, 177, 0.8); }
      body.main-site #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, body.main-site #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
        background: rgba(39, 156, 177, 0.8); }
      body.main-site #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: #279CB1; }
      body.main-site #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, body.main-site #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
        background: #279CB1; }
      body.main-site .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        color: rgba(39, 156, 177, 0.8) !important; }
      body.main-site .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
        background-color: rgba(39, 156, 177, 0.8); }
      body.main-site .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
        color: rgba(39, 156, 177, 0.8) !important; }
      body.main-site .side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
        color: rgba(39, 156, 177, 0.8) !important; }
      body.main-site #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: rgba(39, 156, 177, 0.8) !important; }
      body.main-site #header .header-top.header-top-primary {
        background: rgba(39, 156, 177, 0.8);
        border-top-color: #df4c43; }
      body.main-site #header.header-transparent .header-body.bg-dark .header-nav-main:before, body.main-site #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
        background-color: #fff; }
      body.main-site #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active {
        background-color: #f4f4f4 !important; }
        body.main-site #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active::before {
          background-color: transparent; }
      body.main-site #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul li > a {
        padding: .5rem .2rem; }
      body.main-site .flex-list .flex-container {
        grid-template-columns: 1fr 1fr; }
      body.main-site .owl-stage .slide img {
        width: 50%;
        margin: 0 auto; }
      body.main-site .owl-stage .slide h1 {
        font-size: 2em !important;
        padding-top: .5rem; }
      body.main-site .owl-stage .slide p {
        font-size: 1.4em;
        padding-top: .9rem !important; }
      body.main-site .owl-stage .slide .main-button {
        justify-content: center;
        width: 100%;
        display: flex; }
      body.main-site .owl-stage .logos {
        width: calc(100vw - 3rem);
        justify-content: center; }
        body.main-site .owl-stage .logos a:nth-child(1) img {
          width: 110px !important; }
        body.main-site .owl-stage .logos a:nth-child(2) img {
          width: 97px !important; }
      body.main-site .logos_coffee {
        grid-template-columns: 1fr; }
        body.main-site .logos_coffee img {
          margin: 0 auto; }
      body.main-site .what-list {
        padding: 2rem 0 0 2rem; }
      body.main-site .more-img {
        max-width: 80%; }
      body.main-site section.section-secondary.what {
        background-position: right; }
      body.main-site .owl-carousel .owl-nav {
        transform: translate3d(0, 21%, 0);
        bottom: 2.5rem; }
      body.main-site .owl-dots {
        display: block !important;
        position: absolute;
        inset: auto 0 .7rem 0; }
      body.main-site .slide_grid .element_slide .bottom {
        margin-bottom: 2rem; }
      body.main-site .section_slide .slide_grid {
        grid-template-columns: 100%; }
      body.main-site .section_slide .bottom {
        padding: 7.5% 12.5% !important; }
        body.main-site .section_slide .bottom .input_grid {
          display: grid;
          grid-template-columns: 100% !important;
          width: 100% !important;
          gap: 0 !important; }
      body.main-site .owl-nav {
        display: none; }
      body.main-site .section_6_complement.company_view h1 {
        margin-bottom: 80px; }
      body.main-site .section_6_complement.company_view .grid_1 {
        gap: 4.5rem; }
      body.main-site .section_2_new.company_view .section_2_new_inner, body.main-site .section_2_new.qpos-design .section_2_new_inner {
        grid-template-columns: 100%; }
        body.main-site .section_2_new.company_view .section_2_new_inner .image_wrapper, body.main-site .section_2_new.qpos-design .section_2_new_inner .image_wrapper {
          position: relative;
          width: 100%;
          height: 100%; }
          body.main-site .section_2_new.company_view .section_2_new_inner .image_wrapper img:not(.link-image), body.main-site .section_2_new.qpos-design .section_2_new_inner .image_wrapper img:not(.link-image) {
            position: relative;
            width: 80%;
            display: block;
            margin: 2rem auto 0; }
          body.main-site .section_2_new.company_view .section_2_new_inner .image_wrapper .link-image-container, body.main-site .section_2_new.qpos-design .section_2_new_inner .image_wrapper .link-image-container {
            position: absolute;
            bottom: 10%;
            justify-content: center;
            align-items: center;
            width: 100%;
            left: 3.5%; }
            body.main-site .section_2_new.company_view .section_2_new_inner .image_wrapper .link-image-container img, body.main-site .section_2_new.qpos-design .section_2_new_inner .image_wrapper .link-image-container img {
              max-width: 90%;
              margin: auto; }
      body.main-site .section_arrow.qpos-design h1 {
        padding: 116px 10vw !important; }
        body.main-site .section_arrow.qpos-design h1 img {
          max-height: 100px;
          object-fit: cover; }
      body.main-site .section_arrow .section_arrow_inner {
        background-size: cover; }
        body.main-site .section_arrow .section_arrow_inner h1 {
          padding: 116px 10vw; }
      body.main-site .section_8_new .section_8_new_inner {
        grid-template-columns: 100%; }
      body.main-site .section_8_new .section_4 {
        padding: 4rem 1rem; }
        body.main-site .section_8_new .section_4 .section_4_inner {
          grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
          row-gap: 4rem;
          width: 70%; }
      body.main-site .section_8_new .section_8_new_inner .section_allies {
        padding: 4rem 1rem; }
        body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_grid {
          grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important; }
      body.main-site .section_5.company_view .section_5_inner .section_5_element::before {
        display: none; }
      body.main-site .section_5.company_view .section_5_inner .section_5_element span {
        font-size: 42px; }
      body.main-site .inverse {
        display: block; }
      body.main-site .no_inverse {
        display: none; }
      body.main-site .section_9.company_view .grid_9_inner {
        grid-template-columns: 100%; }
      body.main-site .section_9 .grid_9_inner {
        grid-template-columns: 100%;
        width: 100%; }
      body.main-site .business_1 {
        background-size: cover; }
        body.main-site .business_1 .business_1_inner {
          grid-template-columns: 100%; }
          body.main-site .business_1 .business_1_inner img {
            position: relative;
            height: 300px;
            top: 0 !important;
            display: block;
            margin: auto; }
      body.main-site .business_2 .business_2_inner {
        max-width: 100%;
        grid-template-columns: 100%; }
      body.main-site .business_3 .business_3_inner {
        grid-template-columns: 100%; }
        body.main-site .business_3 .business_3_inner img {
          height: 300px;
          display: block;
          margin: auto; }
      body.main-site .grid-responsive {
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
        align-items: center;
        text-align: center; }
        body.main-site .grid-responsive div:last-child {
          grid-column: 1/4; }
      body.main-site .services_1 .services_1_inner {
        padding: 0 1rem;
        width: 100%; }
        body.main-site .services_1 .services_1_inner h2 strong {
          font-size: 28px; }
        body.main-site .services_1 .services_1_inner img {
          width: 195px; }
      body.main-site .services_2 .services_2_grid {
        display: grid;
        grid-template-columns: 100%; }
      body.main-site .section_2 .grid_dot .image_wrapper img:not(:last-child) {
        margin-bottom: 950px; }
      body.main-site .section_2 .section_2_inner {
        grid-template-columns: 100%; }
        body.main-site .section_2 .section_2_inner .sub_section:not(:last-child) {
          min-height: auto; }
        body.main-site .section_2 .section_2_inner .sub_section.mb_8 {
          margin-bottom: 2rem; }
        body.main-site .section_2 .section_2_inner .text_wrapper {
          padding: 0 1rem; }
          body.main-site .section_2 .section_2_inner .text_wrapper .btn {
            margin-top: 0; }
      body.main-site .red_section {
        background-size: cover; }
        body.main-site .red_section::after {
          background-size: cover; }
      body.main-site .contact-us .information_container {
        padding: 0 1rem; }
        body.main-site .contact-us .information_container .card_general {
          position: relative; }
      body.main-site .modal-body {
        padding: 2rem 1rem; }
      body.main-site .flex-col-responsive {
        flex-direction: column; }
      body.main-site nav {
        display: none;
        width: 100%;
        clear: both;
        float: none;
        max-height: 400px;
        overflow-y: scroll; }
      body.main-site #menu-icon {
        display: inline;
        top: 65px;
        cursor: pointer; }
      body.main-site #menu-icon.active .first {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px;
        margin-bottom: 2px; }
      body.main-site #menu-icon.active .second {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: -6px;
        margin-bottom: 2px; }
      body.main-site #menu-icon.active .third {
        display: none; }
      body.main-site .search {
        float: none; }
      body.main-site .search input {
        width: 100%; }
      body.main-site nav {
        padding: 10px; }
      body.main-site nav ul {
        float: none; }
      body.main-site nav li {
        float: none; }
      body.main-site nav ul li a {
        float: none;
        padding: 8px;
        display: block; }
      body.main-site #header nav ul ul {
        display: block;
        position: static;
        background: none;
        border: none;
        padding: 0; }
      body.main-site #header nav a {
        padding: 8px; }
      body.main-site #header nav a:hover, body.main-site a.active {
        border-radius: 3px; }
      body.main-site #header nav ul li li a:before {
        content: "- "; }
      body.main-site .mega-col {
        width: 100%; }
      body.main-site .nav.nav-pills:not(.no-main) {
        flex-direction: column; }
        body.main-site .nav.nav-pills:not(.no-main) .dropdown-menu {
          display: none !important; }
      body.main-site .dropdown-item.active, body.main-site .dropdown-item:active {
        background-color: #279CB1 !important;
        color: #fff !important; }
        body.main-site .dropdown-item.active.qpos-design, body.main-site .dropdown-item:active.qpos-design {
          background-color: transparent !important; }
      body.main-site .blog-grid-big {
        grid-template-columns: 100% !important;
        grid-auto-flow: dense; }
        body.main-site .blog-grid-big .a {
          grid-row: 2; }
        body.main-site .blog-grid-big .b {
          grid-row: 1; }
      body.main-site .section_20 {
        position: relative;
        margin: 2rem 0; }
        body.main-site .section_20 .back-desktop {
          display: none; }
        body.main-site .section_20 .back-mobile {
          display: block; }
        body.main-site .section_20 .absolute_1 {
          position: absolute;
          bottom: 28%;
          left: 0;
          max-height: 100%;
          max-width: 100%; }
        body.main-site .section_20 .absolute_2 {
          position: absolute;
          bottom: 0;
          left: 0;
          top: 10%;
          right: 0;
          margin: auto;
          width: 70%; }
          body.main-site .section_20 .absolute_2 img {
            max-width: 100%; }
          body.main-site .section_20 .absolute_2 .image_2 {
            top: 0;
            position: absolute;
            right: -88px;
            max-height: 70%; }
          body.main-site .section_20 .absolute_2 h2 {
            color: #fff;
            font-size: 6.6vw !important;
            line-height: 1.5 !important;
            text-align: center; }
        body.main-site .section_20 .absolute_3 {
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          max-height: 100%;
          width: 60%; }
          body.main-site .section_20 .absolute_3 .button_absolute {
            font-size: 6vw; }
          body.main-site .section_20 .absolute_3 img {
            display: block;
            max-width: 100%;
            margin: auto; } }
  @media (min-width: 992px) {
    body.main-site .container, body.main-site .container-lg, body.main-site .container-md, body.main-site .container-sm {
      max-width: 1060px; }
    body.main-site .header-nav-main {
      align-self: auto !important; }
    body.main-site #header .header-nav-main nav > ul > li > a {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main nav > ul > li.open > a, body.main-site #header .header-nav-main nav > ul > li:hover > a {
      background: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
      border-top-color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main nav > ul > li.dropdown.open > a:before, body.main-site #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
      border-bottom-color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
      border-top-color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main nav > ul:not(:hover) > li > a.active {
      background-color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav.header-nav-stripe nav > ul > li:hover > a, body.main-site #header .header-nav.header-nav-stripe nav > ul > li.open > a {
      background-color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
      background-color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
      background: rgba(39, 156, 177, 0.8) !important; }
    body.main-site #header .header-nav.header-nav-line nav > ul li:hover > a {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav.header-nav-line nav > ul li:hover > a:before {
      background: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a, body.main-site #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site .side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, body.main-site .side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
      border-left-color: rgba(39, 156, 177, 0.8); }
    body.main-site .side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, body.main-site .side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
      border-right-color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a, body.main-site #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
      color: rgba(39, 156, 177, 0.8) !important; }
    body.main-site #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active, body.main-site #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
      color: rgba(39, 156, 177, 0.8) !important; }
    body.main-site #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
    body.main-site #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
      color: rgba(39, 156, 177, 0.8); }
    body.main-site .modal-dialog.modal-lg.modal-xl {
      max-width: 950px;
      height: 90%;
      display: flex;
      justify-content: center;
      align-self: center; } }
  @media screen and (max-width: 768px) {
    body.main-site {
      /*==============  contact us  ===============*/ }
      body.main-site .container-center {
        flex-direction: column;
        overflow: initial;
        height: auto; }
        body.main-site .container-center .contact-element {
          position: relative;
          display: flex;
          margin: .5rem; }
        body.main-site .container-center .contact-element.element-1 {
          transform: none; }
        body.main-site .container-center .contact-element.element-2 {
          transform: none; }
        body.main-site .container-center .contact-element.element-3 {
          transform: none; }
        body.main-site .container-center .contact-element.element-4 {
          transform: none; }
        body.main-site .container-center .contact-element.element-5 {
          transform: none; }
        body.main-site .container-center .logo-animation {
          margin: auto;
          top: 0;
          bottom: 0;
          position: absolute; }
      body.main-site .landing-point .image-point1 {
        opacity: .5; }
      body.main-site .landing-point .image-point2 {
        opacity: .5; }
      body.main-site .landing-point .image-point3 {
        opacity: .5; }
      body.main-site .landing-point .image-point4 {
        opacity: .5; }
      body.main-site .landing-point .p-left {
        margin-right: 0;
        text-align: justify; }
      body.main-site .landing-point .p-right {
        margin-left: 0;
        text-align: justify; }
      body.main-site .patch_img {
        max-width: 25%;
        transform: translateX(-13px); }
      body.main-site .grid-responsive div:last-child {
        grid-column: 1; }
      body.main-site .cy-form-progress-container .cy-step-content .form-group label {
        font-size: 1rem; } }
  @media screen and (max-width: 600px) {
    body.main-site {
      /*==============  qpos  ===============*/ }
      body.main-site .hero {
        grid-template-columns: 1fr;
        text-align: justify; }
      body.main-site .more-img-hero {
        display: none; }
      body.main-site .more-img-brazo {
        display: none; }
      body.main-site .owl-stage .slide img {
        width: 70%;
        margin: 0 auto; }
      body.main-site .desk {
        display: none; }
      body.main-site .mob {
        display: block; }
      body.main-site .buttons-container {
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
        justify-content: center; } }
  @media screen and (max-width: 500px) {
    body.main-site .section_8_new .section_8_new_inner .section_allies .section_allies_grid {
      padding: 0 1rem 4rem !important; }
    body.main-site .thank-you-message-2 .thank-you-message-inner {
      grid-template-columns: 100%; }
      body.main-site .thank-you-message-2 .thank-you-message-inner img {
        max-width: 60%;
        display: block;
        margin: auto; } }
  @media screen and (max-width: 400px) {
    body.main-site .patch_img {
      max-width: 41%;
      transform: translateX(-13px); } }
  @media screen and (max-width: 1199px) {
    body.main-site #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, body.main-site #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
      color: #333333;
      padding: 0 0.8rem; }
    body.main-site .section_1_2 {
      padding: 2rem; }
      body.main-site .section_1_2 .container.absolute {
        position: relative;
        margin-top: 0; }
    body.main-site .section_video {
      background-position: center; }
      body.main-site .section_video .section_video_inner {
        grid-template-columns: 100%;
        gap: 1rem; }
      body.main-site .section_video .image-cont {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap; }
        body.main-site .section_video .image-cont img {
          max-width: 130px; }
      body.main-site .section_video .pet {
        display: none; } }
  @media screen and (min-width: 992px) and (max-width: 1280px) {
    body.main-site .business_1 {
      position: relative; }
      body.main-site .business_1 .business_1_inner img {
        position: absolute;
        height: 500px;
        bottom: 0;
        top: 0;
        margin: auto; } }
  @media screen and (min-width: 1200px) {
    body.main-site .container.long {
      max-width: 1350px !important; }
    body.main-site .container.extra_long {
      max-width: 1624px !important; } }
  @media screen and (max-width: 1355px) and (min-width: 1200px) {
    body.main-site .section_3 h3.size_correction {
      min-height: 50px; }
    body.main-site .section_3 .section_3_inner .section_3_element ul {
      height: 350px; } }
  @media screen and (min-width: 576px) {
    body.main-site .modal-dialog {
      max-width: 1000px; } }
  @media screen and (max-width: 1261px) {
    body.main-site {
      overflow-x: hidden; } }

body.admin-site-2 {
  /**
  * chart 
  ====================================== */
  /**
  * Modal 
  ====================================== */ }
  body.admin-site-2 .b_container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: fit-content;
    padding: 1rem 0; }
    body.admin-site-2 .b_container .card {
      width: 60%;
      background-color: #fff;
      padding: 4rem;
      box-shadow: 3px 6px 11.5px 1px rgba(0, 0, 0, 0.12);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 2rem;
      margin-top: 2rem; }
      body.admin-site-2 .b_container .card .title {
        color: #fff;
        margin-bottom: 2rem;
        text-align: center;
        font-weight: 700; }
      body.admin-site-2 .b_container .card img {
        width: 12rem;
        height: 12rem;
        margin: auto; }
      body.admin-site-2 .b_container .card label {
        font-weight: 500;
        font-size: 1rem; }
      body.admin-site-2 .b_container .card .line_red {
        content: '';
        background-color: #279CB1;
        width: 40px;
        height: 300px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(60deg) translate(-181%, -55%);
        border-radius: 20px; }
      body.admin-site-2 .b_container .card .line_blue {
        content: '';
        background-color: #FDBB45;
        width: 21px;
        height: 300px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(60deg) translate(-558%, -38%);
        border-radius: 20px; }
      body.admin-site-2 .b_container .card .card_content .btn {
        width: 100%; }
  body.admin-site-2 .b_container_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: relative;
    gap: 2rem; }
    body.admin-site-2 .b_container_2 .title {
      color: #fff;
      margin-bottom: 1rem;
      font-weight: 700; }
    body.admin-site-2 .b_container_2 .description {
      margin-bottom: 1rem; }
    body.admin-site-2 .b_container_2 .column_2 .float-right {
      float: right;
      color: #333333 !important;
      font-size: 1rem; }
    body.admin-site-2 .b_container_2 .column_2 label:not(.float-right) {
      font-size: 1rem;
      font-weight: 500; }
    body.admin-site-2 .b_container_2 .column_1 {
      background-color: #fff;
      border-radius: 10px;
      padding: 1rem;
      padding-top: 2rem; }
      body.admin-site-2 .b_container_2 .column_1 .list-group-item {
        display: grid;
        grid-template-columns: 15px auto; }
        body.admin-site-2 .b_container_2 .column_1 .list-group-item .list-title {
          color: #fff;
          font-weight: 500; }
  body.admin-site-2 .b_container_simple {
    background-color: #fff;
    padding: 1rem; }
    body.admin-site-2 .b_container_simple .title {
      color: #fff;
      margin-top: 1rem;
      font-weight: 700;
      margin-left: 1rem; }
    body.admin-site-2 .b_container_simple .b_container_tarjets {
      padding: 1rem;
      display: grid;
      gap: 1rem;
      grid-template-columns: 1fr 1fr 1fr; }
      body.admin-site-2 .b_container_simple .b_container_tarjets .item {
        height: 200px;
        box-shadow: 3px 6px 11.5px 1px rgba(0, 0, 0, 0.12);
        padding: 2rem;
        border-radius: 10px;
        overflow: hidden; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_grid {
          display: grid;
          grid-template-columns: 40% 60%;
          width: 100%;
          height: 100%;
          gap: .5rem; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .img_cont {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .img_cont img {
            max-width: 100%;
            max-height: 145px; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_title {
          color: #fff;
          font-size: 1rem;
          font-weight: 500;
          margin-bottom: .5rem; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description {
          text-align: justify;
          overflow-y: scroll;
          height: 103px;
          padding-right: .5rem; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar {
            width: 7px;
            border-radius: 7px;
            margin-right: 7px; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar-track {
            background: transparent; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar-thumb {
            background: #bebebe;
            border-radius: 10px; }
            body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar-thumb:hover {
              background: #747474; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_date {
          color: #acacac;
          float: right; }
  body.admin-site-2 select {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-right: 2.25rem;
    border-radius: 0.5rem;
    border: 1px solid #DDDEDF; }
  body.admin-site-2 select {
    -webkit-appearance: none;
    appearance: none; }
  body.admin-site-2 .select-wrapper {
    position: relative;
    width: fit-content; }
  body.admin-site-2 .select-wrapper::after {
    position: absolute;
    content: "Ôû╝";
    font-size: 1rem;
    top: .8rem;
    right: 10px; }
  body.admin-site-2 .button-two {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0 !important; }
  body.admin-site-2 .title-section {
    color: #fff;
    text-align: center; }
  body.admin-site-2 .chart-circle {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  body.admin-site-2 .pagination-content {
    display: flex;
    padding-top: 1rem;
    float: right; }
    body.admin-site-2 .pagination-content .element {
      padding: .1rem .5rem;
      color: #279CB1; }
    body.admin-site-2 .pagination-content .element.active {
      color: #fff !important;
      background-color: #279CB1; }
  body.admin-site-2 .ct-series-a .ct-line {
    stroke: #279CB1; }
  body.admin-site-2 .ct-label {
    color: #fff;
    fill: #fff; }
  body.admin-site-2 .modal-title {
    font-size: 1.3rem; }
  body.admin-site-2 .table-row {
    cursor: pointer; }
  body.admin-site-2 .modal-body-container {
    overflow: hidden;
    background-color: #4671C5; }
  body.admin-site-2 .grow-size {
    max-width: 700px; }
    body.admin-site-2 .grow-size .modal-body {
      width: 200%;
      display: grid;
      grid-template-columns: 50% 50%;
      background-color: #4671C5;
      padding: 0;
      padding-top: 1rem; }
      body.admin-site-2 .grow-size .modal-body .modal-body-message {
        text-align: center;
        color: #ffc000;
        font-size: 1.3rem;
        margin: auto 0;
        cursor: pointer; }
        body.admin-site-2 .grow-size .modal-body .modal-body-message span {
          margin-left: 1rem; }
        body.admin-site-2 .grow-size .modal-body .modal-body-message svg {
          width: 20px; }
      body.admin-site-2 .grow-size .modal-body .modal-body-inner {
        background-color: #4671C5;
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
        padding: .5rem; }
        body.admin-site-2 .grow-size .modal-body .modal-body-inner .modal-element {
          background-color: #fff;
          padding: .5rem;
          border-radius: 5px;
          width: 91.35px;
          font-size: .9rem;
          transition: all .25s ease;
          cursor: pointer; }
          body.admin-site-2 .grow-size .modal-body .modal-body-inner .modal-element p {
            margin-bottom: 0 !important; }
    body.admin-site-2 .grow-size .modal-body.active {
      transform: translateX(-50%);
      transition: all .5s; }
    body.admin-site-2 .grow-size .modal-body-2 {
      width: 200%;
      display: grid;
      grid-template-columns: 50% 50%;
      background-color: #4671C5;
      padding: 0;
      padding-bottom: 1rem; }
      body.admin-site-2 .grow-size .modal-body-2 .modal-body-2-message {
        text-align: center;
        color: #e0e0e0;
        font-size: 1.1rem;
        margin: auto 0; }
      body.admin-site-2 .grow-size .modal-body-2 .modal-body-2-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
        padding: .5rem; }
        body.admin-site-2 .grow-size .modal-body-2 .modal-body-2-inner .modal-2-element {
          background-color: #fff;
          padding: .5rem;
          border-radius: 5px;
          width: 139.35px;
          height: 5rem;
          font-size: .82rem;
          display: flex;
          align-items: center;
          text-align: center; }
    body.admin-site-2 .grow-size .modal-body-2.active {
      transform: translateX(-50%);
      transition: all .5s; }
@keyframes translate {
  100% {
    transform: translateX(0); } }
  body.admin-site-2 .picker__holder {
    margin-left: 0;
    transform: translateY(-115%); }
  body.admin-site-2 #creation_date_root .picker__holder {
    margin-left: 0;
    transform: translateY(0); }
  body.admin-site-2 .patch_tr {
    width: 70%; }
    body.admin-site-2 .patch_tr .fileupload {
      width: 33%; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
