
section#Studies h3 {
    font-weight: 700;
    margin-bottom: 2rem;
}
section#Studies h5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}
section#Studies form {
    border: 1px solid #9b9797;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
section#Studies form input{
    border: none;
    padding: 5px 10px;
}
section#Studies form span {
    border: none;
    background-color: #fff;
    padding: 10px;
}
section#Studies form span:hover{
    background-color: #ff0040;
    color: #fff;
}

#Studies .news_recent div {
    transition: transform 0.3s ease-in-out;
}
#Studies .news_recent div:hover {
    transform: translateX(8px);
}
#Studies .news_recent div a {
    color: black;
    /* transition: transform 0.3s ease-in-out; */
}

#Studies .news_recent a:hover {
    color: #ff0040;
}



section#Studies .Categories {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
section#Studies .Categories::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 45px;
    height: 2px;
    background-color: #ff0040;
    border-radius: 4px;
}
section#Studies #Categories {
    display: flex;
    justify-content: space-between;
}
section#Studies #Categories h2{
    display: inline-block;
    font-size: 13px;
    background-color: lightgray;
    padding: 5px 10px;
}
section#Studies #Categories li {
    transition: transform 0.3s ease-in-out;
}
section#Studies #Categories li:hover{
    transform: translateX(8px);
}
section#Studies #Categories li:hover a{
    transform: translateX(8px);
    color: #ff0040;
}
section#Studies #Categories li a{
    color: black;
}
section#Studies #Categories li a i{
    margin-right: 6px;
}

section#Studies .news_wrapper {
    display: flex;
}

section#Studies .news_img {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
    width: 300px;
    height: 90px;
}

section#Studies .news_img img {
    width: 100%;
    height: 100%;
}

section#Studies .news_content a{
    color: black;
    font-weight: 600;
}
section#Studies .news_content p {
    color: #9b9797;
}
section#Studies .gallery-wrapper .gallery{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}
section#Studies .gallery-wrapper .gallery img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
}
section#Studies .tags {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
}
section#Studies .tags a{
    padding: 10px;
    border: 0.5px solid #dbd7d7;
    color: black;
}
section#Studies .tags a:hover{
    background-color: #ff0040;
    color: #fff;
}

section#Studies .subscribe {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to right, #14337A, #2359D2, #14337A);
    padding: 20px 30px;
}
section#Studies .subscribe p {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}
section#Studies .subscribe i {
    margin-right: 5px;
}
section#Studies .subscribe input {
    padding: 15px 10px;
}

section#Studies .subscribe button {
    border: none;
    margin-top: 2rem;
    padding: 10px 10px;
    margin-bottom: 2rem;
}
section#Studies hr {
    margin-top: 0;
}
section#Studies a {
    font-size: 15px;
}


/* Study in UK */
section#Studies .img img {
    width: 100%;
    border-radius: 5px;
}
section#Studies .card {
    overflow-y: hidden;
}

section#Studies .card .card-body {
    display: flex;
    font-size: 14px;
    color: #949494;
}
section#Studies .card .card-body .date {
    display: flex;
    margin-right: 5px;
    color: #949494;
}
section#Studies .card .card-body i {
    margin-right: 5px;  
    /* color: #949494; */
}

section#Studies .card .card-body .admin {
    margin-left: 5px;
}
section#Studies .card .card-body .fa-calendar {
    padding: 3px;
}
section#Studies .card .card-body .admin a{
    color: #949494;
}
section#Studies .card hr {
    margin-top: -16px;
}
section#Studies .card .why_study {
    padding: 10px 30px;
}
section#Studies .card .why_study h4 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
section#Studies .card .why_study p {
    font-size: 15px;
    line-height: 1.8rem;
}
section#Studies .card .why_study span a{
    color: #ff0040;
}
section#Studies .card .usa li {
    list-style: decimal;
    font-size: 15px;
    line-height: 1.8rem;
}

section#Studies .card .icon-container{
    padding: 10px 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 1rem;
}
section#Studies .card .icon-container .fa-facebook-f{
    display: inline-block;
    border: 3px solid #3b5998;
    color: #3b5998;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
section#Studies .card .icon-container .fa-facebook-f:hover {
    background-color: #3b5998;
    color: #fff;
}

section#Studies .card .icon-container .fa-twitter{
    display: inline-block;
    border: 3px solid #55acee;
    color: #55acee;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
section#Studies .card .icon-container .fa-twitter:hover {
    background-color: #55acee;
    color: #fff;
}

section#Studies .card .icon-container .fa-linkedin-in{
    display: inline-block;
    border: 3px solid #0077b5;
    color: #0077b5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}
section#Studies .card .icon-container .fa-linkedin-in:hover {
    background-color: #0077b5;
    color: #fff;
}

section#Studies .card .icon-container .like{
    height: 30px;
    margin-top: -10px;
    background-color: #0077b5;
    border-radius: 5px;
}
section#Studies .card .icon-container .like div a{
    display: flex;
    column-gap: 5px;
    padding: 10px;
    margin-top: -5px;
    color: #fff;
    font-size: 14px;
}

section#Studies .card .card-img{
    position: relative;
    display: inline-block; /* Ensure the container takes the size of the image */
}

section#Studies .card .card-img img {
    display: block;
}

section#Studies .card .card-img a {
    position: absolute;
    font-weight: 600;
    bottom: 26px;
    right: 18px;
    padding: 10px 30px; 
    background-color: #ff0040; 
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    z-index: 1; 
}



#Studies .img #Tags {
    margin-top: 2rem;
}
#Studies .img #Tags h6 {
    font-size: 18px;
    font-weight: 600;
}
#Studies .img #Tags .Tags {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    /* align-items: center; */
}

#Studies .img #Tags .Tags a {
    padding: 10px;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 10px;
    align-self: center;
    font-size: 13px;
}
#Studies .img #Tags .Tags a:hover {
    background-color: #ff0040;
    color: #fff;
}
#Studies .img #share {
    display: flex;
    column-gap: 10px;    
}
#Studies .img #share h6 {
    align-self: center;
}
#Studies .img #share div a{
    margin-right: 5px;
}
#Studies .img #share a:nth-child(1){
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background-color: #3b5998;
}

#Studies .img #share a:nth-child(2){
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background-color: #55acee;
}
#Studies .img #share a:nth-child(4){
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background-color: #ff0000;
}
#Studies .img #share a:nth-child(3){
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background-color: #0077b5;
}

#Studies .img #Comments h5 {
    position: relative;
}
#Studies .img #Comments h5::before {
    content: '';
    position: absolute;
    width: 50px;
    bottom: -4px;
    height: 3px;
    border-radius: 3px;
    background-color: #ff0040;
}
#Studies .img #Comments .form-group {
    margin-bottom: 1.5rem;
}
#Studies .img #Comments .form-group:hover {
    border: 1px solid #ff0040;
}
#Studies .img #Comments .row .form-control{
    padding: 12px;
    border-radius: 0px;
}

#Studies .img #Comments .row .form-control:hover {
    border: 1px solid #ff0040;
}

#Studies .img #Comments .checkbox {
    margin-top: 1rem;
    align-items: center;
}
#Studies .img #Comments .checkbox label{
    font-size: 13px;
}

#Studies .img #Comments .button {
    margin-top: 2rem;
}
#Studies .img #Comments .button a {
    background-color: #ff0040;
    padding: 15px 26px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
}
#Studies .img #Comments .button a:hover {
    background-color: #14337A;
}
/* why in USA */

#Studies .img #Tags .Tags_usa {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    /* align-items: center; */
}
#Studies .img #Tags .Tags_usa a {
    padding: 10px;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 10px;
    align-self: center;
    font-size: 13px;
}
#Studies .img #Tags .Tags_usa a:hover {
    background-color: #ff0040;
    color: #fff;
}

/* why in Australia */

#Studies .img .card .ul_aus li{
    list-style-type: lower-alpha; 
    font-size: 15px;
    line-height: 1.8rem;
}
#Studies .img .card ul li {
    list-style: circle;
    font-size: 15px;
    line-height: 1.8rem;
}

.Tags_aus {
    display: flex;
    flex-direction: column;
    row-gap: 10px;   
}

.Tags_aus .Accommodation{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.Tags_aus .Accommodation a {
    background-color: #f0f0f0;
    color: #333;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
}
.Tags_aus .Documents{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}
.Tags_aus .Documents a {
    background-color: #f0f0f0;
    color: #333;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}
.Tags_aus .Post{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}
.Tags_aus .Post a {
    background-color: #f0f0f0;
    color: #333;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}

.Tags_aus  a.Visa {
    background-color: #f0f0f0;
    color: #333;
    width: 260px;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}
.Tags_aus {
    margin-bottom: 1rem;
}
#Studies .img #Tags .Tags_aus a:hover {
    background-color: #ff0040;
    color: #fff;
}

/* WHy in Canada */

#Studies .img .card .why_study .NZ li {
    list-style: decimal;
    font-size: 14px;
    line-height: 1.8rem;
}
