@font-face {
    font-family: "ubuntu";
    src: url("fonts/ubuntu-regular-webfont.eot");
    src: url("fonts/ubuntu-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-regular-webfont.woff2") format("woff2"), url("fonts/ubuntu-regular-webfont.woff") format("woff"), url("fonts/ubuntu-regular-webfont.svg#ubunturegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ubuntu";
    src: url("fonts/ubuntu-medium-webfont.eot");
    src: url("fonts/ubuntu-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-medium-webfont.woff2") format("woff2"), url("fonts/ubuntu-medium-webfont.woff") format("woff"), url("fonts/ubuntu-medium-webfont.svg#ubuntumedium") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "ubuntu";
    src: url("fonts/ubuntu-bold-webfont.eot");
    src: url("fonts/ubuntu-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-bold-webfont.woff2") format("woff2"), url("fonts/ubuntu-bold-webfont.woff") format("woff"), url("fonts/ubuntu-bold-webfont.svg#ubuntubold") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "venti";
    src: url("fonts/venticf-demibold-webfont.eot");
    src: url("fonts/venticf-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/venticf-demibold-webfont.woff2") format("woff2"), url("fonts/venticf-demibold-webfont.woff") format("woff"), url("fonts/venticf-demibold-webfont.svg#venti_cfdemi_bold") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Roboto Font embeded */

@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin), url("roboto/Roboto-Thin.woff2") format("woff2"), url("roboto/Roboto-Thin.woff") format("woff"), url("roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Light), url("roboto/Roboto-Light.woff2") format("woff2"), url("roboto/Roboto-Light.woff") format("woff"), url("roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), url("roboto/Roboto-Regular.woff2") format("woff2"), url("roboto/Roboto-Regular.woff") format("woff"), url("roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-Medium.woff2") format("woff2"), url("roboto/Roboto-Medium.woff") format("woff"), url("roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-Bold.woff2") format("woff2"), url("roboto/Roboto-Bold.woff") format("woff"), url("roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}


/* fallback */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}


/* fallback */

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}


/* fallback */

@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2');
}


/* fallback */

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    /* font-family: "venti", sans-serif; 
    font-weight: normal;*/
    font-family: "Roboto";
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ubuntu";
    font-weight: 900;
}

ul,
ol {
    list-style: none;
}

a {
    color: #ffc107;
}

a:hover {
    text-decoration: none;
}

.link-text-light,
.link-text-light a {
    color: #b35f00;
    font-weight: 500 !important;
    font-size: 18px;
}

.link-text-light span {
    margin-right: 16px;
    color: #5c636c;
}

.link-text-light a:hover {
    font-weight: 600 !important;
    color: #0056b3;
}

.wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
}

.logo {
    line-height: 60px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    width: 100%;
}

.navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-brand img {
    max-width: 100%;
}

nav ul {
    list-style: none;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 15px;
    transition: 1s;
}

nav.black {
    background: rgba(0, 0, 0, 0.8);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1s;
}

nav ul li {
    display: inline-block;
    padding: 20px 10px;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.navbar-collapse ul li:hover a.nav-link {
    color: #fff;
    /* transform: scale(1); */
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.navbar-collapse ul li a.nav-link:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    content: "";
    opacity: 0;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-collapse ul li:hover a.nav-link:before {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
    background: #b98947;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.05em;
    content: "\e874";
    font-family: "Linearicons-Free";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    font-size: 12px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #b98947;
}

.nav-item .dropdown-menu {
    border: 0px;
    right: 0;
    left: auto;
    border-top: 4px solid #b98947;
    top: calc(100% - 4px);
}

.nav-item .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    line-height: 40px;
}

.dropdown-menu.show {
    display: block !important;
}


/* Load page inside */

div#loadpage {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}


/* Banner slider CSS */

.top-carousal {
    width: 100%;
    height: 100vh;
    position: relative;
    max-height: 940px;
}

.top-carousal::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-inner .carousel-item {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    max-height: 940px;
}

.carousel-inner .carousel-item img {
    height: 100%;
}

.carousel-caption {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 70%;
}

.carousel-caption h1,
.carousel-caption h2 {
    font-size: 6rem;
    font-weight: 900;
    line-height: 90%;
    text-transform: uppercase;
    color: #fdf5a6;
    text-shadow: 0 0 2px #000;
}

.carousel-caption h1 span,
.carousel-caption h2 span {
    display: block;
    font-size: 58%;
    font-weight: 400;
    line-height: 3rem;
    text-shadow: 0 0 2px #000;
}

.carousel-caption h1 small,
.carousel-caption h2 small {
    font-size: 43%;
    line-height: 63px;
    color: #fdf5a6;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    float: left;
    text-shadow: 0 0 2px #000;
}

.carousel-caption h1 {
    font-size: 3rem;
}

.carousel-caption h1 span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit
}

.carousel-caption h1 small {
    font-size: 100%;
    font-weight: 500;
}

.carousel-caption .description {
    font-size: 2rem;
    line-height: 120%;
    margin: 5rem auto;
    position: relative;
    padding: 5px 65px;
    width: fit-content;
}

.carousel-caption .description::before,
.carousel-caption .description::after {
    content: " ";
    width: 50px;
    height: auto;
    background-image: url(../images/quote-left.svg);
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
}

.carousel-caption .description::after {
    content: " ";
    background-image: url(../images/quote-right.svg);
    left: auto;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.5;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    content: "";
    font-family: "Linearicons-Free";
    font-size: 35px;
}

.carousel-control-prev-icon::before {
    content: "\e879";
}

.carousel-control-next-icon::before {
    content: "\e87a";
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}


/* content section white-bg */

.bg-dark {
    background: #24272e;
}

.content {
    padding: 2rem 1rem;
    margin: 0;
}

.content::after {
    clear: both;
}

.content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    vertical-align: top;
    margin: 3rem;
}

.left-img-wrapper {
    width: 45%;
    position: relative;
    order: 1;
}

.img-container {
    width: 80%;
    float: left;
    position: relative;
}

.img-container::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #b88746;
}

.img-container::after {
    content: " ";
    position: absolute;
    width: 80%;
    height: 80%;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 0;
}

.img-container img {
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.right-info-wrapper {
    width: 55%;
    order: 2;
}

.inner-text {
    padding: 4rem;
    width: 75%;
}

.heading {
    display: block;
    position: relative;
    /* float: left; */
    width: 100%;
}

.heading h2 {
    position: relative;
    width: fit-content;
    margin: 1.5rem 0 3rem;
    font-size: 3rem;
    text-transform: uppercase;
}

.heading h3 {
    position: relative;
    width: fit-content;
    margin: 1.5rem 0 3rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.heading h2::after,
.heading h3::after {
    content: " ";
    position: absolute;
    background: #b88746;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -10px;
}


/*     
    
    .heading h3::after {
        content: " ";
        position: absolute;
        background: #b88746;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -10px;
    } */

.text-info p {
    font-size: 1.5rem;
    line-height: 170%;
    color: #333333;
    padding-bottom: 1.5rem;
}

.content .content-wrapper:nth-child(2n+2) .left-img-wrapper {
    order: 2;
}

.content .content-wrapper:nth-child(2n+2) .right-info-wrapper {
    order: 1;
}

.content .content-wrapper:nth-child(2n+2) .left-img-wrapper .img-container {
    width: 80%;
    float: right;
    position: relative;
}

.content .content-wrapper:nth-child(2n+2) .left-img-wrapper .img-container::after {
    content: " ";
    position: absolute;
    width: 80%;
    height: 80%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 0;
}

.content .content-wrapper:nth-child(2n+2) .right-info-wrapper .inner-text {
    padding: 4rem;
    width: 74%;
    float: right;
    margin: auto 2%;
}


/* Dark section CSS */

.content.bg-dark {
    padding: 2rem 3rem 2rem 0;
}

.bg-dark .content-wrapper {
    margin: 3rem 15px;
}

.bg-dark .img-container {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-top: 30px;
    height: 100%;
    overflow: hidden;
}

.bg-dark .img-container:before {
    content: " ";
    position: absolute;
    width: 80%;
    height: 80%;
    background: #fdf5a6;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
}

.bg-dark .img-container:after {
    content: none;
}

.bg-dark .img-container img {
    width: 100%;
    padding: 0;
    z-index: 1;
    height: 100% !important;
    object-fit: cover;
}

.bg-dark h2 {
    color: #fff;
    margin: 1.5rem 0 2rem;
}

.bg-dark p {
    color: rgba(255, 255, 255, 0.7);
}

.bg-dark .inner-text {
    padding: 4rem;
    width: 97%;
}

.bg-teal,
.bg-black {
    padding: 2.5rem 4rem;
}

.bg-teal {
    background: #fdf5a6;
    color: rgba(0, 0, 0, 0.8);
}

.bg-black {
    background: #000000 !important;
    color: rgba(255, 255, 255, 0.8);
}

.bg-teal h3,
.bg-black h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.listing li {
    font-size: 1.5rem;
    width: 49%;
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.listing li::before {
    content: " ";
    position: absolute;
    left: -34px;
    top: -5px;
    bottom: 0;
    width: 17px;
    height: 17px;
    margin: auto;
    border: 2px solid #b88746;
    border-radius: 50%;
}

.bg-black .listing li::before {
    content: " ";
    border: 2px solid #cccccc;
    border-radius: 50%;
}


/* bg-yellow */

.bg-yellow {
    background: #fdf5a6;
    padding: 5rem 4rem;
}

.bg-yellow .card {
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    padding: 0 25px;
}

.bg-yellow .card-body {
    padding: 0 1.25rem;
}


/* Services */

.service-list {
    width: 40%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    float: left;
}

.service-list:first-child,
.service-list:last-child {
    padding: 3rem 0;
}

.service-list.bg-black {
    width: 20%;
    position: relative;
}

.service-list:last-child {
    float: right;
}

.service-list ul.list-group-flush {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}

.service-list li.list-group-item {
    width: 50%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 1.5rem;
    line-height: 32px;
    padding: 1.8rem;
    border-collapse: collapse;
    border-top: 0;
    border-right: 0;
    cursor: pointer;
}

.service-list .icon-service .material-icons {
    font-size: 3rem;
    color: #b88746;
}

.service-list li.list-group-item p {
    min-height: 70px;
}

.service-list li.list-group-item:nth-child(2n+1) {
    border-top: 0;
    border-left: 0;
}

.service-list li.list-group-item:nth-child(2n+2) {
    border-top: 0;
    border-right: 0;
}

.service-list li.list-group-item:last-child,
.service-list li.list-group-item:nth-last-child(2) {
    border-bottom: 0;
}

.service-list li.list-group-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #001e57;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a.service-section {
    color: #212529;
    text-decoration: none;
}

.service-list li.list-group-item:hover {
    color: #fff;
    background-color: #fc1520;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    animation-duration: 1s;
}

.service-list li.list-group-item:hover .icon-service .material-icons {
    color: #fff;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1s;
}

.service-list li.list-group-item:hover a.service-section {
    color: #fff;
}

.service-list li.list-group-item:hover p {
    color: #ffffff;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
}

img.img-center {
    position: absolute;
    width: 75%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.Pa-lg {
    padding: 3rem 4rem;
}

.bg-img-product {
    background: url(../images/pipeline-bg.png) no-repeat right top;
    min-height: 720px;
    overflow: hidden;
    background-size: cover;
}


/* Owl Carousal */

.carousel-wrap {
    margin: 0px auto;
    padding: 0;
    width: 100%;
    position: relative;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
    height: 100%;
}


/* fix blank or flashing items on carousel */

.productitems .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    padding-bottom: 60px;
    height: 450px;
}

.productitems .owl-carousel .item img {
    height: 100% !important;
    /* width: auto !important; */
    max-width: 100% !important;
    margin: 0 auto;
}

.productitems #Insamcor .item img {
    height: 100% !important;
    /* width: auto !important; */
    max-width: 100% !important;
    margin: 0 auto;
    width: auto !important;
}

.productitems #Insamcor .owl-nav {
    position: absolute;
    right: 20px;
    top: -60px;
}

.owl-carousel .item .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgb(7 21 30 / 0.5);
    height: 60px;
    font-size: 1.2rem;
    color: #ffffff;
    z-index: 1;
    padding: 10px;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.owl-drag .owl-item {
    border: 1px solid #e4edf3;
    overflow: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -12px;
}

.owl-nav .owl-next {
    right: -12px;
}

.owl-nav {
    position: absolute;
    right: 156px;
    top: -76px;
}

#ValvTechnologies .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    padding-bottom: 60px;
    height: 335px;
}

#ValvTechnologies .owl-nav {
    position: absolute;
    right: 20px;
    top: -60px;
}

.comp-logo {
    margin: 0 20px;
    float: right;
}

.item .linkicon {
    padding: 0;
    margin: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s ease 0s;
    text-align: center;
}

.item:hover .linkicon {
    opacity: 1;
    top: 0;
}

.item .linkicon a {
    color: #fff;
    background-color: #ff0000;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    width: 60px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-in-out
}

.item .linkicon a i.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 44px;
    transition: all .3s ease 0s;
}

.item .linkicon a:hover {
    color: #fff;
    background-color: #ef5777
}

.item .linkicon a:after,
.item .linkicon a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.item .linkicon a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.item .linkicon a:hover:after,
.item .linkicon a:hover:before {
    opacity: 1
}

.owl-carousel .owl-nav button {
    position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: #b88746;
    border: none;
    padding: 0 !important;
    font-size: 2.5rem;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    outline: none;
    animation-name: pulse;
    animation-duration: 1s;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.owl-carousel .owl-nav button:first-child::after {
    position: absolute;
    content: " ";
    width: 1px;
    background: #cccccc;
    right: -12px;
    top: 8px;
    bottom: 18px;
}

.owl-inner .owl-nav {
    top: 0;
    bottom: 0;
    left: auto;
    right: 17px;
}

.service-slider {
    margin-top: 115px;
}

.service-slider .owl-nav {
    right: 25px;
}

.service-slider .owl-dots {
    display: none;
}


/* Footer */

footer {
    background: #222222;
    padding: 0px 25px 50px;
    color: #ffffff;
    position: relative;
}

.copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #000000;
}

.copyright p {
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

footer .img-footer {
    display: block;
    margin: 0 0 10px;
}

footer h3 {
    color: #fff;
    font-weight: 900;
    position: relative;
    width: auto;
    display: inline-block;
    padding: 5px 0 15px;
}

footer h3::after {
    content: " ";
    position: absolute;
    background: #b88746;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 5px;
}

footer ul.list-group {
    margin-bottom: 5px;
}

footer .list-group li.list-group-item {
    border: 0px;
    background: transparent;
}

footer .list-group li.list-group-item a {
    font-size: 18px;
    text-decoration: none;
}

footer .list-group li.list-group-item a:hover {
    color: #ffffff;
    text-decoration: none;
}

.img-footer img.img-fluid {
    height: 40px;
    margin: 0 auto;
    width: 160px;
    display: block;
}

a.icon-list {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    height: 75px;
    float: left;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.box small {
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 60%;
}

.contact ul {
    padding: 0;
}

.contact ul li {
    display: flex;
    font-size: 20px;
    line-height: 140%;
    padding: 10px;
    flex-wrap: nowrap;
    justify-items: center;
    justify-content: flex-start;
    color: #222222;
}

.contact ul li a {
    color: #222222;
    text-decoration: none;
}

.contact ul li .lnr,
.contact ul li .material-icons {
    color: #b88746;
    width: 40px;
    margin-right: 10px;
    font-size: 30px;
}

.contact ul li.icon-list:last-child {
    font-size: 28px;
}

iframe {
    width: 100%;
    min-height: 350px;
}

.content iframe {
    width: 96%;
    min-height: 500px;
}

.social-icon {
    padding-left: 40px;
}


/* .contact h3 {
        float: left;
    } */

.contact .social-icon {
    float: left;
    margin: 1rem 0 2rem;
}

.social-icon a {
    margin: 3px 10px;
}


/* common header inner pages */

.full-WH {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
    display: block;
    float: left;
}

.top-header {
    background: #222222 url(../images/header-bg.jpg) no-repeat 0 96px;
    height: 336px;
    position: relative;
    overflow: hidden;
    padding-top: 96px;
    background-size: cover;
}

h1.title {
    font-size: 4.8rem;
    text-align: center;
    color: #222222;
    text-transform: uppercase;
    font-weight: 900;
    padding: 66px 0;
}

h1.title small {
    display: block;
    font-size: 18px;
}

.text-para {
    font-size: 1.6rem;
    color: #222222;
}

.desc-wrapper {
    display: block;
    padding: 4rem 5rem;
}

.clearfix {
    display: block;
    clear: both;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* image gallery CSS product */

#info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    width: 95%;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-family: arial;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#info .info-wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#info a {
    color: #c09853;
    text-decoration: none;
}

#info p {
    margin: 5px 0 0 0;
}

.container {
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#filters {
    margin: 1% auto;
    padding: 0;
    list-style: none;
    width: fit-content;
}

#filters li {
    float: left;
}

#filters li span {
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    font-size: 1.1rem;
}

#filters li span.active {
    background: #b88746;
    color: #fff;
}


/* #portfoliolist {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        width: 100%;
        height: 900px;
    }
    
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 14.5%;
        margin: 1%;
        display: none;
        float: left;
        overflow: hidden;
        border: 1px solid #ddd;
    }
     */

.masonry {
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
}

.masonry .portfolio {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    display: none;
    border: 1px solid #ddd;
}

.masonry .brick .portfolio-wrapper img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    display: flex;
}

.portfolio .label-bg {
    background: #b88746;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
    text-decoration: none;
    cursor: default;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.portfolio .label-text .text-title {
    color: #fff;
    cursor: default;
    text-decoration: none;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

#portfoliolist .portfolio:hover {
    border: 2px solid #b88746;
}

.portfolio:hover .label {
    bottom: 0;
}

.portfolio:hover img {
    top: -30px;
}


/* Vertical tab CSS for services */

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #5ab1d0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #5ab1d0 !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5ab1d0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 400px;
    border: 5px solid #f2f3f4;
    padding: 20px 30px;
}

.resp-vtabs ul.resp-tabs-list h2 {
    margin-bottom: 25px;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px 1rem 0 2rem;
    background-color: #fff;
    border: none;
    float: left;
    width: calc(100% - 400px);
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    font-size: 1.4rem;
    color: #5a5a5a;
}

.resp-vtabs .resp-tab-content h1,
.resp-vtabs .resp-tab-content h2,
.resp-vtabs .resp-tab-content h3,
.resp-vtabs .resp-tab-content h4,
.resp-vtabs .resp-tab-content h5 {
    color: #000;
}

.resp-vtabs .resp-tab-content h4.title {
    padding: 30px 0 20px;
    margin-bottom: 0;
}

.resp-vtabs .resp-tab-content ul {
    margin-bottom: 30px;
}

.resp-vtabs .resp-tab-content li {
    position: relative;
    padding-left: 40px;
}

.resp-vtabs .resp-tab-content li::before {
    content: "\e876";
    font-family: "Material Icons";
    color: #fc1520;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 1.4rem;
}

.resp-vtabs .resp-tab-content p {
    font-size: 1.4rem;
    color: #5a5a5a;
    margin-bottom: 1.3rem;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #b88847 !important;
    border-left: 4px solid #b88847 !important;
    margin-bottom: 4px !important;
    border-right: 1px #fff solid !important;
    background: #b98947 !important;
    color: #ffffff !important;
    border-radius: 0 10px 10px 0;
}

.resp-vtabs li.resp-tab-active:after {
    content: "\e892";
    font-family: "Material Icons";
    font-size: 5rem;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0px;
    right: -24px;
    color: #b98947;
    bottom: 0;
    line-height: 76%;
    animation: slideInLeft;
    animation-duration: 1s;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 9px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #dbdbdb;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    /* !important;*/
}


/* list-details */

ul.list-card {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

li.outer {
    width: 25%;
    text-align: center;
    position: relative;
    z-index: unset;
    padding: 1.5rem 0;
}

.inner-list {
    width: 65%;
    position: relative;
    margin: auto;
}

h3.inner-title {
    color: #b88847;
}

li.outer .inner-list::before {
    content: " ";
    position: absolute;
    top: 0;
    right: -164px;
    bottom: 0;
    left: auto;
    margin: auto;
    height: 42px;
    background: url(../images/nested/direction-up.png) no-repeat center center;
    background-size: 100% 100%;
    width: 180px;
}

li.outer:nth-child(2n+1) .inner-list::before {
    content: " ";
    background: url(../images/nested/direction-down.png) no-repeat center center;
    height: 42px;
    background-size: 100% 100%;
    width: 180px;
}

li.outer:last-child .inner-list::before {
    content: " ";
    background: none;
}

.img-icon-circle {
    width: 100px;
    height: 100px;
    display: block;
    margin: 1rem auto;
    border: 2px dashed #5a5a5a;
    color: #5a5a5a;
}

.img-icon-circle {
    width: 130px;
    height: 130px;
    display: block;
    margin: 1rem auto;
    border: 2px dashed #5a5a5a;
    color: #5a5a5a;
    border-radius: 50%;
    line-height: 130px;
    position: relative;
}

.img-icon-circle span.material-icons {
    font-size: 4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 66px;
    height: 66px;
}

p.desc {
    font-size: 1.3rem;
    color: #5a5a5a;
}

li.outer:hover,
li.outer:focus {
    background: #222222;
    animation-name: fadeIn;
    animation-duration: 1s;
}

li.outer:hover .img-icon-circle,
li.outer:focus .img-icon-circle {
    border: 2px dashed #dadada;
    color: #dadada;
}

li.outer:hover h3.inner-title,
li.outer:hover p.desc,
li.outer:focus h3.inner-title,
li.outer:focus p.desc {
    color: #dadada;
}


/*---Vertical tabbed panel to accordion CSS---*/

.tabtoaccordion {
    display: flex;
}

.tabtoaccordion .card,
.tabtoaccordion .card .card-header,
.tabtoaccordion .card .card-header:first-child {
    border-radius: 0;
    border: none;
    padding: 0;
    background: none;
}

.tabtoaccordion .card {
    border: 1px solid #ddd;
    border-top: transparent;
}

.tabtoaccordion .card:first-child {
    border: 1px solid #ddd;
}

.tabtoaccordion .card .collapse.show {
    border-top: 1px solid #ddd;
}

.tabtoaccordion .card .card-header .card-title {
    margin-bottom: 0;
}

.tabtoaccordion .card .card-header .card-title a.accordion-toggle,
.tabtoaccordion .card .card-header .card-title a.accordion-toggle.active {
    background: #b88847;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding: 1rem 2.5rem 1rem 1rem;
}

.tabtoaccordion .card .card-header .card-title a.accordion-toggle.collapsed {
    background: #fff;
    color: #5a5a5a;
}

.tabtoaccordion .card .card-header .card-title a.accordion-toggle.collapsed.active {
    background: #b88847;
    color: #fff;
}

.tabtoaccordion .card .card-header .card-title a.accordion-toggle.collapsed:after,
.tabtoaccordion .card .card-header .card-title a.accordion-toggle.collapsed.active:after,
.tabtoaccordion .card .card-header .card-title a.accordion-toggle:after {
    content: "\e5cf";
    font-family: "Material Icons";
    font-size: 2rem;
    position: absolute;
    right: 6px;
    top: 0;
    color: #c1c1c1;
    bottom: 0;
    height: 37px;
    margin: auto 0;
}

.tabtoaccordion .card .card-header .card-title a.accordion-toggle:after,
.tabtoaccordion .card .card-header .card-title a.accordion-toggle.collapsed.active:after {
    content: "\e5ce";
    color: #ffffff;
}

.tabtoaccordion ul.nav-tabs {
    float: left;
    width: 400px;
    border: 5px solid #f2f3f4;
    padding: 20px 30px;
    flex-flow: column;
}

.tabtoaccordion ul.nav-tabs li {
    display: block;
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 1.2rem;
}

.tabtoaccordion ul.nav-tabs li a {
    display: block;
    padding: 8px 12px !important;
    margin: 0 0 2px;
    cursor: pointer;
    float: none;
    color: #212529;
    line-height: 24px;
}

.tabtoaccordion ul.nav-tabs li a.active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 8px 12px !important;
    border-top: 1px solid;
    border: 1px solid #b88847 !important;
    border-left: 4px solid #b88847 !important;
    margin-bottom: 4px !important;
    border-right: 1px #fff solid !important;
    background: #b98947 !important;
    color: #ffffff !important;
    border-radius: 0px;
}

.tabtoaccordion .tab-content {
    padding: 0px 1rem 0 2rem;
    background-color: #fff;
    border: none;
    float: left;
    width: calc(100% - 400px);
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.tabtoaccordion ul.nav-tabs h2 {
    margin-bottom: 10px;
}

.tabtoaccordion .card-soup {
    width: 100%;
    border: 0;
}

.tabtoaccordion .tab-pane {
    display: none;
    font-size: 1.4rem;
    width: 100%;
}

.tabtoaccordion .tab-pane.active {
    display: block;
    width: 100%;
}

.tabtoaccordion .tab-pane .heading::after {
    content: " ";
    clear: both;
}

.tabtoaccordion .tab-pane .heading h2 {
    position: relative;
    width: fit-content;
    margin: 1.5rem 0 3rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.tabtoaccordion .tab-pane h4.title {
    padding: 20px 15px 10px;
    margin-bottom: 0;
}

.tabtoaccordion .tab-pane ul {
    margin-bottom: 30px;
}

.tabtoaccordion .tab-pane li {
    position: relative;
    padding-left: 40px;
    line-height: 26px;
    margin-bottom: 15px;
}

.tabtoaccordion .tab-pane li::before {
    content: "\e876";
    font-family: "Material Icons";
    color: #fc1520;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 1.4rem;
}

.tabtoaccordion .tab-pane p {
    margin: 0.5rem 15px 1rem;
    font-size: 1.3rem;
    color: #212529;
    clear: left;
}

.collapse.active {
    display: block;
}


/*---Vertical tabbed panel to accordion CSS---*/


/* CSS background */

.bg-0 {
    background: #ffffff;
    box-shadow: 0 0 6rem #ddd;
    padding: 3rem;
}

.client-logo {
    position: relative;
    display: flex;
    align-items: center;
}

.bg-1 {
    background: #ffffff;
}

.bg-2 {
    background: #e6feff;
}

.bg-3 {
    background: #222222;
}

.bg-4 {
    background: #daf3d7;
}

.bg-5 {
    background: #b4f1e7;
}

.bg-6 {
    background: #fcffca;
}

.bg-7 {
    background: #d8f5ff;
}

.bg-8 {
    background: #efeeec;
}


/* CSS image animation */

.box {
    position: relative;
    vertical-align: middle;
    color: #0b7;
    display: inline-block;
    height: 75px;
    line-height: inherit;
    text-align: center;
    transition: 0.5s;
    padding: 15px 20px 5px;
    cursor: pointer;
    border: 2px solid #0b7;
    -webkit-transition: 0.5s;
    width: 100%;
}

.box:hover {
    border: 2px solid rgba(0, 160, 80, 0);
    color: #FFF;
}

.box::before,
.box::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}

.bar::before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.bar::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 0% 100%;
}

.box:hover::after,
.box:hover::before {
    -webkit-transform: scale(1);
}

#proMechSlider .item img {
    display: block;
    width: 100%;
    height: auto;
}

img.flright,
img.flleft {
    float: right;
    max-width: 500px;
    width: auto;
    padding: 10px;
    margin: 0 25px 25px;
    border: 1px solid #ddd;
}

img.flleft {
    float: left;
}

img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

img:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

embed.fullpdf {
    width: 100%;
    min-height: 700px;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 1px solid transparent;
}

*::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px;
}

embed:hover {
    color: rgba(0, 0, 0, 0.3);
}


/* images gallery light box */

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.owl-carousel .owl-item video,
.owl-carousel .owl-item iframe {
    display: block;
    width: 100%;
}


/* .lg-service,
    .mb-service {
        display: none !important;
    } */

.wrapper-pro-mech {
    width: 100%;
    position: relative;
    display: flex;
}

.wrapper-pro-mech .pro-mech-left,
.wrapper-pro-mech .pro-mech-right {
    float: left;
    width: 50%;
}

div#proMechSlider,
div#proMechSlider .owl-carousel .owl-stage-outer,
div#proMechSlider .owl-carousel .owl-stage,
div#proMechSlider .owl-carousel .owl-stage .owl-item {
    height: 100vh !important;
}

.wrapper-pro-mech .pro-mech-right .owl-carousel .item,
.wrapper-pro-mech .pro-mech-right .owl-carousel .item img,
.wrapper-pro-mech .pro-mech-right .owl-carousel.owl-drag .owl-item {
    height: 100%;
}

.wrapper-pro-mech .pro-mech-right .owl-carousel.owl-drag .owl-item {
    border: 0px !important;
}

.wrapper-pro-mech .pro-mech-right .owl-carousel .item img {
    height: 100% !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100vh;
}

div#proMechSlider .owl-dots {
    display: none;
}

.bg-darked.bg-img-product {
    background: #bf9350;
}

.bg-darked h2 {
    font-size: 1.6rem;
    color: #fff;
}

.bg-darked h2:after {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-darked .owl-nav {
    right: 20px;
}

.bg-darked .owl-carousel .item {
    height: 580px;
}

.bg-darked .owl-carousel .owl-nav button.owl-next,
.bg-darked .owl-carousel .owl-nav button.owl-prev,
.bg-darked .owl-carousel button.owl-dot {
    color: #ffffff;
}

.bg-darked #productListChild .owl-nav button.owl-next,
.bg-darked #productListChild .owl-nav button.owl-prev,
.bg-darked #productListChild button.owl-dot {
    color: #b88746;
}

.valves-product {
    background: #f5f5f5;
}

.valve-categories .valves-product {
    background: transparent;
    margin-left: -7px;
    margin-right: -10px;
}

.valves-product .heading h3 {
    text-transform: inherit;
}

.valves-product .card {
    padding: 0px;
    height: 100%;
}

.valves-product .card,
.valves-product .card .card-body {
    position: relative;
    overflow: hidden;
}

.valves-product .card a {
    width: 100%;
    height: 100%;
}

.valves-product .card a:hover {
    text-decoration: none;
}

.valves-product .card .card-body {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.valves-product .mb-4:first-child .card .card-body {
    padding-bottom: 15px;
}

.valves-product .card-body a.btn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}


/* .valves-product .card::before {
    content: "";
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
    background: #b88746;
    position: absolute;
    transform: rotate(45deg);
}

.valves-product .card:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #f8eee1;
    position: absolute;
    transform: rotate(5deg);
    bottom: 0;
    left: 0;
    transition: ease-in-out 1s;
} */

.valves-product .card:first-child:hover:before {
    content: "";
    width: 0;
    height: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    position: absolute;
    transform: rotate(5deg);
    bottom: 0;
    left: 0;
    transition: ease-in-out 1s;
}

.valves-product .bg-secondary .card-title {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.15rem;
}


/* .heading-verticle {
    position: absolute;
    left: 0;
    top: 45%;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    padding: 0 20px;
    line-height: 150%;
} */

.heading-verticle {
    position: relative;
    padding: 10px;
    line-height: 150%;
}

.banner-text-bg {
    height: 300px;
    background: url(../images/banner-brands.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 5rem 0;
    text-align: center;
}

.banner-text-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}

h3.banner-tag {
    font-size: 2rem;
    font-weight: 100;
    background: rgb(188 142 76 / 0.6);
    box-shadow: 0 0 30px #d6ba94;
    padding: 2rem;
    margin-bottom: 0;
    position: absolute;
    width: 92%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 3rem;
    border-radius: 200px;
}

.modal-dialog.pdfshow {
    width: calc(100% - 50px);
    max-width: 96%;
    height: calc(100vh - 50px) !important;
    max-height: calc(100vh - 50px);
}

.modal.show .modal-dialog .modal-header {
    padding: 0;
    border: 0;
    margin: 0;
}

.modal.show .modal-dialog .modal-header .close {
    position: absolute;
    padding: 0 10px;
    background: #fff;
    opacity: 1;
    border-radius: 20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    right: 3px;
}

.modal.show .modal-dialog .modal-header .close:hover {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    box-shadow: rgb(252, 21, 32) 0px 0px 10px;
    text-shadow: rgb(255 0 0) 0px 1px 0px;
}

.modal-dialog.pdfshow .modal-content {
    height: 100%;
}


/* Product Detail CSS */

.product-detail {
    position: relative;
}

.product-detail .navbar {
    background: #222222;
}

.product-detail div#loadpage {
    padding-top: 96px;
}

.product-detail .bg-header {
    position: fixed;
    top: 96px;
    left: 0;
    right: 0;
    z-index: 1030;
}

.top-header.breadcrumb {
    background: #222222 url(../images/header-bg.jpg) no-repeat 0 96px;
    height: 336px;
    position: relative;
    overflow: hidden;
    padding-top: 96px;
    background-size: cover;
}

.valves-product .card {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.valves-product .card img:hover {
    transform: none;
}

.valves-product .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card .valves-product .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.valves-product .list-group-horizontal {
    max-width: 100%;
    padding: 0;
    align-items: center;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.valve-categories .valves-product .list-group-horizontal {
    max-width: 48%;
    padding: 0;
    margin: 7px;
    display: inline-flex;
    flex-direction: inherit;
}

.valves-product .list-group-horizontal li.list-group-item {
    max-width: 100%;
    border: none;
}

.coming-soon {
    display: flex;
    height: auto;
    justify-content: center;
}

.valves-product .list-group-horizontal li.list-group-item:first-child {
    max-width: 300px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.himg:hover {
    transform: scale(1) !important;
}

.border-bottom {
    position: relative;
    padding: 1.5rem 0;
    margin-bottom: 1rem;
}

.valve-description {
    display: block;
    font-size: 1.3rem;
    padding: 0;
}

.valve-description li.list-item {
    position: relative;
    padding-left: 250px;
    border-bottom: 1px dashed #e6dfbc;
}

.valve-description li.list-item::before {
    content: " ";
    position: absolute;
    width: 250px;
    background: #fcf8e3;
    top: 0;
    bottom: 0;
    left: 0;
}

.valve-description li.list-item h5 {
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    background: #fcf8e3;
    width: 250px;
    padding: 0px 15px;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 110%;
    margin: auto;
    transform: translateY(-50%);
    height: fit-content;
}

.valve-description li.list-item p {
    padding: 8px 15px;
}

nav.link-back {
    background: transparent!important;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb .breadcrumb-item a {
    color: #bb6206;
    font-size: 1rem;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #0056b3;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #8f979e;
    content: "/";
}

.valves-product .list-group h4 a {
    font-size: 1.2rem;
}

.valves-product .list-group a {
    color: #b35f00;
    text-decoration: none;
}

.list-group a:hover {
    color: #0056b3;
}

.alert .blockquote {
    margin-bottom: 0;
}

.chart-center {
    text-align: center;
}

.chart-center img {
    max-height: 250px;
}

.multi-valve-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.multi-valve-item a {
    width: 33.3%;
    margin: 0 10px;
    padding: 0 1px;
}

.multi-valve-item a:first-child,
.multi-valve-item a:last-child {
    padding: 0;
    margin: 0;
}

a.bigger p {
    color: #000000;
    font-size: 1.25rem;
    padding: 15px;
    text-decoration: none !important;
}

a.bigger:hover p {
    color: #0f4cf6;
    text-decoration: none !important;
}

.bdr-less li {
    border: 0px;
    position: relative;
    padding: 0;
    padding-left: 40px;
    margin-bottom: 0.3rem;
}

.bdr-less li::before {
    content: "\e876";
    font-family: "Material Icons";
    color: #fc1520;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 1.4rem;
}

.valves-product .alert-warning {
    color: #774500;
}

p.h3 {
    line-height: 170%;
}

a.bigger.zoom {
    position: relative;
    width: 150px;
    margin-left: 30px;
    color: #f00;
}

a.bigger.zoom .zoom-icon {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    display: none;
    justify-content: center;
}

a.bigger.zoom .zoom-icon i {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 4rem;
}

a.bigger.zoom:hover .zoom-icon {
    display: flex !important;
}

a.bigger img.thumbnail {
    width: 100%;
}

.content.bg-light {
    box-shadow: 0 0 100px #ddd;
}

.blog {
    padding-top: 3rem;
    border-top: 1px dashed #dd9c46;
}

.blog:first-child {
    padding-top: 0;
    border-top: 0px transparent;
}

.blog .card {
    overflow: hidden;
}

.blog .card .card-title small {
    display: flex;
    justify-content: center;
}

.blog .title {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.blog .title small {
    display: flex;
    justify-content: left;
    color: crimson;
    font-size: 70%;
}

.blog-text {
    margin: 0 2rem;
}

.blog-text P {
    margin: 0.75rem 0;
    font-size: 1rem;
}

.card-body td p {
    font-size: 1.1rem;
    position: relative;
    padding-left: 30px;
}
.card-body td p::before {
    content: "\e876";
    font-family: "Material Icons";
    color: #fc1520;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 1.2rem;
}

ul.list-group.list-group-horizontal.row-item li.list-group-item:first-child {
    max-width: 100%;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, .125);
}






 /* Hide dropdown by default */
        .mobile-nav-dropdown {
            display: none;
        }
                        
        /* Style the select dropdown */
        .nav-select {
            width: 100%;
            padding: 0.75rem;
            border: 2px solid #b98947;
            border-radius: 0.375rem;
            background-color: #fff;
            font-size: 1rem;
            font-weight: 500;
            color: #495057;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 0.75rem center;
            background-repeat: no-repeat;
            background-size: 1.5em 1.5em;
            padding-right: 2.5rem;
            appearance: none;
        }
        
        .nav-select:focus {
            outline: none;
            border-color: #b98947;
            box-shadow: 0 0 0 0.25rem rgba(184, 135, 68, 0.25);
        }
        
        .nav-select option {
            padding: 0.5rem;
        }
        
        .nav-select option:hover {
            background-color: #f8f9fa;
        }
        
        /* Mobile dropdown header */
        .mobile-nav-header {
            background: linear-gradient(135deg, #b98947, #8f6832);
            color: white;
            padding: 0.75rem 1rem;
            border-radius: 0.375rem 0.375rem 0 0;
            font-weight: bold;
            font-size: 1.1rem;
        }
        
        /* Custom styling for better mobile experience */
        .mobile-nav-container {
            background: #fff;
            border-radius: 0.375rem;
            box-shadow: 0 4px 10px -1px rgba(106, 74, 46, 0.3);
            overflow: hidden;
        }
        
        /* Demo content styling */
        .demo-info {
            background: #e3f2fd;
            padding: 1rem;
            border-radius: 0.375rem;
            margin-bottom: 2rem;
            border-left: 4px solid #b98947;
        }
        
        .tabtoaccordion .tab-content {
            margin-top: 1rem;
        }
        
        /* Original styling preserved */
        .tabtoaccordion .nav-tabs h2 {
            margin-bottom: 1rem;
            color: #b98947;
            font-weight: bold;
        }
        
        .tabtoaccordion .nav-link.active {
            background-color: #b98947 !important;
            color: white !important;
        }
        
        .tabtoaccordion .card {
            transition: transform 0.2s;
        }
        
        .tabtoaccordion .card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }