:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #008177!important;
  --bs-secondary: #872557;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "TaylorSans-Bold", TaylorSans-Bold, "TaylorSans-Bold", TaylorSans-Bold, "TaylorSans-Bold", "TaylorSans-Bold", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-SourceSans3: SourceSans3, Menlo, Monaco, Consolas, "SourceSans3", "SourceSans3-Regular";
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font:1rem;
  --bs-font-weight:bold;
  --bs-nav-pills-link-active-color: #008177;
  --bs-nav-pills-link-active-bg:#008177;
  --bs-navbar-active-active-color:#008177;
  --bs-footer-color:#008177;
  --bs-custom1-red: #872557;
  --bs-custom2-green: #008177;
  --bs-custom3-gray: #939597;
  --bs-btn-secondary: #872557;
  --bs-btn-nextlevel: #B91C1C;
  --bs-nextlevel-text: #B91C1C;
  --bs-gearOrange-text: #F97316;
  --bs-natural: #f0efea;
  
}
@font-face {
    font-family: 'SourceSans3';
    src: url('../font_custom/SourceSans3-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('../font_custom/SourceSans3-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('../font_custom/SourceSans3-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: light;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('../font_custom/SourceSans3-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: medium;
    font-display: swap;
}


@font-face {
    font-family: 'TaylorSans-Bold';
    src: url('../font_custom/TaylorSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TaylorSans-Bold';
    src: url('../font_custom/TaylorSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TaylorSans-Bold';
     src: url('../font_custom/TaylorSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TaylorSans-Bold';
     src: url('../font_custom/TaylorSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
h1, h2, h3 {
    font-family: 'TaylorSans-Bold', sans-serif !important;
    text-transform: math-auto;
}
.display-5, .display-4{
    font-family: 'TaylorSans-Bold', sans-serif !important;
    text-transform: uppercase;
}
h1, h1 a {
	font-weight: 700 !important;
    }
h2, h2 a {
	font-weight: 700 !important;
    }
h3, h4, h5, h6, h3 {
    font-family: 'TaylorSans-Bold', sans-serif !important;
}
h4 {
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
  }
ul#ast-hf-menu-1 > li a{
  text-transform: uppercase!important;
  font-family: 'TaylorSans-Bold', sans-serif !important;
  color: #008177!important;
}
ul#ast-hf-menu-1 > li a:hover{
  color: #872557 !important;
  font-weight: 400!important;
}
.h4Tylor{ 
  font-family: 'TaylorSans-Bold', sans-serif !important;
  color: #008177!important;
  font-weight: 700 !important;
  font-size: 1.5rem!important;
}
body, p{
    font-family: 'SourceSans3', sans-serif !important;
    text-decoration: none !important;
    font-size: 1.25rem!important;
    font-weight: 300!important;
    text-transform: none;
  }
body,#page{ background: #fff!important;}
/* .entry-content[data-ast-blocks-layout] > * {
    margin: 0 !important;
} */
ul.hfe-breadcrumbs.hfe-breadcrumbs-show-home > li {
    font-family: 'SourceSans3', sans-serif !important;
    color: #872557;
    font-size: 1rem;
    font-weight: bold;
}
/*End Root*/

ul#menu-1-c2da822, ul#menu-1-fda037c, ul#menu-1-6ae4199{
  text-transform: uppercase!important;
  font-family: 'TaylorSans-Bold', sans-serif !important;
  color: #dc3545!important;
}
ul#menu-1-c2da822 > li:nth-child(5), ul#menu-1-fda037c > li:nth-child(6) {
    border-radius: 10px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    /* text-transform: capitalize; */
    width: auto;
    box-shadow: 0 8px 22px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}
div#ORG_HEADER {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.feature-unit {
    border-radius: 20px;
    cursor: default;
    transition: 0.3s ease-in;
    padding: 2rem 1rem;
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    background: #fff;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.features15-info {
    background: #fff;
    width: 100px;
    height: 100px;
    margin: auto;
    line-height: 100px;
    border-radius: 50%;
    text-align: left;
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    font-size: 0.9em;
    padding: 20px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: capitalize;
    box-shadow: 0 8px 22px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}
.features15-info i {
    font-size: 40px;
    line-height: 100px;
    display: block;
    position: absolute;
    top: 3px;
    left: 30px;
}
.features15-para h4 {
    font-size: 27px;
    line-height: 28px;
    text-align: left;
}
.features15-para > p {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 300;
}
.offer {
    border-radius: 20px;
    transition: 0.3s ease-in;
    border: 1px solid #eee;
    padding: 2rem;
    margin-bottom: 1rem;
    display: block;
    height: auto;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: initial;
    width: auto;
    cursor: pointer;
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}
.offer > .card-body {
    padding-top: 10px;
}
.offer > p {
    margin-bottom: 0;
}
div#selfCenter {
    align-self: center;
}
.galleryInside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    transition: max-height 0.2s ease, opacity 0.2s ease;
}
.eael-advance-tabs.eael-tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #eeeeee!important;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: initial;
    width: auto;
    border-radius: 10px!important;
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}
.elementor-541 .elementor-element.elementor-element-10bbe36 .eael-advance-tabs .eael-tabs-nav > ul .active,
.elementor-2360 .elementor-element.elementor-element-10bbe36 .eael-advance-tabs .eael-tabs-nav > ul li.active {
    background-color: #872557!important;
}
.eael-advance-tabs .eael-tabs-nav>ul li {
    border-right: 1px solid #ebebeb!important;
    background-color: #ffffff!important;
    border-bottom: 1px solid #ebebeb!important;
}
.eael-advance-tabs .eael-tabs-nav>ul li:hover {
    background-color: #872557!important;
}
.elementor-541 .elementor-element.elementor-element-10bbe36 .eael-advance-tabs .eael-tabs-nav > ul li i,
.elementor-2360 .elementor-element.elementor-element-10bbe36 .eael-advance-tabs .eael-tabs-nav > ul li i {
    font-size: 35px;
    color: #7b2c57;
}
/* .elementor-541 .elementor-element.elementor-element-10bbe36 .eael-advance-tabs .eael-tabs-nav > ul li.active {
    border-top-left-radius: 10px;
} */
ul.eael-tab-inline-icon > li span {
    font-family: 'TaylorSans-Bold', sans-serif !important;
}
/* Highlight the active menu item */
.main-navigation .current-menu-item > a{
  border-bottom: 2px solid #872557;
  border-radius: 0 !important;
}
.project > button {
    border: 1px solid #008177;
    color: #008177;
    font-weight: bold;
    text-transform: uppercase;
    background: white;
    width: auto;
    display: block;
    margin: 2rem auto 0 auto;
}
.project > button:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
    font-weight: bold;
    text-transform: uppercase;
    background: #008177;
    margin: 2rem auto 0 auto;
    width: auto;
}
 .ast-row{
  margin-top:5rem;
 }
 .ast-row > article {
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    font-size: 0.9em;
    border-radius: 10px;
    padding: 20px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: capitalize;
    width: auto;
    backdrop-filter: blur(20px);
}
.cardPass  {
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    font-size: 0.9em;
    border-radius: 10px;
    padding: 20px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: capitalize;
    width: auto;
    backdrop-filter: blur(20px);
}
article > .eael-grid-post-holder {
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    font-size: 0.9em;
    border-radius: 10px;
    padding: 20px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    width: auto;
    backdrop-filter: blur(20px);
}
.eael-grid-post .eael-entry-wrapper {
    padding: 0!important;
}
.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
    padding: 0;
    font-size: 15px!important;
    margin-right: 15px;
    color: #929292;
}
.pr_timeline .timeline {
  position: relative;
  width: 860px;
  margin: 0 auto;
  padding: 4.5rem 0;
  list-style-type: none; }

.pr_timeline .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 4px;
  height: 100%;
  margin-left: -2px;
  background: #872557;
}

.pr_timeline .timeline li {
  padding: 1em 0; }

.pr_timeline .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.pr_timeline .direction-l {
  position: relative;
  width: 400px;
  float: left;
  text-align: right; }

.pr_timeline .direction-r {
  position: relative;
  width: 400px;
  float: right; }

.pr_timeline .flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center; }

.pr_timeline .flag {
  position: relative;
  display: inline;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: left;
  font-size: 22px;
  color:#872557; 
}

.pr_timeline .direction-l .flag:before,
.pr_timeline .direction-r .flag:before {
  position: absolute;
  top: 5px;
  right: -47px;
  content: ' ';
  display: block;
  width: 34px;
  height: 34px;
  margin-top: -10px;
  background: #008177;
  border-radius: 10px;
  border: 10px solid #fff;
  border-radius: 50%;
  z-index: 8;
  box-shadow: 1px 2px 6px 1px rgba(53, 54, 102, 0.08);
}

.pr_timeline .direction-r .flag:before {
  left: -47px;
  }

.pr_timeline .desc {
  margin: 0em 0.75em 0 0;
  font-weight: bold;
  color: #008177;
  font-size: 16px;
  line-height: 25px; 
}

.pr_timeline .direction-r .desc {
  margin: 0em 0 0 0.75em; 
  font-weight: bold;
  color: #008177;
}

@media screen and (max-width: 991px) {
  .pr_timeline .timeline {
    width: 660px; }
  .pr_timeline .direction-l {
    width: 300px; }
  .pr_timeline .direction-r {
    width: 300px; } }

@media screen and (max-width: 736px) {
  .pr_timeline .timeline {
    width: 100%; }
  .pr_timeline .timeline li {
    padding: 2em 0; }
  .pr_timeline .direction-l,
  .pr_timeline .direction-r {
    float: none;
    width: 100%;
    text-align: center; }
  .pr_timeline .flag-wrapper {
    text-align: center; }
  .pr_timeline .direction-l .flag:before,
  .pr_timeline .direction-r .flag:before {
    top: -30px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 8px solid #fff; 
  }
  .pr_timeline .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    z-index: 99999; 
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    border-radius: 10px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: capitalize;
    backdrop-filter: blur(20px);
  }
  .pr_timeline .direction-l .desc,
  .pr_timeline .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 8; } 
  }

.arrow-down {
  position: absolute;
  bottom: 20px;        
  left: 50%;
  transform: translateX(-50%); 
  font-size: 2rem;      
  color: white;         
  cursor: pointer;       
  animation: bounces 2s infinite; 
}

@keyframes bounces {
  0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
  40% { transform: translate(-50%, -10px); }
  60% { transform: translate(-50%, -5px); }
}

.smart > h3 {
    min-height: 3em;
}
.hfe-breadcrumbs-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Target only your homepage grid */
.homepage-left-grid .eael-grid-post-holder-inner {
    display: flex !important;       
    flex-direction: row !important;
    align-items: flex-start;
    gap: 15px;
}

/* .eael-grid-post-holder {
    border-left: 5px solid #008177;
} */

.homepage-left-grid .eael-grid-post-holder-inner .eael-entry-media {
    width: 200px !important;
    flex-shrink: 0;
    border-radius: 5px;
}

.homepage-left-grid .eael-entry-media img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.homepage-left-grid .eael-grid-post-holder-inner .eael-entry-wrapper {
    flex: 1 1 auto !important;
}


/* === Ribbon setup === */
.homepage-left-grid .eael-grid-post-holder {
  position: relative;
  overflow: hidden;
}

/* Default ribbon (English) */
.homepage-left-grid .eael-grid-post-holder::before {
  content: "Latest";
  position: absolute;
  top: 5px;
  right: -35px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 40px;
  text-transform: uppercase;
  transform: rotate(45deg);
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  z-index: 10;
}

/* Ribbon text for Bulgarian */
html[lang="bg-BG"] .homepage-left-grid .eael-grid-post-holder::before {
  content: "Актуално";
  position: absolute;
  top: 11px;
  right: -37px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 40px;
  text-transform: uppercase;
  transform: rotate(45deg);
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  z-index: 10;
}

html[lang="en-EN"] .homepage-left-grid .eael-grid-post-holder::before {
  content: "Latest";
}

html[lang="de-DE"] .homepage-left-grid .eael-grid-post-holder::before {
  content: "Neueste Nachrichten";
}

html[lang="fr-FR"] .homepage-left-grid .eael-grid-post-holder::before {
  content: "Dernières nouvelles";
}

.custom_mcp {
    border-radius: 10px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    backdrop-filter: blur(20px);
    max-width: 100%;
    font-size: 0.9em;
}

.custom-card {
    border-radius: 10px;
    padding: 16px;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
    /* display: flex;
    align-items: flex-start; */
    gap: 12px;
    backdrop-filter: blur(20px);
    max-width: 100%;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.arrow-down {
  position: absolute;
  bottom: 20px;        
  left: inherit;
  transform: translateX(-50%); 
  font-size: 2rem;      
  color: white;         
  cursor: pointer;       
  animation: bounces 2s infinite; 
}

@keyframes bounces {
  0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
  40% { transform: translate(-50%, -10px); }
  60% { transform: translate(-50%, -5px); }
}

/* .elementor-3623 .elementor-element.elementor-element-c2da822 .menu-item a.hfe-sub-menu-item, 
.elementor-3464 .elementor-element.elementor-element-fda037c .sub-menu a.hfe-sub-menu-item{
    padding: 16px;
    display: inline-flex;
} */
ul.sub-menu > li a.hfe-sub-menu-item{
  padding: 16px!important;
  display: inline-flex;
}
/* .elementor-3623 .elementor-element.elementor-element-c2da822 .hfe-nav-menu__toggle {
    margin: 0 auto;
    border: 1px solid #d9d9d9;
} */
 .entry-content[data-ast-blocks-layout] > * {
    max-width: var(--wp--custom--ast-content-width-size);
    /* margin-left: unset; */
    /* margin-right: auto; */
}
  /* ul.wp-block-list{
  margin: 0 0 1.5em 3em;
 } */

.entry-content[data-ast-blocks-layout] > *{
  margin-left: 0!important;
   margin-right: 0!important;
}


/*************************MEDIA QUERY Responsivnes************************************/
@media screen and (max-width: 1450px) and (min-width:1430px){
  .home-carousel h2 {
    font-size: 25px;
  }
    .mobile-overlay {
    display: block;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .text-wrapper > h2 {
    color: white;
     text-align: center;
  }
  .text-wrapper > a {
    color: white;
    text-align: center;
  }
  .text-wrapper {
    text-align: center;
    position: absolute;
    bottom: inherit;
    left: inherit;
    z-index: 2;
  }
  .home-demo h2{
    text-align: center;
  }
}

@media screen and (max-width: 1366px) and (min-width:1366px){
  .home-carousel h2 {
    font-size: 23px;
  }
  .img-wrapper {
    height: 30vw;
  }
  .text-wrapper {
    bottom: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width:1024px) and (orientation: landscape){
  .mobile-overlay {
    display: block;
  }
  .text-wrapper > h2 {
    color: white;
     text-align: center;
  }
  .text-wrapper > a {
    color: white;
    text-align: center;
  }
  .text-wrapper {
    text-align: center;
    position: absolute;
    bottom: inherit;
    left: inherit;
    z-index: 2;
  }
  .home-demo h2{
    text-align: center;
  }
  ul.navbar-nav li a {
    font-size: 12px;
  }
  a.nav-link.mcp{
    font-size: 11px;
  }
   ul.footer-list, .social_media{
    padding-left: 0rem;
  }
  .graphic {
    height: auto;
    margin: 0 auto;
    -ms-background-size: auto;
    background-size: auto;
    z-index: 0;
    position: relative;
    display: block;
    border-radius: 10px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: capitalize;
    width: auto;
    box-shadow: 0 8px 22px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    align-items: center;
  }
  .graphList >.list li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
  }
  .graphList ul.list {
    padding: 0;
  }
  .graphList .list li span {
    padding-left: 20px;
  }
  footer{background-position: 10% 70%;}
  #projectBG{height: auto!important;}
   .cardb.bestseller > #blog-posts .blog-post .post-image {
    flex: inherit !important;
    margin: 0 !important;
  }
  .zigzagline>li.zigzagline-inverted>.zigzagline-panel{float: none;}
  .zigzagline-image {
    display: none;
  }
  .zigzagline > li .zigzagline-panel{box-shadow: none;}
  .eael-advance-tabs.eael-tabs-vertical {
    display: block!important;
  }
}

@media only screen and (max-width: 1024px) and (min-width:1024px) and (orientation: portrait){
  .mobile-overlay {
    display: block;
  }
  .text-wrapper > h2 {
    color: white;
     text-align: center;
  }
  .text-wrapper > a {
    color: white;
    text-align: center;
  }
  .text-wrapper {
    text-align: center;
    position: absolute;
    bottom: inherit;
    left: inherit;
    z-index: 2;
  }
  .home-demo h2{
    text-align: center;
  }
  a.nav-link.mcp{
    font-size: 11px;
  }
  section.S5, .owl-stage { height: auto;}
  .graphic{
    border-radius: 40px;
    background: transparent linear-gradient(299deg, hsla(255, 255%, 255%, .1), hsla(255, 255%, 255%, .1)) 0 0 no-repeat padding-box;
    text-transform: capitalize;
    width: auto;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
  }
  #projectBG{height: auto;}
}


@media only screen and (max-width: 812px) and (min-width:736px) and (orientation: landscape){
  #projectBG, #heroBG{height: auto;}
    .text-wrapper > h2 {
    color: white;
  }
  .mobile-overlay {
    display: block;
  }
  .text-wrapper > a {
    color: white;
    text-align: center;
  }
  .text-wrapper {
    text-align: center;
    position: absolute;
    bottom: inherit;
    left: inherit;
    z-index: 2;
  }
  .home-demo h2{
    text-align: center;
  }
  .innerText {
    width: 100%;
  }
  .graphList >.list li {
    margin-bottom: 1rem;
  }
  ul.list {
    padding: 0;
  }
  .graphic {
    /* background-size: contain; */
    background: rgba(183, 183, 183, 0.15);
    border-radius: 40px;
    text-transform: capitalize;
    width: auto;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
  }
  section.S5 {
    height: auto;
  }
  ul.footer-list, ul {
    padding: 0;
  }
  .home-carousel h2 {
    font-size: 20px;
    text-align: center;
  }
  .bulletCSlist > ul {
    padding-left: 0;
  }
  .owl-carousel .owl-item.center .card {
    transform: scale(1);
  }
  .owl-carousel .card {
    max-width: 50%;
    margin: auto;
  }
  .img-wrapper {
        height: 32vw;
    }
  .theme-toggle {
    position: absolute;
    right: 11vw;
  }
}

@media only screen and (max-width: 768px) and (min-width:768px) and (orientation: portrait){
.card .img-wrapper img {
    max-height: fit-content;
    object-fit: cover;
  }
  .text-wrapper > h2 {
    color: white;
  }
  .text-wrapper > a {
    color: white;
    text-align: center;
  }
  .text-wrapper {
    text-align: center;
    position: absolute;
    bottom: inherit;
    left: inherit;
    z-index: 2;
  }
  .home-demo h2{
    text-align: center;
  }
  .img-wrapper {
        height: 70vw;
    }
  .theme-toggle {
    position: absolute;
    right: 11vw;
    top: 25px;
  }
  section.S5{height: auto;}
  .owl-dots{display: none;}
  .img1, .img2, .img3, .img4, .img5, .img6 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;    
  height: 200px;
  margin: 0 auto 10px;   
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  }
  .dropdown > a {
    backdrop-filter:inherit;
    width: 100%;
    background: #ffffff;
  }
  .innerText {
    text-align: left;
    width: 100%;
  }
  .innerText > img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: inherit;
    top: inherit;
  }
  .graphic{
    height: auto;
  }
  ul.footer-list, .social_media{padding-left: 0rem;}
  footer{background-position: 2% 70%;}
   .cardb.bestseller > #blog-posts .blog-post .post-image {
    flex: inherit !important;
    margin: 0 !important;
  }
  .breadcrumb-list li[aria-current="page"] {
    text-align: left;
  }
    #blog_heroBG, #offer_heroBG, #news_heroBG, #sectors_heroBG{
    align-items: center;
    background-size: auto;
    -ms-background-size: auto;
    }
    #hyd{
      height: auto;
      min-height: auto;
    }

    .elementor-1344 .elementor-element.elementor-element-b6db14a{
        --width: 100%!important;
    }

	.elementor-2349 .elementor-element.elementor-element-b6db14a {
        --width: 100% !important;
    }

}

@media screen and (max-width: 768px) and (min-width:320px){
 h1.header{
    color: #ffffff!important;
}
#aboutHerobg{
    height: inherit;
    max-height: inherit;
  }
.owl-carousel .owl-item.center .card {
    transform: scale(1); 
    box-shadow: none; 
  }
.owl-stage {
    height: inherit;
}

.owl-carousel .card {
  max-width: auto;    
}
.card .img-wrapper img {
  max-height: auto;  
  object-fit: inherit;
  }
  .mobile-overlay {
    display: block;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .graphList >.list li {
    margin-bottom: 2rem;
  }
  .text-wrapper > h2 {
    color: white;
    text-align: center;
  }
  .text-wrapper > a {
    color: white;
    text-align: center;
  }
  .text-wrapper {
    text-align: center;
    position: absolute;
    bottom: inherit;
    left: inherit;
    z-index: 2;
  }
  .home-demo h2{
    text-align: center;
  }
  #projectBG{height: auto;}
  div.bhoechie-tab-menu div.list-group>a.active:after{display: none;}
  div.bhoechie-tab-content{padding: 0;}
  #activ4{
      height: auto;
      min-height: auto;
    }
     .smart > h3 {
        min-height: inherit;
    }
  .eael-advance-tabs.eael-tabs-vertical{
    display: block!important;
    }
  .eael-advance-tabs.eael-tabs-vertical li span{
    text-align:left!important;
    }
  .eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul li:after {
    display: none!important;
  }
  div#ORG_HEADER {
    position: inherit !important;
}
  
}

@media screen and (max-width: 767px) and (min-width:320px){
  .text-wrapper > h2 {
    color: white;
  }
  .text-wrapper > a {
    color: white;
    text-align: center;
  }
  .text-wrapper {
    text-align: center;
    position: absolute;
    bottom: inherit;
    left: inherit;
    z-index: 2;
  }
  .home-demo h2{
    text-align: center;
  }
  .innerText {
    width: 100%;
  }
  .graphList >.list li {
    margin-bottom: 1rem;
  }
  ul.list {
    padding: 0;
  }
  .graphic {
    /* background-size: contain; */
    background: rgba(183, 183, 183, 0.15);
    border-radius: 40px;
    text-transform: capitalize;
    width: auto;
    height: auto;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
  }
  section.S5 {
    height: auto;
  }
  ul.footer-list, ul {
    padding: 0;
  }
  .home-carousel h2 {
    font-size: 20px;
    text-align: center;
  }
  .bulletCSlist > ul {
    padding-left: 0;
  }
  .dropdown {
    /* background: #ffffff; */
    border-radius: 20px;
  }
  .dropdown > a {backdrop-filter:inherit;width: 100%;background: #ffffff;}
  .theme-toggle {
    font-size: 1.3em;
    position: relative;
    right: -3rem;
  }
  .owl-dots {
    display: none;
  }
  .innerText > img{
    position: relative;
    top: 0px
  }
  .dark-mode .dropdown-toggle::after{
  color: #000000;
  }
  .breadcrumb-list li[aria-current="page"] {
    text-align: left;
  }
    #blog_heroBG, #offer_heroBG, #news_heroBG, #sectors_heroBG{
    align-items: center;
    background-size: auto;
    -ms-background-size: auto;
    }
  .homepage-left-grid .eael-grid-post-holder-inner {
        display: block !important;
        flex-direction: column !important;
    }

    .homepage-left-grid .eael-grid-post-holder-inner .eael-entry-media {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .homepage-left-grid .eael-grid-post-holder-inner .eael-entry-wrapper {
        flex: unset !important;
    }
  .arrow-down {display: none;}
}

@media screen and (max-width: 480px) and (min-width:320px){
  a.navbar-brand > svg {width: 0 !important;}
  .details .value{font-size: 15px;}
  ul.footer-list li a {font-size: 16px;}
  #heroBG{background-size: inherit;}
  .graphList > .list li, .graphList > .list li i {font-size: 20px;}
  footer{background-position: 7% 70%;}
   .project > button {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #heroBG{background-position: 67% 50%;}
  .cardb.bestseller > #blog-posts .blog-post .post-image {
    flex: inherit !important;
    margin: 0 !important;
  }
  .pr_timeline .timeline:before{background: none!important;}
  .galleryInside{display: block;}
  .galleryOut {margin: 10px;}
  #blog_heroBG, #offer_heroBG, #news_heroBG, #sectors_heroBG{
    align-items: center;
    background-size: auto;
    -ms-background-size: auto;
    }
  .headerS3, h4.footer-title {
    font-size: calc(1.25rem + 2.1vw);
  }
  .custom-card{height: auto;}
  #aboutus_heroBG{height: auto;}
  .arrow-down {
  position: absolute;
  bottom: -5px;        
  }
  .elementor-541 .elementor-element.elementor-element-10bbe36 .eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul li:after {
    border: none;
  }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

50% {
    opacity: 1
}
100% {
    opacity: 1
}
}
#post-body h2 {
    font-size: 1.35rem;
}
#post-body {
    text-align: left;
}
#page-title h1 {
    font-size: 1.5rem;
}
.cardPass .author, .cardb .author {
    text-transform: none;
}
