@charset "UTF-8";
/** */
:root {
  --black: #000000;
  --color1: #ff1e0a;
  --color2: #e83c2a;
  --color3: #d057e3;
  --gray: #8a8a8a;
  --white: #ffffff;
  --medium-black: #494949;
  --background-color: #ffffff;
  --heading-color: #000;
  --body-font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, Arial, sans-serif;
  --light-gray: #e6e6e6;
  --medium-gray: #cacaca;
  --color-red: #e83c2a;
}

/**webhd*/
::placeholder {
  color: #8a8a8a;
}

::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
}

::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}

a {
  color: #ff1e0a;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  font-variant-ligatures: no-common-ligatures;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}

body {
  background: #ffffff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
}

input:focus,
textarea:focus,
main:focus {
  outline: none;
}

iframe[name=target_frame] {
  clip: rect(0, 0, 0, 0);
  height: 0 !important;
  overflow: hidden;
  position: absolute;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.block,
.d-block {
  display: block !important;
}

.flex,
.d-flex {
  display: flex !important;
}

.inline,
.d-inline {
  display: inline !important;
}

.inline-block,
.d-inline-block {
  display: inline-block !important;
}

.grid,
.d-grid {
  display: grid !important;
}

.grid-x.nowrap {
  flex-flow: row nowrap;
}

* > p:last-child {
  margin-bottom: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

mark {
  background: none;
}

a {
  display: inline-block;
}

img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
img[alt] {
  font-size: 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  display: block;
  float: left;
  margin-right: 1rem;
}
img.alignright {
  display: block;
  float: right;
  margin-left: 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  display: block;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
.h6 p {
  color: currentColor;
  line-height: inherit;
}

[data-tab-content] {
  display: none;
}

.screen-reader-text,
.submenu-toggle-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
}

.skip-link {
  height: 0 !important;
  overflow: hidden;
  position: absolute;
}

.vertical.nested.menu {
  display: none;
}

.tabs-panel {
  display: none;
  padding: 0;
}

.underline {
  position: relative;
  display: inline-block;
}
.underline::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #8a8a8a;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.underline:hover::before {
  transform-origin: left center;
  transform: scaleX(1);
}

.mx-auto,
.ml-auto {
  margin-left: auto;
}

.mx-auto,
.mr-auto {
  margin-right: auto;
}

.white {
  color: #ffffff;
}

.color1 {
  color: #ff1e0a;
}

.color2 {
  color: #e83c2a;
}

.color3 {
  color: #d057e3;
}

.heading-color {
  color: #000;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.hide,
.hidden {
  display: none !important;
}

button[type=submit],
button[type=reset],
button[type=button] {
  cursor: pointer;
}

.draggable {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.after-overlay {
  position: relative;
}
.after-overlay::after {
  content: "";
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

form.wpcf7-form br {
  display: none;
}

.animated {
  animation-duration: 1.25s;
}

.effect1 {
  box-shadow: 0 0 0 2.5em #000000 inset;
  background-color: transparent;
  transition: all 300ms ease;
  color: #ffffff;
}
.effect1:hover {
  box-shadow: 0 0 0 0 #000000 inset, 0 3px 10px rgba(0, 0, 0, 0.3);
  color: #000000;
  background-color: #ffffff;
}

.effect2 {
  position: relative;
}
.effect2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
}
.effect2:hover::before {
  width: 100%;
  opacity: 0.1;
}

.effect3 {
  position: relative;
  overflow: hidden;
}
.effect3::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
}
.effect3:hover {
  opacity: 1;
}
.effect3:hover::before {
  animation: circle 0.75s;
}

/************************/
.cover {
  display: block;
  overflow: hidden;
  position: relative;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: unset;
  min-width: 100%;
}
.res.auto > img {
  height: auto !important;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  min-width: 90%;
  min-height: 90%;
}
.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.res.scale:hover {
  transform: scale(1.06);
  opacity: 0.8;
}

.ratio,
.ratio-1v1 {
  height: 0;
  padding-bottom: 100%;
  aspect-ratio: auto 1 / 1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  /*ios*/
}

.ratio-3v2 {
  height: 0;
  padding-bottom: 66.6666666667%;
  aspect-ratio: auto 3 / 2;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  /*ios*/
}

.ratio-4v3 {
  height: 0;
  padding-bottom: 75%;
  aspect-ratio: auto 4 / 3;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  /*ios*/
}

.ratio-16v9 {
  height: 0;
  padding-bottom: 56.25%;
  aspect-ratio: auto 16 / 9;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  /*ios*/
}

.ratio-21v9 {
  height: 0;
  padding-bottom: 42.8571428571%;
  aspect-ratio: auto 21 / 9;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  /*ios*/
}

.clearfix::after, .clearfix::before {
  display: table;
  content: "";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

@media (max-width: 95.9875rem) {
  .grid-container {
    /*1440px*/
    max-width: 71.25rem;
  }
}

.extra-container {
  max-width: 85rem;
}
@media (max-width: 95.9875rem) {
  .extra-container {
    /*1440px*/
    max-width: 85rem;
  }
}

/************************/
[data-ico-fa]:before {
  content: attr(data-ico-fa);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

/************************/
.toTop {
  width: 32px;
  height: 32px;
  bottom: 60px;
  color: #8a8a8a;
  font-size: 17px;
  line-height: 32px;
  position: fixed;
  right: 15px;
  transition: opacity 0.3s ease-in-out;
  z-index: 9998;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.toTop::before {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  content: "";
  outline: 1px solid #8a8a8a;
  border-radius: 100%;
}
.toTop > #toTopHover {
  display: none;
}
.toTop > svg {
  font-weight: 400;
  height: 24px;
  transform: rotate(-90deg);
  width: 24px;
}
.toTop > svg path {
  fill: #ffffff;
}
.toTop:hover svg path {
  fill: #ff1e0a;
}
.toTop:hover, .toTop:focus {
  color: #ff1e0a;
}
.toTop:hover::before, .toTop:focus::before {
  background-color: rgba(230, 230, 230, 0.8);
  outline: 1px solid #ff1e0a;
}

/************************/
.pagination {
  border: 0;
  margin: 30px 0 0 0;
  padding: 5px 0;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff1e0a 0%, #ff4f0a 100%);
  box-shadow: 3px 1px 12px rgba(255, 30, 10, 0.2);
  color: #ffffff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 0;
}
.pagination li.current {
  display: inline-flex;
}
.pagination li:not(:last-child) {
  margin-right: 8px;
}
.pagination a,
.pagination button {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  color: #000000;
  font-size: 16px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.pagination a:hover,
.pagination button:hover {
  background: linear-gradient(135deg, #ff1e0a 0%, #ff4f0a 100%);
  box-shadow: 3px 1px 12px rgba(255, 30, 10, 0.2);
  border: none;
  color: #ffffff;
}
.pagination a:hover svg,
.pagination button:hover svg {
  fill: #ffffff;
}
.pagination a {
  display: inline-block;
}
.pagination a i {
  font-size: 14px;
  font-weight: 400;
}
.pagination a svg {
  fill: #000000;
  position: absolute;
  width: 9px;
}
.pagination a svg:hover {
  fill: #ffffff;
}

/************************/
#toc_container {
  background-color: #e6e6e6;
  border: 1px solid #ff1e0a;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 15px 20px;
}
#toc_container p.toc_title {
  border-bottom: 1px solid #000000;
  color: #000000;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 5px;
}
#toc_container p.toc_title .toc_toggle {
  color: #000000;
}
#toc_container p.toc_title .toc_toggle a {
  color: #000000;
}
#toc_container p.toc_title + ul.toc_list {
  margin-top: 6px;
}
#toc_container a {
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 4px;
}
#toc_container a:hover {
  text-decoration: none;
}

/************************/
#ftwp-container-outer {
  margin-bottom: 30px;
}

#ftwp-container.ftwp-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  width: 550px;
}
#ftwp-container.ftwp-wrap #ftwp-contents {
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
#ftwp-container.ftwp-wrap #ftwp-header {
  background-color: #f3f3f3 !important;
  color: #000000 !important;
  padding: 20px !important;
}
#ftwp-container.ftwp-wrap #ftwp-list {
  background-color: #f3f3f3 !important;
  color: #000000 !important;
  padding-bottom: 20px;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor,
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor::before {
  line-height: 1.5 !important;
}
#ftwp-container.ftwp-wrap #ftwp-list > li > button {
  padding-left: 20px !important;
  top: 5px !important;
}
#ftwp-container.ftwp-wrap #ftwp-list > li > .ftwp-anchor {
  padding-bottom: 7px;
  padding-left: 42px !important;
  padding-right: 20px;
  padding-top: 7px;
}
#ftwp-container.ftwp-wrap #ftwp-list > li > .ftwp-anchor:hover {
  color: #ff1e0a !important;
}
#ftwp-container.ftwp-wrap #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal > .ftwp-item > .ftwp-anchor::before, #ftwp-container.ftwp-wrap #ftwp-list.ftwp-strong-first > .ftwp-item > .ftwp-anchor .ftwp-text {
  font-weight: 600;
}
#ftwp-container.ftwp-wrap #ftwp-list.ftwp-effect-fade .ftwp-anchor.ftwp-active, #ftwp-container.ftwp-wrap #ftwp-list.ftwp-effect-fade .ftwp-anchor:focus {
  background: #ff1e0a !important;
}
#ftwp-container.ftwp-wrap #ftwp-header-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px !important;
  background: linear-gradient(135deg, #ff1e0a 0%, #ff4f0a 100%);
  box-shadow: 3px 1px 12px rgba(255, 30, 10, 0.2);
  overflow: hidden;
  position: relative;
}
#ftwp-container.ftwp-wrap #ftwp-header-control::before {
  background-image: url(../img/svg/brush-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ftwp-container.ftwp-wrap #ftwp-header-minimize {
  margin-top: 12px;
}
#ftwp-container.ftwp-wrap #ftwp-header-minimize::before {
  font-size: 18px;
}
#ftwp-container.ftwp-wrap #ftwp-header-title {
  font-weight: 600;
  margin-top: 12px;
}

/*******************/
#arcontactus {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}
#arcontactus .arcontactus-message-button {
  background-color: unset !important;
  background: linear-gradient(135deg, #ff1e0a 0%, #ff4f0a 100%);
  box-shadow: 3px 1px 12px rgba(255, 30, 10, 0.2);
}
#arcontactus .arcontactus-message-button p {
  font-weight: 300;
  letter-spacing: 1px;
}

/************************/
.social-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  position: relative;
  z-index: 1;
}
.social-menu > li {
  margin-right: 10px;
}
@media (max-width: 47.925rem) {
  .social-menu > li {
    /*640px*/
    margin-right: 5px;
  }
}
.social-menu > li:last-child {
  margin-right: 0;
}
.social-menu > li > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 100%;
  color: currentColor;
}
.social-menu > li > a > svg {
  color: currentColor;
  fill: currentColor;
  height: auto;
  width: 20px;
}
.social-menu > li > a > svg path {
  fill: #fff;
}
.social-menu > li > a > svg circle {
  fill: #fff;
}
.social-menu > li > a > .socical-text {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  margin-left: 5px;
}

.social-menu {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 10px;
}
.social-menu li {
  margin-right: 13px;
}
.social-menu li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #797979;
  font-size: 16px;
  height: 35px;
  transition: 0.5s;
  width: 35px;
}
.social-menu li a:hover {
  border-color: #e83c2a;
}

/************************/
.horizontal-menu.menu > li {
  align-items: center;
  display: flex;
  position: relative;
}
.horizontal-menu.menu > li > a {
  align-items: center;
  display: flex;
  line-height: normal;
  padding: 0;
  position: relative;
}
.horizontal-menu.menu > li > a:hover {
  background-color: unset;
}
.horizontal-menu.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 20px;
}
.horizontal-menu.menu > li.is-dropdown-submenu-parent > a::after {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  margin-top: -2px;
  padding: 2px;
  right: 6px;
  transform: rotate(45deg) translateY(-2px);
  width: 6px;
}
.horizontal-menu.menu > li > .menu.is-dropdown-submenu {
  top: 100%;
}
.horizontal-menu.menu > li .menu.vertical {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.horizontal-menu.menu > li .menu.is-dropdown-submenu {
  background-color: unset;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  max-width: unset;
  min-width: 100%;
  width: auto;
  z-index: 999;
}
.horizontal-menu.menu > li .menu li {
  position: relative;
}
.horizontal-menu.menu > li .menu li > a {
  background: none;
  color: #000000;
  position: relative;
}
.horizontal-menu.menu > li .menu li > a:hover {
  background: #f9f9f9;
  color: #e83c2a;
}
.horizontal-menu.menu > li .menu li:hover {
  transition: all 0.15s linear;
}
.horizontal-menu.menu > li .menu .is-active,
.horizontal-menu.menu > li .menu .active {
  transition: all 0.15s linear;
}
.horizontal-menu.menu > li .menu .is-active > a,
.horizontal-menu.menu > li .menu .active > a {
  background: none;
}
.horizontal-menu.menu > li:hover .menu.is-dropdown-submenu {
  opacity: 1;
  transition: all 0.2s ease 0s;
  visibility: visible;
}
.horizontal-menu.menu > li:hover > a {
  background-color: unset;
}
.horizontal-menu.menu > li.is-active > a, .horizontal-menu.menu > li.active > a {
  background-color: unset;
}
.horizontal-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border: none;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  margin-top: 0;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.horizontal-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border: none;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  width: 7px;
  height: 7px;
  left: auto;
  margin-top: 0;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}

/************************/
.policy-menu {
  padding: 10px 0;
}
.policy-menu > li {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  line-height: normal;
  position: relative;
}
.policy-menu > li:not(:last-child)::after {
  color: currentColor;
  content: "/";
  margin: 0 8px;
  opacity: 0.8;
}
.policy-menu > li > a {
  color: currentColor;
  display: block;
  line-height: normal;
  padding: 0;
}

/************************/
.mobile-menu.menu {
  padding-bottom: 50px;
  padding-top: 50px;
}
.mobile-menu.menu .active > a,
.mobile-menu.menu a:hover {
  background: none;
  color: #ff1e0a;
}
.mobile-menu.menu .submenu-toggle {
  border-color: #e6e6e6;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 15px;
}
.mobile-menu.menu .submenu-toggle::after {
  border: solid #000000;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  transform: rotate(45deg) translateY(-7px) translateX(4px);
  width: 7px;
}
.mobile-menu.menu .submenu-toggle[aria-expanded=true]::after {
  transform: rotate(225deg) translateY(4px) translateX(-7px);
}
.mobile-menu.menu > li {
  position: relative;
  border-bottom: 1px solid #cccccc57;
}
.mobile-menu.menu > li.lang-item a {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 0;
}
.mobile-menu.menu > li.lang-item a img {
  display: block;
}
.mobile-menu.menu > li.lang-item a span {
  display: block;
}
.mobile-menu.menu > li > a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  padding-left: 20px;
}
.mobile-menu.menu .submenu.nested {
  margin-left: 15px;
}
.mobile-menu.menu .submenu > li > a {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
}
.mobile-menu.menu .submenu > li > a:hover {
  color: #ff1e0a;
}
.mobile-menu.menu .submenu > li.active a {
  color: #ff1e0a;
}

/************************/
.desktop-menu {
  height: 100%;
}
.desktop-menu > li {
  padding: 15px 0;
}
.desktop-menu > li.hide-text > a {
  text-indent: -999999px;
}
.desktop-menu > li.home-icon {
  position: relative;
}
.desktop-menu > li.home-icon > a {
  height: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  width: 20px;
}
.desktop-menu > li.home-icon > a::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2349484b" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.desktop-menu > li.home-icon > a:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2300B38F" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
}
.desktop-menu > li.home-icon.is-active > a::after, .desktop-menu > li.home-icon.active > a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2300B38F" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
}
.desktop-menu > li > a {
  color: #000000;
  font-size: 16px;
  padding: 0 12px;
  position: relative;
  transition: all 0.25s ease;
}
@media (max-width: 95.9875rem) {
  .desktop-menu > li > a {
    /*1440px*/
    font-size: 15px;
  }
}
.desktop-menu > li > a::before {
  background-color: transparent;
  bottom: -9px;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s cubic-bezier(0.345, 0, 0.145, 0.995);
  width: calc(100% - 24px);
}
.desktop-menu > li > a:hover, .desktop-menu > li > a:active {
  color: #494949;
}
.desktop-menu > li > a:hover::before, .desktop-menu > li > a:active::before {
  transform: scaleX(1);
}
.desktop-menu > li.is-active > a, .desktop-menu > li.active > a {
  color: #494949;
}
.desktop-menu > li.is-active > a::before, .desktop-menu > li.active > a::before {
  transform: scaleX(1);
}
.desktop-menu > li.support-menu a, .desktop-menu > li.contact-menu a {
  border-radius: 25px;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  padding: 0 20px;
  white-space: nowrap;
}
.desktop-menu > li.support-menu a:hover, .desktop-menu > li.contact-menu a:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
.desktop-menu > li.support-menu a::before, .desktop-menu > li.contact-menu a::before {
  height: 0 !important;
}
@media (max-width: 64.05rem) {
  .desktop-menu > li.support-menu a, .desktop-menu > li.contact-menu a {
    /*1024px*/
    font-size: 13px;
    font-weight: 500;
  }
}
.desktop-menu > li.support-menu a {
  box-shadow: inset 0 0 0 1px rgba(255, 30, 10, 0.2);
  background: linear-gradient(135deg, rgba(255, 30, 10, 0.8) 0%, rgba(255, 79, 10, 0.8) 100%);
}
@media (max-width: 47.925rem) {
  .desktop-menu > li.support-menu a {
    /*640px*/
    display: none;
  }
}
.desktop-menu > li.contact-menu a {
  background: linear-gradient(135deg, #ff1e0a 0%, #ff4f0a 100%);
  box-shadow: 6px 3px 18px rgba(255, 30, 10, 0.2);
}
@media (max-width: 47.925rem) {
  .desktop-menu > li.contact-menu a {
    /*640px*/
    display: none;
  }
}
.desktop-menu > li.contact-menu a:hover {
  box-shadow: 0 1px 1px rgba(208, 87, 227, 0.05), 0 2px 2px rgba(208, 87, 227, 0.05), 0 4px 4px rgba(208, 87, 227, 0.05), 0 8px 8px rgba(208, 87, 227, 0.05), 0 16px 16px rgba(208, 87, 227, 0.05);
}

/************************/
.menu-lines {
  background: none;
  border: none;
  width: 25px;
  height: 20px;
  color: #000000;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 0;
  position: relative;
  transition: color 0.3s ease;
}
.menu-lines .menu-txt {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  display: none;
}
.menu-lines .line {
  background-color: currentColor;
  border-radius: 0;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 100%;
}
.menu-lines .line-1 {
  top: 0;
  width: 25px;
}
.menu-lines .line-2 {
  top: calc(50% - 1px);
  width: 25px;
}
.menu-lines .line-3 {
  bottom: 0;
  width: 25px;
}
.menu-lines:hover, .menu-lines:focus {
  background: none;
  color: #e83c2a;
  outline: none;
}
.menu-lines:hover .line {
  width: 30px;
}

.header-left .menu-lines {
  margin-right: 15px;
}

.header-center .menu-lines {
  margin-left: 15px;
  margin-right: 15px;
}

.header-right .menu-lines {
  margin-left: 15px;
}

/************************/
.position-top {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateY(-100%);
}

.position-bottom {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateY(100%);
}

.js-off-canvas-overlay {
  background-color: rgba(40, 40, 40, 0.6);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  visibility: hidden;
  z-index: 0;
}
.js-off-canvas-overlay.is-visible {
  z-index: 9998;
}

.off-canvas {
  background-color: rgba(0, 0, 0, 0.99);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  padding: 0;
  text-align: left;
  transition: transform 0.6s ease-in-out;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001;
  background: #fff;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}
.off-canvas .social-menu {
  padding-left: 20px;
  padding-right: 20px;
}
.off-canvas .social-menu > li {
  margin-right: 12px;
}
.off-canvas .social-menu > li > a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.off-canvas .social-menu > li > a svg {
  fill: #ffffff;
  width: 21px;
  height: 21px;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0);
}
.off-canvas .menu-lines {
  color: #000000;
  display: block;
  height: 30px;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 20px;
  transition: 0.6s 0.5s ease-in-out;
  z-index: 9999;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
}
.off-canvas .menu-lines .line {
  background-color: currentColor;
  border-radius: 0;
  height: 2px;
  left: 3px;
  position: absolute;
  top: 14px;
  transform: rotate(0deg);
  transition: 0.6s 0.5s ease-in-out;
}
.off-canvas .title-bar-title {
  display: none;
  font-weight: 500;
  margin-bottom: 30px;
}
.off-canvas .title-bar-title > a {
  color: #ffffff;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  max-height: 48px;
  width: auto;
}
.off-canvas .title-bar-title > a > img + span {
  display: none;
}
.off-canvas .title-bar-title > a > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

/************************/
.admin-bar .off-canvas.position-left, .admin-bar .off-canvas.position-right {
  height: calc(100% - 32px);
}
.admin-bar .off-canvas.position-top {
  top: calc(-100% - 32px);
}
.admin-bar .off-canvas.position-bottom {
  bottom: calc(-100% + 32px);
}
@media (max-width: 48.8625rem) {
  .admin-bar {
    /*767px*/
  }
  .admin-bar .off-canvas.position-left, .admin-bar .off-canvas.position-right {
    height: calc(100% - 46px);
  }
  .admin-bar .off-canvas.position-top {
    top: calc(-100% - 46px);
  }
  .admin-bar .off-canvas.position-bottom {
    bottom: calc(-100% + 46px);
  }
}

/************************/
.hotline-mobile {
  animation: fadeIn ease-in-out 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  bottom: 5%;
  cursor: pointer;
  left: 2%;
  opacity: 0;
  width: 90px;
  height: 90px;
  position: fixed;
  transform: translateZ(0);
  transition: visibility 0.5s;
  z-index: 99999;
}
@media (max-width: 47.925rem) {
  .hotline-mobile {
    /*640px*/
    width: 90px;
    height: 90px;
  }
}
.hotline-mobile .hl-circle {
  width: 90px;
  height: 90px;
  animation: ng-circle-anim 1.2s infinite ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  border: 2px solid #e83c2a;
  border-radius: 100%;
  transform-origin: 50% 50%;
  transition: all 0.5s;
}
@media (max-width: 47.925rem) {
  .hotline-mobile .hl-circle {
    /*640px*/
    width: 90px;
    height: 90px;
  }
}
.hotline-mobile .hl-circle-fill {
  width: 56px;
  height: 56px;
  animation: ng-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid transparent;
  border-radius: 100%;
  left: 17px;
  position: absolute;
  top: 17px;
  transform-origin: 50% 50%;
  background: linear-gradient(90deg, #e83c2a 0%, #e8622a 100%);
  transition: all 0.5s;
}
@media (max-width: 47.925rem) {
  .hotline-mobile .hl-circle-fill {
    /*640px*/
    width: 56px;
    height: 56px;
    left: 17px;
    top: 17px;
  }
}
.hotline-mobile .hl-circle-icon {
  width: 46px;
  height: 46px;
  animation: ng-circle-icon-anim 1s infinite ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(90deg, #e83c2a 0%, #e8622a 100%);
  box-shadow: 6px 3px 18px rgba(232, 60, 42, 0.2);
  border-radius: 100%;
  left: 22px;
  position: absolute;
  top: 22px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform-origin: 50% 50%;
}
@media (max-width: 47.925rem) {
  .hotline-mobile .hl-circle-icon {
    /*640px*/
    width: 46px;
    height: 46px;
    left: 22px;
    top: 22px;
  }
}
.hotline-mobile .hl-circle-icon i,
.hotline-mobile .hl-circle-icon svg {
  color: #ffffff;
  fill: #ffffff;
  font-size: 24px;
  width: 24px;
}
@media (max-width: 47.925rem) {
  .hotline-mobile .hl-circle-icon i,
  .hotline-mobile .hl-circle-icon svg {
    /*640px*/
    font-size: 24px;
    width: 24px;
  }
}
.hotline-mobile .has-tip {
  border-bottom: none;
  cursor: default;
  font-weight: inherit;
}

/************************/
.upseo-list {
  color: #ff1e0a;
  list-style: none;
  margin: 0 1% 30px 1%;
}
.upseo-list li {
  align-items: baseline;
  border-bottom: 1px solid rgba(230, 230, 230, 0.41);
  display: flex;
  padding-bottom: 7px;
  padding-top: 7px;
}
.upseo-list li:last-child {
  border-bottom: none;
}
.upseo-list li::before {
  background: url(../img/svg/bxs-tag-alt.svg);
  background-size: 16px;
  content: "";
  display: block;
  font-weight: 700;
  height: 16px;
  margin-right: 10px;
  opacity: 0.8;
  position: relative;
  top: 2px;
  width: 16px;
}
.upseo-list li .thumb {
  display: none;
}
.upseo-list li .post-title {
  color: currentColor;
  font-size: 14px;
}
.upseo-list li .post-title:hover {
  color: #d057e3;
}
.upseo-list li .post-date {
  display: none;
}

/************************/
.site-logo .custom-logo-link {
  position: relative;
  display: block;
}
.site-logo .custom-logo-link::after {
  content: "";
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.site-logo .custom-logo-link .custom-logo {
  height: auto;
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s all;
  width: auto;
}
@media (max-width: 47.925rem) {
  .site-logo .custom-logo-link .custom-logo {
    /*640px*/
    max-height: 65px;
  }
}

@media (max-width: 47.925rem) {
  .inside-header .custom-logo-link {
    /*640px*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 47.925rem) {
  .home .custom-logo-link {
    /*640px*/
    position: relative;
  }
}

/************************/
article a {
  color: #000000;
  text-decoration: none;
}
article.entry-content h1 {
  font-size: 21px;
  margin-top: 10px;
}
article.entry-content h2 {
  font-size: 20px;
  margin-top: 10px;
}
article.entry-content h3 {
  font-size: 18px;
  margin-top: 10px;
}
article.entry-content h4 {
  font-size: 17px;
  margin-top: 10px;
}
article.entry-content h5 {
  font-size: 16px;
  margin-top: 10px;
}
article.entry-content h6 {
  font-size: 15px;
  margin-top: 10px;
}
article.item {
  position: relative;
  border: 1px solid #cccccc45;
  min-height: 100%;
  transition: 0.6s;
}
article.item .cover-content {
  padding: 0 15px 15px;
}
article.item:hover {
  box-shadow: 1px 1px 4px #ccc;
}
article.item .cover .cover-bg,
article.item .cover .cover-trigger {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
article.item .cover-content {
  position: relative;
}
article.item .cover-content h4 {
  font-weight: 500;
}
article.item .cover-content .excerpt,
article.item .cover-content .desc {
  color: #404040;
  font-size: 15px;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 47.925rem) {
  article.item .cover-content .excerpt,
  article.item .cover-content .desc {
    /*640px*/
    display: none;
  }
}

/**********************/
.inline-share {
  align-items: baseline;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row nowrap;
  font-size: 12px;
  margin-top: 20px;
  padding: 15px 15px 17px 15px;
}
.inline-share .title {
  align-items: center;
  display: flex;
  font-size: inherit;
  font-weight: 500;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.inline-share .title svg {
  height: auto;
  margin-right: 5px;
  width: 16px;
}
.inline-share .inline-share-groups {
  align-items: flex-end;
  display: flex;
}
.inline-share .inline-share-groups > * {
  margin-left: 10px;
}
.inline-share .inline-share-groups .zalo-follow-only-button {
  max-height: 20px;
}

/************************/
.search-dropdown--wrap .trigger-s {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 3px 1px 12px rgba(255, 255, 255, 0);
}
.search-dropdown--wrap .trigger-s svg {
  background-color: var(--white);
  border-radius: 99px;
  fill: #333;
  flex: 0 0 30px;
  height: 30px;
  max-width: 30px;
  padding: 3px;
}
.search-dropdown--wrap .trigger-s > span {
  display: none;
}
.search-dropdown--wrap .dropdown-pane {
  background-color: #f6f5f7;
  border: none;
  bottom: auto;
  opacity: 0;
  padding: 12px 0;
  position: absolute;
  transition: all 0.15s linear;
  width: 100%;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-dropdown--wrap .dropdown-pane form {
  width: 100%;
}
.search-dropdown--wrap .dropdown-pane.is-open {
  opacity: 1;
  transition: all 0.2s linear;
}
@media (max-width: 64.05rem) {
  .search-dropdown--wrap .dropdown-pane {
    /*1024px*/
    left: unset !important;
    right: 0 !important;
  }
}
@media (max-width: 47.925rem) {
  .search-dropdown--wrap .dropdown-pane {
    /*640px*/
    top: 90px !important;
    height: 75px;
  }
}
@media (min-width: 64.0625rem) {
  .search-dropdown--wrap .dropdown-pane {
    /*1024px*/
    left: 0 !important;
    height: 91px;
    top: 53px !important;
  }
}
.search-dropdown--wrap .dropdown-pane .frm-container {
  /*flex: 0 0 280px;*/
  margin-right: 0;
  /*max-width: 280px;*/
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.search-dropdown--wrap .dropdown-pane .frm-container::before {
  border-color: transparent transparent #f6f5f7 transparent;
  border-style: solid;
  border-width: 0 13px 15px;
  content: "";
  left: 0;
  position: absolute;
  top: -20px;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search] {
  border-radius: 30px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  height: 45px;
  margin-bottom: 0;
  outline: none;
  padding: 0 30px 0 10px;
  width: 100%;
}
@media (max-width: 47.925rem) {
  .search-dropdown--wrap .dropdown-pane .frm-container input[type=search] {
    /*640px*/
    height: 40px;
  }
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s {
  background-color: #e83c2a;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  padding: 3px;
  position: absolute;
  right: 3px;
  top: 2px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 47.925rem) {
  .search-dropdown--wrap .dropdown-pane .frm-container .btn-s {
    /*640px*/
    width: 36px;
    height: 36px;
  }
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s > span {
  display: none;
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.search-dropdown--wrap .dropdown-pane .frm-container .trigger-s-close {
  display: none;
}

/**********************/
.share-icon {
  background: #ffffff;
  border: 1px solid #8a8a8a;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
  box-shadow: 3px 1px 12px rgba(138, 138, 138, 0.2);
}
.share-icon::before {
  background-repeat: no-repeat;
  width: 60%;
  height: 60%;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-icon.icon-facebook::before {
  background-image: url(../img/svg/facebook-f.svg);
}
.share-icon.icon-twitter::before {
  background-image: url(../img/svg/twitter.svg);
}
.share-icon.icon-telegram::before {
  background-image: url(../img/svg/telegram-plane.svg);
}
.share-icon.icon-send-email::before, .share-icon.icon-mail::before {
  background-image: url(../img/svg/envelope.svg);
}
.share-icon.icon-web-share::before, .share-icon.icon-share::before {
  background-image: url(../img/svg/share-alt.svg);
}

/**********************/
.sharing_toolbox .share-title::before {
  background: #000000;
  content: "";
  height: 1px;
  margin-right: 3px;
  width: 10px;
}
.sharing_toolbox .social-share > .share-label {
  display: none;
}
.sharing_toolbox .social-share ul.share-actions {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  margin-bottom: 15px;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 0.9;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button > .share-icon.icon-facebook::before {
  left: 60%;
}

/**********************/
details {
  text-align: left;
}
details > summary {
  cursor: help;
  display: flex;
}
details > summary a {
  color: #eee;
  font-size: 12px;
}
details > summary::after {
  content: "";
}
details > p {
  margin-bottom: 0;
}

/* ** */
/************************/
.section._h1,
.elementor-element._h1 {
  margin-bottom: 0;
}
.section._h1 .heading-title,
.elementor-element._h1 .heading-title {
  font-size: 2.25rem;
}
@media (min-width: 47.9375rem) {
  .section._h1 .heading-title,
  .elementor-element._h1 .heading-title {
    /*640px*/
    font-size: 2.625rem;
  }
}
.section._h2,
.elementor-element._h2 {
  margin-bottom: 0;
}
.section._h2 .heading-title,
.elementor-element._h2 .heading-title {
  font-size: 1.875rem;
}
@media (min-width: 47.9375rem) {
  .section._h2 .heading-title,
  .elementor-element._h2 .heading-title {
    /*640px*/
    font-size: 2.1875rem;
  }
}
.section._h3,
.elementor-element._h3 {
  margin-bottom: 0;
}
.section._h3 .heading-title,
.elementor-element._h3 .heading-title {
  font-size: 1.5625rem;
}
@media (min-width: 47.9375rem) {
  .section._h3 .heading-title,
  .elementor-element._h3 .heading-title {
    /*640px*/
    font-size: 1.8125rem;
  }
}
.section._h4,
.elementor-element._h4 {
  margin-bottom: 0;
}
.section._h4 .heading-title,
.elementor-element._h4 .heading-title {
  font-size: 1.3125rem;
}
@media (min-width: 47.9375rem) {
  .section._h4 .heading-title,
  .elementor-element._h4 .heading-title {
    /*640px*/
    font-size: 1.5rem;
  }
}
.section._h5,
.elementor-element._h5 {
  margin-bottom: 0;
}
.section._h5 .heading-title,
.elementor-element._h5 .heading-title {
  font-size: 1.125rem;
}
@media (min-width: 47.9375rem) {
  .section._h5 .heading-title,
  .elementor-element._h5 .heading-title {
    /*640px*/
    font-size: 1.25rem;
  }
}
.section._h6,
.elementor-element._h6 {
  margin-bottom: 0;
}
.section._h6 .heading-title,
.elementor-element._h6 .heading-title {
  font-size: 1rem;
}
@media (min-width: 47.9375rem) {
  .section._h6 .heading-title,
  .elementor-element._h6 .heading-title {
    /*640px*/
    font-size: 1.0625rem;
  }
}

/************************/
.off-canvas-content {
  margin-left: 5px !important;
  margin-right: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 45px !important;
  display: none;
}
@media (max-width: 47.925rem) {
  .off-canvas-content {
    /*640px*/
    display: block;
  }
}

/** */
/************************/
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container .swiper-slide {
  overflow: unset;
}
.swiper-container .swiper-slide .item {
  height: 100%;
  position: relative;
}

.swiper-marquee .swiper-wrapper {
  touch-action: manipulation;
  transition-timing-function: linear !important;
}

/************************/
.swiper-controls .swiper-button {
  background: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.swiper-controls .swiper-button::after,
.swiper-controls .swiper-button svg {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}
.swiper-controls .swiper-button:focus {
  outline: none;
}
.swiper-controls .swiper-pagination {
  margin-top: 30px;
  position: relative;
  white-space: nowrap;
}
.swiper-controls .swiper-pagination.swiper-pagination-fraction {
  padding: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #595959;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #595959;
  margin: 5px;
  opacity: 0.6;
  transition: 0.3s;
}
@media (max-width: 47.925rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    /*640px*/
    width: 4px;
    height: 4px;
  }
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #e83c2a;
  box-shadow: 0 0 0 2px #e83c2a;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef7b6f;
  box-shadow: 0 0 0 2px #ef7b6f;
  opacity: 1;
  width: 15px;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: #e83c2a;
  box-shadow: 0 0 0 2px #e83c2a;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  border-radius: 50%;
  opacity: 0.3;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 5px;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar {
  background: #eee;
  border-radius: 8px;
  bottom: 0;
  height: 2px;
  left: 50%;
  max-width: 90vw;
  padding: 0;
  position: absolute;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  width: 300px;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-image: linear-gradient(90deg, #ff1e0a 0%, #f29086 100%);
  border-radius: 8px;
}
.swiper-controls .swiper-progress {
  background-color: #fff;
  border-radius: 8px;
  height: 2px;
}
.swiper-controls .swiper-progress::after {
  background-image: linear-gradient(90deg, #ff1e0a 0%, #ed6658 100%);
  content: "";
  height: 2px;
  position: absolute;
  transition: width 0s;
  width: 0;
}
.swiper-controls .swiper-progress.progress::after {
  transition: width 6s linear;
  width: 100%;
}
.swiper-controls.normal-controls .swiper-button {
  border: none !important;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-controls.normal-controls .swiper-button::before, .swiper-controls.normal-controls .swiper-button::after {
  display: none;
}
.swiper-controls.normal-controls .swiper-button.swiper-button-next {
  right: 0 !important;
}
.swiper-controls.normal-controls .swiper-button.swiper-button-prev {
  left: 0 !important;
}
.swiper-controls.normal-controls .swiper-button.swiper-button-prev .arrow {
  transform: rotate(180deg);
}
.swiper-controls.normal-controls .swiper-button .arrow {
  background-color: #000;
  color: #000;
  cursor: pointer;
  height: 2px;
  margin: 0 auto;
  opacity: 0.6;
  position: absolute;
  transition: 0.3s all;
  width: 12px;
  z-index: 1;
}
.swiper-controls.normal-controls .swiper-button .arrow::after, .swiper-controls.normal-controls .swiper-button .arrow::before {
  background-color: #000;
  color: #000;
  content: "";
  height: 2px;
  position: absolute;
  transition: 0.3s all;
  width: 8px;
  z-index: 9;
}
.swiper-controls.normal-controls .swiper-button .arrow::before {
  bottom: -3px;
  right: -2px;
  transform: rotate(-45deg);
}
.swiper-controls.normal-controls .swiper-button .arrow::after {
  right: -3px;
  top: -2px;
  transform: rotate(45deg);
}
.swiper-controls.normal-controls .swiper-button .arrow:hover {
  background-color: #e83c2a;
  color: #e83c2a;
}
.swiper-controls.normal-controls .swiper-button .arrow:hover::before, .swiper-controls.normal-controls .swiper-button .arrow:hover::after {
  background-color: #e83c2a;
  color: #e83c2a;
}

/************************/
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ng-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.4;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes ng-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes ng-circle-icon-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes DownMove {
  0% {
    top: 50%;
  }
  5% {
    top: 60%;
  }
  10% {
    top: 50%;
  }
  15% {
    top: 60%;
  }
  20% {
    top: 50%;
  }
}
/* ** */
/* ** */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: 74.375rem;
}
@media (max-width: 95.9875rem) {
  .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    /*1440px*/
    max-width: 70.625rem;
  }
}

.elementor-heading-title {
  font-weight: 600;
}

section.section {
  position: relative;
}
section.section.section-videobox {
  overflow: hidden;
  padding: 130px 0 120px;
}
section.section.section-videobox h6 {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  position: relative;
  line-height: 1.7;
  margin-bottom: 15px;
}
section.section.section-videobox h6::after {
  position: absolute;
  content: "";
  right: -68px;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background-color: #ee0d09;
}
section.section.section-videobox h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
section.section.section-videobox .video-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section.section.section-videobox .video-box .text {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
section.section.section-videobox .video-box .video-btn a {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #e83c2a;
  display: inline-block;
  font-size: 72px;
  line-height: 70px;
  margin-right: 25px;
  position: relative;
  text-align: center;
  transition: 0.5s;
}
section.section.section-videobox .video-box .video-btn a:hover {
  background-color: #e83c2a;
  color: #fff;
}

.parallax-bg {
  background-size: cover;
  bottom: -20px;
  left: 0;
  position: absolute;
  right: 0;
  top: -50px;
}

.button {
  position: relative;
  margin-bottom: 0;
}
.button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
}
.button:hover::before {
  width: 100%;
  opacity: 0.1;
}

.swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
}

@media (min-width: 64.0625rem) {
  /*1024px*/
  .desktop-menu.menu > li .menu.vertical {
    background-color: #ffffff;
    min-width: 280px;
    padding: 0;
  }
  .desktop-menu.menu > li .menu.vertical li {
    background: none;
    position: relative;
  }
  .desktop-menu.menu > li .menu.vertical li:not(:first-child)::before {
    background: rgba(0, 0, 0, 0.05);
    content: "";
    display: block;
    height: 1px;
  }
  .desktop-menu.menu > li .menu.vertical li > a {
    font-size: 15px;
    line-height: 24px;
    padding: 12px 20px;
  }
}
section.section .heading-title {
  font-weight: 600;
}
section.section.section-service-cat {
  background: #f5f4f7 url(../img/pattern.png);
  padding: 70px 0 140px;
  position: relative;
}
section.section.section-service-cat .title-container {
  margin-bottom: 50px;
}
section.section.section-service-cat .heading-title {
  position: relative;
  color: #000;
  display: inline-block;
  margin-bottom: 0;
}
section.section.section-service-cat .heading-title::after {
  position: absolute;
  content: "";
  right: -68px;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background-color: #ee0d09;
}
section.section.section-service-cat .heading-desc {
  color: #797979;
  font-weight: 400;
  margin-top: 25px;
  position: relative;
}
section.section.section-service-cat article.item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-bottom: 3px solid #e83c2a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  position: relative;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}
section.section.section-service-cat article.item::before {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  content: "";
  height: 10px;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  width: 90%;
  z-index: -1;
}
section.section.section-service-cat article.item:hover {
  transform: translateY(-5px);
}
section.section.section-service-cat article.item:hover::before {
  opacity: 1;
  transform: translateY(5px);
}
section.section.section-service-cat article.item .inner-box {
  padding: 20px;
  position: relative;
}
section.section.section-service-cat article.item .inner-box h6 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
section.section.section-service-cat article.item .inner-box h4 {
  color: #000;
  margin-bottom: 15px;
}
section.section.section-service-cat article.item .inner-box .excerpt {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  line-height: 1.5;
}
section.section.section-service-cat article.item .inner-box .read-more {
  color: #e83c2a;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
section.section.section-service-cat article.item .inner-box .icon {
  bottom: 25px;
  color: #b2b2b2;
  font-size: 55px;
  line-height: 45px;
  position: absolute;
  right: 33px;
}

section.section.home-posts-carousel {
  background-color: #f9f9f9;
  padding: 80px 0 70px;
  position: relative;
}
section.section.home-posts-carousel .title-container {
  margin-bottom: 50px;
}
section.section.home-posts-carousel .heading-title {
  position: relative;
  color: #000;
  display: inline-block;
  margin-bottom: 0;
}
section.section.home-posts-carousel .heading-title::after {
  position: absolute;
  content: "";
  right: -68px;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background-color: #ee0d09;
}
section.section.home-posts-carousel .heading-desc {
  color: #797979;
  font-weight: 400;
  margin-top: 25px;
  position: relative;
}
section.section.home-posts-carousel .grid-container {
  position: relative;
}
section.section.home-posts-carousel .view-all {
  align-items: center;
  color: #e83c2a;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -60px;
}
section.section.home-posts-carousel .swiper-section {
  margin-left: -15px;
  margin-right: -15px;
}
section.section.home-posts-carousel .swiper-section .swiper-container {
  padding-left: 15px;
  padding-right: 15px;
}
section.section.home-posts-carousel .swiper-slide {
  margin-bottom: 60px;
  position: relative;
}
section.section.home-posts-carousel article.item {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
section.section.home-posts-carousel article.item .cover-content {
  padding: 35px 25px 3px;
  position: relative;
  text-align: center;
}
section.section.home-posts-carousel article.item .cover-content .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
section.section.home-posts-carousel article.item .cover-content .meta .time {
  color: #e83c2a;
  margin-right: 10px;
}
section.section.home-posts-carousel article.item .cover-content .meta .terms a {
  display: inline-block;
}
section.section.home-posts-carousel article.item .cover-content h4 a {
  display: block;
}
section.section.home-posts-carousel article.item .cover-content .excerpt {
  color: #494949;
  font-size: 14px;
}
section.section.home-posts-carousel article.item .cover-content .view-more {
  align-items: center;
  background-color: #e83c2a;
  border-radius: 50%;
  bottom: -30px;
  color: #fff;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
  width: 56px;
  position: relative;
}
section.section.home-posts-carousel article.item .cover-content .view-more::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
}
section.section.home-posts-carousel article.item .cover-content .view-more:hover::before {
  width: 100%;
  opacity: 0.1;
}
section.section.home-posts-carousel article.item .cover-content .view-more::before {
  border-radius: 100%;
}
section.section.home-posts-carousel article.item .cover-content .view-more span {
  display: none;
}
section.section.home-posts-carousel article.item .cover-content .view-more svg {
  display: inline-block;
  height: auto;
  margin-left: 0;
  position: relative;
  transition: 1s;
  width: 28px;
}

.elementor-element.e-effect2 .elementor-button {
  position: relative;
}
.elementor-element.e-effect2 .elementor-button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
}
.elementor-element.e-effect2 .elementor-button:hover::before {
  width: 100%;
  opacity: 0.1;
}
.elementor-element.e-effect2 .elementor-button:hover {
  color: #fff !important;
}
.elementor-element.e-effect2 .elementor-button:hover svg {
  color: #fff;
  fill: #fff;
}
.elementor-element.e-effect2 .elementor-button:hover::before {
  background-color: #d70c08;
  opacity: 1;
}
.elementor-element.e-effect2 .elementor-button .elementor-button-content-wrapper {
  position: relative;
}

.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs li {
  text-transform: unset;
}
.breadcrumbs li a {
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  text-transform: unset;
  z-index: 99;
}

section.section.section-title {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  background-image: url(../img/bg-title.jpg);
}
section.section.section-title .bg-sec-title {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000085;
  top: 0;
  left: 0;
}
section.section.section-title .title-bg {
  background-position: right center;
  background-repeat: no-repeat;
}
section.section.section-title .grid-container {
  position: relative;
}
section.section.section-title .title {
  color: #ffffff;
  font-weight: 700;
  max-width: 720px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 47.925rem) {
  section.section.section-title .title {
    /*640px*/
    font-weight: 500 !important;
    font-size: 24px !important;
  }
}
section.section.section-title .breadcrumbs li,
section.section.section-title .breadcrumbs a {
  color: #eee;
}
section.section.section-title .title-parallax {
  bottom: -60px;
  display: none;
  color: transparent;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -4px;
  position: absolute;
  right: 15px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 47.925rem) {
  section.section.section-title {
    /*640px*/
    padding: 50px 0;
  }
}

.elementor-element.e-bgcover {
  height: 100%;
  position: absolute !important;
  right: -50vw;
  width: 100% !important;
}

.grid-post-wrapper.grid-x .cell {
  width: 33.33%;
  margin-bottom: 30px;
}
@media (min-width: 47.9375rem) {
  .grid-post-wrapper.grid-x .cell {
    /*640px*/
    margin-bottom: 50px;
  }
}
@media (max-width: 47.925rem) {
  .grid-post-wrapper.grid-x .cell {
    /*640px*/
    width: 100%;
  }
}
.grid-post-wrapper article.item .cover-content .meta {
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 20px;
}
.grid-post-wrapper article.item .cover-content .meta .time {
  color: #e83c2a;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.grid-post-wrapper article.item .cover-content .meta .terms {
  color: #acacac;
  font-weight: 500;
  position: relative;
}
.grid-post-wrapper article.item .cover-content .view-more {
  background-color: #ff1e0a;
  color: #fff;
  margin-top: 16px;
  padding: 8px 16px;
  position: relative;
  position: relative;
}
.grid-post-wrapper article.item .cover-content .view-more::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
}
.grid-post-wrapper article.item .cover-content .view-more:hover::before {
  width: 100%;
  opacity: 0.1;
}
.section.archive-posts {
  background-color: #f9f9f9;
  padding: 70px 0;
  position: relative;
}
.section.archive-posts .archive-desc {
  margin-bottom: 50px;
}

/**********************/
.section.single-post .sharing_toolbox {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 110px;
  padding-right: 15px;
  position: sticky;
  top: 230px;
}
@media (max-width: 47.925rem) {
  .section.single-post .sharing_toolbox {
    /*640px*/
    display: none;
  }
}
.section.single-post .grid-container {
  align-items: flex-start;
  display: flex;
}
.section.single-post .col-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 900px;
  margin: 40px;
}
.section.single-post .col-content .terms {
  margin: 0;
  padding-bottom: 30px;
  padding-top: 50px;
}
@media (max-width: 47.925rem) {
  .section.single-post .col-content .terms {
    /*640px*/
    padding-top: 0;
  }
}
.section.single-post .col-content .terms a {
  border: 1px solid #8a8a8a;
  border-radius: 10px;
  color: #8a8a8a;
  font-size: 14px;
  margin-right: 15px;
  padding: 5px 10px;
  transition: 0.3s;
}
.section.single-post .col-content .terms a:last-child {
  margin-right: 0;
}
.section.single-post .col-content .terms a:hover {
  border-color: #e83c2a;
  color: #e83c2a;
}
.section.single-post .col-content .excerpt blockquote {
  background-color: rgba(177, 177, 177, 0.1);
  border-left: none;
  box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.section.single-post .col-content .excerpt blockquote::first-letter {
  font-size: 18px;
  font-weight: 600;
  margin-right: 1px;
}
.section.single-post .col-content .excerpt blockquote::before {
  color: #ed6658;
  content: "“";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150px;
  font-style: normal;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: -16px;
}
.section.single-post .col-content .content {
  margin-bottom: 50px;
}

/**********************/
.pagination-single-inner {
  display: flex;
  gap: 30px;
}
.pagination-single-inner > a {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.pagination-single-inner > a.previous-post .arrow, .pagination-single-inner > a.next-post .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.pagination-single-inner > a.previous-post .arrow::before, .pagination-single-inner > a.next-post .arrow::before {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  content: "";
  filter: brightness(1) invert(1);
  opacity: 0.6;
  position: absolute;
  transition: 0.3s;
}
.pagination-single-inner > a.previous-post .title, .pagination-single-inner > a.next-post .title {
  color: #000000;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
.pagination-single-inner > a.previous-post:hover .res > img, .pagination-single-inner > a.next-post:hover .res > img {
  filter: brightness(0.5);
  transition: 0.3s;
}
.pagination-single-inner > a.previous-post:hover .arrow::before, .pagination-single-inner > a.next-post:hover .arrow::before {
  opacity: 1;
}
.pagination-single-inner > a.previous-post .arrow::before {
  background-image: url(../img/svg/chevron-circle-left.svg);
}
.pagination-single-inner > a.next-post .arrow::before {
  background-image: url(../img/svg/chevron-circle-right.svg);
}

.pagination-single {
  margin-bottom: 40px;
  margin-top: 50px;
}

/***********************/
.grid-service-wrapper.grid-x .cell {
  margin-bottom: 30px;
}
@media (min-width: 47.9375rem) {
  .grid-service-wrapper.grid-x .cell {
    /*640px*/
    margin-bottom: 40px;
  }
}
.grid-service-wrapper article.item .cover-content {
  padding-bottom: 20px;
  position: relative;
}
.grid-service-wrapper article.item .cover-content h4 {
  font-weight: 700;
  padding: 20px 0 0 0;
  position: relative;
}
.grid-service-wrapper article.item .cover-content h4 a {
  color: #000;
}
.grid-service-wrapper article.item .cover-content h4 a:hover {
  color: #e83c2a;
}
.grid-service-wrapper article.item .cover-content .excerpt {
  color: #494949;
  display: none;
  font-size: 14px;
  line-height: 1.6;
}
.grid-service-wrapper article.item .cover-content .view-more {
  /* display: none; */
  color: #e83c2a;
  font-size: 13px;
  font-weight: 400;
}
.grid-service-wrapper article.item .cover-content .view-more svg {
  display: none;
}
.grid-service-wrapper article.item .cover-content::before {
  background-color: #e3e3e3;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.grid-service-wrapper article.item .cover-content::after {
  background-color: #e83c2a;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 85px;
}

/**********************/
.elementor-element.e-contact-form .wpcf7-form label {
  display: none;
}
.elementor-element.e-contact-form .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.elementor-element.e-contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  right: 2px;
  top: 2px;
}
.elementor-element.e-contact-form .wpcf7-form input,
.elementor-element.e-contact-form .wpcf7-form textarea,
.elementor-element.e-contact-form .wpcf7-form button,
.elementor-element.e-contact-form .wpcf7-form select {
  margin-bottom: 25px;
}
.elementor-element.e-contact-form .wpcf7-form button[type=submit] {
  position: relative;
  background-color: #e83c2a;
  color: #fff;
  font-weight: 400;
  padding: 16px 32px;
  position: relative;
  text-transform: uppercase;
}
.elementor-element.e-contact-form .wpcf7-form button[type=submit]::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
}
.elementor-element.e-contact-form .wpcf7-form button[type=submit]:hover::before {
  width: 100%;
  opacity: 0.1;
}
/**********************/
.section.single-service {
  margin-top: 50px;
}

.grecaptcha-badge {
  display: none !important;
}

/************NEww**********/
.grid-container.full {
  max-width: 100%;
  margin-left: 100px;
  margin-right: 100px;
}

.inside-header {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
@media (max-width: 47.925rem) {
  .inside-header {
    /*640px*/
  }
  .inside-header .mb {
    display: none;
  }
}
.inside-header > .grid-container {
  position: relative;
  align-items: center;
  display: flex;
  min-height: 90px;
}
.inside-header > .grid-container .main-header-right {
  flex: 0 0 25%;
  max-width: 25%;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 47.925rem) {
  .inside-header > .grid-container .main-header-right {
    /*640px*/
    flex: 0 0 40%;
    max-width: 40%;
    gap: 25px;
  }
}
.inside-header > .grid-container .main-header-right #cart-icon {
  position: relative;
}
@media (max-width: 47.925rem) {
  .inside-header > .grid-container .main-header-right #cart-icon {
    /*640px*/
  }
  .inside-header > .grid-container .main-header-right #cart-icon .cart-count {
    position: absolute;
    top: 0;
    font-size: 12px;
  }
}
.inside-header > .grid-container .main-header-right #cart-icon i {
  font-size: 20px;
}
.inside-header > .grid-container .main-header-right .account {
  font-weight: 600;
}
.inside-header > .grid-container .main-header-right .account a {
  color: #000;
}
.inside-header > .grid-container .main-header-right .account i {
  font-size: 16px;
  border-radius: 100%;
  padding: 6px;
  border: 1px solid #000;
}
@media (max-width: 47.925rem) {
  .inside-header > .grid-container {
    /*640px*/
    max-height: 75px;
    min-height: 75px;
  }
}
.inside-header .menu-des {
  border: 1px solid #ccc;
  margin-right: 30px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.inside-header .menu-des svg {
  height: 24px;
}
.inside-header .menu-des svg path {
  fill: #494949;
}
.inside-header .site-logo {
  max-width: 15%;
  flex: 0 0 15%;
  align-items: center;
  display: flex;
}
@media (max-width: 47.925rem) {
  .inside-header .site-logo {
    /*640px*/
    max-width: 60%;
    flex: 0 0 60%;
  }
}
.inside-header .site-logo .logo {
  margin: 0;
}
@media (max-width: 47.925rem) {
  .inside-header .site-logo .logo {
    /*640px*/
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}
.inside-header .site-search {
  flex: 0 0 60%;
  max-width: 60%;
}
.inside-header .site-search form {
  padding: 2px 0;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e83c2a96;
}
.inside-header .site-search form select,
.inside-header .site-search form input {
  border: none;
  margin-bottom: 0;
}
.inside-header .site-search form .form-group-1 {
  width: 30%;
}
.inside-header .site-search form .form-group-2 {
  width: 70%;
}
.inside-header .site-search form button.btn.btn-primary {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

div#cart-icon {
  padding: 10px 20px;
  font-weight: 600;
}
div#cart-icon a {
  color: #000000;
}
@media (max-width: 47.925rem) {
  div#cart-icon {
    /*640px*/
    padding: 8px 8px 0 8px;
  }
  div#cart-icon .view-c {
    display: none;
  }
}

section.section.one-banners .content-bn {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
section.section.one-banners .content-bn:hover img {
  transform: scale(1.1);
}
section.section.one-banners .content-bn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.6s;
}
section.section.one-banners .content-bn .ct {
  padding: 60px;
  position: relative;
  color: #000000;
}
section.section.one-banners .content-bn .ct span {
  font-size: 25px;
}
@media (max-width: 47.925rem) {
  section.section.one-banners .content-bn .ct span {
    /*640px*/
    font-size: 22px;
  }
}
section.section.one-banners .content-bn .ct p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 47.925rem) {
  section.section.one-banners .content-bn .ct p {
    /*640px*/
    font-size: 16px;
  }
}
section.section.one-banners .content-bn .ct h3 {
  font-size: 45px;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 47.925rem) {
  section.section.one-banners .content-bn .ct h3 {
    /*640px*/
    font-size: 40px;
  }
}
@media (max-width: 47.925rem) {
  section.section.one-banners .content-bn .ct {
    /*640px*/
    padding: 30px 20px;
  }
}

.col-content-page {
  padding: 40px 0;
}
.col-content-page h1,
.col-content-page h2,
.col-content-page h3,
.col-content-page h4,
.col-content-page h5,
.col-content-page h6 {
  font-weight: 500;
}

.site-footer {
  position: relative;
}
.site-footer .tf {
  background: #000000;
  color: #fff;
}
.site-footer .tf .grid-container {
  display: flex;
  align-items: center;
}
.site-footer .tf .tf-left,
.site-footer .tf .tf-right {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px 0;
  width: 30%;
}
.site-footer .tf .tf-right {
  justify-content: flex-end;
}
@media (max-width: 47.925rem) {
  .site-footer .tf .tf-right {
    /*640px*/
    padding-top: 0;
  }
}
.site-footer .tf .tf-left {
  padding-right: 30px;
}
.site-footer .tf .tf-left i {
  font-size: 40px;
}
.site-footer .tf .tf-left h2 {
  color: #fff;
  font-weight: 500;
}
.site-footer .tf .tf-center {
  width: 40%;
}
.site-footer .tf .tf-center form {
  position: relative;
}
.site-footer .tf .tf-center form input {
  margin-bottom: 0;
  height: 45px;
  border: none;
}
.site-footer .tf .tf-center form .wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: #e83c2a;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
}
.site-footer .tf .tf-center form .ajax-loader {
  position: absolute;
}
@media (max-width: 47.925rem) {
  .site-footer .tf {
    /*640px*/
  }
  .site-footer .tf .grid-container {
    flex-direction: column;
  }
  .site-footer .tf .tf-left i {
    display: none;
  }
  .site-footer .tf .tf-left .tf-cl {
    text-align: center;
  }
  .site-footer .tf .tf-left,
  .site-footer .tf .tf-center,
  .site-footer .tf .tf-right {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.site-footer #footer-cen .box-ft .iconbox {
  display: flex;
  list-style: none;
  margin-left: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 35px 0;
}
@media (max-width: 47.925rem) {
  .site-footer #footer-cen .box-ft .iconbox {
    /*640px*/
    flex-wrap: wrap;
  }
}
.site-footer #footer-cen .box-ft .iconbox li {
  width: 25%;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 47.925rem) {
  .site-footer #footer-cen .box-ft .iconbox li {
    /*640px*/
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.site-footer #footer-cen .box-ft .iconbox li .title {
  color: #000000;
  font-weight: 500;
}
.site-footer #footer-cen .box-ft .iconbox li img {
  width: 80px;
  height: 50px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media (max-width: 47.925rem) {
  .site-footer #footer-cen .box-ft .iconbox li img {
    /*640px*/
    width: 60px;
  }
}
.site-footer .footer-credit {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0 15px;
  position: relative;
  text-align: center;
}
.site-footer .footer-credit .cp-r {
  justify-content: center;
}
.site-footer .footer-credit .copyright {
  font-size: 14px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.site-footer .footer-credit .copyright a {
  color: currentColor;
}
@media (max-width: 47.925rem) {
  .site-footer .footer-credit .copyright {
    /*640px*/
    flex-direction: column;
  }
  .site-footer .footer-credit .copyright summary {
    margin-bottom: 20px;
  }
}
.site-footer .footer-widgets {
  padding-bottom: 10px;
  padding-top: 70px;
  background: #ffffff;
}
.site-footer .footer-widgets .footer-widget {
  margin-bottom: 40px;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 47.925rem) {
  .site-footer .footer-widgets .footer-widget {
    /*640px*/
    max-width: 100% !important;
    flex: 0 0 100% !important;
    border-bottom: 1px solid #ccc;
  }
}
.site-footer .footer-widgets .footer-widget .grid-container {
  padding-left: 0;
  padding-right: 0;
}
.site-footer .footer-widgets .footer-widget .site-logo {
  margin-bottom: 25px;
}
.site-footer .footer-widgets .footer-widget .footer-desc,
.site-footer .footer-widgets .footer-widget .desc {
  color: #ddd;
}
.site-footer .footer-widgets .footer-widget .widget-title {
  color: #000000;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 47.925rem) {
  .site-footer .footer-widgets .footer-widget .widget-title {
    /*640px*/
    margin-bottom: 15px;
  }
  .site-footer .footer-widgets .footer-widget .widget-title:after {
    content: "\f107";
    font-family: "FontAwesome";
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 3px;
    transform: rotate(90deg);
    right: 0;
  }
  .site-footer .footer-widgets .footer-widget .widget-title.open::after {
    transform: rotate(0deg);
  }
}
.site-footer .footer-widgets .footer-widget ul.menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
@media (max-width: 47.925rem) {
  .site-footer .footer-widgets .footer-widget ul.menu {
    /*640px*/
    display: none;
  }
}
.site-footer .footer-widgets .footer-widget ul.menu li {
  margin-bottom: 8px;
  position: relative;
}
.site-footer .footer-widgets .footer-widget ul.menu li a {
  color: #494949;
  padding: 0;
  position: relative;
  display: inline-block;
}
.site-footer .footer-widgets .footer-widget ul.menu li a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #494949;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.site-footer .footer-widgets .footer-widget ul.menu li a:hover::before {
  transform-origin: left center;
  transform: scaleX(1);
}
.site-footer .footer-widgets .footer-widget ul.menu li.active a, .site-footer .footer-widgets .footer-widget ul.menu li.is-active a {
  background: none;
  color: #ff1e0a;
  transform: scaleX(1);
  transform-origin: left center;
}
@media (max-width: 47.925rem) {
  .site-footer .footer-widgets .footer-widget {
    /*640px*/
    margin-bottom: 15px;
  }
}
.site-footer .footer-widgets .footer-widget:last-child {
  border-bottom: unset;
}
@media (max-width: 47.925rem) {
  .site-footer .footer-widgets .footer-widget:last-child .widget-title {
    /*640px*/
  }
  .site-footer .footer-widgets .footer-widget:last-child .widget-title::after {
    display: none;
  }
}
@media (max-width: 47.925rem) {
  .site-footer .footer-widgets .footer-widget:last-child ul.menu {
    /*640px*/
    display: flex;
  }
}
@media (max-width: 47.925rem) {
  .site-footer .footer-widgets {
    /*640px*/
    padding-top: 35px;
  }
}

.site-navigation {
  align-items: center;
  display: flex;
}
.site-navigation .widget-group {
  align-items: center;
  display: flex;
  margin-left: 35px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 47.925rem) {
  .site-navigation .widget-group {
    /*640px*/
  }
  .site-navigation .widget-group .header-widgets .link-btn {
    display: none;
  }
}
@media (max-width: 64.05rem) {
  .site-navigation .widget-group {
    /*1024px*/
    margin-left: 0;
  }
}
@media (min-width: 64.0625rem) {
  .site-navigation .widget-group {
    /*1024px*/
  }
  .site-navigation .widget-group::before {
    background-color: #797979;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 1px;
  }
}
.site-navigation .widget-group .search-dropdown--wrap {
  margin-right: 20px;
}
.site-navigation .widget-group .link-btn a {
  display: block;
  line-height: normal;
  padding: 12px 30px;
  text-transform: uppercase;
}
.site-navigation .desktop-menu {
  height: 100%;
}
.site-navigation .desktop-menu > li {
  margin-right: 2rem;
  padding: 15px 0;
}
.site-navigation .desktop-menu > li:last-child {
  margin-right: 0;
}
.site-navigation .desktop-menu > li.active a {
  color: #e83c2a;
}
.site-navigation .desktop-menu > li.hide-text > a {
  text-indent: -999999px;
}
.site-navigation .desktop-menu > li.home-icon {
  position: relative;
}
.site-navigation .desktop-menu > li.home-icon > a {
  height: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  width: 20px;
}
.site-navigation .desktop-menu > li.home-icon > a::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.site-navigation .desktop-menu > li.home-icon > a:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
}
.site-navigation .desktop-menu > li.home-icon.is-active > a::after, .site-navigation .desktop-menu > li.home-icon.active > a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2300B38F" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
}
.site-navigation .desktop-menu > li > a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.1px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.site-navigation .desktop-menu > li > a:hover, .site-navigation .desktop-menu > li > a:active {
  color: #e83c2a;
}
.site-navigation .desktop-menu > li.is-dropdown-submenu-parent > a {
  padding-right: 20px;
}
@media (max-width: 64.05rem) {
  .site-navigation {
    /*1024px*/
    justify-content: flex-end;
  }
  .site-navigation nav#site-navigation {
    display: none;
  }
}

.bot_header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.bot_header .bot-h {
  display: flex;
  align-items: center;
}
.bot_header .bot-h .menu-dmsp {
  width: 25%;
  position: relative;
}
.bot_header .bot-h .menu-dmsp .no-click {
  pointer-events: none;
}

.bot_header .bot-h .menu-dmsp span {
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  background: #e83c2a;
  align-items: center;
  gap: 15px;
  margin-right: 15px;
}
.bot_header .bot-h .menu-dmsp ul {
  position: absolute;
  width: calc(100% - 15px);
  height: 80vh;
  z-index: 9999;
  padding-top: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.9s;
  transform: translateY(10px);
}
.bot_header .bot-h .menu-dmsp ul::-webkit-scrollbar-thumb {
  background: #e83c2a;
  border-radius: 10px 0;
}
.bot_header .bot-h .menu-dmsp ul::-webkit-scrollbar {
  width: 2px;
  background-color: #eee;
}
@media (max-width: 47.925rem) {
  .bot_header .bot-h .menu-dmsp ul li a {
    /*640px*/
    padding-left: 10px;
  }
}
.bot_header .bot-h .menu-dmsp ul li ul.submenu {
  display: none;
  position: relative;
  transition: 0.6s;
}
.bot_header .bot-h .menu-dmsp ul li ul.submenu.is-active {
  display: block;
  height: auto;
}
@media (max-width: 47.925rem) {
  .bot_header .bot-h .menu-dmsp ul li ul.submenu li a {
    /*640px*/
    font-size: 13px;
  }
}
.bot_header .bot-h .menu-dmsp:hover ul {
  visibility: visible;
  opacity: 1;
  height: 80vh;
  transform: translateY(0);
}
.bot_header .bot-h .col-right {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bot_header .bot-h .col-right .bot-header-right {
  color: #000000;
  font-weight: 600;
}
.bot_header .bot-h .col-right .bot-header-right i {
  color: #e83c2a;
  font-size: 18px;
  margin-right: 15px;
}
.bot_header .bot-h .col-right .bot-header-right .textwidget {
  align-items: center;
  display: flex;
}

@media (max-width: 47.925rem) {
  .top-header {
    /*640px*/
    margin-bottom: 5px;
  }
  .top-header .grid-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-header .grid-container .top-header-right .trigger-s svg {
    background: #e83c2a;
    padding: 5px;
  }
  .top-header .grid-container .top-header-right .trigger-s svg path:last-child {
    fill: #fff;
  }
}
.top-header .top-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 47.925rem) {
  .top-header .top-header-left {
    /*640px*/
  }
  .top-header .top-header-left .widget_block {
    display: none;
  }
}
.top-header .top-header-left .social-menu li a {
  border: 1px solid #000000;
}
.top-header .top-header-left .social-menu li a svg path {
  fill: #000000;
}
.top-header .top-header-left .social-menu li.instagram svg circle {
  fill: #000;
}
.top-header .top-header-right.des {
  display: none;
}
@media(min-width:  767px) {
    .bot_header .bot-h .menu-dmsp span button{
      display: none;
    }
}
@media (max-width: 47.925rem) {
  .top-header .top-header-right.des {
    /*640px*/
    display: block;
  }

  .bot_header .bot-h .menu-dmsp {

    width: 100%;

  }

  .bot_header .bot-h .menu-dmsp .no-click {
    pointer-events: unset;
  }
  .bot_header .bot-h .col-right {
    display: none !important;
  }
  .bot_header .bot-h .menu-dmsp span {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
  }
  .bot_header .bot-h .menu-dmsp span .hd-mb  {
    display: none;
  }
  .bot_header .bot-h .menu-dmsp span button{
    border: 1px solid #ccc;
    color: #fff;
    padding: 10px;
    border-radius: 5px;

  }
  
  
}

.col-left .widget_nav_menu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children i {
  color: #000 !important;
}
.col-left .widget_nav_menu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children  ul li  a {
  margin-left: 15px;
}
/*# sourceMappingURL=app.css.map*/