@font-face {
    font-family: "Avenir";
    src: url("../font/avenir_roman-webfont.woff2") format("woff2"),
        url("../font/avenir_roman-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Regular";
    src: url("../font/Avenir-Regular.woff2") format("woff2"),
        url("../font/Avenir-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Light";
    src: url("../font/Avenir-Light.woff2") format("woff2"),
        url("../font/Avenir-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Book";
    src: url("../font/Avenir-Book.woff2") format("woff2"),
        url("../font/Avenir-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Medium";
    src: url("../font/Avenir-Medium.woff2") format("woff2"),
        url("../font/Avenir-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Black";
    src: url("../font/Avenir-Black.woff2") format("woff2"),
        url("../font/Avenir-Black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-font-avenir: "Avenir";
    --bs-font-avenir-regular: "Avenir-Regular";
    --bs-font-avenir-light: "Avenir-Light";
    --bs-font-avenir-book: "Avenir-Book";
    --bs-font-avenir-medium: "Avenir-Medium";
    --bs-font-avenir-black: "Avenir-Black";
}

/* Mobile Responsive */

@media only screen and (max-width: 576px) {
    /* Common Styles */

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .site_heading_h2, h2 {
        font-size: 27px;
        line-height: 37px;
    }

    .site_heading_h3, h3 {
        font-size: 23px;
        line-height: 33px;
    }

    .site_heading_h4, h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .sortby_nav {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .sortby_nav div:last-child {
        margin-left: 0px;
    }

    .sort_by_val_content {
        left: 0px;
        text-align: left;
        max-width: 250px;
    }

    .mob_hide {
        display: none !important;
    }

    .page_container {
        padding: 25px 20px;
    }

    .content_wrapper {
        padding: 0px 20px;
    }

    .small-nav {
        margin-bottom: 30px;
    }

    .small-nav-inner-center {
        display: inline-flex;
        min-width: fit-content;
    }

    .small-nav-inner-right {
        display: inline-flex;
        width: 100%;
    }

    .small_btn {
        min-width: 100px !important;
        height: 30px !important;
        font-size: 12px !important;
        line-height: 28px !important;
        padding: 0 8px !important;
    }

    .red_btn {
        min-width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 28px !important;
        padding: 0 8px;
    }

    .sticky-icon a {
        transform: translateX(-20%);
    }

    .owl-nav {
        display: flex;
        justify-content: space-between;
    }

    .owl-prev {
        position: unset;
    }

    .owl-next {
        position: unset;
    }

    .section_title {
        font-size: 24px;
        line-height: 34px;
    }

    .innerPage_banner_img {
        object-fit: cover;
    }

    .table_outer_div {
        display: flex !important;
        overflow-x: auto !important;
    }

    /* .hover-arrow-link {
        padding: 5px 30px 5px 10px;
    } */

    .trasparent-btn-red {
        min-width: 130px;
        height: 35px;
        font-size: 15px;
        line-height: 30px;
    }

    .trasparent-btn-white {
        min-width: 130px;
        height: 35px;
        font-size: 15px;
        line-height: 30px;
    }

    /* Common Styles */

    /* Modal Style */

    .modal {
        z-index: 2000;
    }

    .newsletter_modal_details_content {
        padding: 10px;
    }

    .newsletter_modal_title {
        font-size: 22px;
        line-height: 32px;
    }

    .newsletter_modal_description {
        font-size: 16px;
        line-height: 26px;
    }

    .newsletter_modal_bottom_input_section {
        width: 100%;
        display: block;
    }

    .newsletter_modalInput {
        height: 35px;
        font-size: 16px;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .newsletter_modal_bottom_btn {
        height: 35px;
        font-size: 15px;
        line-height: 35px;
        margin-top: 5px;
    }

    .total_military_experience_row_div .col-md-4 {
        margin-bottom: 10px;
    }

    .total_corporate_experience_row_div .col-md-4 {
        margin-bottom: 10px;
    }

    .anual_salary_row_div .col-md-4 {
        margin-bottom: 10px;
    }

    .resume_upload_row_div .col-md-4 {
        margin-bottom: 10px;
    }

    .resume_upload_row_div .col-md-8 {
        margin-bottom: 10px;
    }

    /* Modal Style */

    /* Carousel Styles */

    .side_panel_list {
        position: unset;
        /* display: flex; */
        justify-content: center;
        width: auto;
        border-radius: 0;
        padding: 10px 25px;
        border: none;
    }

    .side_panel_list_item {
        text-align: left;
        padding: 10px 0px;
    }

    .side_panel_list_item:last-child {
        border-bottom: none;
    }

    .side_panel_list_item:hover::after {
        height: 70%;
        top: 7px;
        right: unset;
        width: 2px;
        left: -8px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 25% !important;
        top: -60px;
    }

    .carousel_links {
        top: 320px;
    }

    .carousel_link_top {
        display: flex;
        justify-content: center;
    }

    .carousel_btn {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    /* Carousel Styles */

    /* Blogs, Hot Jobs and Brand Style */

    .blg-div {
        height: auto;
        display: block;
    }

    .blg-img {
        width: 100%;
    }

    .blg-img img {
        height: 216px;
        width: 100%;
        object-fit: cover;
    }

    .blg-content {
        width: 100%;
        height: 220px;
    }

    .blg-cat {
        font-size: 12px;
        line-height: 16px;
    }

    .blg-title {
        font-size: 18px;
        line-height: 28px;
    }

    .blg-date {
        font-size: 14px;
        line-height: 26px;
    }

    .hot_jobs_items {
        padding: 15px;
        height: auto;
    }

    .hj_btns {
        position: unset;
        width: 100%;
        margin-top: 10px;
    }

    .hj_title {
        font-size: 18px;
        line-height: 28px;
    }

    /* Blogs, Hot Jobs and Brand Style */

    /* Blog Page Style */

    .blogs-big-div {
        height: auto;
    }

    .blogs-big-div img {
        position: inherit;
        width: 100%;
        height: 216px;
        object-fit: cover;
    }

    .blog-big-content {
        padding: 20px;
        width: 100%;
        height: 250px;
    }

    .blg_big_content_title1 {
        font-size: 12px;
        line-height: 16px;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }

    .blg_big_content_title2 {
        font-size: 19px;
        line-height: 30px;
    }

    .blg_big_content_desc {
        -webkit-line-clamp: 2;
    }

    .blg-details-img {
        border-radius: 8px;
        width: 100%;
        height: 216px;
    }

    .blg-details-title-main {
        font-size: 24px;
        line-height: 34px;
    }

    .blg-details-desc {
        margin: 20px 0px;
    }

    .blg-related-title {
        font-size: 16px;
    }

    .blog-bottom-listing {
        width: 100% !important;
    }

    .blog-content {
        height: 250px;
        padding: 20px;
    }

    .blog_details {
        width: 100% !important;
        margin-right: 0px;
    }

    .blg-details-catagory a {
        font-size: 12px;
        line-height: 26px;
    }

    .blg-details-title-main {
        font-size: 24px;
        line-height: 34px;
    }

    /* Blog Page Style */


    /* Home Page Style  */

    .ev_content {
        height: auto;
        padding: 20px 10px;
    }

    .ev_title {
        margin-top: 0.5rem;
        font-size: 18px;
        line-height: 28px;
    }

    /* Home Page Style  */

    /* Contact Page Style */
    .contact_wrapper {
        padding: 0px;
    }

    .contact_nav_header {
        border-bottom: none;
    }

    .contact_map {
        height: 200px;
    }

    .contact-nav {
        display: block;
        width: 100%;
    }

    .contact_tab_btn_link {
        display: block;
        margin: 0px 20px;
        cursor: pointer;
        position: relative;
    }

    .contact_tab_btn_link_value {
        font-size: 18px;
        line-height: 22px;
        color: #E51B24;
        font-family: var(--bs-font-avenir-medium);
        border-bottom: 1px solid #DDDDDD;
        display: block;
        padding: 10px 5px;
    }

    .contact_tab_btn_link_arrow_down {
        position: absolute;
        right: 10px;
        top: 50%;
    }

    .contact-nav {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 2000;
        height: 100%;
        padding-top: 100px !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .contact-nav .nav-link {
        display: block;
        margin: 0px 20px;
        text-decoration: none;
        border-bottom: 1px solid #DDDDDD !important;
        font-size: 18px;
        line-height: 22px;
        font-family: var(--bs-font-avenir-medium);
    }

    .contact-nav .nav-link:last-child {
        border-bottom: none !important;
    }

    .contact-nav .nav-link:hover {
        color: #E51B24 !important;
    }

    .contact-nav .nav-link.active {
        color: #E51B24 !important;
        font-family: var(--bs-font-avenir-medium) !important;
        border-bottom: 1px solid #DDDDDD !important;
    }

    .contact-nav .nav-link.active::before {
        content: url('../img/arrow_right_red.png');
        margin-right: 10px;
    }

    .contact-nav .nav-link.active::after {
        content: none;
    }

    .contact-nav-div-close-btn {
        position: absolute;
        right: 32px;
        top: 32px;
        width: 32px;
        height: 32px;
        opacity: 0.3;
        cursor: pointer;
        display: block;
    }

    .contact-nav-div-close-btn:hover {
        opacity: 1;
    }

    .contact-nav-div-close-btn:before, .contact-nav-div-close-btn:after {
        position: absolute;
        right: 0;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #000000;
    }

    .contact-nav-div-close-btn:before {
        transform: rotate(45deg);
    }

    .contact-nav-div-close-btn:after {
        transform: rotate(-45deg);
    }

    .contact-inner-div {
        margin-bottom: 25px;
    }

    .contact_section {
        scrollbar-width: thin !important;
        scrollbar-color: #555454 #A3A3A3 !important;
        scroll-behavior: smooth !important;
    }

    .contact_section::-webkit-scrollbar {
        width: 7px;
    }

    .contact_section::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #A3A3A3;
        border-radius: 10px;
    }

    .contact_section::-webkit-scrollbar-thumb {
        background: #555454;
        border-radius: 10px;
    }

    /* Contact Page Style */

    /* New Styles Starts Here */

    /* Header Styles */

    .top-nav {
        height: 220px;
    }

    .header_middle_logo {
        top: 125px;
    }

    .header_logo_box {
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        width: 250px;
    }

    .user_login_signup {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 999;
    }

    .user_icon {
        position: absolute;
        left: -25px;
        top: 5px;
    }

    .header_bottom_wrapper {
        padding: 0px;
    }

    .main-nav {
        position: absolute;
    }

    .menu-icon-toggle {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 1500;
    }

    .menu-icon-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        background-color: #fff;
        transform: translate(0, -50%);
        transition: opacity 0.3s 0.3s;
    }

    .home .menu-icon-toggle {
        position: fixed;
        left: 20px;
        top: 15px;
    }

    .home:not(.open_menu) .menu-icon-toggle span {
        background-color: #fff;
    }

    .menu-icon-toggle::before,
    .menu-icon-toggle::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #fff;
        transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    }

    .menu-icon-toggle::before {
        top: 6px;
    }

    .menu-icon-toggle::after {
        bottom: 6px;
    }

    .open_menu .menu-icon-toggle span {
        opacity: 0;
        transition: opacity 0.3s;
    }

    .open_menu .menu-icon-toggle::before {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .open_menu .menu-icon-toggle::after {
        bottom: calc(50% - 1px);
        transform: rotate(-45deg);
    }

    .open_menu .menu-icon-toggle::before,
    .open_menu .menu-icon-toggle::after {
        transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
        background-color: #000;
    }

    .menu-background {
        visibility: hidden;
        width: 300%;
        height: 250px;
        position: absolute;
        left: -130%;
        background-color: #fff;
        transition: background-position 0.5s, transform 0.5s 0.5s,
            visibility 0.5s 1s;
    }

    .navbar-collapse-content {
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 1050;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #ffffff;
        display: none;
        transition: all 0.3s 1s;
        /* padding-top: 50px; */
    }

    .home.open_menu .navbar-collapse-content {
        display: block;
        transition: all 0.3s;
    }

    .main-nav .navbar-nav {
        margin: 0;
        padding-left: 20px;
    }

    .main-nav .nav-item {
        border-bottom: 1px solid #dddddd;
    }

    .main-nav .dropdown {
        margin-right: 20px;
    }

    .main-nav .nav-item:last-child {
        border-bottom: none;
    }

    .main-nav .nav-link {
        color: #000000;
        font-size: 15px;
        padding: 15px 0px;
        font-family: var(--bs-font-avenir-medium);
    }

    .main-nav .dropdown-menu {
        border: none;
        background-color: #f7f7f7;
        border-radius: 0px;
        width: 120%;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 45px;
    }

    .main-nav .dropdown-item {
        border-bottom: 1px solid lightgray;
        width: 100% !important;
        padding: 15px 0px;
        font-size: 15px;
    }

    .main-nav .dropdown-item:last-child {
        border-bottom: none;
    }

    .main-nav .dropdown-item:hover {
        background-color: #f7f7f7;
        color: #e51b24;
    }

    .main-nav .dropdown .arrow_menu_down {
        top: 20px;
        right: 0;
        /* padding: 30px 0px; */
        /* padding-left: 50px; */
        transform: rotate(0deg);
        color: #000000;
    }

    .main-nav .dropdown.open .arrow_menu_down {
        transform: rotate(-180deg);
        padding-left: 0px;
    }

    .main-nav .dropdown:hover .dropdown-menu {
        display: none;
    }


    .inner_dropdown_menu {
        width: 100%;
    }

    .inner_dropdown_icon {
        top: 20px;
        right: 0;
        /* padding: 26px 0px; */
        /* padding-left: 50px; */
        transform: rotate(0deg);
    }

    .inner_dropdown_content .open {
        display: block;
    }

    .inner_dropdown_content {
        position: unset;
        border-radius: 0;
        background-color: transparent;
        width: 100%;
    }

    .inner_dropdown_menu.open .inner_dropdown_icon {
        transform: rotate(-180deg);
        padding-left: 0px;
    }

    .bg_white {
        background-color: #ffffff !important;
    }


    /* Header Styles */

    .m2c_bottom {
        height: auto;
        padding: 25px 0px;
    }

    .m2c_bottom_logo {
        position: unset;
    }

    .m2c_bottom_title {
        position: unset;
    }

    .m2c_bottom_desc {
        position: unset;
    }

    .m2c_bottom_links {
        position: unset;
    }

    /* Footer Style */

    .footer_wrapper {
        padding: 0px;
    }

    footer .foot-top {
        padding: 40px 20px;
        display: block;
    }

    .footer-dropdown {
        position: relative;
        margin-right: 0px;
        border-top: 1px solid #a3a3a3;
    }

    .footer-dropdown span {
        padding: 10px;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 28px;
        cursor: pointer;
    }

    .footer-dropdown:last-child {
        border-bottom: 1px solid #a3a3a3;
    }

    .footer-dropdown span .web_hide_down_arrow {
        display: inline-block;
        position: absolute;
        right: 0;
        padding: 10px;
    }

    .footer-dropdown-menu {
        display: none;
        width: 100%;
    }

    .footer-dropdown-item {
        width: 100%;
        padding: 5px 15px;
    }

    .footer-dropdown-menu.open {
        display: block;
    }

    .footer-dropdown.open span .web_hide_down_arrow {
        transform: rotate(-180deg);
    }

    .footer-dropdown-inner span {
        font-family: var(--bs-font-avenir-medium);
        padding: 10px;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 28px;
        border-top: none;
        margin-left: 5px;
    }

    .footer-dropdown-menu-inner {
        padding-left: 25px;
        position: unset;
    }

    .foot-bottom {
        padding: 20px;
    }

    .copyright_section {
        position: unset;
        text-align: center;
    }

    .copyright_section a {
        font-size: 14px;
    }

    .social_icons_section {
        position: absolute;
        bottom: 80px;
    }

    .social_icons_section a {
        font-size: 20px;
        padding: 7px 0px;
    }

    .footer_disclamer_div {
        height: auto;
        padding: 20px;
    }

    .footer_disclamer_div p {
        text-align: justify;
    }

    #move-to-top {
        bottom: 35px;
        right: 60px;
    }

    /* Footer Style */

    /* User Login n Forgot Password Page Styles Start */

    .login_content {
        border: 1px solid #dddddd;
        border-radius: 0px 0px 8px 8px;
        padding: 20px;
    }

    .login_footer {
        display: block;
    }

    /* User Login n Forgot Password Page Styles Start */

    /* Job Search Page Style Start */

    .advance_search_div {
        padding: 10px 0px;
    }

    .advance_search_link {
        position: unset;
        margin-top: 10px;
    }

    .advance_search_link .trasparent-btn-red {
        min-width: auto;
    }

    .advance_search_toggle {
        bottom: 25px;
    }

    /* Job Search Page Style Start */

    /* Template-2 Style Starts  */

    .overview_card_div {
        margin-bottom: 20px;
    }

    .our_process_div img {
        height: auto !important;
    }

    /* Template-2 Style Starts  */
}

.logo-management-mobile{
    height: auto;
    width:auto;
    margin-left: 0px;
    margin-top: 0px;
}

/* Mobile Responsive */