/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header css */

nav ul li a {
    opacity: unset !important;
}

nav ul li a span:after {
    border: none !important;
}

li#menu-item-13 a {
    background: #FD6700;
    padding: 15px 30px !important;
}
/* banner css */
div#main-banner h1, div#main-banner h4, div#main-banner p {
    color: #fff;
}

div#main-banner p {
    max-width: 750px;
}
#orange-btn {
  position: relative;
  display: inline-block;
  padding: 15px 38px;
  background: orange;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
  font-size: 20px !important;
  line-height: 28px !important;
}
#orange-btn i {
    font-size: 20px;
    right: 25px;
}
#orange-btn::after {
  content: ""; /* arrow */
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s ease;
}

#orange-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #172833;
  transition: width 0.7s ease;
 
}

#orange-btn:hover {
  background: #ff7b00;
  transform:unset !important;
  transition:all 0.5s !important;
}

#orange-btn:hover::before {
  width: 100%;
}

#orange-btn:hover::after {
  opacity: 1;
  right: 10px;
}
/* green sec */
div#green-sec {
    background: #172833;
}

div#green-sec h4 {
    color: #fff;
    font-size: 22px !important;
    line-height: 30px !important;
}

div#green-sec {
    margin-top: -100px;
    z-index: 1;
}

#green-sec .cnt-col .vc_column-inner {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
/* about us css */
#about-sec h3 {
    font-size: 42px;
    line-height: 50px !important;
    color: #172833;
}

#about-sec h5 {
    color: #172833;
}
#about-sec h6 {
    color: #FD6700;
}
/* autz css  */
#authz-inner .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    min-height: 400px;
}

#authz-inner #orange-btn {
    background: unset !important;
    border: 1px solid #FD6700;
    color: #FD6700;
    font-size: 18px !important;
    padding: 20px 46px !important;
    line-height: 26px !important;
}

div#authz-sec h3 {
    color: #172833 !important;
}

div#authz-sec h6 {
    color: #FD6700;
}

div#authz-sec p {
    color: #7E7E7E !important;
}

div#authz-sec .row-bg {
    background: #dbdbdb59;
}
/* call to css */
div#call-to h3, div#call-to p {
    color: #fff;
}
/* our service */
div#wat-we h3, div#wat-we h6 {
    text-align: center;
    color: #fff;
}

div#wat-we .row-bg {
    background: #172833;
}

div#wat-we h4, div#wat-we p{
    color: #fff;
}

div#wat-we h4 {
    font-size: 20px;
    line-height: 28px !important;
}
#what-inner .vc_column-inner {
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff94;
  padding: 30px;
  min-height: 330px;
  border-radius: 12px;
  overflow: hidden;
  transition: background 0.7s ease-in-out;
}
div#what-inner .vc_column-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgb(255 255 255 / 20%);
  transition: width 0.7s ease;
  border-radius: 12px;
}

div#what-inner .vc_column-inner:hover {
  background: #ff7b00;
}

div#what-inner .vc_column-inner:hover::before {
  width: 100%;
}

#btn-sec #orange-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  background: #fff !important;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
  text-align: center;
}



#btn-sec #orange-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgb(255 255 255);
  transition: width 0.7s ease;
}

#btn-sec #orange-btn:hover {
  background: #ff7b00;
}

#btn-sec #orange-btn:hover::before {
  width: 100%;
}

#btn-sec #orange-btn:hover::after {
  opacity: 1;
  right: 10px;
}
/* monial css */
.mni-qut i {
    border: 1px solid #AA2B3D;
    height: 100px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 30px;
    line-height: 38px !important;
    color: #172833;
}

#testimonial-sec h4, #testimonial-sec h6 {
    color: #AA2B3D;
    font-weight: 700;
}

#testimonial-sec h2 {
    color: #172833;
    position: relative;
}

div#testimonial-sec p {
    color: #676767;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
/* main footer csss */
div#action-sec .row-bg {
    background: #FD6700;
}

div#action-sec h4 {
    color: #fff;
}
#get-btn {
  position: relative;
  display: inline-block;
  padding: 14px 32px;
  background: #fff !important;
  color: #AA2B3D;
  font-weight: bold;
  
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
#get-btn::before {
  content: "";
  position: absolute;
  left: -75%;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgb(255 112 37);
  transform: skewX(-25deg);
  transition: left 0.9s ease;
  z-index: -1;
}
#get-btn:hover {
  background: #AA2B3D;
  color: #000 !important;
  box-shadow: 0 6px 20px rgba(170, 43, 61, 0.4);
  transform:unset !important;
}

#get-btn:hover::before {
  left: 130%;
}

#get-btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
div#main-ft .row-bg {
    background: #0D1C26;
}

div#main-ft h6 {
    color: #fff;
}

div#main-ft ul li {
    list-style: none;
    padding: 10px 0;
    color: #fff;
    position: relative;
}

div#main-ft ul {
    margin: 0 20px;
}
.pg-col .vc_column-inner {
    padding-left: 70px;
}
div#main-ft a {
    color: #fff;
}
div#main-ft ul li:before {
    position: absolute;
    content: '\f061';
    font-family: 'FontAwesome';
    left: -21px;
    color: #AA2B3D;
}
.contact-info li:before {
    display: none !important;
}
.contact-info {
    margin: 0 !important;
}

div#main-ft p {
    color: #fff;
}

div#end-ft p {
    text-align: center;
    color: #fff;
}

div#end-ft .row-bg {
    background: #000;
}

div#copyright {
    display: none;
}

/* Footer CSS end */

/* inr-banner CSS start */

#inr-banner h1 {
    color: #fff;
}

/* inr-banner CSS end */

/* choose section CSS start */

#choose-inr .vc_column-inner {
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    border: 1px solid #FD6700;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

#choose-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: url(https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/choose-inr-before.png);
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 1s;
    transform: scale(0);
    border-radius: 30px;
}

#choose-inr .quality-col .vc_column-inner:before {
    background: url(https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/Item.png) !important;
}

#choose-inr .licensed-col .vc_column-inner:before {
    background: url(https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/Item-1.png) !important;
}

#about-sec .nectar-milestone {
    background: #172833;
    width: 310px;
    padding: 30px 0px 20px 120px !important;
    color: #fff;
    position: relative;
    top: -90px;
    left: -50px;
}

#about-sec .nectar-milestone:before {
    position: absolute;
    content: '';
    background-image: url('https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/Idea.png');
    left: 40px;
    right: 0;
    top: 34px;
    bottom: 0;
    background-repeat: no-repeat;
}

#about-sec {}


#choose-inr .vc_column-inner:hover:before {
    transform: scale(1);
}

#choose-inr img {
    padding: 15px;
    max-width: 100px;
    max-height: 100px;
    position: relative;
}

#choose-inr .hover-wrap:before {
    content: '';
    position: absolute;
    background: #EDF0F6;
    height: 85px;
    width: 85px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    border: 1px solid #EDF0F6; 
    transition: all 0.5s;
}

#choose-inr h5, #choose-inr p {
    color: #000;
    transition: all 0.5s
}

#choose-inr .vc_column-inner:hover h5, #choose-inr .vc_column-inner:hover p {
    color: #fff;
}

#choose-inr .vc_column-inner:hover .hover-wrap:before {
    background: #ffffff3b;
    border-color: #fff;
}

#inr-choose h3 {
    color: #172833;
}

#inr-choose p {
    color: #071412;
    font-size: 18px;
    line-height: 26px;
}

#choose-inr .vc_column-inner:hover {
    border-color: transparent;
}

/* choose section CSS end */
/* policy css */
div#policy-banner h2 {
    color: #fff;
}

div#policy-content h2 {
    color: #000000d6;
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
}

div#policy-content p {
    color: #000;
}

div#policy-content li {
    color: #000;
}
/* Services detail page  */

#service-details .colmn-blk ul {
    column-count: 2;
}

div#service-details .carousel-item .colmn-blk h3 {
    width: 38%;
}

div#service-details .carousel-item {
    position: relative;
    transition: all 0.5s;
    opacity: 0.4;
}

div#service-details .carousel-item .wpb_text_column {
    position: absolute;
    bottom: 60px;
    left: 80px;
    z-index: 9;
    color: #fff;
    font-family: 'Montserrat';
}

div#service-details .owl-dots {
    display: none;
}

div#service-details .carousel-item .wpb_text_column h3 {
    color: #fff;
    border-bottom: 4px solid #FD6700;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

div#service-details .carousel-item .wpb_text_column li {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    list-style: none;
}

div#service-details .carousel-item .hover-wrap-inner {
    position: relative;
}

div#service-details .carousel-item .hover-wrap-inner:before {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    border-radius: 30px;
    opacity: 0.6;
}

div#service-details .carousel-item .hover-wrap-inner img {
     border-radius: 30px;
}

div#service-details .carousel-item .wpb_text_column li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #FD6700;
}

div#service-details .carousel-item .wpb_text_column ul {
}

div#service-details .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 380px;
    width: 100%;
}

div#service-details .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    background: #ff7025;
    border: unset;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    border: 2px solid #fff;
}

div#service-details .owl-nav.disabled button.owl-prev {
    margin-left: -120px;
}

div#service-details .owl-nav.disabled button.owl-next {
    margin-right: -120px;
}

div#service-details .owl-carousel[data-desktop-cols] .owl-stage-outer {
    overflow: visible;
}

div#service-details .owl-item {
    padding: 0 30px;
}

div#service-details .owl-item.active  .carousel-item{
    transform: scale(1.2);
    z-index: 99;
    opacity: 1;
}

div#service-details .nectar-split-heading {
    margin-bottom: 80px;
}
.form .row input, .form .row textarea {
    background: #EFF8FC;
    color: #000;
}

.form .row input::placeholder, .form .row textarea::placeholder {
    color: #000;
}

.form .row textarea {
    height: 110px;
}

div#contact-sec h4 {
    font-weight: bold;
}


/* responsive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
#about-sec h3 {
    font-size: 32px;
    line-height: 40px !important;
    color: #172833;
}
	
div#service-details .carousel-item .colmn-blk h3 {
    width: 56% !important;
}	

div#about-sec p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

div#authz-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner #orange-btn {
    background: unset !important;
    border: 1px solid #FD6700;
    color: #FD6700;
    font-size: 16px !important;
    padding: 20px 46px !important;
    line-height: 26px !important;
}
div#service-details .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 210px;
    width: 91%;
    left: 40px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 60px;
}
#about-sec h3 {
    font-size: 32px;
    line-height: 40px !important;
    color: #172833;
}
	
div#service-details .carousel-item .colmn-blk h3 {
    width: 55% !important;
}	

div#about-sec p {
    font-size: 12px !important;
    line-height: 20px !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

div#authz-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner #orange-btn {
    background: unset !important;
    border: 1px solid #FD6700;
    color: #FD6700;
    font-size: 16px !important;
    padding: 20px 22px !important;
    line-height: 26px !important;
}



div#about-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    min-height: 350px;
}
div#wat-we h4 {
    font-size: 18px;
    line-height: 26px !important;
}

div#wat-we p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#wat-we p br {
    display: none !important;
}

div#testimonial-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#action-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#get-btn {
    position: relative;
    display: inline-block;
    padding: 14px 26px;
    background: #fff !important;
    color: #AA2B3D;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}
div#service-details .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 210px;
    width: 88%;
    left: 50px;
}
div#service-details .carousel-item .wpb_text_column {
    position: absolute;
    bottom: 10px;
    left: 60px;
    z-index: 9;
    color: #fff;
    font-family: 'Montserrat';
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 50px;
}
#about-sec h3 {
    font-size: 22px;
    line-height: 30px !important;
    color: #172833;
}

div#about-sec p {
    font-size: 12px !important;
    line-height: 20px !important;
    overflow: scroll;
    height: 60px;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

div#authz-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner #orange-btn {
    background: unset !important;
    border: 1px solid #FD6700;
    color: #FD6700;
    font-size: 12px !important;
    padding: 8px 10px !important;
    line-height: 20px !important;
}



div#about-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    min-height: 270px;
}
div#wat-we h4 {
    font-size: 14px;
    line-height: 22px !important;
}

div#wat-we p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#wat-we p br {
    display: none !important;
}

div#testimonial-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#action-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#get-btn {
    position: relative;
    display: inline-block;
    padding: 14px 12px;
    background: #fff !important;
    color: #AA2B3D;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}

header#top .container {
    padding: 0 20px !important;
}

div#main-banner h1 {
    font-size: 54px !important;
    line-height: 62px !important;
}

div#call-to h3 br {
    display: none;
}

div#call-to p br {
    display: none;
}

div#call-to {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#what-inner img {
    width: 60px;
}

div#wat-we {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#testimonial-sec p br {
    display: none;
}
div#main-ft ul li {
    list-style: none;
    padding: 7px 0;
    color: #fff;
    position: relative;
     font-size: 14px !important;
    line-height: 22px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#end-ft p {
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#service-details .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 170px;
    width: 81%;
    left: 66px;
}
div#service-details .carousel-item .wpb_text_column {
    position: absolute;
    bottom: 10px;
    left: 60px;
    z-index: 9;
    color: #fff;
    font-family: 'Montserrat';
}
div#service-details .carousel-item .wpb_text_column li {
    text-transform: uppercase;
    margin: 0 0 4px 0;
    list-style: none;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#service-details p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#contact-sec img {
    min-width: 460px !important;
    min-height: 580px;
}
	
div#service-details .carousel-item .wpb_text_column h3 {
    margin-bottom: 10px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 80px !important;
}
#about-sec h3 {
    font-size: 22px;
    line-height: 30px !important;
    color: #172833;
}

div#about-sec p {
    font-size: 12px !important;
    line-height: 20px !important;
    overflow: scroll;
    height: 60px;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

div#authz-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner #orange-btn {
    background: unset !important;
    border: 1px solid #FD6700;
    color: #FD6700;
    font-size: 12px !important;
    padding: 18px 70px !important;
    line-height: 20px !important;
}



div#about-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    min-height: 270px;
}
div#wat-we h4 {
    font-size: 14px;
    line-height: 22px !important;
}

div#wat-we p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#wat-we p br {
    display: none !important;
}

div#testimonial-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#action-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#get-btn {
    position: relative;
    display: inline-block;
    padding: 14px 12px;
    background: #fff !important;
    color: #AA2B3D;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}

header#top .container {
    padding: 30px 0px !important;
}

div#main-banner h1 {
    font-size: 54px !important;
    line-height: 62px !important;
}

div#call-to h3 br {
    display: none;
}

div#call-to p br {
    display: none;
}

div#call-to {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#what-inner img {
    width: 60px;
}

div#wat-we {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#testimonial-sec p br {
    display: none;
}
div#main-ft ul li {
    list-style: none;
    padding: 7px 0;
    color: #fff;
    position: relative;
     font-size: 14px !important;
    line-height: 22px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#end-ft p {
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
div#green-sec h4 {
    color: #fff;
    font-size: 22px !important;
    line-height: 60px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 44px !important;
    }

div#main-banner h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#call-to h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#what-inner .vc_column-inner {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff94;
    padding: 30px;
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.7s 
ease-in-out;
}

div#footer-widgets {
    display: none;
}
div#inr-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.pg-col .vc_column-inner {
    padding-left: 20px;
}
#choose-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: url(https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/choose-inr-before.png);
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 1s;
    transform: scale(0);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
div#service-details .carousel-item .wpb_text_column li {
    text-transform: uppercase;
    margin: 0 0 8px 0;
    list-style: none;
    font-size:12px;
    line-height:20px;
}
div#service-details .carousel-item {
    position: relative;
    transition: all 0.5s;
    opacity: 0.4;
    padding: 50px;
}
div#service-details .owl-nav.disabled {
    display: flex;
    justify-content: center !important;
    position: absolute;
    top: 92% !important;
    width: 0% !important;
    left: 35% !important;
}
div#service-details .carousel-item .wpb_text_column {
    bottom: 49px !important;
    left: 64px !important;
}
div#service-details .carousel-item .wpb_text_column li {
    margin: 0 0 4px 0 !important;
    font-size: 11px !important;
    line-height: 19px !important;
}
div#service-details .carousel-item .wpb_text_column p {
    font-size: 12px !important;
    line-height:20px !important;
}
div#service-details .carousel-item .wpb_text_column h3 {
    margin-bottom: 10px !important;
    font-size: 30px !important;
    line-height: 38px !important;
}
div#service-details .carousel-item .wpb_text_column ul {
    margin-left: 15px !important;
}
div#service-details .nectar-split-heading {
    margin-bottom: 10px;
}
div#service-details {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
body #header-outer, body[data-header-color="dark"] #header-outer {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 80px !important;
}
#about-sec h3 {
    font-size: 22px;
    line-height: 30px !important;
    color: #172833;
}

div#about-sec p {
    font-size: 12px !important;
    line-height: 20px !important;
    overflow: scroll;
    height: 60px;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

div#authz-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner #orange-btn {
    background: unset !important;
    border: 1px solid #FD6700;
    color: #FD6700;
    font-size: 12px !important;
    padding: 18px 70px !important;
    line-height: 20px !important;
}
div#about-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    min-height: 270px;
}
div#wat-we h4 {
    font-size: 14px;
    line-height: 22px !important;
}

div#wat-we p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#wat-we p br {
    display: none !important;
}

div#testimonial-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#action-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#get-btn {
    position: relative;
    display: inline-block;
    padding: 14px 12px;
    background: #fff !important;
    color: #AA2B3D;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}

header#top .container {
    padding: 30px 0px !important;
}

div#main-banner h1 {
    font-size: 54px !important;
    line-height: 62px !important;
}

div#call-to h3 br {
    display: none;
}

div#call-to p br {
    display: none;
}

div#call-to {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#what-inner img {
    width: 60px;
}

div#wat-we {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#testimonial-sec p br {
    display: none;
}
div#main-ft ul li {
    list-style: none;
    padding: 7px 0;
    color: #fff;
    position: relative;
     font-size: 14px !important;
    line-height: 22px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#end-ft p {
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
div#green-sec h4 {
    color: #fff;
    font-size: 22px !important;
    line-height: 60px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 44px !important;
    }

div#main-banner h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#call-to h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#what-inner .vc_column-inner {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff94;
    padding: 30px;
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.7s 
ease-in-out;
}

div#footer-widgets {
    display: none;
}
.pg-col .vc_column-inner {
    padding-left: 0px !important;
}
div#inr-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.pg-col .vc_column-inner {
    padding-left: 20px;
}
#choose-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: url(https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/choose-inr-before.png);
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 1s;
    transform: scale(0);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
div#service-details .carousel-item .wpb_text_column li {
    text-transform: uppercase;
    margin: 0px 0 0px 0;
    list-style: none;
    font-size: 10px;
    line-height: 18px;
}
div#service-details .carousel-item .wpb_text_column h3 {
    margin-bottom: 8px !important;
    font-size: 22px !important;
    line-height: 30px !important;
    padding-bottom: 5px !important;
}

div#service-details .carousel-item .wpb_text_column p {
    font-size: 10px !important;
    line-height: 18px !important;
}	
div#service-details .carousel-item {
    position: relative;
    transition: all 0.5s;
    opacity: 0.4;
    padding: 15px;
}
div#service-details .carousel-item .wpb_text_column {
    position: absolute;
    bottom: 38px;
    left: 60px;
    z-index: 9;
    color: #fff;
    font-family: 'Montserrat';
}
div#service-details h3 {
    font-size: 30px;
    line-height: 38px;
}
div#service-details .nectar-split-heading {
    margin-bottom: 20px;
}

div#service-details {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#service-details .owl-nav.disabled {
    justify-content: center !important;
    top: 92% !important;
    width: 0% !important;
    left: 28% !important;
}
div#service-details .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    background: #ff7025;
    border: unset;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    border: 2px solid #fff;
}
body #header-outer, body[data-header-color="dark"] #header-outer {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}
#about-sec .nectar-milestone {
    background: #172833;
    width: 310px;
    padding: 30px 0px 20px 120px !important;
    color: #fff;
    position: relative;
    top: -60px;
    left: -30px;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 80px !important;
}
#about-sec h3 {
    font-size: 22px;
    line-height: 30px !important;
    color: #172833;
}

div#about-sec p {
    font-size: 12px !important;
    line-height: 20px !important;
    overflow: scroll;
    height: 60px;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

div#authz-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner #orange-btn {
    background: unset !important;
    border: 1px solid #FD6700;
    color: #FD6700;
    font-size: 16px !important;
    padding: 18px 14px !important;
    line-height: 24px !important;
}
div#about-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#authz-inner .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    min-height: 270px;
}
div#wat-we h4 {
    font-size: 14px;
    line-height: 22px !important;
}

div#wat-we p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#wat-we p br {
    display: none !important;
}

div#testimonial-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#action-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#get-btn {
    position: relative;
    display: inline-block;
    padding: 14px 12px;
    background: #fff !important;
    color: #AA2B3D;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}

header#top .container {
    padding: 30px 0px !important;
}

div#main-banner h1 {
    font-size: 38px !important;
    line-height: 46px !important;
}

div#call-to h3 br {
    display: none;
}

div#call-to p br {
    display: none;
}

div#call-to {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#what-inner img {
    width: 60px;
}

div#wat-we {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#testimonial-sec p br {
    display: none;
}
div#main-ft ul li {
    list-style: none;
    padding: 7px 0;
    color: #fff;
    position: relative;
     font-size: 14px !important;
    line-height: 22px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#end-ft p {
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
div#green-sec h4 {
    color: #fff;
    font-size: 22px !important;
    line-height: 60px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 44px !important;
    }

div#main-banner h4 {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#call-to h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}
#what-inner .vc_column-inner {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff94;
    padding: 30px;
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.7s 
ease-in-out;
}

div#footer-widgets {
    display: none;
}
.pg-col .vc_column-inner {
    padding-left: 0px !important;
}
#testimonial-sec h2 {
    color: #172833;
    position: relative;
    font-size: 44px !important;
    line-height: 52px !important;
}
div#testimonial-sec p {
    color: #676767;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
}
h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#main-ft {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
div#inr-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.pg-col .vc_column-inner {
    padding-left: 20px;
}
#choose-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: url(https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/choose-inr-before.png);
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 1s;
    transform: scale(0);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
div#service-details .carousel-item .wpb_text_column li {
    margin: 0px 0 1px 0 !important;
    font-size: 7px !important;
    line-height: 11px !important;
    height: unset !important;
}
div#service-details .carousel-item {
    padding: 0px !important;
}
div#service-details .carousel-item .wpb_text_column {
    left: 12px !important;
    bottom: 0px !important;
}
div#service-details .carousel-item .wpb_text_column h3 {
    margin-bottom: 5px !important;
    font-size: 15px !important;
    line-height: 23px !important;
    padding-bottom: 2px !important;
}
div#service-details .carousel-item .wpb_text_column p {
    font-size: 7px !important;
    line-height: 15px !important;
    padding-bottom: 2px !important;
}
div#service-details .carousel-item .colmn-blk h3 {
    width: 44% !important;
}	
div#service-details .owl-nav.disabled {
    justify-content: center !important;
    top: 92% !important;
    width: 0% !important;
    left: 50% !important;
}
div#service-details .nectar-split-heading {
    margin-bottom: 20px;
}

div#service-details {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#service-details .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    background: #ff7025;
    border: unset;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    border: 2px solid #fff;
}
div#service-details .carousel-item .wpb_text_column li:before {
    left: -3px !important;
}
div#service-details .carousel-item .wpb_text_column {
    left: 12px !important;
    bottom: 8px !important;
}
div#service-details .carousel-item .wpb_text_column ul {
    margin-left: 5px !important;
    margin-bottom: 0px !important;
}	
body #header-outer, body[data-header-color="dark"] #header-outer {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}
div#contact-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#about-sec .nectar-milestone .number, #about-sec .nectar-milestone .symbol {
    font-size: 50px !important;
    line-height:58px !important;
}
#about-sec .nectar-milestone {
    background: #172833;
    width: 310px;
    padding: 0px 0px 20px 90px !important;
    color: #fff;
    position: relative;
    top: -80px;
    left: -10px;
}
#about-sec .nectar-milestone:before {
    position: absolute;
    content: '';
    background-image: url(https://industrialeqdiagnostics.com/wp-content/uploads/2025/09/Idea.png);
    left: 30px;
    right: 0;
    top: 14px;
    bottom: 0;
    background-repeat: no-repeat;
}
#about-sec img {
    min-width: 323px !important;
    min-height: 300px !important;
}	
}