@charset "UTF-8";
@import url(fontiran.css);
.input-label, .input-control, #notification #description, .alert .form-errors li {
  font-size: 13px;
  font-weight: 400; }

.normal-content {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  color: #484848; }

.color-primary {
  color: #0e6868;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px; }

body {
  font-family: "IRANYekan" !important;
  direction: rtl;
  background-color: #f7f7f7;
  margin: 0;
  height: 100vh;
  text-decoration: none !important;
  overflow-x: hidden;
  padding: 0 !important; }

a {
  text-decoration: none !important; }

.wrapper:before {
  background: #f7f7f7 !important; }

h1 {
  font-weight: bold; }

.primary-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #efefef !important;
  border-radius: 50px;
  /*box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);*/
  background-color: #0e6868;
  outline: none !important;
  width: 100%;
  display: block;
  position: relative;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .primary-btn:focus {
    box-shadow: none !important; }
  .primary-btn:hover {
    transform: translateY(-5px); }

.secondary-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  border-radius: 50px;
  background: #ffffff;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .secondary-btn:hover {
    transform: translateY(-5px); }

.third-btn {
  color: #efefef !important;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background: #35b8bb;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .third-btn:hover {
    transform: translateY(-5px); }

.shadow-card {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  border: 1px solid #F4F4F4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden; }

.input-label {
  font-weight: 400;
  color: #484848; }

.input-control {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background-color: #efefef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #484848;
  outline: none;
  border-radius: 6px;
  border: 1px solid #F4F4F4; }
  .input-control:disabled {
    background-color: #111215;
    border-color: transparent; }
  .input-control::placeholder {
    color: #efefef #484848, 10%;
    font-size: 12px;
    font-weight: 300; }
  .input-control:focus {
    border-color: #35b8bb; }
    .input-control:focus::placeholder {
      color: #484848; }

.custom-control-label {
  display: flex;
  align-items: center; }
  .custom-control-label::after, .custom-control-label::before {
    right: -20px;
    top: unset; }
  .custom-control-label::before {
    background-color: #272738 !important;
    border-color: #4d4d77 !important; }

#notification {
  visibility: hidden;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 40px;
  font-size: 17px;
  white-space: nowrap; }
  #notification #description {
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    background-color: #484848;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 50px;
    border: 2px solid #4db146; }
    #notification #description i {
      color: #5dff3e;
      padding-left: 15px;
      font-size: 16px; }
  #notification #img {
    margin-left: 5px;
    width: 52px;
    height: 52px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a67c52;
    border-radius: 65px;
    border: 3px solid;
    color: #4aaa44; }

#notification.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, stay 3s 1s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, stay 3s 1s, fadeout 0.5s 4.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 40px;
    opacity: 1; } }
@-webkit-keyframes stay {
  from {
    min-width: 350px; }
  to {
    min-width: 350px; } }
@keyframes fadeout {
  from {
    bottom: 40px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
.alert {
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 14px; }
  .alert .close.left-zero {
    color: inherit;
    top: 52%;
    transform: translateY(-50%);
    padding: 0 15px; }
  .alert .form-errors {
    margin-bottom: 0;
    padding: 0;
    text-align: right; }
    .alert .form-errors li {
      padding: 5px 0;
      color: #ff3b7e;
      z-index: 2;
      position: relative; }
  .alert .bg-icon {
    font-size: 150px;
    color: #F4F4F4;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%); }

.space-25 {
  width: 100%;
  height: 25px;
  background: transparent;
  display: block; }

.space-50 {
  width: 100%;
  height: 50px;
  background: transparent;
  display: block; }

#email, #instagram, #twitter, #telegram {
  font-family: sans-serif; }
  #email::placeholder, #instagram::placeholder, #twitter::placeholder, #telegram::placeholder {
    font-family: IRANYekan;
    position: relative;
    bottom: 3px; }

@media screen and (max-width: 760px) {
  .fix-margin {
    margin-bottom: 25px; } }
.representation-form .form-elements .main-input {
  background-color: #e5e5e5;
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #484848;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important; }
  .representation-form .form-elements .main-input::placeholder {
    color: #a3a3a3; }
  .representation-form .form-elements .main-input:hover {
    border-color: #b7b7b7; }
  .representation-form .form-elements .main-input:focus {
    background-color: #efefef;
    border-color: #0e6868; }

/* width */
::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

#header-nav .menu-links .link a, .article-container .article-content .content-container, .social-content, .support .content .notice, .brand-single-about .about-description {
  font-size: 14px;
  font-weight: 400;
  color: #484848; }

.article-container .article-footer .article-footer-item {
  font-size: 11px;
  font-weight: 400;
  color: #c9c9c9; }

.article-container .article-content .article-title, .brand-container .brand-content .brand-title {
  font-size: 16px;
  font-weight: 600;
  color: #a67c52;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .article-container .article-content .article-title:hover, .brand-container .brand-content .brand-title:hover {
    color: #484848; }

.section-title .title, .product-single .product-content .title {
  color: #484848;
  font-size: 18px;
  font-weight: 600; }

#header-nav .navigation .lang a, .section-title p, .about-company .info .badge-description {
  font-size: 12px;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 22px; }

body {
  font-family: iranyekan !important;
  direction: rtl;
  background-color: #f7f7f7;
  margin: 0;
  height: 100vh;
  text-decoration: none !important;
  overflow-x: hidden; }

a {
  text-decoration: none !important;
  outline: none !important; }

h1, h2, h3, h4, h5, h6, input, textarea {
  font-family: iranyekan !important; }

h1 {
  font-weight: bold; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }

/*ul{
    list-style: none;
}*/
.bg {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden; }
  .bg :after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
    z-index: -1; }
  .bg .logo {
    position: relative;
    padding-bottom: 60px;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .bg .logo .logo-container {
      margin-bottom: 15px;
      width: 128px; }
      .bg .logo .logo-container img {
        width: 100%;
        height: 100%; }
    .bg .logo .title {
      font-family: Sans-Serif;
      color: #484848;
      background-color: #efefef;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      padding: 5px 15px;
      border-radius: 25px; }
    .bg .logo .en-title {
      font-family: Helvetica;
      direction: ltr;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 300;
      color: #efefef;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
      letter-spacing: 2px; }
    .bg .logo .logo-21 {
      width: 250px; }
  .bg .img-bg {
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    object-fit: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    right: -5px;
    top: -10px; }

#loading-mask {
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  flex-direction: column;
  display: flex; }
  #loading-mask .fal {
    color: #e54040;
    font-size: 22px; }
  #loading-mask .loading-title {
    font-size: 16px;
    font-weight: 500; }
  #loading-mask .content {
    font-size: 12px;
    color: #484848;
    font-weight: 300;
    margin-bottom: 10px; }
  #loading-mask .line {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #0e6868; }
  #loading-mask .load .line:nth-last-child(1) {
    animation: loading 0.6s 0.1s linear infinite; }
  #loading-mask .load .line:nth-last-child(2) {
    animation: loading 0.6s 0.2s linear infinite; }
  #loading-mask .load .line:nth-last-child(3) {
    animation: loading 0.6s 0.3s linear infinite; }
  #loading-mask img {
    width: 120px;
    display: block;
    margin-bottom: 15px; }

.zx {
  z-index: 2; }

.ltr {
  direction: ltr; }

.space-25 {
  width: 100%;
  height: 25px;
  background: transparent;
  display: block; }

.space-50 {
  width: 100%;
  height: 50px;
  background: transparent;
  display: block; }

::selection {
  color: #0e6868;
  background: #dedede; }

/*@media (min-width: 1400px){
  .container{
    max-width: 1340px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1800px){
  .container{
    max-width: 1540px;
  }
}*/
#header-nav {
  background-color: #fff;
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  #header-nav .menu-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    #header-nav .menu-links .diamond {
      color: #0e6868;
      font-size: 14px;
      padding: 0 15px; }
    #header-nav .menu-links .link {
      padding: 0 12px; }
      #header-nav .menu-links .link a {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative; }
        #header-nav .menu-links .link a:before {
          content: "";
          height: 2px;
          width: 0;
          opacity: 0;
          background-color: #0e6868;
          position: absolute;
          transition: all .5s;
          top: -3px;
          left: -3px; }
        #header-nav .menu-links .link a:after {
          content: "";
          height: 2px;
          width: 0;
          opacity: 0;
          background-color: #0e6868;
          position: absolute;
          transition: all .5s;
          bottom: -3px;
          right: 0; }
        #header-nav .menu-links .link a:hover:after, #header-nav .menu-links .link a:hover:before {
          width: calc(100% + 5px);
          opacity: 0.7; }
        #header-nav .menu-links .link a:hover {
          color: #0e6868; }
  #header-nav .quick-access {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #header-nav .quick-access .access-item {
      font-size: 13px;
      background-color: #0e6868;
      border-radius: 5px;
      height: 28px;
      position: relative;
      margin-left: 5px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      #header-nav .quick-access .access-item.menu {
        width: 28px;
        color: #efefef; }
        #header-nav .quick-access .access-item.menu.show {
          transition: all .3s; }
          #header-nav .quick-access .access-item.menu.show:after {
            height: 12px;
            width: 12px;
            content: "";
            position: absolute;
            bottom: -15px;
            left: 8.5px;
            transform: rotate(45deg);
            background-color: #0e6868;
            border-radius: 50%;
            border: 2px solid #ffffff; }
      #header-nav .quick-access .access-item.login a {
        padding: 0 10px;
        font-weight: 300; }
      #header-nav .quick-access .access-item.login img {
        width: 16px;
        margin-left: 5px; }
      #header-nav .quick-access .access-item a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: #efefef; }
  #header-nav .logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #header-nav .logo img {
      width: 45px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    #header-nav .logo:before {
      position: absolute;
      content: 'FUMAN PARTO SHAHAB';
      color: #35b8bb;
      font-size: 12px;
      font-weight: 400;
      left: 55px;
      width: 100%;
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      -o-transform: translateY(-3px);
      transform: translateY(-3px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    #header-nav .logo:after {
      position: absolute;
      content: 'WORLD OF CLEANLINESS';
      color: #0e6868;
      font-size: 8.3px;
      width: 100%;
      letter-spacing: 2px;
      font-weight: 300;
      left: 55px;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  #header-nav .navigation {
    display: flex;
    padding: 0;
    list-style: none;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center; }
    #header-nav .navigation .navigation-link {
      margin-left: 6px; }
      #header-nav .navigation .navigation-link a {
        font-size: 13px;
        position: relative;
        height: 28px;
        width: 28px;
        background-color: #0e6868;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        font-family: Sans-Serif;
        font-weight: 300;
        color: #efefef; }
      #header-nav .navigation .navigation-link .shop-session {
        background-color: #0e6868;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 10px;
        padding: 2px 4px;
        display: flex;
        justify-content: center;
        top: -5px;
        right: -5px;
        position: absolute; }
      #header-nav .navigation .navigation-link a {
        display: flex;
        align-items: center;
        justify-content: center; }
    #header-nav .navigation .lang {
      margin-right: 5px; }
      #header-nav .navigation .lang a {
        border: 1px solid #eeeeee;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #484848;
        padding: 1px 5px; }
        #header-nav .navigation .lang a:hover {
          color: #0e6868;
          border-color: #0e6868; }
    #header-nav .navigation .lang-active {
      background-color: #35b8bb !important; }
      #header-nav .navigation .lang-active:hover {
        background-color: #0e6868; }
        #header-nav .navigation .lang-active:hover a {
          color: #ffffff; }
      #header-nav .navigation .lang-active a {
        color: #ffffff;
        border-color: #0e6868; }

.scroll .logo {
  margin: 3px 0 !important; }
  .scroll .logo img {
    width: 30px !important; }
  .scroll .logo:before, .scroll .logo:after {
    left: 40px !important; }

/*.swiper-container-vertical > .swiper-pagination-bullets{
    right: 35px!important;
}
.swiper-slide{
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .swiper-description{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        padding-bottom: 80px;
        .slider-title{
            background-color: #181818;
            font-weight: 800;
            padding: 10px 25px;
            @include prefix(border-radius, 50px);
            color: $secondary;
            font-size: 32px;

        }
        .slider-content{
            font-size: 20px;
            margin-top: 20px;
            font-weight: 400;
            background-color: #ffffff;
            @include prefix(border-radius, 50px);
            color: $dark;
            padding: 10px 20px;
            p{
                margin-bottom: 0!important;
            }

        }
    }
}
.swiper-navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5px;
    width: 100%;
    position: absolute;
    .swiper-button-next {
        background-image: url("../img/arrow.svg")!important;
        bottom: 10px!important;
        position: relative;
    }
    .swiper-button-prev{
        background-image: url("../img/arrow.svg")!important;
        transform: rotate(180deg);
        bottom: 10px!important;
        position: relative;

    }
    .swiper-pagination{
        transform: translateY(-20px);
        position: relative!important;
        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            display: inline-block;
            border-radius: 100%;
            border: 1px solid #cfcfcf;
            margin: 0 2px;
            background-color: #ffffff;
            opacity: 1;
        }
        .swiper-pagination-bullet-active{
            background-color: $primary;
            border-color: $primary;
        }
    }
}*/
.slider .main-swiper {
  padding: 10px 0 55px 0;
  position: relative;
  overflow: hidden;
  transform: translateY(-115px);
  z-index: 1; }
  .slider .main-swiper .swiper-slide {
    max-height: 200px;
    padding: 0 10px;
    display: flex; }
  .slider .main-swiper .swiper-pagination .swiper-pagination-bullets {
    bottom: 5px; }
  .slider .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    transition: all 0.3s;
    padding-right: 0;
    border-radius: 50px !important; }
  .slider .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0e6868;
    padding-right: 20px; }
  .slider .main-swiper .slider-item {
    display: block;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%; }
    .slider .main-swiper .slider-item .img-container {
      height: 100%; }
      .slider .main-swiper .slider-item .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.brand-swiper {
  overflow: hidden; }
  .brand-swiper .swiper-slide {
    max-height: 200px;
    padding: 10px 5px;
    display: flex;
    width: 370px; }
  .brand-swiper .slider-item {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(0);
    width: 100%; }
    .brand-swiper .slider-item:hover {
      transform: translateY(-10px);
      -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25); }
    .brand-swiper .slider-item .logo-container {
      background-color: #f4f7f8;
      border-radius: 10px;
      padding: 0 10px;
      text-align: center; }
      .brand-swiper .slider-item .logo-container .img-container {
        width: 72px;
        margin: 8px 0; }
        .brand-swiper .slider-item .logo-container .img-container img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .brand-swiper .slider-item .logo-container .date {
        font-size: 12px;
        background-color: #e7e7e7;
        color: #484848;
        margin: 5px 0;
        border-radius: 15px;
        padding: 2px 5px; }
      .brand-swiper .slider-item .logo-container .number {
        color: #0e6868;
        font-weight: 800;
        font-size: 16px; }
    .brand-swiper .slider-item .context {
      text-align: right;
      margin-right: 10px;
      display: flex;
      flex-direction: column; }
      .brand-swiper .slider-item .context .name .slogan {
        font-weight: 300;
        font-size: 14px;
        color: #7b7b7b; }
      .brand-swiper .slider-item .context .title {
        font-size: 16px;
        font-weight: 700;
        color: #0e6868; }
      .brand-swiper .slider-item .context .description {
        margin-top: 15px;
        font-size: 11px;
        color: #484848; }

.contents {
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: 125px; }
  .contents .t1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
    line-height: 32px; }
  .contents .top-btn {
    display: inline-block;
    margin-top: 20px; }
    .contents .top-btn a {
      color: #484848;
      border: 1px solid #dedede;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      background-color: #ffffff;
      margin-right: 5px;
      font-weight: 300;
      text-decoration: none !important;
      padding: 5px 30px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .contents .top-btn a:hover {
        color: #ffffff;
        background-color: #0e6868;
        border-color: #0e6868; }

.section-title {
  text-align: center;
  margin-top: 35px; }
  .section-title .title {
    background-image: url("../img/shadow.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 160px;
    padding-bottom: 35px;
    margin-bottom: 0; }
  .section-title p {
    color: #ababab;
    font-weight: 300; }

.about-company {
  margin-top: -80px; }
  .about-company .info {
    text-align: center; }
    .about-company .info .badge-item {
      position: relative;
      width: 72px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto; }
      .about-company .info .badge-item img {
        width: 100%;
        height: 100%; }
      .about-company .info .badge-item:before, .about-company .info .badge-item:after {
        width: calc(50% - 30px);
        position: absolute;
        content: '';
        height: 1px;
        background-color: #eaeaea; }
      .about-company .info .badge-item:before {
        right: 0; }
      .about-company .info .badge-item:after {
        left: 0; }
    .about-company .info .badge-description {
      margin-top: 15px;
      background-color: #efefef;
      border-radius: 50px;
      padding: 5px 0; }

.article-container {
  background-color: #ffffff;
  text-align: right;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateY(0);
  margin-bottom: 25px;
  display: block;
  overflow: hidden; }
  .article-container:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.3); }
  .article-container .img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 0 30px; }
    .article-container .img-container:after {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      -webkit-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -moz-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -ms-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -o-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      -o-transform: skewX(-25deg);
      transform: skewX(-25deg); }
    .article-container .img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .article-container .img-container:hover::after {
      -webkit-animation: shine 0.75s;
      -moz-animation: shine 0.75s;
      -ms-animation: shine 0.75s;
      -o-animation: shine 0.75s;
      animation: shine 0.75s; }
  .article-container .article-content {
    padding: 0 15px;
    margin-top: 15px; }
    .article-container .article-content .content-container {
      margin: 10px 0;
      font-weight: 300;
      color: #555555;
      font-size: 12px;
      line-height: 20px; }
  .article-container .article-footer {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    list-style: none;
    border-radius: 50px;
    background-color: #f4f7f8;
    margin: 12px 15px; }
    .article-container .article-footer .article-footer-item {
      color: #484848;
      display: flex;
      align-items: center;
      padding: 5px 0; }
      .article-container .article-footer .article-footer-item .value {
        color: #0e6868;
        font-weight: 400;
        font-size: 12px; }
      .article-container .article-footer .article-footer-item i {
        padding-left: 5px;
        font-size: 16px; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.blog-swiper {
  overflow: hidden; }
  .blog-swiper .swiper-slide {
    padding: 10px;
    width: 360px; }

.feed {
  background-image: url("../img/flower.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 480px;
  background-size: cover; }
  .feed .feed-items {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 480px;
    width: 100%; }
    .feed .feed-items .sqr {
      position: absolute;
      width: 180px;
      height: 300px;
      background: transparent;
      border: 10px solid #35b8bb;
      -webkit-transform: translateX(150%);
      -moz-transform: translateX(150%);
      -ms-transform: translateX(150%);
      -o-transform: translateX(150%);
      transform: translateX(150%); }
    .feed .feed-items .feed-title {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      z-index: 2;
      padding: 10px 25px;
      background-color: #35b8bb;
      position: absolute;
      -webkit-transform: translateX(55px);
      -moz-transform: translateX(55px);
      -ms-transform: translateX(55px);
      -o-transform: translateX(55px);
      transform: translateX(55px);
      top: 150px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .feed .feed-items .logo-wm {
      height: 150px;
      position: absolute;
      -webkit-transform: translateX(-340px);
      -moz-transform: translateX(-340px);
      -ms-transform: translateX(-340px);
      -o-transform: translateX(-340px);
      transform: translateX(-340px); }
    .feed .feed-items p {
      font-size: 16px;
      font-weight: 400;
      text-align: right;
      line-height: 30px;
      color: #484848;
      padding: 10px 25px;
      margin-top: 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background-color: #ffffff;
      position: absolute; }
    .feed .feed-items .feed-get {
      text-align: right;
      padding: 10px 25px;
      margin-top: 15px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #35b8bb;
      position: absolute;
      bottom: 120px;
      transform: translateX(135px);
      color: #ffffff; }
      .feed .feed-items .feed-get:hover {
        transform: translateX(130px);
        background-color: #54cccf; }

.archive {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-x: hidden; }
  .archive .archive-t {
    color: #b4b4b4;
    font-weight: 300;
    padding: 2px 25px;
    border: 1px solid #ececec;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    display: flex;
    position: relative;
    align-items: center; }
    .archive .archive-t:before {
      content: "";
      width: calc(100% + 25px);
      position: absolute;
      height: 1px;
      background-color: #ededed;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      left: 115%; }
    .archive .archive-t:after {
      content: "";
      width: calc(100% + 25px);
      position: absolute;
      height: 1px;
      background-color: #ededed;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      right: 115%; }
    .archive .archive-t:hover {
      color: #ffffff;
      background-color: #0e6868;
      border-color: #0e6868; }

.product-card {
  z-index: 10;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .product-card:hover {
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 15; }
  .product-card .card {
    border: 1px solid #fafafa;
    border-radius: 0 !important;
    background: #fff;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch; }
    .product-card .card .special-cart-title {
      font-size: 16px;
      text-align: center;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 10px; }
      .product-card .card .special-cart-title a {
        color: #484848;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 400;
        position: relative; }
        .product-card .card .special-cart-title a:hover {
          color: #0e6868; }
    .product-card .card .img-container {
      width: 100%;
      height: 250px; }
      .product-card .card .img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .product-card .card .special-cart-footer {
      display: flex;
      justify-content: space-between; }
      .product-card .card .special-cart-footer .more {
        color: #484848;
        padding-left: 10px;
        font-size: 12px;
        position: relative;
        display: flex;
        align-items: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .product-card .card .special-cart-footer .more i {
          padding-left: 5px;
          color: #cbcbcb;
          transform: translateY(-1px); }
        .product-card .card .special-cart-footer .more:hover {
          color: #0e6868; }
      .product-card .card .special-cart-footer .percent {
        display: flex;
        padding-left: 30px;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #484848;
        border-bottom: 1px solid #0e6868;
        position: relative;
        margin: 0; }
        .product-card .card .special-cart-footer .percent i {
          padding-left: 5px;
          transform: translateY(-1px);
          color: #cbcbcb; }
        .product-card .card .special-cart-footer .percent:after {
          position: absolute;
          content: "تومان";
          color: #0e6868;
          font-size: 10px;
          left: 0; }
    .product-card .card .custom-action {
      position: absolute;
      z-index: 5;
      display: flex; }
      .product-card .card .custom-action ul {
        list-style: none;
        padding-right: 10px; }
        .product-card .card .custom-action ul li {
          transition-duration: .5s;
          transition-property: all;
          position: relative;
          right: -30px;
          opacity: 0;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .product-card .card .custom-action ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 5px;
            width: 30px;
            height: 30px;
            background-color: #f8f8f8;
            border-radius: 50%;
            position: relative;
            color: #484848;
            border: 1px solid #ececec;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .product-card .card .custom-action ul li a:hover {
              color: #ffffff;
              background-color: #0e6868;
              border-color: #0e6868; }

.product-card:hover .custom-action ul li {
  right: -5px;
  opacity: 1; }

.product-card .custom-action ul li:nth-child(1) {
  transition-delay: .0s; }

.product-card .custom-action ul li:nth-child(2) {
  transition-delay: .1s; }

.product-card .custom-action ul li:nth-child(3) {
  transition-delay: .2s; }

footer {
  background-color: #111111;
  padding-top: 15px;
  margin-top: 30px; }

.ft-list {
  text-align: right;
  padding-right: 0; }
  .ft-list .li-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding-right: 5px;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .ft-list .li-title:after {
      position: absolute;
      width: 90px;
      content: "";
      height: 1px;
      background-color: #0e6868;
      bottom: 0;
      right: 0; }
  .ft-list .li-links {
    list-style: none;
    padding: 8px 20px 8px 0; }
    .ft-list .li-links a {
      font-size: 14px;
      position: relative;
      font-weight: 300;
      color: #f2f2f2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding: 10px 5px; }
      .ft-list .li-links a:hover {
        padding-right: 0;
        color: #0e6868; }
      .ft-list .li-links a:before {
        position: absolute;
        content: "";
        height: 6px;
        width: 6px;
        background-color: #0e6868;
        transform: rotate(45deg);
        right: -15px;
        top: 19px; }

.privacy {
  width: 100%;
  background-color: #171717; }
  .privacy .ft-cont {
    display: flex;
    justify-content: space-between;
    padding: 20px 0; }
    .privacy .ft-cont p {
      color: #707070;
      font-size: 14px;
      margin: 0;
      font-weight: 300; }
    .privacy .ft-cont .tit {
      color: #707070; }
      .privacy .ft-cont .tit .titrask {
        color: #707070; }
        .privacy .ft-cont .tit .titrask:hover {
          color: #0e6868; }

@media only screen and (max-width: 768px) {
  .ft-cont {
    flex-direction: column;
    text-align: center; }
    .ft-cont .tit {
      margin-bottom: 10px !important;
      margin-top: 20px !important; }

  .support {
    margin-top: 30px; } }
@media only screen and (max-width: 1280px) {
  .social-content {
    margin-top: 25px; }

  .socials {
    margin-top: 25px !important; }

  .support {
    justify-content: center !important; }

  .socials {
    justify-content: center !important; } }
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .cs-m {
    display: none !important; } }
.socials {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none; }
  .socials li {
    padding: 0 10px; }
    .socials li a {
      font-size: 24px;
      color: #dedede;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      display: block; }
      .socials li a:hover {
        color: #0e6868;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px); }

.social-content {
  color: #dedede; }

.badge-container {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px; }

.support {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .support img {
    width: 60px; }
  .support .content {
    padding-left: 15px; }
    .support .content .title {
      font-size: 20px;
      font-weight: 500;
      margin-top: 10px;
      color: #ffffff; }
    .support .content .notice {
      color: #dedede;
      letter-spacing: 4.5px;
      font-weight: 300;
      font-size: 12px; }

@media (max-width: 1460px) {
  .content .title {
    font-size: 16px !important; }
  .content .notice {
    letter-spacing: 3.4px !important;
    font-size: 10px !important; } }
@media (max-width: 1380px) {
  .content .title {
    font-size: 14px !important; }
  .content .notice {
    letter-spacing: 2.8px !important;
    font-size: 9px !important; }

  .badge-container {
    height: 125px; }
    .badge-container img {
      width: 100%;
      height: 100%;
      object-fit: contain; } }
@media screen and (max-width: 560px) {
  .slider-title {
    font-size: 26px !important;
    text-align: center; }

  .slider-content {
    font-size: 16px !important;
    text-align: center;
    line-height: 20px; } }
.support-numbers {
  color: #dedede;
  background-color: #272727;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 10px;
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  font-weight: 400; }
  .support-numbers a {
    color: #dedede; }
    .support-numbers a:hover {
      color: #0e6868; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 25%;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center; }
  .overlay-content .link a {
    font-size: 26px;
    padding: 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .overlay-content .diamond {
    color: #0e6868;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .overlay-content .diamond:before, .overlay-content .diamond:after {
      position: absolute;
      content: "";
      width: 80px;
      height: 1px;
      background-color: #0e6868; }
    .overlay-content .diamond:before {
      -webkit-transform: translateX(60px);
      -moz-transform: translateX(60px);
      -ms-transform: translateX(60px);
      -o-transform: translateX(60px);
      transform: translateX(60px); }
    .overlay-content .diamond:after {
      -webkit-transform: translateX(-60px);
      -moz-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
      -o-transform: translateX(-60px);
      transform: translateX(-60px); }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .navigation-close-btn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 50px;
  color: #818181; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .overlay .navigation-close-btn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
.contact-info {
  list-style: none;
  text-align: right; }
  .contact-info .contact-title {
    font-size: 20px;
    color: #0e6868;
    font-weight: 700;
    position: relative;
    list-style: none;
    margin-bottom: 25px;
    padding-bottom: 10px; }
    .contact-info .contact-title:after {
      position: absolute;
      width: 90px;
      content: "";
      height: 1px;
      background-color: #0e6868;
      bottom: 0;
      right: -5px; }
  .contact-info .contact-item {
    color: #484848;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300; }
    .contact-info .contact-item .fal {
      color: #0e6868;
      font-size: 20px;
      padding-left: 5px;
      position: relative;
      top: 3px; }

.send-cm {
  width: 100%;
  margin-top: 25px; }
  .send-cm .send-form {
    width: 100%;
    display: flex;
    list-style: none;
    text-align: right;
    padding-right: 0;
    flex-wrap: wrap; }
    .send-cm .send-form .frm-title {
      color: #484848;
      font-size: 16px;
      font-weight: 600; }
    .send-cm .send-form input {
      outline: none;
      padding: 10px 15px;
      background-color: #ffffff;
      color: #484848;
      border: 1px solid #efefef;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      width: 100%; }
      .send-cm .send-form input::placeholder {
        color: #dedede; }
  .send-cm .send-text {
    outline: none;
    border: 1px solid #efefef;
    padding: 10px 15px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #484848;
    font-size: 14px;
    width: 100%; }
    .send-cm .send-text::placeholder {
      color: #dedede;
      font-size: 14px; }
  .send-cm .send-btn {
    padding: 5px 25px;
    border-radius: 50px;
    margin-top: 10px;
    color: #484848;
    font-size: 14px;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #efefef;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s; }
    .send-cm .send-btn:hover {
      color: #ffffff;
      background-color: #0e6868; }

@media (max-width: 768px) {
  .send-cm .send-items {
    margin: 10px 0; } }
#partner-archive .location {
  text-align: right;
  margin: 10px 0 25px 0; }
  #partner-archive .location .head {
    font-size: 18px;
    color: #484848;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center; }
    #partner-archive .location .head .fas {
      padding-left: 5px; }
  #partner-archive .location .locate-map {
    width: 100%;
    height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; }
    #partner-archive .location .locate-map img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.cover {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px; }
  .cover .line {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #e48eca;
    padding: 20px; }
  .cover .contact-us-img-container {
    height: 360px;
    width: 100%; }
    .cover .contact-us-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cover .content {
    text-align: right;
    position: absolute;
    padding-right: 40px; }

.location-title {
  font-size: 16px;
  margin-bottom: 20px; }

.custom-ajax-success {
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  border-radius: 5px; }
  .custom-ajax-success p {
    font-size: 14px;
    margin: 0; }

.toast {
  text-align: right !important; }

.breadcrumb {
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent !important; }
  .breadcrumb li {
    padding: 0 5px; }
    .breadcrumb li a {
      display: flex;
      align-items: center; }
  .breadcrumb .fal {
    color: #c3c3c3;
    font-size: 16px;
    padding-right: 6px; }
  .breadcrumb .fas {
    font-size: 15px;
    display: flex;
    color: #999999; }
  .breadcrumb .before-now a {
    font-size: 12px;
    color: #c3c3c3;
    font-weight: 400; }
  .breadcrumb .active-page a {
    color: #0e6868;
    font-weight: 400;
    font-size: 13px; }

.page-links nav {
  width: 100%; }
  .page-links nav .pagination {
    justify-content: center;
    padding: 0;
    margin: 15px 0; }
    .page-links nav .pagination .page-item {
      padding: 5px 2px; }
      .page-links nav .pagination .page-item .page-link {
        font-size: 13px;
        color: #646464;
        font-weight: 400;
        border-radius: 5px; }
    .page-links nav .pagination .page-item.active .page-link {
      border-color: #fbfbfb;
      background-color: #0e6868;
      color: #ffffff; }

.article-single {
  width: 100%;
  margin: 10px 0 15px 0; }
  .article-single .content {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 5px; }
    .article-single .content li {
      color: #a8a8a8;
      font-size: 13px;
      font-weight: 400; }
    .article-single .content .article-title {
      padding: 5px 10px;
      background-color: #2e2e2e;
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      -webkit-transform: translateY(-25px);
      -moz-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      -o-transform: translateY(-25px);
      transform: translateY(-25px);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .article-single .content .article-date .fas {
      padding-right: 3px; }
    .article-single .content .category a {
      display: flex;
      align-items: center;
      color: #a8a8a8;
      font-size: 13px;
      font-weight: 400;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .article-single .content .category a .fas {
        padding-left: 5px; }
      .article-single .content .category a:hover {
        color: #0e6868; }

.article-description-container {
  font-size: 13px;
  color: #484848;
  font-weight: 400;
  text-align: right;
  padding: 0 24px; }
  .article-description-container h4 {
    font-size: 14px;
    font-weight: 500; }
  .article-description-container h3 {
    font-size: 15px;
    font-weight: 500; }
  .article-description-container h2 {
    font-size: 17px;
    font-weight: 600; }

.comments .cm-title {
  font-size: 16px;
  color: #0e6868;
  font-weight: 400;
  text-align: right; }
  .comments .cm-title .cm-count {
    color: #bcbcbc;
    font-size: 14px;
    padding-right: 10px; }
.comments .user-cm {
  display: flex;
  width: 100%; }
  .comments .user-cm .profile {
    height: 85px;
    width: 85px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .comments .user-cm .profile img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .comments .user-cm .profile .fal {
      font-size: 30px;
      color: #35b8bb; }
  .comments .user-cm .name {
    font-size: 14px;
    color: #35b8bb;
    text-align: center;
    padding-top: 5px; }
.comments .cm-content {
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 10px;
  width: 100%;
  margin-right: 15px; }
  .comments .cm-content .cm-txt {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    text-align: justify; }
  .comments .cm-content .cm-meta {
    width: 100%;
    margin-bottom: 8px;
    color: #484848;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: space-between; }
    .comments .cm-content .cm-meta .date {
      margin: 0;
      font-size: 12px; }
    .comments .cm-content .cm-meta .fal {
      font-size: 16px;
      padding-left: 3px;
      position: relative;
      top: 3px; }
  .comments .cm-content .answer {
    color: #0e6868;
    transition: all 0.3s;
    padding-left: 0;
    background: none;
    border: none;
    outline: none;
    font-size: 12px; }
    .comments .cm-content .answer:hover {
      padding-left: 5px; }
.comments .replay {
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1; }
  .comments .replay .cm {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .comments .replay .replay-content {
    margin-right: 15px; }
    .comments .replay .replay-content .name {
      font-size: 14px;
      margin: 0;
      padding: 0; }

@media (max-width: 768px) {
  .user-cm {
    flex-direction: column;
    margin-top: 15px; }
    .user-cm .profile {
      margin: auto; }
    .user-cm .cm-content {
      margin: 0; }

  .replay {
    flex-direction: column; }
    .replay .replay-content {
      margin-right: 0; }
      .replay .replay-content .name {
        font-size: 16px;
        margin: 0;
        padding: 0; } }
.logo-watermark {
  height: 450px;
  filter: grayscale(100%);
  opacity: .1;
  position: absolute;
  top: 425px;
  left: 0;
  z-index: -1; }
  .logo-watermark img {
    height: 100%;
    object-fit: contain; }

.brand-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  overflow: hidden; }
  .brand-container .img-container {
    width: 100%;
    height: 260px; }
    .brand-container .img-container img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .brand-container .brand-content {
    text-align: right;
    margin-top: 25px;
    padding: 0 15px; }
    .brand-container .brand-content .content-container {
      font-size: 13px;
      line-height: 20px;
      text-align: justify;
      margin-top: 45px;
      color: #484848; }
    .brand-container .brand-content .brand-title .latin {
      font-size: 12px;
      color: #c9c9c9;
      padding-right: 15px;
      text-transform: uppercase;
      font-weight: 400; }
  .brand-container .brand-footer {
    position: absolute;
    margin-top: 15px;
    padding: 0 15px;
    bottom: 0;
    left: 5px; }
    .brand-container .brand-footer .brand-footer-item a {
      color: #486fb1;
      font-size: 12px;
      font-weight: 400;
      text-align: left;
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .brand-container .brand-footer .brand-footer-item a:hover {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px); }

@media screen and (max-width: 992px) {
  .brand-container .brand-content .content-container {
    margin-top: 20px !important;
    margin-bottom: 45px !important; } }
.brand-single-details {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  text-align: right;
  margin-top: 25px;
  padding: 10px 15px; }
  .brand-single-details .title {
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    padding-bottom: 15px; }
  .brand-single-details .details {
    font-size: 13px;
    font-weight: 400;
    color: #588be0;
    padding-right: 0;
    margin-bottom: 5px;
    margin-top: 15px; }
    .brand-single-details .details .item {
      padding: 5px; }
      .brand-single-details .details .item .record {
        color: #181818;
        padding-right: 5px; }

.brand-single-about {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  text-align: right;
  background-color: #ffffff;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 10px 15px; }
  .brand-single-about .title {
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    padding-bottom: 15px; }
  .brand-single-about .about-description {
    margin-top: 15px;
    text-align: justify;
    margin-bottom: 10px; }
  .brand-single-about .about-icon {
    position: absolute;
    top: 25px;
    width: 175px;
    z-index: -1;
    left: -50px;
    transform: rotate(-20deg); }

.pp-search {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 10px; }
  .pp-search h1 {
    font-size: 18px;
    color: #555555;
    margin-bottom: 0;
    padding-left: 15px;
    border-left: 1px solid;
    margin-left: 15px; }
  .pp-search .product-search {
    display: flex;
    align-items: center; }
    .pp-search .product-search .custom-input {
      border: transparent;
      outline: none;
      background-color: transparent;
      padding-right: 15px; }
    .pp-search .product-search .custom-input::placeholder {
      color: #484848;
      font-size: 12px; }
    .pp-search .product-search .custom-input:focus {
      border: none !important;
      outline: none !important;
      box-shadow: none !important; }
    .pp-search .product-search .custom-input::selection {
      border: none;
      outline: none; }
    .pp-search .product-search .custom-submit {
      border: transparent;
      outline: none;
      background-color: transparent;
      font-size: 12px;
      color: #35b8bb;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .pp-search .product-search .custom-submit:hover {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px); }

.filters {
  height: 100%; }
  .filters .reserve-aside {
    background: #ffffff;
    padding: 10px 25px;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .filters .reserve-aside .aside-head {
      padding: 15px 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e3e3e3;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .filters .reserve-aside .aside-head li {
        font-size: 16px;
        color: #484848; }
        .filters .reserve-aside .aside-head li .fal {
          font-size: 18px;
          position: relative;
          top: 3px; }
      .filters .reserve-aside .aside-head .price {
        color: #0e6868;
        font-size: 18px;
        font-weight: 500; }
    .filters .reserve-aside .custom-form {
      text-align: right; }
      .filters .reserve-aside .custom-form .custom-label {
        position: relative;
        color: #484848;
        font-size: 16px;
        font-weight: 500;
        padding-right: 15px; }
        .filters .reserve-aside .custom-form .custom-label:before {
          position: absolute;
          content: "";
          width: 5px;
          height: 18px;
          background-color: #0e6868;
          right: 0;
          top: 2px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px; }
      .filters .reserve-aside .custom-form .notice {
        font-size: 12px;
        color: #dedede;
        margin-top: 10px; }
      .filters .reserve-aside .custom-form .form-control {
        padding: 25px 15px;
        border-color: #e3e3e3 !important;
        outline: none !important;
        box-shadow: none !important; }
        .filters .reserve-aside .custom-form .form-control::placeholder {
          text-align: center;
          color: #dedede;
          font-size: 14px;
          font-weight: 300; }
    .filters .reserve-aside .btn-reserve {
      color: #ffffff;
      background-color: #0e6868;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      margin: 15px auto;
      font-size: 14px;
      padding: 10px 25px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      transform: translateY(0); }
      .filters .reserve-aside .btn-reserve:hover {
        transform: translateY(-5px); }

.aside-title {
  color: #484848;
  font-size: 16px;
  text-align: right;
  margin-bottom: 15px; }

.custom-accordion .item {
  margin-bottom: 10px; }
  .custom-accordion .item .aco-header {
    font-size: 16px;
    color: #484848;
    padding: 15px 10px;
    cursor: pointer;
    text-align: right;
    position: relative;
    background-color: #f5f5f5; }
    .custom-accordion .item .aco-header:after {
      position: absolute;
      content: "\f107";
      font-weight: 100;
      font-family: 'Font Awesome 5 Pro';
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      left: 15px; }
  .custom-accordion .item .aco-header.collapsed:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
.custom-accordion .body {
  text-align: right; }
  .custom-accordion .body .custom-control {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400; }
    .custom-accordion .body .custom-control .custom-control-label {
      padding-right: 25px;
      cursor: pointer; }
      .custom-accordion .body .custom-control .custom-control-label:before {
        left: auto;
        right: 2px;
        top: 3px;
        cursor: pointer; }
      .custom-accordion .body .custom-control .custom-control-label:after {
        left: auto;
        right: 2px;
        top: 3px; }

.cat-btn {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #0e6868;
  color: #ffffff !important;
  margin-top: 15px;
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }
  .cat-btn:hover {
    transform: translateY(-5px); }

.sticky-top {
  top: 65px !important; }

.event-contents {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .event-contents .event-title {
    position: relative;
    margin-top: 15px;
    font-size: 22px; }
    .event-contents .event-title:before {
      width: 16px;
      height: 16px;
      position: absolute;
      content: '';
      right: 0;
      background: transparent;
      border: 5px solid #0e6868;
      border-radius: 50%;
      top: 4px; }
    .event-contents .event-title a {
      color: #0e6868;
      font-weight: 400;
      margin-top: 10px;
      margin-bottom: 5px;
      transition: all 0.3s;
      padding-right: 25px; }
      .event-contents .event-title a:hover {
        color: #ffffff;
        padding-right: 35px; }
  .event-contents .content {
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    font-weight: 300; }
  .event-contents .event-ftr .time {
    font-size: 14px;
    color: #35b8bb;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #35b8bb;
    padding-top: 10px; }
    .event-contents .event-ftr .time .fal {
      font-size: 20px; }
  .event-contents .event-ftr .status {
    padding: 12px 0;
    text-align: center;
    border-radius: 5px;
    color: #181211;
    background-color: #3d2b27;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 15px; }

.product-single .img-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 350px; }
  .product-single .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.product-single .product-content {
  text-align: right; }
.product-single .shop-info {
  color: #a4a4a4; }
  .product-single .shop-info .item-info {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 20px; }
    .product-single .shop-info .item-info li {
      padding: 0 5px;
      font-size: 12px;
      font-weight: 300; }
.product-single .shop-price {
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 400; }
  .product-single .shop-price .discount-price {
    text-decoration: line-through;
    font-weight: 300;
    font-size: 16px;
    color: #a4a4a4;
    padding: 0 10px; }
  .product-single .shop-price .price {
    color: #0e6868;
    font-size: 24px !important;
    font-weight: 600 !important; }
    .product-single .shop-price .price .toman {
      color: #0e6868;
      font-size: 12px !important;
      font-weight: 400 !important; }

.add-to-cart-btn {
  background-color: #0e6868;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 3px;
  background-image: url(../img/shop.svg);
  background-position: left;
  background-size: 75px;
  margin-top: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .add-to-cart-btn:hover {
    color: #ffffff;
    background-color: #1ac2c2; }

.add-to-wish {
  background-color: #ffffff;
  font-size: 14px;
  color: #111111;
  padding: 10px 20px;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 20px;
  border: 1px solid #efefef;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .add-to-wish:hover {
    color: #ffffff;
    background-color: #0e6868;
    border: 1px solid #0e6868; }

.social {
  font-size: 13px;
  font-weight: 300;
  color: #cecece;
  display: flex;
  align-items: center; }
  .social a {
    font-size: 20px;
    color: #666666;
    transform: translateY(3px);
    padding-right: 15px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #dee2e6 #dee2e6 #fbfbfb !important;
  background-color: transparent !important;
  color: #35b8bb; }

.custom-nav-link {
  color: #111111; }

.more-title {
  text-align: right;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #dee2e6; }

.keywords {
  display: flex;
  align-items: center;
  margin: 15px 0;
  list-style: none;
  padding: 0; }
  .keywords li {
    padding-left: 5px; }
    .keywords li a {
      font-size: 12px;
      color: #878787;
      font-weight: 300;
      background-color: #ffffff;
      padding: 3px 10px;
      border: 1px solid #efefef;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .keywords li a:hover {
        background-color: #0e6868;
        border-color: #0e6868;
        color: #fff; }

.single-detail {
  margin-top: 10px; }
  .single-detail .single-detail-header {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #f5f5f5; }
  .single-detail .single-detail-value {
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    border-radius: 2px;
    padding: 10px 15px;
    background-color: #f5f5f5; }

.single-detail:nth-child(1) {
  margin-top: 30px !important; }

.single-detail:nth-child(even) .single-detail-value {
  background-color: #efefef !important; }

.single-detail:nth-child(even) .single-detail-header {
  background-color: #efefef !important; }

.view-cart {
  font-size: 14px !important;
  margin: 15px 0;
  display: block;
  text-align: center; }

.cart .cart-container {
  padding: 15px 0; }
  .cart .cart-container .cart-items:nth-child(odd) {
    background-color: #efefef; }
  .cart .cart-container .cart-items {
    color: #333333;
    font-size: 14px;
    font-weight: 700; }
    .cart .cart-container .cart-items td {
      padding: 10px 0; }
    .cart .cart-container .cart-items .items td {
      margin: 10px 0; }
.cart .count-cart {
  color: #0e6868 !important; }

.empty-cart {
  width: 100%;
  height: 350px;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  color: #333333;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 18px; }
  .empty-cart .fal {
    color: #0e6868;
    font-size: 25px;
    display: block;
    margin-bottom: 15px; }

.btn-checkout {
  padding: 5px 25px;
  border-radius: 50px;
  margin-top: 10px;
  color: #333333;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s;
  display: block;
  outline: none; }
  .btn-checkout:hover {
    color: #ffffff;
    background-color: #0e6868;
    border-color: #0e6868; }

.empty-c {
  font-size: 12px;
  color: #333333;
  font-weight: 400; }

.cart-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px; }

.custom-cart-items {
  font-weight: 400 !important; }

.custom-cart-info {
  padding: 10px;
  font-size: 14px; }

.custom-odd tr:nth-child(odd) {
  background-color: #efefef !important; }

.coupon-body {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  font-size: 14px; }
  .coupon-body .btn-coupon {
    position: relative;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    bottom: unset; }
  .coupon-body input {
    border: 1px solid #efefef;
    outline: none;
    margin-right: 15px; }
  .coupon-body input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #efefef; }

.custom-cart-col {
  display: grid;
  color: #0e6868; }
  .custom-cart-col .discount-price {
    text-decoration: line-through;
    font-weight: 300;
    font-size: 12px;
    color: #a4a4a4;
    padding: 0 10px; }

.address-container {
  text-align: right; }
  .address-container .btn-address {
    position: relative !important;
    display: inline-block !important;
    bottom: unset !important;
    margin-top: 0 !important;
    font-size: 13px !important;
    font-weight: 400 !important; }
  .address-container #address {
    font-size: 14px; }

.my-alerts {
  text-align: right;
  font-size: 14px;
  padding-right: 10px; }

.pg-des {
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  text-align: right; }

.image {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 15px 0; }
  .image img {
    border-radius: 10px;
    box-shadow: 0 0 15px -5px #6d6d7e; }

.modal-backdrop.show {
  opacity: 0 !important; }

.modal {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.6); }

.modal-content {
  background-color: #f5f5f5;
  border-radius: 20px; }
  .modal-content .close {
    position: absolute;
    top: 15px;
    text-shadow: none;
    right: 20px;
    color: #0f0f16;
    z-index: 5;
    outline: none; }
  .modal-content .modal-body {
    text-align: center; }
    .modal-content .modal-body .logo {
      margin-bottom: 20px;
      position: relative; }
      .modal-content .modal-body .logo img {
        width: 150px; }
    .modal-content .modal-body .modal-title {
      font-size: 16px;
      color: #ffffff;
      font-weight: 400;
      text-align: center;
      background-color: #21212a;
      display: inline-block;
      padding: 8px 25px;
      border-radius: 30px;
      font-weight: 400;
      box-shadow: 0 10px 20px -5px #c5c5c5;
      margin-bottom: 25px;
      margin-top: 25px; }
    .modal-content .modal-body .title {
      font-size: 16px;
      font-weight: 600;
      color: #35b8bb;
      margin-bottom: 20px; }
    .modal-content .modal-body .description {
      font-size: 13px;
      color: #a7aabd;
      margin-bottom: 20px; }
    .modal-content .modal-body .actions {
      justify-content: center;
      margin-bottom: 10px; }
      .modal-content .modal-body .actions .login {
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 400;
        color: #ffffff;
        border-radius: 50px;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
        background-color: #0e6868;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .modal-content .modal-body .actions .login:hover {
          transform: translateY(-5px); }
      .modal-content .modal-body .actions .reg {
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 400;
        color: #484848;
        border-radius: 50px;
        background: #ffffff;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .modal-content .modal-body .actions .reg:hover {
          transform: translateY(-5px); }
      .modal-content .modal-body .actions:hover {
        bottom: 3px; }

@media (max-width: 991px) {
  .modal {
    overflow-y: hidden !important; }

  .modal.fade .modal-dialog {
    transform: translate(0, 100%); }

  .modal-dialog-centered {
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%; }

  .modal.show .modal-dialog {
    transform: none !important; }
    .modal.show .modal-dialog .modal-content {
      -webkit-border-radius: 30px 30px 0 0;
      -moz-border-radius: 30px 30px 0 0;
      -ms-border-radius: 30px 30px 0 0;
      -o-border-radius: 30px 30px 0 0;
      border-radius: 30px 30px 0 0; } }
.representation {
  position: fixed;
  display: block;
  z-index: 999;
  bottom: 30px;
  left: 30px; }
  .representation a {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    padding: 7px 20px;
    background-color: #2c2c2c;
    box-shadow: 0 0 8px -5px #585858;
    border-radius: 30px;
    transition: all .3s; }
    .representation a:hover {
      background-color: #0e6868; }
    .representation a i {
      position: relative;
      top: 1px;
      padding-left: 3px; }

.representation-form .input-label {
  font-size: 14px;
  font-weight: 500;
  color: #21212a;
  display: block;
  text-align: right; }
.representation-form .active-streamers {
  margin-top: 15px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 34px;
  background-color: #e5e5e5;
  color: #3a3a3a; }
  .representation-form .active-streamers .count {
    font-weight: 900;
    color: #0e6868;
    font-size: 15px; }
.representation-form .form-elements {
  margin: 5px 0; }
  .representation-form .form-elements .main-input {
    display: block; }
  .representation-form .form-elements .notice {
    font-size: 11px;
    display: block;
    color: #484848;
    font-weight: 400;
    text-align: right;
    margin-top: 5px; }

.modal {
  padding-right: 0 !important; }

.sec-head {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 10px; }
  .sec-head .title {
    position: relative;
    padding-right: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #0e6868; }
    .sec-head .title:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 16px;
      bottom: 5px;
      border-radius: 50px;
      background-color: #0e6868;
      right: 0; }
  .sec-head .notice {
    font-size: 13px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-width: 300; }
    .sec-head .notice .desc {
      color: #484848; }
    .sec-head .notice a {
      background-color: #0e6868;
      border-radius: 50px;
      padding: 5px 15px;
      color: #efefef;
      display: flex;
      align-items: center;
      font-size: 12px;
      font-weight: 300; }
      .sec-head .notice a i {
        font-size: 16px;
        padding-right: 8px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .sec-head .notice a:hover i {
        padding-right: 14px; }

@media screen and (max-width: 768px) {
  .sec-head {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .sec-head .notice {
      display: block;
      width: fit-content; } }
.main-content {
  margin-top: 100px;
  margin-bottom: 30px; }
  .main-content .main-banner {
    position: relative; }
    .main-content .main-banner .img-container {
      border-radius: 15px;
      -webkit-box-shadow: 0px 0 10px -2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0 10px -2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 0 10px -2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 0 10px -2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0 10px -2px rgba(0, 0, 0, 0.2);
      height: 310px;
      overflow: hidden; }
      .main-content .main-banner .img-container .banner {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .main-content .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 35px;
    display: flex;
    align-items: center; }
    .main-content .content .phone {
      position: absolute;
      width: 500px;
      top: -85px;
      right: 300px; }
    .main-content .content .desc {
      width: 300px; }
      .main-content .content .desc .info {
        display: block;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px;
        border-radius: 15px;
        margin-bottom: 10px;
        backdrop-filter: blur(5px); }
      .main-content .content .desc .more {
        background-color: #0e6868;
        border-radius: 50px;
        padding: 5px 15px;
        color: #efefef;
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        font-weight: 300; }
        .main-content .content .desc .more i {
          font-size: 16px;
          padding-right: 8px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .main-content .content .desc .more:hover i {
          padding-right: 14px; }
      .main-content .content .desc h4 {
        display: block;
        font-size: 20px;
        font-weight: 800;
        color: #a67c52;
        margin-bottom: 10px; }

@media screen and (max-width: 1200px) {
  .main-banner .content #phone-pic {
    width: 450px;
    top: -50px;
    right: 240px; } }
@media screen and (max-width: 992px) {
  .main-content .main-banner .img-container {
    height: 255px !important; }
  .main-content .main-banner .content #phone-pic {
    width: 400px;
    right: 135px; }

  .about-company .info {
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
    -o-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
    max-height: 150px; }
    .about-company .info .badge-description {
      background-color: transparent !important;
      padding: 0 !important; } }
@media screen and (max-width: 768px) {
  .brand-swiper .slider-item {
    transform: translateY(0) !important;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15) !important;
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15) !important; }

  .main-content .main-banner .img-container {
    height: 185px !important;
    box-shadow: none !important; }
  .main-content .main-banner .content .desc {
    width: 245px !important; }
  .main-content .main-banner .content #phone-pic {
    width: 365px;
    right: 200px; }
  .main-content .main-banner .content .info {
    font-size: 12px !important; }
  .main-content .main-banner .content .more {
    font-size: 10px !important; }
  .main-content .main-banner .content h4 {
    font-size: 16px !important;
    font-weight: 700 !important; }

  .sec-head .title {
    font-size: 16px !important; }
    .sec-head .title:before {
      width: 7px !important;
      height: 15px !important;
      bottom: 6px !important; }
  .sec-head .notice a {
    font-size: 11px !important; }
    .sec-head .notice a i {
      font-size: 14px !important; }
      .sec-head .notice a i:hover {
        padding-right: 15px !important; } }
@media screen and (max-width: 567px) {
  .main-content {
    margin-top: 25px !important; }
    .main-content .main-banner .img-container {
      height: 150px !important;
      -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2) !important;
      -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2) !important;
      -ms-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2) !important;
      -o-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2) !important;
      box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2) !important; }
    .main-content .main-banner .content .desc {
      text-align: center !important;
      width: 100% !important; }
    .main-content .main-banner .content #phone-pic {
      display: none; }
    .main-content .main-banner .content .more {
      font-size: 10px !important; }

  .sec-head .title {
    font-size: 16px !important; }
    .sec-head .title:before {
      width: 7px !important;
      height: 15px !important;
      bottom: 6px !important; }
  .sec-head .notice a {
    font-size: 10px !important; }
    .sec-head .notice a i {
      font-size: 14px !important;
      padding-right: 10px !important; }
      .sec-head .notice a i:hover {
        padding-right: 10px !important; } }
.representation-sec {
  background-color: #fff;
  padding: 25px 0;
  margin-top: 10px; }
  .representation-sec .map-container {
    display: flex;
    justify-content: center; }
    .representation-sec .map-container img {
      width: 95%; }
  .representation-sec .map-logo-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .representation-sec .map-logo-container img {
      width: 70px; }
    .representation-sec .map-logo-container .head {
      width: 300px;
      font-family: Sans-Serif;
      font-size: 16px;
      font-weight: 400;
      color: #484848; }
  .representation-sec .content {
    text-align: right; }
    .representation-sec .content .head {
      font-size: 18px;
      color: #484848;
      font-weight: 700;
      margin-bottom: 10px; }
      .representation-sec .content .head h3 {
        font-weight: 800;
        margin-top: 10px;
        color: #a67c52;
        font-size: 24px; }
    .representation-sec .content small {
      background-color: #f4f7f8;
      display: inline-block;
      margin-top: 15px;
      font-size: 13px;
      font-weight: 400;
      color: #484848;
      padding: 5px 15px;
      border-radius: 50px; }
    .representation-sec .content .txt {
      font-size: 13px;
      font-weight: 300;
      color: #484848;
      line-height: 26px;
      margin: 15px 0 20px 0; }
    .representation-sec .content .re-btn {
      display: flex; }
      .representation-sec .content .re-btn .btn-link {
        padding: 5px 15px;
        background-color: #0e6868;
        font-size: 12px;
        font-weight: 300;
        color: #efefef;
        border-radius: 50px;
        margin: 0 5px; }

@media screen and (max-width: 992px) {
  .map-logo-container {
    margin-top: 30px; }
    .map-logo-container img {
      width: 55px !important; }
    .map-logo-container .head {
      font-size: 15px !important; } }
@media screen and (max-width: 768px) {
  .map-logo-container {
    display: none !important; }

  .content .re-btn .btn-link {
    font-size: 11px !important; } }
@media screen and (max-width: 568px) {
  .map-logo-container {
    display: none !important; }

  .content {
    text-align: center !important; }
    .content .re-btn {
      justify-content: center !important; } }
.faq .faq-container {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
  -ms-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
  -o-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15) !important;
  border-radius: 200px 20px 20px 200px;
  background-color: #fff; }
  .faq .faq-container .faq-items {
    padding: 0;
    margin: 0;
    list-style: none; }
    .faq .faq-container .faq-items .accordion-item {
      padding: 15px 0;
      margin-bottom: 15px;
      text-align: right;
      border-bottom: 1px solid #efefef; }
      .faq .faq-container .faq-items .accordion-item:nth-last-child(1) {
        border-bottom: transparent; }
      .faq .faq-container .faq-items .accordion-item a {
        display: flex;
        padding-bottom: 15px; }
        .faq .faq-container .faq-items .accordion-item a .faq-right {
          margin-left: 15px; }
          .faq .faq-container .faq-items .accordion-item a .faq-right .faq-li {
            display: flex;
            align-items: center; }
            .faq .faq-container .faq-items .accordion-item a .faq-right .faq-li .q {
              display: flex;
              background-color: #e1f1c6;
              border-radius: 50%;
              width: 24px;
              height: 24px;
              text-align: center;
              justify-content: center;
              align-items: center; }
              .faq .faq-container .faq-items .accordion-item a .faq-right .faq-li .q i {
                color: #255656;
                font-size: 12px;
                position: relative; }
            .faq .faq-container .faq-items .accordion-item a .faq-right .faq-li .accordion-header {
              font-size: 14px;
              color: #484848;
              font-weight: 500;
              padding-right: 10px;
              display: inline-block;
              margin-bottom: 0; }
        .faq .faq-container .faq-items .accordion-item a .faq-left {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px; }
          .faq .faq-container .faq-items .accordion-item a .faq-left .angle {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f4f7f8;
            border-radius: 50%;
            transform: translateX(0);
            transition: all 0.3s; }
        .faq .faq-container .faq-items .accordion-item a .accordion-body {
          font-size: 12px;
          padding-right: 10px;
          color: #6c757d;
          margin-top: 10px; }
      .faq .faq-container .faq-items .accordion-item:hover .angle {
        transform: translateX(-6px) !important; }
  .faq .faq-container .faq-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .faq .faq-container .faq-footer .date .field {
      font-weight: 300;
      font-size: 13px;
      color: #999999; }
      .faq .faq-container .faq-footer .date .field i {
        padding-left: 5px;
        font-size: 18px;
        position: relative;
        top: 3px; }
    .faq .faq-container .faq-footer .date .value {
      font-size: 14px;
      font-weight: 500;
      color: #0e6868; }
    .faq .faq-container .faq-footer .more a {
      display: flex;
      background-color: #35b8bb;
      padding: 5px 15px;
      color: #efefef;
      font-size: 13px;
      font-weight: 400;
      border-radius: 50px;
      align-items: center; }
    .faq .faq-container .faq-footer .more i {
      font-size: 16px;
      padding-right: 8px;
      transition: all 0.3s; }
  .faq .faq-container .faq-img-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .faq .faq-container .faq-img-container img {
      height: 100%;
      width: 100%;
      object-fit: contain; }

@media screen and (max-width: 992px) {
  .faq-container {
    border-radius: 500px 500px 50px 50px !important; }
    .faq-container .faq-img-container img {
      width: 75% !important;
      margin: 25px 0; } }
@media screen and (max-width: 576px) {
  .faq-container {
    padding: 5px !important;
    margin: 0 5px; }
    .faq-container .faq-footer {
      flex-direction: column; }
      .faq-container .faq-footer .more {
        margin: 15px 0 10px 0; } }
@media screen and (max-width: 468px) {
  .faq-container .faq-left {
    display: none !important; } }
.footer {
  background-color: #fff;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9; }
  .footer .footer-info {
    display: flex;
    text-align: right;
    padding: 25px 0;
    border-bottom: 1px solid #F4F4F4; }
    .footer .footer-info .img-container {
      width: 84px; }
      .footer .footer-info .img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .footer .footer-info .content {
      padding: 10px 0; }
      .footer .footer-info .content h6 {
        font-size: 18px;
        font-weight: 600; }
  .footer .footer-socials {
    margin: 30px 0;
    text-align: right; }
    .footer .footer-socials .line {
      position: relative;
      display: inline-block;
      width: 2px;
      height: 110px;
      background-color: #e5e5e5; }
    .footer .footer-socials .social-head {
      position: relative;
      color: #a67c52;
      padding-right: 15px;
      font-size: 20px;
      font-weight: 700; }
      .footer .footer-socials .social-head:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 20px;
        border-radius: 50px;
        background-color: #0e6868;
        right: 0;
        bottom: 5px; }
    .footer .footer-socials .social-details {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 0; }
      .footer .footer-socials .social-details .detail {
        display: inline-block;
        font-weight: 300;
        border-radius: 8px; }
        .footer .footer-socials .social-details .detail a {
          display: flex;
          align-items: center;
          font-size: 14px;
          font-weight: 300;
          padding: 5px 10px;
          color: #fff; }
          .footer .footer-socials .social-details .detail a i {
            padding-right: 6px;
            border-right: 1px solid #f4f7f880;
            font-size: 18px;
            margin-right: 6px; }
        .footer .footer-socials .social-details .detail.instagram {
          margin-left: 5px;
          background: #f09433;
          background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
          .footer .footer-socials .social-details .detail.instagram i {
            font-size: 19px; }
        .footer .footer-socials .social-details .detail.twitter {
          background-color: #31b4e7;
          margin-right: auto;
          margin-left: 10px;
          padding: 0 5px; }
        .footer .footer-socials .social-details .detail.notice {
          color: #484848;
          font-size: 12px;
          font-weight: 300; }
    .footer .footer-socials .footer-links {
      background-color: #f4f7f8;
      border-radius: 15px;
      padding: 25px 0;
      margin-top: 35px;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .footer .footer-socials .footer-links .links {
        display: inline-block;
        padding: 0 15px;
        list-style: none; }
        .footer .footer-socials .footer-links .links:last-child {
          border-left: none; }
        .footer .footer-socials .footer-links .links .link-head {
          font-size: 18px;
          color: #a67c52;
          font-weight: 800;
          margin-bottom: 10px; }
        .footer .footer-socials .footer-links .links .link-item {
          font-size: 13px;
          color: #484848;
          padding-bottom: 10px;
          transform: translateY(0);
          transition: all .3s; }
          .footer .footer-socials .footer-links .links .link-item:hover {
            transform: translateX(-5px);
            color: #35b8bb; }

.copyright {
  background-color: #f4f7f8;
  padding: 10px 15px;
  text-align: center;
  list-style: none;
  font-size: 12px; }

.footer-bar {
  margin: 10px 0; }
  .footer-bar .contact {
    background-color: #f4f7f8;
    padding: 10px 15px;
    border-radius: 15px;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400; }
    .footer-bar .contact .light {
      color: #999999;
      font-size: 15px;
      padding-left: 10px;
      font-weight: 300; }
    .footer-bar .contact i {
      padding-left: 5px;
      font-size: 18px;
      color: #999999; }
    .footer-bar .contact .phone-numb {
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 16px; }
  .footer-bar .footer-logo {
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .footer-bar .footer-logo .img-container {
      display: inline-block;
      max-width: 270px; }
      .footer-bar .footer-logo .img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .footer-bar .footer-logo .logo-name {
      font-size: 16px;
      display: inline-block; }
      .footer-bar .footer-logo .logo-name .color {
        color: #35b8bb; }
      .footer-bar .footer-logo .logo-name .deg {
        padding-right: 2px; }

.web-badges {
  margin-top: 10px;
  padding-right: 0;
  display: flex; }
  .web-badges .badge {
    width: calc(100% / 3 - 10px);
    border: 1px solid #f4f7f8;
    border-radius: 15px;
    margin: 0 5px; }
    .web-badges .badge.sadad {
      background-color: #fcb813; }
    .web-badges .badge img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px; }

@media screen and (max-width: 768px) {
  .footer-socials .social-head {
    text-align: center;
    padding-right: 0 !important; }
    .footer-socials .social-head:after {
      right: inherit !important;
      transform: translateX(-10px); }
    .footer-socials .social-head:before {
      position: absolute;
      content: "";
      width: 8px;
      height: 20px;
      border-radius: 50px;
      background-color: #0e6868;
      bottom: 5px;
      transform: translateX(15px); }
  .footer-socials .social-details {
    display: block !important;
    text-align: center; }
    .footer-socials .social-details .notice {
      display: block !important;
      margin: 10px 0; }

  .article-container:hover {
    transform: translateY(0) !important;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2) !important;
    -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2) !important; } }
@media screen and (max-width: 468px) {
  .specific {
    display: none !important; } }
@media screen and (max-width: 992px) {
  .main-swiper {
    transform: translateY(-80px) !important;
    margin-bottom: 30px; } }
@media screen and (max-width: 576px) {
  .main-swiper {
    padding: 10px 0 !important; }
    .main-swiper .swiper-slide {
      max-height: inherit !important; } }
.events-img-container {
  border-radius: 25px;
  overflow: hidden;
  margin: 20px auto; }
  .events-img-container img {
    width: 100%;
    height: 100%; }

.events-header {
  font-size: 18px;
  font-weight: 600; }

.dropdown-menu {
  text-align: right;
  top: 20px !important;
  transform: translate3d(0px, 28px, 0px);
  border-radius: 10px;
  overflow: visible;
  /*  &:before{
        height: 12px;
        width: 12px;
        content: "";
        position: absolute;
        top: -18px;
        left: 7.5px;
        transform: rotate(45deg);
        background-color: #0e6868;
        border-radius: 50%;
        border: 2px solid #ffffff;
    }*/ }
  .dropdown-menu li .dropdown-item {
    font-size: 13px;
    color: #484848 !important;
    border-radius: 5px;
    font-weight: 300;
    padding: 10px 15px; }
    .dropdown-menu li .dropdown-item:hover {
      background-color: #efefef; }
    .dropdown-menu li .dropdown-item:active {
      background-color: #35b8bb; }
    .dropdown-menu li .dropdown-item i {
      padding-left: 5px; }

#search-box {
  align-items: center;
  background: rgba(35, 35, 35, 0.85);
  backdrop-filter: blur(10px);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all .5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1; }

#search-box .area {
  z-index: 0; }

#search-box .search-box-form {
  height: 100%;
  padding-top: 85px;
  z-index: 1;
  position: relative; }

#search-box .search-box-form .recent-searches {
  margin-top: 35px;
  color: #C8C8C8;
  text-align: right;
  font-weight: 300; }

#search-box .search-box-form .recent-searches .recent-item {
  padding: 8px 5px; }

#search-box .search-box-form .recent-searches .recent-item a {
  font-size: 14px;
  position: relative;
  top: -3px;
  color: #C8C8C8; }

#search-box .search-box-form #searchbox {
  width: 100%;
  background: transparent;
  border: solid #35b8bb;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  outline: 0;
  padding: 2.5rem 1rem; }

.search-pop-up {
  height: 100vh !important;
  opacity: 1 !important;
  width: 100vw !important;
  z-index: 15 !important; }

#close-icon {
  display: none; }

#FAQ-accordion {
  text-align: right; }
  #FAQ-accordion .accordion-item {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
    padding: 20px 15px;
    margin-bottom: 15px; }
    #FAQ-accordion .accordion-item .accordion-button {
      width: 100%;
      justify-content: space-between;
      display: flex;
      align-items: center;
      border: transparent;
      background-color: transparent; }
      #FAQ-accordion .accordion-item .accordion-button .angle {
        margin-right: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        transition: all 0.5s;
        transform: rotate(0);
        width: 32px;
        height: 32px;
        font-size: 16px;
        background-color: #F4F4F4;
        border-radius: 50%;
        display: flex;
        color: #bcbcbc;
        justify-content: center;
        align-items: center; }
      #FAQ-accordion .accordion-item .accordion-button.collapsed .angle {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      #FAQ-accordion .accordion-item .accordion-button .q {
        display: inline-block;
        background-color: #e1f1c6;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center; }
        #FAQ-accordion .accordion-item .accordion-button .q i {
          color: #0e6868;
          font-size: 13px;
          position: relative;
          top: 4px; }
      #FAQ-accordion .accordion-item .accordion-button .accordion-header {
        font-size: 16px;
        color: #484848;
        font-weight: 500;
        padding-right: 10px;
        display: inline-block;
        margin-bottom: 0; }
      #FAQ-accordion .accordion-item .accordion-button:focus {
        border: transparent !important;
        outline: none !important; }
    #FAQ-accordion .accordion-item .accordion-body {
      font-size: 13px;
      padding-right: 10px;
      color: #6c757d;
      margin-top: 10px; }
  #FAQ-accordion .grid-item {
    color: #fff;
    background: skyblue;
    padding: 3.5em 1em;
    font-size: 1em;
    font-weight: 700; }

.faq-single-container .sec-title {
  text-align: right; }
  .faq-single-container .sec-title h2 {
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 15px 25px;
    border-radius: 50px; }
.faq-single-container .faq-footer {
  padding: 0;
  margin: 15px 0;
  list-style: none; }
  .faq-single-container .faq-footer .desc {
    font-size: 13px;
    margin: 10px 0;
    padding: 5px 15px;
    line-height: 30px; }
  .faq-single-container .faq-footer .date {
    padding: 10px;
    display: flex;
    justify-content: space-between; }
    .faq-single-container .faq-footer .date .field {
      font-weight: 300;
      font-size: 13px;
      color: #999999; }
      .faq-single-container .faq-footer .date .field i {
        padding-left: 5px;
        font-size: 18px;
        position: relative;
        top: 3px; }
    .faq-single-container .faq-footer .date .value {
      border: 1px solid #efefef;
      background-color: #fff;
      padding: 5px 15px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 500;
      color: #0e6868; }

.single-faq-img-container {
  width: 360px;
  margin: auto; }

.article-single .cover {
  justify-content: center;
  align-items: flex-end !important; }
  .article-single .cover .article-single-img-container {
    border-radius: 20px;
    overflow: hidden;
    max-height: 330px;
    width: 100%;
    -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
    border: 3px solid #fff; }
    .article-single .cover .article-single-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article-single .cover .article-title {
    border-radius: 50px;
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #35b8bb;
    color: #484848;
    font-weight: 400;
    position: absolute;
    bottom: -15px; }

.article-description-container {
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0 10px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0 10px -5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0 10px -5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0 10px -5px rgba(0, 0, 0, 0.15); }

.article-description-container a, .pg-des a {
  color: #4bc9c9 !important; }

.brand-item {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%; }
  .brand-item .logo-container {
    background-color: #f4f7f8;
    border-radius: 10px;
    padding: 0 10px;
    text-align: center; }
    .brand-item .logo-container .img-container {
      width: 72px;
      margin: 8px 0; }
      .brand-item .logo-container .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .brand-item .logo-container .date {
      font-size: 12px;
      background-color: #e7e7e7;
      color: #484848;
      margin: 5px 0;
      border-radius: 15px;
      padding: 2px 5px; }
    .brand-item .logo-container .number {
      color: #0e6868;
      font-weight: 800;
      font-size: 16px; }
  .brand-item .context {
    text-align: right;
    margin-right: 10px;
    display: flex;
    flex-direction: column; }
    .brand-item .context .name .slogan {
      font-weight: 300;
      font-size: 14px;
      color: #7b7b7b; }
    .brand-item .context .title {
      font-size: 16px;
      font-weight: 700;
      color: #0e6868; }
    .brand-item .context .description {
      margin-top: 15px;
      font-size: 11px;
      line-height: 22px;
      color: #484848; }

/*# sourceMappingURL=style.css.map */
