     @media screen and  (min-device-width:340px) and (max-device-width: 900px)
    {
    /*
    Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
    Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
    */
    /* 
        Created on : 18-Jun-2023, 9:28:05 am
        Author     : vaibhavi
    */
    
    /*appear*/ 
.appear {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear.inview{
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.appear.inview:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.appear.inview:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.appear.inview:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.appear.inview:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.appear.inview:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*our expertise*/

.expert{
    display: block;
    height: auto;
    position: relative;
    margin-top: 20px;
    font-family: system-ui,sans-serif;
}

.expert h1{
    text-align: center;
    color: white;
}
.expert_img img{
    display: none;
}
.m_expert_img img{
    margin-top: 15px;
    width: 99%;
}

.expert_info{
    position: absolute;
    padding: 2px;
    text-align: center;
    color: white;
    margin-top: 0px;
    width: 100%;
}

.expert_info p{
    text-align: center;
    font-size:20px;
    
}


/*product*/

.product_block{
    display: none;
}

.m_product_block{

}

.m_product_head{
    text-align: center;
    color: #112a78;
    font-family: "Lato", sans-serif;
}

.m_product{
    text-align: center;
    font-family: "Lato", sans-serif;
    
} 


.m_product p{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 15px;
} 

.m_product img{
    width: 35%;
}   

.m_product_section{  
    display: block;
    width: 99%;
}

/*testimonial*/

.testimonials{
    height: 300px;
    display: flex;
    margin-bottom: 25px;
    margin-top: 10px;
}

.testimonials_div{
    display: flex;
    height:200px;
    width:50%;
    color:white;
    background-color: #112a78;
    height: auto;
    text-align: justify;
    padding: 5%;
}

.testimonials_vid{
    display: block;
    height:200px;
    width:50%;
    background-color: white;
    height: auto;
    text-align: justify;
}

.testimonials_head{
    width:100%;
    display: block;
    font-size: 13px;
    
}

.testimonials_head h1{
    text-align: center;
    color: #112a78;
    font-family: "Lato", sans-serif;
}

/*section*/

.section{
    margin-left: 10%;
}

.sec{
    background-color: #d8bd96;
    margin-right: 8%;
    padding: 25px;
    border-radius: 15px;
}

  /*parallax*/
  
.parallax{
    background-image: url(https://development.1pointhr.com/images/parallaximage.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.parallax_head{
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Lato", sans-serif;
    color: white;
    font-size: 25px;
}
.company{
    display:none;
}
.indus img{
    width: 50%;
    margin-top:10px;
    
    
}
.indus{
    background-color: #252525ad;
    height: 165px;
    width: 40%;
    margin-left: 7%;
}
.indus p{
    font-size: 14px;
}
.indus ul{
    text-align: left;
    margin-left: 20%;
}
.indus_section{
    padding: 30px;

}


/*banner*/

.m_expert_img_mySlides {
    display: none;
    top: 0;
}

.m_mySlides img {
    vertical-align: middle;
    width:99%;
}

.m_slideshow-container {
    top: 90px;
    height: 500px;
    position: relative;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
}
.slideshow-container{
    display: none;
}
.m_text {
    color: #ffffff;
    padding: 0px 10px;
    position: absolute;
    top: 50%;
    margin-left: 18px;  
}
.m_text h3{
    margin-left: 25px;
}
.m_text h1{
    font-size: 30px;
}
.m_text li{
    font-size: 15px;
}

.dot {
    display: none;
    margin-top: 20px;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #fff;
}

.fade {
    animation-name: fade;
    animation-duration: 3.0s;
}
.why_us a{
    text-decoration-line: none;
    color: white;
    background-color: #0077ff;
    padding: 5px;
}

}