/* -------------------------------------
    Google fonts
------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');

/* Apply DM Sans globally */
html, body {
  font-family: 'DM Sans', sans-serif !important;
}

/* ====================================================
    Gutter Code 
==================================================== */
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.ltn__no-gutter > [class*="col-"] {
  /* No padding only for child columns */
  padding-right: 0;
  padding-left: 0;
}

.ltn__no-gutter-all [class*="col-"] {
  /* No padding for every columns */
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  /* Modify this based on column def */
  .ltn__custom-gutter {
    margin-left: -0px;
    margin-right: -0px;
  }
  .ltn__custom-gutter > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  /* Modify this based on column def */
  .ltn__custom-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ltn__custom-gutter > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  /* Modify this based on column def */
  .ltn__product-gutter .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .ltn__product-gutter [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* ----------------------------------------------------
    Normalize    0B2C3D
---------------------------------------------------- */
:root {
  --ursbid_yellow: #fa8d1d;
  --ltn__primary-color: #0b2c3d;
  --ltn__primary-color-2: #141414;
  /* Darken */
  --ltn__primary-color-3: #133236;
  /* Lighten */
  --ltn__secondary-color: #fa8d1d;
  --ltn__secondary-color-2: #cb3421;
  /* Darken */
  --ltn__secondary-color-3: #fb412a;
  /* Lighten */
  --ltn__heading-color: #0b1e33;
  --ltn__paragraph-color: #152e3a;
  --ltn__heading-font: 'DM Sans', sans-serif;
  --ltn__body-font: 'DM Sans', sans-serif;
  --ltn__color-1: #8cb2b2;
  --ltn__color-2: #acd2d8;
  --ltn__color-3: #a3bcc0;
  --ltn__color-4: #84a2a6;
  --ltn__color-5: #5c727d;
  --ltn__color-6: #969fa5;
  --ltn__color-7: #e5e5e5;
  /* Gradient Colors */
  --gradient-color-1: linear-gradient(
    90deg,
    rgba(242, 139, 194, 1) 0%,
    rgba(216, 177, 242, 1) 50%
  );
  --gradient-color-2: linear-gradient(
    to top,
    rgba(7, 28, 31, 0) 0%,
    rgba(7, 28, 31, 1) 90%
  );
  --gradient-color-3: linear-gradient(
    to bottom,
    rgba(7, 28, 31, 0) 0%,
    rgba(7, 28, 31, 1) 90%
  );
  --gradient-color-4: linear-gradient(
    to top,
    rgba(242, 246, 247, 0) 0%,
    rgba(242, 246, 247, 1) 90%
  );
  --gradient-color-5: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 70%
  );
  /* Background Colors ( 1, 2, 3, 4, 5 )  */
  --section-bg-1: #f9f8fb;
  /* White */
  /* --section-bg-1: #F2F6F7; */
  /* White */
  --section-bg-2: #171b2a;
  /* Black */
  --section-bg-5: #fff2f0;
  /* White */
  --section-bg-6: #0b2c3d;
  /* Black */
  --section-bg-7: #282b38;
  /* Black */
  --section-bg-8: #2d4a58;
  /* Black */
  /* Border Colors */
  --border-color-1: #e5eaee;
  /* White */
  --border-color-2: #1e2021;
  /* Black */
  --border-color-3: #5c617f;
  /* Black */
  --border-color-4: #eb6954;
  /* Red */
  --border-color-5: #bc3928;
  /* Red */
  --border-color-6: #103034;
  /* Black */
  --border-color-7: #d1dae0;
  /* White */
  --border-color-8: #f6f6f6;
  /* White */
  --border-color-9: #e4ecf2;
  /* White */
  --border-color-10: #ebeeee;
  /* White */
  --border-color-11: #ededed;
  /* White */
  --border-color-12: #e1e6ff;
  /* White */
  --border-color-13: #f1f8ff;
  /* White */
  /* Box Shadow Colors */
  --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
  /* like border */
  --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  /* like border GGL */
  --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
  --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
  --ltn__box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, 0.2);
  /* Common Colors */
  --black: #000000;
  --black-2: #22355b;
  --white: #fff;
  --white-2: #f2f6f7;
  --white-3: #e8edee;
  --white-4: #e6ecf0;
  --white-5: #f0f4f7;
  --white-6: #f1f1f1;
  --white-7: #f7f7f7;
  --white-8: #fafafa;
  --white-9: #f2f7fa;
  --white-10: #ededed;
  --red: #ff0000;
  --red-2: #f34f3f;
  --red-3: #db483b;
  --silver: #c0c0c0;
  --gray: #808080;
  --maroon: #800000;
  --yellow: #ffff00;
  --olive: #808000;
  --lime: #00ff00;
  --green: #77c720;
  --green-2: #008000;
  --aqua: #00ffff;
  --teal: #008080;
  --blue: #0000ff;
  --navy: #000080;
  --fuchsia: #b13bff;
  --purple: #800080;
  --pink: #ffc0cb;
  --nude: #ebc8b2;
  --orange: #ffa500;
  --ratings: #ffb800;
  /* social media colors */
  --facebook: #365493;
  --twitter: #3cf;
  --linkedin: #0077b5;
  --pinterest: #c8232c;
  --dribbble: #ea4c89;
  --behance: #131418;
  --google-plus: #dd4b39;
  --instagram: #e4405f;
  --vk: #3b5998;
  --wechat: #7bb32e;
  --youtube: #cb2027;
  --email: #f89a1e;
}

/* -------------------------------------
    Typography
------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--ltn__body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  color: var(--ltn__paragraph-color);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: var(--ltn__body-font);
  line-height: 1.8;
  margin: 0 auto;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--ltn__heading-color);
  clear: both;
  font-family: var(--ltn__heading-font);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

p {
  color: var(--ltn__paragraph-color);
  margin-bottom: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--ltn__paragraph-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--ltn__secondary-color);
}

button,
input,
optgroup,
select,
textarea {
  font-family: var(--ltn__body-font);
}

pre,
code,
kbd,
tt,
var,
samp {
  font-family: var(--ltn__body-font);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul li,
ol li {
  margin-top: 1rem;
}

.star_head {
  background: var(--bs-blue);
  padding: 4px;
}
.star_head .head {
  display: flex;
}
.star_head .name_logo {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 75px;
}
.star_head .name_logo .logo {
  width: 65px;
  margin-right: 30px;
}
.star_head .name_logo .logo img {
}

._3NorZ0 {
  width: calc(100% - 100px);
}
._2rslOn {
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 8px;
  background-color: #f0f5ff;
}
._2rslOn ._1sFryS {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: auto;
  background: transparent;
  align-items: center;
  padding: 10px 10px;
}
._2rslOn ._2iLD__ {
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 8px 8px 12px;
  background-color: transparent;
  display: flex;
  outline: none;
  border: none;
}
._2rslOn ._2SmNnR {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}
._2rslOn .Pke_EE:placeholder-shown {
  text-overflow: ellipsis;
}
._2rslOn .Pke_EE:placeholder-shown {
  text-overflow: ellipsis;
}
._2rslOn .Pke_EE {
  border: 0;
  outline: 0 none;
  font-size: 17px;
  height: 55px;
  width: 100%;
  /* background-color: transparent; */
  margin-bottom: 0;
}
.all_drop {
  position: relative;
}
._2msBFL {
  display: flex;
  align-items: center;
  gap: 0;
}
._2msBFL .btn_icos {
  /* background: #fff; */
  border-radius: 7px;
  padding: 5px 10px;
  display: flex;
  position: relative;
}
._2msBFL .btn_icos:hover {
  background: var(--ursbid_yellow);
}
._2msBFL .btn_icos .icon {
  width: 25px;
  margin-right: 4px;
  height: 25px;
  display: flex;
}
._2msBFL .btn_icos .icon img {
  width: 100%;
  filter: invert(1);
}
._2msBFL .btn_icos span {
  font-size: 15px;
  font-weight: 600;
  flex: 1;
  width: max-content;
  color: #fff;
}
.all_fit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dots_login {
  position: relative;
}
.dots_login:hover .contact_drop {
  display: block;
}
.dots_login .icon {
  cursor: pointer;
}
.dots_login .icon img {
  width: 50px;
}

.contact_drop {
  background: #fff;
  width: 200px;
  position: absolute;
  right: 0;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #000;
  overflow: hidden;
  display: none;
  z-index: 10;
}
.contact_drop ul {
  padding: 0px;
  list-style: none;
  margin: 0;
}
.contact_drop ul li {
  margin: 0;
}
.contact_drop ul li a {
  display: block;
  padding: 2px 0px 0 35px;
  font-weight: 600;
  position: relative;
}
.contact_drop ul li a:hover {
  background: var(--bs-blue);
  color: #fff;
}
.contact_drop ul li a:hover img {
  filter: invert(1);
}
.contact_drop ul li a img {
  position: absolute;
  left: 10px;
  top: 7px;
  width: 19px;
}
.all_drop:hover .login_drops {
  display: block;
}
.login_drops {
  background: #fff;
  width: 150px;
  position: absolute;
  right: 0;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #000;
  overflow: hidden;
  display: none;
  z-index: 10;
}
.login_drops ul {
  padding: 0px;
  list-style: none;
  margin: 0;
}
.login_drops ul li {
  margin: 0;
}
.login_drops ul li a {
  display: block;
  padding: 2px 0px 0 35px;
  font-weight: 600;
  position: relative;
}
.login_drops ul li a:hover {
  background: var(--bs-blue);
  color: #fff;
}
.login_drops ul li a:hover img {
  filter: invert(1);
}
.login_drops ul li a img {
  position: absolute;
  left: 10px;
  top: 7px;
  width: 19px;
}

/*==========================================================================*/
.twopart {
  padding: 35px 0;
}
.twopart .d_twopart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.twopart .points_cont:nth-child(1):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #c9c9c9;
  top: 0;
  right: -18px;
}
.twopart .points_cont {
  position: relative;
}
.twopart .points_cont .padd {
}
.twopart .points_cont .heading {
  text-align: center;
  margin-bottom: 20px;
}
.twopart .points_cont .heading h3 {
  margin: 0;
  font-size: 35px;
}

.twopart .points_cont .pro {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}
.twopart .points_cont .pro .item {
  width: 33.33%;
  padding: 5px;
}
.twopart .points_cont .pro .item a {
  border: 1px solid #eee;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #cfcfcf;
}
.twopart .points_cont .pro .item .img {
  height: 135px;
  width: 100%;
}

.twopart .points_cont .pro .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twopart .points_cont .pro .hd_name {
  text-align: center;
  padding: 6px 0;
}
.twopart .points_cont .pro .hd_name h3 {
  margin: 0;
  font-size: 16px;
}
/*==========================================================================*/

/*=============================footer=============================================*/
.footer-top-area {
  padding-top: 60px;
  padding-bottom: 0;
  background-color: var(--section-bg-2);
}
.footer-widget {
  margin-bottom: 60px;
}
.footer-about-widget {
  padding-right: 35px;
}
.footer-logo {
  /* position: relative; */
  top: -10px;
  width: 80px;
  text-align: center;
  margin: auto;
}
.footer-about-widget p {
  color: #fff;
}
.footer-address ul {
  margin: 0;
  padding: 0;
}
.footer-address ul li {
  list-style: none;
  display: block;
  margin-top: 8px;
}
.footer-address ul li .footer-address-icon {
  float: left;
  margin-right: 15px;
  color: #fff;
}
.footer-address ul li .footer-address-info {
  overflow: hidden;
}
.footer-address ul li .footer-address-info p {
  margin-bottom: 0;
}
.ltn__social-media {
  margin-top: 20px;
}
.ltn__social-media ul {
  margin: 0;
  padding: 0;
}
.ltn__social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
}
.ltn__social-media ul li a {
  color: #fff;
  font-size: 30px;
}
a:hover {
  color: var(--ltn__secondary-color);
}
.footer-widget {
  margin-bottom: 60px;
}
.footer-widget .footer-title {
  font-size: 30px;
  margin-bottom: 11px;
  margin-top: 30px;
  color: var(--white);
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
}
.footer-menu ul li {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
  color: var(--white);
  display: flex;
  gap: 10px;
}
.footer-menu ul li a {
  position: relative;
}
.footer-menu ul li:hover a {
  padding-left: 20px;
}
.footer-menu ul li a::before {
  position: absolute;
  content: "//";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  /* opacity: 0; */
  /* visibility: hidden; */
  margin-left: -20px;
  color: var(--ltn__secondary-color);
}
.footer-menu ul li:hover a::before {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.ltn__copyright-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--section-bg-7);
}
.ltn__copyright-design p {
  margin-bottom: 0;
  color: var(--white);
}
.ltn__copyright-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}
.ltn__copyright-menu ul li {
  list-style: none;
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  font-size: 14px;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
}
.ltn__copyright-menu ul li a {
  margin: 0;
  color: #fff;
}
/*=============================footer=============================================*/
/*=============================about us=============================================*/
.about-img-left {
  /* margin-right: 30px; */
}
.about-us-img-wrap {
  position: relative;
}
.ltn__video-img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.about-us-img-wrap img {
  margin: 0;
}
.ltn__secondary-bg.ltn__video-icon-2 {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__video-img .ltn__video-icon-1,
.ltn__video-img .ltn__video-icon-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ltn__video-icon-2 {
  height: 80px;
  width: 80px;
  background-color: var(--white);
  color: var(--ltn__secondary-color);
  font-size: 20px;
  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;
  z-index: 9;
  border-radius: 100%;
}
.about-us-info-wrap {
  position: relative;
}
.ltn__section-title-2 {
  margin-bottom: 40px;
}
.ltn__section-title-2 .section-subtitle {
  margin-top: 0;
  text-transform: uppercase;
}
.section-subtitle {
  font-weight: 600;
  font-family: var(--ltn__body-font);
}
.ltn__secondary-color {
  color: var(--ltn__secondary-color) !important;
}
.ltn__section-title-2 .section-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.ltn__section-title-2 p {
  padding: 0 0 0 30px;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: var(--ltn__secondary-color);
  max-width: 550px;
}
/*=============================about us=============================================*/
.btn {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ltn__body-font);
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}
.btn:last-child {
  margin-right: 0;
}
.theme-btn-2 {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.btn-effect-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--white);
}
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-effect-1:hover {
  color: var(--ltn__heading-color);
}
.theme-btn-2:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.btn {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ltn__body-font);
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}
.btn-effect-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #161f42;
}
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-effect-1:hover::after {
  width: 100%;
}
.btn-effect-1:hover {
  color: var(--ltn__heading-color);
}
.bg-image-right-before {
  position: relative;
}
.pb-90 {
  padding-bottom: 60px;
}
.pt-120 {
  padding-top: 60px;
}
.section-bg-6 {
  background-color: var(--section-bg-6);
}
.section-bg-6 h1,
.section-bg-6 li {
  color: var(--white);
}
.ltn__list-item-half {
  margin-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.list-item-margin li {
  margin-top: 30px;
}
.ltn__list-item-half li {
  width: 50%;
  float: left;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}
.ltn__list-item-half li i {
  font-size: 22px;
  color: var(--white);
  margin-right: 15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: var(--section-bg-8);
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  border-radius: 100%;
}
.ltn__list-item-half-2 li i {
  font-size: 12px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}
.about-img-left {
  /* margin-right: 30px; */
}
.about-us-img-wrap {
  position: relative;
  margin: 10px 13px;
}
.bg-image-right-before::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/bg/21.jpg);
  height: 100%;
  width: 48%;
  left: auto;
  right: 0;
  top: 0;
}
/* ----------------------------------------------------
    Testimonial ( 1, 2, 3, 4, 5, 6 )
---------------------------------------------------- */
.ltn__testimonial-item {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.ltn__testimonial-item .ltn__testimoni-img img {
  border-radius: 100%;
}
.ltn__testimonial-item.text-center .ltn__testimoni-img {
  margin-left: auto;
  margin-right: auto;
}
.ltn__testimonial-item.text-right .ltn__testimoni-img {
  margin-left: auto;
  margin-right: 0;
}

.ltn__testimoni-img {
  max-width: 120px;
  margin-bottom: 30px;
}
.ltn__testimoni-img img {
  border-radius: 0;
}
.ltn__testimoni-img i {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid;
  border-radius: 100%;
  font-size: 18px;
}

/* testimonial-item-2 */
.ltn__testimonial-item-2 {
  max-width: 60%;
}
.ltn__testimonial-item-2 .ltn__testimoni-img {
  max-width: 85px;
  outline: 8px solid;
  outline-color: var(--white);
  margin-top: 8px;
  position: relative;
}
.ltn__testimonial-item-2 .ltn__testimoni-img img {
  border-radius: 0;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
}
.ltn__testimonial-item-2 p {
  font-size: 24px;
}
.ltn__testimonial-item-2 .ltn__testimoni-info h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.ltn__testimonial-item-2 .ltn__testimoni-info h6 {
  color: var(--ltn__secondary-color);
}

/* testimonial-item-3 */
.ltn__testimonial-item-3 {
  max-width: 100%;
  margin-bottom: 20px;
}
.ltn__testimonial-item-3 .ltn__testimoni-info {
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  width: calc(100% - 40px);
  margin: -60px auto 0;
  background-color: var(--white);
  padding: 25px 30px 30px;
  position: relative;
  z-index: 9;
}
.ltn__testimonial-item-3 .ltn__testimoni-info p {
  margin-top: 0;
}
.ltn__testimonial-item-3 .ltn__testimoni-info h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.ltn__testimonial-item-3 .ltn__testimoni-info h6 {
  margin-bottom: 5px;
  margin-top: 0;
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-3 .ltn__testimoni-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__testimonial-item-3 .ltn__testimoni-img {
  max-width: 60px;
  margin-bottom: 0;
  margin-right: 15px;
}
.ltn__testimonial-item-3 .ltn__testimoni-img img {
  border-radius: 0;
}

.ltn__testimoni-bg-icon {
  position: absolute;
  right: 15px;
  bottom: 5px;
  z-index: -1;
  opacity: 0.1;
}
.ltn__testimoni-bg-icon i {
  font-size: 110px;
  line-height: 1;
  color: var(--ltn__color-1);
}

/* testimonial-item-4 */
.ltn__testimonial-item-4 {
  max-width: 100%;
  position: relative;
  padding: 40px;
  background-color: var(--white);
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  z-index: 2;
}
.ltn__testimonial-item-4 .ltn__testimoni-img {
  max-width: 160px;
  float: left;
  margin-right: 40px;
}
.ltn__testimonial-item-4 .ltn__testimoni-img img {
  border-radius: 0;
}
.ltn__testimonial-item-4 .ltn__testimoni-info {
  overflow: hidden;
}
.ltn__testimonial-item-4 .ltn__testimoni-info p {
  margin-bottom: 15px;
}
.ltn__testimonial-item-4 .ltn__testimoni-info h4 {
  margin-bottom: 5px;
}
.ltn__testimonial-item-4 .ltn__testimoni-info h6 {
  margin-bottom: 5px;
  color: var(--ltn__secondary-color);
}

/* testimonial-item-5 */
.ltn__testimonial-slider-4 {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ltn__testimonial-item-5 .ltn__quote-icon {
  font-size: 240px;
  position: absolute;
  top: -15px;
  line-height: 1;
  color: var(--white-7);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.ltn__testimonial-item-5 .ltn__testimonial-image {
  max-width: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.ltn__testimonial-item-5 .ltn__testimonial-image img {
  outline: 8px solid #fff;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}

.ltn__testimonial-item-5 .ltn__testimonial-info {
  margin-top: 30px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info p {
  font-size: 24px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info h6 {
  color: var(--ltn__secondary-color);
}

.ltn__testimonial-quote-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.ltn__testimonial-quote-menu li {
  list-style: none;
}
.ltn__testimonial-quote-menu li img {
  position: absolute;
}
.ltn__testimonial-quote-menu li:nth-child(1) img {
  width: 105px;
  top: -15%;
  left: 0;
}
.ltn__testimonial-quote-menu li:nth-child(2) img {
  width: 65px;
  top: 0;
  left: auto;
  right: 3%;
}
.ltn__testimonial-quote-menu li:nth-child(3) img {
  width: 65px;
  top: 70%;
  left: 10%;
}
.ltn__testimonial-quote-menu li:nth-child(4) img {
  width: 125px;
  top: 60%;
  left: auto;
  right: 10%;
}
.ltn__testimonial-quote-menu li:nth-child(5) img {
  width: 75px;
  top: 40%;
  left: 3%;
}
.ltn__testimonial-quote-menu li:nth-child(6) img {
  width: 75px;
  top: 25%;
  left: auto;
  right: 15%;
}
.ltn__testimonial-quote-menu li:nth-child(7) img {
  width: 55px;
  top: 20%;
  left: 15%;
}
.ltn__testimonial-quote-menu li:nth-child(8) img {
  width: 55px;
  top: 40%;
  left: auto;
  right: 3%;
}

/* testimonial-item-6 */
.ltn__testimonial-item-6 {
  padding-top: 50px;
  margin-bottom: 0;
}
.ltn__testimonial-item-6 .ltn__testimoni-img i {
  border: 0;
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-6 p {
  font-size: 28px;
}

/* testimonial-item-7 */
.ltn__testimonial-item-7 {
  background-color: var(--white);
  padding: 30px 35px 40px;
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border: 1px solid;
  border-color: var(--border-color-13);
  position: relative;
}
.ltn__testimonial-item-7 .ltn__testimonial-img {
  margin-bottom: 30px;
}
.ltn__testimonial-item-7 .ltn__testimoni-info p {
  font-size: 18px;
}
.ltn__testimonial-item-7 .ltn__testimoni-info p i {
  font-size: 30px;
  position: relative;
  top: 8px;
  margin-right: 2px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
  max-width: 60px;
  margin-right: 15px;
  margin-bottom: 0;
}
.ltn__testimonial-item-7
  .ltn__testimoni-info-inner
  .ltn__testimoni-name-designation
  h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.ltn__testimonial-item-7
  .ltn__testimoni-info-inner
  .ltn__testimoni-name-designation
  label {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ltn__testimonial-item-7::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__testimonial-item-7:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
  color: var(--ltn__secondary-color);
}

/* testimonial-item-8 */
.ltn__testimonial-item-8 {
  padding: 35px 35px 35px;
}
.ltn__testimonial-item-8 .ltn__testimoni-info p {
  margin-bottom: 0;
}
.ltn__testimonial-item-8 .ltn__testimoni-info p + p {
  margin-top: 15px;
}

.ltn__testimoni-author-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .ltn__testimonial-item-2 {
    max-width: 70%;
  }
  .ltn__testimonial-item-2 p {
    font-size: 20px;
  }
  .ltn__testimonial-item-2 .ltn__testimoni-info h4 {
    font-size: 24px;
  }
  .ltn__testimonial-slider-4 {
    max-width: 70%;
  }
  .ltn__testimonial-item-5 .ltn__testimonial-info p {
    font-size: 20px;
  }
  .quote-animated-image {
    display: none !important;
  }
  .ltn__testimoni-author-ratting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ltn__testimonial-item-2 {
    max-width: 95%;
  }
  .ltn__testimonial-item-2 p {
    font-size: 16px;
  }
  .ltn__testimonial-item-2 .ltn__testimoni-info h4 {
    font-size: 20px;
  }
  .ltn__testimonial-item-3 .ltn__testimoni-info {
    width: calc(100% - 20px);
    padding: 25px 20px 30px;
  }
  .ltn__testimonial-item-4 .ltn__testimoni-img {
    float: none;
  }
  .ltn__testimonial-slider-4 {
    max-width: 95%;
  }
  .ltn__testimonial-item-5 .ltn__testimonial-info p {
    font-size: 16px;
  }
  .ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 14px;
  }
}
.product-ratting {
  margin-bottom: 5px;
}

.product-ratting ul {
  margin: 0;
  padding: 0;
}

.product-ratting li {
  display: inline-block;
  margin: 0 -2px;
  color: var(--ratings);
  font-size: 12px;
}

.product-hover-action {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: var(--silver);
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: var(--ltn__secondary-color);
  height: 15px;
  width: 15px;
  margin-bottom: -2px;
}

/* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 9;
}

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color: var(--white);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--white-4);
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--ltn__primary-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.slick-arrow-1 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto;
}

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto;
}

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto;
  }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto;
  }
}

/* slick-arrow-2 */
.slick-arrow-2 .slick-arrow {
  color: var(--ltn__primary-color) !important;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: block;
  left: 15px;
  border: 1px solid var(--border-color-1);
  text-align: center;
}
.slick-arrow-2 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}

.slick-arrow-2 .slick-next {
  left: 60px;
}

/* slick-arrow-3 */
.slick-arrow-3 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: -120px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  display: block;
  left: auto;
  right: 100px;
  border: 2px solid;
  text-align: center;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}
.slick-arrow-3 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}

.slick-arrow-3 .slick-next {
  right: 15px;
  background-color: var(--white);
  border-color: var(--white);
  color: var(--ltn__primary-color) !important;
}

.slick-arrow-3 .slick-prev {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}

/* slick-arrow-4 */
.slick-arrow-4 {
  margin: 0;
}
.slick-arrow-4 .slick-arrow {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 100%;
}
.slick-arrow-4 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}
.slick-arrow-4 .slick-next {
  right: -60px;
}
.slick-arrow-4 .slick-prev {
  left: -60px;
}

@media (max-width: 767px) {
  .slick-dots {
    margin: 0 0 15px;
  }
}

.ltn__breadcrumb-area {
  background-color: #e5e5e5;
  margin-bottom: 85px;
  padding-top: 85px;
  padding-bottom: 70px;
}

.ltn__breadcrumb-list ul {
  margin: 0;
  padding: 0;
}

.ltn__breadcrumb-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  font-weight: 700;
}

.ltn__breadcrumb-list ul li:last-child {
  margin-right: 0;
  color: var(--ltn__primary-color);
  opacity: 0.7;
}

.ltn__breadcrumb-list ul li:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 10px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ltn__breadcrumb-list ul li:last-child:after {
  display: none;
}

.ltn__breadcrumb-inner .page-title {
  margin-bottom: 0;
}
.contact-form-box {
  padding: 39px 28px 45px;
  position: relative;
  z-index: 1;
}
.contact-form-box input::-webkit-input-placeholder {
  color: var(--ltn__color-1);
}
.contact-form-box input::-moz-placeholder {
  color: var(--ltn__color-1);
}
.contact-form-box input:-ms-input-placeholder {
  color: var(--ltn__color-1);
}
.contact-form-box input:-moz-placeholder {
  color: var(--ltn__color-1);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
select,
textarea {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin: 0px 0px;
  border-radius: 0;
  padding-right: 40px;
  border-radius: 29px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="submit"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--ltn__paragraph-color);
  font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #d1cee3;
}

input[type="password"] {
  letter-spacing: 3px;
  font-size: 16px;
}

textarea {
  resize: vertical;
  padding: 15px 20px;
  min-height: 150px;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.form-input-box {
  position: relative;
}

.form-input-box input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 70px 0 15px;
  border-radius: 0 15px 0px 0px;
  border: 1px solid var(--ltn__primary-color);
  margin-bottom: 0;
}

.form-input-box button[type="submit"] {
  background-color: var(--ltn__primary-color);
  color: var(--white);
  padding: 0 18px;
  height: 100%;
  border: 1px solid var(--ltn__primary-color);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-input-box button[type="submit"]:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}

.theme-btn-1 {
  background-color: #171b2a;
  color: var(--white) !important;
}
.theme-btn-1:hover {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}

.about-us-img-wrap iframe {
  width: 100%;
  height: 279px;
  object-fit: cover;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.slider_four button.owl-prev {
  top: 50%;
  position: absolute;
  left: 0;
}

.slider_four button.owl-next {
  top: 50%;
  position: absolute;
  right: 0;
}
.slider_four button span {
  background: #191246;

  width: 43px;

  height: 43px;

  display: block;

  color: #fff;

  font-size: 33px;

  line-height: 43px;

  border-radius: 5px;
}
.bsdk p {
  text-align: center;
}

ul.tmc {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
}
b.bc {
  background: #ffffff;
  color: #000;
  font-size: 15px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.footer-menu {
  padding: 10px;
  border: 1px solid #fe7a18;
}
.header-cat {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.header_in button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: 0;
}

.toggle span {
  width: 100%;
  height: 3px;
  background: #555;
  display: block;
  position: relative;
  cursor: pointer;
}

.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555;
  transition: all 0.3s ease-out;
}

.toggle span:before {
  top: -8px;
}

.toggle span:after {
  top: 8px;
}

.toggle span.toggle {
  background: transparent;
}

.toggle span.toggle:before {
  top: 0;
  transform: rotate(-45deg);
  background: #fe8016;
}

.toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: #fe8016;
}

.sidebar-cat {
  background: #fff;
  width: 235px;
  position: fixed;
  top: 0;
  left: -1000px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding-top: 90px;
  transition: all 0.3s ease-out;
}

.sidebar-cat ul {
  list-style: none;
}

.sidebar-cat ul li {
  display: block;
}

.sidebar-cat ul li a {
  padding: 8px 15px;
  font-size: 16px;
  color: #222;
  font-family: arial;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  font-weight: 500;
}

.sidebar-cat ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  background: #4caf50;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.sidebar-cat ul li a:hover:before {
  width: 100%;
}

.sidebar-cat ul li a:hover {
  color: #4caf50;
}

.sidebarshow {
  left: 0;
}
.mob-cat {
  display: none;
}
