: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/SourceSans3-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('./font/SourceSans3-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('./font/SourceSans3-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: light;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('./font/SourceSans3-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: medium;
    font-display: swap;
}


@font-face {
    font-family: 'TaylorSans-Bold';
    src: url('./font/TaylorSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TaylorSans-Bold';
    src: url('./font/TaylorSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TaylorSans-Bold';
     src: url('./font/TaylorSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TaylorSans-Bold';
     src: url('./font/TaylorSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
h1, h2 {
    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;
}
h3, h3 a {
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    }
body, p, a, li, a{
    font-family: 'SourceSans3', sans-serif !important;
    text-decoration: none !important;
    font-size: 1.25rem;
    font-weight: 300;
  }
#site-title {
	color: #fff;
	font-family: 'SourceSans3', sans-serif !important;
	font-weight: bold !important;
}
body{transition: background-color 0.3s ease, color 0.3s ease;}
/*End Root*/

.nav-link {
    display: block;
    font-size: var(--bs-font);
    /* font-weight: var(--bs-font-weight)!important; */
    color: var(--bs-navbar-active-active-color);
    text-transform: uppercase;
    font-family: 'TaylorSans-Bold', sans-serif !important;
}
a.nav-link.mcp {
    display: block;
    font-size: var(--bs-font);
    color: var(--bs-btn-nextlevel);
    text-transform: uppercase;
    font-family: 'TaylorSans-Bold', sans-serif !important;
}
li.nav-item {
    margin: 0px 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #008177;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-active-color);
    background: #008177;
    border-radius: 10px;
    font-weight: bold;
}
.nav-link:focus, .nav-link:hover {
    color: #872557!important;
    font-weight: 400;
}
.bg-dark {
  background-color: var(--bs-footer-color)!important;
  color: var(--bs-white);
}
.btn-primary{
  background-color: var(--bs-primary)!important;
  border: 1px solid #008177;
}
.bg-secondary{
  background-color:  var(--bs-secondary) !important;
}
.cs-text{
  color: var(--bs-dark)!important;
}
.cs-dark{
  color: var(--bs-secondary)!important;
}
.light-text{
  color: var(--bs-white)!important;
}
.btn-nextlevel{
  color: var(--bs-btn-nextlevel);
}
.bs-nextlevel-text{
   color: var( --bs-nextlevel-text)!important;
}
.gear_orange{
   color: var( --bs-gearOrange-text)!important;
}
.bg_gear_orange{
   background-color: var( --bs-gearOrange-text)!important;
}
.cs-gray{
   background-color: var( --bs-custom3-gray)!important;
}
.natural{
   background-color: var(--bs-natural)!important
}



.btngradientOrange{
  background-image: linear-gradient(to right, #F94D1C 0%, #F94D1C  50%, #F97316  100%);
  transition: background 0.5s ease-in-out, transform 0.3s ease-in-out, color 0.5s ease-in-out;
  color: #ffffff;
  display: block;
  /* margin: 0 auto 0 auto; */
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 20px;
  width: auto;
  border: none;
}

.btngradientOrange:hover {
  background-image: linear-gradient(to right, #F97316 0%, #F97316  50%, #F94D1C  100%);
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 20px;
  width: auto;
  border: none;
  transition: 0.5s ease-in;
}

#heroBG{
z-index: 0;
position: relative;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 25%), rgb(1 0 10 / 45%)), url('./img/hero.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh;
min-height: 100vh;
display: flex;
justify-content: center; 
align-items: center;
}

#aboutus_heroBG{
z-index: 0;
position: relative;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 25%), rgb(1 0 10 / 35%)), url('./img/aboutbg.png');
/* box-shadow: inset 0 0 0 1000px rgba(0, 129, 119, 65%); */
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh;
min-height: 100vh;
display: flex;
justify-content: center; 
align-items: center;
}

#activities{
position: relative;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: url('./img/bubbleBackground.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
/* background-attachment: fixed;
height: 100vh;
min-height: 100vh; */
}

#heroMCP{
z-index: 0;
position: relative;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 75%), rgb(1 0 10 / 75%)), url('./img/heromcp.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh;
min-height: 100vh;
display: flex;
justify-content: center; 
align-items: center;
}

#hyd{
z-index: 0;
position: relative;
align-items: center;
/* background-size: cover;
-ms-background-size: cover;
background-image: url('./img/hybrid/bgdotted.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center; */
height: 100vh;
min-height: 100vh;
display: flex;
justify-content: center; 
align-items: center;
}

#activ4{
z-index: 0;
position: relative;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 65%), rgb(1 0 10 / 65%)), url('./img/hybrid/bgimage.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh;
min-height: 100vh;
display: flex;
justify-content: center; 
align-items: center;
}

#blog_heroBG, #offer_heroBG, #news_heroBG, #sectors_heroBG{
z-index: 0;
position: relative;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 0%), rgb(1 0 10 / 0%)), url('./img/global.jpg');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center 150%;
background-attachment: fixed;
height: auto;
display: flex;
justify-content: center; 
align-items: center;
}

#projectBG{
z-index: 0;
position: relative;
display: block;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 25%), rgb(1 0 10 / 35%)), url('./img/project.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-attachment: fixed;
height: auto;
}

#whyBG{
z-index: 0;
position: relative;
display: block;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 25%), rgb(1 0 10 / 35%)), url('./img/why.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: top 50%;
background-attachment: fixed;
height: auto;
}

#missionBG{
z-index: 0;
position: relative;
display: block;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 25%), rgb(1 0 10 / 25%)), url('./img/mission.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: top 50%;
background-attachment: fixed;
height: auto;
}

#login_heroBG{
z-index: 0;
position: relative;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: linear-gradient(to right, rgb(1 0 6 / 25%), rgb(1 0 10 / 35%)), url('./img/login.jpg');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-attachment: fixed;
height: auto;
display: flex;
justify-content: center; 
align-items: center;
}

.innerText{
  text-align: left;
  width: 80%;
}

.innerText > img{
  width: 100%;
  background-position-y: center !important;
  min-height: 100%;
  top: -4rem;
  position: absolute;
  width: 100% !important;
  background-origin: content-box;
}

#aboutus_heroBG .innerText{
  text-align: justify;
   width: 100%;
}

.price-table.style-2 .bulletCSlist {
    margin: 30px 0px 15px;
}
.bulletCSlist > ul {
    padding-left: 0;
}
.custom-li {
    display: inline-block;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.price-table.style-2 .bulletCSlist ul li {
    margin-right: 0px;
}

.bulletCSlist > .custom-li {
    display: block;
}

.bulletCSlist ul li {
    padding-left: 30px;
    /* margin-right: 10px; */
    position: relative;
    color: #000000;
    display: block;
    line-height: 30px;
    z-index: 9;
}

.custom-li li {
    float: none;
    margin-bottom: 15px;
    width: calc(100%);
}

.bulletCSlist li i {
    color: #000000;
    left: 0px;
    line-height: 20px;
    position: absolute;
    top: 4px;
    font-size: 20px;
}
.flaticon-tick::before {
    content: "\2713";
}

.bulletCSlist ul.liBullet li, .bulletCSlist ul.liBullet li i {
    color: #ffffff;
}

.innerText > a button, .project > button {
    border: 1px solid #008177;
    color: #008177;
    font-weight: bold;
    text-transform: uppercase;
    background: white;
    border-radius: 60px;
    padding: 20px;
    width: auto;
}

.innerText > a button:hover, .project > button:hover{
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
    font-weight: bold;
    text-transform: uppercase;
    background: #008177;
    border-radius: 60px;
    padding: 20px;
    width: auto;
}

 .project > button#hybrid {
    border: 1px solid #872557;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background: #872557;
    border-radius: 60px;
    padding: 20px;
    width: auto;
}

.project > button#hybrid:hover{
    border: 1px solid #872557;
    color: #872557;
    transition: all ease-in-out 0.3s;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 60px;
    padding: 20px;
    width: auto;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-secondary);
    background-color: var(--bs-bsecondary);
    border-color: var(--bs-secondary);
}

.btn-nextlevel{
  background: var(--bs-btn-nextlevel);
  color: #ffffff;
  display: block;
  margin: 0 auto 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 60px;
  padding: 20px;
  width: auto;
  border: none;
}

.btn-nextlevel:hover{
  border: 1px solid #DD3C2A;
  transition: all ease-in-out 0.3s;
  color: #DD3C2A;
  background: #ffffff;
   padding: 20px;
}


.btn.contact, button.creation, button#saveBtn{
    border: 1px solid #872557;
    color: #ffffff;
    display: block;
    margin: 0 auto 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: #872557;
    border-radius: 60px;
    padding: 20px;
    width: auto;
}

.btn.contact:hover, button.creation:hover, button#saveBtn:hover{
    border: 1px solid #872557;
    transition: all ease-in-out 0.3s;
    color: #872557;
    display: block;
    margin: 0 auto 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 60px;
    padding: 20px;
    width: auto;
}

.cardPass > button {
    border: 1px solid #872557;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background: #872557;
    border-radius: 20px;
    padding: 10px;
    width: auto;
}

div#post-content, p#post-author, h1#post-title {
    text-align: left;
}
.blog-post > .post-content h4, h1#post-title, h1#heading-0{
    text-transform: initial;
}
h1#post-title{color: #000000!important}
tbody#drafts-table-body tr td > button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #872557;
    border: 0;
    padding: 2px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
}

tbody#drafts-table-body tr td > button:nth-child(2) {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #005f1d;
    padding: 2px;
    border-radius: 25px;
    border: 0;
    color: white;
    text-transform: uppercase;
}

tbody#drafts-table-body tr td > button:nth-child(3) {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #961100;
    border: 0;
    padding: 2px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
}

tbody#drafts-table-body tr > td {
    width: 18% !important;
}

.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex; align-items: center; justify-content: center;
    z-index: 1000;
  }

  .modal-box {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }

  .modal-actions {
    margin-top: 20px;
    display: flex; justify-content: center; gap: 15px;
  }

  .modal-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
  }

  .modal-btn.confirm {
    background-color: #e63946;
    color: white;
  }

  .modal-btn.cancel {
    background-color: #ccc;
    color: black;
  }

  .modal-btn:hover {
    opacity: 0.9;
  }

.img1{
  background: url('./img/1.png') no-repeat center;
  width: 380px;
  height: 200px;
  margin: 5px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
}
.img2{
  background: url('./img/2.png') no-repeat center;
  width: 380px;
  height: 200px;
    margin: 5px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
}
.img3{
  background: url('./img/3.png') no-repeat center;
  width: 380px;
  height: 200px;
    margin: 5px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
}
.img4{
  background: url('./img/4.png') no-repeat center;
  width: 380px;
  height: 200px;
    margin: 5px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
}
.img5{
  background: url('./img/5.png') no-repeat center;
  width: 380px;
  height: 200px;
    margin: 5px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
}
.img6{
  background: url('./img/6.png') no-repeat center;
  width: 380px;
  height: 200px;
    margin: 5px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
}

.overlayText {
    color: white;
    text-transform: uppercase;
}

.graphic{
  background: url('./img/graphic.png') no-repeat center;
  /* width: 578px; */
  height: 545px;
  margin: 0 auto;
  -ms-background-size: auto;
  background-size: auto;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.graphList > .list {
    list-style-type: none;
    font-size: 20px;
    font-weight: bold;
}

.graphList >.list li {
    margin-bottom: 6rem;
    text-shadow: #e7e7e7 1px 0 10px;
}

#aboutHerobg{
  z-index: 0;
  position: relative;
  display: block;
  align-items: center;
  background-size: cover;
  -ms-background-size: cover;
  background-image: url('./img/about.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  height: 100vh;
  max-height: 800px;
}
#adminHerobg{
  z-index: 0;
  position: relative;
  display: block;
  align-items: center;
  background-size: cover;
  -ms-background-size: cover;
  background-image: url('./img/bg.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
}
section.S5{
z-index: 0;
position: relative;
display: block;
align-items: center;
background-size: cover;
-ms-background-size: cover;
  /* background-image: url('./img/bgcov.png'); */
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh;
}
#contactHerobg{
z-index: 0;
position: relative;
display: block;
align-items: center;
background-size: cover;
-ms-background-size: cover;
background-image: url('./img/contacts.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
height: 100vh;
max-height: 800px;
}
#contactHerobg .header{
color: #008177!important;
text-align: left;
}
#adminHerobg .header{
color: #ffffff!important;
text-align: center;
}
.error404 > h1, .error404 > p {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
section#under_construction{
  background-color: #f5b419;
}
h1, .headerP{
color: #fff!important;
font-size: 1.25rem;
font-weight: 300;
}
h1.footer-title, h4.footer-title {
  font-size: 2.5rem;
  color: #fff;
}
.headerS3{
 color: #872557!important;
 text-transform: uppercase;
}
.headerSS3{
 color: #ffffff!important;
 text-transform: uppercase;
}
footer p{
    text-align: left;
}
.dropdown-item {
    text-transform: capitalize;
}
p.lead, ul.list-group > li {
    text-align: center;
}

.img_storege > p a {
    text-decoration: none;
    color: #198754;
    font-weight: bold;
}
.tableArt > h2 {
    text-align: left;
}

section#footer {
    background-color: var(--bs-gearOrange-text)!important;
    background: url('./img/hybrid/shape.png') no-repeat center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden;
}

footer{
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: url('./img/footer2.png') no-repeat center;
  box-shadow: inset 0 0 0 1000px rgba(0, 129, 119, 0.249);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 78%;
  z-index: 0;
  align-items: center;
}
footer#footer.mcp{
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: var(--bs-btn-nextlevel);
  z-index: 0;
  align-items: center;
}
ul.footer-list li  {
    list-style-type: none;
    margin-bottom: 3rem;
}
ul.footer-list li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}
ul.social-icons3 li {
    display: inline-block;
}
ul.social-icons3 li a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 40px;
    border-radius: 50%;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    text-align: center;
}
ul.social-icons3 li i {
    font-size: 32px;
    position: relative;
    top: 12px;
}
footer p {
    color: white;
}
.footer_copyright {
    width: 100%;
    border-top: 1px solid #008177;
}
.footer_copyright.mcp {
    width: 100%;
    border-top: 1px solid #ff0000;
}
.img_storege > img {
    width: 50%;
}
.img_storege > p {
   text-align: left;
   text-transform: uppercase;
}
.dropdown > a{
  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);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  right: 0!important;
  left: inherit!important;
  margin-top: var(--bs-dropdown-spacer);
}

.card-custom {
  background-color: #008177;
  color: white;
  border-radius: 12px;
  width: 250px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  padding-top: 35px; /* makes space for the icon */
  box-sizing: border-box;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #008177;
  border: 4px solid #5fc5f9;
  border-radius: 10px;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-inner {
  transform: rotate(-45deg);
  font-size: 24px;
  color: white;
}


.nav-link.active {
  background-color: #008177;
  color: #fff !important;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.count {
  transition: all 0.3s ease;
}

/* dark mode CSS */
.dark-mode, .dark-mode .feature-unit {
  background-color: #00211e !important;
  color: #ffffff !important;
}

.dark-mode nav.sticky-nav {
  background-color: #00211e !important;
  color: #ffffff !important;
}

.dark-mode .navbar-toggler{
  color: #ffffff !important;
  background-color: #ffffff !important;
}

.dark-mode .nav-link, .dark-mode .cs-text, .dark-moode h4, h6, 
.dark-mode .bulletCSlist ul li, .dark-mode .bulletCSlist li i, 
.dark-mode span.bi.bi-bell, .dark-mode .breadcrumb-list li a, .dark-mode .cs-text {
  color: #ffffff!important;
}

.dark-mode header {
  background: #00211e;
}

.dark-mode .card, .dark-mode section, .dark-mode .home-carousel h2, 
.dark-mode #blog-form, .dark-mode .bhoechie-tab, .dark-mode div.bhoechie-tab-content {
  background-color: #00211e !important;
  color: #fff !important;
  border-color: #444;
}

.dark-mode .modal-content{
  background-color: #00211e !important;
  color: #fff;
}

.dark-mode .dropdown-toggle::after{
  color: #ffffff;
}


.dark-mode .strateg-blog h4.text-head-text-9, .dark-mode .strateg-blog p.sub-para, .dark-mode .strateg-blog ul.blog-author-date li.author{
   color: #ffffff;
   text-decoration: none;
}

.theme-toggle {
  background: none;
  border:0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4em;
  transition: transform 0.3s ease;
  color: inherit;
}

.theme-toggle:hover {
  transform: rotate(20deg) scale(1.3);
}

.theme-toggle .icon {
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #6c757d;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

nav.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: top 0.3s ease-in-out;
}
  #pieChartContainer {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 2rem;
  }

/* carousel auto */
  /* .img-wrapper {
  max-width: 100%;
  height: 65vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.carousel-item {
  flex: 0 0 100%; 
  display: inline-block;
}

.img-wrapper {
  height: 70vw;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  text-transform: capitalize;
  width: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.img-wrapper > img {
  position: absolute;
  top: 0;
  width: 100%;
}

.img-wrapper > h5 {
  margin-top: 10rem;
}

.text-wrapper > a {
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  color: #872557;
}


@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    overflow-x: hidden;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }

  .img-wrapper {
    height: 25vw;
  }
}

.carousel-inner {
  padding: 1em;
}

.home-carousel h2 {
   color: #000000;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
} */

@media (max-width: 767px) {
  #featureContainer .carousel-inner .carousel-item > div {
    display: none;
  }
  #featureContainer .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
#featureContainer .carousel-inner .carousel-item.active,
#featureContainer .carousel-inner .carousel-item-next,
#featureContainer .carousel-inner .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  
  #featureContainer .carousel-inner .carousel-item-end.active,
  #featureContainer .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  #featureContainer .carousel-inner .carousel-item-start.active, 
  #featureContainer .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
  #featureContainer .card img{
    width: 90%;
    height: 40vh;
  }
  #featureContainer .carousel-item{
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #featureContainer .card img{
    width: 100%;
    height: 75vh;
  }
}
#featureContainer .carousel-inner .carousel-item-end,
#featureContainer .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
#featureContainer .card{
  border: 0;
}
#featureContainer .card{
  position: relative;
}
#featureContainer .card .card-img-overlays{
  position: absolute;
  bottom: 15%;
  left: 10%;
}
#featureContainer a{
  text-decoration: none;
}
#featureContainer .indicator{
  border: 1px solid rgb(202, 202, 202);
  padding: 3px 6px 3px 6px;
}
#featureContainer .indicator:hover{
  background-color: var(--bs-secondary);
  border: 1px solid  var(--bs-secondary);
  transition: 200ms;
}
#featureContainer .indicator:hover{
  color: white;
  transition: 200ms;
}
#featureContainer .indicator {
  color: lightgray;
}
#featureContainer .float-end{
  padding-top: 10px;
}
.cardb {
    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;
    margin: 5px;
    position : relative;
    border-left: 5px solid #008177;
    backdrop-filter: blur(20px);
}

.cardUnion {
    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;
    margin: 5px;
    position : relative;
    backdrop-filter: blur(20px);
}

.offer{
    border-radius: 20px;
    transition: 0.3s ease-in;
    border: 1px solid #eee;
    padding: 2rem;
    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;
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}


.bestseller:after {
  content: attr(data-label);
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 122px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 23px;
  right: -30px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px);
}

/* .cardb::before{
  position: absolute;
  top:2rem;
  right:-17px;
  content: '';
  background: var(--bs-secondary);
  height: 28px;
  width: 28px;
  transform : rotate(45deg);
    z-index: -1;
}

.cardb::after{
  position: absolute;
  content: attr(data-label);
  top: 9px;
  right: -22px;
  padding: 0.5rem;
  width: 10rem;
  background: var(--bs-secondary);
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
   z-index: 2;
} */


.card {
  margin: 0 0.5em;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: rgba(183, 183, 183, 0.15);
  box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%); 
  font-size: 0.9em;
}

.text-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: left;
}
/* owl-theme style */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #872557!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none; 
}
.owl-nav > button > span {
    background: none;
    border: 2px solid #efefef;
    border-radius: 30px;
    color: #141414;
    cursor: pointer;
    display: inline-block;
    font-size: 34px;
    line-height: 0;
    margin: 0 10px;
    padding: 10px 60px !important;
}
.owl-carousel .owl-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  /* width: 500px!important; */
}

.owl-carousel .owl-item.center .card {
  transform: scale(1.20);
  z-index: 9999999999;
}

.owl-carousel .owl-item .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.owl-carousel .owl-item.center .card:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.owl-stage {
    height: 60vh;
}
.owl-item.active.center{z-index: 9999999999;}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .card {
  max-width: 90%;    
  margin: auto;
}
.card .img-wrapper img {
  max-height: 260px;  
  object-fit: cover;
  /* border-top-left-radius: 40px;
  border-top-right-radius: 40px; */
}

.text-wrapper {
  padding: 1rem;
}

.img-overlay-wrapper {
  position: relative;
}

.img-overlay-wrapper img {
  width: 100%;
  display: block;
}

.mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark semi-transparent */
  z-index: 1;
  display: none; /* Hidden by default */
}

.img-overlay-wrapper .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: white;
  padding: 1rem;
}

.animatedW > .animZoom:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.10);
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
}

/* // EFFECT */
.fx-reveal {
  opacity: 0;
  transform: translateY(30px);
}

.fx-reveal-visible {
  opacity: 1;
  transform: translateY(0);
  transition: 800ms cubic-bezier(0.5, 0, 0, 1);
}
 /* <!-- Back to top button --> */
#btnTop {
  display: inline-block;
  background-color: #872557;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 12px;
  transition: background-color .3s, opacity .3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}
#btnTop.show {
  opacity: 1;
  pointer-events: auto;
}
#btnTop::after {
  content: "";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#btnTop:hover {
  cursor: pointer;
  background-color: #008177;
}
#btnTop:active {
  background-color: #008177;
}
a#btnTop > i {
    color: white;
    font-size: 20px;
    position: relative;
    top: -3px;
}

/* contact-info */
.contact-info {
  max-width: 100%;
  /* margin: 40px auto; */
  font-family: var(--bs-font-SourceSans3), sans-serif;
  color: #1e2633;
}

.contact-item {
  display: flex;
  align-items: left;
  margin-bottom: 30px;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.icon img {
  width: 24px;
  height: 24px;
}

.details .label {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  text-align: left;
}

.details .value {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1e2633;
  text-decoration: none;
}

.details .value:hover {
  text-decoration: underline;
}

/* BlogPage */
.strateg-blog .blog-post {
    border-radius: 20px;
    transition: 0.3s ease-in;
    border: 1px solid #eee;
    padding: 2rem;
    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: capitalize;
    width: auto;
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}

.strateg-blog .blog-post img {
    display: block;
}

.strateg-blog p.sub-para {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}

h4.text-head-text-9 a {
    color: #3c7f77;
    font-weight: bold;
    text-transform: math-auto;
    font-size: 23px;
}

h5.sub-para {
    text-align: left;
}

h5.sub-para a {
    text-align: left;
    text-transform: math-auto;
    color: var(--bs-custom2-green);
}

.strateg-blog h4.text-head-text-9 {
    color: var(--bs-primary);
    transition: 0.3s ease-in-out;
    font-size: 25px;
    line-height: 32px;
    /* display: inline-block; */
}
.strateg-blog ul.blog-author-date li.author {
    font-weight: bold;
    color: var(--bs-primary);
}
.strateg-blog ul.blog-author-date li {
    line-height: 24px;
    font-size: 14px;
    color: var(--bs-primary);
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
}
.strateg-blog .blog-search form {
    position: relative;
}
.strateg-blog .search-form input {
    font-size: 16px;
    border: none;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0 10px 0 10px;
    border-bottom: 2px solid #eee;
    width: calc(100% - 50px);
}
.strateg-blog .blog-article-post {
    margin-bottom: 30px;
}
.align-content-between {
    align-content: space-between !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
.strateg-blog .blog-subscribe {
    border-radius: 20px;
    transition: 0.3s ease-in;
    border: 1px solid #eee;
    padding: 2rem;
    display: block;
    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 20px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}
.strateg-blog .subscribe-field {
    height: 55px;
    border: 1px solid #eee;
    font-size: 16px;
    border-radius: 4px;
}
.btn-theme {
    padding: 14px 22px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    border: 1px solid #872557;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    background: #872557;
    border-radius: 40px;
    width: 50%;
}
.btn-theme:hover {
    padding: 14px 22px;
    color: #872557;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    border: 1px solid #872557;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 40px;
    width: 50%;
}
.strateg-blog button.search-btn {
    border: none;
    min-width: 50px;
    position: absolute;
    right: 0;
    font-size: 16px;
    height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    border-bottom: 2px solid #872557;
    background: #872557;
}
.strateg-blog h6.heading-small-text-9 {
    font-size: 20px;
}
.strateg-blog a.p-post {
    border-bottom: 1px solid var(--light-bg-color);
}
.strateg-blog p.sub-para {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}
.strateg-blog h4.text-head-text-9 {
    transition: 0.3s ease-in-out;
    font-size: 25px;
    line-height: 32px;
    /* display: inline-block; */
}

.modal-body > p {
  text-align: justify;
}

#blog-form {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  #blog-form input, #blog-form textarea, #blog-form select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }

  .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);
}

div#related-posts-container .card, div#last-seen-posts-container .card {
    border-radius: 20px;
    transition: 0.3s ease-in;
    border: 1px solid #eee;
    padding: 0;
    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: capitalize;
    width: auto;
    box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
}

/* Overlay styles */
  .overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  .overlay.hidden {
    display: none;
  }
  
  /* Login box styling */
  .login-box {
    background: white;
    padding: 30px 40px;
    border-radius: 8px;
    text-align: center;
    width: 320px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
  
  .login-box h3 {
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
  }
  
  /* Google button style (like official) */
  #googleSignInBtn {
    background: white;
    color: #444;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
  }
  #googleSignInBtn:hover {
    background-color: #f7f7f7;
  }
  
  /* Google icon */
  #googleSignInBtn::before {
    content: "";
    display: inline-block;
    background: url('https://developers.google.com/identity/images/g-logo.png') no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .login-box > img {
    width: 50%;
}

.toc-container {
  background: #f8f9fa;
  padding: 1rem;
  border-left: 4px solid #7b2c57;
  margin: 1.5rem 0;
  font-family: 'SourceSans3', sans-serif !important;
}

.toc-container h3 {
  margin-bottom: 0.5rem;
}

.toc-container ul {
  list-style: none;
  padding-left: 0;
}

.toc-container li {
  margin: 0.3rem 0;
  text-align: left;
}

.toc-h2 {
  margin-left: 1rem;
}

.toc-h3 {
  margin-left: 2rem;
}

.toc-container a {
  color: #7b2c57;
  text-decoration: none;
}

.toc-container a:hover {
  text-decoration: none;
  color: #027c31;
  font-weight:700;
}

html {
  scroll-behavior: smooth;
}
.graphList > ul.list > li i {
    font-size: 40px;
    position: relative;
    color: #872557;
    top: 8px;
}
.cardPass > .card-body > p, h4, ul {
    text-align: left;
    display: block;
}

.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;
}
.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-info i {
    font-size: 40px;
    line-height: 100px;
    display: block;
    position: absolute;
    top: 3px;
    left: 30px;
}
.features15-para h4 {
    font-size: 27px;
    line-height: 25px;
    text-align: left;
}
.features15-para > p {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 300;
}
.feature-unit:hover{
  box-shadow: 0px 0px 8px rgba(53, 54, 102, 0.2);
  transition: 0.3s ease-in;
}
button.singePage {
    text-align: center;
    margin: 0;
    width: 200px;
    border: 0;
    background: none;
    color: #ffffff;
    display: block;
    margin: 0 auto 20px 0px;
    font-weight: bold;
    text-transform: uppercase;
    background: #872557;
    border-radius: 60px;
    width: auto;
}

/* Begin Infographics */
#infographic .circle {
   width: 420px;
   height: 420px;
   border-radius: 50%;
   color: var(--bs-btn-secondary);
   border: 2px dashed;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   padding: 40px;
   position: absolute;
   left: 50%;
   margin: 10px 0;
}
.circle{
   border: 1px dashed var(--bs-secondary);
}
#infographic div:nth-child(odd) .circle {
   transform: translateX(-100%);
}

#infographic article {
   max-width: 410px;
   margin-bottom: 70px;
   cursor: pointer;
   left: 50%;
   top: -1rem;
   position: relative;
}
#infographic article header {
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
}
#infographic article header i {
   display: flex;
   font-size: 2em;
   border-radius: 50%;
   background-clip: padding-box;
   /* padding: 14px; */
   transition: transform 0.4s;
   color: #fff;
   border: 16px solid var(--bs-primary);
   margin: -16px 0 -16px -20px;
}
#infographic article:hover header i {
   transform: scale(1.2);
}
#infographic article.active header i {
   transform: none;
}

#infographic article .body {
   background: var(--bgColor);
   padding: 0 20px;
   border-bottom-right-radius: 30px;
   border-bottom-left-radius: 30px;
   max-height: 0;
   transition: max-height 0.5s, padding 0.5s;
   overflow: hidden;
}
#infographic article .body .btn {
   padding: 3px 10px;
   text-transform: uppercase;
}
#infographic :nth-child(even) article {
   text-align: right;
   transform: translateX(-100%);
}
#infographic :nth-child(even) article header {
   flex-flow: row-reverse;
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
}
#infographic :nth-child(even) article header i {
   margin: -16px -20px -16px 0;
}

#infographic div:nth-child(odd) article.active header {
   border-bottom-right-radius: 0;
}
#infographic div:nth-child(even) article.active header {
   border-bottom-left-radius: 0;
}

#infographic article.active .body {
   padding: 20px;
   max-height: 300px;
   border: 1px solid;
}
.circle h4 {
    text-align: center;
}

#infographic article[data-step="1"] {
   margin-left: 7px;
}
#infographic article[data-step="2"] {
   margin-left: 55px;
}
#infographic article[data-step="3"] {
   margin-left: 80px;
}
#infographic article[data-step="4"] {
   margin-left: 45px;
}
#infographic article[data-step="5"] {
   margin-left: 22px;
}
#infographic article[data-step="6"] {
   margin-left: -5px;
}
#infographic article[data-step="7"] {
   margin-left: -54px;
}
#infographic article[data-step="8"] {
   margin-left: -70px;
}
#infographic article[data-step="9"] {
   margin-left: -60px;
}
#infographic article[data-step="10"] {
   margin-left: -21px;
}
#infographic article[data-step="11"] {
   margin-left: 7px;
}
#infographic article[data-step="12"] {
   margin-left: 55px;
}
#infographic article[data-step="13"] {
   margin-left: 73px;
}
#infographic article[data-step="14"] {
   margin-left: 62px;
}
#infographic article[data-step="15"] {
   margin-left: 23px;
}
#infographic article[data-step="16"] {
   margin-left: -102px;
}



/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border:1px solid #ddd;
  margin-top: 20px;
  -webkit-box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
  box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
  -moz-box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group, div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active{
  background-color: var(--bs-secondary);
  background-image: var(--bs-secondary);
  color: #ffffff;
  border: 1px solid var(--bs-secondary);
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid var(--bs-secondary);
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.list-group-item {
    color: #872557;
}
.list-group-item.active {
   color: #ffffff;
}
/* End infographic */

    .gallery-wrapper {
      width: 100%;
      max-width: 1265px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      margin: 50px 0;
    }

    .gallery-header {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between;
      margin: 0 0 30px 0;
    }

    .gallery-header h1 {
      font: normal normal 400 240% / 1.5cap "Della Respira", serif;
      padding: 0 0 10px 0;
      margin: 0 0 20px 0;
      border-bottom: 1px solid #333;
      text-wrap: balance;
    }

    .gallery-header p {
      color: #bbb;
      padding-left: 30px;
      margin: 0;
      border-left: 10px solid;
      border-image: repeating-linear-gradient(
          43deg,
          white,
          white 4px,
          transparent 5px,
          transparent 9px,
          white 10px
        )
        10;
      text-wrap: pretty;
    }

    .gallery-header p .mobile {
      display: none;
    }

    /* Toggle Button styles */
    .gallery-toggle button {
      width: 200px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      color: white;
      transition: all 0.3s ease;
      border: 1px solid #008177;
      color: #008177;
      font-weight: bold;
      text-transform: uppercase;
      background: white;
      border-radius: 60px;
      padding: 20px;
      width: auto;
    }

    .gallery-toggle button:hover {
      border: 1px solid #ffffff;
      color: #ffffff;
      transition: all ease-in-out 0.3s;
      font-weight: bold;
      text-transform: uppercase;
      background: #008177;
      border-radius: 60px;
      padding: 20px;
      width: auto;
      transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
    background-color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    color: var(--bs-light);
  }

.accordion-button:focus {
   box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.37);
}
    div#lightbox > div button {
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #008177;
    color: #008177;
    font-weight: bold;
    text-transform: uppercase;
    background: white;
    border-radius: 10px;
    padding: 20px;
    width: auto;
}
.interactive {
    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;
    margin: 5px;
    backdrop-filter: blur(20px);
}

.post-content p, h4, ul li{
  color: #008177;
}

.post-content > ul li {
    list-style-type: none;
}

.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: var(--bs-secondary);
}

.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: var(--bs-secondary); 
}

.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: var(--bs-secondary);
  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;
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px; }

.pr_timeline .direction-r .desc {
  margin: 0em 0 0 0.75em; }

@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; } 
  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 300px;
    }
}
/* div#notification-posts > a:hover{
  background: rgb(255, 255, 255);
  box-shadow: 0 8px 22px 0 rgb(184 189 253 / 37%);
  backdrop-filter: blur(20px);
} */

 .gallery {
    display: block;
    grid-template-columns: repeat(1, 1fr); /* 2 images per row */
    gap: 20px;
    margin-top: 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.2s ease, opacity 0.2s ease;
  }

  .gallery.visible {
    max-height: 3000px; /* large enough to contain images */
    opacity: 1;
     transition: opacity 0.2s ease;
  }

  .gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    /* overflow: hidden; */
    cursor: pointer;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.05);
  }

  .gallery-description {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

   .gallery-description_header {
    position: absolute;
    top: 0;
    left: 0; 
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center; 
    justify-content: center;
    text-align: center; 
  }

  /* On hover (desktop) */
.gallery-item:hover .gallery-description_header {
  opacity: 1;
  transform: scale(1.10);
  transition: all 0.2s ease-in-out;
}
/* On tap (mobile): JS adds .active class */
.gallery-item .gallery-description.active {
  opacity: 1;
  max-height: 100%;
  overflow-y: auto;
  pointer-events: auto;
}
  /* On hover, allow scrolling */
.gallery-item:hover .gallery-description {
  opacity: 2;
  max-height: 305px; /* optional: expand area */
  overflow-y: auto;  /* enables vertical scroll if content is long */
}

.gallery-description::-webkit-scrollbar {
  width: 6px;
}
.gallery-description::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}

/* Mobile hint overlay */
.mobile-hint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(135, 37, 87, 0.9);
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}


/* Show mobile hint only on touch devices */
@media (hover: none) and (pointer: coarse) {
  .mobile-hint {
    display: block;
     pointer-events: none; /* allow clicks to pass through */
  }
}

  /* Responsive for smaller screens */
  @media (max-width: 768px) {
    .gallery {
      grid-template-columns: 1fr;
    }
  }

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.union > img {
    width: 60%;
    display: block;
    margin: 0 auto 0 auto;
}
.galleryInside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    /* max-height: 0; */
    transition: max-height 0.2s ease, opacity 0.2s ease;
}

.imgHolder > img {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    height: 400px;
    max-height: 400px;
    transition: max-height 0.2s ease, opacity 0.2s ease;
}

/* Breadcrumbs Path */

div#breadcrumb {
    margin-top: 20px;
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: left;
  }

  .breadcrumb-list li::after {
    content: "›";
    padding: 0 0.5rem;
  }

  .breadcrumb-list li:last-child::after {
    content: "";
  }

  .breadcrumb-list li  {
    font-size: 1rem!important;
    font-weight: 300;
  }

  .breadcrumb-list li a {
    text-decoration: none;
    color: var(--bs-dark);
    font-size: 1rem!important;
    font-weight: 300;
  }

  .breadcrumb-list li[aria-current="page"] {
    font-weight: bold;
    color: var(--bs-custom1-red);
  }
.quill-content iframe {
  width: 100%;
  max-width: 100%;
  border: none;
}
iframe.custom-iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    border: none;
    max-width: 100%;
}

/* different breakpoints if needed */
.breadcrumb-list li,
.breadcrumb-list a {
  max-width: 300px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .breadcrumb-list li,
  .breadcrumb-list a {
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  .breadcrumb-list li,
  .breadcrumb-list a {
    max-width: 90px;
  }
}

.custom-card {
  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;
  gap: 12px;
  backdrop-filter: blur(20px);
  max-width: 100%;
  font-size: 0.9em;
  height: 230px;
  margin-bottom: 15px;
}
.custom-card.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: 12px;
  backdrop-filter: blur(20px);
  max-width: 100%;
  font-size: 0.9em;
}
.icon-circle-normal {
  background: var(--bs-btn-nextlevel);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-circle-normal i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.card-title-header {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 1.25rem;
}
.card-text-normal {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

/*--- timeline-timeLine-wrapper ---*/

.timeline-wrapper {
    max-width: 1200px; /* or whatever looks good */
    margin: 0 auto;
    position: relative;
}
.zigzagline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.zigzagline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.zigzagline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.zigzagline>li:before,
.zigzagline>li:after {
    content: " ";
    display: table;
}

.zigzagline>li:after {
    clear: both;
    min-height: 170px;
}

.zigzagline > li .zigzagline-panel {
  position: relative;
  float: left;
  width: 40%;
  /* padding: 0 20px 20px 30px; */
  text-align: right;
  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;
  backdrop-filter: blur(20px);
}

.zigzagline>li .zigzagline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.zigzagline>li .zigzagline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.zigzagline>li .zigzagline-image {
    z-index: 100;
    position: absolute;
    left: 58%;
    border: 2px solid #f79494;
    border-radius: 100%;
    background-color: #eb0000;
    box-shadow: 0 0 5px #cd0000;
    width: 20px;
    height: 20px;
    margin-left: -100px;
}

.zigzagline>li .zigzagline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.zigzagline>li.zigzagline-inverted>.zigzagline-panel {
    float: right;
    /* padding: 0 30px 20px 20px; */
    text-align: left;
}

.zigzagline>li.zigzagline-inverted>.zigzagline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.zigzagline>li.zigzagline-inverted>.zigzagline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.zigzagline>li:last-child {
    margin-bottom: 0;
}

.zigzagline .zigzagline-heading h4 {
    margin-top:0px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.zigzagline .zigzagline-heading h4.subheading {
  margin:0;
  padding:0;
  text-transform: none;
  font-size:23px;
  color: var(--bs-btn-nextlevel);
}

.zigzagline .zigzagline-body>p,
.zigzagline .zigzagline-body>ul {
  margin-bottom: 0;
  color:#808080;
}
/*Style for even div.line*/
.zigzagline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: -11px;
    bottom: 12px;
    left: 58.7%;
    height: 270px;
    border: 1px dotted #eb0000;
    -ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    transform: translateX(-50%) rotate(319deg);
}
/*Style for odd div.line*/
.zigzagline>li:nth-child(even) .line:before  {
   content: "";
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 42.3%;
    /* width: 4px; */
    height: 268px;
    /* background-color: #3b5998; */
    border: 1px dotted #eb0000;
    -ms-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    transform: translateX(-50%) rotate(41deg);
}

@media screen and (max-width: 768px) and (min-width: 320px) {
.zigzagline>li:nth-child(even), .zigzagline>li:nth-child(even){
    height: auto!important;
}
.zigzagline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: auto!important;
    right: -100px;
}
.zigzagline > li .zigzagline-panel {
  position: relative;
  float: left;
  width: 40%;
  padding: 0 20px 20px 30px;
  background: none;
  box-shadow: none;

}

}
/* Medium Devices, .visible-md-* */
@media (max-width: 1024px) and (min-width: 1024px) and (orientation: portrait){
  .zigzagline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .zigzagline>li:nth-child(even), .zigzagline>li:nth-child(even){
    height: auto!important;
}
  .zigzagline > li:nth-child(odd) {
    /* margin-bottom: 0px; */
    min-height: 0px;
    left: 0px;
    /* height: auto !important; */
  }
  .zigzagline>li:nth-child(even) .zigzagline-image {
    left: 0;
    margin-left: 0px;
    margin-top: 5px;
  }
  .zigzagline>li:nth-child(odd) .zigzagline-image {
    left: 0;
    margin-left: 0px;
    margin-top: 5px;
  }
  .zigzagline > li:nth-child(even) .zigzagline-panel {
    width: auto;
    padding: 0 25px 20px 25px;
    text-align: left;
  }
  .zigzagline > li:nth-child(odd) .zigzagline-panel {
    width: auto;
    padding: 0 25px 20px 25px;
    text-align: right;
  }
  .zigzagline > li .line {
    display: none;
  }
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .zigzagline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .zigzagline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .zigzagline>li:nth-child(even) .zigzagline-image {
    left: 0;
    margin-left: 0px;
  }
  .zigzagline>li:nth-child(odd) .zigzagline-image {
    left: 690px;
    margin-left: 0px;
  }
  .zigzagline > li:nth-child(even) .zigzagline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .zigzagline > li:nth-child(odd) .zigzagline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .zigzagline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .zigzagline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .zigzagline>li:nth-child(even), .zigzagline>li:nth-child(even){
    height: auto!important;
}
  .zigzagline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
    height: auto !important;
  }
  .zigzagline>li:nth-child(even) .zigzagline-image {
    left: 0;
    margin-left: 0px;
    margin-top: 5px;
  }
  .zigzagline>li:nth-child(odd) .zigzagline-image {
    left: 0;
    margin-left: 0px;
    margin-top: 5px;
  }
  .zigzagline > li:nth-child(even) .zigzagline-panel {
    width: auto;
    padding: 0 25px 20px 25px;
    text-align: left;
  }
  .zigzagline > li:nth-child(odd) .zigzagline-panel {
    width: auto;
    padding: 0 25px 20px 25px;
    text-align: right;
  }
  .zigzagline > li .line {
    display: none;
  }
    .zigzagline>li:after {
    clear: both;
    min-height: inherit;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .zigzagline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .zigzagline>li:nth-child(even), .zigzagline>li:nth-child(even){
    height: auto!important;
}
  .zigzagline > li:nth-child(odd) {
    /* margin-bottom: 0px; */
    min-height: 0px;
    left: 0px;
    /* height: auto !important; */
  }
  .zigzagline>li:nth-child(even) .zigzagline-image {
    left: 0;
    margin-left: 0px;
    margin-top: 5px;
  }
  .zigzagline>li:nth-child(odd) .zigzagline-image {
    left: 0;
    margin-left: 0px;
    margin-top: 5px;
  }
  .zigzagline > li:nth-child(even) .zigzagline-panel {
    width: auto;
    padding: 0 25px 20px 25px;
    text-align: left;
  }
  .zigzagline > li:nth-child(odd) .zigzagline-panel {
    width: auto;
    padding: 0 25px 20px 25px;
    text-align: right;
  }
  .zigzagline > li .line {
    display: none;
  }
  .zigzagline>li:after {
    clear: both;
    min-height: inherit;
  }
  .zigzagline-image {
    display: none;
  }
}

.arrow-down {
  position: absolute;
  bottom: 20px;        
  left: 50%;
  transform: translateX(-50%); 
  font-size: 2rem;      
  color: white;         
  cursor: pointer;       
  animation: bounce 2s infinite; 
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
  40% { transform: translate(-50%, -10px); }
  60% { transform: translate(-50%, -5px); }
}

/*************************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;}
}

@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;
    }
}

@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;
    }
}

@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;
    }
}

@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;}
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
	100% {
        opacity: 1
    }
}