/* templates / index open failed!*/

.header-default {
  background-color: #fff;
}
.header-default.semi-transparent:not(.sticky-header) {
  background-color: rgba(255, 255, 255, 0.7);
}
.header-default.dark {
  color: #fff;
  background-color: var(--dark-color);
  border-color: rgba(255, 255, 255, 0.1);
}
.header-default.dark.transparent-header:not(.sticky-header) {
  background-color: transparent;
}
.header-default.dark.semi-transparent:not(.sticky-header) {
  background-color: rgba(0, 0, 0, 0.7);
}
.header-default.dark .top-links li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-default.dark .top-links li > a {
  color: #fff;
}
.header-default .logo {
  max-width: 300px;
}
.header-default .header-menu {
  position: relative;
  border-radius: var(--border-radius);
}
.header-default .header-menu.search-open .nav-primary, .header-default .header-menu.search-open .logo {
  opacity: 0;
}
.header-default .header-menu .header-icon {
  margin-right: 15px;
}
.header-default .header-menu .header-icon > a, .header-default .header-menu .header-icon > button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  transition: color 0.3s ease-in-out;
}
.header-default .header-icon.language-link {
  margin-right: 0;
}
.header-default .nav-bar-tools .item {
  display: inline-block;
  margin-right: 15px;
  padding: 0px 0 0px 0;
}
.header-default .nav-bar-tools .item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.header-default .nav-bar-tools .item:last-of-type:after {
  display: none;
}
.header-default .nav-bar-tools .item.item.phone {
  padding-top: 0;
  padding-bottom: 0;
}
.header-default .nav-bar-tools .item .search-icon svg, .header-default .nav-bar-tools .item .menu-icon svg {
  font-size: 23px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
}
.header-default .nav-bar-tools .item .search-icon:hover svg, .header-default .nav-bar-tools .item .menu-icon:hover svg {
  color: #0092FF;
}
.header-default .nav-bar-tools .item .nav-bar-contact svg {
  float: left;
  font-size: 30px;
  line-height: 1.5;
}
.header-default .nav-bar-tools .item .nav-bar-contact .content-box {
  padding-left: 12px;
  margin-right: 15px;
}
.header-default .nav-bar-tools .item .nav-bar-contact .content-box span {
  color: #9B9B9B;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
}
.header-default .nav-bar-tools .item .nav-bar-contact .content-box a {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  font-family: "Teko", sans-serif;
}
.header-default .nav-bar-tools .item .nav-bar-contact:hover svg {
  -webkit-animation: icon-scale 2.5s infinite;
  animation: icon-scale 2.5s infinite;
}
@media (max-width: 991px) {
  .header-default .content-box {
    display: block !important;
  }
  .header-default .nav-bar-tools {
    display: none !important;
  }
}
@-webkit-keyframes icon-scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes icon-scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 570px) {
  .header-default .header-menu {
    margin-top: 0;
  }
  .header-default .header-menu .logo {
    max-width: 200px;
  }
  .header-default .header-top {
    margin-top: 0;
  }
  .header-default .header-top .left-links {
    border-bottom: 1px solid var(--border-color);
  }
  .header-default .header-top .left-links li > a {
    font-size: 14px;
  }
}
[dir=trl] .header-default .header-top .top-links li {
  border-left: 0;
  border-right: 1px solid var(--border-color);
}
[dir=trl] .header-default .header-top .top-links li:first-child, [dir=trl] .header-default .header-top .top-links li li {
  border-left: 1px solid var(--border-color);
  border-right: 0;
}
[dir=trl] .header-default .header-top .top-links + .top-links {
  border-left: 0;
  border-right: 1px solid var(--border-color);
}


.navbar-root {
  display: flex;
  align-items: center;
}
.navbar-root .nav-link {
  white-space: wrap;
}
.navbar-root > li a {
  display: block;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 15px;
  transition: all 0.2s ease-in-out;
}
.navbar-root > li > a {
  padding: calc(calc(90px - 22px) * 0.5) 15px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.navbar-root > li .dropdown-menu {
  border-radius: var(--border-radius);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  padding: 15px 0px 14px;
  min-width: 240px;
  border: 1px solid #eee;
}
.navbar-root > li .dropdown-menu li {
  position: relative;
  padding: 0 20px;
}
.navbar-root > li .dropdown-menu li:hover:before {
  opacity: 1;
  color: var(--primary-color);
}
.navbar-root > li .dropdown-menu li:hover > a {
  padding-left: 25px;
}
.navbar-root > li .dropdown-menu a {
  position: relative;
}
.navbar-root > li .dropdown-menu a .icon {
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.navbar-root > li .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.navbar-root > li .mega-dropdown-menu .col-lg-2 {
  width: 19% !important;
}
.navbar-root li:hover > .dropdown-menu {
  display: block;
}
.navbar-root li:hover > a {
  color: var(--primary-color);
}
.navbar-root .mega-menu > .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
.navbar-root .mega-menu > .dropdown-menu > .row {
  width: 100%;
}
.navbar-root .mega-menu > .dropdown-menu > li {
  width: 25%;
  flex: 0 0 auto;
  padding: 15px;
}
.navbar-root .mega-menu > .dropdown-menu > li:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
.navbar-root .mega-menu > .dropdown-menu > li > .dropdown-menu {
  display: block;
  position: static;
  border: 0;
  background-color: transparent;
}
.navbar-root .mega-menu > .dropdown-menu > li > .dropdown-menu li a {
  font-size: 16px;
}
.navbar-root .mega-menu > .dropdown-menu > li > a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  white-space: normal;
}
.navbar-root .mega-menu > .dropdown-menu > li > a .icon {
  display: none;
}
.navbar-root .mega-menu > .dropdown-menu > li:hover > a {
  padding-left: 15px;
  background-color: inherit;
  color: var(--primary-color);
}
.navbar-root .mega-menu > .dropdown-menu .dropdown-menu {
  box-shadow: none;
  top: 0;
  left: 100%;
  right: auto;
}
.navbar-root .mega-menu > .dropdown-menu .dropdown-menu li {
  position: relative;
}
.navbar-root .mega-menu > .dropdown-menu .widget-collection .title a {
  font-weight: 600;
}
.navbar-root .mega-menu:hover > .dropdown-menu {
  display: flex !important;
}
.sticky-header-shrink .navbar-root > li > a {
  padding: calc(calc(60px - 22px) * 0.5) 15px;
}
.dark .navbar-root > li .dropdown-menu li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}
[dir=rtl] .navbar-root > li .dropdown-menu li:hover > a {
  padding-right: 25px;
  padding-left: 15px;
}
[dir=rtl] .navbar-root > li .dropdown-menu a {
  position: relative;
}
[dir=rtl] .navbar-root > li .dropdown-menu a .icon {
  right: auto;
  left: 0;
}
[dir=rtl] .navbar-root > li .dropdown-menu .dropdown-menu {
  right: auto;
  left: 100%;
}
[dir=rtl] .navbar-root .mega-menu > .dropdown-menu > li:hover > a {
  padding-right: 15px;
}
[dir=rtl] .navbar-root .mega-menu > .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-root > li > a {
    padding: calc(calc(120px - 22px) * 0.5) 0;
  }
}


.search-form {
  opacity: 0;
  z-index: -2;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
.search-form input {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  font-size: 1.175rem;
  padding: 10px 80px 10px 15px;
  height: 100%;
  background-color: transparent;
  color: var(--title-color);
  font-weight: 500;
  margin-top: 0;
}
.search-icon a {
  z-index: 11;
}
.search-icon a .icon {
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search-icon a .icon.close {
  opacity: 0;
}
.search-open .search-form {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}
.search-open .search-icon a .icon.search {
  opacity: 0;
}
.search-open .search-icon a .icon.close {
  opacity: 1;
  z-index: 11;
  font-size: 24px;
}
[dir=rtl] .search-icon a .icon {
  left: auto;
  right: 3px;
}


.language-link > li {
  position: relative;
}
.language-link > li .nav-link {
  text-transform: uppercase;
  display: block;
  padding: 12px;
  line-height: 21px;
  font-weight: 500;
  font-size: 14px;
}
.language-link > li > .nav-link {
  display: flex;
  align-items: center;
}
.language-link > li > .nav-link .icon {
  font-size: 16px;
}
.language-link > li .dropdown-menu {
  right: 0;
  border-top: 1px solid var(--primary-color);
  border-radius: var(--border-radius);
}
.language-link > li .dropdown-menu li:not(:first-child) {
  border-top: 1px solid var(--border-color);
}
.language-link > li:hover .dropdown-menu {
  display: block;
}
.language-link li:hover {
  background-color: var(--light-color);
}
.dark .language-link > li .dropdown-menu {
  background-color: var(--dark-color);
  color: #fff;
}
.dark .language-link > li .dropdown-menu li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dark .language-link li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}


.mobile-menu .mobile-menu-trigger {
  border: 0;
  background-color: transparent;
  z-index: 11;
}
.mobile-menu .mobile-menu-trigger .icon {
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile-menu .mobile-menu-trigger .icon.close {
  opacity: 0;
}
.mobile-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: padding 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
  z-index: 1000;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: var(--border-radius);
}
.mobile-dropdown-menu .menu-root {
  width: 100%;
}
.mobile-dropdown-menu .menu-root li {
  position: relative;
}
.mobile-dropdown-menu .menu-root li:not(:first-child) {
  border-top: 1px solid var(--border-color);
}
.mobile-dropdown-menu .menu-root li.active > a {
  color: var(--primary-color);
}
.mobile-dropdown-menu .menu-root > li a {
  display: block;
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  letter-spacing: 0;
}
.mobile-dropdown-menu .menu-root > li > a {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
}
.mobile-dropdown-menu .menu-root .toggler {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}
.mobile-dropdown-menu .menu-root .treemenu {
  border-top: 1px solid var(--border-color);
  padding-left: 15px;
}
.mobile-menu-open .mobile-menu-trigger .icon.close {
  opacity: 1;
  z-index: 11;
}
.mobile-menu-open .mobile-menu-trigger .icon.open {
  opacity: 0;
}
.mobile-menu-open .mobile-dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
[dir=rtl] .mobile-menu .mobile-menu-trigger .icon {
  left: auto;
  right: 3px;
}
[dir=rtl] .mobile-dropdown-menu .menu-root .toggler {
  right: auto;
  left: 15px;
}
[dir=rtl] .mobile-dropdown-menu .menu-root .treemenu {
  padding-left: 0;
  padding-right: 15px;
}


/* snippets / tree-menu open failed!*/

/* snippets / tree-menu open failed!*/

.banner-default {
  --swiper-navigation-size: 30px;
  --swiper-pagination-fraction-color: #fff;
  --swiper-navigation-sides-offset: 0;
  position: relative;
}
.banner-default .media-wrap .media {
  width: 100%;
}
.banner-default .ani-slide .title {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.banner-default .ani-slide .sub-title {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.banner-default .ani-slide .text {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.banner-default .ani-slide .btn-1 {
  transform: translateY(0);
  transition: all 0.7s ease-in-out;
}
.banner-default .banner-content {
  color: #333;
  z-index: 1;
  padding: 30px;
}
.banner-default .banner-content.dark {
  color: #fff;
}
.banner-default .banner-content .sub-title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 1s;
}
.banner-default .banner-content .title {
  font-size: 95px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(7rem);
  transition: all 1s;
}
.banner-default .banner-content .text {
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  opacity: 0;
  transform: translateY(7rem);
  transition: all 1s;
}
.banner-default .swiper-pagination {
  --swiper-pagination-bottom: 10px;
}
.banner-default .btn-1 {
  text-transform: capitalize;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  letter-spacing: 1px;
  border-radius: 3px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  background-color: var(--primary-color);
  display: -ms-inline-grid;
  display: inline-grid;
  cursor: pointer;
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.7s;
}
.banner-default .btn-1:hover {
  color: var(--primary-color);
}
.banner-default .btn-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFF;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.banner-default .btn-1:hover:after {
  transform: scaleY(1);
  transform-origin: top center;
}
@media (min-width: 768px) {
  .banner-default {
    --swiper-navigation-sides-offset: 30px;
  }
  .banner-default .banner-content {
    padding: 60px 0;
  }
  .banner-default .banner-content .sub-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .banner-default .banner-content .title {
    font-size: 95px;
  }
  .banner-default .banner-content .text {
    font-size: 1.25rem;
    margin-top: 2rem;
    font-family: Roboto, sans-serif;
  }
}
@media (min-width: 992px) {
  .banner-default {
    --swiper-navigation-sides-offset: 50px;
  }
  .banner-default .banner-content {
    padding: 120px 0;
  }
  .banner-default .banner-content .title {
    font-size: 95px;
  }
  .banner-default .banner-content .text {
    font-size: 16px;
    font-family: Roboto, sans-serif;
  }
}
@media (max-width: 992px) {
  .banner-default .banner-content {
    padding: 120px 0;
  }
  .banner-default .banner-content .title {
    font-size: 65px;
  }
  .banner-default .banner-content .text {
    font-size: 12px;
    font-family: Roboto, sans-serif;
  }
}
@media (max-width: 768px) {
  .banner-default .banner-content {
    padding: 120px 0;
  }
  .banner-default .banner-content .title {
    font-size: 22px;
  }
  .banner-default .banner-content .text {
    font-size: 8px;
    font-family: Roboto, sans-serif;
  }
}


/* snippets / ytplayer open failed!*/

.block-features-8 .features-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.block-features-8 .features-item .icon-item {
  color: var(--primary-color);
  font-size: 50px;
  line-height: 1;
  position: relative;
  float: left;
  flex-shrink: 0;
}
.block-features-8 .features-item:hover .icon-item {
  animation: icon-scale 2.5s infinite;
}
.block-features-8 .features-item .content-box {
  padding-left: 70px;
}
.block-features-8 .features-item .content-box h4 {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@keyframes icon-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 576px) {
  .block-features-8 {
    padding-bottom: 0 !important;
  }
  .block-features-8 .features-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .block-features-8 .content-box {
    padding: 1rem !important;
  }
  .block-features-8 .content-box h4 {
    height: 2.4em;
    display: flex;
    align-items: center;
  }
}


.block-features-18 p {
  color: var(--text-muted-color);
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 25px;
}
.block-features-18 .about-img-box .about-project:hover svg, .block-features-18 .about-core .about-core-item:hover svg {
  animation: icon-scale 2.5s infinite;
}
.block-features-18 .about-img-box {
  position: relative;
  margin-right: 40px;
}
.block-features-18 .about-img-box .img-box img {
  border-radius: 5px;
}
.block-features-18 .about-img-box .about-project {
  position: absolute;
  background-color: var(--primary-color);
  min-width: 225px;
  padding: 40px;
  border-radius: 5px;
  top: 55%;
  transform: translateY(-50%);
  right: -40px;
  border: 10px solid #FFF;
  color: #FFF;
}
.block-features-18 .about-img-box .about-project svg {
  font-size: 35px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 20px;
  display: inline-block;
}
.block-features-18 .about-img-box .about-project .counter {
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #FFF;
}
.block-features-18 .about-img-box .about-project h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  color: white;
}
.block-features-18 .about-text-box .sec-title {
  margin-bottom: 30px;
}
.block-features-18 .about-text-box .sec-title h3 {
  margin-bottom: 20px;
}
.block-features-18 .about-core .about-core-item svg {
  font-size: 40px;
  line-height: 1;
  color: var(--primary-color);
  float: left;
}
.block-features-18 .about-core .about-core-item .content-box {
  padding-left: 60px;
}
.block-features-18 .about-core .about-core-item .content-box h4 {
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.block-features-18 .about-core .about-core-item .content-box p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-features-18 .sec-title h3 {
    margin-bottom: 20px;
  }
  .block-features-18 .about-text-box {
    margin-top: 50px;
  }
}
@keyframes icon-scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  .block-features-18 {
    padding-bottom: 0;
  }
  .block-features-18 .about-core {
    display: none;
  }
  .block-features-18 .main-btn .btn-1 {
    min-width: 120px;
    height: 50px;
    line-height: 50px;
  }
}


.sec-title-1 {
  margin-bottom: 50px;
  position: relative;
}
.sec-title-1 h2 {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
}
.sec-title-1 h3 {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  font-size: 48px;
  text-transform: capitalize;
  position: relative;
}
.sec-title-1 .sec-explain {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}


.main-btn .btn-1 {
  text-transform: capitalize;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  letter-spacing: 1px;
  border-radius: 3px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  transition: all 0.4s ease-in-out;
  background-color: var(--primary-color);
  display: inline-grid;
  cursor: pointer;
  color: #FFF;
}
.main-btn .btn-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--sub-color);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.main-btn .btn-1:hover:after {
  transform: scaleY(1);
  transform-origin: top center;
}


.block-features-888 .container, .block-features-888 .container-fluid {
  position: relative;
}
.block-features-888 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.block-features-888 .mb-30 {
  margin-bottom: 30px;
}
.block-features-888 .sec-title-1 h2 {
  color: white;
}
.block-features-888 .sec-title-1 h3 {
  color: white;
}
.block-features-888 .sec-title-1 .sec-explain {
  color: white;
}
.block-features-888 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-features-888 .overlay-2 {
  background-color: var(--primary-color);
  opacity: 0.9;
}
.block-features-888 .bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.block-features-888 .working-progress .working-progress-item:hover .icon-item {
  animation: icon-scale 2.5s infinite;
}
.block-features-888 .provide {
  padding-top: 100px;
  position: relative;
}
.block-features-888 .provide .container-fluid {
  padding: 0;
  overflow: hidden;
}
.block-features-888 .provide .provide-img-box {
  position: relative;
  height: 100%;
}
.block-features-888 .provide .provide-img-box .img-box {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.block-features-888 .provide .provide-img-box .provide-presentation .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-features-888 .provide .provide-img-box .provide-presentation .pulse:hover svg {
  background-color: var(--primary-color);
  color: white;
}
.block-features-888 .provide .provide-img-box .provide-presentation .pulse svg {
  transition: all 0.5s;
  background-color: white;
}
.block-features-888 .provide .provide-img-box .provide-presentation .pulse svg {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 24px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  border-radius: 90%;
  animation: video-pulse-presentation 1s linear infinite;
  padding: 1.5rem;
}
.block-features-888 .provide .sec-title h2 {
  color: white;
}
.block-features-888 .provide .sec-title h3 {
  margin-bottom: 20px;
  color: white;
}
.block-features-888 .provide .provide-text-box {
  padding: 0 15% 0 5%;
}
.block-features-888 .working-progress .working-progress-item .icon-item {
  font-size: 40px;
  line-height: 1;
  color: white;
  float: left;
}
.block-features-888 .working-progress .working-progress-item .content-box {
  padding-left: 60px;
}
.block-features-888 .working-progress .working-progress-item .content-box h4 {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 16px;
  color: white;
}
.block-features-888 .working-progress .working-progress-item .content-box p {
  margin-bottom: 0;
  color: white;
  font-family: "Roboto", sans-serif;
}
.block-features-888 .pricing {
  padding: 100px 0 70px 0;
}
@media (min-width: 1400px) {
  .block-features-888 .provide .provide-text-box {
    padding: 0 25% 0 9%;
  }
}
@media (max-width: 991px) {
  .block-features-888 .sec-title h3 {
    margin-bottom: 20px;
  }
  .block-features-888 .provide .provide-text-box {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 768px) {
  .block-features-888 .provide .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .block-features-888 .provide .provide-img-box {
    height: 450px;
    margin-bottom: 50px;
  }
  .block-features-888 .provide .provide-img-box .img-box {
    background-position: top;
    border-radius: 5px;
  }
  .block-features-888 .provide .provide-text-box {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .block-features-888 {
    padding-bottom: 0;
  }
  .block-features-888 .pricing {
    padding-bottom: 0;
  }
  .block-features-888 .provide .provide-text-box {
    padding: 0 25px;
  }
  .block-features-888 .working-progress .working-progress-item {
    margin-bottom: 30px;
  }
  .block-features-888 .working-progress .working-progress-item.last {
    margin-bottom: 0px;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes icon-scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes video-pulse-presentation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
  }
}


.sec-title-1 {
  margin-bottom: 50px;
  position: relative;
}
.sec-title-1 h2 {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
}
.sec-title-1 h3 {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  font-size: 48px;
  text-transform: capitalize;
  position: relative;
}
.sec-title-1 .sec-explain {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}


.project-card .featured-imagebox-portfolio {
  position: relative;
}
.project-card .featured-imagebox-portfolio .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.project-card .featured-imagebox-portfolio.style1 .featured-thumbnail img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.project-card .featured-imagebox-portfolio.style1:hover .featured-thumbnail img {
  transform: scale(1.07) rotate(0.5deg);
}
.project-card .featured-imagebox-portfolio .ttm-box-view-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(35, 35, 35, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.project-card .featured-imagebox-portfolio:hover .ttm-box-view-overlay {
  height: 100%;
  opacity: 1;
}
.project-card .featured-imagebox-portfolio:hover .ttm-media-link {
  top: 43%;
}
.project-card .featured-imagebox-portfolio .ttm-media-link {
  position: absolute;
  z-index: 5;
  top: 20%;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
.project-card .ttm-media-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  border: 1px solid;
  color: #fff;
}
.project-card .featured-imagebox-portfolio.style1 .featured-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  padding-top: 7px;
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(1, 1);
  perspective: 1000;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.project-card .featured-imagebox-portfolio.style1:hover .featured-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 200ms;
}
.project-card .featured-imagebox-portfolio.style1:before, .project-card .featured-imagebox-portfolio.style1:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: opacity 0.55s, transform 0.55s;
  z-index: 1;
}
.project-card .featured-imagebox-portfolio.style1:hover:before, .project-card .featured-imagebox-portfolio.style1:hover:after {
  opacity: 1;
  transform: scale(1);
}
.project-card .featured-imagebox-portfolio.style1:before {
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  transform: scale(0, 1);
}
.project-card .featured-imagebox-portfolio.style1:after {
  border-right: 1px dashed rgba(255, 255, 255, 0.33);
  border-left: 1px dashed rgba(255, 255, 255, 0.33);
  transform: scale(1, 0);
}
.project-card .featured-thumbnail {
  position: relative;
}
.project-card .featured-imagebox-portfolio .ttm-media-link a:hover, .project-card .featured-imagebox-portfolio .featured-title h5 a:hover {
  color: var(--primary-color);
}
.project-card .featured-imagebox-portfolio .ttm-media-link a {
  background-color: var(--primary-color);
}
.project-card .featured-imagebox-portfolio .ttm-media-link a {
  border-color: var(--primary-color);
}
.project-card .featured-imagebox-portfolio .featured-title h5 a {
  color: #fff;
  font-size: 19px;
}
@media (max-width: 991px) {
  .project-card .featured-title h5, .project-card .featured-thumbnail img {
    width: 100%;
  }
}
.project-card .category p {
  color: var(--text-muted-color);
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.project-card .ttm_prettyphoto svg {
  transition: all 0.3s;
}
.project-card .ttm_prettyphoto:hover svg {
  color: var(--sub-color);
}


.block-cards-products * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.block-cards-products p {
  color: var(--text-muted-color);
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 25px;
}
.block-cards-products .sec-title {
  margin-bottom: 50px;
  position: relative;
}
.block-cards-products .sec-title h2 {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
}
.block-cards-products .sec-title h3 {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  font-size: 48px;
  text-transform: capitalize;
  position: relative;
}
.block-cards-products .sec-title .sec-explain {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .block-cards-products .sec-title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .block-cards-products .sec-title-8 {
    margin-bottom: 20px;
  }
}
.block-cards-products .swiper-pagination .swiper-pagination-bullet {
  background-color: black;
}


.sec-title-8 {
  margin-bottom: 50px;
  position: relative;
}
.sec-title-8 h2 {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
}
.sec-title-8 h3 {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  font-size: 48px;
  text-transform: capitalize;
  position: relative;
}
.sec-title-8 .sec-explain {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  color: var(--text-muted-color);
}
@media (max-width: 991px) {
  .sec-title-8 h3 {
    margin-bottom: 20px;
  }
}


.product-card-index .work-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.product-card-index .work-item span {
  position: absolute;
  z-index: 1;
  display: block;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.85;
  background-color: var(--primary-color);
}
.product-card-index .work-item:hover span {
  width: 2000px;
  height: 2000px;
}
.product-card-index .work-item:hover .img-box img {
  transform: scale(1.3);
  transition: all 2s ease-out;
}
.product-card-index .work-item .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.product-card-index .work-item .hover-box .text-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.product-card-index .work-item .hover-box .text-box p {
  color: #FFF;
}
.product-card-index .work-item .hover-box .text-box p span {
  display: none;
}
.product-card-index .work-item .hover-box .text-box .tags > a {
  text-transform: capitalize;
  display: inline-block;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
.product-card-index .work-item .hover-box .text-box .tags a:hover {
  color: var(--text-color);
}
.product-card-index .work-item .hover-box .text-box .tags a p {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  color: #FFF;
  display: inline-block;
  margin-bottom: 0;
}
.product-card-index .work-item .hover-box .text-box h4 a, .product-card-index .work-item .hover-box .text-box .tags {
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
.product-card-index .work-item .hover-box .text-box h4 a h4 {
  color: #FFF;
  font-weight: 400;
  line-height: 1.1;
  font-size: 30px;
  display: inline-block;
}
.product-card-index .work-item:hover .hover-box .text-box .tags, .product-card-index .work-item:hover .hover-box .text-box h4 a, .product-card-index .work-item:hover .hover-box .work-icon {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.product-card-index .work-item .hover-box .work-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
.product-card-index .work-item .hover-box .work-icon li {
  display: inline-block;
}
.product-card-index .work-item .hover-box .work-icon li a {
  display: inline-block;
  background-color: #FFF;
  border: 2px solid #FFF;
  font-size: 13px;
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
}
.product-card-index .work-item .hover-box .work-icon li:hover a {
  background-color: transparent;
  color: #FFF;
}


/* snippets / btn-quick-view open failed!*/

/* snippets / btn-add-cart open failed!*/

.block-testimonials-8 .py-100 {
  padding: 100px 0;
}
.block-testimonials-8 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.35);
}
.block-testimonials-8 .overlay-2 {
  background-color: var(--primary-color);
  opacity: 0.9;
}
.block-testimonials-8 .bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.block-testimonials-8 .testimonial {
  position: relative;
}
.block-testimonials-8 .testimonial .container-fluid {
  position: relative;
}
.block-testimonials-8 .testimonial .bg-section {
  height: 100%;
  width: calc(100% - (509.58px / 2));
  right: 0;
  left: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.block-testimonials-8 .testimonial .testimonial-img-box, .block-testimonials-8 .testimonial .testimonial-text-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-testimonials-8 .testimonial-img-box .img-box {
  margin-right: 50px;
}
.block-testimonials-8 .testimonial-img-box .img-box img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.block-testimonials-8 .testimonial-carousel .testimonial-carousel-item {
  padding-right: 24%;
}
.block-testimonials-8 .testimonial-carousel .testimonial-carousel-item svg.quote {
  font-size: 45px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 30px;
  display: block;
}
.block-testimonials-8 .testimonial-carousel .testimonial-carousel-item .content-text-box {
  position: relative;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.block-testimonials-8 .testimonial-carousel .testimonial-carousel-item .testimonial-name h4 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: #FFF;
}
.block-testimonials-8 .testimonial-carousel .testimonial-carousel-item .testimonial-name span {
  display: inline-block;
  line-height: 1.2;
  font-weight: 600;
  color: #FFF;
  margin: 12px 0 0 0;
  text-transform: capitalize;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .block-testimonials-8 .testimonial-carousel .testimonial-carousel-item {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .block-testimonials-8 .testimonial .bg-section {
    width: calc(100% - (355.83px / 2));
  }
  .block-testimonials-8 .testimonial-carousel .testimonial-carousel-item {
    padding-right: 100px;
  }
  .block-testimonials-8 .testimonial-carousel .testimonial-carousel-item .content-text-box {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .block-testimonials-8 .testimonial .container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
  .block-testimonials-8 .testimonial .container-fluid .col-md-5.padding-0, .block-testimonials-8 .testimonial .container-fluid .col-md-7.padding-0 {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .block-testimonials-8 .testimonial .bg-section {
    width: 100%;
  }
  .block-testimonials-8 .testimonial-carousel .testimonial-carousel-item {
    padding-right: 0px;
  }
  .block-testimonials-8 .testimonial-img-box .img-box {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .block-testimonials-8 .testimonial-img-box .img-box img {
    border-radius: 5px;
  }
}
.block-testimonials-8 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}


.block-promo-8 * {
  transition: all 0.3s ease;
  outline: none;
}
.block-promo-8 .sec-title {
  margin-bottom: 50px;
  position: relative;
}
.block-promo-8 .sec-title h2 {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
}
.block-promo-8 .sec-title h3 {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  font-size: 48px;
  text-transform: capitalize;
  position: relative;
}
.block-promo-8 .sec-title {
  margin-bottom: 0;
}
.block-promo-8 form {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.block-promo-8 form input {
  width: 100%;
  text-transform: capitalize;
  position: relative;
  border: 2px solid #DDD;
  padding: 12px 15px;
  width: 100%;
  font-size: 13px;
  border-radius: 3px;
  background-color: #FFF;
}
.block-promo-8 form input::placeholder {
  font-family: Roboto, sans-serif;
}
.block-promo-8 form input:focus {
  border-color: var(--primary-color);
}
.block-promo-8 form .email-btn {
  position: absolute;
  color: var(--primary-color);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.block-promo-8 form .email-btn svg {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .block-promo-8 .sec-title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .block-promo-8 .sec-title {
    margin-bottom: 50px;
  }
}


.footer .logo, .footer .links {
  margin-bottom: 30px;
}
.footer .logo img {
  width: 150px;
}
.footer .logo p {
  margin: 30px 0 20px 0;
  font-family: Roboto, sans-serif;
  color: var(--text-muted-color);
}
.footer .logo ul li a {
  width: 35px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #F1F1F1;
  color: #0092FF;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 2px;
}
.footer .logo ul li:hover a {
  background-color: #0092FF;
  color: #FFF;
}
.footer .links li a {
  display: inline-block;
  position: relative;
  color: var(--text-muted-color);
  font-size: 14px;
  line-height: 32px;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
}
.footer .links li:hover a {
  color: var(--primary-color);
}
.footer .copyright {
  margin-top: 70px;
  padding: 40px 0;
  background-color: #F9F9F9;
  overflow: hidden;
}
.footer .copyright p {
  margin: 0;
  color: #9B9B9B;
  float: left;
  font-family: Roboto, sans-serif;
}
.footer .copyright p a {
  color: #0092FF;
}
.footer .copyright ul {
  float: right;
}
.footer .copyright ul li {
  display: inline-block;
  margin-left: 10px;
}
.footer .copyright ul li a {
  color: #9B9B9B;
}
.footer .copyright ul li:hover a {
  color: #0092FF;
}
@media (max-width: 768px) {
  .footer .copyright p {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .copyright ul {
    float: none;
    text-align: center;
  }
}
.footer > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}


.social-list-default {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.3rem;
}
.social-list-default a {
  display: inline-block;
}
.social-list-default a .icon {
  font-size: 16px;
}
.social-list-default a:hover {
  color: var(--primary-color);
}
.dark .social-list-default {
  color: #fff;
}


.footer-widget-links .list-link {
  list-style: none;
}
.footer-widget-links .list-link li {
  color: var(--title-color);
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.25rem 0;
  font-size: 14px;
}
.footer-widget-links .list-link li:hover a {
  color: var(--primary-color);
}
.footer-widget-links .footer-title {
  color: var(--primary-color);
}
.dark .footer-widget-links .list-link li {
  color: #fff;
}
.dark .footer-widget-links .list-link li:before {
  background-color: #fff;
}
.dark .footer-widget-links .list-link li:hover a {
  color: #fff;
}
[dir=rtl] .footer-widget-links .list-link li .icon {
  transform: rotate(180deg);
}


.footer-widget-links .list-link {
  list-style: none;
}
.footer-widget-links .list-link li {
  color: var(--title-color);
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.25rem 0;
  font-size: 14px;
}
.footer-widget-links .list-link li:hover a {
  color: var(--primary-color);
}
.footer-widget-links .footer-title {
  color: var(--primary-color);
}
.dark .footer-widget-links .list-link li {
  color: #fff;
}
.dark .footer-widget-links .list-link li:before {
  background-color: #fff;
}
.dark .footer-widget-links .list-link li:hover a {
  color: #fff;
}
[dir=rtl] .footer-widget-links .list-link li .icon {
  transform: rotate(180deg);
}


.footer-widget-links .list-link {
  list-style: none;
}
.footer-widget-links .list-link li {
  color: var(--title-color);
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.25rem 0;
  font-size: 14px;
}
.footer-widget-links .list-link li:hover a {
  color: var(--primary-color);
}
.footer-widget-links .footer-title {
  color: var(--primary-color);
}
.dark .footer-widget-links .list-link li {
  color: #fff;
}
.dark .footer-widget-links .list-link li:before {
  background-color: #fff;
}
.dark .footer-widget-links .list-link li:hover a {
  color: #fff;
}
[dir=rtl] .footer-widget-links .list-link li .icon {
  transform: rotate(180deg);
}


