<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 760px) {
  /* .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  } */
}
@media screen and (max-width: 600px) {
   
  .container{
    width: 100%;
  }
  .d-flex{
    display: block;
  }
  .twitter_comment{
    padding: 30px;
  }
  .twitter_comment p{
    width: 100%;
  }
  .team_members .member_info{
     padding: 20px;
     box-sizing: border-box;
     text-align: center;
     margin: 0;
  }
  .team_members .member_info .team_member_image{
    width: 80%;
    margin: 0 auto;
  }
  .swiper-slide img{
    width: 80%;
    height: auto;
    max-width: 100%;
    padding: 40px 20px;
  }
  /* ----------nav section start-------------- */

  nav{
    position:relative;
  }
  nav .nav_contain ul{
    display: none;
  }
 
  /* --------------responsive navbar------------- */
  
   .responsive_icon{
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 20px;
   }
   .checked{
    width: 25px;
    height: 25px;
    opacity: 0;
    position: relative;
      top: -40px;
   }
  .fa-bars{
      color: rgb(2, 2, 2);
      font-size: 35px;
  }
  
 
  /* ------------nav section ends--------------- */
  /* -------------hero section starts----------  */

  .Hero_div{
    padding-top: 10px;
  }
  .hero_div_container{
    padding-top: 20px;
  }
  .Hero_div_textarea{
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .Hero_div_imgarea{
    width: 100%;
  }
  .Hero_div_imgarea img{
    width: 100%;
  }
  .Hero_div_textarea p{
    padding: 12px;
  }
  /* -----------hero section ends-------------- */

  /* ------------service section starts--------- */

  .boxess{
    width: 100%;
 }
  
  /* ----------------service section ends---------- */

  /* ----------------latest work start-------------  */

  
  
  .latestwork_textarea{
   padding: 5px;
   margin-bottom: 15px;
   width: 100%;
  }
  .textbox{
    display: flex;
  }
  .latestwork_imagearea{
      width: 100%;
      margin-top: 40px;
  }
  
   /* ----------------latest work ends-------------  */
   /* -----------------Portfolio  starts------------ */

   .portfolio .container h1{
    font-size: 33px;
    margin-top: 70px;
  }
  .portfolio .container ul{
    display: block;
    padding: 0;
  }
  .portfolio .container ul li{
   text-align: center;
  }
  .images_section img{
    width: 48%;
  }

  /* ----------------Portfolio  ends ----------------- */

  /* ----------------Happy client--------------------- */

  .client_info {
    text-align: center;
  }
  .client1{
    border: 2px solid black;
    margin-bottom: 5px;
  }
  .client2{
    border: 2px solid black;
  }
  .comment_statement{
    width: 100%;
    margin: 0;
    padding: 5px;
  }

  /* ---------------Happy client ends------------------ */

  /* ----------------Brand section start---------------- */

  .brands .container ul{
    display: block;
  }
  .brands .container ul li{
     padding: 50px;
  }
  .brands .container ul li img{
    height: 60px;
    width: auto;
  }

  /* ----------------Brand section ends---------------- */

  /* -----------------team section start---------------- */

  .team{
    padding: 10px;
  }
  .team .container h1{
    margin-bottom: 15px;
  }
 .member_info{
   width: 100%;
   margin-bottom: 80px;
   background-color: aliceblue;
 }
 .team_member_image{
   text-align: center;
 }
 .team_member_image img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* -----------------team section ends---------------- */

/* ------------------twitter section starts------------ */
.twitter_comment{
  box-sizing: border-box;
}
.twitter_comment .container p{
  padding: 0px;
  width: 100%;
}
.twitter_comment .container ul{
  width: 100%;
  box-sizing: border-box;
}
/* ------------------twitter section ends------------ */
/* ------------------footer section starts------------ */

/*-----------footer Head----------------*/
.contact{
 margin-bottom: 10px;
}
.contact_items{
  width: 100%;
}
.home_icon{
  width: 130px;
  height: 130px;
}
.tele_phone_icon{
  width: 130px;
  height: 130px;
}
.email_icon{
  width: 130px;
  height: 130px;
}
.contact_items h3{
  font-size: 25px;

}

/* --------------------FOOTER MID START--------------------- */

.footer_mid{
   margin: 50px;
}
.footer_left{
  width: 100%;
}
.footer_right{
  width: 100%;
}
input{
height: 40px;
}

.socil_media_icons{
 display: flex;
}
}</pre></body></html>