/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */ 
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */ 
    
  }
  
  /*  
    ##Device = Tablets, Ipads (portrait) 
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) { 
    header{
      height: 100vh !important;
      background-size: cover !important;
    }
    header .swiper-slide h1{
        margin-top: 0px !important; 
        font-size: 44px !important;
    }
    header .line{
        margin: 30px auto !important;  
    }
    header .swiper-slide h1{
      margin-top: 50px !important;
    }
    header .swiper-slide p{ 
        padding: 0 100px !important; 
    }
    header .btn-1{
      margin-bottom: 100px !important; 
    }
    .about-section .col-md-8 p {
        padding-right: 0 !important;
    }
    .first .col-md-4, .second .col-md-4 {
        padding: 0px !important; 
    }
    .team-section .pic img {
        height: 265px !important;
    }
    .team-section .row{
        --bs-gutter-x: 0.5rem !important;
        --bs-gutter-y: 0;
    }
    .team-section .title h1{
        margin-top: 25px;  
    }
    .testimonial-section .swiper-slide .one { 
        width: 40px !important;
        margin-top: 40px !important;
        margin-bottom: 20px !important; 
    }
    .testimonial-section .swiper-slide p {
        padding: 10px !important;
    }
    .contact-section form .btn-1 {
        width: 90% !important; 
    }
    .foot-first p {
        padding-right: 0px !important;
    }
    footer .inputs .col-md-9 input{ 
        width: 90% !important; 
        padding: 7px 0px !important;
        font-size: 12px !important;
    } 
    footer .inputs .col-md-3 img{
        width: 150% !important;  
        margin-left: -40px !important;   
    }
    .last{
        margin-top: 0 !important; 
    }
    footer .last .col-md-6 ul li {
        padding: 0px 5px !important;
    }




  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px 
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
  .last{
      margin-top: 40px !important;  
  }
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) { 
    
    
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    body{
      overflow-x: hidden !important;
    }
    header{
      height: 100vh !important;
      background-size: cover !important;
    }
    header .swiper-slide h1{
      margin-top: 0 !important; 
      padding: 0 !important; 
      font-size: 38px !important;
    }
    .line{
      margin: 10px auto !important;
    }
    header .swiper-slide p{
      padding: 0 !important;
      font-size: 16px !important; 
      line-height: 30px !important;
    }
    .btn-1{
      margin-top:  0 !important;
    }
    .about-section{
      padding: 50px 0 !important;
    }
    .about-section .col-md-8{ 
      width: 100% !important;
      text-align: center;
    }
    .about-section .col-md-8 h1{
      margin-top: 30px !important;
      margin-bottom: 30px !important;
    }
    .about-section .col-md-8 p{
      padding: 0 !important;
    }
    .about-section .btn-1{
      margin-top: 30px !important;
    }
    .expert-section{
      padding: 50px 0 !important;
    } 
    .expert-section .col-md-4{
      width: 90% !important;
      margin: auto !important; 
      padding: 20px 0 !important;
    }
    .team-section{
      background: #1A1240 !important;
      height: 1700px !important; 
    }
    .team-section .col-md-3{
      width: 70% !important;
      margin: 10px auto !important; 
    }
    .team-section .col-md-3 .pic img{
      width: 70% !important; 
      height: auto;
    }
    .team-section{
      padding: 50px 0 !important;
    }
    .team-section h1{
      font-size: 28px !important;
      margin-bottom: 20px !important; 
    }
    .work-section{
      padding: 50px 0 !important;
      text-align: center; 
    }
    .work-section .col-md-4 h1{
      font-size: 28px !important;
    }
    .work-section .col-md-5 p{
      text-align: center;
    }
    .work-mid .col-md-2{
      padding: 75px !important;
    }
    .work-last .btn-1{
      margin-top: 30px !important;
    }
    .testimonial-section .swiper-slide .one {
      width: 30px !important;
      margin-top: 30px !important;
      margin-bottom: 30px !important;
    }
    .testimonial-section .swiper-slide p {
      font-size: 16px !important;
      padding: 0 !important;
    }
    .testimonial-section .swiper-slide h5 {
      margin-top: 10px !important;
    }
    .testimonial-section .special{
      margin-bottom: 30px !important;
    }
    .contact-section{
      padding: 50px 0 !important;
      text-align: center; 
    }
    .contact-section h1{
      font-size: 28px !important;
      margin-bottom: 30px !important;
    }
    .contact-section form input {
      width: 100% !important;
    }
    .contact-section form textarea { 
      width: 100% !important;
    }
    .contact-section .client{
      padding: 50px 0 !important;
    }
    .contact-section .col-md-6 .img-fluid { 
      display: block !important;
      margin: 30px auto !important;
    }
    footer{
      background-size: cover !important;
      height: 850px !important;
    }
    footer .row>* {  
      flex-shrink: 0; 
      width: auto !important;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x)/ 2);
      padding-left: calc(var(--bs-gutter-x)/ 2);
      margin-top: var(--bs-gutter-y);
    }
    .foot-sec h5{ 
      margin-bottom: 20px !important;
    }
    .foot-last h5{ 
      margin-bottom: 20px !important;
    }
    footer .last{
      margin-top: 30px !important;
    }
    footer .SEP21{ 
      margin-left: -4px !important;
    }
    footer .last .SEP21 ul li{  
      font-size: 16px !important;
      display: block !important;      
      margin: 20px 0 !important;
    }
    footer .copy{
      width: 100% !important;
      margin-top: 30px;
    }
    footer .last .col-md-6 p {
      text-align: center !important;  
    }
    .foot-last .inputs .col-md-9 input {
      width: 110% !important; 
    }
    

     
    





    
    
  }
