/*@import './mixins/clearfix.scss';*/
/*@import '../images/icons/icons.sprite.scss';

@import './config/reset.scss';*/
/*@import '../images/icons/icons.sprite.scss';*/
.base-tab {
  margin-top: 20px;
}
.base-tab .nav-pills .nav-link.active, .base-tab .nav-pills .show > .nav-link {
  background: gray;
}
.base-tab .nav-link {
  color: gray;
}
.base-tab .nav {
  background: #e1e1e1;
  margin-bottom: 15px;
  border-radius: 7px;
}
.base-tab .tab-content {
  background: #fff;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 0.9rem;
  overflow: auto;
}
.base-tab #pills-comment {
  background: #f7f7f7;
  margin: -30px -20px;
}
.base-tab .comments {
  padding: 20px;
}

.breadcrumb-w {
  font-size: 0.7rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb-w ul {
  list-style: none;
}
.breadcrumb-w ul li {
  display: inline-block;
}
.breadcrumb-w ul li a {
  padding: 0 5px;
}
.breadcrumb-w ul li:after {
  content: "/";
  display: inline-block;
}
.breadcrumb-w ul li:last-child {
  color: var(--bs-primary);
  font-weight: bold;
}
.breadcrumb-w ul li:last-child:after {
  display: none;
}

.page-banner-container {
  overflow: hidden;
}
.page-banner-container img {
  max-width: inherit;
}

/*latest-items */
.latest-items {
  position: sticky;
  top: 60px;
  background: #ffff;
}
.latest-items .latest-title {
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.latest-items > div {
  border: 1px solid #ebebeb;
}
.latest-items .latest-item {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
}
.latest-items .latest-item:last-child {
  border-bottom: none;
}
.latest-items .latest-item h3 {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  vertical-align: top;
  line-height: 23px;
}
.latest-items .latest-item h3 a {
  display: block;
}
.latest-items .latest-item .latest-info {
  font-size: 11px;
  color: #688383;
}
.latest-items .latest-item .latest-info > span {
  margin-left: 20px;
}
.latest-items .latest-item .latest-img {
  float: right;
  margin-left: 10px;
}

#gallery-thumbnails .gallery-item {
  width: 65px;
  margin: 10px 5px;
  display: inline-block;
  position: relative;
}
#gallery-thumbnails .gallery-item.main-photo {
  width: auto;
}
#gallery-thumbnails .gallery-item:hover .play {
  opacity: 1;
}
#gallery-thumbnails .gallery-item .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
}
#gallery-thumbnails .gallery-item .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: white;
}

/*img-zoom-container */
.img-zoom-container {
  position: relative;
  border-radius: 7px;
  cursor: crosshair;
}
.img-zoom-container > img {
  border-radius: 7px;
}

.img-zoom-lens {
  position: absolute;
  background: rgba(255, 188, 188, 0.68);
  width: 100px;
  height: 100px;
  display: none;
}

.img-zoom-result {
  width: 300px;
  height: 300px;
  position: absolute;
  left: -305px;
  top: 0;
  pointer-events: none;
  border: 1px solid #e1e1e1;
  z-index: 5;
}

/*Allform*/
.form-control {
  border-radius: 5px;
  font-size: 0.85rem;
  height: 40px;
  color: gray;
}

.form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.form-control:hover, .form-control:focus {
  border: 1px solid var(--bs-primary);
  box-shadow: none;
}

textarea.form-control {
  min-height: 110px;
}

.btn-primary {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: transparent !important;
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: inherit;
  outline: none;
}

.btn {
  text-shadow: none;
}

.form-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.form-title .sec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.form-title .sec-des {
  text-align: center;
  font-size: 1rem;
}

.disabled {
  background: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
}

@media (max-width: 550px) {
  .detail-page .detail-header .rate {
    float: none;
    margin-top: -5px;
  }
  .detail-page .detail-gallery {
    position: inherit;
    background: none;
  }
}
@media (max-width: 991px) {
  .breadcrumb-w {
    font-size: 0.9rem;
  }
}
.bg-background-black {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}

.inner-page header {
  position: absolute;
}

header {
  font-family: RAVISEMIBOLD;
  z-index: 5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  transition: all 0.5s ease;
  padding: 25px 0;
}
header.scroll {
  top: 0 !important;
  background: linear-gradient(70deg, #5a717e 0%, #27485d 85%, #1e4156 100%);
  padding: 0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
header.scroll .main-header {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
header .main-header {
  line-height: 72px;
  height: 72px;
  border-radius: 40px;
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 0 40px 0 25px;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
header .logo-container {
  float: right;
}
header .phone-box {
  vertical-align: middle;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: inline-block;
  background: var(--bs-primary);
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}
header .phone-box a {
  vertical-align: -webkit-baseline-middle;
}
header .phone-box svg {
  animation: pzv-phone-animation 1.2s ease-in-out 0s infinite normal none running;
}
header .language-box {
  display: inline-block;
  width: 82px;
  height: 42px;
  border-radius: 32px;
  border: 1px solid #B4B4B4;
  line-height: 40px;
  margin-right: 15px;
  font-family: sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  vertical-align: middle;
}
header .language-box a {
  line-height: 33px;
  width: 33px;
  height: 33px;
  display: inline-block;
}
header .language-box a.active {
  background: #fff;
  border-radius: 50%;
  color: #000;
}
header .search-wrap {
  position: relative;
  vertical-align: middle;
}
header .search-wrap .search-toggle {
  border-right: 2px solid #D9D9D9;
  margin-right: 7px;
  padding-right: 7px;
}
header .search-wrap .search-box {
  position: absolute;
  line-height: 45px;
  width: 220px;
  left: -23px;
  top: 45px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 4;
}
header .search-wrap .search-box.active {
  top: 60px;
  visibility: visible;
  opacity: 1;
}
header .search-wrap .search-box:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #273e4b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -9px;
  left: 30px;
}
header .search-wrap .search-box input {
  border-radius: 10px;
  width: 100%;
  background: #273e4b;
  border: 0;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 10px;
}
header .search-wrap .search-box input::-moz-placeholder {
  color: #fff;
}
header .search-wrap .search-box input::placeholder {
  color: #fff;
}
header .search-wrap .search-item-container {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 5px;
  background: white;
  text-align: right;
  max-height: 250px;
  overflow: auto;
  font-size: 0.85rem;
  line-height: 25px;
  color: #000;
}
header .search-wrap .search-item-container .search-item {
  background: white;
  padding: 5px 15px;
}
header .search-wrap .search-item-container .search-item:nth-child(2n+1) {
  background: #eee;
}
header .search-wrap .search-item-container .search-item:hover {
  background: var(--bs-primary);
  color: white;
}
header .nav-toggle-button {
  cursor: pointer;
  width: 42px;
  height: 36px;
  border-radius: 10px;
  padding: 7px 6px;
  display: none;
}
header .nav-toggle-button .toggle-button {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
header .nav-toggle-button .toggle-button .icon {
  position: relative;
}
header .nav-toggle-button .toggle-button .icon .bar {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--bs-primary);
  transition: all 0.2s ease-in-out;
  margin: 4px 0 0 auto;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-1 {
  width: 25px;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-2 {
  width: 25px;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-3 {
  width: 25px;
}
header .nav-toggle-button.open .icon .bar {
  margin: 6px 0 0 auto;
}
header .nav-toggle-button.open .icon .bar.i-1 {
  transform: translate(0, 4px) rotate(-45deg);
}
header .nav-toggle-button.open .icon .bar.i-2 {
  opacity: 0;
}
header .nav-toggle-button.open .icon .bar.i-3 {
  transform: translate(0, -11px) rotate(45deg);
}
header .actions {
  float: left;
}
header .menu-nav {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
header .menu-nav ul {
  list-style: none;
}
header .menu-nav ul li {
  display: inline-block;
}
header .menu-nav .level-1 {
  position: relative;
}
header .menu-nav .level-1 .caret:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease;
}
header .menu-nav .level-1 img {
  width: 20px;
  filter: grayscale(1);
}
header .menu-nav .level-1 .menu-img {
  display: none;
}
header .menu-nav .level-1 > .item {
  padding: 0 19px;
  position: relative;
}
header .menu-nav .level-1 > .item > a {
  position: relative;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}
header .menu-nav .level-1 > .item:hover {
  color: var(--bs-primary);
}
header .menu-nav .level-1 > .item:hover a > .caret {
  transform: rotate(180deg);
}
header .menu-nav .level-1 > .item:hover .level-2 {
  display: block;
}
header .menu-nav .level-1 .level-2 {
  width: auto;
  padding: 0;
  line-height: 25px;
  border-radius: 0;
  top: 100%;
  background: #f1f1f1;
  box-shadow: unset;
  border: 0;
  position: absolute;
  top: 99%;
  min-width: 270px;
  font-size: 0.9rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  display: none;
  text-align: right;
}
header .menu-nav .level-1 .level-2 > li {
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
header .menu-nav .level-1 .level-2 > li a {
  padding: 7px 20px;
  display: block;
  color: #000;
}
header .menu-nav .level-1 .level-2 > li a:hover {
  color: var(--bs-primary);
}
header .menu-nav .level-1 .level-2 > li > .caret {
  position: absolute;
  right: 5px;
  left: auto;
  top: 12px;
  border: 0;
  width: 13px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  z-index: 1;
}
header .menu-nav .level-1 .level-2 > li > .caret:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease;
}
header .menu-nav .level-1 .level-2 > li.open ul.level-3 {
  display: block;
}
header .menu-nav .level-1 .level-2 > li.open ul.level-3 li {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dbdbdb;
}
header .menu-nav .level-1 .level-2 > li.open ul.level-3 li.open > a {
  color: #fff;
  background: var(--bs-secondary);
}
header .menu-nav .level-1 .level-2 > li.open ul.level-3 li.open > .caret:after {
  color: #fff;
}
header .menu-nav .level-1 .level-2 > li ul.level-3 {
  line-height: 25px;
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 270px;
  background: #f1f1f1;
  font-size: 0.85rem;
}

@keyframes pzv-phone-animation {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-25deg);
  }
  20%, 40% {
    transform: rotate(25deg);
  }
}
/*  .item { cursor: pointer; border-radius: 35px; display: flex; flex-wrap: wrap; padding: 10px 2px; align-items: center; justify-content: center; transition: 0.3s all;
        .title { font-size: 0.9rem; font-weight: 300; flex: 0 0 100%; transition: 1s all; }
        .icon { flex: 0 0 100%; transition: 1s all; }
        &.active { background: #138a9273; flex-direction: row; align-items: center; justify-content: center;
            .icon { margin-left: 5px; color: var(--bs-secondary); flex: 1; }
            .title { color: var(--bs-secondary); flex: 1 0 70%; }
        }
    }*/
.fixed-navigation-bottom, header .bottom-header .menu-nav .fixed-navigation .menu-container {
  display: none;
}

@media (max-width: 991.5px) {
  .fixed-navigation-bottom {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0px -1px 11px #2e2e2e;
    z-index: 100;
    padding: 5px;
    font-size: 1rem;
  }
  .fixed-navigation-bottom.no-shadow {
    border-top: 1px solid #eee;
    box-shadow: none;
  }
  .fixed-navigation-bottom .item {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    padding-top: 5px;
    transition: 0.3s all;
    border-radius: var(--border-radius);
  }
  .fixed-navigation-bottom .item .title {
    font-size: 0.9rem;
    font-weight: 300;
    display: block;
  }
  .fixed-navigation-bottom .item .icon {
    display: block;
    margin-left: 0;
    transition: 0.8s margin;
    position: relative;
  }
  .fixed-navigation-bottom .item .badge {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 0.6rem;
  }
  .fixed-navigation-bottom .item.active {
    background: var(--bs-primary);
    color: white;
    flex-direction: row;
    flex: 1.2;
  }
  .fixed-navigation-bottom .item.active .title {
    font-weight: bold;
  }
  .fixed-navigation-bottom .item.active .icon {
    display: block;
    margin-left: 5px;
  }

  header {
    padding: 10px 0 5px 0;
  }
  header .main-header {
    padding: 0 10px 0 50px;
    background: linear-gradient(70deg, #5a717e 0%, #27485d 85%, #1e4156 100%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  header .in-side-menu {
    position: fixed;
    left: auto;
    right: -100%;
    background: white;
    top: 0;
    bottom: 0;
    transition: 0.3s all;
    z-index: 3;
    min-width: 250px;
    box-shadow: 0px 3px 15px black;
    overflow: auto;
  }
  header .in-side-menu.open {
    right: 0;
  }
  header .nav-toggle-button {
    display: block !important;
    position: absolute;
    left: 35px;
    top: 35px;
  }
  header .menu-nav .level-1 .item {
    display: block;
    position: relative;
    color: #000;
    padding: 0;
    text-align: center;
  }
  header .menu-nav .level-1 > .item > a {
    font-size: 1.1rem;
  }
  header .menu-nav .level-1 .level-2 {
    box-shadow: none;
    background: #f2f2f2;
    border-radius: 0;
    margin-top: -5px;
    position: inherit;
    min-width: inherit;
    display: block;
  }
  header .menu-nav .level-1 .level-2 > .item {
    padding-left: 0;
  }
  header .menu-nav .level-1 .level-2 > .item.open .level-3 {
    display: flex;
    width: auto;
    position: relative;
    background: white;
    border-radius: 5px;
    padding-right: 25px;
    margin-top: 10px;
  }
  header .menu-nav .fixed-navigation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    top: auto;
    background: white;
    transition: 0.3s all;
    z-index: 11;
    display: block;
  }
  header .menu-nav .fixed-navigation.open {
    top: 0;
    bottom: 0;
  }
  header .menu-nav .fixed-navigation .level-1 {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 5px #dddddd;
    padding: 10px;
    padding: 5px 10px;
  }
  header .menu-nav .fixed-navigation .level-1 > .item {
    border-radius: 5px;
    padding: 5px 15px;
    width: 50%;
  }
  header .menu-nav .fixed-navigation .level-1 > .item.open {
    background: var(--bs-primary);
    color: white;
    font-weight: bold;
  }
  header .menu-nav .fixed-navigation .level-1 > .item .icon {
    display: none;
  }
  header .menu-nav .fixed-navigation .level-1 .level-2 {
    display: none !important;
  }
  header .menu-nav .fixed-navigation .level-2, header .menu-nav .fixed-navigation .level-3, header .menu-nav .fixed-navigation .level-4 {
    display: none;
  }
  header .menu-nav .fixed-navigation .menu-container {
    display: block;
    background: #f3f3f3;
    height: 90vh;
    overflow: auto;
  }
  header .menu-nav .fixed-navigation .menu-container .icon, header .menu-nav .fixed-navigation .menu-container .caret, header .menu-nav .fixed-navigation .menu-container .all-stuff-link {
    display: none;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 100px;
    height: calc(100% - 10px);
    overflow: auto;
    padding: 0 5px 80px;
    background: white;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item {
    border-radius: 5px;
    display: block;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open {
    background: var(--bs-primary);
    color: white;
    font-weight: bold;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 {
    display: block;
    position: absolute;
    left: 0px;
    width: calc(100% - 105px);
    top: 50px;
    bottom: 0;
    border-radius: 5px;
    color: black;
    list-style: none;
    text-align: right;
    padding: 5px;
    overflow: auto;
    padding-bottom: 80px;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item {
    background: white;
    margin: 5px 0;
    box-shadow: 0 0 5px #d5d5d5;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item > a {
    display: block;
    border-bottom: 1px solid #cbcbcb;
    padding: 5px;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item > a > .menu-img {
    display: inline-block;
    width: 21px;
    margin: 0;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item > a .all-stuff-link {
    display: inline-block;
    float: left;
    color: var(--bs-primary);
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 2px;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item .level-4 {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0px;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item .level-4 > a {
    display: block;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item .level-4 > .item {
    flex: 0 0 30%;
    text-align: center;
    font-weight: normal;
    margin: 10px 0;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item .menu-img {
    width: 40px;
    display: block;
    margin: 5px auto;
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
  }
  header .menu-nav .fixed-navigation .menu-container .level-2 .item:first-child .menu-img {
    border-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 570px) {
  header .phone-box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 1.2rem;
    width: 185px;
  }
}
@media (max-width: 400px) {
  header .language-box {
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 0.7rem;
    margin-right: 0;
  }
  header .language-box a {
    line-height: 23px;
    width: 22px;
    height: 22px;
  }
}
footer {
  position: relative;
  color: #fff;
  font-size: 0.85rem;
  line-height: 2.4;
}
footer .sec-title {
  color: #fff;
  margin-bottom: 0;
  text-align: right;
  font-size: 1.5rem;
  text-shadow: none;
}
footer .footer-top {
  padding: 45px 0;
  background: url(../../images/footer-bg.jpg);
}
footer .footer-top .footer-title {
  color: var(--bs-secondary);
  margin-bottom: 15px;
  font-weight: bold;
}
footer .footer-top .footer-item {
  display: block;
  margin-bottom: 15px;
}
footer .footer-top .footer-social-media {
  font-size: 2rem;
}
footer .footer-top .footer-social-media a {
  margin-left: 10px;
}
footer .left-col {
  text-align: justify;
}
footer .left-col p {
  margin-bottom: 10px;
}
footer svg {
  vertical-align: sub;
  margin-left: 5px;
}
footer .footer-bottom {
  padding: 30px 0 0;
  position: relative;
  color: #5E5E5E;
  border-top: 1px solid #e9e9e9;
}
footer .copy-right {
  line-height: 60px;
  height: 60px;
  position: relative;
  background: #5A717E;
  background: linear-gradient(70deg, #5a717e 0%, #27485d 85%, #1e4156 100%);
  font-size: 0.9rem;
  overflow: hidden;
}
footer .footer-social {
  float: left;
  font-size: 1.7rem;
  padding-top: 5px;
}
footer .footer-social a {
  width: 50px;
  height: 50px;
  text-align: center;
  background: var(--bs-primary);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}
footer .footer-social a:hover {
  transform: rotate(360deg);
}

@media (max-width: 1200px) {
  footer .footer-top {
    background-size: cover;
  }
}
@media (max-width: 767.5px) {
  footer {
    font-size: 1rem;
  }
  footer .left-col {
    margin-right: 0 !important;
    margin-top: 15px;
  }
}
@media (max-width: 450px) {
  footer .copy-right {
    line-height: 40px;
    height: auto;
  }
  footer .footer-social {
    float: none;
  }
  footer .footer-social a {
    width: 40px;
    height: 40px;
    line-height: 50px;
  }
}
html {
  font-size: 16px;
}

body {
  direction: rtl;
  padding: 0;
  padding: 0;
  margin: 0;
  font-family: RAVIREGULAR;
  position: relative;
  background-color: #fdfdfd;
  color: #202225;
  font-size: 1rem;
  line-height: 2;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.no-scroll-bar {
  overflow: hidden;
}

p {
  margin: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: normal;
  line-height: inherit;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

a:hover {
  color: inherit;
}

.inner-page .content-wrapper, .html-page .content-wrapper {
  padding: 60px 0;
  min-height: 300px;
  line-height: 2;
  position: relative;
  overflow: hidden;
}
.inner-page .content-wrapper .shape-box, .html-page .content-wrapper .shape-box {
  right: -61px;
  top: 400px;
  z-index: -1;
}
.inner-page .content-wrapper .shape-box .shap1:first-child, .html-page .content-wrapper .shape-box .shap1:first-child {
  animation: jumping2 15s linear infinite;
}
.inner-page .content-wrapper .shape-box .light-shap, .html-page .content-wrapper .shape-box .light-shap {
  position: initial;
  animation: jumping 25s linear infinite;
}
.inner-page .content-wrapper .shape-box2, .html-page .content-wrapper .shape-box2 {
  left: 80px;
  bottom: 40px;
  z-index: -1;
}
.inner-page .content-wrapper .shape-box2 .shap1:first-child, .html-page .content-wrapper .shape-box2 .shap1:first-child {
  animation: jumping 15s linear infinite;
  position: initial;
}
.inner-page .content-wrapper .shape-box2 .light-shap, .html-page .content-wrapper .shape-box2 .light-shap {
  animation: jumping2 25s linear infinite;
}
.inner-page .content-wrapper .main-title, .inner-page .content-wrapper h1, .html-page .content-wrapper .main-title, .html-page .content-wrapper h1 {
  margin-bottom: 20px;
}
.inner-page .content-wrapper .page-content, .html-page .content-wrapper .page-content {
  margin-bottom: 30px;
  text-align: justify;
}
.inner-page .content-wrapper .page-content a, .html-page .content-wrapper .page-content a {
  color: var(--bs-primary);
}
.inner-page .content-wrapper h6, .inner-page .content-wrapper .h6, .inner-page .content-wrapper h5, .inner-page .content-wrapper .h5, .inner-page .content-wrapper h4, .inner-page .content-wrapper .h4, .inner-page .content-wrapper h3, .inner-page .content-wrapper .h3, .inner-page .content-wrapper h2, .inner-page .content-wrapper .h2, .inner-page .content-wrapper h1, .inner-page .content-wrapper .h1, .html-page .content-wrapper h6, .html-page .content-wrapper .h6, .html-page .content-wrapper h5, .html-page .content-wrapper .h5, .html-page .content-wrapper h4, .html-page .content-wrapper .h4, .html-page .content-wrapper h3, .html-page .content-wrapper .h3, .html-page .content-wrapper h2, .html-page .content-wrapper .h2, .html-page .content-wrapper h1, .html-page .content-wrapper .h1 {
  font-weight: bold;
}
.inner-page .content-wrapper > ul, .inner-page .content-wrapper > ol, .html-page .content-wrapper > ul, .html-page .content-wrapper > ol {
  padding-right: 30px;
}
.inner-page .content-wrapper > ul li, .inner-page .content-wrapper > ol li, .html-page .content-wrapper > ul li, .html-page .content-wrapper > ol li {
  margin-bottom: 5px;
}
.inner-page .content-wrapper .detail-dscp a, .html-page .content-wrapper .detail-dscp a {
  color: var(--bs-primary);
  font-weight: bold;
}

.landing-page .content-wrapper {
  margin-top: 0 !important;
}

.sec-title {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.65rem;
  font-weight: bold;
  color: var(--bs-primary);
  text-shadow: 0 0;
  word-spacing: 3px;
}

.p-icon {
  display: inline-block;
  background: url(../../images/icons.png);
}

.rubika-ico {
  transform: translateY(4px);
  width: 29px;
  height: 30px;
  background: url(../../images/icons.png) -392px 217px;
}

.wu-icon {
  width: 43px;
  height: 48px;
  background: url(../../images/icons.png);
  background-position: -146px -3px;
  vertical-align: middle;
  margin-left: 5px;
}

.more-btn {
  background: var(--bs-primary);
  color: #fff;
  font-size: 0.95rem;
  font-family: RAVISEMIBOLD;
  border-radius: 4px;
}

.shap1 {
  position: absolute;
  left: -101px;
  top: -58px;
  width: 123px;
  height: 139px;
  background: url(../../images/icons.png) -259px 256px;
}

.shap2 {
  position: absolute;
  left: -144px;
  top: -20px;
  width: 56px;
  height: 62px;
  background: url(../../images/icons.png) -397px 282px;
}

.light-shap {
  opacity: 0.5;
}

.shape-box, .shape-box2 {
  position: absolute;
}

.error, .field-validation-error {
  color: red;
  display: block;
  font-size: 0.7rem;
}

@keyframes jumping {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -20px) rotate(40deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}
@keyframes jumping2 {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, 0) rotate(-40deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}
/*faq component */
.faq-section {
  background: #ffffff;
  padding: 0;
  margin-top: 30px;
}
.faq-section .content-title {
  display: block;
  background: #585858;
  color: white;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.faq-section .card {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  border-radius: 0;
}
.faq-section .card .card-header {
  padding: 5px 0;
  cursor: pointer;
}
.faq-section .card .card-header h3 {
  padding: 5px 15px;
  margin: 0;
}
.faq-section .card .card-header h3 i {
  color: var(--bs-primary);
  margin-right: 15px;
  vertical-align: middle;
  font-size: 18px;
  float: left;
  line-height: 2;
}
.faq-section .card .card-header h3:not(.collapsed) i:before {
  content: "\f068";
}
.faq-section .card .card-body {
  background: white;
  display: block;
  text-align: justify;
}

.v-toast-container {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 99999;
}
.v-toast-container .v-toast {
  z-index: 100;
  overflow: hidden;
  transition: 0.5s all;
  cursor: pointer;
  min-width: 350px;
  text-align: center;
  color: black;
  background-color: #effcf9 !important;
  font-size: 16px;
  opacity: 0.5;
  box-shadow: 0 2px 9px #cbcbcb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.v-toast-container .v-toast .toast-header {
  height: 5px;
  width: 100%;
  background: #ddd;
  position: relative;
}
.v-toast-container .v-toast .toast-header .timing {
  position: absolute;
  left: 0;
  right: 0;
  background: #88e4cf;
  height: 5px;
  top: 0;
  width: 100%;
}
.v-toast-container .v-toast .toast-header .timing.toast-header-error {
  background: #e4888c;
}
.v-toast-container .v-toast.toast-erorr {
  background: #fcefef !important;
}
.v-toast-container .v-toast p {
  margin: 0;
  vertical-align: middle;
  padding: 5px 30px;
}
.v-toast-container .v-toast.show-toast {
  opacity: 1;
}

[type=tel], [type=url], [type=email], [type=number] {
  direction: rtl;
}

.custom-input p.text-danger {
  margin: 0;
  padding-right: 10px;
  font-size: 0.8rem;
}
.custom-input .form-group {
  margin-bottom: 5px;
}

.like {
  cursor: pointer;
}
.like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.like.liked:after {
  font-weight: bold;
  color: red;
}

.owl-carousel {
  display: block;
}

/***MultiSelect****/
.multiselect {
  direction: rtl !important;
  text-align: right !important;
}
.multiselect .multiselect__select {
  left: 1px;
  right: auto;
}
.multiselect .multiselect__select:before {
  top: 80%;
}
.multiselect .multiselect__tags {
  padding: 8px 8px 8px 28px;
  height: 38px;
}
.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  white-space: normal;
}

.multiselect__option--highlight {
  background: var(--bs-primary);
  color: white;
}

.size-100 {
  font-size: 1rem;
}

.size-80 {
  font-size: 0.8rem;
}

.line-bar-container {
  background: #efefef;
  height: 8px;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px 0 0;
}
.line-bar-container .line-bar {
  background: var(--bs-primary);
  width: 0;
  height: 100%;
  display: block;
  transition: 1s width;
}

.share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

[v-cloak] {
  display: none;
}

.modal-backdrop.show {
  z-index: 100 !important;
}

.form-group {
  margin-bottom: 15px;
}

.btn-block {
  display: block;
  width: 100%;
}

.float-button {
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 4;
}
.float-button a {
  width: 225px;
  height: 60px;
  display: block;
  border-radius: 32px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-family: RAVISEMIBOLD;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  }
}
.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

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

.col-b-15 {
  flex: 0 0 15%;
}

.col-b-20 {
  flex: 0 0 20%;
}

.col-b-25 {
  flex: 0 0 25%;
}

.col-b-50 {
  flex: 0 0 50%;
}

.col-b-75 {
  flex: 0 0 75%;
}

.pb-6 {
  padding-bottom: 4.5rem;
}

.loading-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.loading-container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  background: white;
  padding: 40px 10px;
  border-radius: 10px;
}
.loading-container .loading img {
  margin: 0 auto;
  width: 70%;
}
.loading-container .loading img:last-child {
  width: 80px;
}

.profile .dropdown-menu {
  font-size: 0.9rem;
}

.vue-uploader .progres-bar-container {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  margin: 10px 0;
}
.vue-uploader .progres-bar-container .progres-bar {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
  padding: 0.01em 16px;
  text-align: center !important;
}

.text-ellipsis--2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  white-space: normal;
}

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

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

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

.ltr {
  direction: ltr;
}

.lg-container.lg-show {
  direction: ltr;
}

.form-check-input:disabled {
  background: #dddddd;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

* a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

*:focus, *:visited, *:active {
  outline: none;
  text-decoration: none;
}

a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.mw-90 {
  min-width: 90%;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.custom-radio-gp {
  margin: 10px 0;
}
.custom-radio-gp .title {
  font-weight: bold !important;
}
.custom-radio-gp .custom-radio, .custom-radio-gp .custom-checkbox {
  padding-right: 20px;
  margin: 10px 0;
}

.label-success {
  background-color: var(--bs-sucess);
  color: black;
}

.label-danger {
  background-color: var(--bs-danger);
}

.back-top {
  position: fixed;
  bottom: -35px;
  right: 5px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease 0s, bottom 0.5s ease 0s;
}
.back-top.show {
  bottom: 30px;
  opacity: 1;
}
.back-top span {
  width: 35px;
  height: 35px;
  display: block;
  background: var(--bs-primary);
  text-align: center;
  opacity: 1;
  border-radius: 50%;
}
.back-top span:before {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}

.sticky {
  position: sticky;
  z-index: 2;
}

.rate .br-widget {
  height: 23px;
  white-space: nowrap;
}
.rate .br-widget a {
  text-decoration: none;
  height: 19px;
  width: 19px;
  float: left;
  font-size: 23px;
  /* margin-right: 5px;*/
  background: url("../images/star.png") no-repeat;
}
.rate .br-widget a.br-active, .rate .br-widget a.br-selected {
  background: url("../images/star-hover.png") no-repeat;
}
.rate .br-widget .br-current-rating {
  display: none;
}
.rate .br-readonly a {
  cursor: default;
}

.alert-modal-container {
  position: fixed;
  left: 30px;
  bottom: 80px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px #c3c3c3;
  background: white;
  z-index: 100;
  border-radius: 2px;
  font-size: 0.9rem;
}
.alert-modal-container .modal-content {
  line-height: 2;
}
.alert-modal-container .modal-content .modal-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px;
  background: var(--bs-primary);
  color: white;
}
.alert-modal-container .modal-content .modal-header .alert-close-btn {
  font-size: 1.2rem;
}
.alert-modal-container .modal-content .modal-body {
  padding: 10px;
}

.br-theme-poll .br-widget {
  white-space: nowrap;
  display: inline-block;
}
.br-theme-poll .br-widget a {
  display: inline-block;
  width: 55px;
  height: 12px;
  background-color: #b3eaee;
  margin: 1px;
}
.br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
  background-color: #60d3db;
}
.br-theme-poll .br-widget .br-current-rating {
  text-align: center;
  font-weight: 600;
  display: block;
  color: #27a5ae;
  font-weight: 400;
  min-height: 34px;
}
.br-theme-poll .br-readonly a {
  cursor: default;
}
.br-theme-poll .br-readonly a.br-active, .br-theme-poll .br-readonly a.br-selected {
  background-color: #81dce3;
}
.br-theme-poll .br-readonly .br-current-rating {
  color: #36c7d2;
}

.more-content-btn {
  color: var(--bs-primary);
  cursor: pointer;
  margin: 10px 0;
}
.more-content-btn:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: sub;
  margin-right: 2px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tooltip-left {
  position: relative;
}
.tooltip-left .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: #8f8f8f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 150%;
  font-size: 0.9rem;
}
.tooltip-left .tooltiptext:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #8f8f8f transparent transparent;
}
.tooltip-left:hover .tooltiptext {
  visibility: visible;
}

.share-box-modal {
  cursor: pointer;
}
.share-box-modal:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#shareModal .links .btn {
  margin: 5px;
}
#shareModal .links .btn i {
  vertical-align: middle;
}
#shareModal .links .facebook {
  background: #4267B2;
  color: white;
}
#shareModal .links .twitter {
  background: #1DA1F2;
  color: white;
}
#shareModal .links .linkedin {
  background: #0077b5;
  color: white;
}
#shareModal .links .telegram {
  background: #229ED9;
  color: white;
}
#shareModal .links .whatsapp {
  background: #128C7E;
  color: white;
}

.modal-dialog .close {
  background: white;
  border: none;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }

  .breadcrumb-w {
    margin: 0;
  }

  .wow {
    animation: none !important;
    visibility: visible !important;
  }

  .shape-box, .shape-box2 {
    display: none;
  }
}
@media (max-width: 767.5px) {
  .tooltip-left .tooltiptext {
    display: none;
  }

  .inner-page .content-wrapper, .html-page .content-wrapper {
    padding: 35px 0;
  }
}
@media print {
  .br-theme-poll .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    box-sizing: border-box;
  }
  .br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-poll .br-widget .br-current-rating {
    color: black;
  }
}
@media print {
  .br-theme-css-stars .br-widget a {
    background: url("/images/star.png") no-repeat;
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active,
.br-theme-css-stars .br-widget a.br-selected {
    background: url("/images/star-hover.png") no-repeat;
    color: black;
  }
}
@media (max-width: 600px) {
  .float-button {
    right: 20px;
    bottom: 20px;
  }
}
/*# sourceMappingURL=page-layout-rtl.css.map */
