@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 200;
	src: local('Gilroy'), url('fonts/Gilroy-UltraLight.otf') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	src: local('Gilroy'), url('fonts/subset-Gilroy-Semibold.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	src: local('Gilroy'), url('fonts/subset-Gilroy-Regular.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	src: local('Gilroy'), url('fonts/subset-Gilroy-Medium.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	src: local('Gilroy'), url('fonts/Gilroy-Light.otf') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 800;
	src: local('Gilroy'), url('fonts/Gilroy-Extrabold.otf') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	src: local('Gilroy'), url('fonts/subset-Gilroy-Bold.woff2') format('woff');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 900;
	src: local('Gilroy'), url('fonts/Gilroy-Black.otf') format('woff');
}
:root {
--theme-primary: #ed7d23;
--theme-primary-rgb : 237,125,35;
--theme-primary-hsl : 27,85%;
--theme-secondary: #405270;
--theme-secondary-rgb : 64,82,112;
--theme-secondary-hsl : 218,27%;
--theme-gradient-start: #ed7d23;
--theme-gradient-start-rgb : 237,125,35;
--theme-gradient-start-hsl : 27,85%;
--theme-gradient-end: #ed7d23;
--theme-gradient-end-rgb : 237,125,35;
--theme-gradient-end-hsl : 27,85%;
--text-color: #001042;
--text-color-rgb: 0,16,66;
--text-color-hsl: 225,100%;
--body-font-family:"Gilroy", sans-serif;
--body-font-weight:300;
--menu-font-family:"Gilroy", sans-serif;
--menu-font-weight:200;
--h1-font-family:"Gilroy", sans-serif;
--h1-font-weight:200;
--h2-font-family:"Gilroy", sans-serif;
--h2-font-weight:200;
--h3-font-family:"Gilroy", sans-serif;
--h3-font-weight:200;
--h4-font-family:"Gilroy", sans-serif;
--h4-font-weight:200;
--h5-font-family:"Gilroy", sans-serif;
--h5-font-weight:200;
--h6-font-family:"Gilroy", sans-serif;
--h6-font-weight:300;
--body-font-size:1rem;
--menu-font-size:1.13rem;
--h1-font-size:2.25rem;
--h2-font-size:1.88rem;
--h3-font-size:1.38rem;
--h4-font-size:1.31rem;
--h5-font-size:1.13rem;
--h6-font-size:1rem;
}
#newsletter_gdpr a {
  color: #fff;
}
@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 16px !important;
  }
  }
.blue-info i {
  font-size: 135px;
  margin: 0;
}

.site-menu > li:hover > a:after,
.site-menu > li > a:hover:after {
  opacity: 1;
}

b, strong {
  font-weight: 600 !important;
}
.tabcontentcon .addDnsRecord_table td {
  padding: 20px 10px;
}
body,
html {
  scroll-behavior: auto !important;
  height: 100%;
}
body {
  font-size: 1rem !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: var(--body-font-weight, 400) !important;
  line-height: normal;
  color: var(--text-color) !important;
  margin: 0;
  padding: 0;
  overflow: auto; /* kaydırma çalışsın */
  scrollbar-width: none; /* Firefox için */
  background-repeat: repeat-x;
  min-height: 100%;
  font-family: Gilroy;
}
body::-webkit-scrollbar {
  display: none;
}
.h1,
.h1 strong,
h1,
h1 strong {
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  font-size: var(--h1-font-size);
}
.h2,
.h2 strong,
h2,
h2 strong {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2-font-size);
}
.h3,
.h3 strong,
h3,
h3 strong {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3-font-size);
}
.h4,
.h4 strong,
h4,
h4 strong {
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
}
.h5,
.h5 strong,
h5,
h5 strong {
  font-weight: var(--h5-font-weight);
  font-size: var(--h5-font-size);
}
.h6,
.h6 strong,
h6,
h6 strong {
  font-weight: var(--h6-font-weight);
  font-size: var(--h6-font-size);
}
.link-underline {
  text-decoration: underline;
}
.hover-image-scale img:hover,
img.hover-image-scale:hover {
  transform: scale(1.2);
}
.shadow-md {
  box-shadow: var(--bs-box-shadow-md) !important;
}
.shadow-hover:hover {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm-hover:hover {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-md-hover:hover {
  box-shadow: var(--bs-box-shadow-md) !important;
}
.shadow-lg-hover:hover {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-hover-none:hover {
  box-shadow: none !important;
}
.primary-link {
  --link-color: var(--bs-link-primary);
  --link-hover-color: var(--bs-link-secondary);
  color: var(--link-color);
}
.primary-link:hover {
  color: var(--link-hover-color);
}
.primary-link-hover:hover {
  color: var(--bs-link-primary);
}
.secondary-link {
  --link-color: var(--bs-link-secondary);
  --link-hover-color: var(--bs-link-primary);
  color: var(--link-color);
}
.secondary-link:hover {
  color: var(--link-hover-color);
}
.secondary-link-hover:hover {
  color: var(--bs-link-secondary);
}
.bg-theme-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--theme-primary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.bg-theme-secondary {
  --bs-bg-opacity: 1;
  background-color: #eae7e71c !important;
  /*! color: #e5e4e4 !important; */
}
.bg-theme-text {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--text-color-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.bg-theme-gradient {
  background-image: var(--bg-gradient-primary) !important;
}
.bg-theme-gradient-reverse {
  background-image: var(--bg-gradient-primary-reverse) !important;
}
.bg-theme-gradient-rgba {
  background-image: var(--bg-gradient-primary-rgba) !important;
}
.bg-theme-gradient-reverse-rgba {
  background-image: var(--bg-gradient-primary-reverse-rgba) !important;
}
.bg-transparent-gradient-black {
  background: #232323;
  background: linear-gradient(0deg, #232323 0, rgba(35, 35, 35, 0) 89%);
}
.bg-transparent-gradient-white-black {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.18) 18%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.18) 18%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.18) 18%,
    rgba(0, 0, 0, 0.95) 100%
  );
}
.bg-light-gradient {
  background: -moz-linear-gradient(top, var(--bs-light) 0%, transparent 100%);
  background: -webkit-linear-gradient(
    top,
    var(--bs-light) 0%,
    transparent 100%
  );
  background: linear-gradient(to bottom, var(--bs-light) 0%, transparent 100%);
}
.bg-cover {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.bg-theme-light {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-theme-light-rgb),
    var(--bs-text-opacity, 1)
  ) !important;
}
.bg-theme-light-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-theme-light-100-rgb),
    var(--bs-text-opacity, 1)
  ) !important;
}
.bg-theme-light-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-theme-light-200-rgb),
    var(--bs-text-opacity, 1)
  ) !important;
}
.text-grey {
  --bs-text-opacity: 0.3;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity, 1)) !important;
}
.text-dark-grey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-grey-rgb), var(--bs-text-opacity, 1)) !important;
}
.text-opacity-10 {
  --bs-text-opacity: 0.1;
}
.text-theme {
  --bs-text-opacity: 1;
  color: rgba(var(--text-color-rgb), var(--bs-text-opacity, 1)) !important;
}
.text-theme-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-theme-light-rgb), var(--bs-text-opacity, 1)) !important;
}
.text-theme-light-100 {
  --bs-text-opacity: 1;
  color: rgba(
    var(--bs-theme-light-100-rgb),
    var(--bs-text-opacity, 1)
  ) !important;
}
.text-theme-light-200 {
  --bs-text-opacity: 1;
  color: rgba(
    var(--bs-theme-light-200-rgb),
    var(--bs-text-opacity, 1)
  ) !important;
}
.text-bg-theme {
  color: #fff !important;
  background-color: rgba(
    var(--text-color-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-grey {
  color: #fff !important;
  background-color: rgba(
    var(--bs-dark-grey-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-gradient,
.text-bg-gradient-reverse {
  background-image: var(--bg-gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-bg-gradient-reverse {
  background-image: var(--bg-gradient-primary-reverse);
}
.text-theme-primary {
  color: rgba(var(--theme-primary-rgb), var(--bs-text-opacity, 1)) !important;
}
.text-bg-theme-primary {
  color: #fff !important;
  background-color: rgba(
    var(--theme-primary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-theme-secondary {
  color: rgba(var(--theme-secondary-rgb), var(--bs-text-opacity, 1)) !important;
}
.text-bg-theme-primary-hover:hover,
.text-bg-theme-secondary {
  color: #fff !important;
  background-color: rgba(
    var(--theme-secondary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.text-bg-theme-secondary-hover:hover {
  color: #fff !important;
  background-color: rgba(
    var(--theme-primary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}
.border-theme-primary {
  border-color: rgba(
    var(--theme-primary-rgb),
    var(--bs-border-opacity, 1)
  ) !important;
}
.border-theme-secondary {
  border-color: rgba(
    var(--theme-secondary-rgb),
    var(--bs-border-opacity, 1)
  ) !important;
}
.border-theme-text {
  border-color: rgba(
    var(--text-color-rgb),
    var(--bs-border-opacity, 1)
  ) !important;
}
.border-theme-light {
  border-color: rgba(
    var(--bs-theme-light-rgb),
    var(--bs-border-opacity, 1)
  ) !important;
}
.border-theme-light-100 {
  border-color: rgba(
    var(--bs-theme-light-100-rgb),
    var(--bs-border-opacity, 1)
  ) !important;
}
.border-theme-light-200 {
  border-color: rgba(
    var(--bs-theme-light-200-rgb),
    var(--bs-border-opacity, 1)
  ) !important;
}
.form-control,
.form-select,
.input-group-text {
  font-size: 0.875rem;
}
.btn.btn-rounded {
  border-radius: 10rem;
}
.btn.btn-square {
  border-radius: 0;
}
.btn {
  --bs-btn-font-size: 0.9rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.btn-group-xl > .btn,
.btn-xl {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-font-size: 1.375rem;
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-font-size: 0.75rem;
}
.btn-group-xs > .btn,
.btn-xs {
  --bs-btn-padding-x: 0.375rem;
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-font-size: 0.6rem;
}
.btn-default,
.btn-outline-default {
  --bs-btn-border-color: var(--theme-primary);
  --bs-btn-hover-border-color: var(--theme-secondary);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-border-color: var(--theme-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--theme-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--theme-secondary);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--theme-secondary);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(var(--theme-primary-rgb), 0.5);
  --bs-btn-disabled-border-color: rgba(var(--theme-primary-rgb), 0.1);
}
.btn-outline-default {
  --bs-btn-color: var(--theme-primary);
  --bs-btn-hover-color: var(--theme-secondary);
  --bs-btn-hover-bg: var(--bs-btn-bg);
  --bs-btn-active-color: var(--theme-secondary);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-gradient: none;
  --bs-btn-disabled-color: rgba(var(--theme-primary-rgb), 0.5);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: rgba(var(--theme-primary-rgb), 0.5);
}
.btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--theme-secondary);
  --bs-btn-border-color: var(--theme-secondary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--theme-primary);
  --bs-btn-hover-border-color: var(--theme-primary);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--theme-primary);
  --bs-btn-active-border-color: var(--theme-primary);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(var(--theme-secondary-rgb), 0.5);
  --bs-btn-disabled-border-color: rgba(var(--theme-secondary-rgb), 0.1);
}
.btn-grey,
.btn-outline-grey,
.btn-outline-secondary,
.btn-secondary {
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-outline-secondary {
  --bs-btn-color: var(--theme-secondary);
  --bs-btn-border-color: var(--theme-secondary);
  --bs-btn-hover-color: var(--theme-primary);
  --bs-btn-hover-bg: var(--bs-btn-bg);
  --bs-btn-hover-border-color: var(--theme-primary);
  --bs-btn-active-color: var(--theme-primary);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--theme-primary);
  --bs-gradient: none;
  --bs-btn-disabled-color: rgba(var(--theme-secondary-rgb), 0.5);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: rgba(var(--theme-secondary-rgb), 0.5);
}
.btn-grey,
.btn-outline-grey {
  --bs-btn-border-color: var(--bs-dark-grey);
  --bs-btn-disabled-border-color: rgba(var(--bs-dark-grey-rgb), 0.5);
}
.btn-grey {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-dark-grey);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-light-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-light-text-emphasis);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-light-text-emphasis);
  --bs-btn-active-border-color: var(--bs-light-text-emphasis);
  --bs-btn-disabled-bg: rgba(var(--bs-dark-grey-rgb), 0.5);
}
.btn-outline-grey {
  --bs-btn-color: var(--bs-dark-grey);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-dark-grey);
  --bs-btn-hover-border-color: var(--bs-dark-grey);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-dark-grey);
  --bs-btn-active-border-color: var(--bs-dark-grey);
  --bs-btn-disabled-bg: rgba(var(--bs-dark-grey-rgb), 0.125);
  --bs-gradient: none;
}
.btn-theme-text {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--text-color);
  --bs-btn-border-color: var(--text-color);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-body-color);
  --bs-btn-hover-border-color: var(--bs-body-color);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-body-color);
  --bs-btn-active-border-color: var(--bs-body-color);
  --bs-btn-disabled-bg: rgba(var(--text-color-rgb), 0.5);
  --bs-btn-disabled-border-color: rgba(var(--text-color-rgb), 0.5);
}
.btn-outline-theme-light,
.btn-outline-theme-text,
.btn-theme-light,
.btn-theme-text {
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-outline-theme-text {
  --bs-btn-color: var(--text-color);
  --bs-btn-border-color: var(--text-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--text-color);
  --bs-btn-hover-border-color: var(--text-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-body-color);
  --bs-btn-active-border-color: var(--bs-body-color);
  --bs-btn-disabled-bg: rgba(var(--text-color-rgb), 0.125);
  --bs-btn-disabled-border-color: rgba(var(--text-color-rgb), 0.5);
  --bs-gradient: none;
}
.btn-outline-theme-light,
.btn-theme-light {
  --bs-btn-border-color: var(--bs-theme-light-100);
  --bs-btn-hover-bg: var(--bs-theme-light-100);
  --bs-btn-hover-border-color: var(--bs-theme-light-200);
  --bs-btn-active-color: #212d4f;
  --bs-btn-active-bg: var(--bs-theme-light-200);
  --bs-btn-active-border-color: var(--bs-theme-light-200);
  --bs-btn-disabled-bg: rgba(var(--bs-theme-light-rgb), 0.5);
  --bs-btn-disabled-border-color: rgba(var(--bs-theme-light-100-rgb), 0.5);
}
.btn-theme-light {
  --bs-btn-color: #41517d;
  --bs-btn-bg: var(--bs-theme-light);
  --bs-btn-hover-color: #212d4f;
}
.btn-outline-theme-light {
  --bs-btn-color: var(--bs-dark-grey);
  --bs-btn-hover-color: #41517d;
  --bs-gradient: none;
}
.btn-style-gradient {
  --bs-bg-opacity: 1;
  --bs-border-width: 0;
  background-image: var(--bs-gradient) !important;
}
.btn-default.btn-style-gradient {
  background: #f77f00;
  color: white;
}
.btn-default.btn-style-gradient:hover {
  --bs-gradient: linear-gradient(
    45deg,
    var(--theme-secondary),
    var(--theme-primary)
  );
}
.btn-default.btn-style-gradient,
.btn-default.btn-style-gradient:hover,
.btn-primary.btn-style-gradient {
  --bs-btn-bg: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.btn-secondary.btn-style-gradient,
.btn-secondary.btn-style-gradient:hover {
  --bs-btn-bg: rgba(
    var(--theme-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.btn-secondary.btn-style-gradient {
  --bs-gradient: linear-gradient(
    45deg,
    var(--theme-secondary),
    var(--theme-primary)
  );
}
.btn-secondary.btn-style-gradient:hover {
  --bs-gradient: linear-gradient(
    45deg,
    var(--theme-primary),
    var(--theme-secondary)
  );
}
.btn-success {
  --bs-btn-bg: #8bc34a;
  --bs-btn-border-color: #8bc34a;
  --bs-btn-hover-bg: #a8a8a8;
  --bs-btn-hover-border-color: #679630;
  --bs-btn-disabled-bg: #858684;
  --bs-btn-disabled-border-color: #7c7f7a;
  font-size: 14px !important;
  height: 36px !important;
  background: #f77f00 !important;
}
.btn-outline-success {
  --bs-btn-color: #8bc34a;
  --bs-btn-border-color: #8bc34a;
  --bs-btn-hover-bg: #8bc34a;
  --bs-btn-hover-border-color: #8bc34a;
  --bs-btn-active-bg: #8bc34a;
  --bs-btn-active-border-color: #8bc34a;
  --bs-btn-disabled-color: #8bc34a;
  --bs-btn-disabled-border-color: #8bc34a;
}
.btn-success.btn-style-gradient {
  --bs-btn-bg: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.btn-danger.btn-style-gradient {
  --bs-btn-bg: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.btn-warning.btn-style-gradient {
  --bs-btn-bg: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.btn-info.btn-style-gradient {
  --bs-btn-bg: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.btn-light.btn-style-gradient {
  --bs-btn-bg: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.btn-dark.btn-style-gradient {
  --bs-btn-bg: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.btn-floating:hover img {
  margin-bottom: -3px;
}
.link-theme-light {
  color: RGBA(var(--bs-theme-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-theme-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-theme-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-theme-light:focus,
.link-theme-light:hover {
  color: RGBA(var(--bs-theme-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-theme-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-theme-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-theme-light-100 {
  color: RGBA(
    var(--bs-theme-light-100-rgb),
    var(--bs-link-opacity, 1)
  ) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-theme-light-100-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-theme-light-100-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.link-theme-light-100:focus,
.link-theme-light-100:hover {
  color: RGBA(
    var(--bs-theme-light-100-rgb),
    var(--bs-link-opacity, 1)
  ) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-theme-light-100-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-theme-light-100-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.floating-buttons {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
.btn-floating,
.btn-floating span,
.floating-buttons {
  transition: var(--transition-default);
}
.btn-floating {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
}
.btn-floating span {
  font-size: 14px;
  margin-left: 5px;
  line-height: 0;
  display: none;
}
.btn-floating i {
  font-size: 20px;
}
.btn-floating:hover span {
  display: inline-block;
}
.btn-floating.phone {
  background-color: var(--theme-secondary);
}
.btn-floating.phone:hover {
  background-color: var(--theme-primary);
}
.btn-floating.whatsapp {
  background-color: #34af23;
}
.btn-floating.whatsapp:hover {
  background-color: #1f7a12;
}
body.sticky-header .iziModal-overlay {
  z-index: 2002 !important;
}
body.sticky-header .iziModal {
  z-index: 2003 !important;
}
.iziModal {
  color: #fff !important;
}
.fs-0 {
  font-size: 0;
}
.fs-9 {
  font-size: 0.5625rem;
}
.lh-9 {
  line-height: 0.75rem;
}
.fs-10 {
  font-size: 0.625rem;
}
.lh-10 {
  line-height: 0.8125rem;
}
.fs-11 {
  font-size: 0.6875rem;
}
.lh-11 {
  line-height: 0.875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.lh-12 {
  line-height: 0.9375rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.lh-13 {
  line-height: 1rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.lh-14 {
  line-height: 1.0625rem;
}
.fs-15 {
  font-size: 0.9375rem;
}
.lh-15 {
  line-height: 1.125rem;
}
.fs-16 {
  font-size: 1rem;
}
.lh-16 {
  line-height: 1.1875rem;
}
.fs-17 {
  font-size: 1.0625rem;
}
.lh-17 {
  line-height: 1.25rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.lh-18 {
  line-height: 1.3125rem;
}
.fs-19 {
  font-size: 1.1875rem;
}
.lh-19 {
  line-height: 1.375rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.lh-20 {
  line-height: 1.4275rem;
}
.fs-21 {
  font-size: 1.3125rem;
}
.lh-21 {
  line-height: 1.5rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.lh-22 {
  line-height: 1.5625rem;
}
.p-6 {
  padding: 4rem !important;
}
.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.p-7 {
  padding: 5rem !important;
}
.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
a {
  color: var(--text-color);
  text-decoration: none;
}
a:hover {
}
.table {
  --bs-table-color: var(--text-color);
  --bs-table-border-color: rgba(var(--theme-secondary-rgb), 0.1);
  --bs-table-striped-color: var(--text-color);
  --bs-table-striped-bg: rgba(var(--theme-secondary-rgb), 0.05);
  --bs-table-active-color: var(--text-color);
  --bs-table-active-bg: rgba(var(--theme-secondary-rgb), 0.1);
  --bs-table-hover-color: var(--text-color);
  --bs-table-hover-bg: rgba(var(--theme-secondary-rgb), 0.075);
}
.nav-normal-links {
  --bs-nav-link-color: var(--bs-dark-grey);
  --bs-nav-underline-link-active-color: var(--theme-primary);
  --bs-nav-link-hover-color: var(--theme-secondary);
}
.divider-text {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--bs-dark-grey);
  height: 1px;
}
.divider-text:after,
.divider-text:before {
  flex: 1 1 auto;
  height: 1px;
  background-color: var(--bs-border-color);
}
.divider-text:before {
  content: "";
  margin-right: 0.5rem;
}
.divider-text:after {
  content: "";
  margin-left: 0.5rem;
}
.card .divider-text {
  margin: 0;
}
.card {
  cursor: initial;
}
.input-icon,
.site-menu li.flatmenuli ul li.has-child,
.ustbar-list li.list-inline-item {
  position: relative;
}
.input-icon .form-control:not(:last-child),
.input-icon .form-select:not(:last-child) {
  padding-right: 2.5rem;
}
.input-icon .form-control:not(:first-child),
.input-icon .form-select:not(:first-child) {
  padding-left: 2.5rem;
}
.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  pointer-events: none;
  font-size: 1.2em;
}
.input-icon-addon:last-child {
  right: 0;
  left: auto;
}
.input-icon .btn {
  position: absolute;
  display: flex;
  align-items: center;
  right: 4px;
  left: auto;
  top: 4px;
  bottom: 4px;
}
.input-icon .btn i {
  margin-right: 4px;
}
.input-flat .form-control {
  --bs-border-color: #fff;
  background-clip: border-box;
}
.input-icon .is-invalid ~ .invalid-feedback,
.input-icon .is-invalid ~ .invalid-tooltip,
.was-validated .input-icon :invalid ~ .invalid-feedback,
.was-validated .input-icon :invalid ~ .invalid-tooltip {
  position: absolute;
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-border-color: var(--bs-theme-light-100);
  --bs-accordion-btn-color: var(--text-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem var(--bs-theme-light-100);
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-theme-light);
}
.accordion-button:focus {
  box-shadow: none;
}
.only-button-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-bg: var(--bs-theme-light-100);
  --bs-accordion-active-bg: var(--theme-secondary);
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.only-button-accordion .accordion-item + .accordion-item {
  margin-top: 10px;
}
.only-button-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
.only-button-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button,
.only-button-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed,
.only-button-accordion .accordion-item > .accordion-header .accordion-button {
  border-radius: var(--bs-accordion-inner-border-radius);
}
.header-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: white;
}

.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ustbar {
  padding: 10px 0;
  color: white !important;
  background: #ec0303;
}
.ustbar {
  border-bottom: 0;
}
.ustbar-list {
  margin: 0;
}
.ustbar-list li.list-inline-item:after {
  content: "";
  width: 1px;
  height: 13px;
  background: rgba(var(--bs-dark-grey-rgb), 0.3);
  display: inline-block;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: 600;
}
#home:not(.full-home-header) .ustbar-list li.list-inline-item:after {
  background: #ffffff5e;
}
.ustbar-list li.list-inline-item > a {
  padding: 0 10px;
  color: var(--bs-dark-grey);
  font-size: 13px;
  font-weight: 600;
}
#home:not(.full-home-header) .ustbar-list li.list-inline-item > a {
  color: #fff;
}
.top-bar-list li.list-inline-item > a:hover {
  color: var(--text-color);
}
#home:not(.full-home-header) .ustbar-list li.list-inline-item > a:hover {
  color: #000;
}
.ustbar-list li img {
  margin-top: 0;
  float: none;
  height: auto;
  border-radius: 2px;
}
#ustbar-left li.list-inline-item:first-child > a,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 0;
}
#ustbar-right li.list-inline-item:last-child > a {
  padding-right: 0;
}
.ustbar-list li.list-inline-item:last-child:after {
  display: none;
}
.ustbar-list .dropdown-menu {
  padding: 5px;
}
.ustbar-list .dropdown-menu > a {
  color: var(--text-color);
  line-height: 30px;
  padding: 5px 10px !important;
  margin-bottom: 1px;
  font-size: 14px;
}
.ustbar-list .dropdown-menu > a.active,
.ustbar-list .dropdown-menu > a:hover {
  color: var(--theme-secondary);
  background: #f9f9f9;
}
.ustbar-list .dropdown-menu > a.active {
  pointer-events: none;
}
.header-with-menu {
  position: relative;
  z-index: 75;
  padding: 0;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  z-index: 99999999999999999;
}
.header-with-menu > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#home:not(.full-home-header) .container-fluid .header-with-menu {
  margin-left: 0;
  margin-right: 0;
}
#mobmenu .sitemenu,
.site-menu li ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.site-menu li {
  list-style-type: none;
}
.site-menu li > a {
  line-height: 60px;
  position: relative;
}
#mobmenu .sitemenu li > a,
.site-menu li > a {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
  padding: 8px;
}
.site-menu > li > a:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  border-bottom-color: var(--theme-secondary);
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.site-menu li a i {
  font-size: 12px;
  margin-left: 5px;
}
.site-menu li ul {
  width: 200px;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: auto;
  z-index: 1;
  display: none;
  background: #fff;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  border-radius: 0.25rem;
}
.site-menu li ul li {
  float: none;
  margin: 0;
  padding: 0;
}
.site-menu li ul li a {
  background: 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 10px 15px;
}
#mobmenu .sitemenu li ul li a:hover .menu-title,
.site-menu li ul li a:hover .menu-title {
  color: var(--theme-secondary);
}
.site-menu li:hover > ul {
  display: block;
  transition: all 0.4s ease-out;
  position: absolute;
}
.site-menu > li > ul {
  border: 1px solid #bebfc129;
}
.site-menu li ul li ul {
  width: 100%;
  height: auto;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 100%;
  z-index: 1;
  display: none;
  border-left: 1px solid var(--theme-secondary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.site-menu .flatmenuli ul {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.site-menu li.flatmenuli ul li + li {
  border-top: 1px solid #f3f5f8;
}
.site-menu li.flatmenuli ul li.has-child a > span + i {
  transform: rotate(-90deg);
}
.site-menu li ul.megamenu {
  width: auto;
  overflow: hidden;
  margin: 0;
  padding: 0 0.5rem;
  max-width: unset;
  right: 205px;
}
#ustheader .site-menu li.flatmenuli.has-child:first-child ul,
#ustheader
  .site-menu
  li.megamenuli:not(.full-width).has-child:first-child
  .megamenu {
  inset-inline-start: 0;
  transform: translateX(0);
}
#ustheader .site-menu li.flatmenuli.has-child:last-child ul,
#ustheader
  .site-menu
  li.megamenuli:not(.full-width).has-child:last-child
  .megamenu {
  inset-inline-start: auto;
  inset-inline-end: 0;
}
ul.megamenu li.row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
  margin-bottom: 0.75rem;
}
ul.megamenu .menu-featured .menu-box,
ul.megamenu li .menu-item:not(.menu-list) a {
  display: flex;
  justify-content: start;
  border: 1px solid #f3f5f8;
  border-radius: 4px;
  padding: 10px;
  color: var(--text-color);
  min-height: 70px;
  position: relative;
  align-items: center;
  text-align: left;
}
ul.megamenu .menu-featured .menu-box {
  border-color: var(--theme-secondary);
  margin: 10px;
  padding: 5px;
  min-height: 50px;
  max-width: 200px;
  white-space: pre-line;
  word-break: break-word;
}
ul.megamenu li a:hover {
  border-color: var(--theme-primary);
}
ul.megamenu .menu-featured .menu-box > i,
ul.megamenu li .menu-item > a > i {
  font-size: 32px;
  margin-right: 10px;
  background: var(--theme-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 32px;
  text-align: center;
  width: 1.25em;
  transition-duration: 0.3s;
}
ul.megamenu li .menu-item.menu-list a:hover:before,
ul.megamenu li .menu-item > a:hover > i {
  transform: translateX(-5px);
}
ul.megamenu .menu-featured .menu-box .menu-title,
ul.megamenu li a .menu-title {
  line-height: 1rem;
  font-size: 0.7rem;
  color: var(--bs-gray);
}
ul.megamenu .menu-featured .menu-box h5,
ul.megamenu li a .menu-title h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
}
ul.megamenu li a:hover h5 {
  color: var(--theme-secondary);
}
ul.megamenu li.menu-featured {
  padding: 1.2rem;
  text-align: center;
  background-color: #f3f5f8;
  margin: 0-0.5rem;
  font-size: 13px;
  line-height: 16px;
}
ul.megamenu li .menu-item.menu-list h4 {
  font-size: 14px;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
ul.megamenu li .menu-item.menu-list h4:after,
ul.megamenu li .menu-item.menu-list h4:before {
  content: "";
  width: 80%;
  height: 1px;
  background: var(--bs-theme-light);
  display: block;
  position: absolute;
  bottom: 0;
}
ul.megamenu li .menu-item.menu-list h4:after {
  width: 50px;
  height: 3px;
  background: var(--theme-primary);
  bottom: -1px;
}
ul.megamenu li .menu-item.menu-list a {
  display: flex;
  padding-left: 10px;
  min-height: 30px;
  align-items: center;
}
ul.megamenu li .menu-item.menu-list a:before {
  font: var(--fa-font-solid);
  content: "";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translateX(-10px);
  font-size: 10px;
  transition-duration: 0.3s;
}
ul.megamenu .menu-featured {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  background-size: contain;
}
ul.megamenu .menu-featured.featured-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: -0.75rem -0.75rem -0.75rem auto;
  align-self: stretch;
  background-color: var(--bs-theme-light);
  background-size: 130px;
  background-position: 120% 130%;
  padding: 0 30px;
}
#mobmenu .sitemenu .web-ribbon,
.site-menu .web-ribbon {
  font-size: 0.6rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  padding: 0.25rem 0.5rem;
}
.menu_tag {
  --menu-tag-background: #4caf50;
  background-color: var(--menu-tag-background);
  color: #fff;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  position: absolute;
  top: 5px;
  white-space: nowrap;
  line-height: 14px;
}
.menu_tag:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--menu-tag-background);
  position: absolute;
  inset: 100%auto auto 50%;
  transform: translateX(-50%);
}
.header-with-menu .mobile-menu-toggle {
  font-size: 26px;
  line-height: 60px;
  margin-right: 0px !important;
}
#ustheader .site-menu li.flatmenuli ul,
#ustheader .site-menu li.megamenuli .megamenu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#home:not(.full-home-header) #ustheader .site-menu li.flatmenuli ul,
#home:not(.full-home-header) #ustheader .site-menu li.megamenuli .megamenu {
  border-radius: 7px;
}
#mobmenu .sitemenu li {
  position: relative;
  list-style: none;
  padding: 0px !important;
}
#mobmenu .sitemenu > li + li {
  border-top: 1px solid var(--bs-border-color);
}
#mobmenu .sitemenu > li:last-child {
  border-bottom: 1px solid var(--bs-border-color);
}
#mobmenu .sitemenu li > a {
  line-height: 45px;
  position: relative;
}
#mobmenu .sitemenu li ul {
  display: none;
  width: 100% !important;
}
#mobmenu .sitemenu > li > ul {
  border-top: none;
  padding: 10px 0;
}
#mobmenu .sitemenu .megamenu [class^="row row-cols"] > * {
  width: 100%;
  flex: 1 1 auto;
}
#mobmenu ul.megamenu li.menu-featured {
  margin: 0;
  border-radius: 4px;
  color: var(--theme-secondary);
}
#mobmenu ul.megamenu li.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0.5rem;
  margin-bottom: 0.5rem;
}
#mobmenu ul.megamenu .menu-featured.featured-column {
  margin: 1rem 0 0;
}
#mobmenu .sitemenu li.flatmenuli > ul li > a {
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 35px !important;
}
#mobmenu .menu_tag {
  position: relative;
  display: inline-block;
}
#mobmenu li.has-child.active > a > .fa-angle-down {
  transform: rotate(-180deg);
}
.offcanvas {
  z-index: 2002;
}
.offcanvas-backdrop {
  z-index: 2001;
}
#web-page-title {
  padding: 25px 0;
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 12px;
}
#web-page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--text-color-rgb), 1);
  z-index: 0;
}
#web-page-title.bg-image:before {
  background: rgba(var(--text-color-rgb), 0.7);
}
#web-page-title .container {
  z-index: 2;
  position: relative;
}
#web-page-title h1 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.breadcrumb {
  float: none !important;
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  position: relative;
  color: white !important;
  font-size: 15px !important;
}
.breadcrumb-item a {
  color: #fff;
  /*! font-size: 15px; */
}

.bg-arti-sekil-sol.top {
  background-position: left top;
}
.bg-arti-sekil-sol.bottom {
  background-position: left bottom;
}

.bg-arti-sekil-sag.top {
  background-position: right top;
}
.bg-arti-sekil-sag.bottom {
  background-position: right bottom;
}

.bg-arti-sekil-sol-sag.bottom {
  background-position: left bottom, right bottom;
}
.bg-arti-sekil-sol-sag.top {
  background-position: left top, right top;
}
.bg-arti-sekil-sol-sag.sol-top.sag-bottom {
  background-position: left top, right bottom;
}
.bg-arti-sekil-sol-sag.sol-bottom.sag-top {
  background-position: left bottom, right top;
}

#home:not(.full-home-header) .web-slider .web-item {
  padding-top: 100px;
}
.slick-track {
  display: flex;
}
.slick-vertical .slick-track {
  display: block;
}
.slick-slide {
  height: inherit;
}
.slick-dots li {
  margin: 0 3px;
}
.web-slider.dot-controller-with_image .web-dots ul li::after,
.slick-dots li button:before {
  border-radius: 100%;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: var(--bs-theme-light-200);
  background-color: var(--bs-theme-light-200);
}
.slick-next,
.slick-prev {
  background: #fff;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  z-index: 3;
}
.slick-next:before,
.slick-prev:before {
  color: var(--theme-secondary);
  font-size: 25px;
}
.carousel-white .slick-dots li button:before,
.carousel-white .slick-dots li.slick-active button:before,
.carousel-white .slick-next:before,
.carousel-white .slick-prev:before {
  color: #fff;
}
.slick-next {
  right: -30px;
}
.slick-prev {
  left: -30px;
}
.carousel-control-top-right .slick-next,
.carousel-control-top-right .slick-prev {
  top: -40px;
}
.carousel-control-top-right .slick-prev {
  right: 50px;
  left: auto;
}
.carousel-control-top-right .slick-next {
  right: 20px;
}
.carousel-control-gray .slick-next:before,
.carousel-control-gray .slick-prev:before{
  color: var(--bs-gray-500);
}

.product-group-tabs.nav-pills .nav-link.active,
.product-group-tabs.nav-pills .nav-link:hover,
.product-group-tabs.nav-pills .show > .nav-link {
  --bs-nav-link-hover-color: #fff;
  --bs-nav-pills-link-active-color: #fff;
  background: var(--bg-gradient-primary);
  box-shadow: none;
}
.nav-pills.nav-toolbar {
  --bs-nav-pills-border-radius: var(--bs-border-radius) var(--bs-border-radius)
    0 0;
  --bs-nav-link-color: var(--bs-dark-grey);
  --bs-nav-pills-link-active-color: var(--text-color);
  --bs-nav-pills-link-active-bg: #fff;
  background: var(--bs-theme-light);
  border-radius: var(--bs-border-radius);
  padding: 0.5rem !important;
  display: flex;
  padding-bottom: 0 !important;
}
.nav-pills.nav-toolbar li a:not(.btn) {
  margin-right: 3px;
}
.nav-tabs {
  --bs-nav-link-color: var(--text-color);
  --bs-nav-tabs-link-hover-border-color: var(--bs-theme-light-100)
    var(--bs-theme-light-100) var(--bs-theme-light-100);
  --bs-nav-tabs-link-active-border-color: var(--bs-theme-light-100)
    var(--bs-theme-light-100) var(--bs-body-bg);
}
.nav-tabs:not(.widget-tabs) .nav-link:focus,
.nav-tabs:not(.widget-tabs) .nav-link:hover {
  background: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  --bs-nav-pills-link-active-bg: var(--bs-dark-grey);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-link-color: var(--bs-dark-grey);
}
.nav-outline .nav-link {
  border: 1px solid var(--bs-nav-link-color);
}
.page-inner-title {
  background: #F0F6FF;
  padding: 1rem 1.5rem;
  border-radius: var(--bs-border-radius);
  position: relative;
  overflow: hidden;
}
.page-inner-title:after,
.page-inner-title:before {
  content: "";
  width: 150px;
  height: 150px;
  background: #001042;
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  top: -75px;
  right: -75px;
  opacity: 0.2;
}
.page-inner-title:after {
  top: -100px;
  right: 0;
}
.side-responsive-dropdown-box .dropdown-menu {
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-link-color: var(--bs-dark-grey);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.75rem;
  --bs-dropdown-item-border: 1px solid var(--bs-border-color);
  --bs-dropdown-item-border-radius: var(--bs-border-radius-sm);
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-active-color: var(--text-color);
  --bs-dropdown-border-color: var(--bs-border-color);
  width: 100%;
  border-top: 0;
  inset-block-start: 100% !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: var(--body-font-size);
  transform: translate(0, 0) !important;
}
.side-responsive-dropdown-box .dropdown-menu li + li {
  border-top: 1px solid var(--bs-border-color);
}

.active > .page-link,
.page-link.active {
  background: var(--theme-secondary);
  border-color: var(--theme-secondary);
  color: #fff !important;
}
@media (min-width: 768px) {
  .side-responsive-dropdown-box .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    pointer-events: none;
  }
  .side-responsive-dropdown-box .dropdown-toggle:after {
    display: none;
  }
  .side-responsive-dropdown-box .dropdown-menu {
    display: block;
    position: unset;
  }
}

input:not([type="checkbox"]):not([type="radio"]):not(.form-control),
select:not(.form-select),
textarea:not(.form-control) {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  height: 50px !important;
  font-weight: 600;
}
input:not([type="checkbox"]):not([type="radio"]):not(.form-control),
textarea:not(.form-control) {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  background-clip: padding-box;
}
select:not(.form-select) {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  font-size: 12px !important;
  color: black;
  height: 40px !important;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
::-moz-placeholder {
  color: rgb(0, 0, 0);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.form-control::placeholder {
  color: var(--bs-theme-light-200);
  opacity: 1;
}
.form-floating .intl-tel-input > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating .intl-tel-input > .form-control {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
  padding: 1rem 0.75rem;
}
.form-floating .intl-tel-input + label {
  left: calc(52px - 0.75rem);
}
.form-floating .intl-tel-input:focus-within ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating .intl-tel-input > .form-control:focus,
.form-floating .intl-tel-input > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.input-group-text {
  background: #fff;
}
textarea {
  resize: vertical;
}
li:not(.vcn),
p {
  /*! line-height: 23px; */
}
input:not(.form-control, .form-check-input):disabled {
  background: #eee;
  padding-left: 10px;
  width: 97%;
}
select:disabled,
textarea:disabled {
  background: #eee;
  padding-left: 10px;
}
textarea:disabled {
  width: 97%;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}

input:not([type="radio"]):not([type="checkbox"]):not(.is-invalid):focus,
select:not(.is-invalid):focus,
textarea:not(.is-invalid):focus {
  --bs-focus-border-color: rgba(var(--theme-secondary-rgb), 0.35);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  outline: 0;
  box-shadow: none !important;
  border-color: var(--bs-focus-border-color) !important;
}

.header {
  width: 100%;
  z-index: 2000;
  /*! background: #fd0808; */
  color: #fff;
}
#home:not(.full-home-header) .header {
  /*! margin-bottom: 10px; */
  position: relative;
}
.head {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}
.sepetikonu {
  font-size: 25px;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  border: none !important;
  border: 1px solid #4052701f !important;
  border-radius:  10px !important;
  padding: 10px 18px !important;
  color: #001042 !important;
}
.sepetikonu span {
  font-size: 13px;
  width: 18px;
  height: 18px;
  background: #f20a0a;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  right: -5px;
  top: -7px;
  font-weight: 500;
}
.logo {
  width: 180px;
}
.logo-image {
  width: 100%;
}

.urunozellik,
.urunozellikleri {
  align-items: center;
  justify-content: center;
}
.urunozellikleri {
  width: 100%;
  display: flex;
  margin: 25px 0;
  text-align: center;
  color: var(--bs-dark-grey);
  position: relative;
}
.urunozellik {
  border: 5px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 10px;
  min-width: 25%;
  padding: 15px;
  margin: 9px;
  text-align: left;
  transition: all 0.3s ease-out;
  display: inline-flex;
  background: var(--bs-theme-light);
  box-shadow: 0 0 0 1px var(--bs-theme-light-100);
}
.urunozellik h4 {
  font-weight: 600;
  font-size: 16px;
}
.urunozellik i {
  font-size: 35px;
  margin-right: 10px;
}
.katslogan {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.urunozellikleri .fa-caret-right {
  display: inline-block;
  font-size: 24px;
  margin-left: -13px;
}
.urunozellikleri .fa-check-circle {
  display: inline-block;
  font-size: 20px;
  margin-left: -18px;
  background: #fff;
  border-radius: 100%;
  color: var(--bs-success);
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 700px;
  position: relative;
  margin: 5%auto;
  padding: 5px 20px 13px;
  border-radius: 4px;
  background: #fff;
}
.modalDialog h2 {
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.ebulten {
  background: #f77f00;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom, center center;
  margin-bottom: -75px;
  z-index: 0;
  position: relative;
}
.ebultencont {
  background-color: #fff;
  width: 700px;
  height: 55px;
  margin: 70px auto auto;
  box-shadow: 0 0 45px #a9a9a9a8;
  border-radius: 50px;
}
.ebultencont i {
  float: left;
  font-size: 24px;
  color: #ccc;
  margin: 14px 14px 14px 20px;
}
.ebultencont input {
  float: left;
  border: 0;
  line-height: 45px;
  width: 450px;
  padding: 5px;
}
.aboneolbtn {
  background: var(--theme-secondary);
  color: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: right;
  margin: 6px;
  width: 95px;
  text-align: center;
  border-radius: 50px;
}
.aboneolbtn:hover {
  background: var(--theme-primary);
}
.footer {
  background-color: hsl(var(--theme-secondary-hsl), 20%);
  background-size: 100%auto;
  background-repeat: repeat;
  background-position: center top;
  height: auto;
  width: 100%;
  padding: 150px 0 50px;
}
.footer,
.footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footlogo {
  width: 180px;
  margin-bottom: 10px;
}
.footer a:hover,
.footer-menu-header,
.footer-menu-header a {
  color: #fff;
}
.footsosyal a {
  display: inline-block;
  color: #ffffff87;
  font-size: 18px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.footsosyal a:hover {
  background: var(--theme-secondary);
}
.footer-menu-links .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  position: relative;
}
.footer-menu-links .dropdown-toggle:before {
  content: "";
  width: 25%;
  height: 5px;
  background: var(--bg-gradient-primary);
  position: absolute;
  bottom: -2px;
  border-radius: 4px;
}
.footer-menu-links ul.dropdown-menu {
  --bs-dropdown-font-size: var(--body-font-size);
  background: 0 0;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 25px;
  position: initial !important;
  transform: translate(0, 0) !important;
  font-size: 13px;
}
.footer-menu-links ul.dropdown-menu .dropdown-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.footer-menu-links ul.dropdown-menu .dropdown-item:before {
  content: "";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  margin-right: 5px;
  font-size: 9px;
  transition-duration: 0.3s;
}
.footer-menu-links ul.dropdown-menu .dropdown-item:focus,
.footer-menu-links ul.dropdown-menu .dropdown-item:hover {
  background: 0 0;
  color: #fff;
}
.footer-menu-links ul.dropdown-menu .dropdown-item:focus:before,
.footer-menu-links ul.dropdown-menu .dropdown-item:hover:before {
  margin-right: 10px;
}
@media (min-width: 576px) {
  .footer-menu-links .dropdown-toggle {
    pointer-events: none;
  }
  .footer-menu-links .dropdown-toggle:after {
    display: none;
  }
  .footer-menu-links ul.dropdown-menu {
    display: block;
  }
}
.cd-top {
  height: 40px;
  border-radius: 4px;
  width: 40px;
  position: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: var(--theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  color: #fff;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 9px;
  line-height: 1;
  z-index: 1031;
}
.cd-top:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "";
  font-size: 16px;
}
.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
  color: #fff;
}
.cd-top.cd-fade-out:hover {
  opacity: 1.5;
  color: #fff;
}
.no-touch .cd-top:hover {
  background-color: var(--theme-primary);
  opacity: 1;
}
.slidetext-container {
  width: 80%;
  margin: 20%auto auto;
  color: #fff;
  text-align: left;
}
.sayfaustheader {
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  height: 260px;
  width: 100%;
  background-size: 100%auto;
}
.headerwhite {
  background-repeat: repeat;
  background-position: center bottom;
  width: 100%;
  height: 149px;
  display: inline-block;
  position: absolute;
  bottom: -2px;
}
.card {
  --bs-card-border-color: var(--bs-theme-light-100);
  --bs-card-cap-bg: var(--bs-theme-light);
}
.card.sidelinks {
  --bs-card-cap-bg: var(--text-color);
  --bs-card-cap-padding-y: 1rem;
  --bs-card-border-color: var(--bs-border-color);
  --bs-card-cap-color: #fff;
}
.card.sidelinks .card-header {
  border-bottom-width: 3px;
  border-bottom-color: var(--theme-secondary);
}
.table.nowrap {
  width: 100% !important;
}
.table-theme-light {
  --bs-table-bg: var(--bs-theme-light);
}
.table-theme-light-100 {
  --bs-table-bg: var(--bs-theme-light-100);
}
.table-theme-light-200 {
  --bs-table-bg: var(--bs-theme-light-200);
}
.table-theme-primary {
  --bs-table-color: #fff;
  --bs-table-bg: var(--theme-primary);
}
.table-theme-secondary {
  --bs-table-color: #fff;
  --bs-table-bg: var(--theme-secondary);
}
table.table-lg > :not(caption) > * > * {
  padding: 1rem;
}
.sidelinks a.dropdown-item {
  white-space: unset;
  line-height: 1.1;
}
.sidelinks.sticky-md-top {
  top: 85px;
}
.sidelinks span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidelinks span i,
.sipdvmtmmbtn .gonderbtn i {
  margin-right: 5px;
}
.sidelinks span .badge {
  margin-left: auto;
}
.sidelinks a:hover {
  color: var(--theme-secondary);
  background-color: var(--bs-theme-light);
}
.paypasbutonlar,
.uhtutar h4 strong {
  position: relative;
}
.scriptpaylas {
  margin-top: 15px;
}
.paypasbutonlar a {
  height: 40px;
  width: 40px;
  font-size: 16px;
  border-radius: 100%;
  text-align: center;
  line-height: 250%;
  background: #fff;
}
.paypasbutonlar a:hover {
  color: #fff;
  background: #666;
}
#facepaylas:hover {
  background: #365899;
}
#twitpaylas:hover {
  background: #1da1f2;
}
#googlepaylas:hover {
  background: #d73d32;
}
#linkedpaylas:hover {
  background: #008cc9;
}
.g_id_signin div[aria-labelledby="button-label"][role="button"] {
  font-size: 13px;
  letter-spacing: -0.5px;
  height: 32px;
  padding: 0 5px;
  max-width: 175px;
}
#facebookconnect-new {
  max-height: 32px;
  margin: 0 0 0 10px !important;
  width: auto !important;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
}
.checkbox-custom-label,
.radio-custom-label {
  position: relative;
  margin-bottom: 5px;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  border: 2px solid var(--theme-primary);
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  padding: 2px;
  margin-right: 10px;
  background: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
}
.checkbox-custom + .checkbox-custom-label:before {
  border-radius: 5px;
}
.radio-custom + .radio-custom-label:before {
  text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before,
.radio-custom:checked + .radio-custom-label:before {
  content: "";
  color: #fff;
  background: var(--theme-primary);
  line-height: 12px;
  font-size: 13px;
}
.uyeolgirisslogan h4 {
  font-weight: 200;
}
.contact-box {
  display: flex;
  align-items: start;
  flex-direction: column;
  background: var(--bs-theme-light);
  border-radius: var(--bs-border-radius);
  padding: 30px;
  min-height: 190px;
}
.contact-box.form-exist {
  padding: 0;
  background: 0 0;
  min-height: auto;
  margin-bottom: 30px;
}
.contact-box.form-exist:not(.company-info) {
  flex-direction: row;
  align-items: center;
}
.contact-box .contact-box-icon {
  margin-bottom: 30px;
}
.contact-box.form-exist .contact-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f6ff;
  width: 60px;
  height: 60px;
  border-radius: var(--bs-border-radius);
  margin-right: 10px;
  margin-bottom: 0;
  color: #001042;
}
.contact-box span.d-block b {
  margin-bottom: 15px;
  display: block;
}
.sayfabaslik {
  margin-top: 35px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.checkbox-custom + .checkbox-custom-label:before {
  text-align: center;
  text-align-last: center;
}
.radio-custom + .radio-custom-label:before#tesclsure {
  width: 190px;
  text-align: center;
  text-align-last: center;
}
.web-ribbon,
.popular-badge {
  position: absolute;
  font-weight: 600;
}
.popular-badge {
  background-color: var(--theme-primary);
  color: #fff;
  padding: 5px 35px 4px;
  font-size: 14px;
  left: -40px;
  top: 35px;
  transform: rotate(-90deg);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.popular-badge:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  border: 14px var(--bs-border-style);
  border-color: var(--theme-primary);
  border-right-width: 0;
  border-left-color: transparent;
}
.web-ribbon {
  --bs-ribbon-margin: 0.25rem;
  --bs-ribbon-border-radius: var(--bs-border-radius);
  --bs-ribbon-border-color: var(--theme-primary);
  --bs-ribbon-bg-color: var(--theme-primary);
  --bs-ribbon-color: #fff;
  top: 0.75rem;
  right: calc(-1 * var(--bs-ribbon-margin));
  z-index: 1;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  line-height: 1;
  color: var(--bs-ribbon-color);
  text-align: center;
  /*! text-transform: uppercase; */
  background: var(--bs-ribbon-bg-color);
  border-color: var(--bs-ribbon-border-color);
  border-radius: var(--bs-ribbon-border-radius) 0 var(--bs-ribbon-border-radius)
    var(--bs-ribbon-border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
}
.web-ribbon:before {
}
.web-ribbon.bg-theme-text {
  --bs-ribbon-border-color: var(--text-color);
  --bs-ribbon-bg-color: var(--text-color);
}
.web-ribbon.bg-theme-secondary {
  --bs-ribbon-border-color: var(--theme-secondary);
  --bs-ribbon-bg-color: var(--theme-secondary);
}
.web-ribbon.bg-blue {
  --bs-ribbon-border-color: var(--bs-blue);
  --bs-ribbon-bg-color: var(--bs-blue);
}
.web-ribbon.bg-indigo {
  --bs-ribbon-border-color: var(--bs-indigo);
  --bs-ribbon-bg-color: var(--bs-indigo);
}
.web-ribbon.bg-purple {
  --bs-ribbon-border-color: var(--bs-purple);
  --bs-ribbon-bg-color: var(--bs-purple);
}
.web-ribbon.bg-pink {
  --bs-ribbon-border-color: var(--bs-pink);
  --bs-ribbon-bg-color: var(--bs-pink);
}
.web-ribbon.bg-red {
  --bs-ribbon-border-color: var(--bs-red);
  --bs-ribbon-bg-color: var(--bs-red);
}
.web-ribbon.bg-orange {
  --bs-ribbon-border-color: var(--bs-orange);
  --bs-ribbon-bg-color: var(--bs-orange);
}
.web-ribbon.bg-yellow {
  --bs-ribbon-border-color: var(--bs-yellow);
  --bs-ribbon-bg-color: var(--bs-yellow);
}
.web-ribbon.bg-green {
  --bs-ribbon-border-color: var(--bs-green);
  --bs-ribbon-bg-color: var(--bs-green);
}
.web-ribbon.bg-teal {
  --bs-ribbon-border-color: var(--bs-teal);
  --bs-ribbon-bg-color: var(--bs-teal);
}
.web-ribbon.bg-cyan {
  --bs-ribbon-border-color: var(--bs-cyan);
  --bs-ribbon-bg-color: var(--bs-cyan);
}
.web-ribbon.bg-primary {
  --bs-ribbon-border-color: var(--bs-primary);
  --bs-ribbon-bg-color: var(--bs-primary);
}
.web-ribbon.bg-secondary {
  --bs-ribbon-border-color: var(--bs-secondary);
  --bs-ribbon-bg-color: var(--bs-secondary);
}
.web-ribbon.bg-info {
  --bs-ribbon-border-color: var(--bs-info);
  --bs-ribbon-bg-color: var(--bs-info);
}
.web-ribbon.bg-success {
  --bs-ribbon-border-color: var(--bs-success);
  --bs-ribbon-bg-color: var(--bs-success);
}
.web-ribbon.bg-warning {
  --bs-ribbon-border-color: var(--bs-warning);
  --bs-ribbon-bg-color: var(--bs-warning);
}
.web-ribbon.bg-danger {
  --bs-ribbon-border-color: var(--bs-danger);
  --bs-ribbon-bg-color: var(--bs-danger);
}
.web-ribbon.bg-dark {
  --bs-ribbon-border-color: var(--bs-dark);
  --bs-ribbon-bg-color: var(--bs-dark);
}
.web-ribbon.bg-light {
  --bs-ribbon-border-color: var(--bs-light-bg-subtle);
  --bs-ribbon-bg-color: var(--bs-light);
  --bs-ribbon-color: var(--bs-light-text-emphasis);
}
.web-ribbon .icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
.web-ribbon-start,
.web-ribbon-top {
  border-radius: 6px;
}
.web-ribbon-top {
  top: calc(-1 * var(--bs-ribbon-margin));
  right: 0.75rem;
}
.web-ribbon-start:before,
.web-ribbon-top:before {
  /*! border-color: inherit; */
  /*! border-top-color: transparent; */
  /*! border-left-color: transparent; */
}
.web-ribbon-top:before {
  top: 0;
  right: 100%;
  bottom: auto;
}
.web-ribbon-top.web-ribbon-start {
  right: auto;
  left: -0.25rem;
  top: 0px;
}
.web-ribbon-top.web-ribbon-start:before {
}
.web-ribbon-top.web-ribbon-center {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.web-ribbon-start {
  right: auto;
  left: calc(-1 * var(--bs-ribbon-margin));
}
.web-ribbon-start:before {
  top: auto;
  bottom: 100%;
  left: 0;
}
.web-ribbon-bottom {
  top: auto;
  bottom: 0.75rem;
}
a.web-ribbon:hover {
  color: rgba(255, 255, 255, 0.9);
}
.web-ribbon-bookmark {
  padding-left: 0.25rem;
  border-radius: 0 0 var(--bs-ribbon-border-radius) 0;
}
.web-ribbon-bookmark:after {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 1rem var(--bs-border-style);
  border-color: inherit;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-width: 0.5rem;
}
.web-ribbon-bookmark.web-ribbon-left {
  padding-right: 0.5rem;
}
.web-ribbon-bookmark.web-ribbon-left:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-right-width: 0.5rem;
  border-left-width: 0;
}
.web-ribbon-bookmark.web-ribbon-top {
  padding-right: 0;
  padding-bottom: 0.25rem;
  padding-left: 0;
  border-radius: 0 var(--bs-ribbon-border-radius) 0 0;
}
.web-ribbon-bookmark.web-ribbon-top:after {
  top: 100%;
  right: 0;
  left: 0;
  border-color: inherit;
  border-width: 1rem;
  border-top-width: 0;
  border-bottom-color: transparent;
  border-bottom-width: 0.5rem;
}
.web-ribbon-start.web-ribbon-bookmark:not(.web-ribbon-top) {
  padding-left: 0.75rem;
  padding-right: 0.25rem;
  border-radius: 0 0 0 var(--bs-ribbon-border-radius);
}
.web-ribbon-start.web-ribbon-bookmark:not(.web-ribbon-top):after {
  border-left-width: 0;
  border-right-width: 0.5rem;
  border-right-color: transparent;
  right: 0;
  left: 100%;
}
.megamenu .web-ribbon-bottom {
  bottom: 5px;
}
.web-widget-container .web-widget-title {
  margin-bottom: 15px;
}
.web-widget-container .web-widget-title b {
  color: var(--theme-primary);
  font-weight: inherit;
}
.web-widget-container .web-widget-title small {
  font-size: 70%;
  font-weight: lighter;
}
.web-feature-box-widget .feature-box {
  padding: 20px;
  position: relative;
  display: flex;
  color: var(--text-color);
  overflow: hidden;
  width: 100%;
  text-align: center !important;
  max-width: 100% !important;
  margin: auto;
  display: block;
  font-size: 12px;
}
.web-feature-box-widget .feature-box-content,
.web-feature-box-widget .feature-box-media-container {
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.web-feature-box-widget .feature-box,
.web-feature-box-widget .feature-box .feature-box-button,
.web-feature-box-widget .feature-box .feature-box-content,
.web-feature-box-widget .feature-box .feature-box-desc,
.web-feature-box-widget .feature-box .feature-box-media-container,
.web-feature-box-widget .feature-box .feature-box-title,
.web-feature-box-widget .feature-box .feature-box-title a,
.web-feature-box-widget .feature-box .feature-icon,
.web-feature-box-widget .feature-box .feature-image {
  transition: all 0.3s ease-in-out 0s;
}
.web-feature-box-widget .feature-box .feature-box-media-container,
.web-feature-box-widget .feature-box.media-left .feature-box-media,
.web-feature-box-widget .feature-box.media-right .feature-box-media {
  flex-shrink: 0;
}
.web-feature-box-widget .feature-box .feature-box-title {
  margin-top: 0;
}
.web-feature-box-widget .feature-box .feature-box-desc {
  margin-top: 0.75rem;
}
.web-feature-box-widget .feature-box .feature-box-button {
  margin-top: 0.5rem;
}
.web-feature-box-widget .feature-box.media-top {
  flex-direction: column;
}
.web-countdown-timer.text-position-top > span,
.web-feature-box-widget .feature-box.media-bottom {
  flex-direction: column-reverse;
}
.web-feature-box-widget .feature-box.media-left {
  flex-direction: row;
}
.web-feature-box-widget .feature-box.media-right {
  flex-direction: row-reverse;
}
.web-feature-box-widget .feature-box.media-left .feature-box-content,
.web-feature-box-widget .feature-box.media-right .feature-box-content {
  flex-grow: 1;
}
.web-feature-box-widget .feature-box.media-left .feature-box-media {
  margin-right: 10px;
}
.web-feature-box-widget .feature-box.media-right .feature-box-media {
  margin-left: 10px;
}
.web-feature-box-widget .feature-box.media-top .feature-box-media {
  margin-bottom: 10px;
}
.web-feature-box-widget.style-custom .feature-box {
  box-shadow: var(--bs-normal-shadow);
  border: var(--bs-normal-border);
  border-radius: var(--bs-normal-radius);
}
.web-feature-box-widget.style-custom .feature-box.flat {
  background-color: var(--bs-normal-bg);
}
.web-feature-box-widget.style-custom .feature-box.gradient {
  background-image: var(--bs-normal-bg-gradient);
}
.web-feature-box-widget.style-custom .feature-box:hover {
  box-shadow: var(--bs-hover-shadow);
  border: var(--bs-hover-border);
  border-radius: var(--bs-hover-radius);
}
.web-feature-box-widget.style-custom .feature-box.flat:hover {
  background-color: var(--bs-hover-bg);
}
.web-feature-box-widget.style-custom .feature-box.gradient:hover {
  background-image: var(--bs-hover-bg-gradient);
}
.web-feature-box-widget.style-custom .feature-box .feature-box-title,
.web-feature-box-widget.style-custom .feature-box .feature-box-title a {
  color: var(--bs-normal-color);
}
.web-feature-box-widget.style-custom .feature-box:hover .feature-box-title,
.web-feature-box-widget.style-custom .feature-box:hover .feature-box-title a,
.web-feature-box-widget.style-custom
  .feature-box:hover
  .feature-box-title
  a:hover {
  color: var(--bs-hover-color);
}
.web-feature-box-widget.style-custom .feature-box .feature-box-media-container {
  border: var(--bs-normal-border);
  border-radius: var(--bs-normal-radius);
  box-shadow: var(--bs-normal-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-feature-box-widget.style-custom
  .feature-box:hover
  .feature-box-media-container {
  border: var(--bs-hover-border);
  border-radius: var(--bs-hover-radius);
  box-shadow: var(--bs-hover-shadow);
}
.web-feature-box-widget.style-custom
  .feature-box
  .feature-box-media-container
  .feature-image {
  border-radius: var(--bs-normal-radius);
}
.web-feature-box-widget.style-custom
  .feature-box:hover
  .feature-box-media-container
  .feature-image {
  border-radius: var(--bs-hover-radius);
}
.web-feature-box-widget.style-custom
  .feature-box
  .feature-box-media-container.flat {
  background-color: var(--bs-normal-bg);
}
.web-feature-box-widget.style-custom
  .feature-box:hover
  .feature-box-media-container.flat {
  background-color: var(--bs-hover-bg);
}
.web-feature-box-widget.style-custom
  .feature-box
  .feature-box-media-container.gradient {
  background-image: var(--bs-normal-bg-gradient);
}
.web-feature-box-widget.style-custom
  .feature-box:hover
  .feature-box-media-container.gradient {
  background-image: var(--bs-hover-bg-gradient);
}
.web-feature-box-widget.style-custom .feature-box .feature-box-desc,
.web-feature-box-widget.style-custom .feature-box .feature-icon.flat {
  color: var(--bs-normal-color);
}
.web-feature-box-widget.style-custom .feature-box:hover .feature-icon.flat {
  color: var(--bs-hover-color);
}
.web-feature-box-widget.style-custom .feature-box .feature-icon.gradient {
  background-image: var(--bs-normal-color-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web-feature-box-widget.style-custom .feature-box:hover .feature-icon.gradient {
  background-image: var(--bs-hover-color-gradient);
}
.web-feature-box-widget.style-custom .feature-box:hover .feature-box-desc {
  color: var(--bs-hover-color);
}
.web-feature-box-widget.style-1 .feature-box {
  border: 1px solid var(--bs-theme-light);
  border-radius: 0.35rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.web-feature-box-widget.style-1 .feature-box.with-shadow {
  /*! box-shadow: 0 0.5rem 1rem rgba(var(--theme-secondary-rgb), 0.15); */
  border: 1px solid #e7e7e7;
  background: white;
}
.web-feature-box-widget.style-1 .feature-box:after,
.web-feature-box-widget.style-1 .feature-box:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background-color: #000;
  opacity: 0.05;
  z-index: 0;
  text-align: center;
  border-radius: 20px;
  /*! border: 1px solid red; */
}
.web-feature-box-widget.style-1 .feature-box:after {
  inset-inline-end: -8%;
  inset-block-start: 0;
}
.web-feature-box-widget.style-1 .feature-box:before {
  inset-inline-end: 0;
  inset-block-start: -12%;
}
.web-feature-box-widget.style-1 .feature-box.media-right:after,
.web-feature-box-widget.style-1 .feature-box.media-top.align-items-end:after {
  inset-inline-start: -8%;
  inset-inline-end: auto;
}
.web-feature-box-widget.style-1 .feature-box.media-right:before,
.web-feature-box-widget.style-1 .feature-box.media-top.align-items-end:before {
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.web-feature-box-widget.style-1 .feature-box.media-top.align-items-center:after,
.web-feature-box-widget.style-1
  .feature-box.media-top.align-items-center:before {
  inset-block-start: -12%;
}
.web-feature-box-widget.style-1
  .feature-box.media-top.align-items-center:before {
  inset-inline-start: -8%;
  inset-inline-end: auto;
}
.web-feature-box-widget.style-1 .feature-box-media {
  width: 5rem;
  height: 5rem;
  background: rgb(244, 245, 247);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #40527000;
  /*! color: #fff; */
  /*! font-size: 26px; */
  /*! text-align: center; */
  /*! width: 100%; */
  /*! height: 100%; */
  margin: auto;
  padding-left: 12px;
}
.web-feature-box-widget.style-1 .feature-box-media.media-image {
  background: 0 0;
}
.web-feature-box-widget.style-1 .feature-box-media-container {
  background: var(--theme-secondary);
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-feature-box-widget.style-1
  .feature-box-media.media-image
  .feature-box-media-container {
  padding: 0;
  background: 0 0;
}
.web-feature-box-widget.style-1
  .feature-box:hover
  .feature-box-media-container {
  transform: scale(1.28);
}
.web-feature-box-widget.style-1 .feature-box-media-container > a,
.web-feature-box-widget.style-1 .feature-box-media-container > i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  width: 26px;
  height: 26px;
}
.web-feature-box-widget.style-1 .media-image .feature-box-media-container img,
.web-feature-box-widget.style-1 .media-image .feature-box-media-container > a {
  width: 100%;
  height: 100%;
}
.web-feature-box-widget.style-1 .feature-box .feature-box-title {
  font-weight: 500;
  font-size: 20px !important;
}
.web-feature-box-widget.style-1 .feature-box .feature-box-button .btn-custom {
  font-size: 13px;
  font-weight: 600;
}
.web-feature-box-widget.style-1
  .feature-box
  .feature-box-button
  .btn-custom:hover {
  color: var(--theme-secondary);
}
.web-feature-box-widget.style-1
  .feature-box
  .feature-box-button
  .btn-custom:hover
  i {
  transition-duration: 0.3s;
  transform: translateX(5px);
}
.web-feature-box-widget.style-1 .feature-box:hover {
  border-color: var(--theme-secondary);
  box-shadow: none;
}
.web-feature-box-widget.style-2 .feature-box {
  border: 1px solid var(--bs-theme-light-100);
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px 35px;
}
.web-feature-box-widget.style-2 .feature-box.with-shadow {
  box-shadow: 0 2px 11px rgba(var(--theme-secondary-rgb), 8%);
}
.web-feature-box-widget.style-2 .feature-box:before {
  color: #fff;
  position: absolute;
  top: -30px;
  right: -25px;
  padding: 30px 30px 20px 25px;
  border-radius: 50%0 50% 50%;
  font-weight: 600;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: end;
  transition: all 0.25s ease-in-out 0s;
  background: var(--bg-gradient-primary);
  content: "";
  font: var(--fa-font-solid);
  font-size: 20px;
}
.web-feature-box-widget.style-2.color-primary .feature-box:before,
.web-feature-box-widget.style-2.color-secondary .feature-box:hover:before {
  background: var(--theme-primary);
}
.web-feature-box-widget.style-2 .feature-box:hover:before {
  background: var(--bg-gradient-primary-reverse);
  top: -25px;
}
.web-feature-box-widget.style-2.color-primary .feature-box:hover:before,
.web-feature-box-widget.style-2.color-secondary .feature-box:before {
  background: var(--theme-secondary);
}
.web-feature-box-widget.style-2 .feature-box.media-right:before,
.web-feature-box-widget.style-2 .feature-box.media-top.align-items-end:before {
  right: auto;
  left: -25px;
  padding: 30px 20px 15px 30px;
  border-radius: 50% 50% 50%0;
  align-items: end;
  justify-content: end;
}
.web-feature-box-widget.style-2 .feature-box .feature-box-media {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  gap: 15px;
}
.web-feature-box-widget.style-2 .feature-box.media-top .feature-box-media {
  border-bottom: 1px solid rgba(var(--theme-secondary-rgb), 0.1);
  width: 100%;
  padding-right: 10px;
}
.web-feature-box-widget.style-2
  .feature-box.media-top.align-items-end
  .feature-box-media {
  flex-direction: row-reverse;
}
.web-feature-box-widget.style-2 .feature-box-media-container {
  position: relative;
  overflow: visible;
}
.web-feature-box-widget.style-2 .feature-box-media-container i {
  color: var(--theme-secondary);
  font-size: 45px;
  background-image: var(--bg-gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  overflow: visible;
}
.web-feature-box-widget.style-2.color-primary .feature-box-media-container i,
.web-feature-box-widget.style-2.color-secondary
  .feature-box:hover
  .feature-box-media-container
  i {
  background-color: var(--theme-primary);
  background-image: none;
}
.web-feature-box-widget.style-2.color-primary
  .feature-box:hover
  .feature-box-media-container
  i,
.web-feature-box-widget.style-2.color-secondary .feature-box-media-container i {
  background-color: var(--theme-secondary);
  background-image: none;
}
.web-feature-box-widget.style-2 .feature-box-media-container i,
.web-feature-box-widget.style-2 .feature-box-media-container img {
  transition: all 0.3s ease-in-out 0s;
}
.web-feature-box-widget.style-2 .feature-box-media-container img {
  width: 50px;
  height: 50px;
}
.web-feature-box-widget.style-2
  .feature-box
  .feature-box-media-container:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  display: block;
  background: radial-gradient(circle, #000 0, transparent 70%);
  border-radius: 100%;
  filter: blur(10px);
}
.web-feature-box-widget.style-2
  .feature-box:hover
  .feature-box-media-container
  i,
.web-feature-box-widget.style-2
  .feature-box:hover
  .feature-box-media-container
  img {
  transform: rotate(10deg) translateY(-10px);
}
.web-feature-box-widget.style-2
  .feature-box:hover
  .feature-box-media-container:before {
  opacity: 1;
}
.web-feature-box-widget.style-2 .feature-box .feature-box-title {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1199.98px) {
  .web-feature-box-widget.style-2 .feature-box {
    padding: 15px 20px;
  }
  .web-feature-box-widget.style-2 .feature-box:before {
    padding: 30px 30px 15px 15px;
    width: 75px;
    height: 75px;
  }
}
.web-feature-box-widget.style-3 .feature-box {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 0 2px rgba(var(--theme-secondary-rgb), 0.15);
}
.web-feature-box-widget.style-3 .feature-box.with-shadow:hover {
  box-shadow: 6px 6px 25px rgba(var(--theme-secondary-rgb), 0.15);
}
.web-feature-box-widget.style-3 .feature-box:after,
.web-feature-box-widget.style-3 .feature-box:before {
  border-radius: 12px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.web-feature-box-widget.style-3 .feature-box:before {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%;
  width: 0;
  z-index: -2;
  transform-origin: left;
  background: linear-gradient(
    90deg,
    var(--theme-primary),
    var(--theme-secondary)
  );
}
.web-feature-box-widget.style-3 .feature-box:after {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  z-index: -1;
  left: 0;
  width: 100%;
}
.web-feature-box-widget.style-3 .feature-box:hover:before {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
}
.web-feature-box-widget.style-3 .feature-box:hover:after {
  top: 5px;
  bottom: 5px;
}
.web-feature-box-widget.style-3 .feature-box-media-container i {
  font-size: 35px;
  color: #fff;
}
.web-feature-box-widget.style-3 .media-icon .feature-box-media-container {
  width: 70px;
  height: 70px;
  background: var(--theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  margin-bottom: 20px;
}
.web-feature-box-widget.style-3
  .feature-box:hover
  .media-icon
  .feature-box-media-container {
  animation: fonCubeGridScaleDelay2 1s linear 1;
  background: var(--theme-secondary);
}
.web-feature-box-widget.style-3.color-primary
  .media-icon
  .feature-box-media-container,
.web-feature-box-widget.style-3.color-secondary
  .feature-box:hover
  .media-icon
  .feature-box-media-container {
  background: var(--theme-primary);
}
.web-feature-box-widget.style-3.color-primary
  .feature-box:hover
  .media-icon
  .feature-box-media-container,
.web-feature-box-widget.style-3.color-secondary
  .media-icon
  .feature-box-media-container {
  background: var(--theme-secondary);
}
.web-feature-box-widget.style-3.color-gradient
  .media-icon
  .feature-box-media-container {
  background: var(--bg-gradient-primary);
}
.web-feature-box-widget.style-3.color-gradient
  .feature-box:hover
  .media-icon
  .feature-box-media-container {
  background: var(--bg-gradient-primary-reverse);
}
.web-feature-box-widget.style-3 .media-image .feature-box-media-container {
  max-width: 150px;
  max-height: 150px;
}
.web-feature-box-widget.style-3 .feature-box:hover .feature-box-title,
.web-feature-box-widget.style-3 .feature-box:hover a,
.web-feature-box-widget.style-4 .feature-box .feature-box-button a {
  color: var(--theme-secondary);
}
.web-feature-box-widget.style-3 .feature-box-button i {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotate(-45deg);
}
.web-feature-box-widget.style-3 .feature-box:hover .feature-box-button i {
  transform: rotate(0deg);
}
.web-feature-box-widget.style-4 .feature-box {
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid var(--theme-secondary);
}
.web-feature-box-widget.style-4.color-primary .feature-box {
  border: 1px solid var(--theme-primary);
}
.web-feature-box-widget.style-4 .feature-box,
.web-feature-box-widget.style-4 .feature-box * {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.web-feature-box-widget.style-4 .feature-box:hover {
  border-color: transparent;
}
.web-feature-box-widget.style-4 .feature-box.with-shadow {
  box-shadow: 6px 6px 25px rgba(var(--theme-secondary-rgb), 0.15);
}
.web-feature-box-widget.style-4 .feature-box:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(-50%) scaleX(0);
  background-image: var(--bg-gradient-primary);
}
.web-feature-box-widget.style-4 .feature-box:hover:before {
  transform: translateX(-50%) scaleX(1);
}
.web-feature-box-widget.style-4 .feature-box .feature-box-media-container {
  width: 70px;
  height: 70px;
  background: rgba(var(--theme-secondary-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.web-feature-box-widget.style-4.color-primary
  .feature-box
  .feature-box-media-container {
  background: rgba(var(--theme-primary-rgb), 0.1);
}
.web-feature-box-widget.style-4 .feature-box .feature-box-media-container i {
  font-size: 45px;
  color: var(--theme-secondary);
}
.web-feature-box-widget.style-4.color-primary
  .feature-box
  .feature-box-button
  a,
.web-feature-box-widget.style-4.color-primary
  .feature-box
  .feature-box-media-container
  i {
  color: var(--theme-primary);
}
.web-feature-box-widget.style-4 .feature-box:hover * {
  color: #fff !important;
}
.web-feature-box-widget.style-4
  .feature-box:hover
  .feature-box-media-container {
  background: rgba(255, 255, 255, 0.2);
  animation: fonCubeGridScaleDelay 1s linear 1;
}
.web-feature-box-widget.style-5 .feature-box,
.web-feature-box-widget.style-5 .feature-box * {
  transition: all 0.3s ease-in-out 0s;
}
.web-feature-box-widget.style-5 .feature-box.with-shadow {
  box-shadow: 6px 6px 25px rgba(var(--theme-secondary-rgb), 0.15);
}
.web-feature-box-widget.style-5 .feature-box .feature-box-icon-container {
  background: rgba(var(--theme-secondary-rgb), 0.1);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: var(--theme-secondary);
  font-size: 25px;
  margin-right: 20px;
  transform: rotate(0);
}
.web-feature-box-widget.style-5 .feature-box .feature-box-icon-container i {
  transform: rotate(0);
}
.web-feature-box-widget.style-5 .feature-box:hover .feature-box-icon-container {
  background: rgba(var(--theme-primary-rgb), 0.1);
  color: var(--theme-primary);
  transform: rotate(45deg);
}
.web-feature-box-widget.style-5
  .feature-box:hover
  .feature-box-icon-container
  i {
  transform: rotate(-45deg);
}
.web-feature-box-widget.style-5 .feature-box .feature-box-content {
  min-height: 200px;
}
.web-feature-box-widget.style-5 .feature-box .feature-box-content:before {
  display: block;
  background: var(--bg-gradient-primary);
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
}
.web-feature-box-widget.style-5
  .feature-box.media-bottom
  .feature-box-content:before {
  top: auto;
  bottom: 0;
}
.web-feature-box-widget.style-5 .feature-box.media-left,
.web-feature-box-widget.style-5 .feature-box.media-right,
.web-feature-box-widget.style-7 .feature-box.media-left,
.web-feature-box-widget.style-7 .feature-box.media-right {
  align-items: stretch !important;
}
.web-feature-box-widget.style-5
  .feature-box.media-left
  .feature-box-content:before,
.web-feature-box-widget.style-5
  .feature-box.media-right
  .feature-box-content:before {
  width: 5px;
  height: 100%;
}
.web-feature-box-widget.style-5
  .feature-box.media-right
  .feature-box-content:before {
  left: auto;
  right: 0;
}
.web-feature-box-widget.style-5 .feature-box.media-left .feature-box-media,
.web-feature-box-widget.style-5 .feature-box.media-right .feature-box-media,
.web-feature-box-widget.style-7
  .feature-box.media-left
  .feature-box-media.media-both,
.web-feature-box-widget.style-7
  .feature-box.media-left
  .feature-box-media.media-image,
.web-feature-box-widget.style-7
  .feature-box.media-right
  .feature-box-media.media-both,
.web-feature-box-widget.style-7
  .feature-box.media-right
  .feature-box-media.media-image {
  flex-shrink: 0;
  max-width: 35%;
}
.web-feature-box-widget.style-5
  .feature-box.media-left
  .feature-box-media-container,
.web-feature-box-widget.style-5
  .feature-box.media-right
  .feature-box-media-container,
.web-feature-box-widget.style-7
  .feature-box.media-left
  .media-both
  .feature-box-media-container,
.web-feature-box-widget.style-7
  .feature-box.media-left
  .media-image
  .feature-box-media-container,
.web-feature-box-widget.style-7
  .feature-box.media-right
  .media-both
  .feature-box-media-container,
.web-feature-box-widget.style-7
  .feature-box.media-right
  .media-image
  .feature-box-media-container {
  height: 100%;
}
.web-feature-box-widget.style-5
  .feature-box.media-left
  .feature-box-media-container
  img,
.web-feature-box-widget.style-5
  .feature-box.media-right
  .feature-box-media-container
  img,
.web-feature-box-widget.style-7
  .feature-box.media-left
  .feature-box-media-container
  img,
.web-feature-box-widget.style-7
  .feature-box.media-right
  .feature-box-media-container
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.web-feature-box-widget.style-6 .web-widget-content {
  box-shadow: 0 0 0 1px rgba(var(--theme-secondary-rgb), 5%),
    0 10px 20px -5px rgba(var(--theme-secondary-rgb), 20%);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.web-feature-box-widget.style-6 .web-widget-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: linear-gradient(
    15deg,
    var(--theme-primary),
    var(--theme-secondary)
  );
}
.web-feature-box-widget.style-6 .feature-box {
  background: #fff;
  border-radius: 0.8rem 0.8rem 130px 0.8rem;
  padding: 35px 50px 35px 35px;
}
.web-feature-box-widget.style-6 .feature-box.media-left .feature-box-media {
  margin-right: 30px;
}
.web-feature-box-widget.style-6 .feature-box.media-right .feature-box-media {
  margin-left: 30px;
}
.web-feature-box-widget.style-6 .feature-box-media-container {
  background: var(--bg-gradient-primary);
  color: #fff;
  transform: rotate(45deg);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: all 300ms linear 0ms;
}
.web-feature-box-widget.style-6
  .feature-box:hover
  .feature-box-media-container {
  background: #fff;
}
.web-feature-box-widget.style-6 .feature-box-media-container a {
  color: #fff;
}
.web-feature-box-widget.style-6 .feature-box-media-container i {
  color: #fff;
  transform: rotate(-45deg);
  transition: all 300ms linear 0ms;
}
.web-feature-box-widget.style-6
  .feature-box:hover
  .feature-box-media-container
  a,
.web-feature-box-widget.style-6
  .feature-box:hover
  .feature-box-media-container
  i {
  color: var(--theme-secondary);
  background-image: var(--bg-gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web-feature-box-widget.style-6 .feature-box .feature-box-desc ul {
  list-style: none;
  padding: 0;
}
.articles.style-2 .articles-item p,
.web-feature-box-widget.style-6 .feature-box .feature-box-desc ul li,
.news.style-2 .articles-item p {
  margin-bottom: 5px;
}
.web-feature-box-widget.style-6 .feature-box .feature-box-desc ul li::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "";
  margin-right: 5px;
}
.web-feature-box-widget.style-6 .feature-box .feature-box-content,
.web-feature-box-widget.style-6 .feature-box .feature-box-media {
  position: relative;
  z-index: 2;
}
.web-feature-box-widget.style-6 .feature-box .feature-box-bg-image {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(1.2) translateZ(0);
}
.web-feature-box-widget.style-6 .feature-box .feature-box-bg-image:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 220ms linear 0ms;
}
.web-feature-box-widget.style-6 .feature-box:hover .feature-box-bg-image {
  left: 0;
}
.web-feature-box-widget.style-6 .feature-box:hover .feature-box-bg-image:after {
  background: rgba(var(--text-color-rgb), 0.7);
}
.web-feature-box-widget.style-6 .feature-box:hover *,
.web-feature-box-widget.style-7 .media-icon .feature-box-media-container a {
  color: #fff;
}
.web-feature-box-widget.style-6 .feature-box-button a {
  border: 0;
  background: var(--bg-gradient-primary);
  color: #fff;
  overflow: hidden;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  transition: all 1.2s ease-in-out 0s;
  text-align: center;
}
.web-feature-box-widget.style-6 .feature-box-button a span {
  transition: all 1.2s ease-in-out 0s;
  transform: translateX(-150px);
  display: none;
}
.web-feature-box-widget.style-6 .feature-box .feature-box-button a:hover,
.web-feature-box-widget.style-6 .feature-box:hover .feature-box-button a,
.web-feature-box-widget.style-6 .feature-box:hover .feature-box-button a:hover {
  max-width: initial;
  width: auto;
}
.web-feature-box-widget.style-6 .feature-box .feature-box-button a:hover span,
.web-feature-box-widget.style-6 .feature-box:hover .feature-box-button a span,
.web-feature-box-widget.style-6
  .feature-box:hover
  .feature-box-button
  a:hover
  span {
  display: inline;
  transform: translateX(0);
}
.web-feature-box-widget.style-7 .feature-box {
  overflow: visible;
  color: #fff;
  background-position: right bottom, center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 200px, auto;
  border: 1px solid transparent;
}
.web-feature-box-widget.style-7 .feature-box.with-shadow {
  box-shadow: 0 0.5rem 1rem rgba(var(--theme-secondary-rgb), 0.15);
}
.web-feature-box-widget.style-7 .feature-box:hover {
  box-shadow: 0 10px 30px -5px rgba(var(--theme-secondary-rgb), 0.5);
  border-color: #fff;
}
.web-feature-box-widget.style-7 .feature-box-content {
  overflow: visible;
}
.web-feature-box-widget.style-7
  .feature-box-content
  .feature-box-media-container,
.web-feature-box-widget.style-7 .media-icon .feature-box-media-container {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-secondary);
  color: #fff;
  font-size: 40px;
  border-radius: 100% !important;
  margin-top: -25px;
  position: relative;
  margin-bottom: 20px;
}
.web-feature-box-widget.style-7
  .feature-box-content
  .feature-box-media-container {
  border: 5px solid #fff;
}
.web-feature-box-widget.style-7
  .feature-box.media-bottom
  .media-both
  + .feature-box-content,
.web-feature-box-widget.style-7
  .feature-box.media-top
  .media-both
  + .feature-box-content {
  margin-top: -25px;
}
.web-feature-box-widget.style-7 .feature-box.media-bottom .media-both {
  margin: 25px 0 0;
}
.web-feature-box-widget.style-7 .feature-box.media-left .media-both,
.web-feature-box-widget.style-7 .feature-box.media-left .media-image {
  margin: 0 10px 0 0;
}
.web-feature-box-widget.style-7 .feature-box.media-right .media-both,
.web-feature-box-widget.style-7 .feature-box.media-right .media-image {
  margin: 0 0 0 10px;
}
.web-feature-box-widget.style-7 .media-icon .feature-box-media-container {
  border: 7px solid #fff;
}
.web-feature-box-widget.style-7
  .feature-box.media-left
  .feature-box-content
  .feature-box-media-container,
.web-feature-box-widget.style-7
  .feature-box.media-right
  .feature-box-content
  .feature-box-media-container {
  margin-top: 0;
  margin-bottom: 10px;
}
.web-feature-box-widget.style-7 .feature-box:hover .feature-box-button * {
  transition-duration: 0.3s;
}
.web-feature-box-widget.style-7 .feature-box:hover .feature-box-button i {
  transform: translateX(10px);
}

.web-client-widget.filter-blur .web-widget-content .client {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.web-client-widget .web-widget-content .client,
.web-client-widget .web-widget-content .client a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.web-client-widget .web-widget-content .client .client-image,
.web-client-widget .web-widget-content .client a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.web-client-widget .web-widget-content .client a {
  flex-direction: column;
  padding: 5px;
}
.web-client-widget .web-widget-content .client .client-image {
  max-width: 100%;
}
.web-animated-number-widget .animated-number {
  padding: 20px;
  position: relative;
  display: flex;
  transition: all 0.3s ease-in-out 0s;
}
.web-animated-number-widget .animated-number .animated-number-desc,
.web-animated-number-widget .animated-number .animated-number-title,
.web-animated-number-widget .animated-number .number,
.web-animated-number-widget .animated-number .number-container {
  transition: all 0.3s ease-in-out 0s;
}
.web-animated-number-widget.style-default .animated-number-number .number {
  display: flex;
  align-items: start;
}
.web-animated-number-widget .animated-number-number .number:after,
.web-animated-number-widget .animated-number-number .number:before {
  font-size: 75%;
  font-weight: 600;
  color: var(--theme-secondary);
}
.articles-item,
.web-animated-number-widget .animated-number,
.web-animated-number-widget .animated-number-content,
.web-animated-number-widget .number-container {
  overflow: hidden;
}
.web-animated-number-widget .animated-number .number-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-animated-number-widget .animated-number .animated-number-title {
  margin-bottom: 0;
}
.web-animated-number-widget .animated-number .animated-number-desc {
  margin-bottom: 0.75rem;
}
.web-animated-number-widget .vertical-counter.text-bg-gradient .vcn,
.web-animated-number-widget .vertical-counter.text-bg-gradient-reverse .vcn {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web-animated-number-widget .vertical-counter.text-bg-gradient .vcn {
  background-image: var(--bg-gradient-primary);
}
.web-animated-number-widget .vertical-counter.text-bg-gradient-reverse .vcn {
  background-image: var(--bg-gradient-primary-reverse);
}
.web-animated-number-widget.style-2 .number:after,
.web-animated-number-widget.style-2 .number:before {
  font-size: 60%;
  font-weight: 700;
  color: var(--theme-primary);
}
.web-animated-number-widget.style-6 .number:after,
.web-animated-number-widget.style-6 .number:before {
  color: var(--theme-primary);
}
.web-animated-number-widget.style-custom .animated-number {
  box-shadow: var(--bs-shadow);
  border: var(--bs-border);
  border-radius: var(--bs-radius);
}
.web-animated-number-widget.style-custom .animated-number.flat {
  background-color: var(--bs-bg);
}
.web-animated-number-widget.style-custom .animated-number.gradient {
  background-image: var(--bs-bg-gradient);
}
.web-animated-number-widget.style-custom .animated-number .animated-number-desc,
.web-animated-number-widget.style-custom
  .animated-number
  .animated-number-title,
.web-animated-number-widget.style-custom
  .animated-number
  .animated-number-title
  a,
.web-animated-number-widget.style-custom .animated-number .number.flat {
  color: var(--bs-color);
}
.web-animated-number-widget.style-custom .animated-number .number.gradient {
  background-image: var(--bs-color-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web-image-widget .web-image-widget-container {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}
.web-image-widget .web-image-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}
.web-image-widget .web-image-widget-container:hover .web-image-widget-overlay {
  opacity: 1;
}
.web-image-widget .web-image-widget-overlay-icon {
  position: absolute;
  color: #fff;
  text-decoration: none;
  display: none;
  width: 36px;
  font-size: 25px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 2;
}
.web-image-widget
  .web-image-widget-container:hover
  .web-image-widget-overlay-icon {
  display: block;
  -webkit-animation: zoomIn 0.2s;
  animation: zoomIn 0.2s;
}
.web-calltoaction-widget .web-widget-button-group .btn {
  margin: 5px;
}
.articles-item {
  position: relative;
  margin-bottom: 15px;
}
.web-content-box-widget .web-contentbox-content p,
.web-content-carousel .articles-item {
  margin-bottom: 0;
}
.articles-item .articles-item-image img {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
  max-height: 150px;
}
.articles-item .articles-item-image {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}
.articles-item:hover .articles-item-image img {
  opacity: 0.6;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.articles-item-image .articles-item-plus-icon,
.articles-item-image .articles-item-round-icon {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.articles-item:hover .articles-item-plus-icon,
.articles.style-2 .articles-item:hover .articles-item-image img,
.news.style-2 .articles-item:hover .articles-item-image img {
  opacity: 1;
}
.articles-item-image .articles-item-round-icon {
  width: 46px;
  height: 46px;
  line-height: 48px;
  border-radius: 100%;
  text-align: center;
  margin-top: 15px;
}
.articles-item:hover .articles-item-round-icon {
  opacity: 1;
  margin-top: 0;
}
.articles.style-1 .articles-item-readmore:hover,
.articles.style-6 .articles-item-readmore:hover,
.news.style-1 .articles-item-readmore:hover {
  padding-left: 15px;
}
.articles.style-2 .articles-item,
.news.style-2 .articles-item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.articles.style-2 .articles-item:hover,
.news.style-2 .articles-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.articles.style-2 .articles-item-image .articles-item-category,
.news.style-2 .articles-item-image .articles-item-category {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  border-radius: 0;
  padding: 15px 20px 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.articles.style-2
  .articles-item:hover
  .articles-item-image
  .articles-item-category,
.news.style-2
  .articles-item:hover
  .articles-item-image
  .articles-item-category {
  box-shadow: none;
}
.articles.style-3 .articles-item-category,
.news.style-3 .articles-item-category {
  display: inline-block;
}
.articles.style-3 .articles-item:hover .articles-item-image img,
.news.style-3 .articles-item:hover .articles-item-image img {
  transform: scale3d(1, 1, 1);
}
.articles.style-3 .articles-item,
.news.style-3 .articles-item {
  overflow: visible;
}
.articles.style-3 .articles-item-image,
.news.style-3 .articles-item-image {
  margin-bottom: 50px;
}
.articles.style-3 .articles-item-details,
.news.style-3 .articles-item-details {
  position: absolute;
  bottom: -50px;
  left: 30px;
  width: calc(100% - 60px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.articles.style-3 .articles-item:hover .articles-item-details,
.news.style-3 .articles-item:hover .articles-item-details {
  transform: translateY(-20px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.articles.style-5 .articles-item-image .articles-item-category,
.news.style-5 .articles-item-image .articles-item-category {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
  background: rgba(23, 23, 23, 0.75);
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-align: center;
  max-width: 70%;
}
.articles.style-5
  .articles-item:hover
  .articles-item-image
  .articles-item-category,
.news.style-5
  .articles-item:hover
  .articles-item-image
  .articles-item-category {
  background: #fff;
  color: #232323;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.articles.style-6 .articles-item,
.news.style-6 .articles-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles.style-6 .articles-item-details,
.articles.style-6 .articles-item-image,
.news.style-6 .articles-item-details,
.news.style-6 .articles-item-image {
  width: 50%;
}
.articles.style-6 .articles-item-details,
.news.style-6 .articles-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articles.style-6 .articles-item .articles-item-category,
.news.style-6 .articles-item .articles-item-category {
  font-size: 11px;
  line-height: 14px;
  box-shadow: 0 0 20px rgba(23, 23, 23, 0.08);
  border-radius: 20px;
  border: 1px solid;
  padding: 6px 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.articles.style-6 .articles-item:hover .articles-item-category,
.news.style-6 .articles-item:hover .articles-item-category {
  box-shadow: 0 0 0 rgba(23, 23, 23, 0.08);
}
.articles.style-6
  .articles-item
  .articles-item-image
  .articles-item-image-overlay,
.news.style-6 .articles-item .articles-item-image .articles-item-image-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.articles.style-6 .articles-item .bg-cover,
.news.style-6 .articles-item .bg-cover {
  background-position: right center !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.articles.style-6 .articles-item:hover .bg-cover,
.news.style-6 .articles-item:hover .bg-cover {
  background-position: left center !important;
}
.articles.style-6
  .articles-item:hover
  .articles-item-image
  .articles-item-image-overlay,
.news.style-6
  .articles-item:hover
  .articles-item-image
  .articles-item-image-overlay {
  opacity: 0.3;
}
.articles.style-7 .articles-item:hover,
.news.style-7 .articles-item:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.articles.style-7 .articles-item:hover .articles-item-image img,
.news.style-7 .articles-item:hover .articles-item-image img {
  opacity: 0.6;
}
.articles.style-7 .articles-item .articles-item-image .articles-item-overlay,
.news.style-7 .articles-item .articles-item-image .articles-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1f232c;
  background: linear-gradient(
    0deg,
    rgba(23, 23, 23, 0.95) 0,
    rgba(23, 23, 23, 0) 88%
  );
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.articles.style-7 .articles-item .articles-item-details,
.news.style-7 .articles-item .articles-item-details {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.articles.style-7 .articles-item-details .articles-item-category,
.news.style-7 .articles-item-details .articles-item-category {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 13px;
  background: rgba(20, 21, 22, 0.7);
  border-radius: 2px;
}
.articles.style-7 .articles-item-details:hover .articles-item-category,
.news.style-7 .articles-item-details:hover .articles-item-category {
  background: #fff;
  color: #232323;
  box-shadow: 0 0 20px rgba(23, 23, 23, 0.2);
}
.articles-item-overlay-image,
.articles.style-8,
.articles.style-8 .articles-item,
.news.style-8,
.news.style-8 .articles-item {
  z-index: 1;
}
.articles.style-8 .articles-item-details,
.news.style-8 .articles-item-details {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  position: relative;
}
.articles.style-8 .articles-item .articles-item-image,
.articles.style-8
  .articles-item
  .articles-item-image
  .articles-item-overlay-image,
.news.style-8 .articles-item .articles-item-image,
.news.style-8 .articles-item .articles-item-image .articles-item-overlay-image {
  transform: scale(1.1, 1.1);
  opacity: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.articles.style-8
  .articles-item
  .articles-item-image
  .articles-item-overlay-image,
.news.style-8 .articles-item .articles-item-image .articles-item-overlay-image {
  z-index: 1;
}
.articles.style-8 .articles-item:hover .articles-item-image,
.articles.style-8
  .articles-item:hover
  .articles-item-image
  .articles-item-overlay-image,
.news.style-8 .articles-item:hover .articles-item-image,
.news.style-8
  .articles-item:hover
  .articles-item-image
  .articles-item-overlay-image {
  transform: scale(1, 1);
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.articles.style-8 .articles-item:hover .articles-item-details *,
.news.style-8 .articles-item:hover .articles-item-details * {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.articles.style-8 .articles-item .articles-item-details .articles-item-date,
.articles.style-8 .articles-item .articles-item-details .articles-item-readmore,
.articles.style-8 .articles-item .articles-item-details .articles-item-title,
.articles.style-8 .articles-item-category,
.news.style-8 .articles-item .articles-item-details .articles-item-date,
.news.style-8 .articles-item .articles-item-details .articles-item-readmore,
.news.style-8 .articles-item .articles-item-details .articles-item-title,
.news.style-8 .articles-item-category {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.articles.style-8 .articles-item-category,
.news.style-8 .articles-item-category {
  border-radius: 2px;
  padding: 6px 13px;
  border: 1px solid;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 5.5rem;
}
.articles.style-8 .articles-item:hover .articles-item-category,
.news.style-8 .articles-item:hover .articles-item-category {
  background: #232323;
  color: #fff !important;
  border-color: #232323 !important;
}
.articles.style-8 .articles-item .articles-item-details .articles-item-title,
.news.style-8 .articles-item .articles-item-details .articles-item-title {
  margin-bottom: 15px;
}
.articles.style-8 .articles-item .articles-item-details .articles-item-date,
.news.style-8 .articles-item .articles-item-details .articles-item-date {
  opacity: 0;
  margin-bottom: -20px;
  transform: scale(1, 0);
}
.articles.style-8
  .articles-item:hover
  .articles-item-details
  .articles-item-date,
.news.style-8 .articles-item:hover .articles-item-details .articles-item-date {
  opacity: 0.75;
  margin-bottom: 15px;
  transform: scale(1, 1);
}
.articles.style-8 .articles-item .articles-item-details .articles-item-readmore,
.news.style-8 .articles-item .articles-item-details .articles-item-readmore {
  opacity: 1;
  transform: scale(1, 1);
}
.articles.style-8
  .articles-item:hover
  .articles-item-details
  .articles-item-readmore,
.news.style-8
  .articles-item:hover
  .articles-item-details
  .articles-item-readmore {
  opacity: 0;
  transform: scale(1, 0);
}
.articles.style-8
  .articles-item:hover
  .articles-item-details
  .articles-item-title,
.news.style-8 .articles-item:hover .articles-item-details .articles-item-title {
  margin-bottom: -20px;
  position: relative;
  z-index: 4;
  color: #fff !important;
}
.articles.style-9 .articles-item-details,
.news.style-9 .articles-item-details {
  line-height: normal;
  padding-left: 30px;
  position: relative;
  top: -1px;
}
.articles.style-9 .articles-item-image,
.news.style-9 .articles-item-image {
  height: auto;
  width: 140px;
  margin-bottom: 0;
}
.web-content-carousel[data-row="yes"] .slick-slide .web-content-carousel-item {
  padding-top: 0 !important;
}
.web-tabs-widget.vertical {
  display: flex;
}
.web-tabs-widget.vertical .nav-tabs {
  flex-shrink: 0;
  flex-direction: column;
}
.web-tabs-widget.vertical .tab-content {
  flex-grow: 1;
  padding: 25px;
}
.web-tabs-widget.style-1 .nav-tabs {
  --bs-nav-link-hover-color: var(--theme-primary);
}
.web-tabs-widget.style-1 .nav-tabs,
.web-tabs-widget.style-2 .nav-tabs,
.web-tabs-widget.style-3 .nav-tabs,
.web-tabs-widget.style-4 .nav-tabs,
.web-tabs-widget.style-7 .nav-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: transparent;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-color: var(--theme-primary);
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-active-border-color: transparent;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-color: var(--text-color);
  --bs-nav-link-disabled-color: var(--bs-gray-500);
}
.web-tabs-widget.style-3 .nav-tabs,
.web-tabs-widget.style-4 .nav-tabs,
.web-tabs-widget.style-7 .nav-tabs {
  --bs-nav-link-hover-color: var(--theme-primary);
}
.web-tabs-widget.dark-container .nav-tabs {
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-link-color: rgba(255, 255, 255, 0.3);
  --bs-nav-link-hover-color: #fff;
}
.web-tabs-widget .nav-tabs > li > a.nav-link .tab-subtitle {
  font-size: 0.75rem;
}
.web-tabs-widget.style-1 .nav-tabs,
.web-tabs-widget.style-2 .nav-tabs,
.web-tabs-widget.style-3 .nav-tabs,
.web-tabs-widget.style-4 .nav-tabs,
.web-tabs-widget.style-5 .nav-tabs,
.web-tabs-widget.style-6 .nav-tabs,
.web-tabs-widget.style-7 .nav-tabs {
  border-bottom-width: 0;
  margin: 2rem 0;
}
.web-tabs-widget.vertical.style-1 .nav-tabs,
.web-tabs-widget.vertical.style-2 .nav-tabs,
.web-tabs-widget.vertical.style-3 .nav-tabs,
.web-tabs-widget.vertical.style-4 .nav-tabs,
.web-tabs-widget.vertical.style-5 .nav-tabs,
.web-tabs-widget.vertical.style-6 .nav-tabs,
.web-tabs-widget.vertical.style-7 .nav-tabs {
  margin: 0;
}
.web-tabs-widget.style-1 .nav-tabs > li.nav-item,
.web-tabs-widget.style-3 .nav-tabs > li.nav-item,
.web-tabs-widget.style-4 .nav-tabs > li.nav-item {
  padding: 0 35px;
}
.web-tabs-widget.style-1 .nav-tabs > li.nav-item:first-child,
.web-tabs-widget.style-3 .nav-tabs > li.nav-item:first-child,
.web-tabs-widget.style-4 .nav-tabs > li.nav-item:first-child,
.web-tabs-widget.style-6 .nav-tabs > li.nav-item:first-child,
.web-tabs-widget.style-7 .nav-tabs > li.nav-item:first-child {
  padding-left: 0;
}
.web-tabs-widget.style-1 .nav-tabs > li.nav-item:last-child,
.web-tabs-widget.style-3 .nav-tabs > li.nav-item:last-child,
.web-tabs-widget.style-4 .nav-tabs > li.nav-item:last-child,
.web-tabs-widget.style-6 .nav-tabs > li.nav-item:last-child,
.web-tabs-widget.style-7 .nav-tabs > li.nav-item:last-child {
  padding-right: 0;
}
.web-tabs-widget.vertical.style-1 .nav-tabs > li.nav-item,
.web-tabs-widget.vertical.style-4 .nav-tabs > li.nav-item {
  padding: 15px 35px;
}
.web-tabs-widget.vertical.style-1 .nav-tabs > li.nav-item:first-child,
.web-tabs-widget.vertical.style-6 .nav-tabs > li.nav-item:first-child,
.web-tabs-widget.vertical.style-7 .nav-tabs > li.nav-item:first-child {
  padding-top: 0;
}
.web-tabs-widget.vertical.style-1 .nav-tabs > li.nav-item:last-child,
.web-tabs-widget.vertical.style-6 .nav-tabs > li.nav-item:last-child,
.web-tabs-widget.vertical.style-7 .nav-tabs > li.nav-item:last-child {
  padding-bottom: 0;
}
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link {
  padding: 0;
}
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link,
.web-tabs-widget.style-2 .nav-tabs > li > a.nav-link,
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link {
  padding: 0;
}
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link:after {
  content: "";
  width: 0;
  height: 4px;
  background: var(--theme-primary);
  position: absolute;
  top: 125%;
  transition-duration: 0.4s;
}
.web-tabs-widget.dark-container.style-1 .nav-tabs > li > a.nav-link:after {
  background-color: #fff;
}
.web-tabs-widget.style-1 .nav-tabs > li.nav-item.show > a.nav-link,
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link.active,
.web-tabs-widget.style-3 .nav-tabs > li.nav-item.show > a.nav-link,
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link.active {
  background-color: transparent;
  border: 0;
}
.web-tabs-widget.style-1 .nav-tabs > li.nav-item.show > a.nav-link:after,
.web-tabs-widget.style-1 .nav-tabs > li.nav-item:hover > a.nav-link:after,
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link.active:after,
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link:hover:after,
.web-tabs-widget.style-7 .nav-tabs .nav-link:hover:after,
.web-tabs-widget.style-7 .nav-tabs .nav-link:hover:before,
.web-tabs-widget.style-7 .nav-tabs > li.nav-item.show > a.nav-link:after,
.web-tabs-widget.style-7 .nav-tabs > li.nav-item.show > a.nav-link:before,
.web-tabs-widget.style-7 .nav-tabs > li > a.nav-link.active:after,
.web-tabs-widget.style-7 .nav-tabs > li > a.nav-link.active:before {
  width: 100%;
}
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link span.tab-titles {
  display: inline-flex;
  flex-direction: column-reverse;
}
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link .tab-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
}
.web-tabs-widget.style-2 .nav-tabs > li > a.nav-link .tab-title {
  margin: 0;
  font-weight: 700;
  line-height: 1;
}
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link .tab-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
}
.web-tabs-widget.style-1 .nav-tabs > li > a.nav-link i {
  margin-right: 5px;
  font-size: 35px;
}
.web-tabs-widget.style-2 .nav-tabs {
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-bg: var(--theme-secondary);
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: var(--theme-primary);
  --bs-nav-link-hover-color: var(--theme-primary);
  --bs-nav-link-disabled-color: var(--bs-gray-300);
}
.web-tabs-widget.style-2 .nav-tabs > li.nav-item {
  padding: 0 15px;
}
.web-tabs-widget.vertical.style-2 .nav-tabs > li.nav-item,
.web-tabs-widget.vertical.style-3 .nav-tabs > li.nav-item {
  padding: 10px 35px 10px 0;
}
.web-tabs-widget.vertical.style-2 .nav-tabs > li.nav-item:first-child {
  padding-top: 0;
}
.web-tabs-widget.vertical.style-2 .nav-tabs > li.nav-item:last-child {
  padding-bottom: 0;
}
.web-tabs-widget.style-2 .nav-tabs > li > a.nav-link {
  flex-direction: column;
  border-radius: var(--bs-border-radius);
  padding: 10px 25px;
  border: 1px solid var(--bs-theme-light-100) !important;
  box-shadow: var(--bs-box-shadow) !important;
  transition-duration: 0.4s;
  background-color: #fff;
}
.web-tabs-widget.style-2 .nav-tabs .nav-item.show .nav-link,
.web-tabs-widget.style-2 .nav-tabs .nav-link.active {
  background-color: var(--bs-nav-tabs-link-active-bg);
  color: var(--bs-nav-tabs-link-active-color);
  border-color: var(--bs-nav-tabs-link-active-bg) !important;
}
.web-tabs-widget.style-2 .nav-tabs > li > a.nav-link span.tab-titles,
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link span.tab-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.web-tabs-widget.style-2 .nav-tabs > li > a.nav-link .tab-title {
  text-transform: none;
  font-size: 1rem;
}
.web-tabs-widget.style-2 .nav-tabs > li > a.nav-link i {
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 30px;
  transition-duration: 0.4s;
}
.web-tabs-widget.style-2 .nav-tabs > li > a.nav-link:hover,
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link:hover i {
  transform: translateY(-5px);
}
.web-tabs-widget.style-2 .tab-content {
  background: #fff;
  padding: 20px;
  box-shadow: var(--bs-box-shadow);
  border-radius: var(--bs-border-radius);
  border: 1px solid var(--bs-theme-light-100);
}
.web-tabs-widget.vertical.style-3 .nav-tabs > li.nav-item:first-child {
  padding-top: 0;
}
.web-tabs-widget.vertical.style-3 .nav-tabs > li.nav-item:last-child {
  padding-bottom: 0;
}
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link {
  flex-direction: column;
}
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link .tab-subtitle {
  display: none;
}
.web-tabs-widget.style-3 .nav-tabs > li > a.nav-link i {
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 35px;
  transition-duration: 0.4s;
}
.web-tabs-widget.style-4 .nav-tabs > li.nav-item {
  border-right: 1px solid var(--bs-gray-400);
}
.web-tabs-widget.style-4 .nav-tabs > li > a.nav-link .tab-title {
  text-transform: uppercase;
  font-weight: 800;
}
.web-tabs-widget.style-4 .nav-tabs > li > a.nav-link .tab-subtitle {
  display: none;
}
.web-tabs-widget.style-4 .nav-tabs > li > a.nav-link i {
  margin-right: 2px;
}
.web-tabs-widget.style-4 .nav-tabs > li.nav-item:last-child,
.web-tabs-widget.vertical.style-4 .nav-tabs > li.nav-item {
  border-right: 0;
}
.web-tabs-widget.vertical.style-4 .nav-tabs > li.nav-item {
  border-bottom: 1px solid var(--bs-gray-400);
}
.web-tabs-widget.vertical.style-4 .nav-tabs > li.nav-item:last-child {
  border-bottom: 0;
}
.web-tabs-widget.vertical.style-4 .tab-content {
  padding: 30px;
  border-left: 1px solid var(--bs-gray-400);
}
.web-tabs-widget.vertical.style-4:not(.dark-container)
  .nav-tabs
  > li.nav-item:hover {
  background-color: var(--bs-light);
}
.web-tabs-widget.dark-container.style-4 .nav-tabs > li.nav-item,
.web-tabs-widget.dark-container.vertical.style-4 .tab-content {
  border-color: rgba(255, 255, 255, 0.3);
}
.web-tabs-widget.style-5 .nav-tabs,
.web-tabs-widget.style-6 .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: var(--bs-light-border-subtle);
  --bs-nav-tabs-link-active-border-color: var(--theme-primary);
  --bs-nav-link-color: var(--text-color);
  --bs-nav-link-hover-color: var(--theme-primary);
}
.web-tabs-widget.style-5 .nav-tabs {
  --bs-nav-tabs-link-hover-border-color: var(--theme-primary);
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: var(--theme-primary);
  --bs-nav-link-bg-color: #fff;
  --bs-nav-tabs-border-radius: 0;
}
.web-tabs-widget.style-5 .nav-tabs .nav-link {
  background-color: var(--bs-nav-link-bg-color);
  border: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  margin-left: calc(-1 * var(--bs-nav-tabs-border-width));
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
}
.web-tabs-widget.style-5 .nav-tabs .nav-link i {
  margin-right: 3px;
}
.web-tabs-widget.style-5 .nav-tabs > li.nav-item.show > a.nav-link,
.web-tabs-widget.style-5 .nav-tabs > li > a.nav-link.active {
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.web-tabs-widget.style-5 .nav-tabs > li > a.nav-link .tab-subtitle {
  display: block;
  margin-top: -5px;
}
.web-tabs-widget.vertical.style-5 .nav-tabs .nav-link {
  margin-left: 0;
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
}
.web-tabs-widget.style-6 .nav-tabs {
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-color: var(--theme-primary);
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-border-radius: 50px;
  --bs-nav-tabs-hover-active-shadow: var(--bs-box-shadow-md);
}
.web-tabs-widget.style-6 .nav-tabs > li.nav-item {
  padding: 0 20px;
}
.web-tabs-widget.style-6 .nav-tabs .nav-link {
  border-radius: var(--bs-nav-tabs-border-radius);
}
.web-tabs-widget.style-6 .nav-tabs .nav-link i,
.web-tabs-widget.style-7 .nav-tabs .nav-link i {
  border-radius: 100%;
  padding: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  transition-duration: 0.4s;
}
.web-tabs-widget.style-6 .nav-tabs .nav-link:hover i,
.web-tabs-widget.style-6 .nav-tabs > li.nav-item.show > a.nav-link i,
.web-tabs-widget.style-6 .nav-tabs > li > a.nav-link.active i {
  background: var(--theme-primary);
  color: #fff;
  transform: translateX(-5px);
}
.web-tabs-widget.style-6 .nav-tabs .nav-link:hover,
.web-tabs-widget.style-6 .nav-tabs > li.nav-item.show > a.nav-link,
.web-tabs-widget.style-6 .nav-tabs > li > a.nav-link.active,
.web-tabs-widget.style-7 .nav-tabs .nav-link:hover,
.web-tabs-widget.style-7 .nav-tabs > li.nav-item.show > a.nav-link,
.web-tabs-widget.style-7 .nav-tabs > li > a.nav-link.active {
  box-shadow: var(--bs-nav-tabs-hover-active-shadow);
  background-color: var(--bs-nav-tabs-link-active-bg);
}
.web-tabs-widget.style-6 .nav-tabs > li > a.nav-link .tab-subtitle {
  display: none;
}
.web-tabs-widget.vertical.style-6 .nav-tabs > li.nav-item {
  padding: 5px 0;
}
.web-tabs-widget.style-7 .nav-tabs {
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-link-hover-border-color: var(--theme-primary) transparent
    var(--theme-primary) transparent;
  --bs-nav-tabs-link-active-border-color: var(--theme-primary) transparent
    var(--theme-primary) transparent;
  border: 1px solid var(--bs-nav-tabs-border-color);
  background-color: #fff;
}
.web-tabs-widget.style-7 .nav-tabs > li.nav-item,
.web-tabs-widget.vertical.style-7 .nav-tabs > li.nav-item {
  padding: 0;
}
.web-tabs-widget.vertical.style-7 .nav-tabs > li.nav-item + li.nav-item {
  border-top: 1px solid var(--bs-nav-tabs-border-color);
}
.web-tabs-widget.style-7 .nav-tabs .nav-link {
  padding: 22px 40px;
  color: var(--bs-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.web-tabs-widget.style-7 .nav-tabs .nav-link:after,
.web-tabs-widget.style-7 .nav-tabs .nav-link:before {
  content: "";
  width: 0;
  height: 5px;
  position: absolute;
  background-color: var(--theme-primary);
  transition-duration: 0.4s;
}
.web-tabs-widget.style-7 .nav-tabs .nav-link:before {
  top: 0;
}
.web-tabs-widget.style-7 .nav-tabs .nav-link:after {
  bottom: 0;
}
.web-tabs-widget.style-7 .nav-tabs .nav-link i {
  background: var(--theme-secondary);
  color: #fff;
}
.web-tabs-widget.style-7 .nav-tabs .nav-link:hover i,
.web-tabs-widget.style-7 .nav-tabs > li.nav-item.show > a.nav-link i,
.web-tabs-widget.style-7 .nav-tabs > li > a.nav-link.active i {
  background: var(--theme-primary);
}
.web-tabs-widget.vertical.style-7 .nav-tabs .nav-link:after,
.web-tabs-widget.vertical.style-7 .nav-tabs .nav-link:before {
  width: 5px;
  height: 0;
}
.web-tabs-widget.vertical.style-7 .nav-tabs .nav-link:before {
  top: auto;
  left: -3px;
}
.web-tabs-widget.vertical.style-7 .nav-tabs .nav-link:after {
  bottom: auto;
  right: -3px;
}
.web-tabs-widget.vertical.style-7 .nav-tabs .nav-link:hover:after,
.web-tabs-widget.vertical.style-7 .nav-tabs .nav-link:hover:before,
.web-tabs-widget.vertical.style-7
  .nav-tabs
  > li.nav-item.show
  > a.nav-link:after,
.web-tabs-widget.vertical.style-7
  .nav-tabs
  > li.nav-item.show
  > a.nav-link:before,
.web-tabs-widget.vertical.style-7 .nav-tabs > li > a.nav-link.active:after,
.web-tabs-widget.vertical.style-7 .nav-tabs > li > a.nav-link.active:before {
  width: 5px;
  height: 100%;
}
.web-tabs-widget.style-7 .nav-tabs .nav-link .tab-titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}
.web-tabs-widget.style-7 .nav-tabs > li > a.nav-link .tab-title {
  text-transform: uppercase;
  font-size: 16px;
}
.web-tabs-widget.style-7 .nav-tabs > li > a.nav-link .tab-subtitle {
  color: var(--bs-gray-500);
  font-size: 14px;
  margin-top: -5px;
  font-weight: 400;
}
.web-tabs-widget.style-default .tab-content {
  background: #fff;
  padding: 30px;
  border: 1px solid var(--bs-border-color);
  border-top-color: transparent;
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.web-tabs-widget.vertical.style-default .nav-tabs {
  border-bottom: 0;
  border-right: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}
.web-tabs-widget.vertical.style-default .nav-tabs .nav-link {
  margin-bottom: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--bs-border-radius);
  margin-right: calc(-1 * var(--bs-nav-tabs-border-width));
  border-bottom-width: 1px;
}
.web-tabs-widget.vertical.style-default .nav-tabs .nav-link:hover,
.web-tabs-widget.vertical.style-default
  .nav-tabs
  > li.nav-item.show
  > a.nav-link,
.web-tabs-widget.vertical.style-default .nav-tabs > li > a.nav-link.active {
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}
.web-tabs-widget.style-default .nav-tabs .nav-link .tab-subtitle {
  display: block;
}
.web-tabs-widget.vertical.style-default .tab-content {
  border: 1px solid var(--bs-border-color);
  border-left-color: transparent;
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}
.web-tabs-widget.style-8 {
  background-color: #fff;
  border: 1px solid var(--bs-theme-light-100);
  box-shadow: var(--bs-box-shadow-md);
  border-radius: var(--bs-border-radius-lg);
}
.web-tabs-widget.style-8 .nav-tabs {
  --bs-nav-link-color: var(--theme-secondary);
  --bs-nav-tabs-border-width: 0;
  --bs-nav-link-hover-color: var(--theme-secondary);
  --bs-nav-tabs-link-active-color: var(--theme-secondary);
  --bs-nav-link-padding-y: 1rem;
  border-bottom: 1px solid var(--bs-theme-light-100);
}
.web-tabs-widget.style-8 .tab-content {
  padding: 20px;
}
.web-tabs-widget.style-8 .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  font-weight: 800;
  position: relative;
}
.web-tabs-widget.style-8 .nav-tabs .nav-link i.subtitle {
  font-size: 2rem;
}
.web-tabs-widget.style-8 .nav-tabs .nav-link.active i {
  color: var(--theme-primary);
}
.web-tabs-widget.style-8 .nav-tabs .nav-link .tab-titles {
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 1.25;
  padding-left: 0.25rem;
}
.web-tabs-widget.style-8 .nav-tabs > li > a.nav-link .tab-subtitle {
  font-weight: 400;
  font-size: 0.7rem;
}
.web-tabs-widget.style-8 .nav-tabs .nav-link:after {
  content: "";
  width: 0;
  height: 5px;
  background: var(--theme-primary);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 15px;
  transition: var(--transition-default);
  border-radius: 10px;
}
.web-tabs-widget.style-8 .nav-tabs .nav-link.active:after,
.web-tabs-widget.style-8 .nav-tabs .nav-link:hover:after {
  width: 50%;
}
.web-accordion-widget .accordion-button {
  text-decoration: none;
}
.web-accordion-widget.style-1 .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-icon-transform: none;
}
.web-accordion-widget.style-1 .accordion-body,
.web-accordion-widget.style-1 .accordion-button {
  padding-left: 0;
  padding-right: 0;
}
.web-accordion-widget.style-1 .accordion-button:not(.collapsed),
.web-accordion-widget.style-2 .accordion-button:not(.collapsed) {
  font-weight: 600;
}
.web-accordion-widget.style-1 .accordion-header {
  border-bottom: 1px solid var(--bs-border-color);
}
.web-accordion-widget.style-1 .accordion-button::after {
  content: "+";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.web-accordion-widget.style-1 .accordion-button:not(.collapsed)::after,
.web-accordion-widget.style-2 .accordion-button:not(.collapsed)::after {
  content: "";
}
.web-accordion-widget.style-2 .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-icon-transform: none;
  counter-reset: section;
  position: relative;
}
.web-accordion-widget.style-2 .accordion:before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--theme-secondary);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 17px;
  display: block;
}
.web-accordion-widget.style-2 .accordion-button {
  padding-left: 50px;
  padding-right: 0;
}
.web-accordion-widget.style-2 .accordion-button::after,
.web-accordion-widget.style-4 .accordion-button::after {
  content: "+";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.web-accordion-widget.style-2 .accordion-body {
  padding-left: 50px;
  padding-right: 0;
  position: relative;
}
.web-accordion-widget.style-2 .no-icon .accordion-button:before,
.web-accordion-widget.style-2 .with-icon .accordion-icon {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid var(--theme-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px !important;
  position: absolute;
  left: 0;
  box-shadow: 0 0 0 3px #fff;
  font-weight: 700;
}
.web-accordion-widget.style-2 .no-icon .accordion-button:before {
  counter-increment: section;
  content: counter(section);
}
.web-accordion-widget.style-3 .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-bg: #fff;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  counter-reset: section;
  position: relative;
}
.web-accordion-widget.style-3 .accordion-item {
  margin-bottom: 10px;
  box-shadow: var(--bs-box-shadow-sm);
  border-radius: 30px !important;
}
.web-accordion-widget.style-3 .accordion-button {
  padding-left: 60px;
}
.web-accordion-widget.style-3 .accordion-body {
  position: relative;
}
.web-accordion-widget.style-3 .no-icon .accordion-button:before,
.web-accordion-widget.style-3 .with-icon .accordion-icon {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: var(--theme-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px !important;
  position: absolute;
  left: 10px;
  font-weight: 700;
  color: #fff;
}
.web-accordion-widget.style-3 .no-icon .accordion-button:before {
  counter-increment: section;
  content: counter(section);
}
.web-accordion-widget.style-4 .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: var(--text-color);
  --bs-accordion-active-bg: var(--theme-primary);
  --bs-accordion-btn-color: #fff;
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-icon-transform: none;
  counter-reset: section;
  position: relative;
}
.web-accordion-widget.style-4 .accordion-item {
  margin-bottom: 10px;
}
.web-accordion-widget.style-4 .accordion-button {
  padding-left: 60px;
  border-radius: var(--bs-accordion-border-radius);
}
.web-accordion-widget.style-4 .accordion-body {
  position: relative;
}
.web-accordion-widget.style-4 .no-icon .accordion-button:before,
.web-accordion-widget.style-4 .with-icon .accordion-icon {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: var(--theme-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px !important;
  position: absolute;
  left: 10px;
  font-weight: 700;
  color: #fff;
}
.web-accordion-widget.style-4 .no-icon .accordion-button:not(.collapsed):before,
.web-accordion-widget.style-4
  .with-icon
  .accordion-button:not(.collapsed)
  .accordion-icon {
  background: var(--text-color);
}
.web-accordion-widget.style-4 .no-icon .accordion-button:before {
  counter-increment: section;
  content: counter(section);
}
.web-accordion-widget.style-4 .accordion-button:not(.collapsed)::after,
.web-accordion-widget.style-5 .accordion-button:not(.collapsed)::after {
  content: "";
}
.web-accordion-widget.style-5 .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-icon-transform: none;
}
.web-accordion-widget.style-5 .accordion-body,
.web-accordion-widget.style-5 .accordion-button {
  padding-left: 0;
  padding-right: 0;
}
.web-accordion-widget.style-5 .accordion-button:not(.collapsed) {
  font-weight: 600;
}
.web-accordion-widget.style-5 .accordion-header {
  border-bottom: 1px solid var(--text-color);
  position: relative;
}
.web-accordion-widget.style-5 .accordion-header:before {
  position: absolute;
  left: 0;
  width: 100px;
  height: 3px;
  background: var(--theme-primary);
  bottom: -2px;
  border-radius: 5px;
  content: "";
}
.web-accordion-widget.style-5 .accordion-button::after {
  content: "+";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body.sticky-header .ctHeader {
  top: 75px;
}
.web-banner-widget .web-banner-overlay {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.web-banner-widget.overlay-color .web-banner-overlay {
  background: var(--bs-bg-overlay-color);
}
.web-banner-widget.overlay-color:hover .web-banner-overlay {
  background: var(--bs-bg-overlay-hover-color);
}
.web-banner-widget.overlay-gradient .web-banner-overlay {
  background: var(--bs-bg-overlay-gradient);
}
.web-banner-widget.overlay-gradient:hover .web-banner-overlay {
  background: var(--bs-bg-overlay-hover-gradient);
}
.web-banner-widget.style-1 figure,
.web-banner-widget.style-default figure {
  position: relative;
  overflow: hidden;
}
.web-banner-widget.style-default .web-banner-content .web-banner-icon {
  transform: scale(1);
  transform-origin: left;
  transition: all 0.5s ease-in-out;
}
.web-banner-widget.style-default
  figcaption:hover
  .web-banner-content
  .web-banner-icon {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}
.web-banner-widget.style-default .web-banner-hover-action {
  opacity: 0;
  position: absolute;
  bottom: -25px;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.web-banner-widget.style-default .web-banner-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 75px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.web-banner-widget.style-default figcaption:hover .web-banner-hover-action {
  opacity: 1;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
.web-banner-widget.style-default figure img {
  transition-duration: 2s;
}
.web-banner-widget.style-default figure:hover img {
  transform: scale(1.4);
  transition-duration: 4s;
}
.web-banner-widget.style-default figure:hover .web-banner-overlay {
  transition: all 0.5s ease-in-out;
}
.web-banner-widget.style-1 * {
  transition: all 0.4s ease-in-out;
}
.web-banner-widget.style-1 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.web-banner-widget.style-1 figcaption .web-banner-hover-content {
  opacity: 0;
  visibility: hidden;
  margin-bottom: -40px;
}
.web-banner-widget.style-1 figure figcaption .web-banner-description {
  opacity: 0;
  min-height: 50px;
  height: 50px;
  overflow: hidden;
  transition: opacity 0.2s, transform 0.35s;
  transform: translate3d(0, 25px, 0);
}
.web-banner-widget.style-1 figure:hover figcaption .web-banner-description {
  height: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 50ms;
  transition-duration: 0.35s;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.web-banner-widget.style-1 figure:hover figcaption .web-banner-content {
  transform: translateY(-40px);
}
.web-banner-widget.style-1 figure:hover figcaption .web-banner-hover-content {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.web-banner-widget.style-1 figcaption .web-banner-icon {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  transform-origin: bottom;
}
.web-banner-widget.style-1 figure:hover figcaption .web-banner-icon {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 50px);
}
.web-banner-widget.style-2 * {
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.web-banner-widget.style-2 {
  position: relative;
  overflow: hidden;
}
.web-banner-widget.style-2 .web-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(calc(100% - 130px));
}
.web-banner-widget.style-2:hover .web-banner-content {
  transform: translateY(0);
}
.web-banner-widget.style-2 .web-banner-content .web-banner-description {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.web-banner-widget.style-2:hover .web-banner-content .web-banner-description {
  opacity: 1;
  visibility: visible;
}
.web-banner-widget.style-2 .web-banner-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.web-banner-widget.style-2 .web-banner-content-overlay {
  position: absolute;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  height: 0;
  z-index: -1;
}
.web-banner-widget.style-2.overlay-color .web-banner-image-overlay {
  background: var(--bs-bg-overlay-color);
}
.web-banner-widget.style-2.overlay-color:hover .web-banner-content-overlay {
  background: var(--bs-bg-overlay-hover-color);
}
.web-banner-widget.style-2.overlay-gradient .web-banner-image-overlay {
  background: var(--bs-bg-overlay-gradient);
}
.web-banner-widget.style-2.overlay-gradient:hover .web-banner-content-overlay {
  background: var(--bs-bg-overlay-hover-gradient);
}
.web-banner-widget.style-2:hover .web-banner-content-overlay {
  height: 100%;
}
.web-banner-widget.style-2 .web-banner-icon-link {
  transform: translateY(0);
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.web-banner-widget.style-2:hover .web-banner-icon-link {
  opacity: 0;
  transform: translateY(100%);
}
.web-banner-widget.style-3 * {
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.web-banner-widget.style-3 {
  position: relative;
  overflow: hidden;
}
.web-banner-widget.style-3 .web-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(calc(100% - 130px));
}
.web-banner-widget.style-3:hover .web-banner-content {
  transform: translateY(0);
}
.web-banner-widget.style-3 .web-banner-content .web-banner-description {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 15px;
}
.web-banner-widget.style-3:hover .web-banner-content .web-banner-description {
  opacity: 1;
  visibility: visible;
}
.web-banner-widget.style-3 .web-banner-icon-link {
  transform: translateY(0);
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.web-banner-widget.style-3:hover .web-banner-icon-link {
  transform: translateY(100%);
  left: calc(100% - 50px);
}
.web-campaign-widget.style-default .campaign-icon {
  width: 80px;
  height: 80px;
}
.web-carouselslider-widget .carousel-item.custom-height img {
  object-fit: cover;
  height: 100%;
}
.web-carouselslider-widget .carousel-indicators.carousel-thumb {
  bottom: -5px;
}
.web-carouselslider-widget .carousel-indicators.carousel-thumb button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  border: 2px solid var(--theme-primary);
}
.web-carouselslider-widget
  .carousel-indicators.carousel-thumb
  button:not(.active) {
  opacity: 0.5;
  border-color: transparent;
}
.web-carouselslider-widget.vertical-center .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.web-carouselslider-widget .carousel-caption h2 {
  font-size: 40px;
  font-weight: 700;
}
.page-inner-nav {
  position: relative;
}
.page-inner-nav.nav-fixed {
  z-index: 1999;
}
.page-inner-nav.nav-fixed.has-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}
.page-inner-nav .nav .nav-link {
  position: relative;
  color: var(--link-color);
  background-color: var(--background-color);
  font-weight: 600;
  font-size: 0.9rem;
}
.page-inner-nav .nav .nav-item.active .nav-link,
.page-inner-nav .nav .nav-link:hover {
  color: var(--link-color-hover);
  background-color: var(--background-color-hover);
}
.page-inner-nav .nav .nav-item.active .nav-link > i,
.page-inner-nav .nav .nav-link:hover > i {
  color: var(--icon-color-hover);
}
.page-inner-nav .nav:not(.list-group) .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 3px;
  background: var(--theme-primary);
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: var(--transition-default);
}
.page-inner-nav .nav:not(.list-group) .nav-item .nav-link:hover:before,
.page-inner-nav .nav:not(.list-group) .nav-item.active .nav-link:before,
.page-inner-nav .nav:not(.list-group) .nav-item.active-first .nav-link:before {
  width: 100%;
  height: 3px;
  background: var(--theme-primary);
}
.page-inner-nav.nav-menu.nav-center .nav {
  justify-content: center;
}
.page-inner-nav.nav-menu.nav-end .nav {
  justify-content: end;
}
.page-inner-nav.nav-menu.nav-start.nav-seperate .nav-item:last-child {
  margin-left: auto;
}
.page-inner-nav.nav-menu.nav-end.nav-seperate .nav-item:first-child {
  margin-right: auto;
}
.page-inner-nav.nav-list .nav {
  --bs-list-group-active-color: inherit;
  --bs-list-group-active-bg: #fff;
  --bs-list-group-active-border-color: inherit;
  --bs-list-group-item-padding-y: 0px;
}
.web-main-section,
.web-section {
  padding: 20px 0;
  position: relative;
  float: none;
  clear: both;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}
.web-main-section::after,
.web-section::after {
  display: block;
  clear: both;
  content: "";
  /*! background-color: rgba(0, 0, 0, 0.5); */
}
.col-heading-center .web-column-title,
.row-heading-center .web-section-title {
  text-align: center;
}
.web-section-title {
  margin-bottom: 30px;
}
.web-section-title-heading {
  font-weight: 700;
  margin-bottom: 10px;
}
.web-column-title-heading b,
.web-section-title-heading b {
  color: var(--theme-secondary);
  font-weight: inherit;
}
.web-section-title-subheading {
  font-size: 18px;
  font-weight: 300;
}
.web-column-title {
  margin-bottom: 20px;
}
.web-column-title-heading {
  font-weight: 500;
}
.web-column-title-subheading {
  font-size: 13px;
  font-weight: 300;
}
.col_73fe {
    margin-top: 10% !important;
}

.hizmet{
  width: 60px;
  height: 50px;
  display: block;
  margin-right: 10px;
}

.acikkaynak-label{
--bs-ribbon-margin: 0.25rem;
  --bs-ribbon-border-radius: ;
  --bs-ribbon-color: #fff;
  top: 0px;
  right: calc(-1 * var(--bs-ribbon-margin));
  z-index: 1;
  padding:
0.25rem 0.75rem;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 100px;
width: 97px;
border-radius: 6px !important;
position: absolute;
right: 0px;
font-size: 11px;
font-weight: 500;
background-color: #0bd82c;
color: #fff;
font-family: Gilroy;
display: none !important;
 } 
 
.populer{
  border:1px solid #CFDDF4 !important;
  border-radius: 6px;
  background: white !important;
}
.anasayfaurunler{
  padding:
50px 0 50px 0;
  background: #f2fdff40;
}
.old-price {
  color: #aba4a4;
  font-size: 14px;
  font-weight: 500;
  text-decoration:line-through;
  margin-right:10px;
}
.price-new {
  letter-spacing: -0.5px;
  font-size: 20px !important;
  /*! color: #ea222f; */
  font-weight: 600 !important;
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
  font-weight: 500;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 5px !important;
  padding-left: 5px !important;
  margin-top: var(--bs-gutter-y);
}
@media screen and (max-device-width: 480px) and (orientation: portrait){
.hizmet{
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 10px;
}
}	

.client-image {
	
	border:
1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  background:
white;
  padding:
20px;
	border-radius: 12px;
}
	
 .client-carousel {
            width: 100%;
            margin: 0 auto;
        }
        .client {
            padding: 10px;
            text-align: center;
        }
        .client-image {
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            height: 160px;
            width: 250px;
            object-fit: contain;
        }
        /* Optional: Add additional styling as needed */
        .slick-slide {
            opacity: 0.7;
            transition: all 0.3s ease;
        }
        .slick-center {
            opacity: 1;
            transform: scale(1.08);
        }
		.sepetyazi {
          position: relative;
          top: -1px;
          font-size: 14px;
          font-weight: 600;
          display: none !important;
        }
		.ebultenbuton {
         background:
#000000de !important;
  color: white !important;
  font-size: 15px !important;
  padding:
10px 20px !important;
  font-weight: 600 !important;

        }
.foot-info {
 margin-right: 10%;

 font-size: 15px;
        }
		.footer {
			background-image: url(footerarkaplan.png);
			
		}
		.musteriler {
		background:
url(refarkaplan.png)no-repeat left bottom,
url(daire.png)no-repeat right center;
    background-size: auto, auto;
  background-size: auto,auto;
  }
  .btn-iletisim:hover {
  background-color: var(--theme-primary);
  text-align: center;
  padding-top: 7px;
  color: white !important;
  font-size: 15px;
}

  .hero {
            position: relative;
            width: 100%;
            height: 60vh;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #191919;
            padding: 0 20px;
        }
        
        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            width: 100%;
        }
        
        .hero-tagline {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            font-weight: 400;
            color: white;
        }
        
        .hero-title {
            font-size: 29px;
            font-weight: bold;
            margin-bottom: 2rem;
            color: white;
        }
        
        .hero-description {
            font-size: 1rem;
            margin-bottom: 2rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            color: white;
            font-weight: 600;
        }
        
        .search-container {
            display: flex;
            max-width: 900px;
            width: 100%;
            margin: 0 auto;
        }
        
        .search-input {
            flex: 1;
            padding: 15px 20px !important;
            border: none;
            font-size: 1rem;
            border-radius: 4px 0 0 4px !important;
        }
        
        .search-button {
            padding: 15px 25px;
            background-color: #e8eaee;
            color: #191919;
            border: none;
            font-size: 14px;
            cursor: pointer;
            border-radius: 0 4px 4px 0;
            letter-spacing: -0.5px;
            font-weight: 500;
        }
        
        .member-count {
            position: relative;
            z-index: 2;
            margin-top: 2rem;
            font-size: 1rem;
        }
		
		  .subheading {
            color: #444;
            font-size: 18px;
            margin-bottom: 40px;
        }
        
        .search-container {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            display: flex;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 5px;
            overflow: hidden;
        }
        
        .search-input {
            flex-grow: 1;
            padding: 15px 20px;
            border: none;
            font-size: 16px;
            position: relative;
        }
        
        .search-button {
            background-color: #444;
            color: white;
            border: none;
            padding: 13px 30px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
            height: 50px;
        }
        
        .search-button:hover {
            background-color: #222;
        }
        
        .rotating-text {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
            color: #000;
            pointer-events: none;
            display: inline-block;
        }
        
        /* Yazı girildiğinde dönen metni gizle */
        .search-input:focus + .rotating-text,
        .search-input:not(:placeholder-shown) + .rotating-text {
            display: none;
        }
        
        /* Placeholder'ı gizle */
        .search-input::placeholder {
            color: transparent;
        }
		
		.navi {
			
			padding:
25px 0;
  position: relative;
  /*! background-attachment: scroll; */
  /*! background-repeat: no-repeat; */
  /*! background-position:
center; */
  /*! background-size: cover; */
  color: #fff;
  font-size: 12px;
		}
		.navi::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--text-color-rgb),1);
  z-index: 0;
}

		.baslik {
  color: white;
  display: block;
  position: relative;
  font-size: 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;

  padding-right: var(--bs-breadcrumb-item-padding-x) !important;

  color: rgba(255, 255, 255, 0.75) !important;

  content: var(--bs-breadcrumb-divider, "/") !important;

}

		.sayfadetay {
  padding: 10px;
}
		.sayfaust {
padding:
50px 0;
  position: relative;
  float: none;
  clear: both;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position:
center;
}
.formarka {
  background-color:  #f7f7f7; !important;
}
.iletisimmetin {
  margin-bottom:40px;
}
.form-control::placeholder {
  color: #b1c0d7 !important;
  opacity: 1;
}

label {
  display: inline-block;
  color: #0b1a4a !important;
  font-size: 13px;
  font-weight: 600;
}
.sifreu {
  font-size: 12px;
  font-weight: 600;
  float: right;
  margin-bottom: 10px;
}
.sifreu {
  font-size: 12px;
  font-weight: 600;
  float: right;
  margin-bottom: 10px;
}

.kategorititle {
  font-size: 21px;
  font-weight: 500;

}

.siralama {
  width: 206px;
  font-size: 12px !important;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;

  z-index: 99;
  font-weight: 500;
}
.card-body {
  flex:
1 1 auto;
  padding:
0px !important;
  color: var(--bs-card-color);
}
	


@media screen and (max-device-width: 480px) and (orientation: portrait){
	
	
.sayfadetay {
  padding:
10px;
}

.siralama {
  width: 100%;
  font-size: 12px !important;
  float: right;
  position: relative;
  right: 10px;
  top: 2px;
  z-index: 99;
  font-weight: 500;
}
.footer, .footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
}


.lisansli-label {
  --bs-ribbon-margin: 0.25rem;
  --bs-ribbon-border-radius: ;
  --bs-ribbon-color: #fff;
  top: 0.75rem;
  right: calc(-1 * var(--bs-ribbon-margin));
  z-index: 1;
  padding:
0.25rem 0.75rem;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 100px;
  width: 97px;
  border-radius:
6px !important;
  position: absolute;
  right: 12px;
  font-size: 11px;
  font-weight: 500;
  background-color: #ee7d7d40;
  color: #ca001c;
}		

.ebulteninput {
padding-left: 40px !important;
  font-size: 16px !important;
}	
	
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -5px, 0) scale(0.95);
        transform: translate3d(0, -5px, 0) scale(0.95)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -5px, 0) scale(0.95);
        transform: translate3d(0, -5px, 0) scale(0.95)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }
}

@-webkit-keyframes scale-in {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
        transform: translate3d(0, 0, 0) scale(0.85)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }
}

@keyframes scale-in {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0.85);
        transform: translate3d(0, 0, 0) scale(0.85)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }
}

@-webkit-keyframes slide-in {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.notification-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999999999;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.notification-wrapper-tc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notification-wrapper-tr {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.notification-wrapper-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.notification-wrapper-center .notification {
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: scale-in .15s ease-out;
    animation: scale-in .15s ease-out
}

.notification-wrapper-center .notification.fade-out {
    opacity: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9)
}

.notification-wrapper-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notification-wrapper-bottom .notification {
    -webkit-animation: slide-in .15s ease-out;
    animation: slide-in .15s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.notification-wrapper-bottom .notification.fade-out {
    opacity: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0)
}

.notification {
    position: relative;
    background-color: white;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-animation: fade-in .2s ease-out;
    animation: fade-in .2s ease-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: inherit
}

.notification.fade-out {
    opacity: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none
}

.notification.removed {
    -webkit-transition: margin-top 0s;
    transition: margin-top 0s
}

.notification-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.notification-content img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.notification-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.notification-title:empty {
    margin: 0
}

.notification-buttons {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.notification-buttons a::before {
    margin-right: 5px
}

.notification-buttons a::after {
    margin-left: 5px
}

.notification-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out
}

.notification-close::before {
    /*! position: absolute; */
    /*! top: 50%; */
    /*! left: 50%; */
    /*! -webkit-transform: translate(-50%,-50%); */
    /*! transform: translate(-50%,-50%) */
}

.module-notification {
    width: 100%
}

.module-notification .notification-content {
    display: block
}

.module-notification .notification-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.module-notification .notification-close::before {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
    transform: none
}

.notification-cart.notification {
	max-width: 500px;
	padding: 10px;
	background: rgba(250, 250, 250, 1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(240, 242, 245, 1);
	border-radius: 5px;
	box-shadow: 0 0 100px 1110px rgba(51, 51, 51, 0.4);
}

.notification-cart .notification-close {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: 5px
}

.notification-cart .notification-close::before {
	/*! content: '\e91a' !important; */
	/*! font-family: icomoon !important; */
	/*! font-size: 20px */
}

.notification-cart .notification-close.btn,
.notification-cart .notification-close.btn:visited {
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	text-transform: none;
	background: none !important;
}

.notification-cart .notification-close.btn:hover {
	color: #f26725 !important;
	background: none !important
}

.notification-cart .notification-close.btn {
	background: none;
	border-style: none;
	padding: 3px;
	box-shadow: none
}

.notification-cart .notification-close.btn:active,
.notification-cart .notification-close.btn:hover:active,
.notification-cart .notification-close.btn:focus:active {
	background: none !important;
	box-shadow: none
}

.notification-cart .notification-close.btn:focus {
	background: none;
	box-shadow: none
}

.desktop .notification-cart .notification-close.btn:hover {
	box-shadow: none
}

.notification-cart .notification-close.btn.btn.disabled::after {
	font-size: 20px
}

.notification-cart img {
	display: block;
	margin-right: 10px;
	border-width: 0.5px;
	border-radius: 5px
}

.notification-cart .notification-title {
	/*! font-family: 'Source Sans Pro'; */
	/*! font-weight: 700; */
	/*! color: rgba(51, 51, 51, 1); */
	/*! text-align: left; */
	/*! text-transform: capitalize */
}

.notification-cart .notification-text a {
	/*! font-family: 'Source Sans Pro'; */
	/*! font-weight: 400; */
	color: #ea222f;
	/*! text-decoration: none */
	font-size: 13px;
	font-weight: 600;
}

.notification-cart .notification-buttons {
	display: flex;
	padding: 10px;
	margin: -10px;
	margin-top: 5px
}

.notification-cart .notification-view-cart.btn,
.notification-cart .notification-view-cart.btn:visited {
}

.notification-cart .notification-view-cart.btn {
	background: #f26725;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 5px !important;
	min-height: 40px;
	max-height: 40px;
	text-align: center;
	color: white;
	background: #ea222f !important;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
}

.notification-cart .notification-view-cart.btn:active,
.notification-cart .notification-view-cart.btn:hover:active,
.notification-cart .notification-view-cart.btn:focus:active {
	background: rgba(80, 173, 85, 1) !important
}

.notification-cart .notification-view-cart.btn:hover,
.notification-cart .notification-view-cart.btn:active:hover {
	border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-view-cart.btn.btn.disabled::after {
	font-size: 20px
}

.notification-cart .notification-view-cart {
	/*! display: inline-flex; */
	flex-grow: 1;
}

.notification-cart .notification-checkout.btn,
.notification-cart .notification-checkout.btn:visited {
	/*! font-family: 'Source Sans Pro'; */
	/*! font-weight: 700; */
	/*! font-size: 14px; */
	/*! text-transform: capitalize */
}

.notification-cart .notification-checkout.btn {
	background: rgba(42, 184, 88, 1);
	border-width: 1px;
	border-color: rgba(255, 255, 255, 1);
	padding: 8px;
	border-radius: 5px !important;
	min-height: 40px;
	max-height: 40px;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	background: #727171 !important;
}

.notification-cart .notification-checkout.btn:hover {
	background: rgba(44, 160, 82, 1) !important
}

.notification-cart .notification-checkout.btn:hover,
.notification-cart .notification-checkout.btn:active:hover {
	border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-checkout.btn.btn.disabled::after {
	font-size: 20px
}

.notification-cart .notification-checkout {
	/*! display: inline-flex; */
	flex-grow: 1;
	margin-left: 10px
}

.notification-cart .notification-checkout::after {
}

.notification-wishlist.notification {
	max-width: 500px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	box-shadow: 0 15px 90px -10px rgba(0, 0, 0, 0.2);
	color: rgba(105, 105, 115, 1)
}

.notification-wishlist .notification-close {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-top: 5px
}

.notification-wishlist .notification-close::before {

}

.notification-wishlist .notification-close.btn,
.notification-wishlist .notification-close.btn:visited {
	font-size: 12px;
	color: rgba(51, 51, 51, 1);
	text-transform: none
}

.notification-wishlist .notification-close.btn:hover {
	color: #f26725 !important;
	background: none !important
}

.notification-wishlist .notification-close.btn {
	background: none;
	border-style: none;
	padding: 3px;
	box-shadow: none
}

.notification-wishlist .notification-close.btn:active,
.notification-wishlist .notification-close.btn:hover:active,
.notification-wishlist .notification-close.btn:focus:active {
	background: none !important;
	box-shadow: none
}

.notification-wishlist .notification-close.btn:focus {
	background: none;
	box-shadow: none
}

.desktop .notification-wishlist .notification-close.btn:hover {
	box-shadow: none
}

.notification-wishlist .notification-close.btn.btn.disabled::after {
	font-size: 20px
}

.notification-wishlist img {
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
	border-width: 0.5px;
	border-radius: 8px
}

.notification-wishlist .notification-title {
	color: rgba(51, 51, 51, 1)
}

.notification-wishlist .notification-buttons {
	display: flex;
	padding: 10px;
	margin: -10px;
	margin-top: 5px
}

.notification-wishlist .notification-view-cart.btn,
.notification-wishlist .notification-view-cart.btn:visited {
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	text-transform: uppercase
}

.notification-wishlist .notification-view-cart.btn:hover {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important
}

.notification-wishlist .notification-view-cart.btn:active,
.notification-wishlist .notification-view-cart.btn:hover:active,
.notification-wishlist .notification-view-cart.btn:focus:active {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-wishlist .notification-view-cart.btn:focus {
	color: rgba(255, 255, 255, 1) !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-wishlist .notification-view-cart.btn {
	background: rgba(80, 173, 85, 1);
	border-width: 2px;
	padding: 15px;
	padding-right: 20px;
	padding-left: 20px
}

.desktop .notification-wishlist .notification-view-cart.btn:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
}

.notification-wishlist .notification-view-cart.btn.btn.disabled::after {
	font-size: 20px
}

.notification-wishlist .notification-view-cart {
	display: inline-flex;
	flex-grow: 1
}

.notification-wishlist .notification-view-cart::after {
	content: '\ea9b' !important;
	font-family: icomoon !important;
	color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-checkout.btn,
.notification-wishlist .notification-checkout.btn:visited {

}

.notification-wishlist .notification-checkout.btn:hover {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important
}

.notification-wishlist .notification-checkout.btn:active,
.notification-wishlist .notification-checkout.btn:hover:active,
.notification-wishlist .notification-checkout.btn:focus:active {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-wishlist .notification-checkout.btn:focus {
	color: rgba(255, 255, 255, 1) !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-wishlist .notification-checkout.btn {
	background: rgba(80, 173, 85, 1);
	border-width: 2px;
	padding: 15px;
	padding-right: 20px;
	padding-left: 20px
}

.desktop .notification-wishlist .notification-checkout.btn:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
}

.notification-wishlist .notification-checkout.btn.btn.disabled::after {
	font-size: 20px
}

.notification-wishlist .notification-checkout {
	display: inline-flex;
	flex-grow: 1;
	margin-left: 10px
}

.notification-wishlist .notification-checkout::after {
	content: '\f02b' !important;
	font-family: icomoon !important;
	color: rgba(255, 255, 255, 1);
	margin-left: 5px
}

.notification-compare.notification {
	max-width: 500px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	box-shadow: 0 15px 90px -10px rgba(0, 0, 0, 0.2);
	color: rgba(105, 105, 115, 1)
}

.notification-compare .notification-close {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-top: 5px
}

.notification-compare .notification-close::before {
	content: '\e5cd' !important;
	font-family: icomoon !important;
	font-size: 20px
}

.notification-compare .notification-close.btn,
.notification-compare .notification-close.btn:visited {
	font-size: 12px;
	color: rgba(51, 51, 51, 1);
	text-transform: none
}

.notification-compare .notification-close.btn:hover {
	color: #f26725 !important;
	background: none !important
}

.notification-compare .notification-close.btn {
	background: none;
	border-style: none;
	padding: 3px;
	box-shadow: none
}

.notification-compare .notification-close.btn:active,
.notification-compare .notification-close.btn:hover:active,
.notification-compare .notification-close.btn:focus:active {
	background: none !important;
	box-shadow: none
}

.notification-compare .notification-close.btn:focus {
	background: none;
	box-shadow: none
}

.desktop .notification-compare .notification-close.btn:hover {
	box-shadow: none
}

.notification-compare .notification-close.btn.btn.disabled::after {
	font-size: 20px
}

.notification-compare img {
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
	border-width: 0.5px;
	border-radius: 8px
}

.notification-compare .notification-title {
	color: rgba(51, 51, 51, 1)
}

.notification-compare .notification-buttons {
	display: flex;
	padding: 10px;
	margin: -10px;
	margin-top: 5px
}

.notification-compare .notification-view-cart.btn,
.notification-compare .notification-view-cart.btn:visited {
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	text-transform: uppercase
}

.notification-compare .notification-view-cart.btn:hover {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important
}

.notification-compare .notification-view-cart.btn:active,
.notification-compare .notification-view-cart.btn:hover:active,
.notification-compare .notification-view-cart.btn:focus:active {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-compare .notification-view-cart.btn:focus {
	color: rgba(255, 255, 255, 1) !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-compare .notification-view-cart.btn {
	background: rgba(80, 173, 85, 1);
	border-width: 2px;
	padding: 15px;
	padding-right: 20px;
	padding-left: 20px
}

.desktop .notification-compare .notification-view-cart.btn:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
}

.notification-compare .notification-view-cart.btn.btn.disabled::after {
	font-size: 20px
}

.notification-compare .notification-view-cart {
	display: inline-flex;
	flex-grow: 1
}

.notification-compare .notification-view-cart::after {
	content: '\ea9b' !important;
	font-family: icomoon !important;
	color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-checkout.btn,
.notification-compare .notification-checkout.btn:visited {
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	text-transform: uppercase
}

.notification-compare .notification-checkout.btn:hover {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important
}

.notification-compare .notification-checkout.btn:active,
.notification-compare .notification-checkout.btn:hover:active,
.notification-compare .notification-checkout.btn:focus:active {
	color: rgba(255, 255, 255, 1) !important;
	background: #f26725 !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-compare .notification-checkout.btn:focus {
	color: rgba(255, 255, 255, 1) !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.notification-compare .notification-checkout.btn {
	background: rgba(80, 173, 85, 1);
	border-width: 2px;
	padding: 15px;
	padding-right: 20px;
	padding-left: 20px
}

.desktop .notification-compare .notification-checkout.btn:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
}

.notification-compare .notification-checkout.btn.btn.disabled::after {
	font-size: 20px
}

.notification-compare .notification-checkout {
	display: inline-flex;
	flex-grow: 1;
	margin-left: 10px
}

.notification-compare .notification-checkout::after {
	content: '\f02b' !important;
	font-family: icomoon !important;
	color: rgba(255, 255, 255, 1);
	margin-left: 5px
}


@media screen and (max-device-width: 500px) and (orientation: portrait){
	
  .sozlesme {
    color: black;
    margin-left: 1% !important;
    font-size: 15px !important;
    position: relative !important;
    z-index: 9;
  }	

.populer {
    height: 480px !important;

  }

  
  
.articles{
width:100% !important;	
display: block ruby;
}
.foot-info {
  margin-right: 0px !important;
  font-size: 13px;
}
.footer-menu-links ul.dropdown-menu {
  --bs-dropdown-font-size: var(--body-font-size);
  background:
0 0;
  border:
0;
  padding:
0;
    padding-left: 0px;
  border-radius:
0;
  margin-bottom: 25px;
  position: initial !important;
  transform: translate(0, 0) !important;
  font-size: 20px;
  padding-left: 10px;
}

.footer-menu-links ul.dropdown-menu .dropdown-item::before {
  content: "";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  margin-right: 5px;
  font-size: 15px;
  transition-duration: 0.3s;
}

.web-feature-box-widget{
margin-bottom: 10px;	
}

.row_le0c{
 padding-top: 10px !important;	
}

.anasayfaurunler {

  padding-top: 30px !important;
}
.hero {
  position: relative;
  width: 100%;
  height: 46vh;
  background-size: cover;
  background-position:
center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #191919;
  padding: 0 10px;
  padding-bottom: 0px;
  padding-bottom: 60px;
  margin-bottom:20px;
}
.search-button {
  background-color: #444;
  color: white;
  border:
none;
  padding:
15px 30px;
  cursor: pointer;
  font-size: 12px;
  transition:
background-color 0.3s;
}
.sepetikonu {
  /*! font-size: 21px !important; */
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  border:
none !important;
}
.sepetikonu span {
  font-size: 13px;
  width: 15px;
  height: 15px;
  background:
#f20a0a;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 15px;
  -webkit-border-radius:
100%;
  -moz-border-radius: 100%;
  border-radius:
100%;
  right: 7px;
  top: 4px;
  font-weight: 500;
}

.logo {
  width: 100%;
}

.mobilref {
     width: 50% !important;
}

.flex-column {
  flex-direction: column !important;
  padding: 5px;
}

.primary-box {
  float: left;
  position: relative;
  width: 100%;
  background:
#fff;
  clear: both;
  padding:
0px !important;
  border:
1px solid #f0f0f0 !important;
  display: block !important;
  border-radius:
6px;
}

  #product .pb-right-column {
    padding-right: 10px !important;
    padding-left: 10px !important;
    width: 100% !important;;
    margin-left: 0px !important;
  }

.button-containerx {
  display: flex !important;
  justify-content: flex-start;
  gap:
15px;
  padding: 17px 0;
  width: 98% !important;
  float: right !important;
  position: absolute !important;
  top: 36% !important;
  right: -1% !important;
}
#product .pb-right-column .product-name {
  font-size: 27px;
  margin:
0 0 10px;
    margin-top: 0px;
  margin-top: 80px !important;
}


.details-filter-row {
  display: block!important;
}
.details-filter-row label {
  display: block;
  width: 67px;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 10px;
  width: 100% !important;
  text-align: center;
  font-weight: 600 !important;
}

#product .pb-right-column .form-action .button-group .btn-add-cart {
  height: 42px;
  width: 100% !important;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin:
0 5px 0 0;
    margin-bottom: 0px;
  text-align: center;
  clear: both;
  padding:
0 20px;
  background:
#ea222f;
  border-radius:
4px;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 14px;
  border:
none !important;
  margin-bottom: 6px !important;
}

.lisansli-label {
  --bs-ribbon-margin: 0.25rem;
  --bs-ribbon-border-radius: ;
  --bs-ribbon-color: #fff;
  top: 0.75rem;
  right: calc(-1 * var(--bs-ribbon-margin));
  z-index: 1;
  padding:
0.25rem 0.75rem;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 75px;
  width: 80px;
  border-radius:
6px !important;
  position: absolute;
  right: 12px;
  font-size: 10px;
  font-weight: 500;
  background-color: #ee7d7d40;
  color: #ca001c;
}

.acikkaynak-label {
  --bs-ribbon-margin: 0.25rem;
  --bs-ribbon-border-radius: ;
  --bs-ribbon-color: #fff;
  top: 0.75rem;
  right: calc(-1 * var(--bs-ribbon-margin));
  z-index: 1;
  padding:
0.25rem 0.75rem;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 90px;
  width: 71px;
  border-radius:
6px !important;
  position: absolute;
  right: 11px;
  font-size: 10px;
  font-weight: 500;
  background-color: #9ff0ac40;
  color: #13b105;
  font-family: Gilroy;
}

.notification-cart.notification {
  max-width: 390px !important;
  padding:
10px;
  background:
rgba(250, 250, 250, 1);
  border-width:
1px;
  border-style:
solid;
  border-color:
rgba(240, 242, 245, 1);
  border-radius:
5px;
  box-shadow: 0 0 100px 1110px rgba(51, 51, 51, 0.4);
}
.basket-item {
    overflow:
auto !important;
  }
.basket-item.row2 {
  background:
#fff;
  border-bottom:
1px solid #eee !important;
  display: block;
  height: 100%;
}
.cart-info h3 a {
  color: #919191 !important;
  font-size: 12px !important;
}
.basket-item .cart-qty {
  text-align: center;
  font-size: 12px;
}

#content {
  padding:0px !important;
}

.sepetikonum{
 font-size: 28px !important;
}	
.content {
  padding-bottom: 0px !important;
}
.basket-title div:last-child {
  border:
none;
  display: none;
}

.modal-content {
  background-color: #fefefe;
  margin:
6% auto;
  padding:
20px;
  border:
1px solid #888;
  width: 96% !important;
  position: relative;
  z-index: 999999999999999999;
}

.hero-tagline {
  font-size: 13px !important;
  margin-bottom: 1rem;
  font-weight: 400;
  color: white;
}
.hero-title {
  font-size: 27px !important;
  font-weight: bold;
  margin-bottom: 2rem;
  color: white;
}
.hero-description {
  font-size: 14px !important;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-weight: 600;
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
  position: absolute !important;
  top: 13% !important;
  float: right !important;
  right: 6% !important;
  color: black !important;
}
.client-image {
  border:
1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  background:
white;
  padding:
5px !important;
  border-radius:
6px !important;
}

.mobilde {
  /* width: 53%; */
  /* float: left; */
  display: flex;
  line-height: 100%;
  font-size: 12px !important;
}

}
.fs-6 {
  /*! font-size: 18px !important; */
  margin-top: 10px;
  margin-bottom: 10px;
}
.sepetikonum{
 font-size: 20px;
}	
	
.opacity-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000000 , #2c4a78);
  content: "";
  z-index: -9;
  opacity: .55;
  color: white;
}
.opacity-bg {
  position: relative;
  z-index: 9;
}
#mobmenu {
  top: 5%;
}

.menukapat {display: block;position: absolute;top: 17px !important;width: 27px !important;right: -1%;z-index: 999999;}

.web-software-widget .item-container .item-tags .web-ribbon + .web-ribbon {
  top: 3rem;
}
.web-software-widget .item-image a {
  overflow: hidden;
  border: 0;
  background: #0000006e !important;
  color: white !important;
  font-size: 14px;
}
.web-references-widget .style-2 .card.item-container:hover .item-image-overlay, .web-software-widget .style-1 .card.item-container:hover .item-image-overlay {
  opacity: 1;
}
.web-references-widget .style-2 .item-image-overlay, .web-software-widget .style-1 .item-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--text-color-rgb), 0.8);
  opacity: 0;
  transition-duration: 0.3s;
}
   
    .button-container {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      justify-content: center;
      max-width: 400px;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    .button-container a {
      flex: 1 1 calc(50% - 10px);
      text-align: center;
      text-decoration: none;
      padding: 4px 8px;
      font-weight: 500;
      color: white;
      border-radius: 4px;
      transition: opacity 0.3s ease;
      font-size: 13px;
    }

    .button-container a:hover {
      opacity: 0.85;
    }

    .btn-blue { background-color: #007bff; }
    .btn-purple { background-color: #5f5862; }
    .btn-green { background-color: #07caa4; }
    .btn-red { background-color: #f79a09; }

    @media (max-width: 500px) {
      .button-container a {
        flex: 1 1 100%;
      }
    }
  
