@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YekanBakhFaNum-thin.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-thin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YekanBakhFaNum-Light.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YekanBakhFaNum-Regular.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/YekanBakhFaNum-SemiBold.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/YekanBakhFaNum-Bold.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Yekan Bakh FaNum-ExtraBold.woff") format("woff"),
    url("../fonts/Yekan Bakh FaNum-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Yekan Bakh FaNum-Black.woff") format("woff"),
    url("../fonts/Yekan Bakh FaNum-Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/Yekan Bakh FaNum-ExtraBlack.woff") format("woff"),
    url("../fonts/Yekan Bakh FaNum-ExtraBlack.woff2") format("woff2");
  font-display: swap;
}

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

/* CSS Document */
html,
body {
  margin: 0px;
  padding: 0px;
  font: normal 14px/1.8 "Yekan Bakh FaNum", "Arial";
  color: #666666;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
  .dng-main {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
  .dng-main {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

h1 {
  margin: 5px 0 10px 0;
}

h2 {
  margin: 5px 0 10px 0;
}

h3 {
  margin: 5px 0 10px 0;
}

h4 {
  margin: 5px 0 10px 0;
}

h5 {
  margin: 5px 0 10px 0;
}

h6 {
  margin: 5px 0 10px 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:placeholder {
  color: inherit;
  opacity: 0.9;
}

a,
a:link {
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  --bs-gutter-x: 30px;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .mt-xs-reset {
    margin-top: 0px !important;
  }

  .mr-xs-reset {
    margin-left: 0px !important;
  }

  .mb-xs-reset {
    margin-bottom: 0px !important;
  }

  .ml-xs-reset {
    margin-right: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 767px) {
  .mt-sm-reset {
    margin-top: 0px !important;
  }

  .mr-sm-reset {
    margin-left: 0px !important;
  }

  .mb-sm-reset {
    margin-bottom: 0px !important;
  }

  .ml-sm-reset {
    margin-right: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 991px) {
  .mt-md-reset {
    margin-top: 0px !important;
  }

  .mr-md-reset {
    margin-left: 0px !important;
  }

  .mb-md-reset {
    margin-bottom: 0px !important;
  }

  .ml-md-reset {
    margin-right: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 1199px) {
  .mt-lg-reset {
    margin-top: 0px !important;
  }

  .mr-lg-reset {
    margin-left: 0px !important;
  }

  .mb-lg-reset {
    margin-bottom: 0px !important;
  }

  .ml-lg-reset {
    margin-right: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 1199px) {
  .full-lg-none.full-column-inner {
    margin-left: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .full-md-none.full-column-inner {
    margin-left: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .full-sm-none.full-column-inner {
    margin-left: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 575px) {
  .full-xs-none.full-column-inner {
    margin-left: 0 !important;
    width: auto !important;
  }
}

/*left full ,right full*/
.dng-left-full,
.dng-right-full {
  max-width: none;
}

/*list*/
.list-style,
.list-style li {
  list-style: none !important;
}

.list-style {
  margin: 0 !important;
  padding: 0 !important;
}

/*Fixed Footer*/
.fixed_footer_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}

.fixed_footer_clone {
  background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
  max-width: 100% !important;
  right: 0 !important;
}

@media only screen and (max-width: 991px) {
  .fixed_footer_bottom .fixed_footer.active {
    position: relative;
  }

  .fixed_footer_bottom,
  .fixed_footer_clone,
  .footer_box {
    height: auto !important;
    position: relative !important;
    max-height: inherit !important;
  }
}

/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: #fff !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
  overflow: visible;
}

[data-parallax="parallax"] {
  visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
  visibility: visible;
}

/*input*/
input[type="text"] {
  border-radius: 0;
}

/*icon*/
.fa,
.fas {
  font-weight: 900 !important;
}

.sico,
.icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.sico svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: inherit;
  vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
  vertical-align: middle;
  margin-bottom: 0.2em;
}

/*icon-svg*/

.icon-svg svg {
  width: 1em;
  height: 1em;
  stroke: currentColor !important;
  opacity: 0;
  vertical-align: sub;
  color: inherit;
}

.icon-svg svg * {
  color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.icon-svg.animated svg {
  opacity: 1;
}

/*btn*/
[class^="button-"],
[class*=" button-"] {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  margin-left: 3px;
  margin-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

body [class*="btn-"]:hover {}

[class*="btn-"]:focus {
  outline: 0;
  box-shadow: none;
}

body [class*="btn-"] {
  text-decoration: none !important;
}

/*social*/
[class*="social-"] {
  position: relative;
  display: inline-block;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
  margin-right: 0;
  margin-left: 0;
}

.row.col-no-padding [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.is-container.no-space {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.layout-no-mt .is-container {
  margin-top: 0 !important;
}

.layout-no-mb .is-container {
  margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/*border radius*/
.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

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

/*border radius*/
.position-relative {
  position: relative !important;
}

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

.icon-cross {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}

.icon-cross::after,
.icon-cross::before {
  content: "";
  border-right: 2px solid currentColor;
  position: absolute;
  height: 94%;
  margin-top: 3%;
  right: 50%;
  border-radius: 3px;
  margin-right: -1px;
}

.icon-cross::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-cross::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.d-wrapper .container-fluid>.row,
.d-wrapper .container-fluid>div>.row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.d-wrapper a:hover {
  text-decoration: none;
}

.d-wrapper img {
  max-width: 100%;
}

@media all and (max-width: 1024px) {
  .margin-left-1024-reset {
    margin-right: 0px !important;
  }

  .margin-right-1024-reset {
    margin-left: 0px !important;
  }
}

/* Container for All Sections */
.d-wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.d-wrapper>div {
  display: table;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
  position: relative;
}

.d-wrapper::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}

.d-wrapper .d-placeholder {
  display: none;
}

/* Boxes */
.is-box {
  vertical-align: middle;
}

.is-boxes {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
}

.is-boxes:empty {
  min-height: 50px;
}

.is-overlay+.is-boxes>.is-box-centered:empty {
  height: 275px;
}

@media all and (max-width: 991px) {
  .is-overlay+.is-boxes:empty {
    min-height: 275px;
  }

  .is-overlay+.is-boxes>.is-box-centered:empty {
    height: 275px;
  }
}

.no-min-height {
  min-height: auto;
}

.is-box-centered {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.is-stretch>div:not(.is-arrow-down) {
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
}

.flexi-position {
  position: relative;
}

.is-stretch .flexi-position {
  position: absolute;
}

.is-section.is-stretch {
  min-height: 300px;
}

.is-section.layout-hidden-content {
  display: none !important;
}

/* New */

@media all and (max-width: 991px) {

  /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
  .is-section:not(.is-box) {
    height: auto !important;
  }

  /* .is-boxes { height: auto !important; }
    .is-boxes {
        height: 100% !important;
    }
 */
  /* new */

  .is-box-img {
    height: 300px !important;
  }

  .is-box-img .is-boxes {
    height: 100% !important;
  }

  /* .is-box-centered {display:block;} */
  .is-box-centered {
    display: table-cell;
  }

  .is-box {
    display: table !important;
  }

  /* new */
}

.is-container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
  padding: 50px;
  background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
}

@media all and (max-width: 1024px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }

  /*     .d-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .d-wrapper .is-boxed-layout {
        background: #fff !important;
    } */
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.has-sidebar .d-wrapper .is-box .is-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sidebar_pos_left .is-container,
.sidebar_pos_right .is-container {
  padding: 0;
}

.sidebar_pos_fixleft .sidebar_dynamic .is-container,
.sidebar_pos_fixright .sidebar_dynamic .is-container,
.sidebar_pos_fixleftfull .sidebar_dynamic .is-container,
.sidebar_pos_fixrightfull .sidebar_dynamic .is-container {
  padding: 0;
}

@media all and (max-width: 991px) {
  .d-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Overlay */
.is-overlay {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
  animation: is-scale 25s ease forwards;
  -ms-animation: is-scale 25s ease forwards;
  -webkit-animation: is-scale 25s ease forwards;
  -o-animation: is-scale 25s ease forwards;
  -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

.is-overlay .is-overlay-color {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.05;
}

.is-overlay .is-overlay-content {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: inherit;
  /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
  z-index: 1;
}

.overlay-responsive .is-overlay-mobile-bg {
  display: none;
}

@media (max-width: 767px) {
  .overlay-responsive .is-overlay-bg {
    display: none;
  }

  .overlay-responsive .is-overlay-mobile-bg {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.is-overlay-Video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
}

.is-overlay-Video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* dec 2017 
.is-container {
    z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey {
  background-color: #eeeff0;
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark {
  background-color: #111;
}

.is-bg-light,
.d-wrapper>div.is-bg-light {
  background-color: #fff;
}

.d-wrapper>div.is-bg-none {
  background-color: transparent;
}

/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span:not(.sico) {
  color: #fff;
}

.is-dark-text .is-light-text {
  color: #fff;
}

/* Vertical Alignment */
.is-content-top {
  vertical-align: top;
}

.is-content-bottom {
  vertical-align: bottom;
}

/* Horizontal Alignment */
.is-container.is-content-left {
  margin-right: 100px;
}

.is-container.is-content-right {
  margin-left: 100px;
}

@media all and (max-width: 1200px) {
  .is-container.is-content-left {
    margin-right: 60px;
  }

  .is-container.is-content-right {
    margin-left: 60px;
  }
}

@media all and (max-width: 991px) {
  .is-container.is-content-left {
    margin-right: auto;
  }

  .is-container.is-content-right {
    margin-left: auto;
  }
}

p {
  text-align: justify;
}

/* Vertical Alignment */
.is-content-top {
  vertical-align: top;
}

.is-content-bottom {
  vertical-align: bottom;
}

.is-content-top>.is-boxes>.is-container {
  align-self: flex-start;
}

.is-content-bottom>.is-boxes>.is-container {
  align-self: flex-end;
}

/* Text Alignment */
.is-align-right {
  text-align: left;
}

.is-align-center {
  text-align: center;
}

.is-align-left {
  text-align: right;
}

.is-align-justify {
  text-align: justify;
}

/* Section Height */

@media (max-width: 575.98px) {
  #Body .is-section-xs-50 {
    height: 50vh;
  }

  #Body .is-section-xs-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  #Body .is-section-sm-50 {
    height: 50vh;
  }

  #Body .is-section-sm-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  #Body .is-section-md-50 {
    height: 50vh;
  }

  #Body .is-section-md-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 1199.98px) {
  #Body .is-section-lg-50 {
    height: 50vh;
  }

  #Body .is-section-lg-auto {
    height: auto;
    min-height: auto;
  }
}

/* Stretched container (not used yet) */
.is-container.is-stretch-w {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.is-container.is-stretch-h {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-stretch-w>div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.is-container.is-stretch-w>div>div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.is-container.is-stretch-h>div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-fullheight {
  height: 100%;
}

.is-container.is-container-fluid {
  max-width: none;
  width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
  background-attachment: fixed !important;
}

/*ipad background attachment*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

/* Others */

.is-hidden {
  display: none !important;
}

.gm-style {
  font-family: inherit !important;
}

/*.is-rounded-button-medium*/
.is-rounded-button-medium {}

.is-rounded-button-medium a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden;
}

.is-rounded-button-medium a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
}

.is-rounded-button-medium a:first-child {
  margin: 0 0 0 20px;
}

.is-rounded-button-medium a:last-child {
  margin: 0 20px 0 0;
}

/*custom module loading*/
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes loading-rotate {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
  min-height: 100px;
  max-height: 50vh;
  position: relative;
}

.custom-module .swiper-container.loading>*,
.custom-module .soon.loading>* {
  visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #e3e3e3;
  border-top-color: #555;
  border-right-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 50%;
  margin-right: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 101;
}

.custom-module .soon {
  display: none;
}

.custom-module .number {
  color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
  display: none;
}

/*video*/
.html5-video {
  position: relative;
}

.html5-video video {
  width: 100%;
}

.html5-video .play-button {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -36px -36px 0 0;
  cursor: pointer;
}

/*tabs*/

/* section-carousel-bg*/
.section-slider-bgcarousel .is-overlay,
.section-slider-bgcarousel .is-overlay-content.content-selectable,
.section-slider-bgcarousel .swiper-container,
.section-slider-bgcarousel .is-overlay {
  z-index: initial;
}

.section-carousel-bg .swiper-wrapper-overflow {
  height: 100%;
}

.section-carousel-bg .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-carousel-bg .swiper-pagination {
  bottom: 30px;
  margin: 0;
  position: absolute;
}

.section-carousel-bg .swiper-wrapper-overflow {
  padding: 0;
}

@media only screen and (min-width: 992px) {

  .section-carousel-bg.swiper-container .swiper-button-next,
  .section-carousel-bg.swiper-container .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin: -23px 0 0 !important;
  }

  .section-carousel-bg.swiper-container .swiper-button-next {
    left: 25px;
    right: auto;
  }

  .section-carousel-bg.swiper-container .swiper-button-prev {
    right: 25px;
  }

  .section-carousel-bg.swiper-container .swiper-button-next span,
  .section-carousel-bg.swiper-container .swiper-button-prev span {
    width: 30px;
    height: 30px;
    border-width: 2px;
    margin-top: -15px;
  }
}

/*menu img size*/
.gomenu a img {
  width: 1em;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}

#dnn_content {
  min-height: calc(100vh - 200px);
}

.specification {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

.gap10 {
  gap: 10px;
}

.halfimages img {
  border-radius: 5px !important;
  max-width: 100%;
}

.col-no-padding {
  padding: 0 !important;
}

.bg-black .ui.primary.button {
  background: #303030;
}

.bg-red .ui.primary.button {
  background: #ce4545 !important;
}

.search-holder-content .bg-red .ui.primary.button,
.search-holder-content .bg-black .ui.primary.button {
  margin: 0;
  width: 100%;
}

.search-holder-content .sd-field {
  padding:0;
  transition: filter linear 0.6s;
}

.search-holder-header strong {
  font-family: "Yekan Bakh FaNum";
  color: #000;
  font-size: 24px;
  font-weight: bolder;
  -webkit-text-stroke: thin;
}

.accordion-second {
  position: relative;
  padding: 1.3rem;
  margin: 0;
  list-style: none;
  overflow: hidden;
  transition: all 0.6s ease-out;
}

.accordion-second .item {
  position: relative;
  display: block;
  /* height: 100%; */
  padding: 1.5rem 0.2rem 1.5rem 0.2rem;
  border-bottom: 0.1rem solid var(--Silver-Primary-Color);
  cursor: pointer;
}

.accordion-second .item:last-of-type {
  border-bottom: none;
}

.accordion-second .item:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  transform: rotate(-315deg);
  width: 0.7em;
  height: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.9s ease;
  border: solid var(--Black-Color);
  border-width: 0 0.2em 0.2em 0;
  display: inline-block;
  padding: 0.2em;
}

.accordion-second .item.ui-accordion-header-active:after {
  content: "";
  transform: rotate(-134deg);
}

.accordion-second .answer.ui-accordion-content-active h1,
.accordion-second .answer.ui-accordion-content-active h2 {
  color: var(--Accent-Color);
}

.accordion-second .item h1,
.accordion-second .item h2,
.accordion-second .item h3,
.accordion-second .item h4,
.accordion-second .item h5,
.accordion-second .item h6,
.accordion-second .item strong,
.accordion-second .answer {
  padding: 0 1.1rem 0 1.8rem;
}

.accordion-second .item h1,
.accordion-second .item h2,
.accordion-second .item h3,
.accordion-second .item h4,
.accordion-second .item h5,
.accordion-second .item h6,
.accordion-second .item strong {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--Black-Color);
  line-height: 2em;
  text-align: right;
  font-weight: normal;
}

.accordion-second .answer {
  opacity: 0;
}

.accordion-second .answer.ui-accordion-content-active {
  opacity: 1;
}

.accordion-second .answer {
  position: relative;
  display: block;
  cursor: pointer;
  max-height: 4.6rem;
  overflow-y: auto;
  line-height: 1.8rem;
  margin: 0;
  scrollbar-width: thin;
}

.accordion-second .answer.ui-accordion-content-active div {
  opacity: 1;
}

.accordion-second .item.ui-accordion-header-active {
  border-bottom: none;
}

.accordion-second .answer.ui-accordion-content-active {
  border-bottom: 0.1em solid var(--Silver-Primary-Color);
}

/***************Footer**************/

.download-catalogue {
  background: #303030;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  height: 100%;
}

.footer .left-side,
.footer .right-side {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  height: 100%;
  padding: 10px;
}

/***************************FAQ****************************/

.primary-accordion {
  margin: 0px auto;
  z-index: 1;
  display: block;
  position: relative;
}

.primary-accordion h1,
.primary-accordion h2,
.primary-accordion h3,
.primary-accordion h4,
.primary-accordion h5,
.primary-accordion h6,
.primary-accordion strong {
  margin: 0 20px;
}

.primary-accordion .panel-heading a {
  line-height: 2;
  position: relative;
  color: #333333;
  font-weight: 700;
  padding: 17px 20px 17px 30px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}

.primary-accordion .accordion-content {
  display: none;
  padding: 18px 30px;
  line-height: 2;
  margin: 0 20px;
  border-top: 1px solid #d8d8d8;
  z-index: 1;
  position: relative;
}

.primary-accordion .accordion-content p:last-child {
  margin: 0;
  text-align: justify;
}

.primary-accordion .panel-heading:before {
  content: "?";
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 20px;
  color: #19bfd3;
  font-size: 22px;
}

.primary-accordion .panel-heading {
  padding: 0;
  border-radius: 4px 4px 0 0;
  transition: all ease 300ms;
  position: relative;
}

.primary-accordion .accordion-item {
  position: relative;
  transition: all ease 300ms;
  background: #fff;
  border-radius: 5px;
  margin: 10px 0;
  z-index: 1;
}

.primary-accordion .accordion-item .panel-heading .arrow {
  position: absolute;
  top: 0px;
  left: 5px;
  height: 100%;
  display: flex;
  align-items: center;
}

.primary-accordion .accordion-item .panel-heading .arrow::after {
  content: "";
  height: 8px;
  position: absolute;
  left: 0px;
  z-index: 1;
  transition: all ease 300ms;
  border: solid var(--accent-color4);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.primary-accordion .accordion-item.opened .panel-heading .arrow::after {
  content: "";
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

@keyframes searchholder {
  from {
    transform: translate(-100vw, 0);
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.hidden {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {

  .justMobile,
  .justTablet,
  .justMobileTablet {
    display: none !important;
  }

  .km-bottom-sheet-view {
    position: fixed;
    z-index: 150;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    height: 50px;
    right: 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
  }

  .km-bottom-sheet-view>.km-menu .dng-column-inner .km-btn,
  .km-bottom-sheet-view>.km-menu .dng-column-inner,
  .km-bottom-sheet-view>.km-menu .dng-column-inner>div,
  .km-bottom-sheet-view>.km-menu .dng-column-inner>div>div {
    align-items: center;
    justify-content: center;
  }

  .km-bottom-sheet-view .km-menu .km-inner-btn .km-title {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 2px;
    line-height: 1;
    font-size: 9px;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view .km-active .km-title {
    bottom: 7px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 5px;
    line-height: 1;
    font-size: 9px;
    transition: all 0.6s ease 0.1s;
  }

  /* .km-bottom-sheet-view .km-menu.km-active .km-inner-btn {
    top: 25%;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    color: #fff;
    line-height: 60px;
    background: #12a058;
    background: #008dd0;
    box-shadow: 0 2px 25px -5px #fff5cc;
    z-index: 1000;
  } */
  /* .km-bottom-sheet-view .km-menu.km-active .km-inner-btn,
  .km-bottom-sheet-view .km-menu.km-active .km-inner-btn svg {
    color: #fff !important;
    fill: #fff;
  } */
  .km-bottom-sheet-view .km-menu .km-inner-btn {
    /* width: 45px;
    height: 45px;
    line-height: 45px; */
    display: inline-block;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); */
    text-align: center;
    background: #fff;
    border-radius: 7px;
    color: #4a5f73 !important;
  }

  .km-bottom-sheet-view .km-menu .km-inner-btn svg,
  .km-bottom-sheet-view .km-menu .km-inner-btn a svg {
    /* width: 20px;
    height: 20px; */
    position: relative;

  }

  .km-bottom-sheet-view>.km-menu .dng-column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .km-bottom-sheet-view>.km-menu {
    float: right;
    height: 50px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: #fff;
    border-radius: 7px;
  }

  .km-btn {
    cursor: pointer;
    border: 0 none;
    background: transparent;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn>i,
  .km-bottom-sheet-view>.km-menu>.km-inner-btn>a>i {
    font-size: 20px;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn .km-title {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 5px;
    line-height: 1;
    font-size: 9px;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view>.km-menu.km-active {
    z-index: 2;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn .km-number {
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50px;
    background: #fb3449;
    width: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 17px;
  }

  .km-bottom-sheet-view>.km-menu.km-active>.km-inner-btn {
    top: 25%;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    color: #fff;
    line-height: 60px;
    background: #12a058;
    background: #fc0;
    box-shadow: 0 2px 25px -5px #fff5cc;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu {
    position: absolute;
    bottom: 50%;
    left: 20px;
    width: 100px;
    z-index: 30;
    background: #fff;
    margin-bottom: 25px;
    padding: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    border-radius: 9px;
    border: 1px solid #f6f6f6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-show {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-theme-1>.km-menu {
    margin-bottom: 5px;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-theme-1>.km-menu:last-of-type {
    margin-bottom: 0;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-theme-1>.km-menu>.km-inner-btn {
    line-height: 30px;
    display: block;
    text-align: right;
    background: #fff;
    border-radius: 7px;
    padding: 0 5px;
  }

  .km-btn svg {
    /* width: 20px; */
    fill: #4a5f73;
    /* height: 30px; */
  }

  span.basket-logo span {
    position: absolute;
    top: 0;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    text-align: center;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    left: 0;
    transform: translate(-50%, -50%);
    font-size: 15px;
  }

  span.basket-logo svg {
    width: 20px;
  }

  .banner-below-header .equal-height>div:nth-child(1) {
    order: 2;
    margin: 20px 0 0;
  }

  .banner-below-header .equal-height>div:nth-child(3) {
    order: 3;
    margin: 20px 0 0;
  }

  .banner-below-header .equal-height>div:nth-child(4) {
    order: 4;
  }

  .banner-below-header .equal-height>div:nth-child(2) {
    order: 1;
  }

  .km-mt-page-over {
    position: fixed !important;
    right: 0 !important;
    top: 64px !important;
    bottom: 50px;
    background: #fff;
    width: 100% !important;
    overflow-y: auto;
    /* margin:0!important; */
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }

  .km-mt-page-over.km-show {
    top: 45px !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

  .justMobileTablet {
    display: block !important;
  }

  .km-mt-page-over .km-mt-page-close {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 50px;
    font-size: 20px;
  }

  .km-mt-page-over.km-mt-page-category .km-mt-page-close {
    position: fixed;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-top {
    position: fixed;
    z-index: 1;
    top: 64px;
    right: 0;
    width: 100%;
    background: #eceff1;
    height: 50px;
    font-weight: 800;
    line-height: 50px;
    padding-right: 50px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content {
    padding-right: 100px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories {
    position: absolute;
    width: 100px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    border-left: 1px solid #e3e3e3;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item {
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.6s ease 0.1s;
    -moz-transition: all 0.6s ease 0.1s;
    -ms-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item.km-active {
    background: #ed2b73;
    color: #fff;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item.km-active[km-id="59"] {
    background: #008dd0;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item.km-active[km-id="60"] {
    background: #bfd73e;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item .km-title {
    display: block;
    font-size: 11px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories {
    position: absolute;
    top: 50px;
    overflow-x: hidden;
    bottom: 0;
    left: 0;
    right: 100px;
    padding: 15px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li {
    padding-bottom: 3px;
    margin-bottom: 5px;
    position: relative;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>a {
    line-height: 1.833;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    transition: all 0.6s ease 0.1s;
    -webkit-transition: all 0.6s ease 0.1s;
    -moz-transition: all 0.6s ease 0.1s;
    -ms-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>a:hover {
    color: #fc0;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>ul {
    padding-right: 15px;
    display: none;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>ul>li {
    padding-bottom: 3px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>ul>li>a {
    color: #4a5f73;
    font-size: 13px;
    transition: all 0.6s ease 0.1s;
    -webkit-transition: all 0.6s ease 0.1s;
    -moz-transition: all 0.6s ease 0.1s;
    -ms-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
  }

  .km-user .c-header__btn-user {
    background: unset !important;
    box-shadow: unset !important;
  }

  /* .km-user .profile-icon svg {
    width: 20px;
    height: 30px;
  } */
  body {
    margin-bottom: 50px;
  }
}

.shopping-footer-cart-holder {
  display: none;
  border-radius: 3px;
  padding: 20px;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 7000;
  left: 0;
  top: 64px;
  bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .img-box01 .pic a>img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
}

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

.wraper_alert_price {
  background-color: rgba(236, 77, 43, 0.4);
  border: 2px solid #ef9400;
  display: flex;
  align-items: center;
  padding: 0.55rem 0.65rem 0.55rem 0.75rem;
  border-radius: 1rem;
  /* min-width: 400px; */
  justify-content: center;
  gap: 2rem;
}

.wraper_svg_price {
  background-color: #ec4d2b;
  padding: 0.5rem;
  margin-right: 1rem;
  border-radius: 39% 61% 42% 58% / 50% 51% 49% 50%;
}

.text-alert {
  /* margin: 0 auto; */
  font-weight: 700;
  font-size: 2rem;
  animation: sos 0.4s linear infinite alternate;
}

.wraper_fix_alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

@keyframes sos {
  to {
    text-shadow: #fc0 1px 0 10px;
  }
}

.contact-us-one-mobile-desc a {
  color: #000000 !important;
}

.title_mobi_navi {
  color: black;
  font-size: 13px;
}

/********************Redesign*********************/
.ProductsSearch .ui.primary.button {
  background: var(--accent-color4) !important;
}

.ProductsSearch .selectize-control.single .selectize-input,
.selectize-input {
  background-color: var(--White);
}

.b-radius {
  border-radius: 0.4rem !important;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  -ms-border-radius: 0.4rem !important;
  -o-border-radius: 0.4rem !important;
}
.p-sticky{
  position: sticky;
  top: 2rem;
  align-self: start;
}
.c-pointer{cursor: pointer;}
.text-ellipsis {
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.box-shadow {
  box-shadow: var(--box-shadow);
}
/**********************our support*************************/
.part-our-srvices svg{
  height: 3.15rem;
  width: 4.69rem;
}
.part-our-srvices {
  gap:5.5rem;
  margin:6.5rem 0;
}
@media (max-width:430px){
  .part-our-srvices{
    gap:1rem;

  }
  .list-our-services span{
    font-size:0.8rem;
    text-align: center;
  }
 .part-our-srvices{
  flex-wrap: nowrap;
   overflow-x: auto;

 }
 .list-our-services{
  width: 22.5%;
  flex-shrink:0;
 }
 .wizard-steps.reone > .wz-steps{
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 1rem;
 }
 .wizard-steps.reone > .wz-steps .wz-step{
  flex-shrink: 0;

 }
}

/********************Detail***********************/
.Specifications-box  h2 {
  font-size:1.2rem;
}
.productlist {
  margin-top:2.5rem
}
.box-result-search{
  margin-top: 3rem;
}


 
.platforms {
  white-space:nowrap;
  overflow-x:auto;
  padding:2rem;
  margin-bottom:2rem;
    svg {
        fill:#000;
    }
    .bg-accent{
      color:#fff;
        svg {
        fill:#fff;
    }
  }
}
.installPWA {
   ol {
      li {
       svg {
         position:relative;
         top:.8rem;
         margin:0 .5rem;
       }
      }
    }
}

/* Animations */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
#wpp-fix {
  position: fixed;
  bottom: 7rem;
  left: 2rem;
  z-index: 12;
}
#wpp-fix .wpp-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #25D366;
  display: flex;
  z-index: 2;
  position: relative;
  padding: 15px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#wpp-fix .wpp-link > span {
  display: none;
}
#wpp-fix .wpp-link:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  background: #1da851;
}

#wpp-fix .wpp-link.hide-this + .form-wpp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#wpp-fix .wpp-link.hide-this + .form-wpp + .mask {
  opacity: 1;
  visibility: visible;
}
#wpp-fix .tab-link {
  width:5.5rem;
  height:5.5rem;
  display: block;
}
#wpp-fix .wpp-link + .form-wpp {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12); */
  border-radius: 3px;
  bottom: 5rem;
  left: -0.9rem;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  z-index: 1;
  visibility: hidden;
  transform-origin: bottom center;
  /* width: 7rem; */
  /* max-width: 300px; */
  /* min-width: 350px; */
}
#wpp-fix .wpp-link + .form-wpp + .mask {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}
#wpp-fix .wpp-link + .form-wpp .form-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  float: left;
  position: relative;
  width: 100%;
  background-color: #e9e0d7;
  background-position: 50%;
  background-size: cover;
}
#wpp-fix .wpp-link + .form-wpp .buss-msg {
  background-color: #fff;
  padding: 10px;
  border-radius: 0 4px 4px 4px;
  line-height: 1.3;
  font-size: 15px;
  max-width: 270px;
  margin: 0 0 10px;
  position: relative;
}
#wpp-fix .wpp-link + .form-wpp .buss-msg::before {
  content: "";
  position: absolute;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  right: -10px;
  top: 0;
}
#start-chat {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0c6156;
  border: 1px solid #0c6156;
  text-transform: initial;
  cursor: pointer;
  padding: 8px 12px;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#wpp-fix .wpp-link + .form-wpp form .btn button:hover {
  border-color: #06342e;
  background-color: #06342e;
  box-shadow: 0 1px 4px 0 rgba(12, 97, 86, 0.52);
}


#wpp-fix .wpp-link + .form-wpp .head-wpp {
  /* width: 4rem; */
  /* padding: 12px 8px; */
  /* background: #0c6156; */
  /* position: relative; */
  display: flex;
  white-space: nowrap;
  /* align-items: center; */
  z-index: 6;
  /* gap: 1.3rem; */
  flex-direction: column;
}
#wpp-fix .wpp-link + .form-wpp .head-wpp img {
  /* margin-right: 8px; */
  /* width: 50px; */
  border-radius: 50%;
}
#wpp-fix .wpp-link + .form-wpp .head-wpp h3 {
  /* word-break: keep-all; */
  /* padding-right: 30px; */
  font-size: 0.9rem;
  font-weight: 500;
  /* color: #fff; */
  margin: 0 0 0 10px;
}
#wpp-fix .wpp-link + .form-wpp .close {
  /* color: #fff; */
  position: absolute;
  cursor: pointer;
  left: -5px;
  top: -4px;
  padding: 7px 8px;
  /* font-size: 1.375rem; */
}
#wpp-fix svg {
  width: 2rem;
  display: block;
  height: 2rem;
}
#wpp-fix svg path {
  stroke: var(--accent-color4);
}
#wpp-fix.shake .wpp-link::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(37, 211, 102, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 0px;
  right: 0;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
#wpp-fix.shake svg {
  -webkit-animation: 1s wiggle ease infinite;
  -moz-animation: 1s wiggle ease infinite;
  -o-animation: 1s wiggle ease infinite;
  animation: 1s wiggle ease infinite;
}
@media (max-width: 767px) {
  #wpp-fix {
    bottom: 13rem;
    left: 1rem;
  }

  #wpp-fix .wpp-link + .form-wpp form input[type=text],
#wpp-fix .wpp-link + .form-wpp form input[type=email] {
    font-size: 0.875rem;
  }
  #wpp-fix .wpp-link + .form-wpp form .btn button {
    font-size: 0.875rem;
  }
}