@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background:#fff;
font-family: "Poppins", sans-serif;
}

.intro {
  padding: 0 !important;
}

p.mhomecontent {
  padding-top: 0 !important;
}

.bgx1{
padding:40px 0;
background-image:url(https://www.newpages2u.com/userfiles/23749/image/bg1.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:right top;
}

.bgx2{
padding:40px 0 0 0;
}

.bgx3{
padding:40px 0;
background-color:#ffffff;
background-image:url(https://www.newpages2u.com/userfiles/23749/image/bg2.jpg);
background-repeat:no-repeat;
background-size:100%;
background-position:top;
}

.bgx4{
padding:50px 0;
}

.bgx5{
padding:50px 0;
}

.bgx6{
padding:50px 0;
}

.wid-8{
    width:85% !important;
    margin:0 7.5%;
}

.font1{
    font-size:1.5rem;
    line-height:1.2;
    margin:5px 0;
    font-weight:600;
}

.font2{
    font-size:.875rem;
    line-height:1.6;
    margin:0;
}

.font3{
    font-size:.95rem;
    line-height:1.5;
    font-weight:600;
    margin-bottom:5px;
}

.btn_more{
border:1px solid #4e84c4;
background:#fff;
color:#4e84c4;
transition: linear .3s;
margin-top:15px;
padding:12px 20px;
font-size:14px;
font-weight:400;
}


.btn_more:hover{
background:#4e84c4;
color:#fff;
}

.imgx1{
max-width:500px;
margin:0 auto;
}

.product_content{
    margin-bottom:15px;
}

.products-listing .product-img img{
border-radius:15px;
}

.new_product_col1 .article {
  background-color: #f4f4f7;
  border-radius: 5px;
}

.new_product_col1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.service_content{
padding:0px;
width:80%;
}

.service_img{
margin-top:20px;
max-width:520px;
width:90%;
border-radius:20px;
transform:scale(1.05);
overflow:hidden;
box-shadow:5px 10px 10px rgba(0,0,0,0.1)
}

.service_img img{
transition: linear .3s;
}

.service_img:hover img{
transform:scale(1.1);
}

.why_box1{
background-image:linear-gradient(#4c85c5,#3a3c87);
padding:20px;
border-radius:0 25px 0 0;
color:#fff;
box-shadow:5px 10px 10px rgba(0,0,0,0.1)
}

.why_box{
background-image:linear-gradient(#f3f2f9,#f3f2f9);
padding:20px;
margin-top:15px;
border-radius:0 25px 0 0;
transition: linear .25s;
box-shadow:5px 10px 10px rgba(0,0,0,0.1)
}

.why_box:hover{
background-image:linear-gradient(#4c85c5,#3a3c87);
color:#fff
}

.why_icon{
max-width:60px;
}

.advantage_group{
display:block;
    margin-top:15px;
}

.advantage_box{
width:inherit;
display:block;
padding:15px;
margin:5px;
border-radius:15px;
background:#f4f4f7;
margin-bottom:15px;
}

.advantage_icon{
margin-right:15px;
max-width:80px;
}

/*running logo*/
#container {
     position:relative;
     width:100%;
     height:120px;
     overflow:hidden;
     border:0;
   
 }
#div1 {
     position:absolute;
     left:0px;
     top:20px;
     width:3546px;
     height:120px;
 }
#div2 {
     position:absolute;
     left:3546px;
     top:20px;
     width:3546px;
     height:120px;
 }
img1 {
     border:0;
     margin:0;
     float:left;
 }