@charset "UTF-8";
#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: #0088cc;
}
.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: transparent;
  -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);
}

.select2-container--default, .select2-container--default > * {
  z-index: 9999;
}
.select2-container--default .select2-dropdown {
  background: var(--black) !important;
  border: none !important;
  -webkit-box-shadow: 0 0 6px rgb(var(--thm1-rgb)/0.2);
          box-shadow: 0 0 6px rgb(var(--thm1-rgb)/0.2);
  overflow: hidden;
}
.select2-container--default .select2-dropdown * {
  color: var(--white) !important;
}
.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: rgb(var(--thm1-rgb)/0.4) !important;
  color: var(--white) !important;
}
.select2-container--default .select2-dropdown .select2-results__option.select2-results__option--highlighted:not(.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true]) {
  background-color: rgb(var(--thm1-rgb)/0.1) !important;
}

.ConInfos svg {
  height: 30px;
  max-width: 30px;
  width: 100%;
  position: relative;
  font-size: 16px;
  fill: none;
  stroke: var(--black);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ConInfos .text {
  max-width: inherit;
  width: 100%;
}
.ConInfos .text.coll {
  max-width: 160px;
}
@media (min-width: 1200px) {
  .ConInfos .text {
    max-width: 380px;
    font-size: 17px;
  }
  .ConInfos .text.coll {
    max-width: 180px;
  }
}
.ConInfos .text, .ConInfos .text a {
  color: var(--black) !important;
}
.ConInfos .text a {
  display: inline-block;
}

.notbg ul, .notbg #social-links ul {
  gap: 5px;
}
.notbg ul li a:not(:hover) span, .notbg ul li a:not(:hover) i, .notbg #social-links ul li a:not(:hover) span, .notbg #social-links ul li a:not(:hover) i {
  background: transparent !important;
  color: var(--black) !important;
}

.GetAQuotes .BuyBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  max-width: 910px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgb(var(--black-rgb)/0.1);
  border-radius: 6px;
  background: rgb(var(--black-rgb)/0.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.GetAQuotes .BuyBtnBox > div:first-child {
  width: calc(100% - 350px);
}
.GetAQuotes .BuyBtnBox p {
  text-align: left !important;
}
.GetAQuotes .BuyBtnBox > div:last-child {
  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;
  gap: 15px;
}
@media (min-width: 992px) {
  .GetAQuotes .BuyBtnBox > div:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .GetAQuotes .BuyBtnBox {
    display: block;
    text-align: center;
  }
  .GetAQuotes .BuyBtnBox > div:first-child {
    width: 100%;
  }
  .GetAQuotes .BuyBtnBox p {
    text-align: center !important;
  }
  .GetAQuotes .BuyBtnBox > div:last-child a {
    margin: 9px 0 0 !important;
  }
}

.sitemap .SiteMapMenu {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.sitemap .SiteMapMenu > li.menu {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.5rem;
}
.sitemap .SiteMapMenu > li.menu > a {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
.sitemap .SiteMapMenu > li.menu ul {
  padding-left: 2rem;
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.sitemap .SiteMapMenu > li.menu ul > li {
  color: var(--black);
  min-width: 220px;
  margin-left: 1rem;
  padding: 0;
}
.sitemap .SiteMapMenu > li.menu ul > li.menu {
  width: 100%;
  font-weight: 600;
  border-bottom: 1px solid rgb(var(--black-rgb)/0.08);
}
.sitemap .SiteMapMenu > li.menu ul > li.menu > a {
  position: relative;
  padding: 2px 0;
  display: inline-block;
}
.sitemap .SiteMapMenu > li.menu ul > li.menu > a:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background: rgb(var(--thm1-rgb)/0.2);
  right: -25%;
  top: 0;
  z-index: -1;
  border-radius: 5px;
}
.sitemap .SiteMapMenu > li.menu ul > li.menu > a:before {
  display: none;
}
.sitemap .SiteMapMenu > li.menu ul > li:not(.menu) {
  min-width: 200px;
  margin: 0;
  font-size: 14px;
}
.sitemap .SiteMapMenu > li.menu ul > li:not(.menu) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sitemap .SiteMapMenu > li.menu ul > li:not(.menu) a:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  height: 7px;
  width: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 2px;
  display: inline-block;
}
.sitemap .SiteMapMenu > li.menu:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(var(--thm-rgb)/0.4)), to(rgb(var(--thm-rgb)/0.2)));
  background: linear-gradient(0deg, rgb(var(--thm-rgb)/0.4), rgb(var(--thm-rgb)/0.2));
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px 0 5px 0;
}

.CallTo {
  padding: 0;
}
.CallTo:after {
  background: rgb(var(--thm-rgb)/0.15);
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
}

.CallToAc {
  border-radius: 20px;
  padding: 30px;
  background: var(--gr);
  z-index: 1;
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  color: var(--white);
}
.CallToAc span.d-block {
  color: rgb(var(--white-rgb)/0.6);
}
.CallToAc p {
  color: rgb(var(--white-rgb)/0.8) !important;
  font-size: 14px;
}

.ConInfo {
  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;
}
.ConInfo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(var(--black-rgb)/0.8) !important;
  gap: 15px;
  font-weight: 500;
}
.ConInfo i, .ConInfo img, .ConInfo svg {
  height: 22px;
  max-width: 22px;
  width: 100%;
  position: relative;
  font-size: 16px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ConInfo span:last-child img {
  height: 58px;
  width: 60px;
  max-width: 60px;
}

.FootTop form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.FootTop form .form-control {
  font-size: 1em;
  height: 3.1rem;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 50px rgb(var(--thm-rgb)/0.3);
          box-shadow: 0 0 50px rgb(var(--thm-rgb)/0.3);
  border-color: transparent;
  border-radius: 15px;
}
@media (min-width: 575px) {
  .FootTop form .form-control {
    padding: 0 155px 0 20px;
    height: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .FootTop form .form-control {
    padding: 0 165px 0 20px;
  }
}
.FootTop form button {
  background: var(--thm2);
  color: var(--white);
  border-radius: 12px;
  border: none;
  padding: 9px 18px;
  font-size: 1em;
  margin: 9px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 575px) {
  .FootTop form button {
    height: calc(100% - 10px);
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0 18px;
    margin: 0;
    background: var(--thm);
    color: var(--white);
    display: block;
  }
}

.playVideo {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: none;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.playVideo:hover {
  background-color: rgb(var(--black-rgb)/0.3);
}

footer {
  position: relative;
  color: var(--black);
  padding-top: 0px;
}
footer > .container {
  margin-bottom: 80px;
}
footer > svg, footer .bgimg, footer:after {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  width: 100%;
  height: auto;
}
footer img.flogo {
  height: auto;
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
footer > div {
  z-index: 1;
  position: relative;
}
footer ul.links, footer .links {
  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: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
footer ul.links a, footer .links a {
  line-height: normal;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-weight: 400;
  color: rgb(var(--black-rgb)/0.8);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 9px;
  font-size: 16px;
}
footer ul.links a:hover, footer .links a:hover {
  color: var(--black);
}
footer a {
  color: rgb(var(--black-rgb)/0.7);
}
footer a:hover {
  color: var(--black);
}
footer .icons {
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 5px;
}
footer .icons a {
  height: 36px;
  width: 36px;
  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;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
  border-radius: 50%;
}
footer .icons a img {
  height: 20px;
  width: 20px;
}
footer .icons a:hover {
  opacity: 1;
  background: var(--black);
}
footer .icons a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
footer p {
  overflow: visible !important;
  text-overflow: initial !important;
  white-space: normal !important;
  height: auto !important;
  max-height: none !important;
  color: rgb(var(--black-rgb)/0.8) !important;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
footer p strong {
  font-weight: 600 !important;
}
footer h3 {
  font-size: 20px !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 .ConInfo {
  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;
}
footer .ConInfo li {
  gap: 12px;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 574px) {
  footer .ConInfo li {
    gap: 9px;
  }
}
footer .ConInfo li .icon {
  min-height: 22px;
  min-width: 22px; /*border-radius:50%;background:rgb(var(--thm-rgb)/.1);display:grid;place-items:center;*/
}
footer .ConInfo li .icon img, footer .ConInfo li .icon svg {
  height: 22px;
  max-width: 22px;
  margin: 0;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
}
footer .ConInfo span, footer .ConInfo a {
  color: rgb(var(--white-rgb)/0.9);
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
}
footer .ConInfo a:hover {
  color: var(--white);
}
footer .form-floating label {
  color: rgb(var(--white-rgb)/0.2) !important;
}
footer .form-floating .form-control {
  color: var(--white) !important;
  background: rgb(var(--white-rgb)/0.4);
}
footer .form-floating .form-control:focus {
  background: rgb(var(--white-rgb)/0.7);
}
footer .form-floating .form-control:focus::-webkit-input-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
footer .form-floating .form-control:focus::-moz-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
footer .form-floating .form-control:focus:-ms-input-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
footer .form-floating .form-control:focus::-ms-input-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
footer .form-floating .form-control:focus::placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
footer .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgb(var(--white-rgb)/0.9) !important;
}
footer .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgb(var(--white-rgb)/0.9) !important;
}
footer .form-floating .form-control:focus ~ label, footer .form-floating .form-control:not(:placeholder-shown) ~ label {
  color: rgb(var(--white-rgb)/0.9) !important;
}
footer form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
footer form .form-control {
  font-size: 1em;
  height: 2.9rem;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 20px rgb(var(--white-rgb)/0.1);
          box-shadow: 0 0 20px rgb(var(--white-rgb)/0.1);
  border-color: rgb(var(--white-rgb)/0.1);
  border-radius: 9px;
  background: rgb(var(--white-rgb)/0.1);
  color: var(--white);
}
footer form .form-control::-webkit-input-placeholder {
  color: rgb(var(--white-rgb)/0.2) !important;
}
footer form .form-control::-moz-placeholder {
  color: rgb(var(--white-rgb)/0.2) !important;
}
footer form .form-control:-ms-input-placeholder {
  color: rgb(var(--white-rgb)/0.2) !important;
}
footer form .form-control::-ms-input-placeholder {
  color: rgb(var(--white-rgb)/0.2) !important;
}
footer form .form-control::placeholder {
  color: rgb(var(--white-rgb)/0.2) !important;
}
footer form .form-control:focus {
  background: rgb(var(--white-rgb)/0.15);
  border-color: rgb(var(--white-rgb)/0.15);
  color: var(--white);
}
@media (min-width: 575px) {
  footer form .form-control {
    padding: 0 155px 0 15px;
    height: 3.1rem;
  }
}
@media (min-width: 1400px) {
  footer form .form-control {
    padding: 0 130px 0 15px;
  }
}
footer form button {
  background: var(--thm);
  color: var(--white);
  border-radius: 8px;
  border: none;
  padding: 9px;
  font-size: 1em;
  margin: 9px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 575px) {
  footer form button {
    height: calc(100% - 10px);
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0 12px;
    margin: 0;
    display: block;
  }
}
@media (max-width: 575px) and (min-width: 420px) {
  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;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  footer ul.links li {
    width: calc(50% - 10px);
  }
}
footer .fbottom {
  padding: 18px 0;
  width: 100%;
  border-top: 1px solid rgb(var(--white-rgb)/0.1);
  font-size: 16px;
  color: rgb(var(--white-rgb)/0.7);
}
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 a {
  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;
  }
}

.CallBack:not(.modal) {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: var(--black);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.CallBack:not(.modal) 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:not(.modal) a[data-bs-toggle=collapse]:after, .CallBack:not(.modal) 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:not(.modal) a[data-bs-toggle=collapse]:not(.collapsed) {
  opacity: 1;
}
.CallBack:not(.modal) a[data-bs-toggle=collapse]:not(.collapsed):before, .CallBack:not(.modal) a[data-bs-toggle=collapse]:not(.collapsed):after {
  background: var(--white);
}
.CallBack:not(.modal) a[data-bs-toggle=collapse]:not(.collapsed):before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.CallBack:not(.modal) a[data-bs-toggle=collapse]:not(.collapsed):after {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.CallBack:not(.modal) > div {
  overflow: auto;
  height: 100vh;
}
.CallBack:not(.modal) 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;
}
@media (max-width: 1400px) {
  .CallBack:not(.modal) div.container {
    padding: 40px 0;
  }
}
.CallBack:not(.modal) div.container:after {
  height: 100%;
  width: 500px;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: var(--thm1);
  -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:not(.modal) div.container .row {
  max-width: 1260px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .CallBack:not(.modal) div.container .row {
    max-width: 1080px;
  }
}
.CallBack:not(.modal) div.container .h1 {
  font-size: 3.5em !important;
  font-weight: 600;
}
.CallBack:not(.modal) div.container *:not(.btn, .text-danger) {
  color: var(--white) !important;
}
.CallBack:not(.modal) div.container label {
  font-weight: 300;
  margin: 0;
  font-size: 15px;
}
.CallBack:not(.modal) div.container textarea.form-control {
  min-height: 5em !important;
}
.CallBack:not(.modal) div.container .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgb(var(--white-rgb)/0.1);
  border-radius: 0;
  padding: 0;
  resize: none;
  font-weight: 300;
}
.CallBack:not(.modal) div.container .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: rgb(var(--white-rgb)/0.2) !important;
}
.CallBack:not(.modal) div.container .form-control::-webkit-input-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
.CallBack:not(.modal) div.container .form-control::-moz-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
.CallBack:not(.modal) div.container .form-control:-ms-input-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
.CallBack:not(.modal) div.container .form-control::-ms-input-placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
.CallBack:not(.modal) div.container .form-control::placeholder {
  color: rgb(var(--white-rgb)/0.3) !important;
}
.CallBack:not(.modal) div.container .form-control option {
  background: rgb(var(--black-rgb)/0.9);
  padding: 0 9px;
  text-indent: 5px;
}
.CallBack:not(.modal) div.container .form-control.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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='.8' d='m2 5 6 6 6-6'/></svg>");
}
.CallBack:not(.modal) div.container .ConInfos {
  position: relative;
  z-index: 0;
}
.CallBack:not(.modal) 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:not(.modal) div.container .ConInfos ul {
    gap: 2em;
  }
}
@media (max-width: 574px) {
  .CallBack:not(.modal) div.container .ConInfos ul {
    gap: 15px;
  }
}
.CallBack:not(.modal) 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:not(.modal) 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:not(.modal) 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:not(.modal) 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:not(.modal) div.container .ConInfos ul li > span.icon {
    height: 48px;
    width: 48px;
  }
  .CallBack:not(.modal) div.container .ConInfos ul li > span.icon svg {
    height: 20px;
    width: 20px;
  }
  .CallBack:not(.modal) div.container .ConInfos ul li > span.icon:after {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.CallBack:not(.modal) div.container .ConInfos ul li > span:last-child {
  width: calc(100% - 75px);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.CallBack:not(.modal) div.container .ConInfos ul li > span:last-child strong {
  font-weight: 600;
  display: block;
  margin-bottom: 9px;
}
.CallBack:not(.modal) div.container .ConInfos ul li:hover > span.icon {
  background: var(--gr1);
  border: transparent;
}
.CallBack:not(.modal) div.container .ConInfos ul li:hover > span.icon svg {
  stroke: var(--thm);
}
.CallBack:not(.modal) div.container .ConInfos ul li:hover > span.icon:after {
  background: var(--white);
  border: transparent;
}
.CallBack:not(.modal) div.container .ConInfos .icons {
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 5px;
  margin: 3em 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.CallBack:not(.modal) div.container .ConInfos .icons a {
  height: 36px;
  width: 36px;
  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;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
  border-radius: 50%;
}
.CallBack:not(.modal) div.container .ConInfos .icons a img {
  height: 20px;
  width: 20px;
}
.CallBack:not(.modal) div.container .ConInfos .icons a:hover {
  opacity: 1;
  background: var(--white);
}
.CallBack:not(.modal) div.container .ConInfos .icons a:hover img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.CallBack:not(.modal) .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none;
}
.CallBack:not(.modal) .select2-container--default .select2-selection--single {
  border: none !important;
  border-bottom: 1px solid rgb(var(--white-rgb)/0.1) !important;
}
.CallBack:not(.modal) .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  font-size: 1rem;
}
.CallBack:not(.modal) .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  right: 4px;
}
.CallBack:not(.modal) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  border-bottom: 1px solid;
  border-left: 1px solid;
  height: 7px;
  width: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: static;
}

.SearchInput {
  height: 43px !important;
  padding-left: 40px !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 60" stroke="%23000" stroke-width="3px" stroke-linecap="round" fill="none"><circle cx="25" cy="25" r="23"/><line x1="42" y1="41" x2="59" y2="58"/></svg>') var(--white) no-repeat 12px/18px;
  border-radius: 9px !important;
}
.SearchInput::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  width: 12px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45" fill="none" stroke="red" stroke-linecap="round" stroke-width="5px"><line x1="2.5" y1="42.5" x2="42.5" y2="2.5"/><line x1="42.5" y1="42.5" x2="2.5" y2="2.5"/></svg>') center/11px no-repeat;
}

.BackTop {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: none;
  cursor: pointer;
  color: var(--white);
  height: 40px;
  width: 40px;
  background: var(--thm);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgb(var(--white-rgb)/0.3) !important;
          box-shadow: 0 0 15px rgb(var(--white-rgb)/0.3) !important;
  z-index: 9;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.BackTop span {
  display: grid;
  place-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 3px auto 0;
}
.BackTop span:after {
  width: 16px;
  height: 16px;
  border-left: 2px solid var(--white);
  border-top: 2px solid var(--white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
  content: "";
}
.BackTop:hover {
  color: var(--white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    will-change: transform;
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    will-change: transform;
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    will-change: transform;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    will-change: transform;
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    will-change: transform;
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    will-change: transform;
    transform: scale(1);
  }
}
.whatsappIcon {
  bottom: 70px;
  right: 12px;
  position: fixed !important;
  z-index: 999 !important;
  width: 50px;
  height: 50px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: rgb(var(--black-rgb)/0.4) 2px 2px 6px;
          box-shadow: rgb(var(--black-rgb)/0.4) 2px 2px 6px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0px;
  background: rgb(77, 194, 71) !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whatsappIcon svg {
  width: 65%;
  height: 65%;
  fill: none;
  stroke: var(--white);
  stroke-linejoin: round;
}

@media only screen and (max-width: 767px) {
  .whatsappblock {
    bottom: 55px;
    left: 12px;
  }
}
.owl-stage {
  margin: 0 auto;
}

.card {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.star {
  color: var(--black);
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.star:before {
  content: "★★★★★";
  color: rgb(var(--black-rgb)/0.2);
}
body.bg-dark .star:before {
  color: var(--white);
}
.star[data-title="0"]:after {
  width: 0%;
}
.star[data-title="1"]:after {
  width: 20%;
}
.star[data-title="2"]:after {
  width: 40%;
}
.star[data-title="3"]:after {
  width: 60%;
}
.star[data-title="4"]:after {
  width: 80%;
}
.star[data-title="5"]:after {
  width: 100%;
}
.star:after {
  color: var(--bs-warning);
  content: "★★★★★";
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
}

.nav-tabs {
  padding: 0;
  border: none;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  gap: 20px;
}
.nav-tabs .nav-link {
  position: relative;
  border: none;
  border-radius: 9px;
  font-size: 16px;
  color: var(--black);
  background: none;
  padding: 8px 18px;
  font-weight: 500;
  min-width: 70px;
}
.nav-tabs .nav-link > * {
  z-index: 1;
  position: relative;
}
.nav-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--thm1) 0%, var(--thm) 100%);
  color: var(--white);
  font-weight: 400;
}
@media (max-width: 767px) {
  .nav-tabs .nav-link > span {
    padding: 0;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .nav-tabs .nav-link img {
    height: 18px;
    width: 18px;
  }
}

.tab-content .tab-pane {
  padding: 9px;
}
@media (min-width: 768) {
  .tab-content .tab-pane {
    padding: 25px;
  }
}

.youtube-player {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
          transform: translateX(-50%) translatey(-50%);
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 368.8 260.88"><path fill="%23f51c0d" d="M0,187.84V78.08S1.28.08,77.93.08,222.14,0,294.93,0,368.8,77.53,368.8,77.53l-.15,109.83s-2.07,73.44-74.56,73.44-142.83.1-216.06.1C1.09,260.88,0,187.84,0,187.84Zm133.85-10.22c0,6.4,2.25,7.84,8,5.12l96.3-45.92c4.82-1.76,5.09-6.51,0-9.62L142,78.5c-5.83-3-8.1-1.51-8.1,5.14C133.84,99.36,133.84,162,133.85,177.62Z"/><path fill="%23fff" d="M133.84,177.62c0,6.4,2.24,7.84,8,5.12l96.3-45.92c4.82-1.76,5.08-6.51,0-9.62L142,78.5c-5.83-3-8.1-1.51-8.1,5.14C133.83,99.36,133.83,162,133.84,177.62Z"/></svg>') center/4em auto no-repeat;
  cursor: pointer;
  z-index: 2;
  -webkit-filter: drop-shadow(2px 3px 0 rgb(var(--black-rgb)/0.2));
          filter: drop-shadow(2px 3px 0 rgb(var(--black-rgb)/0.2));
}
.youtube-player svg {
  height: 80px;
  width: 80px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.playVideo {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.CmsPage h1.Heading {
  margin-top: 0 !important;
}
.CmsPage h2, .CmsPage .h2 {
  font-size: 1.8rem;
  color: var(--black);
  font-weight: 500;
}
.CmsPage h3, .CmsPage .h3 {
  font-size: 1.5rem;
  color: var(--thm);
  margin-top: 24px !important;
  font-weight: 500;
}
.CmsPage h4, .CmsPage .h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 24px !important;
}
.CmsPage h5, .CmsPage .h5 {
  font-size: 1.1rem;
  color: var(--thm);
  font-weight: 600;
  margin-top: 20px !important;
}
.CmsPage h6, .CmsPage .h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px !important;
}
.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 ul {
  padding-left: 5px;
}
.CmsPage ul li {
  margin-bottom: 9px;
  gap: 15px;
  list-style-type: none !important;
  position: relative;
  padding-left: 30px;
}
.CmsPage ul li:before {
  content: "";
  top: 7px;
  position: absolute;
  left: 0;
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="9" r="8"/><polyline points="5 9 7 12 13 7"/></svg>') right/100% auto no-repeat;
  min-width: 16px;
  height: 16px;
}
.CmsPage *:last-child:not(img) {
  margin-bottom: 0 !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);
}

input.SearchBox {
  padding-left: 50px !important;
  height: 48px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 364.86 366.21" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="12px"><line x1="251.12" y1="251.94" x2="358.86" y2="360.21"/><circle cx="148.95" cy="148.95" r="142.95"/></svg>') no-repeat 20px center/20px auto var(--white);
  margin-bottom: 9px;
  border-radius: 30px;
  border: none;
  -webkit-box-shadow: 0 9px 20px -8px rgb(var(--black-rgb)/0.3) !important;
          box-shadow: 0 9px 20px -8px rgb(var(--black-rgb)/0.3) !important;
  max-width: 600px;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input.SearchBox:focus {
  -webkit-box-shadow: 0 9px 20px -8px rgb(var(--black-rgb)/0.6) !important;
          box-shadow: 0 9px 20px -8px rgb(var(--black-rgb)/0.6) !important;
}

#PostQuery .form-control {
  border-radius: 1.2rem;
  padding: 0.6rem 0.75rem;
  font-size: 15px;
  border-color: rgb(var(--black-rgb)/0.2) !important;
  height: calc(2.5rem + 2px);
}
#PostQuery textarea.form-control {
  height: 99px;
  resize: none;
}

.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;
  position: relative;
  z-index: 1;
}
.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: 600;
  font-size: 18px;
  border-radius: 12px !important;
  background: rgb(var(--thm-rgb)/0.2);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion-button img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
.accordion-button:not(.collapsed) {
  background: var(--white);
  border-radius: 10px 10px 0 0 !important;
  color: var(--thm);
  -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="%23f5ad0d" 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="%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:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--white);
  z-index: -1;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@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-button:hover {
  background: rgb(var(--thm-rgb)/0.3);
}
.accordion.thm {
  background: rgb(var(--thm-rgb)/0.5);
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion-body {
  border-radius: 0 0 15px 15px !important;
}
.accordion-body background:var(--white) 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 18 11.5" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="%23000" d="M9,11C3,11,.5,6,.5,6S3.3.5,9,.5s8.5,5,8.5,5S15,11,9,11Z"/><path d="M9,2.3a3,3,0,0,0-1.4,.3A1,1,0,0,1,8,4h0a1,1,0,0,1-1.8-0A3.4,3.4,0,1,0,9,2.3Z"/></svg>') 0 center/17px no-repeat;
}
.fa-eye-slash:before {
  background: url('data:image/svg+xml, viewBox="0 0 18 13.5" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"><path d="M5,2.4A9,9,0,0,1,9,1.4c6,0,8.5,5,8.5,5a11,11,0,0,1-4,4"/><path d="M11,11.7A9,9,0,0,1,9,12C3,12,.5,7,.5,7A11,11,0,0,1,3,4"/><path d="M7,4.6a3,3,0,0,1,5,2,3,3,0,0,1-1,2"/><path d="M9,9.5A3,3,0,0,1,6,7h0"/><line x1="3" y1=".5" x2="15" y2="13"/></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: transparent;
  }
}

.SendInquiry .modal-header {
  border: none;
  padding: 0;
}
.SendInquiry .modal-body form {
  border: none;
}
.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: 9px;
  height: 100%;
  background-color: rgb(var(--thm-rgb)/0.05) !important;
}
.CountryCode a:hover, .CountryCode a.show, .CountryCode a:focus, .CountryCode button:hover, .CountryCode button.show, .CountryCode button:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgb(var(--thm-rgb)/0.25);
          box-shadow: 0 0 0 0.25rem rgb(var(--thm-rgb)/0.25);
  border-color: var(--thm) !important;
}
.CountryCode a span, .CountryCode button span {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.CountryCode a span:after, .CountryCode button span:after {
  display: none;
}
.CountryCode > a, .CountryCode > button {
  height: auto;
}
.CountryCode a {
  border-right-color: transparent !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); /*right:auto!important;left:0!important;*/
  -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(--thm) !important;
  position: sticky;
  top: 0;
  z-index: 2;
}
.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);
}

select option:disabled {
  display: none;
}

.form-check:not(.form-switch) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0;
}
.form-check:not(.form-switch) .form-check-input {
  position: relative;
  top: 3px;
  margin: 0 6px 0 0;
}
.form-check:not(.form-switch) .form-check-input:checked[type=checkbox] {
  background-image: none;
  background-color: var(--white);
  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='%23000' 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: transparent !important;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent !important;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent !important;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent !important;
}
.form-floating > .form-control::placeholder {
  color: transparent !important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; /* border-color:rgb(var(--black-rgb)/.4)!important;*/
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; /* border-color:rgb(var(--black-rgb)/.4)!important;*/
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; /* border-color:rgb(var(--black-rgb)/.4)!important;*/
}
.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) ~ 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; /*background:var(--white);*/
  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 2rem 0.2rem 1rem !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: 120px !important;
}

.form-control[type=file]:not(:-moz-placeholder-shown) {
  padding-top: 0;
  line-height: 44px;
  padding: 0 0.75rem !important;
}

.form-control[type=file]:not(:-ms-input-placeholder) {
  padding-top: 0;
  line-height: 44px;
  padding: 0 0.75rem !important;
}

.form-control[type=file]:not(:placeholder-shown) {
  padding-top: 0;
  line-height: 44px;
  padding: 0 0.75rem !important;
}
.form-control[type=file]:not(:-moz-placeholder-shown)::file-selector-button {
  color: var(--white);
  background: var(--black) !important;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100% + 2px);
  font-size: 15px;
  position: relative;
  top: 0;
}
.form-control[type=file]:not(:-ms-input-placeholder)::file-selector-button {
  color: var(--white);
  background: var(--black) !important;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100% + 2px);
  font-size: 15px;
  position: relative;
  top: 0;
}
.form-control[type=file]:not(:placeholder-shown)::-webkit-file-upload-button {
  color: var(--white);
  background: var(--black) !important;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100% + 2px);
  font-size: 15px;
  position: relative;
  top: 0;
}
.form-control[type=file]:not(:placeholder-shown)::file-selector-button {
  color: var(--white);
  background: var(--black) !important;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100% + 2px);
  font-size: 15px;
  position: relative;
  top: 0;
}
.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-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-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-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color) !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 center/18px auto no-repeat;
}

.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: transparent 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(--thm1-rgb)/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;
}

.ConInfo ul, footer .ConInfo {
  margin: 0;
  padding: 0;
}

.Contact > svg {
  position: absolute;
  left: 9px;
  height: 80px;
  width: 80px;
  bottom: 0;
  content: "";
  opacity: 0.6;
}
.Contact > svg ~ svg {
  right: 1%;
  left: auto;
  height: 90px;
  width: 90px;
  bottom: auto;
  top: -9px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.Contact .ContactD {
  border-radius: 5px;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 6px 12px rgb(var(--black-rgb)/0.2);
          box-shadow: 0 6px 12px rgb(var(--black-rgb)/0.2);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
@media (max-width: 575px) {
  .Contact .ContactD form {
    padding: 20px;
  }
}
.Contact .ConInfo {
  height: 100%;
  padding: 20px 30px;
  padding-right: 0 !important;
  position: relative;
  z-index: 1;
}
.Contact .ConInfo:after {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  background: var(--gr);
  border-radius: 12px;
  z-index: -1;
}
@media (max-width: 991px) {
  .Contact .ConInfo {
    padding: 50px 30px;
  }
}
.Contact .ConInfo ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 574px) {
  .Contact .ConInfo ul {
    gap: 20px;
  }
}
.Contact .ConInfo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.Contact .ConInfo 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(--black-rgb)/0.1);
  position: relative;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -6px;
}
.Contact .ConInfo ul li span.icon svg {
  height: 24px;
  width: 24px;
  fill: none;
  stroke: var(--thm1);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  stroke-width: 1.3px;
}
.Contact .ConInfo ul li span.icon:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  border-radius: 50%;
  background: var(--thm);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Contact .ConInfo ul li span:last-child {
  width: calc(100% - 75px);
  line-height: 150%;
  color: var(--white);
}
.Contact .ConInfo ul li span:last-child * {
  color: var(--white);
}
.Contact .ConInfo ul li span:last-child .h6 {
  font-size: 18px;
}
.Contact .ConInfo ul li:hover span.icon {
  background: var(--thm);
  border: transparent;
}
.Contact .ConInfo ul li:hover span.icon svg {
  stroke: var(--thm);
}
.Contact .ConInfo ul li:hover span.icon:after {
  background: var(--thm1);
  border: transparent;
}

.form-control:not(textarea)[readonly], .form-select[readonly] {
  background: rgb(var(--black-rgb)/0.1);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-control:not(textarea)[readonly]:focus, .form-select[readonly]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: rgb(var(--black-rgb)/0.2) !important;
}
.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 {
  resize: none;
}
textarea.form-control {
  min-height: 7rem !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: transparent !important;
}

[class*=sws-] {
  position: relative;
  display: inline-block;
}
[class*=sws-]:before, [class*=sws-]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
[class*=sws-]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
[class*=sws-]:after {
  background: var(--thm);
  color: var(--white);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font);
  line-height: 1.2;
  -webkit-box-shadow: 4px 4px 8px rgb(var(--black-rgb)/0.3);
          box-shadow: 4px 4px 8px rgb(var(--black-rgb)/0.3);
  border-radius: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  text-align: center;
}
[class*=sws-]:hover:before, [class*=sws-]:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
[class*=sws-][title]:after {
  content: attr(title);
}
[class*=sws-][data-title]:after {
  content: attr(data-title);
}
[class*=sws-][title=""]:before, [class*=sws-][title=""]:after, [class*=sws-][data-title=""]:before, [class*=sws-][data-title=""]:after, [class*=sws-][title=""]:before, [class*=sws-][title=""]:after, [class*=sws-][data-title=""]:before, [class*=sws-][data-title=""]:after {
  display: none !important;
}

.sws-top:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sws-top:before, .sws-top:after, .sws-top-left:before, .sws-top-left:after, .sws-top-right:before, .sws-top-right:after {
  bottom: 100%;
  left: 50%;
}
.sws-top:before, .sws-top-left:before, .sws-top-right:before {
  border-top-color: var(--thm);
  left: calc(50% - 6px);
  margin-bottom: -11px;
}
.sws-top-left:after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: 12px;
}
.sws-top-left:hover:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.sws-top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
          transform: translateX(-100%) translateY(-8px);
}
.sws-top-right:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-left: -12px;
}
.sws-top-right:hover:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.sws-top-right:hover:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.sws-top:hover:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.sws-top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}
.sws-bottom:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sws-bottom:before, .sws-bottom:after, .sws-bottom-left:before, .sws-bottom-left:after, .sws-bottom-right:before, .sws-bottom-right:after {
  top: 100%;
  left: 50%;
}
.sws-bottom:before, .sws-bottom-left:before, .sws-bottom-right:before {
  left: calc(50% - 6px);
  margin-top: -11px;
  border-bottom-color: var(--thm);
}
.sws-bottom-left:after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: 12px;
}
.sws-bottom-left:hover:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sws-bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
          transform: translateX(-100%) translateY(8px);
}
.sws-bottom-right:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-left: -12px;
}
.sws-bottom-right:hover:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sws-bottom-right:hover:after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sws-bottom:hover:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sws-bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
}
.sws-right:before, .sws-right:after {
  left: 100%;
  bottom: 50%;
}
.sws-right:before {
  margin-left: -11px;
  margin-bottom: -6px;
  border-right-color: var(--thm);
}
.sws-right:after {
  margin-bottom: -14px;
}
.sws-right:hover:before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.sws-right:hover:after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.sws-left:before, .sws-left:after {
  right: 100%;
  bottom: 50%;
}
.sws-left:before {
  margin-right: -11px;
  margin-bottom: -6px;
  border-left-color: var(--thm);
}
.sws-left:after {
  margin-bottom: -14px;
}
.sws-left:hover:before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.sws-left:hover:after {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.sws-small:after, .sws-medium:after, .sws-large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}
.sws-always:after, .sws-always:before {
  opacity: 1;
  visibility: visible;
}
.sws-always.sws-top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}
.sws-always.sws-top:before, .sws-always.sws-top-left:before, .sws-always.sws-top-right:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.sws-always.sws-top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
          transform: translateX(-100%) translateY(-8px);
}
.sws-always.sws-top-right:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
          transform: translateX(-100%) translateY(-8px);
}
.sws-always.sws-bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
}
.sws-always.sws-bottom:before, .sws-always.sws-bottom-left:before, .sws-always.sws-bottom-right:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sws-always.sws-bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
          transform: translateX(-100%) translateY(8px);
}
.sws-always.sws-bottom-right:after {
  -webkit-transform: translateX(-100%) translateY(8px);
          transform: translateX(-100%) translateY(8px);
}
.sws-always.sws-left:before, .sws-always.sws-left:after {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.sws-always.sws-right:before, .sws-always.sws-right:after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.sws-rounded:after {
  border-radius: 4px;
}
.sws-small:after {
  width: 80px;
}
.sws-medium:after {
  width: 150px;
}
.sws-large:after {
  width: 300px;
}
.sws-no-animate:before, .sws-no-animate:after {
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
}
.sws-bounce:before, .sws-bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.sws-primary:after {
  background-color: var(--bs-primary);
  font-weight: 500;
}
.sws-primary.sws-top:before, .sws-primary.sws-top-left:before, .sws-primary.sws-top-right:before {
  border-top-color: var(--bs-primary);
}
.sws-primary.sws-bottom:before, .sws-primary.sws-bottom-left:before, .sws-primary.sws-bottom-right:before {
  border-bottom-color: var(--bs-primary);
}
.sws-primary.sws-left:before {
  border-left-color: var(--bs-primary);
}
.sws-primary.sws-right:before {
  border-right-color: var(--bs-primary);
}
.sws-secondary:after {
  background-color: var(--bs-secondary);
  font-weight: 500;
}
.sws-secondary.sws-top:before, .sws-secondary.sws-top-left:before, .sws-secondary.sws-top-right:before {
  border-top-color: var(--bs-secondary);
}
.sws-secondary.sws-bottom:before, .sws-secondary.sws-bottom-left:before, .sws-secondary.sws-bottom-right:before {
  border-bottom-color: var(--bs-secondary);
}
.sws-secondary.sws-left:before {
  border-left-color: var(--bs-secondary);
}
.sws-secondary.sws-right:before {
  border-right-color: var(--bs-secondary);
}
.sws-success:after {
  background-color: var(--bs-success);
  font-weight: 500;
}
.sws-success.sws-top:before, .sws-success.sws-top-left:before, .sws-success.sws-top-right:before {
  border-top-color: var(--bs-success);
}
.sws-success.sws-bottom:before, .sws-success.sws-bottom-left:before, .sws-success.sws-bottom-right:before {
  border-bottom-color: var(--bs-success);
}
.sws-success.sws-left:before {
  border-left-color: var(--bs-success);
}
.sws-success.sws-right:before {
  border-right-color: var(--bs-success);
}
.sws-info:after {
  background-color: var(--bs-info);
  font-weight: 500;
}
.sws-info.sws-top:before, .sws-info.sws-top-left:before, .sws-info.sws-top-right:before {
  border-top-color: var(--bs-info);
}
.sws-info.sws-bottom:before, .sws-info.sws-bottom-left:before, .sws-info.sws-bottom-right:before {
  border-bottom-color: var(--bs-info);
}
.sws-info.sws-left:before {
  border-left-color: var(--bs-info);
}
.sws-info.sws-right:before {
  border-right-color: var(--bs-info);
}
.sws-warning:after {
  background-color: var(--bs-warning);
  color: var(--black);
  font-weight: 500;
}
.sws-warning.sws-top:before, .sws-warning.sws-top-left:before, .sws-warning.sws-top-right:before {
  border-top-color: var(--bs-warning);
}
.sws-warning.sws-bottom:before, .sws-warning.sws-bottom-left:before, .sws-warning.sws-bottom-right:before {
  border-bottom-color: var(--bs-warning);
}
.sws-warning.sws-left:before {
  border-left-color: var(--bs-warning);
}
.sws-warning.sws-right:before {
  border-right-color: var(--bs-warning);
}
.sws-danger:after {
  background-color: var(--bs-danger);
  font-weight: 500;
}
.sws-danger.sws-top:before, .sws-danger.sws-top-left:before, .sws-danger.sws-top-right:before {
  border-top-color: var(--bs-danger);
}
.sws-danger.sws-bottom:before, .sws-danger.sws-bottom-left:before, .sws-danger.sws-bottom-right:before {
  border-bottom-color: var(--bs-danger);
}
.sws-danger.sws-left:before {
  border-left-color: var(--bs-danger);
}
.sws-danger.sws-right:before {
  border-right-color: var(--bs-danger);
}
.sws-light:after {
  background-color: var(--bs-light);
  color: var(--black);
  font-weight: 500;
}
.sws-light.sws-top:before, .sws-light.sws-top-left:before, .sws-light.sws-top-right:before {
  border-top-color: var(--bs-light);
}
.sws-light.sws-bottom:before, .sws-light.sws-bottom-left:before, .sws-light.sws-bottom-right:before {
  border-bottom-color: var(--bs-light);
}
.sws-light.sws-left:before {
  border-left-color: var(--bs-light);
}
.sws-light.sws-right:before {
  border-right-color: var(--bs-light);
}
.sws-dark:after {
  background-color: var(--bs-dark);
  font-weight: 500;
}
.sws-dark.sws-top:before, .sws-dark.sws-top-left:before, .sws-dark.sws-top-right:before {
  border-top-color: var(--bs-dark);
}
.sws-dark.sws-bottom:before, .sws-dark.sws-bottom-left:before, .sws-dark.sws-bottom-right:before {
  border-bottom-color: var(--bs-dark);
}
.sws-dark.sws-left:before {
  border-left-color: var(--bs-dark);
}
.sws-dark.sws-right:before {
  border-right-color: var(--bs-dark);
}

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;
  display: none;
}
nav[role=navigation] > div:first-child span {
  pointer-events: none;
}
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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
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;
}/*# sourceMappingURL=style.css.map */

/* =========================
   SERVICES MEGA MENU FIX
   ========================= */

.dropdown-menu.mega-menu {
    width: 1000px !important;
    padding: 20px !important;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.dropdown-menu.mega-menu li {
    list-style: none;
}

/* Desktop hover */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu.mega-menu {
        display: block;
    }
}

/* Mobile */
/* ===== Mobile Mega Menu Styling ===== */
@media (max-width: 991px) {

    .dropdown-menu.mega-menu {
        padding: 12px !important;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .dropdown-menu.mega-menu .mega-title {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 2px solid #ff6414;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    .dropdown-menu.mega-menu .mega-link {
        font-size: 14px;
        padding: 8px 0 8px 22px;
    }

    .dropdown-menu.mega-menu .mega-link::before {
        top: 8px;
        font-size: 15px;
        opacity: 0.8;
    }

    /* Remove column borders on mobile */
    .mega-menu .col-lg-3,
    .mega-menu .col-lg-4 {
        border-right: none !important;
        margin-bottom: 20px;
    }
}


/* ===== Mega Menu Headings ===== */
.mega-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #1e1a0f;
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 2px solid #F5AD0D; /* Metrosh Orange */
}

/* Heading hover */
.mega-title:hover {
    color: #F5AD0D !important;
}

/* ===== Mega Menu Links ===== */
.mega-link {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 6px 0 6px 14px;
    position: relative;
}

/* small dot indicator */
.mega-link::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #F5AD0D;
    opacity: 0.6;
}

/* hover effect */
.mega-link:hover {
    color: #F5AD0D !important;
    padding-left: 20px !important;
    transition: all 0.2s ease !important;
}

/* ===== Column separation (optional but recommended) ===== */
.mega-menu .col-lg-3:not(:last-child),
.mega-menu .col-lg-4:not(:last-child) {
    border-right: 1px solid #eee;
}

.navbar-nav .dropdown-menu.mega-menu a.mega-title:hover {
    transform: translateX(6px);
    --bs-dropdown-link-hover-color: #F5AD0D;
    background-color: transparent !important;
}

.navbar-nav .dropdown-menu.mega-menu a.mega-link {
    transition: transform 0.25s ease, color 0.25s ease;
}

.navbar-nav .dropdown-menu.mega-menu a.mega-link:hover {
    transform: translateX(6px);
    --bs-dropdown-link-hover-color: #F5AD0D;
    background-color: transparent !important;
}
