@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

/* color define  */
/* base color #ec0061 */
:root {
    /* bg color  */
    --bg-first-color: #FFFFFF;
    --bg-second-color: #464647;
    --bg-third-color: #373B4D;
    --bg-forth-color: #000;
    --bg-fifth-color: #2B2A2A;
    --bg-transparent: rgba(255, 255, 255, 0);
    --bg-7th-color: #717070;
    --bf-footer: #F3F3F3;

    /* border bg color  */
    --border-first-border: #2B2A2A;
    --border-second-color: #C1750D;
    --border-third-color: #074ea500;
    --border-forth-color: #BC1213;
    --border-fifth-color: #9E0EC9;
    --border-sixth-color: #D70058;

    /* text color  */
    --text-first-color: #ffffff;
    --text-second-color: #373737;
    --text-third-color: #000000;
    --text-forth-color: #f84257;
}

body {
    /* font-family: "Newsreader", serif; */
    font-family: "open sans", sans-serif;
}


/* index part start */


/* navbar start  */
/* top header  */
.first_header {
    height: auto;
    background-color: var(--bg-first-color);
    /* opacity: 0.85; */
    padding: 20px 16px;
}

@media (max-width:768px) {
    .first_header {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
}

.header_img_logo {
    height: auto;
    width: 100%;
}
.navbar-container .navbar_item{
    font-size: 14px;
}
.hambuger-btn {
    border: none;
    background-color: white;
}

.sub-menu-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.sub-menu-item {
    color: #2B2A2A;
    padding: 6px 0px;
    text-align: center;
    flex: 1;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.nav_top_icon_main {
    font-size: 14px;
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.nav_top_icon_main:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -transform: scale(1.05, 1.05);
    transform-origin: center;
    font-size: 16px;
}

.navbar-icon-img {
    width: 20px;
}

.top_icn_txt {
    font-size: 10px;
    padding: 0px;
    margin: 0;
}

@media (min-width: 992px) {
    .first_header {
        padding: 24px 160px;
    }

    .top_icn_txt {
        font-size: 12px;
    }

    .navbar-icon-img {
        width: 20px;
    }
}

.icons_top3 {
    /* margin-right: 20px;
    padding-right: 5px; */
    text-align: center;
    vertical-align: center;
}

.top_icn {
    font-size: 20px;
}

.navbar {

    height: 100px;
    padding: 0.5rem;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.lang_drop {
    position: relative;
}

.lang_btn {
    border-radius: 20px;
    padding: 5px 14px;
    margin: 5px;
    background: var(--bg-transparent);
    border-color: #BCBCBC;
}

.lang_btn:hover {
    background: var(--bg-transparent);
    border-color: #BCBCBC;
}

.drop_lang_styl {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 18px;
    position: absolute;
}

.drop_lang_items {
    border: none;
    color: var(--text-first-color) !important;
    font-size: 18px;
}

.btn-close {
    opacity: 100;
    color: var(--text-third-color);
}

.btn-close:hover {

    opacity: 1;
    color: var(--text-third-color);
}

.navbar_toggler_icon_mn {
    color: var(--text-third-color);
}

.img_Proper {
    height: 80px;
    position: absolute;
    top: 10px;
}

/* offcanvas header  */
.offcan_icon {
    font-size: 16px;
    text-align: center;
    margin: 5px;
}

.offcan_icn {
    font-size: 20px;
}

.second_header {
    background-color: #464647;
    opacity: 0.95;
    padding: 0px;
    height: 90px;
}

.nav-link{
    padding: 16px 20px !important;
}
.navbar-nav .nav-link {
    color: #F3F3F3;
    padding: 0;
}

.navbar-nav .nav-link.dropdown-toggle {
    color: #F3F3F3;
}

.navbar-nav .nav-link.dropdown-toggle:hover {
    color: #F3F3F3;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    background-color: whitesmoke;
}

/* offcanvas body  */
.navbar-nav .nav_itemss {
    margin: 0 10px;
}

.navbar-nav .nav_linkss {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-first-color);
    display: inline-block;
}

.dropdown_mega .drp_mega_menus {
    width: 100%;
    background: url("./img/2.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 90px;
    border-radius: 0;
}

.dropdown_mega .drp_mega_menus::before {
    background-color: white;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dropdown_mega .drp_mega_menus2 {
    width: 100%;
    background: url("./img/3.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 90px;
    border-radius: 0;
}

.dropdown_mega .drp_mega_menus2::before {
    background-color: white;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dropdown_mega .drp_mega_menus3 {
    width: 100%;
    background: url(/img/4.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 90px;
    border-radius: 0;
}

.dropdown_mega .drp_mega_menus3::before {
    background-color: white;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dropdown_mega .drp_mega_menus4 {
    width: 100%;
    background: url(/img/5.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 90px;
    border-radius: 0;
}

.dropdown_mega .drp_mega_menus4::before {
    background-color: white;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-group-item {
    font-size: 12px;
    color: var(--text-third-color);
    padding: 8px 16px;
    font-weight: bold;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.list-group-item:hover {
    color: #D70058;
    text-decoration: none;
}

.img_in_mega {
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 118px;
}

.list-group {
    --bs-list-group-bg: var(--bg-transparent);
    gap: 8px;
    text-align: center;
}

.btn_close_mn {
    position: absolute;
    right: 30px;
    top: 45px;
    bottom: 0;
    left: 0;
}



.card_mega_sec {
    background-color: var(--bg-transparent);
    border: none;
    width: 100%;

}

.card_mega {
    background-color: var(--bg-transparent);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_text_cont {
    text-align: justify;
}

.card_vid_cont {
    width: 80%;
}

.about_menu_mega {}

.mega_drp_heading {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.mega_drp_heading_h5 {
    position: relative;
    padding: 40px 0px;
    font-weight: bold;
}

.stdy_dest__menu_mega .std_mega_drp_heading_h5 {
    font-size: 22px;
}

.img_in_mega_stdy_des {
    position: absolute;
    bottom: 0;
    width: 285px;
    right: 150px;
}

.stdy_des_list_itemss,
.stdy_des_list_itemss1,
.joinus_des_list_itemss {
    font-size: 12px;
}

.joinus_drp_heading_h5 {
    font-size: 22px !important;
    font-weight: bold;
    /* text-align: center !important; */
}

.enrolment_p22 {
    color: black;
    letter-spacing: 1px;
    font-weight: 600;
}

.social_part {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 0px 50px 0px;
}

.social_part_img {
    width: 40px;
}


.card-text {
    font-size: 12px;
}

/* navbar end  */

/* carousel start  */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(57,51,51,0.95)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(57,51,51,0.95)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.75;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 55px;
    width: 55px;
}

/* carousel end  */

/* Services card start  */
.two_service_part {
    background-image: url('../img/background-img/help-part-bg.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    margin: 25px 0px;
    display: none;
}

.two_service_part_over {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 80%;
    position: absolute;
    z-index: 15;
    padding: 25px 0px;
}

.two_service_part_box {
    position: absolute;
    z-index: 20;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service_card_container {
    gap: 15px;
    display: none;
    padding: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.service_card_container_mob {
    gap: 15px;
    display: flex;
    padding: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.service_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 250px;
    min-height: 250px;
    padding: 20px;
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.service_header {
    font-size: 16px;
}

.service_para {
    font-size: 12px;
}

.service_icon {
    font-size: 25px;
}



.service_card_max {
    text-align: center;
    flex: 1;
}

.services-top {}

.service_card_max .services-top i {
    font-size: 45px;
}

.service_card_max .services-top h5 {
    font-size: 15px;
}

.service_card_max p {
    font-size: 12px;
}



/* Services card end  */

/* we services start  */
.we_help_part {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.we_help_part_div1 {
    flex: 1;
    width: 50%;
    border-right: 1px solid black;
}

.we_help_part_div2 {
    flex: 1;
    width: 50%;
    text-align: center;
}

.we_help_part_img {
    height: 50px;
    width: 50px;
    display: block;
}

.text-card-carosoul {
    width: 300px;
}

.we_help_part_lft_h1 {
    position: absolute;
    bottom: 140px;
    left: 145px;
    font-weight: 400;
    font-size: 40px;
}

.we_help_part_lft_i {
    position: absolute;
    bottom: 120px;
    left: 145px;
    font-weight: 400;
    color: var(--text-forth-color);
}

.review {
    font-size: 14px;
}

.reviewer-name {
    font-size: 18px;

}

@media(min-width:768px) {
    .two_service_part {
        display: block;
    }

    .service_card_container {
        display: flex;
    }

    .service_card_container_mob {
        display: none;
    }
}

@media(min-width:1200px) {
    .two_service_part_box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_card_container {
        margin: 25px;
        border-radius: 10px;
        width: 1000px;
        background-color: whitesmoke;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

    }

    .service_card {
        min-width: 200px;
        box-shadow: none;

    }

    .we_help_part {
        display: flex;
        width: 1000px;
        text-align: center;
    }
}

.we_help_part_mob {

    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width:1200px) {
    .we_help_part_mob {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 25px 0px;
    }

    .we_help_part_div1 {
        border-right: none;
    }
}

/* vartical Slider start */

/* .swiper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.swiper-slide {
    flex: 1;
    text-align: center;
    font-size: 18px;
    background: #fff;
} */

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.swiper-slide {
    background-position: center center;
    background-size: cover;

}

.swiper-slide img{
    vertical-align: middle;
    border-style: none;
    height: 200px;
    width: 100%!important;
}

/* .owl-carousel .item {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: white;
    font-size: 2rem;
  }
.owl-carousel .owl-nav {
    display: none; 
  }
.swiper_vertical_slider_container {}
.swiper_vertical_slider_warper {}
.swiper_vertical_slider_parts {}
.swiper_vertical_left {}
.wiper_vertical_left_icon {}
.swiper_vertical_right {}
.wiper_vertical_right_h5 {}
.wiper_vertical_right_p {} */

/* vartical Slider end */

/* we services end  */

/* who we are start  */
.who_we_are_section {
    background: url('../img/who-we-are.png') no-repeat center;
    background-size: cover;
    width: 100%;
    /* padding: 140px 70px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.who_we_are_section_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 5vw;
}


.who_we_are_section_img_container {
    display: none;
}

.who_we_are_section_h2 {
    font-size: 30px;
    font-weight: 500;
}

.who_we_are_section_p {
    padding: 5px;
    text-align: justify;
    font-size: 14px;
}

/* .who_we_are_btn_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 80px;
    overflow-x: scroll;
} */
.who_we_are_btn_container {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* for smooth scrolling on iOS */
}

.who_we_are_btn_container::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar */
}

.tab-btn {
    flex: 0 0 auto;
    /* Ensure the buttons don't shrink or grow */
    border: none;
    padding: 0px;
    background: white;
    font-size: 14px;
    font-weight: bold;
}

.who_we_are_section_li_a {
    font-size: 16px;
    font-weight: 500;
    padding-right: 65px;
    color: var(--text-third-color);
}

.who_we_are_section_li_a:hover {
    color: var(--bs-orange);
}

.who_we_are_slider {
    width: 100%;
}

.who_we_are_slider_main {
    line-height: 13px;
    position: relative;
    top: 15px;
}

.who_we_are_slider_p {
    font-size: 14px;
    display: block;
    text-align: justify;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

#tab1 {
    text-decoration: underline;
    text-decoration-color: #ec0061;
    text-decoration-thickness: 5px;
}

@media (min-width:425px) {
    .who_we_are_btn_container {
        justify-content: start;
        gap: 40px;
    }

    .tab-btn {
        font-size: larger;
    }
}

@media (min-width:992px) {
    .who_we_are_section_container {
        flex-direction: row;
        gap: 25px;
    }

    .who_we_are_section_img_container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

    .img-z-index-1 {
        background-color: whitesmoke;
        max-width: 450px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }


    .who_we_are_section_img {
        max-width: 450px;
        height: auto;
        border-radius: 100%;
        padding: 25px 35px;
    }

    .who_we_are_section_tab_container {
        width: 50%;
    }
}

/* who we are end  */

/* portfolio section start */
.portfolio_section {
    padding: 50px 5vw;
    background: whitesmoke;
}


.study_header {
    /* text-transform: uppercase; */
    color: var(--text-third-color);
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.portfolio_section_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;

}

.portfolio_section_img {
    position: relative;
    text-align: center;
    flex: 1;
    min-width: 250px;
    max-width: 250px;
    border-radius: 10px;
    overflow: hidden;
}
.portfolio_section_img a:hover{
    text-decoration: none;
}
.portfolio_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img_part {
    height: 50px;
    
}

.img_text {
    font-size: 20px;
    color: var(--text-first-color);
    font-weight: 600;
}


.item_imgs {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform .2s;
}

.item_imgs:hover{
    transform: scale(1.5);
}

@media (min-width:1200px) {
    .portfolio_section {
        padding: 25px 15vw;
    }
    .study_header {
        font-size: 32px;
        font-weight: bold;
    }
}

/* portfolio section end */

/* Achievement part start */
.achievement-container {
    background: url("../img/bg_achiev.webp") no-repeat center;
    background-size: cover;
    width: 100%;
    color: var(--text-first-color);
    padding: 80px 5vw;
}
.achi_heading{
    padding-bottom: 35px;
}
.achievement-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.achievement-card{
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    max-width: 350px;
    min-width: 250px;
}
.achi_icon{
    font-size: 50px;
}
.achievement_card_footer p{
    margin-top: 10px;
    font-size: 13px;
}
@media (min-width:1024px) {
    .achievement-container{
        padding: 80px 15vw;
    }
}

.achievement {
    background: url("../img/bg_achiev.webp") no-repeat center;
    background-size: cover;
    width: 100%;
    color: var(--text-first-color);
    padding: 35px 10vw;
}

.achievement_h1 {
    padding-bottom: 50px;
}

.achievement_top {}

.achievement_top h2 {
    font-size: 50px;
    font-weight: 700;
}

.achievement_top p {}

.achievement_bottom {}

.achievement_bottom i {
    font-size: 55px;
}

.achievement_bottom p {
    font-size: 12px;
}

.build_office_last {}

/* Courses start  */

.course_section {
    background: var(--bg-third-color);
    padding: 80px 10vw;
}

.course_section_h1 {
    color: var(--text-first-color);
    font-size: 32px;
    padding: 0px 0px 45px 0px;
}
.course-container-box{
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    align-items: center;
}
.course_card {
    flex: 1;
    padding: 24px 15px;
    background: var(--bg-first-color);
    border: 1px solid var(--bs-border-color);
    box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 350px;
    min-width: 290px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card_top {}

.card_top i {
    font-size: 60px;
    padding-bottom: 20px;
}

.card_top h1 {
    font-size: 18px;
    font-weight: 450;
}

.card_bottom {}

.card_list {
    font-size: 16px;
    padding: 0px 60px;
}
.card_list li{
    padding: 8px 0px;
    font-size: 14px;
}
/* Courses end  */

/* country start  */
.country_section {
    background: url(/img/Slider/2/BG_slider.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
}

.country_section_img_1{
    background: url("../img/country-carousel/aus-bg.webp") no-repeat center;
    background-size: cover;
    width: 100%;
}
.country_section_img_2{
    background: url("../img/country-carousel/nz-bg.webp") no-repeat center;
    background-size: cover;
    width: 100%;
}
.country_section_img_3{
    background: url("../img/country-carousel/canada-bg.webp") no-repeat center;
    background-size: cover;
    width: 100%;
    opacity: 0.5;
}
.country_section img {
    width: 650px;
    margin: 0 auto;
}
.country_inner_box{
    text-align: center;
    padding: 50px 20px;
}
/* country end  */

/* Counseling start  */
.Counseling {
    background-color: var(--bg-forth-color);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 5vw;
    text-align: center;
}

.Counseling_h5 {
    color: var(--text-first-color);
}

.Counseling_p {
    color: var(--text-first-color);
    font-size: 12px;
}


.Counseling_btn {
    color: var(--text-first-color);
    padding: 12px 36px;
    border-radius: 30px;
    background: #f30303;
    font-size: 12px;
}

.Counseling_btn:hover {
    font: 400;
    background: rgb(153, 14, 14);
    color: var(--text-first-color);
}

/* Counseling end  */

/* SERVICE & ASSISTANT start  */
.service_assistant_section_1 {
    background-color: var(--bg-7th-color);
    padding-top: 80px;
}

.service_assistant_section_2 {
    background: url(/img/how_it_works_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #717070;
    padding: 30px 0px;
}

.button_ser_assis {
    background: #20303C;
    border: 1px solid var(--text-first-color);
    width: 270px; 
    text-align: center; 
    display: inline-block; 
    overflow: hidden;
    color: var(--text-first-color);
    font-size: 10px;
    padding: 12px 0px;
    transition: transform 0.3s ease; 
}


.arrow_icon{
    margin-left: 10px;
}

.button_ser_assis:hover {
    color: var(--text-first-color);
    background: #20303C;
    transform: scale(1.02);
}

.part_2_h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}
.ser_assis_h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: 0;
}

@media (min-width:428px) {
    .button_ser_assis {
        width: 350px; 
    }
}

@media (min-width:768px) {
    .button_ser_assis {
        width: 450px; 
    }
}

@media (min-width:992px) {
    .part_2_h4 {
        margin-left: 9rem;
    }
    .ser_assis_h4 {
        margin-right: 9rem;
    }
}
/* SERVICE & ASSISTANT end  */

/* success stories start  */

.success_stories_section {
    background-color: var(--bg-7th-color);
    padding: 85px 5vw;
}

.success_stories_h2 {
    font-size: 32px;
    color: var(--text-first-color);
    font-weight: 400;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.success_stories_name{
    font-size: 32px;
    padding: 18px 0;
}
.success_stories_card{
    max-width: 300px;
    min-width: 280px;
}
.stories_top img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.stories_top i {
    position: relative;
    font-size: 33px;
    color: var(--bg-first-color);
    top: -31px;
    left: -50px;
}

.stories_top h4 {
    position: relative;
    top: -12px;
    color: var(--text-first-color);
    font-weight: 500;
    font-size: 22px;
}

.stories_bottom {
    color: var(--text-first-color);
    font-size: 12px;
    text-align: justify;
}

/* success stories end  */

/* footer section start  */

.footer_section {
    background-color: var(--bg-fifth-color);
}
.footer_section_container{
    color: var(--text-first-color);
    padding: 40px 5vw;
}
.footer_top_11 {}

.footer_top_icon {
    padding-right: 10px;
    font-size: 13px;
}

.footer_top_text_p1 {
    font-size: 12px;
    margin-top: 5px;
}
.footer_top_text_p2 {
    font-size: 12px;
    margin-bottom: 3px;
}
.footer_top_text_p3 {
    font-size: 12px;
}
.footer_top_text_1 {
    font-size: 12px;
}

.top_p {
    margin-bottom: 0;
}
.social_follow_us_box{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer_top_h6 {
    font-size: 18px;
}

.footer_top_icon_lst {
    color: white;
    font-size: 30px;
}

.footer_top_icon_a {
    color: var(--text-first-color);
    text-decoration: none;
}


.footer_top_img {
    min-width: 50px;
}


.membership_h6{
    padding-top: 50px;
    padding-left: 26px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.membership_img {
    max-width: 110px;
    height: 90px;
    padding: 15px 0px;
    flex: 1;
}

.agents_section {
    padding: 50px 0px 0px 0px;
}

.agents_section_img_lft {
    max-width: 650px;
    max-height: 90px;
}

.footer_payments {
    text-align: center;
    padding-top: 15px;
}
.payment_card{
    padding: 2px;
    background: white;
    border-radius: 3px;
}
.footer_payment_btn {
    background: var(--bg-first-color);
    padding: 4px 55px;
    margin-top: 10px;
    font-size: 12px;
}

.footer_payment_btn:hover {
    background: var(--bg-first-color);
    color: var(--text-third-color);
}

.img_footer_payment {
    width: 50px;
    height: 30px;
}

.footer_last_h6 {
    font-size: 18px;
    font-weight: 400;
}

.footer_last_p {
    font-size: 10px;
    text-align: justify;
}

.btn_footer_form {
    border-radius: 0px;
    border-color: var(--border-sixth-color);
}

.btn_footer_signup {
    background: var(--bs-red);
    padding: 0 20px;
    color: var(--text-first-color);
    font-weight: 350;
}

/* .btn_footer_form::focus {
    border-color: border-color: var(--border-sixth-color);
    box-shadow: none;
} */

.btn_footer_signup:hover {
    color: var(--text-first-color);
    background: var(--bs-red);
}

.footer_middle {
    background: var(--bf-footer);
    padding: 70px 5vw 0px 5vw;
}

.footer_middle_list {
    color: var(--text-third-color);
    font-size: 14px;
}

.footer_middle_list:hover,
.footer_middle_list_last:hover {
    color: var(--bs-orange);
}

.footer_middle_icon_h5 {
    font-size: 25px;
    font-weight: 300;
}

.footer_middle_icon_h3 {
    font-size: 22px;
    font-weight: 500;
}

.footer_middle_icon_main {
    text-align: center;
}

.footer_middle_icon {
    font-size: 16px;
}

.footer_middle_final {
    padding: 35px 0px;
}

.footer_middle_para {
    padding-left: 15px;
    font-size: 14px;
}

.footer_middle_last_img {
    padding-left: 5px;
}

.footer_middle_last_txt {
    font-size: 10px;
    text-align: center;
    margin: 0;
}

.footer_middle_list_last {
    color: var(--text-third-color);
    font-size: 12px;
}

.footer_copyright {
    font-size: 10px;
    text-align: left;
}

.footer_nav_last {
    padding: 10px 0px;
}

.footer_last {
    width: 100%;
    height: 75px;
    background: var(--bg-fifth-color);
}

@media (min-width:768px){
    .footer_section_container {
        padding: 80px 15vw;
    }
}
@media (min-width:1024px){
    .footer_nav_last {
        padding:0px;
    }
}
@media (max-width:992px){
    .footer_middle_last_img {
        max-width: 250px;
    }
}

/* footer section end  */
/* index part end */



/* enrollement page start  */
.parallax_background {
    background-image: url(/img/tax-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_awards {
    background-image: url(/img/aboutus_sec/awards_&_recognition.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_section_global_NT {
    background-image: url(/img/aboutus_sec/global_network.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_privacy {
    perspective: 1000px;
    overflow: hidden;
    height: 300%;
}

.parallax_background_privacy_sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    background: url(/img/parallax/wave_2.jpg) center/cover;
    transform-origin: center;
    transform: translateZ(-100px) scale(2);
    animation: wave 30s infinite alternate;
}

@keyframes wave {
    0% {
        transform: translateZ(-100px) scale(2);
    }

    50% {
        transform: translateZ(-100px) scale(2.5);
    }

    100% {
        transform: translateZ(-100px) scale(2);
    }
}

.parallax_background_about_us {
    background-image: url(/img/parallax/bg-aboutus.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_about_us_sub {}

.parallax_background_service {
    background-image: url(/img/services_sec/service_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_services_sub {}

.parallax_background_refer {
    background-image: url(/img/form/cash.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_join_team {
    background-image: url(/img/form/joinourteam.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_join_becomeagent {
    background-image: url(/img/form/office.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_part_of_us {
    background-image: url(/img/Become_a_part_of_us/background1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_partner {
    background-image: url(/img/form/partner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.parallax_background_Insurance {
    background-image: url(/img/form/shape_background.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.enrollement_section_global {
    background-image: url(/img/GLOBAL_STUDENT_ENGAGEMENT/global_student.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.enrollement_section_corporate {
    background-image: url(/img/corporate/corporate_building_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.enrollement_section_sustainbility {
    background-image: url(/img/sustainbility/sustainbilaty2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}



.global_student_h2 {
    font-size: 42px;
    padding-bottom: 25px;
    letter-spacing: 0.2px;
    font-weight: 700;
}

.global_student_p {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.5px;
}

.global_student_p1 {
    padding-top: 75px;
}

.global_student_img {
    width: 300px;
    height: auto;
}

.global_student_img2 {
    border-radius: 50%;
    background: var(--bg-first-color);
    border: 1px solid #ddd;
    padding: 8px;
    box-shadow: 0px 4px 45px rgba(255, 255, 255, .1);
    margin-bottom: 30px;
}

.global_student_img3 {
    border-radius: 50%;
    background: var(--bg-first-color);
    border: 1px solid #ddd;
    padding: 3px;
    box-shadow: 0px 4px 45px rgba(255, 255, 255, .1);
    margin-top: 30px;
    height: 210px;
    width: 210px;
}

.corporate_num_sub {
    width: 120px;
    height: 120px;
    background: var(--border-sixth-color);
    border-radius: 50%;
    margin: 0 auto;
}

.corporate_num_sub {
    color: var(--text-first-color);
    font-size: 95px;
    font-weight: 600;
}

.corporate_num {}

.corporate_num_sub_1 {
    box-shadow: 19px 7px 49px rgba(0, 0, 200, .1);
}

.corporate_num_sub_2 {
    margin-left: -70px;
    box-shadow: 19px 7px 49px rgba(0, 0, 200, .1);
}

.corporate_num_sub_3 {
    box-shadow: 19px 7px 49px rgba(0, 0, 200, .1);
}

.corporate_num_sub_list {
    padding-top: 145px;
}

.corporate_num_sub_list_items {
    font-size: 15px;
}

.enrollement_section {
    padding: 50px 0;
}

.enrollement_section_card {
    padding: 50px 72px;
    box-shadow: 0px 4px 57px rgba(0, 2, 0, .1);
    border-radius: 6px;
    border-color: rgba(0, 2, 0, .1);
}





.uYj0Sg {
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.institute_partner_section_card {
    padding: 50px 72px;
    box-shadow: 0px 4px 57px rgba(0, 2, 0, .1);
    border-radius: 6px;
    border-color: rgba(0, 2, 0, .1);
    height: 100%;
}

.institute_partner_section_card_body {}

.gallery_H2 {
    z-index: 999;
    position: relative;
    text-align: center;
    color: black;
    font-weight: bolder;
    padding-bottom: 40px;
}

.about_us_H2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 20px;
}

.about_us_p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.parallax_z_index {
    z-index: 999;
    position: relative;
}

.about_us_img_part {
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
    opacity: 1;
}

.about_us_img_part:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -transform: scale(1.05, 1.05);
    opacity: 0.6;
    transform-origin: center;
}

.servics_us_card {
    background: var(--bg-first-color);
    padding: 0;
}

.services_card_img_part_main {}

.services_card_img_part {}

.services_us_card_main_part {}







.enrollement_h2,
.oshc_h2,
.scholarship_h2,
.ielts_h2,
.career_h2,
.tax_h2,
.airport_h2,
.accomodation_h2,
.bank_h2,
.health_h2,
.migration_h2,
.year_h2,
.naati_h2,
.study_options_h2,
.company_overview_h2,
.our_vision_h2,
.live_counseling_h2,
.institution_partners_h2,
.study_guide_h2,
.job_seeking_guide_h2,
.networking_h2,
.global_career_h2,
.faq_h2,
.office_global_h2,
.Privacy_H2,
.Terms_H2,
.why_choose_us_about_us_H2,
.refer_h2,
.join_team_h2,
.bcom_agent_h2,
.main_bcom_agent_h2,
.bcome_part_of_us_h2,
.partner_h2,
.Insurance_h2,
.address_global_h2 {
    text-align: center;
    padding: 15px 0;
    font-size: 25px;
    /* position: relative; */
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #EC0061;
    text-underline-offset: 7px;
}

/*.enrollement_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 128px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

.enrollement_p {
    font-size: 18px;
    text-align: justify;
    color: var(--bs-dark);
}

.enrollement_p1 {
    margin: 0;
    font-size: 18px;
}

.awards_p {
    text-align: center;
    font-size: 22px;
}

.enrollement_card_row {
    padding: 15px 0px;
}

.enrollement_card_bottom {}

.enrollement_card_list {
    font-size: 16px;
    color: var(--bs-dark);
}

.enrollement_card_list1 {
    text-align: justify;
    font-size: 16px;
}

.enrollement_card_img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.Health_card_img {
    height: 200px;
    position: relative;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
}

.awards_img_sec {
    padding-top: 40px;
}

.awards_img {
    /* box-shadow: 0px 4px 57px rgba(0, 2, 0, .1); */
    filter: drop-shadow(0 0 0.75rem rgb(92, 92, 92));
}

.awards_img_ccircle {}

.form_select_g_nt {}

.global_network_top1 {
    font-size: 14px;
    font-weight: 700;
}

.global_network_top1_1 {
    color: var(--bs-red);
    font-size: 7.5px;
    /* font-weight: 600; */
}

.form-select:focus {
    border-color: #f3f3f3;
    outline: 0;
    box-shadow: none;
}

.card_global_nt {
    padding: 10px 0;
    max-height: 200px;
    margin: 10px 0;
}

.card_img_flag {
    border-radius: 100%;
    width: 85px;
    height: 85px;
}

.card_right_h5 {
    font-size: 16px;
    font-weight: 700;
}

.card_right_p {
    font-size: 12px;
    margin: 0;
    color: var(--bs-dark);
    line-height: 16px;
    letter-spacing: 1px;
}

.btn_card_services_right:hover {
    background: var(--bf-footer);
    color: var(--text-third-color);
}

.global_car_sec_main {
    /* margin: 10px 0; */
}

.form-select {
    color: var(--bs-secondary);
}

.gallery_part {
    z-index: 9999;
    position: relative;
}

.gallery_img_part {
    max-height: 212px;
    width: 100%;
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
    opacity: 0.8;
}

.gallery_img_part:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -transform: scale(1.05, 1.05);
    opacity: 1;
    transform-origin: center;
}

.about_us_card_img {
    width: 233px;
    padding: 30px 0;
}

.about_us_card {
    box-shadow: 0px 4px 57px rgba(0, 2, 0, .1);
    border-radius: 15px;
    border-color: rgba(0, 2, 0, .1);
}

.about_us_card_img_part_main {}

.about_us_card_img_part {}

.about_us_card_main_part {
    /* padding-top: 50px; */
}

.list_group_about_us_h4 {
    font-size: 16px;
    font-weight: 600;
}

.list_group_about_us {}

.list_group_about_us_items {
    border: none;
    font-size: 12px;
}

.list_group_about_us_items:hover {
    color: var(--text-forth-color);
}

.card_top_service_h1 {
    font-weight: 600 !important;
    padding: 10px 0;
    margin: 0;
}

.enrollement_p11 {
    font-size: 18px;
}




/* enrollement page end  */

/* oshc part start  */
/*.oshc_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 325px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.scholarship_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 135px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.ielts_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 283px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

.carrer_img {
    width: 100%;
}

.career_p {
    padding-top: 15px;
    font-size: 13px;
    font-weight: 400;
}

/*.career_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 201px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.tax_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 128px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.airport_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 165px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 120px;*/
/*}*/

/*.accomodation_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 190px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 120px;*/
/*}*/

/*.bank_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 225px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/

/*}*/

/*.health_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 370px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.migration_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 210px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.year_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 308px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.naati_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 124px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.study_options_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 195px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.company_overview_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 225px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.our_vision_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 120px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.live_counseling_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 180px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.institution_partners_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 205px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 110px!important;*/
/*}*/

/*.study_guide_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 152px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.job_seeking_guide_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 220px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.networking_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 337px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/
/*.global_career_h2{*/
/*    font-size: 15px!important;*/
/*}*/

/*.global_career_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 263px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.faq_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 330px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.office_global_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 130px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 95px;*/
/*}*/

/*.Privacy_H2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 145px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.Terms_H2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 132px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.why_choose_us_about_us_H2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 167px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.refer_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 133px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.join_team_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 150px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.bcom_agent_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 180px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.main_bcom_agent_h2::before {}*/

/*.bcome_part_of_us_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 203px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.partner_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 309px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/

/*.Insurance_h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 362px;*/
/*    height: 2px;*/
/*    background: #EC0061;*/
/*    top: 115px;*/
/*}*/


.form-check-input:checked {
    /* background-color: var(--bg-transparent); */
    border-color: var(--bs-border-color);
}

.form-check-input[type=checkbox] {
    border-radius: 50%;
}

.custom_form {
    box-shadow: 0px 4px 57px rgba(0, 2, 0, .1);
    border-radius: 5px;
}





.form-check-input {
    border-radius: 50%;
}

.enrollement_p1_title {
    font-size: 14px;
    font-weight: 400;
}

.faq_text {
    font-size: 22px;
    font-weight: 700;
}

.study_guide_img {
    width: 400px;
}

.job_seeking_img {
    width: 250px;
    padding: 14px 0;
}

.institute_partner_img {}

.institute_partner_p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-dark);
}

.tax_img {}

.year_img {
    width: 300px;
    height: auto;
    padding: 20px 0;
}

.study_options_card_img {
    width: 300px;
}

.btn_card_services,
.btn_card_services_right {
    color: var(--text-first-color);
    background: linear-gradient(180deg, #ec0061 0%, #ec0061 100%), #B46640;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 50px;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 10px 20px;
}

.btn_card_services:hover {
    background: linear-gradient(333deg, #4f44da 55%, rgba(180, 102, 64, 0) 100%), #4F44DA;
    color: var(--text-first-color);
}

.btn_card_services_book_now {
    color: var(--text-first-color);
    background: linear-gradient(180deg, #ec0061 0%, #ec0061 100%), #B46640;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 50px;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 10px 30px;
    border-color: var(--border-sixth-color);
}

.btn_card_services_book_now:hover {
    background: var(--bf-footer);
    color: var(--text-third-color);
}

.text_italic {
    font-style: italic;
    text-align: center;
    font-weight: 450;
    padding-bottom: 5px;
}

.oshc_card_img {}

.affiliations_card_img {
    width: 115px;
}

.card_ing_extra {
    position: relative;
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
}

.affilate_card_h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
}

.affiliations_card_img_last {
    width: 100px;
}

.Institute_partner_img {}

/* oshc part start  */

.study_destination_section {
    width: 100%;
    height: 100vh;
}


/* Proof any Document start */
.upload_dropZone {
    color: #0f3c4b;
    height: 86%;
    /* background-color: var(--colorPrimaryPale, #c8dadf); */
    outline: 2px dashed var(--colorPrimaryHalf, #c1ddef);
    /* outline-offset: -12px; */
    transition:
        outline-offset 0.2s ease-out,
        outline-color 0.3s ease-in-out,
        background-color 0.2s ease-out;
}

.upload_dropZone.highlight {
    outline-offset: -4px;
    outline-color: var(--colorPrimaryNormal, #0576bd);
    background-color: var(--colorPrimaryEighth, #c8dadf);
}

.upload_svg {
    fill: var(--colorPrimaryNormal, #0576bd);
}

.btn-upload {
    color: #fff;
    background-color: #00cdd7;
}

.btn-upload:hover,
.btn-upload:focus {
    color: #fff;
    background-color: #00cdd7;
}

.upload_img {
    width: calc(33.333% - (2rem / 3));
    object-fit: contain;
}

.custom-file-input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(1.5em * 6 + 1rem + 2px);
    /* 6 rows height */
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #8d1f1f;
    resize: none;
    /* To prevent resizing */
    /* Hide overflow if any */
    text-align: center;
}

.custom-file-input input[type="file"] {
    position: absolute;
    opacity: 0;
    /* Hide the original input */
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* Change cursor to pointer */
}

.custom-file-input .upload-text {
    position: absolute;
    color: #6c757d;
    /* Bootstrap's text-secondary color */
    pointer-events: none;
    /* Make the text non-interactive */
    text-align: center;
    z-index: -1;
}

.custom-file-input input[type="file"]:focus+.upload-text,
.custom-file-input input[type="file"]:valid+.upload-text {
    display: none;
    /* Hide the text when the input is focused or has a file */
}

/* Proof any Document end */

.custom_lavels {
    font-size: 12px;
    font-weight: 600;
}

.form_diference {}

.form-control:focus {
    border-color: #f3f3f3;
    outline: 0;
    box-shadow: none;
    box-shadow: 0px 4px 57px rgba(0, 2, 0, .1);
}

.btn_card_services_refer {
    color: var(--text-first-color);
    background: linear-gradient(180deg, #ec0061 0%, #ec0061 100%), #B46640;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 30px;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 10px 30px;
}

.btn_card_services_refer:hover {
    background: var(--bf-footer);
    color: var(--text-third-color);
}

.map {
    width: 100%;
    height: auto;
}

.map_card {
    width: 100%;
    height: 350px;
}

.global_card {
    margin-bottom: 20px;
}


/* Responsive part  */

@media (min-width: 576px) and (max-width: 767px) {
    
    .achievement_top {
        padding-bottom: 40px;
    }

    .achievement_bottom {
        padding-bottom: 25px;
    }

    .achievement_bottom p {
        font-size: 22px;
    }

    

    .country_section img {
        width: 580px !important;
    }


    .stories_top i {
        position: relative;
        font-size: 33px;
        top: 65px;
        left: -151px;
    }

    .stories_bottom {
        font-size: 15px;
    }

    .footer_top_11 {
        text-align: center;
    }

    .stories_top h4 {
        position: relative;
        top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    

    .achievement_top {
        padding-bottom: 40px;
    }

    .achievement_bottom {
        padding-bottom: 25px;
    }

    .achievement_bottom p {
        font-size: 22px;
    }

 

    .country_section img {
        width: 820px !important;
    }

    .stories_top i {
        position: relative;
        top: 65px;
        left: -155px;
        right: 0;
        bottom: 0;
    }

    .stories_top h4 {
        position: relative;
        top: 5px;
    }

    /* .who_we_are_section_img {
        width: 500px;
        height: 500px;
        border-radius: 100%;
        padding: 0;
        position: relative;
        top: 0;
        left: 170px;
    } */
}

@media (min-width: 992px) and (max-width: 1200px) {


    .achievement_top {
        padding-bottom: 45px;
    }

    .achievement_bottom {
        padding-bottom: 25px;
    }

    .achievement_bottom p {
        font-size: 12px;
    }

    .build_office_last {
        position: relative;
        top: -20px;
    }

    .card_top i {
        font-size: 50px;
    }

    .card_top h1 {
        font-size: 14px;
    }

  

    .footer_nav_last {
        position: relative;
        bottom: 5px;
    }

    .who_we_are_section_li_a {
        font-size: 14px;
    }

    /* .who_we_are_section_img {
        width: 500px;
        height: 500px;
        padding: 0px 20px;
    } */

    /* .who_we_are_section_img {
        width: 450px;
        height: 450px;
        padding: 0px 20px;
    } */

    .list_group_about_us_items {
        font-size: 12px;
        padding: 5px;
    }

    .services_card_img_part {
        height: 365px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {


    .achievement_top {
        padding-bottom: 40px;
    }

    .achievement_bottom {
        padding-bottom: 25px;
    }

    .achievement_bottom p {
        font-size: 12px;
    }

    .footer_nav_last {
        position: relative;
        bottom: 5px;
    }

    .enrollement_h2::before {}
}

@media (min-width: 1400px) {


    .footer_nav_last {
        position: relative;
        bottom: 5px;
    }
}

@media (max-width: 576px) {
    .country_section img {
        width: 460px !important;
    }

    

    .stories_top h4 {
        position: relative;
        top: 8px;
    }

    .stories_top i {
        position: relative;
        top: 63px;
        left: -150px;
    }

   
}

@media (max-width: 991px) {
    .navbar-nav .nav_linkss {
        color: var(--text-third-color);
    }

    .navbar-nav .nav_itemss {
        margin: 5px 10px;
    }

    .list-group {
        --bs-list-group-bg: var(--bg-transparent);
    }

    .dropdown-menu {
        background-color: rgba(0, 0, 0, 0);
        border: none;
    }

    .about_menu_mega {
        padding: 0px;
    }

    .mega_drp_heading_h5 {
        margin-top: 0px;
        position: relative;
        left: -35px;
        padding: 0;
    }

    .ser_mega_menu_1 {
        padding-top: 0 !important;
        /* margin: 0 !important; */
    }

    .std_mega_drp_heading_h5 {
        /* font-size: 20px; */
        font-weight: bold;
    }



    .joinus_drp_heading_h5 {
        padding-top: 0px;
    }

    /* .service_card {
        padding-top: 30px;
    }
    .service_card {
        margin: 11px;
        padding: 0.5rem;
        border-radius: 10px;
    } */


    .we_help_part {
        /* background: url(/img/bg_img.png) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; */
        top: 0;
        position: relative;
        /* z-index: -1; */
    }

    .service_card_max .services-top h5 {
        font-size: 20px;
    }

    .service_card_max p {
        font-size: 20px;
    }

    .part_1 {
        text-align: center;
    }

    

    .agents_section_img_lft {
        height: 140px;
    }

    .footer_payment_btn {
        font-size: 15px;
    }

    .footer_last_h6 {
        font-size: 21px;
        text-align: center;
        padding-top: 10px;
    }

    .footer_last_p {
        font-size: 12px;
    }

    .footer_middle {
        text-align: center;
    }

    .footer_copyright {
        font-size: 13px;
    }

    .footer_middle_last_txt {
        font-size: 14px;
    }

    .who_we_are_section_h2 {
        text-align: center;
        padding-top: 26px;
    }

    .form_diference {
        margin-bottom: 15px;
    }

    .corporate_num_sub_2 {
        margin-left: 0;
    }

    .corporate_num {
        padding-left: 100px;
    }

    .corporate_num_sub_list {
        padding-top: 100px;
    }

    .corporate_num_sub_list_items {
        font-size: 20px;
    }

    .who_we_are_slider_p {
        font-size: 13px;
    }

    .enrollement_p {
        font-size: 15px;
    }

    .services_us_card_main_part {
        text-align: center;
    }

    .list_group_about_us_h4 {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .list_group_about_us_items {
        font-size: 14px;
    }

    .enrollement_card_list1 {
        font-size: 15px;
    }

    .about_us_card_main_part {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .img_in_mega {
        position: absolute;
        width: 284px;
        bottom: 0;
        left: 40px;
    }

    .stdy_des_list_itemss {
        font-size: 13px !important;
    }

    .img_in_mega_stdy_des {
        position: absolute;
        bottom: 0;
        width: 265px;
        right: 100px;
    }

    .stdy_des_list_itemss1,
    .joinus_des_list_itemss {
        font-size: 12px !important;
    }


}


@media (min-width: 1264px) and (max-width: 1536px) {
    .stories_top i {
        position: relative;
        top: 55px;
        left: -154px;
    }

    .stories_top h4 {
        position: relative;
        top: 4px;
    }
}

@media (min-width: 1537px) {
    .stories_top i {
        position: relative;
        top: 55px;
        left: -154px;
    }

    .stories_top h4 {
        position: relative;
        top: 4px;
    }
}

@media (min-width: 992px) and (max-width: 1313px) {
    .about_us_card_img_part {
        height: 263px;
    }

    .list_group_about_us_items {
        font-size: 11px;
    }
}

@media (min-width: 768px) {

    .dropdown_mega .drp_mega_menus,
    .dropdown_mega .drp_mega_menus2,
    .dropdown_mega .drp_mega_menus3,
    .dropdown_mega .drp_mega_menus4 {
        /* width: 100%; */
        /* background: none;
      top: 0;
      */
        position: relative;
    }

    .dropdown_mega .drp_mega_menus::before,
    .dropdown_mega .drp_mega_menus2::before,
    .dropdown_mega .drp_mega_menus3::before,
    .dropdown_mega .drp_mega_menus4::before {
        /* background-color: var(--bg-transparent); */
        content: "";
        position: absolute;
        top: 0;
        /* bottom: 0; */
        left: 0;
        right: 0;
    }
}

@media (max-width: 992px) {
    .enrollement_section_card{
        padding: 10px;
    }
    .enrollement_h2::before{
        top: 80px;
    }
    .accomodation_h2::before{
        top: 80px;

    }
    .oshc_h2::before {
        top: 80px;
    }

    .scholarship_h2::before {
        top: 80px;
    }

    .ielts_h2::before {
        top: 80px;
    }



    .career_h2::before {
        top: 80px;
    }

    .tax_h2::before {
        top: 80px;
    }

    .airport_h2::before {
        top: 80px;
    }

    .accomodation_h2::before {
        top: 80px;
    }

    .bank_h2::before {
        top: 80px;

    }

    .health_h2::before {
        top: 80px;
    }

    .migration_h2::before {
        top: 80px;
    }

    .year_h2::before {
        top: 80px;
    }

    .naati_h2::before {
        top: 80px;
    }

    .study_options_h2::before {
        top: 80px;
    }

    .company_overview_h2::before {
        top: 80px;
    }

    .our_vision_h2::before {
        top: 80px;
    }

    .live_counseling_h2::before {
        top: 80px;
    }

    .institution_partners_h2::before {

        top: 392px;
    }

    .study_guide_h2::before {
        top: 80px;
    }

    .job_seeking_guide_h2::before {
        top: 80px;
    }

    .networking_h2::before {
        top: 80px;
    }

    .global_career_h2::before {
        top: 80px;
       background: none!important;
    }

    .faq_h2::before {
        top: 80px;
    }


    .Privacy_H2::before {
        top: 80px;
    }

    .Terms_H2::before {
        top: 80px;
    }

    .why_choose_us_about_us_H2::before {
        top: 80px;
    }

    .refer_h2::before {
        top: 80px;
    }

    .join_team_h2::before {
        top: 80px;
    }

    .bcom_agent_h2::before {
        top: 80px;
    }

    .bcome_part_of_us_h2::before {
        top: 80px;
    }

    .partner_h2::before {
        top: 80px;
    }

    .Insurance_h2::before {
        top: 80px;
    }
    .awards-recognition{
        padding:20px 7vw!important;
    }


}

