@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .about_col_left {
        padding-right: 15px;
    }

    .about_col_right {
        padding-left: 15px;
    }

    .about_col_middle {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feature_content {
        padding-right: 0;
    }

    .feature_video {
        width: 100%;
        left: auto;
    }

    /*.team_image {*/
    /*width: 100%;*/
    /*height: 200px;*/
    /*}*/
    .milestone:not(:last-child)::after {
        display: none;
    }

    .partners_slider_container {
        width: calc(100% + 160px);
        left: -80px;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {

}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {

}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .main_nav,
    .search_button {
        display: none;
    }

    .top_bar_contact_list li i,
    .top_bar_contact_list li > div,
    .login_button a {
        font-size: 12px;
    }

    .hamburger {
        display: inline-block;
        margin-left: 3px;
    }

    .about {
        padding-bottom: 10px;
    }

    .about_col:not(:last-child) {
        margin-bottom: 20px;
    }

    .team_col .team_item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .team_col:first-child .team_item {
        padding-left: 0;
        padding-right: 0px;
    }

    .team_col:nth-child(4n) .team_item {
        padding-left: 0px;
        padding-right: 0;
    }

    .team_col:nth-child(odd) .team_item {
        padding-right: 6px;
    }

    .team_col:nth-child(even) .team_item {
        padding-left: 6px;
    }

    .feature_about {
        padding-top: 10px;
    }

    .section_subtitle p {
        margin: 0;
    }


}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {

}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {

}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {

}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .top_bar {
        display: none;
    }

    .home {
        height: 80px;
    }

    .header.scrolled {
        top: 0px;
    }

    .section_title {
        font-size: 1.2rem;
    }

    .team_col .team_item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .team_col:first-child .team_item {
        padding-left: 0;
        padding-right: 0px;
    }

    .team_col:nth-child(4n) .team_item {
        padding-left: 0px;
        padding-right: 0;
    }

    .team_col:nth-child(odd) .team_item {
        padding-right: 0px;
    }

    .team_col:nth-child(even) .team_item {
        padding-left: 0px;
    }

    .milestone:not(:last-child) {
        margin-bottom: 50px;
    }

    .partners_slider_container {
        width: calc(100% + 80px);
        left: -40px;
    }

    .accordion_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feature_video {
        height: 150px;
    }

}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }

    p {
        font-size: 13px;
    }

    .menu {
        width: 100%;
        right: -100%;
    }

    .dropdown_item_select,
    .home_search_button {
        font-size: 12px;
    }

    .accordion_panel p {
        font-size: 15px;
    }

    .accordion div {
        font-size: 16px;
    }

    .partners_slider_container {
        width: 100%;
        left: auto;
    }

    .newsletter_form_container {
        width: 100%;
        padding-left: 0;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {

}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {

}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {

}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {

}