
/*--------------------------------------------------------------
/* new header css by sonal */
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: var(--tg-theme-primary);
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(255, 255, 255, .30);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 18px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
}

.main-menu__contact-list li .text p a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--tg-common-color-dark);
}

.main-menu__top-welcome-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  line-height: 1em;
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, .40);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--tg-theme-primary);
  border: 1px solid #fff;
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 5px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  background-color: #fff;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu__left {
  display: block;
}

.main-menu__logo {
  display: block;
  padding: 15px 0;
}
.main-menu__logo img{
      height: 65px;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 0;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 0;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--tg-theme-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--tg-common-color-dark);
  color: #fff;
}

.main-menu__call-content {
  position: relative;
  display: block;
  top: 3px;
  margin-left: 10px;
}

.main-menu__call-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  text-transform: capitalize;
}

.main-menu__call-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 6px;
}

.main-menu__call-number a {
  color: var(--tg-common-color-dark);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--tg-theme-primary);
}

.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--tg-common-color-dark);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--tg-theme-primary);
}

.main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--tg-common-color-dark);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--tg-theme-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart:hover {
  color: var(--tg-theme-primary);
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}

/* .main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background-color: var(--tg-theme-primary);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
} */

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 22px;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px;
}

.main-menu__btn-box {
  position: relative;
  display: block;
}





.stricky-header.main-menu {
  background-color: var(--tg-common-color-dark);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tg-common-color-dark);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--tg-theme-primary);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--tg-theme-primary);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 14px;
  color: var(--tg-common-color-dark);
  transform: translateY(-50%);
  font-weight: 900;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--tg-theme-primary);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 280px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(7, 13, 26, 0.10);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(7, 13, 26, 1);
 font-size: 15px;
    line-height: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 0px 15px;
  padding-left: 0 !important;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: rgba(84, 149, 243, 1.0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--tg-theme-primary);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--tg-theme-primary);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--tg-common-color-dark);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tg-common-color-dark)000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: #fff;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--tg-common-color-dark);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: var(--tg-common-color-dark);
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--tg-theme-primary);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--tg-theme-primary);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--tg-theme-primary);
  border: none;
  outline: none;
  color: var(--tg-common-color-dark);
  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;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--tg-theme-primary);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--tg-common-color-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--tg-common-color-dark);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 1px solid rgb(0 0 0 / 24%);
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
}
.mobile-nav__social a img{height: 16px;}
.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--tg-theme-primary);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.mobile-nav__social a:hover::after {
  transform: scale(1.0);
  opacity: 1;
}

.mobile-nav__social a:hover {
  color: #fff;
  border: 1px solid var(--tg-theme-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--tg-common-color-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: var(--tg-common-color-dark);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--tg-theme-primary);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--tg-theme-primary);
  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;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -25px;
  margin-bottom: -25px;
}

.home-showcase__inner {
  padding: 40px 42px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.10);
  padding: 1px;
  border-radius: 5px;
}

.home-showcase__image>img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 800ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0.70;
  z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1.0;
  transform-origin: top center;
}

.home-showcase__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
  background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: linear-gradient(to right, #222222 0%, #222222 100%);

  opacity: 1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
  opacity: 0.90;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
  padding: 13px 20px 13px;
  width: 160px;
  text-align: center;
  color: #fff;
}

.home-showcase__buttons__item::before {
  background-color: #fff;
}

.home-showcase__buttons__item::after {
  background-color: rgba(255, 255, 255, .30);
}


.home-showcase__buttons__item:hover {
  color: var(--tg-theme-primary);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--tg-common-color-dark);
  margin-top: 18px;
  text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: #ffffff;
}

.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}
.navSidebar-button.thm-btn{
  display: block;
    font-size: 15px;
    color: var(--tg-heading-color);
    font-weight: 600;
    line-height: 18px;
    border-radius: 50px;
    padding: 12px 26px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(6, 35, 91, 0.19);
    border-image: initial;
    background: var(--tg-theme-secondary);
}
.navSidebar-button.thm-btn:hover{
 color: var(--tg-common-color-white);
    background: var(--tg-common-color-black);
}
.mob-thm-btn {
    display: block;
    font-size: 14px;
    color: var(--tg-heading-color);
    font-weight: 600;
    line-height: 18px;
    border-radius: 50px;
    padding: 10px 26px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(6, 35, 91, 0.19);
    border-image: initial;
    background: var(--tg-theme-secondary);
}
.mob-thm-btn:hover{
 color: var(--tg-common-color-white);
    background: var(--tg-common-color-black);
}
.logoutsec .dropdown-toggle::after{
  display: none;
}
@media(max-width:767px){
  .main-menu__logo img {
    height: 50px;
}
}

/* cust */

 .single-service-menu {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid #bab7b7;
    transition: transform 0.3s ease;
        border-radius: 10px;
 }
 .custmenusec li a:hover{
    color: inherit;
 }
.single-service-menu:hover {
    transform: translateY(-8px); 
}

.single-service-menu .icon {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 30px;
    margin-top: 5px;
    /* background: var(--tg-theme-primary); */
    /* height: 50px; */
    width: 64px;
    min-width: 64px;
    /* border-radius: 50%; */
    color: #fff;
}
/* .single-service-menu:hover .icon{
  background: var(--tg-common-color-dark);
} */
.single-service-menu .icon svg {
    height: 50px;
    width: auto;
    margin-top: -7px;
}
.single-service-menu .icon path{
   fill: var(--tg-theme-primary);
}
.single-service-menu .icon img {
    background: none;
    padding: 0;
    height: 50px;
    width: 50px;
    margin: auto;
}
                

.single-service-menu .title {
    color: var(--tg-common-color-dark);
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
}

.single-service-menu  p.details {
    max-width: 100%;
    font-size: 14px;
    color: #565656;
    margin: 0;
}

.cust-menu-list {
    border-left: 1px solid #ddd;
    padding-left: 35px;
    margin-left: 10px;
    height: 100%;
}
.cust-menu-list ul{
     list-style: none; 
     padding: 0;
     margin-top: 15px;
}
.cust-menu-list ul li{
    margin-bottom: 20px;
    color: #565656;
    font-weight: bold;
    transition: transform 0.3s ease;
}
.cust-menu-list ul li:hover {
    transform: translateY(-8px); 
}
.service-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px
}

.service-feature_icon {
    background: var(--itzone-base);
    box-shadow: 0px 6px 20px rgb(35 123 182 / 64%);
    border-radius: 5px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-feature_icon img{
    height: 50px;
}
.service-feature {
    background-color: #fff;
    padding: 20px;
    border: 1px solid var(--itzone-base);
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.service-feature_title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}

.service-feature_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}
@media(max-width:767px){
    .service-feature-wrap{
        grid-template-columns: 1fr;
    }
    .service-details__title-1 {
    font-size: 22px;
    line-height: normal;
}
}

.maincategory .details{
  font-size: 15px !important;
}


/* new slider css by sonal */

/** Home Slider **/
.hslider-item,
.home-banner, 
.main-banner{
	background-size: cover;
	padding: 170px 0;
	background-position: center center;
	color: #fff;
	position: relative;
	z-index: 1;
}
.hslider-item:before,
.home-banner:before,
.main-banner:before{
	position: absolute;
	content: '';
	background: #000;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .5;
}
.hslider-item span,
.home-banner .banner_content span {
	background: #4a3aff;
	display: inline-block;
	padding: 2px 15px;
	border-radius: 30px;
	font-weight: 500;
}
.hslider-item span{
	background: rgba(225,225,225,0.2);
}
.home-slider img{
	width: auto!important;
	max-width: 100%;
}

.hslider-item span img,
.home-banner .banner_content span img{
	width: 40px!important;
	padding-right: 10px;
}
.hslider-item span img{
	display: inline-block!important;
}
.hslider-item h2,
.home-banner .banner_content h2{
	color: #fff;
	font-size: 70px;
	line-height: 80px;
	margin-top: 30px;
	margin-bottom: 25px;
}
.hslider-item p,
.home-banner .banner_content p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 45px;
  color: #fff;
}
.hslider_shapes {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.lefttop {
	top: 19%;
	left: 13%;
	z-index: 1;
	animation: upDown 5s linear 0s infinite alternate;
}
.leftbtm {
	bottom: 10%;
	left: 29%;
	z-index: 1;
	animation: leftRight 5s linear 0s infinite alternate;
}
.ssright {
	top: 41%;
	right: 14%;
	z-index: 1;
	animation: leftRight 5s linear 0s infinite alternate;
}
.aniupDown{
	animation: upDown 5s linear 0s infinite alternate;
}
.anileftRight{
	animation: leftRight 5s linear 0s infinite alternate;
}

.home-banner .banner_content .brating p{
	padding-left: 16px;
	margin-bottom: 0!important;
	font-size: 15px;
}
.home-banner .banner_content .brating p i{
	color: var(--rating);
}
.home-slider .owl-nav{
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
}
.home-slider .owl-nav button {
	position: absolute;
	width: 65px;
	height: 65px;
	line-height: 71px !important;
	background: #fff !important;
	color: #222 !important;
	border-radius: 50%;
	text-align: center;
	font-size: 25px !important;
	display: block;
	transition: .5s;
}
.home-slider .owl-nav button::before {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	width: 75px;
	height: 75px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: .5s;
}
.home-slider .owl-nav button:hover{
	background: var(--tg-theme-primary)!important;
	color: #fff!important;
}
.home-slider .owl-nav button:hover:before {
	border-color: var(--tg-theme-primary);
}
.home-slider .owl-nav button.owl-prev{
	left: 5%;
}
.home-slider .owl-nav button.owl-next{
	right: 5%;

}

.bshape1 {
	top: 26%;
	left: -78px;
	width: 40px;
}
.bshape2 {
	top: 63px;
	right: 52%;
	width: 53px;
}
.bshape3 {
	right: -71px;
	top: -70px;
	width: 115px;
}
.home-banner.banner-3 .bshape3{
	right: -60px;
	top: 23px;
}
.bshape4 {
	right: -60px;
	bottom: 23%;
}

.home-banner.banner-2{
	overflow: hidden;
	padding: 150px 0 100px;
}
.home-banner.banner-3 .banner_content span {
	border: 1px solid var(--tg-theme-primary);
	background: transparent;
	color: var(--tg-theme-primary);
}
.bbadge.badge2 {
	width: auto;
	border: 1px solid #ddd;
	position: absolute;
	z-index: 1;
	bottom: -4px;
	left: -58px;
	margin-bottom: 0;
}
.bbadge.badge2 h3{
	color: var(--tg-theme-primary);
}
.bbadge.badge2 img {
	float: left;
	padding-right: 20px;
	margin-bottom: 0;
}
.sbanner_image_wrap {
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-20px);
	width: 88%;
	margin: 0 auto;
}
.bbadge.badge2 .bb_text{
	overflow: hidden;
	text-align: left;
}
.home-banner.banner-3{
	padding-top: 100px;
	padding-bottom: 50px;
	overflow: hidden;
}
.home-banner.banner-2 .banner_content h2,
.home-banner.banner-3 .banner_content h2 {
	color: #fff;
	font-size: 62px;
	line-height: 70px;
}
.home-banner.banner-3 .banner_content h2{
	color: #222;
}
.home-banner.banner-3 .banner_content p{
	color: #555;
}
.home-banner.banner-3::before{
	display: none;
}
.home-banner.banner-3 .sbanner_image{
	position: relative;
	right: 0;
	bottom: -75px;
	width: auto;
}
.sbanner_image {
	position: absolute;
	right: -129px;
	bottom: -151px;
	width: 50%;
}
.home-banner.banner-2:before{
	opacity: .8;
}
.banner_search_form .form-control {
	height: 60px;
	border-radius: 7px;
}
.bsearch_btn {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	height: 60px;
	padding: 0 30px;
	border-radius:0 7px 7px 0;
	border: 1px solid var(--tg-theme-primary);
	background-color: var(--tg-theme-primary);
}
.banner-2 .bcate span{
	background: transparent!important;
	color: rgba(225,225,225, 0.6); 
	padding: 0;
	
}
.banner-2 .bcate a{
	color: rgba(225,225,225, 0.6); 
}
.banner-2 .bcate a:hover{
	color: #fff;
}
.banner-2 .bcate .cat_coma:last-child{
	display: none;
}
.banner-2 .bshape2 {
	right: 46%;
}

/* Active Animation  */
.owl-item.active .hslider-item span{
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
}

.owl-item.active .hslider-item h2{
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
}

.owl-item.active .hslider-item p{
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
}

.owl-item.active .hslider-item .blue_btn{
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
}

@keyframes upDown {
  0% {
    transform:translateY(-40px)
  }
  100% {
    transform:translateY(0px)
  }
}
@keyframes leftRight {
  0% {
    transform:translateX(-50px)
  }
  100% {
    transform:translateX(0px)
  }
}

@keyframes rightLeft {
  0% {
    transform:translateX(50px)
  }
  100% {
    transform:translateX(0px)
  }
}
@media(min-width:769px) and (max-width:1024px){
  .hslider-item h2, .home-banner .banner_content h2 {
    font-size: 40px;
    line-height: normal;
  }
  .hslider-item p, .home-banner .banner_content p {
    font-size: 18px;
    margin-bottom: 0;
}
.hslider-item, .home-banner, .main-banner {
    padding: 100px 0;
    background-position: center center;
}
.home-slider .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
}
.home-slider .owl-nav button::before {
    width: 60px;
    height: 60px;
}
}
@media(max-width:768px){
  .hslider-item h2, .home-banner .banner_content h2 {
    font-size: 40px;
    line-height: normal;
  }
  .hslider-item p, .home-banner .banner_content p {
    font-size: 18px;
    margin-bottom: 0;
}
.hslider-item, .home-banner, .main-banner {
    padding: 100px 0;
    background-position: center center;
}
.home-slider .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
}
.home-slider .owl-nav button::before {
    width: 60px;
    height: 60px;
}
}
@media(max-width:767px){
  .hslider-item h2, .home-banner .banner_content h2 {
    font-size: 25px;
    line-height: normal;
  }
  .hslider-item p, .home-banner .banner_content p {
    font-size: 16px;
    margin-bottom: 0;
}
.hslider-item, .home-banner, .main-banner {
    padding: 100px 0;
    background-position: center center;
    height: 500px;
}
.hslider_shapes {
    display: none;
}
.home-slider .owl-nav {
    bottom: 15%;
    top:unset;
}
.home-slider .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
}
.home-slider .owl-nav button::before {
    width: 60px;
    height: 60px;
}

}

/* instructor image */

.team-member.style1 {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.team-member.style1 .team-media img {
    transition: all 0.25s;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.team-member.style1 .team-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  border-radius: 30px;
  padding: 15px 20px;
  background: conic-gradient(from 168.69deg at 75% 66.07%, #87c53e 0deg, #5f951f 360deg);
}
.team-member.style1 .team-info .member-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.1;
  color: #fff;
}
.team-member.style1 .team-info .member-name a {
  color: #fff;
}
.team-member.style1 .team-info span {
  color: #fff;
  font-size: 15px;
}
.team-member.style1:hover .team-media img {
  transform: scale(1.05);
}

.social-link {
  padding: 0;
  margin-left: 0;
  display: flex;
  gap: 5px;
}
.social-link li {
  display: inline-block;
}
.social-link li a {
  font-size: 18px;
  align-items: center;
  padding: 0px;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 45px;
  color: #fff;
  transition: all 0.25s;
}
.social-link.light li a {
  background: var(--bs-dark-100);
  color: var(--bs-dark-900);
}
.social-link.light li a:hover {
  background: var(--bs-primary-700);
  color: #fff;
}

.social-link-1 {
  gap: 30px;
}

@media(max-width:767px){
  .main-menu__logo{
    padding: 5px 0;
  }
}