
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Outfit:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Bricolage Grotesque", sans-serif;
    
}
a{
    color: unset;
    text-decoration: none;
}
p,label{
     font-family: "Outfit", sans-serif;

}
/*index page*/
.open{
    display: none;
}
.close{
    display: none;
}
.navBar{
    width: 100%;
 
    background: #133b00;
    padding: 20px 0;
    box-shadow: 0,25px 45px rgba(0,0,0,0.2);
    z-index: 999;
    position: relative;
}
.navBar2{
    display: none;
}
.navRow{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navList ul li{
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;


}
.navList ul li a{

    position: relative;
  }
  .navList ul li a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    bottom: -8px;
    left: 0;
    background: #ffff;
    transition: 0.5s;
  } 
  
  .navList ul li a:hover::after{
    width: 100%;
  }
.navImg img{
    width: 150px;
}
.navImg{
    display: flex;
    align-items: center;
   
}
.navImg h2{
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 10px;
}
.navCol{
    
    display: flex;
    
    
    
    
}
/*herosec*/
.heroSec{
    width:100%;
    background: url(images/mxproBg.jpg);
   /* padding: 100px 0; */
   height:80vh;
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #88e54c;
   

}
.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rowHero{
    width:85%;
    margin: auto;
    text-align: center;
    



}
.rowHero h2{
    color: #fff;
    font-size: 40px;
    margin:0 auto  60px;
    line-height: 45px;
    text-align: center;
    
    

}
.colHero{
    text-align: center;
    padding-top: 150px;
    
}
.colHero p{
    margin-bottom: 30px;
    color:#fff;
   
    line-height: 25px;
     font-family: "Outfit", sans-serif;
     text-align: center;
     

}
.dash{
    margin:0  2px ;
}

.colHero a{
    background: #88e54c;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
    margin-top: 30px;
}
.colHero a:hover{
    background: #f8f4f3;
    color:#88e54c;

}
/*containerr7*/
.container7{
    background: #133b00;
}
    .row7{
      width: 90%;
      margin: 0 auto 20px;
      background: #133b00;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
      
    }
    .row7 form{
      background: #88e54c;
      padding:20px;
      border-radius: 20px;
      width: 100%;

    }
    .row7row{
      display: flex;
      align-items: center;
      justify-content: space-around;
      
      flex-wrap: wrap;
      
      border-radius: 20px;
      padding: 20px 0;
    }
    .row7row h2{
      font-size: 30px;
      color: #fff;
    }
    .inputSec{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 12px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);

     
    }
    .inputSec input{
      border: none;
      outline: none;
      padding: 20px;
      
    
      

    }
    .inputSec button{
      padding: 15px 20px;
      background: #88e54c;
      color: #fff;
      border-radius: 10px;
      outline: none;
      border: none;
    }



/*about us*/
.aboutSec{
    margin: 50px 0;
}
.rowAbout{
    width: 85%;
    margin: auto;
}
.colAbout1{
    flex-basis: 45%;
}
.colAbout2{
    flex-basis: 50%;
}
.colAbout1 h4{
   
    font-size: 24px;
    margin-bottom: 25px;
}
.colAbout1Col{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.colAbout1Col i{
    font-size: 25px;
    margin-right: 20px;
    color: #555;
}
.colAbout1Col h5{
    font-size: 18px;
    
 
}
.colAbout1Col p{
    font-size: 18px;
    margin-right: 20px;
    line-height: 25px;

}
.aboutusmain{
   
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
     font-family: "Outfit", sans-serif;
}
.colAbout2 img{
    width: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 5%;
     border-top-right-radius: 5%;
}

.colAbout1 a{
    background: #88e54c;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
}
.colAbout1 a:hover{
    background: #f8f4f3;
    color:#88e54c;

}
/*steps*/
.steps{
     width:100%;
    background: url(images/mxprosteps.jpg);
    padding: 100px 0; 
   /* height:100vh; */
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #88e54c;
    position: relative;

}
.rowSteps{
    width: 85%;
    margin: auto;
    
}
.stepImg{
    position: absolute;
    bottom: 0;
    right: 0;
}
.stepImg img{
    width: 200px;
}
.colSteps1{
    flex-basis: 25%;
    display: flex;
    align-items: center;
}
.colSteps1 h4{
    font-size: 22px;
    margin-right: 14px;
    color:#88e54c;
}
.colSteps1 h2{
    font-size: 70px;
    margin-right: 14px;
    color:#88e54c;
}
.colSteps1 p{
   font-size: 18px;
   color: #fff;
}

/*who we are*/
.whoweare{
    margin: 40px 0 80px;
}
.rowWho{
    width: 85%;
    margin: auto;

}
.col3{
    flex-basis: 45%;
    position: relative;
}

.experience{
   position: absolute;
    bottom: 30px;
    right: 200px;
    z-index: 2;
    background: #88e54c;
    color:#fff;
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.col3Img1{
    position: relative;
}
.col3 img{
    width:50%;
    border-radius: 10px;

}
.col3 img:nth-child(2){
    position: absolute;
    bottom:-50px;
    right: -10px;
}
/* .col4{
    flex-basis: 50%;
}
.col4 h6{
    font-size: 18px;
    color:#88e54c;
    margin-bottom: 5px;

}
.col4 h4{
    font-size: 24px;
    margin-bottom: 20px;
    color: #0e1b24;
    
}
.col4 p{
    line-height: 25px;
     font-family: "Outfit", sans-serif;
     font-family: 20px;
}
.col4Tags{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
} 
.col4Col{
    flex-basis: 40%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    
}
.col4Col i{
    color:#88e54c;
    margin-right: 10px;
    font-size: 25px;
    
}
.col4Col h5{
    color:#000;
    margin-right: 10px;
    font-size: 15px;    
} */

    /*container4*/
    .container4{
      margin-top: 100px;
      width: 100%;
      
      background: #133b00;
      position: relative;
      padding: 100px 0;
    }

    .row4{
      width: 85%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      



  }
  .col5{
   
flex-basis: 45%;
    justify-content: flex-end;
    display: flex;
    margin-left: 500px;

    
  
    
   
    

    
  }
  
  .col5Span span{
    margin-bottom: 40px;
    color: #88e54c;
  }
  .col5Span h2{
    color: #fff;
    margin: 30px 0 15px;
  }
  .col5Span p{
    color: #fff;
    margin-bottom: 15px;
  }

    
    .col4{
      position: absolute;
      bottom: 0;
      left: 0;
     
   
    }
    .col4 img{
      width: 70%;
    }
    .col5Box{
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .col5col{
      flex-basis: 30%;
      
      background: #fff;

      padding: 20px;
      text-align: center;
      background: #edf3ff;
    }
    .col5col h3{
      font-weight: 600;
    }
    .col5col p{
      color: #131e30;
    }
/* categories
.catHead h2{
    font-size: 30px;
    margin-bottom: 10px;
   
   
}
.catHead{
    text-align: center;
    margin-bottom: 40px;
     
}

.catline{
    margin-top: 20px;
     width: 100px;
    height: 4px;
    text-align: center;
    background: #88e54c;
    margin: auto;
}
.rowCat{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 40px;
    padding: 30px 0;
}
.rowCat .col5{
    flex-basis: 22%;
    text-align: center;
    background: #f8f4f3;
    padding: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    
}
.col5 i{
    font-size: 25px;
    color: #88e54c;
    margin-bottom: 20px;
}
.col5 h4{
    font-size: 20px;
    margin-bottom: 25px;
    z-index: 5;
    
}
.col5 p{
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "Outfit",'sans-serif';
}
 .col5:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #88e54c;
    z-index: -10;
    transition: 0.3s ease-in;
    border-radius: 8px;
 

} 
.col5:hover::before{
    color: #fff;
    height: 100%;


}
.col5:hover i,.col5:hover h4,.col5:hover p{
    color: #fff;

} */
/*row Fastest*/
.rowFastest{
    width: 85%;
    margin: 20px auto 0;
}
.colFastest1{
    flex-basis: 40%;

}
.colFastest2{
    flex-basis: 50%;

}
.colFastest1 h4{
    font-size: 24px;
    margin-bottom: 20px;
}
.colFastest1 p{
   
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
     font-family: "Outfit", sans-serif;
}
/*product section*/
.prodSec{
    margin: 50px 0;
}
.rowProd{
    width: 85%;
    margin:  0 auto 40px;
}
.rowProd .colProd{
    flex-basis: 24%;
    margin-bottom: 25px;
        box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.colProd img{
    width: 100%;
    border-radius: 8px;
}
.colProdSec{
    background: #88e54c;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.prodLink a{
     background: #0e1b24;
     width: 200px;
     margin: auto;
     text-align: center;
     display: block;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;

}
/*best products*/
 .bestProducts{
   background: #f8f4f3;
    padding: 60px 0;
    margin: 40px 0 0;
    color: #000;
} 
.rowbestProducts{
    width: 85%;
    margin: auto;
}
.col6{
    flex-basis: 32%;
    box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.col6 img{
    width: 100%;
    border-radius: 8px;
}
/*footer*/
footer{
    background: #0e1b24;
    padding: 100px 0;
    border-bottom: 1px solid #fff;
}
.rowFooter{
    width: 85%;
    margin: auto;
}
.colFooter1{
    flex-basis: 40%;

}

.footerImg{
    display: flex;
    align-items: center;
    margin-bottom: 25px;

}
.footerImg img{
    width: 100px;
    margin-right: 10px;
}
.footerImg h2{
    font-size: 25px;
    color: #fff;
}
.colFooter1 p{
    font-size: 15px;
    color: #fff;
       font-family: "Outfit",'sans-serif';
       margin-bottom: 25px;

}
.colFooter1 a{
    background: #88e54c;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
    transition: 0.3s ease-in;
}
.colFooter1 a:hover{
    background: #f8f4f3;
    color:#88e54c;

}
.colFooter2{
    flex-basis: 20%;

}
.colFooter2 h4{
    font-size: 24px;
    margin-bottom: 30px;
    color:#88e54c;
}
.colFooter2 ul li{
    font-size: 15px;
    list-style: none;
}
.colFooter2 ul li a{
    display: block;
 
    color:#fff;
    margin-bottom: 25px;
     font-family: "Outfit",'sans-serif';
     text-decoration: none;
     
}
.colFooter3{
    flex-basis: 30%;

}



.colFooter3 img{
    width: 100%;

}
.copyWright{
    text-align: center;
    padding: 20px;
    background: #0e1b24;
    color: #fff;
}

/*about page*/
.heroSec2 h2{
    text-align: center;
    color:#fff;
    font-size: 35px;
    padding-top: 100px;
}
.heroSec2 p{
    text-align: center;
    color:#fff;
    font-size: 18px;
    
}
.heroSec2{
    height: 50vh;
}
/*contact page*/
.contactSec{
    margin: 150px 0;

}
.rowContact{
    width: 85%;
    margin: 100px auto;
}
.colContact1{
    flex-basis: 45%;
     background: #133b00;
   padding: 90px 30px;
    /*background-position: center;*/
    /*background-size: cover;*/
    border-bottom: 2px solid #88e54c;
    border-radius: 12px;
}
.colContact1 h6{
    color: #88e54c;
    font-size: 20px;
    margin-bottom: 25px;
}
.colContact1 h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.colContact1 .colContact1Row{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
/* .colContact1Row span{
    width: 80px;
    height: 50px;
 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #88e54c;
    color: #fff;


} */
.colContact1Row i{
    font-size: 35px;
    color: #88e54c;
}
.colContact1Col{
    margin-left: 15px;
}
.colContact1Col h5{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.colContact1Col p{
    color: #fff;
    font-size: 18px;
}
.colContact2{
    flex-basis: 45%;
    background: #fff;
    padding: 11px 30px;
     border-radius: 12px;
      box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.colContact2 form{
    width: 100%;
}
.colContact2 h4{
    margin-bottom: 25px;
    font-size: 24px;
}
.inpSec{
    margin-bottom: 15px;
}
.inpSec label{
    font-size: 18px;
    margin-bottom: 10px;
}
.inpSec input,.inpSec select,.inpSec textarea{
    width: 100%;
    background: #eee;
    padding: 10px;
    border: none;
    outline: none;
    margin-top: 7px;
}
.colContact2 button{
    background: #88e54c;
   
    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    border: none;
}
/*contact2*/
    .container9{
      width: 100%;
      background: #88e54c;
      margin-top:30px;
      padding: 40px 0;
      border-bottom: 1px solid #ccc;

    }
    .row9,.row10,.row12{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 85%;
      margin: auto;
      flex-wrap: wrap;
    }
     .col9{
      flex-basis: 27%;
      display: flex;
      align-items: center;
      transition: 0.5s;
      cursor: pointer;

    }
    .col9:hover .col9Icon{
      background: #fff;
      color: #133b00;
    }
    .col9 .col9Icon{
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 15px;
     
      background: #133b00;
      color: #fff;
      border-radius: 10px;
      transition: 0.5s;
     
      


    }
    .col9 span i{
    font-size: 25px;


    }
    .col9FootP{
      margin-left: 20px;
      color: #fff;

    }
    .col9FootP h4{
      color: #133b00;
      font-size: 20px;
    }
    .col9FootP p{
      font-size: 12px;
      max-width: 200px;
    }

    /*testimonial*/
     /*swipr>*/
    .swiper {
      width: 85%;
     height: 350px;
      margin:  auto;
    }
    .swiper-slide {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px;
      text-align:center;
      font-size: 18px;
      border-radius: 25px;
      box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
      transition: 0.3s;
      cursor: pointer;
    }
    .swiper-slide:hover{
      background: #133b00;

    }
    .swiper-slide:hover p{
      color: #fff;


    }
    .swiper-slide:hover small{
      color: #fff;


    }

    .swiper-slide p{
      font-size: 15px;
      color: #555;
      margin-bottom: 20px;
    }
    .swiper-slide h4{
      
      color: #133b00;
    }
    .swiper-slide small{
      font-size: 12px;
      margin-top: 40px;
      
      color: #131e30
    }
    .container6Top{
      width: 85%;
      margin:20px  auto 0;
      text-align: center;
      
      
    }
    .contop6{
      color: #133b00;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-size: 20px;
    }
    .container6Top h2{
      font-size: 40px;
      color: #000;
    }

/*footer*/
    footer{
      background: #133b00;
      padding: 70px 0;
     
    }
    .row10{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 85%;
      margin: auto;
      flex-wrap: wrap;
    }
    .col10{
      flex-basis: 30%;
    }
    .col11{
      flex-basis: 30%;
      
     

    }
    .col12{
      flex-basis: 40%;
    }
    .col10 h1{
      color: #fff;
      margin-bottom: 15px;
    }
    .col10 p{
      color: #fff;
      font-size: 15px;
      max-width: 250px;
      margin-bottom: 20px;
    }
    .col10 a{
      background: #88e54c;
      padding: 10px 20px;
      
      color: #fff;
      margin-top: 20px;
      border-radius: 10px;
      text-decoration: none;
      transition: 0.3s;
     
     
      outline: none;

    }
    .col10 a:hover{
      background: #fff;
      color: #88e54c;
    }

    .col11 h4,.col12 h4{
      color: #88e54c;
      margin-bottom: 15px;
    }
    .col11 ul li{
      display: block;
      color: #fff;
      font-size: 15px;
      margin-bottom: 10px;
    }
    .col12 form{
      width: 100%;
    }
    .col12F {
      width: 100%;
      height: 50px;
      position: relative;
      border-radius: 5px;
    }
    .col12F input{
      width: 100%;
      height: 100%;
      border-radius: 5px;
      outline: none;
      border: none;
      padding-left: 15px;

    }
    .col12F button{
      position: absolute;
      width: 45px;
      height: 45px;
      line-height: 45px;
      outline: none;
      border: none;
      
      right: 5px;
      background: #133b00;
      top: 50%;
      transform: translateY(-50%);
  
      border-radius: 5px;

    }
    .col12F button i{
      color: #fff;
    }
    /*fcolFoot*/
    .colfoot{

      background: #133b00;
      padding: 15px 0;
      color: #fff;
      text-align: center;
      font-size: 12px;
    }
/*track-order.html*/
.container11{
  background: url(images/b5-2.jpg);
  background-position: center; 
  background-size: cover; 
  width: 100%;
  height: 40vh;
  position: relative;
  margin-bottom: 20px;

}
.row11{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;

  
}
.row11 h2{
  font-size: 40px;
  color: #133b00;
  font-weight: 700;
}
.container12{
  margin: 50px 0;
}
.row12{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 85%;
  margin: auto;
  flex-wrap: wrap;
}
.col13{
  flex-basis: 35%;
  
}
.col13 img{
  width: 100%;
}
.col14{
  flex-basis: 55%;
  
}
.col14Pro{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: #ccc;
  border-radius: 10px;
  margin-top: 15px;
  
}

.col14 .progressBar .circle{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #AFAFAF;
	background-color: #f7be16;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.col14 .progressBar .circle:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.progressBar.completed .circle{
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
}
.progressBar.completed .circle:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.col14 .progressBar  p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.progressBar.completed p{color: #000;}
.progressBar {
	text-align: center;
	width: 33.33%;
	position: relative;
	display: block;
}
.progressBar::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #f7be16;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.progressBar:first-child:before{display: none;}
/*css*/
.container13{
  width: 100%;
  margin-bottom: 20px;
  
}
.row13{
  width: 85%;
  margin: auto;
  padding: 30px 0;
  background: #133b00;
  text-align: center;
  border-radius: 10px;

}
.row13 h2{
  color: #88e54c;
  font-weight: 300;
}
.row13 h2 span{
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
}
.row13 p{
  color: #fff;
  
}
.row14{
  width: 85%;
  margin: auto;

 
  
  border-radius: 10px;

}
.row14 h3{
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: 600;
  border-bottom: 3px solid #88e54c;
  max-width: 300px;
}
.row14 h5{
  margin-bottom: 10px;
  color: #131e30;
  font-size: 15px;
}
.row14 h5 span{
  font-weight: 300;
  font-size: 15px;
  color: #555;

}




@media screen and (max-width:750px){
    .open{
        display: block;
         font-size: 30px;
        color:#fff;
}
   .close{
        display: block;
        margin-left: 20px;
        margin-top: 20px;
        font-size: 30px;
        color:#fff;
}
.navCol{
    position: fixed;
    width: 250px;
    background: #133b00;
    top: 0;
    height:100vh;
    right: -250px;
    transition: 0.3s ;
    z-index: 1000;



}
.navCol.show{
    right:0;
}
.navList ul li{
    display: block;
    margin:  40px 20px;
   

}
.colHero{
    text-align: center;
    padding-top: 60px;
    
}
.col1,
.col2,
.colAbout1,
.colAbout2,
.colFastest1,
.colFastest2,
.colSteps1,
.col3,
.col4,
.col6,
.colFooter1,
.colFooter2,
.colFooter3,
.colContact1,
.colContact2{
    flex-basis: 100%;
}
.colFastest2 img{
    width: 85%;
}
.colSteps1{
    margin-bottom: 25px;
}
.colSteps1 h2{
    font-size: 40px;
}
.colSteps1 p{
    font-size: 14px;

}
.colSteps1 h4{
    font-size: 18px;

}
.col1 {
    margin-bottom: 30px;
    text-align: center;
}
.rowHero h2{
    font-size: 25px;
    line-height: 30px;
}
.rowHero p{
    font-size: 15px;
}

.colAbout1{
    margin-bottom: 30px;
}
.colAbout1 h4{
    font-size: 20px;
}
.colAbout1 p{
    font-size: 18px;
}
.colAbout2 img{
width:100%;
}



.col3 {
    margin-bottom: 60px;
}
.experience{
   position: absolute;
    bottom: 30px;
    right: 80px;
    z-index: 2;
    background: #88e54c;
    color:#fff;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.catHead h2{
    font-size: 20px;

}
.col4 h4{
    font-size: 20px;
}
.col4 p{
    font-size: 18px;
}
.col5 h4{
    font-size: 20px;

}
.col5 p{
    font-size: 18px;
}
.col6{
    margin-bottom: 25px;
}
.colFooter1,.colFooter2,.colFooter3{
    margin-bottom: 25px;
}
.col1 a,.colFooter1 a,.colAbout1 a{
    padding: 15px 20px;
  
}
.colHero a{
    padding: 15px 20px;

}
.colContact1Col h5{
    font-size: 18px;

}
.colContact1Col p{
    font-size: 15px;

}
.colContact1Row{

}
.colContact1{
    margin-bottom: 20px;

}
.colContact1 h6{
    font-size: 20px;
}
.colContact1 h4{
    font-size: 20px;
}
.colContact1 p{
    font-size: 15px;
    
}

.colContact1Row i{
    font-size: 20px;
    color: #88e54c;
}
.colContact2 h4{
    font-size: 20px;

    
}
.rowProd .colProd{
    flex-basis: 100%;

}
  .col9,.col10,.col11,.col12{
    flex-basis: 100%;
    margin-bottom: 30px;
  }
    .col5{ 
  margin-left: 0;
  flex-basis: 100%;
  margin-bottom: 200px;
    
  }

   .container4{
    padding: 50px 0 250px 0;
  }
    .col5col{
    flex-basis: 100%;
    margin-bottom: 20px;
  }
    .col4 img{
      width: 100%;
    }
      .container6Top h2{
      font-size: 20px;
      color: #131e30;
    }
    .colfoot p{
        font-size: 13px;
    }
      .row7row h2{
      font-size: 30px;
      color: #fff;
    }
      .inputSec button{
      padding: 15px 20px;
      background: #88e54c;
      color: #fff;
      border-radius: 10px;
      outline: none;
      border: none;

      width: 100%;
    }
     .row7row h2{
      font-size: 20px;
      color: #fff;
      margin-bottom: 15px;
    }
    .col13,.col14{
    flex-basis: 100%;
    
   
  }
    .row11 h2{
    font-size: 20px;
    
    font-weight: 700;
  }
  .row13 h2{
    font-size: 20px;
  }
  .row13 p{
    font-size: 12px;
  }
  .col14 h3{
    font-size: 20px;
    
  }
  .row14 h3{
    font-size: 18px;
    margin-top: 10px;

  }
  .col14 .progressBar  p {

    font-size: 12px;

  }
  .col4 img{
    width: 90%;
   
  }
  /*herosec*/
.heroSec{
    width:100%;
    background: url(images/mxproBg.jpg);
   /* padding: 100px 0; */
   height:60vh;
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #88e54c;
   

}
 
}

