/* -------------------------------

1. General
2. Home page
3. About page
4. Contact page
5. 
6. 
7. 
8.
9.
10. 
------------------------------- */


.main {
    overflow: hidden;
}

.banner-title {
    font-family: "Playfair Display", serif !important;
}

.banner-content {
    font-family: "Poppins", sans-serif !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}


.footer {
    width: 100%;
    background-color: #343434;
}

.footer-top-section {
    padding: 100px 0 70px;
}

.footer-top-section h3 {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

.footer-logo {
    width: 40%;
    padding-right: 35px;
}

.footer-nav {
    width: 10%;
}

.footer-nav.footer-nav-first {
    width: 50%;
}



.footer-nav ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-nav ul li a {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #aeaeae;
}

.footer-nav ul li a:hover {
    color: #eeb400;
}

.footer-mail a {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}

.footer-mail a:hover {
    color: #B29758;
}

.footer-mail-box {
    margin-bottom: 30px;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #757575;
}

.copy-right {
    width: 40%;
}

.copy-right p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footer-bottom ul {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom ul li {
    padding: 0 10px;
    position: relative;
}



.footer-bottom ul li:last-child {
    padding-right: 0px;
}

.footer-bottom ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.footer-bottom ul li a:hover {
    color: #EEB400;
}


.banner-title {
    font-family: var(--font-primary) !important;
    font-weight: 600 !important;
}

.banner-text {
    font-family: var(--font-primary) !important;
    font-weight: 400 !important;
}

.main-btn {
    padding: 0 40px 0 20px;
    height: 54px;
    line-height: 56px;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn:hover {
    background-color: #EEB400;
    color: #fff;
}

.main-btn::after {
    content: "";
    width: 12px;
    height: 11px;
    background-image: url(../images/btn-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    right: 20px;
    background-position: right 0 center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn:hover::after {
    background-position: left 0 center;
}

.main-banner .container {
    position: absolute;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.main-banner #SR7_1_1 .custom.sr7-arrows,
.main-banner #rev_slider_1_1_wrapper .custom.tparrows {
    width: 60px !important;
    height: 60px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #000;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.main-banner #SR7_1_1 .custom.sr7-arrows:hover,
.main-banner #rev_slider_1_1_wrapper .custom.tparrows:hover {
    background-color: #EEB400 !important;
}

.main-banner #SR7_1_1 .custom.sr7-arrows:hover,
.main-banner #rev_slider_1_1_wrapper .custom.tparrow:hover {
    background-color: #EEB400 !important;
}

.main-banner #SR7_1_1 .custom.sr7-arrows:before,
.main-banner #rev_slider_1_1_wrapper .custom.tparrow:before {
    display: none !important;
}

.main-banner #SR7_1_1 .custom.sr7-arrows.sr7-leftarrow,
.main-banner #rev_slider_1_1_wrapper .custom.tparrow.tp-leftarrow {
    background-image: url(../images/slider-left.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.main-banner #SR7_1_1 .custom.sr7-arrows.sr7-rightarrow,
.main-banner #rev_slider_1_1_wrapper .custom.tparrow.tp-rightarrow {
    background-image: url(../images/slider-right.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.footer-nav-first ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav-first ul li {
    width: 50%;
}

.subscription {
    width: 100%;
    max-width: 420px;
    position: relative;
}

.subscription-form {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    background-color: #484848;
    color: #aeaeae;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    padding: 0 40px 0 20px;
}

.subscription-btn {
    position: absolute;
    height: 42px;
    width: 42px;
    background-color: #EFEFEF;
    position: absolute;
    right: 4px;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    font-size: 0;
    background-image: url(../images/subscribe-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subscription-btn:hover {
    background-color: #EEB400;
}

.home-abt-section {
    width: 100%;
    padding: 110px 0;
    background-image: url(../images/home-about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top right;
    position: relative;
}

.home-abt-first {
    max-width: 800px;
}

.home-abt-first h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 70px;
}

.home-abt-first .main-btn {
    margin-top: 30px;
}

.home-abt-second {
    width: 100%;
    height: auto;
}

.home-abt-second ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.home-abt-second ul li+li {
    margin-left: 160px;
}


.home-abt-second ul li label {
    font-size: 16px;
    color: #020202;
    margin-bottom: 5px;
    display: block;
}


.home-abt-second ul li h3 {
    font-size: 120px;
    line-height: 100px;
    color: #FCBF00;
    font-weight: 500;
    margin-bottom: 0;
}

.home-equipments-section {
    width: 100%;
    background-color: #F4F4F4;
    padding: 90px 0;
    position: relative;
}

.home-equipments-title {
    width: 48%;
}

.home-equipments-section::after {
    content: "";
    width: 55%;
    height: 380px;
    background-color: #EEB400;
    position: absolute;
    left: 0;
    top: 0;
}

.home-equipments-section .container {
    position: relative;
    z-index: 1;
}

.main-title {
    font-size: 60px;
    line-height: 63px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-title.black {
    color: #303030;
}

.second-title {
    font-size: 40px;
    line-height: 50px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 10px;
}

.second-title.white {
    color: #fff;
}

.third-title {
    font-size: 31px;
    line-height: 40px;
    color: #29292E;
    font-weight: 500;
    margin-bottom: 10px;
}

.home-equipments-section p {
    color: #fff;
}

.home-equipments-slider {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.equipment-slider-box {
    width: 100%;
    min-height: auto;
    padding: 25px;
    background-color: #fff;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.equipment-slider-img {
    height: 240px;
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment-slider-img img {
    max-width: 100%;
    object-position: center;
    width: auto !important;
    max-height: 100%;
}

.equipment-slider-readmore {
    width: 100%;
    min-height: 60px;
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #181818;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.equipment-slider-readmore:hover {
    background-color: #FBBA33;
    color: #fff;
}



.equipments-slider {
    position: relative;
}



/* .equipments-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
} */

.equipments-slider.owl-carousel .owl-next,
.equipments-slider.owl-carousel .owl-prev {
    background-color: #F4F4F4 !important;
    border: 1px solid #D9D9D9 !important;
    background-repeat: no-repeat;
    background-position: center;
}


.equipments-slider.owl-carousel .owl-next:hover,
.equipments-slider.owl-carousel .owl-prev:hover {
    background-color: #EEB400 !important;
}

.equipments-slider .owl-nav {
    width: 130px;
    display: flex;
    position: absolute;
    left: 65%;
    top: -80px;
    display: flex;
    justify-content: space-between;
}

.equipments-slider.owl-carousel .owl-next {
    position: static;
    background-image: url(../images/owl-next.png) !important;
}

.equipments-slider.owl-carousel .owl-prev {
    position: static;
    background-image: url(../images/owl-prev.png) !important;
}

.home-equipments-btn {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.home-we-do-section {
    width: 100%;
    background-image: url(../images/wedo-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.we-do-content {
    width: 100%;
    padding-top: 100px;
    max-width: 550px;
}

.home-we-do-section .container {
    min-height: 600px;
    padding: 50px 0;
    position: relative;

}

.we-do-content p {
    color: #fff;
}

.we-do-slider {
    width: 100%;
    height: 110px;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
}

.wedo-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wedo-box h4 {
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.wedo-box-icon {
    width: 33px;
    display: flex;
    justify-content: center;
}

.wedo-box-icon img {
    width: auto !important;
}

.wedo-box:hover h4 {
    color: #fff;

}

.wedo-box:hover .wedo-box-icon img {
    filter: invert(1) contrast(10);
}

.wedo-box:hover {
    background-color: #EEB400;
}

.owl-carousel.wedo-slider .owl-nav button.owl-next {
    background-image: url(../images/next-js.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.owl-carousel.wedo-slider .owl-nav button.owl-prev {
    background-image: url(../images/prev-js.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.owl-carousel.wedo-slider .owl-nav button {
    --side: -70px;
    position: absolute;
    top: 66%;
    width: 35px;
    height: 35px;
    background-color: #FBBA33 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel.wedo-slider .owl-nav button:hover {
    background-color: #000 !important;
}

.wedo-btn {
    width: 100px;
    padding: 0 20px;
    height: 54px;
    line-height: 56px;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #EEB400;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wedo-btn:hover {
    background-color: #000;
    color: #fff;
}

.home-cateloge-section {
    padding: 120px 0 60px;

}

.home-cateloge-inner {
    width: 100%;
    padding: 50px 80px;
    background-image: url(../images/catelouge-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    background-position: right;
}

.home-cateloge-inner p {
    color: #D6D6D6;
}

.main-btn-second {
    padding: 0 50px 0 20px;
    height: 54px;
    line-height: 56px;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #FDBE0F;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn-second::after {
    content: "";
    width: 21px;
    height: 24px;
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    background-position: right 0 center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn-second:hover::after {
    background-position: left 0 center;
}

.main-btn-second:hover:hover {
    background-color: #fff;
    color: #000;
}



.main-btn-yellow {
    min-width: 169px;
    padding: 0 25px;
    height: 54px;
    line-height: 56px;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #FDBE0F;
    background-color: #FDBE0F;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn-yellow:hover {
    background-color: #fff;
    color: #000;
}

.ser-content .main-btn-yellow {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
}

.ser-content .main-btn-yellow:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.home-cateloge-inner .main-btn-second {
    margin-top: 10px;
}

.home-media-section {
    padding: 110px 0 60px;
}

.title-with-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.main-title.black {
    color: #303030;
}

.title-with-btn h5 {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.title-with-btn .main-btn {
    position: absolute;
    right: 0;
    bottom: 18px;
}

.home-media-slider {
    width: 100%;
    margin-top: 30px;
}

.media-slider-box {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;

}

.media-slider-box img {
    width: 100%;
    height: 415px;
    object-fit: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-slider-box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.media-slider-box::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0.5606617647058824) 83%);
}

.media-slider .owl-nav button.owl-prev:hover,
.media-slider .owl-nav button.owl-next:hover {
    background-color: #eeb400 !important;
}


.media-slider .owl-nav button.owl-prev {
    background-image: url(../images/owl-prev.png);
}

.media-slider .owl-nav button.owl-next {
    background-image: url(../images/owl-next.png);
}

.media-slider-box .label {
    line-height: 26px;
    padding: 0 15px;
    background-color: #FBBA33;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 15px;
    color: #fff;
    z-index: 3;
}

.media-content {
    padding: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
}

.media-content span {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

.media-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}

.home-faq-section {
    width: 100%;
    padding: 60px 0 120px;
}


.accordion__wrapper {
    width: 100%;
    margin-top: 20px;

}

.accordion__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-title);
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border: 1px solid #ECECEC;
    background-color: #fff;
    padding: 12px 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.accordion__icon {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

.accordion__header.active .accordion__icon {
    border: 1px solid #EEB400;
}

.accordion__icon::after {
    content: "";
    width: 12px;
    height: 15px;
    background-image: url(../images/accordian-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion__header.active .accordion__icon::after {
    transform: rotate(180deg);
}

.accordion__question {
    font-size: 16px;
    margin-bottom: 0px;
    padding-right: 20px;
}

.accordion__answer {
    padding-top: 15px;
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: all 0.5s;

}

.accordion__content-inner {
    padding-top: 20px;
    padding-right: 50px;
}

.accordion__content h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.accordion__content p {
    font-size: 16px;
    line-height: 26px;
}


.accordion__content ul {
    margin-top: 10px;
}

.accordion__content ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
}

.accordion__content ul li::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #eeb400;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.home-business-section {
    width: 100%;
    padding-top: 90px;
    background-color: #F4F4F4;
    overflow: hidden;
    position: relative;
}

.home-business-section .container {
    position: relative;
}

.home-business-slider {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.business-logo-box {
    width: 100%;
    padding: 10px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CFCFCF;
    border-left: none;
    border-right: none;
    background-color: #fff;
    position: relative;
}

.business-logo-box img {
    width: auto !important;
}

.business-logo-box::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #CFCFCF;
}

.main-btn-wrap {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    position: absolute;
    right: 0;
    top: 25px;
}

.customPrevBtn {
    background-image: url(../images/owl-prev.png) !important;
}

.customNextBtn {
    background-image: url(../images/owl-next.png) !important;
}

.customNextBtn,
.customPrevBtn {
    --size: 60px;
    --side: -85px;
    top: 50%;
    margin-top: -25px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background-color: #F4F4F4 !important;
    border: 1px solid #D9D9D9 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
    will-change: transform;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


.customNextBtn:hover,
.customPrevBtn:hover {
    background-color: #eeb400 !important;
}

.media-listing-section {
    width: 100%;
    padding: 100px 0;
}

.media-listing-inner {
    width: 100%;
    margin-top: 20px;
}

.media-listing-inner ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.equipments-listing-section {
    width: 100%;
    padding: 70px 0 150px;
    background-color: #F4F4F4;
}

.equipments-listing-discription {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.equipments-listing-discription p {
    font-size: 20px;
    line-height: 34px;
    color: #363636;
	text-align:center;
}

.equipments-listing-wrap {
    width: 100%;
}

.equipments-listing-wrap ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.equipments-listing-wrap ul li {
    position: relative;
}

.media-detail-section {
    width: 100%;
    padding: 45px 0 110px;
}

.media-detail-wrap p {
    font-size: 17px;
    color: #000;
}

.bredcrumb {
    width: 100%;
}

.bredcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.bredcrumb ul li a,
.bredcrumb ul li span {
    font-size: 16px;
    line-height: 22px;
}

.bredcrumb ul li+li {
    padding-left: 40px;
    position: relative;
}

.bredcrumb ul li+li::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 7px;
    width: 8px;
    height: 12px;
    background-image: url(../images/media-arrow.png);
    background-repeat: no-repeat;
}

.media-detail-wrap {
    width: 100%;
    padding-top: 70px;
}

.media-detail-wrap strong{
       font-weight: 600;
       font-size: 17px;
}

.media-detail-wrap p{
    font-size: 15px;
}

.media-detail-wrap ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.media-detail-wrap li{
    font-size: 15px;
}

.singular .sub-banner h1 {
    font-size: 40px;
    line-height: 55px;
}

.media-detail-first-content {
    width: 100%;
    align-items: center;
}

.media-detail-content-left {
    width: 55%;
    padding-right: 80px;
}

.media-detail-content-img {
    width: 45%;
}

.media-detail-content-left span {
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.media-detail-content-left h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.media-detail-content-img img {
    width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.media-detail-second-content {
    margin-top: 50px;
}

.related-news-wrap {
    width: 100%;
    padding: 110px 0;
    background-color: #EEB400;
}

.related-news-slider {
    margin-top: 50px;
}

.map {
    width: 100%;
    height: 750px;
}

.contact-section {
    width: 100%;
    padding: 100px 0 150px;
}

.contact-page-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.contact-page-title p {
    font-size: 20px;
    margin-top: 30px;
}

.contact-form-wrap {
    width: 100%;
    margin-top: 50px;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.contact-form li {
    width: 49%;
}


.contact-form li.full-width {
    width: 100%;
}

.form-control {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
    color: #353A3F;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.contact-form .form-control::placeholder,
.contact-form textarea.form-control::placeholder {
    color: #353A3F;
}

textarea.form-control {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 190px;
    line-height: 30px;
    padding: 10px 20px;
}

.form-submit.main-btn {
    width: 140px;
    border: none;
    padding: 0 20px;
    margin-left: auto;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}

.full-width.flex {
    align-items: center;
}

.contact-form .wpcf7-list-item {
    margin-left: 0;
}

.contact-form .wpcf7-list-item-label {
    padding-left: 10px;
    font-size: 14px;
}

.form-submit.main-btn::after {
    display: none;
}

.main-checkbox input {
    top: 1px;
    position: relative;
}

.contact-details-wrap {
    margin-top: 90px;
}

.contact-details-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.contact-details-wrap ul li {
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 30%;
}

.contact-details-wrap ul li:last-child{
       width: 40%;
}

.contact-details-wrap ul li+li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CCCCCC;
    left: 0;
    top: 0;
    position: absolute;
}

.contact-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEB400;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
}

.contact-details-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-content {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.contact-content p{
	text-align:center;
}

.media-share-content {
    width: 100%;
    margin-top: 70px;
}

.media-share-content h4 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.media-share-content ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.media-share-content ul li {
    width: 62px;
    height: 62px;
    border: 2px solid #FBBA33;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.media-share-content ul li:hover {
    background-color: #FBBA33;
}

.media-share-content ul li a:hover {

    color: #fff;
}

.media-share-content ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.service-nav {
    width: 100%;
    min-height: 85px;
    background-color: #000000;
}

.service-nav ul {
    display: flex;
    justify-content: center;
}

.service-nav ul li {
    padding: 0px 35px;
    position: relative;
}

.service-nav ul li.active::after {
    content: "";
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
    width: fit-content;
}

.service-nav ul li a {
    line-height: 85px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.service-listing-section {
    width: 100%;
    padding: 100px 0;
}

.service-listing-title {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.service-listing-wrap {
    width: 100%;
    margin-top: 40px;
}

.service-listing-wrap ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 15px;
}

.service-listing-wrap ul li {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-listing-wrap ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.5354516806722689) 70%);
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ser-content-hide {
    opacity: 0;
    height: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-listing-wrap ul li:hover .ser-content-hide {
    opacity: 1;
    height: auto;
    visibility: visible;
    display: block;
}

.service-listing-wrap ul li:hover::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, rgba(0, 0, 0, 0.5354516806722689) 43%);
}

.ser-content {
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    z-index: 3;
    top: 0;
    left: 0;
}

.ser-content-inner {
    text-align: center;
}

.ser-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.ser-content h4 {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.ser-content p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
	text-align:center;
}

.ser-content .main-btn-yellow {
    margin-top: 10px;
}

.footer-logo-main {
    margin-bottom: 45px;
}

.footer-logo-content {
    max-width: 400px;
}

.footer-logo-content p {
    color: #fff;
}

.footer-logo-content a {
    color: #fff;
}

.footer-logo-content a:hover {
    color: #eeb400;
}

.home-equipments-title .main-title,
.home-equipments-title p {
    color: #000;
}

.row-listing-wrap {
    width: 100%;
    margin-top: 50px;
}

.row-listing-wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.row-listing-wrap ul li {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    min-height: 420px;
}

.row-list-img {
    width: 100%;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    overflow: hidden;
    margin-bottom: 45px;
}

.row-list-img img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: center;
}

.row-list-btn {
    width: 100%;
    height: 77px;
    line-height: 25px;
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #F4F4F4;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.row-list-btn:hover{
    background-color: #EEB400;
    color: #fff;
}

.career-listing-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}

.career-listing-wrap .second-title {
    text-align: center;
    color: #363636;
}

.career-listing-wrap ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
}

.career-listing-wrap ul li {
    width: 100%;
    padding: 30px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.career-icon {
    width: 116px;
    height: 116px;
    padding: 20px;
    background-color: #FBBA33;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-list-content {
    width: calc(100% - 116px);
    padding-left: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.career-list-title {
    width: 35%;
    padding-right: 40px;
}

.career-list-title h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    display: flex;
}

.career-list-title h2 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    width: 100%;
}

.career-list-text {
    width: 45%;
}

.career-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    background-color: #D9D9D9;
    background-image: url(../images/career-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.career-arrow:hover {
    background-color: #EEB400;
}

.career-detail-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 90px;
}

.career-detail-title h3 {
    font-size: 55px;
    line-height: 50px;
    color: #000;
    font-weight: 400;
}

.career-detail-title ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    margin-top: 15px;
}

.career-detail-title ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.career-detail-title ul li+li::after {
    content: "";
    width: 2px;
    height: 18px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 6px;
}

.career-detail-list {
    width: 100%;
    margin-top: 85px;
    display: flex;
    flex-wrap: wrap;
}

.career-detail-list h3 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
}

.career-detail-list-box {
    margin-bottom: 40px;
}

.career-detail-list-box:last-child {
    margin-bottom: 0px;
}

.career-detail-list-left {
    width: 65%;
    padding-right: 100px;
    border-right: 1px solid #dddddd;
}

.career-detail-list-right {
    width: 35%;
    padding-left: 80px;
}

.career-detail-list ul li {
    font-size: 15px;
    line-height: 26px;
    padding-left: 20px;
    position: relative;

}

.career-detail-list ul li::after {
    content: "";
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: center;
}

.career-detail-list ul li+li {
    margin-top: 20px;
}

.equipment-breadcrumb {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.equipment-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.equipment-breadcrumb ul li a {
    color: #7B7B7B;
}

.equipment-breadcrumb ul li:first-child a {
    padding-left: 0;
}

.equipment-breadcrumb ul li span {
    color: #373737;
    font-weight: 600;
}

.equipment-breadcrumb ul li a,
.equipment-breadcrumb ul li span {
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
}

.equipment-breadcrumb ul li {
    padding-right: 25px;
    position: relative;
}



.equipment-breadcrumb ul li+li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 8px;
    height: 12px;
    background-image: url(../images/product_arrow.png);
    background-repeat: no-repeat;
}

.product-listing-section {
    width: 100%;
    padding: 100px 0;
}

.product-listing-nav {
    width: 27%;
    padding: 30px;
    background-color: #F4F4F4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.product-listing-nav h3 {
    font-size: 24px;
    line-height: 30px;
    color: #29292E;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.product-listing-nav h3::after {
    top: 9px;
    content: "";
    height: 15px;
    width: 17px;
    background-image: url(../images/chevron-top.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
}

.product-listing-nav ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #29292E;
}

.product-listing-nav ul li.active a {
    font-weight: 600;
}

.product-listing-nav ul li+li {
    margin-top: 15px;
}

.product-listing-wrap {
    width: 73%;
    padding-left: 40px;
}

.product-listing-heading {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    z-index: 2;
}

.product-listing-heading h3 {
    font-size: 31px;
    line-height: 40px;
    color: #29292E;
    font-weight: bold;
    margin-bottom: 0;
}

.product-listing-main {
    width: 100%;
    margin-top: 30px;
}

.product-listing-wrap p {
    max-width: 730px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.product-listing-main ul {
    width: 100%;
    display: grid;
    column-gap: 10px;
    row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.product-listing-box {
    width: 100%;
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #BABABA;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-list-img {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.product-list-img img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.product-listing-box h4 {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    min-height: 50px;
    color: #343434;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.product-listing-box .main-btn-yellow {
    min-width: 169px;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 500;
}

.product-listing-box .main-btn-yellow:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.product-listing-section .flex {
    align-items: flex-start;
}

.product-listing-heading .nice-select {
    margin-left: auto;
    padding-right: 40px;
    color: #727272;
    font-size: 12px;
}

.product-detail-first-section {
    width: 100%;
    padding: 70px 0;
    background-color: #F4F4F4;
}

.product-detail-gallery {
    width: 50%;
    overflow: hidden;
}

.product-detail-gallery-details {
    width: 50%;
    padding-left: 30px;
}

.product-detail-gallery-details h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #070707;
    margin-bottom: 20px;
}


.swiper-slide-container {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: #fff;
    padding: 30px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-top {
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.swiper-tumb-container {
    width: 100%;
    height: 106px;
    background-color: #fff;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

.product-detail-gallery .swiper-slide.swiper-slide-thumb-active .swiper-thumb-container {
    border: 2px solid #EEB400;
}

.product-detail-gallery .swiper-notification{
    display: none;
}

.product-detail-gallery-tab {
    width: 100%;
}





.product-detail-gallery-details .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    justify-content: center;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.product-detail-gallery-details .tab-link {
    width: 50%;
    list-style: none;
    padding: 10px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #2B3139;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    text-align: center;
}

.product-detail-gallery-details .tab-link:hover {
    color: #999;
    border-color: #999;
}

.product-detail-gallery-details .tab-link.active {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
}


.product-detail-gallery-details .content-wrapper {
    padding: 15px 0;
}

.product-detail-gallery-details .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.product-detail-gallery-details .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.product-detail-box ul {
    margin-top: 25px;
    border-bottom: 1px solid #C6C6C6;
}

.product-detail-box ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    border-top: 1px solid #C6C6C6;
}

.product-detail-box {
    width: 100%;
}

.product-detail-box-content p {
    color: #000;
	text-align:left;
}

.product-detail-box-content {
    width: 50%;
    padding-right: 20px;

}

.product-detail-filter {
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
    background-color: #fff;
    border-bottom: 1px solid #E1E1E1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 30px;
}

.detail-filter-box {
    display: flex;
    align-items: center;
}

.detail-filter-box .nice-select {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding-right: 35px;
    background-color: #F5F5F5;
    min-width: 85px;
    height: 48px;
    line-height: 47px;
}

.detail-filter-box label {
    font-size: 13px;
    padding-right: 15px;
    color: #000000;
    font-weight: 500;
}

.product-detail-date {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-detail-date input {
    width: 48%;
    height: 38px;
    line-height: 38px;
    padding: 0px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none;
    border: 0;
    font-size: 13px;
    background-image: url(../images/calender.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
}

.product-detail-cart {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}


.number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 155px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.minus,
.plus {
    width: 50px;
    height: 58px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.number input {
    height: 58px;
    width: 52px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.product-enquiry {
    width: 210px;
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #000;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.product-enquiry.border-btn {
    border: 1px solid #ADADAD;
    color: #000;
    background-color: #fff;
}

.product-enquiry:hover {
    background-color: #EEB400;
    border: 1px solid #EEB400;
    color: #000;
}

.product_features_section {
    width: 100%;
    padding-bottom: 65px;
}




.product_features-tab .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.product_features-tab .tab-link {
    list-style: none;
    padding: 25px 50px;
    color: rgba(7, 7, 7, 0.5);
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    text-align: center;
}

.product_features-tab .tab-link:hover {
    color: #999;
    border-color: #999;
}

.product_features-tab .tab-link.active {
    border-bottom: 3px solid #000000;
    color: #070707;
}


.product_features-tab .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.product_features-tab .tab-content.active {
    display: block;
}

.product_features-title {
    width: 100%;
    border-bottom: 1px solid #808080;
}

.product_features_wrap {
    width: 100%;
    padding-top: 55px;
    position: relative;
}

.product_features_wrap h3 {
    font-size: 31px;
    line-height: 40px;
    font-weight: bold;
}

.product_features_wrap p {
    font-size: 15px;
}

.product_features_wrap ul {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    max-width: calc(100% - 300px);
}

.product_features_wrap ol {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 20px;
    max-width: calc(100% - 300px);
}

.product_features_wrap ol li {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    color: #363636;
    margin-bottom: 5px;
}

.product_features_wrap ul li {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    color: #363636;
    margin-bottom: 5px;
    list-style: disc;
}

.product_features_wrap .product-enquiry {
    position: absolute;
    bottom: 0;
    right: 0;
}

.related_products_wrap {
    width: 100%;
    padding: 110px 0;
}

.equipment-slider {
    margin-top: 25px;
}

.equipment-slider .owl-nav button.owl-next {
    background-image: url(../images/owl-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.equipment-slider .owl-nav button.owl-next:hover,
.equipment-slider .owl-nav button.owl-prev:hover {
    background-color: #EEB400 !important;
}

.equipment-slider .owl-nav button.owl-prev {
    background-image: url(../images/owl-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.technical_spec_wrap {
    width: 100%;
    padding: 70px 0 100px;
    background: rgb(232, 232, 232);
    background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(248, 248, 248, 1) 100%);
}

.technical_spec_table {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.technical_spec_table table,
.technical_spec_table tr {
    width: 100%;
}

.technical_spec_table table th,
.technical_spec_table table td {
    width: 25%;
    text-align: center;
    padding: 15px 20px;
    background-color: #fff;
}

.technical_spec_table table th {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #EEB400;
    font-weight: 400;
}

.technical_spec_table table td {
    font-size: 12px;
    color: #000000;
}

.technical_spec_table table tr:nth-last-child(even) td {
    background-color: #E3E3E3;
}

.technical_spec_table table td:first-child {
    background-color: #E3E3E3;
}

.eletric-load-calculator {
    padding-top: 120px;
}

.eletric-load-calculator .main-btn:hover {
    background-color: #29292E;
}



.load_calculator_wrap {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 30px;
    background-color: #FBBA33;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.load_calculator-left {
    width: 48%;
}

.load_calculator_wrap .accordion {
    background-color: transparent;
    color: #fff;
    border: 0;
    padding: 0;
}

.load_calculator_wrap .accordion__header {
    border-bottom: 1px solid #fff;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
}

.load_calculator_wrap .accordion__question {
    font-size: 28px;
    font-weight: 600;
}

.load_calculator_wrap .accordion {
    margin-bottom: 20px;
}

.load_calculator_wrap .accordion__icon {
    background-color: #fff;
}

.load_calculator_wrap .accordion__icon::after {
    width: 20px;
    background-image: url(../images/icon-plus.png);
    background-size: 22px;
}

.load_calculator_wrap .accordion__header.active .accordion__icon::after {
    background-image: url(../images/icon-minus.png);
}

.calculator_box {
    width: 100%;
    padding: 20px 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nice-select .option::after {
    display: none !important;
}

.calculator_box .nice-select {
    height: 45px;
    line-height: 45px;
    background-color: #FFCD66;
    border: 1px solid rgba(255, 255, 255, 0.32);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #000;
    margin-left: auto;
    padding-right: 35px;
}



.calculator_box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.load_calculator_wrap .accordion .accordion__content {
    visibility: hidden !important;
    overflow: visible !important;
    display: none;

}

.load_calculator_wrap .accordion.toggled .accordion__content {
    visibility: visible !important;
    height: auto !important;
    display: block;
}

.load_calculator-btn {
    width: 100%;
    margin-top: 20px;
    display: none;
    justify-content: center;
}

.load_calculator_wrap.active .load_calculator-btn {
    display: flex;
}

.enquiry-popup {
    width: 100%;
    max-width: 900px;
    padding: 45px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    /* align-items: center; */
}

.enquiry-popup-img h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #363636;
    margin-bottom: 15px;
}

.enquiry-popup.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 7px;
    border: 1px solid #000;
    background-color: #fff;
    text-shadow: none;
}

.enquiry-popup .carousel__button svg {
    color: #000;
    text-shadow: none;
}

.enquiry-popup-img {
    width: 45%;
    overflow: hidden;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.enquiry-popup-content {
    width: 55%;
    padding-left: 40px;
}

.enquiry-popup-img img {
    width: 100%;
}

.enquiry-popup-content h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    color: #363636;
    margin-bottom: 8px;

}
.selected-service-name {
    margin-bottom: 20px;
    font-weight: 600;
  }
.enquiry-popup_form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    justify-content: flex-end;

}

.enquiry-popup_form form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    justify-content: flex-end;
}

.enquiry-popup_form .nice-select {
    height: 50px;
}

.enquiry-popup_form textarea {
    height: 110px;
}

.enquiry-popup_form .product-enquiry {
    width: 140px;
}

.banner-line {
    font-size: 16px;
    line-height: 20px;
    color: #FBBA33;
    text-transform: uppercase;
    position: absolute;
    left: 7%;
    top: 70%;
    z-index: 2;
    transform: rotate(-90deg);
}

.banner-line::after {
    content: "";
    width: 620px;
    height: 1px;
    background-color: #5E5E5E;
    position: absolute;
    left: 133px;
    top: 15px;
}

.banner-line::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #FBBA33;
    position: absolute;
    left: 99%;
    top: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}

.banner-line span {
    padding: 5px 15px;
}

.equipments-slider .equipment-slider-img {
    margin-bottom: 0px !important;
}

.equipments-slider .equipment-slider-box {
    min-height: auto !important;
}


.timeline-section {
    width: 100%;
    padding: 55px 0 90px;
    background-color: #EEB400;
}

.timeline-section .second-title {
    color: #000;
}


.timeline-slider {
    width: 560px;
}

.timeline-slider .owl-stage-outer {
    overflow: visible !important;
}

.timeline-slider .owl-stage {
    min-height: 530px;
}

.timeline-slider .owl-stage::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #F3CB4C;
    position: absolute;
    top: 56%;
    left: 0px;
    visibility: visible;
    z-index: -1;
}

.timeline_carousel .owl-item.active .item.last-one::before {
    display: none;
}



.owl-item.active .dot {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(../images/circles.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -60px;
    background-size: contain;
    animation: zoom-in-zoom-out 1s ease infinite;
}

.dot {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -47px;
    z-index: 999;
}

/* .timeline_carousel.owl-carousel .owl-item:nth-child(even) .dot {
    top: -33px;
    bottom: inherit;
  } */

.time-line-content {
    height: 255px;
    padding: 10px;
    padding-left: 0;
    overflow: auto;
}

.time-line-content h3 {
    font-size: 42px;
    line-height: 40px;
    font-weight: 600;
    color: #343434;
    margin-bottom: 20px;
    opacity: 0.5;
}

.time-line-content p {
    color: #343434;
    opacity: 0.5;
}

.owl-item.active .time-line-content h3,
.owl-item.active .time-line-content p {
    color: #343434;
    opacity: 1;
}


.about-history-main {
    overflow: hidden;
}

.timeline_carousel.owl-carousel .owl-item:nth-child(odd) .time-line-content {
    transform: translateY(130%);
    align-items: flex-start;
}

.time-line-coming {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 264px;
    right: -111px;
    background-color: #eeb400;
}

.time-line-coming h4 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 600;
    opacity: 0.3;
    color: #fbfbfb;
    padding: 13px;
    display: inline-block;

}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.timeline-slider {
    margin-top: 30px;
}




.custom-nav {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom-nav .owl-prev,
.custom-nav .owl-next {
    width: 42px;
    height: 42px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    border: none;
    left: 0;
    right: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.custom-nav .owl-prev:hover,
.custom-nav .owl-next:hover {
    background-color: #e1e1e1;
}

.custom-nav .owl-prev {
    background-image: url(../images/arrow-prev.png);
    position: absolute;
    left: 0;
}

.custom-nav .owl-next {
    background-image: url(../images/arrow-next.png);
    left: auto;
    right: 0;
}

.gray-color {
    background-color: #E8E8E8;
}

.about_career_section {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background-color: #f4f4f4;
}

.about_career_section .flex {
    align-items: center;
}

.about_career_content {
    width: 50%;
}

.about_career_img {
    width: 50%;
}

.about_career_img img {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.about_career_content .second-title {
    color: #303030;
}

.about_career_content_inner {
    max-width: 370px;

}

.about_career_content .product-enquiry {
    margin-top: 20px;
}

.about-vision-section {
    width: 100%;
    padding: 110px 0;
}

.about-vision-section ul {
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
    flex-wrap: wrap;
}

.about-vision-section ul li {
    width: 31.3%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;

}

.about-vision-content ul li {
    width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    margin-bottom: 10px;
    margin-left: 20px !important;
    margin-right: 0;
    position: relative;
    overflow: visible;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    color: #363636;
}

.about-vision-content ul li::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #292929;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -13px;
    top: 10px;

}

.about-vision-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.about-vision-content {
    width: 100%;
    padding: 30px 25px;
}

.about-lesson-section {
    width: 100%;
    padding: 110px 0;
    background-color: #F4F4F4;
}

.about-lesson-box {
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.lesson_carousel .owl-item,
.lesson_carousel .item {
    height: auto;
    display: flex;
}

.lesson_carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.lesson-icon {
    width: 70px;
    height: 70px;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lesson-content {
    padding-top: 20px;
    width: 100%;
}

.lesson-content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #303030;
}

.abt-first-section {
    width: 100%;
    padding: 100px 0;
}

.abt-first-section .home-abt-second ul li+li {
    margin-left: 0;
    display: flex;
    border-left: 1px solid #C7C7C7;
}

.abt-first-section .home-abt-second ul li {
    width: 28%;
}

.abt-first-section .home-abt-second ul li:nth-child(2) {
    width: 40%;
    justify-content: center;
}

.abt-first-section .home-abt-second ul li:nth-child(3) {
    width: 32%;
    justify-content: end;
}

.abt-first-wrap {
    margin-bottom: 90px;
}

.abt-first-title {
    width: 55%;
}

.abt-first-text {
    width: 45%;
    padding-left: 60px;
}

.abt-first-title .second-title {
    color: #303030;
}

.service-listing-title .main-btn {
    margin-top: 15px;
    cursor: pointer;
}


.career-popup.fancybox__content {
    width: 100%;
    max-width: 700px;
    padding: 35px 40px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.career-popup-main {
    margin-top: 15px;
}

.contact-form.career-form li {
    width: 100%;
}

.contact-form.career-form {
    row-gap: 15px;
}

.contact-form.career-form li:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0px 20px;
    display: block;
    width: 100%;
    pointer-events: none;
    z-index: 20;
    height: 50px;
    line-height: 50px;
    border: 1px solid #DEDEDE;
    color: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 300;
    background-image: url(../images/upload.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
}



.file-upload-wrapper input {
    opacity: 0;
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.career-popup.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    padding: 7px;
    border: 1px solid #000;
    text-shadow: none;
}

.career-popup .carousel__button svg {
    color: #000;
    text-shadow: none;
}

.wedo-slider .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



.enquiry-popup_form .form-control::placeholder {
    color: #000;
}

.lesson_carousel .owl-nav button.owl-next {
    background-image: url(../images/owl-next.png);
}

.lesson_carousel .owl-nav button.owl-prev {
    background-image: url(../images/owl-prev.png);
}

.popup_calculator_box {
    line-height: 56px;
    padding: 0 30px;
    background-color: #FBBA33;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    margin-top: 15px;
}

.calculator-popup.fancybox__content {
    padding: 80px 40px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.calculator-popup h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: center;
}

.calculator-popup p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #969696;
}

.calculator-popup.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #393939;
}

.popup_calculator_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    column-gap: 10px;
}

.calculator-popup .main-btn.border-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.calculator-popup .main-btn.border-btn::after {
    background-image: url(../images/btn-icon-black.png);
}

.abt-first-text p {
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    color: #696969;
    margin-bottom: 10px;
}

.lesson-content p {
    font-size: 15px;
    line-height: 24px;
    color: #696969;
}

.about-vision-content p {
    color: #000000;
    line-height: 25px;
    font-weight: 300;
}

.about-vision-content ul li {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.service-listing-title p {
    font-size: 20px;
    line-height: 34px;
	text-align:center;
}

.service-listing-section .main-title {
    margin-bottom: 25px;
}

.product-listing-heading .nice-select {
    margin-left: auto;
    padding-right: 40px;
    color: #727272;
    font-size: 13px;
    font-weight: 500;
}

.product-listing-heading :after {
    border-color: #5E5E6D transparent transparent;
}

.wpcf7-spinner {
    display: none !important;
}

.related-news-wrap .main-title {
    color: #000;
}

.no-product-list {
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
}

.no-product-list p {
    color: #fff;
}

.home-business-section .customNextBtn:hover,
.home-business-section .customPrevBtn:hover {
    background-color: #ebebeb !important;
}


.home-business-section .customNextBtn,
.home-business-section .customPrevBtn {
    position: relative;
    background-image: none !important;
}

.home-business-section .customNextBtn::after,
.home-business-section .customPrevBtn::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-business-section .customNextBtn::after {
    background-image: url(../images/double-next.png) !important;
    background-repeat: no-repeat;
    background-position: left;
}

.home-business-section .customNextBtn:hover::after {
    background-position: right;
}

.home-business-section .customPrevBtn::after {
    background-image: url(../images/double-prev.png) !important;
    background-repeat: no-repeat;
    background-position: right;
}

.home-business-section .customPrevBtn:hover::after {
    background-position: left;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 60px !important;
}

#ajaxsearchlite1 .promagnifier .innericon svg {
    display: none !important;
}

#ajaxsearchlite1 .proclose {
    display: none !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 15px !important;
}

.search-form .screen-reader-text {
    display: none !important;
}

#search-menu .wrapper input {
    height: 60px;
}

.search-no-results .search-submit {
    font-weight: 400;
}

div.asl_w {
    border-radius: 10px !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    padding-left: 40px !important;
    padding-right: 60px !important;
    background-image: url(../images/search.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 4px center !important;
}

div.asl_w .probox .proinput input.autocomplete {
    display: none !important;
}

div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {
    object-fit: contain !important;
}

div.asl_r .results .item .asl_content h3 a {
    font-weight: normal;
    font-family: Open Sans;
    color: #000000 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding-left: 10px !important;
    font-weight: 500 !important;
}

div.asl_r .results .item .asl_content {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.related-news-wrap .media-slider .owl-nav button.owl-prev:hover,
.related-news-wrap .media-slider .owl-nav button.owl-next:hover {
    background-color: #ffffff !important;
}

div.asl_m .proinput input.orig {
    box-sizing: border-box !important;
}

.nice-select .option {
    line-height: 20px;
    padding: 10px 8px;
    white-space: normal;
}

.product-detail-gallery .swiper-slide .swiper-thumb-container {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #fff;
    cursor: pointer;
}



.product-detail-gallery .swiper-slide .swiper-thumb-container {
    width: 100%;
    height: 100px;
    background: #fff;
    border: 2px solid #fff;
}

.product-detail-gallery .swiper-slide-active .swiper-thumb-container img {
    max-height: 100%;
}

.equipment-slider .product-listing-box {
    padding: 30px 20px;
}

.technical_spec_wrap .third-title {
    font-weight: bold;
}

.enquiry-popup_form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output {
    width: 100%;
}

.wpcf7-response-output {
    transition: opacity 0.5s ease !important;
    opacity: 1 !important;
}

.detail-filter-box.filter-state .nice-select {
    width: 160px;
}

.detail-filter-box.filter-state .nice-select span.current {
    padding-right: 0;
    white-space: break-spaces;
    overflow: hidden;
    display: block;
    height: 46px;
}

textarea:focus,
input:focus {
    outline: none !important;
}

.probox .proloading {
    display: none !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    position: relative !important;
}

.technical_spec_table ol ul li {
    list-style: inside;
    padding-left: 20px;
}
.technical_spec_table ol ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.whats_app{
       width: 50px;
       position: fixed;
       display: block;
       bottom: 50px;
       right: 12%;
       z-index: 99;
       cursor: pointer;
}

.product_features_wrap table{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}


.product_features_wrap table th,
.product_features_wrap table td{
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
}

.product_features_wrap table th {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background-color: #EEB400;
    font-weight: 400;
}

.product_features_wrap table td {
    background-color: #E3E3E3;
    color: #000;
}
/* New Career Button */
.apply-now-button {
    text-align: center; /* Centers inline elements like buttons */
    margin-top: 30px; /* Adds spacing above the button */
}