@media (max-width:1599px) {
    .hAbt{
       height:510px;
    }
}


@media (max-width:1499px) {
    .hAbt{
       height:510px;
    }
}

@media (max-width:1399px) {
    .hAbt{
        height:600px;
    }
}


@media (max-width:1199px) {
    .navik-header .logo img {
        max-width: 30%;
    }

    .navik-header .mainArea {
        position: absolute;
        width: 100%;
        background-color: #1370a0;
        left: 0;
    }
    .innerTitle{
        font-size: 45px;
    }
    .hAbt{
      height:640px;
    }
}
@media (max-width:991px){
    .list2{
       column-count: 1;
    }
    footer .xs-pb50{
        padding-bottom:0 !important;
    } 
}

@media (max-width:767px){
  .innerBnr {
    height: 200px;
}  
 .innerBnr img{
     width:100%;
     height:100%;
     object-fit:cover;
     margin:0;
 }
 .scrollTopButton{
     right:10px;
 }
 .contactForm{
     margin-top:25px;
 }
}


@media (max-width:575px){
    .navik-header .logo img {
        max-width: 40%;
    }
    .innerTitle{
        font-size: 35px;
    }
}

@media (max-width:425px){
    .header-cover .cover-lg-heading {
        font-size: 22px !important;
    }
        .navik-header .logo img {
        max-width: 50%;
    }
    .teamRightCtn span{
        font-size:16px;
    }
    .teamRightCtn h5{
        font-size:14px;
        margin-top:8px;
    }
    
    .team_img img {
    height: 100px;
    }
    .teamUpper{
        margin-bottom: 12px;
    }
    .teamItems {
        padding:18px;
    }
    
        .navik-header .logo img {
        max-width: 45% !important;
    }
}



