@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1199px) {
  .project-counter{
    margin: -70px 30px 25px;
  }
  .technology-box{
    max-width: calc(20% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .row{ 
    flex-direction: column-reverse;
    padding: 100px 0;
  }
  .hero-section img{
    margin-bottom: 50px;
  }
  .header-button{
    margin-top: 20px;
  }
  .our-benefites .row{
    flex-direction: column-reverse;
  }
  .navbar-toggler{
    color: #fff;
    border: 2px solid gray;
    border-radius: 5px;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .header{
    padding: 15px 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 8px;
    transition: all 0.5s ease 0s;
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(50, 158, 201);
  }
  .header .navbar-brand{
    color: #329ec9;
  }
  .header .nav-link{
    color: #000000;
    margin: 0;
  }
  .header .navbar-nav{
    margin-top: 20px;
  }
  .header .nav-link.active{
    border-left: 3px solid #329ec9;
    background: #eef7fb;
    border-bottom: 0;
    padding: 10px 20px;
  }
  .contact-content, 
  .about-content{
    padding-top: 50px;
  }
  .footer-link,
  .footer-content{
    margin-bottom: 20px;
  }
  .sub-footer p{
    margin: 0 0 10px !important;
  }
  .sub-footer a{
    order: 3;
  }
  .sub-footer .footer-icon{
    margin-bottom: 20px;
  }
  .sub-footer{
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    align-items: start !important;
  }
  .technology-box{
    max-width: calc(33.33% - 30px);
  }
  .help-box{
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content h1{
    font-size: 45px;
  }
  .hero-content img{
    max-width: 70%;
    height: auto;
  }
  .project-counter div:nth-child(2){
    border-right: 0;
  }
  .project-counter div:nth-last-child(-n + 2){
    border-bottom: 0;
  }
  .project-counter div{
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    width: 50%;
  }
  .project-counter{ 
    padding: 20px;
    max-width: 540px;
    margin: 50px auto 0;
    background-color: rgba(0, 0, 0, 0.7);
    flex-wrap: wrap;
  }
  .technology-tab{
    flex-wrap: wrap;
  }
  .button-tab{
    border-right: 0;
    border-bottom: 3px solid #329ec9;
    flex-wrap: wrap;
    width: 100%;
  }
  .technology .tab-content .tab-pane.active{
    justify-content: space-around;
  }
  .technology .tab-content{
    padding: 20px 10px;
    min-height: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .hero-content h1{
    font-size: 40px;
  }
  .project-counter{ 
    padding: 20px;
    margin: 50px 10px 0;
    max-width: 100%;
  }
  .technology-box{
    max-width: calc(50% - 30px);
  }
  
 .img-size {
    width: 281px; 
    margin-left: -64px;
  }
}
}
@media only screen and (max-width: 449px) {
   
}
@media only screen and (max-width: 375px) {
}
