
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
/*    font-family: 'Playball', cursive;*/
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.padding-sectio{
    padding: 70px 0;
}
.headingname {
    color: #0e5b74;
    font-size: 34px;
    font-weight: 600;
}
li.breadcrumb-item a {
    color: #000;
}
li.breadcrumb-item {
    color: #000;
}
.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color:#fff;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/

nav.navbar.navbar-light.navbar-expand-lg a img {
    max-width: 300px;
}
/*** Navbar Start ***/
.nav-bar {
    background:transparent;
    border-bottom: none;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


.bannerdetails {
    margin-top: 80px;
}

.bannerdetails h1 {
    font-size: 80px;
    margin-bottom: 10px;    
}
.bannerdetails p {
    margin-bottom: 20px;
}

/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
    max-width: 175px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/



.slider-bg {
    /* background: #004b60; */
    background: url(../img/slider1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 700px;
}


.theme-bg {
    padding: 96px 0;
    background: url("../img/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}

.bannerdetails a {
    color: #0e5b74;
    background: #fff;
    border-radius: 30px;
}
.bannerdetails a:hover{
    background: #000;
    color: #fff;
}



/*whatwehaveachievesection*/
.whawehaveachieve {
    background: #146984;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.padding-sectio.whatwehaveachievesection {
    background: #146984;
}
/*end whatwehaveachievesection*/


/*productsection*/
.brass-ball-valve-features-img > div#demo{
    border: 1px solid #00c3c3;
    padding: 30px;
}
.salient-features-section {
    padding-top: 70px;
}
.sizes-dimensionssection {
    padding-bottom: 70px;
}
.brass-ball-valve-features ul {
    margin: 0px 0 10px;
    color: #000;
    padding: 0 0px 0px 20px;
}
::marker {
    color: #00c3c3;
}
.brass-ball-valve-features ul li{
    
}
.brass-ball-valve-features p {
    margin: 0;
    color: #000;
}
.brass-ball-valve-features p > b {
    color: #0e5b74;
}
.brass-ball-valve-features h3 {
    margin-bottom: 10px;
}
.productsicons {
    display: flex;
    text-align: center;
    margin-top: 30px;
    justify-content: center;
}
.nmicons-nm {
    color: #0e5b74;
    margin-bottom: 8px;
}
.nmicons-circle {
    color: #0e5b74;
    font-size: 14px;
}
.nmicons {
    margin-right: 20px;
    border-right: 1px solid #cecece;
    padding-right: 20px;
}
.nmicons:last-child{
    border-right: 0px;
    margin-right: 0;
    padding-right: 0;
}
.brass-ball-valve-features h3 {
    margin-bottom: 50px;
    color: #085771;
    padding: 0px;
    font-size: 32px;
    border-radius: 0px;
    font-weight: 700;
    position: relative;
}
.brass-ball-valve-features h3::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 180px;
    height: 2px;
    background: #00c3c3;
}
table.table.custtable > thead > tr > th {
    color: #fff;
    background: #0e5b74;
}
.table{
    border-color: rgba(0, 195, 195, 0.5);
}
table.table.custtable > tbody > tr > td{
    color: #000;
}
.nmicons-circle img {
    max-width: 40px;
}
.carousel-indicators{
    bottom: -15px;
}
.carousel-indicators [data-bs-target]{
    background-color: #0e5b74;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(165, 216, 222, 0.2);
}
/*end productsection*/

/*aboutusection*/
.about-us-r h1 {
    font-size: 36px;
    margin-bottom: 40px;
    position: relative;
    color: #085771;
    font-weight: 700;
}
.about-us-r h1::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 180px;
    height: 2px;
    background: #00c3c3;
}
.about-us-r p{
    color: #000;
}
.about-us-r p:last-child{margin-bottom: 0;}


.corepurposesection{
    background: url("../img/corepurpose-bg.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.corepurpose-desc{
    text-align: center;
}
.corepurpose-desc h2 {
    margin-bottom: 50px;
    color: #fff;
    font-weight: 700;
    position: relative;
    font-size: 36px;
}
.corepurpose-desc h2::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 120px;
    height: 4px;
    background: #fff;
    margin-left: -60px;
}
.corepurpose-desc p {
    color: #fff;
    font-size: 24px;
    width: 65%;
    margin: 0 auto;
}
.corevaluesection{
    text-align: center;
}
.corevaluehead h2 {
    margin-bottom: 50px;
    color: #085771;
    padding: 0px;
    font-size: 32px;
    border-radius: 0px;
    font-weight: 700;
    position: relative;
}
.corevaluehead h2::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 120px;
    height: 4px;
    margin-left: -60px;
    background: #00c3c3;
}
.corevaluedesc {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.corevalue-icon img {
    max-width: 80px;
    margin-bottom: 20px;
}
.corevaluedesc-icon-nm h3 {
    font-size: 22px;
    font-weight: 500;
    color: #0e5b74;
    margin-bottom: 0;
}
.corevalue-icon {
    width: 150px;
    height: 150px;
    background: rgba(0, 195, 195, 0.2);
    text-align: center;
    line-height: 170px;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -25px;
}
.corevaluedesc-icon-nm {
    position: relative;
}
.corevaluedesc-icon-nm::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 190px;
    background: #e8e8e8;
    top: 0;
    right: -70px;
}
.brremove::after {
    display: none;
}
/*end aboutusection*/


/*infrastructuresection*/
.manufacturingsection{
    padding: 70px 0 0;
}
.about-us-r.manufacturing-ds p {
    margin-bottom: 50px;
}
.infrastructure-desc {
    margin-bottom: 30px;
}
.infrastructure-desc h3 {
    font-size: 20px;
    background: #0e5b74;
    color: #fff;
    text-align: center;
    padding:10px 0;
}
.infrastructure-desc p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
}
/*end infrastructuresection*/

.gray-bg {
    background: #f1f1f1;
}


/*qualitysection*/
.qualitysection{

}
.quality-desc p {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}
.quality-text h1 {
    font-size: 36px;
    margin-bottom: 40px;
    position: relative;
    color: #085771;
    font-weight: 700;
}
.quality-text h1::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 180px;
    height: 2px;
    background: #00c3c3;
}
.quality-text p{
    color: #000;
}
.quality-text h3 {
    font-size: 20px;
    background: #0e5b74;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.quality-img img {
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}
/*end qualitysection*/


/*aboutballvalvessection*/
.aboutballvalves-head h2 {
    margin-bottom: 50px;
    color: #085771;
    padding: 0px;
    font-size: 32px;
    border-radius: 0px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.aboutballvalves-head h2:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 120px;
    height: 4px;
    margin-left: -60px;
    background: #00c3c3;
}
.aboutballvalves-head p{
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.aboutballvalves-desc {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px -6px;
    border-radius: 10px;
    transition: all .1s liner;
}
.aboutballvalves-desc h3 {
    color: #0e5b74;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
.aboutballvalves-desc h3::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e4e4e4;
}
.aboutballvalves-desc p {
    margin-bottom: 0;
    color: #000;
    line-height: 24px;
}
.aboutballvalves p {
    margin: 0;
    color: #000;
}

.aboutballvalves-desc:hover{
    background: #0e5b74;
}
.aboutballvalves-desc:hover h3,.aboutballvalves-desc:hover p{
    color: #fff;
}
/*end aboutballvalvessection*/



/*applicationsection*/
.applicationsectio{
    padding: 70px 0 20px;
}
.application-main {
    width: 100%;
    float: left;
    border: 10px solid #fff;
    margin-bottom: 50px;
    padding: 30px 0 30px 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    background: #0e5b74;
}
.application-desc-img {
    width: 37%;
    float: left;
}
.application-desc-img img {
    max-width: 200px;
    border: 2px solid #fff;
}
.application-desc {
    width: 60%;
    float: left;
}
.application-desc h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0 30px;
    position: relative;
}
.application-desc h3::after {
    content: "";
    top: 45px;
    left: 0;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #00c3c3;
}
.application-desc.application-desc-larg h3:after {
    top: 75px;
}
.application-desc p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 100;
}

/*end applicationsection*/


/*brandsection*/
.brandsection {
    padding: 70px 0 35px;
}
/*end brandsection*/


/*applicationhomesection*/
.applicationhomesection {
    padding: 70px 0 40px;
    background: url("../img/applicative-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.applicationhome-head.text-center.whatweachive-desc h2 {
    margin-bottom: 70px;
}
.applicationhome-head h2 {
    margin-bottom: 50px;
    color: #fff;
    font-weight: 700;
    position: relative;
    font-size: 36px;
}
.applicationhome-head h2::before{
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 120px;
    height: 4px;
    background: #fff;
    margin-left: -62px;
}
.applicationhom-main {
    text-align: center;
}
.applicationhome-head p{
    color: #fff;
    margin-bottom: 50px;
}
.applicationhom-main img {
    border-radius: 50%;
    max-width: 180px;
    border: 3px solid #fff;
}
.applicationhom-main h3 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 30px;
}

/*end applicationhomesection*/

/*contactus*/
.contact-nm p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
}
.contact-nm h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color:#124f62;
}
.contact-icon {
    width: 30px;
    height: 30px;
    background: #97d6db;
    color: #124f62;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 20px;
}
.contact-address,.contact-mail,.contact-contact {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}

.contact-contact {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0px;
}
/*end contactus*/

/*mediacenter*/
.media-section {
    text-align: center;
    margin-top: 30px;
}
.media-section img{
    border: 1px solid #000;
}
/*end mediacenter*/

/*footersection*/
.footersection{
    background: #0e5b74;
}
.footerlogo img {
    max-width: 300px;
}
.footer-icon a {
    color: #0e5b74;
    background: #fff;
}
.footer-icon {
    display: flex;
}
.copyright-right{text-align: right;}
/*end footersection*/


    
/*whatsup code*/
.whtsapp-block {
/*    position: relative;*/
    position: fixed;
    right: 1.5%;
    bottom: 14%;
    z-index: 550;
}
.whtsapp-lg {
}
.whtsapp-lg img.img-fluid {
    width: 50px;
}
.circle {
    border-radius: 50%;
    background-color: #000;
    width: 80%;
    height: 80%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    right: 10%;
    bottom: 11%;
    z-index: -5;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*end whatsup code*/


.top-btn-div a{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}