@media (min-width: 1600px) {
.container-xxl {
    max-width: 1600px;
    --bs-gutter-x: 5rem !important;
}
:root {
    --bs-fsbody: 23px;
    --bs-fsbanner: 28px;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 38px;
}
p {
    margin-bottom: 2rem;
}
.large_p {
    font-size: 25px;
}
.py_3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.row {
    --bs-gutter-x: 2.5rem;
}
.m_col {
    margin-top: 2.5rem;
}
.mt-4 {
    margin-top: 2.5rem !important;
}
form .form-group {
    margin-bottom: 30px;
}
header .navbar .navbar-nav li a.nav-link {
    font-size: 22px;
}
header .navbar {
    padding: 20px 0;
}
.banner_sec {
    padding: 250px 0 170px 0;
}
.welcome_sec:before {
    width: 72%;
    height: calc(100% - 5rem - 150px);
}
.contact_list .cl_item{
    margin-bottom: 25px;
}
.overons_sec .content_box {
    padding: 3rem;
}
.overons_sec img.sec_img {
    height: calc(100% - 9rem) !important;
    top: 10rem !important;
}
.recruiter_sec .content_box {
    padding-left: 3rem;
}
.recruiter_sec:before {
    width: 33%;
}
footer {
    padding-top: 4rem;
}
footer .footer_logo img, footer .footer_nav {
    margin-bottom: 2.5rem;
}
}

@media (min-width: 1400px) { }

@media (min-width: 992px) and (max-width: 1399px) {	
.container-xxl {
    max-width: 1200px;
}

}

@media (min-width: 992px) {	
.container-xxl {
    --bs-gutter-x: 3rem;
}
header .navbar .navbar-brand {
    margin-right: 3rem;
}
.navbar .navbar-nav {
    width: 100%;
    align-items: center;
}
#Menu_sidebar {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
}
.navbar-nav li.nav-item {
    margin-left: 2rem;
}
.navbar-nav li.nav-item:last-child {
    margin-left: auto;
    margin-right: 0;
}
.close_sidenav {
    display: none;
}
.recruiter_sec {
    margin-bottom: 4rem;
}
.overons_sec {
    margin-bottom: 6rem;
}
.recruiter_sec img.sec_img {
    padding-right: 2rem;
    padding-top: 3rem;
    width: 100%;
    height: calc(100% + 3rem);
}
.overons_sec img.sec_img {
    width: 55%;
    height: calc(100% - 3rem);
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 6rem;
}
.contact-form {
    margin-right: 2rem;
    padding: 2.5rem;
    border-radius: 50px;
    margin-top: 0;
}
.recruiter_sec h2 {
    max-width: 500px;
}
.thankyou_error {
    min-height: 80vh;
    display: flex;
    align-items: center;
}
}


@media (min-width:768px) { 


}

@media (max-width: 1199px) { 
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
.banner_sec {
    padding: 140px 0 70px 0;
}
.banner_sec .banner_img {
    width: 55%;
}
footer .footer_nav a {
    margin-left: 1rem;
}
}

@media (min-width: 992px) and (max-width: 1240px){	}

@media (min-width: 992px) and (max-width: 1199px) {  }

@media (max-width: 991px) {
.container-xxl {
    --bs-gutter-x: 2.5rem;
}
header .navbar .navbar-toggler {
    width: 42px;
    height: 42px;
    border: var(--bs-border0);
    min-width: auto;
    margin: 0;
    padding: 10px;
    margin-left: 0.65rem;
    outline: none;
    box-shadow: none;
    display: block;
    background: #ff7400;
    border-radius: 0;
}
.nav_overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #000000;
    opacity: 0.9;
    z-index: 990;
    transition: all .5s ease;
}
.nav_overlay.show {
    display: block;
}
#Menu_sidebar {
    position: fixed;
    width: 300px;
    right: 0;
    background: #fff;
    height: 100%;
    z-index: 999;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s, visibility 0s .4s;
    transition: transform .4s, visibility 0s .4s;
    overflow: scroll;
}
#Menu_sidebar.show {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}
#Menu_sidebar .close_sidenav {
    cursor: pointer;
    text-align: left;
    padding: 20px;
}
#Menu_sidebar .menu_logo {
    max-width: 170px;
    width: 100%;
    margin: 15px auto;
    filter: brightness(0);
}
#Menu_sidebar ul.navbar-nav {
    margin-bottom: 20px;
    flex-direction: column;
    border-top: 1px solid #cdcdcd;
    padding-top: 25px;
}
#Menu_sidebar ul li {
    list-style: none;
    padding: 0 15px;
    margin-bottom: 1.5rem;
}
#Menu_sidebar ul li a {
    font-size: 22px;
    text-decoration: none;
    width: max-content;
}
.py_3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.banner_sec {
    padding: 140px 0 2rem 0;
}
.banner_sec .banner_content {
    max-width: 500px;
}
.banner_sec .banner_img {
    width: 60%;
}
.welcome_sec .sec_title {
    max-width: 500px;
}
.overons_sec .content_box {
    margin-bottom: 1.5rem;
}
.recruiter_sec:before, .welcome_sec:before {
    display: none;
}
.welcome_sec .content_space {
    padding: 1.5rem;
    background: #f8f8f8;
}
footer .d_flex_cpyrgt {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
footer .footer_logo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
footer .footer_nav {
    justify-content: center;
}
footer .footer_nav a {
    margin: 0 7px;
}
footer .d_flex_cpyrgt p {
    margin-top: 4px;
    text-align: center;
}
.thankyou_error .sec__content, .thankyou_error .sec__img {
    text-align: center;
    margin-bottom: 1.5rem;
}
.thankyou_error .btn_block {
    justify-content: center;
}
}

@media (max-width: 767px) {
:root {
    --bs-fsbody: 18px;
    --bs-fsbanner: 21px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
.button {
    min-width: 100px;
    padding: 12px 20px;
}
.welcome_sec .content_space img {
    height: auto;
    margin-bottom: 1rem;
}
.onze_special .shadow_box, .overons_sec .content_box {
    padding: 1.5rem;
}
.marquee {
    height: 4rem;
}
}

@media (max-width: 575px) {
.container-xxl {
    --bs-gutter-x: 1.5rem;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 25px;
}
.large_p {
    font-size: 18px;
}
.subtitle {
    padding-left: 45px;
    letter-spacing: 0;
}
.subtitle_center {
    padding-right: 45px;
}
.subtitle:before, .subtitle_center:after {
    width: 35px;
}
.onze_special .shadow_box, .overons_sec .content_box {
    padding: 1rem;
}
footer .footer_nav {
    flex-direction: column;
    align-items: center;
}
footer .d_flex_cpyrgt p {
    font-size: 16px;
}
footer .footer_logo img {
    width: 200px;
}
}

@media (min-width: 481px) and (max-width: 575px) {
.banner_sec .banner_img {
    width: 100%;
    height: 400px;
}
.banner_sec {
    padding-top: 300px;
    padding-right: 80px;
}
}

@media (min-width: 420px) and (max-width: 480px) {
.banner_sec {
    padding-right: 60px;
}
.banner_sec .banner_img {
    width: 70%;
}
}


@media (max-width: 419px) {
.banner_sec {
    padding-top: 200px;
}
.banner_sec .banner_img {
    width: 80%;
}
footer .d_flex_cpyrgt p {
    font-size: 14px;
}
}