@media screen and  (min-device-width:910px) and (max-device-width: 1920px)
{


/*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;
}
/*slides*/
.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}
.slideshow-container {
    margin-top: 100px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}
.m_slideshow-container{
    display:none;
}

.text h1 {
    color: white;
    padding: 13px 25px;
    position: absolute;
    top:0;
    width: 50%;
    text-align: left;
    font-size: 45px;
    margin-left: 50%;
}
.text p{
    position: absolute;
    font-size: 40px;
    text-align: left;
    top:0;
    color: white;
    padding: 13px 25px;
    position: absolute;
    margin-left: 50%;
}
.text ul{
    color: white;
    position: absolute;
    font-size: 25px;
    text-align: left;
    bottom: 0px;
    top: 85px;
    width: 45%;
    margin-left: 50%;
}
.why_us a{
    text-decoration-line: none;
    color: white;
    background-color: #0077ff;
    padding: 5px;
}
.dot {
    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;
}

/*our expertise*/

.expert_info h2{
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: system-ui,sans-serif;
}

.expert_info p{
    text-align: center;
    background-color: #0000003d;
    font-family: system-ui,sans-serif;
}

.expert{
    display: block;
    height: auto;
    position: relative;
}

.expert_img img{
    display: block;
    width: 100%;
}
.m_expert_img img{
    display: none;
}

.expert_info{
    position: absolute;
    margin-top: 5px;
    margin-left: 23%;
    text-align: center;
    color: white;
    font-family: system-ui,sans-serif;
}

/*product*/
.product_block{
    display: block;
}
.product_head{
    text-align: center;
    color: #112a78;
    font-family: system-ui,sans-serif;
}
.product1{
    margin-right: 15%;
    font-size: 15px;
    text-align: center;
    font-family: system-ui,sans-serif
} 
.product1:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
  transition: transform .5s ease;
}
.product1 img{
    width: 65%;
}   
.product_section{
    display: block;
    margin-left: 17%;

}
.product2{
    margin-left: 15%;
    font-size: 15px;
    text-align: center;
    font-family: system-ui,sans-serif;
    margin-top: 15px;
} 
.product2:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
  transition: transform .5s ease;
}
.product2 img{
    width: 65%;
} 
.m_product_block{
    display: none;
}

/*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;
    text-align: center;
    margin-bottom: 15px;
    font-family: system-ui,sans-serif;
    color: white;
    font-size: 25px;
}
.m_company{
    display:none;
}
.indus img{
    width: 50%;
    margin-top:10px;
    
    
}
.indus{
    margin-right: 50px;
    background-color: #252525ad;
    height: 200px;
}
.indus p{
    font-size: 17px;
}
.indus ul{
    text-align: left;
    margin-left: 20%;
}
.indus_section{
    padding: 30px;
    margin-left: 20%;
}

/*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;
    
}
.testimonials_head h1
{
    text-align: center;
    color: #112a78;
    font-family: system-ui,sans-serif;
}

/*section*/

.section{
    margin-left: 10%;
}
.sec{
    background-color: #d8bd96;
    margin-right: 8%;
    padding: 25px;
    border-radius: 15px;
}
    


}