@media (max-width: 767px) {
	.navbar-link > li > a {
		padding: 20px 15px !important;
	}
    .aboutSection {
        padding-top: 40px;
    }
    .aboutSection h3 {
        font-size: 17px;
        line-height: 25px;
    }
    .aboutSection h1 {
        font-size: 25px;
    }
    .colImg,
    .colMap,
    .portfolioSection img {
        display: none;
    }
    .reposiveBox {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .reposiveBox h1 {
        text-align: center;
    }
    .fullForm {
        width: 100%;
    }
/*    .sliderRes {
        height: 400px;
    }*/
    .resCenter {
        text-align: center;
    }

    
    /*JOB TAB*/
    .tabs-left {
        border-right: 0px solid #ddd;
    }
    .tabs-left, .tabs-right {
        padding-top: 0;
    }
    .navtabjobs > li.active > a, .navtabjobs > li.active > a:hover, .navtabjobs > li.active > a:focus {
        border-bottom: 2px solid #ddd;
        border-left: 0px solid #ff6600;
        border-top: 0px solid #ddd;
    }
    .tabs-left>li>a,
    .tabs-left>li>a:active,
    .tabs-left>li>a:hover,
    .tabs-left>li>a:focus {
        border-right: 0px solid #ddd;
        border-bottom: 2px solid #ddd;
    }
    .navtabjobs > li.active > a, 
    .navtabjobs > li.active > a:hover, 
    .navtabjobs > li.active > a:focus {
        background-color: #ffffff;
        border-bottom: 2px solid #ddd;
        border-radius: 0;
        border-left: 0px solid #ff6600;
        border-top: 0px solid #ddd;
    }
    .nav > li > a {
        padding: 15px;
    }
    .jobsSection a i {
        float: left;
        width: 50px;
        font-size: 2em;
    }
    .jobsSection h4 {
        padding-bottom: 0px;
    }
    .paddingjobsicon {
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav.nav-tabs.tabs-left.text-center {
        text-align: left;
    }
    .tab-pane {
        border-top: 0px solid #ddd;
        margin-left: 0;
        padding: 20px 0;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /*.aboutSection {
        padding-top: 40px;
    }*/
    .aboutSection h1 {
        font-size: 25px;
    }
    .aboutSection h3 {
        line-height: 28px;
    }
    .colImg,
    .colMap  {
        display: none;
    }
    .reposiveBox {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .fullForm {
        width: 100%;
    }
    .resCenter {
        text-align: center;
    }
}


@media (max-width: 736px) {
	.logo-partner {
		display: none;
	}
    .paddingLeft50 {
        padding-left: 15px;
    }
    .boxEservice {
        padding-bottom: 40px;
        border-bottom: 2px solid #efefef;
        margin-bottom: 40px;
    }
    .colImg {
        width: 100%;
    }
    .responsiveCenter {
        text-align: center;
    }
}

@media (max-width: 667px) {
    h1.titleSection {
        font-size: 30px;
    }
    footer h3 {
        font-size: 15px;
    }
    footer h1 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .toppageSection h1 {
        padding-top: 0;
        font-size: 30px;
    }
}


