@import "./fonts.css";
:root {
   --ecbz-white: #ffffff;
   --ecbz-white-soft: #f8f8f8;
   --ecbz-gray: #bbbaba14;
   --ecbz-gray-soft: #c5c7c8;
   --ecbz-black: #181818;
   --ecbz-black-soft: #222222;
   --ecbz-primary: #163925;
   --ecbz-primary-rgb: 22, 57, 37;
   --ecbz-primary-light: #00776d;
   --ecbz-primary-light-rgb: rgba(0, 119, 109, 0.18);
   --ecbz-secondary: #bf8840;
   --ecbz-secondary-rgb: rgb(191, 136, 64);
   --ecbz-secondary-light: #efc38b;
   --ecbz-secondary-light-rgb: rgb(239, 195, 139);
   --ecbz-theme-gradient: linear-gradient(to right, var(--ecbz-primary) 0%, var(--ecbz-secondary) 100%);
   --ecbz-theme-gradient-light: linear-gradient(to right, var(--ecbz-primary-light) 0%, var(--ecbz-secondary-light) 100%);

   --ecbz-font-family: 'Roboto', 'Montserrat', 'Quicksand', 'Muli', 'Helvetica Neue', Arial, sans-serif;
   --ecbz-font-size: 0.845rem;
   --ecbz-font-weight: 400;
   --ecbz-font-weight-bold: 700;
   --ecbz-font-weight-bolder: 700;
   --ecbz-line-height: 1.4285714286;
   --ecbz-border-radius: 5px;
   --ecbz-body-color:#252d31;
}

@media (prefers-reduced-motion: no-preference) {
   :root {
      scroll-behavior: smooth;
   }
}
@media (min-width: 1400px) {
   .container {
      max-width: 1140px !important;
   }
}
.row > * {
   position: relative;
}
body {
   font-family: 'Montserrat', 'Quicksand', 'Muli', 'Helvetica Neue', Arial, sans-serif !important;
   /*color: var(--ecbz-body-color);*/
   /*font-size: 15px;*/
   /*font-weight: 400 !important;*/
   /*line-height: 1.5*/
   background-color: var(--ecbz-white) !important;
}
body.modal-open {
   padding-right: 0 !important;
}
body.modal-open .navbar {
   padding-right: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Montserrat", "Quicksand", "Muli", sans-serif !important;
   font-weight: 700;
   line-height: 1.4;
}
h1, .h1 {
   font-size: 36px !important;
}
h2, .h2 {
   font-size: 32px !important;
}
h3, .h3 {
   font-size: 28px !important;
}
h4, .h4 {
   font-size: 20px !important;
}
h5, .h5 {
   font-size: 18px !important;
}
h6, .h6 {
   font-size: 15px !important;
}
p {
   line-height: 1.8;
}
a {
   text-decoration: none;
   outline: none;
}
html {
   scroll-padding-top: 59px;
   scroll-behavior: smooth;
}
blockquote, .blockquote {
   font-size: 18px;
   /*max-width: 700px;*/
   position: relative;
   padding: 24px;
}
.row > * {
   position: relative;
}
.text-primary {
   color: var(--ecbz-primary) !important;
}
.bg-primary {
   background-color: var(--ecbz-primary) !important;
}
.text-secondary {
   color: var(--ecbz-secondary) !important;
}
.bg-secondary {
   background-color: var(--ecbz-secondary) !important;
}
.text-gray {
   color: #f7f8fa !important;
}
.bg-gray {
   background-color: #f7f8fa !important;
}
.text-black {
   color: #000000 !important;
}
.bg-black {
   background-color: #000000 !important;
}
.text-dark {
   color: #25272b !important;
}
.bg-dark {
   background-color: #25272b !important;
}
.bg-soft-dark {
   background-color: rgba(60, 72, 88, 0.1) !important;
   border: 1px solid rgba(60, 72, 88, 0.1) !important;
   color: #3c4858 !important;
}
.bg-soft-dark .border {
   border-color: #3c4858 !important;
}
.bg-light {
   background-color: #f6f6f8 !important;
}
.bg-light-2 {
   background-color: #f7f8fa !important;
}
.text-muted {
   color: #9da9bb !important;
}
.bg-muted {
   background-color: #9da9bb !important;
}
.text-white {
   color: #ffffff !important;
}
.bg-white {
   background-color: #ffffff !important;
}
.text-blue {
   color: #1058df !important;
}
.bg-blue {
   background-color: #1058df !important;
}
.rounded {
   border-radius: 6px !important;
}
.rounded-top {
   border-top-left-radius: 6px !important;
   border-top-right-radius: 6px !important;
}
.rounded-left {
   border-top-left-radius: 6px !important;
   border-bottom-left-radius: 6px !important;
}
.rounded-bottom {
   border-bottom-left-radius: 6px !important;
   border-bottom-right-radius: 6px !important;
}
.rounded-right {
   border-top-right-radius: 6px !important;
   border-bottom-right-radius: 6px !important;
}
.rounded-md {
   border-radius: 10px !important;
}
.rounded-lg {
   border-radius: 30px !important;
}
.border {
   border-color: #e9ecef !important;
}
.border-top {
   border-top-color: #e9ecef !important;
}
.border-bottom {
   border-bottom-color: #e9ecef !important;
}
.border-left {
   border-left-color: #e9ecef !important;
}
.border-right {
   border-right-color: #e9ecef !important;
}
.small, small {
   font-size: 90%;
}
.section {
   /*margin-top: 50px;*/
   padding-top: 80px;
   padding-bottom: 50px;
   position: relative;
}
.section.services .container-fluid {
   max-width: 90%;
}
@media (max-width: 998px) {
   .section {
      /*margin-top: 30px;*/
      padding-top: 50px;
      padding-bottom: 30px;
   }
   .section.services .container-fluid {
      max-width: 100%;
   }
}
.section.section-bg, .section.section-bg.footer, .section-bg {
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: center !important;
   width: 100% !important;
   height: 100% !important;
   position: relative;
   z-index: 0;
   object-fit: cover !important;
   object-position: center !important;
}
.section.footer.bg-light-2,
.section.footer.bg-light-2 .footer-link a,
.section.footer.bg-light-2 .footer-contact a{
   color: #25272b !important;
}
.section.footer {
   margin: 0;
   padding-bottom: 0;
}
.section-bg-fixed, .section.section-bg-fixed, .bg-overlay.section-bg-fixed, .section.section-bg-fixed img {
   background-attachment: fixed !important;
}
.title-heading {
   line-height: 26px;
}
.title-heading .heading {
   font-size: 45px !important;
   letter-spacing: 1px;
}
.title-heading .heading.page-heading {
   font-size: 36px !important;
}
.fs-13 {
   font-size: 13px;
}
.fs-14 {
   font-size: 14px;
}
.fs-15 {
   font-size: 15px;
}
.fs-16 {
   font-size: 16px;
}
.fs-17 {
   font-size: 17px;
}
.fs-18 {
   font-size: 18px;
}
.fs-20 {
   font-size: 20px;
}
.avatar.avatar-ex-sm {
   max-height: 25px;
}
.avatar.avatar-md-sm {
   height: 45px;
   width: 45px;
}
.avatar.avatar-small {
   height: 65px;
   width: 65px;
}
.avatar.avatar-md-md {
   height: 80px;
   width: 80px;
}
.avatar.avatar-medium {
   height: 110px;
   width: 110px;
}
.avatar.avatar-large {
   height: 140px;
   width: 140px;
}
.avatar.avatar-ex-large {
   height: 180px;
   width: 180px;
}
.avatar-md {
   height: auto;
   width: 74px;
}
.icon-size-15 {
   height: 15px;
   width: 15px;
}
.icon-size-15 svg {
   height: 15px !important;
   width: 15px !important;
}
.icon-sm {
   height: 18px;
   width: 18px;
}
.icon-sm svg {
   height: 18px !important;
   width: 18px !important;
}
.icon-xs {
   height: 20px;
   width: 20px;
}
.icon-xs svg {
   height: 20px !important;
   width: 20px !important;
}
.icon-md {
   height: 25px;
   width: 25px;
}
.icon-md svg {
   height: 25px !important;
   width: 25px !important;
}
.icon-lg {
   height: 30px;
   width: 30px;
}
.icon-lg svg {
   height: 30px !important;
   width: 30px !important;
}
.icon-xl {
   height: 35px;
   width: 35px;
}
.icon-xl svg {
   height: 35px !important;
   width: 35px !important;
}
.icon-xxl {
   height: 45px;
   width: 45px;
}
.icon-xxl svg {
   height: 45px !important;
   width: 45px !important;
}
.icon-xxxl {
   height: 60px;
   width: 60px;
}
.icon-xxxl svg {
   height: 60px !important;
   width: 60px !important;
}
.line-height-1_6 {
   line-height: 1.6;
}
.line-height-1_4 {
   line-height: 1.4;
}
.fw-medium {
   font-weight: 500;
}
.fw-semibold {
   font-weight: 600;
}
.box-shadow {
   box-shadow: rgba(0, 0, 0, 0.04) 0 8px 24px;
}
.section .text-muted.details h1,
.section .text-muted.details h2,
.section .text-muted.details h3,
.section .text-muted.details h4,
.section .text-muted.details h5,
.section .text-muted.details h6 {
   color: var(--ecbz-secondary) !important;
   font-weight: bolder !important;
}
.details table {
   width: 100%;
   border-collapse: collapse;
   margin: 1.5rem 0;
   font-size: 0.95rem;
   color: #333;
}
.details th,
.details td {
   border: 1px solid #ddd;
   padding: 10px 12px;
   vertical-align: top;
}
.details th {
   background-color: #f5f7fa;
   font-weight: 600;
   text-align: center;
}
.details tr:hover {
   background-color: #fafafa;
}
.details tbody tr:nth-child(even) {
   background-color: #f9f9f9;
}
.details td p,
.details th p {
   margin: 0;
   color: var(--ecbz-black-soft) !important;
}
.details {
   overflow-x: auto;
}
.details table {
   min-width: 100%;
}
.bg-transparent {
   background-color: transparent !important;
}
.bg-translucent {
   background: rgba(255, 255, 255, 0.15); /* semi-transparent white */
   backdrop-filter: blur(10px);            /* frosted glass blur */
   -webkit-backdrop-filter: blur(10px);    /* Safari support */
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 0.5rem;
}
/* Ensure children stay fully visible */
.bg-translucent * {
   opacity: 1 !important;
   color: var(--ecbz-gray-soft) !important;
   border-color: var(--ecbz-gray-soft) !important;
}
.bg-translucent > input:focus,
.bg-translucent > input:active {
   background-color: var(--ecbz-gray);
}
.home-slider {
   position: relative;
   overflow: hidden;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
   background: var(--ecbz-secondary);
   border-color: var(--ecbz-secondary) !important;
}
/*section, section.section {*/
/*   overflow: hidden !important;*/
/*}*/
.bg-overlay {
   position: absolute;
   background-color: rgba(0, 0, 0, 0.4);
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
}
.bg-overlay-gray {
   position: absolute;
   background-color: #f6f6f8;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.bg-overlay-gradient {
   position: absolute;
   background: var(--ecbz-theme-gradient);
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.bg-overlay-gradient-light {
   position: absolute;
   background: var(--ecbz-theme-gradient-light);
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.section:has(.bg-overlay-gradient) .title,
.section:has(.bg-overlay-gradient-light) .title,
.section:has(.bg-overlay-gradient) .text-muted.details h1,
.section:has(.bg-overlay-gradient-light) .text-muted.details h1,
.section:has(.bg-overlay-gradient) .text-muted.details h2,
.section:has(.bg-overlay-gradient-light) .text-muted.details h2,
.section:has(.bg-overlay-gradient) .text-muted.details h3,
.section:has(.bg-overlay-gradient-light) .text-muted.details h3,
.section:has(.bg-overlay-gradient) .text-muted.details h4,
.section:has(.bg-overlay-gradient-light) .text-muted.details h4,
.section:has(.bg-overlay-gradient) .text-muted.details h5,
.section:has(.bg-overlay-gradient-light) .text-muted.details h5,
.section:has(.bg-overlay-gradient) .text-muted.details h6,
.section:has(.bg-overlay-gradient-light) .text-muted.details h6 {
   color: #000000 !important;
}
.section:has(.bg-overlay-gradient) .text-muted.details p,
.section:has(.bg-overlay-gradient-light) .text-muted.details p {
   color: var(--ecbz-white) !important;
}
.bg-overlay-primary {
   position: absolute;
   background: var(--ecbz-primary);
   /*opacity: 0.85;*/
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.bg-overlay-primary-light {
   position: absolute;
   background: var(--ecbz-primary-light);
   /*opacity: 0.85;*/
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.section:has(.bg-overlay-primary) .title,
.section:has(.bg-overlay-primary-light) .title,
.section:has(.bg-overlay-primary) .text-muted.details h1,
.section:has(.bg-overlay-primary-light) .text-muted.details h1,
.section:has(.bg-overlay-primary) .text-muted.details h2,
.section:has(.bg-overlay-primary-light) .text-muted.details h2,
.section:has(.bg-overlay-primary) .text-muted.details h3,
.section:has(.bg-overlay-primary-light) .text-muted.details h3,
.section:has(.bg-overlay-primary) .text-muted.details h4,
.section:has(.bg-overlay-primary-light) .text-muted.details h4,
.section:has(.bg-overlay-primary) .text-muted.details h5,
.section:has(.bg-overlay-primary-light) .text-muted.details h5,
.section:has(.bg-overlay-primary) .text-muted.details h6,
.section:has(.bg-overlay-primary-light) .text-muted.details h6 {
   color: var(--ecbz-secondary) !important;
}
.section:has(.bg-overlay-primary) .text-muted.details p,
.section:has(.bg-overlay-primary-light) .text-muted.details p {
   color: var(--ecbz-white) !important;
}
.bg-overlay-secondary {
   position: absolute;
   background: var(--ecbz-secondary);
   /*opacity: 0.85;*/
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.bg-overlay-secondary-light {
   position: absolute;
   background: var(--ecbz-secondary-light);
   /*opacity: 0.85;*/
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.section:has(.bg-overlay-secondary) .title,
.section:has(.bg-overlay-secondary-light) .title,
.section:has(.bg-overlay-secondary) .text-muted.details h1,
.section:has(.bg-overlay-secondary-light) .text-muted.details h1,
.section:has(.bg-overlay-secondary) .text-muted.details h2,
.section:has(.bg-overlay-secondary-light) .text-muted.details h2,
.section:has(.bg-overlay-secondary) .text-muted.details h3,
.section:has(.bg-overlay-secondary-light) .text-muted.details h3,
.section:has(.bg-overlay-secondary) .text-muted.details h4,
.section:has(.bg-overlay-secondary-light) .text-muted.details h4,
.section:has(.bg-overlay-secondary) .text-muted.details h5,
.section:has(.bg-overlay-secondary-light) .text-muted.details h5,
.section:has(.bg-overlay-secondary) .text-muted.details h6,
.section:has(.bg-overlay-secondary-light) .text-muted.details h6 {
   color: var(--ecbz-primary) !important;
}
.section:has(.bg-overlay-secondary) .text-muted.details p,
.section:has(.bg-overlay-secondary-light) .text-muted.details p {
   color: var(--ecbz-white) !important;
}
.bg-overlay img, .bg-overlay-gray img, .bg-overlay-gradient img, .bg-overlay-gradient-light img,
.bg-overlay-primary img, .bg-overlay-primary-light img,
.bg-overlay-secondary img, .bg-overlay-secondary-light img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   opacity: 0.2;
}
.bg-overlay-black {
   position: absolute;
   background-color: rgba(0, 0, 0, 1);
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
}
.section:has(.bg-overlay-black) .title,
.section:has(.bg-overlay-black-light) .title,
.section:has(.bg-overlay-black) .text-muted.details h1,
.section:has(.bg-overlay-black-light) .text-muted.details h1,
.section:has(.bg-overlay-black) .text-muted.details h2,
.section:has(.bg-overlay-black-light) .text-muted.details h2,
.section:has(.bg-overlay-black) .text-muted.details h3,
.section:has(.bg-overlay-black-light) .text-muted.details h3,
.section:has(.bg-overlay-black) .text-muted.details h4,
.section:has(.bg-overlay-black-light) .text-muted.details h4,
.section:has(.bg-overlay-black) .text-muted.details h5,
.section:has(.bg-overlay-black-light) .text-muted.details h5,
.section:has(.bg-overlay-black) .text-muted.details h6,
.section:has(.bg-overlay-black-light) .text-muted.details h6 {
   color: var(--ecbz-primary) !important;
}
.section:has(.bg-overlay-black) .text-muted.details p,
.section:has(.bg-overlay-black-light) .text-muted.details p {
   color: var(--ecbz-white) !important;
}
.bg-gradient-white-overlay {
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
}
.bg-gradient-overlay-white {
   background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.9) 20%, white 25%, white 30%, white 35%, white 40%, white 45%, white 50%, white 55%, white 60%, white 65%, white 70%, white 75%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.1) 100%);
}
.bg-gradient-overlay-dark {
   background-image: linear-gradient(to left, rgba(22, 28, 45, 0.1) 0%, rgba(22, 28, 45, 0.3) 5%, rgba(22, 28, 45, 0.5) 10%, rgba(22, 28, 45, 0.7) 15%, rgba(22, 28, 45, 0.9) 20%, #161c2d 25%, #161c2d 30%, #161c2d 35%, #161c2d 40%, #161c2d 45%, #161c2d 50%, #161c2d 55%, #161c2d 60%, #161c2d 65%, #161c2d 70%, #161c2d 75%, rgba(22, 28, 45, 0.9) 80%, rgba(22, 28, 45, 0.7) 85%, rgba(22, 28, 45, 0.5) 90%, rgba(22, 28, 45, 0.3) 95%, rgba(22, 28, 45, 0.1) 100%);
}
.bg-overlay-white {
   background-color: rgba(255, 255, 255, 0.5);
}
.footer-bg-image-overlay {
   position: absolute;
   inset: 0; /* top:0; right:0; bottom:0; left:0; */
   z-index: -1;
   pointer-events: none;
}
.footer-bg-image-overlay img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   opacity: 1;
}
.bg-overlay-1 {
   position: absolute;
   background-color: rgba(0, 0, 0, 0.9);
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
}
.back-to-top {
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--ecbz-secondary);
   color: #ffffff !important;
   font-size: 16px;
   border: none;
   text-align: center;
   z-index: 99;
   position: fixed;
   bottom: 30px;
   right: 30px;
   display: none;
   transition: all 0.5s ease;
}
.primary-link {
   color: #25272b;
   transition: all 0.5s ease;
}
.primary-link:hover {
   color: var(--ecbz-primary);
}
@media (min-width: 1200px) {
   .container {
      max-width: 1140px !important;
   }
}

.btn {
   border-radius: 5px;
   padding: 12px 30px;
   font-size: 15px !important;
   transition: all 0.5s;
   font-weight: 700;
   background-color: var(--ecbz-primary-light);
   color: var(--ecbz-white-soft) !important;
}
.btn.btn-default {
   background-color: var(--ecbz-gray-soft) !important;
   color: var(--ecbz-black) !important;
   transition: 0.5s ease-in-out;
}
.btn.btn-default:active,
.btn.btn-default:hover,
.btn.btn-default:focus {
   background-color: var(--ecbz-gray-soft) !important;
   color: var(--ecbz-black) !important;
}
.btn:focus {
   box-shadow: none !important;
}
.btn:hover {
   background-color: var(--ecbz-primary-light);
   color: var(--ecbz-white-soft) !important;
   /*transform: translateY(-2px);*/
   transition: all 0.5s;
}
.btn.btn-lg {
   padding: 10px 22px !important;
   font-size: 18px !important;
}
.btn.btn-sm {
   padding: 8px 16px !important;
   font-size: 14px !important;
}
.btn.btn-pills {
   border-radius: 30px;
}
.btn.btn-pills-0 {
   border-radius: 0;
}
.btn.btn-primary {
   background-color: var(--ecbz-primary) !important;
   border: 1px solid var(--ecbz-primary) !important;
   color: #fff;
   /*box-shadow: 0 2px 5px var(--ecbz-primary-light);*/
   transition: all ease 0.5s;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
   background-color: var(--ecbz-primary) !important;
   border: 1px solid var(--ecbz-primary) !important;
   /*box-shadow: 0 3px 10px var(--ecbz-primary-light);*/
   color: var(--ecbz-white-soft) !important;
}
.btn-soft-primary {
   background-color: rgba(var(--ecbz-primary-rgb), 0.1) !important;
   border: 1px solid rgba(var(--ecbz-primary-rgb), 0.1) !important;
   color: var(--ecbz-primary) !important;
   /*box-shadow: 0 3px 5px 0 rgba(var(--ecbz-primary-rgb), 0.3);*/
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
   background-color: var(--ecbz-primary) !important;
   border-color: var(--ecbz-primary) !important;
   color: #ffffff !important;
}
.btn.btn-secondary {
   background-color: var(--ecbz-secondary) !important;
   border: 1px solid var(--ecbz-secondary) !important;
   color: #fff;
   /*box-shadow: 0 2px 5px var(--ecbz-secondary-light);*/
   transition: all ease 0.3s;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
   background-color: var(--ecbz-secondary) !important;
   border: 1px solid var(--ecbz-secondary) !important;
   /*box-shadow: 0 3px 10px var(--ecbz-secondary-light);*/
   color: var(--ecbz-white-soft) !important;
}
.btn-soft-secondary {
   background-color: rgba(var(--ecbz-secondary-rgb), 0.1) !important;
   border: 1px solid rgba(var(--ecbz-secondary-rgb), 0.1) !important;
   color: var(--ecbz-secondary) !important;
   /*box-shadow: 0 3px 5px 0 rgba(var(--ecbz-secondary-rgb), 0.3);*/
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
   background-color: var(--ecbz-secondary) !important;
   border-color: var(--ecbz-secondary) !important;
   color: #ffffff !important;
}
.btn.btn-primary.btn-outline {
   border: 1px solid var(--ecbz-primary) !important;
   color: var(--ecbz-primary) !important;
   background-color: transparent !important;
   border-radius: 30px !important;
   transition: all ease 0.5s;
}
.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline.focus, .btn.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline.active {
   background-color: var(--ecbz-primary) !important;
   border: 1px solid var(--ecbz-primary) !important;
   color: var(--ecbz-white-soft) !important;
}
.btn.btn-secondary.btn-outline {
   border: 1px solid var(--ecbz-secondary) !important;
   color: var(--ecbz-secondary) !important;
   background-color: transparent !important;
   border-radius: 30px !important;
   transition: all ease 0.5s;
}
.btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline.focus, .btn.btn-secondary.btn-outline:active, .btn.btn-secondary.btn-outline.active {
   background-color: var(--ecbz-secondary) !important;
   border: 1px solid var(--ecbz-secondary) !important;
   color: var(--ecbz-white-soft) !important;
}
.btn-success {
   background-color: #8dc351 !important;
   border: 1px solid #8dc351 !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);*/
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
   background-color: #73a73a !important;
   border-color: #73a73a !important;
   color: #ffffff !important;
}
.btn-soft-success {
   background-color: rgba(141, 195, 81, 0.1) !important;
   border: 1px solid rgba(141, 195, 81, 0.1) !important;
   color: #8dc351 !important;
   /*box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);*/
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
   background-color: #8dc351 !important;
   border-color: #8dc351 !important;
   color: #ffffff !important;
}
.btn-outline-success {
   border: 1px solid #8dc351;
   color: #8dc351;
   background-color: transparent;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
   background-color: #8dc351;
   border-color: #8dc351;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);*/
}
.btn.btn-success.btn-outline {
   border: 1px solid #8dc351 !important;
   color: #8dc351 !important;
   background-color: transparent !important;
   border-radius: 30px !important;
   transition: all ease 0.5s;
}
.btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline.focus, .btn.btn-success.btn-outline:active, .btn.btn-success.btn-outline.active {
   background-color: #8dc351 !important;
   border: 1px solid #8dc351 !important;
   color: var(--ecbz-white-soft) !important;
}
.btn-warning {
   background-color: #f1af2d !important;
   border: 1px solid #f1af2d !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);*/
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
   background-color: #dc970f !important;
   border-color: #dc970f !important;
   color: #ffffff !important;
}
.btn-soft-warning {
   background-color: rgba(241, 175, 45, 0.1) !important;
   border: 1px solid rgba(241, 175, 45, 0.1) !important;
   color: #f1af2d !important;
   /*box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);*/
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
   background-color: #f1af2d !important;
   border-color: #f1af2d !important;
   color: #ffffff !important;
}
.btn-outline-warning {
   border: 1px solid #f1af2d;
   color: #f1af2d;
   background-color: transparent;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
   background-color: #f1af2d;
   border-color: #f1af2d;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);*/
}
.btn.btn-warning.btn-outline {
   border: 1px solid #f1af2d !important;
   color: #f1af2d !important;
   background-color: transparent !important;
   border-radius: 30px !important;
   transition: all ease 0.5s;
}
.btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline.focus, .btn.btn-warning.btn-outline:active, .btn.btn-warning.btn-outline.active {
   background-color: #f1af2d !important;
   border: 1px solid #f1af2d !important;
   color: var(--ecbz-white-soft) !important;
}
.btn-info {
   background-color: #09a5be !important;
   border: 1px solid #09a5be !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);*/
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
   background-color: #077b8d !important;
   border-color: #077b8d !important;
   color: #ffffff !important;
}
.btn-soft-info {
   background-color: rgba(9, 165, 190, 0.1) !important;
   border: 1px solid rgba(9, 165, 190, 0.1) !important;
   color: #09a5be !important;
   /*box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);*/
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
   background-color: #09a5be !important;
   border-color: #09a5be !important;
   color: #ffffff !important;
}
.btn-outline-info {
   border: 1px solid #09a5be;
   color: #09a5be;
   background-color: transparent;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
   background-color: #09a5be;
   border-color: #09a5be;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);*/
}
.btn.btn-info.btn-outline {
   border: 1px solid #09a5be !important;
   color: #09a5be !important;
   background-color: transparent !important;
   border-radius: 30px !important;
   transition: all ease 0.5s;
}
.btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline.focus, .btn.btn-info.btn-outline:active, .btn.btn-info.btn-outline.active {
   background-color: #09a5be !important;
   border: 1px solid #09a5be !important;
   color: var(--ecbz-white-soft) !important;
}
.btn-danger {
   background-color: #e84142 !important;
   border: 1px solid #e84142 !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);*/
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
   background-color: #db1b1c !important;
   border-color: #db1b1c !important;
   color: #ffffff !important;
}
.btn-soft-danger {
   background-color: rgba(232, 65, 66, 0.1) !important;
   border: 1px solid rgba(232, 65, 66, 0.1) !important;
   color: #e84142 !important;
   /*box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);*/
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
   background-color: #e84142 !important;
   border-color: #e84142 !important;
   color: #ffffff !important;
}
.btn-outline-danger {
   border: 1px solid #e84142;
   color: #e84142;
   background-color: transparent;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
   background-color: #e84142;
   border-color: #e84142;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);*/
}
.btn.btn-danger.btn-outline {
   border: 1px solid #e84142 !important;
   color: #e84142 !important;
   background-color: transparent !important;
   border-radius: 30px !important;
   transition: all ease 0.5s;
}
.btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:focus, .btn.btn-danger.btn-outline.focus, .btn.btn-danger.btn-outline:active, .btn.btn-danger.btn-outline.active {
   background-color: #e84142 !important;
   border: 1px solid #e84142 !important;
   color: var(--ecbz-white-soft) !important;
}
.btn-dark {
   background-color: #3c4858 !important;
   border: 1px solid #3c4858 !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);*/
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
   background-color: #272f3a !important;
   border-color: #272f3a !important;
   color: #ffffff !important;
}
.btn-soft-dark {
   background-color: rgba(60, 72, 88, 0.1) !important;
   border: 1px solid rgba(60, 72, 88, 0.1) !important;
   color: #3c4858 !important;
   /*box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);*/
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
   background-color: #3c4858 !important;
   border-color: #3c4858 !important;
   color: #ffffff !important;
}
.btn-outline-dark {
   border: 1px solid #3c4858;
   color: #3c4858;
   background-color: transparent;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
   background-color: #3c4858;
   border-color: #3c4858;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);*/
}
.btn.btn-dark.btn-outline {
   border: 1px solid #3c4858 !important;
   color: #3c4858 !important;
   background-color: transparent !important;
   border-radius: 30px !important;
   transition: all ease 0.5s;
}
.btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline.focus, .btn.btn-dark.btn-outline:active, .btn.btn-dark.btn-outline.active {
   background-color: #3c4858 !important;
   border: 1px solid #3c4858 !important;
   color: var(--ecbz-white-soft) !important;
}
.btn-muted {
   background-color: #8c98a4 !important;
   border: 1px solid #8c98a4 !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);*/
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
   background-color: #707f8d !important;
   border-color: #707f8d !important;
   color: #ffffff !important;
}
.btn-soft-muted {
   background-color: rgba(140, 152, 164, 0.1) !important;
   border: 1px solid rgba(140, 152, 164, 0.1) !important;
   color: #8c98a4 !important;
   /*box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);*/
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
   background-color: #8c98a4 !important;
   border-color: #8c98a4 !important;
   color: #ffffff !important;
}
.btn-outline-muted {
   border: 1px solid #8c98a4;
   color: #8c98a4;
   background-color: transparent;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
   background-color: #8c98a4;
   border-color: #8c98a4;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);*/
}
.btn-light {
   background-color: #f7f8fa !important;
   border: 1px solid #f7f8fa !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);*/
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
   background-color: #d8dde6 !important;
   border-color: #d8dde6 !important;
   color: #ffffff !important;
}
.btn-soft-light {
   background-color: rgba(247, 248, 250, 0.1) !important;
   border: 1px solid rgba(247, 248, 250, 0.1) !important;
   color: #f7f8fa !important;
   /*box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);*/
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
   background-color: #f7f8fa !important;
   border-color: #f7f8fa !important;
   color: #ffffff !important;
}
.btn-outline-light {
   border: 1px solid #f7f8fa;
   color: #f7f8fa;
   background-color: transparent;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
   background-color: #f7f8fa;
   border-color: #f7f8fa;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);*/
}
.btn-blue {
   background-color: #3274f0 !important;
   border: 1px solid #3274f0 !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);*/
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
   background-color: #1058df !important;
   border-color: #1058df !important;
   color: #ffffff !important;
}
.btn-soft-blue {
   background-color: rgba(50, 116, 240, 0.1) !important;
   border: 1px solid rgba(50, 116, 240, 0.1) !important;
   color: #3274f0 !important;
   /*box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);*/
}
.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus {
   background-color: #3274f0 !important;
   border-color: #3274f0 !important;
   color: #ffffff !important;
}
.btn-outline-blue {
   border: 1px solid #3274f0;
   color: #3274f0;
   background-color: transparent;
}
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
   background-color: #3274f0;
   border-color: #3274f0;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);*/
}
.btn-footer {
   background-color: #1e273e !important;
   border: 1px solid #1e273e !important;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);*/
}
.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
   background-color: #0e111c !important;
   border-color: #0e111c !important;
   color: #ffffff !important;
}
.btn-soft-footer {
   background-color: rgba(30, 39, 62, 0.1) !important;
   border: 1px solid rgba(30, 39, 62, 0.1) !important;
   color: #1e273e !important;
   /*box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);*/
}
.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
   background-color: #1e273e !important;
   border-color: #1e273e !important;
   color: #ffffff !important;
}
.btn-outline-footer {
   border: 1px solid #1e273e;
   color: #1e273e;
   background-color: transparent;
}
.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
   background-color: #1e273e;
   border-color: #1e273e;
   color: #ffffff !important;
   /*box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);*/
}


.topbar {
   position: relative;
   width: 100%;
   background: var(--ecbz-secondary) !important;
   /*background: linear-gradient(90deg, var(--ecbz-primary-light-rgb) 15%, var(--ecbz-primary-rgb) 30%, var(--ecbz-primary-light-rgb) 45%, var(--ecbz-secondary-light-rgb) 60%, var(--ecbz-secondary-rgb) 75%, var(--ecbz-secondary-light-rgb) 100%) !important;*/
   color: var(--ecbz-white);
   display: flex;
   align-items: center;
}
.topbar-sections {
   position: relative;
   display: flex;
   align-items: center;
   width: 100%;
   padding: 0.5rem 0;
   z-index: 10000;
}
.widgets {
   width: 75%;
   height: inherit;
   list-style: none;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: start;
   text-wrap: nowrap;
   margin-left: 5px;
   margin-bottom: 0;
   padding: 0;
}
.widget-item {
   text-align: center;
   align-items: center;
   justify-content: start;
   padding: 0 15px;
}
.widget-text {
   display: flex;
   align-items: center;
   margin-bottom: 0;
}
.widget-item:first-child {
   padding-left: 0;
   /*border-right: 1px solid var(--ecbz-white);*/
}
.widget-item:nth-child(2) {
   text-align: center;
   align-items: center;
   /*border-right: 1px solid var(--ecbz-white);*/
}
.widget-item:last-child {
   border-right: none;
   padding-right: 0;
}
a .widget-link, .widget-link, p .widget-text, .widget-text {
   display: flex;
   align-items: center;
   text-align: center;
   text-decoration: none;
   line-height: 1.1;
   color: var(--ecbz-white);
   transition: all 0.65s ease;
}
.widget-link i,
.widget-text i {
   vertical-align: middle;
   line-height: 1;
   display: inline-block;
}
.widget-icon {
   font-size: 1.05rem;
   color: var(--ecbz-white-soft);
   padding-right: 8px;
}
.widget-icon::before {
   display: inline-block;
   width: 1rem;
}
.socials {
   width: 25%;
   height: inherit;
   margin: 0;
   padding-right: 0.85rem;
   list-style: none;
   display: flex;
   flex-direction: row;
   column-gap: 25px;
   align-items: stretch;
   justify-content: end;
}
.social-item {
   text-align: center;
}
.social-link {
   color: var(--ecbz-white);
   text-decoration: none;
   transition: all 0.65s ease;
}
/*.widget-item .widget-link:hover, .widget-item .widget-text:hover, .social-item .social-link:hover {*/
/*   color: var(--ecbz-secondary);*/
/*}*/

.navbar {
   transition: all 0.5s ease;
   padding: 0;
   background-color: #ffffff;
}
.navbar .navbar-brand {
   transition: all 0.5s ease;
   line-height: 67px;
   padding: 0;
}
.navbar .navbar-nav .nav-item > .nav-link {
   color: #25272b;
   font-size: 14px;
   padding: 24px 8px;
   font-weight: 600;
   letter-spacing: 0.6px;
   text-transform: uppercase;
   background-color: transparent;
   margin: 0 6px;
   transition: all 0.3s ease;
   /*font-family: "Inter", sans-serif;*/
}
.navbar .navbar-nav .nav-item > .nav-link:hover, .navbar .navbar-nav .nav-item > .nav-link:active, .navbar .navbar-nav .nav-item > .nav-link.active {
   color: var(--ecbz-secondary);
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   padding-left: 8px;
   padding-right: 8px;
   border-color: rgba(0, 0, 0, 0.04);
   box-shadow: rgba(0, 0, 0, 0.04) 0 8px 24px;
   animation: DropDownSlide 0.3s;
   animation-fill-mode: both;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
   color: #25272b;
   width: 100% !important;
   text-wrap: nowrap !important;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link:hover,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show li .nav-link:hover,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link:focus,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show li .nav-link:focus,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link:active,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show li .nav-link:active {
   color: var(--ecbz-secondary);
}
.navbar .navbar-toggler {
   padding: 0;
   border: none;
   font-size: 24px;
}
.navbar .navbar-toggler:focus {
   box-shadow: none;
}
.navbar .navbar-brand .logo-light {
   display: inline-block;
}
.navbar .navbar-brand .logo-dark {
   display: none;
}
.nav-sticky.navbar {
   margin-top: 0;
   box-shadow: 0 3px 10px 0 rgba(38, 107, 193, 0.08);
}
.nav-sticky.navbar .navbar-brand {
   line-height: 59px;
   padding: 0;
}
.nav-sticky.navbar .navbar-nav .nav-item > .nav-link {
   padding: 20px 8px;
}
.nav-sticky .navbar-brand .logo-dark {
   display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
   display: none;
}
.navbar-light {
   background-color: transparent;
}
.nav-sticky.navbar-light {
   background-color: #ffffff;
}
@keyframes DropDownSlide {
   100% {
      margin-top: -1px;
   }
   0% {
      margin-top: 8px;
   }
}
@media (max-width: 991px) {
   .navbar, .navbar.nav-sticky {
      padding: 12px 0;
      background-color: #ffffff;
   }
   .navbar .navbar-nav .nav-item > .nav-link, .navbar.nav-sticky .navbar-nav .nav-item > .nav-link {
      padding: 10px 8px;
   }
   .navbar .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar.nav-sticky .navbar-nav .nav-item.dropdown .dropdown-menu {
      padding-left: 25px;
      border: none;
      box-shadow: none;
   }
}
.navbar.default .h4 {
   color: var(--ecbz-primary) !important;
}
.navbar.bg-dark .h4,
.navbar.bg-black .h4 {
   color: var(--ecbz-white) !important;
}
.navbar.bg-primary .h4 {
   color: var(--ecbz-white) !important;
}
.navbar.bg-secondary .h4 {
   color: var(--ecbz-primary) !important;
}

.navbar.bg-dark .navbar-nav .nav-item > .nav-link,
.navbar.bg-black .navbar-nav .nav-item > .nav-link {
   color: var(--ecbz-white) !important;
}
.navbar.bg-gray .navbar-nav .nav-item > .nav-link {
   color: var(--ecbz-primary) !important;
}
.navbar.bg-dark .navbar-nav .nav-item > .nav-link:hover,
.navbar.bg-dark .navbar-nav .nav-item > .nav-link:active,
.navbar.bg-dark .navbar-nav .nav-item > .nav-link.active,
.navbar.bg-black .navbar-nav .nav-item > .nav-link:hover,
.navbar.bg-black .navbar-nav .nav-item > .nav-link:active,
.navbar.bg-black .navbar-nav .nav-item > .nav-link.active {
   color: var(--ecbz-secondary) !important;
}
.navbar.bg-gray .navbar-nav .nav-item > .nav-link:hover,
.navbar.bg-gray .navbar-nav .nav-item > .nav-link:active,
.navbar.bg-gray .navbar-nav .nav-item > .nav-link.active {
   color: var(--ecbz-secondary) !important;
}
.navbar.bg-primary .navbar-nav .nav-item > .nav-link {
   color: var(--ecbz-white) !important;
}
.navbar.bg-primary .navbar-nav .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav .nav-item > .nav-link:active,
.navbar.bg-primary .navbar-nav .nav-item > .nav-link.active {
   color: var(--ecbz-secondary) !important;
}
.navbar.bg-secondary .navbar-nav .nav-item > .nav-link {
   color: var(--ecbz-white) !important;
}
.navbar.bg-secondary .navbar-nav .nav-item > .nav-link:hover,
.navbar.bg-secondary .navbar-nav .nav-item > .nav-link:active,
.navbar.bg-secondary .navbar-nav .nav-item > .nav-link.active {
   color: var(--ecbz-primary) !important;
}


#home {
   position: relative;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}
.home-desc {
   max-width: 650px;
   margin: 0 auto;
   font-size: 17px;
   color: rgba(255, 255, 255, 0.7);
}
.home-desc-2 {
   max-width: 650px;
   margin: 0;
   font-size: 17px;
   color: rgba(255, 255, 255, 0.7);
}
.bg-home {
   padding: 150px 0 150px 0;
   /*margin-bottom: 80px;*/
}
.bg-home-2 {
   padding: 230px 0 230px 0;
}
@media (max-width: 991.98px) {
   .bg-home {
      padding: 150px 0 115px 0;
   }
   .bg-home-2 {
      padding: 130px 0 130px 0;
   }
}
.home-subtitle {
   font-weight: 700;
   letter-spacing: 3px;
   text-transform: uppercase;
   /*font-size: 15px;*/
   color: var(--ecbz-primary);
}
.bg-home2 {
   padding: 220px 0 150px 0;
}
@media (max-width: 991.98px) {
   .bg-home2 {
      padding: 180px 0 110px 0;
   }
}
.title {
   text-shadow: 1px 2px 3px rgba(59,57,80,.2);
}
.title-shadow-none {
   text-shadow: none;
}
/*.card {*/
/*   background: transparent;*/
/*}*/
.card .card-body {
   padding: 1.5rem;
}
.team {
   background-color: rgba(187, 186, 186, 0.08);
   overflow: hidden;
}
.team #particles-js {
   position: absolute;
   width: 100%;
   height: 100%;
}
.team .team-card {
   border-radius: 10px;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   background-color: var(--ecbz-white);
}
.team .team-card .team-card-img {
   position: relative;
   overflow: hidden;
}
.team .team-card .team-card-img img {
   transition: 0.5s ease-in-out;
   border-radius: 10px 10px 0 0;
}
.team .team-card .team-card-img .team-social-icons {
   position: absolute;
   left: 30px;
   bottom: 0;
}
.team .team-card .team-card-img .team-social-icons ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.team .team-card .team-card-img .team-social-icons ul li {
   display: inline-block;
   transition: 0.5s ease-in-out;
   transform: rotateX(90deg);
   transform-origin: bottom;
}
.team .team-card .team-card-img .team-social-icons ul li a {
   width: 35px;
   height: 30px;
   font-size: 15px;
   border-radius: 5px 5px 0 0;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: var(--ecbz-white);
   background-color: #252d31;
}
.team .team-card .team-card-img .team-social-icons ul li a:hover {
   background-color: var(--ecbz-primary);
}
.team .team-card .team-card-img .team-social-icons ul li:nth-child(odd) {
   transition: 0.9s ease-in-out;
}
.team .team-card .team-card-text-2 {
   padding: 22px;
}
.team .team-card:hover .team-card-img img {
   transform: scale(1.05);
}
.team .team-card:hover .team-card-img .team-social-icons ul li {
   transform: rotateX(0);
}


.footer {
   color: white;
   font-size: 15px;
   background-color: rgba(37, 45, 49, 0.9);
}
.footer-logo {
   flex: 1 1 200px;
   padding: 0;
   text-align: start;
   align-content: center;
   margin: auto 0;
}
.footer-info {
   flex: 2 1 300px;
   font-size: 0.875rem;
   border: none;
   margin: auto 0;
   display: inline-block;
   vertical-align: center;
   align-content: center;
}
.footer-info .info-details {
}
.info-details h2 {
   color: var(--ecbz-white);
}
.info-details p {
   color: var(--ecbz-gray);
}
.footer-info .details {
   padding: 0 20px;
   vertical-align: center !important;
}
.footer-contact-form {
   width: inherit;
   display: flex;
   line-height: 1;
   vertical-align: center;
   column-gap: 20px;
   flex: 1 1 300px;
   padding: 0;
   margin-top: 10px;
   align-content: center;
}
/*.footer-contact-form {*/
/*   width: inherit;*/
/*   display: flex;*/
/*   line-height: 1;*/
/*   vertical-align: center;*/
/*   column-gap: 20px;*/
/*   padding: 0 20px;*/
/*   align-content: center;*/
/*}*/
.footer-contact-form input {
   width: 75%;
   margin: auto 0;
}
.footer-contact-form a {
   width: auto;
   margin: auto 0;
}
.page-footer a {
   text-decoration: none;
   transition: color 0.3s ease;
}
.bottom-footer {
   width: 100%;
   height: auto;
   padding: 50px 5px;
   background-color: var(--ecbz-primary);
}
.card {
   /*box-shadow: 5px 8px 16px 3px rgba(0, 0, 0, 0.3);*/
   box-shadow: none;
   border: none !important;
}
.card-img-top.fixed {
   height: 277px;
   width: 100%;
   object-fit: cover;
}
.card-default {
   height: inherit !important;
   color: var(--ecbz-black-soft);
   /*background-color: var(--ecbz-body-bg);*/
   border-radius: 10px;
}
.card-default .card-body {
   padding: 2rem;
}
.card-details {
   display: flex;
   flex-direction: column;
   align-items: center; /* or center if you want center-aligned content */
}
.card-body .card-details {
   padding: 0;
}
.icon-box {
   width: 100%;
   display: flex;
   flex-direction: row;
   align-items: center;
   vertical-align: middle;
   column-gap: 25px;
   margin-bottom: 1.65rem;
}
.icon-box__i {
   width: auto;
   vertical-align: middle;
   line-height: 1;
   display: inline-block;
}
.icon-box__i i {
   padding: 10px;
   border-radius: 8px;
   font-size: 2rem;
   background-color: var(--ecbz-secondary);
   vertical-align: middle;
   line-height: 1;
   display: inline-block;
}
.icon-box span {
   font-size: 1.3rem;
   font-weight: var(--ecbz-font-weight-bold);
   text-wrap: wrap;
}
.box-details {
   text-wrap: wrap;
   font-size: 1rem;
   font-weight: normal;
   margin-bottom: 1.65rem;
}
a .secondary-btn {
   width: 100%;
   text-wrap: wrap;
}
.footer-links {
   display: flex;
   flex-direction: column;
   padding: 0;
   line-height: 1.2;
}
.footer-links h3 {
   margin-bottom: 0.75rem;
}
.footer-links {
   list-style: none;
   position: relative
}
.footer-link {
   position: relative;
   display: flex;
   margin: 0;
   transition: all 0.8s ease-in-out;
   align-items: center;
}
.footer-link a {
   padding-top: 10px;
   padding-bottom: 10px;
   margin: 0;
   color: var(--ecbz-white-soft);
   text-decoration: none;
   transition: all 0.6s ease-in-out;
   text-wrap: wrap;
   align-items: center;
}
.footer-link a:hover {
   margin-left: 10px;
   color: var(--ecbz-secondary);
}
.footer-link i {
   line-height: 1;
   position: relative;
   vertical-align: center;
   font-size: 20px;
   font-weight: 900;
   color: var(--ecbz-secondary)
}
/*.footer-link::before {*/
/*   !*content: "» "; !* or use →, », › etc. *!*!*/
/*   color: var(--ecbz-secondary);*/
/*   margin-right: 10px;*/
/*   font-weight: bold;*/
/*   font-size: 1.645rem;*/
/*}*/
.footer-contacts {
   padding: 0;
   line-height: 1.35;
   display: grid;
   row-gap:10px;
}
.footer-contacts h3 {
   margin-bottom: 1rem !important;
}
.footer-contact {
   padding-bottom: 12px;
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   flex: 1 auto;
   gap: 20px;
}
.footer-contact i {
   font-size: 1.475rem;
   line-height: 1;
   vertical-align: center;
   align-items: flex-start;
   justify-content: center;
   color: var(--ecbz-secondary);
}
.footer-contact a {
   display: inline-block;
   text-decoration: none;
   color: var(--ecbz-white);
}
.footer-contact a:hover, .footer-contact a:active, .footer-contact a:focus {
   color: var(--ecbz-secondary) !important;
}
.footer.bg-primary .footer-contact a:hover,
.footer.bg-primary .footer-contact a:active,
.footer.bg-primary .footer-contact a:focus {
   color: var(--ecbz-secondary) !important;
}
.footer.bg-secondary .footer-contact a:hover,
.footer.bg-secondary .footer-contact a:active,
.footer.bg-secondary .footer-contact a:focus {
   color: var(--ecbz-primary) !important;
}
.footer-contact p {
   display: flex;
   flex-direction: column;
   text-wrap: wrap;
   margin-bottom: 0;
   font-size: 0.965rem;
}

.footer.bg-primary .footer-contact i {
   color: var(--ecbz-secondary) !important;
}
.footer.bg-secondary .footer-contact i {
   color: var(--ecbz-primary) !important;
}

.contact-details {
   display: flex;
   flex-direction: column;
   row-gap: 5px;
}
.copyright {
   width: 100%;
   padding: 20px 30px;
   margin-top: 30px;
   border-radius: 0;
   border-top: 1px solid var(--ecbz-white);
   /*box-shadow: -3px -3px 20px rgba(0, 0, 0, 0.2);*/
}
.copyright p {
   margin: 0;
   font-size: 1rem;
}
.copyright p.text-right {
   text-align: right;
}
.copyright a {
   text-decoration: none;
   color: var(--ecbz-secondary);
   padding: 0 3px;
   font-size: 1rem;
}

.footer.bg-primary {
   background-color: var(--ecbz-primary) !important;
}
.footer.bg-primary .footer-link a {
   color: var(--ecbz-white) !important;
}
.footer.bg-primary .footer-link a i {
   color: var(--ecbz-secondary) !important;
}
.footer.bg-primary .footer-link a:hover {
   color: var(--ecbz-secondary) !important;
}

.footer.bg-secondary {
   background-color: var(--ecbz-secondary) !important;
}
.footer.bg-secondary .footer-link a {
   color: var(--ecbz-white) !important;
}
.footer.bg-secondary .footer-link a i {
   color: var(--ecbz-primary) !important;
}
.footer.bg-secondary .footer-link a:hover{
   color: var(--ecbz-primary) !important;
}
.footer-alt {
   background-color: rgba(37, 45, 49, 0.9);
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-social-icon-content .footer-social-icon {
   color: rgba(255, 255, 255, 0.5);
   transition: all 0.5s;
}
.footer .footer-social-icon-content .footer-social-icon:hover {
   color: #fff;
}
.social-icon .list-inline-item:not(:last-child) {
   margin-right: 5px;
}
.contact-detail i {
   color: var(--ecbz-secondary);
}


.form-control:focus {
   box-shadow: none;
   background-color: #fbfafd;
   border-color: #ced4da;
}
textarea.form-control {
   height: auto !important;
}
.custom-form .form-group {
   margin-bottom: 1rem;
}
.custom-form label {
   margin-bottom: 10px;
}
.custom-form .alert-warning {
   padding: 10px;
}
.form-control {
   padding: 8px 10px;
   font-size: 14px;
   height: 40px;
   background-color: rgba(59, 57, 80, 0.01);
   border: 1px solid rgba(158, 156, 185, 0.3);
}
.form-control::-moz-placeholder {
   color: #b0aec6;
   font-size: 14px;
}
.form-control::placeholder {
   color: #b0aec6;
   font-size: 14px;
}
.contact-detail p {
   font-weight: normal;
   text-wrap: nowrap;
}
.contact-detail p i {
   font-size: 20px;
   line-height: 1;
   vertical-align: center;
}
.contact-detail span {
   margin-left: 8px;
   font-size: 17px;
}
.map {
   line-height: 0;
}
.map iframe {
   width: 100%;
   height: 400px;
}
.mt-50 {
   margin-top: 50px !important;
}
.mb-50 {
   margin-bottom: 50px !important;
}
.bg-half-170 {
   padding: 170px 0;
   background-size: cover;
   align-self: center;
   position: relative;
   background-position: center center;
}
.banner {
   /*margin-bottom: 80px;*/
   padding: 190px 0 120px 0;
   position: relative;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
.banner .bg-overlay {
   background-color: rgba(25, 34, 45, 0.4);
}
/*.breadcrumb .breadcrumb-item a {*/
/*   color: #ffffff;*/
/*   transition: all 0.5s ease;*/
/*}*/
/*.breadcrumb .breadcrumb-item a:hover {*/
/*   color: var(--ecbz-primary);*/
/*}*/
/*.breadcrumb .breadcrumb-item + .breadcrumb-item::before {*/
/*   float: left;*/
/*   padding-right: 0.5rem;*/
/*   color: #f8f9fa;*/
/*   !*content: var(--bs-breadcrumb-divider, "->");*!*/
/*}*/

.features-absolute {
   position: relative;
   z-index: 2;
   transition: all 0.5s ease;
}
.features-absolute {
   margin: -200px 0 0;
}
@media (max-width: 768px) {
   .features-absolute {
      margin: -140px 0 0;
   }
}
.title-heading {
   line-height: 26px;
}
.title-heading .heading {
   font-size: 45px !important;
   letter-spacing: 1px;
}
.title-heading .heading.page-heading {
   font-size: 36px !important;
}
@media (max-width: 768px) {
   .title-heading .heading.page-heading {
      font-size: 30px !important;
   }
}
@media (max-width: 768px) {
   .title-heading .heading {
      font-size: 36px !important;
   }
}
.title-heading .para-desc {
   font-size: 16px;
}
.section-title .title {
   font-size: 28px !important;
}
@media (max-width: 768px) {
   .section-title .title {
      font-size: 24px !important;
   }
}

#submitContactForm {
   position: relative;
}
#submitContactForm[disabled] {
   opacity: 0.65;
   cursor: not-allowed;
}
.spinner {
   display: none;
   width: 1rem;
   height: 1rem;
   border: 2px solid transparent;
   border-top-color: #fff;
   border-radius: 50%;
   animation: spin .6s linear infinite;
   margin-left: .5rem;
}
#submitContactForm[aria-busy="true"] .spinner {
   display: inline-block;
}
@keyframes spin {
   to { transform: rotate(360deg); }
}
.sub-title {
   font-weight: 500;
   font-size: 0.855rem;
   text-transform: uppercase !important;
   margin-bottom: 0 !important;
   color: var(--ecbz-secondary);
}
.card.service {
   border: none;
}
.card.service .card-body.content p {
   line-height: 1.3 !important;
}
.service.service-primary .title:hover,
.service.service-primary .link:hover {
   color: var(--ecbz-primary) !important;
}
.service.service-secondary .title:hover,
.service.service-secondary .link:hover {
   color: var(--ecbz-secondary) !important;
}
.service {
   transition: all 0.5s ease;
}
.service.service-image .content {
   position: absolute;
   /*bottom: -10px;*/
   left: 0;
   transition: all 0.5s ease;
}
.service.service-image .content .author {
   opacity: 0;
   transition: all 0.5s ease;
}
.service.service-image:hover .content {
   bottom: 24px;
}
.service.service-image:hover .content .author {
   opacity: 1;
}
.service .image .service-tag {
   position: absolute;
   bottom: -30px;
   left: 24px;
   transition: all 0.5s ease;
   opacity: 0;
}
.service:hover {
   box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.service:hover .image .service-tag {
   bottom: 20px;
   opacity: 1;
}
.service.causes .causes-content {
   position: relative;
   margin: -15px 15px 0;
}
.service.causes:hover {
   box-shadow: none !important;
}
.service .service-line {
   position: absolute;
   top: 50%;
   transform: translateY(50%);
   left: 0;
   right: 0;
   border-top: 1px dashed;
}
.service .service-icon {
   position: relative;
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #f8f9fa;
   font-size: 20px;
}
#grid {
   padding: 0 !important;
}
.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
   width: 30px;
   height: 30px;
   top: 70%;
   transform: translateY(-50%);
   border-radius: 30px;
   border: 1px solid #ced4da;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
   width: 30%;
}

.home-slider .carousel-fade .carousel-control-next,
.home-slider .carousel-fade .carousel-control-prev {
   width: 80px;
   height: 80px;
   border: none;
}
@media (max-width: 425px) {
   .home-slider .carousel-fade .carousel-control-next,
   .home-slider .carousel-fade .carousel-control-prev {
      width: 40px;
      height: 40px;
   }
}
.home-slider .carousel-indicators [data-bs-target] {
   width: 8px;
   height: 8px;
   border-radius: 30px !important;
   border: none;
   background: var(--ecbz-primary-light);
}
.home-slider .carousel-indicators .active {
   opacity: 1;
   background: var(--ecbz-primary);
   width: 14px !important;
}
.features.feature-primary .title:hover {
   color: var(--ecbz-primary) !important;
}
.features.feature-primary .icon {
   color: var(--ecbz-primary) !important;
}
.features.feature-primary .link {
   color: var(--ecbz-primary) !important;
}
.features.feature-primary .fea-icon {
   background-color: var(--ecbz-primary);
}
.features.feature-primary .fea-icon.bg-soft {
   background-color: rgba(var(--ecbz-primary-rgb), 0.1);
   color: var(--ecbz-primary);
}
.features.feature-primary.feature-bg:hover {
   background: var(--ecbz-primary);
}
.features.feature-primary.feature-bg:hover .fea-icon {
   color: var(--ecbz-primary) !important;
}
.features.feature-secondary .title:hover {
   color: var(--ecbz-secondary) !important;
}
.features.feature-secondary .icon {
   color: var(--ecbz-secondary) !important;
}
.features.feature-secondary .link {
   color: var(--ecbz-secondary) !important;
}
.features.feature-secondary .fea-icon {
   background-color: var(--ecbz-secondary);
}
.features.feature-secondary .fea-icon.bg-soft {
   background-color: rgba(var(--ecbz-secondary), 0.1);
   color: var(--ecbz-secondary);
}
.features.feature-secondary.feature-bg:hover {
   background: var(--ecbz-secondary);
}
.features.feature-secondary.feature-bg:hover .fea-icon {
   color: var(--ecbz-secondary) !important;
}
.features.feature-success .title:hover {
   color: #8dc351 !important;
}
.features.feature-success .icon {
   color: #8dc351 !important;
}
.features.feature-success .link {
   color: #8dc351 !important;
}
.features.feature-success .fea-icon {
   background-color: #8dc351;
}
.features.feature-success .fea-icon.bg-soft {
   background-color: rgba(141, 195, 81, 0.1);
   color: #8dc351;
}
.features.feature-success.feature-bg:hover {
   background: #8dc351;
}
.features.feature-success.feature-bg:hover .fea-icon {
   color: #8dc351 !important;
}
.features.feature-warning .title:hover {
   color: #f1af2d !important;
}
.features.feature-warning .icon {
   color: #f1af2d !important;
}
.features.feature-warning .link {
   color: #f1af2d !important;
}
.features.feature-warning .fea-icon {
   background-color: #f1af2d;
}
.features.feature-warning .fea-icon.bg-soft {
   background-color: rgba(241, 175, 45, 0.1);
   color: #f1af2d;
}
.features.feature-warning.feature-bg:hover {
   background: #f1af2d;
}
.features.feature-warning.feature-bg:hover .fea-icon {
   color: #f1af2d !important;
}
.features.feature-info .title:hover {
   color: #09a5be !important;
}
.features.feature-info .icon {
   color: #09a5be !important;
}
.features.feature-info .link {
   color: #09a5be !important;
}
.features.feature-info .fea-icon {
   background-color: #09a5be;
}
.features.feature-info .fea-icon.bg-soft {
   background-color: rgba(9, 165, 190, 0.1);
   color: #09a5be;
}
.features.feature-info.feature-bg:hover {
   background: #09a5be;
}
.features.feature-info.feature-bg:hover .fea-icon {
   color: #09a5be !important;
}
.features.feature-danger .title:hover {
   color: #e84142 !important;
}
.features.feature-danger .icon {
   color: #e84142 !important;
}
.features.feature-danger .link {
   color: #e84142 !important;
}
.features.feature-danger .fea-icon {
   background-color: #e84142;
}
.features.feature-danger .fea-icon.bg-soft {
   background-color: rgba(232, 65, 66, 0.1);
   color: #e84142;
}
.features.feature-danger.feature-bg:hover {
   background: #e84142;
}
.features.feature-danger.feature-bg:hover .fea-icon {
   color: #e84142 !important;
}
.features.feature-dark .title:hover {
   color: #3c4858 !important;
}
.features.feature-dark .icon {
   color: #3c4858 !important;
}
.features.feature-dark .link {
   color: #3c4858 !important;
}
.features.feature-dark .fea-icon {
   background-color: #3c4858;
}
.features.feature-dark .fea-icon.bg-soft {
   background-color: rgba(60, 72, 88, 0.1);
   color: #3c4858;
}
.features.feature-dark.feature-bg:hover {
   background: #3c4858;
}
.features.feature-dark.feature-bg:hover .fea-icon {
   color: #3c4858 !important;
}
.features.feature-muted .title:hover {
   color: #8c98a4 !important;
}
.features.feature-muted .icon {
   color: #8c98a4 !important;
}
.features.feature-muted .link {
   color: #8c98a4 !important;
}
.features.feature-muted .fea-icon {
   background-color: #8c98a4;
}
.features.feature-muted .fea-icon.bg-soft {
   background-color: rgba(140, 152, 164, 0.1);
   color: #8c98a4;
}
.features.feature-muted.feature-bg:hover {
   background: #8c98a4;
}
.features.feature-muted.feature-bg:hover .fea-icon {
   color: #8c98a4 !important;
}
.features.feature-light .title:hover {
   color: #f7f8fa !important;
}
.features.feature-light .icon {
   color: #f7f8fa !important;
}
.features.feature-light .link {
   color: #f7f8fa !important;
}
.features.feature-light .fea-icon {
   background-color: #f7f8fa;
}
.features.feature-light .fea-icon.bg-soft {
   background-color: rgba(247, 248, 250, 0.1);
   color: #f7f8fa;
}
.features.feature-light.feature-bg:hover {
   background: #f7f8fa;
}
.features.feature-light.feature-bg:hover .fea-icon {
   color: #f7f8fa !important;
}
.features.feature-blue .title:hover {
   color: #3274f0 !important;
}
.features.feature-blue .icon {
   color: #3274f0 !important;
}
.features.feature-blue .link {
   color: #3274f0 !important;
}
.features.feature-blue .fea-icon {
   background-color: #3274f0;
}
.features.feature-blue .fea-icon.bg-soft {
   background-color: rgba(50, 116, 240, 0.1);
   color: #3274f0;
}
.features.feature-blue.feature-bg:hover {
   background: #3274f0;
}
.features.feature-blue.feature-bg:hover .fea-icon {
   color: #3274f0 !important;
}
.features.feature-footer .title:hover {
   color: #1e273e !important;
}
.features.feature-footer .icon {
   color: #1e273e !important;
}
.features.feature-footer .link {
   color: #1e273e !important;
}
.features.feature-footer .fea-icon {
   background-color: #1e273e;
}
.features.feature-footer .fea-icon.bg-soft {
   background-color: rgba(30, 39, 62, 0.1);
   color: #1e273e;
}
.features.feature-footer.feature-bg:hover {
   background: #1e273e;
}
.features.feature-footer.feature-bg:hover .fea-icon {
   color: #1e273e !important;
}
.features {
   transition: all 0.5s ease;
}
.features .title {
   transition: all 0.5s ease;
}
.features .fea-icon {
   width: 60px;
   height: 60px;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.5s ease;
}
.features .fea-icon i {
   font-size: 24px;
}
.features.feature-bg:hover .title {
   color: #ffffff !important;
}
.features.feature-bg:hover .para {
   color: rgba(255, 255, 255, 0.5) !important;
}
.features.feature-bg:hover .fea-icon {
   background: #ffffff !important;
}
.features.features-classic:hover {
   box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.features.features-modern .overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   transition: all 0.5s ease;
}
.features.features-modern .content {
   position: absolute;
   top: 15px;
   right: 15px;
   bottom: 15px;
   left: 15px;
   transform: scale(1.2);
   transition: all 0.5s ease;
   opacity: 0;
   border: 1px dashed #ffffff;
   display: flex;
   justify-content: center;
   align-items: center;
}
.features.features-modern:hover .content {
   transform: scale(1);
   opacity: 1;
}
.features.features-modern:hover .overlay {
   background-color: rgba(60, 72, 88, 0.7);
}
.card.features {
   box-shadow: none;
   border: 1px solid var(--ecbz-white-soft);
}
.accordion .accordion-item {
   overflow: hidden;
}
.accordion .accordion-item .accordion-button {
   font-weight: 500;
   text-align: left;
   padding-right: 32px;
}
.accordion .accordion-item .accordion-button:focus {
   box-shadow: none;
}
.accordion .accordion-item .accordion-button:after {
   font-family: "Material Design Icons";
   content: "\F0374";
   width: 20px;
   height: 20px;
   line-height: 25px;
   color: var(--ecbz-primary);
   position: absolute;
   right: 20px;
   transition: all 0.5s ease;
}
.accordion .accordion-item .accordion-button.collapsed {
   background-color: #ffffff;
   transition: all 0.5s;
}
.accordion .accordion-item .accordion-button.collapsed:after {
   content: "\F0415";
   width: 20px;
   height: 20px;
   right: 10px;
   line-height: 20px;
   color: #3c4858;
}
.accordion .accordion-item .accordion-button:after {
   background-image: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
   color: var(--ecbz-primary);
   box-shadow: none;
}
.accordion .accordion-item .accordion-body {
   padding: 0 20px 20px;
}

.nav-pills {
   margin-bottom: 15px;
   background: #f4f5f8;
}
.nav-pills .nav-link {
   color: #495057 !important;
   padding: 5px;
   transition: all 0.5s ease;
}
.nav-pills .nav-link.nav-link-alt {
   color: #ffffff !important;
}
.nav-pills .nav-link.nav-link-alt.active {
   background: #3c4858 !important;
}
.nav-pills .nav-link.active {
   background: var(--ecbz-primary);
   color: #ffffff !important;
}
.nav-pills .nav-link.active .tab-para {
   color: rgba(255, 255, 255, 0.5) !important;
}
.nav-pills .nav-link .tab-para p {
   margin: 0;
   line-height: 1.5;
}
@media (max-width: 768px) {
   .img-fluid-responsive img {
      max-width: 550px;
   }
}
@media (max-width: 767px) {
   .img-fluid-responsive img {
      max-width: 100%;
      height: auto;
   }
}

#topnav {
   position: fixed;
   right: 0;
   left: 0;
   top: 0;
   z-index: 999;
   background-color: transparent;
   border: 0;
   transition: all .5s ease;
   font-family: "Montserrat", "Poppins", sans-serif;
}
#topnav .logo {
   float: left;
   color: #3c4858 !important;
}
#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
   display: none;
}
#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
   display: inline-block;
}
#topnav .logo:focus {
   outline: none;
}
#topnav .has-submenu {
   position: relative;
}
#topnav .has-submenu .submenu.megamenu .menu-list-icon {
   font-size: 16px !important;
}
#topnav .has-submenu .submenu .submenu-arrow {
   border: solid #3c4858;
   border-radius: 0.5px;
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 2px;
   transform: rotate(-45deg);
   transition: all 0.3s ease;
   position: absolute;
   right: 20px;
   top: 14px;
}
#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
   border-color: var(--ecbz-primary);
}
#topnav .has-submenu.active a {
   color: #ffffff;
}
#topnav .has-submenu.active .submenu li.active > a {
   color: var(--ecbz-primary) !important;
}
#topnav .has-submenu.active.active .menu-arrow {
   border-color: var(--ecbz-primary);
}
#topnav .navbar-toggle {
   border: 0;
   position: relative;
   padding: 0;
   margin: 0;
   cursor: pointer;
}
#topnav .navbar-toggle .lines {
   width: 25px;
   display: block;
   position: relative;
   margin: 30px 0 26px 10px;
   height: 18px;
}
#topnav .navbar-toggle span {
   height: 2px;
   width: 100%;
   background-color: #3c4858;
   display: block;
   margin-bottom: 5px;
   transition: transform .5s ease;
}
#topnav .navbar-toggle span:last-child {
   margin-bottom: 0;
}
#topnav .buy-button,
#navbar .buy-button {
   float: right;
   line-height: 68px;
   padding-bottom: 6px;
}
#topnav .buy-button > li {
   line-height: initial;
}
#topnav .buy-button .nav-light-icon-dark {
   display: none;
}
#topnav .buy-button .nav-light-icon-white {
   display: inline-block;
}
#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
   display: none;
}
#topnav .navbar-toggle.open span {
   position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
   top: 6px;
   transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
   visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
   width: 100%;
   top: 6px;
   transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
   background-color: var(--ecbz-primary);
}
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
   background-color: transparent;
}
#topnav .navigation-menu {
   list-style: none;
   margin: 0;
   padding: 0;
}
#topnav .navigation-menu > li {
   /*float: left;*/
   display: block;
   position: relative;
   margin: 0 10px;
}
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
   color: var(--ecbz-primary) !important;
}
#topnav .navigation-menu > li > a {
   display: block;
   color: #3c4858;
   font-size: 13px;
   background-color: transparent !important;
   font-weight: 900 !important;
   letter-spacing: 1px;
   line-height: 24px;
   text-transform: uppercase;
   transition: all 0.5s;
   padding-left: 10px;
   padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
   color: var(--ecbz-primary);
}

#topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
   padding: 10px 20px;
   white-space: nowrap;
   font-size: 11px;
   text-transform: uppercase;
   letter-spacing: 0.04em;
   font-weight: 700;
   color: #3c4858 !important;
}
#topnav .navigation-menu.nav-right > li:last-child {
   margin-right: 0;
}
#topnav .navigation-menu.nav-right > li:last-child a {
   padding-right: 0;
}
#topnav .navigation-menu.nav-left > li:first-child {
   margin-left: 0;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
   border: solid #3c4858;
   border-radius: 0.5px;
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 3px;
   transform: rotate(45deg);
   position: absolute;
   transition: all 0.5s;
   right: -1px;
   top: 30px;
}
#topnav .menu-extras {
   float: right;
}
#topnav.scroll {
   background-color: #ffffff;
   border: none;
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.scroll .navigation-menu > li > a {
   color: #3c4858;
}
#topnav.scroll .navigation-menu > li > .menu-arrow {
   border-color: #3c4858;
}
#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
   color: var(--ecbz-primary);
}
#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
   border-color: var(--ecbz-primary);
}
#topnav.defaultscroll.dark-menubar .logo {
   line-height: 70px;
}
#topnav.defaultscroll.scroll .logo {
   line-height: 62px;
}
#topnav.defaultscroll.scroll.dark-menubar .logo {
   line-height: 62px;
}
#topnav.nav-sticky {
   backdrop-filter: blur(12px);
   background-color: rgba(255, 255, 255, 0.8);
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
   color: #3c4858;
}
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
   color: var(--ecbz-primary) !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
   border-color: var(--ecbz-primary) !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
   color: var(--ecbz-primary) !important;
}
#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
   border-color: #3c4858;
}
#topnav.nav-sticky.tagline-height {
   top: 0 !important;
}
#topnav.nav-sticky .buy-button .nav-light-icon-dark {
   display: inline-block;
}
#topnav.nav-sticky .buy-button .nav-light-icon-white {
   display: none;
}
#topnav.nav-sticky .logo .l-dark {
   display: inline-block;
}
#topnav.nav-sticky .logo .l-light {
   display: none;
}
.logo {
   font-weight: 600;
   font-size: 24px;
   margin-right: 15px;
   padding: 0 5px 6px 0;
   letter-spacing: 1px;
   line-height: 68px;
}
@media (min-width: 1025px) {
   #topnav .navigation-menu > li .submenu.megamenu {
      width: 1116px !important;
   }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
   #topnav .navigation-menu > li .submenu.megamenu {
      width: 936px !important;
   }
}
@media (min-width: 992px) {
   #topnav .navigation-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
   }
   #topnav .navigation-menu > .has-submenu .submenu .has-submenu:hover .submenu-arrow {
      right: 16px;
   }
   #topnav .navigation-menu > .has-submenu .menu-arrow {
      display: none;
   }
   #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
      top: 33px !important;
   }
   #topnav .navigation-menu > .has-submenu.active .menu-arrow {
      top: 30px;
   }
   #topnav .navigation-menu > li .submenu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      padding: 15px 0;
      list-style: none;
      min-width: 180px;
      visibility: hidden;
      opacity: 0;
      margin-top: 10px;
      transition: all .2s ease;
      border-radius: 6px;
      background-color: #ffffff;
      box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
   }
   #topnav .navigation-menu > li .submenu li {
      position: relative;
   }
   #topnav .navigation-menu > li .submenu li a {
      display: block;
      padding: 10px 20px;
      clear: both;
      white-space: nowrap;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      font-weight: 600;
      color: #3c4858 !important;
      transition: all 0.3s;
   }
   #topnav .navigation-menu > li .submenu li a:hover {
      color: var(--ecbz-primary) !important;
   }
   #topnav .navigation-menu > li .submenu li ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
   }
   #topnav .navigation-menu > li .submenu.megamenu {
      white-space: nowrap;
      left: 50%;
      transform: translateX(-50%);
      position: fixed;
      top: auto;
      display: flex;
   }
   #topnav .navigation-menu > li .submenu.megamenu > li {
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      width: 20%;
   }
   #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
      left: 100%;
      top: 0;
      margin-left: 10px;
      margin-top: -1px;
   }
   #topnav .navigation-menu > li .submenu > li .submenu {
      left: 101%;
      top: 0;
      margin-left: 10px;
      margin-top: -1px;
   }
   #topnav .navigation-menu > li > a {
      padding-top: 25px;
      padding-bottom: 25px;
      min-height: 62px;
   }
   #topnav .navigation-menu > li:hover > .menu-arrow {
      border-color: var(--ecbz-primary);
   }
   #topnav .navigation-menu > li:hover > a,
   #topnav .navigation-menu > li.active > a {
      color: var(--ecbz-primary) !important;
   }
   #topnav .navigation-menu > li:last-child .submenu {
      left: auto;
      right: 0;
   }
   #topnav .navigation-menu > li:last-child .submenu:before {
      left: auto;
      right: 10px;
   }
   #topnav .navigation-menu > li:last-child .submenu > li.has-submenu .submenu {
      left: auto;
      right: 100%;
      margin-left: 0;
      margin-right: 10px;
   }
   #topnav .navigation-menu.nav-light > li > a {
      color: rgba(255, 255, 255, 0.5);
   }
   #topnav .navigation-menu.nav-light > li.active > a {
      color: #ffffff !important;
   }
   #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
      border-color: #ffffff !important;
   }
   #topnav .navigation-menu.nav-light > li:hover > a {
      color: #ffffff !important;
   }
   #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
      border-color: rgba(255, 255, 255, 0.5);
   }
   #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
      border-color: #ffffff !important;
   }
   #topnav .navigation-menu.nav-right {
      justify-content: flex-end !important;
   }
   #topnav .navigation-menu.nav-left {
      justify-content: flex-start !important;
   }
   #topnav .navigation-menu.nav-left > li.last-elements .submenu {
      left: 0 !important;
      right: auto !important;
   }
   #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
      left: 45px !important;
      right: auto !important;
   }
   #navbar .buy-button,
   #topnav .buy-button {
      padding-left: 15px;
      margin-left: 15px;
   }
   #topnav .navbar-toggle {
      display: none;
   }
   #topnav #navigation {
      display: block !important;
   }
   #topnav.scroll {
      top: 0;
   }
   #topnav.scroll .navigation-menu > li > a {
      padding-top: 20px;
      padding-bottom: 20px;
   }
   #topnav.scroll-active .navigation-menu > li > a {
      padding-top: 25px;
      padding-bottom: 25px;
   }
}

@media (max-width: 991px) {
   #topnav {
      background-color: #ffffff;
      box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
      min-height: 74px;
   }
   #topnav .logo {
      padding: 3px 0;
   }
   #topnav .logo .l-dark {
      display: inline-block !important;
   }
   #topnav .logo .l-light {
      display: none !important;
   }
   #topnav .container {
      width: auto;
   }
   #topnav #navigation {
      max-height: 400px;
   }
   #topnav .navigation-menu {
      float: none;
   }
   #topnav .navigation-menu > li {
      float: none;
   }
   #topnav .navigation-menu > li .submenu {
      display: none;
      list-style: none;
      padding-left: 20px;
      margin: 0;
   }
   #topnav .navigation-menu > li .submenu li a {
      display: block;
      position: relative;
      padding: 7px 15px;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 0.04em;
      font-weight: 600;
      color: #3c4858 !important;
      transition: all 0.3s;
   }
   #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
      padding: 7px 15px;
   }
   #topnav .navigation-menu > li .submenu.open {
      display: block;
   }
   #topnav .navigation-menu > li .submenu .submenu {
      display: none;
      list-style: none;
   }
   #topnav .navigation-menu > li .submenu .submenu.open {
      display: block;
   }
   #topnav .navigation-menu > li .submenu.megamenu > li > ul {
      list-style: none;
      padding-left: 0;
   }
   #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
      display: block;
      position: relative;
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px;
      color: #8c98a4;
   }
   #topnav .navigation-menu > li > a {
      color: #3c4858;
      padding: 10px 20px;
   }
   #topnav .navigation-menu > li > a:after {
      position: absolute;
      right: 15px;
   }
   #topnav .navigation-menu .has-submenu .menu-arrow {
      right: 16px;
      top: 16px;
   }
   #topnav .navigation-menu > li > a:hover,
   #topnav .navigation-menu > li .submenu li a:hover,
   #topnav .navigation-menu > li.has-submenu.open > a {
      color: var(--ecbz-primary);
   }
   #topnav .menu-extras .menu-item {
      border-color: #8c98a4;
   }
   #topnav .navbar-header {
      float: left;
   }
   #topnav .buy-button .nav-light-icon-dark {
      display: inline-block !important;
   }
   #topnav .buy-button .nav-light-icon-white {
      display: none;
   }
   #topnav .has-submenu .submenu .submenu-arrow {
      transform: rotate(45deg);
      position: absolute;
      right: 20px;
      top: 12px;
   }
   #topnav .has-submenu.active a {
      color: var(--ecbz-primary);
   }
   #topnav.nav-sticky {
      background-color: #ffffff !important;
   }
   #navigation {
      position: absolute;
      top: 74px;
      left: 0;
      width: 100%;
      display: none;
      height: auto;
      padding-bottom: 0;
      overflow: auto;
      border-top: 1px solid #f1f3f6;
      border-bottom: 1px solid #f1f3f6;
      background-color: #ffffff;
   }
   #navigation.open {
      display: block;
      overflow-y: auto;
   }
}

@media (max-width: 768px) {
   #topnav .buy-button,
   #navbar .buy-button {
      padding: 3px 0;
   }
}

@media (min-width: 768px) {
   #topnav .navigation-menu > li.has-submenu:hover > .submenu {
      visibility: visible;
      opacity: 1;
      margin-top: 0;
   }
   #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
      visibility: visible;
      opacity: 1;
      margin-left: 0;
      margin-right: 0;
   }
   .navbar-toggle {
      display: block;
   }
}

@media (max-width: 425px) {
   #topnav .navigation-menu > li {
      margin: 0;
   }
   #topnav .navigation-menu > li > a {
      padding: 10px 15px;
   }
   #topnav .navbar-toggle .lines {
      margin-right: 0 !important;
   }
}

@media (max-width: 375px) {
   #topnav .buy-button .search-icon {
      padding-left: 15px;
   }
   #topnav .buy-menu-btn,
   #navbar .buy-menu-btn {
      display: block !important;
      margin: 0 10px;
      padding: 10px 20px;
   }
   #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
      transform: translate3d(0px, -54px, 0px) !important;
   }
}

.tagline {
   position: relative;
   width: 100%;
   z-index: 99;
   font-size: 14px;
   padding: 13px 0;
   height: 48px;
}
@media screen and (max-width: 575px) {
   .tagline {
      display: none;
   }
}
@media screen and (max-width: 575px) {
   .tagline-height {
      top: 0 !important;
   }
}
@media (min-width: 576px) {
   .tagline-height {
      top: 48px !important;
   }
}
.social-icon.tagline-social li a i {
   color: #3c4858 !important;
}
.social-icon.tagline-social li a i:hover {
   color: var(--ecbz-primary) !important;
}
.social-icon.tagline-social li a:hover {
   background: transparent;
}
.tagline.bg-primary .social-icon.tagline-social li a i {
   color: #ffffff;
}
.tagline.bg-primary .social-icon.tagline-social li a i:hover {
   color: var(--ecbz-secondary) !important;
}
.tagline.bg-primary .social-icon.tagline-social li a:hover {
   background: transparent;
}
.tagline.bg-secondary .social-icon.tagline-social li a i {
   color: #ffffff;
}
.tagline.bg-secondary .social-icon.tagline-social li a i:hover {
   color: var(--ecbz-primary) !important;
}
.tagline.bg-secondary .social-icon.tagline-social li a:hover {
   background: transparent;
}
.social-icon.tagline-social.social-white li a i {
   color: #ffffff;
}
.social-icon.tagline-social.social-dark li a i {
   color: #3c4858;
}
.tagline.bg-primary .list-inline-item a,
.tagline.bg-secondary .list-inline-item a{
   color: #ffffff !important;
}
.tagline .list-inline-item a i {
   color: var(--ecbz-primary) !important;
}
.tagline.bg-primary .list-inline-item a i {
   color: var(--ecbz-secondary) !important;
}
.tagline.bg-secondary .list-inline-item a i{
   color: var(--ecbz-primary) !important;
}

.tns-nav {
   text-align: center;
   margin-top: 10px;
}
.tns-nav button {
   border-radius: 30px;
   background: rgba(var(--ecbz-primary-rgb), 0.5) !important;
   transition: all 0.5s ease;
   border: none;
   margin: 0 5px;
   padding: 3px;
   /*border: 1px solid #ffffff;*/
}
.tns-nav button.tns-nav-active {
   background: var(--ecbz-primary) !important;
   padding: 3px 5px;
   border-color: var(--ecbz-primary);
}
.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   font-size: 16px;
   width: 32px;
   height: 32px;
   border-radius: 50%;
   background: #ffffff;
   color: #3c4858;
   border: none;
   transition: all 0.5s ease;
   z-index: 1;
   box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}
.tns-controls button[data-controls="prev"]:hover,
.tns-controls button[data-controls="next"]:hover {
   background: #3274f0;
   color: #ffffff;
}
.tns-controls button[data-controls="prev"] {
   left: 0;
}
.tns-controls button[data-controls="next"] {
   right: 0;
}
.portfolio.portfolio-primary .title:hover,
.portfolio.portfolio-primary .lightbox-icon a:hover {
   color: var(--ecbz-primary) !important;
}
.portfolio.portfolio-primary .btn-icon {
   background-color: var(--ecbz-primary) !important;
}
.portfolio.portfolio-secondary .title:hover,
.portfolio.portfolio-secondary .lightbox-icon a:hover {
   color: var(--ecbz-secondary) !important;
}
.portfolio.portfolio-secondary .btn-icon {
   background-color: var(--ecbz-secondary) !important;
}
.portfolio.portfolio-success .title:hover,
.portfolio.portfolio-success .lightbox-icon a:hover {
   color: #8dc351 !important;
}
.portfolio.portfolio-success .btn-icon {
   background-color: #8dc351 !important;
}
.portfolio.portfolio-warning .title:hover,
.portfolio.portfolio-warning .lightbox-icon a:hover {
   color: #f1af2d !important;
}
.portfolio.portfolio-warning .btn-icon {
   background-color: #f1af2d !important;
}
.portfolio.portfolio-info .title:hover,
.portfolio.portfolio-info .lightbox-icon a:hover {
   color: #09a5be !important;
}
.portfolio.portfolio-info .btn-icon {
   background-color: #09a5be !important;
}
.portfolio.portfolio-danger .title:hover,
.portfolio.portfolio-danger .lightbox-icon a:hover {
   color: #e84142 !important;
}
.portfolio.portfolio-danger .btn-icon {
   background-color: #e84142 !important;
}
.portfolio.portfolio-dark .title:hover,
.portfolio.portfolio-dark .lightbox-icon a:hover {
   color: #3c4858 !important;
}
.portfolio.portfolio-dark .btn-icon {
   background-color: #3c4858 !important;
}
.portfolio.portfolio-muted .title:hover,
.portfolio.portfolio-muted .lightbox-icon a:hover {
   color: #8c98a4 !important;
}
.portfolio.portfolio-muted .btn-icon {
   background-color: #8c98a4 !important;
}
.portfolio.portfolio-light .title:hover,
.portfolio.portfolio-light .lightbox-icon a:hover {
   color: #f7f8fa !important;
}
.portfolio.portfolio-light .btn-icon {
   background-color: #f7f8fa !important;
}
.portfolio.portfolio-blue .title:hover,
.portfolio.portfolio-blue .lightbox-icon a:hover {
   color: #3274f0 !important;
}
.portfolio.portfolio-blue .btn-icon {
   background-color: #3274f0 !important;
}
.portfolio.portfolio-footer .title:hover,
.portfolio.portfolio-footer .lightbox-icon a:hover {
   color: #1e273e !important;
}
.portfolio.portfolio-footer .btn-icon {
   background-color: #1e273e !important;
}
.container-filter li {
   margin: 0px 15px 10px !important;
   font-size: 14px;
   letter-spacing: 0.8px;
   cursor: pointer;
   transition: all 0.5s ease;
   color: #8c98a4 !important;
   border-bottom: 1px solid transparent;
   font-weight: 500;
}
.container-filter li.active, .container-filter li:hover {
   color: #3c4858 !important;
   border-bottom-color: #3c4858;
}
.spacing {
   padding: 7px;
}
.portfolio {
   transition: all 0.5s ease;
}
.portfolio.portfolio-classic .pop-icon {
   position: absolute;
   top: 70%;
   transform: translateY(-50%);
   left: 0;
   right: 0;
   text-align: center;
   transition: all 0.5s ease;
   opacity: 0;
}
.portfolio.portfolio-classic .pop-icon .btn-icon {
   color: #ffffff;
}
.portfolio.portfolio-classic:hover .pop-icon {
   top: 50%;
   opacity: 1;
}
.portfolio.portfolio-creative .lightbox-icon {
   position: absolute;
   top: 20px;
   right: 20px;
   transform: scale(0);
   transition: all 0.5s ease;
}
.portfolio.portfolio-creative img {
   transform: scale(1.1);
   transition: all 0.5s ease;
}
.portfolio.portfolio-creative .content {
   position: absolute;
   bottom: 5px;
   left: 5px;
   opacity: 0;
   transition: all 0.5s ease;
}
.portfolio.portfolio-creative:hover img {
   transform: scale(1);
}
.portfolio.portfolio-creative:hover .lightbox-icon {
   transform: scale(1.5);
}
.portfolio.portfolio-creative:hover .content {
   opacity: 1;
}
.portfolio.portfolio-modern .content {
   position: absolute;
   bottom: -50px;
   left: 0;
   right: 0;
   transition: all 0.5s ease;
   background-color: #ffffff;
   opacity: 0;
}
.portfolio.portfolio-modern:hover {
   transform: translateY(-5px);
}
.portfolio.portfolio-modern:hover .content {
   bottom: 20px;
   opacity: 1;
}
.portfolio.portfolio-masonry .content {
   position: absolute;
   bottom: 10px;
   left: 10px;
   right: 10px;
   transform: scale(0);
   transition: all 0.5s ease;
}
.portfolio.portfolio-masonry:hover .content {
   transform: scale(1);
}
.portfolio .overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   transition: all 0.5s ease;
}
.portfolio:hover .overlay {
   backdrop-filter: blur(6px);
   background-color: rgba(255, 255, 255, 0.8);
}
.tobii__btn svg {
   height: 30px;
   width: auto;
}
.tobii__counter {
   font-size: 16px;
}
.tobii-zoom {
   display: block !important;
}
.tobii-zoom__icon {
   display: none;
}
#grid {
   padding: 0 !important;
}
.sidebar .widget .title:hover {
   color: #3274f0 !important;
}

.sidebar .widget .widget-search form {
   position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
   box-shadow: none;
   padding: 12px 15px;
   height: 45px;
   font-size: 14px;
   display: block;
   width: 100%;
   outline: none !important;
   padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
   position: absolute;
   top: 5px;
   right: 10px;
   opacity: 0;
   width: 40px;
   height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
   content: "\F0349";
   position: absolute;
   font-family: "Material Design Icons";
   right: 16px;
   top: 15px;
   font-size: 20px;
   line-height: 20px;
   pointer-events: none;
}

.sidebar .widget .widget-title {
   font-weight: 500;
}

.sidebar .widget .tagcloud > a {
   background: #f8f9fa;
   display: inline-block;
   font-size: 10px;
   letter-spacing: 1px;
   margin: 5px;
   padding: 6px 10px;
   text-transform: uppercase;
   transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
   background: #3274f0;
   color: #ffffff !important;
}
.shop-advertise .ad-image {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 24px;
   height: 280px;
   transition: all 0.3s ease;
}
@media (max-width: 768px) {
   .shop-advertise .ad-image {
      height: 200px;
      right: -10px;
   }
}
@media (max-width: 425px) {
   .shop-advertise .ad-image {
      height: 150px;
      right: 8px;
   }
}
.shop-advertise:hover .ad-image {
   transform: translateY(-50%) scale(1.05);
}
.shop-list .shop-image .shop-icons,
.shop-list .shop-image .qty-icons,
.shop-list .shop-image .overlay-work {
   position: absolute;
   opacity: 0;
   transition: all 0.5s ease;
}
.shop-list .shop-image .product-image {
   transition: all 0.5s ease;
}
.shop-list .shop-image .overlay-work {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
}
.shop-list .shop-image .overlay-work .out-stock {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}
.shop-list .shop-image .shop-icons {
   top: 15px;
   left: 15px;
   z-index: 2;
}
.shop-list .shop-image .qty-icons {
   bottom: 15px;
   text-align: center;
   right: 0;
   left: 0;
   z-index: 2;
   transform: translateY(100px);
}
.shop-list .shop-image:hover .shop-icons,
.shop-list .shop-image:hover .qty-icons,
.shop-list .shop-image:hover .overlay-work {
   opacity: 1;
}
/*.shop-list .shop-image:hover .product-image {*/
/*   opacity: 0;*/
/*}*/
.shop-list .shop-image img.product-image {
   max-height: 470px !important;
   width: 100% !important;
   object-fit: cover !important;
   object-position: center !important;
}
.shop-list .shop-image:hover .qty-icons {
   transform: translateY(0);
}
.shop-list .shop-icons .btn.btn-icon,
.shop-list .qty-icons .btn.btn-icon {
   width: 38px;
   height: 38px;
}
.btn.btn-icon.btn-pills .icons {
   height: 16px;
   width: 16px;
   font-size: 16px;
}
.btn.btn-icon .icons {
   vertical-align: middle !important;
}
.shop-list .content .product-name {
   transition: all 0.5s ease;
}
.shop-list .content .product-name:hover {
   color: #3274f0 !important;
}
.shop-list .label {
   position: absolute;
   top: 15px;
   right: 15px;
   z-index: 2;
}
.shop-list .qty-btn {
   pointer-events: none;
   width: 65px !important;
   padding-left: 16px !important;
}
@media (max-width: 1024px) {
   .shop-list .qty-btn {
      padding-left: 0;
   }
}


/*.swiper-slider-hero .swiper-container,*/
/*.swiper-slider-hero .swiper-slide .slide-inner {*/
/*   position: absolute;*/
/*   left: 0;*/
/*   top: 0;*/
/*   width: 100%;*/
/*   height: 100%;*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-prev,*/
/*.swiper-slider-hero .swiper-container .swiper-button-next {*/
/*   background: transparent;*/
/*   width: 35px;*/
/*   height: 35px;*/
/*   line-height: 35px;*/
/*   margin-top: -30px;*/
/*   top: 98% !important;*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-prev:before,*/
/*.swiper-slider-hero .swiper-container .swiper-button-next:before {*/
/*   font-family: "Material Design Icons";*/
/*   font-weight: 900;*/
/*   color: #ffffff;*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-prev:hover,*/
/*.swiper-slider-hero .swiper-container .swiper-button-next:hover {*/
/*   background: #3274f0;*/
/*   border-color: #3274f0 !important;*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-prev:focus,*/
/*.swiper-slider-hero .swiper-container .swiper-button-next:focus {*/
/*   outline: none;*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-prev {*/
/*   left: 10px;*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-prev:before {*/
/*   content: "\f0141";*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-next {*/
/*   right: 10px;*/
/*}*/
/*.swiper-slider-hero .swiper-container .swiper-button-next:before {*/
/*   content: "\f0142";*/
/*}*/
/*.swiper-slider-hero .swiper-pagination-bullet {*/
/*   color: #f8f9fa;*/
/*   background: transparent;*/
/*}*/
/*.swiper-slider-hero .swiper-pagination-bullet-active {*/
/*   color: #ffffff;*/
/*}*/
/*.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,*/
/*.swiper-slider-hero .swiper-pagination-custom,*/
/*.swiper-slider-hero .swiper-pagination-fraction {*/
/*   bottom: 45px;*/
/*}*/
/*.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {*/
/*   margin: 0 13px;*/
/*}*/
/*@media (max-width: 767px) {*/
/*   .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {*/
/*      padding: 150px 0;*/
/*      height: auto;*/
/*   }*/
/*}*/
