.CmsPage h1.Heading:not(.my-4, .mt-4, .my-5, .mt-5, .my-3, .mt-3) {
  margin-top: 0 !important;
}
.CmsPage h2,
.CmsPage .h2 {
  font-size: 2.1em;
  color: var(--black);
  font-weight: 600;
  margin-top: 36px !important;
  text-transform: uppercase;
}
.CmsPage h2 *,
.CmsPage .h2 * {
  font-weight: 600 !important;
}
.CmsPage h2:first-child,
.CmsPage .h2:first-child {
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  .CmsPage h2,
  .CmsPage .h2 {
    font-size: 1.8em;
  }
}
.CmsPage h3,
.CmsPage .h3 {
  font-size: 1.8em;
  margin-top: 30px !important;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .CmsPage h3,
  .CmsPage .h3 {
    font-size: 1.6em;
  }
}
.CmsPage h4,
.CmsPage .h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--thm);
  margin-top: 30px !important;
}
@media (max-width: 575px) {
  .CmsPage h4,
  .CmsPage .h4 {
    font-size: 1.4em;
  }
}
.CmsPage h5,
.CmsPage .h5 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 24px !important;
}
@media (max-width: 575px) {
  .CmsPage h5,
  .CmsPage .h5 {
    font-size: 1.2em;
  }
}
.CmsPage h6,
.CmsPage .h6 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 24px !important;
}
@media (max-width: 575px) {
  .CmsPage h6,
  .CmsPage .h6 {
    font-size: 1em;
  }
}
.CmsPage .Leftpanel ul:not(.browser-default) > li {
  list-style-type: none;
}
.CmsPage ul:not(.browser-default) > li {
  list-style-type: disc;
}
.CmsPage h2.m-0,
.CmsPage h3.m-0,
.CmsPage h4.m-0,
.CmsPage h5.m-0,
.CmsPage h6.m-0 {
  margin: 0 !important;
}
.CmsPage h2.mt-0,
.CmsPage h3.mt-0,
.CmsPage h4.mt-0,
.CmsPage h5.mt-0,
.CmsPage h6.mt-0 {
  margin-top: 0 !important;
}
.CmsPage h2.mb-0,
.CmsPage h3.mb-0,
.CmsPage h4.mb-0,
.CmsPage h5.mb-0,
.CmsPage h6.mb-0 {
  margin-bottom: 0 !important;
}
.CmsPage ol li::marker,
.CmsPage ul li::marker {
  font-weight: 600;
}
.CmsPage ol ul {
  margin: 9px 0 15px;
}
.CmsPage ol li {
  margin-bottom: 9px;
}
.CmsPage a {
  text-decoration: underline;
}
.CmsPage p strong {
  font-weight: 600;
}
.CmsPage img:not([class^="col-"], [class*=" col-"]) {
  width: 100% !important;
  height: auto !important;
}
.CmsPage table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-top: 30px;
}
.CmsPage table > :not(caption) > * > * {
  padding: 0.5rem 0.9rem;
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.CmsPage table > tbody {
  vertical-align: inherit;
}
.CmsPage table > thead {
  vertical-align: bottom;
}
.CmsPage table th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.CmsPage table > * {
  border-width: var(--bs-border-width) 0;
}
.CmsPage table > * > * {
  border-width: 0 var(--bs-border-width);
}
.CmsPage table td p,
.CmsPage table th p {
  margin: 0;
}
.rightp .position-sticky {
  top: 2px;
}
.rightp form {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.rightp div > h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black);
}
.rightp div .list-group-flush {
  padding: 5px;
}
.rightp div .list-group-flush > .list-group-item {
  padding: 0.4rem;
  border-bottom: 1px solid rgb(var(--black-rgb) / 0.1);
  background: none !important;
}
.rightp div .list-group-flush > .list-group-item:last-child {
  border: none;
}
.rightp div .list-group-flush > .list-group-item a {
  padding: 0.2rem 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 15px;
  gap: 12px;
  line-height: normal;
}
.rightp div .list-group-flush > .list-group-item a img,
.rightp div .list-group-flush > .list-group-item a svg {
  stroke: var(--thm);
  fill: none;
  height: 14px;
  width: 18px;
  top: 2px;
  position: relative;
}
.rightp div .list-group-flush > .list-group-item i {
  vertical-align: middle;
  line-height: normal;
  font-weight: 500;
  margin-right: 6px;
  color: var(--thm);
}
.rightp div .list-group-flush > .list-group-item .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: none;
  -webkit-box-align: initial !important;
  -ms-flex-align: initial !important;
  align-items: initial !important;
  padding: 0;
}
.rightp div .list-group-flush > .list-group-item .card > * {
  border: none;
}
.rightp div .list-group-flush > .list-group-item .card-header {
  background: none;
  padding: 0;
  width: 80px;
}
.rightp div .list-group-flush > .list-group-item .card-header img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.rightp div .list-group-flush > .list-group-item .card-body {
  width: calc(100% - 89px);
  padding: 0;
}
.rightp div .list-group-flush > .list-group-item .card-body h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 140%;
}
.card {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.star {
  color: var(--black);
  line-height: normal;
  display: inline;
  position: relative;
}
.star:before,
.star:after {
  content: "★★★★★";
  opacity: 0.2;
}
.star:after {
  color: var(--thm);
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  opacity: 1;
}
.star[data-title="0"]:after {
  width: 0;
}
.star[data-title="0.5"]:after {
  width: 10%;
}
.star[data-title="1"]:after {
  width: 20%;
}
.star[data-title="1.5"]:after {
  width: 30%;
}
.star[data-title="2"]:after {
  width: 40%;
}
.star[data-title="2.5"]:after {
  width: 50%;
}
.star[data-title="3"]:after {
  width: 60%;
}
.star[data-title="3.5"]:after {
  width: 70%;
}
.star[data-title="4"]:after {
  width: 80%;
}
.star[data-title="4.5"]:after {
  width: 90%;
}
.star[data-title="5"]:after {
  width: 100%;
}
.ripple {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: none;
  border: 1px solid rgb(var(--thm1rgb) / 0.5);
  position: absolute;
  -webkit-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ripple:before,
.ripple:after,
.ripple span:before,
.ripple span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.8;
  top: 0;
  right: 0;
  bottom: 0;
  left: -25px;
  height: 99px;
  width: 99px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--thm1);
}
.ripple:before {
  -webkit-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
}
.ripple:after {
  -webkit-animation: ripple 3s linear 0.5s infinite;
  animation: ripple 3s linear 0.5s infinite;
}
.ripple span:before {
  -webkit-animation: ripple 3s linear 1s infinite;
  animation: ripple 3s linear 1s infinite;
}
.ripple span:after {
  -webkit-animation: ripple 3s linear 1.5s infinite;
  animation: ripple 3s linear 1.5s infinite;
}
.ripple span span:before {
  -webkit-animation: ripple 3s linear 2s infinite;
  animation: ripple 3s linear 2s infinite;
}
.ripple span span:after {
  -webkit-animation: ripple 3s linear 2.5s infinite;
  animation: ripple 3s linear 2.5s infinite;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes sett {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sett {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.grade-1 {
  background-image: linear-gradient(135deg, #ff4dae, #4268ff);
}
.grade-2 {
  background-image: linear-gradient(135deg, #ff9f2e, #f723c4);
}
.grade-3 {
  background-image: linear-gradient(135deg, #00f2aa, #0083ff);
}
.grade-4 {
  background-image: linear-gradient(135deg, #ffe10a, #ff3e5c);
}
.grade-5 {
  background-image: linear-gradient(135deg, #7f68ff, #e91e63);
}
.grade-6 {
  background-image: linear-gradient(135deg, #4caf50, #ffc107);
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.accordion-item {
  overflow: hidden;
  border-radius: 12px !important;
  border: none;
  border: 1px solid rgb(var(--black-rgb) / 0.1) !important;
}
.accordion-header {
  overflow: hidden;
  background: none;
}
.accordion-button {
  border: none !important;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 12px !important;
  background: var(--black);
  color: var(--white);
  text-transform: uppercase;
}
.accordion-button img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
}
.accordion-button:hover {
  background: rgb(var(--black-rgb) / 0.8);
}
.accordion-button:not(.collapsed) {
  background: var(--white);
  border-radius: 15px 15px 0 0 !important;
  color: var(--black);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) img {
  -webkit-filter: inherit !important;
  filter: inherit !important;
}
.accordion-button:not(.collapsed):after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"><line x1="1" y1="6" x2="13" y2="6"/><polyline points="9 1 14 6 9 11"/></svg>')
    0 0/20px no-repeat;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion-button:after {
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round"><line x1="1" y1="6" x2="13" y2="6"/><polyline points="9 1 14 6 9 11"/></svg>')
    0 0/20px no-repeat;
}
@media (max-width: 767px) {
  .accordion-button {
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 20px;
    height: auto;
    min-height: 40px;
  }
  .accordion-button:after {
    height: 22px;
    width: 22px;
    background-size: 22px !important;
  }
  .accordion-button img {
    height: 24px;
    width: 24px;
    margin-right: 9px;
  }
}
.accordion.thm {
  background: rgb(var(--thm-rgb) / 0.5);
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion-body {
  border-radius: 0 0 15px 15px !important;
  background: var(--white);
}
.accordion-body *,
.accordion-body p {
  font-size: 15px;
}
.form-check.form-switch .form-check-input:checked {
  background-color: var(--thm);
  border-color: var(--thm);
}
.fa-eye:before,
.fa-eye-slash:before {
  content: "" !important;
  font-size: 17px;
  display: inline-block;
  height: 17px;
  width: 17px;
}
.fa-eye:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 163.05 103.95"><path fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="9px" d="M81.5,99.45C28.58,99.45,4.5,52,4.5,52S30.18,4.5,81.5,4.5s77.05,47.44,77.05,47.44S134.42,99.45,81.5,99.45Z"/><path d="M81.1,21.42a30.47,30.47,0,0,0-12.64,2.75A9.26,9.26,0,1,1,55.75,35,30.4,30.4,0,1,0,81.1,21.42Z"/></svg>')
    0 center/17px no-repeat;
}
.fa-eye-slash:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 163.05 121.8" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="9px"><path d="M43.5,22.19a80.66,80.66,0,0,1,38-9.41c51.8,0,77.05,47.44,77.05,47.44s-12.71,24-38.71,37.88"/><path d="M96.66,106.32a80.32,80.32,0,0,1-15.16,1.41c-51.95,0-77-47.48-77-47.48A102,102,0,0,1,25.63,34.57"/><path d="M62.94,41.91a25.92,25.92,0,0,1,44,18.46,24.55,24.55,0,0,1-8,18.63"/><path d="M81.05,86.26a25.9,25.9,0,0,1-25.89-25.9"/><line x1="24.4" y1="4.5" x2="137.2" y2="117.3"/></svg>')
    0 center/17px no-repeat;
}
#scroll-top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: rgb(var(--white-rgb) / 0.1);
  color: var(--thm);
  -webkit-box-shadow: 0 5px 5px rgb(var(--black-rgb) / 0.4);
  box-shadow: 0 5px 5px rgb(var(--black-rgb) / 0.4);
  font-size: 24px;
  z-index: 99;
  line-height: 33px;
  text-align: center;
  display: none;
  border-radius: 100%;
  cursor: pointer;
}
.modal .modal-header .btn-close {
  position: absolute;
  right: -8px;
  top: -8px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eee;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 768px) {
  .modal .modal-header .btn-close {
    right: 9px;
    top: 9px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.SendInquiry .modal-header {
  border: none;
  padding: 0;
}
.SendInquiry .modal-body form {
  border: none;
}
.SendInquiry .modal-body form .CountryCode .dropdown-toggle {
  background-color: rgb(var(--thm-rgb) / 0.05) !important;
}
.SendInquiry .modal-body form .form-floating .form-control {
  font-size: 14px;
  background-color: rgb(var(--thm-rgb) / 0.05) !important;
}
.SendInquiry .modal-body form .form-floating > label {
  color: rgb(var(--black-rgb) / 0.7);
  background: none;
}
@media (max-width: 1590px) {
  .SendInquiry .modal-body form .form-floating > label:after {
    top: -1px !important;
  }
}
.SendInquiry .modal-body form .form-floating > label.active:after {
  position: absolute;
  content: "";
  left: 0 !important;
  top: -6px !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  z-index: -1;
  width: 100%;
  height: 6px !important;
  background: var(--white);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 !important;
}
.SendInquiry .modal-body form .form-check .form-check-input[type="checkbox"] {
  margin-top: 0 !important;
}
.CountryCode a,
.CountryCode button {
  border: 1px solid rgb(var(--black-rgb) / 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal !important;
  padding: 0 9px;
  margin: 0;
  height: 100%;
}
.CountryCode a:after,
.CountryCode button:after {
  position: relative;
  top: -3px;
}
.CountryCode a span,
.CountryCode button span {
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
}
.CountryCode a span:after,
.CountryCode button span:after {
  display: none;
}
.CountryCode > a,
.CountryCode > button {
  height: auto;
}
.CountryCode a {
  border-right-color: rgba(0, 0, 0, 0) !important;
}
.CountryCode .form-control,
.CountryCode .CustomerInfo .form-control {
  margin-left: -1px !important;
}
.CountryCode .countrylist {
  padding: 0;
  max-height: 200px;
  min-width: 250px;
  overflow: auto;
  background: var(--white);
  -webkit-box-shadow: 0 0 25px rgb(var(--black-rgb) / 0.2);
  box-shadow: 0 0 25px rgb(var(--black-rgb) / 0.2);
  border-color: rgb(var(--black-rgb) / 0.05);
  border-radius: 0;
  margin-top: 0 !important;
  border: none;
}
.CountryCode .countrylist li {
  padding: 5px 12px;
  cursor: pointer;
  font-size: 14px;
  padding-right: 70px;
  white-space: nowrap;
}
.CountryCode .countrylist li:first-child {
  padding: 5px 12px !important;
  background: var(--black) !important;
  position: sticky;
  top: 0;
  z-index: 2;
  display: block !important;
}
.CountryCode .countrylist li:first-child .form-control {
  height: calc(2rem + 2px);
  border-radius: 0 !important;
  font-size: 14px;
  padding: 0 9px;
  background: var(--white);
}
.CountryCode .countrylist li i {
  margin-right: 5px;
}
.CountryCode .countrylist li span {
  font-size: 12px;
  color: rgb(var(--black-rgb) / 0.5);
  position: absolute;
  right: 12px;
  font-weight: 600;
}
.CountryCode .countrylist li:hover {
  background: rgb(var(--black-rgb) / 0.08);
}
.form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='.8' d='m2 5 6 6 6-6'/></svg>");
  background-size: 20px 20px;
  background-position: right 1rem center;
}
select option:disabled {
  display: none;
}
.form-check:not(.form-switch) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}
.form-check:not(.form-switch) .form-check-input {
  margin: 4px 8px 0 0 !important;
  position: relative;
}
.form-check:not(.form-switch) .form-check-input:checked[type="checkbox"] {
  background-image: none;
  background-color: initial;
  border-color: var(--thm);
}
.form-check:not(.form-switch) .form-check-input:checked[type="checkbox"]:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-check:not(.form-switch) .form-check-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgb(var(--thm-rgb) / 0.2);
  box-shadow: 0 0 0 0.25rem rgb(var(--thm-rgb) / 0.2);
}
.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
  min-width: 1em;
}
.form-check:not(.form-switch) .form-check-input[type="checkbox"]:after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  height: 18px;
  width: 18px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23062f75' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 9l4 4l11-12'/></svg>");
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-check:not(.form-switch) .form-check-input[type="radio"] {
  min-width: 1rem;
  min-height: 1rem;
  background-color: rgb(var(--white-rgb) / 0.4);
}
.form-check:not(.form-switch) .form-check-input:checked[type="radio"] {
  min-width: 1rem;
  min-height: 1rem;
  background-color: rgb(var(--white-rgb) / 0.9);
  border-color: var(--thm1);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-1.45 -1.45 3 3'><circle r='1' fill='%23000'/></svg>");
}
.form-check:not(.form-switch) > label {
  line-height: 150%;
  width: calc(100% - 1rem);
  font-size: 14px;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 3;
}
.form-floating {
  color: rgb(var(--black-rgb) / 0.5);
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.form-floating > .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.form-floating > .form-control::placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.form-floating > .form-control[type="file"]:not(:-moz-placeholder-shown) {
  padding-top: 0;
  line-height: 44px;
  padding: 0 0.75rem !important;
}
.form-floating > .form-control[type="file"]:not(:-ms-input-placeholder) {
  padding-top: 0;
  line-height: 44px;
  padding: 0 0.75rem !important;
}
.form-floating > .form-control[type="file"]:not(:placeholder-shown) {
  padding-top: 0;
  line-height: 44px;
  padding: 0 0.75rem !important;
}
.form-floating
  > .form-control[type="file"]:not(
    :-moz-placeholder-shown
  )::file-selector-button {
  color: var(--white);
  background: var(--black);
}
.form-floating
  > .form-control[type="file"]:not(
    :-ms-input-placeholder
  )::file-selector-button {
  color: var(--white);
  background: var(--black);
}
.form-floating
  > .form-control[type="file"]:not(
    :placeholder-shown
  )::-webkit-file-upload-button {
  color: var(--white);
  background: var(--black);
}
.form-floating
  > .form-control[type="file"]:not(:placeholder-shown)::file-selector-button {
  color: var(--white);
  background: var(--black);
}
.form-floating
  > .form-control[type="file"]:not(:-moz-placeholder-shown)
  ~ label {
  transform: none;
  background: var(--thm);
  height: 100%;
  left: auto;
  right: 0;
  color: var(--white);
  opacity: 1;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  padding: 0 12px !important;
}
.form-floating
  > .form-control[type="file"]:not(:-ms-input-placeholder)
  ~ label {
  transform: none;
  background: var(--thm);
  height: 100%;
  left: auto;
  right: 0;
  color: var(--white);
  opacity: 1;
  border-radius: 0 5px 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px !important;
}
.form-floating > .form-control[type="file"]:not(:placeholder-shown) ~ label {
  -webkit-transform: none;
  transform: none;
  background: var(--thm);
  height: 100%;
  left: auto;
  right: 0;
  color: var(--white);
  opacity: 1;
  border-radius: 0 5px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px !important;
}
.form-floating > .form-control ~ label:after {
  position: absolute;
  content: "";
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 1px !important;
  border-radius: 0 !important;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 6px !important;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
@media (min-width: 1590px) {
  .form-floating > .form-control ~ label:after {
    bottom: 4px !important;
  }
}
.form-floating > .form-control:focus::-webkit-input-placeholder {
  color: rgb(var(--black-rgb) / 0.4) !important;
}
.form-floating > .form-control:focus::-moz-placeholder {
  color: rgb(var(--black-rgb) / 0.4) !important;
}
.form-floating > .form-control:focus:-ms-input-placeholder {
  color: rgb(var(--black-rgb) / 0.4) !important;
}
.form-floating > .form-control:focus::-ms-input-placeholder {
  color: rgb(var(--black-rgb) / 0.4) !important;
}
.form-floating > .form-control:focus::placeholder {
  color: rgb(var(--black-rgb) / 0.4) !important;
}
.form-floating > .form-control,
.form-floating > .form-select,
.form-floating .form-control.selectize-control > .selectize-input {
  padding: 1rem 1rem 0.2rem !important;
  height: 2.8rem;
  min-height: 2.8rem;
  border-color: rgb(var(--black-rgb) / 0.1);
  color: var(--black);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.7) translateY(0) translateX(1.2rem);
  padding: 0 0.2rem;
  margin: 0;
  height: auto;
  opacity: 1;
  color: rgb(var(--black-rgb) / 0.8);
  z-index: 3;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.7) translateY(0) translateX(1.2rem);
  padding: 0 0.2rem;
  margin: 0;
  height: auto;
  opacity: 1;
  color: rgb(var(--black-rgb) / 0.8);
  z-index: 3;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .form-select ~ label,
.form-floating > label.active {
  -webkit-transform: scale(0.7) translateY(0) translateX(1.2rem);
  transform: scale(0.7) translateY(0) translateX(1.2rem);
  padding: 0 0.2rem;
  margin: 0;
  height: auto;
  opacity: 1;
  color: rgb(var(--black-rgb) / 0.8);
  z-index: 3;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
  opacity: 1;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label:after {
  opacity: 1;
}
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select ~ label:after {
  opacity: 1;
}
.form-floating > label {
  padding: 0.6rem 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgb(var(--black-rgb) / 0.7);
  font-size: 16px;
}
.form-floating > textarea.form-control {
  min-height: 99px !important;
}
.flatpickr,
[type="date"]::-webkit-calendar-picker-indicator {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 33" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="1.5px"><rect x="1" y="3" width="31" height="29" rx="4"/><line x1="24" y1="1" x2="24" y2="5"/><line x1="8" y1="1" x2="8" y2="5"/><line x1="1" y1="9" x2="32" y2="9"/></svg>')
    right 1rem center/18px auto no-repeat;
}
[type="date"]::-webkit-calendar-picker-indicator {
  width: 40px;
  height: 20px;
}
input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
input[type="date"]::-webkit-datetime-edit-text {
  text-transform: uppercase;
}
input[type="date"]::-webkit-datetime-edit-year-field {
  position: absolute !important;
  left: 57px;
  text-transform: uppercase;
  padding-left: 5px;
  color: rgb(var(--black-rgb) / 0.8);
}
input[type="date"]::-webkit-datetime-edit-month-field {
  position: absolute !important;
  left: 24px;
  text-transform: uppercase;
  padding-left: 5px;
  text-align: center;
  color: rgb(var(--black-rgb) / 0.8);
}
input[type="date"]::-webkit-datetime-edit-day-field {
  position: absolute !important;
  left: 0;
  text-transform: uppercase;
  color: rgb(var(--black-rgb) / 0.8);
}
.flatpickr-day.selected {
  border-color: var(--thm) !important;
  background: var(--thm) !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid rgb(var(--black-rgb) / 0.1) !important;
  height: auto !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  width: 30px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0.5rem 0.75rem 0.5rem;
}
.chosen-container .chosen-single {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 34px !important;
  padding: 5px !important;
  color: var(--black) !important;
  background: none !important;
}
.chosen-container .chosen-single span {
  font-size: 14px !important;
  margin-right: 15px !important;
  line-height: normal !important;
}
.chosen-container .chosen-single div b {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>")
    no-repeat right 0.3rem center !important;
  background-size: 16px 12px !important;
}
.chosen-container .chosen-drop {
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  border-top: none !important;
  margin: 0 !important;
}
.chosen-container .chosen-search input[type="text"] {
  border: 1px solid #ddd !important;
  padding: 7px 25px 7px 9px !important;
  background: no-repeat right 0.2rem center
    url('data:image/svg+xml,<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7" fill="none" stroke="%23555"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></svg>') !important;
  background-size: 18px !important;
}
.chosen-container .chosen-results {
  padding: 0 !important;
  margin: 0 !important;
}
.chosen-container .chosen-results li {
  padding: 2px 8px !important;
  font-size: 13px;
}
.chosen-container .chosen-results li.highlighted {
  background: var(--thm1) !important;
  color: var(--white) !important;
}
.chosen-container .chosen-results .active-result:first-child {
  display: none !important;
}
.chosen-container-multi .chosen-choices {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding: 1px 5px;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 34px !important;
  border: 1px solid #ddd !important;
}
.chosen-container-multi .chosen-choices li {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.chosen-container-multi .chosen-choices li span {
  line-height: 120% !important;
  background: var(--thm1) !important;
  border: none !important;
  border-radius: 15px !important;
  color: var(--white) !important;
  padding: 4px 9px;
  font-size: 13px;
  padding-right: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: rgba(0, 0, 0, 0)
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>")
    center no-repeat !important;
  background-size: 8px !important;
  opacity: 0.5 !important;
  top: 6px !important;
  right: 6px !important;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  opacity: 1 !important;
}
.chosen-container-multi .chosen-drop .result-selected {
  background: rgb(var(--thm-rgb1) / 0.1) !important;
}
.chosen-container-multi .chosen-drop .group-result {
  background: var(--thm) !important;
  color: var(--white) !important;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #ddd !important;
}
.form-floating .chosen-container .chosen-single {
  border-radius: 4px !important;
  height: 46px !important;
}
.form-floating .chosen-container .chosen-single span {
  margin-right: 20px !important;
  margin: 6px 20px 0 9px !important;
  line-height: 35px !important;
  font-size: 16px !important;
}
.Contact .ConInfo {
  border-radius: 20px;
}
.Contact .ConInfo ul {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Contact .ConInfo ul li {
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (min-width: 992px) {
  .Contact .ConInfo ul li {
    font-size: 16px;
  }
}
.Contact .ConInfo ul li span,
.Contact .ConInfo ul li a {
  color: rgb(var(--black-rgb) / 0.7) !important;
  width: calc(100% - 40px);
}
.Contact .ConInfo ul li a:hover {
  color: var(--black) !important;
}
.Contact .ConInfo ul li .cicon {
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: rgb(var(--white-rgb) / 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Contact .ConInfo ul li .cicon img,
.Contact .ConInfo ul li .cicon svg {
  margin: 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Contact .ConInfo ul li:hover .cicon {
  background: var(--white);
}
.Contact .ConInfo ul li:hover .cicon img,
.Contact .ConInfo ul li:hover .cicon svg {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.Contact form {
  -webkit-box-shadow: 0 5px 16px rgb(var(--black-rgb) / 0.2);
  box-shadow: 0 5px 16px rgb(var(--black-rgb) / 0.2);
  padding: 24px;
  margin-top: 9px;
  border-radius: 12px;
}
.Contact form label {
  font-size: 14px;
}
.ConInfo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  color: rgb(var(--black-rgb) / 0.8) !important;
}
.ConInfo i,
.ConInfo img,
.ConInfo svg {
  height: 25px;
  width: 25px;
  position: relative;
  font-size: 16px;
  fill: none;
  stroke: var(--black);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ConInfo a:hover {
  color: var(--white);
}
.form-control:not(textarea),
.form-select {
  height: calc(2.6rem + 2px);
}
.form-select:focus,
.form-control:focus,
.form .selectize-control .selectize-input:focus,
.form .selectize-control .selectize-input.focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgb(var(--thm1-rgb) / 0.25) !important;
  box-shadow: 0 0 0 0.25rem rgb(var(--thm1-rgb) / 0.25) !important;
  border-color: var(--thm1) !important;
}
textarea.form-control {
  min-height: 9rem !important;
}
.SearchBox {
  padding-right: 45px;
  height: 48px;
  font-size: 18px;
  margin: 0;
  width: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 60" stroke="%230088CB" stroke-width="4px" stroke-linecap="round" fill="none"><circle cx="25" cy="25" r="23"/><line x1="42" y1="41" x2="59" y2="58"/></svg>')
    no-repeat center right 15px/20px;
  margin-bottom: 9px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted],
textarea[data-autocompleted] {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (min-width: 768px) {
  .CallBack .modal-dialog {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    min-width: 360px;
  }
}
.CallBack .modal-content {
  background: none;
  border: none;
}
.CallBack .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .CallBack .modal-body > * {
    width: 360px !important;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    background: var(--white);
  }
  .CallBack .modal-body > *:first-child {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    border-radius: 9px 0 0 9px;
    overflow: hidden;
  }
  .CallBack .modal-body > *:last-child {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    position: relative;
    border-radius: 0 9px 9px 0;
  }
}
@media (max-width: 767px) {
  .CallBack .modal-body {
    border-radius: 9px;
    overflow: hidden;
  }
  .CallBack .modal-body > *:first-child {
    display: none;
  }
}
.CallBack .modal-body > *:first-child {
  background: #fef4e3;
}
.CallBack .modal-body .btn-close {
  position: absolute;
  right: -12px;
  top: -12px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eee;
  opacity: 1;
  z-index: 2;
  background-size: 14px;
}
@media (max-width: 767px) {
  .CallBack .modal-body .btn-close {
    right: 2px;
    top: 2px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.CallBack.show .modal-body > * {
  -webkit-transform: translate(0);
  transform: translate(0);
}
nav[role="navigation"] .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
nav[role="navigation"] .items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav[role="navigation"] .justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav[role="navigation"] > div:first-child * {
  border-radius: 30px;
  background: #f3f3f3 !important;
  color: rgb(var(--blackrgb) / 0.5) !important;
}
nav[role="navigation"] > div:first-child span {
  pointer-events: none;
  opacity: 0.6;
}
nav[role="navigation"] > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
}
nav[role="navigation"] > div:last-child > div:first-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
nav[role="navigation"] > div:last-child > div:first-child p {
  margin-top: 9px;
}
nav[role="navigation"] > div:last-child > div:last-child > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 30px;
  border: 1px solid #d9dee3 !important;
  font-size: 14px;
  background: var(--white);
}
nav[role="navigation"] > div:last-child > div:last-child > span > * {
  display: block;
}
nav[role="navigation"] > div:first-child a,
nav[role="navigation"] > div:last-child > div:last-child > span > a {
  color: var(--black) !important;
  background: var(--white) !important;
}
nav[role="navigation"] > div:last-child > div:last-child > span > a:first-child,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:first-child
  > span,
nav[role="navigation"] > div:last-child > div:last-child > span > a:last-child,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:last-child
  > span {
  height: 40px;
  width: 40px;
  place-content: center;
  display: grid;
  border-radius: 50%;
  border: 1px solid #d9dee3 !important;
}
nav[role="navigation"] > div:last-child > div:last-child > span > a,
nav[role="navigation"] > div:last-child > div:last-child > span > span > span {
  border: none !important;
  border-left: 1px solid #d9dee3 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px !important;
  width: 38px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > a:first-child
  svg,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:first-child
  > span
  svg,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > a:last-child
  svg,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:last-child
  > span
  svg {
  width: 20px;
  height: 20px;
}
nav[role="navigation"] > div:last-child > div:last-child > span > a:first-child,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:first-child
  > span,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > a:nth-child(2),
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:nth-child(2)
  > span {
  border-left: none !important;
}
nav[role="navigation"] > div:last-child > div:last-child > span > a:first-child,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:first-child
  > span {
  margin-right: 2px;
}
nav[role="navigation"] > div:last-child > div:last-child > span > a:last-child,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:last-child
  > span {
  border-right: none !important;
  margin-left: 2px;
}
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:first-child
  > span,
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span:last-child
  > span {
  opacity: 0.5;
}
nav[role="navigation"] > div:first-child a:hover,
nav[role="navigation"] > div:last-child > div:last-child > span > a:hover {
  color: var(--thm) !important;
}
nav[role="navigation"]
  > div:last-child
  > div:last-child
  > span
  > span[aria-current="page"]:not(:first-child)
  > span {
  background: var(--thm) !important;
  color: var(--white) !important;
}
.navbar-collapse {
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: calc(100% - 200px);
  height: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .navbar-collapse {
    width: calc(100% - 24px);
    margin-right: 12px;
    height: calc(100% - 60px);
    margin-top: 55px;
  }
}
.navbar-collapse > div {
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
}
@media (max-width: 767px) {
  .navbar-collapse > div {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .navbar-collapse > div .free-estimation {
    display: none;
  }
  .navbar-collapse > div > div {
    font-size: 15px;
    gap: 15px !important;
  }
}
.navbar-collapse * {
  color: var(--black) !important;
}
.navbar-collapse .MenuInLogo {
  height: 60px;
  padding: 15px 0;
  text-align: center;
  top: 0;
}
.navbar-collapse .MenuInLogo img {
  height: 100%;
  width: auto;
}
.navbar-collapse .NavAni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100dvh - 71px);
  overflow: auto;
}
@media (max-width: 991px) {
  .navbar-collapse .NavAni {
    min-height: calc(100dvh - 126px);
  }
}
@media (max-width: 767px) {
  .navbar-collapse .NavAni {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100dvh - 96px);
  }
}
.navbar-collapse .NavAni > div {
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .navbar-collapse .NavAni > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-collapse .NavAni > div svg {
    display: none;
  }
  .navbar-collapse .NavAni > div .icons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 9px 0;
    position: sticky;
    bottom: 0;
  }
}
@-webkit-keyframes zIn-zOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  85% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  95% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zIn-zOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  85% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  95% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.navbar-collapse .NavAni .LogoAni {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-width: 450px;
  width: 100%;
}
.navbar-collapse ul {
  width: 100%;
  gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .navbar-collapse ul {
    height: calc(100% - 30px);
  }
}
.navbar-collapse ul li {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-collapse ul li a {
  font-weight: 600;
  font-size: 3em;
  display: inline-block !important;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: var(--font1);
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .navbar-collapse ul li a {
    font-size: 4em;
  }
}
.navbar-collapse ul li a:hover {
  color: var(--thm) !important;
}
.navbar-collapse .icons a {
  line-height: 0;
}
.navbar-collapse .icons a img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1200px) {
  .navbar-collapse .icons a img {
    width: 20px;
    height: 20px;
  }
}
.navbar-collapse .icons a:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.navbar-collapse.show {
  opacity: 1;
  visibility: visible;
}
.navbar-collapse.show ul li {
  -webkit-transition: all 0.3s cubic-bezier(0.03, 0.46, 0.31, 0.97);
  transition: all 0.3s cubic-bezier(0.03, 0.46, 0.31, 0.97);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.navbar-collapse.show ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.navbar-collapse.show ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navbar-collapse.show ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.navbar-collapse.show ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.navbar-collapse.show ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.navbar-collapse.show ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.navbar-collapse.show ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.navbar-collapse.show ul li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.navbar-collapse.show ul li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.navbar-collapse.show ul li:nth-child(10) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media (max-width: 767px) {
  .navbar-collapse.show ul li > a {
    font-size: 2.7em;
  }
}
.navbar-collapse.show ul li > a:after {
  opacity: 1;
}
.navbar-collapse.show .LogoAni {
  -webkit-animation: fillopacity 9s infinite;
  animation: fillopacity 9s infinite;
  opacity: 1;
}
.navbar-collapse.show .LogoAni path {
  -webkit-animation: draw 9s infinite;
  animation: draw 9s infinite;
  stroke: var(--black);
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
}
@-webkit-keyframes draw {
  40%,
  60% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  40%,
  60% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fillopacity {
  0%,
  30% {
    fill-opacity: 0;
    stroke-width: 1.5px;
  }
  40%,
  60% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  70%,
  100% {
    fill-opacity: 0;
    stroke-width: 1.5px;
  }
}
@keyframes fillopacity {
  0%,
  30% {
    fill-opacity: 0;
    stroke-width: 1.5px;
  }
  40%,
  60% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  70%,
  100% {
    fill-opacity: 0;
    stroke-width: 1.5px;
  }
}
.ConSupport {
  position: fixed;
  right: 80px;
  bottom: 15px;
  z-index: 99;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ConSupport:not(.show) {
  -webkit-transform: translate3d(0, 200px, 0) scale(0);
  transform: translate3d(0, 200px, 0) scale(0);
}
.ConSupport .Btns a:not(.btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ConSupport .Btns a:not(.btn) img {
  height: 32px;
  width: 32px;
}
.ConSupport .Btns a:not(.btn) svg {
  height: 32px;
  width: 32px;
  fill: none;
  stroke: var(--white);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  stroke-width: 1.3px;
}
.ConSupport .Btns a:not(.btn)[title="Whatsapp"] svg {
  stroke-width: 0.8px;
  -webkit-transform: 0.95;
  transform: 0.95;
}
@media (max-width: 575px) {
  .ConSupport .Btns.CallM a:not(.btn) {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .ConSupport .Btns.CallM a:not(.btn) {
    font-size: 14px;
  }
}
.ConSupport .Btns.CallM a:not(.btn) svg {
  height: 26px;
  max-width: 26px;
  width: 100%;
}
@media (max-width: 420px) {
  .ConSupport .Btns.CallM a:not(.btn) svg {
    height: 22px;
    max-width: 22px;
  }
}
@media (max-width: 767px) {
  .ConSupport {
    width: calc(100% - 42px);
    left: 40px;
    right: auto;
  }
}
.ConSupport > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  background: var(--black);
  z-index: 9;
  padding: 2em 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 355px) {
  .ConSupport > div {
    padding: 1.5em 1em;
  }
}
.ConSupport .Logo {
  text-align: center;
}
.ConSupport .Logo img {
  height: 50px;
  width: auto;
}
.ConSupport ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ConSupport ul li a {
  font-size: 18px;
  color: var(--white);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 300;
}
.ConSupport ul li a:hover {
  opacity: 1;
}
.CallBack {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: var(--black);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.CallBack a[data-bs-toggle="collapse"] {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid var(--white);
  border-radius: 50%;
  z-index: 1;
}
.CallBack a[data-bs-toggle="collapse"]:after,
.CallBack a[data-bs-toggle="collapse"]:before {
  height: 1px;
  width: 20px;
  content: "";
  background: var(--white);
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.CallBack a[data-bs-toggle="collapse"]:not(.collapsed) {
  opacity: 1;
}
.CallBack a[data-bs-toggle="collapse"]:not(.collapsed):before,
.CallBack a[data-bs-toggle="collapse"]:not(.collapsed):after {
  background: var(--white);
}
.CallBack a[data-bs-toggle="collapse"]:not(.collapsed):before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}
.CallBack a[data-bs-toggle="collapse"]:not(.collapsed):after {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}
.CallBack > div {
  overflow: auto;
  height: 100dvh;
}
.CallBack div.container {
  padding: 50px 0;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100% !important;
  overflow: clip;
}
.CallBack div.container:after {
  height: 100%;
  width: 500px;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: var(--thm);
  -webkit-filter: blur(9em);
  filter: blur(9em);
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transform: rotate(-45deg) translate(0%, 10%);
  transform: rotate(-45deg) translate(0%, 10%);
}
.CallBack div.container .row:not(.w-auto) {
  max-width: 1260px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .CallBack div.container .row:not(.w-auto) {
    max-width: 1080px;
  }
}
.CallBack div.container .h1 {
  font-size: 3.5em !important;
  font-weight: 600;
}
.CallBack div.container *:not(.btn) {
  color: var(--white) !important;
}
.CallBack div.container label {
  font-weight: 300;
  margin: 0;
  font-size: 15px;
}
.CallBack div.container textarea.form-control {
  min-height: 5em !important;
}
.CallBack div.container .form-control {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid rgb(var(--white-rgb) / 0.5);
  border-radius: 0;
  padding: 0;
  resize: none;
  font-weight: 300;
}
.CallBack div.container .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}
.CallBack div.container .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color) !important;
}
.CallBack div.container .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: rgb(var(--white-rgb) / 0.9) !important;
}
.CallBack div.container .form-control::-webkit-input-placeholder {
  color: rgb(var(--white-rgb) / 0.5) !important;
}
.CallBack div.container .form-control::-moz-placeholder {
  color: rgb(var(--white-rgb) / 0.5) !important;
}
.CallBack div.container .form-control:-ms-input-placeholder {
  color: rgb(var(--white-rgb) / 0.5) !important;
}
.CallBack div.container .form-control::-ms-input-placeholder {
  color: rgb(var(--white-rgb) / 0.5) !important;
}
.CallBack div.container .form-control::placeholder {
  color: rgb(var(--white-rgb) / 0.5) !important;
}
.CallBack div.container .ConInfos {
  position: relative;
  z-index: 0;
}
.CallBack div.container .ConInfos ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 1400px) {
  .CallBack div.container .ConInfos ul {
    gap: 2em;
  }
}
@media (max-width: 574px) {
  .CallBack div.container .ConInfos ul {
    gap: 15px;
  }
}
.CallBack div.container .ConInfos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.CallBack div.container .ConInfos ul li > span.icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgb(var(--white-rgb) / 0.1);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.CallBack div.container .ConInfos ul li > span.icon svg {
  height: 22px;
  width: 22px;
  fill: none;
  stroke: var(--white);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  stroke-width: 1.3px;
}
.CallBack div.container .ConInfos ul li > span.icon:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: 1px solid rgb(var(--white-rgb) / 0.1);
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .CallBack div.container .ConInfos ul li > span.icon {
    height: 48px;
    width: 48px;
  }
  .CallBack div.container .ConInfos ul li > span.icon svg {
    height: 20px;
    width: 20px;
  }
  .CallBack div.container .ConInfos ul li > span.icon:after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.CallBack div.container .ConInfos ul li > span:last-child {
  width: calc(100% - 75px);
  font-size: 15px;
  line-height: 140%;
  font-weight: 300;
}
.CallBack div.container .ConInfos ul li > span:last-child strong {
  font-weight: 600;
  display: block;
  margin-bottom: 9px;
}
.CallBack div.container .ConInfos ul li:not(:has(> span.icon)):before {
  height: 1px;
  width: 48px;
  content: "";
}
.CallBack div.container .ConInfos ul li:hover > span.icon {
  background: var(--gr1);
  border: rgba(0, 0, 0, 0);
}
.CallBack div.container .ConInfos ul li:hover > span.icon svg {
  stroke: var(--thm);
}
.CallBack div.container .ConInfos ul li:hover > span.icon:after {
  background: var(--white);
  border: rgba(0, 0, 0, 0);
}
.CallBack div.container .ConInfos .icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.5em;
  margin: 3em 0 0;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.CallBack div.container .ConInfos .icons a,
.CallBack div.container .ConInfos .icons span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}
.CallBack div.container .ConInfos .icons a img,
.CallBack div.container .ConInfos .icons span img {
  height: 20px;
  width: 20px;
  opacity: 0.6;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.CallBack div.container .ConInfos .icons a:hover,
.CallBack div.container .ConInfos .icons span:hover {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.AskBox,
.AskBox2 {
  color: var(--white);
  padding: 0;
}
.AskBox > div:first-child {
  padding: 60px 0 80px;
  -webkit-box-shadow: 0 15px 15px rgb(var(--black-rgb) / 0.1);
  box-shadow: 0 15px 15px rgb(var(--black-rgb) / 0.1);
  position: relative;
  z-index: 1;
}
.AskBox > div:first-child > div {
  position: relative;
  z-index: 1;
}
.AskBox > div:first-child > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.8;
}
.AskBox .BtnBox {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  position: relative;
}
.AskBox .BtnBox .btn {
  -webkit-box-shadow: 0 15px 15px rgb(var(--black-rgb) / 0.1);
  box-shadow: 0 15px 15px rgb(var(--black-rgb) / 0.1);
  height: 60px;
  font-size: 18px;
  margin: 0 5px;
}
.AskBox .BtnBox .btn:after {
  background: var(--white);
}
.AskBox .BtnBox .btn:last-child {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(var(--black-rgb) / 0.2)),
      to(var(--white))
    )
    var(--white) !important;
  background: linear-gradient(0deg, rgb(var(--black-rgb) / 0.2), var(--white))
    var(--white) !important;
}
.AskBox .BtnBox .btn:last-child:after {
  background: #ccc;
}
.AskBox .BtnBox .btn:hover {
  color: var(--thm) !important;
}
.AskBox2 svg.bgsvg {
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(46%, var(--thm1)),
    to(rgb(var(--black-rgb) / 0.9))
  );
  background-image: linear-gradient(
    180deg,
    var(--thm1) 46%,
    rgb(var(--black-rgb) / 0.9) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #263760;
  z-index: 0;
  opacity: 0.6;
}
.AskBox2 svg.bgsvg.bgsvg1 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: 0;
  top: auto;
}
.AskBox2 svg.bgsvg path:nth-child(1) {
  opacity: 0.1;
}
.AskBox2 svg.bgsvg path:nth-child(2) {
  opacity: 0.2;
}
.AskBox2 svg.bgsvg path:nth-child(3) {
  opacity: 0.3;
}
.AskBox2 svg.bgsvg path:nth-child(4) {
  opacity: 0.4;
}
.AskBox2 .btn-thm:after {
  background: var(--white);
  border-radius: 4px;
}
.AskBox2 .btn-thm:hover {
  color: var(--black);
}
.AskBox2 .btn-thm:hover img {
  -webkit-filter: inherit;
  filter: inherit;
}
.AskBox2 > .container > div {
  border-radius: 20px;
  background: #263760;
  padding: 40px 20px;
  width: 96%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.AskBox2 > .container > div:after,
.AskBox2 > .container > div:before {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: var(--white);
  content: "";
  left: 30px;
  top: -30px;
  z-index: 1;
}
.AskBox2 > .container > div:after {
  left: auto;
  top: auto;
  bottom: -20px;
  right: 30px;
  z-index: 0;
}
.AskBox2 > .container > div > div {
  position: relative;
  z-index: 1;
}
.AskBox2.HomeP {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, #f0f3f9),
    color-stop(50%, transparent)
  );
  background: linear-gradient(0deg, #f0f3f9 50%, transparent 50%);
}
.AskBox2.HomeP .container > div:after {
  background: #f0f3f9;
}
#social-links ul {
  padding: 5px 15px !important;
}
.icons,
#social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  gap: 12px;
  margin: 0;
  padding: 0;
}
.icons li,
#social-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.icons li:first-child,
#social-links ul li:first-child {
  margin-left: 0;
}
.icons li a,
#social-links ul li a {
  display: inline-block;
}
.icons li a span,
.icons li a i,
#social-links ul li a span,
#social-links ul li a i {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: var(--white) !important;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.icons li a span:before,
.icons li a i:before,
#social-links ul li a span:before,
#social-links ul li a i:before {
  min-height: 18px !important;
  min-width: 18px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icons li a span:after,
.icons li a i:after,
#social-links ul li a span:after,
#social-links ul li a i:after {
  display: none;
}
.icons li a span.fa,
.icons li a i.fa,
#social-links ul li a span.fa,
#social-links ul li a i.fa {
  color: var(--white);
}
.icons li a span.fa-facebook,
.icons li a span.fa-facebook-f,
.icons li a span.fa-facebook-square,
.icons li a i.fa-facebook,
.icons li a i.fa-facebook-f,
.icons li a i.fa-facebook-square,
#social-links ul li a span.fa-facebook,
#social-links ul li a span.fa-facebook-f,
#social-links ul li a span.fa-facebook-square,
#social-links ul li a i.fa-facebook,
#social-links ul li a i.fa-facebook-f,
#social-links ul li a i.fa-facebook-square {
  background: #3b5998;
}
.icons li a span.fa-twitter,
.icons li a span.fa-twitter-square,
.icons li a i.fa-twitter,
.icons li a i.fa-twitter-square,
#social-links ul li a span.fa-twitter,
#social-links ul li a span.fa-twitter-square,
#social-links ul li a i.fa-twitter,
#social-links ul li a i.fa-twitter-square {
  background: #00acee;
}
.icons li a span.fa-telegram,
.icons li a span.fa-telegram-plane,
.icons li a i.fa-telegram,
.icons li a i.fa-telegram-plane,
#social-links ul li a span.fa-telegram,
#social-links ul li a span.fa-telegram-plane,
#social-links ul li a i.fa-telegram,
#social-links ul li a i.fa-telegram-plane {
  background: #08c;
}
.icons li a span.fa-linkedin,
.icons li a span.fa-linkedin-in,
.icons li a i.fa-linkedin,
.icons li a i.fa-linkedin-in,
#social-links ul li a span.fa-linkedin,
#social-links ul li a span.fa-linkedin-in,
#social-links ul li a i.fa-linkedin,
#social-links ul li a i.fa-linkedin-in {
  background: #0e76a8;
}
.icons li a span.fa-pinterest,
.icons li a span.fa-pinterest-p,
.icons li a span.fa-pinterest-square,
.icons li a i.fa-pinterest,
.icons li a i.fa-pinterest-p,
.icons li a i.fa-pinterest-square,
#social-links ul li a span.fa-pinterest,
#social-links ul li a span.fa-pinterest-p,
#social-links ul li a span.fa-pinterest-square,
#social-links ul li a i.fa-pinterest,
#social-links ul li a i.fa-pinterest-p,
#social-links ul li a i.fa-pinterest-square {
  background: #e60023;
}
.icons li a span.fa-whatsapp,
.icons li a span.fa-whatsapp-square,
.icons li a i.fa-whatsapp,
.icons li a i.fa-whatsapp-square,
#social-links ul li a span.fa-whatsapp,
#social-links ul li a span.fa-whatsapp-square,
#social-links ul li a i.fa-whatsapp,
#social-links ul li a i.fa-whatsapp-square {
  background: #25d366;
}
.icons li a span.fa-reddit,
.icons li a span.fa-reddit-alien,
.icons li a span.fa-reddit-square,
.icons li a i.fa-reddit,
.icons li a i.fa-reddit-alien,
.icons li a i.fa-reddit-square,
#social-links ul li a span.fa-reddit,
#social-links ul li a span.fa-reddit-alien,
#social-links ul li a span.fa-reddit-square,
#social-links ul li a i.fa-reddit,
#social-links ul li a i.fa-reddit-alien,
#social-links ul li a i.fa-reddit-square {
  background: #ff4500;
}
.icons li a span.fa-viber,
.icons li a i.fa-viber,
#social-links ul li a span.fa-viber,
#social-links ul li a i.fa-viber {
  background: #7360f2;
}
.icons li a span.fa-tiktok,
.icons li a i.fa-tiktok,
#social-links ul li a span.fa-tiktok,
#social-links ul li a i.fa-tiktok {
  background: var(--black);
}
.icons li a span.fa-instagram,
.icons li a span.fa-instagram-square,
.icons li a i.fa-instagram,
.icons li a i.fa-instagram-square,
#social-links ul li a span.fa-instagram,
#social-links ul li a span.fa-instagram-square,
#social-links ul li a i.fa-instagram,
#social-links ul li a i.fa-instagram-square {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.icons li a:hover span,
.icons li a:hover i,
#social-links ul li a:hover span,
#social-links ul li a:hover i {
  border-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-box-shadow: 0 3px 8px rgb(var(--black-rgb) / 0.2);
  box-shadow: 0 3px 8px rgb(var(--black-rgb) / 0.2);
}
.icons li a:hover span.fa-twitter:before,
.icons li a:hover i.fa-twitter:before,
#social-links ul li a:hover span.fa-twitter:before,
#social-links ul li a:hover i.fa-twitter:before {
  -webkit-filter: invert(1);
  filter: invert(1);
}
footer {
  position: relative;
  padding-top: 50px;
  font-weight: 300;
  background: var(--thm );
  color: var(--white);
}
footer > div {
  z-index: 1;
  position: relative;
}
footer > div .SIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 420px) {
  footer > div .SIcon {
    gap: 0.5em;
  }
}
footer > div .SIcon .icons {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 420px) {
  footer > div .SIcon .icons {
    gap: 12px;
  }
}
footer > div .SIcon:after,
footer > div .SIcon:before {
  content: "";
  height: 2px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(var(--white))
  );
  background: linear-gradient(90deg, transparent, var(--white));
}
footer > div .SIcon:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
footer > div .OtherLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* color: rgb(var(--black-rgb) / 0.3); */
}
footer ul.links {
  margin: 0;
  padding: 0;
}
footer ul.links li {
  margin-bottom: 9px;
  font-size: 15px;
}
footer ul.links li a {
  line-height: normal;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 9px;
  font-weight: 300;
  color: rgb(var(--white-rgb) / 0.8);
}
footer ul.links li a:hover {
  color: var(--white);
}
footer .logob,
footer a {
  font-size: 15px;
  color: rgb(var(--white-rgb) / 0.8);
  font-weight: 300;
}
@media (max-width: 575px) {
  footer .logob,
  footer a {
    font-size: 0.85rem;
  }
}
footer .logob:hover:not(.logob),
footer a:hover:not(.logob) {
  color: var(--white);
}
footer .icons {
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
footer .icons a {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .icons a img {
  height: 20px;
  width: 20px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
footer .icons a:hover {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
footer p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: rgb(var(--black-rgb) / 0.7) !important;
  font-weight: 300;
  font-size: 15px;
}
footer p strong {
  font-weight: 600 !important;
}
footer h3 {
  font-size: 18px !important;
  cursor: pointer;
}
footer h3.text-black {
  color: var(--white) !important;
}
@media (max-width: 767px) {
  footer h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  footer h3:not(.collapsed):after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  footer h3:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round"><path d="M2 5L8 11L14 5"/></svg>')
      0 0/16px no-repeat !important;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
  }
}
footer .form-control {
  color: var(--black) !important;
  border: none;
  -webkit-box-shadow: 0 0 15px rgb(var(--black-rgb) / 0.2);
  box-shadow: 0 0 15px rgb(var(--black-rgb) / 0.2);
  height: 3em;
  padding-right: 45px;
}
footer .form-control:focus {
  background: rgb(var(--white-rgb) / 0.7);
}
footer .form-control:focus::-webkit-input-placeholder {
  color: rgb(var(--white-rgb) / 0.3) !important;
}
footer .form-control:focus::-moz-placeholder {
  color: rgb(var(--white-rgb) / 0.3) !important;
}
footer .form-control:focus:-ms-input-placeholder {
  color: rgb(var(--white-rgb) / 0.3) !important;
}
footer .form-control:focus::-ms-input-placeholder {
  color: rgb(var(--white-rgb) / 0.3) !important;
}
footer .form-control:focus::placeholder {
  color: rgb(var(--white-rgb) / 0.3) !important;
}
footer .form-control ~ button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  padding: 5px 15px;
  top: 0;
  bottom: 0;
}
footer .form-control ~ button svg {
  height: 20px;
  width: 20px;
  stroke: var(--black);
  fill: none;
}
footer .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgb(var(--white-rgb) / 0.9) !important;
}
footer .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgb(var(--white-rgb) / 0.9) !important;
}
footer .form-control:focus ~ label,
footer .form-control:not(:placeholder-shown) ~ label {
  color: rgb(var(--white-rgb) / 0.9) !important;
}
@media (max-width: 991px) {
  footer ul.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  footer ul.links li {
    width: calc(50% - 10px);
  }
  footer .text-end {
    text-align: center !important;
  }
  footer .text-start ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .Heading {
    margin-top: 40px;
  }
}
footer .fbottom {
  padding: 24px 0;
  width: 100%;
  font-size: 15px;
  border-top: 1px solid rgb(var(--white-rgb) / 0.1);
  background: rgb(var(--white-rgb) / 0.04);
}
footer .fbottom p {
  margin: 0;
  padding: 0;
  color: rgb(var(--white-rgb) / 0.7) !important;
  font-weight: 400;
}
footer .fbottom p strong,
footer .fbottom p strong a {
  font-weight: 600 !important;
  color: var(--white);
}
footer .fbottom .text-end p {
  text-align: right;
}
@media (max-width: 574px) {
  footer .fbottom,
  footer .fbottom .text-end p,
  footer .fbottom .text-start p {
    text-align: center !important;
  }
} /*# sourceMappingURL=style.min.css.map */
