@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans:ital,wght@0,500;0,600;0,800;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700&display=swap');


body,html{
padding: 0;
margin:0 ;
box-sizing: border-box; 
}
 


*,p,h1,h2,h3,h4,h5,h6{
padding: 0;
margin: 0;	
font-family:Rubik;
}
a{
text-decoration: none;
color: #262626;
}
.zoom-in {
  cursor: zoom-in;
}
 

.class0{
	background:#58585a;
    height: 3px;
}
.right-nav{
  display: flex;
  flex-direction: column; 
  align-items: end;
  padding-right: 50px;
}
.class1{
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.class2{
	 background: #58585a;
	text-align: center;
	width: 250px;
	border-radius: 25px;
}
.class2 p{
	padding: 5px;
	font-weight: 600;
}
.class2 p a:hover{
	text-decoration: none;
}
.class2 i{
	padding: 5px;
	color: #fff;
}
.class2 p a{
	color: #fff;
}

.class4 div{ 
 margin-top:10px; 
}
  
.class4 div ul{
  display: flex;
  list-style: none;
  gap: 35px;
 }
 .class4 div ul li{
  text-transform: uppercase; 
  font-weight: 500;
  position: relative;
  font-size: 18px;
 }
 .class4 div ul li a{
  text-decoration: none;
  color: #797979;
 }
 .atr::after {
  position: absolute;
  content: '|';
  right: -20px;
  color: #797979;
}
.pt50{
	padding-top: 50px;
}
.pb50{
	padding-bottom: 50px;
}
 
.big-title{
  background: #fff;
  text-align: center;
}
.big-title h1 {
  color: #3f4446;
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  max-width: 1100px;
  margin: auto;
}
.hs-main{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.hs-left p{
color: #232222;
text-align: justify;
font-size: 16px;
}

.hs-left-child{ 
  background-color: #00adee;
  margin-top: 50px;
  width: max-content;
  padding: 25px 50px 150px 50px;
  border-radius: 50px;
  text-align: center;
  height: 150px;
}
.hs-left-child h2{
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}

.hs-right{
 padding-left: 50px;
}
.hs-right img{
 
}

.industry-main{
  background-image: url('../images/extra/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.industry-head h2{
  text-align: center;
  color: #00adee;
  font-weight: 600;
  font-size:30px;
  width: fit-content;
  margin: auto;
}
.industry-head h2 span{
  color: #fff;
}
.industry-head h2::after{
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background-color: #00adee;
  left: 0;
  bottom: 0;
}
.industry-head h2::before{
  position: absolute;
  content: "";
  width: 28%;
  height: 3px;
  background-color: #fff;
  right: 0;
  bottom: 0;
} 
.industry-img{
  overflow: hidden;
}
.industry-img img{
 width: 100%;  
}
.industry-img div{  
  margin: auto;
  border: 2px solid #00adee;
  position: relative;
  text-align: center;
  margin-top: 50px;

} 
.industry-img   h3{
  color: #fff;
  font-weight: 600;
  font-size: 20px; text-align: center;  background-color: #00adee;
  height: 100%;
  padding: 5px;
}

.why-choose{
  position: relative;
 overflow: hidden;
}

.why-choose::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00adee;
  width: 50%;
  height: 100%;
}
.why-choose-left{
display: flex;
gap: 25px;
flex-direction: column;
padding: 50px ;
}
.why-choose-left > div{
background-color: #fff;
padding: 25px;
} 
.why-choose-left table tr th{
  color: #00adee;
  font-weight: 600;
  font-size: 40px;
}

.why-choose-left table tr td{
  color: #7b7b7b;
  font-weight: 500;
  font-size:25px;
  padding-left: 25px;
}
.why-choose-right{
  padding: 50px; 
}
.why-choose-right h2{
   text-align: center;
  color: #212121;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  width: fit-content;
  margin: auto;
}
.why-choose-right h2 span{
  color: #00adee;
}
.why-choose-right h2::after{
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background-color: #00adee;
  left: 0;
  bottom: 0;
}
.why-choose-right h2::before{
  position: absolute;
  content: "";
  width: 28%;
  height: 3px;
  background-color: #212121;
  right: 0;
  bottom: 0;
}
.why-choose-right-video{
  border-radius: 25px;
  overflow: hidden;
  margin-top: 40px;
}

.h-product{
  padding-top: 50px;
  padding-bottom: 50px;
}
.h-product-top{
  text-align: center;
}

.h-product-top h2{
   text-align: center;
  color: #00adee;
  font-weight: 600;
  font-size: 30px;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}
.h-product-top h2 span{
  color: #000;
}
.h-product-top h2::after{
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background-color: #00adee;
  left: 0;
  bottom: 0;
}
.h-product-top h2::before{
  position: absolute;
  content: "";
  width: 28%;
  height: 3px;
  background-color: #212121;
  right: 0;
  bottom: 0;
}



.h-product-card{
margin-top: 35px;
text-align: center;
}
.h-product-card div{
  background-color: #e1e1e1; 
  padding-bottom: 25px;
  height: 100%;
}
.h-product-card div h3{
   color: #000;
  font-weight: 500;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.h-product-card div  button{
  background-color: #00adee;
  padding: 5px 50px;
  border-radius: 50px;
  color: #fff;
  border: none;
  font-weight: 500;
}

.hf-top{
  background-color: #e1e1e1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hf-top-left-head{
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.hf-top-left-head  h2{
   text-align: center;
  color: #00adee;
  font-weight: 600;
  font-size: 30px;
  width: fit-content;
  margin: auto;
  position: relative;
}
.hf-top-left-head  h2 span{
  color: #000;
}
.hf-top-left-head h2::after{
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background-color: #00adee;
  left: 0;
  bottom: 0;
}
.hf-top-left-head h2::before{
  position: absolute;
  content: "";
  width: 28%;
  height: 3px;
  background-color: #212121;
  right: 0;
  bottom: 0;
}

.hf-top-left-img{
  margin-top: 25px;
}
.h-from-input,.h-from-textarea{
  width: 100%;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #b5b5b5;
  margin-bottom: 15px;
}



.hf-top-right-head  h2{
   text-align: center;
  color: #00adee;
  font-weight: 600;
  font-size: 30px;
  margin-right: 25px;
  position: relative;
  width: fit-content; 
  margin: auto;
}
.hf-top-right-head  h2 span{
  color: #000;
}
.hf-top-right-head h2::after{
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background-color: #00adee;
  left: 0;
  bottom: 0;
}
.hf-top-right-head h2::before{
  position: absolute;
  content: "";
  width: 28%;
  height: 3px;
  background-color: #212121;
  right: 0;
  bottom: 0;
}

.h-form{
  background-color: transparent;
  border-radius:30px;
  padding:50px;
  margin-top: 35px; 
}
.h-form input::placeholder,.h-form textarea::placeholder{
  color: #b5b5b5;
  font-size: 15px;
}

.h-from-btn{
  background-color: #00adee;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 35px;
  border-radius: 10px;
  border: none;
}
 
footer{
  background-color: #2f2f2f;
  padding-top: 50px; 
  text-align: center;
  background-image: url(../images/extra/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-top{
  position: relative;
}
.fw-fixed{
  position: absolute;
  right: 0;
  background-color: #4dc247;
  border-radius: 50px;
  padding: 10px 25px;
  color: #fff;
}
.fw-fixed a{
text-decoration: none;
color: #fff;
}
.footer-bottom {
    height: auto;
    text-align: center;
    background: #00adee;
    /* padding: 1px; */
    padding-bottom: 15px;
}
.footer-bottom h3{
  font-size: 18px;
  color: #000;
  padding-top: 15px;
  font-weight: 500;
}
.footer-bottom h3 span,.footer-bottom h3 span a{
  color: #000;
  font-weight: 600;
}
footer h2{
   color: #00adee;
  /*border white with light shadow*/
  text-shadow: 
     2px   0  0   #07163d, 
    -2px   0  0   #07163d, 
     0    2px 0   #07163d, 
     0   -2px 0   #07163d, 
     1px  1px 0   #07163d, 
    -1px -1px 0   #07163d, 
     1px -1px 0   #07163d, 
    -1px  1px 0   #07163d,
     1px  1px 5px #07163d;
     font-weight: 600;
     font-size: 35px;
     margin-top: 25px;
     margin-bottom: 25px;
}
footer p{
  font-weight: 500;
  color: #e0e0e0;
  font-size: 18px; 
}
.footer-top img{
  margin-bottom:25px;
}
footer h4 {
  font-weight: 500;
  font-size: 18px;
color: #e0e0e0;
margin-bottom: 25px;
margin-top: 25px;    word-wrap: break-word;
}
footer h4 span,footer p span{
  color: #00adee; font-weight: 500;
  font-size: 22px;
}
footer h4 a{
  color:#e0e0e0;
}
footer h4 a:hover{
  text-decoration: none;
  color: #e0e0e0;
}

 
.inner-content span{
   color: #fff;
}
.inner-content h1{
      color: #00adee;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;    
}
 

.a-content{
  padding-top: 50px;
  padding-bottom: 50px;
}
.a-content p{
  color: #232222;
  text-align: justify;
    font-size: 16px;
}


.a-content-right{
  padding-left: 50px;
}
  



#class28a{
 background-color: #e1e1e1;
  height: auto;
  padding-top:80px;
  padding-bottom:100px;
  overflow: hidden;
  background-image: url(../images/extra/missionbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.class28a{ 
}

.class29a{ 
  padding:10px 25px;
}
.class30a{
  background-color: #e31e24;
  margin: auto;
  height: 100px;
  text-align: center;
  width:100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding-top:15px;
}
.class31a{
  background-color: #fff;
  margin-top: -40px;
  box-shadow:0px 0px 8px 0px rgb(0 0 0 / 10%);
  text-align: center;
  padding: 25px;
  padding-bottom: 5px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding-bottom: 25px; 
  height: 250px;
}
.class31a h2{
  font-size: 22px; 
  font-weight: 600;
  margin-top: -10px;
  color: #e31e24;
}
.class31a p{
  color: #232222; 
  margin-top: 15px; 
  font-size: 16px;
  text-align: justify;
  text-align: center;
}
.class29-left{
  padding-right: 100px;
}
.class29-right{
padding-left: 100px;
}

.a-client-logo{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.a-client-logo-head h2 {
    text-align: center;
    color: #232222;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}
.a-client-logo-head h2 span{
  color: #00adee;
}
.a-client-logo-img{
  margin-top: 25px;
}




.q-content{
  padding-top: 100px;
  padding-bottom: 100px;
}
.q-content p{
  color: #232222;
  text-align: justify;
    font-size: 16px;
}

.q-content-left h2 { 
    color: #232222;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}
.q-content-left h2 span{
  color: #00adee;
}
.q-content-right{
  padding-left: 50px;
}
.q-content-right div{
  border-radius: 50%;
  overflow: hidden;
  border:5px solid #00adee;
  width: 400px;
  height: 400px; 
  margin:auto; 
}




.q-content2{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e1e1e1;
}
.q-content2 p{
  color: #232222;
  text-align: justify;
    font-size: 16px;
}

.q-content-left2 h2 { 
    color: #232222;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}
.q-content-left2 h2 span{
  color: #00adee;
}
.q-content-right2{
  padding-left: 50px;
}
.q-content-right2{
  text-align: right;
}

.q-content3{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.q-content-top3 h2 { 
    color: #232222;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    margin-bottom: 50px;
}
.q-content-top3 h2 span{
  color: #00adee;
}


.pro-top{
  padding-top: 50px;
  padding-bottom: 50px; 
}

.pro-top h2 { 
    color: #232222;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;  
}
.pro-top h2 span{
  color: #00adee;
}
.pro-top p{
  color: #232222;
  text-align: justify;
    font-size: 16px;
}

.pro-slider{
  padding-top: 50px;
  padding-bottom: 50px; 
}
.pro-slider-title h2{
  color: #232222;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;  
}
.pro-slider-title h2 span{
  color: #00adee;
}

.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.item {
  align-items: center;
  background-color: #00adee; 
  justify-content: center;
  text-align: center;  
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.item > div{
  border: 3px solid #00adee;
  padding: 15px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+0,e2e2e2+100 */
background: rgb(254,254,254); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.item h2{
  color: #fff;
  font-weight: 600;
  font-size: 22px; 
  padding: 10px 50px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-theme .owl-dots {
  display: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}

.pro-bottom{
  padding-top: 50px;
  padding-bottom: 50px; 
  background-color: #e1e1e1;
}
.pro-bottom-title h2{
  color: #232222;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;  
  text-align: center;
}
.pro-bottom-title h2 span{
  color: #00adee;
}
.pro-bottom table{
  background-color: #fff;
}

.pro-bottom-subtitle h3{
font-size: 20px;
font-weight: 600;
color: #000;
margin-bottom: 15px;
}

.dealer-form{
  padding-top: 50px;
  padding-bottom: 50px;
}
.dealer-form input, .dealer-form textarea ,  .dealer-form select{
    width: 100%;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #b5b5b5;
    margin-bottom: 15px;
}
.c-form{
  padding-top: 50px;
  padding-bottom: 50px;
} 
.class51 h2{
  color: #232222;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;  
}
.class51 h2 span{
  color: #00adee;
}

.c-form input,.c-form textarea{
  width: 100%;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #b5b5b5;
    margin-bottom: 15px;
}
.class52,.class53{
  margin-bottom: 50px;
  max-width: 250px;
}
.class52 h2,.class53 h2,.class54 h2{
    color: #232222;
  font-weight: 600;
  font-size: 22px; 
}
.about-why-choose{
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-why-choose-head{
  text-align: center;
}
.about-why-choose-head h2{
  color: #00adee;
  font-weight:600;
  font-size: 35px;
}
.about-why-choose-content-row{
  margin-top: 50px;    
  justify-content: space-between;
  gap: 25px;

}
.about-why-choose-content{
  border: 4px solid #00adee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 15px 25px; 
  text-align: center;
}
.about-why-choose-content h3{
  font-size: 22px;
  color: #4a4a4a;
}

.quality{
  padding-top:50px;
  padding-bottom: 100px;
  text-align: center;
}
.quality img{
  max-width: 80%;
  margin-bottom: 50px;
}
.pro-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

.pro-section .img{
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 12%, rgba(209,209,209,1) 100%);
  position: relative;
  text-align: center;
  padding: 0;
  padding-bottom: 10px;
  height: fit-content;

}
.pro-section .img::after{
  position: absolute;
  content: "";
  right: -10px;
  top: -10px;
  background-color: #00adee;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pro-section .right{
  padding-left: 100px;
}
.pro-section .right h2{
  background-color: #00adee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.pro-section .right ul{  
  margin: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}
.pro-section .right  ul li {
  padding: 5px 0;
  padding-left: 35px;
  background-image: url(../images/extra/leftarrow.png);
  background-repeat: no-repeat;
  background-position: 0px 9px;
  color: #000;
  font-size: 18px;
}


.pro-sec2{
padding-bottom: 100px;
}
.pro-sec2 .left th{
  background-color: #00adee;
  width: 100%;
   padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #00adee;
}
.pro-sec2 .left td{
  padding: 10px;
   color: #000;
  font-size: 18px;
  border: 1px solid #000;
}
.topborder td{
border-top: none!important;
}
.pro-sec2 .right{
  padding-left: 100px;
}

.pro-sec2 .right h2{
  background-color: #00adee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.pro-sec2 .right ul{  
  margin: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}
.pro-sec2 .right  ul li {
  padding: 5px 0;
  padding-left: 35px;
  background-image: url(../images/extra/leftarrow.png);
  background-repeat: no-repeat;
  background-position: 0px 9px;
  color: #000;
  font-size: 18px;
}

.pro-sec3{
  padding-bottom: 100px;
}
.pro-sec3 thead{
    background-color: #00adee;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.pro-sec3 tbody{
  font-size: 18px;
  color: #000;
}

.pro-sec3 h2{
  background-color: #00adee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 45px;
  width: fit-content;
}
.pro-section .right p{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 35px;
  padding-top: 35px;
}
.pro-sec2 .right p{
   font-size: 18px;
  font-weight: 600;
  color: #000;
}

.pro-sec2-new .left h2{
  background-color: #00adee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 45px;
  width: fit-content;
}



.pro-sec2-new{
padding-bottom: 100px;
}
.pro-sec2-new .right{
  padding-right: 50px;
}
.pro-sec2-new .left th{
  background-color: #00adee; 
   padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #00adee;
}
.pro-sec2-new .left td{
  padding: 10px;
   color: #000;
  font-size: 18px;
  border: 1px solid #000;
}
.pro-sec2-new .right h2{
  background-color: #00adee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.pro-sec2-new .right ul{  
  margin: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}
.pro-sec2-new .right  ul li {
  padding: 5px 0;
  padding-left: 35px;
  background-image: url(../images/extra/leftarrow.png);
  background-repeat: no-repeat;
  background-position: 0px 9px;
  color: #000;
  font-size: 18px;
}
.pro-sec2-new .right p{
   font-size: 18px;
  font-weight: 600;
  color: #000;
}
