@media only screen and (max-width: 769px) 
{
    .tentArea p.white {
        background: #00000085;
    }
}

.home2-pmv-section .pmv-bottom .pmv-nav ul li {
  width: 16%;
} 
.home2-pmv-section .pmv-bottom .pmv-nav ul::after{
    display: none;
}
.home2-pmv-section .pmv-bottom .pmv-nav ul li a::after {
    bottom: 0px;
}

#homeOneBanner.home2-pmv-section .pmv-bottom .pmv-nav ul li {
    width: fit-content;
    padding-right: 30px;
} 
a.animateme {
    display: grid !important;
}
a.animateme i.fa.fa-angle-down {
    font-size: 22px;
    margin-bottom: -12px;
}
#homeOneBanner.home2-pmv-section.bg-blue .pmv-bottom .pmv-nav ul li a.active {
    width: fit-content;
}
#para21{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner2.webp); background-position: right;background-size: cover;}
#para22{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner2.webp); background-position: center;background-size: cover;}
#para23{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner4.webp); background-position: center;background-size: cover;}
#para24{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner4.webp); background-position: center;background-size: cover;}

#homeOneBanner .pmv-bottom {
    margin-top: -60px;
    margin-bottom: 18px;
}
#homeOneBanner.home2-pmv-section .pmv-bottom .pmv-nav ul li a {
    font-weight: 800;
}
.boxsl1, .boxsl2, .boxsl3, .boxsl4 {
    height: 535px;
}
.tentArea {
    padding: 90px 0 25px;
}
#homeOneBanner.home2-pmv-section .pmv-bottom .pmv-nav ul li a {
    padding-bottom: 12px;
    color: #ffffff;
    position: relative;
}
.home2-pmv-section .pmv-bottom .pmv-nav ul li a.active::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 4px;
    background-color: rgb(0 96 57);
    z-index: 2;
    transition: 0.3s ease-in;
    border-bottom: 1px solid gray;
}
p.gold {
    color: #006039;
    font-size: 22px;
    font-family: cursive;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}
span.line {
    border: 2px solid #f19c31;
    width: 80px;
    display: -webkit-inline-box;
    text-align: center;
}
.tentArea h2.text-white {
    font-size: 36px;
    font-weight: 800;
}
.tentArea p.text-white {
    margin: 15px 0 30px;
}
.showcase_tabs_btns .active {
    border-bottom: 2px solid #006039 !important;
    border-radius: 0 !important;
}
i.icon-quote {
    transform: translateY(-30px);
}
#homeOneBanner .tab-pane {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s;
    position: absolute;
    width: 100%;
  }

  #homeOneBanner .tab-pane.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }


#homeOneBanner .nav {
    justify-content: flex-start;
}
@media only screen and (max-width: 769px) {
    #homeOneBanner .nav {
        justify-content: space-around !important;
        display: flex
;
    }
}
@media (max-width: 460px) {
    .home2-pmv-section .pmv-bottom .pmv-nav ul {
        display: block;
        text-align: center;
    }
}