@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&display=swap');

.oxygen-home .commonSec {
    font-family: "Laila", serif;
}

.oxygen-home section#Contactus {
   
    padding: 75px 0;
    background-image: linear-gradient(180deg,rgba(0,15,43,0.66) 0%,rgba(0,15,43,0.91) 100%),url(../img/contact-bg.png)!important;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
}

.oxygen-home #ClientsSys {
    background-color: #000000;
    padding: 75px 0;
}

.oxygen-home .commonSec h5 {
    color:#01b20a;
    font-size: 18px;
    font-weight: 600 ;
}

.oxygen-home .commonSec h2 {
    color:#ffffff !important;
    font-size: 65px;
    font-weight: 500 ;
}

.oxygen-home section#ClientsSys .col-lg-6.text-start img {
    margin: 35px 0;
}

.oxygen-home section#ClientsSys h2 {
    color: #fff !important;
}

.oxygen-home #carouselExampleControlsrrw h3 {
    color: #003351;
    font-size: 30px;
    font-weight: normal;
}

.oxygen-home #carouselExampleControlsrrw p {
    font-size: 16px;
    font-weight: 400;
}


.oxygen-home p.greenText {
    color: #72c001;
    font-weight: 600;
}

.oxygen-home #carouselExampleControlsrrw .carousel-control-next, 
.oxygen-home #carouselExampleControlsrrw .carousel-control-prev {
    width: 5%;
    color: #000 !important;
    opacity: 1 !important;
}

.oxygen-home #carouselExampleControlsrrw .carousel-control-prev-icon {
    background-image: url(../img/prev.svg);
}

.oxygen-home #carouselExampleControlsrrw .carousel-control-next-icon {
    background-image: url(../img/next.svg);
}

.oxygen-home #carouselExampleControlsrrw .carousel-indicators {
    bottom: -20px !important;
}

.oxygen-home #carouselExampleControlsrrw .carousel-indicators button {
    background-color: rgba(0, 0, 0, .3) !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(0, 0, 0, .3) !important;
    height: 10px !important;
    width: 7px !important;
}

.oxygen-home #carouselExampleControlsrrw .carousel-indicators .active {
    background-color: #000 !important;
}


.oxygen-home #Contactus input, #Contactus textarea {
    border:1px solid #bbb;
   font-size: 16px;
   font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
   padding: 16px;
   background-color: #eee;
}

.oxygen-home #Contactus button.btn.btn-primary {
    border-radius: 0;
}

.oxygen-home footer {
    background-image: url(../img/footerBg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0;
}

.oxygen-home .bg-lightftr {
    background-color: #ffffff !important;
    border-top: 3px solid #1887fa !important;
}

.oxygen-home footer img {
width: 300px;
}

.oxygen-home .bg-dark.w-100 {
    border-top: 2px solid #000;
}

.oxygen-home .contaIco svg {
    fill: #72C001;
}

.oxygen-home .contactDetils h6 {
    font-size: 20px;
    font-weight: 500;
}

.oxygen-home .contactDetils a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000000 !important;
}


.oxygen-home .contactDetils {
    text-align: left;
}

.oxygen-home .contactDetailsIco.d-flex {
    margin-bottom: 25px;
}

.oxygen-home #PortfolioSys {
    background-image:url(../img/bg-section-05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.oxygen-home #PortfolioSys h2 {
    color:#003351 !important;
}

.oxygen-home #PortfolioSys #myTab li.nav-item {
    background-color: #182333;
    margin-right: 2px;
    color: #fff;
    margin-top: 2px;
}

.oxygen-home #PortfolioSys #myTab li.nav-item .nav-link.active {
    background-color: #72c001;

}


section#PortfolioSys .tab-content img {
    height: 230px;
    width: 100%;
}

.oxygen-home .carousel-control-prev {
    left: -50px;
}

.oxygen-home .carousel-control-next {
    right: -50px;
}

.modal.imgPopupModal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
  }
  
 .imgPopupModal .modal-content {
    margin: 5% auto;
    display: block;
    max-width: 50%;
    max-height: auto;
  }
  
 .imgPopupModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }

  .imgPopupModal .prev, .imgPopupModal .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
  }
  
  .imgPopupModal .prev {
    left: 20px;
  }
  
  .imgPopupModal .next {
    right: 20px;
  }

.Benefits4SeasonSunrooms .whitebg {
    background-color: #fff;
    padding: 20px;
    min-height: 246px;
    height: 100%;
}

.Benefits4SeasonSunrooms .whitebg h5 {
font-size: 26px;
font-weight: normal;

}

div#oxygen-devices {
    display: none;
}

.oxygen-home .whtwrap{
    background: #fff;
    padding: 100px 0;
}

.oxygen-home .whtwrap h2{
    color: #000;
    font-size: 56px;
    line-height: 67px;
}

.oxygen-home .whtwrap p{
    color: #000;
}

.oxygen-home  .ftrnavBar {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
}



.oxygen-home  .ftrnavBar .nav-item.dropup:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%); /* Move the dropdown menu upwards */
    bottom: 100%;
}


.oxygen-home  .ftrnavBar .nav-item.dropup .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; 
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

/* Optional: Ensuring smooth transition */
.oxygen-home  .ftrnavBar .nav-item.dropup:hover .nav-link {
    background-color: #f8f9fa; 
}

  


.oxygen-home #navbarSupportedContent .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}


.oxygen-home #navbarSupportedContent .nav-item.dropdown:hover .nav-link {
    background-color: #f8f9fa; 
}


.oxygen-home #navbarSupportedContent .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


/* #titleSection {
    background-image: url('../img/mainbanner-scaled-1.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */