@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


header{
padding: 10px 0;
border-top: 3px #e30505 solid;
background: #f1f1f1;
position: sticky;
top: 0;
z-index: 999;
}

.m-logo{
display: none;
}

.navbar {
padding: 0;
}

.nav-link {
font-size: 15.5px;	
color: #757575;
border-bottom: 1px dashed var(--bs-gray-500);
display: flex;
}

.nav-link.active{
	background: #e30505;
	color: #fff !important;
}

.nav-link.active:hover{
	color: #fff !important;	
}

.nav-link span{
font-size: 14px;
padding-right: 7px;
padding-top: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 10px 18px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}


.nav-link:focus, .nav-link:hover {
color: #e30505 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
color: #e30505;
}

.dropdown-item {
padding: 8px 16px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
border-bottom: 1px solid #eee; 
font-size: 15.5px;	
}

.dropdown-item:focus, .dropdown-item:hover {
color: #e30505;

}



.top-cnt{
display: flex;
align-items: center;
margin-left: 15px;
}

.top-cnt i{
font-size: 25px;
color: #e30505;
margin-right: 12px;
}

.top-cnt .top-cnt-content h5{
font-family: "Jost", sans-serif;
margin: 0;
font-size: 18px;
color: var(--bs-dark);
}

.top-cnt .top-cnt-content p{
margin: 0;
}

.sec-1{
padding: 50px 25px 0;
text-align: center;
/*background: #f1f1f1;*/
}

.sec-1 h2{
text-transform: uppercase;
color: #e30505;
position: relative;
display: inline-block;
padding: 2px;
border-radius: 30px;
margin-bottom: 15px;
font-size: 28px;
background: #f1f1f1;
z-index: 9;
overflow: hidden;
}

.sec-1 h2 span, .sec2-title h2 span{
background: #f1f1f1;
padding: 8px 18px;
display: inline-block;
}

.sec-1 h2::before, .sec2-title h2::before{
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 1px solid #dbdbdb;
border-radius: 30px;
}

.sec-1 h2::after, .sec2-title h2::after {
position: absolute;
content: "";
width: 150%;
height: 150%;
left: -25%;
top: -25%;
background-image: conic-gradient(#e30505 20deg, transparent 120deg);
-webkit-animation: slide-anim 4s linear infinite;
animation: slide-anim 4s linear infinite;
z-index: -1;
}


@keyframes slide-anim{
  100% {
      -webkit-transform: rotate(-360deg);
     transform: rotate(-360deg);
  }
}



.sec-1 p{
	font-size: 15px;
	line-height: 28px;
}

.sec-2{
padding: 60px 25px 40px;
}

.sec2-title{
text-align: center;
}

.sec2-title h2{
text-transform: uppercase;
color: #e30505;
position: relative;
display: inline-block;
padding: 2px;
border-radius: 30px;
margin-bottom: 15px;
font-size: 28px;
position: relative;
overflow: hidden;
}

.sec2-title h2 span{
	background: #fff;
}

.sec2-box{
	border: 1px solid #eee;
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	height:465px;
	position: relative;
	overflow: hidden;
}

.sec2-box img{
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
}

.sec2-box:hover img{
transform: scale(1.08);
-webkit-transform: scale(1.08);
-moz-transform: scale(1.08);
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
}

.sec2-box h4{
font-family: "Jost", sans-serif;
color: #e30505;
border-top: 1px solid #eee;
padding-top: 10px;
margin-top: 10px;
position: relative;
}

.sec2-box p{
font-size: 15px;
line-height: 26px;
}

.sec2-box a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #d1d1d1;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.sec2-box a span{
	position: relative;
	top: 1px;
	padding-left: 4px;
}

.sec2-box a:hover{
	color: #e30505;
	border-bottom: 1px solid #e30505;
}


.mid-sec{
padding: 30px 35px;
background: #fff;
}

.mid-sec p{
	font-size: 15px;
}

.mid-sec p a{
	text-decoration: none;
}


.side-blogs{
  background: var(--bs-gray-100);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.side-blogs h5{

font-size: 18px;
margin: 15px 0;	
}

.side-blogs h5 a{
	text-decoration: none;
	color: #757575;
	display: block;
	border: 1px solid #d1d1d1;
padding: 12px 15px;
}

.side-blogs h5 span{
	padding-right: 10px;
	color: #e30505;
}

.side-blogs h3{
text-transform: uppercase;
color: #e30505;
font-size: 28px;
font-family: "Jost", sans-serif;
border-bottom: 1px solid var(--bs-gray-400);
padding-bottom: 8px;
}


.bg-photo-overlay {
	background: rgba(0,0,0,.26);
	background-size: cover;
	height: 480px;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.bg-photo {
	background: #eee url(../images/bg1.jpg) !important;
	background-attachment: scroll;
	background-size: cover;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	height: calc(100% + 2 * 0px);
	left: 0px;
	position: absolute;
	top: 0px;
	width: calc(100% + 2 * 0px);
}

.bg-photo-container {
	height: 480px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.btm-mid{
padding: 30px;
}

.btm-mid p{
	font-size: 15px;
}

.top-ubolt-tit{
background: #000;
padding: 30px 0;
color: #f44d14;
font-weight: 700;
}

.top-ubolt-tit h1{
font-weight: 700;
}


.resist-sec{
background: url(../images/resistance-heating.webp) center;
padding: 250px 0;
background-size: cover;
text-align: center;
position: relative;
z-index: 9;
}

.resist-sec::before{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;	
background: rgb(240, 243, 252);
z-index: -1;
opacity: 0.8;
}

.resist-sec h2{
color: rgb(103, 61, 230);
font-size: 45px;
font-weight: 400;
}


.resist-sec h5{
font-size: 24px;
font-weight: 400;
}

.resist-sec a{
background: ;
color: #fff;
text-decoration: none;
padding: 12px 25px;
display: inline-block;
border-radius: 30px;
margin: 10px;
color: rgb(103, 61, 230);
border: 1px solid rgb(103, 61, 230);
transition: .4s ease all;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all;
}

.resist-sec a:hover{
background: rgb(103, 61, 230);
color: #fff;
}

.resist-sec2 h2, .resist-sec2 h2 a{
color: rgb(103, 61, 230);
font-size: 40px;
font-weight: 400;
}


/*.resist-sec2 a {
	background: ;
	color: #fff;
	text-decoration: none;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 30px;
	margin: 10px;
	color: rgb(103, 61, 230);
	border: 1px solid rgb(103, 61, 230);
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
}*/

.resist-sec3 h3{
color: rgb(103, 61, 230);
font-size: 35px;
font-weight: 400;	
text-align: center;
}



.resist-bx{
text-align: center;
}

.resist-bx img{
	height: 300px;
}

.resist-bx a {
	background: ;
	color: #fff;
	text-decoration: none;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 30px;
	background:rgb(103, 61, 230);
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
}

.sec-3{
text-align: center;
padding: 50px 0;
background: url(../images/sec3-bg.jpg)  center right;
background-size: cover;
position: relative;
z-index: 9;
}

.sec-3::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	z-index: -1;
}

.sec3-bx{
padding: 0 20px;	
}

.sec3-bx i {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}

.sec3-bx h3 {
color: #fff;
font-size: 25px;
}

.sec3-bx span{
font-size: 14px;
color: #fff;
opacity: 0.7;
}

.sec3-bx p{
font-size: 15px;
color: #fff;
opacity: 0.8;
}


footer {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 4px 0px;
	font-size: 15px;
}

footer p {
	margin: 0px;
}


@media only screen and (min-width:0px) and (max-width:575px){ 


.top-cnt {
display: none;
}

.navbar-toggler {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.m-logo{
display: inline-block;
width: 60%;
float: left;
padding: 10px;
}

.m-close{
position: absolute;
right: 20px;
top: 20px;
}


}

@media only screen and (min-width:576px) and (max-width:767px){ 


}


@media only screen and (min-width:768px) and (max-width:991px){

}

@media only screen and (min-width:992px) and (max-width:1199px){ 

}

@media (width:1024px){
}


@media only screen and (min-width:1200px) and (max-width:1399px){ 
}

@media (min-width:1400px){ 
}
