/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.0.6.1742887335
Updated: 2025-03-25 07:22:15

*/

*{
	font-family: "Krub", sans-serif;
}

a:focus {
    outline: solid 0px !important;
}

.header-section-cont{
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.header-section{
	padding-bottom:5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.logo a img{
	width:150px;
}

#comments{
	display:none;
}

.menu-section{
	
    display: flex;
    gap: 30px;
    align-items: center;
    font-family: "Krub", sans-serif;
    width: 75%;
    justify-content: space-between;
}

/* typing css */

.typing {
  position: relative;
	display: inline-block;
    top: -5px;
}
.typing span {
  content: "";
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 5px;
  width: 5px;
  background: #044575;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.typing span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-left: 15px;
}
.typing span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  margin-left: 30px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

/* typing css */

.menu{
	
    width: 80%;

}

h1, h2, h3, h4, h5, h6{
	text-transform:capitalize;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
	padding: 0px 0px 0px 15px;
}

.menu hr{
	
    margin: 5px 0;
    border-top: 1px solid #80808096;

}

.product-menu-section{
	
    display: flex;
    justify-content: end;
/*     border-top: 1px solid #80808078; */
    padding-top: 5px;
    gap: 30px;
/* 	margin-top: 10px; */
}

.product-menu-section a{
	
   
    font-weight: 600;
    position:relative;
	font-size:16px;
	text-transform:capitalize;
}

.product-menu-section a:hover{
	 color: orange;
}

.product-menu-section a:active{
	 color: orange;
}


/* .product-menu-section a:hover::after {
 content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 2px;
    background-color: orange;
    /* transform: scaleX(0.5); */
    top: 28px;
} */

.mega-menu-link{
	position:relative;
}

.product-menu-section .mega-menu-link:hover::after{
	 content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 2px;
    background-color: orange;
    /* transform: scaleX(0.5); */
    top: 28px;
	
}

.lps-page-sec-1-cont h2 span{
	position:relative;
	font-weight:500;
}

.lps-page-sec-1-cont h2 span::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 4px;
    background-color: orange;
    /* transform: scaleX(0.5); */
    top: 45px;
}

body h2{
	font-family: "Outfit", sans-serif;
}

/* button animation */



/* button animation */

.header-btn a button{
	
    background: #13334c;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;

}

.page-header{
	display:none;
}

#main #content-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

.homepage-video{
	height:90vh;
}

.content-area{
	width:100%;
	padding-right:0;
	margin-bottom:0;
}

.wp-block-nk-awb {
    padding: 0px 0px;
}

.homepage-slider{
	min-height:600px;
}


.homepage-section-1{
	
    padding: 50px 0;

}

.homepage-sec-1-cont h2{
	
    color: #044575;
    font-size: 30px;
    text-align: center;
	font-family: "Outfit", sans-serif;
}

.homepage-sec-1-card-section{
	
    display: flex;
    justify-content: center;

}

.homeapge-sec-1-card{
	
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;

}

.homeapge-sec-1-card h4{
	
    margin-bottom: 0;
    width: 80%;
    text-align: center;
    margin: 10px auto;

}


.homeapge-sec-2-card{
	
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;

}

.homeapge-sec-2-card h4{
	
    margin-bottom: 0;
    width: 80%;
    text-align: center;
    margin: 10px auto;

}


.homeapge-sec-3-card{
	
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;

}

.homeapge-sec-3-card h4{
	
    margin-bottom: 0;
    width: 80%;
    text-align: center;
    margin: 10px auto;

}

.homeapge-sec-4-card{
	
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;

}

.homeapge-sec-4-card h4{
	
    margin-bottom: 0;
    width: 80%;
    text-align: center;
    margin: 10px auto;

}

/* card hover */


.card-icon img {
    transition: none; /* Disable any transition */
	width:100px;
}


/* card hover */


.about-page-sec-1 .homepage-sec-2{
	background:url(https://topbasgrup.in/wp-content/uploads/2025/04/background-bg-about.jpg);
		background-size:cover;
	background-attachment:fixed;
}

.homepage-sec-2{
	background:url(https://topbasgrup.in/wp-content/uploads/2025/04/background-bg-about.jpg);
	
	background-size:cover;
	background-attachment:fixed;
	padding:50px 0;
}

.homepage-sec-2-cont{
	
    display: flex;
    justify-content: end;

}

.homepafe-sec-2-cont-right{
	
    width: 50%;

}

.homepafe-sec-2-cont-right h2{
	
    color: #034576;
    font-size: 45px;
    font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.homepafe-sec-2-cont-right h2 span{
	
    font-weight: 800;

}

.homepafe-sec-2-cont-right a button{
	background: #13334c;
    font-weight: 500;
    color: white;
    padding: 5px 25px;
    font-family: 'Outfit';
}

.homepafe-sec-2-cont-right p b{
	
    font-size: 14px;
    font-weight: 700;

}

.homepafe-sec-2-cont-right a button span i{
	font-size:10px;
}

/* product section grid */


.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
    


.div3 {
    grid-row: span 2 / span 2;
}


        

/* product section grid */

/* products image hover effects */

.single-img {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 1%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #034576d9;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
	
}

.single-img:hover .img-overlay {
  height: 100%;
}

.single-img:hover .single-img h4{
	display:none;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  font-size: 24px;
  width:100%;
height:100%;
line-height:26px;
	font-weight:600;
	padding:20px;
}

.div3 .text{
	height:auto;
	text-align:center;
}

.text span{
  font-weight: 300;
	font-size: 13px;
}

/* products image hover effects */

/* counters section */
#counter {
/*   background: rgba(0, 0, 0, 0.05); */
  padding:50px 25px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
list-style:none;
}

.counter-box{
	
    display: flex;
    flex-direction: column;
    align-items: center;

}

.counter-box img{
	
    width: 100px;

}

.count{
	
    color: white;
    font-size: 50px;

}

.count2{
	
    color: white;
    font-size: 50px;

}

.count3{
	
    color: white;
    font-size: 50px;

}

.count4{
	
    color: white;
    font-size: 50px;

}

.counters-section{
	margin-top:50px;
}

.counter-box p{
	
    color: white;
    font-size: 20px;
   
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 600;

}

#counter li {
  flex: 1;
  text-align: center;
  font-size: 50px;
}
#counter span.percent:after {
  content: "+";
  display: inline-block;
}

#counter span.lakhs:after {
  content: "L";
  display: inline-block;
}


/* counters section */

.homepage-sec-3{
	background:url(https://topbasgrup.in/wp-content/uploads/2025/05/pexels-cameron-readius-2648348-6109164.jpg);
	background-size:100% 100%;
	background-attachment:fixed;
	height:1500px;
}

.homepage-sec-3-cont{
	
    display: flex;
	position:relative;

}
.homepage-sec-3-left{
	
    padding: 50px 5%;
    width: 60%;
    background: white;
    height: 1100px;
	position:relative;
}

.homepage-sec-3-left a{
	
    position: absolute;
    bottom: 3%;

}

.homepage-sec-3-left a button{
	
    background: #034576;
    color: white;
    font-size: 13px;
    font-weight: 800;
    padding: 5px 15px;

}

.homepage-sec-3-left a button:hover {
    background: #034576c9;

}

.homepage-sec-3-right{
	
    position: absolute;
    top: 26%;
    left: 4%;
    width: 70%;

}

@media all and (min-width:1440px){
	.homepage-sec-3-right{
	
    position: absolute;
    top: 26%;
    left: 4%;
    width: 940px;

}
}
	


.div1{
	
    background: white;

	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.div2{
	
    background: white;

		box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.div3{
	
    background: white;

		box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.div4{
	
    background: white;
 
		box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.div5{
	
    background: white;
 
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.product-image-div{
	display: flex;
    justify-content: end;
}



#content > article > div > div.lps-page-sec-1 > div > div > div.lps-page-sec-1-card-section .product-image-div img{
	width:60%;
	padding:0 20px 20px 0;
	height:400px;
}

.homepage-sec-3-left h2{
	color: #034576;
    font-size: 35px;
	font-family: "Outfit", sans-serif;
}

.parent h4{
	
    font-weight: 700;
    width: 80%;
    line-height: 26px;
	padding:20px 20px 0 20px;
}

.parent a button{
	display:none;
}

#content > article > div > div.homepage-sec-3 > div > div > div.homepage-sec-3-cont > div.homepage-sec-3-right > div > div > div.div3 > div > div.product-image-div{
	height: 90%;
}

#content > article > div > div.homepage-sec-3 > div > div > div.homepage-sec-3-cont > div.homepage-sec-3-right > div > div > div.div3 > div > div.product-image-div > img{
	width: 100%;
    object-fit: cover;
}


.homepage-sec-4{
	
    padding: 50px 0;

}

.homepage-sec-4-cont h2{
	
    font-size: 35px;
    width: 60%;
    color: #034576;

}

.customers-logo-section{
	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	gap:15px;
	margin-top:50px;
}

.customers-logo{
	
    width: 19%;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:.5s;
}

.customers-logo:hover{
	transform:translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.customers-logo img{
	
    width: 165px;

}

.homepage-sec-5-cont h2{
	
    font-size: 30px;
    color: #034576;

}

.blog-section{
	
    margin-top: 30px;

}

.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content {
    text-align: left;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition:.5s;
}

.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content:hover{
	transform:translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

h2.bdpp-post-title {
    font-size: 24px !important;
    line-height: 35px;
    text-align: left;
    color: #034576;
    padding: 0 20px;
}

h2.bdpp-post-title a{
	 color: #034576;
}

.bdpp-post-content {
    margin-top: 15px;
    padding: 0 20px 20px 20px;
}

.bdpp-post-desc{
	
    text-align: left;

}

.bdpp-post-content a{
	border: none;
    padding: 0;
    color: orange;
    font-weight: 600;
    font-size: 14px;
}

.homepage-sec-5-cont h2{
	 font-size: 30px;
    color: #034576;
}

.homepage-sec-5{
	padding-bottom:50px;
}

.homepage-sec-6{
	background:url(https://topbasgrup.in/wp-content/uploads/2025/03/contact.jpg);
	background-size:cover;
	background-attachment:fixed;
}

.homepage-sec-6-overlay{
	
    background: #000000d1;
    padding: 50px 0;

}

.homepage-sec-6-cont{
	
    display: flex;
    justify-content: space-between;

}

.homepage-sec-6-left{
	
    width: 40%;

}

.homepage-sec-6-left h2{
	
    color: white;
    font-weight: 400;
    font-size: 40px;
  font-family: "Outfit", sans-serif;
}

.homepage-sec-6-left h2 span{
	
    display: block;
    font-weight: 600;
  

}

.homepage-sec-6-right{
	
    width: 60%;

}

.input-section{
	
    display: flex;
    justify-content: space-between;

}

.homepage-sec-6-right input{
	color:white !important;
}

.homepage-sec-6-right input:focus{
	box-shadow:rgb(249 246 246 / 60%) 0px 5px 15px;
	
}

.homepage-sec-6-right .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white;
}
.homepage-sec-6-right .wpcf7-textarea{
	margin-top: 30px;
	color:white;
}

.homepage-sec-6-right .wpcf7-textarea:focus{
	box-shadow:rgb(249 246 246 / 60%) 0px 5px 15px;
}


.wpcf7-textarea{
	margin-top: 30px;
	
}

.homepage-sec-6-right .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: white;
}

.wpcf7-submit{
	
    border: none !important;
    width: 50%;
    position: relative;
   

}

/* Social media links */

.btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    margin: 5px;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #686de0;
    overflow: hidden;
    position: relative;
}
.btn i {
    font-size: 20px;
    line-height: 2.2;
    transition: 0.2s linear;
    position: relative;
    left: 12px;
}
.btn:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #4834d4;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;

}
.btn:hover::before {
  animation: pounce 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes pounce {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}

/* social media links */


.footer-section{
	
    padding: 50px 0;
    background: #f8f8f8;
    font-family: "Krub", sans-serif;
}

.footer-top{
	
    display: flex;
    justify-content: space-between;
/*     gap: 20px; */

}

.footer-logo-section{
	
    width: 15%;

}

.footer-content-section{
	
    width: 80%;

}

.footer-menu-section{
	
    margin-top: 30px;
    display: flex;
    justify-content: space-between;

}

.footer-links h4{
	margin-bottom: 12px;
	font-size:18px;
}

.footer-links ul{
	
    list-style: none;
    margin-left: 0;
    margin-top: 0;

}

.footer-links ul li{
	
    padding-bottom: 12px;

}

.footer-links ul li a{
	font-size: 15px;
}

.footer-addr-section{
	
    display: flex;
    gap: 15px;

}

.footer-addr-left i{
	
    font-size: 20px;

}

.footer-addr-right p{
	
    font-size: 15px;

}

.social-media-section{
	
    display: flex;
    align-items: center;

}

.social-media-icons{
	
    width: 16%;

}
.hr-line{
	
    width: 100%;

}

.footer-bottom h4{
	
    font-size: 18px;

}

.hr-line hr{
	border-top: 1px solid #74626236;
}

.footer-bottom{
	
    width: 100%;
    margin: 0 auto;

}

@media all and (max-width:950px){
	.product-menu-section{
		display: none;
	}
	.header-btn{
		display:none;
	}
	.menu {
    width: 50px;
}
	.menu-section {
    display: flex
;
    gap: 0px;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    width: 60%;
    justify-content: end;
}
	.homepage-section-1 {
    padding: 20px 0;
}
	.homepage-sec-1-cont h2 {
    color: #044575;
    font-size: 24px;
    text-align: center;
    font-family: "Outfit", sans-serif;
}
	.homepage-sec-1-card-section {

    justify-content: center;
    flex-wrap: wrap;
}
	.homeapge-sec-1-card{
		width:45%;
		padding:10px;
		justify-content:center;
	}
	.homeapge-sec-2-card{
		width:45%;
		padding:10px;
		justify-content:center;
	}
	.homeapge-sec-3-card{
		width:45%;
		padding:10px;
		justify-content:center;
	}
	.homeapge-sec-4-card{
		width:45%;
		padding:10px;
		justify-content:center;
	}
	.card-icon{
		text-align:center;
	}
	.card-icon img {
    transition: none;
    width: 50%;
}
	.homeapge-sec-1-card h4{
		font-size: 14px;
		width:100%;
	}
		.homeapge-sec-2-card h4{
		font-size: 14px;
		width:100%;
	}
		.homeapge-sec-3-card h4{
		font-size: 14px;
		width:100%;
	}
		.homeapge-sec-4-card h4{
		font-size: 14px;
		width:100%;
	}
	.homepage-sec-2{
		padding: 20px 0;
	}
	.homepafe-sec-2-cont-right {
    width: 100%;
}
	.homepage-sec-3-left h2 {
    color: #034576;
    font-size: 24px;
    font-family: "Outfit", sans-serif;
}
	.homepage-sec-3-left {
    padding: 20px 4%;
    width: 100%;
    /* background: #ffffff; */
  	height:auto;
    margin: 0 auto;
}
	.parent {

    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
	.parent{
		
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        padding-top: 20px;
	}
	.homepage-sec-3-cont {
    display: flex
;
    position: relative;
    flex-direction: column;
}
	.homepage-sec-3-right {
    position: unset; 
    top: 26%;
    left: 4%;
    width: 100%;
}
	.div1{
		width: 45%;
	}
		.div2{
		width: 45%;
	}
		.div3{
		width: 92%;
	}
		.div4{
		width: 45%;
	}
		.div5{
		width: 45%;
	}
	.parent h4 {
    font-weight: 700;
    width: 80%;
    line-height: 23px;
    padding: 20px 20px 0 20px;
    font-size: 15px;
}
	.product-image-div img {
    width: 85%;
    padding: 0 20px 20px 0;
}
	#content > article > div > div.homepage-sec-3 > div > div > div.homepage-sec-3-cont > div.homepage-sec-3-right > div > div > div.div3 > div > div.product-image-div > img {
    width: 50%;
}
	.homepage-sec-3{
		height:auto;
		background-size:cover;
	}
	#counter {
    /* background: rgba(0, 0, 0, 0.05); */
    padding: 20px 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
    list-style: none;
		flex-wrap:wrap;
}
		#counter li {
    width: 50%;
	flex: unset;
}
	.counter-box {
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
	.counter-box p{
		font-size:15px;	
		text-align:center;
	}
	.count {
    color: white;
    font-size: 24px;
}
	.counter-box img {
    width: 75px;
}
	.counters-section {
    margin-top: 20px;
}
.homepage-sec-4 {
    padding: 20px 0;
}
	.homepage-sec-4-cont h2 {
    font-size: 24px;
    width: 100%;
    color: #034576;
}
	.customers-logo-section{
		margin-top:20px;
	}
	.customers-logo{
	width:46%;	
	}
	.homepage-sec-5-cont h2 {
    font-size: 24px;
    color: #034576;
    margin-bottom: 0;
}
	.homepage-sec-5 {
    padding-bottom: 0px;
}
	

.homepage-sec-6-overlay {
    background: #000000d1;
    padding: 20px 0;
}
	.homepage-sec-6-cont{
		flex-wrap:wrap;
	}
	.homepage-sec-6-cont{
		width:100%;
	}
	.homepage-sec-6-left{
		width:100%;
	}
	.homepage-sec-6-right{
		width:100%;
	}

.homepage-sec-6-left h2 {
    color: white;
    font-weight: 400;
    font-size: 24px;
    font-family: "Outfit", sans-serif;
    text-align: center;
}
	

.homepage-sec-6-left h2 {
    color: white;
    font-weight: 400;
    font-size: 24px;
    font-family: "Outfit", sans-serif;
    text-align: center;
}
	.input-section {

    flex-direction: column;
}
	.footer-section{
		padding:20px 0;
	}
	.footer-top{
		flex-wrap:wrap;
	}
	.footer-content-section{
		width:100%;
	}
	.footer-logo-section{
		width:35%;
	}
	.footer-menu-section{
		flex-wrap:wrap;
	}
	.footer-links{
		width:100%;
	}
	.footer-links h4{
		font-size:16px;
	}
	.footer-links ul li a{
		font-size:14px;
	}
	.footer-links ul li a{
		margin-bottom:0;
	}
	.social-media-icons{
		width:100% !important;
	}
	.footer-bottom{
		width:100%;
	}
	.footer-menu-section{
		margin-top:0;	
	}
	.homepafe-sec-2-cont-right h2{
		font-size:24px;
	}
	.hr-line {
    width: 0%;
}
	.menu hr{
		display:none;
	}
	.text{
		font-size:14px;
		padding:5px;
		line-height:21px;
	}
	.text span {
    font-weight: 300;
    font-size: 12px;
}
	.lps-page-sec-1-card-section .product-image-div img{
		height:auto;
	}
}

.inner-banner-section{
	background:url(https://topbasgrup.in/wp-content/uploads/2025/03/inner-bg.png);
	height:250px;
	background-size:cover;
    background-position: 10px -480px;
}

.inner-banner-overlay{
	
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: #000000bd;

}

.inner-banner-heading span{
	
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: 'outfit';

}

@media all and (min-width:1450px){
	.inner-banner-section{
		background-position: 10px -750px;
	}
}

@media all and (max-width:450px){
	.inner-banner-section{
		background-position:unset;
	}
}

@media all and (max-width:1330px){
	.product-menu-section a {
    font-weight: 600;
    position: relative;
    font-size: 14px;
}
	.social-media-icons {
    width: 18%;
}
}


/* product page */

.lps-page-sec-1{
	
    padding: 50px 0;
	

}


.counters-testing-section .single-img{
	
    background: #f2fafd;

}

.counters-testing-section .product-image-div img{
	
    width: 90%;

}

.counters-testing-section .lps-page-sec-1-card-section .homepage-sec-3-right .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
}

.lps-page-sec-1-cont h2{
	
    color: #034576;
    font-size: 35px;
  font-weight:300;
    text-align: center;
	width: 50%;
    margin: 0px auto;
}

.lps-page-sec-1-card-section{
	
    padding-top: 30px;

}



          

.lps-page-sec-1-card-section .homepage-sec-3-right {
     position:unset; 
   
    width: 100%;
}

.lps-page-sec-1-card-section .homepage-sec-3-right .parent{
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

.lps-page-sec-1-card-section .product-card-section .div3{
	grid-row: unset;
}

.lps-page-sec-1-card-section .homepage-sec-3-right .parent a button {
    display: block; 
}

.lps-page-sec-1-card-section .homepage-sec-3-right .parent .text span a{
	
    text-decoration: none !important;

}

.lps-page-sec-1-card-section .homepage-sec-3-right .parent .text span a button{
	font-weight:700;
}

.product-card-section .single-img{
	height:100%;
}

.product-card-section .div3 .text {
    
    text-align:left;
	height:100%;
}

.sirius-page{
	
    padding: 50px 0;
	background: url(https://topbasgrup.in/wp-content/uploads/2025/03/img27.jpg);
    background-size: 100%;
	background-attachment:fixed;
}

.sirius-page-cont{
	
    display: flex;
	flex-direction:row-reverse;

}

.sirius-page-cont-left{
	
    width: 50%;

}

.sirius-page-cont-left h1{
	
    color: rgb(3, 69, 118);
    font-size: 28px;

}

.sirius-card h4{
	
    font-size: 18px;
    font-weight: 700;

}

.sirius-page-cont-right{
	
    text-align: center;
    width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.sirius-page-cont-right img{
	
    width: 35%;
	transform:scale(1);
	transition:.5s;

}

.sirius-page-cont-right img:hover{
	
    transform:scale(1.2);
	cursor:pointer;

}

.sirius-page-cont-left ul{
	 list-style-image: url('https://topbasgrup.in/wp-content/uploads/2025/03/flash-2.png');
	 line-height:35px;
}

.sirius-page-cont-left ul li::marker{
	position:relative !important;
	top:2px !important;
}

.sirius-card{
	
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sirius-table h2{
	color: rgb(3, 69, 118);
    font-size: 30px;
	text-align:center;
	font-weight: 500;
}

.tablepress{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#tablepress-10{
	display:none;
}

#tablepress-11{
	display:none;
}

#tablepress-12{
	display:none;
}

.tablepress caption{
	display:none !important;
}

.tablepress>:where(thead,tfoot)>tr>* {

    text-align: center !important;
    height: 60px;
    font-size: 18px;
	background-color: #11334c !important;
    color: white !important;
}

.tablepress>:where(tbody)>tr>*{
	text-align:center !important;
	border:none !important;
	vertical-align: middle !important;
}

.sirius-table{
	
    width: 85%;
    margin: auto;

}



.sirius-page-table-section{
	padding-bottom:50px;
	background:url(http://topbasgrup.in/wp-content/uploads/2025/03/img27.jpg);
	background-attachment:fixed;
}

.sirius-table table caption{
	display:none;
}

.blog-page-section-1{
	padding:50px 0 0 0;
}

.blog-page-section-1 .homepage-sec-5-cont > h2{
	text-align:center;
}

.certification-page-sec-1{
	padding:50px 0 0 0;
	text-align:center;
}


/* accordian css */

.product-details-dropdown .faq-section {
  max-width: 760px;
  margin: 0 auto;
}


.product-details-dropdown p {
  font-size: 22px;
  color: #AEB9C6;
}


.product-details-dropdown h2 {
  font-size: 52px;
  color: #f4f4f6;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}


.product-details-dropdown details {
  cursor: pointer;
}


.product-details-dropdown summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}


.product-details-dropdown h4 {
  width: 760px;
}


.product-details-dropdown summary {
font-size: 20px;
    color: #f4f4f6;
    display: flex;
    justify-item: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 10px;
}

.product-details-dropdown summary:hover{
	background:#f9f9f9;
}


.product-details-dropdown summary::marker {
  display: none;
  content: "";
}


.product-details-dropdown span {
margin-top: 4px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}


.product-details-dropdown details > p {

    color: #333;
    font-size: 15px;
    line-height: 155%;
    letter-spacing: .1px;
    margin: 10px 0;
    padding-left: 10px;
}


.product-details-dropdown hr {
   
    margin-block-end: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

/* accordian css */

.product-details .tablepress>:where(tbody)>tr>* {
    color: var(--text-color);
    border: none !important;
    text-align: left !important;
}

.product-details .tablepress {
    box-shadow: none !important;
}

.product-details .tablepress>:where(tbody)>tr>* {
    color: var(--text-color);
    height: 60px !important;
	width:50%;
}

.product-details h2{
	color: rgb(3, 69, 118);
    font-size: 28px;
}


.product-page-section{
	padding:50px 0;
	background: url(https://topbasgrup.in/wp-content/uploads/2025/03/img27.jpg);
    background-attachment: fixed;
}

.product-page-cont{
	
    display: flex;
    justify-content: space-between;

}

.product-page-left{
	
    width: 49%;
	display:flex;
	justify-content:center;
	align-items:center;

}

.product-page-left .product-image{
	display: flex;justify-content: center;align-items: center;
}

.product-page-left .product-image img{
	
    width: 60%;
	transform:scale(1);
	transition:.5s;
	
}


.product-page-left .product-image img:hover{
	
    width: 60%;
	transform:scale(1.2)
}

.product-page-right{
	
    width: 49%;

}

.product-title h2{
	
    color: rgb(3, 69, 118);
    font-size: 28px;
	display:none;

}


.testing-process-cont{
	
    display: flex;
    justify-content: space-between;

}

.testing-process-section{
	padding:50px 0;
	background:#f9f9f9;
}

.testing-process-left{
	
    width: 49%;

}

.testing-process-right{
	
    width: 49%;

}

.testing-image{
	
    display: flex;
    justify-content: center;
    align-items: center;

}

.testing-process-left h2{
	font-size:28px;
	width:65%;
	color:rgb(3, 69, 118);
}

.testing-process-left ol li{
	margin-bottom:10px;
}

.testing-process-left ol{
	list-style-image:url(https://topbasgrup.in/wp-content/uploads/2025/04/next-1.png);
}

.testing-process-left ol li span{
	
    position: relative;
    top: -7px;

}

@media all and (max-width:450px){
	.lps-page-sec-1 {
    padding: 20px 0;
 
}
	.lps-page-sec-1-card-section {
    padding-top: 0px; 
}
	.lps-page-sec-1-cont h2 {
    color: #034576;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0px auto;
}
	.lps-page-sec-1-cont h2 span::after {

    height: 2px;

    top: 28px;
}
	.lps-page-sec-1-card-section .homepage-sec-3-right .parent {

    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
	.lps-page-sec-1-card-section .homepage-sec-3-right .parent div{
		width:100%;
	}
	    .lps-page-sec-1-card-section .homepage-sec-3-right .product-image-div img {
        width: 124px;
        padding: 0 20px 20px 0;
    }
	 .lps-page-sec-1-card-section .homepage-sec-3-right .product-image-div {

    justify-content: center;
}
	 .lps-page-sec-1-card-section .homepage-sec-3-right .text span {
        font-weight: 300;
        font-size: 13px;
        line-height: 26px;
    }
	 .lps-page-sec-1-card-section .homepage-sec-3-right .text {
        font-size: 16px;
        padding: 10px;
        line-height: 21px;
        font-weight: 700;
    }
	.sirius-page {
    padding: 20px 0;

}
	.sirius-page-cont {

    flex-wrap: wrap;
	flex-direction:column-reverse;
}
	.sirius-page-cont-left {
    width: 100%;
}
	.sirius-page-cont-left h1 {
    color: rgb(3, 69, 118);
    font-size: 20px;
}
	.sirius-page-cont-right{
		width: 100%;
	}
	.sirius-page-cont-right img {
    width: 50%;
}
	.sirius-table h2 {
  
    font-size: 20px;
	width: 90%;
        margin: 0 auto 20px auto;
 
}
	.sirius-table {
    width: 100%;
    margin: auto;
}
	.homepage-sec-3-left a button{
		display:none;
	}
	h2.bdpp-post-title {
    font-size: 18px !important;
    line-height: 26px;
    text-align: left;
    color: #034576;
    padding: 0 20px;
}
	.blog-page-section-1{
	padding:20px 0;
}
	#tablepress-10{
		display:block;
	}
	#tablepress-4{
		display:none;
	}
	
	#tablepress-11{
		display:block;
	}
	#tablepress-6{
		display:none;
	}
	
	#tablepress-12{
		display:block;
	}
	#tablepress-7{
		display:none;
	}
	
	.counters-testing-section .lps-page-sec-1-card-section .homepage-sec-3-right .parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
}
    .counters-testing-section .lps-page-sec-1-card-section .homepage-sec-3-right .product-image-div img {
        width: 75%;
        padding: 0 20px 20px 0;
    }
	.product-page-section {
    padding: 20px 0;
}
	.product-page-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	.product-page-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.product-page-right {
    width: 100%;
}
	.product-details-dropdown details > p {
    color: #333;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: .1px;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px;
}
	.product-details-dropdown span {
    margin-top: 4px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
	.product-details h2 {
    color: rgb(3, 69, 118);
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
	.product-details p{
		font-size:13px;
	}
	.testing-process-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
	.testing-process-left {
    width: 100%;
}
	.testing-process-left h2 {
    font-size: 20px;
    width: 65%;
    color: rgb(3, 69, 118);
}
	.testing-process-left ol li {
    margin-bottom: 10px;
    font-size: 13px;
}
	.testing-process-right {
    width: 100%;
}
	.parent h4{
		font-weight: 700;
        width: 90%;
        line-height: 23px;
        padding: 20px 20px 0 20px;
        font-size: 15px;
      
	}
	.testing-process-section{
	padding:20px 0;

}
}


/* contact page */
.contact-page-addr-section{
	
    padding: 50px 0;

}

.contact-page-addr-box-section{
	
    display: flex;
    justify-content: space-around;
	position: relative;
    top: -25px;

}

.contact-page-addr-img{
	
    width: 60px;
    height: 60px;
    background: #13334c;
    color: white;
    display: grid;
    place-items: center;
    border-radius: 50%;

}

.contact-page-addr-box{
	
    display: flex;
    flex-direction: column;
    align-items: center;

}

.contact-page-addr-box h4{
	
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Outfit';
    font-size: 20px;

}

.contact-addr-content p{
	text-align:center;
}

.contact-addr-content p a{
	
    text-decoration: none !important;

}

.contact-page-addr-img i{
	
    font-size: 24px;

}

.contact-page-addr-cont{
	
    background: #f5f5f5;

}

@media all and (max-width:450px){
	.contact-page-addr-section {
    padding: 20px 0;
}
	.contact-page-addr-box-section {

    justify-content: space-around;
    position: relative;
    top: 15px;
    flex-direction: column;
}
	.contact-page-addr-img{
		width:40px;
		height:40px;
	}
	.contact-page-addr-img i {
    font-size: 15px;
}
	.contact-page-addr-box h4 {

    font-size: 16px;
}
	.contact-addr-content p a {
    text-decoration: none !important;
    font-size: 13px;
}
	.contact-addr-content p {
    text-align: center;
    font-size: 13px;
}
}

/* contact page */

.tester-sec-right .image-container {
  position: relative;
  width: 450px; /* Adjust to your desired width */
  height: 350px; /* Adjust to your desired height */
}

.tester-sec-right .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
}

.tester-sec-right .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tester-sec-right .image-container:hover .image {
  opacity: 0;
}

.tester-sec-right .image-container:hover .image-hover {
  opacity: 1;
}

.testing-product-cont h2{
	
    color: #034576;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    width: 50%;
    margin: 0px auto;

}

.testing-product-cont h2 span{
	position: relative;
    font-weight: 500;
}


.testing-product-cont h2 span::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 4px;
    background-color: orange;
    /* transform: scaleX(0.5); */
    top: 45px;
}

.tester-section-cont{
	display:flex;
	justify-content:space-between;
}

.tester-sec-left{
	width:49%;
}

.tester-sec-left h4{
	
    font-size: 20px;
    font-weight: 700;

}

.tester-sec-right{
	width:49%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.testing-product-section{
	padding-bottom:50px;
}


.tester-sec-left ul{
	
    list-style-image: url(https://topbasgrup.in/wp-content/uploads/2025/03/flash-2.png);

}

.tester-sec-left ul li{
	
    padding-bottom: 15px;

}

.testing-product-cont h3{
	
    font-size: 24px;

}

.testing-product-cont ul{
	 list-style-image: url(https://topbasgrup.in/wp-content/uploads/2025/03/flash-2.png);
}

.testing-product-cont ul li{
	  padding-bottom: 15px;
}


@media all and (max-width:450px){
	.testing-product-cont h2 {
    color: #034576;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0px auto 20px auto;
}
	.testing-product-cont h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
	.testing-product-cont p{
		
    font-size: 13px;
    margin-top: 15px;
    text-align: justify;

	}
	.tester-sec-left h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
	.tester-section-cont {

    justify-content: space-between;
    flex-direction: column;
}
	.tester-sec-left {
    width: 100%;
}
	.tester-section-cont p{
		   font-size: 13px;
    margin-top: 15px;
    text-align: justify;
	}
	.tester-sec-right {
    width: 100%;
    justify-content: center;
    align-items: center;
}
	.tester-sec-right .image-container {
    position: relative;
    width: 100%;
    height: 350px;
	margin-bottom:15px;
}
	.testing-product-cont ul li {
    padding-bottom: 15px;
    font-size: 13px;
}
	.testing-product-section {
    padding-bottom: 10px;
}
	.testing-product-cont h2 span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 2px;
    background-color: orange;
    /* transform: scaleX(0.5); */
    top: 30px;
}
}


.SPD-page-sec-1 .product-image-div {
    display: flex;
    justify-content: center;
}

.SPD-page-sec-1 .product-image-div img {
    width: 85%;
    padding: 0 20px 20px 0;
}

.Equipotential-img{
	width:45% !important;
}

.surge-filters-img{
	width:60% !important;
}

.dataline-signal-img{
	
    width: 100%;
    position: relative;
    top: 35px;
    left: 8px;

}

.SPD-page-sec-1 .text{
	line-height: 35px;
}

@media all and (max-width:450px){
	.SPD-page-sec-1 .lps-page-sec-1-card-section .homepage-sec-3-right .product-image-div img {
        width: auto;
        padding: 0 20px 20px 0;
    }
	.dataline-signal-img{
		position:unset;
	}
}

.earthing-page-sec-1 .product-image-div img {
    width: 100px;
    padding: 0 20px 20px 0;
}

.galvanized-img{
	width:125px !important;
}

.grounding-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr);
    gap: 20px;
}

.grounding-grid div{
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	transition:.5s;
	overflow:hidden !important;
}



.grounding-grid div:hover{
	
	
   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.grounding-grid div img{
	
	transition:.5s;
  
}

.grounding-grid div img:hover{
	
	transform: scale(1.1);
  
}

@media all and (max-width:450px){
	.grounding-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, 1fr);
    gap: 10px;
}
	.grounding-grid div{
		width:inherit !important;
	}
	.earthing-page-sec-1 h2{
		margin: 0px auto 20px auto;
	}
}



/* team members section */




.section-title h2 {
  text-transform: uppercase;
}
.section-title {
  margin: 3% 0;
}
.section-title p {
  text-transform: uppercase;
  font-weight: bold;
}
.single-team {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;

}

.team-img {
  position: relative;
  z-index: 5;
  overflow: hidden;
	height: 275px;
}
.team-img img {
  width: 100%;
  transition: 0.3s;
 filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.2));
}
.single-team:hover .team-img img {
  transform: scale(1.1);
}
.team-content {
  height: 80px;
  width: 100%;
  position: absolute;
  text-align: center;
  overflow: hidden;
  bottom: 0;
  transition: all 0.4s;
  background: #13334c;
  z-index: 5;
}
.single-team:hover .team-content {
  height: 90px;
}
.team-info {
  padding: 5px 20px 5px 20px;
  transition: all 0.5s;
}
.single-team:hover .team-content {
  background: #13334c;
}
.single-team .team-content .team-info h3 {
  text-transform: uppercase;
  color: #fff;
font-size: 18px;
    margin: 5px;
    font-family: 'Outfit';
}
.single-team:hover .team-info h3 {
  color: #fff;
}
.team-info p {
  margin-top: 5px;
  color: #fff;
}
.single-team-text p {
  margin-top: 5px;
}
.team-text {
  color: #fff;
  padding: 0 10px 5px;
}

.team-area{
	padding:50px 0;
}

.team-members-heading-section h2{
	color: #034576;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    width: 50%;
    margin: 0px auto;
}

.team-members-heading-section h2 span{
	position: relative;
    font-weight: 500;
}

.team-members-heading-section h2 span::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 4px;
    background-color: orange;

    top: 45px;
}


.team-cont{
	display:flex;
	justify-content:space-evenly;
	margin-top:40px;
}

.team-cont .col-md-3{
	
    width: 23%;

}

@media all and (max-width:450px){
	.team-area {
    padding: 20px 0;
}
	.team-members-heading-section h2 {
    color: #034576;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0px auto;
}
	.team-members-heading-section h2 span::after{
	height: 2px;
  
    top: 30px;
	}
	.team-cont {

    margin-top: 20px;
    flex-wrap: wrap;
}
	.team-cont .col-md-3 {
    width: 48%;
}
	.team-img{
		height:175px;
	}
	.team-info p {
    margin-top: 5px;
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 18px;
}
	.single-team .team-content .team-info h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    margin: 5px;
    font-family: 'Outfit';
}
	.homepafe-sec-2-cont-right p{
		font-size:13px;
	}
}


/* team members section */


/* infohub page */

.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item:hover {
  background: #f2f2f2;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: #003c71;
}
.process__number {
     font-size: 40px;
    -webkit-text-stroke: 1px #fff;
    display: block;
    color: transparent;
    font-family: 'Open Sans';
    font-weight: 700;
    transition: 0.4s ease-in-out;
    width: 70px;
    margin: 0 auto;
    background: #13334c;
    border-radius: 50%;
}
.process__title {
   display: block;
    font-family: 'Outfit';
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 24px;
    color: #003c71;
    text-transform: capitalize;
    margin-top: 30px;
}
.process__subtitle {
    display: block;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #8c8c8c;
    margin-top: 30px;
    line-height: 1.7;
}

@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}

.infohub-section-1{
	padding:50px 0;
}

.infohub-sec-1-cont{
	
    display: flex;
    justify-content: space-between;

}

.infohub-sec-1-left{
	
    width: 49%;

}

.infohub-sec-1-left h2{
	
    font-size: 28px;
    color: #13334c;

}

.infohub-sec-1-left p{
	 display: block;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #8c8c8c;
    margin-top: 30px;
   
}

.infohub-sec-1-left ul{
	

    list-style: none;
    margin-left: 0;
    font-size: 15px;
    color: #8c8c8c;
   
    

}

.infohub-sec-1-left ul li{
	padding-bottom:10px;
}

.infohub-sec-1-left ul li b{
	
    color: black;

}

.infohub-sec-1-right{
	
    width: 49%;

}

.infohub-sec-2-cont h2{
	
    font-size: 28px;
    color: #13334c;
   text-align:center;
}

.infohub-sec-2-cont p{
	text-align: center;
    margin: 15px auto;
    width: 50%;
	font-family: 'Open Sans';
    font-size: 15px;
    color: #8c8c8c;
}

.infohub-section-2{
	padding-bottom:50px;
}

.infohub-section-3{
	padding-bottom:50px;
}

.infohub-sec-3-cont h2{
	
    font-size: 28px;
    color: #13334c;
    text-align: center;

}

.infohub-sec-3-cont p{
	
    text-align: center;
    margin: 15px auto;
    width: 50%;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #8c8c8c;

}

.types-of-lightning-section{
	
    display: flex;
    justify-content: space-between;

}

.lightning-type{
	
    width: 24%;
	padding:15px;

}

.lightning-type-image{
	
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.lightning-type-image img{
	
    width: 70%;

}

.lightning-type h4{
	
    font-size: 18px;
    font-weight: 700;

}

.lightning-type ul{
	
    font-size: 15px;
    color: #8c8c8c;

}

.infohub-section-4{
	
    padding-bottom: 50px;

}

.damages-of-lightning-section{
	
    display: flex;
    justify-content: space-between;

}

.damages-sec-left{
	
    width: 54%;

}

.infohub-sec-4-cont h2{
	
    font-size: 28px;
    color: #13334c;
	text-align:center;

}

.infohub-sec-4-cont p{
	
    font-family: 'Open Sans';
    font-size: 15px;
    color: #8c8c8c;
    text-align:center;
     width: 80%;
    margin: 15px auto 30px;
}

.damages-sec-right{
	
    display: flex;
    width: 43%;
    align-items: center;
    justify-content: center;

}

.damages-table .tablepress{
	box-shadow:none !important;
}

.damages-table .tablepress>:where(tbody)>tr>* {
    color: var(--text-color);
    text-align: left !important;
    padding-left: 15px !important;
}

.risk-component-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;

    th, td {
      border: 1px solid #999;
      padding: 10px;
      text-align: center;
      vertical-align: middle;
    }

    th {
      font-size: 16px;
    background-color: #11334c;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    }

   
  }





.myths-facts-section .tablepress{
	box-shadow:none!important;
	width:75%!important;
}
.myths-facts-section .tablepress>:where(tbody)>tr>* {
    color: var(--text-color);
    text-align: left !important;
    padding-left: 10px;
    height: 75px;
}

#tablepress-14 .column-1{
	
    width: 35% !important;
    border: 1px solid grey !important;

}

#tablepress-14 .column-2 {
   
    border: 1px solid #80808038 !important;
}

.infohub-section-6{
	
    padding: 50px 0;

}

.infohub-sec-6-cont h2{
	
    font-size: 28px;
    color: #13334c;

}

.protection-zone-name span{
	
    font-weight: 700;
    font-size: 18px;

}

.protection-zones-section{
	
    display: flex;
    justify-content: space-between;

}

.protection-zone-left{
	
    width: 49%;

}

.protection-zone{
	
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;

}

.protection-zone-name{
	
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    background: #13334c;
    color: white;
    padding: 10px;
    border-radius: 10px;

}

.protection-zone-details{
	
    width: 70%;

}

.protection-zone-details p{
	
    margin-bottom: 0;
    color: #8c8c8c;

}

.protection-zone-right{
	
    width: 49%;

}

.standards-section table {
    width: 75%;
    border-collapse: collapse;
    margin: 20px auto;
	

    th, td {
      border: 1px solid #999;
      padding: 10px;
      text-align: left;
      vertical-align: middle;
    }

    th {
      font-size: 16px;
    background-color: #11334c;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
	text-align:center;
    }

   
  }


.infohub-sec-7-cont h2{
	
    font-size: 28px;
    color: #13334c;
    text-align: center;

}

.infohub-sec-7-cont p{
	
   color: #8c8c8c;
	margin:15px auto;
	text-align:center;
	width:75%;

}

.infohub-section-7{
	padding-bottom:50px;
}


.infohub-sec-8-cont h2{
	
    font-size: 28px;
    color: #13334c;
    text-align: center;

}

.guidelines-section{
	
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.guidelines-sec-cont{
	
    width: 48%;
    display: flex;
    gap: 15px;
    align-items: center;

}

.guideline-sec-left{
	
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    background: #f9f9f9;
    border-radius: 10px;

}

.guideline-sec-right{
	
    width: 75%;

}

.guideline-sec-right h4{
	
    margin-bottom: 5px;
    font-weight: 700;

}

.guideline-sec-right p{
	
    margin-bottom: 0;
    color: #8c8c8c;

}

.infohub-section-8{
	padding-bottom:50px;
}

.infohub-sec-9-cont h2{
	
    font-size: 28px;
    color: #13334c;
    text-align: center;

}

.infohub-sec-9-cont p{
	
    color: #8c8c8c;
    margin: 15px auto;
    text-align: center;
    width: 75%;

}

.lps-types-cont-section{
	
    display: flex;
    justify-content: space-between;

}

.lps-types-left{
	
    width: 49%;

}

.lps-types-left {


  table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;

    th, td {
      padding: 15px;
      text-align: left;
      vertical-align: top;
    }

    th {
      background-color: #003366;
      color: white;
      font-size: 16px;
    }

    tr:nth-child(even) {
      background-color: #f2f2f2;
    }

    tr:hover {
      background-color: #e6f7ff;
    }

    td {
      h4 {
        margin: 0 0 5px;
        font-size: 16px;
        color: #333;
      }

      p {
        margin: 0;
        font-size: 14px;
        color: #555;
      }
    }
  }
}

.lps-types-left h2{
	
    font-size: 24px;
    color: #13334c;
    margin-bottom: 10px;

}

.lps-types-left p{
	
    color: #8c8c8c;

}

.lps-types-left h4{
	
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;

}

.lps-types-left .accordion-item h4{
	font-size:17px;
}

.lps-types-left .why-choose-us-accordian{
	margin-bottom:30px;
}

.surge-sec-2-left .accordion:hover .accordion-item:hover .accordion-item-content, .accordion .accordion-item--default .accordion-item-content {
    height: 11em !important;
}

.lps-types-left .accordion:hover .accordion-item:hover .accordion-item-content, .accordion .accordion-item--default .accordion-item-content {
    height: 6em !important;
}

.ESE-details{
	width:85%;
}

.lps-types-right p{
	
    color: #8c8c8c;

}

.lps-types-right h4{
	
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;

}

.lps-types-left ol li{
	
    border-bottom: 1px solid #80808061;
    padding-top: 10px;

}

.lps-types-left ol li h4{
	
    margin-bottom: 5px;
	font-size:16px;

}

.lps-types-left ol li p{
	
    color: #8c8c8c;
    margin-bottom: 10px;

}

.lps-types-left ol {
	list-style:none;
	margin-bottom: 30px;
}

.lps-types-right{
	
    width: 49%;

}

.infohub-section-10{
	padding-bottom:50px;
}


.lps-types-right ol li{
	
    border-bottom: 1px solid #80808061;
    padding-top: 10px;

}

.lps-types-right ol li h4{
	
    margin-bottom: 5px;
	font-size:16px;

}

.lps-types-right ol li p{
	
    color: #8c8c8c;
    margin-bottom: 10px;

}

.lps-types-right ol {
	list-style:none;
}

.rsm-image{
	display:flex;
	justify-content:center;
	align-items:center;
}

.rsm-image img{
	width:70%;
}

.choice-heading{
	text-align:center;
	line-height: 30px;
}
.risk-analysis-section{
	padding:50px 0;
}
.risk-analysis-section .container{
	display:flex;
	justify-content:space-between;
}

.risk-analysis-diagram{
	width:49%;
}

.mesh-method-table table {
  border-collapse: collapse;

  margin: auto;

  th, td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 12px;
  }

  th {
    background-color: #2e74b5;
    color: white;
  }

  .sub-header {
    background-color: #d9e2f3;
    font-weight: bold;
  }

  td {
    background-color: #f2f5fc;
  }

  td:first-child {
    font-weight: bold;
    background-color: #d9e2f3;
  }
}

.mesh-method-left .lps-types-left ol li {
    /* border-bottom: 1px solid #80808061; */
    padding-top: 0px;
}

.rolling-sphere-image{
	text-align:center;
}

.rolling-sphere-image > img{
	width:55%;
}

.rolling-sphere-img-2{
	width:auto !important;
}

.protection-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;

  th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }

  thead th {
    background-color: #f2f2f2;
    font-weight: bold;
  }

  tfoot .note {
    text-align: left;
    font-size: 14px;
    font-style: italic;
    background-color: #fff;
    padding: 12px;
  }

  td:first-child {
    text-align: left;
  }
}


/* surge info hub content */

.surge-intro-section{
	padding: 50px 0 0 0;
}

.surge-intro-cont p{
	text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #808080d4;
}


 .surge-table {
    width: 75%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 0 auto;


  thead {
    background-color: #f2f2f2;

    th {
           text-align: center;
            font-size: 24px;
            padding: 15px;
            color: #13334c;
            border: 1px solid #0000003d;
            font-weight: 600;
            text-transform: capitalize;
    }
  }

  tbody {
    td {
      vertical-align: top;
      padding: 15px;
      border: 1px solid #0000003d;

      ul {
        padding-left: 20px;
        margin: 0;

        li {
          margin-bottom: 10px;
          line-height: 30px;
        }
      }

      strong {
        font-weight: bold;
      }
    }

    td:first-child {
      width: 25%;
      font-weight: bold;
    }
  }
}

.surge-infohub-sec-1-left{
	width:100% !important;
}

.surge-infohub-sec-1-left h2{
	    font-size: 24px;
    color: #13334c;
    margin-bottom: 10px;
}

.surge-infohub-sec-1-left p{
	    color: #8c8c8c;
}


/* accordian css */


.why-choose-us-section{
	padding:50px 0 0 0;
	
}
.why-choolse-us-sec-cont{
	display:flex;
}
.why-choose-us-left{
	width:50%;
}
.why-choose-us-left img{
	width:100%;
	height: 100%;
    object-fit: cover;
}
.why-choose-us-right{
	width:50%;
	padding: 50px;
	  background:whitesmoke;
}


.why-choose-us-section p{
	line-height:26px;
	color:grey;
}

.why-choose-us-right h1{
	margin-bottom:20px;
}

/* Accordian */

/* The Magic */
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 11em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}

/* Aesthetic */


.accordion {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    font-family: "PT Sans" sans-serif
}

.accordion .accordion-item {

  border-bottom: 1px solid #66666640;
  padding: 1em;
 
}

.accordion h1 {
  margin: 0;
}

.accordion-item-content ul li{

    list-style: none;
    padding-bottom: 5px;

}


/* accordian css */

/* Accordian */


.surge-sec-1{
	
    padding: 50px 0;

}

.surge-sec-1-cont{
	display:flex;
	justify-content:space-between;
}

.surge-sec-1-left{
	
    width: 49%;

}

.surge-sec-1-left h2{
	
    font-size: 28px;
    color: #13334c;

}

.surge-sec-1-left p{
	
    font-size: 15px;
    line-height: 30px;
    color: #808080d4;

}

.surge-sec-1-right{
	width:45%;
	display: flex;
    justify-content: center;
}

surge-sec-1-right img{
	object-fit:cover;
}

#tablepress-15 .column-2{
	
    color: #808080d4 !important;

}

#tablepress-15 .row-2 .column-1{
	
    font-size: 20px !important;

}

#tablepress-15 .row-2 .column-2{
	
    font-size: 20px !important;
	color:#333 !important;

}

.surge-sec-2-cont{
	display:flex;
	justify-content:space-between;
}

.surge-sec-2-left{
	width:49%;
}



.surge-sec-2-right{
	width:49%;
	display:flex;
	justify-content:center;
	align-items:baseline;
}

.accordion-item h4{
	
    margin-bottom: 0px;

}

.surge-sec-2-left h2{
	font-size: 28px;
    color: #13334c;
}

.surge-sec-2{
	padding-bottom:50px;
}

#tablepress-16 .column-2{
	
    color: #808080d4 !important;

}

.surge-sec-3{
	padding:50px 0;
}

.surge-sec-3-cont h2{
	text-align:center;
	font-size: 28px;
    color: #13334c;
}

.surge-sec-3-cont p{
	font-size: 15px;
    line-height: 28px;
    color: #808080d4;
	margin:15px auto;
	text-align:center;
	width:50%;
}

.surge-sec-3-image{
	text-align:center;
}



.surge-sec-3-image-cont{
	display:flex;
	justify-content:space-between;
}

.surge-sec-3-image{
	width:49%;
}

.surge-sec-4-cont h2{
	font-size: 28px;
    color: #13334c;
	width: 55%;
    line-height: 40px;
}

.surge-sec-4{
	padding-bottom:50px;
}

.surge-sec-4-cont{
	width:85%;
}

.surge-sec-4-cont img{
	margin:30px 0;
}

.surge-sec-4-cont h4{
	
    margin-bottom: 10px;
	font-weight: 700;
    font-size: 20px;
}

.surge-sec-4-cont ul li{
	
    padding-bottom: 10px;

}

.surge-sec-4-cont ul li b{
	
    margin-right: 5px;
    font-weight: 700;

}

	#tablepress-17{
		display:none;
	}

#tablepress-18{
		display:none;
	}





/* Infohub page */

/* infohub mobile responsive */

@media all and (max-width:450px){
	.infohub-section-1 {
    padding: 20px 0;
}
	.infohub-sec-1-cont {

    flex-direction: column-reverse;
}
	.infohub-sec-1-left {
    width: 100%;
}
	.infohub-sec-1-right {
    width: 100%;
}
	.infohub-sec-1-left h2 {
    font-size: 22px;
    color: #13334c;
    margin-top: 10px;
    margin-bottom: 0;
}
	.infohub-sec-1-left p {
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 10px;
}
	.infohub-sec-2-cont h2 {
    font-size: 22px;
    color: #13334c;
    text-align: center;
}
	.infohub-sec-2-cont p {
    text-align: center;
    margin: 15px auto;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #8c8c8c;
}
	.process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-left: 0;
    list-style: none;
}
	.process__number {
    font-size: 22px;
    
    width: 40px;


}
	.process__title {

    font-size: 18px;

    margin-top: 5px;
}
	.process__subtitle {



    margin-top: 5px;
 
}
	.process__item{
		padding: 15px 0px;
	}
	.infohub-section-2 {
    padding-bottom: 20px;
}
	.types-of-lightning-section{
		flex-wrap:wrap;
	}
	.lightning-type {
    width: 100%;
    padding: 5px;
}
	.lightning-type-image{
		height:auto;
	}
	.infohub-sec-4-cont h2 {
    font-size: 22px;
  
}
	.infohub-sec-4-cont p {

    width: 100%;
 
}
	.infohub-section-3 {
    padding-bottom: 20px;
}
	.infohub-sec-4-cont p {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #8c8c8c;
    text-align: center;
    width: 100%;
    margin: 15px auto -1px;
}
	.risk-analysis-section .container {

    flex-direction: column;
}
	.risk-analysis-diagram {
    width: 100%;
}
	.myths-facts-section .tablepress {
    box-shadow: none !important;
    width: 100% !important;
}
	.infohub-section-6 {
    padding: 20px 0;
}
	.infohub-sec-6-cont h2 {
    font-size: 22px;
    color: #13334c;
}
	.protection-zones-section{
		flex-direction:column;
	}
	.protection-zone-left {
    width: 100%;
}
	.protection-zone-right {
    width: 100%;
}
	.infohub-sec-7-cont h2 {
    font-size: 22px;
    color: #13334c;
    text-align: center;
}
	.infohub-sec-7-cont p {
    color: #8c8c8c;
    margin: 15px auto;
    text-align: center;
    width: 100%;
}
	.standards-section table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}
	.infohub-section-7 {
    padding-bottom: 20px;
}
	.infohub-sec-8-cont h2 {
    font-size: 22px;
    color: #13334c;
    text-align: center;
}
	.guidelines-sec-cont {
    width: 100%;

    gap: 15px;
    align-items: center;
}
	.infohub-section-8 {
    padding-bottom: 20px;
}
	.infohub-sec-9-cont h2 {
    font-size: 22px;
    color: #13334c;
    text-align: center;
}
	.infohub-sec-9-cont p {
    color: #8c8c8c;
    margin: 15px auto;
    text-align: center;
    width: 100%;
}
	.lps-types-cont-section {

    flex-direction: column;
}
	.lps-types-left {
    width: 100%;
}
	.lps-types-left h2 {
    font-size: 18px;
    color: #13334c;
    margin-bottom: 10px;
}
	.lps-types-left h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
	.lps-types-right {
    width: 100%;
}
	.lps-types-right h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
	.ESE-details {
    width: 100%;
}
	.lps-types-left ol li h4 {
    margin-bottom: 5px;
    font-size: 15px;
}
	.infohub-section-10 {
    padding-bottom: 0px;
}
	.choice-heading {
    text-align: center;
    line-height: 27px;
    font-size: 14px;
}
	.protection-table {
    thead th {
        background-color: #f2f2f2;
        font-weight: bold;
        font-size: 10px;
    }
}
	.protection-table {
    td:first-child {
        text-align: left;
        font-size: 12px;
    }
}
	#tablepress-17{
		display:block;
		margin:15px;
	}
	#tablepress-13{
		display:none;
	}


.damages-sec-left {
    width: 100%;
}
.damages-sec-right{
	width:100%;
}


.tablepress>:where(thead,tfoot)>tr>*{
	font-size:15px !important;
}

.infohub-section-4 {
    padding-bottom: 20px;
}
.risk-analysis-section {
    padding: 0px 0;
}

.damages-of-lightning-section {

    flex-direction: column;
}
	.risk-table-desk{
		display:none;
	}
	#tablepress-18{
		display:block;
	}
	.infohub-sec-3-cont h2{
		font-size:22px;
	}
	.infohub-sec-3-cont p{
		width:100%;
	}
	
	.surge-intro-section {
    padding: 20px 0 0 0;
}
	.surge-intro-cont p {
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    color: #808080d4;
}
	
	.surge-sec-1 {
    padding: 20px 0 0 0;
}
	.surge-sec-1-cont {

   gap:15px;
    flex-direction: column-reverse;
}
	.surge-sec-1-left {
    width: 100%;
}
	.surge-sec-1-left h2 {
    font-size: 22px;
    color: #13334c;
    margin-bottom: 5px;
}
	.surge-sec-1-left p {
    font-size: 14px;
    line-height: 28px;
    color: #808080d4;
	margin-bottom:0;
}
	.surge-sec-1-right {
    width: 100%;
    display: flex;
    justify-content: center;
}
	.surge-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 0 auto;
}
	
	.surge-table {
    & thead {
        th {
            text-align: center;
            font-size: 18px;
            padding: 15px;
            color: #13334c;
            border: 1px solid #0000003d;
            font-weight: 600;
            text-transform: capitalize;
        }
    }
}
	
	.surge-table {
    & tbody {
        & td {
            & ul {
                li {
                    margin-bottom: 10px;
                    line-height: 26px;
                    font-size: 14px;
                }
            }
        }
    }
}
	
	
	.surge-sec-2-cont {

    flex-direction: column;
}
	.surge-sec-2-left {
    width: 100%;
}
	.surge-sec-2-left h2 {
    font-size: 22px;
    color: #13334c;
}
	.lps-types-left .accordion:hover .accordion-item:hover .accordion-item-content, .accordion .accordion-item--default .accordion-item-content {
    height: 14em !important;
}
	.surge-sec-2-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
	.accordion-item h4 {
    margin-bottom: 0px;
    font-size: 15px;
}
	.surge-sec-3 {
    padding: 20px 0;
}
	.surge-sec-3-cont h2 {
    text-align: center;
    font-size: 22px;
    color: #13334c;
}
	.surge-sec-3-cont p{
		width:100%;
	}
	
	.surge-sec-3-image-cont {

    flex-direction: column;
		gap:15px;
}
	
	.surge-sec-3-image {
    width: 100%;
}
	.surge-sec-4-cont {
    width: 100%;
}
	.surge-sec-4-cont h2 {
    font-size: 22px;
    color: #13334c;
    width: 100%;
    line-height: 30px;
    margin-bottom: 5px;
}
	.surge-sec-4-cont h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
}
}

/* infohub mobile responsive */

/* Solutions page */

.solutions-section{
	
    padding: 50px 0;

}

.solutions-sec-cont h2{
	
    color: #034576;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    width: 50%;
    margin: 0px auto 30px;

}

.solutions-sec-cont h2 span{
	
    position: relative;
    font-weight: 500;

}


.solutions-sec-cont h2 span::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 4px;
    background-color: orange;

    top: 45px;
}

.solutions-sec-cont p{
	
    text-align: center;
    color: #808080b5;

}

.solutions-card-section{
	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:20px;
}

.solutions-card{
	
    width: 32%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.solutions-content{
	padding:10px;
}

.solutions-content h4{
	
    margin-bottom: 5px;
    font-family: 'Outfit';
}

.solutions-content p{
	
    text-align: left;
    
    margin-bottom: 0px;
}

.solutions-image{
	overflow:hidden;
	height:250px;
	
}



.solutions-image img{
	transition:.5s;
	transform:scale(1);
	height: 100%;
	width:100%;
    object-fit: cover;
}

.solutions-image img:hover{
	transition:.5s;
	transform:scale(1.1);
}

@media all and (max-width:450px){
	.solutions-sec-cont h2 {
    color: #034576;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0px auto 30px;
}
	.solutions-sec-cont h2 span::after {


    height: 2px;
  
    top: 30px;
}
	.solutions-sec-cont p {

    margin-bottom: 0;
    font-size: 13px;
    margin-top: 0px;
}
	.solutions-card-section{
		margin-top:20px;
	}
	.solutions-card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
	.solutions-section {
    padding: 20px 0;
}
	.homepage-sec-6{
		background: url(https://topbasgrup.in/wp-content/uploads/2025/03/contact.jpg);
    background-size: cover;
    background-attachment: fixed;
		background-position-x: -500px;
	}
}

/* topbas weld */

.exothermic-welding-section{
	padding-bottom:50px;
}

.exothermic-welding-cont{
	
    display: flex;
    justify-content: space-between;

}

.exothermic-weld-left{
	
    width: 49%;

}

.exothermic-weld-right{
	   width: 49%;
	  text-align:center;
}

.exothermic-weld-left h2{
	
    color: #034576;
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    margin: 0px auto 15px;

}

.exothermic-weld-left p{
	
    color: #808080c7;

}

.welding-grid h4{
	
    text-align: center;
    margin-top: 15px;

}

.welding-grid{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.welding-grid img{
	width: 100%;
    height: 250px;
    object-fit: cover;
}

@media all and (max-width:450px){
	.exothermic-welding-cont {

    flex-direction: column;
}
	.exothermic-weld-left {
    width: 100%;
}
	.exothermic-weld-left h2 {

    font-size: 21px;

    margin-bottom: 5px;
}
	.exothermic-weld-left h4{
		  margin-bottom: 5px;
	}
	.exothermic-weld-left p{
		font-size:13px;
	}
	.exothermic-weld-right {
    width: 100%;
    text-align: center;
}
	.exothermic-welding-section {
    padding-bottom: 0px;
}
	.welding-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
	.welding-grid div{
		width: 100%;
	}
	.welding-grid h4 {

    font-size: 15px;
}
}

/* topbas weld */

#related-posts{
	display:none;
}


.top-bas-2 {
    padding: 50px 100px;
}
.top-bas-2-inner h4 {
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}
.top-bas-2-inner h2 {
    color: #034576;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    width: 50%;
    margin: 0px auto;
}
.top-bas-2-inner h2 span {
    font-weight: 500;
	position:relative;
}
.top-bas-2-inner h2 span::after {
  content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50%;
    height: 4px;
    background-color: orange;
    /* transform: scaleX(0.5); */
    top: 45px;
}
.box-topbas {
    margin-top: 70px;
    display: flex
;

    gap: 30px;
}
.box-1-top {
    background: #034576;
    padding: 20px;
	width:33%;
}
.box-1-top p {
    color: #ffffffdb;
    margin-top: 20px;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 400;
}



@media all and (max-width:800px){
	.top-bas-2 {
    padding: 50px 50px;
}
	.box-topbas {
    flex-wrap: wrap;
}
	.box-1-top {
		    width: 45%;
	}
	.top-bas-2 {
    padding: 20px 20px;
}
	.top-bas-2-inner h2 {
		    width: 100%;
    margin: 0px;
	}
}
	
	
@media all and (max-width:500px){
	.top-bas-2-inner::after {
    display: none;
}
	.top-bas-2-inner h2 {
		    font-size: 23px;
		    margin-bottom: 10px;
	}
	.box-topbas {
    margin-top: 20px; 
	}
	.box-1-top {
		width: 100%;
	}
	#content > article > div > div.homepage-sec-3 > div > div > div.homepage-sec-3-cont > div.homepage-sec-3-right > div > div > div.div3 > div > div.product-image-div{
	height: 80%;
}
}
	

.plp-image{
	
    width: 90% !important;

}

.slx-image{
	width:80% !important;
}

.c-rod-image{
	width:30% !important;
}

.conv-image{
	width:75% !important;
}
	




@media all and (max-width:500px){
.chatway-launcher {
    display: none;
}


}
