.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

.carousel-item img {
  width: 100%;
  height: auto; /* Adjust based on your design needs */
}




.bg-industries {
  position: relative; /* Ensure the overlay is positioned relative to the container */
  background-image: url('../images/slider/8.jpg');
  background-size: cover;
  background-attachment: fixed;
z-index:0;
}

.bg-industries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /* Replace var(--bs-black) with a specific hex code */
  opacity: .5;
  z-index: -1;
}



.bg-mask {
  background-color: #000; /* Set the background color to black */
}
.bg-mask::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86vh;
  background-color: #000; /* Replace var(--bs-black) with a specific hex code */
  opacity: 0.5;
}
.carousel-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  
  text-align: center;
  
}
.nav-item a {
  width: 100px;
}
.nav-link.active,
.nav-link:hover {
    font-weight: bold;
    color: white !important;
    background-color: #3572EF;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.nav-link.active {
    background-color: #3572EF;
    color:white !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.19);
}

.navbar{
  top:0;
}


.carousel-card{
   width: 24rem;
}
.carousel-item img {
  aspect-ratio: 1280 / 520;
  object-fit: cover;
}
.carousel-item img {
  height: auto;
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 50vh; /* Adjust the height to the viewport height */
  }
  .carousel-caption {
    display: flex;
    padding: 10px;
  }

  .bg-dark::before{
    height:58vh;
  }
}



/* Image positioned across both sections */
.centered-image {
  position: absolute;
  top: 50%;
  left: 33.5%; /* Starts at the border between the two sections */
  transform: translate(-50%, -50%); /* Center image across both sections */
  width: 450px; /* Adjust width */
  height: 450px; /* Adjust height */
  z-index: 200; /* Ensures it's above both sections */
}


/* Left Section (35%) */
.left-section {
  background-color: #0F67B1; /* Your green color */
  width: 35%;
  height:600px;
}

/* Right Section (65%) */
.right-section {
  background-color: #3a3a3a;
  width: 65%;
  height:600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.credits
{
  font-size:.6rem;
}
.link-secondary span{
 
  font-weight: bold;
}
.content-wrapper h5{
  color: #F4A42C;
}
.card-title h5{
  color: #F4A42C;
  font-family: 'Wendy One', sans-serif;
}

.subheading{
  color: #F4A42C;
  font-family: 'Wendy One', sans-serif;
  
}
.subheading1{
 color: #3572EF;
 font-family: 'Aldrich', sans-serif;

}

.text1{
  font-family: 'Aldrich', sans-serif;
}

.heading{
  color: #3572EF;
}
.heading1{
  color: #3572EF; 
  font-family: 'Wendy One', sans-serif !important;
}
.heading2{
  color: #F4A42C;
  font-family: 'Wendy One', sans-serif !important;
}
h5 {
  color: #F4A42C;
  font-family: 'collegeregular';
  font-size: 1.5rem;
  margin-left: 5px;
  position: relative;
  width:100%;
  }
  
  h5:after {
  position: absolute;
  content: "";
  height: 2px;
  /* background-color: #F6D413; */
  background-color:#3572EF;
  width: 9%;
  margin-left: 15px;
  top: 50%;
  }


/* Text Content Styling */
.content-wrapper {
  text-align: left;
  color: #fff;
  margin-left:200px;
}

.content-wrapper h1 {
  color: #3572EF;
  font-size: 1.5rem;
  
}

.content-wrapper h1 {
  font-size: 3rem;
 
}

.content-wrapper p {
  font-size: 1.1rem;
  line-height: 1.8;

}

html, body {
  height: 100%;
  
}

li .nav-link{
  font-family: 'Aldrich', sans-serif !important;
  font-weight: lighter;
}

.textbox {
  position: absolute;
  font-size:1.4REM;
  white-space: nowrap;
  overflow: hidden;
  /* color: #F7CA05 !important; */
  color: #3572EF ;
  color: #4b4b4b  ;
  color: #F4A42C ;
  
 
  letter-spacing: auto;
  font-family: 'Wendy One', sans-serif;

  
}

.col-12 img.border{
  border-color: #F4A42C  !important; 
}

.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* Centers content vertically */
  align-items: center;      /* Centers content horizontally */
  text-align: center;       /* Centers text */
  height: 100%;             /* Ensure it takes full height of the carousel item */
}

.carousel-item {
  position: relative;       /* Required for proper positioning of captions */
}

/* Medical Oxygen CSS */

@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");

body {
    font-family: "Baloo 2", cursive;
    font-size: 16px;
    color: #ffffff;
    text-rendering: optimizeLegibility;
    font-weight: initial;
}

.dark {
    background: #110f16;
}

.light {
    background: #f3f5f7;
}

a, a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.postcard.dark {
    background-color: #18151f;
}

.postcard.light {
    background-color: #e1e5ea;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
}

.postcard h1, .postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.postcard .small {
    font-size: 80%;
}

.postcard__title {
    font-size: 1.75rem;
}

.postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}

.postcard__img_link {
    display: contents;
}

.postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}

.postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}

.postcard__tagbox .tag__item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}

.postcard:hover .postcard__bar {
    width: 100px;
}

.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
}

/* Media Queries */
@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

    .postcard__title {
        font-size: 2rem;
    }

    .postcard__tagbox {
        justify-content: start;
    }

    .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .postcard__text {
        padding: 3rem;
        width: 100%;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard:hover .postcard__img {
        transform: scale(1.1);
    }

    .postcard:nth-child(2n+1) {
        flex-direction: row;
    }

    .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
    }

    .postcard:nth-child(2n+1) .postcard__text:before {
        left: -12px !important;
        transform: rotate(4deg);
    }

    .postcard:nth-child(2n+0) .postcard__text:before {
        right: -12px !important;
        transform: rotate(-4deg);
    }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard.dark .postcard__text:before {
        background: #18151f;
    }

    .postcard.light .postcard__text:before {
        background: #e1e5ea;
    }
}

/* Colors */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green:before {
    background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n):before {
    background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

/* Repeat for blue, red, yellow */
.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue:before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n):before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

/* Repeat for red and yellow */
.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red:before {
    background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n):before {
    background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow:before {
    background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n):before {
    background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
    .green:before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }
    
    .green:nth-child(2n):before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .blue:before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n):before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .red:before {
        background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .red:nth-child(2n):before {
        background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);

    }

/* Contact us Form*/

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
 
}

p{
  font-size: 12px;
}
h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif!important;
}
.bg-primary{
  background-color: #01d28e !important;
  font-family:Verdana, Geneva, Tahoma, sans-serif!important;

}
.form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}


.form-control:focus,.form-control:active {
  border-color: #006ed4 !important;
}
.form-label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.btn.btn-primary {
  background: #01d28e !important;
  border-color: hsl(76, 100%, 66%) !important;
  color: #fff;
  width: 100px;
  border-radius: 0!important;
  
}
.btn.btn-primary:hover{
  background-color: #006ed4 !important;
}

.bi{
  font-size: 50px;
}
@media only screen and (max-width: 600px) {
  .container{
      width: 100%!important;
      padding-bottom: 207px!important;
  }
}

/* Font Families 

font-family: 'ABeeZee', sans-serif;
font-family: 'Abril Fatface', display;
font-family: 'Actor', sans-serif;
font-family: 'Aldrich', sans-serif;
font-family: 'Alfa Slab One', display;
font-family: 'Wendy One', sans-serif;

*/

/* CodePen Home
Animated button with masked border #SpeedyCSSTips! */




/*---- DevXone ----> */
.CurlyBraces{color:#ffce00} .DX{color:#38b6ff} .Braces{Color:#df12cb}

}
