/*
Theme Name: SimbonSilver EN
Theme URI: https://www.simbonsilver.ir
Author: Saban Team
Author URI: https://www.sabanweb.com
Version: 2.0
License: GNU General Public License v2 or later
*/
:root {
  --main-color: #ef7f1a;
  --accent-color: #f5821f;
  --dark-radial-gradient: radial-gradient(circle, #4f4f58 0%, #3b4243 35%, #3c494f 100%);
  --dark-linear-gradient: linear-gradient(to left, #3a3b50, #6c6d82, #3a3b50);
}

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: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

html,
body {
  line-height: 1;
  text-align: right;
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

m table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

body {
  background: #FFF;
  font-family: "Poppins", sans-serif;

}

body [class^='col-lg'] {
  float: right;
  padding: 0;
}

footer [class^='col-lg'] {
  padding: 0 10px;
}

.row {
  margin: 0;
}

.main-header.sticky .menu-wrapper {
  position: fixed;
}

.main-header .menu-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--main-color);
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #FFF;
  border-top: 0;
  flex-wrap: wrap;
  padding: 0 !important;
  border-radius: 0;
  height: 60px;
  /*     overflow: hidden; */
}

.menu-head ul>li {
  display: inline-block;
  color: #FFF;
}

.menu-head ul {
  text-align: left;
}

.menu-head ul>li>a {
  font-size: 13px;
  padding: 5px;
  display: block;
  color: #444;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.logo-main {
  text-align: center;
  display: block;
}

.logo-main a {
  display: block;
}

.logo-main a img {
  vertical-align: top;
  padding: 5px;
}

.menu-head ul:not(.sub-menu)>li:hover>a {
  color: #FFF;
}

.menu-head ul.sub-menu>li:hover>a {
  color: var(--main-color);
}

a,
li,
input,
button {
  transition: all .3s ease-in-out;
}

.menu-head ul>li>ul {
  /* display: none; */
  position: absolute;
  left: 0;
  top: 70px;
  background: #FFF;
  width: 200px;
  /* border: 1px solid #DDD; */
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.menu-head ul>li.menu-item-has-children>a:after {
  content: '\ea99';
  font-family: IcoFont;
  width: 10px;
  height: 10px;
}

.tools-head li {
  display: inline-block;
  float: left;
  border: 1px solid #444;
  height: 30px;
  width: 30px;
  display: inline-grid;
  place-items: center;
  font-size: 80%;
  border-radius: 3px;
}

button.search-button {
  border: 0;
  background: none;
  font-size: 15px;
  padding: 5px;
  color: #231f20;
  cursor: pointer;
}

.tools-head li a {
  padding: 5px;
  display: block;
  color: #231f20;
}

button,
input,
button:focus {
  outline: none;
}

.home-products .home-product-wrapper {
  /* float: right; */
  margin-bottom: 20px;
  /* width: 48%; */
  /* margin: 1%; */
}

.home-products {
  display: flow-root;
  padding: 0;
  position: relative;
}

.home-products .home-product-wrapper .img img {
  width: 100%;
  vertical-align: top;
  transform: scale(1);
  transition: all .9s ease-in-out;
  /* height: 250px; */
  padding-bottom: 0px;
  object-fit: scale-down;
}

.home-products .home-product-wrapper .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.home-products .home-product-wrapper .content {
  position: absolute;
  bottom: 0;
  padding: 17px 20px;
  width: 100%;
  text-align: left;
  z-index: 0;
  transition: all .3s ease-in-out;
  color: #444;
}

.home-products .home-product-wrapper a {
  color: #FFF;
}

.home-products .home-product-wrapper .content:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  /* background: linear-gradient(0deg, black, transparent); */
  height: 100%;
  z-index: -1;
  /* filter: blur(1px); */
  padding: 20px;
  background: var(--main-color);
}

.about strong.title {
  display: block;
  text-align: right;
  font-size: 23px;
  font-weight: bold;
  padding: 15px 10px;
}

.about {
  background: #f1f1f1;
  margin-bottom: 20px;
  display: flow-root;
  padding: 50px 0;
}

.about p {
  text-align: justify;
  padding: 0 10px;
  line-height: 1.5rem;
  font-size: 15px;
  color: #444;
}

.about a,
.about button .faq-archive {
  display: block;
  background: #f5821f;
  float: right;
  padding: 10px;
  position: relative;
  top: 15px;
  color: #FFF !important;
  font-size: 14px;
  margin: 0 10px;
  cursor: pointer;
}

.about a i,
.faq-archive {
  position: relative;
  top: 2px;
}

.about a:hover {
  background: #231f20;
}

.home-products .home-product-wrapper .content p {
  line-height: 1.5rem;
  font-size: 12px;
  position: absolute;
  bottom: -100%;
  transition: all .3s ease-in-out;
  left: 10px;
}

.home-products .home-product-wrapper:hover .content p {
  bottom: 80px;
}

.home-products .home-product-wrapper:hover .content {
  padding: 160px 20px;
  opacity: .85;
}

.home-products .home-product-wrapper .content:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #444;
  z-index: 100;
}

.services strong.title {
  display: block;
  text-align: right;
  font-size: 23px;
  font-weight: bold;
  color: #231f20;
  position: relative;
  padding-top: 20px;
}

.services {
  margin-top: 70px;
  display: flow-root;
  padding: 0;
  margin-bottom: 70px;
}

.services strong.title:before {
  content: '';
  position: absolute;
  right: 0;
  /* left: 0; */
  top: 0;
  width: 40px;
  height: 7px;
  background: #f5821f;
  margin: auto;
  border-radius: 100px;
}

.services .box {
  text-align: justify;
  padding: 10px;
  border: 1px solid #EEE;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services li {
  /* padding: 5px; */
  margin-top: 15px;
  text-align: right;
}

.services .box strong {
  font-size: 19px;
  font-weight: bold;
  color: #555;
  line-height: 1.5rem;
}

.services .box p {
  line-height: 1.3rem;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

.blog-home {
  background: #fff;
  /* margin-top: 25px; */
  padding: 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-home .title {
  background: var(--dark-linear-gradient);
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-home .title strong {
  display: flex;
  margin: 0 auto !important;
  width: 100% !important;
  justify-content: center;
  align-items: center;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding: 15px 0;
}

.blog-home .title strong:before {
  /*     content: ''; */
  position: absolute;
  right: 0;
  top: 0;
  background: #f5821f;
  width: 6px;
  height: 13px;
  border-radius: 0 0 10px 10px;
}

.blog-home .title {
  display: flow-root;
}

.blog-home .title a {
  display: block;
  margin-top: 16px;
  background: #f5821f;
  float: left;
  padding: 10px 15px;
  font-size: 13px;
  color: #FFF;
}

.blog-home .title a:hover {
  background: #231f20;
}

.main-header {
  display: flow-root;
  position: static !important;
}

.load-post article {
  padding: 10px;
}

.load-post article img {
  width: 100%;
  transition: all .3s ease-in-out;
  border-radius: 2px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.load-post article a strong {
  display: block;
  text-align: right;
  font-size: 16px;
  margin: 10px 0;
  color: #333;
  font-weight: bold;
  transition: all .3s ease-in-out;
}

.load-post article:hover a strong {
  color: #f5821f;
}

.load-post article a:hover img {
  opacity: .8;
}

footer {
  background: #777;
  padding: 10px 0;
}

footer {
  background: #777;
  padding: 10px 0;
  clear: both;
}

.inf strong {
  text-align: right;
  display: block;
  margin: 10px 0;
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  padding-right: 6px;
  border-right: 4px solid #231f20;
  font-weight: normal;
  margin: 15px 0 20px;
}

.inf li {
  text-align: right;
  display: block;
}

.inf li span {
  display: inline-block;
  padding: 7px;
  font-size: 14px;
  color: #FFF;
  background: #676767;
}

.inf li a {
  display: block;
  padding: 10px 0;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 14px;
}

.inf li a:hover {
  color: #f5821f;
}

.inf-link a:hover {
  background: #676767;
  /* color: #FFF!important; */
}

.inf-link a {
  padding: 10px !important;
  letter-spacing: 0 !important;
}

.inf ul.social {
  float: left;
  direction: ltr;
  width: 100%;
  text-align: center;
}

.inf ul.social li {
  display: inline-block;
}

.inf ul.social li a {
  font-size: 20px;
  padding: 10px;
}

.footer-social {
  padding-right: 20px !important;
}

.footer-social p {
  text-align: center;
  font-size: 12px;
  color: #FFF;
}

.main-header.sticky #topsearchfrom {
  width: 100%;
  position: absolute;
  background: #FFF;
  z-index: 2;
  height: 54px;
}

.main-header #topsearchfrom {
  width: 100%;
}

a.searchIcon {
  font-size: 26px;
  color: #ef4036;
  position: relative;
  bottom: 7px;
  left: 20px;
}

.input-group {
  border-bottom: 3px solid #f5821f;
  margin-bottom: 10px;
}

input#topsearch {
  border: 0;
  height: 100%;
  /* background: gray; */
  border-radius: 0;
  padding: 15px;
  background: none;
}

span.input-group-btn button {
  background: no-repeat;
  border-radius: 0;
  border: 0;
  height: 55px;
  font-size: 25px;
  color: #f5821f;
}

input#topsearch:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.my_extra_menu_class {
  backface-visibility: hidden;
}

.my_extra_menu_class ul:not(.sub-menu) {
  padding-left: 50px;
}

.my_extra_menu_class ul {
  position: relative;
}

:root {
  --main-color: #f5821f;
}

.my_extra_menu_class>ul>li {
  display: inline-block;
  min-width: auto;
  position: relative;
  margin-left: 15px;
}

.my_extra_menu_class>ul>li:last-child:after {
  content: "";
  min-width: 40px;
  display: none;
  height: 3px;
  position: absolute;
  background: #f5821f;
  right: 0;
  transform: translateX(0);
  transition: .5s;
}

:root {
  --main-color: #f5821f;
}

:root {
  --main-color: #f5821f;
}

.my_extra_menu_cvar(--main-color)
}

.my_extra_menu_class ul>li: nth-child(3):hover~li:last-child:after {
  transform: translateX(-190px);
}

.my_extra_menu_class ul>li:nth-child(4):hover~li:last-child:after {
  transform: translateX(-330px);
}

.my_extra_menu_class ul>li:nth-child(5):hover~li:last-child:after {
  transform: translateX(-450px);
}

.my_extra_menu_class ul>li:last-child:hover:after {
  transform: translateX(-520px);
}

.main-header .menu-wrapper:after {
  color: #FFF;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(0, #aaa, #FFF);

  height: 1px :root {
    color: #FFF;
    --main-color: #f5821f;
  }

  ;
  position: fixed;
  z-index: -2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition: all .3s ease-in-out;
}

.maivar(--main-color) {
  visibility: visible;
  height: 61px;
}

.main-header.sticky .container .logo-main {
  height: 60px;
}

.main-header .menuvar(--main-color)
}

.main-header .menu-wrapper .logo-main a img {
  color: #FFF;
  /* left:0; */
  right: 0;
  margin: 0 auto;
  float: right;
  color: #FFF;
  width: 26%;
  position: rel color:#FFF;
  ative;
  right: 2px;
}

.main-header.sticky .container .logo-main a:before {
  opacity: 1;
}

.main-header .menu-wrapper .logo-main a:before {
  color: #FFF;
  content: '';
  position: absolute;
  right: 0;
  width: 50%;
  var(--main-color);
  background: white;
  left: 0;
  border-radius: 0 0 10px 10px;
  bottom: -31px;
  margin: 0 auto;
  transition: all .2s ease-in-out;
  color: #FFF;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.2);
  display: none;
}

.home-products .home-product-wrapper:hover .img img {
  transform: scale(1.05);
}

.main-header .my_extra_menu_class color:#FFF;

ul>li:last-child:after {
  bottom: -29px;
}

.main-header.sticky .my_extra_menu_class ul>li:last-child:after {
  bottom: -19px;
}

.menu-head ul>li>ul>li {
  display: block;
}

.menu-head ul>li>ul>li a {
  padding: 10px 0px 10px 15px;
  text-align: left;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  margin: 5px;
  color: #555;
  transition: all .3s ease-in-out;
}

.menu-head ul>li>ul>li a:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #ccc;
  transition: all .3s ease-in-out;
  border-radius: 2px;
}

.menu-head ul>li>ul>li:hover a:before {
  background: #f5821f;
}

.menu-head ul>li>ul:before {
  content: '';
  position: absolute;
  left: 15px;
  top: -8px;
  width: 15px;
  height: 15px;
  background: white;
  transform: rotate(45deg);
  box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.menu-head ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 66px;
}

/*Single Post*/
.top-single-post {
  min-height: 600px;
  height: 60vh;
  background: #0a0a0a;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}

.top-single-post img {
  width: 100%;
  /* opacity: .25; */
  /* position: absolute; */
}

.container-tsp {
  margin-top: 100px;
  display: flow-root;
  text-align: right;
  position: relative;
}

.container-tsp #breadcrumbs {
  color: #FFF;
  font-size: 13px;
}

.container-tsp #breadcrumbs a {
  color: #FFF;
  display: inline-block;
}

.option-post {
  position: absolute;
  bottom: 20px;
  color: #FFF;
  font-size: 14px;
}

.option-post .category a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding: 0 5px;
}

.option-post .category {
  color: #FFF;
}

.option-post .box {
  display: inline-block;
}

.option-post .share-post {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  display: flow-root;
}

.option-post .share-post li {
  display: inline-block;
  font-size: 15px;
}

.option-post .share-post strong {
  float: right;
  font-size: 12px;
  color: #231f20;
  font-weight: bold;
}

.option-post .share-post ul {
  float: left;
  direction: ltr;
}

.option-post .share-post li a i.icofont-facebook {
  color: #3b5999;
}

.option-post .share-post li a i.icofont-twitter {
  color: #55acee;
}

.option-post .share-post li a i.icofont-linkedin {
  color: #0077B5;
}

.top-single-post h1 {
  display: block;
  text-align: right;
  padding: 10px 0;
  font-size: 30px;
  margin-bottom: 20px;
}

.single-post-content h2 {
  display: block;
  text-align: right;
  font-size: 26px;
  padding: 20px 0 15px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #DDD;
  margin-bottom: 20px;
}

.single-post-content h3 {
  display: block;
  text-align: right;
  font-size: 22px;
  padding: 20px 0 15px;
  font-weight: bold;
  color: #231f20;
}

.single-post-content p a {
  color: #f5821f;
}

.single-post-content h4 {
  display: block;
  text-align: right;
  font-size: 19px;
  padding: 20px 0 15px;
  font-weight: bold;
  color: #231f20;
}

.single-post-content h5 {
  display: block;
  text-align: right;
  font-size: 18px;
  padding: 20px 0 15px;
  font-weight: bold;
  color: #f5821f;
}

.single-post-content p strong {
  font-weight: bold;
}

.single-post-content p {
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
  color: #444;
  padding: 10px;
}

.single-post-content ul {
  direction: rtl;
  text-align: right;
}

.single-post-content ul li {
  display: block;
  color: #444;
  line-height: 1.5rem;
  padding: 0 20px;
  font-size: 14px;
  position: relative;
}

.single-post-content img {
  width: auto;
  max-width: 100%;
  border-radius: 5px;
  height: auto;
}

.single-post-content ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #f5821f;
  right: 6px;
  position: absolute;
  top: 10px;
}

.comment-sp {
  background: #F5F5F5;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0 40px;
}

p.logged-in-as a {
  display: inline-block;
  font-size: 13px;
  color: #666;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 300;
  color: #f5821f;
}

.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}

p.comment-form-author {
  float: right;
  width: 50%;
}

p.comment-form-author input,
p.comment-form-email input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}

p.comment-form-email {
  float: right;
  width: 50%;
}

.comment-respond input[type=submit] {
  width: 150px;
  height: auto;
  padding: 5px 10px;
  font-size: 13px;
  color: #FFF;
  background: #8BC34A;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.comment-respond input[type=submit]:hover {
  background: #4CAF50;
}

.comment-form-comment textarea:focus {
  border-color: #ccc;
}

.tag-single-post:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: '';
  opacity: .2;
}

.tag-single-post {
  text-align: right;
  position: relative;
  padding: 50px 0;
  font-size: 14px;
}

.tag-single-post i {
  color: #444;
  position: relative;
  top: 1px;
}

.tag-single-post a {
  display: inline-block;
  font-size: 12px;
  padding: 8px 15px;
  margin: 0 1px;
  background: #f9f9f9;
  border-radius: 100px;
  color: #333;
}

.tag-single-post a:hover {
  background: #f5821f;
  color: #FFF;
}

.tag-single-post span {
  font-size: 11px;
}

.box-side {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  padding: 8px 8px 0;
  margin: 0 0 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.single-post-content {
  padding-left: 20px !important;
}

.box-side strong.title {
  display: block;
  text-align: right;
  padding: 10px 10px 18px;
  font-size: 18px;
  font-weight: bold;
  color: #f5821f;
  position: relative;
}

.box-side ul li a {
  display: block;
  text-align: right;
  line-height: 15px;
  padding: 10px;
  color: #333;
  font-size: 15px;
  position: relative;
}

.sidebar {
  margin-top: 60px;
}

.commentlist footer {
  background: none;
  text-align: justify;
  font-size: 13px;
  padding: 10px;
  line-height: 1.5rem;
}

.commentlist .comment-content {
  display: flow-root;
  border-top: 1px dashed #DDD;
}

ol.commentlist {
  /* background: #FFF; */
  border-radius: 10px;
  /* border: 1px solid #EEE; */
}

.commentlist footer a {
  background: #f5f5f5;
  padding: 3px 15px;
  color: #666;
}

.commentlist li {
  /* background: #FFF; */
  margin-bottom: 20px;
  padding: 0 !important;
}

.commentlist li ul {
  width: 90% !important;
  margin: 20px auto;
}

.commentlist li article {
  background: #FFF;
  border: 1px solid #DDD;
}

.commentlist li:before {
  display: none;
}

a.comment-reply-link {
  display: block;
  background: #f5821f;
  float: left;
  padding: 8px 20px;
  color: #FFF;
}

.commentlist .reply {
  display: flow-root;
  background: #DDD;
}

a.comment-reply-link:hover {
  background: #232323;
  color: #FFF;
}

.commentlist .fn a {
  background: none;
  padding: 0;
}

.box-side ul li a:before {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 6px;
  height: 5px;
  background: transparent;
  transition: all .3s ease-in-out;
}

.box-side ul li a:hover:before {
  width: 25px;
  right: 10px;
  background: #231f20;
}

.box-side ul li a:hover {
  color: #f5821f;
}

.box-side strong.title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: '';
  opacity: .2;
}

.product-side img {
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.product-side a:before {
  display: none;
}

.product-side li:hover img {
  opacity: .7;
}

.product-side li:hover a {
  color: #f5821f;
}

/*Single Product*/
.single-product-content {
  /* margin-top: 100px; */
  padding: 0;
  margin-bottom: 50px;
}

body.single-product {
  background: #EEE;
}

.single-product-content #breadcrumbs {
  text-align: right;
  margin: 10px 0 30px;
  font-size: 13px;
}

.single-product-content #breadcrumbs a {
  /* display: inline-block; */
  color: #333;
}

.single-product-content #breadcrumbs a:hover {
  color: #f5821f;
}

.single-product-content #breadcrumbs a i {
  color: #999;
  font-size: 17px;
  position: relative;
  top: 2px;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}

.single-product-content .content {
  background: #FFF;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
}

a.zoom-pic {
  display: block;
  float: right;
  margin: 0 10px;
  text-align: center;
  background: #eeeeee;
  padding: 15px;
  border-radius: 15px;
  color: #333;
  font-weight: bold;
}

.woocommerce-product-gallery__image.flex-active-slide {
  /* border-radius: 20px; */
}

ol.flex-control-nav.flex-control-thumbs li {
  display: inline-block;
  width: 18%;
  margin: 4px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

ol.flex-control-nav.flex-control-thumbs li img {
  border-radius: 16px;
  opacity: .5;
}

ol.flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.sp-content h1 {
  display: block;
  text-align: right;
  margin: 0px 4% 0 0;
  background: #eeeeee;
  width: 95%;
  padding: 40px;
  font-size: 19px;
  border-radius: 20px;
}

.sp-content .text {
  text-align: justify;
  padding: 25px;
  line-height: 30px;
  font-size: 15px;
  font-family: simbon-number;
}

.single-product-content .content table tr th {
  background: #f5f5f5;
  text-align: center;
  border: 1px solid #DDD;
  align-items: center;
  justify-content: center;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
  direction: ltr;
}

.single-product-content .content table tbody tr:first-child td {
  /* background: #f5f5f5; */
}

.single-product-content .content tr td {
  border: 1px solid #DDD;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.5rem;
  vertical-align: middle;
  direction: ltr;
  white-space: nowrap;
}

.single-product-content .content strong.title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: '';
  opacity: .2;
}

.single-product-content .content strong.title {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 10px 0 20px;
  margin-bottom: 30px;
}

.related-product li a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #333;
}

.related-product li a img {
  border-radius: 17px;
}

.related-product li {
  background: #f5f5f5;
  border-radius: 20px;
  min-height: 260px;
}

a.read-more {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto;
  background: #f5821f;
  width: 90%;
  border-radius: 10px;
  padding: 12px !important;
  color: #FFF !important;
  font-size: 14px;
}

a.read-more:hover {}

.related-product li:hover a.read-more {
  background: #333;
}

.default-page-content {
  margin-top: -100px;
  background: #FFF;
  /* z-index: 0; */
  position: relative;
  margin-bottom: 50px;
  border-radius: 15px;
}

.default-page-content:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
  height: 96%;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  filter: blur(5px);
}

.default-page-content .content {
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
  color: #444;
  padding: 30px;
}

.default-page-content h1 {
  display: block;
  text-align: center;
  clear: both;
  /* margin: 50px auto; */
  float: none;
  padding: 80px 0 0;
  font-size: 25px;
  font-weight: bold;
  position: relative;
}

.default-page-content h1:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  background: #f5821f;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-radius: 3px;
  margin: 0 auto;
}

.default-page-content .img img {
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  vertical-align: text-bottom;
  top: 30px;
}

body.page .top-single-post {
  min-height: 440px;
  height: 58vh;
}

.contact-page iframe {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DDD !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: 400px;
}

.contact-page .col-lg-6:first-child ul li span {
  display: block;
  background: #f2f2f2;
  display: inline-block;
  padding: 0px 10px;
  text-align: right;
  border-radius: 3px;
  font-size: 14px;
  width: 140px;
}

.contact-page .col-lg-6:first-child ul li a {
  display: block;
  padding: 10px 0;
  color: #333;
  display: inline-block;
}

.contact-page .col-lg-6:first-child ul li a:hover {
  color: #f5821f;
}

.contact-page .gform_body li {
  display: block;
  font-size: 14px;
}

.contact-page .gform_body li span {
  width: 100%;
}

.contact-page .gform_body li input,
.contact-page .gform_body li textarea {
  width: 100%;
  margin: 10px auto;
  border-radius: 6px;
  border: 1px solid #DDD;
  padding: 4px 10px;
}

.contact-page .gform_body li input:focus,
.contact-page .gform_body li textarea:focus {
  border-color: #f5821f;
  outline: none;
}

.contact-page .gform_body li textarea {
  height: 150px;
}

.contact-page .gform_footer input[type=submit] {
  background: #f5821f !important;
  color: #FFF;
  /* width: 100px; */
  border: 0;
  border-radius: 5px;
  padding: 3px 40px;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.contact-page .gform_footer input[type=submit]:hover {
  background: #333 !important;
}

/* .mobile-menu {
  width: 100%;
  position: fixed;
  top: 0;
  background: #232323;
  right: 0;
  max-height: 100vh;
  height: 100%;
  z-index: 10;
  right: -100%;
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

.mobile-menu button {
  display: block;
  margin: 20px;
  background: none;
  border: 0;
  color: #FFFF;
  font-size: 25px;
  float: left;
  clear: both;
  text-align: left;
} */
.mobile-navigation-class {
  clear: both;
}

.mobile-navigation-class li {
  display: block;
  text-align: right;
  /* margin: 0 30px; */
}

.mobile-navigation-class li a {
  color: #FFF;
  font-size: 15px;
  display: block;
  padding: 10px;
}

.mobile-navigation-class ul>li>ul {
  background: #333;
  width: 80%;
  margin: 0 4%;
  display: none;
}

.mobile-navigation-class>ul {
  margin: 0 30px;
}

.mobile-navigation-class>ul>li>a {
  margin: 20px;
}

.mobile-menu.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  right: 0;
}

button.open-nav {
  background: none;
  border: 0;
  width: 60px;
  height: 60px;
  /* float: right; */
}

button.open-nav i:nth-child(1) {
  width: 30px;
  height: 1px;
  background: #f5821f;
  display: block;
}

button.open-nav i:nth-child(2) {
  width: 40px;
  height: 1px;
  background: #f5821f;
  display: block;
  position: relative;
  top: 5px;
}

button.open-nav i:nth-child(3) {
  width: 47px;
  height: 1px;
  background: #f5821f;
  display: block;
  position: relative;
  top: 10px;
}

.navigation-mobile {
  float: right;
  width: 15%;
  margin-top: 0;
}

.mobile-logo {
  width: 70%;
  float: right;
  text-align: center;
  margin-top: 10px;
}

.mobile-head-tools {
  width: 15%;
  float: right;
  margin-top: 23px;
}

.mobile-head-tools li {
  display: inline-block;
}

.mobile-head-tools ul {
  direction: ltr;
}

.mobile-head-tools li a {
  color: #333;
}

.mobile-logo img {
  width: 45%;
}

.search-results {
  background: #eee;
  display: flow-root;
}

.container.archive-page-search {
  display: flow-root;
  margin: 150px auto;
  background: #FFF;
  padding: 20px;
  border-radius: 20px;
}

ul.search-result li a img {
  width: 100%;
  border-radius: 20px;
  transition: all .3s ease-in-out;
}

ul.search-result li {
  padding: 10px;
}

ul.search-result li>a {
  display: block;

  :root {
    --main-color: #f5821f;
  }

  text-align: right;
  padding: 10px;
  color: #333;
}

ul.search-result li a.read-more {
  display: block;
  position: static;
  float: right;
  margin: 10px;
  text-align: center;
}

ul.search-result li a.read-more:hover {
  background: #232323;
}

ul.search-result li:hover a.read-more {
  background: #232323;
}

ul.search-result li:hover img {
  opacity: .7;
}

.main-header .menu-wrapper .logo-main h1 {
  text-align: right;
  padding: 20px;
  display: block;
  font-weight: bolvar(--main-color);
  font-size: 20px;
  position: relative;
  top: 0;
  transition: all .3s ease-in-out;
  right: 5px;
}

color: #FFF;
content: "|";
display: inline;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}

color:#FFF;

/* Removes cursor that comes with typed.js */
.typed-cursor {
  opacity: 0;
  display: none;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

span.typed-element-title-de {
  text-align: right;
  direction: rtl;
  float: right;
  position: relative;
  bottom: 6px;
  transition: all .3s ease-in-out;
  right: 5px;
  font-size: 13px;
}

.home-products ul {
  height: 930px;
}

.services a {
  display: inline-block;
  text-align: right;
  color: #444;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
}

.services a:hover {
  color: #f5821f;
}

.sticky .container .logo-main a img {
  width: 20%;
}

.sticky .container .logo-main h1 {
  top: -10px;
}

.sticky span.typed-element-title-de {
  bottom: 21px;
  right: 100px;
}

.slider-main .owl-nav {
  position: absolute;
  bottom: 60%;
  text-align: center;
  width: 100%;
}

.slider-main .owl-nav button.owl-prev {
  position: absolute;
  right: 0;
  font-size: 28px;
  padding: 10px;
  height: 50px;
  width: 50px;
  background: #f5821f;
  color: #FFF;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 5px;
}

.slider-main .owl-nav button.owl-prev:hover {
  background: #231f20;
}

.slider-main .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  font-size: 28px;
  padding: 10px;
  height: 50px;
  width: 50px;
  background: #f5821f;
  color: #FFF;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 5px;
}

.slider-main .owl-nav button.owl-next:hover {
  background: #231f20;
}

.slider-main {
  margin-bottom: 20px;
}

.page-template-product-php {
  background: #fff;
}

.product-pages .content img {
  width: 100%;
}

.about ul {
  margin: 10px 0;
}

.about li {
  display: block;
  text-align: justify;
  padding: 0 10px;
  line-height: 1.5rem;
  font-size: 15px;
  color: #444;
}

.slider-container {
  position: relative;
  display: block;
}

.slider-container .slider .content img {
  width: 100%;
  height: 400px;
}

.slider-container .slider-controls a {
  position: absolute;
  top: 45%;
  z-index: 100;
  color: #333333;
}

.slider-container .slider-controls a.slider-left {
  left: -25px;
}

.slider-container .slider-controls a.slider-right {
  right: -25px;
}

.thumbnail-slider-container {
  margin-top: 5px;
}

.thumbnail-slider .content {
  padding: 5px;
}

.thumbnail-slider .owl-item.active.center {
  border: 3px solid #333333;
}

#thumbnailSlider .owl-stage {
  transform: translate3d(0px, 0px, 0px) !important;
}

#thumbnailSlider .item {
  width: 100%;
  float: right;
}

#thumbnailSlider .owl-stage {
  width: 100% !important;
}

#thumbnailSlider .owl-item {
  width: 25% !important;
  margin: 0px 0px;
  padding: 2px;
}

#thumbnailSlider .owl-item img {
  border-radius: 3px;
}

#thumbnailSlider .owl-item.active.center {
  border: 0;
  opacity: .7;
}

.sp-content {
  margin-top: 20px;
}

.readmore-container .readmore,
.readmore-container .readless {
  display: none;
}

.readmore-container a {
  color: #00f;
  text-decoration: underline;
}

.gallery strong {
  display: block;
  text-align: right;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.contact-page a {
  direction: ltr;
}

.contact-page li i {
  background: url(images/whatsapp.png);
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 100%;
  top: 12px;
  animation: infinite shake 1s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.contact-page li {
  width: 20%;
  float: right;
  text-align: center;
}

.contact-page li span {
  display: block;
  clear: both;
}

.contact-page li a {
  display: block;
  clear: both;
  color: #f5821f;
}

.contact-page li a:hover {
  color: #333;
}

.contact-page li a img {
  border-radius: 5px;
  transition: all .3s ease-in-out;
}

.whatsapp-faq a {
  display: block;
  background: #EEE;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 10px;
  border: 2px solid #f5821f;
  box-shadow: 0 0 20px rgba(245, 130, 31, 0.2);
  color: #f5821f;
}

.whatsapp-faq a img {
  display: inline-flex;
  width: 70px;
  animation: shake 1s infinite;
}

.whatsapp-faq a:hover {
  box-shadow: 0 0 20px rgba(245, 130, 31, 0.5);
}

.contact-page li a img:hover {
  opacity: .7;
}

a.faq-archive {
  display: block;
  float: right;
  padding: 7px 15px;
  background: #f5821f;
  margin: 20px auto;
  color: #FFF;
  font-size: 14px;
}

a.faq-archive:hover {
  background: #333;
  color: #FFF;
}

.accordion-faq .card-header {
  background: none;
}

.accordion-faq .card {
  margin-bottom: 10px;
}

.accordion-faq .card-header a {
  display: block;
  text-align: right;
  color: #333;
}

.accordion-faq .card-header button {
  color: #333;
  white-space: normal;
  padding: 0;
  text-align: right;
}

.accordion-faq {
  margin-top: 20px;
}

.accordion-faq .card-header a:hover,
.accordion-faq .card-header button:hover,
.accordion-faq .card-header button {
  text-decoration: none;
}

.accordion-faq .card-body {
  text-align: justify;
  direction: rtl;
  line-height: 1.5rem;
  font-size: 15px;
}

.col-lg-6.menu-head {
  max-width: 53% !important;
  float: right;
  flex: 0 0 54%;
}

.col-lg-1.tools-head {
  max-width: 5%;
  text-align: left;
}

.accordion-faq>p {
  text-align: right;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.accordion-faq .card-header {
  background: #f5f5f5;
}

.whatsapp-faq li {
  display: inline-block;
  margin: 0 auto;
}

.whatsapp-faq ul {
  text-align: center;
  margin-top: 50px;
}

.contact-page .contact-page li a img {
  float: right;
  display: inline-block;
}

.contact-page .contact-page li a span {
  display: inline-block;
  float: right;
}

.contact-page .whatsapp-faq a {}

.contact-page .whatsapp-faq a img {
  float: right;
  width: 45px;
  position: relative;
  right: -10px;
  animation: shake 2s infinite;
}

.contact-page .whatsapp-faq li a span {
  display: inline-block;
  float: right;
  clear: none;
  font-size: 15px;
  position: relative;
  top: 6px;
}

.contact-page .whatsapp-faq li a {
  display: flow-root;
}

.contact-page .whatsapp-faq li {
  margin-left: 1%;
  width: 19%;
}

/*END MEDIA QUERY*/
.box-archive-news a {
  display: block;
  background: #f2f2f2;
  border: 1px solid #DDD;
  display: block;
  padding: 10px;
  width: 100%;
  color: #333;
  border-radius: 5px;
  margin-bottom: 15px;
}

.box-archive-news a:hover {
  color: #f5821f;
  border-color: #f5821f;
}

.top-single-post video {
  width: 100%;
  z-index: -1;
  height: 60vh;
  position: absolute;
}

.page-box a {
  display: inline-block;
  float: right;
  margin: 10px;
  padding: 7px 20px;
  background: #f5821f;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
}

.page-box br {
  display: none;
}

.page-box a:hover {
  background: #333;
}

@media(min-width: 1024px) {
  .inf:first-child li {
    width: 29% !important;
    float: right;
  }

  .inf-link li {
    float: right;
    margin-top: 27px;
  }
}

.accordion-ht br {
  display: none;
}

.accordion-ht .card-header button {
  background: #f5821f !important;
  padding: 5px 10px;
}

.accordion-ht .card-header a button {
  color: #FFF !important;
}

.accordion-ht .card-header {
  background: none;
  border: 0;
}

.accordion-ht .card {
  border: 0;
}

.content table {
  width: 100%;
}

.accordion-faq .card-header button i {
  float: left;
}

.single-product-content .content table tr th b {
  display: inline-block;
  text-align: right;
}

@media (min-width: 1200px) {
  .container {
    max-width: 80% !important;
  }
}

.accordion-faq img {
  max-width: 100% !important;
  height: auto;
}

li.catalog a {
  text-align: center !important;
  display: block;
  height: 50px;
  margin: 0 auto;
}

li.catalog {
  text-align: center !important;
  margin: 0 auto;
}

li.catalog a span {
  text-align: center;
  display: block;
  width: 100%;
}

.default-page-content .content ul button svg {
  width: 24px;
  height: 30px;
}

.default-page-content .content ul button {
  border: 2px solid #f5821f;
  width: 56%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  height: 50px;
  color: #f5821f;
  font-size: 15px;
}

.home-heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-around
}

.home-heading-title {
  font-size: 2.25rem;
  font-weight: lighter !important;
  margin-bottom: 10px;
  margin-top: 0;
}

.home-heading-title strong {
  font-weight: bolder;
}

.home-heading h4 {
  color: var(--main-color);
  margin-bottom: 20px;
}

.menu-search-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-search-box form {
  height: 60px;
  display: grid;
  place-items: center
}

.menu-search-box .btn {
  height: 35px;
  width: 35px;
  color: #444;
  padding: 0;
}

.menu-search-box .input-group {
  margin: 0;
}

.menu-search-box .btn i {
  font-size: 1rem
}

#menu-search {
  height: 35px;
  border-radius: 20px;
  background: linear-gradient(to left, #aaa, #FFF);
}

.slider-wrapper {
  position: relative;
  margin: 0;
}

.slider-social {
  display: flex;
  height: 50px;
  background: linear-gradient(to right, var(--main-color), transparent 45%, #FFF4 70%, transparent);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 100;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
}

.slider-social i {
  margin: 0 5px;
  font-size: 125%;
  z-index: 99;
}

.steel-divider {
  height: 100px;
  background: linear-gradient(to bottom, #f7f7f7, #FFF, #d6d6d6);
  position: relative;
  top: -20px;
  margin-bottom: -56px;
}

.heading-bg {
  font-size: 1.75rem;
  display: inline-flex;
  align-items: center;
  background-size: min(100%, 400px) 100%;
  width: min(100%, 400px);
  height: 75px;
  background-repeat: no-repeat;
  color: #FFF;
  z-index: 3;
}

.heading-bg-wrapper {
  height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}

.heading-bg-wrapper.heading-right {
  /* justify-content: flex-start !important; */
}

.heading-bg-wrapper.heading-left {
  justify-content: flex-end !important;
}

.heading-bg.heading-left {
  background-image: url(images/left.png);
  justify-content: flex-start;
  padding-right: 65px;
}

.heading-bg.heading-right {
  background-image: url(images/left.png);
  justify-content: flex-end;
  padding-right: 65px;
}

.container.home-about-us {
  padding: 1rem 0;
}

.container.home-about-us h2,
.container.home-about-us h3 {
  font-size: 1.5rem;
  color: var(--main-color);
  margin-bottom: 20px;
  margin-top: 40px
}

.container.home-about-us {
  text-align: justify;
  line-height: 25px;
  margin-bottom: 80px;
  position: relative;
}

.container.home-products::after {
  display: none !important;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(to left, #FFF 0%, var(--main-color), #FFF 100%);
  position: absolute;
  bottom: -40px
}

.home-products {
  background: var(--dark-radial-gradient);
  padding: 5rem 0;
}

.home-products .home-product {
  /* background: #FFF; */
  display: block;
  border-radius: 0 0 10px 10px;
  overflow: visible !important;
}

:is(#home-faq, #home-news) li a {
  color: #444;
}

:is(#home-faq, #home-news) li {
  margin-top: 15px;
  position: relative;
  padding-right: 25px;
  line-height: 25px;
}

:is(#home-faq, #home-news) li:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: var(--main-color);
  border-radius: 50%;
  right: 5px;
  top: 3px;
}

.news-faq {
  position: relative;
  top: -37px;
}

.news-faq .col-md-6 {
  padding: 0;
}

:is(#home-news, #home-faq) {
  padding: 30px 10px
}

.faq-news .col-md-5.col-sm-12 {
  padding: 0 !important;
}

.blog-home .load-post {
  margin-top: 3rem;
}

.blog-home .load-post article.col-lg-4 {
  position: relative;
  margin: 2rem 0
}

.blog-home .load-post article.col-lg-4 strong {
  position: absolute;
  top: -20px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: var(--main-color);
  padding: 10px 0;
  color: #FFF;
}

html,
body {
  overflow: hidden auto;
}

.footer-top {
  display: flex;
  margin: 0 auto !important;
  width: 100% !important;
  justify-content: center;
  align-items: center;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding: 15px 0;
  background: var(--dark-linear-gradient);
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -4rem;
}

.footer-top::before,
.footer-top::after {
  content: '';
  height: 10px;
  width: min(30%, 250px);
  background: var(--dark-linear-gradient);
  position: absolute;
  top: -10px;
}

.footer-top::before {
  left: -10px;
  transform: skewX(20deg)
}

.footer-top::after {
  right: -10px;
  transform: skewX(-20deg)
}

footer {
  background: radial-gradient(circle, #505360 0%, #353a4b 35%);
  padding: 4rem 0;
  background: url(images/footerback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  max-width: 280px;
}

.footer-certificates {
  display: flex;
  height: 100px;
  margin-left: 5px;
  margin-top: 50px;
}

.footer-certificates img {
  margin: 0 5px;
}

.footer-contact {
  color: #FFF;
  padding: 5px;
  /* margin-right: auto; */
  width: min(600px, 100%);
  direction: ltr;
  text-align: left;
}

.footer-contact>span {
  color: var(--main-color);
  margin: 10px 0 !important;
  margin-bottom: 15px !important;
  display: block;
}

.footer-contact-item {
  padding: 5px 0;
  font-size: 15px;
}

.footer-contact-item i {
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  vertical-align: middle;
  color: #FFF;
}

#home-faq+.faq-archive {
  float: left;
}

.internal-heading {
  padding: 0 50px;
}

.internal-heading-title h1,
.internal-heading-title strong {
  font-size: 2rem;
  margin-bottom: 15px;
}

.internal-heading-title h4 {
  color: var(--main-color);
  font-size: 95%
}

.page-template-product-php .slider-social {
  position: relative;
  top: -19px;
  transform: translateY(-100%)
}

.page-template-product-php .heading-bg-wrapper {
  position: relative;
  top: -51px;
}

.heading-bg.heading-full {
  width: 100% !important;
  text-align: center;
  justify-content: center;
}

.heading-bg.heading-full::before {
  content: '';
  background-image: url(images/right.png);
  display: block;
  height: 85px;
  width: 50%;
  position: absolute;
  background-size: 100% 85px;
  background-repeat: no-repeat;
  left: 2px;
}

.heading-bg.heading-full::after {
  content: '';
  background-image: url(images/left.png);
  display: block;
  height: 85px;
  width: 50%;
  position: absolute;
  background-size: 100% 85px;
  background-repeat: no-repeat;
  right: 2px;
}

.heading-bg.heading-full span,
.heading-bg.heading-full h1,
.heading-bg.heading-full h2 {
  z-index: 10;
}

.page-template-product-php .steel-divider {
  position: relative;
  top: -70px;
  width: 100%;
}

.page-template-product-php .single-product-contents {
  text-align: justify;
  line-height: 25px;
  padding: 0 40px;
}

.single-product-table-wrapper {
  background: var(--dark-radial-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0
}

.single-product-table-heading {
  background: var(--dark-linear-gradient);
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.single-product-table-wrapper table {
  width: 100%;
  direction: ltr;
}

blockquote.titleB {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}

.single-product-table-wrapper table th,
.single-product-table-wrapper table tbody td {
  color: #333;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #DDD;
  text-align: center;
  line-height: 25px;
  direction: ltr;
}

.single-product-table-wrapper table :is(th:first-child, td:first-child) {
  border-right: 1px solid #DDD;
}

.single-product-table-wrapper table tr {
  border-bottom: 1px solid #DDD;
}

.single-product-table-wrapper table tr:first-child {
  border-top: 1px solid #DDD;
}

.single-product-table-wrapper table thead tr:nth-child(2) {
  background: #e5e5e5;
}

.single-product-table-wrapper table thead tr:first-child th {
  background: var(--main-color);
}

.single-product-table-wrapper table thead tr:nth-child(2) th {
  background: #ffb14f;
}

.single-product-table-wrapper table tbody tr:nth-child(even) {
  background: linear-gradient(to bottom, #FFF, #e8e8e8);
}

.single-product-table-wrapper table tbody tr:nth-child(odd) {
  background-image: linear-gradient(to bottom, #f7f7f7, #bababa);
}

.single-product-table-wrapper table td[rowspan="4"] {
  background-size: 400px 400px !important;
  background-repeat: no-repeat !important;
}

.product-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.product-gallery::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 25px;
  background-image: radial-gradient(#FFF2 5%, transparent);
  background-color: #1a252f !important;
  height: 100px;
  width: 100px;
  transform: translate(-100%, 100%);
}

.product-gallery::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  background-color: var(--main-color);
  height: 100px;
  width: 100px;
  transform: translate(100%, 100%);
}

.product-gallery .gallery-item {
  width: min(calc(25% - 10px), 100%);
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
}

.product-gallery .gallery-item:last-child:before {
  content: '';
  position: absolute;
  inset: 0px;
  bottom: 4px;
  background: var(--main-color);
  opacity: .5
}

.product-gallery .gallery-item img {
  width: 100%;
  object-fit: cover;
}

.page-template-product-php .home-products {
  background: #FFF;
}

.page-template-product-php .heading-bg-row {
  position: relative;
  top: 14px;
}

.page-template-product-php .heading-bg-row [class*="col-"] {
  padding: 0;
}

.page-template-product-php .home-product-wrapper .home-product .content {
  bottom: -50px;
}

.single-product-content .accordion-ht button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
}

.single-product-content .accordion-ht button:is(:hover, :active, :focus) {
  text-decoration: none;
  text-shadow: 0 0 5px #FFF8
}

.single-product-content .accordion-ht .collapse img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  object-fit: cover;
}

.page-template-contact .top-single-post img {
  height: 100%;
  object-fit: cover;
}

.page-template-contact .steel-divider {
  top: -30px;
}

.page-template-contact .heading-bg-wrapper {
  position: relative;
  top: -10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}

.page-template-contact .contact-banner {
  position: relative;
  margin: 2rem auto;
}

.page-template-contact .contact-banner img {
  width: 100%;
  object-fit: cover;
}

.page-template-contact .contact-banner {}

.page-template-contact .heading-bg-wrapper.heading-full,
.single-post .heading-bg-wrapper.heading-full {
  position: relative;
  top: -41px;
  width: 80%;
  margin: 0 auto;
}

.contact-methods {
  color: #444;
  padding: 5px;
  width: 80%;
  margin: 4rem auto;
  justify-content: space-around !important;
}

.contact-method-double {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-methods>span {
  color: var(--main-color);
  margin: 10px 0 !important;
  margin-bottom: 15px !important;
  display: block;
}

.contact-method-item {
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
  min-width: min(350px, 100%) !important;
}

.contact-method-item i {
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  vertical-align: middle;
  color: #FFF;
  margin-right: 10px;
}

.contact-method-item {
  width: auto;
  display: inline-flex;
  align-items: center;
}

.contact-buttons {
  margin: 3rem 0 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-buttons a {
  background-color: transparent;
  background-image: url(images/contact-ways-placeholders.rtl.png);
  border: none;
  height: 64px;
  width: 250px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.4rem;
  background-position-x: 0px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: none;
  transform: scaleX(-1);
}

.contact-buttons .catalog-btn {
  background-position-y: 4px;
}

.contact-buttons :not(.catalog-btn) {
  background-position-y: calc(50% + 3px);
}

@media (max-width: 828px) {
  .home-heading-title {
    font-size: 1.5rem
  }

  .home-heading h4 {
    font-size: 80%;
  }

  .menu-wrapper {
    width: 100%;
    background: var(--main-color) !important;
    display: flex;
    flex-direction: column-reverse;
    height: 100vh !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000000 !important;
    align-items: flex-start;
    justify-content: flex-end !important
  }

  .menu-wrapper .tools-head {
    position: absolute;
    bottom: 0;
    padding: 10px 10px;
    width: 100% !important;
    justify-content: center;
    max-width: 100%;
  }

  .menu-search-box {
    max-width: 100% !important;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .menu-search-box form {
    width: 100%;
    padding: 0 10px;
  }

  .my_extra_menu_class ul {
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .my_extra_menu_class ul li {
    padding: 10px;
    width: 100%;
  }

  .my_extra_menu_class ul li a {
    text-align: start !important;
    width: auto !important;
  }

  .menu-wrapper .btn-close {
    position: relative !important;
    z-index: 10000000000;
    background: var(--main-color);
    right: 10px;
    height: 30px;
    width: 30px;
    margin-left: 10px !important;
    font-size: 2rem;
    border: none;
  }

  .my_extra_menu_class ul li ul {
    display: flex;
    width: 100%;
    position: relative;
    top: 0px !important;
    margin-top: 15px;
    background: #FFF1;
    display: none;
  }

  .my_extra_menu_class ul li.menu-item-has-children a {
    pointer-events: none !important;
  }

  .my_extra_menu_class ul li.menu-item-has-children a:after {
    position: absolute;
    left: 0;
    pointer-events: none;
  }

  .my_extra_menu_class ul li:hover ul {
    display: flex;
    right: 0;
  }

  .my_extra_menu_class ul li:hover ul * {
    pointer-events: all;
  }

  .my_extra_menu_class ul li ul li:hover a,
  .my_extra_menu_class ul li ul li a:hover {
    color: #FFF8 !important;
  }

  .my_extra_menu_class ul li ul:before,
  .my_extra_menu_class ul li ul:after {
    display: none;
  }

  .menu-wrapper {
    transition: all ease-out 200ms;
  }

  .menu-wrapper:not(.open) {
    transform: translateX(100%) !important;
  }

  .home-about-us {
    padding: 0 10px !important;
  }

  .home-about-us p {
    padding: 0 10px
  }

  .heading-bg.heading-right {
    justify-content: flex-end;
    padding-left: 15px;
    max-height: 60px;
  }

  .heading-bg.heading-left {
    justify-content: flex-end;
    padding-left: 15px;
    max-height: 60px;
    justify-content: flex-start;
    padding-right: 10px;
    background-image: url(images/right.png);
  }

  .faq-news .offset-2 {
    margin: 0 !important;
  }

  footer .container>div {
    display: flex !important;
    flex-direction: column !important;
  }

  .footer-logo {
    display: flex !important;
    flex-direction: column;
  }

  .footer-certificates {
    margin-top: 15px;
  }

  .footer-contact {
    margin-top: 30px
  }

  .footer-contact {
    line-height: 30px
  }

  .mobile-nav {
    height: 50px;
    align-items: center;
    display: flex;
    background: var(--main-color);
    padding: 0 10px;
  }

  .mobile-nav button {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #FFF;
  }

  .internal-heading {
    display: flex;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 10px !important;
  }

  .internal-heading-title {
    text-align: center;
    margin-top: 10px
  }

  .internal-heading-title h1 {
    font-size: 1.3rem
  }

  .internal-heading-title h4 {
    font-size: 80%;
    margin-bottom: 25px;
  }

  .heading-bg.heading-full {
    width: 100% !important;
    margin: 0 !important;
  }

  .heading-bg-wrapper.heading-full {
    margin: 0 !important;
    width: 100% !important;
  }

  .contact-banner .heading-bg {
    font-size: 16px;
    vertical-align: middle;
  }

  .contact-method-double {
    flex-wrap: wrap;
  }

  .contact-method-item {
    margin-bottom: 15px
  }

  .contact-methods {
    line-height: 25px
  }

  .contact-method-item i {
    min-width: 30px;
    vertical-align: top;
  }

  .contact-buttons {
    display: flex;
    flex-direction:
      column;
    align-items: center;
    margin: 3rem auto;
  }

  .page-template-product .heading-row .d-sm-none {
    display: none !important;
  }

  .page-template-product .home-product-wrapper .content {
    position: absolute;
    top: calc(100% - 60px);
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

.single-product-table-wrapper table td[rowspan] {
  background: linear-gradient(3deg, #bebebe, #f3f3f3);
  padding: 0;
  direction: ltr;
}

.footer-contact h4 {
  text-transform: capitalize;
}

.contact-method-item a {
  color: #444;
  direction: ltr;
}

.backImg {
  display: flow-root;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentS,
.contentS p {
  display: flow-root;
  line-height: 1.5rem;
  font-size: 15px;
  text-align: justify;
}

.contentS img {
  display: block;
  margin: 50px auto;
}

contentS .gallery figure {
  display: inline-block;
  float: right;
}

.contentS .gallery figure {
  display: inline-block;
  margin: 20px 40px;
}

.contentS .gallery {
  text-align: center;
}

.contentS .gallery figure img {
  margin-bottom: 10px;
}

.contentS h2,
.contentS h3,
.contentS h4,
.contentS h5 {
  font-size: 20px;
  display: block;
  margin: 20px auto;
  font-weight: bold;
  color: #f5821f;
}

.contentS figure {
  margin: 20px auto;
}

.contentS figure img {
  margin-bottom: 10px;
}

.contentS figure {
  width: 100% !important;
}

.contentS figure figcaption {
  text-align: center;
  padding: 10px;
  background: #f9f9f9;
}

a.logoHome {
  margin: 10px 0 0;
}

.footer-contact-item a {
  color: #FFF;
  direction: ltr;
  text-align: left;
  display: inline-block;
}

a.whatsapp_icon {
  padding: 10px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  background: #f5821f;
  border-radius: 100px;
  color: #FFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  z-index: 100;
}

a.whatsapp_icon i {
  font-size: 20px;
  padding-left: 7px;
}

a.logoHome img,
.internal-heading-logo img {
  width: 170px;
}

a.btn-o {
  display: inline-flex;
  padding: 10px;
  margin: 20px 0 20px 10px;
  background: #f5821f;
  color: #FFF;
}

a.btn-o:hover {
  background: #3c484e;
  color: #FFF;
}

.typedAnimation {
  text-align: center;
  font-weight: bold;
}

.page-template-flux_product .p0 {
  position: relative;
  top: 37px;
}

.p0 {
  padding: 40px;
}

@media (min-width:700px) {
  .mw {
    max-width: 700px !important;
    position: relative;
  }

  .mwcontent {
    padding: 40px 0;
    text-align: justify;
    line-height: 1.5rem;
  }
}

.page-template-flux_product .home-products {
  background: none;
}

.menu-head ul>li>ul>li>ul {
  right: 100%;
  margin-right: 2px;
  bottom: 0;
}

.menu-head ul>li>ul>li>ul:before {
  display: none;
}

.table.single-product-table-wrapper {
  padding: 20px;
  margin: 30px 0;
}

.table.single-product-table-wrapper th {
  background: #ffd300 !important;
}

.single-product-contents li {
  list-style: inside;
  margin: 10px 0;
}

.single-product-contents strong {
  font-weight: bold;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .page-template-product h1 {
    font-size: 1.4rem;
    padding: 20px 30px 0;
  }

  .page-template-product-php .single-product-contents {
    text-align: left;
  }

  .internal-heading-title {
    padding: 0 10px;
  }

  .container.home-about-us {
    text-align: left;
  }

  .table.single-product-table-wrapper {
    display: block;
  }

  .table.single-product-table-wrapper table {
    display: block;
    clear: both;
    overflow: scroll;
  }

  .home-products .home-product-wrapper .img img {
    padding-bottom: 40px;
  }

  .default-page-content .content {
    padding: 0;
  }

  .contact-page .whatsapp-faq li {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    float: none;
  }

  .catalog {
    display: none !important;
  }

  .contact-page .whatsapp-faq li a {
    margin: 10px auto;
  }

  .page-template-contact .top-single-post img {
    height: auto;
  }

  .page-template-contact .top-single-post {
    min-height: 140px !important;
    height: 29vh !important;
  }

  .contact-page li {
    width: 100% !important;
  }

  .page.page-template-about .top-single-post {
    height: auto !important;
    min-height: auto !important;
  }

  .page-template-about .container-tsp {
    margin-top: 57px;
  }

  .services {
    padding: 10px;
    margin-top: 0;
  }

  .services>div {
    margin-bottom: 30px;
  }

  .home-products ul {
    height: auto;
  }

  .home-products .home-product-wrapper {
    width: 96% !important;
    float: none;
    margin: 10px auto !important;
    position: static !important;
  }

  .single-product-content {
    margin: 10px auto;
    width: 100%;
  }

  .sp-content h1 {
    padding: 20px;
    line-height: 1.5rem;
  }

  ol.flex-control-nav.flex-control-thumbs {
    text-align: center;
  }

  a.zoom-pic {
    margin-bottom: 10px;
  }

  .flex-viewport {
    width: 100%;
  }

  .single-product-content .content:last-child {
    overflow-x: auto;
    width: 95%;
    margin: 0 auto;
  }

  .mobile-header h1 {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .mobile-header .typed-element-title-de {
    display: block;
    text-align: center;
    clear: both;
    width: 100%;
    right: 0;
    padding: 0 10px;
  }

  header.row.mobile-header {
    background: linear-gradient(0, #aaa, #FFF);
  }
}

.single-product-contents li::marker {
  color: #f5821f !important;
}

.table-responsive table {
  direction: rtl;
}

.breadC {
  padding: 20px;
  color: #666;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.breadC a {
  color: #f5821f;
}

/**/
/**/
/**/
/**/
/**/
/**/
/*------------------close-off-canvas-----------------------*/
/* ------------------------ mneu -------------------------------- */
.menu_wrapper {
  margin: 0 -20px;
  margin-bottom: 22px;
  /*background-color: #179197;*/
  border-radius: 0 0 10px 10px;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  height: 50px;
  /*background-image:linear-gradient(to right, rgba(144, 30, 193, 0.90) 0%, rgba(116, 80, 254, 0.90) 51%, rgba(144, 30, 193, 0.90) 100%);*/
  background-image: linear-gradient(to right, rgba(0, 161, 169, 0.94) 0%, rgba(1, 68, 117, 0.9) 51%, rgba(16, 2, 120, 0.9) 100%);
  border-top: 1px solid #3e6199;
}

.wide_header .menu_wrapper {
  margin: 22px 0 0 0;
}

.of-main-menu {
  position: relative;
  display: block;
  vertical-align: middle;
  /*height: 100%;*/
  width: 100%;
  z-index: 96;
}

.of-main-menu ul li {
  position: relative;
  display: inline-block;
  float: right;
  background-repeat: no-repeat;
  background-position: right
}

.of-main-menu ul li a {
  font-size: 12px
}

.of-main-menu ul li a.no_link {
  cursor: default
}

/*.of-main-menu ul li:hover a,
  .of-main-menu ul li.of-active-item a {
      color: #ffffff;
  }*/
.of-main-menu ul .of-menu-item-description {
  display: block;
  text-transform: none;
  font-size: 10px;
  color: #ccc;
  font-weight: 400;
  line-height: 1.7em;
  margin-top: -4px
}

.of-main-menu ul .of-menu-featured-icon {
  position: relative;
  display: inline-block !important;
  top: -3px;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.of-menu-featured-icon.fa-arrow-up {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.of-main-menu>ul {
  display: inline-block;
  vertical-align: middle;
  /*height: 100%;*/
}

.of-main-menu>ul>li {
  /*height: 100%*/
}

.of-main-menu>ul>li:last-child>a span.plus {
  display: none
}

.of-main-menu>ul>li:hover>a,
.of-main-menu>ul>li.of-active-item>a {
  /*color: #fff;
      background-color: rgba(0, 0, 0, 0.10);*/
}

.of-main-menu>ul>li.has_sub>a i.q_menu_arrow {
  display: inline-block;
  margin-left: 6px
}

.of-main-menu>ul>li.has_sub>a>i.q_menu_arrow {
  position: relative;
  left: 4px
}

.of-main-menu>ul>li.of-menu-item-with-description {
  text-align: center
}

.of-main-menu>ul>li>a {
  position: relative;
  display: inline-block;
  /*height: 100%;*/
  padding: 0;
  /*line-height: 55px;*/
  vertical-align: middle;
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-size: 13px;
  /*font-weight: 500;*/
}

.of-main-menu>ul>li>a:before {
  height: 2px;
  bottom: 0
}

.of-main-menu>ul>li>a:after {
  height: 1px;
  bottom: 4px
}

.of-main-menu>ul>li>a {
  display: block;
  position: relative
}

.of-main-menu>ul>li>a {
  display: inline-block;
  padding: 0 10px;
  border-width: 0;
  position: relative;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out
}

.of-main-menu>ul>li>a:before,
.of-main-menu>ul>li>a:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  width: 100%
}

.of-main-menu>ul>li>a:before {
  bottom: 0;
  height: 2px
}

.of-main-menu>ul>li>a:after {
  height: 1px;
  bottom: 4px
}

.of-main-menu>ul>li>a span.plus {
  width: 4px;
  height: 4px;
  display: none;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -2px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.of-main-menu>ul>li>a>i.blank {
  display: none
}

.of-drop-down ul li {
  position: relative
}

.of-drop-down>ul>li:first-child {
  margin-right: 0px
}

.of-drop-down>ul>li:before {
  content: '';
  line-height: inherit;
  vertical-align: middle;
  display: inline-block;
  height: 50px;
  width: 1px;
  position: relative;
  right: -2px;
  /*border-left: 1px dashed rgba(0, 0, 0, 0.14);*/
}

.of-drop-down>ul>li:first-child:before {
  content: none
}

.of-drop-down ul li.wide {
  position: unset
}

.of-drop-down ul li.has_sub:hover .second {
  visibility: visible;
  opacity: 1;
  top: 100%
}

.of-drop-down .second {
  right: 0;
  margin: 0;
  top: 120%;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-box-shadow: 0 8px 10px -6px #e3e3e3;
  -moz-box-shadow: 0 8px 10px -6px #e3e3e3;
  box-shadow: 0 8px 10px -6px #e3e3e3;
}

.of-drop-down li.wide .second {
  /*background-color: #FFF*/
}

.of-drop-down li.left_position .second {
  right: auto;
  left: 0
}

.of-drop-down .second.of-drop-down-start {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out
}

.of-drop-down .second .inner {
  position: relative;
  padding: 0;
  display: block;
  z-index: 997
}

.of-drop-down .narrow .second i {
  display: inline-block;
  vertical-align: middle;
  color: inherit
}

.of-drop-down .second .inner>ul,
.of-drop-down li.narrow .second .inner ul {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px 1px rgba(24, 24, 24, .05);
  -moz-box-shadow: 0 1px 4px 1px rgba(24, 24, 24, .05);
  box-shadow: 0 1px 4px 1px rgba(24, 24, 24, .05);
  /*border-top: 2px solid #FFC107;*/
  line-height: 20px;
  border-radius: 10px;
  /*border-bottom-right-radius: 10px;
         border-bottom-left-radius: 10px;*/
}

.of-drop-down .second .inner ul li {
  display: block;
  /*padding: 5px 15px;*/
  position: relative;
  float: none;
  height: auto;
  background: 0;
  overflow: visible;
  min-width: 180px;
  transition: background-color .15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out
}

li.narrow .second .inner ul li:last-child {
  border-bottom: none
}

.of-drop-down .wide.left_position .second ul li,
.of-drop-down .wide.right_position .second ul li {
  line-height: 18px
}

.of-drop-down .narrow .second .inner ul li {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease
}

.of-drop-down .second .inner ul li a {
  display: block;
  color: #585656;
  height: auto;
  /*font-size: 12px;*/
  padding: 6px 15px;
  position: relative;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease
}

.of-drop-down .second .inner ul li.current-menu-item>a,
.of-drop-down .second .inner>ul>li:hover>a,
.of-drop-down .second .inner ul li.sub ul li:hover>a,
.of-drop-down .second .inner ul li ul li:hover>a {
  color: #0f6c90
}

.of-drop-down .second .inner ul li a {
  display: block;
  margin: 0;
  overflow: hidden;
  /*padding: 0 15px 0 0;*/
  position: relative;
  transition: padding 0.2s ease 0s;
}

/*.of-drop-down .second .inner ul li a:after {
      content: "";
      display: inline-block;
      right: 0;
      width: 5px;
      height: 5px;
      background-color: #555;
      border-radius: 100%;
      -webkit-transition: all ease .4s;
      -o-transition: all ease .4s;
      transition: all ease .4s;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  .of-drop-down .second .inner ul li a:hover:after{
          background-color: #ea1d21;

  }*/
.of-drop-down .wide .second i {
  display: none
}

.of-drop-down .narrow .second .inner ul li ul {
  position: absolute;
  right: 100%;
  top: -10px;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-box-shadow: 0 8px 10px -6px #e3e3e3;
  -moz-box-shadow: 0 8px 10px -6px #e3e3e3;
  box-shadow: 0 8px 10px -6px #e3e3e3;
  margin-right: 3px
}

.of-drop-down .second .inner ul.right li ul {
  margin-left: -2px
}

.of-drop-down .second .inner ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  z-index: 1
}

.of-drop-down .second .inner ul li ul li:hover ul {
  z-index: 20;
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important
}

.of-drop-down .menu_icon_wrapper {
  margin-left: 8px;
  font-size: 13px;
  line-height: 48px;
  vertical-align: middle;
  color: inherit;
  position: relative;
  /*top: 2px;*/
}

.of-drop-down .second.right {
  right: 0;
  left: auto
}

.of-drop-down .second .inner ul.right li a {
  text-align: right
}

.of-drop-down .second .inner ul.right li ul {
  left: -100%
}

.of-drop-down .second .inner ul li.sub ul li a,
.of-drop-down .second .inner ul.right li.sub ul li a {
  background: none
}

.of-drop-down .wide .second ul {
  padding: 15px 0;
  vertical-align: middle
}

.of-drop-down .wide .second.of-dropdown-with-background-image {
  background-color: #FFF;
  border-radius: 10px;
}

.of-drop-down .wide .second.of-dropdown-with-background-image ul {
  background-color: transparent
}

.of-drop-down .wide .second ul li {
  float: right;
  padding: 0;
  border-bottom: 0;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.of-drop-down .wide .second ul li a {
  padding: 8px 0
}

@media only screen and (min-width:1400px) {
  .of-grid-1300 .of-drop-down .wide .second>.inner>ul {
    width: 1300px
  }
}

@media only screen and (min-width:1300px) {
  .of-grid-1200 .of-drop-down .wide .second>.inner>ul {
    width: 1200px
  }
}

.of-grid-1000 .of-drop-down .wide .second>.inner>ul {
  width: 1000px
}

.of-grid-800 .of-drop-down .wide .second>.inner>ul {
  width: 800px
}

.of-drop-down .wide .second>.inner>ul>li {
  width: 25%;
  padding: 0 15px
}

.of-drop-down .wide .second ul li:last-child {
  margin-right: 0
}

.of-drop-down .wide.right_position .second ul li {
  float: right
}

.of-drop-down .wide .second ul li:hover {
  background-color: transparent
}

.of-drop-down .wide .second ul li:nth-child(4n+1) {
  clear: both;
  border-right: 0
}

.of-drop-down .second .inner ul li.sub a i.q_menu_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  font-size: 12px
}

.of-drop-down .second .inner ul li.sub ul li a i.q_menu_arrow,
.of-drop-down .wide .second .inner ul li.sub a i.q_menu_arrow {
  display: none
}

.of-drop-down .second .inner ul.right li.sub a i.q_menu_arrow {
  right: auto;
  left: 25px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

.of-drop-down .wide .second .inner>ul>li.sub:before {
  content: '';
  width: 2px;
  height: 0;
  background-color: #1882b1;
  position: absolute;
  right: -1px;
  /*border-top: 3px solid #555;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.of-drop-down .wide .second .inner>ul>li.sub:hover:before {
  height: 40px;
}

.of-drop-down .wide .second .inner>ul>li>a {
  color: #555;
  font-weight: 500;
  font-size: 12px;
  line-height: 2.5em;
  padding-top: 0;
  /* border-bottom: 1px dashed rgba(9, 9, 9, .2); */
}

.of-drop-down .wide .second .inner>ul>li>a {
  padding: 0
}

.of-drop-down .wide .second .inner>ul>li>a:after {
  display: none
}

.of-drop-down .wide .second .inner>ul>li>a .of-menu-item-description {
  font-size: 14px
}

.of-drop-down .wide .second ul li ul {
  display: block;
  left: 0;
  padding: 0px 0 0;
  position: relative;
  top: 0;
  background-color: transparent !important;
}

.of-drop-down .wide .second ul li ul:before,
.of-drop-down .wide .second ul li ul:after {
  content: " ";
  display: table
}

.of-drop-down .wide .second ul li ul:after {
  clear: both
}

.of-drop-down .wide .second ul li ul li {
  padding: 0;
  margin: 0;
  border: 0
}

.of-drop-down .wide.icons .second ul li a span {
  position: relative;
  display: block
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon>a {
  padding: 0 !important
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon>a:after {
  display: none
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon .menu_icon_wrapper {
  position: relative
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon .menu_icon_wrapper:before {
  content: "\f0d9";
  font-family: FontAwesome;
  text-rendering: auto;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  right: -5px;
  line-height: 14px;
  position: absolute;
  text-transform: none;
  top: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.2s cubic-bezier(.54, .49, 0, 1.75), opacity 0.1s ease-out;
  -moz-transition: right 0.2s cubic-bezier(.54, .49, 0, 1.75), opacity 0.1s ease-out;
  transition: right 0.2s cubic-bezier(.54, .49, 0, 1.75), opacity 0.1s ease-out;
  opacity: 0
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon .menu_icon_wrapper i {
  -webkit-transition: -webkit-transform .0s .0s, opacity .15s ease-out .05s;
  transition: transform .0s .0s, opacity .15s ease-out .05s
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon:hover .menu_icon_wrapper i {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(.54, .49, 0, 1.75) 0s, opacity 0.15s ease-out;
  transition: transform 0.2s cubic-bezier(.54, .49, 0, 1.75) 0s, opacity 0.15s ease-out
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon:hover .menu_icon_wrapper:before {
  opacity: 1;
  right: 0;
  -webkit-transition: right 0.2s cubic-bezier(.54, .49, 0, 1.75) 0.15s, opacity 0.15s ease-out 0.15s;
  -moz-transition: right 0.2s cubic-bezier(.54, .49, 0, 1.75) 0.15s, opacity 0.15s ease-out 0.15s;
  transition: right 0.2s cubic-bezier(.54, .49, 0, 1.75) 0.15s, opacity 0.15s ease-out 0.15s
}

.of-drop-down .wide.icons .second i {
  width: 20px;
  height: auto;
  float: right;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: inherit
}

.of-drop-down .wide.icons .second i.blank {
  background: none;
  border: 0;
  display: none
}

.of-drop-down .wide.icons .second ul li.of-menu-item-with-icon:hover .menu_icon_wrapper i {
  opacity: 0
}

.of-drop-down .wide .second .widget {
  background-color: #FFF;
  border-radius: 0;
  margin-top: 0;
  overflow: hidden;
  display: block;
  box-shadow: none
}

.of-drop-down .wide .widget_title {
  font-size: 11px;
  line-height: 34px;
  padding: 0;
  width: 100%;
  color: #7d7d7d;
  border-bottom: 1px solid #f5f5f5
}

.of-drop-down .wide .widget-content {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
}

.of-drop-down .wide .widget_title span:before {
  display: none
}

.of-drop-down .wide .widget_title:before,
.of-drop-down .wide .widget_title:after {
  content: normal;
  display: none
}

/*------------------close-off-canvas-----------------------*/
.close-off-canvas-wrap i,
.mobile-nav-button a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
}

.main-nav-inner .is-sub-menu li a:hover:before {
  visibility: visible;
  left: 0;
}

.close-off-canvas-wrap,
.mobile-menu-wrap .mobile-menu,
.mobile-menu-wrap ul li ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mega-col-menu.is-mega-bg {
  border-left: none !important;
}

.mega-col-menu.is-mega-bg .is-sub-menu {
  background-color: transparent !important;
}

.mega-category-menu .is-text-light .pinterest-icon-overlay a {
  background-color: #fff;
}

.mega-category-menu .is-text-dark .pinterest-icon-overlay a {
  background-color: #000;
}

.mega-category-menu .is-text-light .pinterest-icon-overlay i,
.mega-category-menu .pinterest-icon-overlay a:focus i,
.mega-category-menu .pinterest-icon-overlay a:hover i {
  color: #fff;
}

.mobile-nav-button-outer {
  display: block;
  position: static;
}

.mobile-nav-button {
  display: none;
  margin-top: 0;
  line-height: 50px;
  color: #ffffff;
  margin-right: 10px;
}

.mobile-nav-button>* {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}

.mobile-nav-button a {
  transition: all .2s linear;
  color: inherit;
  font-size: 18px;
}

.mobile-nav-button a:focus,
.mobile-nav-button a:hover {
  color: rgb(255, 255, 255);
}

.mobile-nav-button .icon-text {
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: .8;
  margin-right: 10px;
}

.mobile-nav-button i {
  font-size: 21px;
  position: relative;
  vertical-align: middle;
  margin-left: 8px;
}

.mobile-nav-button .icon-wrap i {
  line-height: inherit;
}

.off-canvas-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  padding: 0;
  background-color: #ffffff;
  height: 100%;
  z-index: 9999;
  color: #555;
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translate(-300px, 0);
  -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, .05);
  box-shadow: 2px 2px 1px rgba(24, 24, 24, .05);
}

.admin-bar .off-canvas-wrap {
  top: 32px;
}

body.mobile-js-menu .off-canvas-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.off-canvas-wrap::-webkit-scrollbar {
  width: 6px;
  background: #eee;
}

.off-canvas-wrap::-webkit-scrollbar-corner {
  background-color: #ccc;
  display: block;
  border-radius: 4px;
}

.off-canvas-wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.off-canvas-inner {
  display: block;
}

.of-mobile-nav {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.close-off-canvas-wrap {
  display: block;
  overflow: hidden;
  text-align: right;
}

.close-off-canvas-wrap a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: rgba(0, 0, 0, 0.39);
}

.close-off-canvas-wrap i {
  font-size: 16px;
  line-height: 48px;
  padding: 0 10px;
  vertical-align: middle;
  transition: all .2s linear;
}

.mobile-menu-wrap ul li,
.mobile-menu-wrap ul li a {
  position: relative;
  display: block;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
}

.close-off-canvas-wrap i:focus,
.close-off-canvas-wrap i:hover {
  color: #d5c3af;
}

.mobile-menu-wrap {
  font-size: 11px !important;
}

.mobile-menu-wrap ul li {
  margin: 0;
  line-height: 43px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  transition: all .2s linear;
}

.mobile-menu-wrap ul li:hover {
  padding-right: 3px;
}

.mobile-menu-wrap ul li a {
  padding: 0 25px;
  text-decoration: none;
  transition: all .2s linear;
  color: #666;
  font-size: 13px;
  text-align: left;
}

.mobile-menu-wrap ul li a:focus,
.mobile-menu-wrap ul li a:hover {
  color: #1249DC;
}

.mobile-menu-wrap ul li:first-child {
  border-top-color: transparent;
}

.mobile-menu-wrap ul li ul:last-child {
  border-bottom: none;
}

.mobile-menu-wrap .sub-menu {
  display: none;
  background-color: rgba(238, 238, 238, 0.23);
  font-weight: 400;
  font-size: .9em;
}

.mobile-menu-wrap .sub-menu .sub-menu {
  padding-left: 20px;
  background-color: rgba(239, 239, 239, 0.57);
}

.mobile-menu-wrap .no-menu {
  padding-left: 20px;
  padding-right: 20px;
}

.explain-menu {
  display: block;
  cursor: pointer;
  /*border-right: 1px solid rgba(0, 0, 0, 0.05);*/
  position: absolute;
  color: #aaa;
  right: 0;
  top: 0;
  margin-right: 20px;
  height: 100%;
  width: 100%;
  text-align: right;
  z-index: 999;
  line-height: 43px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.active .explain-menu,
.explain-menu:focus,
.explain-menu:hover {
  color: #555;
}

.active .explain-menu:before {
  content: "\eaa1";
}

.show-sub-menu>.sub-menu {
  display: block !important;
}

.off-canvas-search {
  display: inline-block;
  position: relative;
  margin: 20px 0 0;
  width: 100%;
  clear: both;
}

.off-canvas-search .of-search {
  margin-top: 0;
}

@media (max-width:576px) {
  .main_header .account_action {
    right: 0 !important;
    margin: 0 auto !important
  }
}

.lock-scroll {
  overflow: hidden;
}

/*-------------------other style---------------------*/
.of-site-mask {
  display: block;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  background: transparent;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background .5s ease-in-out, visibility .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, visibility .5s ease-in-out;
  transition: background .5s ease-in-out, visibility .5s ease-in-out;
}

.mobile-js-menu .of-site-mask,
.of-site-mask.active {
  visibility: visible;
  pointer-events: auto;
  background: rgba(0, 0, 0, .2)
}

.of-site-mask.active {
  z-index: 90;
}

@media only screen and (min-width: 1200px) {
  .of-body .my_sticky {
    position: fixed;
    top: -50px;
    right: 0;
    left: 0;
    border-radius: 0;
    margin-top: 0;
    z-index: 9999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
  }
}

@media only screen and (max-width: 768px) {

  /*.main_header .login_wrap{
          float:none
      }*/
  .main_header .logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .account_head_user .text_align_left {
    text-align: center;
  }
}

.is-show.mobile-nav-button {
  float: left;
  color: #333;
}

a#of-close-off-canvas span {
  display: block;
  font-size: 25px;
  margin: 10px auto;
}

@media only screen and (max-width: 998px) {
  .is-show.mobile-nav-button {
    display: inline-block;
  }

  .of-main-menu {
    display: none !important
  }
}

.mobileNav {
  background: #f5821f;
  align-items: center;
  display: none;
}

.mobileNav a.icon-wrap {
  margin-top: 0 !important;
  color: #FFF;
}

@media (max-width: 768px) {
  .mobileNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 0;
  }
}

.cpageGallery h2,
.cpageGallery h3 {
  margin: 100px auto 10px;
  text-align: center;
  background: #f5821f;
  padding: 15px;
  font-weight: bold;
  font-size: 21px;
  color: #444;
}

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

.cpageGallery .inner {
  /* padding: 10px; */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.cpageGallery .col-lg-4 {
  padding: 10px;
  float: left;
}

.cpageGallery .inner .content strong {
  display: block;
  text-align: center;
  padding: 15px;
  background: #f5821f;
  font-weight: bold;
  color: #444;
  position: relative;
  overflow: hidden;
}

.cpageGallery {
  margin-bottom: 100px;
  display: flow-root;
}

.cpageGallery .inner .content strong:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 105px solid #FFF;
  border-left: 100px solid rgb(0 0 0 / 0%);
  position: absolute;
  right: 0;
  top: 17px;
}

.backGray {
  background: #4e5862;
}

.backGray .breadC span {
  color: #FFF;
}

.backGray .breadC {
  padding-right: 50px;
}

.mwcontent h2,
.mwcontent h3,
.mwcontent h4,
.mwcontent h5,
.mwcontent h6 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
  color: #f5821f;
}

.mwcontent a {
  color: #333;
}

.cpage h1 {
  color: #f5821f;
  display: block;
  margin: 50px 0 10px;
  font-size: 25px;
  font-weight: bold;
}

.cpage .content {
  text-align: justify;
  line-height: 2rem;
  font-size: 15px;
}

.archivePost .post .img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 10px;
  transition: all .3s ease;
}

.archivePost .post {
  padding: 10px;
}

.archivePost .post .inner {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

.archivePost .post .inner .contents h2 a {
  display: block;
  margin: 10px;
  color: #f5821f;
  font-size: 16px;
  line-height: 2rem;
  font-weight: bold;
}

.archivePost .post .inner .contents .excerpt {
  text-align: justify;
  line-height: 1.5rem;
  font-size: 14px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  color: #666;
}

.archivePost {
  margin: 100px auto;
  display: flow-root;
}

.archivePage h1.title {
  display: block;
  margin: 60px auto 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #f5821f;
}

.archivePage .breadC {
  text-align: center;
}

.archivePost .post .inner:hover .contents h2 a {
  color: #1a1a1a;
}

.archivePost .post:hover img {
  opacity: .7;
  filter: blur(1px);
}

.contentS,
.contentS p a {
  color: #333;
}


.col-md-5.col-sm-12.offset-2 {
  margin: 0;
}

.page-template-contact .heading-bg.heading-right {
  background-image: url(images/right.png);
  padding-left: 65px;
  padding-right: 0;
  justify-content: flex-start;
}

.contact-buttons a span {
  transform: scaleX(-1);
  font-size: 1.2rem;
}

.internal-heading-title {
  text-align: left;
}

.page-template-product h1 {
  font-size: 1.5rem;
}

.mobileNav>ul>li>a {
  color: #FFF;
}