@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;600;700&family=Montserrat:wght@400;600;700;800;900&family=Noto+Sans+HK:wght@400;700;900&family=Open+Sans:ital,wght@0,400;0,800;1,400&family=Varela+Round&display=swap');

   /* font-family: 'Dosis', sans-serif;

    font-family: 'Montserrat', sans-serif;

    font-family: 'Noto Sans HK', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Varela Round', sans-serif;

    background: rgba(242, 153, 2);
    color: rgb(9 39 85);
*/

@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,800&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
}

.top{
    background-color: #000;
    
    padding: 8px 0px;
}
.top-left i{
    color:  #d01116;
    margin-right: 10px;
}
.top a{
	text-decoration: none;
	color: #fff;
}
.top p{
	color: #fff;
    display: inline;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
.soc-icon{
    list-style: none;
    float: right;
}
.soc-icon li {
    display: inline-block;
}
ul {
	margin-bottom: 0px;
}
.soc-icon li a i{
    color: #d01116;
    font-size: 14px;
    padding: 0 8px;
}
.navbar-default {
	border:none;
	margin: 0;
	background:none;
	padding: 0px;
	border-radius: 10px;
	color: #d01116;
	position: relative;
    float: right;
    margin-top: 7px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
    color: #d01116;
   
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	padding: 17px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
}

.navbar-header span{
    display: none;
}



.navbar-default .navbar-nav > li > a:hover{
	color: #d01116;
}
.navbar-default .navbar-nav > li > a:hover::after{
	width: 100%;
	transition: 0.4s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #d01116;
	background: none;
}
.dropdown-menu > li > a{
	font-family: 'Montserrat', sans-serif;
	color: #000;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #d01116;
	text-decoration: none;
	background: none;
}
header{
	padding: 20px 0px;
}
.logo{
	padding: 0;
    display: flex;
    align-items: center;
    gap:12px;
}
.logo img{
/*	width: 33%;
	float: left;*/
width: 115px;	
}

.logo h2{
	font-family: 'Sansita', sans-serif;
	font-weight: 800;
	font-size: 35px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(45deg, #d01116, #000 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0px;
	margin-bottom: 0;
}

header .container-fluid{
margin: 0 30px;
}


.logo p{
	text-align: center;
}

.carousel-control.left {
    background:none;
}
.carousel-control.right {
    background:none;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel .item.active .animated1 {
    -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
    animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .item.active .animated2 {
    -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
    animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .item.active .animated3 {
    -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
    animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .item.active .animated4 {
    -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
    animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption{
    text-align: left;
    transition: opacity 100ms;
    text-shadow: none;
}
.carousel-inner > .item img{
    width: 100%;
}
.carousel-inner > .item .carousel-caption {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.carousel .item.active .carousel-caption {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
.carousel-caption {
    right: 34%;
    left: 30%;
    top: 33%;

}
.first-banner h1{
	font-family: 'Sansita', sans-serif;
	font-weight: 600;
	margin: 0;
    /*background: rgba(242, 153, 2);*/
    background: #d01116;
	padding: 10px;
	color: #fff;
	text-align: center;
	}
.sec-1{
	padding: 40px 0px;
	
}
.sec-1 h1{
	font-family: 'Sansita', sans-serif;
	font-weight: 700;
	margin-top: 0;
	/*color: #000;*/
    color: #000;
	position: relative;
}
.sec-1 h1:before{
	content: "";
    top: 44px;
    left: 0;
    width: 75px;
    height: 1px;
    background-color: #d01116;
    position: absolute;
}
.sec-1 p{
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color: #666;

}
.sec-1 span{
	/*color:  #d01116;*/
    color: #d01116;
}
.sec-1 .btn{
	margin-top: 15px;
}
.about-list h4{
	font-family: 'Sansita', sans-serif;
	font-weight: 700;
	font-size: 25px;
	/*color: #000;*/
    color: #000;
}
.about-list ul{
	padding: 0;
}
.about-list ul li i{
	margin-right: 10px;
	color: #d01116; 
}
.about-list ul li{
	list-style: none;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
    display: inline-block;
    width: 48%;
}
/*.about-icon{
	text-align: center;
	border: 1px solid #303f6a;
   height: 149px;
    padding: 23px;
    box-shadow: 0px 0px 6px 0 rgb(48, 63, 106);
}
.about-icon:hover{
	border: 1px solid  #d01116; 
}
.about-icon i{
	font-size: 35px;
	text-align: center;
	color: #000;
}
.about-icon p{
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
    color: #000;
}*/





.sec-2{
	/*background-image: url(../images/why-bg.jpg);*/
	
	/*padding: 40px 0px;*/
	color: #fff;
	position: relative;
	
}

.dot::after {
    content: "";
    background: url(../images/dot.png);
    height: 73px;
    width: 366px;
    position: absolute;
    left: -147px;
    z-index: 1;
    top: 490px;
}
.why-us{
	padding: 93px;
	background-color:#000;
}
.sec-2 .why-us h1{
	margin-top: 0;
    font-family: 'Sansita', sans-serif;
	font-weight: 700;
	position: relative;
	

}
/*.sec-2 h1::before{
	content: "";
    top: 25px;
    left: 345px;
    width: 100px;
    height: 1px;
    background-color: #d01116;
    position: absolute;
}*/
.sec-2 .why-us h1::after{
	content: "";
     top: 25px;
    right: 146px;
    width: 100px;
    height: 1px;
    background-color: #d01116;
    position: absolute;
}
.why-us p{
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
    /*color: #92a3cf;*/
	color: #d5d5df;
}

.why-box span{
	float: left;
    font-size: 49px;
   margin-right: 15px;
    display: flex;
    align-items: center;
    color: #d01116;
}

.why-box h4{
	font-family: 'Open Sans', sans-serif;
     /*color: #92a3cf;*/
    color: #d5d5df;
    font-size: 18px;
    padding-top: 22px;
    margin: 0;
	
}

/*.why-box p{
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
}*/
.why-img{
	padding: 0;
}



.sec-3{
	padding: 40px 0px;
    
	/*background-image: url(../images/sec-3-bg.jpg);*/
	background-size: cover;
	text-align: center;
}
.box-2{
	border-left: 1px solid #e0e1e3;
	border-right: 1px solid #e0e1e3;
}
.box{
    padding: 10px;
    background: rgba(255, 255, 255, 0.20);
    
    
}

.box i{
	font-size: 40px;
	color: #d01116; 
	text-align: center;
	/*width: 60px;
	height: 60px;
	line-height: 60px;
	background-color:#d01116; 
	border-radius: 50%;*/
	
}
.box h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.box p{
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	color: #666;
}
.sec-3 .btn{
	color: #fff;
	background-color:#d01116; 
	font-family: 'Open Sans', sans-serif;
}

.btn-mine{
	color: #fff;
	background: #d01116; 
	padding: 8px 20px;
	border: 1px solid #d01116;
	transition: 0.4s;
	font-size: 14px;
	
}

.btn-mine:hover{
	background: #000;
	color: #fff;
	transition: 0.4s;
	border: 1px solid #000;
}








.sec-4{
	padding: 40px 0px;
	background-image: url(../images/why-bg.jpg);
}
.page-section-ptb5 {
    padding: 50px 0;
}
/*.counter.left_pos {
position: relative;
padding-left: 95px;
}*/
.counter {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 66px 0px 60px 80px;
}
.count{
	padding: 0;
}

/*.counter.left_pos i {
color: #d01116 !important;
font-size: 50px;
line-height: 55px;
position: absolute;
left: 25px;
bottom: 0;
}
.counter i {
font-size: 60px;
line-height: 64px;
display: inline-block;
}*/
.counter.left_pos span {
    margin: 0;
    line-height: 40px;
}
.counter span {
    display: block;
    font-size: 44px;
    font-weight: 500;
    margin: 10px 0;
    margin-bottom: 5px;
    line-height: 40px;
    color: #fff;
    font-family: 'Sansita', sans-serif;
    font-weight: 600;
}
.counter.left_pos label {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    margin-top: 10px;
}
.counter label {
    font-weight: 500;
    color: #555555;
    font-size: 15px;    
    position: relative;
    margin: 10px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.cont-1{
	border-right: 1px solid #5e5e5e;
}

.cont-3{
	border-top: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;
}
.cont-4{
	border-top: 1px solid #5e5e5e;

	
}

.side-form{
	padding: 25px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 10px;
}
.side-form h1{
	font-family: 'Sansita', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 1px solid #fff6;
    margin-left: 10px;
    padding-bottom: 5px;
}
.side-form .btn{
	padding: 8px 40px;
}

.fd{
	padding: 10px;
}









.sec-5{
	padding: 40px 0px;
	text-align: center;
	position: relative;
}

.sec-5 h1{
	font-weight: 700;
	margin: 0;
    color: #000;
    font-family: 'Sansita', sans-serif;
    margin-bottom: 5px;
    position: relative;
}
.sec-5 h1::before{
	content: "";
    top: 65%;
    left: 33%;
    width: 85px;
    height: 1px;
    background-color: #d01116;
    position: absolute;

}
.sec-5 h1::after{
	content: "";
    top: 65%;
    right: 33%;
    width: 85px;
    height: 1px;
    background-color: #d01116;
    position: absolute;

}
.sec-5 .btn-mine{
	margin-top: 20px;
}
.sec-5 span{
	color:#d01116; 
}
.index-pro{
	position: relative;
    border: 1px solid #c9c9c9;
    padding: 5px;
    margin-top: 20px;

}
.index-pro .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.index-pro .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.index-pro img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;

}
.index-pro a{
	text-decoration: none;
	color: #333;
}
.index-pro .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}
.pr-name p {
	background-color:#d01116;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 10px;
}

.in-banner{
padding: 60px 0;
background: url(../images/in-ban-bg.jpg) center;
position: relative;
background-size: cover;
}

.in-banner::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.75);
}


.in-ban-title{
text-align: center;
}

.in-ban-title h2{
font-family: 'Sansita', sans-serif;
font-size: 45px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
margin-top: 0px;
}

.in-ban-title ul{
display: inline-block;
background: rgba(255,255,255, 0.3);
padding: 4px 15px;
border-radius: 30px;
}

.in-ban-title ul li{
display: inline-block;
color: #ffc8c8;
}

.in-ban-title ul li a{
text-decoration: none;
color: #fff;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.in-ban-title ul li a:hover{
 color: #d01116;   
}

.in-ban-title ul li a i{
padding: 0 4px;    
}

.inner-matter{
padding: 50px 0;
}

.inner-matter h2{
font-family: "Montserrat", sans-serif;
margin-top: 0;
font-weight: 700;
color: #d01116;
font-size: 30px;
}

.inner-matter p {
    line-height: 28px;
    color: #666;
}

.abt-img-bx{
position: relative;
}

.abt-img2 {
    position: absolute;
    bottom: -15px;
    right: -10px;
}

.sc-about-text {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(3, 4, 27, 0.04);
    position: absolute;
    top: -20px;
    right: 0;
    padding: 22px 35px 10px;
    text-align: center;
}

.sc-about-text::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d01116;
}

.sc-about-text i {
    background: #fff0f0;
    color: #d01116;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    font-size: 35px;
}

.sc-about-text h3{
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 30px;
margin-bottom: 0px;
}

.abt-page{
    margin-top: 50px;
}

.abt-page h6{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
color: #666;
border-bottom: 1px solid #d01116;
padding-bottom: 4px;
display: inline-block;
}

.about-page-sec3 {
    padding: 60px 0;
    background-image: linear-gradient(rgb(0 0 0/80%),rgb(0 0 0/80%)), url(../images/why-bg.jpg);;
    background-size: cover;
    background-attachment: fixed;
}

.hm-sec-tit h6{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    border-bottom: 1px solid #d01116;
    padding-bottom: 4px;
    display: inline-block;
}

.hm-sec-tit h3 {
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}

.hm-sec-tit p {
line-height: 28px;
color: #c6c6c6;
}

.about-page-sec3-btn{
text-align: right;
}

.about-page-sec3-btn a{
color: #fff;
background: #d01116;
padding: 10px 20px;
border: 1px solid #d01116;
transition: 0.4s;
font-size: 14px;
text-decoration: none;
display: inline-block;
border-radius: 4px;
margin-top: 60px;
}

.about-page-sec3-btn a i{
    padding-right: 4px;
}

.about-page-sec4{
padding: 60px 0;   
}

.about-page-sec4 h3{
font-family: "Montserrat", sans-serif;
margin-top: 0;
font-weight: 700;
font-size: 30px;
color: #d01116;
position: relative;
}

.about-page-sec4 h3::before{
position: absolute;
content: '';
left: 0;
bottom: -4px;
height: 2px;
width: 60px;
background: #d0d0d0;
}

.about-page-sec4 p {
    line-height: 28px;
    color: #666;
}

.abt-sec4-outter{
margin: 120px 150px 0 20px;
}


.qty-page{

}
.qty-page h2{
border-left: 2px solid #222;
padding-left: 5px;
position: relative;
padding-bottom: 6px;
}

.qty-page h2::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    background: #222;
    height: 2px;
    width: 30px;
}

.qty-page h2::after{
position: absolute;
content: '';
background-color: #d01116;
height: 12px;
bottom: -6px;
transform: skew(-20deg);
left: 29px;
width: 2px;
box-shadow: 6px 0px 0px #d01116;
}

.qty-page h3{
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 22px;
background-image: linear-gradient(to right, #ececec 0%, #fff 40%);
padding: 5px 10px;
color: #000;
}

.qty-img{
position: relative;
}

.qty-img::before{
position: absolute;
content: '';
top: 12px;
bottom: -12px;
border: 5px solid #d01116;
left: 12px;
right: -12px;
z-index: -1;
}

.qty-bx{
background: #000;
padding: 30px;
margin: 20px 0;
border-bottom-right-radius: 30px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
position: relative;
}

.qty-bx i{
position: absolute;
font-size: 90px;
bottom: 23px;
right: 23px;
opacity: .2;
z-index: 0;
}


.qty-bx::before{
content: "";
transition: border-width 0.5s ease-in-out;
border-style: solid;
border-color: #fff #fff;
position: absolute;
top: -19px;
left: -17px;
border-width: 35px 35px 0 0;
transform: rotate(45deg);
display: inline-block;
}

.qty-bx::after{
position: absolute;
content: '';
left: 10px;
top: 25px;
right: -10px;
bottom: -10px;
border-bottom-right-radius: 30px;
border: 2px solid #ececec;
z-index: -1;
}

.qty-bx h3{
    margin-top: 0px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
}

.qty-bx h3::before{
position: absolute;
content: '';
left: 0;
bottom: -7px;
background: rgba(255,255,255,0.6);
height: 2px;
width: 40px;
}


.qty-bx p{
color: #bdbdbd;
position: relative;
z-index: 99;
}

.qty-bx.qty-bx2{
background: #d01116;
}

.qty-bx.qty-bx2 p{
color: #ffd3d3;
}

.infra-bx1.heat-treat{
height: auto;  
}

.qty-page ul{
padding-left: 0;
}

.qty-page ul li{
list-style: none;
line-height: 26px;
}

.qty-page ul li i{
color: #d01116;
padding-right: 3px;
}


footer{
    background: #000;
    padding: 40px 0px;
    background: #000 url(../images/map.png) center;
}
footer h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#fff;
    font-size: 26px;
    position: relative;	
}
footer h4:before{
	content: "";
    top: 33px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #d01116; 
    position: absolute;
}
footer p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
footer ul li{
    list-style: none;
    padding: 5px 0px;
	
}
footer ul li a{
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.about p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}
.about .btn:hover{
	border:1px solid #d01116;
	color: #d01116;

}
.q-links ul{
    padding: 0;
}
.q-links ul li a{
    text-decoration: none;
}
.q-links ul li a:hover{
    color:#d01116;  
}
.q-links ul li i{
    margin-right: 10px;
    color:#d01116; 
}
.pro ul {
    padding: 0;
}
.pro ul li i{
    margin-right: 10px;
    color: #d01116; 
}
.pro ul li a{
    text-decoration: none;

}
.pro ul li a:hover{
    color:#d01116; 
}



/*contact page*/
.cnt-pg h6{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    border-bottom: 1px solid #d01116;
    padding-bottom: 4px;
    display: inline-block;
}
.cnt-pg h2{
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    font-weight: 700;
    color: #d01116;
    font-size: 30px;
}
.contact-details{
    display: flex;
border-bottom: 1px solid #e3e3e3;
margin: 15px 0;
padding-bottom: 15px;
}   
.contact-details span{
font-size: 20px;
margin-right: 30px;
background: #d01116;
border-radius: 50%;
color: #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
}
.contact-details h5{
font-size: 18px;
color: #000;
margin: 0;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.contact-details p{
line-height: 28px;
color: #666;
}
/*end of contact page*/


.infra-table {
    width: 80%;
    margin-bottom: 15px;
}

.infra-table tr th {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 10px;

    color: #444;
    font-size: 15px;
}
.infra-table tr td {
    padding: 12px 10px;
    color: #666;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}

.infra-tit{
font-family: 'Montserrat', sans-serif;
color: #d01116;
font-weight: 600;
font-size: 20px;
position: relative;
}

.infra-tit::before{
position: absolute;
content: '';
left: 0;
bottom: -6px;
background: #222;
height: 2px;
width: 40px;
}


.infra-bx{
border: 1px solid #d1d1d1;
padding: 4px;
border-radius: 0 0 0 20px;
margin: 15px 0;
}

.infra-bx img{
 width: 100%;
border-radius: 0 0 0 20px;   
}

.infra-bx1{
border: 1px solid #ececec;
padding: 16px;
margin: 15px 0;
height: 260px;
position: relative;
overflow: hidden;
}

.infra-bx1 img{
margin-bottom: 10px;
}

.infra-bx1 h4{
margin-top: 0;
font-family: 'Montserrat', sans-serif;
color: #d01116;
font-weight: 600;
font-size: 20px;
position: relative;
}

.infra-bx1 p{
    position: relative;
    z-index: 99;
}

.infra-bx1 h4::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -6px;
    background: #222;
    height: 2px;
    width: 40px;
}

.infra-bx1 i{
font-size: 80px;
opacity: 0.1;
position: absolute;
right: 20px;
bottom: 20px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.infra-bx1:hover i{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.enq-form{
    display: inline-block;
    width: 100%;
    padding: 30px;
    box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
    margin: 25px 0;
    position: relative;
    z-index: 99;
    background: #fff;
}

.enq-form .form-control {
    padding-left: 45px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d1d1d1;
    background: transparent;
    box-shadow: none;
    height: 50px;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.enq-form span {
    position: absolute;
    padding: 15px 7px;
    font-size: 20px;
}

.enq-form .form-control:focus {
    border-bottom: 1px solid #d01116;
}


.enq-form textarea.form-control {
    height: auto;
}

.enq-form .sendbtn {
    background:#d01116;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    transition: .4s;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
   margin-top: 10px;
}


.enq-side-img{
margin-top: 80px;
margin-left: -45px;    
}


.pro-box {
    position: relative;
    border: 1px solid #ececec;
    padding: 10px;
    margin: 15px 0px;
    transition: .9s ease all;
}

.pro-box::before {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    height: 8px;
    width: 8px;
    background: #e1e1e1;
    z-index: 99;
    box-shadow: 8px 0px 0px #fff;
    transition: .9s ease all;
    -webkit-transition: .9s ease all;
}

.pro-box::after {
    position: absolute;
    content: '';
    right: -5px;
    bottom: -5px;
    height: 8px;
    width: 8px;
    background: #e1e1e1;
    z-index: 99;
    box-shadow: -8px 0px 0px #fff;
    transition: .9s ease all;
    -webkit-transition: .9s ease all;
}

.pro-box:hover {
    border: 1px solid #d01116;
}

.pro-box:hover::before {
    background: #d01116;
}

.pro-box:hover::after {
    background: #d01116;
}

.pro-box p{
text-align: center;
padding-top: 5px;
margin-bottom: 0px;
}



.nxt{
    margin-top: 15px;
    text-align: center;
}

.nxt a{
background: #d01116;
padding: 10px 20px;
display: inline-block;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
border-radius: 30px;
text-decoration: none;
}



@media (min-width: 320px) and (max-width: 414px){

.top p{
	font-size: 12px;
	margin-right: 5px;
}
.soc-icon{
	padding: 0;
}
.soc-icon{
	text-align: center;
	margin-top: 10px;
	float: none;
}


.logo {
    gap: 0;
    flex-direction: column;
}

.logo img{
	width: 25%;
}
.logo h2{
	font-size: 30px;
}
.logo {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: column;
}


header{
	padding: 10px 0px 0px 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#d01116;
    border-color: #d01116;
}
.navbar-default .navbar-toggle {
    border-color: #d01116;
}
.navbar-toggle{
	background-color: #d01116;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default {
float: none;
}

.navbar-default .navbar-nav > li > a{
	padding: 10px 5px;
	font-size: 13px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
   
    font-size: 12px;
    padding: 5px 15px 5px 10px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #d01116;
    
}

.hm-sec-tit{
text-align: center;
}

.abt-sec4-outter {
    margin: 20px 0px 0 20px;
}

.about-page-sec3-btn {
    text-align: center;
}

.navbar-header{
	background: #000;
    margin: 10px 0px;

}

.navbar-header span.m-menu{
font-family: 'Montserrat', sans-serif;
display: inline-block;
padding: 15px 12px;
font-weight: 600;
color: #fff;
}

.first-banner h1{
	font-size: 15px;
}
.carousel-caption {
    right: 28%;
    left: 32%;
    top: 13%;
}
.sec-1 h1{
	font-size: 25px;
	margin-top: 10px;
}
.sec-1 p{
	font-size: 12px;
}
.sec-1 h1::before{
	top: 28px;
	width: 50px;
}
.about-list h4{
	font-size: 15px;
}
.about-list ul li{
	font-size: 12px;
    display: block;
    width: 100%;
}
.btn-mine{
	padding: 5px 10px;
    font-size: 12px;
}

.why-us{
	padding: 20px;
}
.why-us h1{
	font-size: 25px;
}
.sec-2 .why-us h1::after {
    top: 18px;
    right: 155px;
    width: 50px;
   
}
.why-us p{
	font-size: 12px;
}
.why-box span{
	font-size: 30px;
}
.why-box h4{
    font-size: 13px;
    padding-top: 11px;
}
.dot::after{
	display: none;
}
.box p{
	font-size: 12px;

}
.box-2{
	border: none;
}
.box h3{
	font-size: 20px;
	margin-top: 5px;
}
.box i{
	font-size: 30px;
}
.counter{
    padding: 32px 0px 32px 45px;

}
.counter.left_pos span{
	font-size: 35px;
}
.counter.left_pos label{
	margin-top: 5px;
	font-size: 12px;
}
.form-control{
	font-size: 12px;
}
.side-form h1{
	font-size: 25px;
}
.side-form .btn {
    padding: 5px 25px;
}
.sec-5 h1{
	font-size: 25px;
}
.sec-5 h1::before {
    left: 17%;
    width: 50px;
    top: 62%;
}
.sec-5 h1::after {
    right: 17%;
    width: 50px;
    top: 62%;
}
.pr-name p{
	font-size: 10px;
}
footer h4{
	font-size: 20px;
}
footer h4::before{
	top: 25px;
}
.about p{
	font-size: 12px;
}
footer ul li{
	font-size: 12px;
}
}