:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-blue: #105caa;
  --color-green: #1da47f;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "icomoon";
  src: url("https://pdst-co.com/asset/fonts/icomoon.eot?25y2zj");
  src: url("https://pdst-co.com/asset/fonts/icomoon.eot?25y2zj#iefix")
      format("embedded-opentype"),
    url("https://pdst-co.com/asset/fonts/icomoon.ttf?25y2zj")
      format("truetype"),
    url("https://pdst-co.com/asset/fonts/icomoon.woff?25y2zj")
      format("woff"),
    url("https://pdst-co.com/asset/fonts/icomoon.svg?25y2zj#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
  content: "\e904";
}
.icon-plus:before {
  content: "\e900";
}
.icon-global:before {
  content: "\e052";
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-download:before {
  content: "\e602";
}
.icon-search:before {
  content: "\e625";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-mail-envelope-closed:before {
  content: "\e908";
}
.icon-star:before {
  content: "\e902";
}
.icon-star-outline:before {
  content: "\e903";
}
.icon-phone2:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-star1:before {
  content: "\e907";
}
.icon-clipboard:before {
  content: "\e911";
}
.icon-paper-plane:before {
  content: "\e912";
}
.icon-certificate:before {
  content: "\e913";
}
.icon-help-circle:before {
  content: "\e914";
}
.icon-instagram1:before {
  content: "\e915";
}
.icon-linkedin1:before {
  content: "\e916";
}
.icon-document-certificate:before {
  content: "\e918";
}
.icon-clock:before {
  content: "\e919";
}
.icon-phone21:before {
  content: "\e91b";
}
.icon-truck:before {
  content: "\e91c";
}
.icon-close1:before {
  content: "\e91e";
}
.icon-grid:before {
  content: "\e91f";
}
.icon-map:before {
  content: "\e920";
}
.icon-trash-2:before {
  content: "\e925";
}
.icon-phone1:before {
  content: "\e942";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp1:before {
  content: "\f235";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-location:before {
  content: "\e947";
}

html {
  direction: rtl;
}
body {
  font-family: "Vazirmatn", sans-serif;
  overflow-x: hidden;
  background: #fff;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.padding-clear {
  padding: 0;
}
p {
  font-size: 0.8rem;
}
.padding-right {
  padding-right: 0rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
strong {
  font-weight: 800;
}
*:focus {
  outline: none;
}
textarea:focus,
input:focus {
  outline: none;
}
.direction-ltr {
  direction: ltr;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 101;
  height: 130px;
  transition: all 0.3s ease;
}

header .bottom {
  height: 60px;
  width: 100%;
  position: relative;
}
.under-menu {
  position: absolute;
  left: 15px;
}
.under-menu ul {
  list-style: none;
  float: left;
  margin-top: 6px;
}
.under-menu ul li {
  display: inline-block;
}
.under-menu ul li:first-child a {
  background: unset;
  font-size: 0.8rem;
  color: #000;
  transition: 0.4s;
}
.under-menu ul li:first-child a:hover {
  color: var(--color-blue);
}
.under-menu ul li:last-child a {
  background: var(--color-green);
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 8px;
  transition: 0.4s;
}
.under-menu ul li:last-child a:hover {
  background: var(--color-blue);
}
.logo {
  margin-top: 10px;
}
.logo img {
  height: 80px;
  float: left;
}
.index-slider {
  padding-top: 130px;
  width: 100%;
  padding-bottom: 20px;
  background: url(../images/header-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-slider-color {
  background: rgb(124, 135, 146) !important;
  background: linear-gradient(
    90deg,
    rgb(163, 173, 185) 0%,
    rgba(124, 135, 146, 1) 100%
  ) !important;
}

.btn-3 {
  color: #fff;
}
.btn-3:after {
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.btn-3:hover {
  color: #000;
}
.btn-3:hover:after {
  height: 100%;
}
.carousel {
  direction: ltr;
}
.carousel-item {
  min-height: 460px;
  height: auto;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-control-next {
  right: 0;
  left: unset;
}
.carousel-item {
  color: #fff;
}
.carousel-item .img {
  color: #fff;
}
.carousel-item .content {
  text-align: right;
  direction: rtl;
}
.carousel-item h3 {
  color: var(--color-blue);
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.carousel-item .content p {
  color: var(--color-blue);
  font-size: 0.8rem;
  text-align: justify;
  line-height: 21px;
}
.carousel-item .content ul {
  color: var(--color-blue);
  margin-right: 20px;
  margin-top: 20px;
}
.carousel-item .content ul li {
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.slide-logo img {
  height: 30px;
}
.slider-button {
  color: var(--color-blue);
  margin-top: 20px;
}
.slider-button .item a div {
  color: #fff;
  float: right;
  background: var(--color-green);
  margin-left: 10px;
  text-align: center;
  transition: 0.4s;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 3px 10px;
  transition: 0.4s;
  border-radius: 2px;
}
.slider-button .item a div:hover {
  background: #000;
}
.slider-button .item a p {
  font-size: 11px !important;
  margin-top: 10px;
  text-align: unset;
  line-height: 14px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.carousel-caption {
  left: 10%;
  right: 10%;
  top: 100px;
}
.navigation {
  color: #fff;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.navigation a {
  color: #fff;
  font-size: 0.8rem;
  padding-left: 10px;
  text-transform: uppercase;
  float: right;
}
.navigation span::after {
  content: " | ";
  font-family: "arial";
  padding-left: 10px;
  font-size: 18px;
  float: right;
}
.navigation a:hover {
  color: #000;
}
.top-tools {
  color: red;
}
.social-top {
  float: left;
}
.social-top ul {
  list-style: none;
}
.social-top li {
  display: inline-block;
}
.social-top li a span {
  color: var(--color-blue);
  font-size: 16px;
  margin-right: 8px;
  margin-top: 8px;
  display: block;
  transition: 0.4s;
}
.social-top li a span:hover {
  color: var(--color-green);
}
.langauge {
  float: left;
  border-left: 1px solid #eee;
  padding-left: 10px;
}
.langauge img {
  height: 22px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.desktop {
  display: none;
}
.latest-products {
  background: var(--color-blue);
  padding: 30px 0px;
}
.products {
  border-radius: 5px;
  background: #fff;
  padding: 5px 20px;
  transition: 0.4s;
  text-align: center;
  height: 280px;
}
.products img {
  max-height: 200px;
}
.products a h3 {
  font-size: 1rem;
  color: var(--color-blue);
  font-weight: 400;
  transition: 0.4s;
}
.products:hover a h3 {
  color: var(--color-green);
}
.title h2 {
  color: var(--color-blue);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.title h1 {
  color: var(--color-blue);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.latest-products h2 {
  color: #fff !important;
}
.link {
  text-align: center;
  padding-top: 40px;
}
.link a p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}
.link a span {
  color: #fff;
}

/* start */
.sideMenu {
  position: fixed;
  right: -350px;
  background: #fff;
  width: 350px;
  height: 100vh;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  z-index: 5;
}
.sideMenu.active {
  right: -12px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon {
  display: inline-block;
  background: #fff;
  padding: 3px 12px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 45px;
}
.menuIcon span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 20px 0;
  background: #000;
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon span::before {
  position: absolute;
  content: "";
  left: 0;
  top: -7px;
  width: 25px;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 25px;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span {
  background: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sidebar-navigation {
  width: 350px;
  height: 100vh;
  margin: 90px auto;
  overflow-y: scroll;
}
.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;
  background-color: #1e1e1e;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sidebar-navigation > ul > li > a {
  text-transform: uppercase;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
}
.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  transition: all 0.3s linear;
}
.sidebar-navigation ul li a em {
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.sidebar-navigation ul li.selected > a,
.sidebar-navigation ul li:hover > a {
  background-color: transparent;
  color: #000;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: #ed1c24;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li.selected > a,
.sidebar-navigation ul li ul li:hover > a {
  background-color: transparent;
}
.sidebar-navigation ul li ul li.selected > a:before,
.sidebar-navigation ul li ul li:hover > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: transparent;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: transparent;
}
.subMenuColor1 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparentwhite;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.othermenubgmobile {
  display: none;
}
.navbar-nav > li {
  float: right;
  margin-left: 10px;
}
.navbar {
  padding: unset;
}
.floating_btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.menuborder {
  border-bottom: 1px solid #eee;
  margin-top: 50px;
}
.othermenubg {
  /* background: #fff;
  padding-top: 10px;
  border-radius: 0 0 10px 10px; */
  position: relative;
}
.othermenubg .cat {
  position: relative;
}
.othermenubg .cat span {
  color: #000;
  font-size: 0.938rem;
  float: left;
  margin-left: 10px;
  border: 0 !important;
}
.othermenu {
  display: none;
  min-height: 420px;
}
.othermenubg .cat:hover .othermenu {
  display: block;
}
.menu-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.menu {
  width: 100%;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 15px;
  position: absolute;
  margin: 0;
  top: 28px;
  margin-top: 10px;
  background: #f7f7f8;
  width: 220px;
}
.menu a,
.menu a:focus,
.menu a:link,
.menu a:visited,
.menu span {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.menu a:hover {
  color: var(--color-green);
  text-decoration: none;
}
.menu > li {
  display: block;
}
.menu > li > a {
  padding: 15px;
  display: block;
}
.menu > li:hover > a {
  color: var(--color-green);
}
.menu > li:hover {
  color: #000;
}
.menu > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0;
  right: 100%;
  width: 900px !important;
  min-height: 100%;
  text-align: left;
  padding: 0;
  z-index: 99;
  height: 382px;
  border-radius: unset;
  height: 382px;
  background: #fff;
}
.megadropsub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0;
  right: 100%;
  width: 800px;
  min-height: 100%;
  padding: 0;
  z-index: 99;
  overflow: hidden;
  border-radius: 6px;
  height: 382px;
}
.megadropsub .col {
  width: 33% !important;
  float: right;
}
.pro-item {
  font-size: 1rem;
  width: 18%;
  float: right;
  margin: auto;
  text-align: center;
  display: block;
  margin: 1%;
  height: 185px;
}
.pro-item img {
  width: auto !important;
  height: 150px !important;
}
.pro-item a {
  border: 0px !important;
}
.pro-item a p {
  color: #000;
  transition: 0.6s;
}
.pro-item:hover a p {
  color: var(--color-green) !important;
}
.pro-item p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 17px;
}
.megadropsub ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  height: 415px;
}
.megadropsub li {
  width: 32% !important;
}
.endlevel {
  font-weight: 800;
}
.endlevel span {
  float: unset !important;
}
.menu .col ul li:hover .megadropsub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.menu > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.menu ul li:hover:after {
  color: #000;
}
.menu .col {
  width: 100%;
  color: #fff;
}
.menu .col ul {
  padding: 0;
  margin: 0;
}
.menu .col ul li {
  list-style: none;
  font-size: 0.9rem;
  width: 100%;
  padding-right: 10px;
}

.menu .col ul li a {
  display: block;
  padding: 15px;
  color: #000;
  background: 0 0;
  border: 0;
  text-align: right;
  font-size: 0.9rem;
}
.menu .col ul li a:hover {
  color: var(--color-green);
  text-decoration: none;
}
.menu .col ul > li:hover > a {
  color: var(--color-green);
}
.menu li > ul li,
.menu > li,
.menu > li > .megadrop,
.menu > li > ul,
.menu > li > ul li ul {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}
.parentitem {
  padding: 7px;
  border-radius: 5px;
  font-size: 0.9rem;
}
.parentitem span:nth-child(1) {
  color: #000;
  float: right;
  font-size: 1.875rem;
  margin-top: -5px;
}
.parentitem span:nth-child(2) {
  color: #000;
  font-size: 1.313rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 0.9rem;
  font-weight: normal;
}
.bg {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}
.index-brand {
  padding: 40px 0px;
}
.brand {
  color: red;
  margin: auto;
}
.index-about {
  background: var(--color-green);
  padding: 30px 0px;
}
.accordion-item {
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  border: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 0px !important;
}
.accordion-button::after {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.accordion-button::after {
  outline: none !important;
  box-shadow: none !important;
}
.accordion-button {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.1rem;
}
.accordion-body {
  color: #fff !important;
  font-size: 0.8rem !important;
  text-align: justify;
  padding: 1rem 0.25rem !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
  content: "\e904";
  font-family: "icomoon";
  margin-left: unset;
  margin-right: auto;
}
.accordion-button::after {
  background-image: unset;
  transform: unset;
  content: "\e900";
  font-family: "icomoon";
  margin-left: unset;
  margin-right: auto;
}
.index-about img {
  border-radius: 5px;
}
.news-index {
  padding: 40px 0px;
}
.item-slide-index {
  width: 100%;
  margin: auto;
  border-radius: 10px;
  height: 270px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.dark_edge {
  background: linear-gradient(
    to bottom,
    rgba(16, 92, 170, 0) 0,
    rgba(16, 92, 170, 0.9) 100%
  );
  opacity: 1;
  transition: 0.6s;
}
.dark_edge:hover {
  background: linear-gradient(
    to bottom,
    rgba(16, 92, 170, 0) 0,
    rgba(16, 92, 170, 0.9) 100%
  );
  transition: 0.6s;
  opacity: 0.2;
}
.grad {
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  z-index: 99;
}
.item-slide-index p {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  bottom: 10px;
  z-index: 100;
  right: 0px;
  width: 100%;
  text-align: center;
  direction: rtl;
}
footer {
  background: #f1f1f1;
  padding: 30px 0px;
}
.address {
  border-left: 1px solid #ddd;
  padding-right: 10px;
}
.address div {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.address div span {
  color: #000;
  float: right;
  font-size: 20px;
  margin-left: 5px;
}
.address div p {
  color: #000;
}
.social-footer {
  padding-top: 30px;
}
.social-footer h4 {
  color: #000;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.social-footer ul {
  list-style: none;
}
.social-footer ul li {
  display: inline-block;
}
.social-footer li a span {
  color: #7c7c7c;
  font-size: 24px;
  margin-left: 10px;
  transition: 0.6s;
}
.social-footer li a span:hover {
  color: var(--color-blue);
}
.footer-menu {
  padding-top: 5px;
  border-left: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}
.footer-menu ul {
  list-style: none;
  float: right;
  margin-left: 20%;
}
.footer-menu ul li {
  display: block;
  color: #000;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #000;
  font-size: 0.8rem;
  transition: 0.6s;
}
.footer-menu ul li a:hover {
  color: var(--color-blue);
}
.copyright {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.copyright p {
  text-align: center;
  font-size: 0.8rem;
  color: #000;
}
.header-bg {
  background: #f6f6f6 !important;
}
.nav-bg {
  width: 100%;
  margin-top: 130px;
  background: #085ca8;
  padding: 5px 0px;
}
.content-page {
  padding: 40px 0px;
}
.content-page h1 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.content-page img {
  border-radius: 6px;
}
.content-page a {
  color: var(--color-blue);
  transition: 0.6s;
}
.content-page a:hover {
  color: var(--color-green);
}
.content-page p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.example-image-link img {
  border-radius: 10px;
  box-shadow: 0px 0px 2px #ddd;
}
.gallery-padding {
  padding: 10px;
}
.gallery-padding a {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.img-gallery {
  height: 200px;
  width: 100%;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #b5b5b5;
}
.brand-show {
  margin-top: 130px;
  padding: 30px 0px;
  margin-bottom: 30px;
}
.brand-show h1 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.brand-show p {
  font-size: 0.8rem;
}
.brand-show-product {
  margin-top: 130px;
  padding: 10px 0px;
}
.products-item-list {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  transition: 0.6s;
}
.products-item-list:hover {
  border: 1px solid var(--color-green);
}
table {
  border-radius: 4px;
  overflow: hidden;
}
table tr th {
  font-weight: 600;
  font-size: 0.8rem;
}
table td {
  font-size: 0.8rem;
}
table td a {
  background: var(--color-blue);
  border-radius: 2px;
  color: #fff !important;
  padding: 4px 8px;
  transition: 0.6s;
}
table td a:hover {
  background: var(--color-green) !important;
  color: #fff !important;
}
.productdetail {
  font-size: 0.8rem;
}
.productdetail h1 {
  font-weight: 600;
  font-size: 1.4rem;
}
.productdetail p {
  font-size: 1rem;
}
.productdetail span {
  font-size: 1rem;
}
.productdetail li {
  font-size: 1rem;
}
.proslider {
  padding-bottom: 30px;
}
.list-inline-item {
  border: 1px solid #eee;
  margin-right: 0.5rem;
}

.list-inline-item img {
  height: 50px;
  cursor: pointer;
}
.download a {
  background: var(--color-blue);
  border-radius: 2px;
  color: #fff;
  padding: 4px 8px;
  transition: 0.6s;
}
.download a:hover {
  background: var(--color-green) !important;
  color: #fff !important;
}
.nav-pills > li + li {
  margin-right: unset;
  margin-left: unset;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--color-green);
  background-color: transparent !important;
  border-bottom: 1px solid var(--color-green);
}
.nav-link:hover {
  color: #000;
}
.nav-link p {
  margin: 0px;
}
.nav-link {
  padding: 0.3rem 0.9rem;
  color: #000;
  border-bottom: 1px solid transparent;
  border-radius: 0rem;
}
.nav-pills .nav-link {
  border-radius: 0px;
}
.tab-content p {
  font-size: 0.8rem;
}
.tab-content li {
  font-size: 0.8rem;
}
.carousel-indicators button {
  background-color: transparent !important;
}
#carouselExampleIndicators .carousel-item {
  color: yellow;
}

.carousel-indicators [data-bs-target] {
  width: 70px;
  height: 70px;
  background-color: transparent;
  background-clip: unset;
  box-sizing: unset;
  float: unset;
  text-indent: unset;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target] {
  width: 0px;
  height: 0px;
  border: 0px;
}
.carousel-indicators {
  right: 0px;
  margin: 0px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.form-group label {
  color: #000;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  margin: 5px 0px;
}
.formstyle input[type="text"] {
  color: #000;
  margin-bottom: 10px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  background: #fff;
  height: 40px;
  width: 100%;
  transition: 0.6s;
}
.formstyle input[type="email"] {
  color: #000;
  margin-bottom: 10px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  font-size: 0.9rem;
  padding: 5px;
  border-radius: 4px;
  background: #fff;
  height: 40px;
  width: 100%;
}
.suc {
  color: #fff;
  background: green;
  padding: 5px 10px;
}
.msg span {
  color: #fff;
  background: green;
  padding: 8px 10px !important;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 10px;
  border-radius: 4px;
  display: block;
  width: 100%;
}
.formstyle input[type="text"]:focus {
  background: #eaeaea;
}
.formstyle input[type="radio"] {
  float: right;
  margin-left: 4px;
}
.formstyle select {
  color: #000;
  margin-bottom: 10px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  font-size: 0.9rem;
  padding: 5px;
  border-radius: 2px;
  background: #fff;
  height: 40px;
  width: 100%;
}
.formstyle textarea {
  color: #000;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dedede;
  font-size: 0.9rem;
  padding: 5px;
  border-radius: 2px;
  background: #fff;
}
.formstyle textarea:focus {
  background: #eaeaea !important;
}
.formstyle input[type="submit"] {
  margin-top: 10px;
  background: var(--color-blue);
  font-size: 0.9rem;
  padding: 8px 10px;
  border: 0px;
  color: #fff;
  transition: 0.5s;
  border-radius: 3px;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}
.formstyle input[type="submit"]:hover {
  background: var(--color-green);
}
.products-brand {
  height: 210px !important;
}
.parsley-errors-list {
  list-style: none;
}
.parsley-required {
  font-size: 0.8rem !important;
  padding-top: 2px;
  color: #e50343 !important;
}
.parsley-length,
.parsley-type {
  font-size: 14px !important;
  padding-top: 2px;
  color: #e50343 !important;
}
.carousel-item {
  float: left;
  margin-right: -100%;
  margin-left: unset;
}
.banner-index {
	padding: 40px 0px;
	background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .othermenubgmobile {
    display: block;
  }
  .under-menu {
    position: absolute;
    left: 15px;
    display: none;
  }
  .menuborder {
    border-bottom: 1px solid #eee;
    margin-top: 30px;
  }
  .products {
    margin-bottom: 20px;
    height: 220px;
  }
  .address {
    border-left: 0px solid #ddd;
    padding-right: 0px;
  }
  .footer-menu {
    padding-top: 20px;
    border-left: 0px solid #ddd;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .carousel-item h3 {
    font-size: 17px;
  }
}
