@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    .story-row:nth-child(odd) .story-text {
        padding: 40px 20px 40px 350px;
        margin: 0 0 50px 0;
    }

    .story-row:nth-child(even) .story-text {
        padding: 40px 350px 40px 80px;
        margin: 0 0 50px 0;
    }

}

@media only screen and (min-width: 0px) and (max-width: 767px) {


    .nav-btn {
        width: 36px;
        height: 20px;
        cursor: pointer;
        position: relative;
        display: block;
        z-index: 3;
        float: right;
    }

    .nav-btn span {
        display: block;
        height: 4px;
        background-color: #3c5a5d;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .nav-btn span:nth-child(1) {
        width: 100%;
    }

    .nav-btn span:nth-child(2) {
        width: 100%;
        top: 7px;
    }

    .nav-btn span:nth-child(3) {
        width: 100%;
        top: 14px;
    }

    .nav-btn:hover span:nth-child(2) {
        width: 100%;
    }

    .nav-btn:hover span:nth-child(3) {
        width: 100%;
    }

    .nav-btn.active {
        transition-duration: .3s;
    }

    .nav-btn.active span {
        box-shadow: none;
        background-color: #3c5a5d;
        right: -5px;
    }

    .nav-btn.active span:nth-child(1) {
        width: 100%;
        transform: rotate(45deg);
        top: -3px;
    }

    .nav-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-btn.active span:nth-child(3) {
        width: 100%;
        transform: rotate(-45deg);
        top: 22px;
    }


    nav {
        height: 0;
        overflow: hidden;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 100px 0 50px 0;
        background-color: #fff;
        overflow: scroll;
    }

    header .menu {
        display: block;
        text-align: left;
    }

    header .menu .menu-item {
        margin: 0 10px;
        display: block;
        border-bottom: solid 1px #e0e0e0;
    }

    header .menu .menu-item .menu-link {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        padding: 15px 0;
        display: block;
    }

    .mega-menu .menu-company h5 {
        display: none;
    }

    header nav .btn {
        margin: 20px auto 0;
        display: table;
    }

    header .mega-menu {
        position: inherit;
        top: inherit;
        left: inherit;
        padding: 0;
    }

    header .menu .menu-item:hover .mega-menu {
        display: none;
    }

    .mega-menu .menu-company {
        padding: 0px 0 20px 0;
        margin: 0 0 15px 0;
        border-right: 0;
        border-bottom: 1px solid #C9EBEA;
    }

    .mega-menu .company-item {
        padding: 8px 0;
        border-radius: 0;
    }

    .space {
        padding: 30px 0;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h1 .heading-icn {
        padding: 5px 15px;
        margin: 0 10px 10px 0;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .heading-icn {
        width: 45px;
        height: 45px;
        margin: 0 5px 20px 0;
    }

    .heading-icn img {
        height: 20px;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }


    .company-stats {
        margin: -50px 0 30px 0;
        padding: 0 40px 0 0;
    }

    .company-stats:after {
        top: -15px;
    }

    .company-stats .stat {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .company-stats .stat .lab {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }

    .company-stats .stat .val {
        font-size: 30px;
        line-height: 30px;
    }


    .our-values {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    .owl-values .sub-heading {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .owl-values {
        width: 100%;
        position: inherit;
        top: inherit;;
        right: inherit;
        -ms-transform: none;
        transform: none;
    }

    .owl-values .owl-item {
        padding: 0 0;
    }

    .owl-values:after {
        top: 80px;
        height: 180px;
        width: 100%;
    }

    .owl-values .owl-nav.disabled + .owl-dots {
        margin-top: 15px;
    }

    .owl-values .item .val {
        height: auto;
    }


    .our-products:after {
        display: none;
    }

    .our-products {
        padding: 30px 0;
    }


    .latest-news {
        margin: 0;
        padding: 30px 0;
        background-color: #f9f9f9;
    }

    .latest-news .latest-content {
        margin: 0;
    }

    .latest-news .owl-news .news-content {
        width: 100%;
        padding: 25px 20px;
        border-radius: 0 25px 0 0;
        background-color: rgba(255, 255, 255, .97);
        box-shadow: 0 -20px 30px rgba(20, 80, 110, .05);
        position: relative;
        bottom: 0;
        left: 0;
    }

    .latest-news .owl-news {
        margin: 30px 0 0 0;
    }

    .latest-news .owl-news img {
        width: 100%;
        right: 0;
    }


    .join-team {
        padding: 30px 0;
    }

    .join-team:after {
        display: none;
    }


    .team-collage {
        min-height: inherit;
        margin: 30px 0 0 0;
    }

    .team-collage .team-count {
        width: 45%;
        padding: 15px 15px 25px 15px;
        position: inherit;
        top: inherit;
        border: 5px solid #fff;
    }

    .team-collage .team-01 {
        position: inherit;
        right: inherit;
        width: 54%;
        height: auto;
        padding: 5px;
    }

    .team-collage .team-02 {
        position: inherit;
        margin: 0;
        width: 60%;
        left: inherit;
        top: inherit;
        padding: 5px;
    }

    .team-collage .team-03 {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 39%;
        padding: 5px;
    }

    .team-collage .team-count .lab {
        position: inherit;
        padding: 0 0 5px 0;
        margin: 0 0 0 0;
    }

    .team-collage .team-count .val {
        font-size: 40px;
        line-height: 40px;
    }

    .join-team ul {
        margin: 15px 0 20px 0;
    }


    .about-us .hero {
        height: inherit;
        margin: 0;
        padding: 30px 0 0;
    }

    .about-nav {
        margin: 0;
    }

    .about-nav .about-icn img {
        height: 30px;
        margin: 0 0 10px 0;
    }

    .about-nav .nav button {
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        padding: 10px 0;
    }

    .about-nav .nav button.active {
        background-color: #fbfbfb;
    }

    .about-tab .tab-content {
        padding: 0;
    }


    .ceo {
        position: inherit;
        bottom: inherit;
        width: 100%;
        padding: 15px 0 0 0;
        margin: 0 0 30px 0;
    }


    .intro {
        padding: 50px 0 100px;
        background-color: #F0FAF9;
    }

    .intro h1 {
        margin: 0 0 20px 0;
    }

    .intro svg {
        display: none;
    }

    .intro-text {
        width: 100%;
        padding: 0 25px;
        position: inherit;
        top: inherit;
        left: inherit;
        transform: none;
    }


    .about-us .hero:after {
        display: none;
    }

    .about-tab .nav {
        padding: 15px 0 15px 20px;
        margin: 0 0 30px 0;
        background-color: #fbfbfb;
    }


    .years {
        margin: 0;
        padding: 35px 0 0 0;
        border-bottom: 0;
    }

    .year,
    .year-bot {
        top: inherit;
        padding: 20px 0 20px 60px;
    }

    .year-bot:after {
        top: inherit;
        bottom: 0;
    }

    .year:after {
        bottom: 0;
    }

    .year-bot .year-val {
        top: 20px;
        bottom: inherit;
    }

    .years h3 {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .leadership-holder:before,
    .leadership-holder:after {
        display: none;
    }

    .leadership:after {
        top: 0;
        height: 100%;
        background-color: #fff;
    }

    .leadership-text {
        text-align: center;
        position: relative;
        top: inherit;
        z-index: 1;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .products-tab {
        padding: 30px 0 0 0;
    }

    .products-tab .tab-content {
        padding: 10px 0 0 0;
    }

    .products-tab button {
        margin: 15px 0;
    }

    .products-tab .nav {
        min-width: auto;
        padding: 0 15px 15px 0;
    }

    .products-tab button img {
        height: 40px;
    }


    .person .person-pos {
        color: #747474;
        margin: 0 15px 10px 15px;
        height: auto;
    }

    .person-fix {
        margin-top: 0;
    }


    .location-lists {
        width: 100%;
    }

    .location-lists .location-container {
        display: inherit;
    }

    .location-lists .location-item {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }


    .about-you {
        margin: 30px 0 0 0;
        padding: 30px 0;
    }

    .about-you:after {
        content: "";
        height: 100%;
        top: 0;
    }

    .about-you ul {
        margin: 0 0 15px 0;
    }


    .position-sidebar {
        width: 100%;
        position: inherit;
        top: inherit;
        left: inherit;
    }

    .position-apply {
        padding: 50px 0;
        background-color: #F0FAF9;
    }

    .position-sidebar .widget {
        margin: 0;
        padding: 30px 15px;
    }

    .position-text ul,
    .position-text p {
        margin: 0 0 30px 0;
    }

    .position-intro {
        padding: 30px 0 30px 0;
        margin: 0 0 30px 0;
    }

    .position-intro .heading-icn {
        margin-right: 0;
    }

    .careers .hero {
        height: auto;
        padding: 30px 0;
        margin: 0;
    }

    .pos-categories {
        margin: 10px 0 10px 0;
    }

    .pos-categories ul li {
        margin-bottom: 10px;
    }

    .pos-row .btn {
        margin: 15px 0 0 0;
    }

    .pos-row img {
        height: 45px;
        margin: 0 0 15px 0;
    }


    .features .feature h6 {
        font-size: 14px;
        line-height: 18px;
    }

    .success-stories .latest-content {
        margin: 0 0 0 0;
    }

    .success-stories .owl-news .news-content {
        width: auto;
        bottom: 0;
        left: 20px;
    }

    .owl-news {
        margin: 50px 0 20px 0;
    }

    .success-stories .latest-content {
        text-align: center;
    }


    .footer-about .footer-logo img {
        height: 50px;
    }

    footer .footer-bot .footer-general-menu {
        text-align: center;
    }

    footer .footer-bot .footer-general-menu li {
        margin: 0 5px;
    }

    footer .footer-about {
        margin: 0 0 30px 0;
    }

    footer .footer-menu {
        margin: 0 0 30px 0;
    }

    footer .footer-bot .copyright {
        text-align: center;
        margin: 0 0 10px 0;
    }

    footer .footer-bot .footer-social {
        margin: 0 0 5px 0;
    }

    .story-row .story-author {
        margin: 0 0 15px 0;
        width: 100%;
        position: inherit;
    }

    .story-row:nth-child(odd) .story-text {
        padding: 40px 20px 40px 70px;
    }

    .story-row:nth-child(odd) .story-text:before {
        left: 20px;
    }

    .story-row {
        margin: 50px 0 50px 0;
    }

}