/* header .heading  h3 {
    font-size: 49px;
    text-align: center;
} */

/* header.hero_section .heading {
    text-align: center;
} */


section#About_LifeLicense h3 {
    font-weight: 700;
    margin-bottom: 2rem;
}
section#About_LifeLicense h5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}
section#About_LifeLicense form {
    border: 1px solid #9b9797;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
section#About_LifeLicense form input{
    border: none;
    padding: 5px 10px;
}
section#About_LifeLicense form span {
    border: none;
    background-color: #fff;
    padding: 10px;
}
section#About_LifeLicense form span:hover{
    background-color: #ff0040;
    color: #fff;
}
section#About_LifeLicense .Categories {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
section#About_LifeLicense .Categories::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 45px;
    height: 2px;
    background-color: #ff0040;
    border-radius: 4px;
}
section#About_LifeLicense #Categories {
    display: flex;
    justify-content: space-between;
}
section#About_LifeLicense #Categories h2{
    display: inline-block;
    font-size: 13px;
    background-color: lightgray;
    padding: 5px 10px;
}
section#About_LifeLicense #Categories li {
    transition: transform 0.3s ease-in-out;
}
section#About_LifeLicense #Categories li:hover{
    transform: translateX(8px);
}
section#About_LifeLicense #Categories li:hover a{
    transform: translateX(8px);
    color: #ff0040;
}
section#About_LifeLicense #Categories li a{
    color: black;
}
section#About_LifeLicense #Categories li a i{
    margin-right: 6px;
}

section#About_LifeLicense .news_wrapper {
    display: flex;
}

section#About_LifeLicense .news_img {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
    width: 300px;
    height: 90px;
}

section#About_LifeLicense .news_img img {
    width: 100%;
    height: 100%;
}

section#About_LifeLicense .news_content a{
    color: black;
    font-weight: 600;
}
section#About_LifeLicense .news_content p {
    color: #9b9797;
    line-height: 2rem;  
}
section#About_LifeLicense .gallery-wrapper .gallery{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}
section#About_LifeLicense .gallery-wrapper .gallery img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
}
section#About_LifeLicense .tags {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
}
section#About_LifeLicense .tags a{
    padding: 10px;
    border: 0.5px solid #dbd7d7;
    color: black;
}
section#About_LifeLicense .tags a:hover{
    background-color: #ff0040;
    color: #fff;
}

section#About_LifeLicense .subscribe {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to right, #14337A, #2359D2, #14337A);
    padding: 20px 30px;
}
section#About_LifeLicense .subscribe p {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}
section#About_LifeLicense .subscribe i {
    margin-right: 5px;
}
section#About_LifeLicense .subscribe input {
    padding: 15px 10px;
}

section#About_LifeLicense .subscribe button {
    border: none;
    margin-top: 2rem;
    padding: 10px 10px;
    margin-bottom: 2rem;
}
section#About_LifeLicense hr {
    margin-top: -4px;
}
section#About_LifeLicense a {
    font-size: 15px;
}

/* Staff Profile */

#about_staff {
    margin-top: 3rem;
}
#about_staff h3 {
    margin-bottom: 2rem;
    font-weight: 700;
}
#Career_Counseling .Career {
    position: relative;
}
#about_staff .Career::before {
    content: '';
    position: absolute;
    left: 300px;
    top: 15px;
    width: 50px;
    height: 2px;
    background-color: #ff0040;
}
@media only screen and (max-width: 768px){
    #about_staff .Career::before {
        display: none;
    }
}

/* USA  Staff*/
#about_staff .usa_staff .usa_logo{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
@media only screen and (max-width: 540px){
    #about_staff .usa_staff .staff_details{
        flex-direction: column;
    }
}

#about_staff .usa_staff h4 {
    font-size: 18px;
    font-weight: 600;
}
#about_staff .usa_staff .staff_details{
    margin-top: 1.5rem;
    display: flex;
    column-gap: 30px;
}

#about_staff .usa_staff .staff_details img{
    width: 45%;
    border-radius: 50%;
    margin: 0 auto;
}
#about_staff .usa_staff .staff_details .card:hover img{
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
}
#about_staff .usa_staff .staff_details .card {
    padding: 1.5rem .5rem .5rem;
    text-align: center;
    border: none;
    transition: transform 0.3s ease-in-out;
}
#about_staff .usa_staff .staff_details .card:hover {
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
    transform: scale(1.1);
}
#about_staff .usa_staff .staff_details .card .card-title p {
    color: #c70505;
    font-weight: 600;
}

#about_staff .usa_staff .staff_details .card .social {
    position: absolute;
    top: 40px;
    right: 60px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ff0040;
}

/* UK Staff */

#about_staff .uk_staff {
    margin-top: 1.2rem;
}
#about_staff .uk_staff .nz_logo {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
#about_staff .uk_staff h4 {
    font-size: 18px;
    font-weight: 600;
}
#about_staff .uk_staff .staff_details{
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
@media only screen and (max-width: 540px){
    #about_staff .uk_staff .staff_details{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}
#about_staff .uk_staff .staff_details img{
    width: 45%;
    border-radius: 50%;
    margin: 0 auto;
}
#about_staff .uk_staff .staff_details .card:hover img{
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
}
#about_staff .uk_staff .staff_details .card {
    padding: 1.5rem .5rem .5rem;
    text-align: center;
    border: none;
    transition: transform 0.3s ease-in-out;
}
#about_staff .uk_staff .staff_details .card:hover {
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
    transform: scale(1.1);
}
#about_staff .uk_staff .staff_details .card .card-title p {
    color: #c70505;
    font-weight: 600;
}

#about_staff .uk_staff .staff_details .card .social {
    position: absolute;
    top: 40px;
    right: 50px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ff0040;
}


/* NZ staff */
#about_staff .nz_staff {
    margin-top: 1.2rem;
}
#about_staff .nz_staff .nz_logo {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
#about_staff .nz_staff h4 {
    font-size: 18px;
    font-weight: 600;
}
#about_staff .nz_staff .staff_details{
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
@media only screen and (max-width: 540px){
    #about_staff .nz_staff .staff_details{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}
#about_staff .nz_staff .staff_details img{
    width: 45%;
    border-radius: 50%;
    margin: 0 auto;
}
#about_staff .nz_staff .staff_details .card:hover img{
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
}
#about_staff .nz_staff .staff_details .card {
    padding: 1.5rem .5rem .5rem;
    text-align: center;
    border: none;
    transition: transform 0.3s ease-in-out;
}
#about_staff .nz_staff .staff_details .card:hover {
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
    transform: scale(1.1);
}
#about_staff .nz_staff .staff_details .card .card-title p {
    color: #c70505;
    font-weight: 600;
}

#about_staff .nz_staff .staff_details .card .social {
    position: absolute;
    top: 40px;
    right: 50px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ff0040;
}


/* NZ staff */
#about_staff .aus_staff {
    margin-top: 1.2rem;
}
#about_staff .aus_staff .aus_logo {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
#about_staff .aus_staff h4 {
    font-size: 18px;
    font-weight: 600;
}
#about_staff .aus_staff .staff_details{
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
@media only screen and (max-width: 540px){
    #about_staff .nz_staff .staff_details{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}
#about_staff .aus_staff .staff_details img{
    width: 45%;
    border-radius: 50%;
    margin: 0 auto;
}
#about_staff .aus_staff .staff_details .card:hover img{
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
}
#about_staff .aus_staff .staff_details .card {
    padding: 1.5rem .5rem .5rem;
    text-align: center;
    border: none;
    transition: transform 0.3s ease-in-out;
}
#about_staff .aus_staff .staff_details .card:hover {
    box-shadow:  0 0 10px rgba(0 , 0 , 0 , 0.2);
    transform: scale(1.1);
}
#about_staff .aus_staff .staff_details .card .card-title p {
    color: #c70505;
    font-weight: 600;
}

#about_staff .aus_staff .staff_details .card .social {
    position: absolute;
    top: 40px;
    right: 50px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ff0040;
}



#about_staff .headline {
    margin-top: 3rem;
}
#about_staff li {
    margin-bottom: 16px;
    transition: transform 0.3s ease-in-out;
}
#about_staff li:hover {
    transform: translateX(8px);
}
#about_staff li:hover a{
    color: #ff0040;
}
#Career_Counseling li:hover i{
    color: #ff0040;
}
#about_staff li i {
    margin-right: 5px;
    color: black;
    transition: transform 0.3s ease-in-out;
}
#about_staff li a {
    font-size: 15px;
    color: black;
    transition: transform 0.3s ease-in-out;
}
#about_staff .location {
    display: flex;
    column-gap: 10px;
}
#about_staff .location i {
    color: #ff0040;
    font-size: 30px;
}
#about_staff .call {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
}   
#about_staff .call i {
    color: #ff0040;
    font-size: 30px;
}
#about_staff .call div {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#about_staff .call div a {
    color: #333;
}
#about_staff .envelope {
    display: flex;
    flex-direction: column;
}
@media only screen and  (max-width:789px) {
    #about_staff .envelope {
        display: flex;
        flex-direction: row;
    }
}
@media only screen and (min-width:840px) and (max-width:992px){
    #about_staff .envelope {
        display: flex;
        flex-direction: column !important;

    }

    #about_staff .envelope a{
        color: black;
        font-size: 13px !important;
    }
}
#about_staff .envelope i{
    margin-right: 10px;
}
#about_staff .envelope i {
    color: #ff0040;
    font-size: 25px;
}
#about_staff .envelope a{
    color: black;
}
#about_staff .Services_buttons {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: #ff0040;
    /* overflow: hidden; */
}
#about_staff {
    overflow: hidden;
}
#about_staff .Services_buttons i {
    margin-right: 20px;
}
#about_staff .Services_buttons a {
    border: 1px solid #333;
    width: 100%;
    padding: 15px;
    color: #ff0040;
}
#about_staff .Services_buttons a:hover {
    background-color: #ff0040;
    color: #fff;
    border: 0;
    transition: all 0.3s ease-in;
}


/* IELTS */
#About_LifeLicense .IELTS_button{
    padding-top: 1.4rem;
}
#About_LifeLicense .IELTS_button a{
    background-color: #ff0040;
    padding: 16px ;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}
#About_LifeLicense .row .col-md-8 {
    margin-left: 2rem;
}
#About_LifeLicense .row .col-md-8 p{
    font-size: 15px;
    line-height: 1.9rem;
}
#About_LifeLicense .IELTS_button a:hover {
    background-color: #0d2252;
}

@media only screen and (max-width: 768px){
    #About_LifeLicense .IELTS_button{
        padding-bottom: 5rem;
    }
    #About_LifeLicense .row .col-md-8 p{
        font-size: 12px;
        overflow-y: hidden;
    }
    #About_LifeLicense .row .col-md-8 {
        margin-left: 0;
    }
}
/* PTE */
/* GRE */


/* Accommodation */
/* #about_staff #Accommodation {
    border: 1px solid #333;
} */
#about_staff {
    margin-left: 4rem;
}
@media only screen and (max-width:768px) {
    #about_staff {
        margin-left: 0;
    }
}
#about_staff #Accommodation{
    width: 80%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width:1210px){
    #about_staff #Accommodation{
        width: 100%;
    }
}
#about_staff #Accommodation .card{
    display: grid;
    grid-template-columns: 300px 500px;
    column-gap: 10px;
    padding: 10px;
    margin:10px 10px;
}
/* @media only screen and (min-width:1040px) and (max-width:1439px){
    #about_staff #Accommodation .card{
        display: grid;
        grid-template-columns: 300px 500px;
        column-gap: 10px;
        padding: 10px;
        margin:10px 10px;
    }
} */
@media only screen and (min-width:1440px){
    #about_staff #Accommodation .card{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        padding: 10px;
    }
}
@media only screen and (max-width:768px){
    #about_staff #Accommodation .card{
        display: flex;
        flex-direction: column;
    }
}
#about_staff #Accommodation .card img {
    width: 100%;
    border-radius: 10px;
}

#about_staff #Accommodation .imgBx-content {
    display: flex;
    flex-direction: column;
}
#about_staff #Accommodation .imgBx-content .content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#about_staff #Accommodation .imgBx-content .content a:nth-child(1) {
    color: #111928;
    font-size: 20px;
    font-weight: 600;
}
#about_staff #Accommodation .imgBx-content .content a:nth-child(2) {
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
}
#about_staff #Accommodation .imgBx-content .recycling {
    margin-top: 20px;
    font-size: 13px;
}
#about_staff #Accommodation .imgBx-content .recycling i{
    color: #111928;
    margin-right: 2px;
}
#about_staff #Accommodation .imgBx-content .recycling a{
    color: #29303d;
    margin-right: 5px;
    font-size: 10px;
}
#about_staff #Accommodation .imgBx-content .bed-room {
    margin-top: 20px;
}
#about_staff #Accommodation .imgBx-content .bed-room a{
    background-color: #f3f4f6;
    font-size: 10px;
    color: #111928;
    padding: 4px;
    border-radius: 5px;
    margin-right: 5px;
}
#about_staff #Accommodation .imgBx-content .bed-room i {
    color: #ff0040;
}

#about_staff #Accommodation .imgBx-content .money {
    margin-top: 20px;
    display: flex;
    column-gap: 100px;
}
@media only screen and (max-width:768px) {
    #about_staff #Accommodation .imgBx-content .money {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        /* column-gap: 100px; */
    }
}
#about_staff #Accommodation .imgBx-content .money span {
    color: #29303d;
    font-weight: 500;
    margin-left: 5px;
    font-size: 15px;
}
#about_staff #Accommodation .imgBx-content .money i {
    margin-right: 3px;
}
#about_staff #Accommodation .imgBx-content .money a:nth-child(1) {
    color: #6b7280;
    font-size: 12px;
}
#about_staff #Accommodation .imgBx-content .money a:nth-child(2) {
    background-color: #ff0040;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff;
}  

/* #marquee h6 {
    font-family: 'Poppins', sans-serif;
    color: #FF0040;
    white-space: nowrap;
    overflow: hidden;
    animation: scroll 30s linear infinite;
}
#marquee a {
    color: #111928;
    
} */

#click h6 {
    font-family: 'Poppins', sans-serif;
    color: #FF0040;
    white-space: nowrap;
    overflow: hidden;
    float: right;
}
#click a {
    color: #111928;
    text-decoration: underline;
}