/*for large desktop*/

@media screen and (min-width:1367px) {
     .home-header .owl-carousel .item {
        height: 100vh;
    }
}

/*for mobile device*/

@media screen and (max-width:767px) {
    .header-content {
        width: 100%;
        left: 0;
        right: 0;
        padding: 50px 30px;
    }
    .mob-pad20{
        padding: 0 20px;
    }
    .profile-content:first-child{margin-bottom: 40px;}
    .main-heading{font-size: 30px;}
    .header-content h1{font-size: 30px;}
    .news-content{ margin-top: 30px;}
/*    .news-col{margin-bottom: 30px;}*/
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
        position: static;
        text-align: left;
    }
    .footer-cols{text-align: center;}
    .foot-col-left img, .foot-col-right img{
        margin: 0 auto;
    }
    .foot-col-left .footer-content{
        margin-top: 40px;
    }
    .social-icons{margin-bottom: 40px;}
    .mob-center{text-align: center;}
    .foot-col-right .footer-content{
        margin-bottom: 30px;
    }
    .grid-col .grid-img .img-rounded{margin-bottom: 15px;}
    .inner-content .col-left .mt30 img, .inner-content .col-left img{
        margin-bottom: 30px;
    }
    .news-col .news-btn .button:not(:last-child){
        margin-bottom: 10px;
    }
    .contact-form{margin-bottom: 40px;}
    .carrer-content{margin: 0;}
    .carrer-content .carrer-top .para-text {
        border-right: none;
        margin-bottom: 10px;
    }
    .job-details .job-cols .job-desc, .job-details .job-details-form, .news-sidebar, .carrers-col{
        margin-top: 40px;
    }
    .job-cols .light-border {
        margin: 15px 0 15px;
    }
    .job-list-items div[class^="col-"]{
        height: 45px;
    }
    .effect-3 a:before, .effect-3 a:after{
        content: none;
    }
    .coordinate .pad-r50, .execution .col-left{
        margin-bottom: 30px;
    }
    header.inner-navigation .navbar-brand.logo {
        padding: 0px 15px;
        width: 106px;
    }
        
}/*end 767*/

/*for mobile small devices*/

/*@media screen and (max-width:360px) {

}*/


/*for mobile and tablet*/

@media screen and (max-width:991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        background: rgb(255, 255, 255);
        margin-top: 20px;
    }
    .inner-navigation .navbar-collapse {margin-top: 0;}
    .inner-navigation .collapse.in {margin-top: 0;}
  /*  .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }*/
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
        margin-top: 20px;
    }
    .navigation .menu li{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .navigation .menu li a{
        color: #333333;
        padding: 0 15px;
        text-shadow: none;
    }
    .top-tagline p{
       text-shadow: none; 
    }
   
     .navigation .menu{margin: 20px 0 0;}
     .top-tagline{
        position: static;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /*inner navigation*/
    header.inner-navigation{
        height: 80px;
    }
    header.inner-navigation #nav-icon2 {
        margin: 20px 17px 0;
    }
   
    
}

/*for tablet*/

@media screen and (min-width:768px) and (max-width:991px) {
    .home-header .owl-carousel .item {
        height: 100vh;
    }
    .carrer-top .date-highlight {
        display: block;
        width: 100px;
        margin-top: 10px;
    }
    .job-list-items div[class^="col-"]:nth-child(-n+2){
        border: none;
    }
    .date-highlight{
        font-size: 14px;
    }
    
}
/*for tablet*/

@media screen and (min-width:991px) and (max-width:1199px) {
    .navigation .menu{
        margin-top: -33px;
    }
    .home-header .owl-carousel .item, .home-header {
        height: 100vh;
        min-height: inherit;
    }
    .services .all-services .services-box .main-heading{
        word-break: break-all;
    }
     .job-list-items div[class^="col-"]:nth-child(-n+2){
        border: none;
    }
}

/*for tablet landscape*/

@media screen and (min-width:1200px) {
    .pad-l50{padding-left:50px;}
    .pad-r50{padding-right:50px;}
      .job-list-items div[class^="col-"]:nth-child(-n+2){
        height: 45px;
    }
}

