
@media only screen and (max-width: 620px){
    p.type-writer {
      font-size: 1.5rem;
      padding: 0.5rem;
      font-weight: bold;
     
    }
  }

@media (max-width: 980px){
    .section-3 .boxes-main{
        justify-content: center;
    }
}
@media (max-width : 400px){
  .section-3 .boxes-main .box h2{
      padding-top: 20px;
      font-size: 18px;
  }
}
@media (max-width : 987px){
    .section-last .counter-box{
        width: 200px;
    }
}
@media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }

  @media(max-width: 600px){
    .banner-content .navbar{
      padding: 10px;
    }
  }

  @media (max-width: 700px){
    .company-section-1{
      padding: 0px 20px 100px 20px;
    }
  }


  @media (max-width: 575px){
   
  
   .banner-content .banner-btn a{
    margin-right: 0;
    width: 150px;
    font-size: 13px;
    margin: 10px 5px;
    padding: 10px;
    }
    .type-writer {
      font-size: 1rem;
    }
    .bannar-navigation{
    left: 50%;
    transform: translate(-50%);
    font-size: 15px;
     bottom: 50px;
  }
  h1{
    font-size: 30px;
  }
  .swiper-slide .review{
    padding: 10px !important;
    width: 80%;
    margin-bottom: 10px;
  }
  .swiper-slide .review p{
    margin-bottom: 0;
  }
  
  .swiper-slide .review::before{
   
    top: 0px;
    left: 0px;
    font-size: 10px;
  }
  
  /* Rigth Quote */
  .swiper-slide .review::after{
    bottom: 0px;
    right: 0px;
    font-size: 10px;
  }
  .section-5 .client-detail{
    padding: 0px;
  }
  .section-5 .swiper-slide .client-img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .section-5 .client-name-location h3{
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0px;
  }
  .banner-content .navbar-brand img{
    width: 100px;
}
    .service-content p{
      text-align: justify;
    }
    .tab-content .portfolio{
      margin-bottom: 20px;
  }
  }

  @media (max-width: 610px){
    .section-6 .circle{
      width: 100%;
      height: auto;
      border-radius: 0;
      flex-direction: row;
      justify-content: center !important;
      align-items: flex-start;
      flex-wrap: wrap;
      animation: none;
    }
    .section-6-logo{
       display: none;
    }
    .section-6 .circle .box{
      width: 100px;
      height: 100px;
      border-radius: 0;
      position: static;
      animation: none;
      margin: 5px;
    }
  }
  
  @media (max-width : 550px){
    .section-2{
      padding: 150px 20px;
    }
    .section-2 p{
      text-align: justify;
    }

}
  @media (max-width: 745px ){
    .services{
        justify-content: center;
    }
    .services .service{
      margin: 8px;
    }
  }
  @media all and (min-width: 992px) {
      .nav-item:hover .dropdown-menu{
        background-color: black;
        display: block;
       }
        .nav-item:hover .dropdown-item{
         color: white;
         }
         .dropdown-item:hover{
          color: black !important;
        }
  }

  @media (max-width: 600px){
    .contact-section-2 .contact-form{
      width: 100%;
    }
    .contact-section-2 .contact-image img{
      display: none;
    }
    .contact-section-2 .contact-form form{
      padding: 2%;
    }
    
    .contact-section-2 .contact-form .btnContact {
      padding: 10px;
    }  
  }

  @media (max-width:700px){
    .cursor1{
      display: none;
      }
    .cursor2{
      display: none;
    }
  }
  @media (max-width:600px){
    .resume-section .form-section{
        width: 90%;
    }
  }
  @media (max-width:400px){
    .resume-section .form-section{
        width: 100%;
    }
    .form-section .form-icon{
      left: 50%;
      transform: translate(-50%);
    }
  }
  @media (max-width : 365px){
    .banner-content .navbar-brand img{
      width: 100px !important;
    } 
    .navbar-toggler {
      font-size: 12px;
    }
    .banner-content .banner-btn a{
      width: 100px;
      font-size: 13px;
      margin: 10px 3px;
      padding: 5px;
      }
      .section-2{
        padding: 200px 20px;
      }
      .section-3 .boxes-main .box h2{
        padding-top: 50px;
    }
    p.type-writer {
      font-size: 1rem;
     
    }
  }

  @media (max-width: 992px){
    .dropdown-mobile{
      display: inline-block;
    }
    .lang-dropdown-large{
      display: none !important;
    }
    .navbar .show .dropdown-mobile{
      display: none;
    }
  }

  @media (max-width: 966px){
    .contact-section-3 .branch {
      margin-bottom: 50px;
     
    }
  }